From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Referencing TODO items Date: Fri, 15 Dec 2017 08:29:24 +0100 Message-ID: References: <83955434-97ed-7e07-9666-50c6e2f7bd32@matos-sorge.com> <87ind9a11q.fsf@luisa.c0t0d0s0.de> <68705fec-b6f9-60a9-74e9-8fc12dbff4b2@matos-sorge.com> <87d13h8k6z.fsf@luisa.c0t0d0s0.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePkR1-0007qm-Hf for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 02:29:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePkQy-00066W-Dt for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 02:29:31 -0500 Received: from mail-lf0-x234.google.com ([2a00:1450:4010:c07::234]:39688) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePkQy-00064j-61 for emacs-orgmode@gnu.org; Fri, 15 Dec 2017 02:29:28 -0500 Received: by mail-lf0-x234.google.com with SMTP id 6so891017lfa.6 for ; Thu, 14 Dec 2017 23:29:28 -0800 (PST) In-reply-to: <87d13h8k6z.fsf@luisa.c0t0d0s0.de> 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: Michael Welle Cc: emacs-orgmode@gnu.org On 2017-12-14 at 14:20, Michael Welle wrote: > I can confirm that behaviour, but it doesn't bother me, because I use > > (setq org-id-link-to-org-use-id 'create-if-interactive) This is a nice feature/solution but I'd like to point out to others reading it that there may be a better option that uses custom IDs if they exist: (setq org-id-link-to-org-use-id 'create-if-interactive-and-no-custom-id) -k.