Comment: Add FIXME

This commit is contained in:
Adam Porter 2023-02-19 16:52:01 -06:00
parent 37b1a063ab
commit 160fcfcbea

View file

@ -426,6 +426,12 @@ that order."
;;;; Functions ;;;; Functions
;; FIXME: Each taxy's items are formatted relative to its own items,
;; so column widths don't account for the width of items in other
;; taxys. This should be fixable, but it will require some thoughtful
;; refactoring, which will probably require a new version of
;; taxy-magit-section.
(cl-defun taxy-org-ql-view (cl-defun taxy-org-ql-view
(&rest rest &key name buffer queries from group sort append) (&rest rest &key name buffer queries from group sort append)
"Show Org QL QUERIES in BUFFER with `taxy-org-ql-view'. "Show Org QL QUERIES in BUFFER with `taxy-org-ql-view'.