emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Viktor Rosenfeld <listuser36@googlemail.com>
To: emacs-orgmode@gnu.org
Subject: Re: How to define a start date for a task?
Date: Sun, 18 Dec 2011 17:30:18 +0100	[thread overview]
Message-ID: <20111218163018.GA19789@localhost> (raw)
In-Reply-To: <loom.20111218T133827-664@post.gmane.org>

Hi,

> Thank you! That is interesting. Is my understanding correct, that you 
> meant something like the following.
> 
> * TODO Task, that can be completed tomorrow or later
>   START: [2011-12-19 Mon]

Either like this (which can be queried using TIMESTAMP_IA="<2011-12-19
Mon>" or using a property (START="<...>"):

* TODO Task
  :PROPERTIES:
  :START: [2011-12-19 Mon]
  :END:

> This task will not show up on the daily agenda tomorrow since the 
> timestamp is inactive. But it is still shown its the agenda task list 
> today. 

I don't understand why it would show today. The date is in the future
(and it's not a deadline) and the timestamp is inactive. It should not
show up at all, unless the variable
org-agenda-include-inactive-timestamps is set.

> What I have to do now is to write a custom agenda search that 
> shows me all tasks that do not have a start timestamp or a start 
> timestamp in the past or today. This search would hide tasks with a 
> start date in the future.

I'm not sure how one can query for tasks that do not have a property. A
possible work-around would be querying for all tasks and then using a
skip function to discard those have a start date in the future.

Cheers,
Viktor

  reply	other threads:[~2011-12-18 16:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-17 20:14 How to define a start date for a task? Karl Maihofer
2011-12-17 20:36 ` Karl Voit
2011-12-17 21:04   ` Karl Maihofer
2011-12-17 21:57     ` Bernt Hansen
2011-12-18 10:25       ` Karl Maihofer
2011-12-18 11:41         ` Viktor Rosenfeld
2011-12-18 12:53           ` Karl Maihofer
2011-12-18 16:30             ` Viktor Rosenfeld [this message]
2011-12-18 18:32               ` Karl Maihofer
2011-12-19  7:28                 ` Viktor Rosenfeld
2011-12-18 13:46         ` Bernt Hansen
2011-12-18 14:37           ` Karl Maihofer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111218163018.GA19789@localhost \
    --to=listuser36@googlemail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).