浏览代码

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

Carsten Dominik 16 年之前
父节点
当前提交
95a4be9088
共有 1 个文件被更改,包括 2 次插入0 次删除
  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'.
 
+(require 'org)
+
 (defun org-exp-blocks-set (var value)
   "Set the value of `org-export-blocks' and install fontification."
   (set var value)