From: Bernt Hansen <bernt@norang.ca>
To: Christian Zang <christian.zang@fh-weihenstephan.de>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Loosing tasks with remember
Date: Tue, 13 Apr 2010 21:55:19 -0400 [thread overview]
Message-ID: <87sk6yhk6w.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <BE3E5FF0-3F24-4281-9057-A6A4FD0BE52E@gmail.com> (Christian Zang's message of "Tue\, 13 Apr 2010 21\:13\:38 +0200")
Christian Zang <christian.zang@fh-weihenstephan.de> writes:
> Dear org-enthusiasts,
>
> I have a remember template to file away quick notes and todos that looks like
>
> (setq org-remember-templates
> '(("Todo" ?t "*** TODO %?\n %i\n" "~/Org/inbox.org" "Inbox")))
>
> When a invoke a remember buffer and write something like
>
> *** TODO Task 1
>
> *** TODO Task 2
>
> and file it away in my inbox.org file using C-c C-c everything is fine, but when I choose a different headline (level 2) via C-1 C-c C-c, only the first of the two tasks will get filed under the chosen headline, the other one disappears.
>
> Is this the intended behaviour? Or am I overlooking an important variable, or lies the problem in my template? If so, what can I do to change my setup, so that every task will get filed under the chosen headline?
>
> I am using the latest org-mode (pulled from git 10 min ago) with emacs 23.1 on Mac OS X 10.6.
>
> Thanks!
Hi Christian,
Yes this is intended behaviour (sort of). Remember mode is designed for
one task three per filing operation. I think it files multiple tasks in
the default save configuration but if you file to a target only the
first task is filed.
To work around this I would either invoke remember multiple times, one
for each task or provide a parent task to hold your multiple TODO
entries like this
* TODO refile task
** TODO Task 1
** TODO Task 2
then you refile the entire tree to the target destination.
HTH,
Bernt
next prev parent reply other threads:[~2010-04-14 1:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-13 19:13 Loosing tasks with remember Christian Zang
2010-04-14 1:55 ` Bernt Hansen [this message]
2010-04-14 5:18 ` Christian Zang
2010-04-18 3:33 ` Samuel Wales
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sk6yhk6w.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--cc=christian.zang@fh-weihenstephan.de \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.