Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after install running org-wiki-index #17

Open
dmnt3rr0r opened this issue Feb 1, 2018 · 3 comments
Open

Error after install running org-wiki-index #17

dmnt3rr0r opened this issue Feb 1, 2018 · 3 comments

Comments

@dmnt3rr0r
Copy link

I have created ~/org/wiki -- this exception is thrown. Seems to effect anything that attempts to read a file. I installed via the bootstrap method and then tried a manual install. No difference.

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
file-name-as-directory(nil)
org-wiki--page->file("index")
org-wiki--open-page("index")
org-wiki-index()
funcall-interactively(org-wiki-index)
call-interactively(org-wiki-index record nil)
command-execute(org-wiki-index record)
execute-extended-command(nil "org-wiki-index" "org-wiki-index")
funcall-interactively(execute-extended-command nil "org-wiki-index" "org-wiki-index")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)

@linguistgate
Copy link

linguistgate commented Apr 3, 2018

I also tried multiple forms of installation (bootstrap, manual) and am having same exception thrown.

Running Emacs 25.2 and org-mode version 9.2

@ssh3
Copy link

ssh3 commented May 7, 2018

I have the same problem too.

Emacs 25.3.1 and Org mode version 9.1.1

@miguel-faggioni
Copy link

I had the same issue, but it got fixed after I set the org-wiki-location in my .emacs file

(setq org-wiki-location "~/org/wiki")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants