Adam Porter
Adam Porter
Yes, I should add it to the readme. Thanks.
I don't want to make a v0.5.5 release just to add one line to the readme, so I'll do that in a future release.
Redirects should be handled since https://github.com/alphapapa/plz.el/commit/a0a6d623352aa1caee722c16649190611a253cbc and v0.6.
> Is there a reason redirects are only handled when specifying `:as 'response`? That's not the case. The fix in https://github.com/alphapapa/plz.el/commit/a0a6d623352aa1caee722c16649190611a253cbc was for a bug in which redirects were *not*...
I could have worded that more clearly, yes. :) I added several test cases with that fix. They do all use `:as 'response`, because that's what the fix was specifically...
By the way, in the code you posted, you would need to use `setq` to actually change the value of the collection variable.
@mekeor Technically a keyword like `#+OPTIONS:` is not a "code block", and AFAIK the COMMENT keyword does not prevent Org from parsing them. AFAIK the issue is the distance from...
@progfolio Thanks for fixing this and for your patience. @mpereira Thanks for the reminder and your patience.
Finally merged. Please let me know if it works for you. Thanks.