emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Item task_id not being used in taskjuggler export
@ 2013-04-01  0:04 John Hendy
  2013-04-01  0:16 ` John Hendy
  2013-04-01 14:21 ` Nicolas Goaziou
  0 siblings, 2 replies; 20+ messages in thread
From: John Hendy @ 2013-04-01  0:04 UTC (permalink / raw)
  To: emacs-orgmode

I seem to be having trouble getting custom task_id values used for my
taskjuggler file. From ox-taskjuggler.el:

#+begin_quote
(defun org-taskjuggler--build-task (task info)
  "Return a task declaration.

TASK is a headline.  INFO is a plist used as a communication
channel.

All valid attributes from TASK are inserted.  If TASK defines
a property \"task_id\" it will be used as the id for this task.
Otherwise it will use the ID property.  If neither is defined
a unique id will be associated to it."

[snip]

#+end_quote

However, my headlines are still using the Org-assigned values for this...

#+begin_org

* Project :taskjuggler_project:
  SCHEDULED: <2013-03-01 Fri>
** Technical  :T:
   :PROPERTIES:
   :task_id:  T
   :END:
*** Sub task
    :PROPERTIES:
    :task_id:  T1
    :END:

#+end_org

This gets exported as:

#+begin_tjp

task technical "Technical" {
  purge allocate
  allocate jwhendy
  task sub "Sub task" {
    milestone
  }
}

#+end_tjp

Variations:
- I also tried using =:task_id: "T"= to see if it needed to be in quotes
- Tried changing my drawer name to TASK_ID to check for case-sensitivity

The results of both were the same. Is this something on my end or a
but in ox-taskjuggler.el?


Thanks,
John

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

end of thread, other threads:[~2013-04-25  7:52 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-01  0:04 Item task_id not being used in taskjuggler export John Hendy
2013-04-01  0:16 ` John Hendy
2013-04-01  0:44   ` John Hendy
2013-04-01 14:21 ` Nicolas Goaziou
2013-04-01 14:53   ` John Hendy
2013-04-01 15:20     ` Nicolas Goaziou
2013-04-01 16:00       ` John Hendy
2013-04-01 16:38         ` Nicolas Goaziou
2013-04-01 16:57           ` John Hendy
2013-04-01 17:05             ` Nicolas Goaziou
2013-04-02  3:27               ` John Hendy
2013-04-01 20:56             ` Item task_id not being used in taskjuggler export & tj prefixing Buddy Butterfly
2013-04-01 20:59               ` Buddy Butterfly
2013-04-01 21:53               ` John Hendy
2013-04-01 22:01                 ` Nicolas Goaziou
2013-04-02  3:24                   ` John Hendy
2013-04-25  7:52                     ` Christian Egli
2013-04-04 13:59                 ` Buddy Butterfly
2013-04-24 20:09                 ` Christian Egli
2013-04-24 19:51               ` 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).