From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Why I can't publish my project under Windows? Date: Thu, 03 Jun 2010 14:23:09 +0200 Message-ID: <83bpbs9ufm.fsf@yahoo.it> References: <8439x42w03.fsf@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=45591 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK9S1-00039L-MA for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 08:23:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OK9Rw-00072a-09 for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 08:23:08 -0400 Received: from slim-4c.inet.it ([213.92.5.127]:33216) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OK9Rv-00072L-Lu for emacs-orgmode@gnu.org; Thu, 03 Jun 2010 08:23:03 -0400 In-Reply-To: <8439x42w03.fsf@ymail.com> (Water Lin's message of "Thu, 03 Jun 2010 19:31:08 +0800") 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: Water Lin Cc: emacs-orgmode@gnu.org Water Lin writes: > I can publish my org projects under Ubuntu but I can't publish it under > Windows. All settings are the same especially the home directory. I have > set the home path for different platform. > > While I publish my org project under Windows, Emacs reminds me > following 1. Which windows? XP, Vista? 2. Are you under cygwin ? 3. Which Emacs-version? 4. which org-version? > errors: > ========================== > Debugger entered--Lisp error: (file-error "Searching for program" "no such file or directory" "touch") > call-process("touch" nil 0 nil "e:/water/My Dropbox/EmacsHome/.org-timestamps/X25e4900e8c818b67efbd6a89083ad0458650dbfa") > org-publish-update-timestamp("e:/water/My Dropbox/EmacsHome/org/notes/index.org" "e:/water/My Dropbox/EmacsHome/org/private_html/notes/" org-publish-org-to-html) > ========================= > call-process("touch" nil 0 nil "e:/water/My Dropbox/EmacsHome/.org-timestamps/X25e4900e8c818b67efbd6a89083ad0458650dbfa") ^^^^^^^^^ why do you have the word "touch" in your configuration? Do you call the "touch" program under GNU/Linux? Do you have it installed under Windows? > > What's the meaning of .org-timestamps folder? from the description of the variable: "Name of directory in which to store publishing timestamps." Do you have it *in your home* under Windows? Could you, please, customize the org-publish-use-timestamps-flag to nil (defcustom org-publish-use-timestamps-flag t "When non-nil, use timestamp checking to publish only changed files. When nil, do no timestamp checking and always publish all files." to see if you still have the publishing problem? cheers, Giovanni