emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Remember and then refile


From: Hugo Schmitt
Subject: Re: [Orgmode] Remember and then refile
Date: Mon, 7 Jan 2008 13:16:31 -0300

Hi again...
i took a second look and adding something like this:

(when org-remember-then-refile
          (org-refile))

on the end of the function org-remember-handler did the trick.
It's not as nice as it could be though, because you get a *Remember* buffer opened until you refile.

Cheers,
Hugo

On Jan 7, 2008 1:05 PM, Hugo Schmitt <address@hidden> wrote:
Hello everyone!

I know Remember allows one to select where we want to file an entry with C-u C-c C-c, but now that we have org-refile (great!), it would be really nice to be able to call org-refile after the text is inserted on it's default place (mine is the Tasks tree on todo.org)
Now, I couldn't find a way to insert this nicely into the code, since that is done via the remember command.
Any ideas?

Thanks in advance,
Hugo




reply via email to

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