From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: Keep URLs from automagically turning into links in HTML export? Date: Fri, 11 Feb 2011 11:28:34 +0100 Message-ID: <87sjvuyiel.fsf@gnu.org> References: <9006.72638458691$1292251831@news.gmane.org> <87tyihpvg1.fsf@gmail.com> <83zks9zn1o.fsf@yahoo.it> <20101213125646.581b9e92amscopub-mail@yahoo.com@dove.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=48806 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnqEp-0005eV-97 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:28:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnqEo-0006Jv-3E for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:28:31 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:64733) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnqEn-0006Jp-S9 for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 05:28:30 -0500 Received: by bwz16 with SMTP id 16so3029371bwz.0 for ; Fri, 11 Feb 2011 02:28:29 -0800 (PST) In-Reply-To: <20101213125646.581b9e92amscopub-mail@yahoo.com@dove.localdomain> (Uriel Avalos's message of "Mon, 13 Dec 2010 12:56:46 -0500") 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: Uriel Avalos Cc: emacs-orgmode@gnu.org Hi Uriel, Uriel Avalos writes: > Actually, is there some (per file) setting that disables that feature > all together? 1. Write a function that convert [[1][2]] into [[][2]] (deleting the link in the first brackets) 2. Add this function to `org-export-preprocess-final-hook' HTH, -- Bastien