Skip to content

Commit

Permalink
orgmode: fix for archive location
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Nov 18, 2023
1 parent a4cd632 commit 6a275a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/note/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pack("nvim-orgmode/orgmode", {
require("orgmode").setup({
org_agenda_files = { "~/todo/**/*" },
org_default_notes_file = "~/todo/todo.org",
org_archive_location = "~/.cache/org-mode/%s_archive",
org_archive_location = "archives/%s_archive::",
org_todo_keywords = { "TODO(t)", "BLOCK(b)", "|", "DONE(d)" },
org_todo_keyword_faces = {
TODO = ":background #43242B :weight bold",
Expand Down

0 comments on commit 6a275a7

Please sign in to comment.