Re: [Orgmode] adding more color to agenda events

2007-02-28 Thread Carsten Dominik


On Feb 27, 2007, at 22:30, Scott Jaderholm wrote:


Hi,

Is there an easy way to add new faces to org-agenda?

I would like to add a face for events including the text meeting or 
birthday and other phrases. I'd also like to create a special face 
for event subjects, such as Diary, life, or work (the first column in 
agenda). It'd also be nice to be able to do faces based on tags.


Is this possible without a lot of hacking?


There is special way of doing this.  In particular, the agenda does
*not* use font-lock, it sets its own faces.

However, there is a hook you can use, and the code to write for it
is relatuvely simple.  For example:

(add-hook 'org-finalize-agenda-hook
   (lambda ()
 (save-excursion
   (goto-char (point-min))
   (while (re-search-forward \\birthday\\   nil t)
 (add-text-properties (match-beginning 0) (match-end 0)
'(face secondary-selection)))
   (goto-char (point-min))
   (while (re-search-forward \\meeting\\   nil t)
 (add-text-properties (match-beginning 0) (match-end 0)
'(face bold))





Thanks,
Scott
___
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



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Weird error when compiling org 4.66

2007-02-28 Thread Carsten Dominik


On Feb 26, 2007, at 23:00, goud-H wrote:


Dünenkräuterklöße?

- Carsten




Mädesüßöl
(yes, that really exists...)



Genious, ingenious.  I only wonder if it tastes well?

- Carsten



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Bug in 4.67

2007-02-28 Thread Carsten Dominik

Yes, this binding should exist, I am adding it.  Thanks.

- Carsten

On Feb 27, 2007, at 13:00, Bastien wrote:


Hi Carsten,

congrats for org-4.67's integration in Emacs 22!

I found out that C-c C-x C-s is not bound to org-archive-subtree in
the agenda buffer.  C-c $ works as expected.

Regards,

--
Bastien


___
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



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[OT] Mädesüßöl - was Re: [Orgmode] Re: Weird error when compiling org 4.66

2007-02-28 Thread dave
On Date: Wed, 28 Feb 2007 09:51:31 +0100, Carsten Dominik [EMAIL PROTECTED] 
wrote:
 
 On Feb 26, 2007, at 23:00, goud-H wrote:
 
  Dünenkräuterklöße?
 
 
 
  Mädesüßöl
  (yes, that really exists...)
 
 
 Genious, ingenious.  I only wonder if it tastes well?

You can buy some here, I think

 http://www.truestyleshop.de/product_info.php/cPath/405_206_263/products_id/2442

but I can't figure out what it is ([something] sweet oil?). Anyone care to
explain these words to us non-German speakers?

Dave


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: [OT] Mädesüßöl - was Re: Re: Weird error when compiling org 4.66

2007-02-28 Thread Uwe Jochum

Although being a native German I never had heard the word Mädesüßöl
before... After a look into a dictionary it is this:

Mädesüß is a plant, a kind of a rose.

Öl is oil. 

Both packed together into a German Nominalkompositum, which is a
nominal compound. Great fun fornonnativespeakersofGerman.

So it's simply a kind of rose oil. Don't know if that one tastes sweet.

Schöne Grüße,

Uwe

Message from Feb 28 2007 (12:18):
  Mädesüßöl
  (yes, that really exists...)

 You can buy some here, I think

  
 http://www.truestyleshop.de/product_info.php/cPath/405_206_263/products_id/2442

 but I can't figure out what it is ([something] sweet oil?). Anyone care to
 explain these words to us non-German speakers?

 Dave



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: [OT] Mädesüßöl - was Re: Re: Weird error when compiling org 4.66

2007-02-28 Thread Patrick Drechsler
[EMAIL PROTECTED] writes:

 On Date: Wed, 28 Feb 2007 09:51:31 +0100, Carsten Dominik [EMAIL PROTECTED] 
 wrote:
 
 On Feb 26, 2007, at 23:00, goud-H wrote:
 
  Dünenkräuterklöße?
 
  Mädesüßöl
  (yes, that really exists...)
 
[...]
 but I can't figure out what it is ([something] sweet oil?). Anyone care to
 explain these words to us non-German speakers?

German for Meadowsweet:

http://en.wikipedia.org/wiki/Meadowsweet

Patrick
-- 
Linus: I'll throw the ball, see? 
   Then you go bounding after it and bring it back!
Snoopy: Maybe we should think about this a little more. 




___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode