Adam Porter
0f01f0a9d8
Tidy: Compilation warnings
2024-06-12 22:47:33 -05:00
Adam Porter
34f8b75b35
Fix: (org-ql-find) Go to base buffer if possible
...
Use the base buffer if it has one, because if we run the search from
an indirect buffer, it's likely already narrowed to a different entry,
and making an indirect buffer from that one would end up with a
restriction that would likely hide the selected entry.
2024-01-13 00:03:03 -06:00
Adam Porter
0b1e4b43ec
Fix: (org-ql-find) Moving point and widening buffer as needed
...
See #380 .
Reported-by: Omar Antolín Camarena <omar.antolin@gmail.com>
2024-01-10 01:55:16 -06:00
Adam Porter
7ff6cc2ef7
Fix: (org-ql-find) Don't use org-with-point-at
...
See <https://github.com/alphapapa/org-ql/issues/380#issuecomment-1881913025 >.
Reported-by: Bram Schoenmakers <me@bramschoenmakers.nl>
2024-01-09 02:25:46 -06:00
Adam Porter
8e9a8fe090
Fix: (org-ql-find) Widen buffer
...
This fixes the case in which a user calls org-ql-find from a narrowed
buffer and chooses a result outside the restriction. This is already
done in, e.g. org-ql-open-link; it's just an oversight here.
2024-01-03 18:28:06 -06:00
Adam Porter
eaf58b463e
Meta: Update copyright years
...
Fixes #336 .
2023-12-21 16:54:17 -06:00
Adam Porter
4f62ba3bd6
Fix: (org-ql-find) Pop to buffer then go to position
...
Seems that selecting the window after going to the position can
sometimes break (probably because of the window point).
2023-11-06 16:30:20 -06:00
Adam Porter
72b9934d1f
Change: (org-ql-find.el) Factor out interactive form
...
And use in org-ql-find-path.
2023-11-06 15:55:39 -06:00
Adam Porter
e885001a2a
Comment: Add TODO
2023-11-01 14:37:59 -05:00
Adam Porter
a802579f86
Tidy
2023-10-25 03:19:29 -05:00
Adam Porter
28f5aa3100
WIP: Many improvements
...
Now need to do some kind of sorting...
2023-10-23 18:57:56 -05:00
Adam Porter
deada67e1d
WIP: org-ql-open-link
...
Need to tidy up and generalize org-ql-completing-read a bit more, but
this is basically working, and should be very useful.
2023-10-23 18:56:45 -05:00
Adam Porter
ee01bcb6e8
Merge: v0.7.3
2023-10-23 18:55:00 -05:00
Adam Porter
631cd80ce8
Fix: (org-ql-find) Go to selected entry
...
Fixes #380 .
Reported-by: Omar Antolín Camarena <omar@matem.unam.mx>
2023-10-23 01:26:39 -05:00
Adam Porter
de80f9a764
Comment: Add TODO
2023-10-23 01:23:48 -05:00
Adam Porter
ac2d43588a
Add: (org-ql-find-path)
2023-10-19 21:44:26 -05:00
Adam Porter
6d5b614fc5
Fix: (org-ql-find) Interactive form
...
Fixes silly mistake in ab720689e9 .
2023-10-02 22:52:25 -05:00
Adam Porter
ab720689e9
Change: (org-ql-find) Interactively, search relevant buffers
2023-09-30 20:09:12 -05:00
Adam Porter
be20dc3d5b
Fix: (org-ql-find) Use org-with-point-at
...
I keep pointing out to other people that they should use
org-with-point-at, but I still have places in my own code where I need
to use it, too!
2023-09-26 13:42:00 -05:00
Adam Porter
d21da3682b
Tidy: Compilation warnings
2023-03-09 03:23:42 -06:00
Adam Porter
5f70636556
Add: (org-ql-find-display-buffer-action)
2022-10-07 18:34:55 -05:00
Adam Porter
e41cdb4591
Change: (org-ql-find-goto-hook) Add org-reveal
...
Showing the context is much better for the user.
2022-08-25 16:55:58 -05:00
Adam Porter
7f4faff27b
Add: (org-ql-refile)
2022-08-19 03:26:15 -05:00
Adam Porter
cfa3b307ec
Add/Change: org-ql-completing-read, etc.
2022-08-19 03:26:15 -05:00
Adam Porter
6257ae8304
Fix: (org-ql-find--snippet-*) Use save-excursion
2022-08-15 16:16:55 -05:00
Adam Porter
06f1e1be6f
Revert "Change: (org-ql-find) Add workaround for Ivy support"
...
This reverts commit a02ed48ac8 .
See <https://github.com/alphapapa/org-ql/issues/284#issuecomment-1187705847 >.
2022-07-18 13:44:25 -05:00
Adam Porter
a02ed48ac8
Change: (org-ql-find) Add workaround for Ivy support
...
See <https://github.com/alphapapa/org-ql/issues/284 >.
2022-07-18 10:57:50 -05:00
Adam Porter
98b6049ecc
Fix: (org-ql-find) Check major mode
...
See https://github.com/alphapapa/org-ql/issues/284#issuecomment-1185367899 .
2022-07-15 13:50:10 -05:00
Adam Porter
a986e360c3
Fix: (org-ql-find) Select buffer
...
Thanks again to Thomas Bergheim (@bergheim).
2022-07-14 13:05:42 -05:00
Adam Porter
d46e69b0fc
Fix: (org-ql-find) Always include query-prefix
...
Thanks to Thomas Bergheim (@bergheim) for his help!
2022-07-14 12:52:44 -05:00
Adam Porter
c2b8af3181
Fix: (org-ql-find) Always map across a list
2022-06-26 22:55:20 -05:00
Adam Porter
77916a1c4f
Tidy: Indentation
2022-06-25 10:58:33 -05:00
Adam Porter
5f058b9eee
Add: (org-ql-find-in-agenda, org-ql-find-in-org-directory)
2022-06-25 10:58:17 -05:00
Adam Porter
dc02c59cad
Add: (org-ql--ensure-buffer)
...
And use in org-ql-find. This seems to solve a problem I've been
noticing in helm-org-ql for a long time: that it can apparently
interrupt Org's initialization code, which can leave buffers
unprepared for Org, even stuck in fundamental-mode. This should also
be used in helm-org-ql...
2022-06-25 10:56:18 -05:00
Adam Porter
5768c685ad
Remove: org-ql-find-heading, org-ql-find-path
...
These are virtually obsolete with the introduction of the "rifle"
predicate as the default one. Having them now is just confusing.
2022-06-25 10:53:29 -05:00
Adam Porter
6e7371ce61
Add: (org-ql-find) Snippet functions
...
The default is even more like org-rifle now.
2022-06-11 11:01:52 -05:00
Adam Porter
64a9234733
Add: (org-ql-find) :query-filter
...
Also, tidy docstring.
2022-06-02 11:51:57 -05:00
Adam Porter
d0acc8cbba
Add: (org-ql-find)
2022-05-30 11:27:12 -05:00