• Stars
    star
    239
  • Rank 168,308 (Top 4 %)
  • Language
    Emacs Lisp
  • License
    MIT License
  • Created over 8 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kanban table for org-mode

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

More Repositories

1

magit

emacs stripped down to magit-status
Emacs Lisp
29
star
2

colored

A minimalistic console coloring library.
D
7
star
3

org-tagged

Created tables from the tags on your tasks.
Emacs Lisp
6
star
4

hexql

Hex Viewer Plugin for quicklook
Objective-C
3
star
5

asciitable

Simple asciitable for d
D
3
star
6

emacs_tutorial

Tutorial how to develop something for emacs
Emacs Lisp
2
star
7

RakePP

Rake Helper for CPP Projects
Ruby
2
star
8

demacs

Stripped down emacs configuration for dlang development with serve-d and eglot
Emacs Lisp
2
star
9

com.flopcode.android.interpolator

Show some of the interpolators that are included in android
Java
1
star
10

cxxproject_valgrind

Valgrind support for cxxproject
Ruby
1
star
11

slideshow

Calendar slideshow for raspi.
Lua
1
star
12

toggle-friend-file

Toggle Friend File For Emacs
Emacs Lisp
1
star
13

tagged_files

Ruby
1
star
14

org-clocktable-ui

Simple ui for emacs clocktables
Emacs Lisp
1
star
15

performance

Comparing the performance of d, java and cpp in microbenchmarks
C++
1
star
16

packageversion

Create a simple package version for your d projects.
D
1
star
17

pc4d

Parser Combinators For D
D
1
star
18

d-exceptions

Experiments with dlang exceptions
D
1
star
19

profiled

Profiler for dlang compatible with https://ui.perfetto.dev
D
1
star
20

gitconfig

my gitconfig
1
star
21

d_compiler

make gdc, ldc, dmd available
Ruby
1
star
22

desktop

My Desktop settings
Shell
1
star
23

www.flopcode.com

Haml
1
star
24

parallel_rake

patch to execute rake in parallel
Ruby
1
star
25

dime

Simple time implementation in dlang
D
1
star
26

gerrit2jiracomment

Make jira comments based on gerrit commit messages
Ruby
1
star
27

com.flopcode.android.laufwunder

A tool to time your runs
Java
1
star
28

treemap

Treemaps for D.
D
1
star
29

cxxproject_tutorials

git repositories of cxx-project tutorials
C++
1
star
30

com.flopcode.android.contextmenu

a good looking contextmenu
Java
1
star
31

gizmos_emacs_config_2

My Emacs Configuration
Emacs Lisp
1
star
32

dot-files

my dot-files
Shell
1
star
33

ponies

Some horsepowers to speedup your project setup.
D
1
star
34

gizmomogwai.github.com

HTML
1
star
35

androidlogger4d

Logger for std.experimental.logger with android like output.
D
1
star
36

repo-worker

Simple way to edit all modified git's in a repo workspace
D
1
star
37

tui

TUI for dlang.
D
1
star