[Orgmode] Re: Faces for deadlines?

2010-05-04 Thread Sébastien Vauban
Hi Mikael,

Mikael Fornius wrote:
 I have not tried it but I found this variable:

 org-agenda-deadline-faces

 Faces for showing deadlines in the agenda.

 maybe it solves your problem?

Excellent hint...


I've customized it that way:

--8---cut here---start-8---
(setq org-agenda-deadline-faces
  '((1.1 . sva-org-deadline-yesterday)
(1.0 . sva-org-deadline-today)
(0.5 . sva-org-deadline-tomorrow)
(0.0 . sva-org-deadline-later)))
--8---cut here---end---8---

and have added the following colors in my theme:

--8---cut here---start-8---
 (sva-org-deadline-yesterday ((t (:foreground white :background 
rgb:D8/00/00 :weight bold
 (sva-org-deadline-today ((t (:foreground white :background 
rgb:E9/A3/6A :weight bold
 (sva-org-deadline-tomorrow ((t (:foreground black :background #B4F1B3 
:weight bold
 (sva-org-deadline-later ((t (:foreground black :background #AACAFC
--8---cut here---end---8---

And that quite works well following my needs.

It's just a bit tricky to understand and correctly setup the fractions
above, in the `org-agenda-deadline-faces'... It would be easy, and would make
more sense, if we could directly enter days specifications there, instead of
fractions (for example, 0 for today, -1 for yesterday, and so on).

But it works. And I thank you for your help.

Best regards,
  Seb

-- 
Sébastien Vauban



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Faces for deadlines?

2010-05-03 Thread Sébastien Vauban
Hi,

Can I bump up this thread?

Best regards,
  Seb

Sébastien Vauban wrote:
 Hello,

 I'm trying to customize the display of deadlines.

 I currently have:

 (org-upcoming-deadline ((t (:foreground white :background rgb:E9/A3/6A 
 :weight bold
 (org-warning ((t (:foreground white :background rgb:D8/00/00 :weight 
 bold

 in my color-theme, but I would like to have (for example):

 - red for actions due in the past (In -2 d.)

 - orange for actions due today (Deadline)

 - green for actions due in the next coming days (In 3 d.)
   (DEADLINE = `org-agenda-skip-deadline-prewarning-if-scheduled')

 - blue for longer-term deadlines (In 13 d.)
   (DEADLINE  `org-agenda-skip-deadline-prewarning-if-scheduled' and
DEADLINE = `org-deadline-warning-days')

 Is this possible?

-- 
Sébastien Vauban



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Faces for deadlines?

2010-05-03 Thread Mikael Fornius

I have not tried it but I found this variable:

org-agenda-deadline-faces

Faces for showing deadlines in the agenda.

maybe it solves your problem?

-- 
Mikael Fornius


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Faces to Names

2009-10-09 Thread Carsten Dominik


On Oct 9, 2009, at 9:10 AM, Carsten Dominik wrote:


Hi everyone,

some time ago, I stumbled over a picture of Eric Schulte on
his Org-generated home page (http://cs.unm.edu/~eschulte/).
And that made me realize how nice it can be to think of a face
when reading a name.

So want to start a page with people from this community here,
where some of us are introduced with a picture and maybe a
little text with a few links.

To get started, I have made this page on Worg:

http://orgmode.org/worg/org-people.html



Arrgh!

http://orgmode.org/worg/org-people.php

of course, I always forget that Worg uses php as extension



There are a few people already on this list, just to get over
the first bump.

I absolutely do not want this to be the list with only the
5 hotshots.  If you feel yourself to be a member of this community,
if you post here every now and then, then don't hesitate to add an
entry to this file.

So far, the text people have added turns out
to be mostly about Org.  This is OK, of course, but my original
intention was also that people might write something about
themselves, what they do besides using Org.  So feel free to
put there anything you like, links to whatever is important to you
and you feel like showing here.  Also, the picture can be more crazy
than what we have so far!

People with write access to Worg can easily do this themselves,
just look at the examples already in the buffer.  Most entries use
the person macro which scales the picture to 300 pixels.  But if
the quality of the picture does not allow it, use person200 or
so instead.  The pictures are –in from off-site, to not make this
project blow up the size of the Worg repo too much.  That also means
that you can change that picture behind our back any time you want :-)

If you don't have write access on Worg and find it too much
trouble to get it, send me (or maybe there is a volunteer for this???)
a link to a picture somewhere on the web, and a small piece of text
in Org-mode syntax.

I hope enough people find this not a stupid, but an
interesting idea... :-)

- Carsten


prof.dr. Carsten Dominikdomi...@uva.nl
Astronomical Institute 'Anton Pannekoek'
www.astro.uva.nl/~dominik
Faculty of Science, University of Amsterdam phone   
+31-20-5257477/7491
SCIENCE PARK 904, ROOM C4-106   fax +31-20-5257484
1098 XH Amsterdam, The Netherlands
mail: PO BOX 94249, 1090GE, Amsterdam







___
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


[Orgmode] Re: Faces in agenda view

2009-08-10 Thread Rainer Stengele

On 07.08.2009 11:00, Carsten Dominik wrote:


On Jul 30, 2009, at 11:07 AM, Rainer Stengele wrote:


Bastien schrieb:

Paul Mead paul.d.m...@gmail.com writes:


Can anyone give me a quick and easy way of changing this without
breaking something else?


Go to the face you want to change and hit M-x customize-face RET



is it possible to change the font of the currently clocked in agenda
item?


This is a useful idea, works now.

- Carsten



rainer


___
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



Dear Carsten,

I tried to find out how to configure this but could'nt find how to.
Please give me a hint!

- Rainer




___
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


Re: [Orgmode] Re: Faces in agenda view

2009-08-10 Thread Manish
On Mon, Aug 10, 2009 at 2:49 PM, Carsten Dominik wrote:

 M-x customize-face RET org-agenda-clocking RET

 - Carsten


Awesome!  Thanks.

-- 
Manish


___
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


[Orgmode] Re: Faces in agenda view

2009-08-02 Thread Bastien
Rainer Stengele rainer.steng...@diplan.de writes:

 Bastien schrieb:
 Paul Mead paul.d.m...@gmail.com writes:
 
 Can anyone give me a quick and easy way of changing this without
 breaking something else?
 
 Go to the face you want to change and hit M-x customize-face RET
 

 is it possible to change the font of the currently clocked in agenda
 item?

I don't think so, would be nice indeed.

-- 
 Bastien


___
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


[Orgmode] Re: Faces in agenda view

2009-07-30 Thread Rainer Stengele
Bastien schrieb:
 Paul Mead paul.d.m...@gmail.com writes:
 
 Can anyone give me a quick and easy way of changing this without
 breaking something else?
 
 Go to the face you want to change and hit M-x customize-face RET
 

is it possible to change the font of the currently clocked in agenda item?

rainer


___
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


Re: [Orgmode] Re: Faces

2009-05-16 Thread Eraldo Helal
thank you for sharing the answer.

On Sat, May 16, 2009 at 02:01, sran...@gmail.com wrote:

 I received a request to tell the list how I managed to change the face for
 lines that begin with # in an org file, so here it is.

 Lines that begin with # are comment lines. The face of comment lines is
 determined by font-lock-comment-face. In my .emacs, I now have:

 '(font-lock-comment-face class color) (min-colors 88) (background
 light)) (:foreground cornflowerblue

 One may also do the following:

 M-x customize
 Go to the Faces group.
 Go to the Font Lock group.
 Go to the Font Lock Faces group.
 Customize Font Lock Comment Face.

 I'm sure there are other ways to do this as well.


 Scott Randby


 ___
 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


Re: [Orgmode] Re: Faces

2009-05-16 Thread Samuel Wales
What I use is describe-text-properties.  This works for describing most faces.

-- 
Myalgic encephalomyelitis denialism is causing death and severe suffering
worse than MS.  Conflicts of interest are destroying research.  /You/ can
get the disease at any time permanently.  Do science and justice matter to
you?  Posters: 
http://www.mefreeforall.org/fileadmin/PDFs/ME_Awareness_Posters_2009.pdf
Overview: http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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


[Orgmode] Re: Faces

2009-05-15 Thread srandby
I received a request to tell the list how I managed to change the face 
for lines that begin with # in an org file, so here it is.


Lines that begin with # are comment lines. The face of comment lines is 
determined by font-lock-comment-face. In my .emacs, I now have:


'(font-lock-comment-face class color) (min-colors 88) (background 
light)) (:foreground cornflowerblue


One may also do the following:

M-x customize
Go to the Faces group.
Go to the Font Lock group.
Go to the Font Lock Faces group.
Customize Font Lock Comment Face.

I'm sure there are other ways to do this as well.

Scott Randby


___
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


[Orgmode] Re: Faces

2009-05-14 Thread srandby

Please disregard my previous message. I figured out how to change the face.

Scott Randby


___
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