Re: [O] Inline code syntax highlighting

2016-02-22 Thread Nicolas Goaziou
Hello, medit...@gmail.com writes: > In conclusion, do you have any tips on how to get syntax highlighting > for ~...~ blocks? You can use `org-export-filter-parse-tree' and replace all occurrences of (code ...) into (inline-src-block ...) using a combination of `org-element-map', and `org-elemen

[O] Inline code syntax highlighting

2016-02-21 Thread meditans
Hi all, I'm writing some Haskell code in a .org blog post which I will export to HTML using org-publish . I'd like to inline some haskell code in the text, and I can do that either using the marker ~...~ or the explicit block src_haskell[exports: code]{...} . I'd like to have the notational