Commit graph

273 commits

Author SHA1 Message Date
Adam Porter
7dcdc21ea1 Change: (regexp) Accept multiple regexps 2019-07-16 12:38:58 -05:00
Adam Porter
7068322757 Meta: Update version 2019-07-16 12:38:04 -05:00
Adam Porter
eb281fe345 Release: 0.1 2019-07-16 12:03:09 -05:00
Adam Porter
a7d8018f64 Notes: Add todo 2019-07-02 19:43:38 -05:00
Adam Porter
28fce8b871 Tests: Add (done) 2019-06-20 13:32:26 -05:00
Adam Porter
0aec8ec603 Add: Search buffer refreshing, header line, etc. 2019-06-10 19:13:08 -05:00
Adam Porter
a74520c223 Docs: (deadline) Mention org-deadline-warning-days 2019-06-10 16:49:06 -05:00
Adam Porter
ab77cc1cb0 Docs: Silence code block 2019-06-10 16:48:51 -05:00
Adam Porter
9b5004b436 Fix: Restore date predicate
Need to deprecate with a warning and update examples before removing.

Fixes #25.  Closes #26.  Thanks to @xeijin for reporting.
2019-06-09 14:34:38 -05:00
Adam Porter
c40eb050a9 Notes: Add tasks 2019-06-09 05:09:53 -05:00
Adam Porter
943bb6d6c0 Add: (ts) predicates, improved tests 2019-06-09 03:13:42 -05:00
Adam Porter
3a10fe593d Docs: Fix argument name 2019-06-09 00:09:32 -05:00
Adam Porter
4174dbad84 Tidy: Docstring 2019-06-09 00:08:26 -05:00
Adam Porter
f930cd40b5 Docs: Tidy 2019-06-09 00:05:26 -05:00
Adam Porter
3a036c3efb Fix: Predicate args in documentation 2019-06-09 00:03:32 -05:00
Adam Porter
3d4ad1ab36 Add: Tests, Makefile, Cask 2019-06-08 23:52:03 -05:00
Adam Porter
7fed9f43bf Fix: Requirements 2019-06-08 23:52:03 -05:00
Adam Porter
b2e8b9cbfc Fix: (--predicate-clocked) advertised-calling-convention 2019-06-08 23:52:03 -05:00
Adam Porter
6c6bb2d572 Add: Clocked selector and supporting code 2019-06-08 23:51:52 -05:00
Adam Porter
9deec36458 Fix: Require org-habit
It would be optimal to avoid requiring it, but not worth the trouble.
2019-06-08 23:31:24 -05:00
Adam Porter
974acb0f43 Docs: Reorganize 2019-06-08 21:51:59 -05:00
Adam Porter
f6d58fcf70 Docs: Update, etc. 2019-06-08 21:25:41 -05:00
Adam Porter
7b093bba30 Fix: (--predicate-done) Refer to new pred name
Fixes #24.  Thanks to @xeijin for reporting.
2019-06-08 18:49:06 -05:00
Adam Porter
a1b64f9eec Docs: Tidy 2019-06-08 05:00:20 -05:00
Adam Porter
8ee5c2d131 Docs: Add ToC 2019-06-08 04:52:40 -05:00
Adam Porter
ca22b7a9e1 Docs: Add LICENSE 2019-06-08 04:47:22 -05:00
Adam Porter
13d3c1c4d9 Docs: Queries, etc. 2019-06-08 04:45:52 -05:00
Adam Porter
2722d87460 Tidy: Docstrings, symbol names 2019-06-08 04:30:52 -05:00
Adam Porter
4d186d7054 Docs: org-ql, org-ql-query
Also rename org-ql--query to org-ql-query.
2019-06-08 04:24:50 -05:00
Adam Porter
fc5647aea3 Change: Define predicates with macro, generate docs 2019-06-08 04:16:58 -05:00
Adam Porter
3b56bd14dd Notes: Add task 2019-06-07 21:54:14 -05:00
Adam Porter
b11a3ea3cf Tidy: Docstring and tasks 2019-06-07 21:53:20 -05:00
Adam Porter
c5599a6030 Add/Change: date->planning, and new selector checks all dates/ranges
Fixes #15.  Closes #16.

Thanks to @codygman for reporting, and to @swflint for reminding me.
2019-01-16 09:24:59 -06:00
Adam Porter
4cbb220764 Notes: Add task 2019-01-14 19:56:39 -06:00
Adam Porter
50465f0af8 Docs: Add org-ql-search snippet example 2019-01-14 18:38:59 -06:00
Adam Porter
588ee2cb12 Change: (org-ql-search) Declare indent 2019-01-14 18:36:14 -06:00
Adam Porter
20d563452f Change: (org-ql-search) Switch to keyword arguments
And order arguments like other org-ql functions.

Note that the code shown in the animation in the readme doesn't
reflect this change.
2019-01-14 18:31:37 -06:00
Adam Porter
f2be12acf8 Notes: Update notes 2019-01-14 17:41:06 -06:00
Adam Porter
95a6b9f2d3 Add: org-ql-search
Also move screenshot into subdir.
2019-01-06 06:57:25 -06:00
Adam Porter
09501c7f61 Fix: (org-ql-agenda) Add package headers 2018-12-28 10:49:16 -06:00
Adam Porter
62fa389901 Fix: (org-ql) Add package headers 2018-12-28 10:46:52 -06:00
Adam Porter
748c3fb619 Change: (org-ql-agenda) Allow org-super-agenda-groups global value
Also, automatically quote :super-groups in macro expansion, and update
example in readme.
2018-12-18 06:16:53 -06:00
Adam Porter
a58273c147 Fix: Shadowed variable 2018-12-18 06:12:16 -06:00
Adam Porter
ed3741de4b Add: (org-ql-agenda--agenda) org-super-agenda-mode error
If groups are specified but the mode isn't active, the user will be
confused.  We might as well raise an error.
2018-12-15 01:03:28 -06:00
Adam Porter
efb6938748 Fix: (org-ql-agenda) Restore super-groups functionality
Fixes #17.  Thanks to Dustin Lacewell (@dustinlacewell).
2018-12-14 23:56:26 -06:00
Adam Porter
50fab59fec Change: Simplify a pcase 2018-11-19 03:24:33 -06:00
Adam Porter
df5d5e2387 Comment: Add FIXME 2018-09-17 22:25:16 -05:00
Adam Porter
95958a16a6 Notes: Add article 2018-08-26 15:44:50 -05:00
Adam Porter
bd75b15056 Docs: Clarify example
Show where the grouping comes from, since it's not part of this
package.
2018-08-24 09:11:12 -05:00
Adam Porter
e7bc68c9d1 Fix: Don't use aprog1
I wish more people had anaphora installed, but since they don't...
2018-08-22 18:13:06 -05:00