emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michel Kuhlmann <michel@kuhlmanns.info>
To: emacs-orgmode@gnu.org
Subject: ox-md conforming pandoc-markdown
Date: Tue, 21 Jan 2014 12:00:01 +0100	[thread overview]
Message-ID: <20140121110001.GA7401@s15427742.onlinehome-server.info> (raw)

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 <https://github.com/robtillotson/org-pandoc.git>; 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

- 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

Kind regards,
Michel

             reply	other threads:[~2014-01-21 11:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 11:00 Michel Kuhlmann [this message]
2014-01-21 17:08 ` ox-md conforming pandoc-markdown Nicolas Goaziou
2014-01-23  6:13 ` Erik Hetzner
2014-01-23  7:18   ` Michel Kuhlmann
2014-01-23 11:12   ` Nicolas Goaziou
2014-01-23 12:02     ` Michel Kuhlmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140121110001.GA7401@s15427742.onlinehome-server.info \
    --to=michel@kuhlmanns.info \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).