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
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\"
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
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
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
-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'
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
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"
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
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...
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
11 matches
Mail list logo