Re: possible fix for a bug in org-mode html export

2020-05-16 Thread Bibek Panthi
I verfied. It works well. Thanks! On Sat, 16 May, 2020, 11:15 PM Nicolas Goaziou, wrote: > Hello, > > bpanthi writes: > > > When exporting an org file containing latex fragments with option > > > > #+OPTIONS: tex:dvipng > > > > in the html file the png image src attribute's value is not a valid

Re: possible fix for a bug in org-mode html export

2020-05-16 Thread Nicolas Goaziou
Hello, bpanthi writes: > When exporting an org file containing latex fragments with option > > #+OPTIONS: tex:dvipng > > in the html file the png image src attribute's value is not a valid URI. >   while it should be src="file:///e:/dir/sth.png" ...>  for the browser to work. I have fixed it

possible fix for a bug in org-mode html export

2020-05-16 Thread bpanthi
When exporting an org file containing latex fragments with option #+OPTIONS: tex:dvipng in the html file the png image src attribute's value is not a valid URI.   while it should be src="file:///e:/dir/sth.png" ...>  for the browser to work. In my config I have  (setq org-preview-latex-image-d