emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] make org-capture honor org-blank-before-new-entry settings


From: Amos Bird
Subject: [O] make org-capture honor org-blank-before-new-entry settings
Date: Tue, 19 Sep 2017 14:40:44 +0800
User-agent: mu4e 0.9.19; emacs 25.3.1

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
address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]