From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: ID property for top-of-file? Date: Thu, 2 Dec 2010 13:04:46 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=53572 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POESW-0000uy-VG for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 14:04:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POESV-0004j2-Ml for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 14:04:48 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:53313) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POESV-0004iE-Eo for emacs-orgmode@gnu.org; Thu, 02 Dec 2010 14:04:47 -0500 Received: by bwz16 with SMTP id 16so14952480bwz.0 for ; Thu, 02 Dec 2010 11:04:46 -0800 (PST) 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 I like the org-id-goto function and use it all the time. I use org-id to jump to my "refile.org" file, but I always need to create a headline to store the ID property. I tried putting #+ID: foo property at the top of the file, but the org-id-goto function couldn't find foo unless I put it under a headline. Would this be a difficult feature to request? I have several files that work this way, where I have to keep a dummy headline. Thanks, --Nate