emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 8d8aee6d6bbd250c09dbbee2dfc72bda67ce5ee6
parent 656aeea6e83e746c0131122157ce2e222c121769
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  6 Oct 2020 12:12:59 +0300

org: update

Diffstat:
Minit.org | 19++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/init.org b/init.org @@ -384,7 +384,7 @@ templates. It makes it much simpler to read and edit templates. (setq org-capture-templates (doct '(("todo" :keys "t" - :file "~/Org/refile.org" + :file "~/org/refile.org" :clock-in t :template ("* %{todo-state} %^{Description}" ":PROPERTIES:" @@ -398,20 +398,29 @@ templates. It makes it much simpler to read and edit templates. :todo-state "NEXT"))) ("note" :keys "n" - :file "~/Org/refile.org" + :file "~/org/refile.org" :clock-in t :template ("* %? :NOTE:" "%U" "%a")) ("phone" :keys "p" - :file "~/Org/refile.org" + :file "~/org/refile.org" :template ("* PHONE %? :PHONE:" "%U")) ("journal" :keys "j" - :file "~/Org/diary.org" + :file "~/org/diary.org" :datetree t - :template ("* %?" "%U")))))) + :template ("* %?" "%U")) + ("recipe" + :keys "r" + :file "~/org/recipe.org" + :template ("* %^{Recipe}" + ":PROPERTIES:" + ":Created: %U" + ":END:" "%?" + "** Ingredients" + "** Instructions")))))) #+END_SRC ** Magit