All Projects → Fuco1 → org-pretty-table

Fuco1 / org-pretty-table

Licence: other
Replace org-table characters with box-drawing unicode glyphs.

Programming Languages

emacs lisp
2029 projects

org-pretty-table

Draw pretty unicode tables in org-mode and orgtbl-mode.

Very experimental.

Installation

This package is not yet distributed through package archives and you have to install it manually.

  1. Download the org-pretty-table.el file into some folder in your hard drive (for example ~/.emacs.d/site-lisp).

  2. Put the following code into your ~/.emacs.d/init.el or ~/.emacs file:

(progn
  (add-to-list 'load-path "~/.emacs.d/site-lisp")
  (require 'org-pretty-table)
  (add-hook 'org-mode-hook (lambda () (org-pretty-table-mode))))
  1. Evaluate the progn block by putting the point on the progn and calling C-M-x (M-x eval-defun). If unsure, you can also simply restart Emacs.

  2. Open an org-mode file. Calling M-: org-pretty-table-mode RET should print 1 in the minibuffer. You're done!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].