From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuri Niyazov Subject: Creating a link to a file using ID Date: Thu, 23 Apr 2015 15:10:24 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlPKl-0005IR-D5 for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 18:11:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YlPKi-0006Tz-U6 for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 18:10:59 -0400 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:34830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YlPKi-0006S5-MH for emacs-orgmode@gnu.org; Thu, 23 Apr 2015 18:10:56 -0400 Received: by labbd9 with SMTP id bd9so22666116lab.2 for ; Thu, 23 Apr 2015 15:10:55 -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@gnu.org" I would like to link to a whole file (rather than a heading in that file), but instead of using the path+name, I would like to use an id, so that it survives renames. Is it possible to assign an ID to the whole buffer? I tried doing #+CUSTOM_ID: A948A2E7-F4A0-4F77-8D7A-C6273DA7D734 and #+ID: A948A2E7-F4A0-4F77-8D7A-C6273DA7D734 but a link to such an ID results in an error when clicked. I am going to link to a heading in the file instead for now, but it would be nice to know if this is possible. Thanks!