]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-sqlite.el
Fix typos.
[gnu-emacs] / lisp / org / ob-sqlite.el
index 408ca4e64c4a694471d34d97c975fff32ca1d53d..c08c7f38e8a1ba22065a9daa54ef9c44a3d83e36 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
-;; Version: 7.4
+;; Version: 7.7
 
 ;; This file is part of GNU Emacs.
 
@@ -89,6 +89,7 @@ This function is called by `org-babel-execute-src-block'."
        ;; body of the code block
        (org-babel-expand-body:sqlite body params)))
       (if (or (member "scalar" result-params)
+             (member "verbatim" result-params)
              (member "html" result-params)
              (member "code" result-params)
              (equal (point-min) (point-max)))
@@ -145,4 +146,5 @@ Prepare SESSION according to the header arguments specified in PARAMS."
 (provide 'ob-sqlite)
 
 
+
 ;;; ob-sqlite.el ends here