Re: [O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-04-14 Thread Bastien
Hi Robert, Robert Klein klein...@mpip-mainz.mpg.de writes: Thanks a lot, this works. I didn't find (or understand) this in the docstring, though. :( This was, but too implicit. C-h v org-emphasis-regexp-components RET to check again. Thanks, -- Bastien

Re: [O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-03-17 Thread Robert Klein
Hello, Robert Klein klein...@mpip-mainz.mpg.de 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

[O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-03-15 Thread Robert Klein
On 03/14/2013 09:56 AM, Robert Klein wrote: On 03/08/2013 11:58 AM, Myles English wrote: Hi, Just wondering if there is a better way to italicise across more than two lines for a list item, currently this is the only way that works for me: - on the assumption of equilibrium: /``even if

Re: [O] exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks

2013-03-15 Thread Nicolas Goaziou
Hello, Robert Klein klein...@mpip-mainz.mpg.de 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.