Hi Spike, 

Spike Spiegel <fsm...@gmail.com> writes:

> Hi,
>
> I heavily use the custom agenda blocks view and found myself to desire
> more and more to be able to set the headline for the block so instead
> of seeing say "Headlines with TAGS match:
> +CATEGORY="WrkPrj"+TODO="TODO"" I can see "Work Projects Todos". With
> a few blocks it'd make the screen more readable, but most importantly
> would help with the exported file.

You can use the variable org-agenda-overriding-header:

--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands
      '(("B" "Block Agenda"
         ((todo "+CATEGORY=\"WrkPrj\"+TODO=\"TODO\""
               ((org-agenda-overriding-header "Work Projects Todos")))
               ;; more here, of course
))))
--8<---------------cut here---------------end--------------->8---
         
Hope this helps,

Matt


_______________________________________________
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

Reply via email to