After some search, I have found this option causing the error. It is :fileskip0. If I remove it from the #+BEGIN line, the clocktable is computed and displayed. On Mon, Jul 23, 2018 at 8:23 AM, Roland Everaert wrote: > Hi, > > After an upgrade of both cygwin and org-mode, I am not able to refresh my > clock table. > > Here is the clocktable declaration: > > #+COLUMNS: %60ITEM %7imputation %TODO %3PRIORITY %TAGS# > +BEGIN: clocktable :block thisweek-1 :maxlevel 5 :scope > agenda-with-archives :properties ("imputation") :inherit-props t :step day > :fileskip0 :link t > > > The full error message: > > org-prepare-dblock: Wrong type argument: plistp, (:name "clocktable" > :block thisweek-1 :maxlevel 5 :scope agenda-with-archives :properties > ("imputation") ...) > > > Version of emacs and org-mode: > > Org mode version 9.1.13 (9.1.13-elpa @ /cygdrive/c/Users/re/.emacs.d/ > elpa/org-20180716/) > GNU Emacs 26.1 (build 1, x86_64-unknown-cygwin) of 2018-05-28 > > Does the syntax changed in clocktable? > > Roland. >