summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-04 08:37:44 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-04 08:37:44 +0100
commitb8f4512534f2ce81743bc5a0b7c12775e54fde88 (patch)
tree2bdd4c8a20bb51a08929cd8413cf037d2c6df341 /pandoc.hs
parent76aa43c579cf9662143d2f145cc44f3a094d139a (diff)
Added TODO comment.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs4
1 files changed, 4 insertions, 0 deletions
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