Hi David,

"Loyall, David" <david.loy...@nebraska.gov> writes:

> Does org-mode have an escape mechanism?

The new exporter handles links like =[[!img]]= correctly.

Download Org: orgmode.org/org-7.9.3d.tar.gz

Add the contrib lisp directory:

(add-to-list 'load-path "~/org-7.9.3d/lisp/")
(add-to-list 'load-path "~/org-7.9.3d/contrib/lisp/" t)

(require 'org-export)
(require 'org-e-html)

M-x org-export-dispatch RET h H 

and you will have a buffer with the correct HTML output.

HTH,

-- 
 Bastien

Reply via email to