From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Bug: Cloning a task also clones the unique id [6.36trans] Date: Fri, 14 May 2010 15:44:33 -0400 Message-ID: <8739xue09q.fsf@gollum.intra.norang.ca> References: <87eiheea2a.fsf@gollum.intra.norang.ca> <877hn6nuxs.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52735 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OD0oL-0001d8-H0 for emacs-orgmode@gnu.org; Fri, 14 May 2010 15:44:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OD0oJ-0005pF-Bt for emacs-orgmode@gnu.org; Fri, 14 May 2010 15:44:41 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:50379) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OD0oJ-0005p8-A3 for emacs-orgmode@gnu.org; Fri, 14 May 2010 15:44:39 -0400 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: David Maus Cc: emacs-orgmode@gnu.org David Maus writes: > Bernt Hansen wrote: > >>I use unique ids for my tasks (enabling org-id in org-modules) > >>If you clone a task with a unique id by using C-c C-x c the clone has a >>copy of the property drawer with the same ID. > > Commit b18a4f8a2b093f951fdd143b1331a135eab4e515 in > git://github.com/dmj/dmj-org-mode.git quickfix fixes this glitch by > removing the ID property of the clones of the original subtree. > > It makes sense to not clone the ID properties if we think of it > representing the identity of a subtree. Hi David, Thanks for this. There's a problem with it if you don't do a time shift when you clone -- in this case you don't remove the entry. C-c C-x c 1 RET RET produces a straight copy of the task including the id. Regards, Bernt