From: Nicolas Goaziou <n.goaziou@gmail.com>
To: William Crandall <bc3141592@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Inhibit converting "--" to "–"
Date: Tue, 19 Jun 2012 02:04:10 +0200 [thread overview]
Message-ID: <87aa002mmd.fsf@gmail.com> (raw)
In-Reply-To: <CAENLK5VhyUSsof-1_GCaTa2utTYw2upgMoCGue+BwZpNr-2BXg@mail.gmail.com> (William Crandall's message of "Mon, 18 Jun 2012 16:39:34 -0700")
Hello,
William Crandall <bc3141592@gmail.com> 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
next prev parent reply other threads:[~2012-06-19 0:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-17 3:15 Inhibit converting "--" to "–" William Crandall
2012-06-17 23:47 ` Nicolas Goaziou
2012-06-18 23:39 ` William Crandall
2012-06-19 0:04 ` Nicolas Goaziou [this message]
2012-06-19 0:39 ` William Crandall
2012-06-19 0:42 ` Nicolas Goaziou
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87aa002mmd.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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).