From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Turn off html entities in md export Date: Fri, 26 Jun 2015 08:31:37 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8Jtw-0006dn-4Q for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 23:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8Jtu-00052N-VA for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 23:02:00 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:36179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8Jtu-000527-No for emacs-orgmode@gnu.org; Thu, 25 Jun 2015 23:01:58 -0400 Received: by wguu7 with SMTP id u7so77227364wgu.3 for ; Thu, 25 Jun 2015 20:01:57 -0700 (PDT) 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 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? And if thats not available any tips on how to hook say a sed-filter to ox-md export?