From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fernando Varesi Subject: Bug: org-clocktable-write-default fails to display properties [9.0.7 (9.0.7-elpaplus @ /home/fvaresi/.emacs.d/elpa/org-plus-contrib-20170515/)] Date: Thu, 18 May 2017 13:54:20 -0300 Message-ID: <87a86a85s3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dBOh5-00021T-KV for emacs-orgmode@gnu.org; Thu, 18 May 2017 12:54:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dBOh1-0003hO-N8 for emacs-orgmode@gnu.org; Thu, 18 May 2017 12:54:31 -0400 Received: from mail-pg0-x229.google.com ([2607:f8b0:400e:c05::229]:36208) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dBOh1-0003gI-Fz for emacs-orgmode@gnu.org; Thu, 18 May 2017 12:54:27 -0400 Received: by mail-pg0-x229.google.com with SMTP id x64so25433481pgd.3 for ; Thu, 18 May 2017 09:54:27 -0700 (PDT) Received: from localhost (r167-61-156-114.dialup.adsl.anteldata.net.uy. [167.61.156.114]) by smtp.gmail.com with ESMTPSA id h28sm12803225pfd.55.2017.05.18.09.54.22 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 18 May 2017 09:54:23 -0700 (PDT) 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 everyone! I'm trying to create a clocktable with the following header: #+BEGIN: clocktable :scope file-with-archives :tstart "2017-05-17 14:00" :tend "" :link t :fileskip0 t :properties ("TODO") This should display every item with the TODO label (which was removed from headline in a recent release). However, the column is empty. Doing some debugging I found out that org-clock-get-table-data does return the required properties. However, the default formatter (org-clocktable-write-default) fails to display it. I think the problem is in line 2596: ;; Get the list of node entries and iterate over it (when (> maxlevel 0) (pcase-dolist (`(,level ,headline ,ts ,time . ,props) entries) Removing the . solves the issue, but I'm not sure what's the purpose of it. Any clues on the best way to fix this? Thanks and keep up the good work! Fernando. Emacs : GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.12) of 2017-04-23, modified by Debian Package: Org mode version 9.0.7 (9.0.7-elpaplus @ /home/fvaresi/.emacs.d/elpa/org-plus-contrib-20170515/)