فهرست منبع

Fix parenthesis bug in org-checklist.el

Patch by Christopher Suckling.
Carsten Dominik 15 سال پیش
والد
کامیت
c7d91cbc0e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)