46

GitHub - gizmomogwai/org-kanban: Kanban table for org-mode

 5 years ago
source link: https://github.com/gizmomogwai/org-kanban
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

readme.org

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

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 Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK