From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: nbsp and /italics/ Date: Sun, 14 Oct 2012 22:11:33 +0200 Message-ID: <87k3uszudm.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNUaE-0006WY-Eo for emacs-orgmode@gnu.org; Sun, 14 Oct 2012 16:14:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNUaD-0007nZ-CU for emacs-orgmode@gnu.org; Sun, 14 Oct 2012 16:14:46 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:44124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNUaD-0007n4-6Q for emacs-orgmode@gnu.org; Sun, 14 Oct 2012 16:14:45 -0400 Received: by mail-wi0-f177.google.com with SMTP id hj13so1063708wib.12 for ; Sun, 14 Oct 2012 13:14:44 -0700 (PDT) In-Reply-To: (Thomas S. Dye's message of "Sun, 14 Oct 2012 05:59:17 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > Using the filter you kindly provided (below) and this construct, "/Sida/ > cf.=C2=A0/fallax/" I get the following incorrect LaTeX export, "\emph{Sid= a} > cf.~/fallax/". I'm expecting "\emph{Sida} cf.~\emph{fallax}". This is because `org-emph-re' only accepts the beginning of line, a white space, a tab, or any symbol among ('\"{ before emphasis markup. Hence, _ (nobreak space) prevents identification of italics. You may add _ to "pre" part of `org-emphasis-regexp-components'. Regards, --=20 Nicolas Goaziou