emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Inhibit converting "--" to "–"


From: Nicolas Goaziou
Subject: Re: [O] Inhibit converting "--" to "–"
Date: Mon, 18 Jun 2012 01:47:47 +0200

Hello,

William Crandall <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]