Store all notes in the same directory

This commit is contained in:
Andreas Zweili 2024-05-16 13:42:48 +02:00
parent 17114a09fc
commit 8585a4c9be
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@
(setq denote-rename-buffer-mode 1
denote-excluded-directories-regexp "99_archive"
denote-file-type "org"
denote-directory "~/nextcloud/10_documents/"
denote-directory "~/nextcloud/10_documents/03_notes"
denote-org-front-matter "#+title: %s\n#+date: %s\n#+filetags: %s\n#+identifier: %s\n#+author: Andreas Zweili\n\n"
denote-yaml-front-matter "---\ntitle: %s\ndate: %s\ntags: %s\nidentifier: %S\n---\n\n")))