Hi,

I'm starting to use org-capture to create todo items. I set up a template like this

'(org-capture-templates
  (quote
   (("t" "todo" checkitem
     (file+headline "~/org/todo.org" "Work")
     ""))))

and it generates new items next to the previous one without any blank line, neither one after it.

#+BEGINEXAMPLE

1 Work [0/4]

2 Life [0/3]

#+ENDEXAMPLE

how can I make it generate like this

#+BEGINEXAMPLE

3 Work [0/4]

4 Life [0/3]

#+ENDEXAMPLE

regards,


Amos Bird
amosbird@gmail.com