Thanks to Paul Stansell for reporting this.
This commit is contained in:
parent
49b25fff59
commit
016a394de7
|
@ -6890,6 +6890,7 @@ results."
|
||||||
"Show all headlines in the buffer, like a table of contents.
|
"Show all headlines in the buffer, like a table of contents.
|
||||||
With numerical argument N, show content up to level N."
|
With numerical argument N, show content up to level N."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
|
(org-overview)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
;; Visit all headings and show their offspring
|
;; Visit all headings and show their offspring
|
||||||
(and (integerp arg) (org-overview))
|
(and (integerp arg) (org-overview))
|
||||||
|
|
Loading…
Reference in New Issue