0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-28 18:30:48 +00:00
Thanks to Paul Stansell for reporting this.
This commit is contained in:
Bastien Guerry 2014-02-06 12:37:35 +01:00
parent 49b25fff59
commit 016a394de7

View file

@ -6890,6 +6890,7 @@ results."
"Show all headlines in the buffer, like a table of contents.
With numerical argument N, show content up to level N."
(interactive "P")
(org-overview)
(save-excursion
;; Visit all headings and show their offspring
(and (integerp arg) (org-overview))