From 260404542009c477aff4837a8d77bb727c75ee20 Mon Sep 17 00:00:00 2001 From: Douglas Calvert <dfc@douglasfcalvert.net> Date: Fri, 13 Jun 2014 21:13:38 -0400 Subject: [PATCH] input fmt is org-citations its plural not singular --- changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog b/changelog index e012dabbf..fe3b1845b 100644 --- a/changelog +++ b/changelog @@ -17,7 +17,7 @@ pandoc (1.12.4.2) + Support code block headers (`#+BEGIN_SRC ...`) (Albert Krewinkel). + Fix parsing of blank lines within blocks (Albert Krewinkel). + Support pandoc citation extension (Albert Krewinkel). This can - be turned off by specifying `org-citation` as the input format. + be turned off by specifying `org-citations` as the input format. * Markdown reader: