소스 검색

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

Thanks to Matt Lundin for reporting this.
Bastien Guerry 14 년 전
부모
커밋
17351b924f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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