From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: org-store-link and org-link-to-org-use-id issue Date: Fri, 12 Oct 2012 15:34:54 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMlwe-0003VR-J0 for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 16:34:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TMlwd-00065X-GO for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 16:34:56 -0400 Received: from mail-vb0-f41.google.com ([209.85.212.41]:39061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TMlwd-00065S-Cw for emacs-orgmode@gnu.org; Fri, 12 Oct 2012 16:34:55 -0400 Received: by mail-vb0-f41.google.com with SMTP id v13so3973742vbk.0 for ; Fri, 12 Oct 2012 13:34:54 -0700 (PDT) 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 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