From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks Date: Sun, 17 Mar 2013 10:57:02 +0100 Message-ID: <5145936E.3030708@mpip-mainz.mpg.de> References: <87ppza17lp.fsf@gmail.com> <514190B9.9080301@mpip-mainz.mpg.de> <514318D7.8050400@mpip-mainz.mpg.de> <87obek5zj4.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHAL3-0006T0-6C for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 05:57:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHAL1-00072F-UO for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 05:57:13 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:27873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHAL1-000721-Nv for emacs-orgmode@gnu.org; Sun, 17 Mar 2013 05:57:11 -0400 In-Reply-To: <87obek5zj4.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hello, > Robert Klein 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. > Thanks a lot, this works. I didn't find (or understand) this in the docstring, though. :( >> 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'. > Best regards Robert