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

2013-01-24 Thread Bastien
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



[O] escape square brackets to express literal [[]] without link magic?

2013-01-18 Thread Loyall, David
Hello.

I want to add this item:
* TODO change img tags to wiki style [[!img]] tags

...But the square brackets get interpreted as links.

I tried \[\[!img\]\], but that shows up unescaped.

Does org-mode have an escape mechanism?

Thanks, cheers,
--Dave

p.s. I'm new to org-mode and I like it.  I'm excited about the ability to 
execute code from nodes.  Reminds me of leo-editor.