PT <spamfilteraccount <at> gmail.com> writes: > > If a header has some text content under it and the cursor is in > the text then pressing TAB folds the content, but it doesn't > change the cursor position, so the cursor is stuck in the folded > part and, for example, beginning-of-line doesn't work, you can > only get out from the folded part if you press cursor up/down >
For the time being I fixed it for myself with an advice. Here it is if someone's interested: (defadvice org-cycle (after my-org-cycle activate) (if (outline-invisible-p) (outline-previous-visible-heading 1))) _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode