Hello,
William Crandall <[email protected]> writes:
> I've not been able to get special-strings working with
> the new exporter,
Could you elaborate? I have no problem with special strings in any
back-end so far.
> but it should be something like:
>
> --------------------------------------------------
> ;; For new exporter (but not yet)
> (eval-after-load "org"
> '(setq org-e-html-special-string-regexps
> (append org-e-html-special-string-regexps
> '(("-nd-" . "--")))))
> --------------------------------------------------
I have no problem with
(add-to-list 'org-e-html-special-string-regexps '("-nd-" . "--"))
Regards,
--
Nicolas Goaziou