ORG-NEWS: Document NAME handling for blocks

This commit is contained in:
Nicolas Goaziou 2016-04-02 10:44:09 +02:00
parent 3ee36639f0
commit 506ff0d76e
1 changed files with 6 additions and 0 deletions

View File

@ -224,6 +224,12 @@ types.
*** New option ~org-attach-commit~
When non-nil, commit attachments with git, assuming the document is in
a git repository.
*** New HTML ~id~ attributes on special, example and quote blocks
If the block has a =#+NAME:= attribute assigned, then the HTML element
will have an ~id~ attribute with that name in the HTML export. This
enables one to create links to these elements in other places, e.g.,
~<a href="#name">text</a>~.
** New functions
*** ~org-next-line-empty-p~
It replaces the deprecated ~next~ argument to ~org-previous-line-empty-p~.