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
1 changed files with 1 additions and 1 deletions

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)