]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-ledger.el
-
[gnu-emacs] / lisp / org / ob-ledger.el
index ccaa1a66c8b1af3d320c0d75ba491d95d74b25fd..d07f257a1dfbd29248a622a1541bf578afd0c79a 100644 (file)
@@ -1,11 +1,10 @@
 ;;; ob-ledger.el --- org-babel functions for ledger evaluation
 
-;; Copyright (C) 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric S Fraga
 ;; Keywords: literate programming, reproducible research, accounting
 ;; Homepage: http://orgmode.org
-;; Version: 7.7
 
 ;; This file is part of GNU Emacs.
 
@@ -30,7 +29,7 @@
 ;;
 ;; 1) there is no such thing as a "session" in ledger
 ;;
-;; 2) we are generally only going to return output from the leger program
+;; 2) we are generally only going to return output from the ledger program
 ;;
 ;; 3) we are adding the "cmdline" header argument
 ;;
@@ -53,8 +52,8 @@ called by `org-babel-execute-src-block'."
        (out-file (org-babel-temp-file "ledger-output-")))
     (with-temp-file in-file (insert body))
     (message "%s" (concat "ledger"
-                    " -f " (org-babel-process-file-name in-file)
-                    " " cmdline))
+                         " -f " (org-babel-process-file-name in-file)
+                         " " cmdline))
     (with-output-to-string
       (shell-command (concat "ledger"
                             " -f " (org-babel-process-file-name in-file)