From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Subject: Re: Bug? Date: Tue, 04 Dec 2012 20:20:07 -0500 Message-ID: <50BEA147.8050002@verizon.net> References: <50BE2A89.3050308@verizon.net> <87boe9aaxn.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36522) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tg3fG-0005j6-4I for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 20:20:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tg3fF-0007j1-4g for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 20:20:42 -0500 Received: from vms173019pub.verizon.net ([206.46.173.19]:45379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tg3fF-0007i5-0M for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 20:20:41 -0500 Received: from [10.0.0.3] ([unknown] [71.176.99.13]) by vms173019.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MEJ0072VADJIM80@vms173019.mailsrvcs.net> for emacs-orgmode@gnu.org; Tue, 04 Dec 2012 19:20:08 -0600 (CST) In-reply-to: <87boe9aaxn.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On 12/4/2012 2:12 PM, Achim Gratz wrote: > Charles writes: >> I have cc'd Achim Gratz in case this is a cygwin related problem (at >> least it is my impression that Achim also uses cygwin .) > Yes, at work. > >> -rw-r--r-- 1 Charlie None 1380703 Dec 4 08:24 org.html >> drwxr-xr-x+ 1 Administrators SYSTEM 0 Nov 29 08:34 org.t2d/ > The problem is most likely that the org.t2d directory was created with > administrator rights and you seem to now be trying to use it as a normal > user. However, you do not have the necessary access rights (you can > read the directory entries and cd into it, but can't create files, as > far as Cygwin is concerned) and apparently the ACL for that directory > (which you didn't show) also is not adding file creation rights. So if > you remove that directory things should work better I think. > You are correct. Thanks for the advice. Charlie