From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Attachments and refiling Date: Sun, 24 Jul 2011 22:07:21 +0200 Message-ID: <8739hvwikz.fsf@altern.org> References: <87ei1rrdzd.fsf@gnu.org> <4e21b345.c74cec0a.7e49.3340@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql5EU-0003Mh-Vg for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 16:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ql5ET-0001K9-Ue for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 16:25:02 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:42085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql5ET-0001Jc-QE for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 16:25:01 -0400 Received: by wyg36 with SMTP id 36so2940706wyg.0 for ; Sun, 24 Jul 2011 13:25:00 -0700 (PDT) In-Reply-To: ("Gustav \=\?iso-8859-1\?Q\?Wikstr\=F6m\=22's\?\= message of "Tue, 19 Jul 2011 14:17:45 +0200") 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: Gustav =?iso-8859-1?Q?Wikstr=F6m?= Cc: emacs-orgmode@gnu.org Hi Gustav, Gustav Wikström writes: > Another feature that could improve the use of attachments is to allow > links to the attached folders also via the C-c C-l interface in a > similar way as stored links (C-c l ). I.E to get the attachment-folder > as an item in the C-c C-l buffer with TAB-completion. You can already use (setq org-attach-store-link-p t) to create a link while attaching a file. Since links are deleted as soon as they are inserted, this will be usable only once. We can imagine *persistent links* -- and links to attached files could be a good example of persistent links. What do you think? -- Bastien