From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Underscores again - HTML and LaTeX exporting. Date: Thu, 9 Jul 2009 06:46:23 +0200 Message-ID: <7EA03801-34C0-40E8-81D0-7D8F656939C7@gmail.com> References: <22935.1247068568@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOlWj-0000mz-DE for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 00:46:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOlWe-0000lC-7M for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 00:46:32 -0400 Received: from [199.232.76.173] (port=54257 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOlWe-0000l5-04 for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 00:46:28 -0400 Received: from mail-ew0-f217.google.com ([209.85.219.217]:57083) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOlWd-0001WL-JW for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 00:46:27 -0400 Received: by ewy17 with SMTP id 17so79238ewy.42 for ; Wed, 08 Jul 2009 21:46:26 -0700 (PDT) In-Reply-To: <22935.1247068568@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org On Jul 8, 2009, at 5:56 PM, Nick Dokos wrote: > I found this by trying to export Bernt Hansen's org-mode tutorial =20 > [1] to > HTML and LaTeX. Bernt's IRC nick is Thumper_ and it appears in the > AUTHOR option as follows: > > #+AUTHOR: Bernt Hansen (IRC:Thumper_ on freenode) > > When exported to HTML, everything is fine. When exported to LaTeX, =20 > LaTeX > complains about missing $. The problem does *not* arise if the =20 > underscore > is in most other places in the org file, but I found one more place =20= > where it > does arise: in a headline, when the underscore begins the word. > > Here is a small test file (hi, S=E9bastien;-) : > > --8<---------------cut here---------------start------------->8--- > #+AUTHOR: Nick (nick_) > #+OPTIONS: ^:{} > > > * foo foo_bar foo_ _bar > foo > foo_bar > foo_ > _bar > --8<---------------cut here---------------end--------------->8--- > > Everything works except the nick_ on the AUTHOR line and the _bar in > the headline. Pretty sick examples ... :-) I fixed those anyway... - Carsten > > BTW, I also tried the ^:nil option, but it did not make any =20 > difference. > > Thanks, > Nick > > [1] http://doc.norang.ca/org-mode.html - the org file is at = http://doc.norang.ca/org-mode.org > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode