From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH 0/2] org-publish: Fix errors of commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8 Date: Sat, 15 May 2010 01:04:27 +0200 Message-ID: <2B9E4F56-41B3-4E54-89DA-A7A00944E728@gmail.com> References: <1273848968-3834-1-git-send-email-dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=39860 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OD3vn-0002D7-JN for emacs-orgmode@gnu.org; Fri, 14 May 2010 19:04:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OD3vk-0004vH-Ik for emacs-orgmode@gnu.org; Fri, 14 May 2010 19:04:35 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:42454) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OD3vk-0004vC-EK for emacs-orgmode@gnu.org; Fri, 14 May 2010 19:04:32 -0400 Received: by ewy8 with SMTP id 8so979434ewy.8 for ; Fri, 14 May 2010 16:04:31 -0700 (PDT) In-Reply-To: <1273848968-3834-1-git-send-email-dmaus@ictsoc.de> 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: David Maus Cc: emacs-orgmode@gnu.org Applied, thanks. - Carsten On May 14, 2010, at 4:56 PM, David Maus wrote: > Commit 339d6fe4bbf7b9858c6323d01f32d0c73a4cd3a8 introduced two bugs in > org-publish: > > - it used something that resulted in "Invalid read syntax: '#'" when > compiling: #s(...) that should be a (make-hash-table ...) > > - call two function `org-publish-cache-set' with superfluous third > argument > > Both patches are available on git://github.com/dmj/dmj-org-mode.git > quickfix. > > Not sure if such small bugfixes go into ChangeLog, so no ChangeLog > update here. > > HTH > -- David > > David Maus (2): > Use `make-hash-table' to create hash table of org-publish-cache. > Remove superfluous third argument to `org-publish-cache-set'. > > lisp/org-publish.el | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > > _______________________________________________ > 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 - Carsten