You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, image rendering below the ai block consistently fails with wrong-type-argument integer-or-marker-p nil which appears to be caused by the contents-end property missing from the output of org-ai-special-block function:
I see no similar issue reported prior. What could cause :contents-end to be unavailable?
(The only thing I could think of that could be different from the standard Emacs setting is that I'm running it on Wayland via pgtk. I'm not sure that matters at all.)
The text was updated successfully, but these errors were encountered:
Good question but it seems similar to #67 and #69, for some reason org-elements don't have the expected org-element--standard-properties. Can you run M-x org-version and report the result? Thank you!
Org mode version 9.7-pre (release_9.6.7-606-g63e8ca @ /home/taro/.config/emacs/straight/build/org/)
It's at the head of the main branch. When I created this PR, org-mode was pinned to a commit about a month old (7c6302e2034916ed38f1c61dd0806f48e6f8a21c) from the current head (63e8cac2cadd77896d67890d36f3d59b60b13f74). But I see the same behavior now and then. Emacs version is at 29.1.
When I try the image generation example in README:
C-c C-c
does generate the image file in local disk.However, image rendering below the
ai
block consistently fails withwrong-type-argument integer-or-marker-p nil
which appears to be caused by thecontents-end
property missing from the output oforg-ai-special-block
function:Here,
goto-char(nil)
because:contents-end
returns nil.When I invoke
org-ai-special-block
within theai
block in the Org file, I confirm that:contents-end
is not available:I see no similar issue reported prior. What could cause
:contents-end
to be unavailable?(The only thing I could think of that could be different from the standard Emacs setting is that I'm running it on Wayland via pgtk. I'm not sure that matters at all.)
The text was updated successfully, but these errors were encountered: