diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-06 23:39:48 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-07-06 23:39:48 -0400 |
commit | a04062d35d1d2a30549a50798308155392baca90 (patch) | |
tree | 34a4a735b45458158f4202c708cce05d19785913 | |
parent | Add `pdf-tools` (diff) | |
download | mmosmacs-a04062d35d1d2a30549a50798308155392baca90.tar.gz mmosmacs-a04062d35d1d2a30549a50798308155392baca90.tar.bz2 mmosmacs-a04062d35d1d2a30549a50798308155392baca90.zip |
Add automatic rendering of LaTeX and inline images to org template
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -932,7 +932,7 @@ | |||
932 | '(("d" "default" plain "%?" | 932 | '(("d" "default" plain "%?" |
933 | :unnarrowed t | 933 | :unnarrowed t |
934 | :if-new (file+head "${title}.org" | 934 | :if-new (file+head "${title}.org" |
935 | "#+TITLE:")))) | 935 | "#+TITLE:\n#+STARTUP: latexpreview inlineimages")))) |
936 | (org-roam-dailies-capture-templates | 936 | (org-roam-dailies-capture-templates |
937 | '(("d" "default" plain "%?" | 937 | '(("d" "default" plain "%?" |
938 | :unnarrowed t | 938 | :unnarrowed t |