-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw html instad of wttrin #16
Comments
soloved url-request-extra-headers '(("User-Agent" . "curl")))) cannot override url-user-agent , change to the following code
|
This does not fix it for me. |
change to
then byte-compile the .el file |
This worked for me.
Thank you for the fix emacle! |
I was experiencing the html display problem as well (GNU Emacs 26.3) but the above suggestions did not fix the problem. However, making the above changes and adding a flag to the wttrin url call specifying text format did the trick for me. Here are the changes to wttrin.el that worked for me. |
I too have GNU emacs 26.3. It is on Mac OS 10.15. I followed @brannala's recommendation and it worked! |
Try this one, it worked for me. ;; fix wttrin buffer render issue |
@beacoder |
I basicaly used emacs in terminal mode, so failed to see the color. |
Using emacs 27.1 on Mac |
Try to customize a bit: Or add
|
I setup wttrin as follows:
I am using GNU Emacs 26.3
When I run wttrin and pick the city, I get a raw html file instead of a rendered page https://pastebin.com/aTcvQvj3
I am sure I am missing something essential here. Thanks in advance!
The text was updated successfully, but these errors were encountered: