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:42:37 +0200

Hello,

William Crandall <address@hidden> writes:

> On Mon, Jun 18, 2012 at 5:04 PM, Nicolas Goaziou <address@hidden> wrote:
>
>> You need to require `org-e-html' first.
>
> Well, that was easy. It works fine now. Thanks.
>
>>> Same "void-variable" error, and "Renaming: permission denied"
>>> error, with multiple init.elc3996DWC, etc.
>>
>> this is (eval-after-load 'org-e-html ...).
>
> Could you elaborate, or point me to some docs?

That's on the same basis as above.  Evaluating your code once org.el has
been loaded is too early.  You need to ensure `org-e-html' feature has
been provided first.

Thus, (eval-after-load "org-e-html" ...) is more appropriate than
(eval-after-load "org" ...).


Regards,

-- 
Nicolas Goaziou



reply via email to

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