Skip to content

ljos/ob-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 

Repository files navigation

Org-babel functions for prolog evaluation

This project contains a set of functions that are need to evaluate prolog in org-babel.

Getting Started

https://melpa.org/packages/ob-prolog-badge.svg https://stable.melpa.org/packages/ob-prolog-badge.svg

  • Download ob-prolog and put it in a directory somewhere.
  • Add the following to your .emacs file
  • (or use melpa)
(add-to-list 'load-path "/path/to/ob-prolog-dir")

You also need to add the next snippet or add (prolog . t) to languages org-babel can load:

(org-babel-do-load-languages
 'org-babel-load-languages
 '((prolog . t)))

You can then execute the query by pressing C-c C-c on the source-block header.