From 0ef9506b4d6f44d1cc3bb88a862e8945ccca1ea2 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sat, 28 May 2022 09:09:30 -0700 Subject: emacs: org-journal-time-format --- .emacs.local.d/config.el | 1 + .emacs.local.d/modes/org-journal.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.local.d/config.el b/.emacs.local.d/config.el index f7f5f84..573b304 100644 --- a/.emacs.local.d/config.el +++ b/.emacs.local.d/config.el @@ -4,6 +4,7 @@ my-org-journal-dir "~/org/journal/" my-org-journal-file-format "%Y.org" my-org-journal-time-prefix "* " + my-org-journal-time-format "" my-org-refile-path "~/refile.org" my-org-roam-directory "~/org/roam/" my-projectile-project-search-path '("~/src/") diff --git a/.emacs.local.d/modes/org-journal.el b/.emacs.local.d/modes/org-journal.el index f7e0864..e236249 100644 --- a/.emacs.local.d/modes/org-journal.el +++ b/.emacs.local.d/modes/org-journal.el @@ -8,5 +8,5 @@ (setq org-journal-dir my-org-journal-dir org-journal-file-type my-org-journal-file-type org-journal-time-prefix my-org-journal-time-prefix - org-journal-time-format "" + org-journal-time-format my-org-journal-time-format org-journal-date-format "%A, %d %B %Y")) -- cgit v1.2.3