From 58aa5ad1148391787a2652c65913e8788774d74e Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Wed, 13 Mar 2024 23:00:46 +0100 Subject: Update emacs config. --- .emacs.d/jd/jd-org.el | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) (limited to '.emacs.d/jd/jd-org.el') diff --git a/.emacs.d/jd/jd-org.el b/.emacs.d/jd/jd-org.el index fe273c3..f511846 100755 --- a/.emacs.d/jd/jd-org.el +++ b/.emacs.d/jd/jd-org.el @@ -168,22 +168,43 @@ (setq org-roam-capture-templates '(("a" "workstuff" plain (file (concat org-roam-directory "/work")) :target (file+head "work/%<%Y%m%d%H%M%S>-${slug}.org" - "#+title: ${title}\n") :unnarrowed t) + "#+title: ${title}\n") + :unnarrowed t) ("b" "research" plain (file "~/Documents/roam/study/templates/research.org") :target (file+head "study/%<%Y%m%d%H%M%S>-${slug}.org" - "#+title: ${title}\n") :unnarrowed t) - ("s" "School" plain nil + "#+title: ${title}\n") + :unnarrowed t) + ("s" "School") + ("ss" "School General" plain nil :target (file+head "school/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n") :unnarrowed t) + ("sp" "Polish Lesson" plain nil + :target (file+head + "school/polish/%<%Y%m%d%H%M%S>-${slug}.org" + "#+title: ${title}\n") + :unnarrowed t) + ("sw" "Wos Lesson" plain nil + :target (file+head + "school/wos/%<%Y%m%d%H%M%S>-${slug}.org" + "#+title: ${title}\n") + :unnarrowed t) + ("g" "Guitar" plain nil + :target (file+head + "guitar/%<%Y%m%d%H%M%S>-${slug}.org" + "#+title: ${title}\n") + :unnarrowed t) ("d" "default" plain nil :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" - "#+title: ${title}\n") :unnarrowed t) + "#+title: ${title}\n") + :unnarrowed t) )) (org-roam-db-autosync-mode)) +(jd/use-package ox-pandoc "emacs-ox-pandoc") + (provide 'jd-org) ;;; jd-org.el ends here -- cgit v1.2.3