summaryrefslogtreecommitdiff
path: root/helm-org.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-03-22 21:33:03 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-03-22 21:33:03 +0100
commit7d8197acae733ace39e17d4fd289227605bda9f1 (patch)
tree67ec222d4ad6e5efb9486c9869d4c2ccd9f7ba40 /helm-org.el
parent9d238e6d532487ebd7572337499e275eb9f7ff6b (diff)
Fix warnings at compilation.
Diffstat (limited to 'helm-org.el')
-rw-r--r--helm-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-org.el b/helm-org.el
index c7a334e2..5c912a2e 100644
--- a/helm-org.el
+++ b/helm-org.el
@@ -19,6 +19,9 @@
(eval-when-compile (require 'cl))
(require 'helm)
(require 'helm-plugin)
+(require 'org)
+
+(declare-function org-get-current-options "ext:org-exp.el")
;;; Org headlines
;;