From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inhibit converting "--" to "–" Date: Mon, 18 Jun 2012 01:47:47 +0200 Message-ID: <87y5nl4i1o.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgPFI-000191-8m for emacs-orgmode@gnu.org; Sun, 17 Jun 2012 19:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgPFG-00080o-NY for emacs-orgmode@gnu.org; Sun, 17 Jun 2012 19:51:03 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:34003) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgPFG-00080k-EH for emacs-orgmode@gnu.org; Sun, 17 Jun 2012 19:51:02 -0400 Received: by wefh52 with SMTP id h52so4190959wef.0 for ; Sun, 17 Jun 2012 16:51:00 -0700 (PDT) In-Reply-To: (William Crandall's message of "Sat, 16 Jun 2012 20:15:22 -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: kbkbkbkb1@gmail.com, emacs-orgmode@gnu.org Hello, William Crandall writes: > I've not been able to get special-strings working with > the new exporter, Could you elaborate? I have no problem with special strings in any back-end so far. > but it should be something like: > > -------------------------------------------------- > ;; For new exporter (but not yet) > (eval-after-load "org" > '(setq org-e-html-special-string-regexps > (append org-e-html-special-string-regexps > '(("-nd-" . "--"))))) > -------------------------------------------------- I have no problem with (add-to-list 'org-e-html-special-string-regexps '("-nd-" . "--")) Regards, -- Nicolas Goaziou