diff --git a/etc/conf.org b/etc/conf.org index 7f92592..07e68ca 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -2694,7 +2694,7 @@ These are variables that I set for my use but will not go into the eventual pack #+BEGIN_SRC emacs-lisp (setq org-sql-use-tag-inheritance t - org-sql-ignored-properties '("CREATED") + org-sql-ignored-properties nil org-sql-ignored-tags nil org-sql-ignored-link-types 'all @@ -2709,6 +2709,7 @@ These are variables that I set for my use but will not go into the eventual pack org-sql-store-clocks t org-sql-files '( + "~/Org/.archive/" "~/Org/general.org_archive" "~/Org/general_2018.org_archive" "~/Org/general.org" @@ -2716,6 +2717,7 @@ These are variables that I set for my use but will not go into the eventual pack ;; "~/Org/test2.org_archive" "~/Org/incubator.org" "~/Org/projects/" + "~/Org/repeater.org_archive/" )) #+END_SRC ** tomato mode