0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 05:32:51 +00:00

Simplify babel release changes a bit.

This commit is contained in:
Dan Davison 2010-04-05 01:19:46 -04:00
parent 8d405783cb
commit 97c6c43f0b

View file

@ -514,12 +514,9 @@ around org-babel.
Thanks to Maurizio Vitale for this suggestion. Thanks to Maurizio Vitale for this suggestion.
- Variable references which look like lisp forms are now - Variable references which look like lisp forms are now
evaluated. evaluated.
- Inline source blocks will always return string output.
- No longer adding extension during tangling when filename is - No longer adding extension during tangling when filename is
provided. provided.
Thanks to Martin G. Skjæveland and Nicolas Girard for prompting this. Thanks to Martin G. Skjæveland and Nicolas Girard for prompting this.
- Code block parameters are now available when initializing a
session.
- Added `org-babel-execute-hook' which runs after code block - Added `org-babel-execute-hook' which runs after code block
execution. execution.
- Working directories and remote execution - Working directories and remote execution
@ -543,7 +540,6 @@ around org-babel.
- org-R removed from contrib. - org-R removed from contrib.
- gnuplot can now return it's string output -- when session is - gnuplot can now return it's string output -- when session is
set to "none". set to "none".
- Prevent quoting of strings in shell variables.
- Now including source code block arguments w/source name on - Now including source code block arguments w/source name on
export. export.
- Now able to reference file links as results. - Now able to reference file links as results.