On 20/08/2023 13:32, Ihor Radchenko wrote:
Max Nikulin writes:
* Sec1
** SubSec1
** SubSec2
* |* Sec2
Wonderful... an no single test has failed.
Fixed the fix, on bugfix, adding a test for this.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=7b38670e6
Thank you, Ihor. It se
Max Nikulin writes:
>> Fixed, on bugfix.
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=52bc95676
>
> Ihor, I have tried "main" and I confirm that at the end of file behavior
> has become better. Unfortunately newline is not added in the case of an
> intermediate headings
>
On 19/08/2023 14:55, Ihor Radchenko wrote:
Max Nikulin writes:
In response to C-RET Org-9.5 just adds first level heading (so M-
puts it to the same level as SubSec2, it is my usual way to append a
subheading), but Org>=9.6 adds ellipsis after cursor. When some content
is pasted from clipboard,
Max Nikulin writes:
> A similar, but not so severe change in comparison to 9.5:
>
> In response to C-RET Org-9.5 just adds first level heading (so M-
> puts it to the same level as SubSec2, it is my usual way to append a
> subheading), but Org>=9.6 adds ellipsis after cursor. When some content
Ihor Radchenko writes:
> You can try some other key that is not enter. For example, .
> 'Enter' should work on main, the development branch.
>
> I will see what can be done on stable Org version.
Fixed, on bugfix. (no bug exists on main)
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commi
On 16/08/2023 20:19, Kaiyu Zheng wrote:
The issue is: let's say I have a simple org-mode file, and let's say
the cursor starts at the top of the file (marked by '|'):
|* Sec1
** SubSec1
** SubSec2
A similar, but not so severe change in comparison to 9.5:
In response to C-RET Org-9.5 just adds
Kaiyu Zheng writes:
> In 28.3 and before, when I do `M->`, and hit 'Enter', I get to the end
> of file on a new line outside of SubSec2, like so:
>
> * Sec1
> ** SubSec1
> ** SubSec2
> |
>
> And now I could type `** SubSec3` to add a new section like below:
>
> * Sec1
> ** SubSec1
> ** SubSec2
>
Dear Org-mode maintainers,
Org-mode has been fantastic. However, in the most recent release as
part of emacs 29.1, I am experiencing an inconvenience that made me
switch back to 28.3. (I learned from this page
https://irreal.org/blog/?p=10982 that emacs 29.1 released org-mode
9.6).
The issue is: