Christophe Weblog Wiki Code Publications Music
we did slime-c-p-c completion a while ago
[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-html-export-to-html nil))