From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Drupal syntax on html-export for image links Date: Thu, 24 May 2012 11:01:25 +0200 Message-ID: <87wr42j6l6.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXTuT-0006AR-Ec for emacs-orgmode@gnu.org; Thu, 24 May 2012 05:00:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXTuO-00077d-Py for emacs-orgmode@gnu.org; Thu, 24 May 2012 05:00:41 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:58996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXTuO-00076a-GZ for emacs-orgmode@gnu.org; Thu, 24 May 2012 05:00:36 -0400 Received: by wgbds1 with SMTP id ds1so6093580wgb.30 for ; Thu, 24 May 2012 02:00:33 -0700 (PDT) In-Reply-To: (William Crandall's message of "Wed, 23 May 2012 21:55:13 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: William Crandall Cc: emacs-orgmode@gnu.org Hi William, William Crandall writes: > Drupal inline image syntax is: > >   BC > > Default Org-mode html-export, for  [[/sites/a.png]]  seems to be: > >   file://g:/sites/a.png Nicolas export engine does it right : 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