From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re: [PATCH] Distinguish = and ~ delimiters in LaTeX export Date: Tue, 01 Feb 2011 12:09:20 +0100 Message-ID: <87aaig9fkv.fsf@gnu.org> References: <7D426067-ED81-42E7-B517-29F06F35EB8F@tsdye.com> <80zkqinuxa.fsf@missioncriticalit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=43733 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkE6p-0006uU-Dx for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:09:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkE6o-0008BM-4Y for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:09:19 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:43796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkE6n-0008B8-VI for emacs-orgmode@gnu.org; Tue, 01 Feb 2011 06:09:18 -0500 Received: by fxm12 with SMTP id 12so7599609fxm.0 for ; Tue, 01 Feb 2011 03:09:17 -0800 (PST) In-Reply-To: <80zkqinuxa.fsf@missioncriticalit.com> (=?iso-8859-1?Q?=22S?= =?iso-8859-1?Q?=E9bastien?= Vauban"'s message of "Sun, 30 Jan 2011 18:49:37 +0100") 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: =?iso-8859-1?Q?S=E9bastien?= Vauban Cc: emacs-orgmode@gnu.org Hi Sebastian, Sébastien Vauban writes: > What's the real use of that variable? I mean, wouldn't it be more simple if > Org's export behavior was just based on the contents of > org-export-latex-emphasis-alist? Is there verbatim in it, we use verbatim. Is > is texttt in it, we use texttt... That would be ideal. But there is no real bijection between Org's sober emphasis markup and LaTeX markup possibilities. So the purpose of such a variable is to add some flexibility. HTH, -- Bastien