Browse Source

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.
Ihor Radchenko 2 years ago
parent
commit
5e0afb669b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-cycle.el

+ 1 - 1
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)