Fix a few journaling bugs
This commit is contained in:
parent
f3c8bafe24
commit
913e09d436
4 changed files with 3 additions and 8 deletions
|
@ -31,7 +31,7 @@ Using the [[https://github.com/bastibe/org-journal][org-journal]] project to eas
|
||||||
(use-package org-journal
|
(use-package org-journal
|
||||||
:init
|
:init
|
||||||
(setq org-journal-dir "~/journal"
|
(setq org-journal-dir "~/journal"
|
||||||
org-journal-date-format "TODO "
|
org-journal-date-format " "
|
||||||
org-journal-time-format ""
|
org-journal-time-format ""
|
||||||
org-journal-file-type 'daily
|
org-journal-file-type 'daily
|
||||||
org-journal-file-format "%Y%m%d")
|
org-journal-file-format "%Y%m%d")
|
||||||
|
|
|
@ -318,8 +318,7 @@ Using =rsync= to keep published files in sync with my website:
|
||||||
"Personal" "howardism"
|
"Personal" "howardism"
|
||||||
"index.html" "howardism"
|
"index.html" "howardism"
|
||||||
"about-me.html" "howardabrams"))
|
"about-me.html" "howardabrams"))
|
||||||
((s-starts-with? "tech" project)
|
((s-starts-with? "tech" project) '("" "howardabrams"))
|
||||||
'("" "howardabrams"))
|
|
||||||
((s-starts-with? "hamacs" project) '("" "howardabrams"))
|
((s-starts-with? "hamacs" project) '("" "howardabrams"))
|
||||||
((s-starts-with? "airbnb" project) '("" "howardabrams")))))
|
((s-starts-with? "airbnb" project) '("" "howardabrams")))))
|
||||||
;; (dolist (tuple (seq-partition combos 2))
|
;; (dolist (tuple (seq-partition combos 2))
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
# name: __journal
|
# name: __journal
|
||||||
# key: __journal
|
# key: __journal
|
||||||
# --
|
# --
|
||||||
#+TITLE: Journal Entry- `(ha/journal-file-datestamp)`
|
#+TITLE: Journal Entry- `(ha-journal-file-datestamp)`
|
||||||
|
|
||||||
$0
|
$0
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
# -*- mode: snippet -*-
|
|
||||||
# name: journal
|
|
||||||
# key: journal
|
|
||||||
# --
|
|
||||||
#+TITLE: Journal Entry- `(ha-journal-file-datestamp)`
|
#+TITLE: Journal Entry- `(ha-journal-file-datestamp)`
|
||||||
|
|
||||||
$0
|
$0
|
||||||
|
|
Loading…
Reference in a new issue