emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* TODO keyword has a org-warning face
@ 2008-09-17 23:30 Cezar Halmagean
  0 siblings, 0 replies; 7+ messages in thread
From: Cezar Halmagean @ 2008-09-17 23:30 UTC (permalink / raw)
  To: emacs-orgmode


This happens on Ubuntu 8.04 with emacs-snapshot, org-mode from git. I am
not sure what's causing that.

Cezar

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

* Re: TODO keyword has a org-warning face
       [not found] <871vzie4fz.fsf@cezar@mixandgo.com>
@ 2008-09-18  4:27 ` Carsten Dominik
  2008-09-18  5:26   ` Cezar Halmagean
       [not found]   ` <878wtq9g8t.fsf@cezar@mixandgo.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Carsten Dominik @ 2008-09-18  4:27 UTC (permalink / raw)
  To: Cezar Halmagean; +Cc: emacs-orgmode


On Sep 18, 2008, at 1:30 AM, Cezar Halmagean wrote:

>
> This happens on Ubuntu 8.04 with emacs-snapshot, org-mode from git.  
> I am
> not sure what's causing that.

What are the values of org-done-keywords and org-not-done-keywords in  
the buffer?

- Carsten

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

* Re: TODO keyword has a org-warning face
  2008-09-18  4:27 ` TODO keyword has a org-warning face Carsten Dominik
@ 2008-09-18  5:26   ` Cezar Halmagean
       [not found]   ` <878wtq9g8t.fsf@cezar@mixandgo.com>
  1 sibling, 0 replies; 7+ messages in thread
From: Cezar Halmagean @ 2008-09-18  5:26 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@uva.nl> writes:

>
> What are the values of org-done-keywords and org-not-done-keywords in
> the buffer?
>

("DONE" "DELEGATED" "CANCELLED")

and

("TODO" "STARTED" "WAITING" "APPT")


Cezar

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

* Re: Re: TODO keyword has a org-warning face
       [not found]   ` <878wtq9g8t.fsf@cezar@mixandgo.com>
@ 2008-09-18  5:35     ` Carsten Dominik
  2008-09-18 17:46       ` Cezar Halmagean
       [not found]       ` <87od2l73fe.fsf@cezar@mixandgo.com>
  0 siblings, 2 replies; 7+ messages in thread
From: Carsten Dominik @ 2008-09-18  5:35 UTC (permalink / raw)
  To: Cezar Halmagean; +Cc: emacs-orgmode

And how about org-todo-keyword-faces?

- Carsten

On Sep 18, 2008, at 7:26 AM, Cezar Halmagean wrote:

> Carsten Dominik <dominik@uva.nl> writes:
>
>>
>> What are the values of org-done-keywords and org-not-done-keywords in
>> the buffer?
>>
>
> ("DONE" "DELEGATED" "CANCELLED")
>
> and
>
> ("TODO" "STARTED" "WAITING" "APPT")
>
>
> Cezar
>
>
>
> _______________________________________________
> 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] 7+ messages in thread

* Re: TODO keyword has a org-warning face
  2008-09-18  5:35     ` Carsten Dominik
@ 2008-09-18 17:46       ` Cezar Halmagean
       [not found]       ` <87od2l73fe.fsf@cezar@mixandgo.com>
  1 sibling, 0 replies; 7+ messages in thread
From: Cezar Halmagean @ 2008-09-18 17:46 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@uva.nl> writes:

> And how about org-todo-keyword-faces?
>

(("TODO" . org-warning) ("SOMEDAY" :foreground "pink" :weight bold :underline nil) ("WAITING" :foreground "orange" :weight bold :underline nil))

I can see the problem there, dunno why it's there tho.


Cezar

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

* Re: Re: TODO keyword has a org-warning face
       [not found]       ` <87od2l73fe.fsf@cezar@mixandgo.com>
@ 2008-09-18 21:43         ` Carsten Dominik
  2008-09-18 22:24           ` Cezar Halmagean
  0 siblings, 1 reply; 7+ messages in thread
From: Carsten Dominik @ 2008-09-18 21:43 UTC (permalink / raw)
  To: Cezar Halmagean; +Cc: emacs-orgmode


On Sep 18, 2008, at 7:46 PM, Cezar Halmagean wrote:

> Carsten Dominik <dominik@uva.nl> writes:
>
>> And how about org-todo-keyword-faces?
>>
>
> (("TODO" . org-warning) ("SOMEDAY" :foreground "pink" :weight  
> bold :underline nil) ("WAITING" :foreground "orange" :weight  
> bold :underline nil))

Me neither, obviously.  You need to find where this variable is set:
in your own customization, in site lisp files, or in org-faces.el.

- Carsten

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

* Re: TODO keyword has a org-warning face
  2008-09-18 21:43         ` Carsten Dominik
@ 2008-09-18 22:24           ` Cezar Halmagean
  0 siblings, 0 replies; 7+ messages in thread
From: Cezar Halmagean @ 2008-09-18 22:24 UTC (permalink / raw)
  To: emacs-orgmode

Carsten Dominik <dominik@uva.nl> writes:

> On Sep 18, 2008, at 7:46 PM, Cezar Halmagean wrote:
>
>> Carsten Dominik <dominik@uva.nl> writes:
>>
>>> And how about org-todo-keyword-faces?
>>>
>>
>> (("TODO" . org-warning) ("SOMEDAY" :foreground "pink" :weight bold
>> :underline nil) ("WAITING" :foreground "orange" :weight  bold
>> :underline nil))
>
> Me neither, obviously.  You need to find where this variable is set:
> in your own customization, in site lisp files, or in org-faces.el.
>
> - Carsten
>
I had this in my custom faces:

 '(font-lock-warning-face ((t (:underline "red"))))

which was messing everything up.

Fixed now, thanks.

Cezar

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

end of thread, other threads:[~2008-09-18 22:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <871vzie4fz.fsf@cezar@mixandgo.com>
2008-09-18  4:27 ` TODO keyword has a org-warning face Carsten Dominik
2008-09-18  5:26   ` Cezar Halmagean
     [not found]   ` <878wtq9g8t.fsf@cezar@mixandgo.com>
2008-09-18  5:35     ` Carsten Dominik
2008-09-18 17:46       ` Cezar Halmagean
     [not found]       ` <87od2l73fe.fsf@cezar@mixandgo.com>
2008-09-18 21:43         ` Carsten Dominik
2008-09-18 22:24           ` Cezar Halmagean
2008-09-17 23:30 Cezar Halmagean

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).