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.
But if I close the file and open it again, everything looks fine.