[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [emacs-humanities] Elegant way to export org to Markdown ?
From: |
Ihor Radchenko |
Subject: |
Re: [emacs-humanities] Elegant way to export org to Markdown ? |
Date: |
Sat, 02 Oct 2021 14:24:09 +0800 |
Jean-Christophe Helary <lists@traduction-libre.org> writes:
> My follow-up question is, most of the ox-stuff seem to be installed by
> default, as far as I can tell. Why is ox-md not ?
Not most. The default export backends are:
> org-export-backends is a variable defined in org.el.
>
> Value
> (ascii html icalendar latex odt)
You can also customise this variable instead of direct (require 'ox-md)
Why not all backends are loaded? Mostly to reduce Org loading speed that
some people complain about.
Best,
Ihor
Re: [emacs-humanities] Elegant way to export org to Markdown ?, Morgan Willcock, 2021/10/02
Re: [emacs-humanities] Elegant way to export org to Markdown ?, Jean-Christophe Helary, 2021/10/03