emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] mailto:address@hidden


From: Nick Dokos
Subject: Re: [Orgmode] mailto:address@hidden
Date: Sat, 05 Jun 2010 00:11:25 -0400

Henri-Paul Indiogine <address@hidden> wrote:

> Hi Sebastian!
> 
> 2010/6/4 Sebastian Rose <address@hidden>:
> > 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:address@hidden::this subject>.
`----

HTH,
Nick





reply via email to

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