Hi William,

William Crandall <bc3141...@gmail.com> writes:

> Drupal inline image syntax is:
>
>   <img src="/sites/default/files/images/BC.png" alt="BC">
>
> Default Org-mode html-export, for  [[/sites/a.png]]  seems to be:
>
>   <img src="file://g:/sites/a.png"  alt="file://g:/sites/a.png" />

Nicolas export engine does it right :

  <img src="/sites/a.png"  alt="a.png"/>

To use it, please pull from the git master repository then

- add the "contrib/" directory to your load-path
- (require 'org-export)
- M-x org-export-dispatch h

HTH,

-- 
 Bastien

Reply via email to