emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] orgmode publish project issue


From: ryu
Subject: Re: [O] orgmode publish project issue
Date: Tue, 04 Jun 2013 22:23:27 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6

On 2013年06月04日 22:13, Bastien wrote:
Hi Ryu,

ryu <address@hidden> 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)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]