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:29:32 +0100	[thread overview]
Message-ID: <55bd243d1001010929t7dd6446ane9408ca517a848f5@mail.gmail.com> (raw)
In-Reply-To: <6d0ff10912312252t7099785bhd20310f03844d4a8@mail.gmail.com>

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

  reply	other threads:[~2010-01-01 17:29 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 [this message]
2010-01-01 17:43   ` Avinash Kulkarni
2010-01-01 17:51     ` Juan Reyero
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=55bd243d1001010929t7dd6446ane9408ca517a848f5@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).