Edits to list of changes in upcoming release.

This commit is contained in:
Dan Davison 2010-04-01 13:25:18 -04:00
parent a025579e50
commit 1d71df7966
1 changed files with 23 additions and 17 deletions

View File

@ -487,24 +487,27 @@ Org-secretary is a possible setup for group work using Org-mode.
Thanks to Juan Reyero for this contribution. Thanks to Juan Reyero for this contribution.
** Babel ** Babel
Eric has compiled the following list of changes in and around Eric and Dan have compiled the following list of changes in and
org-babel. around org-babel.
- added support for Matlab and Octave - Added support for Matlab and Octave
- added support for C and C++ code blocks - Added support for C and C++ code blocks
- added support for the Oz programming language - Added support for the Oz programming language
- can now force literal interpretation of table cell contents Thanks to Torsten Anders for this contribution
- Can now force literal interpretation of table cell contents
with extra "$" in table formula with extra "$" in table formula
- variable references which look like lisp forms are now Thanks to Maurizio Vitale for this suggestion.
- Variable references which look like lisp forms are now
evaluated evaluated
- inline source blocks will always return string output - 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
- code block parameters are now available when initializing a Thanks to Martin G. Skjæveland and Nicolas Girard for prompting this.
- Code block parameters are now available when initializing a
session 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
This introduces a new header argument :dir. For the duration of This introduces a new header argument :dir. For the duration of
source block execution, default-directory is set to the value source block execution, default-directory is set to the value
@ -520,14 +523,17 @@ org-babel.
interpreter executable will be sought in tramp-remote-path, and interpreter executable will be sought in tramp-remote-path, and
if found will execute on the remote machine in the specified if found will execute on the remote machine in the specified
remote directory. remote directory.
- Remove org-R from contrib - Tramp syntax can be used to tangle to remote files.
Thanks to Maurizio Vitale and Rémi Vanicat.
- 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 - 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
- allow pdf/png generation directly from latex source blocks - Allow pdf/png generation directly from latex source blocks
with :file header argument.
* Version 6.34 * Version 6.34