From a04062d35d1d2a30549a50798308155392baca90 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:39:48 -0400 Subject: Add automatic rendering of LaTeX and inline images to org template --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index 8c7f12e..2f82242 100644 --- a/init.el +++ b/init.el @@ -932,7 +932,7 @@ '(("d" "default" plain "%?" :unnarrowed t :if-new (file+head "${title}.org" - "#+TITLE:")))) + "#+TITLE:\n#+STARTUP: latexpreview inlineimages")))) (org-roam-dailies-capture-templates '(("d" "default" plain "%?" :unnarrowed t -- cgit v1.2.3