From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Per file ID Date: Sat, 25 May 2013 15:12:01 +0200 Message-ID: <20130525131201.GB16539@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgEGb-0007Zr-V7 for emacs-orgmode@gnu.org; Sat, 25 May 2013 09:12:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgEGV-0006it-06 for emacs-orgmode@gnu.org; Sat, 25 May 2013 09:12:13 -0400 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:55328) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgEGU-0006ip-Pj for emacs-orgmode@gnu.org; Sat, 25 May 2013 09:12:06 -0400 Received: by mail-ea0-f178.google.com with SMTP id q16so3212210ead.9 for ; Sat, 25 May 2013 06:12:06 -0700 (PDT) Received: from kuru.dyndns-at-home.com (sd44012d5.adsl.online.nl. [212.64.18.213]) by mx.google.com with ESMTPSA id bp51sm29763584eeb.5.2013.05.25.06.12.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 25 May 2013 06:12:04 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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 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, -- Suvayu Open source is the future. It sets us free.