|
@@ -10055,7 +10055,7 @@ only lines with a TODO keyword are included in the output."
|
|
|
(catch :skip
|
|
|
(setq todo (if (match-end 1) (org-match-string-no-properties 2))
|
|
|
tags (if (match-end 4) (org-match-string-no-properties 4)))
|
|
|
- (goto-char (setq lspos (1+ (match-beginning 0))))
|
|
|
+ (goto-char (setq lspos (match-beginning 0)))
|
|
|
(setq level (org-reduced-level (funcall outline-level))
|
|
|
category (org-get-category))
|
|
|
(setq i llast llast level)
|