0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 23:16:27 +00:00

Fix parenthesis bug in org-checklist.el

Patch by Christopher Suckling.
This commit is contained in:
Carsten Dominik 2009-08-06 00:29:27 +02:00
parent 8eba33958f
commit c7d91cbc0e

View file

@ -95,7 +95,7 @@ of checkbox items"
(t t)
(nil (y-or-n-p "Print list? "))))
exported-lines
title "Checklist export")
(title "Checklist export"))
(save-restriction
(save-excursion
(org-narrow-to-subtree)