emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] /some 'text'/


From: Alan Schmitt
Subject: Re: [O] /some 'text'/
Date: Thu, 26 Jun 2014 13:40:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

On 2014-06-26 03:38, Alan L Tyree <address@hidden> 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

Attachment: pgpg1JmuDSTPm.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]