engrave-faces icon indicating copy to clipboard operation
engrave-faces copied to clipboard

Mirror of https://git.tecosaur.net/tec/engrave-faces

Results 7 engrave-faces issues
Sort by recently updated
recently updated
newest added

## Description of issue Setting `org-latex-engraved-theme` to `t` seems to only impact the background colour of exported code blocks in pdf, and the syntax highlighting remains the default colour. However,...

Hello, I'm having some issues when exporting to latex, sometimes the exported document has extra characters in some lines. ![image](https://github.com/tecosaur/engrave-faces/assets/42120805/4d930026-d40f-4394-918c-0ad497b12b62) Also, some text is added to the beginning of the...

*First of all*: Thats more of a question than a real issue with the code. But since I couldn't find any concrete instruction how to add a theme or just...

Needed for an upcoming batch of ox-chameleon improvements

Is it somehow possible to export only a region of the current buffer like in htmlize? And is it possible to prevent engrave-faces from creating a new temporary buffer/using a...

Original report: https://list.orgmode.org/orgmode/[email protected]/ 1. In Org git repo, make repro REPRO_ARGS="-L ~/.emacs.d/straight/build/engrave-faces /tmp/any-backend.org" 2. M-: (require 'ob-latex) 3. M-: (setq org-latex-src-block-backend 'engraved) 4. C-c C-e l o 5. Observe Listing...

Let's have a buffer with the content of `/tmp/a.sh` : ``` #!/bin/bash echo $(date) ``` Here `M-x engrave-faces-latex-buffer` results in: ``` \color{EFD}\EFcd{\#}\EFc{!/bin/}\EFk{bash} \EFb{echo} \$(\textcolor[HTML]{agenta}{date}) ``` Note the missing "m" in...