"Racoon Chimp" <[email protected]> writes: > (setq org-M-RET-may-split-line '((default . t) (heading . nil))) > > which i would want to convert it for use-package :custom > > i tested and i got: ⛔ Warning (emacs): Value ‘((default . t) > (heading))’ does not match type (choice (const :tag Always t) (const > :tag Never nil) (repeat :greedy t :tag Individual contexts (cons > (choice :tag Context (const headline) (const item) (const table) > (const default)) (boolean)))) > > i have no idea what i am doing, so can you help me?
Hi, Looks like just a typo: heading > headline (see the docstring). For some reason I couldn't reproduce the error message, though; on my system the behavior was simply unchanged after evaluating your sexp. Regards, Christian
