Add capture template for books
This commit is contained in:
parent
4364de0d78
commit
072291f101
1 changed files with 5 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue