[Orgmode] Re: Customizing main Agenda view??

2009-08-13 Thread Matthew Lundin
At Wed, 12 Aug 2009 12:13:14 +0100, Paul Mead wrote: 1. Map C-c a a to a custom agenda view: (setq org-agenda-custom-commands '((a Agenda ((agenda ) (todo STARTED) turns out this was exactly what I needed, thanks! You are welcome! I'm glad it helped. Best,

[Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Paul Mead
Matt Lundin m...@imapmail.org writes: I'm a bit confused. Am I correct in understanding that you'd like to customize the agenda view but you don't want a custom agenda view? I'm not sure how that would work. ;) No, I want to customize the daily agenda view so that it shows my everything it

Re: [Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Eric S Fraga
At Wed, 12 Aug 2009 09:53:17 +0100, Paul Mead wrote: Matt Lundin m...@imapmail.org writes: I'm a bit confused. Am I correct in understanding that you'd like to customize the agenda view but you don't want a custom agenda view? I'm not sure how that would work. ;) No, I want to

[Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Paul Mead
Eric S Fraga ucec...@ucl.ac.uk writes: Why don't the STARTED todos appear? Maybe you need to define your todo keywords appropriately? I have mine as: org-todo-keywords '((sequence TODO(t) INPROGRESS(i@) WAITING(w@) | DONE(d@) CANCELLED(c@))) and all TODO, INPROGRESS and WAITING todos

Re: [Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Carsten Dominik
On Aug 12, 2009, at 12:06 PM, Paul Mead wrote: Eric S Fraga ucec...@ucl.ac.uk writes: Why don't the STARTED todos appear? Maybe you need to define your todo keywords appropriately? I have mine as: org-todo-keywords '((sequence TODO(t) INPROGRESS(i@) WAITING(w@) | DONE(d@)

Re: [Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Carsten Dominik
On Aug 12, 2009, at 12:14 PM, Carsten Dominik wrote: On Aug 12, 2009, at 12:06 PM, Paul Mead wrote: Eric S Fraga ucec...@ucl.ac.uk writes: Why don't the STARTED todos appear? Maybe you need to define your todo keywords appropriately? I have mine as: org-todo-keywords '((sequence

[Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Paul Mead
Carsten Dominik carsten.domi...@gmail.com writes: I *only* want dated, scheduled, deadlined and STARTED. I think you want a block agenda, first block the normal agenda, second block a TODO search for STARTED. - Carsten I didn't know you could combine different blocks like this, but that

Re: [Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Manish
On Wed, Aug 12, 2009 at 3:57 PM, Paul Meadpaul.d.m...@gmail.com wrote: Carsten Dominik carsten.domi...@gmail.com writes: I *only* want dated, scheduled, deadlined and STARTED. I think you want a block agenda, first block the normal agenda, second block a TODO search for STARTED. - Carsten

[Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Paul Mead
Carsten Dominik carsten.domi...@gmail.com writes: I think you want a block agenda, first block the normal agenda, second block a TODO search for STARTED. - Carsten Hey, it worked! Here's what I used: (setq org-agenda-custom-commands '((a Custom block Agenda ((agenda

Re: [Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Carsten Dominik
On Aug 12, 2009, at 12:52 PM, Paul Mead wrote: Carsten Dominik carsten.domi...@gmail.com writes: I think you want a block agenda, first block the normal agenda, second block a TODO search for STARTED. - Carsten Hey, it worked! Here's what I used: (setq org-agenda-custom-commands

[Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Paul Mead
Manish mailtomanish.sha...@gmail.com writes: You may want to take a look at an older post from Matthew Lundin for inspiration here http://article.gmane.org/gmane.emacs.orgmode/10819 Wow, there's some pretty good stuff there - I may appropriate some of that, thanks.

[Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Paul Mead
Matt Lundin m...@imapmail.org writes: 1. Map C-c a a to a custom agenda view: (setq org-agenda-custom-commands '((a Agenda ((agenda ) (todo STARTED) Hi Matt turns out this was exactly what I needed, thanks! Paul

[Orgmode] Re: Customizing main Agenda view??

2009-08-11 Thread Matt Lundin
Paul Mead paul.d.m...@gmail.com writes: I'd like to be able to see all my todo items which use the STARTED keyword in my main daily agenda view. I do most of my work from the daily view and I can't seem to get into the habit of using other views. Is this possible? If there's no way to