From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Tags v. PROPERTIES for noexport and ignoreheadings Date: Tue, 05 Jan 2016 18:38:16 -0500 Message-ID: References: <877fjnmwq2.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGbBE-0004XR-J7 for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 18:38:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGbBD-0006fI-Np for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 18:38:20 -0500 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:33496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGbBD-0006fE-Ja for emacs-orgmode@gnu.org; Tue, 05 Jan 2016 18:38:19 -0500 Received: by mail-qg0-x22a.google.com with SMTP id b35so161305272qge.0 for ; Tue, 05 Jan 2016 15:38:19 -0800 (PST) In-reply-to: <877fjnmwq2.fsf@gmx.us> 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: Rasmus Cc: emacs-orgmode@gnu.org On 2016-01-05 at 18:29, Rasmus wrote: > Ken Mankoff writes: >> 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". > > If you are working on a patch to be submitted to org, you should use a > property unless you have good reasons not to (IMO). If you are working > on a hack do whatever you want... I'm asking as an end-user writing a document. I'd rather use an official solution than a hack. I've been using the hacked tag solution but thought that there was a recent official change. -k.