Sender | Message | Time |
---|---|---|
6 Nov 2024 | ||
John Wiegley |
| 07:14:21 |
John Wiegley | alphapapa: I want to give org-ql a big hug | 19:45:36 |
John Wiegley | If there's one thing I could ask for for christmas, it would be a complete normalization of arguments to all the org-ql-* family of functions. Some want queries as arguments, some want them as keywords, some want them escaped, etc. It would save me neurons if there were "one way" for all of them. In fact, maybe even a single | 19:47:09 |
alphapapa | In reply to @jwwiegley:matrix.org I'm happy to talk about that if you want to open an issue on the tracker. :) Also see | 19:50:13 |
John Wiegley | I'm trying to use
| 19:51:56 |
John Wiegley | * I'm trying to use
| 19:52:03 |
John Wiegley | heading:(HR is what finds the heading I wanted | 19:52:41 |
John Wiegley | How is it so fast? Are you sacrificing kittens to some unknown deity each time I invoke a query? | 20:02:23 |
alphapapa | In reply to @jwwiegley:matrix.orgThat's probably because the crude heuristic is mis-detecting it as a sexp query, but you're trying to use it as a string query. | 20:45:31 |
alphapapa | In reply to @jwwiegley:matrix.orgHaha, nope, just the work I put into translating certain search predicates into regexps, and some bespoke caching for some predicates | 20:46:43 |
alphapapa | In reply to @alphapapa:matrix.orgThough I don't understand item 2. Maybe worth a bug report. | 20:47:37 |
John Wiegley | I did submit another report for you | 21:07:23 |
7 Nov 2024 | ||
alphapapa | I think you've found a bug in the link predicate for links with certain characteristics. Vertico makes it hard to see the backtrace buffer, but with a bit of fiddling you can see it, or you can use the same query on the same buffers without Vertico being involved and you should get a backtrace. | 02:08:50 |
alphapapa | Hm, interesting, I found a place in my Org files where I have a source block with a Bash script, and the double-bracket constructs seem to be attracting the attention of the link predicate's matching code, and it's failing there. | 03:15:38 |
alphapapa | Yep, found the fix. | 03:16:47 |
alphapapa |
In reply to John Wiegley Easy fix, I think, please see https://github.com/alphapapa/org-ql/issues/475 | 03:24:45 |
alphapapa | John Wiegley: Fix for that link-searching error: https://github.com/alphapapa/org-ql/commit/0e68cc9facba048d16f4cfdba0b269b7db66fe4b | 03:46:27 |
John Wiegley | I'm mentioned in the README for org-ql!!! Fame achieved. | 03:46:57 |
alphapapa |
In reply to John Wiegley LOL you have it entirely backwards my friend! Now you're in my readme, so now I am famous! :D | 03:47:18 |
John Wiegley | LOL, so not how I see myself my friend | 03:47:31 |
John Wiegley | I'm just a knowledge worker toiling away in the mines | 03:47:42 |
alphapapa | Ditto. I love the humility that runs in Emacsland. :) | 03:47:59 |
John Wiegley | btw, for my Emacs-related endeavors, you can call me johnw@gnu.org | 03:52:23 |
John Wiegley | no worries using the Gmail, just try to keep the gnu.org address visible for Emacs activities | 03:52:42 |
John Wiegley | * no worries using the Gmail, I just try to keep the gnu.org address visible for Emacs activities | 03:52:49 |
karthink | Just read Sacha's writeup about your recent Org usage -- it's pretty crazy. (https://sachachua.com/blog/2024/11/excerpts-from-a-conversation-with-john-wiegley-johnw-and-adam-porter-alphapapa-about-personal-information-management/) | 03:54:08 |
John Wiegley | I think our experiment may be a success, the ideas in it are rough, but they seem to come through | 03:54:34 |
alphapapa |
In reply to John Wiegley Ah, will try to remember that, thanks. :) | 03:56:08 |
karthink | I love your idea of strict linting with custom rules -- I'd appreciate even something basic like whitelisting allowed tags, that should catch the usual offenders like singular/plural and abbreviated/full-version duplicates | 03:56:40 |
John Wiegley | Yes, I use more than one whilelist now | 03:57:04 |