Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-07-17 Thread Ihor Radchenko
Ihor Radchenko writes: > The fix is attached. Let me know if it also works on your side. Fixed. Applied onto main via 064afa0c0. Best, Ihor

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-02 Thread Ihor Radchenko
Samuel Wales writes: > that sounds like great debugging ability. was this using edebug or something? Just good old debug-on-entry. Nothing fancy. Best, Ihor

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-02 Thread Samuel Wales
that sounds like great debugging ability. was this using edebug or something?

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-02 Thread Max Nikulin
On 02/05/2022 11:00, Ihor Radchenko wrote: Max Nikulin writes: I am unable to reproduce on the latest Org. Thank you, Ihor. I have checked it once more for current main HEAD 2bd34edb64. I can reproduce it using the provided steps in Emacs-26, but not in Emacs-27. Thanks for the extra info!

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-01 Thread Ihor Radchenko
Max Nikulin writes: >> I am unable to reproduce on the latest Org. > > Thank you, Ihor. I have checked it once more for current main HEAD > 2bd34edb64. I can reproduce it using the provided steps in Emacs-26, but > not in Emacs-27. > > Unless there is a reason to suspect something weird underne

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-01 Thread Samuel Wales
fwiw [idk if this is useful but here just in case] iirc, outline mode does not include the final newline for subtrees in at least one case. yet, many users and much code assume or ensure that lines are terminated with a final newline. this can result in unexpected behavior. it required code to

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-05-01 Thread Max Nikulin
On 01/05/2022 09:31, Ihor Radchenko wrote: Max Nikulin writes: Another old bug with org-paste-subtree. It make indentation of next heading wrong. Consider the following document and follow described steps: I am unable to reproduce on the latest Org. Thank you, Ihor. I have checked it once

Re: [Bug] incorrect indent of next heading after org-paste-subtree

2022-04-30 Thread Ihor Radchenko
Max Nikulin writes: > Another old bug with org-paste-subtree. > > It make indentation of next heading wrong. > > Consider the following document and follow described steps: I am unable to reproduce on the latest Org. Best, Ihor