From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: mailto link problem Date: Fri, 30 Dec 2011 18:48:19 +0000 Message-ID: <87hb0hzyj0.fsf@ucl.ac.uk> References: <4EFCE398.4040407@gmail.com> <19951.1325198566@alphaville.dokosmarshall.org> <4EFCF1A8.8020900@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RghVD-0003kq-I1 for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 13:48:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RghVC-0002W9-MU for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 13:48:27 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:57524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RghVC-0002Vw-H3 for emacs-orgmode@gnu.org; Fri, 30 Dec 2011 13:48:26 -0500 In-Reply-To: <4EFCF1A8.8020900@gmail.com> (Scott Randby's message of "Thu, 29 Dec 2011 18:03:04 -0500") 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: Scott Randby Cc: emacs-orgmode@gnu.org Scott Randby writes: > 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 For reference, from the Emacs News file (C-h n): ,---- | * Changes in Specialized Modes and Packages in Emacs 24.1 | | +++ | ** Archive Mode has basic support for browsing and updating 7z archives. | | ** browse-url has a new variable `browse-url-mailto-function' | specifies how mailto: URLs are handled. The default is `browse-url-mail'. | `---- even though we're not quite at 24.1 yet... but that's Emacs for you! There have been quite a few changes under the hood in Emacs lately. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.92.1 : using Org-mode version 7.8.02 (release_7.8.02.55.g1870)