File: org-src.el.html
This file contains the code dealing with source code examples in Org mode.
Defined variables (18)
org-coderef-label-format | The default coderef format. |
org-edit-fixed-width-region-mode | The mode that should be used to edit fixed-width regions. |
org-edit-src-auto-save-idle-delay | Delay before saving a source code buffer back into its base buffer. |
org-edit-src-content-indentation | Indentation for the content of a source code block. |
org-edit-src-persistent-message | Non-nil means show persistent exit help message while editing src examples. |
org-edit-src-turn-on-auto-save | Non-nil means turn ‘auto-save-mode’ on when editing a source block. |
org-src--auto-save-timer | Idle Timer auto-saving remote editing buffers. |
org-src--source-type | Type of element being edited, as a symbol. |
org-src--tab-width | Contains ‘tab-width’ value from Org source buffer. |
org-src-ask-before-returning-to-edit-buffer | Non-nil means ask before switching to an existing edit buffer. |
org-src-block-faces | Alist of faces to be used for source-block. |
org-src-lang-modes | Alist mapping languages to their major mode. |
org-src-mode | Non-nil if Org-Src mode is enabled. |
org-src-mode-hook | Hook run after Org switched a source code snippet to its Emacs mode. |
org-src-preserve-indentation | If non-nil preserve leading whitespace characters on export. |
org-src-source-file-name | File name associated to Org source buffer, or nil. |
org-src-tab-acts-natively | If non-nil, TAB uses the language’s major-mode binding in code blocks. |
org-src-window-setup | How the source code edit buffer should be displayed. |