MHC for Debian -------------- This package provides a personal schedule management tool cooperating with an Emacs mailer. NOTE: MHC 1.0.0 is drastically changed from the previous release. The upstream maintainer dropped support for individual MUAs. Quick start (cf. README.org): - Initialize config file and spool directory. $ mhc init ~/mhc - Read comments in config.yml carefully. $ editor ~/.config/mhc/config.yml - Type `M-x mhc RET` to start MHC. - Type `M-x mhc-import RET` to import a schedule from the current buffer. Keys in mhc-summary-mode: - `E` Edit new schedule - `M` Modify schedule - `D` Delete schedule (Move to trash) - `.` Show message - SPC Show/scroll message - `v` Toggle message window - `n` Go to next line - `p` Go to previous line - `g` Go to month (Type `g RET` to go to today) - `>` Go to next month (With prefix arg, input number of months) - `<` Go to previous month (With prefix arg, input number of months) - `c` Set category ("todo", "private" or so, used in X-SC-Category:) - `?` Display calendar (Type `q` to quit) Keys in mhc-draft-mode: - `C-c C-c` Finish draft - `C-c C-k` Kill draft - `C-c C-q` Kill draft The mhc file format is briefly documented in the manual page mhc(5). Sample files are available at `/usr/share/doc/mhc/examples/`. e.g. `$ cp /usr/share/doc/mhc/examples/japanese-holidays.mhcc ~/mhc/presets/` Non Elisp utilities are provided by the mhc-utils package. -- Tatsuya Kinoshita , Sun, 27 Dec 2020 13:19:34 +0900