File: embark-org.el.html
This package configures the Embark package for use in Org Mode buffers. It teaches Embark a number of Org related targets and appropriate actions. Currently it has table cells, whole tables, source blocks and links. Targets to add: headings (Embark already has generic support for outlines, so we just nee to add Org specific actions), timestamps, etc.
Defined variables (14)
embark-org--invisible-jump-to-heading | Org heading actions which won’t display the heading’s buffer. |
embark-org--no-jump-to-heading | Org heading actions which shouldn’t be executed with point at the heading. |
embark-org--types | Supported Org object and element types. |
embark-org-babel-call-map | Keymap for actions on Org babel calls. |
embark-org-export-in-place-map | Keymap for actions which replace the region by an exported version. |
embark-org-heading-map | Keymap for actions on Org headings. |
embark-org-inline-src-block-map | Keymap for actions on Org inline source blocks. |
embark-org-item-map | Keymap for actions on Org list items. |
embark-org-link-copy-map | Keymap for different ways to copy Org links to the kill-ring. |
embark-org-link-map | Keymap for actions on Org links. |
embark-org-plain-list-map | Keymap for actions on plain Org lists. |
embark-org-src-block-map | Keymap for actions on Org source blocks. |
embark-org-table-cell-map | Keymap for actions the current cells, column or row of an Org table. |
embark-org-table-map | Keymap for actions on entire Org table. |
Defined functions (19)
embark-org--at-block-head | |
embark-org--at-heading | |
embark-org--heading-location | (TARGET) |
embark-org--in-source-window | (TARGET FUNCTION) |
embark-org--mark-plain-list | |
embark-org--refine-heading | (TYPE TARGET) |
embark-org--refine-link-type | (TYPE TARGET) |
embark-org-copy-as-markdown | (START END) |
embark-org-copy-link-description | () |
embark-org-copy-link-in-full | () |
embark-org-copy-link-inner-target | (ARG1 &optional ARG2) |
embark-org-copy-link-target | () |
embark-org-define-link-copier | (NAME FORMULA DESCRIPTION) |
embark-org-goto-heading | |
embark-org-heading-default-action | (TARGET) |
embark-org-insert-link-to | (TARGET) |
embark-org-refile-here | (TARGET) |
embark-org-target-agenda-item | () |
embark-org-target-element-context | () |