emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-md conforming pandoc-markdown
@ 2014-01-21 11:00 Michel Kuhlmann
  2014-01-21 17:08 ` Nicolas Goaziou
  2014-01-23  6:13 ` Erik Hetzner
  0 siblings, 2 replies; 6+ messages in thread
From: Michel Kuhlmann @ 2014-01-21 11:00 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-23 12:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-21 11:00 ox-md conforming pandoc-markdown Michel Kuhlmann
2014-01-21 17:08 ` 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

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).