kennyballou / org-dblock-gantt

Org dynamic block gantt charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Org: Dynamic block Gantt Charts

Generate simple pgfgantt charts using Org mode dynamic blocks for the current subtree.

Dependencies

To use this function, a working distribution of \LaTeX with TikZ and pgfGantt. Obviously, Emacs is necessary, but you knew that.

Usage

Add the following header to ensure successful generation:

#+LATEX_HEADER: \usepackage{pgfgantt}

Add gantt dynamic block to the Org entry subtree of interest:

#+begin: gantt :tstart "<today>" :tend "<tomorrow>" :tunit "days"
#+end:

Update the dynamic block using C-c C-c or org-dblock-update. Finally, export the subtree or document to PDF using \LaTeX.

License

This code is provided AS-IS, WITHOUT warranty under the terms of the GNU General Public License (GPL) version 3 or (at your option) later. For more information about the terms and conditions, please see the attached `LICENSE` file or read the license online.

About

Org dynamic block gantt charts

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%