comparison lisp/org/ob-table.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-table.el --- support for calling org-babel functions from tables 1 ;;; ob-table.el --- support for calling org-babel functions from tables
2 2
3 ;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. 3 ;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
4 4
5 ;; Author: Eric Schulte 5 ;; Author: Eric Schulte
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
118 nil (list "emacs-lisp" "results" params) '((:results . "silent")))) 118 nil (list "emacs-lisp" "results" params) '((:results . "silent"))))
119 "")))) 119 ""))))
120 120
121 (provide 'ob-table) 121 (provide 'ob-table)
122 122
123 ;; arch-tag: 4234cc7c-4fc8-4e92-abb0-2892de1a493b
124 123
125 ;;; ob-table.el ends here 124 ;;; ob-table.el ends here