From 04226b1c2d9470084ff1c36ed34120904d581693 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 10 Apr 2013 15:22:56 +0200 Subject: [PATCH] org-mouse.el (org-mouse-agenda-context-menu): Fix a function's name * org-mouse.el (org-mouse-agenda-context-menu): Fix a function's name. --- lisp/org-mouse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mouse.el b/lisp/org-mouse.el index fac43e4bc..fbdc7fb85 100644 --- a/lisp/org-mouse.el +++ b/lisp/org-mouse.el @@ -1056,7 +1056,7 @@ This means, between the beginning of line and the point." ["Convert" org-agenda-convert-date (org-agenda-check-type nil 'agenda 'timeline)] "--" - ["Create iCalendar file" org-export-icalendar-combine-agenda-files t]) + ["Create iCalendar file" org-icalendar-combine-agenda-files t]) "--" ["Day View" org-agenda-day-view :active (org-agenda-check-type nil 'agenda)