From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Escaping links while doing an org-publish to html Date: Fri, 25 May 2012 23:25:39 +0200 Message-ID: <87vcjjvods.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47026) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY3na-000869-Ad for emacs-orgmode@gnu.org; Fri, 25 May 2012 19:19:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SY3nY-0000r6-AZ for emacs-orgmode@gnu.org; Fri, 25 May 2012 19:19:57 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:40566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SY3nY-0000p1-2A for emacs-orgmode@gnu.org; Fri, 25 May 2012 19:19:56 -0400 Received: by mail-we0-f169.google.com with SMTP id h52so1131337wef.0 for ; Fri, 25 May 2012 16:19:55 -0700 (PDT) In-Reply-To: (c. b.'s message of "Fri, 25 May 2012 13:43:04 -0700") 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: c b <24x7x366@gmail.com> Cc: emacs-orgmode Hi c (?), c b <24x7x366@gmail.com> writes: > Is there a way to do prevent org-mode from setting up A-links or > IMG-links? Not with the current HTML exporter (perhaps Nicolas as a solution for the next HTML exporter.) But you can use `org-export-html-final-hook' to postprocess the exported buffer. HTH, -- Bastien