branch: master
commit f292ed3c6938a2940a968793de39f34a2d36f738
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
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