Add a org-capture-template to add books to my library.

This commit is contained in:
2022-02-24 19:43:03 +00:00
parent c1ff4aa4dd
commit 13ae932052

View File

@@ -85,3 +85,8 @@
"biber %b"
"xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"))
;; org-capture templates
(setq org-capture-templates
'(("l" "Library" entry (file "~/library/index.org")
"* %A %^g\n %^{Author}p\n %^{Edition}p\n %^{Format}p")))