From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Tags v. PROPERTIES for noexport and ignoreheadings Date: Tue, 05 Jan 2016 18:17:31 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGarQ-0008W2-Ag for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 18:17:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGar8-0002dg-M9 for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 18:17:52 -0500 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:35388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGar8-0002dO-DV for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 18:17:34 -0500 Received: by mail-qg0-x22e.google.com with SMTP id o11so290951401qge.2 for ; Tue, 05 Jan 2016 15:17:34 -0800 (PST) Received: from MacBook-Pro.local ([2601:98a:4001:daec:9060:940f:70b:1c8b]) by smtp.gmail.com with ESMTPSA id s65sm12441113qki.19.2016.01.05.15.17.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jan 2016 15:17:33 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Hi List, I'm trying to figure out when I should be using tags and when I should be using properties, for the cases of "noexport" and "ignoringheading". I think I began using Org before either of these features were supported. Then people provide code snippets that added this functionality based on tags. About a month ago I think I learned that there is now a PROPERTY drawer keyword. I switched to that at the time, but now I cannot find the message that suggested this change, nor can I find the correct keyword I invoke (org-set-property). Thanks, -k.