all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* New faces in org-mode ??
@ 2007-08-23 17:58 William Case
  2007-08-24 19:49 ` J. David Boyd
  0 siblings, 1 reply; 6+ messages in thread
From: William Case @ 2007-08-23 17:58 UTC (permalink / raw)
  To: EMACS List

Hi;

I have made the following change in my org-mode:

     (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE")
           org-todo-interpretation 'sequence)

"TODO" "WAIT" "MAYBE" all show with 'red' faces while "DONE" is in
forest green.  How do I cutomize org-mode so that "WAIT" and "MAYBE"
each have their own face colour?

-- 
Regards Bill

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

* Re: New faces in org-mode ??
  2007-08-23 17:58 William Case
@ 2007-08-24 19:49 ` J. David Boyd
  2007-08-24 20:27   ` William Case
  0 siblings, 1 reply; 6+ messages in thread
From: J. David Boyd @ 2007-08-24 19:49 UTC (permalink / raw)
  To: help-gnu-emacs

William Case <billlinux@rogers.com> writes:

> Hi;
>
> I have made the following change in my org-mode:
>
>      (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE")
>            org-todo-interpretation 'sequence)
>
> "TODO" "WAIT" "MAYBE" all show with 'red' faces while "DONE" is in
> forest green.  How do I cutomize org-mode so that "WAIT" and "MAYBE"
> each have their own face colour?
>
> -- 
> Regards Bill

You should sign up for the org list

emacs-orgmode@gnu.org

and ask there.

Dave

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

* Re: New faces in org-mode ??
  2007-08-24 19:49 ` J. David Boyd
@ 2007-08-24 20:27   ` William Case
  0 siblings, 0 replies; 6+ messages in thread
From: William Case @ 2007-08-24 20:27 UTC (permalink / raw)
  To: J. David Boyd; +Cc: help-gnu-emacs

Thanks Dave;
On Fri, 2007-08-24 at 15:49 -0400, J. David Boyd wrote:
> William Case <billlinux@rogers.com> writes:
> 
> > Hi;
> >
> > I have made the following change in my org-mode:
> >
> >      (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE")
> >            org-todo-interpretation 'sequence)
> >
> > "TODO" "WAIT" "MAYBE" all show with 'red' faces while "DONE" is in
> > forest green.  How do I cutomize org-mode so that "WAIT" and "MAYBE"
> > each have their own face colour?
> >
> > -- 
> > Regards Bill
> 
> You should sign up for the org list
> 
> emacs-orgmode@gnu.org
> 

Will do.

-- 
Regards Bill

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

* New faces in org-mode ??
@ 2007-08-25  0:23 William Case
  2007-08-26 12:58 ` Carsten Dominik
  2007-08-29 17:28 ` Carsten Dominik
  0 siblings, 2 replies; 6+ messages in thread
From: William Case @ 2007-08-25  0:23 UTC (permalink / raw)
  To: emacs-orgmode

Hi;

I have made the following change in my org-mode:

     (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE")
           org-todo-interpretation 'sequence)

Actually, I am not sure if that is final variable change, but that was
what was suggested in the documentation.  In fact, I M-x cutomize-group
RET org-mode, then added "WAIT" and "MAYBE" to org TODO keywords and
saved for future sessions. 

"TODO" "WAIT" "MAYBE" all show with 'red1' faces while "DONE" is in
forest green.  How do I cutomize org-mode so that "WAIT" and "MAYBE"
have their own itemization in custom-org-faces and then make each have
their own face colour?

-- 
Regards Bill

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

* Re: New faces in org-mode ??
  2007-08-25  0:23 New faces in org-mode ?? William Case
@ 2007-08-26 12:58 ` Carsten Dominik
  2007-08-29 17:28 ` Carsten Dominik
  1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-08-26 12:58 UTC (permalink / raw)
  To: William Case; +Cc: emacs-orgmode

This is currently not implemented.  However,
it has been asked for quite a few times now, so
it will be implemented in the next version, 5.07.
When that is out, check for the variable
`org-todo-keyword-faces'.

- Carsten

On Aug 25, 2007, at 2:23, William Case wrote:

> Hi;
>
> I have made the following change in my org-mode:
>
>      (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE")
>            org-todo-interpretation 'sequence)
>
> Actually, I am not sure if that is final variable change, but that was
> what was suggested in the documentation.  In fact, I M-x cutomize-group
> RET org-mode, then added "WAIT" and "MAYBE" to org TODO keywords and
> saved for future sessions.
>
> "TODO" "WAIT" "MAYBE" all show with 'red1' faces while "DONE" is in
> forest green.  How do I cutomize org-mode so that "WAIT" and "MAYBE"
> have their own itemization in custom-org-faces and then make each have
> their own face colour?
>
> -- 
> Regards Bill
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

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

* Re: New faces in org-mode ??
  2007-08-25  0:23 New faces in org-mode ?? William Case
  2007-08-26 12:58 ` Carsten Dominik
@ 2007-08-29 17:28 ` Carsten Dominik
  1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-08-29 17:28 UTC (permalink / raw)
  To: William Case; +Cc: emacs-orgmode

This will be adressed in version 5.07.

- Carsten

On Aug 25, 2007, at 2:23, William Case wrote:

> Hi;
>
> I have made the following change in my org-mode:
>
>      (setq org-todo-keywords '("TODO" "WAIT" "MAYBE" "DONE")
>            org-todo-interpretation 'sequence)
>
> Actually, I am not sure if that is final variable change, but that was
> what was suggested in the documentation.  In fact, I M-x cutomize-group
> RET org-mode, then added "WAIT" and "MAYBE" to org TODO keywords and
> saved for future sessions.
>
> "TODO" "WAIT" "MAYBE" all show with 'red1' faces while "DONE" is in
> forest green.  How do I cutomize org-mode so that "WAIT" and "MAYBE"
> have their own itemization in custom-org-faces and then make each have
> their own face colour?
>
> -- 
> Regards Bill
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477

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

end of thread, other threads:[~2007-08-29 17:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-25  0:23 New faces in org-mode ?? William Case
2007-08-26 12:58 ` Carsten Dominik
2007-08-29 17:28 ` Carsten Dominik
  -- strict thread matches above, loose matches on Subject: below --
2007-08-23 17:58 William Case
2007-08-24 19:49 ` J. David Boyd
2007-08-24 20:27   ` William Case

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.