From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-md conforming pandoc-markdown Date: Tue, 21 Jan 2014 18:08:50 +0100 Message-ID: <87fvohxnx9.fsf@gmail.com> References: <20140121110001.GA7401@s15427742.onlinehome-server.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5eoT-0006oo-Le for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:08:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5eoP-0007FH-3l for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:08:33 -0500 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:50027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5eoO-0007FD-Sp for emacs-orgmode@gnu.org; Tue, 21 Jan 2014 12:08:29 -0500 Received: by mail-wg0-f44.google.com with SMTP id l18so8127098wgh.11 for ; Tue, 21 Jan 2014 09:08:28 -0800 (PST) In-Reply-To: <20140121110001.GA7401@s15427742.onlinehome-server.info> (Michel Kuhlmann's message of "Tue, 21 Jan 2014 12:00:01 +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: Michel Kuhlmann Cc: emacs-orgmode@gnu.org Hello, Michel Kuhlmann writes: > I often convert files with `pandoc`. Currently there is no > pandoc-org-mode-reader, so I'm using markdown as an intermediate step. > > I'm aware of ; this > also uses `ox-md`, so the issue applies also there. > > I found these issues inconvenient: > > - Listings create blank-lines in between > + Currently > - uno > - uno > - dos -> - dos > - tres > - tres > + Desired > - uno - uno > - dos -> - dos > - tres - tres I am aware of this. A patch should land in maint very soon. > - Formulas are getting surrounded by \( \); > + Currently > $Q_{max}$ -> \(Q_{max}\) > + Desired > $Q_{max}$ -> $Q_{max}$ > > - customisable meta-data export (currently nothing exported) of, say, > > #+TITLE: myTitle > #+KEYWORDS: cat1 cat2 > #+AUTHOR: meMyself > #+DATE : 2014-01-21 > #+OPTIONS: toc:t > > + Desired > * meta-yaml-block > > --- > title: myTitle > author: meMyself > catgories: cat1 cat2 > date: 2014-01-21 > toc: toc:t > ... > > * pandoc header > > % myTitle > % meMyself > % 2014-01-21 The goal of ox-md.el is to provide vanilla Mardown, so anyone can derive a more specialized back-end out of it. Formulas (handled by ox-html) and meta-data export do not belong to the vanilla flavour. Regards, -- Nicolas Goaziou