gdindi
gdindi
I have narrowed it down. The problem only appears after using agenda custom commands that use a tag filter preset like ``` ("H" "Home Daily Action List" ((agenda "" ((org-agenda-span...
OK. I've got a workaround. If I wrap the calls to org-ql-search with ``` (let ((org-agenda-tag-filter nil)) ... ) ``` I get what I expect. I don't know if this...
Hi, Sorry for the noise and the lack of proper explanation. I have prepared a minimal example to illustrate the issue. [mwe-org-ql.tar.gz](https://github.com/alphapapa/org-ql/files/7048337/mwe-org-ql.tar.gz) The attached tarball contains an init.el to configure...
Thanks for your quick response. I personally found it strange, because I «live» in the agenda, so I apply filters all the time, while I use org-ql-search for other tasks...
Hi, I am experiencing the same problem: floatingdialog boxes (like the save file dialog in Firefox) are too big. I can resize them with super + mouse, but I have...
Nice. I'll have a look at it.
Using exwm-float.el and this ``` (add-hook 'exwm-floating-setup-hook (lambda () (exwm-layout-hide-mode-line) (exwm-float-resize 400 400))) ``` Seems to do the trick for the "save-as" dialog in Firefox. I will experiment with other...
Well, actually, it does not work with other applications. And furthermore, if I want to disable tab-bar-mode for floating frames, it does not work at all. I don't understand why....
Hello, Just another iteration on this. I have been investigating and I found that in `exwm-floating--set-floating` line 297 in the call to `(set-frame-size frame frame-width frame-height t)` sometimes `frame-height` is...
This seems to have been corrected in 0.27. > Hello, Just another iteration on this. I have been investigating and I found that in `exwm-floating--set-floating` line 297 in the call...