From ffbac3868a34e06d80a1f88baaa451ce7823adfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 3 Jun 2021 17:06:21 +0200 Subject: bibtex note template needs org TITLE --- config/doom/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3