Compare commits
2 commits
cb97bddb12
...
25cbee85d1
Author | SHA1 | Date | |
---|---|---|---|
25cbee85d1 | |||
0a4eafbf61 |
1 changed files with 6 additions and 1 deletions
|
@ -114,6 +114,11 @@
|
|||
"* %?"
|
||||
:target (file+head "%<%Y-%m-%d>.org"
|
||||
"#+title: %<%Y-%m-%d>\n#+date: %T\n#+hugo_auto_set_lastmod: t\n#+hugo_section: daily\n"))))
|
||||
|
||||
(with-eval-after-load 'ox-hugo
|
||||
(setq org-hugo-anchor-functions '(org-hugo-get-id
|
||||
org-hugo-get-heading-slug
|
||||
org-hugo-get-md5)))
|
||||
#+end_src
|
||||
|
||||
*** Garden
|
||||
|
@ -217,7 +222,7 @@
|
|||
(defun my/org-roam-list-notes-by-tag (tag-name)
|
||||
(mapcar #'org-roam-node-file
|
||||
(seq-filter
|
||||
(daviwil/org-roam-filter-by-tag tag-name)
|
||||
(my/org-roam-filter-by-tag tag-name)
|
||||
(org-roam-node-list))))
|
||||
|
||||
(defun my/org-roam-export-all ()
|
||||
|
|
Loading…
Reference in a new issue