From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: mailto:abc@xyz.org Date: Sat, 05 Jun 2010 00:11:25 -0400 Message-ID: <10726.1275711085@gamaville.dokosmarshall.org> References: <871vcml35s.fsf@gmx.de> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=35978 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKkjK-0001tf-4G for emacs-orgmode@gnu.org; Sat, 05 Jun 2010 00:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKkjI-0006Cu-KG for emacs-orgmode@gnu.org; Sat, 05 Jun 2010 00:11:30 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:38595) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKkjI-0006Cf-H9 for emacs-orgmode@gnu.org; Sat, 05 Jun 2010 00:11:28 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L3I008XLWZ2LWA2@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 23:11:26 -0500 (CDT) In-reply-to: Message from Henri-Paul Indiogine of "Fri\, 04 Jun 2010 20\:51\:14 PDT." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Henri-Paul Indiogine Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Henri-Paul Indiogine wrote: > Hi Sebastian! >=20 > 2010/6/4 Sebastian Rose : > > M-x customize-variable RET org-link-mailto-program RET > > > > and set it to > > > > =C2=A0 =C2=A0 `compose-mail' >=20 > Actually, this variable was set to compose-mail. This will give me > that error message. >=20 >=20 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 . `---- HTH, Nick