Browse Source

ORG-NEWS: Mention #+CATEGORY change

Nicolas Goaziou 10 năm trước cách đây
mục cha
commit
8799dfb2cb
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      etc/ORG-NEWS

+ 14 - 0
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.