From: Alex Fenton <alex.fenton@pressure.to>
To: Bruce D'Arcus <bdarcus@gmail.com>
Cc: org-mode-email <emacs-orgmode@gnu.org>
Subject: Re: [ANN] ox-pandoc, revived
Date: Tue, 30 Nov 2021 15:27:16 +0100 [thread overview]
Message-ID: <d8983140-8ba0-306f-ca12-d54076d86a92@pressure.to> (raw)
In-Reply-To: <CAF-FPGNnUucTtGHAxvxQq-ha-ca34Qzyxi+a_SZCaqQ89wyyzA@mail.gmail.com>
On 30/11/2021 15:09, Bruce D'Arcus wrote:
> Did pandoc get support for org-cite?
>
> There's been basically zero activity on this issue I created awhile back:
>
> https://github.com/jgm/pandoc/issues/7329
AFAIK pandoc still doesn't support the official Org Mode syntax.
ox-pandoc relies on the fact that it first exports to an intermediate
org file before handing off to pandoc. SRC blocks and citations are
already resolved by the time pandoc is called.
If exporting with oc-natbib or oc-biblatex, citations are replaced by
LaTeX commands, which pandoc passes through to the compiler. If
exporting with oc-csl, citations and bibliographies are "just" formatted
text by the time pandoc sees it.
I may add an oc-pandoc to massage org citations into pandoc format if
there is a need to have citations be resolved by pandoc rather than Org
Mode.
best
alex
next prev parent reply other threads:[~2021-11-30 14:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-30 8:40 [ANN] ox-pandoc, revived Alex Fenton
2021-11-30 13:56 ` Denis Maier
2021-11-30 13:57 ` Timothy
2021-11-30 14:09 ` Bruce D'Arcus
2021-11-30 14:27 ` Alex Fenton [this message]
2021-11-30 14:37 ` Bruce D'Arcus
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d8983140-8ba0-306f-ca12-d54076d86a92@pressure.to \
--to=alex.fenton@pressure.to \
--cc=bdarcus@gmail.com \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.