Browse Source

Fix problem with unknown variable in org-exp-blocks.el

Carsten Dominik 16 years ago
parent
commit
95a4be9088
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/lisp/org-exp-blocks.el

+ 2 - 0
contrib/lisp/org-exp-blocks.el

@@ -73,6 +73,8 @@
 ;; `org-export-blocks-add-block' to add your block type to
 ;; `org-export-blocks-add-block' to add your block type to
 ;; `org-export-blocks'.
 ;; `org-export-blocks'.
 
 
+(require 'org)
+
 (defun org-exp-blocks-set (var value)
 (defun org-exp-blocks-set (var value)
   "Set the value of `org-export-blocks' and install fontification."
   "Set the value of `org-export-blocks' and install fontification."
   (set var value)
   (set var value)