From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fraga, Eric" Subject: Re: Question about org-latex-text-markup-alist Date: Tue, 22 Oct 2019 10:22:30 +0000 Message-ID: <87lftdulju.fsf@ucl.ac.uk> References: <83sgnl2osa.fsf@gmail.com> <87lftd88bh.fsf@ucl.ac.uk> <83o8y92jgg.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36565) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iMrJC-0003ey-O0 for emacs-orgmode@gnu.org; Tue, 22 Oct 2019 06:22:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iMrJB-0002PX-ME for emacs-orgmode@gnu.org; Tue, 22 Oct 2019 06:22:34 -0400 Received: from mail-db3eur04on071c.outbound.protection.outlook.com ([2a01:111:f400:fe0c::71c]:41200 helo=EUR04-DB3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iMrJB-0002Os-BG for emacs-orgmode@gnu.org; Tue, 22 Oct 2019 06:22:33 -0400 In-Reply-To: <83o8y92jgg.fsf@gmail.com> (Pascal Quesseveur's message of "Tue, 22 Oct 2019 11:55:11 +0200") Content-Language: en-US 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" To: Pascal Quesseveur Cc: "emacs-orgmode@gnu.org" On Tuesday, 22 Oct 2019 at 11:55, Pascal Quesseveur wrote: >>"FE" =3D=3D Fraga, Eric writes: > > FE> None, I believe. There is a difference if you export to HTML, howe= ver. > > But is not org-latex-text-markup-alist just for latex export? Yes. > My question was to know in which case the code and the verbatim > symbols were used in the latex export. If i want to get style verb > instead of texttt in the latex export for text marked with =3D=3D in org, > do I have to set verb for code and verbatim, or only for code? Ah, I misunderstood your question. That mapping from symbols to meaning is done by org-emphasis-alist. Then each language provides the mapping from meaning to syntax. Specifically, as you will see in org-emphasis-alist, =3D=3D is mapped to verbatim and so you need to change the verbatim syntax in org-latex-text-markup-alist. ~~ is used for code. --=20 Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78