commit c3d7dffe7b84d5c6f7f06e578a4e55043d853732
parent f6b6ea46ee412cbf790ac4a82150670714a65173
Author: dwrz <dwrz@dwrz.net>
Date: Mon, 18 Mar 2024 23:14:35 +0000
Add org mode snippets
Diffstat:
5 files changed, 71 insertions(+), 0 deletions(-)
diff --git a/emacs/snippets/org-mode/entry b/emacs/snippets/org-mode/entry
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: log-entry
+# key: e
+# --
+- `(format-time-string "[%Y-%m-%d %a %H:%M]")` - $0
+\ No newline at end of file
diff --git a/emacs/snippets/org-mode/journal b/emacs/snippets/org-mode/journal
@@ -0,0 +1,17 @@
+# -*- mode: snippet -*-
+# name: journal
+# key: journal
+# --
+$1* journal :journal:
+:PROMPTS:
++ *PAST*
+ - Review the last week and general trends in personal history.
+ - Are there any lessons learned worth noting?
++ *PRESENT*
+ - Check-in on how you are doing.
+ - What is working, what is not working?
++ *FUTURE*
+ - Think about where you are heading and where you want to go.
+ - Is there anything that can be done to better align life with values, purpose, and desired lifestyle?
+:END:
+$0
+\ No newline at end of file
diff --git a/emacs/snippets/org-mode/log b/emacs/snippets/org-mode/log
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: log
+# key: log
+# --
+* `(format-time-string "[%Y-%m-%d %a]")`
+** log :log:
+$0
+\ No newline at end of file
diff --git a/emacs/snippets/org-mode/note b/emacs/snippets/org-mode/note
@@ -0,0 +1,9 @@
+# -*- mode: snippet -*-
+# name: note
+# key: note
+# --
+* $1 :note:
+:LOGBOOK:
+ - Added `(format-time-string "[%Y-%m-%d %a %H:%M]")`.
+:END:
+$0
+\ No newline at end of file
diff --git a/emacs/snippets/org-mode/project b/emacs/snippets/org-mode/project
@@ -0,0 +1,29 @@
+# -*- mode: snippet -*-
+# name: project
+# key: project
+# --
+* PROJECT $0
+:SMART:
+:Specific: ${1: What is the purpose of this project?}
+:Measurable: ${2: How is success measured?}
+:Activity: ${3: What activities are needed to accomplish it?}
+:Resources: ${4: What resources are needed to accomplish it?}
+:Timebox: ${5: How much time is needed to accomplish it?}
+:END:
+:LOGBOOK:
+ - Added `(format-time-string "[%Y-%m-%d %a %H:%M]")`.
+:END:
+** 1. Purpose and Principles
+*** Purpose:
+*** Principles:
+** 2. Define Success
+*** Why?
+** 3. Brainstorm & Mind-map
+*** Who?
+*** What?
+*** Where?
+*** When?
+*** Why?
+*** How?
+** 4. Organize
+** 5. TODO's