From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruno Barbier Subject: Re: Org-file "path"-type links Date: Fri, 26 Jul 2019 09:47:11 +0200 Message-ID: <5d3aa18b.1c69fb81.39b2e.32ae@mx.google.com> References: <191cf8e2-2658-8003-b726-76dc6479a9c3@kli.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43624) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqtzF-0005Ay-LU for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 02:45:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqtzC-0000d2-N7 for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 02:45:52 -0400 Received: from mail-wm1-x335.google.com ([2a00:1450:4864:20::335]:33195) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hqtzA-0000R1-9v for emacs-orgmode@gnu.org; Fri, 26 Jul 2019 02:45:49 -0400 Received: by mail-wm1-x335.google.com with SMTP id h19so37280815wme.0 for ; Thu, 25 Jul 2019 23:45:33 -0700 (PDT) In-Reply-To: <191cf8e2-2658-8003-b726-76dc6479a9c3@kli.org> 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: "Mark E. Shoulson" , "emacs-orgmode@gnu.org" Hi Mark, Posting your message as text might increase your chance to get an answer here. "Mark E. Shoulson" writes: [...] > I don't know of any way that org-mode has to distinguish such things > (apart from "name the headlines uniquely, moron," which to be sure is > one way to do it), [...] Would CUSTOM_ID be enough for you ? See the manual: (info "(Org)Internal Links") Org can generate these unique CUSTOM_IDs for you: (customize-option 'org-id-link-to-org-use-id) Hope this help, Bruno