From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: exporting, too, was: Re: multiline emphasis, was: Re: latex italics in list, with quotation marks Date: Fri, 15 Mar 2013 18:43:59 +0100 Message-ID: <87obek5zj4.fsf@gmail.com> References: <87ppza17lp.fsf@gmail.com> <514190B9.9080301@mpip-mainz.mpg.de> <514318D7.8050400@mpip-mainz.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYfq-0001VU-E3 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 13:44:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGYfp-000436-Ej for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 13:44:10 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:33983) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGYfp-00042z-6o for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 13:44:09 -0400 Received: by mail-wi0-f179.google.com with SMTP id ez12so777236wid.6 for ; Fri, 15 Mar 2013 10:44:08 -0700 (PDT) In-Reply-To: <514318D7.8050400@mpip-mainz.mpg.de> (Robert Klein's message of "Fri, 15 Mar 2013 13:49:27 +0100") 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: Robert Klein 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. > 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