Sometimes refiling a task displays the next task heading after ... at the end of a folded task. This keeps the next task the cursor is on starting in column 1 which feels more natural. --- This is a similar change to commit 8fb7354 (Call org-reveal after archiving)
This commit is available at git://git.norang.ca/org-mode for-carsten lisp/org.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index af2c97c..7af1637 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8336,7 +8336,8 @@ See also `org-refile-use-outline-path' and `org-completion-use-ido'" (delete-region (point) (+ (point) region-length)) (org-cut-subtree)) (setq org-markers-to-move nil) - (message "Refiled to \"%s\"" (car it))))))) + (message "Refiled to \"%s\"" (car it)))))) + (org-reveal)) (defun org-refile-goto-last-stored () "Go to the location where the last refile was stored." -- 1.6.3.rc0 _______________________________________________ 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