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
---
.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
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.
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