Hello,
Matt Lundin writes:
> Subject: [PATCH] Ensure that top-level capture targets are pasted at level 1
>
> * lisp/org-capture.el: (org-capture-place-entry) Ensure that level is
> set to 1 (i.e., the top level) if there is no headline target
> defined. Otherwise, captured items are imprope
I configure my org-capture templates set to insert items at the end of a
capture file: i.e., with a simple file target - (file "~/org/inbox.org")
- and no target headline. In the past, org capture would always insert
these as top level headings, regardless of existing headings in the
target file. R