Disable display of TODO's.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 7 Dec 2009 14:24:21 +0000 (15:24 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 7 Dec 2009 14:24:39 +0000 (15:24 +0100)
Utils/Fixme.tex

index ca423acbe758d80a6c78d3727e6c571c8675c9c8..1e2c65e04ec97b12dba7067bc5fd369edfcc1fc8 100644 (file)
@@ -10,8 +10,9 @@
 \setuplabeltext[en][fixmenote=\small{NOTE}:\crlf ]
 \setuplabeltext[en][fixmetodo=\small{TODO}:\crlf ]
 
-% Disable todo's and fixmes, only notes are meant for my supervisors.
-%\def\todo#1{}
-%\def\fixme#1{}
+% Disable todo's
+\def\todo#1{}
+\def\fixme#1{}
+\def\fxnote#1{}
 
 % vim: set sw=2 sts=2 expandtab: