emacs-orgmode
[Top][All Lists]
Advanced

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

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


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

Ah, just found these two properties

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

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


reply via email to

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