* the latest commit broke the inline image preview
@ 2019-12-22 7:34 stardiviner
2019-12-22 9:06 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: stardiviner @ 2019-12-22 7:34 UTC (permalink / raw)
To: Org Mode
After EMC testing, the latest commit " 04d2828ad org: Fix verbatim block
fontification to end blocks on headlines " break the inline image preview....
If possible, I think Org Mode should add test for inline image.
--
[ stardiviner ]
I try to make every word tell the meaning what I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: the latest commit broke the inline image preview
2019-12-22 7:34 the latest commit broke the inline image preview stardiviner
@ 2019-12-22 9:06 ` Nicolas Goaziou
2019-12-24 6:58 ` [SOLVED] " stardiviner
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2019-12-22 9:06 UTC (permalink / raw)
To: stardiviner; +Cc: Tom Gillespie, Org Mode
Hello,
stardiviner <numbchild@gmail.com> writes:
> After EMC testing, the latest commit " 04d2828ad org: Fix verbatim block
> fontification to end blocks on headlines " break the inline image
> preview....
Thank you for the report. However, I think more information may be
useful, since « break the inline image preview » is rather vague.
In any case, I'm Cc'ing Tom Gillespie as he may know what is happening.
> If possible, I think Org Mode should add test for inline image.
Patches welcome :)
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* [SOLVED] Re: the latest commit broke the inline image preview
2019-12-22 9:06 ` Nicolas Goaziou
@ 2019-12-24 6:58 ` stardiviner
0 siblings, 0 replies; 3+ messages in thread
From: stardiviner @ 2019-12-24 6:58 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Tom Gillespie, Org Mode
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> stardiviner <numbchild@gmail.com> writes:
>
>> After EMC testing, the latest commit " 04d2828ad org: Fix verbatim block
>> fontification to end blocks on headlines " break the inline image
>> preview....
I try to git checkout a commit before this commit in history. But unfortunately
this does not work. I might misunderstanding somewhere.
>
> Thank you for the report. However, I think more information may be
> useful, since « break the inline image preview » is rather vague.
>
> In any case, I'm Cc'ing Tom Gillespie as he may know what is happening.
>
>> If possible, I think Org Mode should add test for inline image.
>
> Patches welcome :)
>
> Regards,
After I long time bisect my init files and Org mode repository recently commits.
I have not found what commit caused this issue.
I found this is because I have not explicitly require org-attach library.
Now I added explicit require
#+begin_src emacs-lisp
(require 'org-attach)
#+end_src
Problem solved. :)
--
[ stardiviner ]
I try to make every word tell the meaning what I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-24 6:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22 7:34 the latest commit broke the inline image preview stardiviner
2019-12-22 9:06 ` Nicolas Goaziou
2019-12-24 6:58 ` [SOLVED] " stardiviner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).