> Is it possible to produce a report of all tasks with deadlines ?
example as a discussion starting point:
$locate --regex "/path/to/Plans/[^2][^0]*.muse"|\
xargs egrep "^#(A|B|C). .*{{Deadline: .*}}.*"
This supposes the use of updatedb, but could be replaced by find or other (ls).
Additional pipe'ing may be necessary to avoid the same task to be displayed
several times (probably by use of planner-id).
Given that:
. walking the tasks is slow (e.g. planner-list-unfinished-tasks)
. planner is text
external methods, that is methods not using emacs lisp may be useful.
For example, this could be combined with beagle-like indexing tools.
OTOH, this could be added to existing reporting packages like
planner-accomplishments.
PS: this seems more a planner-el-discuss thing?
--
sr
_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss