Skip to content

A personal assistant based on org-mode

License

Notifications You must be signed in to change notification settings

emacsmirror/secretaria

Repository files navigation

MELPA pipeline status codecov

What's this?

A personal assistant based on org-mode. This package contains utilities that enhance your experience with org-mode.

A pretty and busy office lady

Features

  • Reminders
    • All tasks scheduled or that have a deadline set to "today" with an unspecified time of day.
    • The current clocked task, every N minutes (10 by default).
    • The current clocked task is saved in a file, Secretaria will alert you of that task when Emacs is restarted from a crash.

How to use

This package should be available in Melpa, if you use use-package, throw this code snippet in your Emacs configuration.

(use-package secretaria
  :config
  ;; use this for getting a reminder every 30 minutes of those tasks scheduled
  ;; for today and which have no time of day defined.
  (add-hook 'after-init-hook #'secretaria-unknown-time-always-remind-me))

About boycotting packages on non-technical issues

Don't tread on Emacs

No Emacs-related project should exclude people, boycott other projects, or discourage participation in other projects because of any difference of opinion over non-technical matters. Such divisiveness weakens the community, discourages participation in the Emacs community, and holds back progress in improving software. Don't tread on Emacs.