This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/org-repo-todo
2014-11-26 18:22:37 -05:00
..
org-repo-todo Added org-repo-todo layer 2014-11-26 18:22:37 -05:00
extensions.el Added org-repo-todo layer 2014-11-26 18:22:37 -05:00
README.md Added org-repo-todo layer 2014-11-26 18:22:37 -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

    (evil-leader/set-key
      "oct"  'ort/capture-todo
      "occ"  'ort/capture-todo-check
      "ogt"  'ort/goto-todos
      )

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