Will
Results
12
comments of
Will
@kelvinh thank you for that advice. I found that both `git-executable` and `(executable-find "git")` were indeed both producing `nil` when I checked them. I'd misconfigured my `exec-path` in my init...
@kelvinh I found the source of the last problem. The variable below had not been set in my `org-page` configuration. `(setq op/repository-directory "path/to/your/org/repository")` Once I set it, everything worked as...