1
0
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.
Go to file
Eric Schulte aa8bcd9f38 DONE optionally evaluate header references when we switch to =*Org Edit Src*= buffer
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.
2009-07-28 08:30:23 -06:00
lisp DONE optionally evaluate header references when we switch to =*Org Edit Src*= buffer 2009-07-28 08:30:23 -06:00
snippets/org-mode back to the working version 2009-05-29 16:44:33 -07:00
util added util directory, including newest inf-ruby.el, should fix ruby bug 2009-06-14 18:42:44 -07:00
.gitignore updated .gitignore to ignore tangled files 2009-06-27 13:37:37 -07:00
COPYING Added litorgy.el which begins with the most fundamental step of our 2009-02-22 13:19:43 -08:00
intro.org more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
library-of-babel.org Updating o-b.org, including a couple of new bugs. 2009-07-18 19:11:14 -04:00
org-babel-requirements.org more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
org-babel-worg.org org-babel-ded-worg.org contents are now in new file org-babel-worg.org 2009-07-22 23:40:53 -04:00
org-babel.org DONE optionally evaluate header references when we switch to =*Org Edit Src*= buffer 2009-07-28 08:30:23 -06:00
README.markdown misc changes 2009-05-25 15:13:56 -07:00
test-export.org more cleanup and removal of the term "litorgy" 2009-05-24 13:52:51 -07:00
test-tangle.org Revert "DONE take default values for header args from properties" 2009-07-22 19:02:12 -06:00

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