Skip to content

Commit

Permalink
Add goal to header arguments list
Browse files Browse the repository at this point in the history
  • Loading branch information
ljos committed May 30, 2015
1 parent e0f2769 commit 06e9584
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ob-prolog.el
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@

(defvar org-babel-prolog-command (or prolog-system "swipl")
"Name of the prolog executable command.")

(defconst org-babel-header-args:prolog
'((:goal . :any))
"Prolog specific header arguments.")


(defvar org-babel-default-header-args:prolog
`((:goal . nil)))

Expand Down

0 comments on commit 06e9584

Please sign in to comment.