From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: [SOLVED] Re: the latest commit broke the inline image preview Date: Tue, 24 Dec 2019 14:58:32 +0800 Message-ID: <871rsu6wh3.fsf@gmail.com> References: <87woaoeruj.fsf@gmail.com> <87bls07mrk.fsf@nicolasgoaziou.fr> Reply-To: numbchild@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46920) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ije9V-0003fV-L3 for emacs-orgmode@gnu.org; Tue, 24 Dec 2019 01:58:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ije9U-0002E1-FH for emacs-orgmode@gnu.org; Tue, 24 Dec 2019 01:58:45 -0500 Received: from [183.246.146.61] (port=2692 helo=dark.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ije9T-00026r-KO for emacs-orgmode@gnu.org; Tue, 24 Dec 2019 01:58:44 -0500 In-reply-to: <87bls07mrk.fsf@nicolasgoaziou.fr> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nicolas Goaziou Cc: Tom Gillespie , Org Mode Nicolas Goaziou writes: > Hello, > > stardiviner 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 unfortuna= tely this does not work. I might misunderstanding somewhere. > > Thank you for the report. However, I think more information may be > useful, since =C2=AB break the inline image preview =C2=BB is rather vagu= e.=20 > > 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 com= mits. 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. :) --=20 [ 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 =20=20=20=20=20=20