emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org agenda leader text "on-the-date" doesn't show for items with both SCHEDULED and DEADLINE properties [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]
@ 2020-08-10  9:48 Dinnyés Dániel
  2020-08-13 17:13 ` Dinnyés Dániel
  0 siblings, 1 reply; 5+ messages in thread
From: Dinnyés Dániel @ 2020-08-10  9:48 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1304 bytes --]

--text follows this line--

I am using factory default Emacs and Org-mode settings.

I am using the following org todo item:

#+BEGIN_SRC org
* TODO EXAMPLE
  SCHEDULED: <2020-08-09 Sun>
  DEADLINE: <2020-08-09 Sun>
#+END_SRC

It is expected that on the date 2020-08-09 I will see 2 lines in my Org
agenda: one with "Scheduled:" leader text, while the other with
"Deadline:" leader text.

What happens instead is that one of the lines show "Scheduled:" leader
text, and the other line shows no leader text at all.

Also, consider changing the order of the SCHEDULED and DEADLINE properties:

#+BEGIN_SRC org
* TODO EXAMPLE
  DEADLINE: <2020-08-09 Sun>
  SCHEDULED: <2020-08-09 Sun>
#+END_SRC

In this case it will be only the "Deadline:" leader text shown on one of
the lines, while the other line shows no leader text at all.

Therefore my assumption, is that somehow only the first of the
properties is taken into account, while the property which comes second
is ignored.

As stated earlier, the expected behaviour is that both leader/warning
texts are displayed on their appropriate line entry.

Emacs  : GNU Emacs 26.1 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
 of 2019-09-23, modified by Debian
Package: Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @
/usr/share/emacs/26.1/lisp/org/)

[-- Attachment #2: Type: text/html, Size: 1519 bytes --]

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

end of thread, other threads:[~2020-08-21  5:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-10  9:48 Bug: org agenda leader text "on-the-date" doesn't show for items with both SCHEDULED and DEADLINE properties [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)] Dinnyés Dániel
2020-08-13 17:13 ` Dinnyés Dániel
2020-08-13 17:45   ` Russell Adams
2020-08-14  1:19     ` Kyle Meyer
2020-08-14  9:29     ` Dinnyés Dániel

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