emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: hindiogine@gmail.com
Cc: nicholas.dokos@hp.com, emacs-org <emacs-orgmode@gnu.org>
Subject: Re: mailto:abc@xyz.org
Date: Sat, 05 Jun 2010 00:46:48 -0400	[thread overview]
Message-ID: <11910.1275713208@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Henri-Paul Indiogine <hindiogine@gmail.com> of "Fri, 04 Jun 2010 21:32:14 PDT." <87ljauyu9d.fsf@gmail.com>

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

> Hi Nick & Sebastian!
> 
> Nick Dokos <nicholas.dokos@hp.com> writes:
> >         (setq org-link-mailto-program '(compose-mail "%a" "%s"))
> 
> Thanks, this works.  However, probably because I use the latest Ubuntu
> Emacs snapshot (v. 24.0.50.1) it gives me a message that now the default
> is message-mail.  So, using message-mail instead of compose-mail removes
> the error message and all is fine.
> 

I'm not sure what you are saying here (e.g. which "it" gives you the
message about the message-mail default?). However, if you look at the
doc for compose-mail and message-mail, you'll see that compose-mail is a
generic interface to a bunch of different mail composition packages
(including message-mail): you steer it by setting the value of the
variable mail-user-agent. For example, the above setting of
org-link-mailto-program together with

         (setq mail-user-agent 'message-user-agent)

is equivalent to

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

HTH,
Nick

      reply	other threads:[~2010-06-05  4:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-04 18:22 mailto:abc@xyz.org Henri-Paul Indiogine
2010-06-05  0:43 ` mailto:abc@xyz.org Sebastian Rose
2010-06-05  3:51   ` mailto:abc@xyz.org Henri-Paul Indiogine
2010-06-05  4:11     ` mailto:abc@xyz.org Nick Dokos
2010-06-05  4:32       ` mailto:abc@xyz.org Henri-Paul Indiogine
2010-06-05  4:46         ` Nick Dokos [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11910.1275713208@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=hindiogine@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).