From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathias Bauer Subject: Re: Bug: 2nd, 3rd, ... ext link in normal text NOT exported [7.7] Date: Mon, 12 Dec 2011 23:33:39 +0100 Message-ID: <20111212223339.GA31414@gmx.org> References: <20111205161929.GA25724@gmx.org> <87fwgrjul2.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RaERN-0000Yf-D9 for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 17:33:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RaERM-0005Vs-An for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 17:33:45 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:60423) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RaERL-0005VO-Rc for emacs-orgmode@gnu.org; Mon, 12 Dec 2011 17:33:44 -0500 Received: from localhost by localhost with ESMTP id C0C66294060 for ; Mon, 12 Dec 2011 23:33:39 +0100 (CET) Received: from localhost by localhost with LMTP id OOXCi2qdyQIJ for ; Mon, 12 Dec 2011 23:33:39 +0100 (CET) Content-Disposition: inline In-Reply-To: <87fwgrjul2.wl%dmaus@ictsoc.de> 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 Sun, Dec 11, 2011 at 11:01:13AM +0100, David Maus wrote: > At Mon, 5 Dec 2011 17:19:29 +0100, M. Bauer wrote: > > > > as in the last paragraph of the Org v7.7 manual section 4.3 > > about external links, "Org also finds external links in the > > normal text and activates them as links." While editing, > > this completely works as expected. > > > > But when it comes to exporting, Org will *not* recognize the > > second, third, etc. external link in normal text if it is > > *not* marked by square brackets. See below for some tests > > that will fail in ASCII, UTF8, and HTML export. > > > > Can you please consider this issue for one of the next > > versions of Org? > > Pushed a fix for this to master, all links in the example file > are now exported as expected. Thanks very much. Mathias