From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Is it possible to keep /all/ the heading properties in one place? Date: Thu, 25 Feb 2016 15:03:18 +0100 Message-ID: <878u283n15.fsf@nicolasgoaziou.fr> References: <87fuwht5s3.fsf@gmail.com> <87lh683o7c.fsf@nicolasgoaziou.fr> <878u28ucl8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYwTp-0003Ej-6r for emacs-orgmode@gnu.org; Thu, 25 Feb 2016 09:01:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYwTj-0008ST-Lz for emacs-orgmode@gnu.org; Thu, 25 Feb 2016 09:01:21 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:33272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYwTj-0008Rx-Fz for emacs-orgmode@gnu.org; Thu, 25 Feb 2016 09:01:15 -0500 In-Reply-To: <878u28ucl8.fsf@gmail.com> (Oleh Krehel's message of "Thu, 25 Feb 2016 14:46:43 +0100") 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: Oleh Krehel Cc: emacs-orgmode@gnu.org Oleh Krehel writes: > Nicolas Goaziou writes: > >>> Here's a list of the diverse things that I'd like to hide into >>> :PROPERTIES: >>> >>> - Tags - there are always a pain to re-align, they show up as diffs in >>> git commits >>> - The clock entries - they are stored in a :LOGBOOK:, separately from >>> :PROPERTIES: >>> - The :SCHEDULED: and :DEADLINE: time stamps >> >> It is not possible to move these things into the properties drawer. > > Why not? What's the barrier to doing this? I think it would not only > make the text files cleaner, but also the org.el code. Because not everything is a node property. TODO keywords, tags and properties are all different, and blurring the distinction between them would not make Org easier. Note that Org doesn't force you to use any of them. CLOCK cannot be located within PROPERTIES drawer because it not a key-value association. You can have multiple clocks with different values. SCHEDULED and DEADLINE could have been moved within PROPERTIES drawer. It was even discussed a couple of times on this ML. However, Carsten decided to keep them separated, mainly because such an important information should not be hidden in the document, in particular for newcomers. I still agree with him. Regards, -- Nicolas