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

ST2 cannot seem to read Pandoc.sublime-settings #27

Open
wcrissman opened this issue Mar 19, 2015 · 1 comment
Open

ST2 cannot seem to read Pandoc.sublime-settings #27

wcrissman opened this issue Mar 19, 2015 · 1 comment

Comments

@wcrissman
Copy link

I'm using ST2 and manually obtained the 1.x branch with the following:

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone -b 1.x https://github.com/tbfisher/sublimetext-Pandoc

Then restarted ST2.

Verified I have the correct branch by viewing the readme: # Pandoc Plugin for Sublime Text 2

My user settings file looks like the following:

{
    "user": {
        "pandoc-path": "/usr/local/bin/pandoc"
    }
}

When I try to execute pandoc through the Command Pallete to convert orgmode to markdown, plaintext, anything, the console shows:

Traceback (most recent call last):
  File "./Pandoc.py", line 53, in transform
  File "./Pandoc.py", line 138, in _src_format
  File "./Pandoc.py", line 155, in _format_conf
KeyError: None

When I try to view the default package settings, the console shows:

Unable to open ~/Library/Application Support/Sublime Text 2/Packages/Pandoc/Pandoc.sublime-settings

I tried to work around this by adding the settings found in the defaults file to the user file, but I am getting the same stack trace in the console.

@MPvHarmelen
Copy link
Collaborator

Do you still have this issue?

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