mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git for CI/development purposes because the upstream savannah git repo is flakey.
aa8bcd9f38
If `org-edit-special' is called with a prefix argument from inside a source-code block which has a session, then the session is prepared according to the header arguments of the source-code blocks. This is implemented at a `defadvice' because the org-edit-src-hook is called from inside of the edit buffer, rather than the org buffer, and it wasn't clear how to access a prefix arg from inside of the hook. |
||
---|---|---|
lisp | ||
snippets/org-mode | ||
util | ||
.gitignore | ||
COPYING | ||
intro.org | ||
library-of-babel.org | ||
org-babel-requirements.org | ||
org-babel-worg.org | ||
org-babel.org | ||
README.markdown | ||
test-export.org | ||
test-tangle.org |
org-babel.el --- facilitating communication between programming languages and people
- for information on org see the Org-Mode website
- for information on org-babel see the org-babel.org file in this directory