emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Drupal syntax on html-export for image links


From: Bastien
Subject: Re: [O] Drupal syntax on html-export for image links
Date: Thu, 24 May 2012 11:01:25 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi William,

William Crandall <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]