emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Publishing clocked time
@ 2009-09-04 15:32 Ivan Chernetsky
  2009-09-06 11:41 ` Carsten Dominik
  0 siblings, 1 reply; 14+ messages in thread
From: Ivan Chernetsky @ 2009-09-04 15:32 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

is it possible to publish clocked time of a TODO item? For instance, I
have a TODO item like this:

** TODO <todo item title>   :NEXT:
   - State "STARTED"  from "TODO"  [2009-09-04 Fri 15:56]
   - State "STARTED"    from "TODO"       [2009-09-04 Fri 14:52]
   CLOCK: [2009-09-04 Fri 14:52]--[2009-09-04 Fri 15:56] =>  1:04

When I publish a project that contains a file with this item, I
doesn't see last line with clocked time info. I have the following
settings regarding publishing:

(setq org-clock-persist t)
(org-clock-persistence-insinuate)
(setq org-clock-in-resume t)
(setq org-clock-into-drawer nil)
(setq org-clock-out-remove-zero-time-clocks t)
(setq org-clock-out-when-done nil)
(setq org-agenda-log-mode-items '(clock))

(setq org-todo-keywords '((sequence "TODO(t)" "STARTED(s!)" "|" "DONE(d!/!)")
			  (sequence "WAITING(w@/!)" "SOMEDAY(S!)" "|" "CANCELLED(c@/!)")))
(setq org-use-fast-todo-selection t)
(setq org-todo-state-tags-triggers
      '(("CANCELED" ("CANCELLED" . t))
	("WAITING" ("WAITING" . t) ("NEXT"))
	("SOMEDAY" ("WAITING" . t))
	("DONE" ("NEXT") ("WAITING"))
	("TODO" ("WAITING") ("CANCELLED"))
	("STARTED" ("WAITING") ("NEXT" . t))))
(setq org-tag-alist
      '(("NEXT" . ?N)
	("WAITING" . ?W)
	("CANCELLED" . ?C)))
(setq org-fast-tag-selection-single-key 'expert)
(setq org-agenda-custom-commands
      '(("s" "Started Tasks" todo "STARTED"
((org-agenda-todo-ignore-with-date nil)))
	("w" "Tasks waiting on something" tags "WAITING"
((org-use-tag-inheritance nil)))
	("n" "Next" tags "NEXT-WAITING-CANCELLED/!" nil)))
(setq org-agenda-repeating-timestamp-show-all t)
(setq org-agenda-show-all-dates t)
(setq org-agenda-sorting-strategy
      '((agenda time-up priority-down effort-up category-up)
	(todo priority-down)
	(tags priority-down)))


;; (setq org-agenda-include-diary t)
;; (setq org-agenda-include-all-todo t)

(setq org-agenda-files '("~/org/work/dooster.org"))
(setq org-directory "~/org/")

;; publishing
(setq org-publish-project-alist
      '(("work"
	 :base-directory "~/org/work"
	 :publishing-directory "~/org/published/work"
	 :recursive t
	 :base-extension "org"
	 :publishing-function org-publish-org-to-html
	 :auto-index t)))
(setq org-export-author-info nil)
(setq org-export-creator-info nil)
(setq org-export-html-use-infojs nil)
(setq org-export-with-drawers t)
(setq org-export-html-inline-images t)

Thanks in advance!

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

end of thread, other threads:[~2009-09-12 21:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-04 15:32 Publishing clocked time Ivan Chernetsky
2009-09-06 11:41 ` Carsten Dominik
2009-09-07 15:35   ` Sébastien Vauban
2009-09-07 15:56     ` Russell Adams
2009-09-09  7:47       ` Ivan Chernetsky
2009-09-11  3:50         ` Carsten Dominik
2009-09-11  3:48       ` Carsten Dominik
2009-09-11  3:51     ` Carsten Dominik
2009-09-11  5:05       ` Russell Adams
2009-09-11 14:02         ` Peter Jones
2009-09-11 16:02           ` Russell Adams
2009-09-11 17:54             ` Peter Jones
2009-09-12  4:49           ` Carsten Dominik
2009-09-12 21:11             ` Peter Jones

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