|
@@ -1121,7 +1121,7 @@ may have been stored before."
|
|
(setq level (org-get-valid-level
|
|
(setq level (org-get-valid-level
|
|
(if (org-at-heading-p) (org-outline-level) 1)
|
|
(if (org-at-heading-p) (org-outline-level) 1)
|
|
1))
|
|
1))
|
|
- (if reversed? (outline-next-heading) (org-end-of-subtree t)))
|
|
|
|
|
|
+ (if reversed? (outline-next-heading) (org-end-of-subtree t t)))
|
|
;; Insert as a top-level entry at the beginning of the file.
|
|
;; Insert as a top-level entry at the beginning of the file.
|
|
(reversed?
|
|
(reversed?
|
|
(goto-char (point-min))
|
|
(goto-char (point-min))
|