Skip to content

tabfugnic/org-retro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Running retros in emacs with orgmode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published