summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evil-org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-org.el b/evil-org.el
index 4ef96ae..6d5ccad 100644
--- a/evil-org.el
+++ b/evil-org.el
@@ -300,7 +300,7 @@ The behavior of this function can be controlled using `evil-org-special-o/O’."
(row (nth (1- (org-table-current-line)) rows)))
(cl-every 'string-empty-p row)))
((org-at-item-p)
- (string-match-p "^[[:space:]]*-[[:space:]]*\\(::[[:space:]]*\\)?$"
+ (string-match-p "^[[:space:]]*\\([+-]\\|[1-9]+\\.\\)[[:space:]]*\\(::[[:space:]]*\\)?$"
(thing-at-point 'line)))))
;; other