From mboxrd@z Thu Jan 1 00:00:00 1970 From: ryu Subject: Re: orgmode publish project issue Date: Tue, 04 Jun 2013 22:23:27 +0900 Message-ID: <51ADEA4F.2010601@gmail.com> References: <51ADE65B.8040204@gmail.com> <87ip1uc93s.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------000507070206090102000505" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjrDL-0000eg-FC for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 09:23:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjrDD-0004X4-OT for emacs-orgmode@gnu.org; Tue, 04 Jun 2013 09:23:51 -0400 In-Reply-To: <87ip1uc93s.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------000507070206090102000505 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013?06?04? 22:13, Bastien wrote: > Hi Ryu, > > ryu writes: > >> when i publish a project, it will prompt a error message " >> (void-variable org-export-html-special-string-regexps)". anyone who >> can give me an advice ? > You must have copied someone's configuration -- please double-check > there is no such variable in your .emacs.el (or other configuration > files.) > > HTH, > thanks for your answer first, however i have do as the method described on http://orgmode.org/manual/Feedback.html#Feedback, using minimal-org.el to start with emacs. It should not have any other's configure involved. *below is the used minimal-org.el file : * (add-to-list 'load-path (expand-file-name "~/.emacs.d/elpa/org-20130603")) (add-to-list 'auto-mode-alist '("\\.\\(org\\ |org_archive\\|txt\\)$" . org-mode)) (setq org-agenda-files '("/tmp/test.org")) (require 'org-install) (require 'org-habit) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda) (global-set-key "\C-cb" 'org-iswitchb) --------------000507070206090102000505 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit
On 2013年06月04日 22:13, Bastien wrote:
Hi Ryu,

ryu <liuyouchao111@gmail.com> writes:

when i publish a project, it will prompt a error message "
(void-variable org-export-html-special-string-regexps)". anyone who
can give me an advice ?
You must have copied someone's configuration -- please double-check
there is no such variable in your .emacs.el (or other configuration
files.)

HTH,

thanks for your answer first, however i have do as the method described on  http://orgmode.org/manual/Feedback.html#Feedback,
using minimal-org.el to start with emacs. It should not have any other's configure involved.

below is the used minimal-org.el file :
(add-to-list 'load-path (expand-file-name "~/.emacs.d/elpa/org-20130603"))
(add-to-list 'auto-mode-alist '("\\.\\(org\\  |org_archive\\|txt\\)$" . org-mode))
(setq org-agenda-files '("/tmp/test.org"))
(require 'org-install)
(require 'org-habit)

(global-set-key "\C-cl" 'org-store-link)
(global-set-key "\C-ca" 'org-agenda)
(global-set-key "\C-cb" 'org-iswitchb)
--------------000507070206090102000505--