From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: Org-publish-cache - speed up publishing Date: Wed, 05 May 2010 18:04:32 +0200 Message-ID: <87iq721gj3.fsf@gmx.de> References: <87tyqnteqp.fsf@gmx.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9hw1-0006Zg-PD for emacs-orgmode@gnu.org; Wed, 05 May 2010 12:58:57 -0400 Received: from [140.186.70.92] (port=38476 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9h5b-00026p-LO for emacs-orgmode@gnu.org; Wed, 05 May 2010 12:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9h5Y-0001Bw-E0 for emacs-orgmode@gnu.org; Wed, 05 May 2010 12:04:47 -0400 Received: from mail.gmx.net ([213.165.64.20]:43993) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O9h5X-0001At-VC for emacs-orgmode@gnu.org; Wed, 05 May 2010 12:04:44 -0400 In-Reply-To: <87tyqnteqp.fsf@gmx.de> (Sebastian Rose's message of "Wed, 05 May 2010 01:43:26 +0200") 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 mailing list Cc: carsten.dominik@gmail.com --=-=-= Sorry for replying to my own mail again, but there's a stupid typo in here. The function is called `org-publish-get-set'. Instead of > + (org-publish-cache-put filename (list property default))) it should be > + (org-publish-cache-get filename (list property default))) Corrected patch: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=org-publish.el-the-cache.patch --=-=-= Sebastian --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--