charlesroelli
charlesroelli
I've realized after reading the source that the typedefs in 'mypaint-glib-compat.h' are only meant to be defined if 'G_LIB_H' is not defined. Even though I was building with 'glib' ('with-glib'...
So the 'glib.h' header file defines **G_LIB_H**, therefore it needs to be included before 'mypaint-glib-compat.h' is ever included, otherwise the types will be redefined, resulting in the error in my...
Sorry for the glacial response time! I think it is already possible to add several URLs to the `:URL:` property of the heading. It doesn't look very nice, though.
Hi, thanks for submitting this issue and for trying out org-board. Is it possible that you switched the "1" (one) and the lowercase "L" in the options? Looking again at...
Turns out I introduced this bug in commit 3ddccc04. I accidentally reversed the list of WGET_OPTIONS while processing it, which caused the undesirable behavior. Please do clone the latest version...
Glad to hear that the main issue is fixed. It shows that I should really write some tests. I've made the definition for org-board-keymap more orthodox now, and it should...
About `org-board-keymap`, it's a typo in the commentary! Sorry about that. It should be ``` (global-set-key (kbd "C-c o") org-board-keymap) ``` (i.e. `org-board-keymap` should be unquoted, since we want to...
Hm, this looks more like an inefficiency in the Emacs browser, and not in org-board. Does the same slowdown occur when you load the page normally (i.e. via the web)?
Hi, thanks for opening the issue! I could also reproduce it on Emacs 28.1 / org-mode 9.5.2.
Thank you! I need to build gtk3 and try it out. At the moment I was only aware of the "eww" browser, I didn't know about xwidget.