--- Begin Message ---
Subject: |
30.0.50; An critical error after upgrade to Org-9.7 |
Date: |
Mon, 10 Jun 2024 17:25:11 +0000 |
After upgrading emacs-30 to last git one (with the Org-9.7 commit
https://git.savannah.gnu.org/cgit/emacs.git/diff/lisp/org/org.el?id=5a125fb5a9736bd3c67cf6ff9acc185d8e2260e2),
An error will happened for an image inside a table, a simple org file
can reproduce the issue:
$ touch /tmp/a.png
$ echo '|[[file:a.png]]|' > /tmp/a.org
$ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'
Emacs was built with image support, and started with GUI.
Please help investigate this issue. Thanks.
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#71484: 30.0.50; An critical error after upgrade to Org-9.7 |
Date: |
Sat, 29 Jun 2024 22:34:11 -0700 |
Lin Sun <sunlin7.mail@gmail.com> writes:
> On Tue, Jun 11, 2024 at 10:45 AM Ihor Radchenko <yantar92@posteo.net> wrote:
>>
>> Lin Sun <sunlin7.mail@gmail.com> writes:
>>
>> > $ touch /tmp/a.png
>> >
>> > $ echo '|[[file:a.png]]|' > /tmp/a.org
>> >
>> > $ emacs -q /tmp/a.org -eval '(org-toggle-inline-images)'
>>
>> Fixed, on bugfix.
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3e4c89e55
>>
>> --
>> Ihor Radchenko // yantar92,
>> Org mode contributor,
>> Learn more about Org mode at <https://orgmode.org/>.
>> Support Org development at <https://liberapay.com/org-mode>,
>> or support my work at <https://liberapay.com/yantar92>
> Verified the commit fix the issue on my local.
> Thanks, and please help close this ticket.
Done.
--- End Message ---