org-element-inlinetask-parser: Store boolean instead of larger integer

This commit is contained in:
Ihor Radchenko 2023-04-26 16:52:51 +02:00
parent b70ef01ff2
commit ec694f00de
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -1374,7 +1374,7 @@ Assume point is at beginning of the inline task."
(looking-at org-element-comment-string))
(goto-char (match-end 0))
(when (looking-at-p "\\(?:[ \t]\\|$\\)")
(point))))
t)))
(title-start (prog1 (point)
(unless (or todo priority commentedp)
;; Headline like "* :tag:"