diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ORG-NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index d1e476267bf..b50ac7f05e7 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS | |||
| @@ -50,8 +50,8 @@ You can now find them here : | |||
| 50 | - https://github.com/org-mime/org-mime | 50 | - https://github.com/org-mime/org-mime |
| 51 | 51 | ||
| 52 | *** Change ~org-texinfo-classes~ value | 52 | *** Change ~org-texinfo-classes~ value |
| 53 | The value cannot support functions to create sectionning commands | 53 | The value cannot support functions to create sectioning commands |
| 54 | anymore. Also, the sectionning commands should include commands for | 54 | anymore. Also, the sectioning commands should include commands for |
| 55 | appendices. See the docstring for more information. | 55 | appendices. See the docstring for more information. |
| 56 | *** Removal of ~:sitemap-sans-extension~ | 56 | *** Removal of ~:sitemap-sans-extension~ |
| 57 | 57 | ||
| @@ -159,7 +159,7 @@ developers to prepend code to the scheme block being processed. | |||
| 159 | Multiple ~:prologue~ headers can be added each of them using a string | 159 | Multiple ~:prologue~ headers can be added each of them using a string |
| 160 | with the content to be added. | 160 | with the content to be added. |
| 161 | 161 | ||
| 162 | The scheme blocks are prepared by surronding the code in the block | 162 | The scheme blocks are prepared by surrounding the code in the block |
| 163 | with a let form. The content of the ~:prologue~ headers are prepended | 163 | with a let form. The content of the ~:prologue~ headers are prepended |
| 164 | before this let form. | 164 | before this let form. |
| 165 | 165 | ||
| @@ -280,7 +280,7 @@ argument for the scope of the clock table. | |||
| 280 | Global table of contents are generated using vanilla Markdown syntax | 280 | Global table of contents are generated using vanilla Markdown syntax |
| 281 | instead of HTML. Also #+TOC keyword, including local table of | 281 | instead of HTML. Also #+TOC keyword, including local table of |
| 282 | contents, are now supported. | 282 | contents, are now supported. |
| 283 | **** Add Slovanian translations | 283 | **** Add Slovenian translations |
| 284 | **** Implement ~org-export-insert-image-links~ | 284 | **** Implement ~org-export-insert-image-links~ |
| 285 | This new function is meant to be used in back-ends supporting images | 285 | This new function is meant to be used in back-ends supporting images |
| 286 | as descriptions of links, a.k.a. image links. See its docstring for | 286 | as descriptions of links, a.k.a. image links. See its docstring for |
| @@ -467,7 +467,7 @@ far away in the future. | |||
| 467 | *** Save point before opening a file with an unknown search option | 467 | *** Save point before opening a file with an unknown search option |
| 468 | 468 | ||
| 469 | When following a file link with a search option (e.g., =::#custom-id=) | 469 | When following a file link with a search option (e.g., =::#custom-id=) |
| 470 | that doesn't exist in the target file, save positon before raising an | 470 | that doesn't exist in the target file, save position before raising an |
| 471 | error. As a consequence, it is possible to jump back to the original | 471 | error. As a consequence, it is possible to jump back to the original |
| 472 | document with ~org-mark-ring-goto~ (default binding =C-c &=). | 472 | document with ~org-mark-ring-goto~ (default binding =C-c &=). |
| 473 | 473 | ||
| @@ -479,7 +479,7 @@ See docstring for details. | |||
| 479 | 479 | ||
| 480 | This variable is a ~defcustom~ and replaces the variable | 480 | This variable is a ~defcustom~ and replaces the variable |
| 481 | ~org-babel-capitalize-example-region-markers~, which is a ~defvar~ and | 481 | ~org-babel-capitalize-example-region-markers~, which is a ~defvar~ and |
| 482 | is now obselete. | 482 | is now obsolete. |
| 483 | *** =INCLUDE= keywords in commented trees are now ignored. | 483 | *** =INCLUDE= keywords in commented trees are now ignored. |
| 484 | *** Default value for ~org-texinfo-text-markup-alist~ changed. | 484 | *** Default value for ~org-texinfo-text-markup-alist~ changed. |
| 485 | 485 | ||