* problem compiling latest git
@ 2010-05-14 21:07 Manuel Amador
2010-05-15 10:29 ` Sebastian Rose
0 siblings, 1 reply; 2+ messages in thread
From: Manuel Amador @ 2010-05-14 21:07 UTC (permalink / raw)
To: emacs-orgmode
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
Best,
Manuel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: problem compiling latest git
2010-05-14 21:07 problem compiling latest git Manuel Amador
@ 2010-05-15 10:29 ` Sebastian Rose
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Rose @ 2010-05-15 10:29 UTC (permalink / raw)
To: Manuel Amador; +Cc: emacs-orgmode
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-15 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 21:07 problem compiling latest git Manuel Amador
2010-05-15 10:29 ` Sebastian Rose
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).