Aaron Bieber
Aaron Bieber
I discovered that this behavior only happens when `fci-mode` is turned on, which leads me to believe that it is directly related to that package, and probably not a `popup.el`...
Is it possible that you're using my Org Capture macOS application (https://github.com/aaronbieber/org-protocol-handler/) rather than this one? I recommend deleting that application and instead downloading or creating the application described in...
I just hit this issue and solved it in the same way that @wjbg did (creating my own modified self-signed extension that uses only a single forward slash). I think...
This request would be messy to implement because the Org Capture protocol allows for only three variables to be passed: `url`, `title`, and `body`. #55 simply binds a key that...
There would be a way to exclude *the current buffer's tags* from the list (see `air--org-select-tag`, which merges `org-get-buffer-tags` with `org-global-tags-completion-table`), but I don't think it would be possible—or at...
That is true; it is possible that you haven't configured the key correctly. I am still able to get my forecast without entering credentials (and I set up my key...
Ensure that your APPID is correctly set by pressing `C-h v sunshine-appid RET` and note the variable's value. On Mon, Sep 4, 2017 at 6:36 AM Aaron Bieber wrote: >...
I'm not sure what to tell you; Sunshine is requesting the URL from your original issue using `url-retrieve`; there is no magic to it. If you paste that URL into...
Sunshine uses the `?q={city_name},{country_code}` format forecast URL, which requires a city name rather than city ID. If you'd like to be able to use a city ID, I suppose we...
Getting back to @diamond-lizard, I did a little more testing and I realized that the URL format does specify that "country code" needs to be included in the value of...