mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak a prot-org-clock--template-no-effort parameter
This commit is contained in:
parent
73eee7cc30
commit
2358935727
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue