emacs: tweak a prot-org-clock--template-no-effort parameter

This commit is contained in:
Protesilaos Stavrou 2024-12-15 16:30:51 +02:00
parent 73eee7cc30
commit 2358935727
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -14041,7 +14041,7 @@ the current file."
"Clock table with effort estimate column to use for custom clock reports.")
(defvar prot-org-clock--template-no-effort
"#+BEGIN: clocktable :formula % :timestamp t :sort (1 . ?a) :link t :scope nil :hidefiles t :maxlevel 8 :stepskip0 t
"#+BEGIN: clocktable :formula % :timestamp t :sort (1 . ?a) :link nil :scope nil :hidefiles t :maxlevel 8 :stepskip0 t
,#+END:"
"Clock table to use for custom clock reports.")

View file

@ -231,7 +231,7 @@ the current file."
"Clock table with effort estimate column to use for custom clock reports.")
(defvar prot-org-clock--template-no-effort
"#+BEGIN: clocktable :formula % :timestamp t :sort (1 . ?a) :link t :scope nil :hidefiles t :maxlevel 8 :stepskip0 t
"#+BEGIN: clocktable :formula % :timestamp t :sort (1 . ?a) :link nil :scope nil :hidefiles t :maxlevel 8 :stepskip0 t
#+END:"
"Clock table to use for custom clock reports.")