Adam Porter
eead60be8c
Docs: Update changelog
2021-06-16 17:42:40 -05:00
Adam Porter
0cc4c5b549
Fix: (link) :regexp-p argument
...
See #220 . Thanks to Akira Komamura (@akirak).
2021-06-16 17:42:40 -05:00
Akira Komamura
e05de210c7
Fix: (link) :target argument
...
See #220 .
2021-06-16 17:42:35 -05:00
Adam Porter
c57f0975f6
Tests: Add more LINK tests
...
Closes https://github.com/alphapapa/org-ql/pull/222 . See also
https://github.com/alphapapa/org-ql/pull/220 .
Thanks to Akira Komamura (@akirak).
2021-06-16 17:28:00 -05:00
Adam Porter
5bba08403d
Meta: 0.5.2-pre
2021-06-16 17:26:44 -05:00
Adam Porter
3a04b10738
Release: 0.5.1
2021-06-08 11:12:44 -05:00
Adam Porter
832adfee20
Merge: Fix custom sorting functions
2021-06-08 11:09:22 -05:00
Adam Porter
628fce8f13
Docs: Update changelog
2021-06-08 11:06:54 -05:00
savnkk_manjaro
dc32dcdaaa
Fix: (org-ql-select) Use -sort instead of sort
...
Fixes #186 .
2021-06-08 11:03:48 -05:00
Adam Porter
5b248f3304
Meta: 0.5.1-pre
2021-06-08 10:39:09 -05:00
Adam Porter
3924b023e0
Release: 0.5
2020-11-22 18:19:02 -06:00
Adam Porter
90f712aba9
Change: (org-ql) Declare macro obsolete
2020-11-22 18:15:39 -06:00
Adam Porter
56a08208e5
Change: (defgroup org-ql) Add Info manual link
2020-11-22 17:31:15 -06:00
Adam Porter
7f8328a87c
Change: (-view--link-follow) Ignore second argument
...
Hopefully this allows compatibility with Org 9.4, since Org's news
file doesn't say what the second argument is.
2020-11-22 17:25:59 -06:00
Adam Porter
c41cd4be82
Change: (-view--link-open, -view--link-follow) Rename function
...
For consistency with Org's naming scheme.
2020-11-22 17:25:04 -06:00
Adam Porter
46ad26f1a0
Change: Require org-super-agenda 1.2
...
Which includes the safety checks we use for links.
2020-11-22 17:20:12 -06:00
Adam Porter
2aa8e84fc9
Fix: peg-related compiler warnings
2020-11-22 17:09:36 -06:00
Adam Porter
6bb2db9392
Docs: Improve query explanation
...
See #92 .
2020-11-20 08:22:41 -06:00
Adam Porter
e4fb1cce2e
Docs: Explain how caching works
...
Fixes #132 . Thanks to Mikhail Skorzhinskii (@mskorzhinskiy) for
suggesting.
2020-11-20 08:13:15 -06:00
Adam Porter
f8a531f2be
Merge: 0.4.9
2020-11-20 08:01:24 -06:00
Adam Porter
cd819c1e84
Release: 0.4.9
2020-11-20 07:55:55 -06:00
Adam Porter
038c5ae3bf
Update changelog, version headers
...
Released as 0.4.9.
2020-11-20 07:54:44 -06:00
Ihor Radchenko
0f5cf5eff3
Honor restriction when it is set from inside agenda dispatcher
2020-11-20 07:43:03 -06:00
Adam Porter
1a77cb0e18
Tests: Add more sexp link tests
2020-11-18 08:15:47 -06:00
Adam Porter
e2dbeb4620
Notes: Move to meta/notes branch
2020-11-18 04:31:15 -06:00
Adam Porter
6b96c3684d
Notes: Update
2020-11-18 04:16:07 -06:00
Adam Porter
dbf5dd3b0b
Merge: 0.4.8
2020-11-18 04:14:01 -06:00
Adam Porter
a9c7345066
Notes: Add idea
2020-11-18 03:04:34 -06:00
Adam Porter
29090c4448
Fix: (org-ql--sort-by) Use reverse instead of nreverse
...
Released as 0.4.8.
2020-11-18 00:18:20 -06:00
Adam Porter
6618318622
Update readme, version header
2020-11-18 00:03:41 -06:00
Imran Khan
d500d28af5
Change nreverse to non-destructive version
2020-11-17 23:58:20 -06:00
Adam Porter
619fd8c403
Notes: Update
2020-11-17 00:37:21 -06:00
Adam Porter
814f3f0eda
Notes: Update
2020-11-17 00:25:34 -06:00
Adam Porter
a02514c0dc
Tests: Test dynamic block sexp query warning
2020-11-17 00:24:26 -06:00
Adam Porter
71703def04
Change: Query safety checks
...
- Variable org-ql-ask-unsafe-queries replaces
org-ql-view-ask-unsafe-links.
- New function: org-ql--ask-unsafe-query.
- Tests: Improve
2020-11-16 23:52:15 -06:00
Adam Porter
0ca6b4b119
Tidy: Docstring
2020-11-16 23:51:24 -06:00
Adam Porter
d73d28f4c3
Notes: Add idea
2020-11-16 22:13:23 -06:00
Adam Porter
50ba441415
Fix: (org-ql-view-bookmark-handler) Bookmark destructuring
...
See #147 . Thanks to @tpeacock19 for reporting.
2020-11-16 21:16:09 -06:00
Adam Porter
2a010f29c1
Fix: (org-dblock-write:org-ql) Use org-link-display-format
...
Fixes #153 . Thanks to @jbriquet for reporting.
2020-11-16 20:08:44 -06:00
Adam Porter
2c14903c76
Notes: Update
2020-11-16 05:53:06 -06:00
Adam Porter
ec0f8c7231
Meta: Update makem.sh, Makefile, test.yml
2020-11-16 05:23:33 -06:00
Adam Porter
244c8290d5
Notes: Update
2020-11-16 05:13:05 -06:00
Adam Porter
badf214db7
Tests: Adjust error message for Org 9.3 and/or Emacs 27.1
...
I don't know if this is due to the Org 9.3 link change or if something
print/read-related changed in Emacs 27.1, but this should fix the
test, hopefully on both versions.
2020-11-16 05:06:55 -06:00
Adam Porter
673edaca11
Fix: (org-ql-view--link-open) Handle Org 9.3 links
...
Or try to, anyway...
2020-11-16 04:52:45 -06:00
Adam Porter
9396385fed
Tests: Add a couple of asserts
...
Not absolutely needed now, but they might help in the future if
something changes again.
2020-11-16 04:49:28 -06:00
Adam Porter
12b3b426b5
Tests: Call org-store-link interactively
2020-11-16 04:49:20 -06:00
Adam Porter
5814cff188
Tests: (test.yml) Let lint fail
...
Some of these lint warnings aren't going to be fixed anytime soon, and
it's more useful to let the tests indicate success in that case.
2020-11-16 03:52:26 -06:00
Adam Porter
c07971cd57
Tidy: Use -let* instead of pcase-let* for plists
...
This actually only fixes a problem with running the tests, because I
don't have a way to force map-2.1 to be installed into the sandbox, so
the tests on CI always fail. So for now we just use -let* for this.
2020-11-16 03:49:46 -06:00
Adam Porter
faaa6f7ee9
Test: Tidy
...
This prevents extra output about buffers without headings.
2020-11-16 03:49:15 -06:00
Adam Porter
c3aa701e57
Tidy: Silence, Checkdoc!
...
Some of these warnings are too much.
2020-11-16 03:29:10 -06:00