From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Why :ID: properties? Date: Tue, 07 Sep 2010 16:40:41 +0200 Message-ID: <87hbi11us6.fsf@gnu.org> References: <4C8647D8.1010105@gmail.com> <4C864920.1030404@ccbr.umn.edu> <4C864C75.1010202@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33206 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OszLn-000265-5s for Emacs-orgmode@gnu.org; Tue, 07 Sep 2010 10:40:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OszLl-0004E4-Lv for Emacs-orgmode@gnu.org; Tue, 07 Sep 2010 10:40:42 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44541) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OszLl-0004Dx-HN for Emacs-orgmode@gnu.org; Tue, 07 Sep 2010 10:40:41 -0400 Received: by wyb36 with SMTP id 36so7187452wyb.0 for ; Tue, 07 Sep 2010 07:40:40 -0700 (PDT) In-Reply-To: <4C864C75.1010202@gmail.com> (Rainer M. Krug's message of "Tue, 07 Sep 2010 16:30:13 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: Emacs-orgmode@gnu.org Rainer M Krug writes: > On 07/09/10 16:16, Erik Iverson wrote: >> Did you recently start using MobileOrg? > > No - I only inserted a link, and around that time the :ID:s appeared. I > deleted them all manually, but they came back. I suspect you need this: (set org-link-to-org-use-id nil) See the variable docstring: ,----[ org-link-to-org-use-id is a variable defined in `org.el'. ] | Its value is create-if-interactive-and-no-custom-id | | Documentation: | Non-nil means storing a link to an Org file will use entry IDs. | | Note that before this variable is even considered, org-id must be loaded, | so please customize `org-modules' and turn it on. | | The variable can have the following values: | | t Create an ID if needed to make a link to the current entry. | | create-if-interactive | If `org-store-link' is called directly (interactively, as a user | command), do create an ID to support the link. But when doing the | job for remember, only use the ID if it already exists. The | purpose of this setting is to avoid proliferation of unwanted | IDs, just because you happen to be in an Org file when you | call `org-remember' that automatically and preemptively | creates a link. If you do want to get an ID link in a remember | template to an entry not having an ID, create it first by | explicitly creating a link to it, using `C-c C-l' first. | | create-if-interactive-and-no-custom-id | Like create-if-interactive, but do not create an ID if there is | a CUSTOM_ID property defined in the entry. This is the default. | | use-existing | Use existing ID, do not create one. | | nil Never use an ID to make a link, instead link using a text search for | the headline text. `---- -- Bastien