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