Ah, just found these two properties

[X] Key: :empty-lines-before 1
[X] Key: :empty-lines-after 1

Amos Bird <amosbird@gmail.com> writes:

> #+OPTIONS: latex:t toc:nil H:3
>
> Hi,
>
> I'm starting to use org-capture to create todo items. I set up a template like this
>
> #+BEGINSRC elisp
> '(org-capture-templates
> (quote
> (("t" "todo" checkitem
> (file+headline "~/org/todo.org" "Work")
> ""))))
> #+ENDSRC
>
> and it generates new items next to the previous one without any blank line, neither one after it.
>
> #+BEGINEXAMPLE
> * Work [0/4]
>
> - [ ] test1
>
> - [ ] test2
>
> - [ ] test3
> - [ ] captured
> * Life [0/3]
> #+ENDEXAMPLE
>
> how can I make it generate like this
>
> #+BEGINEXAMPLE
> * Work [0/4]
>
> - [ ] test1
>
> - [ ] test2
>
> - [ ] test3
>
> - [ ] captured
>
> * Life [0/3]
> #+ENDEXAMPLE
>
>
> regards,


Amos Bird
amosbird@gmail.com