emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [bug] ox-taskjuggler
@ 2015-01-20 12:44 Søren Mikkelsen
  2015-01-20 21:00 ` Nicolas Goaziou
  0 siblings, 1 reply; 10+ messages in thread
From: Søren Mikkelsen @ 2015-01-20 12:44 UTC (permalink / raw)
  To: emacs-orgmode

I'm trying to use the taskjuggler exporter for getting an overview of my
project, and it seems to be straight forward if you know a bit about
Taskjuggler.

However, tasks that are scheduled org-mode like, i.e.,

*** TODO My task
  SCHEDULED: <2015-01-27 Tue>

don't appear in the report. But, if I add a START property it will appear.

*** TODO My task 2
    :PROPERTIES:
    :start:    2015-03-01
    :END:

I suspect it has something to do with l462-470:

(defun org-taskjuggler-get-start (item)
  "Return start date for task or resource ITEM.
ITEM is a headline.  Return value is a string or nil if ITEM
doesn't have any start date defined."
  (let ((scheduled (org-element-property :scheduled item)))
    (or
     (and scheduled (org-timestamp-format scheduled "%Y-%02m-%02d"))
     (and (memq 'start org-taskjuggler-valid-task-attributes)
	  (org-element-property :START item)))))


I'm not that experienced in elisp, so I hope someone can help me.

Best regards,
Søren

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

end of thread, other threads:[~2015-01-26 12:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20 12:44 [bug] ox-taskjuggler Søren Mikkelsen
2015-01-20 21:00 ` Nicolas Goaziou
2015-01-21 13:08   ` Søren Mikkelsen
2015-01-21 13:31     ` John Hendy
2015-01-22  7:26       ` Søren Mikkelsen
2015-01-22 10:21         ` Christian Egli
2015-01-22 11:55           ` Søren Mikkelsen
2015-01-23  8:59             ` Christian Egli
2015-01-23 11:31               ` Søren Mikkelsen
2015-01-26 12:30                 ` Christian Egli

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