Explorar el Código

org-clock.el: require 'org-exp to set `org-export-default-language'.

Thanks to Matt Lundin for reporting this.
Bastien Guerry hace 14 años
padre
commit
17351b924f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lisp/org-clock.el

+ 1 - 0
lisp/org-clock.el

@@ -29,6 +29,7 @@
 ;; This file contains the time clocking code for Org-mode
 
 (require 'org)
+(require 'org-exp)
 ;;; Code:
 
 (eval-when-compile