From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ista Zahn Subject: Re: Exporting markdown specific string Date: Sat, 4 Jan 2014 13:50:12 -0500 Message-ID: References: <87k3efzmpg.fsf@bzg.ath.cx> <87ob3ry5dl.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzWIu-0001fR-1d for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 13:50:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzWIt-0005vq-2V for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 13:50:35 -0500 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:63064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzWIs-0005vj-Hd for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 13:50:34 -0500 Received: by mail-pa0-f42.google.com with SMTP id lj1so17091307pab.29 for ; Sat, 04 Jan 2014 10:50:33 -0800 (PST) In-Reply-To: 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: Charles Berry Cc: emacs-orgmode Mailinglist On Sat, Jan 4, 2014 at 1:40 PM, Charles Berry wrote: > 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? Yes, and as far as I can tell it does. But as I explained in my original question I want certain text exported to markdown but not to html. Best, Ista > > HTH, > > Chuck > >