File: org-src.el.html

This file contains the code dealing with source code examples in Org mode.

Defined variables (18)

org-coderef-label-formatThe default coderef format.
org-edit-fixed-width-region-modeThe mode that should be used to edit fixed-width regions.
org-edit-src-auto-save-idle-delayDelay before saving a source code buffer back into its base buffer.
org-edit-src-content-indentationIndentation for the content of a source code block.
org-edit-src-persistent-messageNon-nil means show persistent exit help message while editing src examples.
org-edit-src-turn-on-auto-saveNon-nil means turn ‘auto-save-mode’ on when editing a source block.
org-src--auto-save-timerIdle Timer auto-saving remote editing buffers.
org-src--source-typeType of element being edited, as a symbol.
org-src--tab-widthContains ‘tab-width’ value from Org source buffer.
org-src-ask-before-returning-to-edit-bufferNon-nil means ask before switching to an existing edit buffer.
org-src-block-facesAlist of faces to be used for source-block.
org-src-lang-modesAlist mapping languages to their major mode.
org-src-modeNon-nil if Org-Src mode is enabled.
org-src-mode-hookHook run after Org switched a source code snippet to its Emacs mode.
org-src-preserve-indentationIf non-nil preserve leading whitespace characters on export.
org-src-source-file-nameFile name associated to Org source buffer, or nil.
org-src-tab-acts-nativelyIf non-nil, TAB uses the language’s major-mode binding in code blocks.
org-src-window-setupHow the source code edit buffer should be displayed.

Defined functions (46)

org-edit-comment-block()
org-edit-export-block()
org-edit-fixed-width-region()
org-edit-footnote-reference()
org-edit-inline-src-code()
org-edit-latex-environment()
org-edit-latex-fragment()
org-edit-src-abort()
org-edit-src-code(&optional CODE EDIT-BUFFER-NAME)
org-edit-src-continue(EVENT)
org-edit-src-exit()
org-edit-src-save()
org-edit-table.el()
org-escape-code-in-region(BEG END)
org-escape-code-in-string(S)
org-fontify-inline-src-blocks(LIMIT)
org-fontify-inline-src-blocks-1(LIMIT)
org-src--construct-edit-buffer-name(ORG-BUFFER-NAME LANG)
org-src--contents-area(DATUM)
org-src--contents-for-write-back(WRITE-BACK-BUF)
org-src--contents-for-write-back-1(WRITE-BACK-BUF CONTENTS &optional INDENTATION-OFFSET PRESERVE-FL SOURCE-TAB-WIDTH WRITE-BACK)
org-src--coordinates(POS BEG END)
org-src--edit-buffer(BEG END)
org-src--edit-element(DATUM NAME &optional INITIALIZE WRITE-BACK CONTENTS REMOTE)
org-src--get-known-shells()
org-src--goto-coordinates(COORD BEG END)
org-src--make-source-overlay(BEG END EDIT-BUFFER)
org-src--on-datum-p(DATUM)
org-src--remove-overlay()
org-src-associate-babel-session(INFO)
org-src-babel-configure-edit-buffer()
org-src-coderef-format(&optional ELEMENT)
org-src-coderef-regexp(FMT &optional LABEL)
org-src-do-at-code-block(&rest BODY)
org-src-do-key-sequence-at-code-block(&optional KEY)
org-src-edit-buffer-p(&optional BUFFER)
org-src-font-lock-fontify-block(LANG START END)
org-src-get-lang-mode(LANG)
org-src-mode(&optional ARG)
org-src-mode-configure-edit-buffer()
org-src-preserve-indentation-p(&optional NODE)
org-src-source-buffer()
org-src-source-type()
org-src-switch-to-buffer(BUFFER CONTEXT)
org-unescape-code-in-region(BEG END)
org-unescape-code-in-string(S)

Defined faces (0)