summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-08-05 18:59:51 +0200
committerBastien Guerry <bzg@altern.org>2012-08-05 18:59:51 +0200
commit2cd4333398e16ddb8d321c2ab6e4fac18733b500 (patch)
tree4accef1a02a46f5550e88fe6323df36e332cc7a6
parent97685b6b60c2f9d7307a68c35d9f620ad73a67fe (diff)
downloadorg-mode-2cd4333398e16ddb8d321c2ab6e4fac18733b500.tar.gz
Fix two compiler warnings.
-rw-r--r--lisp/org-colview.el1
-rw-r--r--lisp/org-icalendar.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index dd1a013..311781a 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -33,6 +33,7 @@
(declare-function org-agenda-redo "org-agenda" ())
(declare-function org-agenda-do-context-action "org-agenda" ())
+(declare-function org-clock-sum-today "org-clock" (&optional headline-filter))
(when (featurep 'xemacs)
(error "Do not load this file into XEmacs, use 'org-colview-xemacs.el'."))
diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el
index 824ac15..bbc8d83 100644
--- a/lisp/org-icalendar.el
+++ b/lisp/org-icalendar.el
@@ -326,7 +326,7 @@ When COMBINE is non nil, add the category to each line."
"DTSTART"))
hd ts ts2 state status (inc t) pos b sexp rrule
scheduledp deadlinep todo prefix due start tags
- tmp pri categories location summary desc uid alarm
+ tmp pri categories location summary desc uid alarm alarm-time
(sexp-buffer (get-buffer-create "*ical-tmp*")))
(org-refresh-category-properties)
(save-excursion