emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Why I can't publish my project under Windows?


From: Giovanni Ridolfi
Subject: Re: [Orgmode] Why I can't publish my project under Windows?
Date: Thu, 03 Jun 2010 14:23:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Water Lin <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]