1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2025-01-01 11:15:00 +00:00

org-macs: Fix typo in `org-with-limited-levels'

* lisp/org-macs.el (org-with-limited-levels): Fix typo.
This commit is contained in:
Nicolas Goaziou 2012-07-28 22:29:13 +02:00
parent d2ac072759
commit 2da2c923aa

View File

@ -376,7 +376,7 @@ point nowhere."
`(let* ((org-called-with-limited-levels t)
(org-outline-regexp (org-get-limited-outline-regexp))
(outline-regexp org-outline-regexp)
(org-outline-regexp-at-bol (concat "^" org-outline-regexp)))
(org-outline-regexp-bol (concat "^" org-outline-regexp)))
,@body))
(def-edebug-spec org-with-limited-levels (body))