From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avinash Kulkarni Subject: Date tree view in org files created by remember.el Date: Fri, 1 Jan 2010 01:52:34 -0500 Message-ID: <6d0ff10912312252t7099785bhd20310f03844d4a8@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1353522295==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQbNK-0006Bn-Kf for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 01:52:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQbNF-0006Ak-FA for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 01:52:41 -0500 Received: from [199.232.76.173] (port=51459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQbNF-0006Ag-67 for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 01:52:37 -0500 Received: from mail-pw0-f47.google.com ([209.85.160.47]:44527) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQbNE-0001ZE-Qq for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 01:52:37 -0500 Received: by pwj10 with SMTP id 10so1419318pwj.26 for ; Thu, 31 Dec 2009 22:52:35 -0800 (PST) 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 --===============1353522295== Content-Type: multipart/alternative; boundary=001636e1f85d07ef45047c14d14f --001636e1f85d07ef45047c14d14f Content-Type: text/plain; charset=ISO-8859-1 Hi, 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 to get it - I am on Emacs 23.1 built for Mac OSX. Here are my remember templates: (setq org-remember-templates '(("Quick ToDo" ?n "* TODO %?\n %^{Scheduled for:}T\n" org-default-notes-file date-tree) ("Journal" ?j "* %T %?" "~/org/journal.org" date-tree) ("Timer" ?t "* %?\n" "~/org/timer.org" "Timed Tasks"))) What am I doing wrong with this template? Thank you for a wonderful tool like org mode! Regards, Avinash. --001636e1f85d07ef45047c14d14f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,
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 = to get it - I am on Emacs 23.1 built for Mac OSX.

Here are my remem= ber templates:

(setq org-remember-templates
=A0=A0=A0=A0=A0 '(("Quick ToDo= " ?n "* TODO %?\n=A0 %^{Scheduled for:}T\n" org-default-note= s-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 Tasks")))=

What am I doing wrong with this template?

Thank you for a wo= nderful tool like org mode!

Regards,
Avinash.
--001636e1f85d07ef45047c14d14f-- --===============1353522295== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1353522295==-- 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:29:32 +0100 Message-ID: <55bd243d1001010929t7dd6446ane9408ca517a848f5@mail.gmail.com> References: <6d0ff10912312252t7099785bhd20310f03844d4a8@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 1NQlJk-0000O4-Sy for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:29:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQlJf-0000Nc-E0 for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:29:39 -0500 Received: from [199.232.76.173] (port=37966 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQlJf-0000NZ-7y for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:29:35 -0500 Received: from mail-fx0-f228.google.com ([209.85.220.228]:32980) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQlJe-0006FG-U0 for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:29:35 -0500 Received: by fxm28 with SMTP id 28so4731316fxm.26 for ; Fri, 01 Jan 2010 09:29:32 -0800 (PST) In-Reply-To: <6d0ff10912312252t7099785bhd20310f03844d4a8@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, On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni wrot= e: > 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 to g= et > 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-tr= ee) > =A0=A0=A0=A0=A0=A0=A0 ("Timer" ?t "* %?\n" "~/org/timer.org" "Timed Tasks= "))) This looks very similar to mine, which works nicely in OS-X with emacs 23.1= : (setq org-remember-templates '(("Jac" ?c "* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %?\n = %x" "~/cjr/jac/jac.org" date-tree) ("Note" ?n "* %^{Title}\n :PROPERTIES:\n :on: %T\n :END:\n %?\n %x" nil date-tree))) Did you remember to load it? (require 'remember) (org-remember-insinuate) Best, Juan --=20 http://juanreyero.com/ http://unarueda.com 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avinash Kulkarni Subject: Re: Date tree view in org files created by remember.el Date: Fri, 1 Jan 2010 12:43:30 -0500 Message-ID: <6d0ff11001010943t67b7d6d0of5de44467f55e65f@mail.gmail.com> References: <6d0ff10912312252t7099785bhd20310f03844d4a8@mail.gmail.com> <55bd243d1001010929t7dd6446ane9408ca517a848f5@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0917197361==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQlXB-0005kA-8a for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:43:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQlXA-0005iO-Fg for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:43:32 -0500 Received: from [199.232.76.173] (port=42615 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQlXA-0005i6-55 for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:43:32 -0500 Received: from qw-out-1920.google.com ([74.125.92.150]:64939) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQlX9-0007zb-Om for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 12:43:31 -0500 Received: by qw-out-1920.google.com with SMTP id 5so2586381qwc.24 for ; Fri, 01 Jan 2010 09:43:31 -0800 (PST) In-Reply-To: <55bd243d1001010929t7dd6446ane9408ca517a848f5@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: Juan Reyero Cc: org-mode Mailing List --===============0917197361== Content-Type: multipart/alternative; boundary=00c09f9c9836f14dc4047c1de83f --00c09f9c9836f14dc4047c1de83f Content-Type: text/plain; charset=ISO-8859-1 Hi Juan, Thank you for the reply. Yeah, I already had those 2 lines in my .emacs file - and your template setup looks just like mine. I am using the Emacs Cocoa build from www.emacsformacosx.com, and its dated 2009-07-30. Are you using the same build too? Or does this date-tree feature require a later build of Emacs? Avinash. 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 to > get > > it - I am on Emacs 23.1 built for Mac OSX. > > > > Here are my remember templates: > > > > (setq org-remember-templates > > '(("Quick ToDo" ?n "* TODO %?\n %^{Scheduled for:}T\n" > > org-default-notes-file date-tree) > > ("Journal" ?j "* %T %?" "~/org/journal.org" date-tree) > > ("Timer" ?t "* %?\n" "~/org/timer.org" "Timed Tasks"))) > > This looks very similar to mine, which works nicely in OS-X with emacs > 23.1: > > (setq org-remember-templates > '(("Jac" ?c > "* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %?\n > %x" > "~/cjr/jac/jac.org" date-tree) > ("Note" ?n > "* %^{Title}\n :PROPERTIES:\n :on: %T\n :END:\n %?\n %x" > nil date-tree))) > > Did you remember to load it? > > (require 'remember) > (org-remember-insinuate) > > Best, > > Juan > -- > http://juanreyero.com/ > http://unarueda.com > --00c09f9c9836f14dc4047c1de83f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Juan,
Thank you for the reply. Yeah, I already had those 2 lines in m= y .emacs file - and your template setup looks just like mine. I am using th= e Emacs Cocoa build from www.emac= sformacosx.com, and its dated 2009-07-30. Are you using the same build = too?

Or does this date-tree feature require a later build of Emacs?

A= vinash.

On Fri, Jan 1, 2010 at 12:29 PM, = Juan Reyero <joanm= g@gmail.com> wrote:
Hi,

On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni <avinashgk@gmail.com> 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 %?" &quo= t;~/org/journal.org&qu= ot; date-tree)
> =A0=A0=A0=A0=A0=A0=A0 ("Timer" ?t "* %?\n" "~= /org/timer.org" &qu= ot;Timed Tasks")))

This looks very similar to mine, which works nicely in OS-X with emac= s 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

--00c09f9c9836f14dc4047c1de83f-- --===============0917197361== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0917197361==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avinash Kulkarni Subject: Re: Date tree view in org files created by remember.el Date: Fri, 1 Jan 2010 13:53:44 -0500 Message-ID: <6d0ff11001011053o2edf783as1f5573244644d098@mail.gmail.com> References: <6d0ff10912312252t7099785bhd20310f03844d4a8@mail.gmail.com> <55bd243d1001010929t7dd6446ane9408ca517a848f5@mail.gmail.com> <6d0ff11001010943t67b7d6d0of5de44467f55e65f@mail.gmail.com> <55bd243d1001010951j2c612a86y3b2a72fb3db9a217@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0119492354==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NQmdE-0000fv-IG for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 13:53:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NQmdA-0000d1-M2 for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 13:53:52 -0500 Received: from [199.232.76.173] (port=37657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NQmdA-0000cx-Hr for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 13:53:48 -0500 Received: from mail-pz0-f181.google.com ([209.85.222.181]:47060) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NQmd9-0005NX-Ud for emacs-orgmode@gnu.org; Fri, 01 Jan 2010 13:53:48 -0500 Received: by pzk11 with SMTP id 11so8738731pzk.14 for ; Fri, 01 Jan 2010 10:53:46 -0800 (PST) In-Reply-To: <55bd243d1001010951j2c612a86y3b2a72fb3db9a217@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: Juan Reyero Cc: org-mode Mailing List --===============0119492354== Content-Type: multipart/alternative; boundary=001636e1f85d203445047c1ee46c --001636e1f85d203445047c1ee46c Content-Type: text/plain; charset=ISO-8859-1 Thanks Juan. That did the trick! I moved to 6.33f, and the outline mode now shows up as a date-tree, which is how I would like to think of my journal entries as :) Happy New Year! On Fri, Jan 1, 2010 at 12:51 PM, Juan Reyero wrote: > Hi Avinash, > > On Fri, Jan 1, 2010 at 6:43 PM, Avinash Kulkarni > wrote: > > Hi Juan, > > Thank you for the reply. Yeah, I already had those 2 lines in my .emacs > file > > - and your template setup looks just like mine. I am using the Emacs > Cocoa > > build from www.emacsformacosx.com, and its dated 2009-07-30. Are you > using > > 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 > to > >> > get > >> > it - I am on Emacs 23.1 built for Mac OSX. > >> > > >> > Here are my remember templates: > >> > > >> > (setq org-remember-templates > >> > '(("Quick ToDo" ?n "* TODO %?\n %^{Scheduled for:}T\n" > >> > org-default-notes-file date-tree) > >> > ("Journal" ?j "* %T %?" "~/org/journal.org" date-tree) > >> > ("Timer" ?t "* %?\n" "~/org/timer.org" "Timed Tasks"))) > >> > >> This looks very similar to mine, which works nicely in OS-X with emacs > >> 23.1: > >> > >> (setq org-remember-templates > >> '(("Jac" ?c > >> "* %^{Title} :blog:\n :PROPERTIES:\n :on: %T\n :END:\n %?\n > >> %x" > >> "~/cjr/jac/jac.org" date-tree) > >> ("Note" ?n > >> "* %^{Title}\n :PROPERTIES:\n :on: %T\n :END:\n %?\n %x" > >> nil date-tree))) > >> > >> Did you remember to load it? > >> > >> (require 'remember) > >> (org-remember-insinuate) > >> > >> Best, > >> > >> Juan > >> -- > >> http://juanreyero.com/ > >> http://unarueda.com > > > > > > > > -- > http://juanreyero.com/ > http://unarueda.com > --001636e1f85d203445047c1ee46c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks Juan. That did the trick! I moved to 6.33f, and the outline mode now= shows up as a date-tree, which is how I would like to think of my journal = entries as :)

Happy New Year!

On = Fri, Jan 1, 2010 at 12:51 PM, Juan Reyero <joanmg@gmail.com> wrote:
Hi Avinash,

On Fri, Jan 1, 2010 at 6:43 PM, Avinash Kulkarni <avinashgk@gmail.com> wrote:
> Hi Juan,
> Thank you for the reply. Yeah, I already had those 2 lines in my .emac= s file
> - and your template setup looks just like mine. I am using the Emacs C= ocoa
> build from www.emacsformacosx.com, and its dated 2009-07-30. Are you using
> the same build too?

Same. =A0But your problem is most likely with the version of org-mode= ,
not with emacs. =A0Do you have 6.33? =A0I actually keep rather close track<= br> with git, but 6.33 is the minimum you'll need.

Best,

Juan

> On Fri, Jan 1, 2010 at 12:29 PM, Juan Reyero <joanmg@gmail.com> wrote:
>>
>> Hi,
>>
>> On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni <avinashgk@gmail.com>
>> wrote:
>> > I am trying to get the following template to build a date-tre= e view in
>> > my
>> > org files that I use with remember mode. But I never seem to = be able to
>> > 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 %?&q= uot; "~/org/journal.o= rg" date-tree)
>> > =A0=A0=A0=A0=A0=A0=A0 ("Timer" ?t "* %?\n"= ; "~/org/timer.org&= quot; "Timed Tasks")))
>>
>> This looks very similar to mine, which works nicely in OS-X with e= macs
>> 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://juanre= yero.com/
>> http://unarueda.= com
>
>



--

--001636e1f85d203445047c1ee46c-- --===============0119492354== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0119492354==--