Re: [O] Newlines in capture templates
Well, I've figured it out myself, it wasn't that hard. Here it is in case someone else comes here looking for an answer in the future: C-h v org-capture-templates: [...] :empty-linesSet this to the number of lines the should be inserted before and after the new item
[O] Newlines in capture templates
Hi all, I would like to separate the items in my capture files by a number of newlines, as in: ** item 1 content 1 ** item 2 content 2 ** item 3 content 3 instead of: ** item 1 content 1 ** item 2