On 13 mars 2012, at 19:47, Eric Schulte wrote: > Alan Schmitt <alan.schm...@polytechnique.org> writes: > >> Hello, >> >> I'm writing a presentation for a course on OCaml, and I managed to get >> minted to work. Unfortunately I'm having issues with inline code >> blocks. I tried to do something like: >> >> This value has type src_ocaml{int} >> >> but the exported LaTeX is simply >> >> This value has type >> >> Is it possible to have some nice syntax hilighting of source code inline? > > Currently there is no support for nicely syntax highlighted inline > source blocks. I tend to use regular =verbatim= for inline code. > > You could always find out how this is accomplished directly in latex and > include inline LaTeX in your Org-mode document.
Thanks, this is what I ended up doing. Alan