From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: ID property for top-of-file? Date: Fri, 10 Dec 2010 17:07:36 -0500 Message-ID: <87vd31p9hz.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=60346 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRB7s-0005uD-R1 for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 17:07:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRB7r-0004i0-LM for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 17:07:40 -0500 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:40758) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRB7r-0004hu-Iq for emacs-orgmode@gnu.org; Fri, 10 Dec 2010 17:07:39 -0500 In-Reply-To: (Nathan Neff's message of "Thu, 2 Dec 2010 13:04:46 -0600") 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: Nathan Neff Cc: emacs-orgmode Nathan Neff writes: > 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. What advantages would this offer beyond what [[file:~/org/refile.org]] or (find-file "~/org/refile.org") provide? Best, Matt