UP | HOME

Org-Babel API

Table of Contents

Org-Babel-Asymptote API Functions

org-babel-asymptote-define-type data

Determine type of data.

data is a list. Return type as a symbol.

The type is string if any element in data is a string. Otherwise, it is either real, if some elements are floats, or int.

org-babel-asymptote-var-to-asymptote pair

Convert an elisp value into an Asymptote variable. The elisp value pair is converted into Asymptote code specifying a variable of the same value.

Documentation from the http://orgmode.org/worg/ website (either in its HTML format or in its Org format) is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and css stylesheets are licensed under the GNU General Public License v3 or later.