commit 64c0b0a054b7013f07e272aa7660cb2a6d4fe181
parent df4fc14cc95fe51f8ee8dbbefc8a0104522d4e43
Author: Vincent Demeester <vincent@sbr.pm>
Date: Tue, 21 Jul 2020 18:46:22 +0200
tools/emacs: add org-mode library of babel file
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el
@@ -14,6 +14,7 @@
(defconst org-incubate-file (expand-file-name "incubate.org" org-projects-dir) "Ideas simmering on back burner.")
(defconst org-journal-file (expand-file-name "journal.private.org" org-notes-dir) "Journaling stuff.")
(defconst org-meeting-notes-file (expand-file-name "meetings.org" org-projects-dir) "Meeting notes stuff.")
+(defconst org-babel-library-file (expand-file-name "org_library_of_babel.org" org-notes-dir) "Org babel library.")
;; -OrgConstants
;; OrgRegisters
@@ -60,7 +61,9 @@
> _ \n
> "* Introduction"
)
-
+ ;; Org Babel configurations
+ (when (file-exists-p org-babel-library-file)
+ (org-babel-lob-ingest org-babel-library-file))
(defun my/org-agenda-files ()
`(,org-projects-dir
"~/src/home/tasks.org"