* 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.
@@ -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)