Explorar o código

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

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
95a4be9088
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)