Hello everyone,
Org Mode publishing management system requires all links to svg
images
to be relative. For example, old preview system placed all the svg
images for latex preview in folder =./ltximg= and links in
the exported html file were included like that
<img
src="ltximg/org-tex-b3e4ba3053aefb6c18579185df257dd81f392ef7.svg"
... />,
all the images in the published project were handled correctly.
But in the org-latex-preview system they are exported like
<img
src="FULL-PATH-TO-IMAGES-FOLDER/org-tex-b3e4ba3053aefb6c18579185df257dd81f392ef7.svg"
.../>,
even when org-latex-preview-cache variable is set to "./preview/"
in the
relative form. Links are handled incorrently in the published
project,
and svg links on the website point to nothing on remote machine.
I don't know how to avoid absolute path naming, anyone faced this
issue?
Best wishes,
Yaroslav