PICCA Frederic-Emmanuel <[email protected]>
writes:

> Hello, I would like to create a link (exported as html) which allow to 
> prefill the content of the emai when we click on it.
>
> Something like
>
>        To: [email protected]
>        Subject: My problem with hkl...
>
>        Package: hkl
>        Version: @VERSION@
>
>        I found this problem in hkl...
>
> Is it possible to do this kind of things with org-mode ?

I think mailto: link syntax comes with GET-style parameters that allow
prefilling of some headers, ie
"mailto:[email protected]?subject=BugReport";, but that's pretty
limited. John's right that if what you want is the above, you should
probably just write some function to do it.

Incidentally, when I just tried to test the above, org would only send
the link to Conkeror, instead of opening in Gnus. Dunno what's going on
there.

Eric


Reply via email to