Re: [BUG] org-link-preview-file emits image not supported in daemon [9.8-pre (release_9.7.10-127-g07dd3b @ /home/bidar/.local/etc/emacs/lib/org/lisp/)]

2024-12-03 Thread Karthik Chikmagalur
Thanks for the bug report. > org-link-preview-file emits "Your Emacs does not support displaying images! " > when restoring buffers with desktop when Emacs was started as daemon. Just checking, do you have #+startup: imagepreviews or #+startup: linkpreviews in these files? Or do you call `or

[PATCH worg] .dir-locals.el: Disable byte-compilation.

2024-12-03 Thread Suhail Singh
--- .dir-locals.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dir-locals.el b/.dir-locals.el index 962c17f2..9f7310ed 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,3 +1,6 @@ +;;; Directory Local Variables-*- no-byte-compile: t -*- +;;; For more information see (in

Re: [PATCH worg v2] ob-doc-gnuplot.org: Fix broken link to source.

2024-12-03 Thread Max Nikulin
On 03/12/2024 02:32, Suhail Singh wrote: Max Nikulin writes: For now, I simply wanted to ensure the link was no longer broken. Feel free to discard the patch in favor of another that addresses the issue generically. I have pushed a commit changing worg/sources/ links to git.sr.ht in 3 files.

[BUG] ob-clojure doesn't handle namespaces properly

2024-12-03 Thread Rens Oliemans
Hi, There are two bugs introduced in commit 6efb073463481ee572eb3bb1155cc3b0d6987df6; I Cced Daniel, the commit author. It persists on main. Since the bugs are intimately related to ob-clojure and the org mode source blocks, I've just attached an org file that highlights the two bugs, I think th