emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: ryu <liuyouchao111@gmail.com>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: orgmode publish project issue
Date: Tue, 04 Jun 2013 22:23:27 +0900	[thread overview]
Message-ID: <51ADEA4F.2010601@gmail.com> (raw)
In-Reply-To: <87ip1uc93s.fsf@bzg.ath.cx>

[-- 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 --]

      reply	other threads:[~2013-06-04 13:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04 13:06 orgmode publish project issue ryu
2013-06-04 13:13 ` Bastien
2013-06-04 13:23   ` ryu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51ADEA4F.2010601@gmail.com \
    --to=liuyouchao111@gmail.com \
    --cc=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).