#+OPTIONS: latex:t toc:nil H:3
Ah, just found these two properties
#+BEGIN_EXAMPLE
[X] Key: :empty-lines-before 1
[X] Key: :empty-lines-after 1
#+END_EXAMPLE
Amos Bird writes:
> #+OPTIONS: latex:t toc:nil H:3
>
> Hi,
>
> I'm starting to use org-capture to create todo items. I set up a templat
#+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
#+BEGIN_SRC elisp
'(org-capture-templates
(quote
(("t" "todo" checkitem
(file+headline "~/org/todo.org" "Work")
""
#+END_SRC
and it generates new items