all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Capture prepends instead of appending
@ 2015-04-21 16:12 Marcin Borkowski
  0 siblings, 0 replies; only message in thread
From: Marcin Borkowski @ 2015-04-21 16:12 UTC (permalink / raw
  To: Org-Mode mailing list

Hi all,

I have this in my init.el:

,----
| (setq org-capture-templates
|  '(("j" "Journal entry" plain
|          (file+datetree+prompt "~/works/marcin/journal/journal.org")
|          "**** %i%?\n")))
`----

I thought that when calling it multiple times with the same date, new
entries will be appended to the date heading, but they get prepended
instead.  Is it a feature?  (I'm on Org-mode version 8.2.10
(8.2.10-37-gc000e8-elpa @ /home/marcin/.emacs.d/elpa/org-20150413/).)

Example calling this template twice, the first time typing "foo" and the
second time typing "bar", yields:

,----
| *** 2015-04-21 wtorek
| **** bar
| **** foo
`----

(so that "bar" comes before "foo").

Regards,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-21 16:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 16:12 Capture prepends instead of appending Marcin Borkowski

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.