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

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

[elpa] master f292ed3 226/399: ivy.el (ivy-help): Reveal all Org content


From: Oleh Krehel
Subject: [elpa] master f292ed3 226/399: ivy.el (ivy-help): Reveal all Org contents
Date: Sat, 20 Jul 2019 14:57:28 -0400 (EDT)

branch: master
commit f292ed3c6938a2940a968793de39f34a2d36f738
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy.el (ivy-help): Reveal all Org contents
    
    Re #2021
---
 ivy.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index c77c14b..2b9b139 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4613,7 +4613,9 @@ EVENT gives the mouse position."
         (org-mode)
         (setq org-hide-emphasis-markers t)
         (view-mode)
-        (goto-char (point-min))))
+        (goto-char (point-min))
+        (let ((inhibit-message t))
+          (org-cycle '(64)))))
     (if (eq this-command 'ivy-help)
         (switch-to-buffer buf)
       (with-ivy-window



reply via email to

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