diff --git a/lisp/mitch-orgstuff.el b/lisp/mitch-orgstuff.el index 47e27b2..929bfaf 100644 --- a/lisp/mitch-orgstuff.el +++ b/lisp/mitch-orgstuff.el @@ -132,7 +132,7 @@ Otherwise, insert two of CHAR and put point between them like `electric-pair'." (insert char)))))) ((eq char (char-after)) (right-char)) - ((or (string-match-p (rx bol (or "#" "*")) + ((or (string-match-p (rx bol (or "#" "*" "")) (thing-at-point 'line 'no-properties)) (org-in-block-p org-protecting-blocks) (org-at-property-p))