emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [PATCH] List: fix creation of new items with incorrect checkbox


From: Craig Tanis
Subject: [O] [PATCH] List: fix creation of new items with incorrect checkbox
Date: Mon, 10 Jun 2013 13:14:49 -0400

In 8.0.3, org-meta-return  at the end of a list wrongly adds a checkbox:

1. foo
_  <-- cursor here, org-meta-return

....

1. foo
2. [ ] 

to fix, this patches org-insert-heading to make sure that 
`org-list-full-item-re' actually matches before passing `(match-string 3)' to 
`org-insert-item'




Attachment: 0001-List-fix-creation-of-new-items-with-incorrect-checkb.patch
Description: Binary data


reply via email to

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