emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Ivan Chernetsky <ivan.chernetsky@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Publishing clocked time
Date: Sun, 6 Sep 2009 13:41:27 +0200	[thread overview]
Message-ID: <B10FA12D-EA2B-4152-A788-1CBA9E4A4142@gmail.com> (raw)
In-Reply-To: <566e527b0909040832v2dd07dadm89168f8aaedea3d2@mail.gmail.com>

Hi Ivan,

clocking lines are considered ugly and are therefore not included
during publishing.  I could make an option for it...  Are there
more people interested?

- Carsten

On Sep 4, 2009, at 5:32 PM, Ivan Chernetsky wrote:

> 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!
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

  reply	other threads:[~2009-09-06 11:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-04 15:32 Publishing clocked time Ivan Chernetsky
2009-09-06 11:41 ` Carsten Dominik [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B10FA12D-EA2B-4152-A788-1CBA9E4A4142@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=ivan.chernetsky@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).