pank

Results 30 comments of pank

> By the way, does the log file contain a `Media support using GdkPixbuf is disabled.` error message? I don't see those messages. Most seem to be missing png icons....

This change to `jupyter-repl.el` seems to fix the error for me: ```diff diff --git a/jupyter-repl.el.orig b/jupyter-repl.el index cbc6c6a..3864f68 100644 --- a/jupyter-repl.el.orig +++ b/jupyter-repl.el @@ -1197,7 +1197,8 @@ execute the current...

Sorry for the slow reply. > I can reproduce with the odt format. I _can't_ seem to get it to do any custom latex in odt though, so I can't...

I agree fully that autoplay next would be nice. > In this setting, which could be configurabel per feed par example, the feed is used more like a playlist. IMO,...

Sorry about the slow reply. I don't think I have send the crash report to Google. I am using the F-Droid version and I don't have an account with Google....

Hmm, it's pretty standard: 1920x1080 at 100% scaling on Windows 10.

but the pointer looks like it's only a couple of pixels my screen. So maybe there's something funky going on.

yes, it's just a dot. could it be issue #248 that is causing this...

I cannot reproduce. Most likely, you have not looked into `ox-icalendar.el`-variables. Check out `org-icalendar-include-todo`, `org-icalendar-use-deadline`, `org-icalendar-use-scheduled`, and `org-icalendar-with-timestamps`. Here's a sledgehammer solution that will most likely solve the issue: ```...

Hi, Brandon van Beekum [email protected] writes: > When I began working on this, I was unaware of the proper way to > create a backend, and by the time I...