ORG-NEWS: Add entry for org-clock-ask-before-exiting

This commit is contained in:
Kyle Meyer 2021-03-03 22:50:07 -05:00
parent 16b5ee0efb
commit 4d463ee4ba
1 changed files with 7 additions and 0 deletions

View File

@ -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