From mboxrd@z Thu Jan 1 00:00:00 1970 From: ryu Subject: Re: Bug: when publish a project, it prompt error message (void-variable org-export-html-special-string-regexps) [8.0.3 (8.0.3-27-g53784e-elpa @ /home/ryu/.emacs.d/elpa/org-20130603/)] Date: Tue, 04 Jun 2013 22:39:38 +0900 Message-ID: <51ADEE1A.1040209@gmail.com> References: <878v2qvxpx.fsf@ryu-Aspire.i-did-not-set--mail-host-address--so-tickle-me> <8738syovrr.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjrSp-0007oF-QH for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 09:39:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjrSg-00020e-Iq for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 09:39:51 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:64104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjrSg-00020O-AA for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 09:39:42 -0400 Received: by mail-pd0-f175.google.com with SMTP id 4so254944pdd.34 for ; Tue, 04 Jun 2013 06:39:41 -0700 (PDT) Received: from [133.68.112.234] (tp-ryuyutyo-ubuntu.ics.nitech.ac.jp. [133.68.112.234]) by mx.google.com with ESMTPSA id z5sm489097pbk.0.2013.06.04.06.39.39 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Jun 2013 06:39:40 -0700 (PDT) In-Reply-To: <8738syovrr.fsf@pierrot.dokosmarshall.org> 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: emacs-orgmode@gnu.org On 2013年06月04日 22:22, Nick Dokos wrote: > ryu writes: > >> As subject discribed, that's exactly what i encounted. >> > The variable has been renamed in 8.03 to > > org-html-special-string-regexps. > > The fact that the old name is being used somewhere probably > indicates that you are picking up the wrong version of org. > In particular, you are probably loading the old org-html.el > file, instead of (or in addition to) the current ox-html.el. > This is a recipe for disaster. > > Note also org-publish-org-to-html does not exist any longer. It's > probably your use of it in org-publish-project-alist that is > causing org-html.el to be loaded. The new HTML publishing > function is org-html-publish-to-html, so try using that instead > and see if it fixes the problem. > > Check Suvayu's document on Worg about 8.x changes: > > http://orgmode.org/worg/org-8.0.html > > and Nicolas's announcement referenced therein. > I am sorry for sending so many mails. because i just join into this group, and could receive others' mails successfully. but when i send my report through emacs i couldn't receive my own mail. so I think there may be something wrong with my emacs sending mail setup.. I am really sorry for this annoying mail... as you said, i just use org-html-publish-to-html instead of org-publish-0rg-to-html, then this issue is resolved. thanks very much.