Théo Tyburn

Results 31 comments of Théo Tyburn

Sounds like a good debugging strategy, thanks. I'll try that out. On Sat, Jul 23, 2022, 12:17 Gabriele Bozzola ***@***.***> wrote: > My first guess is you have some other...

It turns out this was caused by `vterm-toggle`. Setting `vterm-toggle-reset-window-configration-after-exit` to `t` fixed the problem.

Hi! I'd also be interested in such a feature. I'd be happy to help putting some code together. The function proposed by @legalnonsense seems to go in the right direction....

How do you do a rectangle annotation ? Do you mean markup annotation ?

Oh thanks for the hint : I looked up the `pdf-view-extract-region-image` function. It is just what I need. Now I just need to use it with `pdf-view-active-region-text` and put the...

Having the same error in Guix. Downgrading to 3.1.0 is not an option since it fails to build for because of some cmake error. > pkg> test GLFW > 3.3.5...

Well I tried it out and it worked. I just added (property "REF") after (property "ID") and now org-brain-add-parents candidates are limited to headings with the REF property, wonderful! I'm...

And could it even be possible to restrict to a regexp ?

Ok I will have a look there ! I'll post things here when I get proper results.

So for now, to restrict my brain to entries having a specific PROPERTY, I put this in my .emacs `(setq org-brain--ql-query '(and (property "ID") (property "NAME_OF_MY_PROPERTY") (not (or (tags org-brain-exclude-tree-tag)...