emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Juan Reyero <joanmg@gmail.com>
To: Avinash Kulkarni <avinashgk@gmail.com>,
	org-mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Date tree view in org files created by remember.el
Date: Fri, 1 Jan 2010 18:51:06 +0100	[thread overview]
Message-ID: <55bd243d1001010951j2c612a86y3b2a72fb3db9a217@mail.gmail.com> (raw)
In-Reply-To: <6d0ff11001010943t67b7d6d0of5de44467f55e65f@mail.gmail.com>

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

  reply	other threads:[~2010-01-01 17:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-01  6:52 Date tree view in org files created by remember.el Avinash Kulkarni
2010-01-01 17:29 ` Juan Reyero
2010-01-01 17:43   ` Avinash Kulkarni
2010-01-01 17:51     ` Juan Reyero [this message]
2010-01-01 18:53       ` Avinash Kulkarni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55bd243d1001010951j2c612a86y3b2a72fb3db9a217@mail.gmail.com \
    --to=joanmg@gmail.com \
    --cc=avinashgk@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).