Modify capture template

This commit is contained in:
Marcus Kammer 2023-10-01 17:27:47 +02:00
parent d41e1c10ec
commit 41ddb5ba00
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -349,7 +349,7 @@
;; Fields: Stock Symbol, Recommender, Notes, Date
(add-to-list 'org-capture-templates
'("s" "Stock Recommendation" entry (file+headline "stocks.org" "Stock Recommendations")
"* %^{Stock Symbol} :STOCK:\n:PROPERTIES:\n:Date: %T\n:END:\n** Notes\n%?"))
"* %^{Stock Name} :STOCK:\n:PROPERTIES:\n:Date: %T\n:WKN: %^{Symbol}\n:END:\n%?"))
(require 'request)