diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-01 16:09:00 -0700 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-09-01 16:09:00 -0700 |
| commit | 1240edbc3b4f716c58fc3dfe9fc277c45b8529ab (patch) | |
| tree | f2058434263d58bc128dff3ea8c1c230357fbd42 | |
| parent | 39cdafd50598d58daad5cb6483f19268f7a06316 (diff) | |
| download | pandoc-1240edbc3b4f716c58fc3dfe9fc277c45b8529ab.tar.gz | |
Change for latest pandoc-citeproc.
| -rw-r--r-- | pandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -677,7 +677,7 @@ options = , Option "" ["citation-abbreviations"] (ReqArg (\arg opt -> - return opt{ optMetadata = ("csl-abbreviations",arg) : + return opt{ optMetadata = ("citation-abbreviations",arg) : optMetadata opt }) "FILE") "" |
