emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgmode publish project issue
@ 2013-06-04 13:06 ryu
  2013-06-04 13:13 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: ryu @ 2013-06-04 13:06 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

Hi all,

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 ?

Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.6.4)
  of 2013-04-09 on allspice, modified by Debian
Package: Org-mode version 8.0.3 (8.0.3-27-g53784e-elpa @/home/ryu/.emacs.d/elpa/org-20130603/)



[-- Attachment #2: Type: text/html, Size: 704 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgmode publish project issue
  2013-06-04 13:06 orgmode publish project issue ryu
@ 2013-06-04 13:13 ` Bastien
  2013-06-04 13:23   ` ryu
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2013-06-04 13:13 UTC (permalink / raw)
  To: ryu; +Cc: emacs-orgmode

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,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: orgmode publish project issue
  2013-06-04 13:13 ` Bastien
@ 2013-06-04 13:23   ` ryu
  0 siblings, 0 replies; 3+ messages in thread
From: ryu @ 2013-06-04 13:23 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1039 bytes --]

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)

[-- Attachment #2: Type: text/html, Size: 1860 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-04 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-04 13:06 orgmode publish project issue ryu
2013-06-04 13:13 ` Bastien
2013-06-04 13:23   ` ryu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).