From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: Setting org-log-into-drawer in a property Date: Mon, 18 May 2009 22:54:26 -0700 Message-ID: <4A124992.9000708@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6IHa-0002EQ-Mc for emacs-orgmode@gnu.org; Tue, 19 May 2009 01:54:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6IHV-0002CP-Ki for emacs-orgmode@gnu.org; Tue, 19 May 2009 01:54:33 -0400 Received: from [199.232.76.173] (port=52060 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6IHV-0002CD-DJ for emacs-orgmode@gnu.org; Tue, 19 May 2009 01:54:29 -0400 Received: from caiajhbdcbhh.dreamhost.com ([208.97.132.177]:51264 helo=randymail-a2.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6IHU-0007p4-Qr for emacs-orgmode@gnu.org; Tue, 19 May 2009 01:54:29 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Most of my tasks have only one state change (TODO->DONE), so I like to be able to quickly see my log notes by fully expanding all headings in a sub-tree. Thus, I do NOT use the LOGBOOK property. However, for repeating items the list of log entries can get quite long. If I fully expand a sub-tree with a repeating task, the log notes push the rest of the tree off the screen. I'd rather if *only* repeating tasks (and perhaps select other tasks) used the LOGBOOK property to keep the log notes hidden in a drawer. This brings me to my question and possible feature request. The LOGGING property allows us to set logging preference on a sub-tree basis. Is it possible to set the value of org-log-into-drawer on a sub-tree basis, either via the LOGGING property or some other property? If not, would it be possible to add this capability? Thanks, Dan