all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: William Crandall <bc3141592@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Inhibit converting "--" to "&ndash;"
Date: Tue, 19 Jun 2012 02:42:37 +0200	[thread overview]
Message-ID: <8762ao2kua.fsf@gmail.com> (raw)
In-Reply-To: <CAENLK5V69SxQkOusi8dFTLmjXsozM_UfWbh=2Owxqkw9xOrDtg@mail.gmail.com> (William Crandall's message of "Mon, 18 Jun 2012 17:39:26 -0700")

Hello,

William Crandall <bc3141592@gmail.com> writes:

> On Mon, Jun 18, 2012 at 5:04 PM, Nicolas Goaziou <n.goaziou@gmail.com> 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	other threads:[~2012-06-19  0:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-17  3:15 Inhibit converting "--" to "&ndash;" William Crandall
2012-06-17 23:47 ` Nicolas Goaziou
2012-06-18 23:39   ` William Crandall
2012-06-19  0:04     ` Nicolas Goaziou
2012-06-19  0:39       ` William Crandall
2012-06-19  0:42         ` Nicolas Goaziou [this message]
2012-06-19  1:35           ` William Crandall
  -- strict thread matches above, loose matches on Subject: below --
2012-06-16 23:14 Tsunenobu Kai
2012-06-17  1:03 ` Michael Hannon
2012-06-17  2:11   ` Tsunenobu Kai
2012-06-17  2:18     ` Nick Dokos
2012-06-17  3:04       ` Tsunenobu Kai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8762ao2kua.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=bc3141592@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.