From 4d463ee4baf8a7ce8b7c633149a9452bc70ef557 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 3 Mar 2021 22:50:07 -0500 Subject: [PATCH] ORG-NEWS: Add entry for org-clock-ask-before-exiting --- etc/ORG-NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 13c417919..6ecc1f1f1 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -94,6 +94,13 @@ When specifying a custom agenda bulk option, you can now also specify a function which collects the arguments to be used with each call to the custom function. +*** New option ~org-clock-ask-before-exiting~ + +By default, a function is now added to ~kill-emacs-query-functions~ +that asks whether to clock out and save when there's a running clock. +Customize ~org-clock-ask-before-exiting~~ to nil to disable this new +behavior. + ** New features *** =ob-python= improvements to =:return= header argument