From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inhibit converting "--" to "–" Date: Tue, 19 Jun 2012 02:42:37 +0200 Message-ID: <8762ao2kua.fsf@gmail.com> References: <87y5nl4i1o.fsf@gmail.com> <87aa002mmd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgmZt-0004sn-Bs for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 20:45:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgmZr-0006v1-Jo for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 20:45:52 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:39274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgmZr-0006uc-BF for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 20:45:51 -0400 Received: by wefh52 with SMTP id h52so5168069wef.0 for ; Mon, 18 Jun 2012 17:45:49 -0700 (PDT) In-Reply-To: (William Crandall's message of "Mon, 18 Jun 2012 17:39:26 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: William Crandall Cc: emacs-orgmode@gnu.org Hello, William Crandall writes: > On Mon, Jun 18, 2012 at 5:04 PM, Nicolas Goaziou 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