Parcourir la source

Fix parenthesis bug in org-checklist.el

Patch by Christopher Suckling.
Carsten Dominik il y a 16 ans
Parent
commit
c7d91cbc0e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)