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: Tue, 19 Jun 2012 02:04:10 +0200

Hello,

William Crandall <address@hidden> writes:

> If I add that one line to the end of init.el:
>
> --------------------------------------------------
> Debugger entered--Lisp error:
>    (void-variable org-e-html-special-string-regexps)
>       add-to-list(org-e-html-special-string-regexps ("-nd-" . "--"))
>       [etc.]
> --------------------------------------------------

You need to require `org-e-html' first.

> I've tried to wrap the line in two ways, but neither work:
>
> --------------------------------------------------
> (eval-after-load 'org
>   (add-to-list
>    'org-e-html-special-string-regexps '("-nd-" . "--")))
> --------------------------------------------------
>
> Same "void-variable" error, and "Renaming: permission denied"
> error, with multiple init.elc3996DWC, etc.

this is (eval-after-load 'org-e-html ...).  Be sure contrib directory is
in your load-path, though.


Regards,

-- 
Nicolas Goaziou



reply via email to

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