From: Bastien <bzg@gnu.org>
To: Angel de Vicente <angel.vicente.garrido@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Do not show a TODO item in the global TODO list until certain date?
Date: Thu, 22 Sep 2022 17:26:13 +0200 [thread overview]
Message-ID: <87v8pfh1m2.fsf@gnu.org> (raw)
In-Reply-To: <87wna66xr4.fsf@gmail.com> (Angel de Vicente's message of "Wed, 14 Sep 2022 11:44:47 +0100")
Hi Angel,
Angel de Vicente <angel.vicente.garrido@gmail.com> writes:
> As per the example I was giving, I don't want that entry to be scheduled
> for October 16 (and thus clutter my agenda view), I just want it to be
> visible in my Global TODO list from that date, so then, depending on how
> busy I'm around that date, then I can decide when to schedule it for.
Another option is to define an agenda view that only shows TODO items
for today, with `org-agenda-span' set to 1 --- something like this:
(setq org-agenda-custom-commands
'(("A" "Today's tasks" agenda "Tasks for today"
((org-agenda-span 1)
(org-agenda-files '("~/org/bzg.org"))
(org-deadline-warning-days 0)
(org-agenda-sorting-strategy
'(deadline-up todo-state-up priority-down))))))
HTH,
--
Bastien
next prev parent reply other threads:[~2022-09-22 15:49 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-14 9:28 Do not show a TODO item in the global TODO list until certain date? Angel de Vicente
2022-09-14 9:38 ` Rohit Patnaik
2022-09-14 10:44 ` Angel de Vicente
2022-09-14 12:36 ` Ihor Radchenko
2022-09-15 5:37 ` Angel de Vicente
2022-09-15 11:11 ` Angel de Vicente
2022-10-12 11:26 ` Ihor Radchenko
2022-10-21 19:35 ` Angel de Vicente
2022-10-21 23:07 ` Ihor Radchenko
2022-09-22 15:26 ` Bastien [this message]
2022-09-22 16:58 ` Angel de Vicente
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=87v8pfh1m2.fsf@gnu.org \
--to=bzg@gnu.org \
--cc=angel.vicente.garrido@gmail.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).