* escape square brackets to express literal [[]] without link magic?
@ 2013-01-18 18:06 Loyall, David
2013-01-24 13:22 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Loyall, David @ 2013-01-18 18:06 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
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.
[-- Attachment #2: Type: text/html, Size: 2539 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: escape square brackets to express literal [[]] without link magic?
2013-01-18 18:06 escape square brackets to express literal [[]] without link magic? Loyall, David
@ 2013-01-24 13:22 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-01-24 13:22 UTC (permalink / raw)
To: Loyall, David; +Cc: emacs-orgmode@gnu.org
Hi David,
"Loyall, David" <david.loyall@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-24 14:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-18 18:06 escape square brackets to express literal [[]] without link magic? Loyall, David
2013-01-24 13:22 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).