Mercurial > emacs
comparison lisp/textmodes/org.el @ 76189:34859b4348a6
(org-archive-subtree): Quote variable name.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Tue, 27 Feb 2007 03:43:34 +0000 |
parents | 4aa6d6384e7d |
children | 5a8a5fa3281a |
comparison
equal
deleted
inserted
replaced
76188:02e2382f5e8a | 76189:34859b4348a6 |
---|---|
5526 (org-todo-keywords tr-org-todo-keywords) | 5526 (org-todo-keywords tr-org-todo-keywords) |
5527 (org-todo-interpretation tr-org-todo-interpretation) | 5527 (org-todo-interpretation tr-org-todo-interpretation) |
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 |
5537 (if (re-search-forward | 5538 (if (re-search-forward |
5538 (concat "\\(^\\|\r\\)" | 5539 (concat "\\(^\\|\r\\)" |