emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Marcin Borkowski <mbork@mbork.pl>
To: Org-Mode mailing list <emacs-orgmode@gnu.org>
Subject: Capture prepends instead of appending
Date: Tue, 21 Apr 2015 18:12:39 +0200	[thread overview]
Message-ID: <87r3rdwjdc.fsf@mbork.pl> (raw)

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

                 reply	other threads:[~2015-04-21 16:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3rdwjdc.fsf@mbork.pl \
    --to=mbork@mbork.pl \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).