Browse Source

Fix parenthesis bug in org-checklist.el

Patch by Christopher Suckling.
Carsten Dominik 15 years ago
parent
commit
c7d91cbc0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/lisp/org-checklist.el

+ 1 - 1
contrib/lisp/org-checklist.el

@@ -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)