From 160fcfcbea2596d70b9a606f2a30b57af8eb44d2 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 19 Feb 2023 16:52:01 -0600 Subject: [PATCH] Comment: Add FIXME --- taxy-org-ql-view.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/taxy-org-ql-view.el b/taxy-org-ql-view.el index ab1f22f..c7e97ab 100644 --- a/taxy-org-ql-view.el +++ b/taxy-org-ql-view.el @@ -426,6 +426,12 @@ that order." ;;;; 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 (&rest rest &key name buffer queries from group sort append) "Show Org QL QUERIES in BUFFER with `taxy-org-ql-view'.