Browse Source

org-taskjuggler.el: Add chargeset and charge

* org-taskjuggler.el
(org-export-taskjuggler-valid-task-attributes): Add chargeset
and charge.

TINYCHANGE
Bill Day 12 years ago
parent
commit
e1b1046685
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-taskjuggler.el

+ 1 - 1
lisp/org-taskjuggler.el

@@ -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."