# HG changeset patch # User Carsten Dominik # Date 1172547814 0 # Node ID 34859b4348a6fc6c5623e98ff7a4f692f7fc858d # Parent 02e2382f5e8a4d16664259b41d266a4c386ebb44 (org-archive-subtree): Quote variable name. diff -r 02e2382f5e8a -r 34859b4348a6 lisp/textmodes/org.el --- a/lisp/textmodes/org.el Tue Feb 27 03:37:51 2007 +0000 +++ b/lisp/textmodes/org.el Tue Feb 27 03:43:34 2007 +0000 @@ -5528,9 +5528,10 @@ (org-done-string tr-org-done-string) (org-todo-regexp tr-org-todo-regexp) (org-todo-line-regexp tr-org-todo-line-regexp) - (org-odd-levels-only (if (local-variable-p org-odd-levels-only) - org-odd-levels-only - tr-org-odd-levels-only))) + (org-odd-levels-only + (if (local-variable-p 'org-odd-levels-only) + org-odd-levels-only + tr-org-odd-levels-only))) (goto-char (point-min)) (if heading (progn