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

Symbol’s function definition is void: prolog-program-switches #23

Open
borgauf opened this issue Dec 2, 2022 · 0 comments
Open

Symbol’s function definition is void: prolog-program-switches #23

borgauf opened this issue Dec 2, 2022 · 0 comments

Comments

@borgauf
Copy link

borgauf commented Dec 2, 2022

...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. . . .

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

1 participant