emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Custom agenda views and blocks headlines


From: Carsten Dominik
Subject: Re: [Orgmode] Custom agenda views and blocks headlines
Date: Tue, 17 Feb 2009 21:54:51 +0100


On Feb 16, 2009, at 2:01 PM, Matthew Lundin wrote:


Hi Spike,

Spike Spiegel <address@hidden> 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,

I have now added org-agenda-overriding-header as one
an option in the menu in customize.

- Carsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]