emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: stardiviner <numbchild@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: Tom Gillespie <tgbugs@gmail.com>, Org Mode <emacs-orgmode@gnu.org>
Subject: [SOLVED] Re: the latest commit broke the inline image preview
Date: Tue, 24 Dec 2019 14:58:32 +0800	[thread overview]
Message-ID: <871rsu6wh3.fsf@gmail.com> (raw)
In-Reply-To: <87bls07mrk.fsf@nicolasgoaziou.fr>


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
      

      reply	other threads:[~2019-12-24  6:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` stardiviner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rsu6wh3.fsf@gmail.com \
    --to=numbchild@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    --cc=tgbugs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).