[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Inhibit converting "--" to "–"
From: |
William Crandall |
Subject: |
Re: [O] Inhibit converting "--" to "–" |
Date: |
Mon, 18 Jun 2012 18:35:42 -0700 |
Hello,
On Mon, Jun 18, 2012 at 5:42 PM, Nicolas Goaziou <address@hidden> wrote:
> William Crandall <address@hidden> writes:
>>> 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" ...).
Ah, got it. All is clear now.
Thanks,
-BC