From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: inline source blocks and minted Date: Tue, 13 Mar 2012 14:29:24 +0100 Message-ID: <83A200B2-6B51-45CB-A8B7-49E9BA3254BB@polytechnique.org> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Rn7-0004pI-Od for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 09:29:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7Rn1-0002Nf-KX for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 09:29:29 -0400 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:18198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Rn1-0002NM-ET for emacs-orgmode@gnu.org; Tue, 13 Mar 2012 09:29:23 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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=20 Is it possible to have some nice syntax hilighting of source code = inline? Thanks, Alan=