From b432bce421f3d15b6eb994ede76d7a281a8d01be Mon Sep 17 00:00:00 2001 From: Coldle Date: Sun, 2 Feb 2025 10:29:47 +0800 Subject: [PATCH] chore(docs): fix `org_todo_repeat_to_state` description and remove redundant `***` heading lines above `org_archive_location` --- docs/configuration.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/configuration.org b/docs/configuration.org index f08b8047f..5f1aa7bb6 100644 --- a/docs/configuration.org +++ b/docs/configuration.org @@ -65,8 +65,6 @@ NOTE: Make sure fast access keys do not overlap. If that happens, first entry in :END: - Type: =string | nil= - Default: =nil= -Path to a file that will be used as a default target file when refiling. - Set an entry from [[#org_todo_keywords][org_todo_keywords]] to use as the "starting" state for repeatable todos. If provided value does not exist in [[#org_todo_keywords][org_todo_keywords]], first entry from that list is used. @@ -179,7 +177,7 @@ require('orgmode').setup({ } }) #+end_src -*** + *** org_archive_location :PROPERTIES: :CUSTOM_ID: org_archive_location