Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 919 Bytes

README.org

File metadata and controls

34 lines (23 loc) · 919 Bytes

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