From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: escape square brackets to express literal [[]] without link magic? Date: Thu, 24 Jan 2013 14:22:03 +0100 Message-ID: <87boceogw4.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyNiY-0003Wt-C8 for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 09:23:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TyNiW-0006aa-TG for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 09:23:50 -0500 Received: from mail-wg0-f45.google.com ([74.125.82.45]:62009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TyNiW-0006aQ-NJ for emacs-orgmode@gnu.org; Thu, 24 Jan 2013 09:23:48 -0500 Received: by mail-wg0-f45.google.com with SMTP id dq12so1417426wgb.0 for ; Thu, 24 Jan 2013 06:23:48 -0800 (PST) In-Reply-To: (David Loyall's message of "Fri, 18 Jan 2013 18:06:35 +0000") 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: "Loyall, David" Cc: "emacs-orgmode@gnu.org" Hi David, "Loyall, David" 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