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)