-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not working for me #22
Comments
I didn't get your code block to work, but I am able to format/3 to a file correctly. I think perhaps the problem is with your switches, but
doesn't output anything. For writing to a file, my switches are:
and a link to the output file appears as expected. My setup:
I hope this is some help. |
I tried to run as well and it gives no output
I believe it might there be something wrong with the lisp on ob-prolog |
To get that to work with SWI-prolog you need to specify it as a goal. So either:
or
should both work and will produce the output:
|
And in general if you want to run a program which doesn't produce any output e.g. with the
It will produce the result:
|
I'm having the same issues as described in #21 and in #18
I'm trying it with swi and gnu-prolog, when
(setq org-babel-prolog-command "swipl")
the following block:produces no output. There's a message "Code block produced no output.", and indeed, there's none whatsoever;
When
(setq org-babel-prolog-command "gprolog")
, the same block produces:And nothing else. What am I missing?
The text was updated successfully, but these errors were encountered: