emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix M-j with default fill-prefix value


From: Javier Olaechea
Subject: Fix M-j with default fill-prefix value
Date: Wed, 20 Apr 2022 12:49:36 -0500

org-comment-line-break-function does not handle fill-prefix being set to nil, which is the default value for fill-prefix. This means that pressing M-j inside an org-mode buffer in a vanilla installation of Emacs results in an error. From looking at other callers of insert-before-markers-and-inherit it is clear that a guard against fill-prefix being nil is missing.

This has been reported beforehttps://list.orgmode.org/87o861o9sh.fsf@aquinas.i-did-not-set--mail-host-address--so-tickle-me/

Cheers,
Javier Olaechea

--
"I object to doing things that computers can do." — Olin Shivers

Attachment: 0001-lisp-org.el-Allow-org-c-l-b-f-to-handle-an-empty-fil.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]