From 0306eec5fa3591fc864d9e2e3c0b84a1229509e6 Mon Sep 17 00:00:00 2001 From: TEC Date: Wed, 18 Nov 2020 02:06:30 +0800 Subject: Replace org #+KEYWORDS with #+keywords As of ~2 years ago, lower case keywords became the standard (though they are handled case insensitive, as always): https://code.orgmode.org/bzg/org-mode/commit/13424336a6f30c50952d291e7a82906c1210daf0 Upper case keywords are exclusive to the manual: - https://orgmode.org/list/871s50zn6p.fsf@nicolasgoaziou.fr/ - https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/ --- test/org-select-tags.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/org-select-tags.org') diff --git a/test/org-select-tags.org b/test/org-select-tags.org index 8f0ebfdbd..ca41a48b2 100644 --- a/test/org-select-tags.org +++ b/test/org-select-tags.org @@ -1,5 +1,5 @@ -#+SELECT_TAGS: yes no -#+EXCLUDE_TAGS: no +#+select_tags: yes no +#+exclude_tags: no In a document containing one or more trees containing a tag listed in SELECT_TAGS, only those trees and their ancestor nodes will appear; -- cgit v1.2.3