From 95cb6cea454fef42e98f06aa03bad5a98d7f9f11 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 17 Jul 2008 09:27:30 -0700 Subject: [PATCH] Ass "example" class to exported examples. --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index fa4d15d3b..a203fca70 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2933,7 +2933,7 @@ lang=\"%s\" xml:lang=\"%s\"> (insert (org-html-protect line) "\n") (throw 'nextline nil)) - ;; verbatim lines + ;; Fixed-width, verbatim lines (examples) (when (and org-export-with-fixed-width (string-match "^[ \t]*:\\(.*\\)" line)) (when (not infixed)