Henri-Paul Indiogine <hindiog...@gmail.com> wrote:

> Hi Sebastian!
> 
> 2010/6/4 Sebastian Rose <sebastian_r...@gmx.de>:
> > 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:art...@galaxy.org::this subject>.
`----

HTH,
Nick



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

Reply via email to