FIX org-sql format bug

This commit is contained in:
Nathan Dwarshuis 2021-02-16 23:59:20 -05:00
parent 97c2f08a4a
commit b2b18f0b10
1 changed files with 2 additions and 2 deletions

View File

@ -3331,8 +3331,8 @@ These are variables that I set for my use but will not go into the eventual pack
:password "org_sql"
:username "org_sql")
;; some SQL code to denormalize my org-file data for visualization
org-sql-post-init-hooks '((file+ (f-join no-littering-etc-directory
"org_sql" "viz_setup.sql")))
org-sql-post-init-hooks `((file+ ,(f-join no-littering-etc-directory
"org-sql" "viz_setup.sql")))
org-sql-post-push-hooks '((sql+ "CALL make_vis_tables();"))
org-sql-debug t
org-sql-files '("~/Org/.archive/"