/flow-mode

A minor mode for emacs orgmode table flowing (policy debate).

Primary LanguageEmacs Lisp

flow-mode for emacs orgmode

Installation

  • Put flow-mode.el somewhere in your load path.
  • Add (require 'flow-mode) to your init.el.
  • Use M-x flow-mode to activate flow mode.

Usage

Here’s some of the most useful shortcuts (C- means control, M- means alt, S- means shift):

ShortcutCommand
C-enterNew heading
C-c fNew aff flow
C-c nNew neg flow
C-c cNew card/arg
C-c xAlternate new card
C-arrow keysMove between headings
C-/Undo
C-n, p, b, or fMove down, up, left, right
C-c `Edit/view overflowed cell
  • S-tab over heading to collapse/uncollapse all
  • M-arrow keys to move heading underneath point up or down (to reorder flows).
  • More orgmode and orgmode table shortcuts can be found in this reference card.