Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 675 Bytes

README.org

File metadata and controls

32 lines (20 loc) · 675 Bytes

Nano calendar

This library offers an alternative to calendar. It’s very similar and offer only a few options, like the possibility to color day according to the number of item in the org-agenda.

Usage example

Using a regular buffer:

(require 'nano-calendar)
(nano-calendar)
(message (format-time-string "%A %d %B %Y") (nano-calendar-current))

Using minibuffer:

(require 'nano-calendar)
(let ((date (nano-calendar-prompt)))
  (message (format-time-string "%A %d %B %Y") date))

Screenshots

./nano-calendar.png

./nano-calendar-prompt.png