emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Change of behavior of org-meta-return in 9.6/DoomEmacs?
@ 2022-05-16 22:14 Guillaume MULLER
  2022-05-17 16:57 ` Kaushal Modi
  2022-05-18 18:31 ` Nick Dokos
  0 siblings, 2 replies; 4+ messages in thread
From: Guillaume MULLER @ 2022-05-16 22:14 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1491 bytes --]

Hi,

I've been using org-mode for a few years now. Thanks for the tool, I love it! What I love most is that it really feels like built FOR the user, as every default behavior is the right one!

I recently switched from Vanilla Emacs (org 9.5.3) to DoomEmacs (org 9.6), because I'm tired of managing my 2000+ config.org with half-backed results.

I noticed that hitting Meta-Return in org in Doom does not behave as in Vanilla Emacs. If I have (with <> being the cursor):

* outline 1
** outline 2
   + no<>te1
   + note2

In Vanilla Emacs, hitting M-Ret (i.e. calling org-meta-return) resulted in:

* outline 1
** outline 2
   + no
   + <>te1
   + note2

In Doom Emacs, it results in:
* outline 1
** outline 2
   + note1
   + note2
** <>

As I use "keycast" package, I can see that, in both cases:
- M-Ret is org-meta-return
- C-Ret is +org/insert-item-below
but in the case of DoomEmacs, both result in the same behavior.

I tried many combinations of C/M/Ret, but I cannot reproduce the behavior of Vanilla/9.5.3 in Doom/9.6 . The only way I found to reach the same result as Vanilla Emacs in Doom Emacs (i.e. creating a new entry based on the remaining of the line) is to cut & paste line splits and creating new items/outlines manually, which is very painful.

How can I check if it is a change in org 9.6 or in DoomEmacs?

How can I get back org-meta-return acting in Doom/9.6 as in Vanilla/9.5.3?

Thanks in advance for your help


Guillaume

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-21  6:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 22:14 Change of behavior of org-meta-return in 9.6/DoomEmacs? Guillaume MULLER
2022-05-17 16:57 ` Kaushal Modi
2022-05-20 20:50   ` Guillaume MULLER
2022-05-18 18:31 ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).