Skip to content

Commit

Permalink
fix :pandoc-variable to :pandoc-variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawabata committed Apr 21, 2016
1 parent 2605a0e commit d79e1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ox-pandoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Description: Another org exporter for Pandoc
;; Author: KAWABATA, Taichi <[email protected]>
;; Created: 2014-07-20
;; Version: 1.151223
;; Version: 1.160420
;; Package-Requires: ((org "8.2") (emacs "24") (dash "2.8") (ht "2.0"))
;; Keywords: tools
;; URL: https://github.com/kawabata/ox-pandoc
Expand Down Expand Up @@ -1220,7 +1220,7 @@ Option table is created in this stage."
(--mapcat (-when-let (val (plist-get info (cdr it)))
(list (cons (car it) (split-string-and-unquote val))))
'((metadata . :pandoc-metadata)
(variable . :pandoc-variable))))
(variable . :pandoc-variables))))
(org-pandoc-put-options
(--mapcat (-when-let (val (plist-get info (cdr it)))
(list (cons (car it) (split-string val "\n"))))
Expand Down

0 comments on commit d79e1d3

Please sign in to comment.