From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Fix typo in function call Date: Tue, 8 Jul 2008 06:39:23 -0700 Message-ID: <5920075E-E117-4621-B84D-23D941A9812E@uva.nl> References: <87r6a4zf97.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KGDPl-0000lj-5P for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:39:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KGDPj-0000lV-Tl for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:39:28 -0400 Received: from [199.232.76.173] (port=51045 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KGDPj-0000lI-Ng for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:39:27 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:33871) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KGDPj-0001Fd-6A for emacs-orgmode@gnu.org; Tue, 08 Jul 2008 09:39:27 -0400 In-Reply-To: <87r6a4zf97.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Jul 8, 2008, at 6:17 AM, Bernt Hansen wrote: > file-name-as-direcory -> file-name-as-directory > --- > lisp/org-publish.el | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lisp/org-publish.el b/lisp/org-publish.el > index f7dbf19..26eee4d 100644 > --- a/lisp/org-publish.el > +++ b/lisp/org-publish.el > @@ -297,7 +297,7 @@ If functions in this hook modify the buffer, it > will be saved." > > (defun org-publish-timestamp-filename (filename) > "Return path to timestamp file for filename FILENAME." > - (concat (file-name-as-direcory org-publish-timestamp-directory) > + (concat (file-name-as-directory org-publish-timestamp-directory) > "X" (if (fboundp 'sha1) (sha1 filename) (md5 filename)))) > > (defun org-publish-needed-p (filename) > -- > 1.5.6.2.255.gbed62 >