Re: Syntax highlighting for julia source blocks

2022-09-27 Thread Fraga, Eric
On Monday, 26 Sep 2022 at 15:18, reza wrote: > it is set to `css', this is the correct choice, no? Yes, I set this to css and fontification of Julia src blocks works for me. What does the generated HTML look like? Maybe post a snippet of the HTML? -- : Eric S Fraga, with org release_9.5.5-815-g

Re: Syntax highlighting for julia source blocks

2022-09-27 Thread reza
> Can you please provide an example file and exact steps you did to export > it? See https://orgmode.org/manual/Feedback.html Sorry for the confusion, I figured it out: I was missing `julia-mode' and `(require 'julia-mode)'. But thanks for the support. Best, Reza OpenPGP_0xC375C6AF05125C52.as

Re: Syntax highlighting for julia source blocks

2022-09-26 Thread Ihor Radchenko
reza writes: > Looks like I was missing `julia-mode', but still after installation, no > syntax highlighting for julia source code blocks... Can you please provide an example file and exact steps you did to export it? See https://orgmode.org/manual/Feedback.html -- Ihor Radchenko, Org mode co

Re: Syntax highlighting for julia source blocks

2022-09-26 Thread reza
On 9/26/22 17:15, Fraga, Eric wrote: > On Monday, 26 Sep 2022 at 14:09, reza wrote: >> When exporting to html, syntax highlighting is automatically applied to >> exported python source blocks (syntax elements get a span element >> applied). But this does not work for julia source code blocks. Is th

Re: Syntax highlighting for julia source blocks

2022-09-26 Thread Fraga, Eric
On Monday, 26 Sep 2022 at 14:09, reza wrote: > When exporting to html, syntax highlighting is automatically applied to > exported python source blocks (syntax elements get a span element > applied). But this does not work for julia source code blocks. Is this > just not implemented or do I miss som

Re: Syntax highlighting for julia source blocks

2022-09-26 Thread reza
On 9/26/22 17:15, Fraga, Eric wrote: > On Monday, 26 Sep 2022 at 14:09, reza wrote: >> When exporting to html, syntax highlighting is automatically applied to >> exported python source blocks (syntax elements get a span element >> applied). But this does not work for julia source code blocks. Is th