From mboxrd@z Thu Jan 1 00:00:00 1970 From: "numbchild@gmail.com" Subject: org-babel-execute-src-block does not insert inline image with `master` branch source code Org Date: Sun, 4 Mar 2018 21:54:42 +0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a113de048f188200566968eef" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esU6e-000711-Ic for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 08:55:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esU6d-0004Dz-H5 for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 08:55:16 -0500 Received: from mail-oi0-x235.google.com ([2607:f8b0:4003:c06::235]:44989) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1esU6d-0004DB-A7 for emacs-orgmode@gnu.org; Sun, 04 Mar 2018 08:55:15 -0500 Received: by mail-oi0-x235.google.com with SMTP id b8so10232610oib.11 for ; Sun, 04 Mar 2018 05:55:13 -0800 (PST) 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: Org-mode --001a113de048f188200566968eef Content-Type: text/plain; charset="UTF-8" With following example: ``` #+begin_src gnuplot :session :results graphics :file "data/images/sin.png" :cache no set term png set grid plot sin(x), cos(x) #+end_src ``` If I use Org-mode ELPA version. then it works fine. But when I use `master` branch version, then it does not have any result. Tried to check out git log of recently commits, and `ob-core.el` file recent git log commits, and `ob-gnuplot.el`'s. But does not found any suspicious commits yet. Environment info: - Arch Linux - Emacs version: GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.26) of 2018-02-10 - Org-mode version: Org mode version 9.1.7 (9.1.7-elpaplus @ mixed installation! /home/stardiviner/.emacs.d/elpa/org-plus-contrib-20180226/ and /home/stardiviner/Code/Emacs/org-mode/lisp/) [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ --001a113de048f188200566968eef Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
With following example:
```
#+begin_sr= c gnuplot :session :results graphics :file "data/images/sin.png" = :cache no
set term png
set grid
plot sin(x), cos(x)
#+end_src```
If I use Org-mode ELPA version. then it works fine.
<= /div>
But when I use `master` branch version, then it does not have any = result. Tried to check out git log of recently commits, and `ob-core.el` fi= le recent git log commits, and `ob-gnuplot.el`'s. But does not found an= y suspicious commits yet.

Environment info:
<= /div>
- Arch Linux
- Emacs version: GNU Emacs 27.0.50 (buil= d 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.26) of 2018-02-10
= - Org-mode version: Org mode version 9.1.7 (9.1.7-elpaplus @ mixed installa= tion! /home/stardiviner/.emacs.d/elpa/org-plus-contrib-20180226/ and /home/= stardiviner/Code/Emacs/org-mode/lisp/)

[stardiviner]=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 = <Hack this world!>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 GPG key ID: 47C32433=
IRC(freeenode): stardiviner =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 Tw= itter:=C2=A0 @numbchild
Key fingerprint =3D 9BAA 92BC CDDD B9EF 3B36=C2= =A0 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
--001a113de048f188200566968eef--