I don't think a link is what you want here. You only get one piece of information out of box when you click on a link, e.g. mailto:jkitc...@andrew.cmu.edu (in my org-mode) will open a message addressed to me. It is conceivable you could use syntax like [[mailto:s...@email.com][Some subject]], but you would need to get the element at point to get to the Some subject part.
It is easier to use a headline as the subject, and properties of the headline to store the email address. See the function here: https://github.com/jkitchin/jmax/blob/master/email.el#L51 Which sends an org-headline as an email with the headline as the subject, and contents as the body. After you send the email, it stores who you sent it to, and when as properties of that headline. There are some other simpler email functions in there too. PICCA Frederic-Emmanuel 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: sub...@bugs.debian.org > 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 ? > > thanks > > Frederic > > PS: I found nothing about the content in the documentation -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu