update org-sql preferences
This commit is contained in:
parent
25b291707a
commit
2f282212b3
|
@ -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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq org-sql-use-tag-inheritance t
|
(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-tags nil
|
||||||
org-sql-ignored-link-types 'all
|
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-store-clocks t
|
||||||
|
|
||||||
org-sql-files '(
|
org-sql-files '(
|
||||||
|
"~/Org/.archive/"
|
||||||
"~/Org/general.org_archive"
|
"~/Org/general.org_archive"
|
||||||
"~/Org/general_2018.org_archive"
|
"~/Org/general_2018.org_archive"
|
||||||
"~/Org/general.org"
|
"~/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/test2.org_archive"
|
||||||
"~/Org/incubator.org"
|
"~/Org/incubator.org"
|
||||||
"~/Org/projects/"
|
"~/Org/projects/"
|
||||||
|
"~/Org/repeater.org_archive/"
|
||||||
))
|
))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** tomato mode
|
** tomato mode
|
||||||
|
|
Loading…
Reference in New Issue