Browse Source

ORG-NEWS: Add news items about new features in texinfo exporter

Jonas Bernoulli 3 years ago
parent
commit
282a01f221
1 changed files with 19 additions and 0 deletions
  1. 19 0
      etc/ORG-NEWS

+ 19 - 0
etc/ORG-NEWS

@@ -63,6 +63,20 @@ list of various table options (between brackets in LaTeX export),
 since certain tabular environments, such as longtblr of the
 since certain tabular environments, such as longtblr of the
 tabularray LaTeX package, provides this structure.
 tabularray LaTeX package, provides this structure.
 
 
+*** New =:compact= attribute when exporting lists to Texinfo
+
+The =:compact= attribute allows exporting multiple description list
+items to one =@item= command and one or more =@itemx= commands.  This
+feature can also be enabled for all description lists in a file using
+the =compact-itemx= export option, or globally using the
+~org-texinfo-compact-itemx~ variable.
+
+*** New shorthands recognized when exporting to Texinfo
+
+Items in a description list that begin with =Function:=, =Variable:=
+or certain related prefixes are converted using Texinfo definition
+commands.
+
 ** New functions and changes in function arguments
 ** New functions and changes in function arguments
 
 
 *** New function ~org-element-cache-map~ for quick mapping across Org elements
 *** New function ~org-element-cache-map~ for quick mapping across Org elements
@@ -98,6 +112,11 @@ argument.
 ~org-get-tags~ now accepts Org element or buffer position as first
 ~org-get-tags~ now accepts Org element or buffer position as first
 argument.
 argument.
 
 
+*** New function ~org-texinfo-kbd-macro~
+
+This function is intended for us in the definition of a ~kbd~ macro in
+files that are exported to Texinfo.
+
 ** Miscellaneous
 ** Miscellaneous
 
 
 *** Styles are customizable in ~biblatex~ citation processor
 *** Styles are customizable in ~biblatex~ citation processor