From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Reyero Subject: Re: Date tree view in org files created by remember.el Date: Fri, 1 Jan 2010 18:51:06 +0100 Message-ID: <55bd243d1001010951j2c612a86y3b2a72fb3db9a217@mail.gmail.com> References: <6d0ff10912312252t7099785bhd20310f03844d4a8@mail.gmail.com> <55bd243d1001010929t7dd6446ane9408ca517a848f5@mail.gmail.com> <6d0ff11001010943t67b7d6d0of5de44467f55e65f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQled-0000cO-1D for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:51:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQleX-0000bJ-N1 for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:51:13 -0500 Received: from [199.232.76.173] (port=39836 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQleX-0000bB-E4 for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:51:09 -0500 Received: from mail-fx0-f228.google.com ([209.85.220.228]:55945) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQleW-0000Rc-WE for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:51:09 -0500 Received: by fxm28 with SMTP id 28so4740215fxm.26 for ; Fri, 01 Jan 2010 09:51:06 -0800 (PST) In-Reply-To: <6d0ff11001010943t67b7d6d0of5de44467f55e65f@mail.gmail.com> 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: Avinash Kulkarni , org-mode Mailing List Hi Avinash, On Fri, Jan 1, 2010 at 6:43 PM, Avinash Kulkarni wrot= e: > Hi Juan, > Thank you for the reply. Yeah, I already had those 2 lines in my .emacs f= ile > - and your template setup looks just like mine. I am using the Emacs Coco= a > build from www.emacsformacosx.com, and its dated 2009-07-30. Are you usin= g > the same build too? Same. But your problem is most likely with the version of org-mode, not with emacs. Do you have 6.33? I actually keep rather close track with git, but 6.33 is the minimum you'll need. Best, Juan > On Fri, Jan 1, 2010 at 12:29 PM, Juan Reyero wrote: >> >> Hi, >> >> On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni >> wrote: >> > I am trying to get the following template to build a date-tree view in >> > my >> > org files that I use with remember mode. But I never seem to be able t= o >> > get >> > it - I am on Emacs 23.1 built for Mac OSX. >> > >> > Here are my remember templates: >> > >> > (setq org-remember-templates >> > =A0=A0=A0=A0=A0 '(("Quick ToDo" ?n "* TODO %?\n=A0 %^{Scheduled for:}T= \n" >> > org-default-notes-file date-tree) >> > =A0=A0=A0=A0=A0=A0=A0 ("Journal" ?j "* %T %?" "~/org/journal.org" date= -tree) >> > =A0=A0=A0=A0=A0=A0=A0 ("Timer" ?t "* %?\n" "~/org/timer.org" "Timed Ta= sks"))) >> >> This looks very similar to mine, which works nicely in OS-X with emacs >> 23.1: >> >> (setq org-remember-templates >> =A0 =A0 =A0'(("Jac" ?c >> =A0 =A0 =A0 =A0 "* %^{Title} =A0:blog:\n =A0:PROPERTIES:\n =A0:on: %T\n = =A0:END:\n =A0%?\n >> =A0%x" >> =A0 =A0 =A0 =A0 "~/cjr/jac/jac.org" date-tree) >> =A0 =A0 =A0 =A0("Note" ?n >> =A0 =A0 =A0 =A0 "* %^{Title}\n =A0:PROPERTIES:\n =A0:on: %T\n =A0:END:\n= =A0%?\n =A0%x" >> =A0 =A0 =A0 =A0 nil date-tree))) >> >> Did you remember to load it? >> >> (require 'remember) >> (org-remember-insinuate) >> >> Best, >> >> Juan >> -- >> http://juanreyero.com/ >> http://unarueda.com > > --=20 http://juanreyero.com/ http://unarueda.com