From 409913b253de2de1b49f9468a4b77b9292e090c4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 25 Aug 2014 15:32:35 +0200 Subject: [PATCH] Fix `org-promote' error * lisp/org.el (org-called-with-limited-levels): Initialize variable. http://permalink.gmane.org/gmane.emacs.orgmode/90119 --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 9c1867759..60658f439 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -6720,7 +6720,8 @@ in special contexts. (setq org-cycle-global-status 'overview) (run-hook-with-args 'org-cycle-hook 'overview))))) -(defvar org-called-with-limited-levels);Dyn-bound in ̀org-with-limited-levels'. +(defvar org-called-with-limited-levels nil + "Non-nil when `org-with-limited-levels' is currently active.") (defun org-cycle-internal-local () "Do the local cycling action."