gizmomogwai / org-kanban

Kanban table for org-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kanban dynamic block for org-mode

https://img.shields.io/travis/gizmomogwai/org-kanban/master.svg?style=flat-square https://melpa.org/packages/org-kanban-badge.svg https://stable.melpa.org/packages/org-kanban-badge.svg

Inspired by some of the kanban resources for emacs out there (Emacs, org-mode, Kanban, Pomodoro… Oh my…, or kanban.el), I came up with this solution.

TL;TR

  • Open an org file and call `org-kanban/initialize-at-end`

Solution

It uses a custom org-mode dynamic block and provides some operations on the table rows.

Beware

org-kanban only works in org-buffers that have an underlying file.

If you wonder why your kanban board looks the wrong way around, please have a look here. If you do not like this behavior, just remove :mirrored t or set it to nil. You can use org-kanban/shift on a row, to move the TODO one keyword back or forth.

Walkthrough (see asciinema)

  • Open an org file with some todos e.g. org-kanban-demo.org
  • Move through all todos

Test the package

The quickest way to test the package in isolation is to run

docker run -it --rm alpine:latest /bin/sh
apk update
apk add emacs
emacs
(package-initialize)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)
(list-packages)
search for org-kanban and press i and x

About

Kanban table for org-mode

License:MIT License


Languages

Language:Emacs Lisp 85.0%Language:Gherkin 11.1%Language:Ruby 2.4%Language:Dockerfile 0.7%Language:TeX 0.6%Language:Shell 0.2%