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 10:43:08 +0200 Message-ID: <87twtusvvn.fsf@nicolasgoaziou.fr> References: <87y4j6sy53.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8PCe-0001Lz-6Z for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 04:41:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8PCd-0003Od-Cp for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 04:41:40 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:44389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8PCd-0003OZ-6j for emacs-orgmode@gnu.org; Fri, 26 Jun 2015 04:41:39 -0400 In-Reply-To: (Rustom Mody's message of "Fri, 26 Jun 2015 13:41:04 +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 Rustom Mody writes: > Simple basic thing > ... becomes =E2=80=A6 > -- becomes =E2=80=93 > etc In this particular case, see `org-export-with-special-strings'. > For systems (bitbucket is just a common example) that simply does not work > because of security or whatever reasons > See > https://bitbucket.org/site/master/issue/6930/support-some-or-all-html-in-= markdown-bb > for BB users clamoring but BB not likely to listen In the worst case, you might need to implement a derived export back-end applying Bitbucket constraints. Regards,