• Stars
    star
    377
  • Rank 113,535 (Top 3 %)
  • Language
    Emacs Lisp
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A package for using GTD with org-mode

NOTICE

This is org-gtd 3.0.0.

Check documentation in doc/ (and the info manual within emacs itself) if you’re upgrading. Please report all defects as Github issues.

Use existing tags if you’d rather stick to a pre-3.0 version.

Sponsorship

I’ve put many hours of reading, research, and coding, to put this together. If it delivers value to you, helps you manage your life, please consider sponsoring (Github sponsors or Patreon) and allowing me to continue putting work into this package and other projects.

Org GTD

This package tries to replicate as closely as possible the GTD workflow. This package assumes familiarity with GTD.

This package provides a system that allows you to capture incoming things into an inbox, then process the inbox and categorize each item based on the GTD categories. It leverages org-agenda to show today’s items as well as the NEXT items. It also has a simple project management system, which currently assumes all tasks in a project are sequential.

For a comprehensive instruction manual, see the documentation:

  • Either the info file (within emacs, C-h i m org gtd RET)
  • or in the doc/ directory of the repository, there is a .org file you can peruse.

The documentation also details how to upgrade from one version to another.

Whirlwind tour of the package

What follows is an incomplete description of the package. It is useful if you just want to take it for a test run. Read the full documentation for the full set of features and customizability.

GTD Meta

Modes:

org-gtd-mode
If you want to be able to refresh the org-agenda views and have all the org-gtd files included in your org-agenda-files, you’ll need this to be enabled.

Customizable variables:

org-gtd-directory
Directory where org-gtd will look for its files
org-gtd-areas-of-focus
List of strings representing Horizon 3. See Steps 4 and 6 for further details.

GTD Step 1/6 : Capture

Functions:

org-gtd-capture
A wrapper around org-capture. Use it to capture items into the GTD inbox. Will create the inbox file if it does not exist.

Customizable variables:

org-gtd-capture-templates
Defines behavior for org-gtd-capture.

GTD Step 2/6 : Process

Functions:

org-gtd-process-inbox
Start a loop around step 3 (Clarify) for every item in the inbox.

GTD Step 3/6 : Clarify

Functions:

org-gtd-clarify-item
Call this from any org heading to clarify this item as a one-off and organize it into org-gtd.
org-gtd-clarify-agenda-item
Call this from any item in the agenda to clarify this item and organize it into org-gtd.
org-gtd-clarify-switch-to-buffer
Call this to switch back to any existing clarify buffer. Use this instead of switching back through the normal flow, as this manages some state.

Keymaps:

org-gtd-clarify-map
Sparse keymap for minor mode used in the clarify buffer.

GTD Step 4/6 : Organize

Functions:

org-gtd-organize
Pop up a menu asking how to organize (e.g. single action, appointment, etc.) the item at point. Great function to bind on org-gtd-clarify-map.

Hooks:

org-gtd-organize-hooks
Series of functions that get called to decorate each item (e.g. org tags, org effort, etc.). Add org-gtd-set-area-of-focus to this one to set areas of focus on each item.

GTD Step 5/6 : Engage daily

Functions:

org-gtd-engage
Your daily view.
org-gtd-engage-grouped-by-context
All NEXT actions, grouped by tags beginning with @. This may not work if you remove org-set-tags-command from org-gtd-organize-hooks.

GTD Step 6/6 : Review

Functions:

org-gtd-oops
Show all the missed appointments. Oops!
org-gtd-review-area-of-focus
Show an agenda view designed for one of your areas of focus.
org-gtd-review-stuck-*
The * here is any of the action types; you can find any of the ones that have fallen through the cracks.

Directory tree

dev
used as a jail environment. Copy somewhere else and spin up with $ HOME="dev/" emacs.
doc
where the documentation lives
test
where the tests are

Community

If you want help, you can open an issue right on Github.

You’re also welcome to join my discord server for all conversations related to org-gtd in particular and GTD in general. Many of the ideas for org-gtd came out of my reading the GTD book, and then reading some sections multiple times, but I am in no way an expert. Defining the GTD domain, which is to say, getting to clear nomenclature with clear actions, is still a work in progress.

Animated demos of org-gtd

Projects

doc/project.gif

More Repositories

1

sqlup-mode.el

An emacs minor mode to upcase SQL keyword and functions
Emacs Lisp
87
star
2

dwarlixir

A dwarf-fortress clone / MUD / side project in Elixir
Elixir
50
star
3

SGFParser

A Ruby library to parse SGF (Smart Game Format) files, best-known for holding weiqi / go game records
Ruby
35
star
4

dw-mud

A tintin++ configuration for the Discworld MUD client, including color and sound triggers. Maintained fork of Dextar's work.
Shell
14
star
5

ultisnips-rspec

RSpec snippets for ultisnip
Vim Script
4
star
6

dotfiles

The userspace config that makes me happy.
Shell
4
star
7

.emacs.d

Where the emacs config doth live
Emacs Lisp
3
star
8

elixir-packages

Idiomatic elixir packages
2
star
9

dfworldgen

A website to store/show/rate Dwarf Fortress world generation seeds
Ruby
2
star
10

such_doge_very_wow

Ruby gem to parse DSON (Doge Serialized Object Notation)
Ruby
2
star
11

ClassTestSplitter

A vim plugin to easily create a split window with a Ruby class and the associated test Class.
Vim Script
2
star
12

mock_behaviour

A tool to help create mocks for your Elixir behaviours, specifically intended for use with external services
Elixir
2
star
13

lemur3000

The slackbot for the Lemurs
CoffeeScript
2
star
14

insane-hook

The command pattern (ish) in Ruby, using a DSL
Ruby
2
star
15

mud_with_phoenix

Elixir
2
star
16

emacs-colortheme

A color scheme more or less from scratch
Emacs Lisp
1
star
17

timed-outline

Ruby
1
star
18

jellybeans-syntax

syntax theme for Atom editor inspired by nanotech's jellybeans color scheme for vim
CSS
1
star
19

sicp-digital-circuits

Digital Circuits exercise from SICP Chapter 3
Elixir
1
star
20

sgf-elixir

An Elixir library to parse SGF games
Elixir
1
star
21

event-sourcing-demo-react

Shows what you want out of event-sourcing, very basic, built in react
JavaScript
1
star
22

ruby-mud

A Ruby MUD server. Current project status: toy
Ruby
1
star
23

sqlup-talk

Diving into emacs lisp by following the trail left by sqlup-mode.el
JavaScript
1
star