On 2014-06-26 03:38, Alan L Tyree <[email protected]> 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
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
pgp2fUlFmD7kl.pgp
Description: PGP signature
