emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] exporting, too, was: Re: multiline emphasis, was: Re: latex i


From: Nicolas Goaziou
Subject: Re: [O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks
Date: Fri, 15 Mar 2013 18:43:59 +0100

Hello,

Robert Klein <address@hidden> writes:

> (require 'org)
>
> ;; change number of newlines for emphasized blocks
> (setq org-emphasis-regexp-components
>       '(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 10))
>

This should probably happen before org is loaded, according to the
docstring.

> Mebbe I just forgot some setting to get it working, though I'd like the
> exporter to recognize the org-emphasis-regexp-components settings...

The exporter relies on the parser, which relies on `org-emph-re', which
is built from `org-emphasis-regexp-components'.


Regards,

-- 
Nicolas Goaziou



reply via email to

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