Fix the org-capture default template levels

This commit is contained in:
Sameer Rahmani 2024-05-07 18:54:16 +01:00
parent 637a446daa
commit 03ea5ee8eb
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ For more information checkout `https://github.com/alphapapa/org-super-agenda'"
org-capture-templates
`(("t" "Todo" entry
(file+olp ,(path-join (fg42/org-home) fg42/org-main-file) "Inbox" "Tasks")
"** TODO %^{title}
"*** TODO %^{title}
:PROPERTIES:
:Timestamp: %T
:Context: %x
@ -137,7 +137,7 @@ For more information checkout `https://github.com/alphapapa/org-super-agenda'"
("f" "Thoughts (Fleeting Notes)" entry
(file+olp ,(path-join (fg42/org-home) fg42/org-main-file) "Inbox" "Thoughts")
"** %^{Title}
"*** %^{Title}
:PROPERTIES:
:Timestamp: %T
:Context: %x