* org-babel-execute-src-block does not insert inline image with `master` branch source code Org
@ 2018-03-04 13:54 numbchild
2018-03-05 9:03 ` numbchild
0 siblings, 1 reply; 3+ messages in thread
From: numbchild @ 2018-03-04 13:54 UTC (permalink / raw)
To: Org-mode
[-- Attachment #1: Type: text/plain, Size: 1026 bytes --]
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] <Hack this world!> 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/
[-- Attachment #2: Type: text/html, Size: 2148 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-babel-execute-src-block does not insert inline image with `master` branch source code Org
2018-03-04 13:54 org-babel-execute-src-block does not insert inline image with `master` branch source code Org numbchild
@ 2018-03-05 9:03 ` numbchild
2018-03-05 13:36 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: numbchild @ 2018-03-05 9:03 UTC (permalink / raw)
To: Org-mode
[-- Attachment #1: Type: text/plain, Size: 1512 bytes --]
After `git bisect`, found that commit 122bf2997 caused this problem.
@Nicolas, can you fix this commit?
[stardiviner] <Hack this world!> 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/
On Sun, Mar 4, 2018 at 9:54 PM, numbchild@gmail.com <numbchild@gmail.com>
wrote:
> 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] <Hack this world!> 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/
>
[-- Attachment #2: Type: text/html, Size: 2823 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-babel-execute-src-block does not insert inline image with `master` branch source code Org
2018-03-05 9:03 ` numbchild
@ 2018-03-05 13:36 ` Nicolas Goaziou
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2018-03-05 13:36 UTC (permalink / raw)
To: numbchild@gmail.com; +Cc: Org-mode
Hello,
"numbchild@gmail.com" <numbchild@gmail.com> writes:
> After `git bisect`, found that commit 122bf2997 caused this problem.
> @Nicolas, can you fix this commit?
Fixed. Thank you for the heads-up.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-05 13:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-04 13:54 org-babel-execute-src-block does not insert inline image with `master` branch source code Org numbchild
2018-03-05 9:03 ` numbchild
2018-03-05 13:36 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.