We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
...is the error I get when trying to work through test-ob-prolog.org on this code block (after C-c C-c)
* Simple running session #+NAME: session-test #+HEADER: :session *prolog-1* #+HEADER: :goal fourtyone(A) #+BEGIN_SRC prolog fourtyone(A) :- A is 41. #+END_SRC
I'm using prolog-mode from https://bruda.ca/emacs/prolog_mode_for_emacs
So if I don't use this bruda.ca prolog-mode, rather, just the default batteries-included Emacs version, your ob-prolog does work. Still. . . .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
...is the error I get when trying to work through test-ob-prolog.org on this code block (after C-c C-c)
I'm using prolog-mode from https://bruda.ca/emacs/prolog_mode_for_emacs
So if I don't use this bruda.ca prolog-mode, rather, just the default batteries-included Emacs version, your ob-prolog does work. Still. . . .
The text was updated successfully, but these errors were encountered: