0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-27 07:02:53 +00:00

Ass "example" class to exported examples.

This commit is contained in:
Carsten Dominik 2008-07-17 09:27:30 -07:00
parent bdcafa20a3
commit 95cb6cea45

View file

@ -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)