From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Turn off html entities in md export Date: Fri, 26 Jun 2015 09:54:16 +0200 Message-ID: <87y4j6sy53.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8ORM-0000JR-5T for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 03:52:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8ORL-0002OD-7g for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 03:52:48 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:38977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8ORL-0002Ns-1m for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 03:52:47 -0400 In-Reply-To: (Rustom Mody's message of "Fri, 26 Jun 2015 08:31:37 +0530") 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: Rustom Mody Cc: emacs-orgmode Hello, Rustom Mody writes: > Bitbucket does not allow html entities in markdown > See https://bitbucket.org/rustom/vit-projects/wiki/emacs > and search for &# > > So how to turn off html entities in md export? It depends on where these entities are coming from. Anyway, vanilla Markdown supports HTML so anything "ox-md" cannot translate into Markdown syntax (e.g., tables) is exported as pure HTML. > And if thats not available any tips on how to hook say a sed-filter to > ox-md export? See filters in (info "(org)Advanced configuration"). Regards, -- Nicolas Goaziou