From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Font problem with copying subtrees Date: Fri, 24 Apr 2009 11:52:25 -0400 Message-ID: <87fxfyt5fq.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxNhZ-0000qV-Ta for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 11:52:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxNhW-0000oo-9E for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 11:52:33 -0400 Received: from [199.232.76.173] (port=42792 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxNhW-0000ok-39 for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 11:52:30 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:51791) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LxNhV-00015K-Kk for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 11:52:29 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LxNhU-000Da3-7v for emacs-orgmode@gnu.org; Fri, 24 Apr 2009 15:52:28 +0000 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: emacs-orgmode@gnu.org Hi Carsten! I got a chance to try out the new C-c C-x c (org-clone-subtree-with-time-shift) yesterday while doing my quarterly accounting (ugh) and this is much better than the old way I dealt with these repeating tasks. Thanks!! I noticed a problem with font locking (if that's what you call it) when copying subtrees and supplying a date. I started with the following file: ,----[ x.org ] | | * Level One | ** TODO One | *** TODO One.One | *** TODO One.Two | ** TODO Two | ** TODO Three | *** TODO Three.One | ** TODO Four | * TODO Next thing `---- and with the cursor on "* Level One" I did C-c C-x c Number of clones to produce: 1 RET Date shift per clone (e.g. +1w, empty to copy unchanged): +1y and the copied clone was all black text. Of course I just undid it now and redid it and it looks correct :/ I noticed this when copying my large-ish subtrees for the accounting quarterly work because tables were not blue, no heading levels were coloured etc. Let me know if you need more information. -Bernt