OK, small update: - Milestones are implemented. All headlines with tags that are in :milestone-tag (org-gantt-default-milestone-tag, resp.; :milestone: by default) are marked as Milestones.
- tag highlighting is working correctly. The alists :tags-bar-style and :tags-group-style ("tag" . "style") set the styles, :tag-style-effect sets whether this style is applied only to the headline with that style, or to all its subheadlines ('subheadlines). (All options are available as org-gantt-default... as well). - tag inclusion/exclusion is working correctly. If :use-tags is non-nil, only headlines with at least one of the given tags (and its subheadlines) will be used. If :ignore-tags is non-nil, headlines with one of the given tags (and its subheadlines) will be ignored. - I have added an option :tikz-options . If this is non-nill, the entire chart will be placed inside a tikzpicture environment with the given parameters. E.g. scaling is possible with :tikz-options "scale=0.5, every node/.style={scale=0.5}". This seems to work fine, so the lowlevel-scale option has been removed. Regards, Bernhard > -----Ursprüngliche Nachricht----- > Von: emacs-orgmode-bounces+bernhard.schmitz=vis.uni-stuttgart...@gnu.org > [mailto:emacs-orgmode-bounces+bernhard.schmitz=vis.uni- > stuttgart...@gnu.org] Im Auftrag von Karl Voit > Gesendet: Mittwoch, 3. Juni 2015 17:17 > An: emacs-orgmode@gnu.org > Betreff: Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el > > * Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > > > > The only comments I have at the moment is that it is missing support for > > milestones and all of my GANTT charts have such and that I would like to > > be able to link tasks across headlines (i.e. groups). Can I suggest a > >:milestone: tag or MILESTONE property for the former and a LINKED-TO or > > similar for the latter? > > How about a heading task who got only DEADLINE (no SCHEDULED) and > does not span more than 1 day? This seems to be a mile-stone to me. > > (Or *additionally* this tag?) > > -- > mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > > get Memacs from https://github.com/novoid/Memacs < > > https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on > github >