emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] inactive time stamp shows as scheduled and active in agenda


From: Rainer Stengele
Subject: [Orgmode] inactive time stamp shows as scheduled and active in agenda
Date: Tue, 02 Oct 2007 11:13:15 +0200
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

hi.

look at this todo:

* TODO [#A] [2007-10-02 Di 10:42] call from customer        :@TAG:


I find it in may custom agenda using:

(setq org-agenda-custom-commands
      '(
        ("A" agenda "prio A agenda"
         ((org-agenda-skip-function
           (lambda nil
             (org-agenda-skip-entry-if (quote notregexp) "\\=.*\\[#A\\]")))
          (org-agenda-ndays 1)
          (org-deadline-warning-days -1)
          (org-agenda-overriding-header "Today's Priority #A tasks: ")))
...


The timestamp is incative! It is just a reminder for when the call from the 
customer came in.
I would like to see the todo in the agenda because it is a prio #A todo but I 
do not like to see at
in the agenda like here as a scheduled timestamped todo item!
How can I manage to see the item unscheduled?


    8:00......        ----------------
   10:00......        ----------------
   10:42......        Scheduled:  INARBEIT [#A] [2007-10-02 Di ] call from 
customer :@TAG:
   12:00......        ----------------
   14:00......        ----------------


rainer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]