Re: [O] Color entries according to assigned priority

2014-05-09 Thread Alexander Baier
On 2014-05-08 06:36 Uwe Ziegenhagen wrote: > > ;; Do not show welcome screen at startup > (setq inhibit-startup-message t) > > ;; just answer Emacs' question with 'y' or 'n' instead of 'yes'or 'no' > (defalias 'yes-or-no-p 'y-or-n-p) > > ;; Load org mode > (

Re: [O] Color entries according to assigned priority

2014-05-07 Thread Uwe Ziegenhagen
Alexander Baier gmail.com> writes: > > On 2014-05-03 22:07 Uwe Ziegenhagen wrote: > > I copied and pasted the given code, however I do not see any change. I'll > > try my luck again tomorrow and will get back to you. > > Just to be sure, did you eval the pasted code? And restarting org-mode > (

Re: [O] Color entries according to assigned priority

2014-05-03 Thread Alexander Baier
On 2014-05-03 22:07 Uwe Ziegenhagen wrote: > I copied and pasted the given code, however I do not see any change. I'll > try my luck again tomorrow and will get back to you. Just to be sure, did you eval the pasted code? And restarting org-mode (M-x fundamental-mode M-x org-mode) could be necessar

Re: [O] Color entries according to assigned priority

2014-05-03 Thread Uwe Ziegenhagen
Sebastien Vauban writes: > > Uwe Ziegenhagen wrote: > > is it possible to color the different entries in an org file according to > > the priority assigned to them? > > See "color header based on priority/tags rather than level" on > http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00

Re: [O] Color entries according to assigned priority

2014-05-03 Thread Sebastien Vauban
Uwe Ziegenhagen wrote: > is it possible to color the different entries in an org file according to > the priority assigned to them? See "color header based on priority/tags rather than level" on http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg00625.html. > I'd like to have #a items in

[O] Color entries according to assigned priority

2014-05-02 Thread Uwe Ziegenhagen
Hello, is it possible to color the different entries in an org file according to the priority assigned to them? I'd like to have #a items in black and #b, #c and non-prioritized items in gray tones. Uwe