Commit graph

876 commits

Author SHA1 Message Date
Adam Porter
83cb43a1b9 WIP: Root taxy, formatting across all items works 2023-03-15 03:15:14 -05:00
Adam Porter
160fcfcbea Comment: Add FIXME 2023-03-15 03:15:14 -05:00
Adam Porter
37b1a063ab WIP: Multiple queries per view, (planned), etc.
Very useful now.  Still a lot of potential UI work to make it easier
to use, and plugging it into links and bookmarks, etc.
2023-03-15 03:15:13 -05:00
Adam Porter
97b21cd52c WIP: Add (agenda) key 2023-03-15 03:15:13 -05:00
Adam Porter
bbe09d754a WIP: Adjust heading faces 2023-03-15 03:15:13 -05:00
Adam Porter
a20bba775a WIP: Fix byte compilation warnings 2023-03-15 03:15:13 -05:00
Adam Porter
32ff0d3432 Add: Category column 2023-03-15 03:15:13 -05:00
Adam Porter
d11edbc132 Add: Faces 2023-03-15 03:15:13 -05:00
Adam Porter
58ae883856 Change: Use --header-line-format for query headings 2023-03-15 03:15:13 -05:00
Adam Porter
fd9af0aae6 WIP: Set org-agenda-type in org-ql-view-mode 2023-03-15 03:15:13 -05:00
Adam Porter
fc7447185a WIP: Larger high-level headings 2023-03-15 03:15:13 -05:00
Adam Porter
0f8ae0e850 WIP: Fix query in section heading 2023-03-15 03:15:13 -05:00
Adam Porter
023f2e9521 WIP: Define org-ql-view-mode and map 2023-03-15 03:15:13 -05:00
Adam Porter
e28f80daf8 WIP: Add marker to items for Agenda commands 2023-03-15 03:15:13 -05:00
Adam Porter
998bd1edda WIP: Update argument 2023-03-15 03:15:13 -05:00
Adam Porter
f054804968 WIP: Tidy 2023-03-15 03:15:13 -05:00
Adam Porter
daa3ab31e8 WIP: Updates for improvements to taxy.el 2023-03-15 03:15:13 -05:00
Adam Porter
924239ea79 WIP: Columns 2023-03-15 03:15:13 -05:00
Adam Porter
7540e81f09 WIP: Add more keys 2023-03-15 03:15:13 -05:00
Adam Porter
ab91209e2c WIP: taxy-org-ql-view
Moving from the taxy.el.git repo.
2023-03-15 03:15:13 -05:00
Adam Porter
1d98c7d07c Tests: Disable Org link bracket tests on old Org versions 2023-03-14 12:13:07 -05:00
Adam Porter
4c1a4b169f Fix: (org-ql-completing-read)
This seems to work better now with default Emacs completion (i.e. not
using Vertico or Helm).  It's still not perfect, but it seems to work
reasonably well and be more correct.

Fixes #338.  Thanks to @arozbiz for reporting.
2023-03-12 09:33:28 -05:00
Adam Porter
e08de2a76c Fix: (org-ql-completing-read) Bind org-outline-path-cache nil 2023-03-12 05:59:22 -05:00
Adam Porter
ce66f67c96 Meta: v0.7.1-pre 2023-03-12 05:59:13 -05:00
Adam Porter
aadddc4d84 Release: v0.7 2023-03-10 06:25:45 -06:00
Adam Porter
107fc66d08 Change: (org-ql-view--format-element) Use display-warning 2023-03-10 06:24:03 -06:00
Adam Porter
44679a6c93 Comment: Remove old FIXMEs 2023-03-10 06:23:53 -06:00
Adam Porter
962a3dc414 Comment: Remove old FIXME
See 3c73888b98.
2023-03-10 06:19:01 -06:00
Adam Porter
9e14f9eefa Fix: (link) Allow brackets in description
Org 9.3 stopped replacing brackets in link descriptions with braces
and started escaping them instead.

Fixes #283.  Thanks to Daniel Borchmann (@exot) for reporting.
2023-03-10 05:56:01 -06:00
Adam Porter
3c73888b98 Merge: (org-ql-sparse-tree) Accept string queries
Thanks to Akira Komamura (@akirak).
2023-03-10 04:46:45 -06:00
Adam Porter
d92afcda06 Docs: Update changelog 2023-03-10 04:46:32 -06:00
Adam Porter
99e580b530 Tidy: (org-ql-sparse-tree) Docstring; use pcase 2023-03-10 04:44:39 -06:00
Akira Komamura
1ae2f0cd60 Update the docstring 2023-03-10 04:44:39 -06:00
Akira Komamura
2b7d4e0e79 Fix: Accept plain queries in interactive org-ql-sparse-tree 2023-03-10 04:44:39 -06:00
Adam Porter
7f68db962e Merge: (blocked) predicate
Thanks to Akira Komamura (@akirak).
2023-03-10 03:42:37 -06:00
Adam Porter
902dad04c1 Docs/Tidy: Update readme, reorder forms 2023-03-10 03:36:21 -06:00
Akira Komamura
6afe3be572 Add: (blocked) predicate 2023-03-10 03:33:08 -06:00
Adam Porter
e5e9daab07 Fix: Aliases
One of them seems to break on Emacs 26.3 only...
2023-03-09 05:00:14 -06:00
Adam Porter
d21da3682b Tidy: Compilation warnings 2023-03-09 03:23:42 -06:00
Adam Porter
d86a402ba5 Tidy: Docstrings 2023-03-09 03:04:15 -06:00
Adam Porter
5c5a15a09b Fix: (org-ql--sanity-check-form) Use pcase 2023-03-09 02:47:23 -06:00
Adam Porter
2bc327d85f Fix: (org-ql-view--link-store) Error message for test suite
Use format string to prevent `substitute-quotes' from changing the
error string, breaking the test suite when run on CI.

Fixes #317.
2023-03-09 02:45:48 -06:00
Adam Porter
8bb1739661 Tests: (src) Normalization with no args
Closes #293.  Thanks to Akira Komamura (@akirak) for reporting.
2023-03-09 02:45:48 -06:00
Adam Porter
0d9940c5df Docs: Update README 2023-03-09 02:45:48 -06:00
Adam Porter
d784f8f71c Tests: (src) Implement 2023-03-09 02:45:48 -06:00
Adam Porter
68ac6ddd28 Tests: Use before-each for org-ql-test-data-buffer
This seems like the best way.
2023-03-09 02:45:48 -06:00
Adam Porter
2ae60f8dc5 Tests: (src) More normal forms 2023-03-09 02:45:48 -06:00
Adam Porter
1fdad05fef Tests: Tidy 2023-03-09 01:46:46 -06:00
Adam Porter
1996969920 Fix: (src) Rewrite body
Fixes #304.  Thanks to @johanwk for reporting.
2023-03-09 01:46:34 -06:00
Adam Porter
0304a2c9dc Tests: (org-ql-it) Expand using Buttercup's it
As the implementation of `it' changes, this will change with
it (correctly).
2023-03-09 00:52:47 -06:00