From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Quick note about subtree copy and paste Date: Thu, 06 Jan 2011 11:23:26 -0600 Message-ID: <4D25FA8E.4040308@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34995 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PatYf-00010p-Um for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 12:23:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PatYe-00061Z-Nn for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 12:23:29 -0500 Received: from mpls.sift.info ([75.146.46.193]:51504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PatYe-000617-I2 for emacs-orgmode@gnu.org; Thu, 06 Jan 2011 12:23:28 -0500 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: Org Mode I just did a copy and paste and noticed that when I did so the copied properties included the ID which, after being copied, meant that the unique identifier became a non-unique identifier. Is it work tweaking the org-paste-special command to rip out ID properties? cheers, r