Selaa lähdekoodia

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

Thanks to Matt Lundin for reporting this.
Bastien Guerry 14 vuotta sitten
vanhempi
commit
17351b924f
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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