From b8f4512534f2ce81743bc5a0b7c12775e54fde88 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 4 Feb 2017 08:37:44 +0100
Subject: [PATCH] Added TODO comment.

---
 pandoc.hs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pandoc.hs b/pandoc.hs
index c30507021..3524eb31d 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -1283,6 +1283,10 @@ options =
 
     ]
 
+-- TODO: possibly add code to give a more informative message
+-- if people try to use options that have been removed in 2.0,
+-- e.g. --smart/-S, --old-dashes, --no-wrap, --chapters,
+-- --reference-docx, --reference-odt
 
 addMetadata :: String -> MetaValue -> M.Map String MetaValue
             -> M.Map String MetaValue