From 0937c3d331da91ab3f6358cc7e42f781c35b60e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Tue, 4 Aug 2020 23:02:01 +0100 Subject: [PATCH] Move files out of the repository --- .org-id-locations | 2 -- capture.el | 20 ++++++++++---------- init.el | 5 ++++- persist/org-drill-sm5-optimal-factor-matrix | 2 -- 4 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 .org-id-locations delete mode 100644 persist/org-drill-sm5-optimal-factor-matrix diff --git a/.org-id-locations b/.org-id-locations deleted file mode 100644 index cc259c4..0000000 --- a/.org-id-locations +++ /dev/null @@ -1,2 +0,0 @@ - -nil diff --git a/capture.el b/capture.el index c4bfded..c4aba53 100644 --- a/capture.el +++ b/capture.el @@ -11,7 +11,7 @@ *** English %^{Word 1 (English)} *** Type -%^{Word 1 type||masculine|feminine|plural|preterite} +%^{Word 1 type||masculine|feminine|plural|preterite|collective} ** 2 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -21,7 +21,7 @@ *** English %^{Word 2 (English)} *** Type -%^{Word 2 type||masculine|feminine|plural|preterite} +%^{Word 2 type||masculine|feminine|plural|preterite|collective} ** 3 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -31,7 +31,7 @@ *** English %^{Word 3 (English)} *** Type -%^{Word 3 type||masculine|feminine|plural|preterite} +%^{Word 3 type||masculine|feminine|plural|preterite|collective} ** 4 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -41,7 +41,7 @@ *** English %^{Word 4 (English)} *** Type -%^{Word 4 type||masculine|feminine|plural|preterite} +%^{Word 4 type||masculine|feminine|plural|preterite|collective} ** 5 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -51,7 +51,7 @@ *** English %^{Word 5 (English)} *** Type -%^{Word 5 type||masculine|feminine|plural|preterite} +%^{Word 5 type||masculine|feminine|plural|preterite|collective} ** 6 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -61,7 +61,7 @@ *** English %^{Word 6 (English)} *** Type -%^{Word 6 type||masculine|feminine|plural|preterite} +%^{Word 6 type||masculine|feminine|plural|preterite|collective} ** 7 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -71,7 +71,7 @@ *** English %^{Word 7 (English)} *** Type -%^{Word 7 type||masculine|feminine|plural|preterite} +%^{Word 7 type||masculine|feminine|plural|preterite|collective} ** 8 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -81,7 +81,7 @@ *** English %^{Word 8 (English)} *** Type -%^{Word 8 type||masculine|feminine|plural|preterite} +%^{Word 8 type||masculine|feminine|plural|preterite|collective} ** 9 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -91,7 +91,7 @@ *** English %^{Word 9 (English)} *** Type -%^{Word 9 type||masculine|feminine|plural|preterite} +%^{Word 9 type||masculine|feminine|plural|preterite|collective} ** 10 :drill: :PROPERTIES: :DRILL_CARD_TYPE: twosided @@ -101,4 +101,4 @@ *** English %^{Word 10 (English)} *** Type -%^{Word 10 type||masculine|feminine|plural|preterite}"))) +%^{Word 10 type||masculine|feminine|plural|preterite|collective}"))) diff --git a/init.el b/init.el index 98b40bb..1826f51 100644 --- a/init.el +++ b/init.el @@ -257,7 +257,10 @@ (load-file "~/.emacs.d/capture.el") ; capture templates stored here (setq org-capture-bookmark nil) -(use-package org-drill) +(use-package org-drill + :config + (setq org-id-locations-file "~/Documents/drive/org/.org-id-locations") + (setq persist--directory-location "~/Documents/drive/org/persist")) (setq org-todo-keywords '((sequence "TODO" "|" "DONE" "CANCELLED"))) diff --git a/persist/org-drill-sm5-optimal-factor-matrix b/persist/org-drill-sm5-optimal-factor-matrix deleted file mode 100644 index be6e525..0000000 --- a/persist/org-drill-sm5-optimal-factor-matrix +++ /dev/null @@ -1,2 +0,0 @@ - -((1 (1.7000000000000002 . 3.44) (2.1799999999999997 . 3.72) (1.96 . 3.58) (2.5 . 4.0) (2.36 . 3.86) (2.6 . 4.14)))