From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Mikhanosha Subject: dates fontification stickiness Date: Mon, 21 Jul 2008 10:24:25 -0400 Message-ID: <87od4rnwme.wl%max@openchat.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKwJR-0006q0-MH for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 10:24:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKwJQ-0006pD-5b for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 10:24:29 -0400 Received: from [199.232.76.173] (port=55110 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKwJP-0006p3-M0 for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 10:24:27 -0400 Received: from p84-72.acedsl.com ([66.114.84.72]:26120 helo=momoland.openchat.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKwJP-0003aW-CC for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 10:24:27 -0400 Received: from momoland.openchat.com (localhost [127.0.0.1]) by momoland.openchat.com (Postfix) with ESMTP id B9F82F429206 for ; Mon, 21 Jul 2008 10:24:25 -0400 (EDT) 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 If one goes to the end of the line with a date like so (| representing cursor) [2008-07-21]| And then press enter and type something, like so [2008-07-21] typing here| Then the line you added will all be highlighted with org date face. I've changed it so that my TODO's have initial state change note upon creation (so that I can know how long TODO is sitting there since created), and now each time I'm about to add text under these TODO headlines I'm hitting the above problem, which was very annoying. I've fixed it by doing (add-to-list 'org-nonsticky-props 'face), seems to work for me, will that cause problems? So far I have not noticed any artifacts from this change, but its only been a few minutes. Regards, Max