A micro task-manager for managing nested stacks of tasks.
This package is not on MELPA so it must be installed manually (ie by adding rabbit-hole.el to your load path).
You will need to configure the following settings:
rabbit-hole-file
should be an org-mode file that contains where you want to store your task tree.rabbit-hole-header
should be the text of the headline under which you want to save your task tree.
The package has the following interactive commands:
rabbit-hole
view the rabbit-hole bufferrabbit-hole-go-deeper
adds a nested task itemrabbit-hole-pop
removes the item at the top of the stackrabbit-hole-continue
continues the topmost stream of tasks
- >
rabbit-hole-go-deeper
- <
rabbit-hole-pop
- .
rabbit-hole-continue
- q
quit