[O] Exporting custom dynamic blocks

2015-05-19 Thread Bernhard Schmitz
Hi, What is the canonical way of exporting custom dynamic blocks? Is there a mechanism similar to org-dblock-write: only for exporting dblocks? I cannot find any documentation on this. To give a little background to my question: I am currently writing a conversion from deadlines/schedules/effo

[O] Exporting custom dynamic blocks

2015-05-20 Thread Bernhard Schmitz
Hi, What is the canonical way of exporting custom dynamic blocks? Is there a mechanism similar to org-dblock-write: only for exporting dblocks? I cannot find any documentation on this. To give a little background to my question: I am currently writing a conversion from deadlines/schedules/effo

Re: [O] org-mode, tikz and beamer

2015-05-22 Thread Bernhard Schmitz
Hi Cédric, If I understand it correctly, you want to include a graphical representation of you headlines into you beamer file, created via tikz/pgf. That sounds quite similar to what I'm doing at the moment, only I create gantt charts instead of mind maps. As far as I can tell, the best possibi

[O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-05-30 Thread Bernhard Schmitz
Hi, my org-gantt.el is now in a usable state. It creates gantt charts via pgfgantt directly from headlines in org mode, using deadlines, schedules, effort estimates and (optionally) clocked time. In contrast to ox-taskjuggler it does not require an external program, and in contrast to Eric Frag

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-01 Thread Bernhard Schmitz
Hi Axel, thanks for your feedback > I tried org-gantt on a current project and ran into one problem: > > I track progress with > * Task [%] > and > * Task [/] > > Of course the % causes a problem when exporting to LaTeX. > I suggest to either ignore [%] and [/] or use them as an alternative to

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-02 Thread Bernhard Schmitz
Hi, > Von: Karl Voit [mailto:devn...@karl-voit.at] > > And accomplishing this, I personally would like to see that your > method takes org-depend into consideration. Namely the properties > BLOCKER and TRIGGER:(NEXT|TODO|STARTED). I plan my projects using > mostly BLOCKER and TRIGGER:NEXT to expr

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-02 Thread Bernhard Schmitz
> > > I have added an option :lowlevel-scale (e.g. 0.5 or 0.75) that will scale > > the > complete resulting chart. > > You can of course also use the pgfgantt options (:options) x unit chart and > > y unit > chart for more specific scaling. > > Lowlevel-scale doesn’t seem to have an effect, ad

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-05 Thread Bernhard Schmitz
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" . "styl

Re: [O] Testers / Feedback wanted: Gantt charts via org-gantt.el

2015-06-20 Thread Bernhard Schmitz
Hi Karl, hi Eric, I know it has been a while. I think every suggestion has been implemented by now, except for linking independent headlines. I wanted to ask for your input again, as I'm still not sure how to handle this, and both of your suggestions seemed to fall into the same category for me