Add a org-capture-template to add books to my library.
This commit is contained in:
@@ -85,3 +85,8 @@
|
|||||||
"biber %b"
|
"biber %b"
|
||||||
"xelatex -interaction nonstopmode -output-directory %o %f"
|
"xelatex -interaction nonstopmode -output-directory %o %f"
|
||||||
"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")))
|
||||||
|
|||||||
Reference in New Issue
Block a user