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

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

[elpa] externals-release/org 5021bad: lisp/org.el: Fix bug when unfoldin


From: ELPA Syncer
Subject: [elpa] externals-release/org 5021bad: lisp/org.el: Fix bug when unfolding a subtree
Date: Sun, 2 May 2021 01:57:09 -0400 (EDT)

branch: externals-release/org
commit 5021bada955ab4f6e216ac41726cd49537ca17ea
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    lisp/org.el: Fix bug when unfolding a subtree
    
    * lisp/org.el (org-cycle-internal-local): Use 'tree instead of
    'canonical when setting the visibility of the subtree to unfold.
    
    Reported-by: Yasushi SHOJI <yasushi.shoji@gmail.com>
    Link: 
https://orgmode.org/list/CAELBRWLakDCbawmMdS5Qi0qh5FC2ixF82xNfCg75wMjmze6pbA@mail.gmail.com/
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 8730cd3..ad51ecb 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -6489,7 +6489,7 @@ Use `\\[org-edit-special]' to edit table.el tables"))
          (org-list-set-item-visibility (point-at-bol) struct 'children)
        (org-show-entry)
        (org-with-limited-levels (org-show-children))
-       (org-show-set-visibility 'canonical)
+       (org-show-set-visibility 'tree)
        ;; Fold every list in subtree to top-level items.
        (when (eq org-cycle-include-plain-lists 'integrate)
          (save-excursion



reply via email to

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