From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klaus-Dieter Bauer Subject: Re: Per file ID Date: Thu, 6 Jun 2013 18:03:40 +0000 (UTC) Message-ID: References: <20130525131201.GB16539@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkeXc-0000Q5-6Y for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 14:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkeXa-0000N1-Pv for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 14:04:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:55372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkeXa-0000Mo-Im for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 14:04:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UkeXV-00079i-S0 for emacs-orgmode@gnu.org; Thu, 06 Jun 2013 20:03:58 +0200 Received: from 140.78.149.39 ([140.78.149.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 20:03:57 +0200 Received: from bauer.klaus.dieter by 140.78.149.39 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Jun 2013 20:03:57 +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: emacs-orgmode@gnu.org Suvayu Ali gmail.com> writes: > > On Fri, May 24, 2013 at 04:43:53PM +0200, Klaus-Dieter Bauer wrote: > > Hello! > > > > I intend to use org-mode for organizing my research notes; I prefer however > > a "wiki" style with many files rather than one big file. > > > > I found that the ID mechanism is quite robust for linking across files, but > > most of the time I'd like to link to a file, not a heading in that file, by > > ID. Is that possible in org-mode? > > The motivation behind id links is their guaranteed uniqueness. For > linking to files, doesn't simply using filenames do that? > > [[file:path/to/file.org][My notes]] > > Why reinvent the wheel? ;) > > Hope this helps, > For me the purpose of using IDs is, amongst others, being able to reorganize my files without breaking links. Hence direct file links are unique but not robust. I even add UUIDs to every plot I generate by now for similiar reasons ;) That said, with my wiki-style approach having one top-level heading per file turned out reasonable anyway. kind regards, Klaus