org mode - Omitting headings without properties from orgmode TaskJuggler export -
using org-mode 8.0.3 , taskjuggler 3. able mix notes taskjuggler information in org-mode file (in true literate programming style). (pseudocode):
* project :taskjuggler_project: * task 1 :properties:... * subtask :properties:... * meeting notes * journal * task 2 :properties:...
the sections without taskjuggler-specific properties (meeting notes , journal) still exported tjp file , appear in reports.
i like:
- ideally, exclude meeting notes , journal tjp file
- if that's not possible, easy way hide them reports in taskjuggler report definitions. have report definitions in tji file.
have tried setting :noexport:
tag on headlines don't want exported?
this prevent them exporting regardless of exporter type, although can remove tag when exporting format want content included (if ever so).
see export settings, section on exclude tags
more details.
Comments
Post a Comment