From 783c2abe7ca6e88e372dfbf86aae2cbaa321fed8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 11 May 2026 05:51:29 -0500 Subject: docs: document the per-event :CHIME_NOTIFY_BEFORE: property The README's migration note said the per-event reminder property had been removed. That's stale now that the property is back. I rewrote the line to point at :CHIME_NOTIFY_BEFORE: and the deprecated :WILD_NOTIFIER_NOTIFY_BEFORE: alias. I also added a "Per-Event Override" section to docs/CONFIGURATION.org covering the syntax, the no-inheritance behavior, malformed-value handling, and the alias's deprecation path. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 1ed2a0d..3606b86 100644 --- a/README.org +++ b/README.org @@ -215,7 +215,7 @@ If you're migrating from org-wild-notifier, update your configuration: - =org-wild-notifier-mode= → =chime-mode= - =org-wild-notifier-check= → =chime-check= -4. Note: The =:WILD_NOTIFIER_NOTIFY_BEFORE:= / =:CHIME_NOTIFY_BEFORE:= property has been removed. Use the global =chime-alert-intervals= variable instead. +4. The per-event reminder property is back. =:CHIME_NOTIFY_BEFORE: N= on a heading (N = a non-negative integer number of minutes) overrides =chime-alert-intervals= for that heading. The old =:WILD_NOTIFIER_NOTIFY_BEFORE:= name still works as a deprecated alias (chime warns once per session). See [[file:docs/CONFIGURATION.org][Configuration]] → "Per-Event Override". ** License :PROPERTIES: -- cgit v1.2.3