ORG-NEWS: Mention #+CATEGORY change

This commit is contained in:
Nicolas Goaziou 2015-04-03 21:10:57 +02:00
parent 9febca5349
commit 8799dfb2cb
1 changed files with 14 additions and 0 deletions

View File

@ -48,6 +48,20 @@ them.
(min (1+ (match-end 0)) end)))
(unless (bolp) (insert "\n"))))))))))))
#+END_SRC
*** =#+CATEGORY= keywords no longer apply partially to document
It was possible to use several such keywords and have them apply to
the text below until the next one, but strongly deprecated since Org
5.14 (2008).
=#+CATEGORY= keywords are now global to the document. You can use
node properties to set category for a subtree, e.g.,
#+BEGIN_SRC org
,* Headline
:PROPERTIES:
:CATEGORY: some category
:END:
#+END_SRC
*** New variable to control visibility when revealing a location
~org-show-following-heading~, ~org-show-siblings~,
~org-show-entry-below~ and ~org-show-hierarchy-above~ no longer exist.