Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
> Kaushal Modi writes: > Hello Colin, Eric: First of all, thanks for checking things on > your end, and apologize for the noise. > I had an experimental setting of image-type-header-regexps lying > in my Emacs config and that messed up the SVG inlining. > All good now.

Re: [O] Displaying inline svg images

2019-01-09 Thread Eric S Fraga
On Wednesday, 9 Jan 2019 at 11:16, Kaushal Modi wrote: > First of all, thanks for checking things on your end, and apologize > for the noise. No worries and I'm glad you got it sorted. These are complex systems and hence quite fragile (unfortunately). I spent quite some time this morning fighti

Re: [O] Displaying inline svg images

2019-01-09 Thread Kaushal Modi
Hello Colin, Eric: First of all, thanks for checking things on your end, and apologize for the noise. I had an experimental setting of image-type-header-regexps lying in my Emacs config and that messed up the SVG inlining. All good now.

Re: [O] Displaying inline svg images

2019-01-09 Thread Eric S Fraga
On Wednesday, 9 Jan 2019 at 06:53, Kaushal Modi wrote: > I see that you are running Emacs master. Can you also report the git > hash used to build it? Also, what is your imagemagick version? According to dpkg, emacs-snapshot 2:2018+emacs-26.1-3391-ga004d3bbbae-1 imagemagick8:6.9.10.14+df

Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
> Kaushal Modi writes: --- snip > Great! So any regression in Org mode 9.2 is ruled out :) > I need to see what's different in my environment: Emacs version, > imagemagick version. > Later today, I'll find out my imagemagick version, and also try > running my exam

Re: [O] Displaying inline svg images

2019-01-09 Thread Kaushal Modi
> > Thanks Eric, Colin. Please see my further questions below. > Eric S Fraga writes: > > > Your example works fine for me but I am using a slightly old > > version of org so maybe something has changed? > > > -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442 >

Re: [O] Displaying inline svg images

2019-01-09 Thread Colin Baxter
> Eric S Fraga writes: > On Wednesday, 9 Jan 2019 at 00:25, Kaushal Modi wrote: >> Hello, >> >> I am unable to display inline SVG images. > Your example works fine for me but I am using a slightly old > version of org so maybe something has changed? > -- Eric S

Re: [O] Displaying inline svg images

2019-01-08 Thread Eric S Fraga
On Wednesday, 9 Jan 2019 at 00:25, Kaushal Modi wrote: > Hello, > > I am unable to display inline SVG images. Your example works fine for me but I am using a slightly old version of org so maybe something has changed? -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1035-gfeb442

[O] Displaying inline svg images

2019-01-08 Thread Kaushal Modi
Hello, I am unable to display inline SVG images. Here is the minimum reproducible example: 1. I have org-image-actual-width defcustom at its default value of t. 2. Here is the Org file: = #+startup: inlineimages [[file:red-blue-squares.svg]] = 3. Here is the example SVG file. Put it i