From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: task juggler export Date: Sat, 04 Sep 2010 01:16:25 +0100 Message-ID: <87hbi6bbxi.wl%ucecesf@ucl.ac.uk> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Sat_Sep__4_01:16:25_2010-1" Return-path: Received: from [140.186.70.92] (port=47923 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrgQx-0001Qy-7d for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 20:16:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrgQt-00046I-1P for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 20:16:36 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:36401) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrgQs-000463-PX for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 20:16:34 -0400 Received: from [85.210.135.119] (helo=esf.ucl.ac.uk) by vscane-b.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1OrgQm-0004aR-H1 for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 01:16:28 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list --Multipart_Sat_Sep__4_01:16:25_2010-1 Content-Type: text/plain; charset=US-ASCII Hello, I need to generate a workplan (GANTT chart) and taskjuggler would seem to be the best way forward given that there is some support for it in org. However, I am having a little problem with it, primarily due to my likely lack of understanding of how custom variables and file local variables interact. Specifically, org-taskjuggler.el defines a customisable variable, org-export-taskjuggler-default-project-duration. I don't necessarily want to change the default overall but I do want to have a file specific value. I have tried using -*- to define the value of this variable in the file. This value is taken into account correctly, according to emacs: ,---- | org-export-taskjuggler-default-project-duration is a variable defined in `org-taskjuggler.el'. | Its value is 1300 | Local in buffer workplan.org; global value is 280 | | This variable is a file local variable. `---- However, org-taskjuggler seems to use the global value regardless. Is there something I need to do to get it to pay attention to my file local variable value? A pointer to a relevant section in the emacs lisp manual would suffice as it's about time I learned a bit about this! Thanks, eric --Multipart_Sat_Sep__4_01:16:25_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Sat_Sep__4_01:16:25_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Sat_Sep__4_01:16:25_2010-1--