From 8799dfb2cbef7d977b987946aa44b185efad6531 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 3 Apr 2015 21:10:57 +0200 Subject: [PATCH] ORG-NEWS: Mention #+CATEGORY change --- etc/ORG-NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 28e8394f7..d26570008 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -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.