summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-03-03 22:50:07 -0500
committerKyle Meyer <kyle@kyleam.com>2021-03-03 22:51:09 -0500
commit4d463ee4baf8a7ce8b7c633149a9452bc70ef557 (patch)
treeaab452c8ec823bb27c9a2c540dc97f18b88b3b08
parent16b5ee0efb5592f78faeffa07048bfe741331a18 (diff)
downloadorg-mode-4d463ee4baf8a7ce8b7c633149a9452bc70ef557.tar.gz
ORG-NEWS: Add entry for org-clock-ask-before-exiting
-rw-r--r--etc/ORG-NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 13c4179..6ecc1f1 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