From: Kyle Meyer <kyle@kyleam.com>
To: David Masterson <dsmasterson92630@outlook.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Deadline w/o time not showing on daily agenda
Date: Sat, 10 Oct 2020 15:11:04 -0400 [thread overview]
Message-ID: <87mu0tlwvr.fsf@kyleam.com> (raw)
In-Reply-To: <SJ0PR03MB56152697A675EB444C84797D9B090@SJ0PR03MB5615.namprd03.prod.outlook.com>
David Masterson writes:
> Is there a way to get tasks with a deadline that doesn't have a time
> (just a day) to show on the daily agenda? Tasks w/ timed deadline do
> show on the daily agenda.
Could you provide a minimal example that shows the issue?
On the current master branch (23f9415), I tried with this as the only
configuration
(require 'org)
(require 'org-agenda)
(setq org-agenda-files '("/tmp/scratch.org"))
(global-set-key (kbd "C-c a") #'org-agenda)
where the content of /tmp/scratch.org is
--8<---------------cut here---------------start------------->8---
* TODO a
DEADLINE: <2020-10-10 Sat>
* TODO b
DEADLINE: <2020-10-10 Sat 21:00>
--8<---------------cut here---------------end--------------->8---
Visiting that file and hitting `C-c a a v d' shows
Day-agenda (W41):
Saturday 10 October 2020
8:00...... ----------------
10:00...... ----------------
12:00...... ----------------
14:00...... ----------------
15:06...... now - - - - - - - - - - - - - - - - - - - - - - - - -
16:00...... ----------------
18:00...... ----------------
20:00...... ----------------
scratch: 21:00...... Deadline: TODO b
scratch: Deadline: TODO a
next prev parent reply other threads:[~2020-10-10 19:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-10 17:49 Deadline w/o time not showing on daily agenda David Masterson
2020-10-10 19:11 ` Kyle Meyer [this message]
2020-10-17 2:00 ` David Masterson
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=87mu0tlwvr.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=dsmasterson92630@outlook.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).