diff --git a/lisp/org-capture.el b/lisp/org-capture.el index cd54491..fe308e0 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -1114,7 +1114,7 @@ may have been stored before." (setq level (org-get-valid-level (if (org-at-heading-p) (org-outline-level) 1) 1)) - (if reversed? (outline-next-heading) (org-end-of-subtree t t))) + (if reversed? (outline-next-heading) (org-end-of-subtree t))) ;; Insert as a top-level entry at the beginning of the file. (reversed? (goto-char (point-min))