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

2020-09-28 Thread Kyle Meyer
d-planning-info): Remove front newline instead of > trailing newline when deleting planning info is completetly removed > from a heading. Fixes "Cycling through TODO workflow joins the next > line onto the current one". > > The old behaviour affected folded headlines contai

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
e when deleting planning info line. * lisp/org.el (org-add-planning-info): Remove front newline instead of trailing newline when deleting planning info is completetly removed from a heading. Fixes "Cycling through TODO workflow joins the next line onto the current one". The old behaviour

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

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

2020-09-20 Thread Krishan Kharagjitsing
Hello, I found the following weird behaviour. I first reported it to the spacemacs github (https://github.com/syl20bnr/spacemacs/issues/13901) but they confirmed that it is an upstream bug. When I set some tasks to DONE and fold the headings with TAB, then when I cycle back from DONE to TODO it