No description
Find a file
2019-09-04 19:55:51 +02:00
.envrc Use test dataset and configuration when developing 2019-09-02 21:02:55 +02:00
.gitignore Use test dataset and configuration when developing 2019-09-02 21:02:55 +02:00
.taskrc Use test dataset and configuration when developing 2019-09-02 21:02:55 +02:00
Makefile Add Makefile to generate test data 2019-09-02 22:17:46 +02:00
README.md Work on marks (WIP) 2019-05-08 20:06:13 +02:00
taskwarrior.el Derive from tabulated-number-mode (WIP) 2019-09-04 19:55:51 +02:00

Taskwarrior.el

An emacs frontend for taskwarrior.

Annotations

Taskwarrior already has the option to add annotations to a task.

(taskwarrior-create-task-from-dired-file) (taskwarrior-create-task-from-mu4e-mail)

Capture Templates

With taskwarrior you often spending way to many keystrokes on capturing metadata around a new task (Especially if you are a heavy user of UDA's). Capture templates to the rescue:

(taskwarrior-capture
  "Work task"
  "context:work customer:? project:?)

The ? automatically present autocompletion options based on task _unique in case of UDA or task _...

Review

Quiet often you want to review a list of different (taskwarrior-review '("contex:work" "context:school")