Eli

Results 7 comments of Eli

@rougier I think the problem is caused by `font-lock-mode` , which `svg-tag-mode` uses to show SVG tags. Howerer, `org-agenda` does not use `font-lock-mode`, so it only shows rendered SVG tags...

I prefer adding this to the README, because it is not the svg-tag-mode's responsibility to care about somthing out of its function.

I just downloaded your configuration and try to use org-pomodoro, but the buffer showed that error after the pomodoro timed out

I guess `query-string`s in `burly--frameset-restore` and `burly--windows-set` also need to be decoded, should I open a new PR or continue committing in this PR?

It's weird, the returned json object should be parsed correctly and I cannot reproduce it. Can you use `(json-read)` to parse the following json object? ``` {"translations": [{"detected_source_language": "EN"}]} ```...

Because of the complexity of the PDF layout(such as mathematical formulas, tables, etc), I currently have no plans to support it. OTOH, I have no ideas about how to display...

@aspiers I think it's too early to do this because, as you can see, there are still many bugs in the current version 0.1. I need more time to improve...