-
-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Hello,
I'm using GNU Emacs 24.5.1 (x86_64-w64-mingw32) of 2015-05-16 on KAEL with org-page 20160413.329. I encounter errors each time I attempt to use op/new-repository and op/new-post (see below) that look similar. I know very little about Elisp but both functions appear to be failing when when trying to confirm a string.
Error from op/new-repository
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
call-process(nil nil #<buffer *temp*> nil "--no-pager" "init")
apply(call-process (nil nil #<buffer *temp*> nil "--no-pager" "init"))
git-run("init" nil)
git-init("c:/Users/Will/Dropbox/websites/org-page/")
op/git-init-repo("c:/Users/Will/Dropbox/websites/org-page/")
op/new-repository("c:/Users/Will/Dropbox/websites/org-page/")
call-interactively(op/new-repository record nil)
command-execute(op/new-repository record)
helm-M-x(nil "op/new-repository")
call-interactively(helm-M-x nil nil)
command-execute(helm-M-x)
Error from op/new-post
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-name-as-directory(nil)
op/new-post("blog" "new-post.org")
call-interactively(op/new-post record nil)
command-execute(op/new-post record)
helm-M-x(nil "op/new-post")
call-interactively(helm-M-x nil nil)
command-execute(helm-M-x)
Can you help me troubleshoot this? I'm impressed by how apparently simple org-page has made publishing to Github Pages and I'd like to do the same.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels