summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-18 21:41:37 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-02-18 21:41:37 +0100
commite9d4eb01479a875790ca258488c5e7940facf17d (patch)
treeb38c2deb5fbcbab272d7175707a5fe1f4cf49507
parent7b951e6ebe673646de380178bd6904f1d17b765c (diff)
parent08cb207b388bc7d2e87e3e4ddead727c1b927681 (diff)
downloadorg-mode-e9d4eb01479a875790ca258488c5e7940facf17d.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index ebec2be..ef6e40c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -6783,6 +6783,7 @@ show that drawer instead."
By default, the function expands headings, blocks and drawers.
When optional argument TYPE is a list of symbols among `blocks',
`drawers' and `headings', to only expand one specific type."
+ (interactive)
(dolist (type (or types '(blocks drawers headings)))
(org-flag-region (point-min) (point-max) nil
(pcase type