emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: How to change color of (part of) agenda header
Date: Tue, 05 Aug 2014 23:22:33 +0200	[thread overview]
Message-ID: <86wqamocme.fsf@somewhere.org> (raw)

Hello,

I'm trying to get part of the agenda header in another color, here
"TODAY":

--8<---------------cut here---------------start------------->8---
  (add-to-list 'org-agenda-custom-commands
               `("f" "Today"
                 (;; list of all TODO entries with deadline today
                  (tags-todo "DEADLINE=\"<+0d>\""
                             ((org-agenda-overriding-header
                               (concat "DUE " #("TODAY" 0 4 (face (:foreground "red")))))
                              (org-agenda-skip-function
                               '(org-agenda-skip-entry-if 'notdeadline)))))
                 ((org-agenda-format-date ""))) t)
--8<---------------cut here---------------end--------------->8---

The goal is to make what's unique and different from the next agenda
blocks very outstanding.

Though, it does not work: text is simply copied, as if text properties
did not exist.

Am I missing something, or writing it in a buggy way?

Best regards,
  Seb

PS- I tried strings with `propertize' as well, with no more success.

-- 
Sebastien Vauban

             reply	other threads:[~2014-08-05 21:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05 21:22 Sebastien Vauban [this message]
2014-08-05 22:08 ` How to change color of (part of) agenda header Nick Dokos
2014-08-06  7:26   ` Sebastien Vauban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86wqamocme.fsf@somewhere.org \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).