branch: externals/org
commit e8d8db63a038b1f45745f6b319f70135231f5d09
Author: Ihor Radchenko <yanta...@gmail.com>
Commit: Ihor Radchenko <yanta...@gmail.com>

    Restore old visibility behaviour of org-refile
---
 lisp/org-refile.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index 6f2b019ad6..e87c3e9a99 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -547,6 +547,7 @@ prefix argument (`C-u C-u C-u C-c C-w')."
                   (goto-char (point-min))
                   (or (outline-next-heading) (goto-char (point-max)))))
               (unless (bolp) (newline))
+               (org-fold-reveal)
               (org-paste-subtree level nil nil t)
               ;; Record information, according to `org-log-refile'.
               ;; Do not prompt for a note when refiling multiple

Reply via email to