All Projects → Fuco1 → org-timeline

Fuco1 / org-timeline

Licence: other
Add graphical view of agenda to agenda buffer

Programming Languages

emacs lisp
2029 projects

org-timeline Build Status

Add graphical view of agenda to agenda buffer.

Preview

Installation

After you install this package from MELPA Stable, add the following line to your org configuration:

(add-hook 'org-agenda-finalize-hook 'org-timeline-insert-timeline :append)

How it works

This package adds a graphical view of the agenda after the last agenda line. By default the display starts at 5 AM today and goes up to 4 AM next day (this covers 24 hours).

Scheduled tasks or tasks with time ranges are rendered in the display with org-timeline-block face. Clocked entires are displayed in org-timeline-clocked face. The background of timeslots which are in the past is highlighted with org-timeline-elapsed face.

You can use custom color for a task by adding the property TIMELINE_FACE with either a string which is a color name or a list which specifies the face properties or a symbol which is taken to be a face name.

TODO

  • Add faces instead of colors
  • Make "midnight"/change-of-day configurable (currently 5 AM)
  • Add a tooltip showing the task description/name
  • Make the blocks navigable to the task
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].