From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Kudryavtsev Subject: Clock tables with file list scope do not work anymore Date: Fri, 25 Nov 2016 21:40:12 +0300 Message-ID: <6fac1383-41bc-6047-29f1-a8d946001c08@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cALQB-00011x-F5 for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 13:40:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cALQ7-00035r-GW for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 13:40:27 -0500 Received: from mail-lf0-x232.google.com ([2a00:1450:4010:c07::232]:35557) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cALQ7-00034A-8a for emacs-orgmode@gnu.org; Fri, 25 Nov 2016 13:40:23 -0500 Received: by mail-lf0-x232.google.com with SMTP id b14so56130556lfg.2 for ; Fri, 25 Nov 2016 10:40:22 -0800 (PST) Received: from [192.168.10.191] (mail.mcruises.ru. [185.17.79.180]) by smtp.gmail.com with ESMTPSA id b76sm9422016lfg.41.2016.11.25.10.40.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Nov 2016 10:40:20 -0800 (PST) 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 Hello. Let's say we have file Test-todo.org: * Test todo :LOGBOOK: CLOCK: [2016-11-25 Пт 17:02]--[2016-11-25 Пт 21:02] => 4:00 :END: When we try to add it to a clocktable in a different file using a list, it does not get interpreted: * Todo #+BEGIN: clocktable :maxlevel 4 :scope ("d:/Test-todo.org") :block 2016-11 #+CAPTION: Clock summary at [2016-11-25 Пт 21:30], for Ноябрь 2016. | Headline | Time | |--------------+--------| | *Total time* | *0:00* | #+END: I'm using org-plus-contrib package from elpa, the last working version is org-plus-contrib-20161024. Dev does not seem to work either. Also, I'm using Windows 10, just in case. -- Best Regards, Nikolay Kudryavtsev