From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Mikhanosha Subject: Re: dates fontification stickiness Date: Mon, 21 Jul 2008 14:25:43 -0400 Message-ID: <871w1numag.wl%max@openchat.com> References: <87od4rnwme.wl%max@openchat.com> <2C262C14-DB82-4571-AFB3-F337ADA1CA19@uva.nl> <87r69ndvee.fsf@gollum.intra.norang.ca> 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 1KL04w-0001fH-FF for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 14:25:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KL04u-0001et-Vc for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 14:25:46 -0400 Received: from [199.232.76.173] (port=52693 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL04u-0001eq-Q7 for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 14:25:44 -0400 Received: from p84-72.acedsl.com ([66.114.84.72]:24118 helo=momoland.openchat.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KL04u-00036r-9o for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 14:25:44 -0400 Received: from momoland.openchat.com (localhost [127.0.0.1]) by momoland.openchat.com (Postfix) with ESMTP id 794BEF429206 for ; Mon, 21 Jul 2008 14:25:43 -0400 (EDT) In-Reply-To: <87r69ndvee.fsf@gollum.intra.norang.ca> 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 Ok, with --no-init-file this does not happen. I'll do binary search on my .emacs to see whats causing this and if its any of the standard emacs settings that can cause it. At Mon, 21 Jul 2008 13:00:57 -0400, Bernt Hansen wrote: > > I can't reproduce this either. > > GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-04-27 on raven, modified by Debian > Org-mode version 6.06pre01 > > -Bernt > > Carsten Dominik writes: > > > I am unable to reproduce this problem. Anyone? > > > > - Carsten > > > > On Jul 21, 2008, at 7:24 AM, Max Mikhanosha wrote: > > > >> 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 > >> > >> > >> > >> > >> > >> > >> > >> > >> _______________________________________________ > >> Emacs-orgmode mailing list > >> Remember: use `Reply All' to send replies to the list. > >> Emacs-orgmode@gnu.org > >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Remember: use `Reply All' to send replies to the list. > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode