Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-28 Thread Kyle Meyer
Ihor Radchenko writes: >> On my emacs 27, following demonstrates the problem. > > The patch is attached. It should fix the problem. Thanks for the patch. > Subject: [PATCH] Do not remove trailing newline when deleting planning info > line. > > * lisp/org.el (org-add-planning-info): Remove

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Samuel Wales
i can confirm visual [not physical] joining of entries [plausibly doneified tasks] frequently since at least the previous maint, in vanilla emacs 24 and 25. On 9/23/20, Ihor Radchenko wrote: >> On my emacs 27, following demonstrates the problem. > > The patch is attached. It should fix the

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Ihor Radchenko
> On my emacs 27, following demonstrates the problem. The patch is attached. It should fix the problem. >From 8e99e5dea780041d314f666f506a120224f064eb Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 23 Sep 2020 21:54:47 +0800 Subject: [PATCH] Do not remove trailing newline when

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Richard Kim
Richard Kim writes: > Bastien writes: > >> Hi Krishan, >> >> Krishan Kharagjitsing writes: >> >>> Hello, I found the following weird behaviour. >> >> What is M-x org-version RET ? > > Because of (setq org-log-done 'time) according to >

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Richard Kim
Bastien writes: > Hi Krishan, > > Krishan Kharagjitsing writes: > >> Hello, I found the following weird behaviour. > > What is M-x org-version RET ? Because of (setq org-log-done 'time) according to https://github.com/syl20bnr/spacemacs/issues/13901#issuecomment-697323151 >> When I set some

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Bastien
Hi Krishan, Krishan Kharagjitsing writes: > Hello, I found the following weird behaviour. What is M-x org-version RET ? > When I set some tasks to DONE and fold the headings with TAB, then > when I cycle back from DONE to TODO it joins the next line with the > current one. > > org_mode_bug >

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-20 Thread Nicholas Savage
I'm having a hard time reproducing this on the latest master, although it's clear from your image that something is going wrong. How are you marking the tasks as DONE? When I use C-c C-t to mark them as done, it doesn't add the "CLOSED" tag by default under emacs -Q, so I'm wondering if it's