branch: master
commit 137f24e2fbdb6ea97526d04e5ca6e3a808417d04
Author: Thomas Fitzsimmons <[email protected]>
Commit: Thomas Fitzsimmons <[email protected]>
Excorporate: Document new interactive functions
* packages/excorporate/excorporate.texi (Usage): Document usage of
new Org buffer interactive functions.
---
packages/excorporate/excorporate.info | 24 +++++++++++++++++++++---
packages/excorporate/excorporate.texi | 15 +++++++++++++++
2 files changed, 36 insertions(+), 3 deletions(-)
diff --git a/packages/excorporate/excorporate.info
b/packages/excorporate/excorporate.info
index 52ac30e..05f24f6 100644
--- a/packages/excorporate/excorporate.info
+++ b/packages/excorporate/excorporate.info
@@ -1,4 +1,4 @@
-This is excorporate.info, produced by makeinfo version 6.6 from
+This is excorporate.info, produced by makeinfo version 6.7 from
excorporate.texi.
Copyright (C) 2016 Free Software Foundation, Inc.
@@ -125,6 +125,19 @@ retrieved events. By default,
'excorporate-calendar-show-day-function'
is set to 'exco-org-show-day' which displays meetings in a temporary
read-only Org Mode buffer named '*Excorporate*'.
+ In the '*Excorporate*' buffer, you can run 'M-x
+exco-org-decline-meeting-request' to decline a meeting request. To
+provide a response message, 'C-u M-x exco-org-decline-meeting-request'.
+Likewise for accepting ('exco-org-accept-meeting-request')or tentatively
+accepting ('exco-org-accept-meeting-request') meeting requests.
+
+ A meeting is a calendar event to which at least one other person is
+invited. To cancel a meeting (or an occurence of a recurring meeting)
+that you organized, use 'M-x exco-org-cancel-meeting'.
+
+ An appointment is a calendar item that has no invitees. To delete an
+appointment that you created, type 'M-x exco-org-delete-appointment'.
+
If you prefer, you can install the 'calfw' package, and set
'excorporate-calendar-show-day-function' to 'exco-calfw-show-day'.
@@ -232,7 +245,12 @@ Node: Top1103
Node: Installation2305
Node: Configuration2568
Node: Usage3588
-Node: Troubleshooting5006
-Node: Reporting Bugs7879
+Node: Troubleshooting5677
+Node: Reporting Bugs8550
End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End:
diff --git a/packages/excorporate/excorporate.texi
b/packages/excorporate/excorporate.texi
index 3766266..8db33d9 100644
--- a/packages/excorporate/excorporate.texi
+++ b/packages/excorporate/excorporate.texi
@@ -139,6 +139,21 @@ view of retrieved events. By default,
@code{exco-org-show-day} which displays meetings in a temporary
read-only Org Mode buffer named @code{*Excorporate*}.
+In the @code{*Excorporate*} buffer, you can run @kbd{M-x
+exco-org-decline-meeting-request} to decline a meeting request. To
+provide a response message, @kbd{C-u M-x
+exco-org-decline-meeting-request}. Likewise for accepting
+(@code{exco-org-accept-meeting-request})or tentatively accepting
+(@code{exco-org-accept-meeting-request}) meeting requests.
+
+A meeting is a calendar event to which at least one other person is
+invited. To cancel a meeting (or an occurence of a recurring meeting)
+that you organized, use @kbd{M-x exco-org-cancel-meeting}.
+
+An appointment is a calendar item that has no invitees. To delete an
+appointment that you created, type @kbd{M-x
+exco-org-delete-appointment}.
+
If you prefer, you can install the @code{calfw} package, and set
@code{excorporate-calendar-show-day-function} to
@code{exco-calfw-show-day}.