From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: Capture prepends instead of appending Date: Tue, 21 Apr 2015 18:12:39 +0200 Message-ID: <87r3rdwjdc.fsf@mbork.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkanG-00043x-OL for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 12:13:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkanA-00087Z-35 for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 12:13:02 -0400 Received: from mail.mojserwer.eu ([2a01:5e00:2:52::8]:60566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykan9-00086L-Qr for emacs-orgmode@gnu.org; Tue, 21 Apr 2015 12:12:56 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 069F15F2044 for ; Tue, 21 Apr 2015 18:12:52 +0200 (CEST) Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m3x7gmczF4Fj for ; Tue, 21 Apr 2015 18:12:46 +0200 (CEST) Received: from localhost (unknown [IPv6:2001:808:114:6:48ef:bf0d:bbe:e443]) by mail.mojserwer.eu (Postfix) with ESMTPSA id AD59D5F2042 for ; Tue, 21 Apr 2015 18:12:45 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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