emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "Org" source blocks and minted


From: Timothy
Subject: Re: "Org" source blocks and minted
Date: Wed, 24 Mar 2021 12:24:01 +0800
User-agent: mu4e 1.4.15; emacs 28.0.50

Hi Michael,

> I want to include an "org" source block in a document as an example, and
> have it formatted with minted.
>

Juan mentioned an Org lexer exists, but another approach that may be of
interest is using Emacs' own font-lock. I wrote a package that's like
HTMLize but works with LaTeX and currently have it sitting in my config.

I plan on submitting a patch to Org at some point on this, but for now:
- https://github.com/tecosaur/engrave-faces
- https://tecosaur.github.io/emacs-config/config.html#pretty-code-blocks

Sample output: all the code blocks in
https://tecosaur.github.io/emacs-config/config.pdf

Since this uses Emacs' font-lock, this means that you can use any
language that you have a syntax-highlighting-mode for :)

--
Timothy



reply via email to

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