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

2011-02-12 Thread Bastien
Hi OSiRiS, OSiRiS writes: > The Match only show results when =bugs.org= is open, execute =C-c C-a m= and > paste: > +TODO="DONE"+STATUS="FIXED"+CLOSED>="<2011-02-10>" Can you reproduce the problem with a *minimal* example? -- Bastien ___ Emacs-or

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

2011-02-10 Thread OSiRiS
On jue, 10 feb 2011, Bastien wrote: > 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\"

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

2011-02-10 Thread Bastien
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>=\"\"") > ) > ) > > #+END_SRC > > No error occu

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

2011-02-08 Thread OSiRiS
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>=\"\"") ) ) #+END_SRC No error occurs when run: #+BEGIN_EXAMPLE Press key for an age

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

2010-04-28 Thread Barton
Greetings org-mode, 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-a

Re: [Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-20 Thread Weiss, Bernd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 20.03.2010 16:31, schrieb Carsten Dominik: > > On Mar 19, 2010, at 8:46 AM, Bernd Weiss wrote: > >> Dear all, >> >> I'm having trouble with agenda customization. I have a couple of entries >> (+ timestamp) which are tagged with 'conference' and I'

Re: [Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-20 Thread Carsten Dominik
On Mar 19, 2010, at 8:46 AM, Bernd Weiss wrote: Dear all, I'm having trouble with agenda customization. I have a couple of entries (+ timestamp) which are tagged with 'conference' and I'd like to have a list of conferences + timestamps. Hi Bernd, what do you mean by "a list of conferen

[Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-19 Thread Bernd Weiss
Dear all, I'm having trouble with agenda customization. I have a couple of entries (+ timestamp) which are tagged with 'conference' and I'd like to have a list of conferences + timestamps. (setq org-agenda-custom-commands '( ("c" "conferences"

Re: [Orgmode] custom agenda view

2009-12-24 Thread Manish
On Thu, Dec 24, 2009 at 4:40 PM, Yuri Goncharov wrote: > 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

[Orgmode] custom agenda view

2009-12-24 Thread Yuri Goncharov
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 tasks" tags-todo "+start...

[Orgmode] Custom agenda view

2008-02-02 Thread Sebastjan Trepca
Hi, I'm trying to create a custom view that should display agenda for only items that are scheduled today and include a specific tag together with tasks that has NEXT todo keyword and the same tag. Currently I have this: ("h" "Home tasks" ((agenda) (tags "HOME/NEXT"))) The problem is that agend