emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* /some 'text'/
@ 2014-06-26  1:38 Alan L Tyree
  2014-06-26 11:40 ` Alan Schmitt
  0 siblings, 1 reply; 2+ messages in thread
From: Alan L Tyree @ 2014-06-26  1:38 UTC (permalink / raw)
  To: emacs-orgmode

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?

Thanks,
Alan

-- 
Alan L Tyree                    http://www2.austlii.edu.au/~alan
Tel:  04 2748 6206              sip:typhoon@iptel.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: /some 'text'/
  2014-06-26  1:38 /some 'text'/ Alan L Tyree
@ 2014-06-26 11:40 ` Alan Schmitt
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Schmitt @ 2014-06-26 11:40 UTC (permalink / raw)
  To: Alan L Tyree; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]

On 2014-06-26 03:38, Alan L Tyree <alantyree@gmail.com> 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 #2: Type: application/pgp-signature, Size: 494 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-26 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-26  1:38 /some 'text'/ Alan L Tyree
2014-06-26 11:40 ` Alan Schmitt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).