emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Dinnyés Dániel" <dinnyesd@gmail.com>
To: emacs-orgmode@gnu.org
Subject: 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/)]
Date: Mon, 10 Aug 2020 10:48:33 +0100	[thread overview]
Message-ID: <CAFfHKJ59KSyiS5UVRVEJ4KJEm5CSH2zZsdcj2s7K=HrwzCmMiQ@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2020-08-21  5:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-10  9:48 Dinnyés Dániel [this message]
2020-08-13 17:13 ` 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:45   ` Russell Adams
2020-08-14  1:19     ` Kyle Meyer
2020-08-14  9:29     ` Dinnyés Dániel

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='CAFfHKJ59KSyiS5UVRVEJ4KJEm5CSH2zZsdcj2s7K=HrwzCmMiQ@mail.gmail.com' \
    --to=dinnyesd@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).