emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* inactive time stamp shows as scheduled and active in agenda
@ 2007-10-02  9:13 Rainer Stengele
  2007-10-02 11:52 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Rainer Stengele @ 2007-10-02  9:13 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-02 15:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-02  9:13 inactive time stamp shows as scheduled and active in agenda Rainer Stengele
2007-10-02 11:52 ` Bastien
2007-10-02 12:45   ` Rainer Stengele
2007-10-02 13:48     ` Bastien
2007-10-02 14:24       ` Rainer Stengele
2007-10-02 15:06         ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).