Forráskód Böngészése

ORG-NEWS: Document :coding parameter for INCLUDE keywords

Nicolas Goaziou 6 éve
szülő
commit
db56e096e8
1 módosított fájl, 8 hozzáadás és 0 törlés
  1. 8 0
      etc/ORG-NEWS

+ 8 - 0
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.