Re: [O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-12-08 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: using a better default for the face :) Well, I wouldn't call org-default a better default, but that's fine with me. I mean: if org-default is black for the majority of the people, they won't even see that you can customize that aspect of the modeline (in a light

Re: [O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-10-29 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Please find a (very useful ;-)) patch for highlighting (in the mode-line) the tags which are used to filter the agenda. Applied thanks. I've updated the patch using org-propertize instead of propertize and using a better

Re: [O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-10-29 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Please find a (very useful ;-)) patch for highlighting (in the mode-line) the tags which are used to filter the agenda. Applied thanks. Thanks. I've updated the patch using org-propertize instead of propertize

Re: [O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-10-29 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I've updated the patch using org-propertize instead of propertize OK, for better XEmacs support, if I understand well. Yes. and using a better default for the face :) Well, I wouldn't call org-default a better default, but

Re: [O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-10-27 Thread Sebastien Vauban
Hello, Please find a (very useful ;-)) patch for highlighting (in the mode-line) the tags which are used to filter the agenda. I'd like even to be able to put in one color the positive tags and in another the negative ones, but that's above my current knowledge of text-properties... Anyway,

[O] Trying to use a custom face for highlighting tags used in agenda filtering

2011-10-26 Thread Sebastien Vauban
Hello, I tried modifying the lines of defun org-agenda-set-mode-name, line 6764, so that tags are highlighted in the mode-line. #+begin_src emacs-lisp (if (or org-agenda-filter (get 'org-agenda-filter :preset-filter))