>> "Bastien" == Bastien writes: Hi Bastien I just saw your code > Hi Ivan, > this is what I use : > ======================================================================== > ;; Hack to store Org links upon sending Gnus messages > (defun bzg-message-send-and-org-gnus-store-link (&optional arg) > (define-key message-mode-map [(control c) (control meta c)] > 'bzg-message-send-and-org-gnus-store-link) > ======================================================================== > Then, in a message, I use C-c C-M-c instead of C-c C-c to send the > message and create a link to it that I can reinsert later one. This > is not really capturing, but it's good enough for my needs. I tried it out and it is nice, the only thing which is missing is to insert automatically the link into an org file or the diary if you want. When I call org-insert-link an interactive query started which is nice but in this case time consuming regards Uwe Brauer