From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG - Attachment directories with newlines Date: Wed, 05 Nov 2008 18:31:13 -0500 Message-ID: <87fxm5px6m.fsf@gollum.intra.norang.ca> References: <87r65q9ee3.fsf@gollum.intra.norang.ca> <007C04D3-DD4B-4CDD-AE75-D6733A4EDCB6@uva.nl> <87od0tpyfx.fsf@gollum.intra.norang.ca> <87k5bhpxdx.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KxrqJ-00018k-48 for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 18:31:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KxrqH-00016Z-7x for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 18:31:18 -0500 Received: from [199.232.76.173] (port=59864 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KxrqH-00016R-1f for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 18:31:17 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:61116) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KxrqG-0001nW-Nb for emacs-orgmode@gnu.org; Wed, 05 Nov 2008 18:31:16 -0500 In-Reply-To: <87k5bhpxdx.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Wed\, 05 Nov 2008 18\:26\:50 -0500") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Sorry about all the replies to my own mail. I checked out the master branch on Oct 24 and it breaks right away. git checkout master@{oct.24} and running uncompiled sources creates attachment directories with a newline at the end. It's been fixed since then. I'll go and move all my attachments which are in directories with embedded newlines to the correct location and all should be well for me at that point. Other users might want to check if they have attachments in broken directories too. -Bernt Bernt Hansen writes: > Attachments work fine today. They also worked fine on Oct 15th. But > all of the attachments I made on Oct 24 have a newline embedded as the > last character of the directory name. > > I'll try to see if I can duplicate this error. Your time is better > spent on other things I think. > > I'll let you know what I find out. > > Regards, > Bernt > > Bernt Hansen writes: > >> I've only every created files in my data directory with the C-c a a >> command. >> >> I'll try to get more useful information about this tonight >> >> -Bernt >> >> >> Carsten Dominik writes: >> >>> Hi Bernt, >>> >>> it would be useful to know if the files in the directory with the \n >>> where attached there or created there by a different method than the >>> files in the directory without. >>> >>> Thanks. >>> >>> - Carsten >>> >>> On Nov 5, 2008, at 8:11 PM, Bernt Hansen wrote: >>> >>>> Hi Carsten, >>>> >>>> I've run into a problem with attachments. I tried opening an >>>> attachment >>>> for one of my tasks and it can't find it. >>>> >>>> As it turns out the attachment directory has an embedded newline in it >>>> like this: >>>> >>>> ,---- >>>> | bernt@gollum:~/git/org/data/c6$ find . -type d -ls >>>> | 5581153 4 drwxr-xr-x 4 bernt bernt 4096 Oct 24 >>>> 15:59 . >>>> | 5581154 4 drwxr-xr-x 2 bernt bernt 4096 Oct 24 >>>> 15:59 ./47cbe-2158-46ce-bd93-8faf5ca95725 >>>> | 5581156 4 drwxr-xr-x 2 bernt bernt 4096 Oct 24 >>>> 17:05 ./47cbe-2158-46ce-bd93-8faf5ca95725\n >>>> | bernt@gollum:~/git/org/data/c6$ >>>> `---- >>>> >>>> and any files that were stored in the directory with the newline can't >>>> be found. >>>> >>>> The files are still there - just not retrievable from the org >>>> attachment >>>> system. >>>> >>>> I haven't bisected to find out where the problem was introduced. >>>> >>>> -Bernt >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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