[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Org to ConTeXt exporter?
From: |
Juan Manuel Macías |
Subject: |
Re: Org to ConTeXt exporter? |
Date: |
Mon, 28 Dec 2020 19:03:27 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Hello, Diego,
Diego Zamboni <diego@zzamboni.org> writes:
> I have never used ConTeXt, but from what I've seen, despite its many
> differences, a lot is still similar to TeX/LaTeX (e.g. math). Given
> this, I think it might be easier to create a new derived exporter from
> ox-latex, and override the parts that differ, instead of creating a
> new one completely from scratch.
You are right, maybe it is better to start with ox-latex, since LaTeX
and ConTeXt are related.
> You can see an example in my own
> https://github.com/zzamboni/ox-leanpub/blob/master/ox-leanpub-markua.el,
> which uses ox-md as a backend for defining the new ox-markua exporter.
Thank you very much for the link. As soon as I have some time I will
study your code
Regards,
Juan Manuel