Browse Source

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.
Bastien Guerry 12 years ago
parent
commit
04226b1c2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-mouse.el

+ 1 - 1
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)