emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Headings in agenda view
@ 2012-10-14  9:00 Renger van Nieuwkoop
  2012-10-14 11:56 ` François Allisson
  0 siblings, 1 reply; 2+ messages in thread
From: Renger van Nieuwkoop @ 2012-10-14  9:00 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 868 bytes --]

Hi

I have the following agenda-view in Org-Mode
                 ("p" "Week plan"
                  ((tags-todo "Monday")
                  (tags-todo "Tuesday")
                  (tags-todo "Wednesday")
                  (tags-todo "Thursday")
                  (tags-todo "Friday")
                  (tags-todo "Saturday")
                  (tags-todo "Sunday"))
                                   nil)

And would like to have a heading for every day. I tried using
   (org-agenda-overriding-header "Monday"),
    (org-agenda-overriding-header "Tuesday"), etc.
at several positions, but I did not manage, to get the headers.
Any hint would be more than welcome.
Cheers
Renger
____________________
Modelworks
Gewerbestrasse 15
3600 Thun - Switzerland
+41 79 818 53 73
Info@modelworks.ch<mailto:Info@modelworks.ch>
blog.modelworks.ch




[-- Attachment #2: Type: text/html, Size: 2670 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Headings in agenda view
  2012-10-14  9:00 Headings in agenda view Renger van Nieuwkoop
@ 2012-10-14 11:56 ` François Allisson
  0 siblings, 0 replies; 2+ messages in thread
From: François Allisson @ 2012-10-14 11:56 UTC (permalink / raw)
  To: Renger van Nieuwkoop; +Cc: Org mode

Le dimanche 14 oct 2012 à 09:00:05 (+0000), Renger van Nieuwkoop a écrit :
> Hi
>  
> I have the following agenda-view in Org-Mode
>                  ("p" "Week plan"
>                   ((tags-todo "Monday")
>                   (tags-todo "Tuesday")
>                   (tags-todo "Wednesday")
>                   (tags-todo "Thursday")
>                   (tags-todo "Friday")
>                   (tags-todo "Saturday")
>                   (tags-todo "Sunday"))
>                                    nil)
>  
> And would like to have a heading for every day. I tried using
>    (org-agenda-overriding-header "Monday"),
>     (org-agenda-overriding-header "Tuesday"), etc.
> at several positions, but I did not manage, to get the headers.
> Any hint would be more than welcome.
> Cheers
> Renger

Hi Renger,

The following works for me:

  ("p" "Week plan"
    ((tags-todo "Monday" ((org-agenda-overriding-header "Monday")))
    (tags-todo "Tuesday" ((org-agenda-overriding-header "Tuesday")))
    (tags-todo "Wednesday" ((org-agenda-overriding-header "Wednesday")))
    (tags-todo "Thursday" ((org-agenda-overriding-header "Thursday")))
    (tags-todo "Friday" ((org-agenda-overriding-header "Friday")))
    (tags-todo "Saturday" ((org-agenda-overriding-header "Saturday")))
    (tags-todo "Sunday" ((org-agenda-overriding-header "Sunday"))))
    ((org-agenda-compact-blocks t)) nil)

PS: I have added compact block, just because I find it looks nicer; feel
free to remove it!

Best,

François.

-- 
http://francois.allisson.co

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-14 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-14  9:00 Headings in agenda view Renger van Nieuwkoop
2012-10-14 11:56 ` François Allisson

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).