Browse Source

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

Thanks to Matt Lundin for reporting this.
Bastien Guerry 14 years ago
parent
commit
17351b924f
1 changed files with 1 additions and 0 deletions
  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