From: Sebastian Rose <sebastian_rose@gmx.de>
To: Manuel Amador <amador.manuel@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: problem compiling latest git
Date: Sat, 15 May 2010 12:29:38 +0200 [thread overview]
Message-ID: <87vdapo3u5.fsf@gmx.de> (raw)
In-Reply-To: <20100514210742.GC17490@gmail.com> (Manuel Amador's message of "Fri, 14 May 2010 14:07:43 -0700")
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
Manuel Amador <amador.manuel@gmail.com> writes:
> Hi all,
>
> There seems to be a problem. When compiling org-mode from the latest git
> repository, I get the following error:
>
> In org-publish-get-base-files-1:
> org-publish.el:407:13:Warning: reference to free variable `sitemap-requested'
> org-publish.el:915:1:Error: Invalid read syntax: "#"
> make: *** [lisp/org-publish.elc] Error 1
Hi Manual,
thanks for the report! My fault.
This patch should fix it:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-diff, Size: 466 bytes --]
diff --git a/lisp/org-publish.el b/lisp/org-publish.el
index e77b1a0..fefd50d 100644
--- a/lisp/org-publish.el
+++ b/lisp/org-publish.el
@@ -352,6 +352,7 @@ This splices all the components into the list."
(defvar sitemap-alphabetically)
(defvar sitemap-sort-folders)
(defvar sitemap-ignore-case)
+(defvar sitemap-requested)
(defun org-publish-compare-directory-files (a b)
"Predicate for `sort', that sorts folders-first/last and
eventually alphabetically."
[-- Attachment #3: Type: text/plain, Size: 29 bytes --]
Best wishes
Sebastian
[-- Attachment #4: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
prev parent reply other threads:[~2010-05-15 10:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-14 21:07 problem compiling latest git Manuel Amador
2010-05-15 10:29 ` Sebastian Rose [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=87vdapo3u5.fsf@gmx.de \
--to=sebastian_rose@gmx.de \
--cc=amador.manuel@gmail.com \
--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).