From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: How to Use date-tree in remember Date: Sat, 14 Nov 2009 08:04:35 +0000 Message-ID: <4AFE6493.9050705@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9Dcj-0003uS-D4 for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 03:04:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9Dcg-0003u6-G7 for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 03:04:44 -0500 Received: from [199.232.76.173] (port=42916 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9Dcg-0003u3-Cg for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 03:04:42 -0500 Received: from mx20.gnu.org ([199.232.41.8]:49224) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9Dcf-0003jT-IH for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 03:04:41 -0500 Received: from li40-130.members.linode.com ([72.14.178.130]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9Dce-0005D7-1P for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 03:04:40 -0500 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id EF3FFCF70 for ; Sat, 14 Nov 2009 08:04:37 +0000 (GMT) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (wilkesley.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kC2yUskvqENL for ; Sat, 14 Nov 2009 08:04:37 +0000 (GMT) Received: from [192.168.0.41] (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTP id 351CECF6E for ; Sat, 14 Nov 2009 08:04:37 +0000 (GMT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org The date-tree option in the latest org looks very useful. However, I am having trouble making it work. My remember template looks like: ("Test" ?x "* %^{prompt} :journal:\n\n %i%&\n %!" "~/Documents/org/journal/notes.org" date-tree) In notes.org I have: * Date Tree Test. :PROPERTIES: :DATE_TREE: :END: However, the new entry is filed at the top of the buffer and no date tree is built. I presume I have something wrong with my setup. Can someone point me in the right direction? Ian.