Improve navigation in org-mode

This commit is contained in:
Tom Willemse 2013-05-31 17:51:23 +02:00
parent 8921d40bf6
commit 607cc269c5

View file

@ -1429,6 +1429,18 @@
(global-set-key (kbd "C-c d s") 'desktop-save)
#+END_SRC
* Improve eol and bol navigation in org-mode :org:navigation:
Setting this variable to =t= will cause =C-a= to move to the beginning
of the headline or list item text the first time, and the actual
beginning of the line with another =C-a= and it will cause =C-e= to
move to the end of the text of the headline and another to the end
of any possible tags.
#+BEGIN_SRC emacs-lisp
(setq org-special-ctrl-a/e t)
#+END_SRC
* All the rest
This still needs to be sorted out and documented, haven't had time