Modify capture template
This commit is contained in:
parent
d41e1c10ec
commit
41ddb5ba00
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@
|
||||||
;; Fields: Stock Symbol, Recommender, Notes, Date
|
;; Fields: Stock Symbol, Recommender, Notes, Date
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("s" "Stock Recommendation" entry (file+headline "stocks.org" "Stock Recommendations")
|
'("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)
|
(require 'request)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue