[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 13:55:47 +0800 |
Jean-Christophe Helary <lists@traduction-libre.org> writes:
> I'm trying to work with SourceHut (sr.ht) and right now they only accept
> Markdown syntax for their readme/wiki files.
>
> Since I work in Emacs/org-mode to write my documents (and try to stick to
> that), I'd like to know if there is an elegant way to export org syntax to
> MarkDown.
>
> I was thinking that the export-dispatch had an option for Plain Text /
> Markdown, but that doesn't seem to be the case.
I think you just need to load the markdown export backend in your
config:
(require 'ox-md)
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