From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: =?UTF-8?B?UmU6IEV4cG9ydCBpc3N1ZSBvZiBVUkwgd2hlbiB0aGUgdGV4dCBi?= =?UTF-8?B?ZWdpbnMgd2l0aCBhIGRhdGXigI8=?= Date: Mon, 31 Jan 2011 19:45:29 +0100 Message-ID: <87mxmgzzcm.fsf@gnu.org> References: <80r5cffavs.fsf@gmail.com> <87tyhavfdo.wl%dmaus@ictsoc.de> <871v4btnx1.fsf@gnu.org> <87sjwae2ar.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40689 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pjykj-0007Jp-RQ for emacs-orgmode@gnu.org; Mon, 31 Jan 2011 13:45:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pjyki-0003Xw-CQ for emacs-orgmode@gnu.org; Mon, 31 Jan 2011 13:45:29 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:53998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pjyki-0003Xq-4e for emacs-orgmode@gnu.org; Mon, 31 Jan 2011 13:45:28 -0500 Received: by wwb17 with SMTP id 17so6259806wwb.30 for ; Mon, 31 Jan 2011 10:45:27 -0800 (PST) In-Reply-To: <87sjwae2ar.wl%dmaus@ictsoc.de> (David Maus's message of "Sun, 30 Jan 2011 18:20:28 +0100") 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: David Maus Cc: Vincent =?iso-8859-1?Q?Bela=EFche?= , Org mode David Maus writes: > Attached patch factors out the link handling part of > `org-export-as-html' in a separat function which takes the processed > line and the exporting options as arguments and returns the possibly > modified line. Having the link handling in a separate function makes > it way easier to test this specific behaviour of export. Quite useful indeed -- I hope org-export-as-html looks a bit less daunting now :) -- Bastien