0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:36:26 +00:00

Fix typo.

This commit is contained in:
Carsten Dominik 2008-11-17 10:02:09 +01:00
parent 0d36db1d39
commit 8c60f9ee12

View file

@ -2160,7 +2160,7 @@ backends, it converts the segment into an EXAMPLE segment."
(cond
(htmlp
;; We are exporting to HTML
(require 'htmlize nit t)
(require 'htmlize nil t)
(if (not (fboundp 'htmlize-region-for-paste))
(progn
;; we do not have htmlize.el, or an old version of it