Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.54 KB

README.org

File metadata and controls

34 lines (24 loc) · 1.54 KB

Org Retro

org-retro is software that helps make retros easier to run.

Using orgmode as a base it extends it to provide a better presentation experience and shortcuts to do basic tasks.

Installation

Add org-retro.el to your load path and enable it.

(add-to-list 'load-path "/path/to/org-retro")
(require 'org-retro)

Usage

Open any *.retro file and it should automatically start org-retro-mode.

Using the org-retro-prefix key(default: C-c ;) you can use the following commands:

KeyDescription
<prefix> <return>Toggle between presentation mode
<prefix> nNavigate to next section, e.g. navigate to concerns
<prefix> pNavigate to previous section
<prefix> cClear plus numbers
<prefix> CClear entire documented except any sections that are tagged to be persisted
<prefix> aArchive document by creating a dated copy and clearing the document
<prefix> uIncrement +number by one
<prefix> UIncrement +number by requested amount