Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open sublimetext-Pandoc #12

Closed
indralukmana opened this issue Dec 30, 2013 · 2 comments
Closed

Cannot open sublimetext-Pandoc #12

indralukmana opened this issue Dec 30, 2013 · 2 comments

Comments

@indralukmana
Copy link

I am using archlinux

my user setting for pandoc : Pandoc.sublime-settings

{
// Sets the path to the pandoc binary.
"pandoc-path": "/usr/bin/pandoc",

// Opens output in new buffer (instead of replacing input in same)
"new-buffer": 1
}

Traceback (most recent call last):
File "/opt/sublime_text_3/sublime_plugin.py", line 526, in run_
return self.run()
File "/home/user/.config/sublime-text-3/Packages/Pandoc/Pandoc.py", line 35, in run
self._setting('formats').keys(), self.transform)
File "/opt/sublime_text_3/sublime.py", line 341, in show_quick_panel
if len(items) > 0 and isinstance(items[0], list):
TypeError: 'dict_keys' object does not support indexing

@tbfisher
Copy link
Owner

I'm still on sublime text 2... this module has not been ported yet to 3

@indralukmana
Copy link
Author

ah yes, i misinterpret the supported version. thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants