joostkremers / pandoc-mode

An Emacs minor mode for interacting with Pandoc.
https://joostkremers.github.io/pandoc-mode/
177 stars 14 forks source link

Missing parenthesis, package uninstallable #60

Closed plantarum closed 8 years ago

plantarum commented 8 years ago

Hi,

You're missing a closing parenthesis for the function pandoc-set-file-scope:

https://github.com/joostkremers/pandoc-mode/blob/master/pandoc-mode.el#L845

Installing the package fails with "forward-sexp: Scan error: "Unbalanced parentheses", 38862, 60536"

Thanks

joostkremers commented 8 years ago

Sorry about that. Should be fixed now. Thanks for reporting!