rougier / nano-calendar

An alternative calendar for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An alternative calendar for Emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%