emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Clocksums are not computed for custom agenda views
@ 2014-08-05 11:04 Barton
  0 siblings, 0 replies; only message in thread
From: Barton @ 2014-08-05 11:04 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

I have several custom agenda commands of this form:

(setq org-agenda-custom-commands
      '(("c" . "Custom views")
	("cw" "Work" agenda ""
	 ((org-agenda-files '(
			      ;; work files
			      ))))))

Whenever I try to view these in column view, the CLOCKSUM is blank
unless I go into the specific buffer with the file and run
org-clock-sum.

On the other hand, org-clock-sum seems to happen automatically for all
agenda file buffers if the same files are added to org-agenda-files
directly and then accessed with org-agenda-list, org-agenda-columns.

What would be the correct way to automate this CLOCKSUM computation for
the files in my custom agenda views?


My org-columns-default-format is "%25ITEM(Item) %5Effort(t est){:}
%5CLOCKSUM_T(t today){:} %SCHEDULED(ON) %DEADLINE(BY)".

--
Barton

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-05 11:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05 11:04 Clocksums are not computed for custom agenda views Barton

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