Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 3.79 KB

README.org

File metadata and controls

68 lines (56 loc) · 3.79 KB

gtd layer

img/gtd.png

Table of Contents

Description

This spacemacs layer is based on the web document ”Org Mode - Organize Your Life In Plain Text!” by Bernt Hansen. AFAIK, his document is the most comprehensive tutorial you could find on the Internet. It is very helpful for those who want to learn org-mode for GTD.

The original document is also included, though some settings here may be different from the documented version. I modified it a bit to make it fit in with the Spacemacs layer frame.

IMPORTANT You’d better put this layer behind org layer, otherwise it will increase launch time significantly. I haven’t figured out why. Any help will be appreciated.

Install

First, clone from GitHub:

cd ~/.emacs.d/private
git clone https://github.com/et2010/org-gtd.git gtd

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(gtd))

Key bindings

Key BindingDescriptionUsed
F12Agenda (1 key less than C-c a)Very Often
C-c bSwitch to org fileVery Often
S-F11Goto currently clocked itemVery Often
C-c cCapture a taskVery Often
C-F11Clock in a task (show menu with prefix)Often
f9 gGnus - I check mail regularlyOften
f5Show todo items for this subtreeOften
S-f5WidenOften
f9 bQuick access to bbdb dataOften
f9 cCalendar accessOften
C-S-f12Save buffers and publish current projectOften
C-c lStore a link for retrieval with C-c C-lOften
f8Go to next org file in org-agenda-filesSometimes
f9 rBoxquote selected regionSometimes
f9 tInsert inactive timestampSometimes
f9 vToggle visible mode (for showing/editing links)Sometimes
C-f9Previous bufferSometimes
C-f10Next bufferSometimes
C-x n rNarrow to regionSometimes
f9 fBoxquote insert a fileSometimes
f9 iInfo manualSometimes
f9 IPunch Clock InSometimes
f9 OPunch Clock OutSometimes
f9 oSwitch to org scratch bufferSometimes
f9 sSwitch to scratch bufferSometimes
f9 SSave all org buffersRare
f9 hHide other tasksRare
f10Toggle line truncation/wrapRare
f9 TToggle insert inactive timestampRare
C-c aEnter Agenda (minimal emacs testing)Rare