From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lele Gaifax Subject: Local COLUMNS and columnview block Date: Sat, 17 Nov 2018 09:56:25 +0100 Message-ID: <875zwwkrpi.fsf@metapensiero.it> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNwP9-0006Gu-UV for emacs-orgmode@gnu.org; Sat, 17 Nov 2018 03:56:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNwP6-0005Dz-Qr for emacs-orgmode@gnu.org; Sat, 17 Nov 2018 03:56:39 -0500 Received: from [195.159.176.226] (port=34844 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNwP6-0005DH-Ko for emacs-orgmode@gnu.org; Sat, 17 Nov 2018 03:56:36 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gNwMw-0006s8-0B for emacs-orgmode@gnu.org; Sat, 17 Nov 2018 09:54:22 +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" To: emacs-orgmode@gnu.org Hi all, I tried to use a local definition of the COLUMNS property and have a "private" (that is, not exported to PDF) view of the time spent on something, something like this: # -*- coding: utf-8 -*- #+TITLE: Test local columns #+COLUMNS: %40ITEM(Item) %13Effort(Effort){:} #+BEGIN: columnview :id global :maxlevel 1 :skip-empty-rows t | Item | Effort | Spent | |-------------+--------+-------| | Preliminary | 1:00 | | #+END: * Preliminary :PROPERTIES: :Effort: 1:00 :END: :LOGBOOK: CLOCK: [2018-11-16 fri 09:40]--[2018-11-16 fri 10:00] => 0:20 :END: * Soon :PROPERTIES: :Effort: 1:00 :END: :LOGBOOK: CLOCK: [2018-11-16 fri 11:00]--[2018-11-16 fri 12:00] => 1:00 :END: #+BEGIN: columnview :id local :indent t :skip-empty-rows t | Item | Effort | |------+--------| | Soon | 1:00 | #+END: * COMMENT Work :PROPERTIES: :COLUMNS: %40ITEM(Item) %13Effort(Effort){:} %CLOCKSUM(Spent) :END: #+BEGIN: clocktable :scope file :maxlevel 2 #+END: #+BEGIN: columnview :id global :indent t :skip-empty-rows t | Item | Effort | |-------------+--------| | Preliminary | 1:00 | | Soon | 1:00 | #+END: The local property in the "Work" node is honored by org-columns (C-c C-x C-c), -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. lele@metapensiero.it | -- Fortunato Depero, 1929.