Re: [Orgmode] Re: Store link upon sending a message

2011-01-04 Thread Bastien
Hi Ulf, Ulf Stegemann ulf-n...@zeitform.de writes: (defun ulf-message-send-and-org-gnus-store-link (optional arg) This is something I've been trying to achieve for very long! Great you found a solution. A minor suggestion: the function should make sure the buffer is not killed after the

Re: [Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Eric S Fraga
Ulf Stegemann ulf-n...@zeitform.de writes: I came back to the matter of storing an org link to a copy of a message upon sending that message. The function below does just that and proves to be quite useful together with a sensible key binding (if you use Gnus and Gcc that is). Very nice!

Re: [Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Eric S Fraga
Ulf Stegemann ulf-n...@zeitform.de writes: Eric S. Fraga ucec...@ucl.ac.uk wrote: Ulf Stegemann ulf-n...@zeitform.de writes: I came back to the matter of storing an org link to a copy of a message upon sending that message. The function below does just that and proves to be quite useful

Re: [Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Eric S Fraga
Ulf Stegemann ulf-n...@zeitform.de writes: [...] If the hook approach does not work you could also advise `gnus-inews-do-gcc', the function that actually creates the message copies ... ... or you could replace `gnus-inews-do-gcc', e.g. replace the call to `message-send-and-exit' in