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

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

[elpa] externals/org da9ac6da1d 5/5: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org da9ac6da1d 5/5: Merge branch 'bugfix'
Date: Tue, 30 Jan 2024 09:58:30 -0500 (EST)

branch: externals/org
commit da9ac6da1d01d4bfa81d44619351b5c82f5007aa
Merge: a5c977b43e 7de8b3917c
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index 2dcff7be9b..2e53d98d3e 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9457,7 +9457,7 @@ When called through ELisp, arg is also interpreted in the 
following way:
               (unless (org-invisible-p (line-beginning-position))
                 (org-fold-region (line-beginning-position)
                                  (line-end-position)
-                                 nil)))
+                                 nil 'outline)))
            (cond ((and org-state (equal this org-state))
                   (message "TODO state was already %s" (org-trim next)))
                  ((not (pos-visible-in-window-p hl-pos))



reply via email to

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