Christophe Weblog Wiki Code Publications Music
ecb16eefc880d77d2f782c17c5af3fb9edac0112
[swankr.git] / org-export.el
1 (let* ((orig org-emphasis-regexp-components)
2        (new `(,(nth 0 orig) ,(nth 1 orig) ,(remove ?\" (nth 2 orig))
3               ,(nth 3 orig) ,(nth 4 orig) ,(nth 5 orig))))
4   (org-set-emph-re 'org-emphasis-regexp-components new)
5   (org-export-as-html nil))