From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Org-mode as a bug tracker. Date: Fri, 17 Jul 2009 13:35:29 -0500 Message-ID: <87ocrjuphq.fsf@fastmail.fm> References: <87ocrj728a.fsf@telefonica.net> <87fxcv6zvc.fsf@telefonica.net> <87hbxb19ao.wl%ucecesf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRsHT-00011P-3M for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 14:35:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRsHO-0000yk-Nw for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 14:35:38 -0400 Received: from [199.232.76.173] (port=48350 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRsHO-0000yh-Ki for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 14:35:34 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:34232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRsHO-0004vm-A1 for emacs-orgmode@gnu.org; Fri, 17 Jul 2009 14:35:34 -0400 In-Reply-To: <87hbxb19ao.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Fri, 17 Jul 2009 18:58:07 +0100") 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: Eric S Fraga Cc: =?utf-8?Q?=C3=93scar?= Fuentes , emacs-orgmode@gnu.org Eric S Fraga writes: > At Fri, 17 Jul 2009 18:25:11 +0200, =C3=93scar Fuentes wrote: > >> Another nuisance is attached files. This requires an ad-hoc mechanism >> and I'm not sure I want them stored along with the source files. > > Actually, I'm glad you brought this up. Since moving my org files to > be under version control (and boy does that make a difference to my > peace of mind!),=20 Yes. I've come to conclude that version control is a *must* for org files, given the possibility of accidentally deleting whole trees. > I don't know how to deal with attachments. > Attachments, for me, are usually ephemeral and usually types of > documents I don't particularly like to deal with (typically MS Word or > PPT). I believe org-attach achieves this end admirably. When you use org-attach to "attach" a document to a headline, it will deposit the file (or, if you prefer, a link to the file) in a location defined by the variable org-attach-directory. The file and the headline are linked via a global id property. You can open the file from the heading to which it is attached by calling org-attach again. http://orgmode.org/manual/Attachments.html Obviously, if these files are ephemeral, you can leave the org-attach-directory outside of your version control system. Best, Matt