branch: externals-release/org commit 4323a19b1535c54299003299ab36ac1cc8c5dc7f Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-hide-drawer-startup: Add missing variable alias * lisp/org.el (org-hide-drawer-startup): Make alias to `org-cycle-hide-drawer-startup'. Reported-by: Kévin Le Gouguec <kevin.legoug...@gmail.com> Link: https://orgmode.org/list/877cyvzrcu....@gmail.com --- lisp/org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org.el b/lisp/org.el index 3018e4d6fe..641720001e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -102,6 +102,7 @@ (require 'org-cycle) (defvaralias 'org-hide-block-startup 'org-cycle-hide-block-startup) +(defvaralias 'org-hide-drawer-startup 'org-cycle-hide-drawer-startup) (defvaralias 'org-pre-cycle-hook 'org-cycle-pre-hook) (defvaralias 'org-tab-first-hook 'org-cycle-tab-first-hook) (defalias 'org-global-cycle #'org-cycle-global)