From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Crandall Subject: Re: Inhibit converting "--" to "–" Date: Mon, 18 Jun 2012 18:35:42 -0700 Message-ID: References: <87y5nl4i1o.fsf@gmail.com> <87aa002mmd.fsf@gmail.com> <8762ao2kua.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgnMB-00018r-83 for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 21:35:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgnM9-0003Xg-DW for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 21:35:46 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:43557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgnM8-0003XD-GW for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 21:35:44 -0400 Received: by obbtb8 with SMTP id tb8so3559334obb.0 for ; Mon, 18 Jun 2012 18:35:42 -0700 (PDT) In-Reply-To: <8762ao2kua.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hello, On Mon, Jun 18, 2012 at 5:42 PM, Nicolas Goaziou wrot= e: > William Crandall 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. =A0Evaluating your code once org.el ha= s > been loaded is too early. =A0You 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