aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorCarsten Dominik2007-02-27 03:46:40 +0000
committerCarsten Dominik2007-02-27 03:46:40 +0000
commitfc24d8af4a870719cc085eaff560f18447774fde (patch)
treeb7a6ec0a01e41807bc4d7c7bca036432d0b1b17e /lisp/textmodes
parented854aad0a9f818f17640f4f6bf4d32526c3faad (diff)
downloademacs-fc24d8af4a870719cc085eaff560f18447774fde.tar.gz
emacs-fc24d8af4a870719cc085eaff560f18447774fde.zip
(org-archive-subtree): Quote variable name.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/org.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index 313748e8e43..5e3e9e968b8 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -5528,9 +5528,10 @@ this heading. "
5528 (org-done-string tr-org-done-string) 5528 (org-done-string tr-org-done-string)
5529 (org-todo-regexp tr-org-todo-regexp) 5529 (org-todo-regexp tr-org-todo-regexp)
5530 (org-todo-line-regexp tr-org-todo-line-regexp) 5530 (org-todo-line-regexp tr-org-todo-line-regexp)
5531 (org-odd-levels-only (if (local-variable-p org-odd-levels-only) 5531 (org-odd-levels-only
5532 org-odd-levels-only 5532 (if (local-variable-p 'org-odd-levels-only)
5533 tr-org-odd-levels-only))) 5533 org-odd-levels-only
5534 tr-org-odd-levels-only)))
5534 (goto-char (point-min)) 5535 (goto-char (point-min))
5535 (if heading 5536 (if heading
5536 (progn 5537 (progn