From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: How to Use date-tree in remember Date: Sat, 14 Nov 2009 13:06:30 +0000 Message-ID: <4AFEAB56.3020503@manor-farm.org> References: <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 1N9IKq-0002sX-R6 for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 08:06:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9IKo-0002sD-K9 for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 08:06:35 -0500 Received: from [199.232.76.173] (port=49471 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9IKo-0002s5-Gn for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 08:06:34 -0500 Received: from li40-130.members.linode.com ([72.14.178.130]:42219) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9IKo-0006gS-1z for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 08:06:34 -0500 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id 0F59FCF73 for ; Sat, 14 Nov 2009 13:06:33 +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 K5haoZnb0lH8 for ; Sat, 14 Nov 2009 13:06:32 +0000 (GMT) Received: from [192.168.0.41] (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTP id 1EAC0CF70 for ; Sat, 14 Nov 2009 13:06:31 +0000 (GMT) In-Reply-To: <4AFE6493.9050705@manor-farm.org> 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 Ian Barton wrote: > 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? > Solved. Since installing Ubuntu Karmic Emacs has been loading the version of org with Emacs snapshot (6.30). Re-jigging my .emacs now makes sure that my local org-mode files get loaded properly. Ian.