emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SOLVED] Re: the latest commit broke the inline image preview


From: stardiviner
Subject: [SOLVED] Re: the latest commit broke the inline image preview
Date: Tue, 24 Dec 2019 14:58:32 +0800
User-agent: mu4e 1.3.2; emacs 27.0.50

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> stardiviner <address@hidden> 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
      



reply via email to

[Prev in Thread] Current Thread [Next in Thread]