commit 29a82fdc58c65201be544d30469988df06eefeee
Author: Guillaume MM <[email protected]>
Date:   Tue Apr 11 01:27:20 2017 +0200

    Add option obeyFinal for todo notes #10615
---
 lib/layouts/todonotes.module |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/lib/layouts/todonotes.module b/lib/layouts/todonotes.module
index 8170f22..e5f5bc2 100644
--- a/lib/layouts/todonotes.module
+++ b/lib/layouts/todonotes.module
@@ -2,7 +2,8 @@
 #DescriptionBegin
 #Provides custom insets to insert TODO items in your document
 #(using the todonotes package). In order to generate a 'List of TODOs',
-#the module provides a paragraph style.
+#the module provides a paragraph style. Passing 'final' as document class
+#option suppresses the output of TODO notes.
 #DescriptionEnd
 
 # Authors: Stephen <[email protected]>
@@ -12,6 +13,8 @@ Format 63
 
 OutlinerName todonotes "TODO"
 
+PackageOptions todonotes obeyFinal
+
 #
 # List of TODOs
 #

Reply via email to