emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 4280762e4c: org-refile: Restore previous behaviour


From: ELPA Syncer
Subject: [elpa] externals/org 4280762e4c: org-refile: Restore previous behaviour of not revealing the refiled headline
Date: Tue, 26 Apr 2022 05:57:44 -0400 (EDT)

branch: externals/org
commit 4280762e4ca13c65e9189d13fab40543759eb68a
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    org-refile: Restore previous behaviour of not revealing the refiled headline
    
    * lisp/org-refile.el (org-refile): Do not reveal the refiled headline.
    This reverts the new behaviour accidentally introduced by org-fold
    patchset.
    
    See https://orgmode.org/list/87r15l5kce.fsf@gnu.org
---
 lisp/org-refile.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/org-refile.el b/lisp/org-refile.el
index e87c3e9a99..6f2b019ad6 100644
--- a/lisp/org-refile.el
+++ b/lisp/org-refile.el
@@ -547,7 +547,6 @@ 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

[Prev in Thread] Current Thread [Next in Thread]