Hello,

Kaushal Modi <kaushal.m...@gmail.com> writes:

> #+HTML_LINK_ROOT: /tmp/site/static/
>
> An =image.png= exists as =/tmp/site/static/images/image.png=.
>
> * This is how the image links should have worked with the link root already
> specified
> [[/images/image.png]]

There is only one possible interpretation of this: look for the file at
"/images/image.png", which probably doesn't exist.

> - The =HTML_LINK_ROOT= should to appended to the front of the above link if
> that
>   concatenated path is a valid one.
> - Would also like =C-x C-o=, inline image display, etc. to work.
> - So a thought.. should the link root specification be made exporter
> agnostic?
> * This works after adding support for =HTML_LINK_ROOT= ..
> .. but
> - The link path becomes too long.
> - Need to hard-code the full path to the site/blog root directory before
> each of
>   such links.
> [[file:/tmp/site/static/images/image.png]]

ISTM you are looking after link abbreviations.

Regards,

-- 
Nicolas Goaziou

Reply via email to