From 4d7f1ff6752947c3ac6a41614add04d81207ad8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AA=95=E0=AB=8C=E0=AA=B8=E0=AB=8D=E0=AA=A4=E0=AB=81?= =?UTF-8?q?=E0=AA=AD=20=F0=91=98=A6=F0=91=98=B0=F0=91=98=A9=F0=91=98=9D?= =?UTF-8?q?=F0=91=98=B2=20=F0=91=80=A4=F0=91=80=BA=F0=91=80=AE=F0=91=80=BB?= =?UTF-8?q?=F0=91=80=A7?= Date: Mon, 17 Oct 2022 15:11:50 +0200 Subject: [PATCH] Documentation for prelude orgmode --- docs/modules/orgmode.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/modules/orgmode.md diff --git a/docs/modules/orgmode.md b/docs/modules/orgmode.md new file mode 100644 index 0000000..df07b30 --- /dev/null +++ b/docs/modules/orgmode.md @@ -0,0 +1,17 @@ +# Prelude OrgMode + +!!! Note + This module builds on the Emacs OrgMode Functionality + +## OrgMode +The module establishes some sensible defaults for `orgmode` + +It establishes a few extra keybidings: + +* `C-c l` (`org-store-link`) +* `C-c a` (`org-agenda`) +* `C-c b` (`org-switchb`) + +## org-habits +It enables [org-habits](https://orgmode.org/manual/Tracking-your-habits.html "org-habits") and [tracks TODO state changes](https://orgmode.org/manual/Tracking-TODO-state-changes.html "todo-state-changes") into a +[drawer](https://orgmode.org/manual/Drawers.html "org-drawers").