* org-display-inline-images not displaying images
@ 2017-10-30 23:39 Leslie Watter
2017-10-31 7:49 ` Eric S Fraga
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Leslie Watter @ 2017-10-30 23:39 UTC (permalink / raw)
To: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 608 bytes --]
Hi folks,
Does the org-display-inline-images behavior was changed from 9.0.10 up ?
I'm facing some trouble with it -- from 9.0.10 up images are'nt being
displayed .
Same configuration, the only change was org-version.
How I'm calling:
------------------
#+CAPTION: Criando novo Projeto Maven
#+LABEL:
[[./images/git/eclipse/l/novo-projeto-maven.png]]
------------------
One weird thing is that, if I generate the image using a ditaa source code,
this image got displayed correctly, but the others dont. Both are PNG
files.
Does anyone has any hint ?
Thanks in advance,
LEslie
--
Leslie H. Watter
[-- Attachment #2: Type: text/html, Size: 1023 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-display-inline-images not displaying images
2017-10-30 23:39 org-display-inline-images not displaying images Leslie Watter
@ 2017-10-31 7:49 ` Eric S Fraga
2017-10-31 17:08 ` Leslie Watter
2017-10-31 15:18 ` Xebar Saram
2017-10-31 18:36 ` Nicolas Goaziou
2 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2017-10-31 7:49 UTC (permalink / raw)
To: Leslie Watter; +Cc: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
On Monday, 30 Oct 2017 at 21:39, Leslie Watter wrote:
> Hi folks,
>
> Does the org-display-inline-images behavior was changed from 9.0.10 up ?
>
> I'm facing some trouble with it -- from 9.0.10 up images are'nt being
> displayed .
>
> Same configuration, the only change was org-version.
>
> How I'm calling:
>
> ------------------
>
> #+CAPTION: Criando novo Projeto Maven
> #+LABEL:
>
> [[./images/git/eclipse/l/novo-projeto-maven.png]]
> ------------------
Maybe (haven't tested) add the "file:" link type to the file name?
--
: Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-117-g5b2b8f
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-display-inline-images not displaying images
2017-10-30 23:39 org-display-inline-images not displaying images Leslie Watter
2017-10-31 7:49 ` Eric S Fraga
@ 2017-10-31 15:18 ` Xebar Saram
2017-10-31 18:36 ` Nicolas Goaziou
2 siblings, 0 replies; 5+ messages in thread
From: Xebar Saram @ 2017-10-31 15:18 UTC (permalink / raw)
To: Leslie Watter; +Cc: org-mode-email
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
i have exactly the same issue
happened after i upgraded org a few days ago from MELPA
On Tue, Oct 31, 2017 at 1:39 AM, Leslie Watter <watter@gmail.com> wrote:
> Hi folks,
>
> Does the org-display-inline-images behavior was changed from 9.0.10 up ?
>
> I'm facing some trouble with it -- from 9.0.10 up images are'nt being
> displayed .
>
> Same configuration, the only change was org-version.
>
> How I'm calling:
>
> ------------------
> #+CAPTION: Criando novo Projeto Maven
> #+LABEL:
> [[./images/git/eclipse/l/novo-projeto-maven.png]]
> ------------------
>
> One weird thing is that, if I generate the image using a ditaa source
> code, this image got displayed correctly, but the others dont. Both are PNG
> files.
>
> Does anyone has any hint ?
>
> Thanks in advance,
>
> LEslie
>
>
> --
> Leslie H. Watter
>
[-- Attachment #2: Type: text/html, Size: 1640 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-display-inline-images not displaying images
2017-10-31 7:49 ` Eric S Fraga
@ 2017-10-31 17:08 ` Leslie Watter
0 siblings, 0 replies; 5+ messages in thread
From: Leslie Watter @ 2017-10-31 17:08 UTC (permalink / raw)
To: Leslie Watter, org-mode-email
[-- Attachment #1: Type: text/plain, Size: 842 bytes --]
Thanks Eric,
changing ./images/.... to file:./images/....
Solved this issue.
Cheers,
LEslie
On Tue, Oct 31, 2017 at 5:49 AM, Eric S Fraga <esflists@gmail.com> wrote:
> On Monday, 30 Oct 2017 at 21:39, Leslie Watter wrote:
> > Hi folks,
> >
> > Does the org-display-inline-images behavior was changed from 9.0.10 up ?
> >
> > I'm facing some trouble with it -- from 9.0.10 up images are'nt being
> > displayed .
> >
> > Same configuration, the only change was org-version.
> >
> > How I'm calling:
> >
> > ------------------
> >
> > #+CAPTION: Criando novo Projeto Maven
> > #+LABEL:
> >
> > [[./images/git/eclipse/l/novo-projeto-maven.png]]
> > ------------------
>
> Maybe (haven't tested) add the "file:" link type to the file name?
>
> --
> : Eric S Fraga via Emacs 27.0.50, Org release_9.1.2-117-g5b2b8f
>
--
Leslie H. Watter
[-- Attachment #2: Type: text/html, Size: 1584 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org-display-inline-images not displaying images
2017-10-30 23:39 org-display-inline-images not displaying images Leslie Watter
2017-10-31 7:49 ` Eric S Fraga
2017-10-31 15:18 ` Xebar Saram
@ 2017-10-31 18:36 ` Nicolas Goaziou
2 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2017-10-31 18:36 UTC (permalink / raw)
To: Leslie Watter; +Cc: org-mode-email
Hello,
Leslie Watter <watter@gmail.com> writes:
> Hi folks,
>
> Does the org-display-inline-images behavior was changed from 9.0.10 up ?
>
> I'm facing some trouble with it -- from 9.0.10 up images are'nt being
> displayed .
>
> Same configuration, the only change was org-version.
>
> How I'm calling:
>
> ------------------
>
> #+CAPTION: Criando novo Projeto Maven
> #+LABEL:
>
> [[./images/git/eclipse/l/novo-projeto-maven.png]]
> ------------------
>
> One weird thing is that, if I generate the image using a ditaa source code,
> this image got displayed correctly, but the others dont. Both are PNG
> files.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-10-31 18:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-30 23:39 org-display-inline-images not displaying images Leslie Watter
2017-10-31 7:49 ` Eric S Fraga
2017-10-31 17:08 ` Leslie Watter
2017-10-31 15:18 ` Xebar Saram
2017-10-31 18: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.