From 9cb5299bd103803f8d1bc823c2ea8a7aa38aafed Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Sat, 15 May 2010 14:15:08 +0200 Subject: [PATCH] Define a variable --- lisp/org-publish.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index e77b1a0d7..fefd50d38 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."