Slava Barinov
0777057286
Add: (org-ql-search-buffer-major-modes) to extend mode list
2025-07-03 14:12:43 +09:00
Musa Al-hassy
9946299bec
Docs: Remove grammatical typo from “org-ql-search-block”
2025-04-20 07:50:43 -04:00
Adam Porter
f24d93f038
Merge: v0.8.7
2024-06-26 11:32:45 -05:00
Adam Porter
b362dd68b0
Fix: (org-dblock-write:org-ql) Resolve element properties
...
Fixes <https://github.com/alphapapa/org-ql/issues/431 >.
Reported-by: Jez Cope <https://github.com/jezcope >
2024-06-26 11:30:26 -05:00
Adam Porter
914e64746f
Fix: (org-ql-search) Interactive narrowing
...
Fixes #430 . Closes #436 .
Reported-by: Akira Komamura <akira.komamura@gmail.com>
2024-06-26 10:41:58 -05:00
Adam Porter
0f01f0a9d8
Tidy: Compilation warnings
2024-06-12 22:47:33 -05:00
Adam Porter
a4bf5b0a92
Tidy: (org-ql-view--display) Take STRINGS instead of STRING
...
No need to allocate one large string just to insert it into the
buffer.
2023-12-24 01:10:27 -06:00
Adam Porter
09e7b60505
Tidy: Compatibility aliases for Org 9.6
2023-12-21 17:11:01 -06:00
Adam Porter
eaf58b463e
Meta: Update copyright years
...
Fixes #336 .
2023-12-21 16:54:17 -06:00
Adam Porter
004ed1ee0f
Tidy: Indentation
...
For Emacs 29.1's and with-simulated-input's changes.
2023-12-16 05:37:48 -06:00
Adam Porter
962a3dc414
Comment: Remove old FIXME
...
See 3c73888b98 .
2023-03-10 06:19:01 -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
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
a5fbb5d976
Tidy: Indentation of dash forms
...
See, e.g. <https://github.com/magnars/dash.el/pull/375 >.
Ultimately I'd prefer to indent with one distinguished argument, but
the noise it causes downstream is likely not worth it. (And,
unfortunately, the indentation of the built-in thread-first and
thread-last forms has changed to be like this as well, which is even
worse, causing 10-11 characters of extra indentation in those forms'
bodies!)
2023-03-09 00:01:32 -06:00
Adam Porter
1e7700e64e
Fix: Links to headings with stats cookies in dynamic blocks
...
Fixes #248 . Closes #249 .
Thanks to Maikol Solis (@maikol-solis) for reporting, and to him and
Ihor Radchenko (@yantar92) for helping plan the fix.
2022-03-18 10:28:17 -05:00
Adam Porter
d2c3fb32d9
Tidy: Indentation
2021-09-22 01:11:38 -05:00
Jianye Ye
4646d6d307
Add: (closed) column for dynamic block
2021-09-22 00:52:08 -05:00
Adam Porter
7a8e3b2e8e
Tidy: Indentation
...
Due to changes in dash.
2021-06-08 10:56:05 -05:00
Adam Porter
57b3eeba49
Merge: org-ql-defpred
...
Squashed commit of the following:
commit a0ace307b0de3f5e811f042fd9f0b821a0bbc95c
Author: Adam Porter <adam@alphapapa.net>
Date: Mon Nov 23 01:11:07 2020 -0600
Docs: Fix TOC
commit bef9f3c9b5b762070445c76ac3c833e51dd893ba
Author: Adam Porter <adam@alphapapa.net>
Date: Mon Nov 23 01:09:33 2020 -0600
Docs: (README.org) Add org-ql-defpred
commit ff0257696fe87764e3289e12ddc336377a9a5d01
Author: Adam Porter <adam@alphapapa.net>
Date: Mon Nov 23 00:52:06 2020 -0600
Docs: Improve defpred.org
Thanks to piyo in #emacsconf@freenode.
commit 18d6d73a99c336cd637c99309ee5d150106b73b7
Author: Adam Porter <adam@alphapapa.net>
Date: Mon Nov 23 00:35:24 2020 -0600
Docs: Improve custom predicate tutorial
Closes #155 . Thanks to Merlin Göttlinger (@mgttlinger) for suggesting
improvements.
commit b8cbe36fb3
Author: Adam Porter <adam@alphapapa.net>
Date: Mon Nov 23 00:05:52 2020 -0600
Docs: Add custom predicate tutorial
commit b1008d0c52
Author: Adam Porter <adam@alphapapa.net>
Date: Sun Nov 22 19:34:16 2020 -0600
Docs: Update readme
commit 73d4f95cd4
Merge: 9a2719f 148a193
Author: Adam Porter <adam@alphapapa.net>
Date: Sun Nov 22 19:29:15 2020 -0600
Merge branch 'wip/0.6-pre' into wip/define-predicate
...
2020-11-23 01:13:03 -06:00
Adam Porter
f8a531f2be
Merge: 0.4.9
2020-11-20 08:01:24 -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
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
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
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
c3aa701e57
Tidy: Silence, Checkdoc!
...
Some of these warnings are too much.
2020-11-16 03:29:10 -06:00
Adam Porter
7b1919c2d5
Merge: 0.4.7
2020-11-16 02:29:13 -06:00
Adam Porter
0d12cdb3f5
Fix: (org-ql-search-directories-files) Error unless org-directory
...
Fixes #139 . Thanks to Matt Huszagh (@matthuszagh) for reporting.
Released as 0.4.7.
2020-11-16 02:25:45 -06:00
Adam Porter
51f987c6b8
Fix: (org-dblock-write:org-ql) Rename unused variables
2020-11-13 02:45:45 -06:00
Adam Porter
f8b41ea027
Fix: (org-dblock-write:org-ql) Remove unused argument
2020-11-13 02:44:46 -06:00
Adam Porter
cd95d10f05
Add: Dynamic block (property) column
2020-11-12 05:01:20 -06:00
Adam Porter
6ab74454d0
Fix: (org-ql-view--expand-buffers-files) Remove eval support
...
This prevents arbitrary code execution when opening "org-ql-search:"
links. (The links feature was just pushed to master in the last day
or so, and no stable release with the feature has been tagged.) This
fix also means that arbitrary expressions are no longer accepted when
interactively completing the buffers-files argument to
org-ql-search (a worthy trade, I think; users who need to do that can
call the function from Lisp).
2020-11-11 20:51:24 -06:00
Adam Porter
6970a952ba
Fix: (org-ql-search.el) Require map
...
Need to explicitly load it so that map 2.1 will be loaded when the
file is byte-compiled, otherwise the pcase map expansions will fail.
2020-11-11 19:52:24 -06:00
Adam Porter
e3c7aaf98d
Docs: (org-ql-search) Add Info links to docstring
2020-11-10 18:37:04 -06:00
Adam Porter
0cfe44084b
Tidy: (org-dblock-write:org-ql)
2020-11-10 04:24:38 -06:00
Adam Porter
9bdfcc1d3d
Add: (org-dblock-write:org-ql) Custom column headers
2020-11-10 02:28:44 -06:00
Adam Porter
c0a10ba96a
Fix: (org-dblock-write:org-ql) cl-minusp
2020-11-10 00:27:35 -06:00
Adam Porter
c0ded3ded3
Add: Dynamic block
2020-11-09 23:58:17 -06:00
Adam Porter
9f98b87a8e
Comment: Add FIXME
2020-11-09 00:20:33 -06:00
Adam Porter
1688774ddd
Change: (org-ql-view--header-line-format) Use keyword args
2020-03-09 17:40:41 -05:00
Adam Porter
9580c0ef67
Change: (org-ql-search) Use new completion functions
2020-02-10 09:12:49 -06:00
Adam Porter
dc26e938fa
Fix: (org-ql-block) Autoloads
...
Fixes #53 . Thanks to reports from Gus Cantieni (@gcantieni), Karl
Voit (@novoid), rieje (@rieje), and Jake | Junxuan (@jakejx).
2020-01-22 18:07:43 -06:00
Adam Porter
b3601cf0ae
Add: (org-ql-block) Respect Org Agenda restrictions
...
Fixes #84 . Thanks to Ihor Radchenko (@yantar92) for reporting.
2020-01-18 23:32:35 -06:00
Adam Porter
d5c26b7f60
Merge: 0.3.2
2019-10-19 02:01:13 -05:00
Adam Porter
f2910261e2
Fix: (org-ql-search) Accept symbol as arg to :super-groups
2019-10-19 01:08:42 -05:00
Adam Porter
a60c238417
Fix: (org-ql-search) Bind print-length in interactive form
...
The list of buffers/files must always be printed completely.
2019-10-08 21:02:18 -05:00