From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug: remember id agenda Date: Fri, 28 May 2010 06:42:00 +0200 Message-ID: <981318AE-2C26-4383-8E43-EA361C7E9D28@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=32965 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHrOY-0003rk-Vf for emacs-orgmode@gnu.org; Fri, 28 May 2010 00:42:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHrOX-0002te-Qh for emacs-orgmode@gnu.org; Fri, 28 May 2010 00:42:06 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:51577) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHrOX-0002tS-Il for emacs-orgmode@gnu.org; Fri, 28 May 2010 00:42:05 -0400 Received: by ewy8 with SMTP id 8so204541ewy.8 for ; Thu, 27 May 2010 21:42:04 -0700 (PDT) In-Reply-To: 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: Samuel Wales Cc: emacs-orgmode@gnu.org Hi Samuel, On May 28, 2010, at 5:53 AM, Samuel Wales wrote: > For months, I found ID properties where they didn't belong. > Finally I found that they are added when I do M-x > org-remember in an agenda buffer, to the headline under > point. Feels like a bug. Is it? What is the value of the variable `org-link-to-org-use-id' in your setup? The default setting for this variable is `create-if-interactive-and-no- custom-id', and that should not make an ID when Org is creating a link as remember annotation. - Carsten