GitXplorerGitXplorer
l

ob-prolog

public
12 stars
6 forks
4 issues

Commits

List of commits on branch master.
Unverified
331899cfe345c934026c70b78352d320f7d8e239

Add Getting Started to readme

lljos committed 5 years ago
Unverified
149abd3832fc5a6a1cb01a586a1622a8f25887dc

fixes the value of org-babel-prolog-command

mmifigiel committed 6 years ago
Unverified
85ada8fc1f523167f137746c82d823a194160141

Remove unnecessary message call

lljos committed 6 years ago
Unverified
8e34b273730423f267138e9f9a0abe7718f3a5fa

Load files, run goal, then halt

lljos committed 7 years ago
Unverified
48814f5fabc1a908a3f400dd5a3abbded2f636ba

Remove use of deprecated function preceding-sexp

lljos committed 7 years ago
Unverified
c54bfdd1cc06a421ecf4290117487e326da897be

Implement org-babel-load-session:prolog properly

lljos committed 7 years ago

README

The README file for this repository.

#+TITLE: Org-babel functions for prolog evaluation

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

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

#+BEGIN_SRC emacs-lisp (org-babel-do-load-languages 'org-babel-load-languages '((prolog . t))) #+END_SRC

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