From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann Hodique Subject: [PATCH 00/10] Takjuggler exporter improvements Date: Sun, 5 Aug 2012 12:53:54 +0200 Message-ID: <1344164044-15059-1-git-send-email-yann.hodique@gmail.com> Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxyUC-0001Gu-EC for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 06:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxyUB-0000sJ-7K for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 06:55:04 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxyUA-0000qU-Vb for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 06:55:03 -0400 Received: by weys10 with SMTP id s10so1558207wey.0 for ; Sun, 05 Aug 2012 03:55:01 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Yann Hodique Here are a couple of patches for org-taskjuggler.el My main goals with these were to: - be able to leverage SCHEDULE/DEADLINE information, so as to be able to leverage org timelines in complement to the reports - be able to #+BIND some of the exporter variables (such as the preamble) - be able to define reports in the org file itself, without having to mess with a custom variable Any feedback is highly welcome. Thanks, Yann. Yann Hodique (10): org-taskjuggler: make task and resource properties customizable org-taskjuggler: properly install local variables at export time org-taskjuggler: make use of org properties org-taskjuggler: task with end-only is also a milestone (deadline) org-taskjuggler: introduce a global header, for early macros org-taskjuggler: use project end date, if specified org-taskjuggler: make project umbrella task optional org-taskjuggler: disambiguate "headline", as it's also a valid taskjuggler property org-taskjuggler: allow reports definition from within the org file org-taskjuggler: update doc to reflect latest changes doc/org.texi | 48 ++++++++++------ lisp/org-taskjuggler.el | 145 +++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 149 insertions(+), 44 deletions(-) -- 1.7.11.3