From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Bug] ~Verbatim~ in headlines breaks LaTeX Date: Sat, 30 May 2015 10:09:25 +0200 Message-ID: <87wpzqxz9m.fsf@nicolasgoaziou.fr> References: <87382eg2f4.fsf@posteo.de> <87617a65y5.fsf@alphaville.usersys.redhat.com> <87vbfa63ud.fsf@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyboE-0000Al-OV for emacs-orgmode@gnu.org; Sat, 30 May 2015 04:07:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyboD-00052V-Lr for emacs-orgmode@gnu.org; Sat, 30 May 2015 04:07:58 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyboD-00051j-Gj for emacs-orgmode@gnu.org; Sat, 30 May 2015 04:07:57 -0400 In-Reply-To: <87vbfa63ud.fsf@posteo.de> (Titus von der Malsburg's message of "Fri, 29 May 2015 22:18:02 -0700") 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: Titus von der Malsburg Cc: Nick Dokos , emacs-orgmode@gnu.org Hello, Titus von der Malsburg writes: > Yes, I saw this thread after sending the previous email. According to > `org-latex-text-markup-alist', protectedtexttt should be used, which > seems like a good-enough solution for this problem. But for some reason > that doesn=E2=80=99t happen. It happens. However, verbatim is =3D...=3D whereas ~...~ is code. The former uses protectedtexttt while the latter uses \verb. Note that we could do better anyway and switch command depending on context. Regards, --=20 Nicolas Goaziou