nibrahim / Hyde

An Emacs mode to manage Jekyll blogs
http://nibrahim.net.in/2010/11/11/hyde_%3A_an_emacs_mode_for_jekyll_blogs.html
GNU General Public License v3.0
117 stars 28 forks source link

Not working properly in Ubuntu 11.10 #4

Closed duckpuppy closed 12 years ago

duckpuppy commented 12 years ago

I have an Octopress blog that I'm starting. Everything is pretty vanilla from that side, but when I try to perform anything using hyde, I get the following output:

/bin/bash: line 0: cd: ~/Development/blog/source/_posts: No such file or directory

The directory certainly exists - the post list in hyde is even properly populated with the existing posts - and if I try to manually cd to that path in a terminal it works. As another side effect, all the posts show up with status "M"... probably because it can't cd to the repo properly to perform a git status. I can also successfully edit a post since that's not using bash, just doing a find-file in emacs. I just can't do anything else.

nibrahim commented 12 years ago

Can you post back here with the contents of your .hyde.el, the full path to your blog directory and its structure. I can't seem to reliably run into this issue.