From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: inactive time stamp shows as scheduled and active in agenda Date: Tue, 02 Oct 2007 11:13:15 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Icdos-0001d2-F3 for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 05:13:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Icdoq-0001bI-U7 for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 05:13:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Icdoq-0001ay-LZ for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 05:13:32 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Icdoq-00019W-5n for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 05:13:32 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Icdog-0000gU-80 for emacs-orgmode@gnu.org; Tue, 02 Oct 2007 09:13:22 +0000 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 09:13:22 +0000 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Oct 2007 09:13:22 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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