emacs-humanities
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]