emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* dates fontification stickiness
@ 2008-07-21 14:24 Max Mikhanosha
  2008-07-21 16:52 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Max Mikhanosha @ 2008-07-21 14:24 UTC (permalink / raw)
  To: emacs-orgmode

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]
<spaces> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dates fontification stickiness
  2008-07-21 14:24 dates fontification stickiness Max Mikhanosha
@ 2008-07-21 16:52 ` Carsten Dominik
  2008-07-21 17:00   ` Bernt Hansen
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2008-07-21 16:52 UTC (permalink / raw)
  To: Max Mikhanosha; +Cc: emacs-orgmode

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]
> <spaces> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dates fontification stickiness
  2008-07-21 16:52 ` Carsten Dominik
@ 2008-07-21 17:00   ` Bernt Hansen
  2008-07-21 18:25     ` Max Mikhanosha
  0 siblings, 1 reply; 5+ messages in thread
From: Bernt Hansen @ 2008-07-21 17:00 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

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 <dominik@uva.nl> 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]
>> <spaces> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: dates fontification stickiness
  2008-07-21 17:00   ` Bernt Hansen
@ 2008-07-21 18:25     ` Max Mikhanosha
  2008-07-21 18:33       ` Max Mikhanosha
  0 siblings, 1 reply; 5+ messages in thread
From: Max Mikhanosha @ 2008-07-21 18:25 UTC (permalink / raw)
  To: emacs-orgmode

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 <dominik@uva.nl> 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]
> >> <spaces> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: dates fontification stickiness
  2008-07-21 18:25     ` Max Mikhanosha
@ 2008-07-21 18:33       ` Max Mikhanosha
  0 siblings, 0 replies; 5+ messages in thread
From: Max Mikhanosha @ 2008-07-21 18:33 UTC (permalink / raw)
  To: emacs-orgmode

After restarting emacs, I can't reproduce this any longer. One of the
disadvantages of running multi-tty emacs is that its up for weeks, and
accumulatively things can get misteriously non-working.

At Mon, 21 Jul 2008 14:25:43 -0400,
Max Mikhanosha wrote:
> 
> 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 <dominik@uva.nl> 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]
> > >> <spaces> 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
> 
> 
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-07-21 18:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-21 14:24 dates fontification stickiness Max Mikhanosha
2008-07-21 16:52 ` Carsten Dominik
2008-07-21 17:00   ` Bernt Hansen
2008-07-21 18:25     ` Max Mikhanosha
2008-07-21 18:33       ` Max Mikhanosha

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).