From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Rovezzi Subject: LaTeX export: inline markup underscore problem Date: Sat, 9 Apr 2011 18:55:10 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=54870 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q8bRJ-0001cN-GF for emacs-orgmode@gnu.org; Sat, 09 Apr 2011 12:55:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q8bRI-00057L-9g for emacs-orgmode@gnu.org; Sat, 09 Apr 2011 12:55:13 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:51991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q8bRI-000571-4v for emacs-orgmode@gnu.org; Sat, 09 Apr 2011 12:55:12 -0400 Received: by iwg8 with SMTP id 8so5841425iwg.0 for ; Sat, 09 Apr 2011 09:55:11 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dear all, I implemented the inline markup for latex export as suggested on Worg by Tom Dye: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10_3 and I have a big problem in exporting references with underscores. Example: [[latex:cite][some_thing]] is rendered by the latex exporter as \cite{some\_thing} that is bad because will result in a broken reference. Could you help me in defining a more clever org-add-link-type? Thanks, Mauro