Bastien Guerry 12 years ago
parent
commit
952100a8a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lisp/ox-org.el

+ 2 - 2
lisp/ox-org.el

@@ -35,6 +35,8 @@
   :version "24.4"
   :version "24.4"
   :package-version '(Org . "8.0"))
   :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
 (defcustom org-org-htmlized-css-url nil
   "URL pointing to the CSS defining colors for htmlized Emacs buffers.
   "URL pointing to the CSS defining colors for htmlized Emacs buffers.
 Normally when creating an htmlized version of an Org buffer,
 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
   :type '(choice
 	  (const :tag "Don't include external stylesheet link" nil)
 	  (const :tag "Don't include external stylesheet link" nil)
 	  (string :tag "URL or local href")))
 	  (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
 (org-export-define-backend org
   ((babel-call . org-org-identity)
   ((babel-call . org-org-identity)