emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Date tree view in org files created by remember.el


From: Avinash Kulkarni
Subject: Re: [Orgmode] Date tree view in org files created by remember.el
Date: Fri, 1 Jan 2010 13:53:44 -0500

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 <address@hidden> wrote:
Hi Avinash,

On Fri, Jan 1, 2010 at 6:43 PM, Avinash Kulkarni <address@hidden> 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 <address@hidden> wrote:
>>
>> Hi,
>>
>> On Fri, Jan 1, 2010 at 7:52 AM, Avinash Kulkarni <address@hidden>
>> 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
>
>



--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]