From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Krehel Subject: Re: Is it possible to keep /all/ the heading properties in one place? Date: Thu, 25 Feb 2016 14:46:43 +0100 Message-ID: <878u28ucl8.fsf@gmail.com> References: <87fuwht5s3.fsf@gmail.com> <87lh683o7c.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYwFl-0006Fo-46 for emacs-orgmode@gnu.org; Thu, 25 Feb 2016 08:46:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYwFh-0004SM-43 for emacs-orgmode@gnu.org; Thu, 25 Feb 2016 08:46:49 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:33828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYwFg-0004S5-TP for emacs-orgmode@gnu.org; Thu, 25 Feb 2016 08:46:45 -0500 Received: by mail-wm0-x229.google.com with SMTP id b205so32264368wmb.1 for ; Thu, 25 Feb 2016 05:46:44 -0800 (PST) Received: from firefly ([91.219.111.102]) by smtp.gmail.com with ESMTPSA id qs1sm8076350wjc.2.2016.02.25.05.46.43 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 25 Feb 2016 05:46:43 -0800 (PST) In-Reply-To: <87lh683o7c.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 25 Feb 2016 14:37:59 +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: emacs-orgmode@gnu.org 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.