CHANGE capture. j for journal entry and n for note in journal
This commit is contained in:
parent
3b6b76c6cf
commit
7c80d88a9d
|
@ -151,9 +151,9 @@
|
||||||
("l" "Link" entry (file "~/Nextcloud/PRIVE/13_Org/backlog.org")
|
("l" "Link" entry (file "~/Nextcloud/PRIVE/13_Org/backlog.org")
|
||||||
"* TODO %a %? %^G\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n")
|
"* TODO %a %? %^G\nSCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n")
|
||||||
("j" "Journal entry" plain
|
("j" "Journal entry" plain
|
||||||
(file+datetree+prompt "~/Nextcloud/PRIVE/13_Org/backlog.org")
|
(file+datetree+prompt "~/Nextcloud/PRIVE/13_Org/journal.org")
|
||||||
"%K - %a\n%i\n%?\n")
|
"%K ****** %a\n%i\n%?\n")
|
||||||
("n" "Note" entry (file "~/Nextcloud/PRIVE/13_Org/backlog.org")
|
("n" "Note dans le journal" entry (file "~/Nextcloud/PRIVE/13_Org/journal.org")
|
||||||
"* %? %^G\n%U" :empty-lines 1)))
|
"* %? %^G\n%U" :empty-lines 1)))
|
||||||
|
|
||||||
;; Org-Roam basic configuration
|
;; Org-Roam basic configuration
|
||||||
|
|
Loading…
Reference in New Issue