Add capture template for books

This commit is contained in:
Marcus Kammer 2024-01-11 21:00:00 +01:00
parent 4364de0d78
commit 072291f101
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -406,6 +406,11 @@
'("s" "Stock Recommendation" entry (file+headline "stocks.org" "Stock Recommendations")
"* %^{Stock Name} :STOCK:\n:PROPERTIES:\n:Date: %T\n:WKN: %^{WKN}\n:ISIN: %^{ISIN}\n:END:\n%?"))
(add-to-list 'org-capture-templates
'("B" "Bücherliste" table-line
(file+headline "books.org" "Meine Bücherliste")
"| %^{Buchtitel} | %^{Autor} | %^{Status||Geplant|In Bearbeitung|Fertig} | %U |" :kill-buffer t))
(require 'request)
(defun fetch-gitlab-issue-and-capture ()