Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Fix embeded html.
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
  • Loading branch information
Sébastien Gross authored and Sébastien Gross committed Feb 8, 2013
1 parent ea60ffc commit 753dfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/sample.org
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#+TITLE: o-blog
#-DESCRIPTION: A stand-alone blogging system for Org-mode.
#+DATE: 2013-02-08 19:05:49
#+DATE: 2013-02-08 19:33:26

#+STARTUP: logdone

Expand Down Expand Up @@ -296,7 +296,7 @@ a wide range of devices.

Templates, which are a big part of the [[https://github.com/renard/o-blog][o-blog]] export process, are
HTML-based files. Within templates, Lisp code can be interpreted as
long as =<lisp>= tags surrounds the code.
long as =&lt;lisp>= tags surrounds the code.

#+begin_src html
<h1><lisp>(ob:blog-title BLOG)</lisp></h1>
Expand Down

0 comments on commit 753dfbb

Please sign in to comment.