emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/orgalist 6597381: Fix issue with M-RET with unsupported


From: Nicolas Goaziou
Subject: [elpa] externals/orgalist 6597381: Fix issue with M-RET with unsupported "1)" type lists
Date: Mon, 7 May 2018 16:40:30 -0400 (EDT)

branch: externals/orgalist
commit 65973811a10f5c06dc3c57bc6ead55c71b10598e
Author: Nicolas Goaziou <address@hidden>
Commit: Nicolas Goaziou <address@hidden>

    Fix issue with M-RET with unsupported "1)" type lists
    
    * orgalist.el (orgalist-mode): Set
      `org-plain-list-ordered-item-terminator' to ?. since ?\) is not
      supported.
---
 orgalist.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/orgalist.el b/orgalist.el
index ebc4009..4194363 100644
--- a/orgalist.el
+++ b/orgalist.el
@@ -767,6 +767,7 @@ C-c C-c         `orgalist-check-item'"
     (setq-local org-list-automatic-rules nil)
     (setq-local org-list-demote-modify-bullet nil)
     (setq-local org-list-two-spaces-after-bullet-regexp nil)
+    (setq-local org-plain-list-ordered-item-terminator ?.)
     (add-function :before-until
                   (local 'fill-paragraph-function)
                   #'orgalist--fill-item)



reply via email to

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