spacemacs/contrib/org-repo-todo
2014-11-30 21:09:33 -05:00
..
extensions/org-repo-todo Modified directory structure to be compliant with guidelines 2014-11-27 20:41:43 -05:00
extensions.el Make org-repo-todo bindings parts of <SPC> m prefix 2014-11-30 21:09:33 -05:00
README.md Make org-repo-todo bindings parts of <SPC> m prefix 2014-11-30 21:09:33 -05:00

What is this

This is a simple package for capturing and visiting todo items for the repository you are currently in. Under the hood it uses org-capture to provide a popup window for inputting org-mode checkboxed todo items (http://orgmode.org/manual/Checkboxes.html) or regular *TODO items that get saved to a TODO.org file in the root of the repository.

Keybindings

Key Binding       |                 Description

----------------------|------------------------------------------------------------ SPC c c | ort/capture-todo-check SPC c t | ort/capture-todo SPC g t | ort/goto-todos

Using the <SPC> u command prefix with either of these commands will capture/visit the todos in your user-emacs-directory instead.