Skip to content

Commit

Permalink
Add comment about the use of :goal
Browse files Browse the repository at this point in the history
  • Loading branch information
ljos committed May 30, 2015
1 parent 06e9584 commit 35b958f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ob-prolog.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@
;; 'org-babel-load-languages
;; '((prolog . t)))
;;
;; The add to load-path is unnecessary if you install using the
;; package manager.
;; It is unnecessary to add the directory to the load path if you
;; install using the package manager.
;;
;; In addition to the normal header arguments ob-prolog also supports
;; the :goal argument. :goal is the goal that prolog will run when
;; executing the source block. Prolog needs a goal to know what it is
;; going to execute.
;;

;;; Code:
(require 'ob)
Expand Down

0 comments on commit 35b958f

Please sign in to comment.