Comment: Add/remove TODOs

This commit is contained in:
Adam Porter 2020-01-03 05:40:06 -06:00
parent e9d5bca842
commit d28d54c588
2 changed files with 1 additions and 12 deletions

View file

@ -442,6 +442,7 @@ Returns cons (INHERITED-TAGS . LOCAL-TAGS)."
;; TODO: Use --value-at for tags cache.
(defun org-ql--value-at (position fn)
;; TODO: Either rename to `value-at-point' and remove `position' arg, or move point.
"Return FN's value at POSITION in current buffer.
Values compared with `equal'."
;; I'd like to use `-if-let*', but it doesn't leave non-nil variables