/org-ql-planning

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Planning info to org-ql buffers

Adds time and effort specifications to the entries to org-ql buffers. Will become obsolete once alphapapa/org-ql#23 is fixed.

Installation

(use-package org-ql-planning
  :config (org-ql-planning-load))

Doom emacs

Package recipe:

(package! org-ql-planning
  :recipe (:repo "mskorzhinskiy/org-ql-planning"
           :host github :branch "main"))

Usage

Demonstration file included, see demo.org. You can execute source block at the end of that file to see how does it looks in your theme\setup.

Use org-ql-planning-formats custom variable (M-x customize-variable) to configure the exact spacing between sections.

Screenshot

demo.png