emacs/var/elfeed/db/data/31/316b71a734a4befc84036616c766e05a3fe45257
2022-01-03 12:49:32 -06:00

1 line
1.3 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>Specifically, I am using <a href="https://ox-hugo.scripter.co/">ox-hugo</a> to write my blog in Hugo.</p> <p>I am writing a lot about functional programming and have a lot of code snippets in the <a href="https://racket-lang.org/">Racket</a> language. It uses a lot of Lambda-syntax and I would like the <code>lambda</code> keyword to be exported using the actual Greek letter for Lambda (λ). Why? Cause I like the aesthetics, and it&#39;s more readable if you have a lot of them in a snippet.</p> <p>So, basically, this code block: <code>scheme (product (lambda (i) i) 1 inc 6) </code></p> <p>Should be exported to HTML like this: <code>scheme (product (λ (i) i) 1 inc 6) </code></p> <p>Currently, it just looks the same in HTML as it does in the code block.</p> <p>Any help is appreciated!</p> <p>(Oh, and just so I&#39;m following the rules here: I am doing this all in DOOM Emacs.)</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/fllawless"> /u/fllawless </a> <br/> <span><a href="https://www.reddit.com/r/orgmode/comments/pmpyrl/how_can_i_manually_tell_orgbabel_how_it_should/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/orgmode/comments/pmpyrl/how_can_i_manually_tell_orgbabel_how_it_should/">[comments]</a></span>