From 7b241cbd5158df09137057f38b18f25f47bd4bc8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 19 Nov 2018 15:22:53 +0100 Subject: [PATCH] Move Org directory to NextCloud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’ll be easier to sync this way. --- configuration.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 9fac637..b85448b 100644 --- a/configuration.org +++ b/configuration.org @@ -2499,7 +2499,7 @@ This is a big one; I use a lot of customisation here. 'org-mode `(("^[ \t]*\\(?:[-+*]\\|[0-9]+[).]\\)[ \t]+\\(\\(?:\\[@\\(?:start:\\)?[0-9]+\\][ \t]*\\)?\\[\\(?:X\\|\\([0-9]+\\)/\\2\\)\\][^\n]*\n\\)" 12 'org-checkbox-done-text prepend)) 'append) - (setq org-directory (expand-file-name "orgmode" user-documents-directory)) + (setq org-directory (expand-file-name "NextCloud/orgmode" user-documents-directory)) (setq-default org-crypt-key "B0740C4C" org-default-notes-file (expand-file-name "notes.org" org-directory) org-agenda-files `(,org-directory)