emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug? when add the first item using capture


From: Xi Shen
Subject: [O] Bug? when add the first item using capture
Date: Tue, 14 Jun 2016 04:05:07 +0000

Hi,

This is my first time using org-capture. I am not sure if it is a bug, or I made a mistake in the configuration.

Here's my settings for capture templates:

(setq org-capture-templates
      '(("t" "Task" entry (file+headline nil "Tasks")
"* TODO %? %^g")
("q" "Quick note" entry (file+headline nil "Quick Notes")
"* On %t %^g \n  %i%?")))

After I add the first "Quick note", and open my "notes.org", I saw this...the "Quick Notes" section looks like merged with the next section.

pasted1

But if I close the file and open it again, everything looks fine.
--

Thanks,
David S.


reply via email to

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