From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Hetzner Subject: Re: ox-md conforming pandoc-markdown Date: Wed, 22 Jan 2014 22:13:51 -0800 Message-ID: <87lhy72pk0.wl%egh@e6h.org> References: <20140121110001.GA7401@s15427742.onlinehome-server.info> Reply-To: Erik Hetzner Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-2022-JP Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6DYA-0004zW-NW for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 01:14:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6DY6-0004Aj-49 for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 01:14:02 -0500 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:53021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6DY5-0004Aa-Su for emacs-orgmode@gnu.org; Thu, 23 Jan 2014 01:13:58 -0500 Received: by mail-pa0-f51.google.com with SMTP id ld10so1445419pab.10 for ; Wed, 22 Jan 2014 22:13:55 -0800 (PST) In-Reply-To: <20140121110001.GA7401@s15427742.onlinehome-server.info> 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 Hi Michel, At Tue, 21 Jan 2014 12:00:01 +0100, Michel Kuhlmann wrote: > > Hi, > 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 This seems easy enough to fix, we simply need to add: (org-element-put-property item :post-blank nil) to the org-md-item function. Can anybody tell me if this is a bad idea? Otherwise I will send a patch. > - customisable meta-data export (currently nothing exported) of, say, > > […] > * pandoc header > > % myTitle > % meMyself > % 2014-01-21 Basic support for this is in the org-pandoc project, which bases its export on ox-md but adds some additional features. I’d like to expand org-pandoc to support more pandoc features, including those you mention. I just pushed up a (very rudimentary) change to my fork of this project to support proper table export for pandoc as well. https://github.com/egh/org-pandoc best, Erik -- Sent from my free software system .