taskjuggler export: take buffer local variables into account
commit14304f6dcd18df99f39e47bd07e998ead382c3d1
authorChristian Egli <christian.egli@alumni.ethz.ch>
Wed, 7 Sep 2011 13:45:14 +0000 (7 15:45 +0200)
committerChristian Egli <christian.egli@alumni.ethz.ch>
Wed, 7 Sep 2011 13:45:14 +0000 (7 15:45 +0200)
tree04cb2a5b3c9da9f54df71d5f0a54e337b75dd61d
parent09986fa3954ac7875158219539c32e1d80d74ef3
taskjuggler export: take buffer local variables into account

* org-taskjuggler.el (org-export-as-taskjuggler): Clone the
buffer local variables to the temporary buffer before
exporting.

The taskjuggler exporter handles properties. When defining buffer
local priorities the export fails however, as buffer local variables
are not taken into account since the export happens in a new temporary
buffer. This commit fixes that by cloning the relevant buffer local
variables into the temporary buffer before exporting.
lisp/org-taskjuggler.el