From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: /some 'text'/ Date: Thu, 26 Jun 2014 13:40:35 +0200 Message-ID: References: <53AB798A.6060704@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X082o-0006DP-Qi for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 07:40:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X082g-000856-Dj for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 07:40:46 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:45707) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X082g-00084X-77 for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 07:40:38 -0400 In-Reply-To: <53AB798A.6060704@gmail.com> (Alan L. Tyree's message of "Thu, 26 Jun 2014 11:38:18 +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: Alan L Tyree Cc: emacs-orgmode --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2014-06-26 03:38, Alan L Tyree writes: > I have the following expression in my manuscript: > > /Caltex Oil (Aust) Pty Ltd v The Dredge 'Willemstad'/ [1976] HCA 65 > > I want the /.../ part to be italicised on export, but (of course) it isn'= t. > > The variable org-emphasis-regexp-components was customizable before > 8.0. Is there some workaround to get my desired results? I suppose > writing some filters is one way. Anything simpler? You can set it by hand (before loading org). This is what I have in my init file. #+begin_src emacs-lisp (setq org-emphasis-regexp-components '(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\n," "." 1)) #+end_src Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJTrAazAAoJEAQNCjtO0uXHgLgIAKgoAPhQRxvo+4dx/DWrxe1Y NuwWaTzc1dX2Dzh5Lw03dqU6kuKGRILXIHVlvpOBloPfRb5kTSVwfNBuK0tIMEMe Jn3XgL3xgf4wIgRUSvUjZX7lnZtfpgTZpdxV8wBWzrltkZI2PZDu9P9ttoWSJhbO 9nI5jDSgwd0u9F5phy5movS2nAUmZmvj/vKKrF1i7YLOFMJhFoGcM91daW8qhRPO RrIzXs1seiHwmsONcmAh++rR0c/UewjIH6QbQHF7P3e5H34nElCSESbNe32zKCg4 Oaqvmttdjq4vkdMJivAFmUU4o2AixJNXdT4qS/s7eZP+D2XgViV1IYvo5wxxaRQ= =A7vv -----END PGP SIGNATURE----- --=-=-=--