summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-13 15:37:56 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-10-03 18:44:34 +0200
commitdb56e096e8b8fc9d3d163ea14c158c51c364cc69 (patch)
tree21c698ec9269f62a588ab6493eb2fec70b48cd00
parent37f3fbf3c6a1b7d4b22f231dc0a818ecddb907d2 (diff)
downloadorg-mode-db56e096e8b8fc9d3d163ea14c158c51c364cc69.tar.gz
ORG-NEWS: Document :coding parameter for INCLUDE keywords
-rw-r--r--etc/ORG-NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 2f8372e..7312a33 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-<UP>~, ~S-<DOWN>~, ~S-<RIGHT>~, and ~S-<LEFT>~ now move cells in
the corresponding direction by swapping with the adjacent cell.