all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* clocktable column order e.g. :properties at rightmost position?
@ 2013-08-31 16:58 Jeff Kowalczyk
  2013-09-02  4:58 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Kowalczyk @ 2013-08-31 16:58 UTC (permalink / raw)
  To: emacs-orgmode

Is there a way to configure column order in clocktable output? I have a
workable way to display TAGS now for clocked task now, but the width of
multiply-tagged items will make the clocktable output less usable. I'd
prefer to move it over to the right-most position:

: #+BEGIN: clocktable :maxlevel 2 :scope file :emphasize nil :block today 
:                     :link nil :indent nil :properties ("TAGS")
: #+CAPTION: Clock summary at [2013-08-31 Sat 09:25], 
:            for Saturday, August 31, 2013.
: | TAGS      | Headline                               | Time   |      |
: |-----------+----------------------------------------+--------+------|
: |           | *Total time*                           | *1:05* |      |
: |-----------+----------------------------------------+--------+------|
: |           | <2013-08-31 Sat>                       | 1:05   |      |
: |           | TODO db query test                     |        | 0:18 |
: |           | TODO time-tracking-tools               |        | 0:26 |
: | :foo:bar: | DONE jsmith re: new idea               |        | 0:15 |
: | :bar:     | DONE article attack driven defense...  |        | 0:06 |
: #+END:

The option:

: :formatter A function to format clock data and insert into the buffer.

sounds promising if it could advise the existing function without
reimplementing large parts of it. I'm searching for :formatter
documentation and examples, haven't found any direct references yet.

Secondary question: with the today and yesterday tracking clocktables
I'm using, can I configure formatting of the string:
"for Saturday, August 31, 2013." as a normal org timestamp:
"for [2013-08-31 Sat]."?

Thanks,
Jeff

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

end of thread, other threads:[~2013-09-02  4:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-31 16:58 clocktable column order e.g. :properties at rightmost position? Jeff Kowalczyk
2013-09-02  4:58 ` Carsten Dominik

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.