emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: GTD: Solving the bottleneck of converting incoming mails to NEXT actions
Date: Tue, 25 Sep 2007 14:52:44 +0200	[thread overview]
Message-ID: <87myva7vqb.fsf@bzg.ath.cx> (raw)
In-Reply-To: <m3641z13kk.fsf@cerebro.fsfeurope.org> (Georg C. F. Greve's message of "Tue, 25 Sep 2007 11:45:15 +0200")

"Georg C. F. Greve" <greve@fsfeurope.org> writes:

> (setq org-directory "~/Tools/Org/")
> (setq org-default-notes-file "~/.notes")

You can also set `org-remember-default-headline'.  In your case, maybe
"Emails" is a good choice:

(setq org-remember-default-headline "Emails")

Then you have to make sure there is a headline containing "Emails" in
your `org-default-notes-file' or in the file the template is pointing
to.

> (setq org-remember-templates
>       '((?e "* NEXT %?\n  %i\n  %a" "Email" "Emails")))
                                       ^^^^^

I don't understand the first "Email" here.  The third argument should be
a filename, as specified in org-remember-templates

,----[ C-h v org-remember-templates ]
| ...                                                                     
| The third element is optional and can specify a destination file for    
| remember items created with this template. The default file is given by 
| `org-default-notes-file'.                                               
| ...                                                                     
`----

So I would suggest this configuration:

(setq org-directory "~/Tools/Org/")
(setq org-default-notes-file "~/.notes")
(setq org-remember-default-headline "Emails")
(setq remember-annotation-functions '(org-remember-annotation))
(setq remember-handler-functions '(org-remember-handler))
(add-hook 'remember-mode-hook 'org-remember-apply-template)
(setq org-remember-templates '((?e "* NEXT %?\n  %i\n  %a")))

> Is this a known problem? Is there something I should look out for?

Hope this helps.

-- 
Bastien

  reply	other threads:[~2007-09-25 12:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-24 20:44 GTD: Solving the bottleneck of converting incoming mails to NEXT actions Georg C. F. Greve
2007-09-24 22:26 ` John Wiegley
2007-09-25  9:45   ` Georg C. F. Greve
2007-09-25 12:52     ` Bastien [this message]
2007-09-25 14:05       ` Georg C. F. Greve
2007-09-25 15:44         ` Bastien
2007-09-25 16:08           ` Georg C. F. Greve
2007-09-25 16:29             ` Bastien
2007-09-25 17:34             ` Carsten Dominik
2007-09-25 22:24               ` Georg C. F. Greve
2007-09-25 16:07         ` Carsten Dominik
2007-09-25 17:35           ` Nuutti Kotivuori
2007-09-25 18:20             ` Carsten Dominik
2007-09-24 22:52 ` Adam Spiers
2007-09-24 23:04   ` Adam Spiers

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=87myva7vqb.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --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).