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-20 Thread Dinnyés Dániel
--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

Re: Bug: org-agenda-todo applied to wrong line item [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-08-16 Thread Dinnyés Dániel
Made some corrections in the text below (marked with red). Also, removed the unnecessary "some text" from the body of baz1 item, as the issue can reproduce without it. On Sun, 16 Aug 2020 at 16:01, Dinnyés Dániel wrote: > I have tried reproducing it with a minimal example, and this

Re: Bug: org-agenda-todo applied to wrong line item [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-08-16 Thread Dinnyés Dániel
; entry (file+headline "tasks.org" "INBOX") "* TODO %^{Title}\nSCHEDULED: %^{Schedule}t DEADLINE: %^{Deadline}t\n%?") ("e" "Event") ("et" "Event (with single datetime)" entry (file+headline "events.org" &quo

Bug: org-agenda-todo applied to wrong line item [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2020-08-15 Thread Dinnyés Dániel
While in the Org Agenda, and navigating to the end of line for a given item (assuming more than one todo items), and calling org-agenda-todo (with keybindings t, or C-c C-t)... this result in the call being applied to the next line item, instead of the one the cursor is on. This only happens when

Re: 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-14 Thread Dinnyés Dániel
is working fine! I agree though, that it might be beneficial to change this feature to use the PROPERTY drawers instead. Cheers, D. On Thu, 13 Aug 2020 at 18:47, Russell Adams wrote: > On Thu, Aug 13, 2020 at 06:13:09PM +0100, Dinnyés Dániel wrote: > > Any response regarding this?

Re: 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-13 Thread Dinnyés Dániel
Hi all, Any response regarding this? Was this registered? If so, Is there a link to track the bug status? Cheers, D. On Mon, 10 Aug 2020 at 10:48, Dinnyés Dániel wrote: > --text follows this line-- > > I am using factory default Emacs and Org-mode settings. > > I am using th