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. > 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