org's elpa returns 404

2020-10-26 Thread lockywolf
Hello, everyone. I used to update org from org's elpa, as documented at: https://orgmode.org/elpa.html , by adding this address to the repos: https://orgmode.org/elpa/ Now it returns 404. Has something changed? -- Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

[BUG] Consider replacing bachload with batch in ob-maxima. [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-01 Thread Lockywolf
ware-linux-gnu, GTK+ Version 3.24.31, cairo version 1.16.0) of 2023-07-31 Package: Org mode version 9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/) -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop)

[PATCH] Make org-yank-image-save-method dynamic.

2025-07-13 Thread Lockywolf
ile. Patch attached. -- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop) signature.asc Description: PGP signature >From 52b31c47b0a49b6fa624f4f1e67c7a945ceb69eb Mon Sep 17 00:00:00 2001 From: Lockywolf <> Date: Sun, 13 Jul 2025 20:11:50 +0800 Subject: [PATCH] lisp/org.el: generali

[PATCH] Make org-yank-image-save-method dynamic.

2025-07-13 Thread Lockywolf
-- Your sincerely, Vladimir Nikishkin (MiEr, lockywolf) (Laptop) signature.asc Description: PGP signature

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-24 Thread Lockywolf
Ihor Radchenko writes: > Lockywolf writes: > >> At the moment, `org-yank-image-save-method' can only save an image >> into a single location, or query "org-attach". >> >> This change allows customising its behaviour, allowing >> `org-yank-image

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-27 Thread Lockywolf
Ihor Radchenko writes: > Lockywolf writes: > >> Fixed all of the corrections. > > Thanks! Could you also attach the new version of the patch? > >>> This progn is redundant. >> >> I know, but I put it there intentionally, because seeing an `if' wit

Re: What is the right way to have graphics generated by a code block automatically refresh?

2025-07-29 Thread Lockywolf
rrent workaround is to open the image in a second buffer (and > activate auto-revert-mode). > > Best wishes, > Arne (add-hook 'org-babel-after-execute-hook 'org-redisplay-inline-images) ? I think it also "refreshes" all of the images in a buffer, but I hav