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