Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added the ability to create a closing entry when TODOS are marked done as per logdone #984

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

vHugoObject
Copy link

In reference to issue #980. There is now an option to create a closing entry when TODOS are marked done. This is disabled by default. This can be enabled in the Organice settings, for a specific file using "#+STARTUP: logdone" or for a specific header by adding ":LOGGING: logdone" as a drawer property. The default behavior when enabled is to add the closing entry to the header. However, this setting will add the closing entry to your logbook drawer if you have org-log-into-drawer enabled in the Organice settings as well. The documentation has been updated to reflect this new addition.

- Added logDone to the advanceTodoState action
- Revised the integration tests I added for advanceTodoState
- Added new unit tests for advanceTodoState
- Added LogDone, which uses the newly added functions addLogNote or addLogBookEntry to add a closing entry.
to use org-log-into-drawer setting with logdone
@vHugoObject vHugoObject changed the title Added the ability to create a closing entry when TODOS are marked done as per logdone feat: Added the ability to create a closing entry when TODOS are marked done as per logdone Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant