From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: Exporting markdown specific string Date: Sat, 4 Jan 2014 18:40:33 +0000 (UTC) Message-ID: References: <87k3efzmpg.fsf@bzg.ath.cx> <87ob3ry5dl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzW9g-0007UH-20 for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 13:41:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzW9a-0003Lg-SM for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 13:41:03 -0500 Received: from plane.gmane.org ([80.91.229.3]:54962) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzW9a-0003Lc-Lh for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 13:40:58 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VzW9Y-0003jn-HM for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 19:40:56 +0100 Received: from 137.110.37.240 ([137.110.37.240]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jan 2014 19:40:56 +0100 Received: from ccberry by 137.110.37.240 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Jan 2014 19:40:56 +0100 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@gnu.org Bastien gnu.org> writes: > > Charles Berry ucsd.edu> writes: > > > No it won't. > > > > ox-md.el does not define a transcoder for keyword and falls back to its > > parent: > > Thanks. > > I just added this transcoder to the master branch. > Looking at org-md-export-block shouldn't it export HTML export blocks as well, since markdown allows literal html? HTH, Chuck