From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: org-store-link and org-link-to-org-use-id issue Date: Fri, 12 Oct 2012 16:21:06 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMmfN-0004tE-5y for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 17:21:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMmfL-0002iK-G9 for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 17:21:09 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:38954) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMmfL-0002i3-Bc for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 17:21:07 -0400 Received: by mail-oa0-f41.google.com with SMTP id k14so3929616oag.0 for ; Fri, 12 Oct 2012 14:21:06 -0700 (PDT) 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 Disregard... missed the bit about having org-id in loaded modules for all of this to work. Everything's now fine. Sorry for the noise, John On Fri, Oct 12, 2012 at 3:34 PM, John Hendy wrote: > Hi, > > > I have the following in .emacs: > > (setq org-link-to-org-use-id "create-if-interactive") > > When I navigate to a headline and do =C-c l=, a unique ID is not > created for that headline. Am I misunderstanding the > 'create-if-interactive' setting for this variable? It reads as though > if I call =org-store-link= manually, a unique ID will be created. I've > tried both =C-c l= and =M-x org-store-link=. Neither produces the ID. > > As a side note, is there completion for links? This would be even > better for me than using =C-c l=. I'd like to just do =C-c l file: RET > ~/org/filename.org/ TAB for headline names... etc.= > > Something similar to interactive refiling would be fantastic for > links. Does this exist? > > > Thanks, > John