From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: CUSTOM_ID vs ID Date: Fri, 09 Aug 2019 06:13:57 -0500 Message-ID: <87r25u616y.fsf@alphapapa.net> References: <87k1c2mvfq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38549) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hw2rQ-0001BQ-OF for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 07:15:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hw2rP-0000M3-Rl for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 07:15:04 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:39788 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hw2rP-0000Jm-LH for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 07:15:03 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hw2rN-000dC3-Ow for emacs-orgmode@gnu.org; Fri, 09 Aug 2019 13:15:01 +0200 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" To: emacs-orgmode@gnu.org Nathan Neff writes: > I have a lot of org files and one of the main purposes of links is to be able to link > to different headings across documents. This seems to imply I should use > the ID property. > > However, I usually *do* manually assign IDs (not CUSTOM_IDs) myself. The > reason is so I can reasonably search for the ID within my org files and that the link > ID makes some sense to me. > > For example, if I see a link to "id:keyboard_shortcuts" I can tell where it's going. > Later on, if I want to insert a link to my keyboard shortcuts heading in another place > in my org files, I can make a guess of the ID I want to link to. > > So, I guess I'm okay manually assigning ID properties, as long as I > don't have conflicts. FYI, you may find the package org-bookmark-heading useful.