emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Michel Kuhlmann <michel@kuhlmanns.info>
Cc: emacs-orgmode@gnu.org
Subject: Re: ox-md conforming pandoc-markdown
Date: Tue, 21 Jan 2014 18:08:50 +0100	[thread overview]
Message-ID: <87fvohxnx9.fsf@gmail.com> (raw)
In-Reply-To: <20140121110001.GA7401@s15427742.onlinehome-server.info> (Michel Kuhlmann's message of "Tue, 21 Jan 2014 12:00:01 +0100")

Hello,

Michel Kuhlmann <michel@kuhlmanns.info> 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 <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

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

  reply	other threads:[~2014-01-21 17:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-21 11:00 ox-md conforming pandoc-markdown Michel Kuhlmann
2014-01-21 17:08 ` Nicolas Goaziou [this message]
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=87fvohxnx9.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=michel@kuhlmanns.info \
    /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).