aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-06-08 03:26:58 +0100
committerArun Isaac2025-06-08 03:26:58 +0100
commitf5f7bd5e2c276a2c3a22039d9cd4f24427a5fd13 (patch)
treec6ff8c7353486475b1009bc602114707f8854424
parent5a1548afa282b12b02e0bfbe6a7532ecdf005d3f (diff)
downloadvaruga-f5f7bd5e2c276a2c3a22039d9cd4f24427a5fd13.tar.gz
varuga-f5f7bd5e2c276a2c3a22039d9cd4f24427a5fd13.tar.lz
varuga-f5f7bd5e2c276a2c3a22039d9cd4f24427a5fd13.zip
Unfill paragraphs.HEADmain
We prefer soft line-wraps using `visual-fill-column-mode'. * README.md: Unfill paragraphs.
-rw-r--r--README.md15
1 files changed, 3 insertions, 12 deletions
diff --git a/README.md b/README.md
index 371622a..66fdfe0 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,9 @@
[![MELPA](https://melpa.org/packages/varuga-badge.svg)](https://melpa.org/#/varuga)
[![Laminar](https://ci.systemreboot.net/badge/varuga.svg)](https://ci.systemreboot.net/jobs/varuga)
-Send ical calendar invites using your Emacs mail client. These
-invites are similar to those produced by Google Calendar, Outlook
-Calendar, etc. and are compatible with them.
+Send ical calendar invites using your Emacs mail client. These invites are similar to those produced by Google Calendar, Outlook Calendar, etc. and are compatible with them.
-varuga populates a message mode buffer with an ical MIME part (using
-MML, the MIME Meta Language). It also adds a plain text part listing
-the time of the event in various configured timezones.
+varuga populates a message mode buffer with an ical MIME part (using MML, the MIME Meta Language). It also adds a plain text part listing the time of the event in various configured timezones.
All dates and times you enter into varuga are in your local timezone. varuga automatically converts these into a set of configured timezones (specified in `varuga-clock-list`) for your correspondents' benefit.
@@ -25,12 +21,7 @@ In a message mode buffer, run `M-x varuga-invite`, and enter the event details.
# Natural language date-time and event duration specification
-varuga uses the very flexible `org-read-date` to read the date and
-time of the event from a natural language
-specification. `org-read-date` assumes that most of the time you want
-to enter a date in the future: if you omit the month/year and the
-given day/month is *before* today, it assumes that you mean a future
-date. See [*The date/time prompt* in the Org mode manual](https://orgmode.org/manual/The-date_002ftime-prompt.html) for more details. Here are a few examples of date-time specifications. All the examples below assume that the current date-time is June 16, 2024 7 am.
+varuga uses the very flexible `org-read-date` to read the date and time of the event from a natural language specification. `org-read-date` assumes that most of the time you want to enter a date in the future: if you omit the month/year and the given day/month is *before* today, it assumes that you mean a future date. See [*The date/time prompt* in the Org mode manual](https://orgmode.org/manual/The-date_002ftime-prompt.html) for more details. Here are a few examples of date-time specifications. All the examples below assume that the current date-time is June 16, 2024 7 am.
```
25-2-5 1pm ⇒ 2025-02-05 1300
2/5/25 1am ⇒ 2025-02-05 0100