Skip to content

Commit

Permalink
remove 'filter' from org-pandoc-file-options.
Browse files Browse the repository at this point in the history
  • Loading branch information
kawabata committed Jul 7, 2015
1 parent b83c25c commit 035f1d6
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.150706
;; Version: 1.150707
;; 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 @@ -53,7 +53,7 @@
'(template include-in-header include-before-body include-after-body
reference-odt reference-docx epub-stylesheet epub-cover-image
epub-metadata epub-embed-font bibliography csl
citation-abbreviations data-dir filter))
citation-abbreviations data-dir))

(defconst org-pandoc-extensions
'((asciidoc . txt) (beamer . tex) (beamer-pdf . pdf)
Expand Down

0 comments on commit 035f1d6

Please sign in to comment.