emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] escape square brackets to express literal [[]] without link magi


From: Bastien
Subject: Re: [O] escape square brackets to express literal [[]] without link magic?
Date: Thu, 24 Jan 2013 14:22:03 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi David,

"Loyall, David" <address@hidden> 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

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