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==--