File: ob-core.el.html

Defined variables (32)

org-babel-after-execute-hookHook for functions to be called after ‘org-babel-execute-src-block’.
org-babel-common-header-args-w-valuesAlist defining common header args and their allowed values.
org-babel-current-src-block-locationMarker pointing to the source block currently being executed.
org-babel-default-header-argsDefault arguments to use when evaluating a source block.
org-babel-default-inline-header-argsDefault arguments to use when evaluating an inline source block.
org-babel-exp-reference-bufferBuffer containing original contents of the exported buffer.
org-babel-expand-noweb-references--cacheNoweb reference cache used during expansion.
org-babel-expand-noweb-references--cache-bufferCons (BUFFER . MODIFIED-TICK) for cached noweb references.
org-babel-hash-showNumber of initial characters to show of a hidden results hash.
org-babel-hash-show-timeNon-nil means show the time the code block was evaluated in the result hash.
org-babel-header-arg-namesCommon header arguments used by org-babel.
org-babel-hide-result-overlaysOverlays hiding results.
org-babel-inline-result-wrapFormat string used to wrap inline results.
org-babel-min-lines-for-block-outputThe minimum number of lines for block output.
org-babel-multi-line-header-regexpRegular expression used to match multi-line header arguments.
org-babel-name-regexpRegexp matching a NAME keyword.
org-babel-no-eval-on-ctrl-c-ctrl-cRemove code block evaluation from the ‘C-c C-c’ key binding.
org-babel-noweb-error-all-langsRaise errors when noweb references don’t resolve.
org-babel-noweb-error-langsLanguages for which Babel will raise literate programming errors.
org-babel-noweb-wrap-endString used to end a noweb reference in a code block.
org-babel-noweb-wrap-startString used to begin a noweb reference in a code block.
org-babel-remote-temporary-directoryDirectory to hold temporary files on remote hosts.
org-babel-result-regexpRegular expression used to match result lines.
org-babel-result-w-name-regexpRegexp matching a RESULTS keyword with a name.
org-babel-results-keywordKeyword used to name results generated by code blocks.
org-babel-safe-header-argsA list of safe header arguments for babel source blocks.
org-babel-src-block-regexpRegexp used to identify code blocks.
org-babel-src-name-regexpRegular expression used to match a source name line.
org-babel-temporary-directoryDirectory to hold temporary files created to execute code blocks.
org-babel-temporary-stable-directoryDirectory to hold temporary files created to execute code blocks.
org-babel-uppercase-example-markersWhen non-nil, begin/end example markers will be inserted in upper case.
org-confirm-babel-evaluateConfirm before evaluation.

Defined functions (120)

org-babel--clear-results-maybe(HASH)
org-babel--expand-body(INFO)
org-babel--file-desc(PARAMS RESULT)
org-babel--get-vars(PARAMS)
org-babel--insert-results-keyword(NAME HASH)
org-babel--normalize-body(DATUM)
org-babel--script-escape-inner(STR)
org-babel--string-to-number(STRING)
org-babel-active-location-p()
org-babel-balanced-split(STRING ALTS)
org-babel-check-confirm-evaluate(INFO)
org-babel-check-evaluate(INFO)
org-babel-check-src-block()
org-babel-chomp(STRING &optional REGEXP)
org-babel-combine-header-arg-lists(ORIGINAL &rest OTHERS)
org-babel-confirm-evaluate(INFO)
org-babel-current-result-hash(&optional INFO)
org-babel-del-hlines(TABLE)
org-babel-demarcate-block(&optional ARG)
org-babel-disassemble-tables(VARS HLINES COLNAMES ROWNAMES)
org-babel-do-in-edit-buffer(&rest BODY)
org-babel-do-key-sequence-in-edit-buffer(KEY)
org-babel-enter-header-arg-w-completion(&optional LANG)
org-babel-eval-headers(HEADERS)
org-babel-examplify-region(BEG END &optional RESULTS-SWITCHES INLINE)
org-babel-execute-buffer(&optional ARG)
org-babel-execute-maybe()
org-babel-execute-safely-maybe()
org-babel-execute-src-block(&optional ARG INFO PARAMS EXECUTOR-TYPE)
org-babel-execute-src-block-maybe()
org-babel-execute-subtree(&optional ARG)
org-babel-expand-body:generic(BODY PARAMS &optional VAR-LINES)
org-babel-expand-noweb-references(&optional INFO PARENT-BUFFER)
org-babel-expand-src-block(&optional ARG INFO PARAMS)
org-babel-expand-src-block-maybe()
org-babel-find-named-block(NAME)
org-babel-find-named-result(NAME)
org-babel-format-result(RESULT &optional SEP)
org-babel-generate-file-param(SRC-NAME PARAMS)
org-babel-get-colnames(TABLE)
org-babel-get-rownames(TABLE)
org-babel-get-src-block-info(&optional NO-EVAL DATUM)
org-babel-goto-named-result(NAME)
org-babel-goto-named-src-block(NAME)
org-babel-goto-src-block-head()
org-babel-graphical-output-file(PARAMS)
org-babel-hash-at-point(&optional POINT)
org-babel-header-arg-expand()
org-babel-header-args-safe-fn(SAFE-LIST)
org-babel-hide-all-hashes()
org-babel-hide-hash()
org-babel-hide-result-toggle(&optional FORCE)
org-babel-hide-result-toggle-maybe()
org-babel-import-elisp-from-file(FILE-NAME &optional SEPARATOR)
org-babel-initiate-session(&optional ARG INFO)
org-babel-insert-header-arg(&optional HEADER-ARG VALUE)
org-babel-insert-result(RESULT &optional RESULT-PARAMS INFO HASH LANG EXEC-TIME)
org-babel-join-splits-near-ch(CH LIST)
org-babel-load-in-session(&optional ARG INFO)
org-babel-load-in-session-maybe()
org-babel-make-language-alias(NEW OLD)
org-babel-map-call-lines(FILE &rest BODY)
org-babel-map-executables(FILE &rest BODY)
org-babel-map-inline-src-blocks(FILE &rest BODY)
org-babel-map-src-blocks(FILE &rest BODY)
org-babel-mark-block()
org-babel-merge-params(&rest ALISTS)
org-babel-named-data-regexp-for-name(NAME)
org-babel-named-src-block-regexp-for-name(&optional NAME)
org-babel-next-src-block(&optional ARG)
org-babel-noweb-p(PARAMS CONTEXT)
org-babel-noweb-wrap(&optional REGEXP)
org-babel-one-header-arg-safe-p(PAIR SAFE-LIST)
org-babel-open-src-block-result(&optional RE-RUN)
org-babel-params-from-properties(&optional LANG NO-EVAL)
org-babel-parse-header-arguments(STRING &optional NO-EVAL)
org-babel-parse-multiple-vars(HEADER-ARGUMENTS)
org-babel-pick-name(NAMES SELECTOR)
org-babel-pop-to-session(&optional ARG INFO)
org-babel-pop-to-session-maybe()
org-babel-previous-src-block(&optional ARG)
org-babel-process-file-name(NAME &optional NO-QUOTE-P)
org-babel-process-params(PARAMS)
org-babel-put-colnames(TABLE COLNAMES)
org-babel-put-rownames(TABLE ROWNAMES)
org-babel-read(CELL &optional INHIBIT-LISP-EVAL)
org-babel-read-element(ELEMENT)
org-babel-read-link()
org-babel-read-list()
org-babel-read-result()
org-babel-read-table()
org-babel-reassemble-table(TABLE COLNAMES ROWNAMES)
org-babel-remove-inline-result(&optional DATUM)
org-babel-remove-result(&optional INFO KEEP-KEYWORD)
org-babel-remove-result-one-or-many(ARG)
org-babel-remove-temporary-directory()
org-babel-remove-temporary-stable-directory()
org-babel-result-cond(RESULT-PARAMS SCALAR-FORM &rest TABLE-FORMS)
org-babel-result-end()
org-babel-result-hide-all()
org-babel-result-hide-spec()
org-babel-result-names(&optional FILE)
org-babel-result-to-file(RESULT &optional DESCRIPTION TYPE)
org-babel-script-escape(STR &optional FORCE)
org-babel-session-buffer(&optional INFO)
org-babel-sha1-hash(&optional INFO CONTEXT)
org-babel-show-result-all()
org-babel-src-block-names(&optional FILE)
org-babel-string-read(CELL)
org-babel-switch-to-session(&optional ARG INFO)
org-babel-switch-to-session-with-code(&optional ARG INFO)
org-babel-temp-directory()
org-babel-temp-file(PREFIX &optional SUFFIX)
org-babel-temp-stable-directory()
org-babel-temp-stable-file(DATA PREFIX &optional SUFFIX)
org-babel-update-block-body(NEW-BODY)
org-babel-view-src-block-info()
org-babel-when-in-src-block(&rest BODY)
org-babel-where-is-src-block-head(&optional SRC-BLOCK)
org-babel-where-is-src-block-result(&optional INSERT INFO HASH)

Defined faces (0)