From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Lost attachments in latest git? Date: Wed, 08 Oct 2008 08:50:21 -0400 Message-ID: <87tzbnntde.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 1KnYUv-0001b9-Fq for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 08:50:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnYUu-0001ag-Rb for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 08:50:37 -0400 Received: from [199.232.76.173] (port=57214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnYUu-0001ad-LP for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 08:50:36 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:57063) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KnYUu-0001EJ-Ds for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 08:50:36 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KnYUk-000Pmv-Ou for emacs-orgmode@gnu.org; Wed, 08 Oct 2008 12:50:27 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id m98CoLKI006349 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 8 Oct 2008 08:50:22 -0400 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id m98CoLU0000699 for ; Wed, 8 Oct 2008 08:50:21 -0400 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: emacs-orgmode@gnu.org Hi Carsten, Today's git doesn't seem to find old attachments which is probably a bug. I created a task with an attachment using org-mode commit 5548357d71234dee252ed8c649435139ebad216a. I updated to the latest git version today (commit 3d5bc9ab655065486455e4005b24a1d7bd1fe137) and trying to open the attachment with C-c C-a o just prompts for files in the current directory using Open attachment: If I reset my master back to commit 1da27893e97b5e0186aa04ff92619c880073bae9 (2 commits ago) I can retrieve the attachment again. I set '(org-id-method (quote uuidgen)) using the custom interface and my task has the following information (I changed the filename for this post) in the property drawer: :PROPERTIES: :Effort: 0:10 :Attachments: some-document.doc :ID: f7b6e05-5920-4d8e-8f57-df73797d8600 :END: -Bernt