Revert "Call org-reveal after refiling"

This reverts commit a30955b050.
This commit is contained in:
Carsten Dominik 2010-04-20 15:37:39 +02:00
parent cb624111af
commit 1ac063248f
1 changed files with 1 additions and 2 deletions

View File

@ -9661,8 +9661,7 @@ See also `org-refile-use-outline-path' and `org-completion-use-ido'"
(when (featurep 'org-inlinetask)
(org-inlinetask-remove-END-maybe))
(setq org-markers-to-move nil)
(message "Refiled to \"%s\"" (car it))))))
(org-reveal))
(message "Refiled to \"%s\"" (car it)))))))
(defun org-refile-goto-last-stored ()
"Go to the location where the last refile was stored."