From 7c80d88a9d81f72155d7ae585ff22098013364b8 Mon Sep 17 00:00:00 2001 From: Alexandre LUCAZEAU Date: Wed, 21 Jun 2023 18:24:42 +0200 Subject: [PATCH] CHANGE capture. j for journal entry and n for note in journal --- hosts/dell-5590/nixpkgs/configs/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/dell-5590/nixpkgs/configs/init.el b/hosts/dell-5590/nixpkgs/configs/init.el index d442efd..90f5292 100644 --- a/hosts/dell-5590/nixpkgs/configs/init.el +++ b/hosts/dell-5590/nixpkgs/configs/init.el @@ -151,9 +151,9 @@ ("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") ("j" "Journal entry" plain - (file+datetree+prompt "~/Nextcloud/PRIVE/13_Org/backlog.org") - "%K - %a\n%i\n%?\n") - ("n" "Note" entry (file "~/Nextcloud/PRIVE/13_Org/backlog.org") + (file+datetree+prompt "~/Nextcloud/PRIVE/13_Org/journal.org") + "%K ****** %a\n%i\n%?\n") + ("n" "Note dans le journal" entry (file "~/Nextcloud/PRIVE/13_Org/journal.org") "* %? %^G\n%U" :empty-lines 1))) ;; Org-Roam basic configuration