浏览代码

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 年之前
父节点
当前提交
04226b1c2d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)