Browse Source

ORG-NEWS: Document NAME handling for blocks

Nicolas Goaziou 9 years ago
parent
commit
506ff0d76e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      etc/ORG-NEWS

+ 6 - 0
etc/ORG-NEWS

@@ -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~.