1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00

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

Thanks to Matt Lundin for reporting this.
This commit is contained in:
Bastien Guerry 2011-02-17 17:38:57 +01:00
parent c7700d7bbe
commit 17351b924f

View File

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