emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Deadline w/o time not showing on daily agenda
@ 2020-10-10 17:49 David Masterson
  2020-10-10 19:11 ` Kyle Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: David Masterson @ 2020-10-10 17:49 UTC (permalink / raw)
  To: emacs-orgmode

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.

-- 
David Masterson


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

* Re: Deadline w/o time not showing on daily agenda
  2020-10-10 17:49 Deadline w/o time not showing on daily agenda David Masterson
@ 2020-10-10 19:11 ` Kyle Meyer
  2020-10-17  2:00   ` David Masterson
  0 siblings, 1 reply; 3+ messages in thread
From: Kyle Meyer @ 2020-10-10 19:11 UTC (permalink / raw)
  To: David Masterson; +Cc: emacs-orgmode

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


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

* Re: Deadline w/o time not showing on daily agenda
  2020-10-10 19:11 ` Kyle Meyer
@ 2020-10-17  2:00   ` David Masterson
  0 siblings, 0 replies; 3+ messages in thread
From: David Masterson @ 2020-10-17  2:00 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode

Kyle Meyer <kyle@kyleam.com> writes:

> 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?

Ah.  I think I see the problem.  I'm using org-super-agenda and it seems
to have a different definition of the time-grid that doesn't include
deadlines and scheduled items,  I confused it with the base time-grid.

Thanks.
-- 
David Masterson


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

end of thread, other threads:[~2020-10-17  2:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-10 17:49 Deadline w/o time not showing on daily agenda David Masterson
2020-10-10 19:11 ` Kyle Meyer
2020-10-17  2:00   ` David Masterson

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).