Browse Source

ORG-NEWS: Document `org-element-lineage'

Nicolas Goaziou 11 years ago
parent
commit
f74cc9c4fb
1 changed files with 8 additions and 3 deletions
  1. 8 3
      etc/ORG-NEWS

+ 8 - 3
etc/ORG-NEWS

@@ -92,7 +92,8 @@ The content of the included file can now be optionally marked up, for
 instance as HTML.  See the documentation for details.
 instance as HTML.  See the documentation for details.
 *** File links with =#+INCLUDE= keyword
 *** File links with =#+INCLUDE= keyword
 Objects can be extracted via =#+INCLUDE= using file links.  It is
 Objects can be extracted via =#+INCLUDE= using file links.  It is
-possible to include only the contents of the object.
+possible to include only the contents of the object.  See manual for
+more information.
 *** Additional =:hline= processing to ob-shell
 *** Additional =:hline= processing to ob-shell
 If the argument =:hlines yes= is present in a babel call, an optional
 If the argument =:hlines yes= is present in a babel call, an optional
 argument =:hlines-string= can be used to define a string to use as a
 argument =:hlines-string= can be used to define a string to use as a
@@ -121,6 +122,9 @@ in the output, depending on the parameters.
 *** Extend ~org-export-first-sibling-p~ and ~org-export-last-sibling-p~
 *** Extend ~org-export-first-sibling-p~ and ~org-export-last-sibling-p~
 These functions now support any element or object, not only headlines.
 These functions now support any element or object, not only headlines.
 *** New function: ~org-export-table-row-in-header-p~
 *** New function: ~org-export-table-row-in-header-p~
+*** New function: ~org-element-lineage~
+This function deprecates ~org-export-get-genealogy~.  It also provides
+more features.  See docstring for details.
 *** New filter: ~org-export-filter-body-functions~
 *** New filter: ~org-export-filter-body-functions~
 Functions in this filter are applied on the body of the exported
 Functions in this filter are applied on the body of the exported
 document, befor wrapping it within the template.
 document, befor wrapping it within the template.
@@ -141,7 +145,8 @@ would throw an error. A new variable
 behavior. It is now possible to silently add new columns, to do so
 behavior. It is now possible to silently add new columns, to do so
 with a warning or to explicitly ask the user each time.
 with a warning or to explicitly ask the user each time.
 *** ASCII plot
 *** ASCII plot
-Ability to plot values in a column through ASCII-art bars.
+Ability to plot values in a column through ASCII-art bars.  See manual
+for details.
 *** New hook: ~org-archive-hook~
 *** New hook: ~org-archive-hook~
 This hook is called after successfully archiving a subtree, with point
 This hook is called after successfully archiving a subtree, with point
 on the original subtree, not yet deleted.
 on the original subtree, not yet deleted.
@@ -157,7 +162,7 @@ exported without section numbers irrespective of their levels.  The
 property is inherited by children.
 property is inherited by children.
 ** Miscellaneous
 ** Miscellaneous
 *** Strip all meta data from ITEM special property
 *** Strip all meta data from ITEM special property
-ITEM special property do not contain anymore TODO, priority or tags.
+ITEM special property does not contain TODO, priority or tags anymore.
 *** File names in links accept are now compatible with URI syntax
 *** File names in links accept are now compatible with URI syntax
 Absolute file names can now start with =///= in addition to =/=. E.g.,
 Absolute file names can now start with =///= in addition to =/=. E.g.,
 =[[file:///home/me/unicorn.jpg]]=.
 =[[file:///home/me/unicorn.jpg]]=.