emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] problem compiling latest git


From: Sebastian Rose
Subject: Re: [Orgmode] problem compiling latest git
Date: Sat, 15 May 2010 12:29:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Manuel Amador <address@hidden> 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:


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."

Best wishes


   Sebastian

reply via email to

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