Re: [O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Sebastien Vauban
>> Bernt Hansen wrote: >>> Tommy Kelly writes: >>> (setq org-agenda-custom-commands >>> (quote (( "x" "Test Agenda" agenda "" >>> ((org-agenda-start-with-follow-mode t) >>> (org-agenda-span 'day) >>> (org-agenda-start-with-log-mode t)) >>> >>> but i

Re: [O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Sebastien Vauban
Hi Bernt, > Bernt Hansen wrote: >> Tommy Kelly writes: >> (setq org-agenda-custom-commands >> (quote (( "x" "Test Agenda" agenda "" >> ((org-agenda-start-with-follow-mode t) >> (org-agenda-span 'day) >> (org-agenda-start-with-log-mode t)) >> >>

Re: [O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Tommy Kelly
Excellent, that works. Thanks. Tommy On Wed, Nov 9, 2011 at 12:18 PM, Bernt Hansen wrote: > Tommy Kelly writes: > >> I'm trying to set up a custom agenda view such that when I enter my >> agenda I get, automatically: >> >> - daily view mode (for today) >> - log file mode on >> - grid on >> - Fol

Re: [O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Sebastien Vauban
Answering to myself: > However, that's not clear to me (yet) what's `remove-match'. 8:00.. @refile:10:00-11:00 Do this 12:00.. 14:00.. 16:00.. Life: 17:20-17:30 Contact 18:00..

Re: [O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Sebastien Vauban
Hi Bernt, Bernt Hansen wrote: > Tommy Kelly writes: >> I'm trying to set up a custom agenda view such that when I enter my >> agenda I get, automatically: >> >> - daily view mode (for today) >> - log file mode on >> - grid on >> - Follow mode on >> >> I can see from the docs how to modify the var

Re: [O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Bernt Hansen
Tommy Kelly writes: > I'm trying to set up a custom agenda view such that when I enter my > agenda I get, automatically: > > - daily view mode (for today) > - log file mode on > - grid on > - Follow mode on > > I can see from the docs how to modify the various variables that > control some of how

[O] Custom agenda -- running functions, not just setting vars

2011-11-09 Thread Tommy Kelly
I'm trying to set up a custom agenda view such that when I enter my agenda I get, automatically: - daily view mode (for today) - log file mode on - grid on - Follow mode on I can see from the docs how to modify the various variables that control some of how agendas look. But the above are control