Search code examples
emacsorg-mode

Fail to use ox-taskjuggler of org-contrib to export tjp file


I want to use taskjuggler to manage project, and I am a Emacs user. So I want to export org file as tjp file, it will be quick to start using it, as I thought.

I install taskjuggler successfully, then I want to try it within Emacs. But when I execute elisp function org-taskjuggler-export, there always has message "Symbol’s function definition is void: nil". I can’t figure out what’s wrong result in this. Org-mode seems always work fine for me.

I think it's problem of export function, not any others. But if I still want to use emacs, there may not has any other ways to export as tjp, except I write tjp file.

Please help me to take a look at it. I would really appreciate it.


Solution

  • This issue seems to be caused by the latest version of org-contrib (0.6). Apparently support for ox-taskjuggler is being dropped. Reverting to version 0.4.2 (https://elpa.nongnu.org/nongnu/org-contrib-0.4.2.tar.lz) fixed it for me.