diff options
| author | Bastien Guerry | 2012-05-25 09:39:32 +0200 |
|---|---|---|
| committer | Bastien Guerry | 2012-05-25 09:39:32 +0200 |
| commit | 2a88ee23dbe4182c8671b2fa6a1b091ce512cb99 (patch) | |
| tree | 49dd2c5829d4d1fea479512cfdcb58cbdac16983 /lisp/org/ChangeLog | |
| parent | 2f9b9adb4652f52c12b6388b1fd3d03fa4f99b32 (diff) | |
| download | emacs-2a88ee23dbe4182c8671b2fa6a1b091ce512cb99.tar.gz emacs-2a88ee23dbe4182c8671b2fa6a1b091ce512cb99.zip | |
Merge Org 7.8.11 -- important bug fixes.
Diffstat (limited to 'lisp/org/ChangeLog')
| -rw-r--r-- | lisp/org/ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index 19f6a15dc9c..24133ef850d 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2012-05-25 Jambunathan K <kjambunathan@gmail.com> | ||
| 2 | |||
| 3 | * org-odt.el (org-odt-init-outfile) | ||
| 4 | (org-odt-write-manifest-file): Disable | ||
| 5 | `nxml-auto-insert-xml-declaration-flag'. | ||
| 6 | |||
| 7 | 2012-05-25 Bastien Guerry <bzg@gnu.org> | ||
| 8 | |||
| 9 | * org.el (org-scan-tags): Fix bug when building the scanner | ||
| 10 | regexp. | ||
| 11 | |||
| 12 | 2012-05-25 Eric Schulte <eric.schulte@gmx.com> | ||
| 13 | |||
| 14 | * ob.el (org-babel-capitalize-examplize-region-markers): Controls | ||
| 15 | the capitalization of begin and end example blocks. | ||
| 16 | (org-babel-examplize-region): Optionally capitalize example block | ||
| 17 | delimiters. | ||
| 18 | |||
| 19 | 2012-05-25 Eric Schulte <eric.schulte@gmx.com> | ||
| 20 | |||
| 21 | * ob-plantuml.el (org-babel-execute:plantuml): Adding a :java | ||
| 22 | header argument to plantuml. | ||
| 23 | |||
| 24 | 2012-05-25 Eric Schulte <eric.schulte@gmx.com> | ||
| 25 | |||
| 26 | * org-exp-blocks.el (org-export-blocks-preprocess): Even when the | ||
| 27 | body of a block is not indented the boundary markers should be | ||
| 28 | indented to their original positions so things like list | ||
| 29 | indentation still work. | ||
| 30 | |||
| 1 | 2012-05-16 Eric Schulte <eric.schulte@gmx.com> | 31 | 2012-05-16 Eric Schulte <eric.schulte@gmx.com> |
| 2 | 32 | ||
| 3 | * ob.el (org-babel-parse-src-block-match): Save match data during | 33 | * ob.el (org-babel-parse-src-block-match): Save match data during |