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

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

[elpa] externals/org 5e0afb669b: org-cycle-hide-block-startup: Fix docst


From: ELPA Syncer
Subject: [elpa] externals/org 5e0afb669b: org-cycle-hide-block-startup: Fix docstring
Date: Fri, 27 May 2022 03:57:44 -0400 (EDT)

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

    org-cycle-hide-block-startup: Fix docstring
    
    * lisp/org-cycle.el (org-cycle-hide-block-startup): #+STARTUP:
    showblocks does not work, according to `org-startup-options'.  Users
    need to use nohideblocks instead.
---
 lisp/org-cycle.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-cycle.el b/lisp/org-cycle.el
index 70a082a46a..b15ead788a 100644
--- a/lisp/org-cycle.el
+++ b/lisp/org-cycle.el
@@ -114,7 +114,7 @@ than its value."
 This can also be set in on a per-file basis with
 
 #+STARTUP: hideblocks
-#+STARTUP: showblocks"
+#+STARTUP: nohideblocks"
   :group 'org-startup
   :group 'org-cycle
   :type 'boolean)



reply via email to

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