From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug on file publish Date: Sun, 26 Oct 2008 07:42:48 +0100 Message-ID: <98ECED6C-E9C1-48EA-B858-E580557834BF@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v929.2) 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 1Ku20G-0008As-Qz for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 05:33:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ku20E-00088n-Ji for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 05:33:42 -0400 Received: from [199.232.76.173] (port=53382 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ku20D-00088Y-LO for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 05:33:41 -0400 Received: from mx20.gnu.org ([199.232.41.8]:46304) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ku20C-0006In-UX for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 05:33:41 -0400 Received: from nf-out-0910.google.com ([64.233.182.191]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KtzKu-00076L-IX for emacs-orgmode@gnu.org; Sun, 26 Oct 2008 02:42:52 -0400 Received: by nf-out-0910.google.com with SMTP id c7so568178nfi.26 for ; Sat, 25 Oct 2008 23:42:51 -0700 (PDT) In-Reply-To: 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: Richard Riley Cc: org-mode Hi Richard, Maybe this is some file locking mechanism? I am quite sure that Org does not create this file explicitly. Can you try to figure out exactly how things happen in org-publish-get- base-files-1, and which line exactly is causing the error to be triggered? - Carsten On Oct 25, 2008, at 2:09 AM, Richard Riley wrote: > > If I modify a file and then publish it using "C-c C-e f" without > saving > it I get an error of the form: > > ,---- > | File error: "Opening directory", "no such file or directory", > | "/home/shamrock/webs/mydomain/.#index.org" > `---- > > I traced it through with edebug (how do you set a watch on a > variable? I > couldnt get it through my thick skull from the manual). > > Anyway, the error occurs in > > org-publish-get-base-files-1 > > and is a result of a broken link : > ,---- > | lrwxrwxrwx 1 shamrock shamrock 54 2008-10-25 02:03 .#index.org -> shamrock@development.mydomain.net.21672 > :1224638771 > | shamrock@development:~/webs/mydomain$ cat .#index.org > | cat: .#index.org: No such file or directory > `---- > > The link is created somewhere in the publish process and is not > properly > constructed if the file has not been saved prior to publish. > > Someone more familiar with the process might know immediately where to > fix it, if not I will have a crack next week. > > > -- > We've arranged a civilization in which most crucial elements > profoundly depend on science and technology. We have also arranged > things so that almost no one understands science and technology. > This is a prescription for disaster. We might get away with it for > a while, but sooner or later this combustible mixture of ignorance > and power is going to blow up in our faces. ~Carl Sagan > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode