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

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    7c3ffe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1e0ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383c19a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    225e9a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Changes:

    - 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.
    vHugoObject committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    6e514ff View commit details
    Browse the repository at this point in the history
  2. Added logDone to settings

    vHugoObject committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f7c32c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Updated the documentation to reflect logdone addition and the ability

    to use org-log-into-drawer setting with logdone
    vHugoObject committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    709b486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a613c View commit details
    Browse the repository at this point in the history
  3. Update org.unit.test.js

    vHugoObject committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    d1f818c View commit details
    Browse the repository at this point in the history