[Orgmode] Re: custom agenda view with tags-todo not work

2011-02-22 Thread Bernt Hansen
Bastien writes: > Hi Osiris, > > OSiRiS writes: > >> I tried to set the custom view in the calendar, but does not work. >> >> #+BEGIN_SRC elisp >> >> (setq org-agenda-custom-commands >> '( >> ("f" "FIXED" tags-todo >> "+bug+TODO=\"DONE\"+STATUS=\"FIXED\"+CLOSED>=\"\"") >> ) >>

[Orgmode] Re: Custom agenda view - filter by priority AND scheduled date

2010-04-28 Thread Barton
Thanks Matt, works like a charm! The final version of my org-agenda-custom-commands: (setq org-agenda-custom-commands '(("c" . "Priority views") ("ca" "#A" agenda "" ((org-agenda-entry-types '(:scheduled)) (org-agenda-skip-function '(org-agenda-skip-entry-if 'not

[Orgmode] Re: Custom agenda view - filter by priority AND scheduled date

2010-04-28 Thread Matt Lundin
Barton writes: > In my workflow, I move by priorities and scheduled dates for the tasks. > My goal with this issue is to have a view that would show me only the > tasks with certain priority(-ies) that are scheduled for today (or are > overdue, as in (org-agenda-repeating-timestamp-show-all t) )

[Orgmode] Re: custom agenda view

2009-12-24 Thread Yuri Goncharov
В Thu, 24 Dec 2009 06:21:23 -0500 Matt Lundin пишет: > Does the following work? Since STARTED is a todo state, it needs to be > specified with a different syntax. > > (setq org-agenda-custom-commands >(quote > (("w" "work tasks" tags-todo > "@WORK/!STARTED" ((org-agenda-to

[Orgmode] Re: custom agenda view

2009-12-24 Thread Matt Lundin
Yuri Goncharov writes: > I try to make custom agenda view with todo keyword STARTED and tag @HOME > I wrote this code > > (setq org-agenda-custom-commands > (quote > (("w" "work tasks" tags-todo > "+start...@work" ((org-agenda-todo-ignore-with-date nil))) > ("h" "home t

[Orgmode] Re: Custom agenda view

2008-02-02 Thread Sebastjan Trepca
Nevermind. Finally got through the elisp errors :) (org-add-agenda-custom-command '("w" "TODO" ((agenda "TODO" ((org-agenda-skip-function (lambda nil (org-agenda-skip-entry-if (quote no