emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* clocktable - Wrong type argument: plistp - after upgrade
@ 2018-07-23  6:23 Roland Everaert
  2018-07-23 11:57 ` Roland Everaert
  0 siblings, 1 reply; 6+ messages in thread
From: Roland Everaert @ 2018-07-23  6:23 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 756 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1105 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: clocktable - Wrong type argument: plistp - after upgrade
  2018-07-23  6:23 clocktable - Wrong type argument: plistp - after upgrade Roland Everaert
@ 2018-07-23 11:57 ` Roland Everaert
  2018-08-20 10:38   ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Roland Everaert @ 2018-07-23 11:57 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]

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 <reveatwork@gmail.com>
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.
>

[-- Attachment #2: Type: text/html, Size: 1749 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: clocktable - Wrong type argument: plistp - after upgrade
  2018-07-23 11:57 ` Roland Everaert
@ 2018-08-20 10:38   ` Nicolas Goaziou
  2018-08-27 12:32     ` Roland Everaert
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Goaziou @ 2018-08-20 10:38 UTC (permalink / raw)
  To: Roland Everaert; +Cc: emacs-orgmode

Hello,

Roland Everaert <reveatwork@gmail.com> writes:

> 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.

Could you provide an ECM? The example you send is neither complete (very
important) nor minimal (less important).

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: clocktable - Wrong type argument: plistp - after upgrade
  2018-08-20 10:38   ` Nicolas Goaziou
@ 2018-08-27 12:32     ` Roland Everaert
  2019-03-09 20:44       ` Nikolay Kudryavtsev
  0 siblings, 1 reply; 6+ messages in thread
From: Roland Everaert @ 2018-08-27 12:32 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 643 bytes --]

I seems that with version Org mode version 9.1.13 (9.1.13-elpa @
/cygdrive/c/Users/re/.emacs.d/elpa/org-20180730/), the  problem has
disappeared.

Regards,

Roland.

On Mon, Aug 20, 2018 at 12:38 PM Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Roland Everaert <reveatwork@gmail.com> writes:
>
> > 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.
>
> Could you provide an ECM? The example you send is neither complete (very
> important) nor minimal (less important).
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1073 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: clocktable - Wrong type argument: plistp - after upgrade
  2018-08-27 12:32     ` Roland Everaert
@ 2019-03-09 20:44       ` Nikolay Kudryavtsev
  2019-03-10 10:06         ` Nicolas Goaziou
  0 siblings, 1 reply; 6+ messages in thread
From: Nikolay Kudryavtsev @ 2019-03-09 20:44 UTC (permalink / raw)
  To: Roland Everaert, Nicolas Goaziou; +Cc: emacs-orgmode

Sorry for being a necromancer, but the problem is still sort of there.

In the old versions you didn't need to specify the state, so just adding 
"fileskip0" would work, but now you have to use "fileskip0 t".

It's not a big deal by any means, but maybe the manual should be 
improved, since it has leftovers from laxer times. I wouldn't expect 
users to know that dblocks properties should be a proper plist, so 
reminding them is probably a good idea.

So for fileskip0, stepskip0 and other boolean values(are there any 
more?) maybe the manual sentence should follow the form of one for 
:emphasize, that is, start with "When ‘t’,".

-- 
Best Regards,
Nikolay Kudryavtsev

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: clocktable - Wrong type argument: plistp - after upgrade
  2019-03-09 20:44       ` Nikolay Kudryavtsev
@ 2019-03-10 10:06         ` Nicolas Goaziou
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Goaziou @ 2019-03-10 10:06 UTC (permalink / raw)
  To: Nikolay Kudryavtsev; +Cc: Roland Everaert, emacs-orgmode

Hello,

Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com> writes:

> It's not a big deal by any means, but maybe the manual should be
> improved, since it has leftovers from laxer times. I wouldn't expect
> users to know that dblocks properties should be a proper plist, so
> reminding them is probably a good idea.
>
> So for fileskip0, stepskip0 and other boolean values(are there any
> more?) maybe the manual sentence should follow the form of one
> for :emphasize, that is, start with "When ‘t’,".

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-03-10 10:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23  6:23 clocktable - Wrong type argument: plistp - after upgrade Roland Everaert
2018-07-23 11:57 ` Roland Everaert
2018-08-20 10:38   ` Nicolas Goaziou
2018-08-27 12:32     ` Roland Everaert
2019-03-09 20:44       ` Nikolay Kudryavtsev
2019-03-10 10:06         ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).