Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-07-02 Thread Juan Reyero
Nathan, I've just pushed a version of org-jekyll that should solve the problem, following Sebastian's suggestions, and it's available at http://github.com/juanre/org-jekyll. Sorry it's taken me so long to respond; I am pretty much off-line lately for personal reasons. And thanks for bringing it

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-30 Thread Sebastian Rose
Nathan Neff writes: > ... > Below is the code where org-publish-initialize-files-alist is called > in org-jekyll. > It looks like in both cases, the code is trying to figure out what > project the current > file belongs to. Can anyone suggest a fix? I don't mean to push this > on anyone, but I r

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-30 Thread Nathan Neff
On Wed, Jun 30, 2010 at 6:45 AM, Sebastian Rose wrote: > Nathan Neff writes: >> Some time ago, I set up a blog using org-jekyll.  I recently tried >> to publish my blog, but when I run: >> >> org-jekyll-export-blog >> >> I get the message:  Symbol's function definition is void: >> org-publish-ini

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-30 Thread Sebastian Rose
Nathan Neff writes: > Some time ago, I set up a blog using org-jekyll. I recently tried > to publish my blog, but when I run: > > org-jekyll-export-blog > > I get the message: Symbol's function definition is void: > org-publish-initialize-files-alist > > I grepped for this function, and noticed

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-30 Thread Sebastian Rose
Nathan Neff writes: > Some time ago, I set up a blog using org-jekyll. I recently tried > to publish my blog, but when I run: > > org-jekyll-export-blog > > I get the message: Symbol's function definition is void: > org-publish-initialize-files-alist > > I grepped for this function, and noticed

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Nick Dokos
Puneeth wrote: > Hi, > > On Wed, Jun 30, 2010 at 4:15 AM, Nathan Neff wrote: > [..] > > I tried putting this in my emacs, but it didn't work: > > (require 'org-protocol.el) > > (require 'org-publish) > > (require 'org-jekyll) > > I haven't used Jekyll, but should it be just org-protocol and no

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Puneeth
Hi, On Wed, Jun 30, 2010 at 4:15 AM, Nathan Neff wrote: [..] > I tried putting this in my emacs, but it didn't work: > (require 'org-protocol.el) > (require 'org-publish) > (require 'org-jekyll) I haven't used Jekyll, but should it be just org-protocol and not org-protocol.el? (require 'org-prot

[Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Nathan Neff
Some time ago, I set up a blog using org-jekyll. I recently tried to publish my blog, but when I run: org-jekyll-export-blog I get the message: Symbol's function definition is void: org-publish-initialize-files-alist I grepped for this function, and noticed that it is now defined in org-protoc