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

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -