Hello,

William Crandall <bc3141...@gmail.com> 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