diff options
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 250f6a6..c226a0b 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -141,7 +141,7 @@ this new window. bibtex-completion-pdf-field "file" bibtex-completion-library-path (expand-file-name "bibtex-pdf/" org-directory) bibtex-completion-notes-path (expand-file-name "roam/" org-directory) - bibtex-completion-notes-template-multiple-files "#+title: ${title} (${year})\n#+author: ${author-or-editor}\n") + bibtex-completion-notes-template-multiple-files "#+TITLE: ${title} (${year})\n#+author: ${author-or-editor}\n") :config (defun bibtex-completion-open-notes-and-pdf (keys) (bibtex-completion-open-pdf keys) |