tweaks to org and templates

This commit is contained in:
Chris Cochrun 2023-09-13 09:51:04 -05:00
parent 44df17f8f4
commit b01754f142
3 changed files with 15 additions and 3 deletions

View file

@ -795,6 +795,10 @@ much faster. The hope is to also make this a faster version of imenu."
* Notes")
:unnarrowed t)))
(setq org-roam-node-display-template
(concat "${title:*} "
(propertize "${tags:10}" 'face 'org-tag)))
(defun chris/org-roam-node-create ()
"Create an org roam node underneath this org node"
(interactive)
@ -1407,7 +1411,7 @@ All my (performant) foldings needs are met between this and `org-show-subtree'
:ensure nil
:config
(setq org-re-reveal-root "file:///home/chris/org/presentations/reveal.js/"
org-re-reveal-theme "serif"
;; org-re-reveal-theme "serif"
org-re-reveal-transition "slide"
org-re-reveal-mobile-app t)
)