From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: emphasis borders, double quotes, and export Date: Sat, 05 Apr 2014 11:41:28 +0200 Message-ID: References: <87ha6iqoaq.fsf@gmail.com> <874n289avq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWN9y-00041s-CO for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 05:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWN9s-0007tq-B1 for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 05:45:10 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:44195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWN9s-0007pK-4g for emacs-orgmode@gnu.org; Sat, 05 Apr 2014 05:45:04 -0400 In-Reply-To: <874n289avq.fsf@gmail.com> (Nicolas Goaziou's message of "Fri, 04 Apr 2014 21:02:01 +0200") 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 Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm afraid it broke again (it was fixed for a while, but I recently >> updated org and it's now broken). >> >> ECM: >> >> exp_init.el: >> (add-to-list 'load-path "/Users/schmitta/projets/org-mode/lisp") >> >> (require 'org) >> (require 'ox-html) >> >> (setcar (nthcdr 2 org-emphasis-regexp-components) " \t\n,") >> (custom-set-variables `(org-emphasis-alist ',org-emphasis-alist)) > > You need to reload Org after modifying `org-emphasis-regexp-components'. Thank you for the suggestion. How can I do that? Add an "(org-reload)" in my async init file? Is there a more efficient way than loading org, setting the variable, and immediately reloading org again? Alan