From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inhibit converting "--" to "–" Date: Tue, 19 Jun 2012 02:04:10 +0200 Message-ID: <87aa002mmd.fsf@gmail.com> References: <87y5nl4i1o.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sglyg-0000gT-MR for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 20:07:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sglyf-0003Y9-1C for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 20:07:26 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sglye-0003Xb-OM for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 20:07:24 -0400 Received: by wefh52 with SMTP id h52so5152586wef.0 for ; Mon, 18 Jun 2012 17:07:23 -0700 (PDT) In-Reply-To: (William Crandall's message of "Mon, 18 Jun 2012 16:39:34 -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: > If I add that one line to the end of init.el: > > -------------------------------------------------- > Debugger entered--Lisp error: > (void-variable org-e-html-special-string-regexps) > add-to-list(org-e-html-special-string-regexps ("-nd-" . "--")) > [etc.] > -------------------------------------------------- You need to require `org-e-html' first. > I've tried to wrap the line in two ways, but neither work: > > -------------------------------------------------- > (eval-after-load 'org > (add-to-list > 'org-e-html-special-string-regexps '("-nd-" . "--"))) > -------------------------------------------------- > > Same "void-variable" error, and "Renaming: permission denied" > error, with multiple init.elc3996DWC, etc. this is (eval-after-load 'org-e-html ...). Be sure contrib directory is in your load-path, though. Regards, -- Nicolas Goaziou