ORG-NEWS: Document :coding parameter for INCLUDE keywords

This commit is contained in:
Nicolas Goaziou 2018-06-13 15:37:56 +02:00
parent 37f3fbf3c6
commit db56e096e8
1 changed files with 8 additions and 0 deletions

View File

@ -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-<UP>~, ~S-<DOWN>~, ~S-<RIGHT>~, and ~S-<LEFT>~ now move cells in
the corresponding direction by swapping with the adjacent cell.