aboutsummaryrefslogtreecommitdiff
path: root/config/emacs/emacs.d/emacs.org
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2023-12-11 10:12:13 -0700
committerKenny Ballou <kb@devnulllabs.io>2023-12-11 14:12:10 -0700
commitf14d8044afef93413a9283ad86b72061e02483e1 (patch)
tree511cf6fd7ceb4f7beee1671bea399bcfd32f7da1 /config/emacs/emacs.d/emacs.org
parentefa92ebb2b6479cf2663422b69afa13f0f2dd431 (diff)
downloaddotfiles-f14d8044afef93413a9283ad86b72061e02483e1.tar.gz
dotfiles-f14d8044afef93413a9283ad86b72061e02483e1.tar.xz
config: emacs: org-roam: use full year for filenames
Sometime in February, this was changed, change it back. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/emacs/emacs.d/emacs.org')
-rw-r--r--config/emacs/emacs.d/emacs.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index cfe84638..2c3335e3 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -4938,16 +4938,16 @@ not strictly necessary.
:custom
(org-roam-capture-templates
'(("d" "default" plain (file "~/.config/emacs/org-roam-templates/DEFAULT")
- :if-new (file+head "%<%Y>/%<%Y%m>/%<%y%m%d%H%M%S>-${slug}.org" "")
+ :if-new (file+head "%<%Y>/%<%Y%m>/%<%Y%m%d%H%M%S>-${slug}.org" "")
:unnarrowed t)
("b" "bibliographic" plain (file "~/.config/emacs/org-roam-templates/BIB-ENTRY")
- :if-new (file+head "%<%Y>/%<%Y%m>/%<%y%m%d%H%M%S>-${slug}.org" "")
+ :if-new (file+head "%<%Y>/%<%Y%m>/%<%Y%m%d%H%M%S>-${slug}.org" "")
:unnarrowed t)
("c" "crypt" plain (file "~/.config/emacs/org-roam-templates/DEFAULT")
- :if-new (file+head "%<%Y>/%<%Y%m>/%<%y%m%d%H%M%S>-${slug}.org.gpg" "")
+ :if-new (file+head "%<%Y>/%<%Y%m>/%<%Y%m%d%H%M%S>-${slug}.org.gpg" "")
:unnarrowed t)
("l" "(lab) notebook" plain (file "~/.config/emacs/org-roam-templates/LOGBOOK")
- :if-new (file+head "%<%Y>/%<%Y%m>/%<%y%m%d%H%M%S>-logbook-${slug}.org" "")
+ :if-new (file+head "%<%Y>/%<%Y%m>/%<%Y%m%d%H%M%S>-logbook-${slug}.org" "")
:unnarrowed t)))
:config
(org-roam-setup))