emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] mailto link with a subject and a content


From: John Kitchin
Subject: Re: [O] mailto link with a subject and a content
Date: Thu, 15 Jan 2015 19:25:53 -0500

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:address@hidden (in my org-mode) will open a message
addressed to me. It is conceivable you could use syntax like
[[mailto:address@hidden 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: address@hidden
>        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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]