From dd237d03ac5fbf637369574024f50644573b71ba Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 27 Jul 2018 18:49:08 +0200 Subject: [PATCH] [emacs] Add my daily review script Adapted from https://medium.com/@mwfogleman/plan-your-day-daily-time-management-with-emacs-org-mode-and-google-calendar-a9162837fdb3 and https://jamesstuber.com/plan-your-day/ --- home/.spacemacs.d/snippets/org-mode/daily | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 home/.spacemacs.d/snippets/org-mode/daily diff --git a/home/.spacemacs.d/snippets/org-mode/daily b/home/.spacemacs.d/snippets/org-mode/daily new file mode 100644 index 0000000..5a0a4b9 --- /dev/null +++ b/home/.spacemacs.d/snippets/org-mode/daily @@ -0,0 +1,15 @@ +# -*- mode: snippet -*- +# name: Daily Planning +- [ ] $0⏰ [[elisp:(org-clock-in)][Checkin]] +- [ ] Schreibtisch + Zimmer aufräumen, Müll leeren +- [ ] Offene Loops im heutigen [[elisp:(org-agenda-list)][Kalender]]? (+/- 2 Tage) +- [ ] Email Inbox [[elisp:(mu4e)][ausleeren]] +- [ ] Meta-Inboxen leeren: Slack, [[https://www.inoreader.com/][Inoreader]], [[https://tweetdeck.twitter.com][Twitter]] +- [ ] Übrige offene Loops zu Aufgaben machen +- [ ] OrgMode [[elisp:(progn (org-agenda nil "t")(org-agenda-filter-by-category "Todo"))][Inbox]] ausleeren +- [ ] Todoist [[https://todoist.com/app?lang=de#project%2F2160201103][Inbox]] ausleeren +- [ ] [[elisp:(progn (org-agenda nil "a")(org-agenda-day-view))][Tasks für heute aufteilen]] (@immersive > @process, @deep → @shallow) +- [ ] ⏰ [[elisp:(org-clock-out)][Checkout]] \ No newline at end of file