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

hyde-home ... where is it? #8

Closed jasonm23 closed 12 years ago

jasonm23 commented 12 years ago

I've been using hyde.el for a few days, but I'm still doing most of my jekyll stuff on zsh (not all that bothered about it, but I digress.)

When I try and promote a post from _drafts to _posts with either M-x hydepromo it appears that hyde-home is not defined.

I added hyde-home as a defcustom however, it still doesn't work, so there's more than just a missing var going on...

I get an error saying that the {hyde-home}/_posts folder doesn't exist... and yet... there it is.

FYI, I'm on Emacs.app / os x 10.7.4 (lion) I get the same issue on 10.6/10.8.

jasonm23 commented 12 years ago

Oh, one other thing, when it fails it also kills the content in my post, which is "kind of annoying", since undo seems to get scrubbed at the same time, losing work just isn't fun.

jasonm23 commented 12 years ago

ah, just reading about the zsh problem... I'll see if that fixes this one too.

jasonm23 commented 12 years ago

Yep, zsh problem, @copyninja's pull fixes it.