Pablo Stafforini

Results 84 comments of Pablo Stafforini

Thank you! I never installed a package from a fork. What I did was run `package-delete` on `org-ql` and `helm-org-ql`, and then reinstall the packages using: ``` (use-package org-ql :quelpa...

The above didn't work, but I managed to install it by cloning the repository and then reading the files locally: ``` (use-package helm-org-ql :load-path "~/.emacs.d/org-ql-master/helm-org-ql.el") ``` It works perfectly! It...

I finally tried to implement your suggestion (since previously I was relying on yantar92's fork), but if I replace `(let* ((query (org-ql--query-string-to-sexp helm-pattern))` with `(let* ((query (org-ql--query-string-to-sexp "tags: !ARCHIVE"))` although...

Sorry, I checked the manual before opening the issue but somehow missed that section.

I also miss this feature. What's the closest existing substitute? I rely heavily on `slack-select-unread-rooms`, but this will allow me to find a mention only if it is found in...

I'm also experiencing this. Workspaces using the old tokens starting with `xoxs` work fine, but attempts to log in to workspaces using the new tokens starting with `xoxc` result in...

@robert-m-johnson No, I'm using my personal machine and am not connected via a VPN or in any other unusual way. Is there anything I can do to help diagnose the...

Coincidentally, I moved to a new laptop recently and Slack is now working fine! I'm not sure what changed, since it's the same operating system and, I believe, the same...

@robert-m-johnson > 1. Share your curl version info for your new M1 machine What I shared above is the information for my new M1 machine. > 2. On your old...