From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Feature Request] HEADLINE special property Date: Mon, 10 Nov 2014 16:54:45 +0100 Message-ID: <87ioinqce2.fsf@nicolasgoaziou.fr> References: <878ulbn0kx.fsf@nicolasgoaziou.fr> <87iojqkad8.fsf@bzg.ath.cx> <871tq22850.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnrIF-0006U7-9j for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 10:54:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnrI7-0001B7-Io for emacs-orgmode@gnu.org; Mon, 10 Nov 2014 10:54:15 -0500 In-Reply-To: (Brett Witty's message of "Tue, 21 Oct 2014 09:20:24 +1100") 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: Brett Witty Cc: Bastien , Org mailing list Brett Witty writes: > Seems like a good solution. Although how about HEADLINE_LEVEL, > OUTLINE_LEVEL or some abbreviation to make it more unlikely to clash with > user defined properties? I stripped all meta-data from "ITEM" special property in master. However, I kept the stars as they inform about relationship between headlines in a columnview table. Please report if you encounter any bug. Regards,