[Orgmode] Re: TODO keyword has a org-warning face

2008-09-18 Thread Cezar Halmagean
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Sep 18, 2008, at 7:46 PM, Cezar Halmagean wrote: > >> Carsten Dominik <[EMAIL PROTECTED]> writes: >> >>> And how about org-todo-keyword-faces? >>> >> >> (("TODO" . org-warning) ("SOMEDAY" :foreground "pink" :weight bold >> :underline nil) ("WAITING"

Re: [Orgmode] Re: TODO keyword has a org-warning face

2008-09-18 Thread Carsten Dominik
On Sep 18, 2008, at 7:46 PM, Cezar Halmagean wrote: Carsten Dominik <[EMAIL PROTECTED]> 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 ne

[Orgmode] DONE in Org-Agenda mode has org-todo face

2008-09-18 Thread Christoph Groth
Dear list, Yesterday I discovered org-mode and I like it very much. I'm using the version which comes with Debian Testing (8.05). When in Org-Agenda mode, the word `DONE' for DONE tasks has the same face (org-todo) as the word TODO. I find it a bit disturbing to see DONE written in a bold red f

[Orgmode] Re: TODO keyword has a org-warning face

2008-09-18 Thread Cezar Halmagean
Carsten Dominik <[EMAIL PROTECTED]> 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

Re: [Orgmode] {Feature Request] Categories in icalendar export

2008-09-18 Thread Carsten Dominik
Hi Charles, your requested behavior is now the default. iCalendar export lists as categories all tags defined locally in the current line, and the file/ tree category. If you want to include the TODO state or inherited tags as well, configure the variable `org-icalendar-categories'. Hope

Re: [Orgmode] Case-sensitivity in regular expressions and sparse trees for tags

2008-09-18 Thread Carsten Dominik
Hi Chris, On Sep 17, 2008, at 9:38 PM, Chris Randle wrote: Hi Gerrit Forgive me if I've misunderstood regular expressions in Emacs or Org-mode in some fundamental way! I have some tags which begin "CD" followed by a number. For example * Tagged Heading :CD123: When I ask for a sparse tree

Re: [Orgmode] Re: org-export-sweave

2008-09-18 Thread Carsten Dominik
On Sep 17, 2008, at 8:44 PM, Austin Frank wrote: Carsten-- Thanks for the response! On Tue, Sep 16 2008, Carsten Dominik wrote: since you want to include tis code literally into LaTeX, the best is probably to encapsulate it into #+BEGIN_LATEX #+END_LATEX and to try to solve only the

Re: [Orgmode] org-agenda-busy-at

2008-09-18 Thread Carsten Dominik
Hi Austin, I am afraid this is too much overhead when creating dates. Org has some ways to eld scheduling something while you are at the agenda, where you see the empty spots. Check out the description of C-c c-x C-k in http://orgmode.org/manual/Inserting-deadline_002fschedule.html#Inserting-d

Re: [Orgmode] Properties and dates in column view

2008-09-18 Thread Carsten Dominik
Hi Chris, this i a useful idea, I am putting it in. Thanks, also for spotting erros in the documentation. - Carsten On Sep 17, 2008, at 10:58 PM, Chris Randle wrote: Hi Carsten Sorry for calling you Gerrit earlier (brain failure), and also for so many posts from me today. I've started to imp