Henri-Paul Indiogine <[email protected]> wrote:

> Hi Sebastian!
> 
> 2010/6/4 Sebastian Rose <[email protected]>:
> > M-x customize-variable RET org-link-mailto-program RET
> >
> > and set it to
> >
> >     `compose-mail'
> 
> Actually, this variable was set to compose-mail.  This will give me
> that error message.
> 
> 

Try

        (setq org-link-mailto-program '(compose-mail "%a" "%s"))

The doc says:

,----
| Function and arguments to call for following mailto links.
| This is a list with the first element being a lisp function, and the
| remaining elements being arguments to the function.  In string arguments,
| %a will be replaced by the address, and %s will be replaced by the subject
| if one was given like in <mailto:[email protected]::this subject>.
`----

HTH,
Nick



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to