Adam Porter

Results 2642 comments of Adam Porter

Thanks. I'm slightly reluctant to add this, but I probably will. :)

Thanks. > GNU Emacs 30.0.50 (build 1, x86_64-gentoo-linux-musl, GTK+ Version 3.24.38, cairo version 1.18.0) of 2023-11-26 Please always be sure to mention up front when you are using unreleased versions...

Hi Matthew, Thanks, this looks pretty good to me. I wouldn't have known that you're new to Elisp if you hadn't said so. :) In general, this is probably a...

Hi John, Thanks, I'm glad it's useful to you. Setting that as the default tab sounds like a nice idea. See if this code works. Note the new binding "S-RET"....

This seems like a good idea to me. I sometimes do something similar with `C-x t n`, but that just duplicates the tab, not the activity associated with it. IIUC,...

Cool, thanks. I probably won't work on this soon myself, but it should be simple to implement, and I'll be glad to review and merge patches.

This change might solve the problem on terminal frames, but it will have a negative effect on GUI frames, right?

If we have to add the `display-graphic-p` test, that's not a huge deal. But we can't be the first ones to encounter this problem, as there are many other packages...

Hi, I'm glad to hear that you're enjoying it. Activities doesn't currently interact with tab groups. There are many possibilities for doing so, but I don't use tab groups much...

Yes, this is simply not supported yet, as the non-sexp parser is too naive to handle nested queries. See https://github.com/alphapapa/org-ql/pull/251, which would probably enable that with a bit more work....