org-taskjuggler.el: Add chargeset and charge
* org-taskjuggler.el (org-export-taskjuggler-valid-task-attributes): Add chargeset and charge. TINYCHANGE
This commit is contained in:
parent
74d8424539
commit
e1b1046685
|
@ -257,7 +257,7 @@ but before any resource and task declarations."
|
||||||
'(account start note duration endbuffer endcredit end
|
'(account start note duration endbuffer endcredit end
|
||||||
flags journalentry length limits maxend maxstart minend
|
flags journalentry length limits maxend maxstart minend
|
||||||
minstart period reference responsible scheduling
|
minstart period reference responsible scheduling
|
||||||
startbuffer startcredit statusnote)
|
startbuffer startcredit statusnote chargeset charge)
|
||||||
"Valid attributes for Taskjuggler tasks. If one of these
|
"Valid attributes for Taskjuggler tasks. If one of these
|
||||||
appears as a property for a headline, it will be exported with
|
appears as a property for a headline, it will be exported with
|
||||||
the corresponding task."
|
the corresponding task."
|
||||||
|
|
Loading…
Reference in New Issue