summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-05-15 14:15:08 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-05-15 14:15:08 +0200
commit9cb5299bd103803f8d1bc823c2ea8a7aa38aafed (patch)
treec879cd21ed6e7b6441b19f8ef7f0aadac8971cec
parentf4ac28844edc345a8fc9e29e78b571b482a816cd (diff)
downloadorg-mode-9cb5299bd103803f8d1bc823c2ea8a7aa38aafed.tar.gz
Define a variable
-rw-r--r--lisp/org-publish.el1
1 files changed, 1 insertions, 0 deletions
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."