summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-04 07:36:54 +0100
committerBastien Guerry <bzg@altern.org>2013-03-04 07:36:54 +0100
commit952100a8a1f2d25fd2f3ed5cf517b8cf9c3e28a5 (patch)
treeb85ff880d7c6b843314fa54b0fbdda0ff48adbef
parentc956672bb934b846eefabcc7c598e1f8a87e0055 (diff)
downloadorg-mode-952100a8a1f2d25fd2f3ed5cf517b8cf9c3e28a5.tar.gz
Fix typo
-rw-r--r--lisp/ox-org.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ox-org.el b/lisp/ox-org.el
index 7f43c1d..373589f 100644
--- a/lisp/ox-org.el
+++ b/lisp/ox-org.el
@@ -35,6 +35,8 @@
:version "24.4"
:package-version '(Org . "8.0"))
+(define-obsolete-variable-alias
+ 'org-export-htmlized-org-css-url 'org-org-htmlized-css-url "24.4")
(defcustom org-org-htmlized-css-url nil
"URL pointing to the CSS defining colors for htmlized Emacs buffers.
Normally when creating an htmlized version of an Org buffer,
@@ -49,8 +51,6 @@ setting of `org-html-htmlize-output-type' is 'css."
:type '(choice
(const :tag "Don't include external stylesheet link" nil)
(string :tag "URL or local href")))
-(define-obsolete-variable-alias
- 'org-export-htmlized-org-css-url org-org-htmlized-css-url "24.4")
(org-export-define-backend org
((babel-call . org-org-identity)