From 913e09d436ad3b934a39bbad95e11561671f1610 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 27 Feb 2024 20:54:22 -0800 Subject: [PATCH] Fix a few journaling bugs --- ha-org-journaling.org | 2 +- ha-org-publishing.org | 3 +-- snippets/org-journal-mode/__journal | 2 +- templates/journal | 4 ---- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/ha-org-journaling.org b/ha-org-journaling.org index 43c0161..9900e8a 100644 --- a/ha-org-journaling.org +++ b/ha-org-journaling.org @@ -31,7 +31,7 @@ Using the [[https://github.com/bastibe/org-journal][org-journal]] project to eas (use-package org-journal :init (setq org-journal-dir "~/journal" - org-journal-date-format "TODO " + org-journal-date-format " " org-journal-time-format "" org-journal-file-type 'daily org-journal-file-format "%Y%m%d") diff --git a/ha-org-publishing.org b/ha-org-publishing.org index a264f3c..6efdf24 100644 --- a/ha-org-publishing.org +++ b/ha-org-publishing.org @@ -318,8 +318,7 @@ Using =rsync= to keep published files in sync with my website: "Personal" "howardism" "index.html" "howardism" "about-me.html" "howardabrams")) - ((s-starts-with? "tech" project) - '("" "howardabrams")) + ((s-starts-with? "tech" project) '("" "howardabrams")) ((s-starts-with? "hamacs" project) '("" "howardabrams")) ((s-starts-with? "airbnb" project) '("" "howardabrams"))))) ;; (dolist (tuple (seq-partition combos 2)) diff --git a/snippets/org-journal-mode/__journal b/snippets/org-journal-mode/__journal index 94117ee..ee90f47 100644 --- a/snippets/org-journal-mode/__journal +++ b/snippets/org-journal-mode/__journal @@ -2,6 +2,6 @@ # name: __journal # key: __journal # -- -#+TITLE: Journal Entry- `(ha/journal-file-datestamp)` +#+TITLE: Journal Entry- `(ha-journal-file-datestamp)` $0 diff --git a/templates/journal b/templates/journal index a9c5379..e960ca4 100644 --- a/templates/journal +++ b/templates/journal @@ -1,7 +1,3 @@ -# -*- mode: snippet -*- -# name: journal -# key: journal -# -- #+TITLE: Journal Entry- `(ha-journal-file-datestamp)` $0