Mercurial > emacs
comparison lisp/org/ob-octave.el @ 112330:56d3e9c28eb0
Merge from mainline.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 17 Jan 2011 11:01:01 -0800 |
parents | ef719132ddfa |
children |
comparison
equal
deleted
inserted
replaced
112329:e36b2f5d36cd | 112330:56d3e9c28eb0 |
---|---|
1 ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation | 1 ;;; ob-octave.el --- org-babel functions for octave and matlab evaluation |
2 | 2 |
3 ;; Copyright (C) 2010 Free Software Foundation, Inc. | 3 ;; Copyright (C) 2010, 2011 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Dan Davison | 5 ;; Author: Dan Davison |
6 ;; Keywords: literate programming, reproducible research | 6 ;; Keywords: literate programming, reproducible research |
7 ;; Homepage: http://orgmode.org | 7 ;; Homepage: http://orgmode.org |
8 ;; Version: 7.4 | 8 ;; Version: 7.4 |
257 (match-string 1 string) | 257 (match-string 1 string) |
258 string)) | 258 string)) |
259 | 259 |
260 (provide 'ob-octave) | 260 (provide 'ob-octave) |
261 | 261 |
262 ;; arch-tag: d8e5f68b-ba13-440a-a495-b653e989e704 | |
263 | 262 |
264 ;;; ob-octave.el ends here | 263 ;;; ob-octave.el ends here |