emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ox-taskjuggler missing
@ 2022-02-19 19:55 Greg Sullivan
  2022-02-19 20:46 ` Kyle Meyer
  2022-02-20  2:11 ` Tim Cross
  0 siblings, 2 replies; 5+ messages in thread
From: Greg Sullivan @ 2022-02-19 19:55 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]

Trying to export to taskjuggler (tj3) to get a gantt chart as in this
description
<https://orgmode.org/worg/exporters/taskjuggler/ox-taskjuggler.html>.
But I can't find the taskjuggler exporter.

emacs-version
=> GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60
Version 10.14.6 (Build 18G95)) of 2021-11-18

org-version
=> Org mode version 9.4.4 (release_9.4.4 @
/Applications/Emacs.app/Contents/Resources/lisp/org/)

(require 'ox-taskjuggler)
=> Debugger entered--Lisp error: (file-missing "Cannot open load file" "No
such file or directory" "ox-taskjuggler")

There does not seem to be an "ox-taskjuggler" on melpa
<https://melpa.org/#/?q=ox-taskjuggler>.

I couldn't find any notes about taskjuggler export explicitly being removed
from the standard org distribution.
Do others with emacs 27.2 and org-mode version 9.4.4 have ox-taskjuggler
available?
If so, I must have messed up my installation.

Thanks for any guidance.
-- Greg

--
Greg Sullivan   email: gregs@sulliwood.org   cell: 617-417-4746
70 Pigeon Hill Street, Rockport, MA 01966

[-- Attachment #2: Type: text/html, Size: 1594 bytes --]

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

* Re: ox-taskjuggler missing
  2022-02-19 19:55 ox-taskjuggler missing Greg Sullivan
@ 2022-02-19 20:46 ` Kyle Meyer
  2022-02-20  2:11 ` Tim Cross
  1 sibling, 0 replies; 5+ messages in thread
From: Kyle Meyer @ 2022-02-19 20:46 UTC (permalink / raw)
  To: Greg Sullivan; +Cc: emacs-orgmode

Greg Sullivan writes:

> Trying to export to taskjuggler (tj3) to get a gantt chart as in this
> description
> <https://orgmode.org/worg/exporters/taskjuggler/ox-taskjuggler.html>.
> But I can't find the taskjuggler exporter.
>
> emacs-version
> => GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60
> Version 10.14.6 (Build 18G95)) of 2021-11-18
>
> org-version
> => Org mode version 9.4.4 (release_9.4.4 @
> /Applications/Emacs.app/Contents/Resources/lisp/org/)

Hmm, based on the version and location, that's presumably the builtin
Org that shipped with Emacs 27.2.  ox-taskjuggler.el has never shipped
with Emacs, so you must have been pulling it in from somewhere else.

Anyway, ox-taskjuggler.el along with the rest of contrib/ was removed
from the main Org repo in 0555665bb (Remove the contrib/ directory,
2021-05-03), part of the 9.5 release.

It's hosted at <https://git.sr.ht/~bzg/org-contrib> for the time being
and is available from <https://elpa.nongnu.org/nongnu/org-contrib.html>.


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

* Re: ox-taskjuggler missing
  2022-02-19 19:55 ox-taskjuggler missing Greg Sullivan
  2022-02-19 20:46 ` Kyle Meyer
@ 2022-02-20  2:11 ` Tim Cross
  2022-02-20  4:11   ` Ken Mankoff
  1 sibling, 1 reply; 5+ messages in thread
From: Tim Cross @ 2022-02-20  2:11 UTC (permalink / raw)
  To: emacs-orgmode


Greg Sullivan <gregs@sulliwood.org> writes:

> Trying to export to taskjuggler (tj3) to get a gantt chart as in this description.
> But I can't find the taskjuggler exporter.
>
> emacs-version
> => GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2021-11-18
>
> org-version
> => Org mode version 9.4.4 (release_9.4.4 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)
>
> (require 'ox-taskjuggler)
> => Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "ox-taskjuggler")
>
> There does not seem to be an "ox-taskjuggler" on melpa.
>
> I couldn't find any notes about taskjuggler export explicitly being removed from the standard org distribution.
> Do others with emacs 27.2 and org-mode version 9.4.4 have ox-taskjuggler available?
> If so, I must have messed up my installation.
>
> Thanks for any guidance.
> -- Greg


TaskJuggler is not part of org mode. It is one of the packages in the
org contgrib package, which is now distributed via the nongnu elpa
repository (see https://elpa.nongnu.org/nongnu/).

I haven't used it in a long time and I don't think anyone is maintaining
it, so don't know how well it is working with current org versions.




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

* Re: ox-taskjuggler missing
  2022-02-20  2:11 ` Tim Cross
@ 2022-02-20  4:11   ` Ken Mankoff
  2022-02-20 18:31     ` Antonio Carlos Padoan Junior
  0 siblings, 1 reply; 5+ messages in thread
From: Ken Mankoff @ 2022-02-20  4:11 UTC (permalink / raw)
  To: Tim Cross; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1568 bytes --]

This might be an alternative option

https://plantuml.com/gantt-diagram

Please excuse brevity. Sent from tiny pocket computer with non-haptic
feedback keyboard.

On Sat, Feb 19, 2022, 18:18 Tim Cross <theophilusx@gmail.com> wrote:

>
> Greg Sullivan <gregs@sulliwood.org> writes:
>
> > Trying to export to taskjuggler (tj3) to get a gantt chart as in this
> description.
> > But I can't find the taskjuggler exporter.
> >
> > emacs-version
> > => GNU Emacs 27.2 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60
> Version 10.14.6 (Build 18G95)) of 2021-11-18
> >
> > org-version
> > => Org mode version 9.4.4 (release_9.4.4 @
> /Applications/Emacs.app/Contents/Resources/lisp/org/)
> >
> > (require 'ox-taskjuggler)
> > => Debugger entered--Lisp error: (file-missing "Cannot open load file"
> "No such file or directory" "ox-taskjuggler")
> >
> > There does not seem to be an "ox-taskjuggler" on melpa.
> >
> > I couldn't find any notes about taskjuggler export explicitly being
> removed from the standard org distribution.
> > Do others with emacs 27.2 and org-mode version 9.4.4 have ox-taskjuggler
> available?
> > If so, I must have messed up my installation.
> >
> > Thanks for any guidance.
> > -- Greg
>
>
> TaskJuggler is not part of org mode. It is one of the packages in the
> org contgrib package, which is now distributed via the nongnu elpa
> repository (see https://elpa.nongnu.org/nongnu/).
>
> I haven't used it in a long time and I don't think anyone is maintaining
> it, so don't know how well it is working with current org versions.
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 2386 bytes --]

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

* Re: ox-taskjuggler missing
  2022-02-20  4:11   ` Ken Mankoff
@ 2022-02-20 18:31     ` Antonio Carlos Padoan Junior
  0 siblings, 0 replies; 5+ messages in thread
From: Antonio Carlos Padoan Junior @ 2022-02-20 18:31 UTC (permalink / raw)
  To: Ken Mankoff; +Cc: Tim Cross, emacs-orgmode

I used ox-taskjuggler 2 years ago I think, but I remember having to fix
some time translation calculation in order to make it work correctly.

I have this ox file on my computer and if you are interested I can share it
or at least try to run it on my machine if you give me few days.

Taskjuggler is an amazing piece of software, and using it with org-mode
is really a great combination! 

Best regards,
-- 
Antonio Carlos PADOAN JUNIOR
Phone: +33(0)6 5035 1196
GPG fingerprint:
243F 237F 2DD3 4DCA 4EA3  1341 2481 90F9 B421 A6C9




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

end of thread, other threads:[~2022-02-20 18:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19 19:55 ox-taskjuggler missing Greg Sullivan
2022-02-19 20:46 ` Kyle Meyer
2022-02-20  2:11 ` Tim Cross
2022-02-20  4:11   ` Ken Mankoff
2022-02-20 18:31     ` Antonio Carlos Padoan Junior

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