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

More ways to clarify task #7

Open
2 of 4 tasks
Zyrohex opened this issue Oct 9, 2020 · 1 comment
Open
2 of 4 tasks

More ways to clarify task #7

Zyrohex opened this issue Oct 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Zyrohex
Copy link
Owner

Zyrohex commented Oct 9, 2020

I'm often working in a fast-paced environment where i'm working dozens of tasks a day, and setting the state of a TASK can be cumbersome. So I need a way to simply this and have emacs set task states for me.

The NEXT state based upon David Allen's GTD book is defined by:

  • Can commit to the next action
  • Action is clearly defined
  • Can be delegated
  • The TASK/PROJ has a deadline within the next 2 weeks

So to set my NEXT state appropriately my tasks should have what defined in them?

  • Context tag (@read @build)
  • Checkbox for action items ( - [ ] Complete task )
  • Has a schedule or deadline assigned to the task
  • Delegated (PROPERTY or TAG?)
@Zyrohex Zyrohex added the enhancement New feature or request label Oct 13, 2020
@Zyrohex
Copy link
Owner Author

Zyrohex commented Oct 13, 2020

Added a few condition checks that checks if a headline has the following conditions:

  1. Context tags
  2. Active or Completed checkboxes
  3. Subtasks Exists

The idea is if these conditions exist, set task states accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant