diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 2f8372e85..7312a338e 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -15,6 +15,14 @@ Please send Org bug reports to mailto:emacs-orgmode@gnu.org. ** New features *** Babel **** Add LaTeX output support in PlantUML +*** New parameter for =INCLUDE= keyword +Add =:coding CODING-SYSTEM= to include files using a different coding +system than the main Org document. For example: + +#+begin_example +,#+INCLUDE: "myfile.cmd" src cmd :coding cp850-dos +#+end_example + *** New cell movement functions in tables ~S-~, ~S-~, ~S-~, and ~S-~ now move cells in the corresponding direction by swapping with the adjacent cell.