From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: mailto link problem Date: Thu, 29 Dec 2011 18:03:04 -0500 Message-ID: <4EFCF1A8.8020900@gmail.com> References: <4EFCE398.4040407@gmail.com> <19951.1325198566@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgP09-0004DP-Cj for emacs-orgmode@gnu.org; Thu, 29 Dec 2011 18:03:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgP08-0001CX-Hs for emacs-orgmode@gnu.org; Thu, 29 Dec 2011 18:03:09 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:63877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgP08-0001CR-CY for emacs-orgmode@gnu.org; Thu, 29 Dec 2011 18:03:08 -0500 Received: by iacb35 with SMTP id b35so26442424iac.0 for ; Thu, 29 Dec 2011 15:03:07 -0800 (PST) In-Reply-To: <19951.1325198566@alphaville.dokosmarshall.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 12/29/2011 05:42 PM, Nick Dokos wrote: > > and if that's the case for you as well, then org is off the > hook: you have to look downstream from browse-url to figure > out where it's going off the rails. In particular, check > if browse-url-mailto-function is set: if it is, try setting > it to nil and see if that gets things back on track (not tested, > not guaranteed). > Setting browse-url-mailto-function to nil worked. That must be a new variable for Emacs 24. At least it isn't in the browse-url group of Emacs 23.3. Its default value is emacs-mail. Thanks a bunch, I only spent most of today trying to figure out this issue. Scott