Hi Nicolas, Nicolas Goaziou <n.goaz...@gmail.com> writes:
> Hello, > > Alan Schmitt <alan.schm...@polytechnique.org> 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