vim-pandoc / vim-pandoc-legacy

[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users
143 stars 23 forks source link

None of the executor functions work #110

Closed stevepowell99 closed 10 years ago

stevepowell99 commented 10 years ago

Just installed vim and vim-pandoc via pathogen. Everything is working fine except for the exports. In a terminal I can do e.g. pandoc myfile.md -o output.pdf --bibliography=mybib.bib and that works fine. But all the export functions to PDF, odt etc get this error message:

Error detected while processing function pandoc_exec#PandocExecute:
line    3:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 42, in pandoc_execute
vim.error: Vim(echoerr):E114: Missing quote: "could not run executor.    

I am on Ubuntu 13.10

fmoralesc commented 10 years ago

Fresh installs are advised to use vim-pantondoc + vim-pandoc-syntax.

That said, it seems this was caused by a mere typo, which I've just fixed. However, executors would probably fail still, something is wrong in the pandoc incantation.