From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Org-jekyll - org-publish-initialize-files-alist Date: Tue, 29 Jun 2010 17:45:39 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=52966 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTjYk-0006Vv-Md for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 18:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTjYj-0005jh-Kp for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 18:45:42 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45262) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTjYj-0005jR-7W for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 18:45:41 -0400 Received: by wyb39 with SMTP id 39so144972wyb.0 for ; Tue, 29 Jun 2010 15:45:39 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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-protocol.el using (declare-function org-publish-initilialize-files-alist "org-publish"), whereas before, the function was declared in org-publish.el Can anyone help with this problem? I tried putting this in my emacs, but it didn't work: (require 'org-protocol.el) (require 'org-publish) (require 'org-jekyll) Thanks, --Nate