Browse Source

ox-taskjuggler.el: Add a note about multiline properties

* contrib/lisp/ox-taskjuggler.el (org-taskjuggler-valid-task-attributes):
Add a comment saying that multiline properties are not supported.
Christian Egli 11 years ago
parent
commit
2917bcff35
1 changed files with 4 additions and 1 deletions
  1. 4 1
      contrib/lisp/ox-taskjuggler.el

+ 4 - 1
contrib/lisp/ox-taskjuggler.el

@@ -307,7 +307,10 @@ but before any resource and task declarations."
 	    startbuffer startcredit statusnote chargeset charge)
 	    startbuffer startcredit statusnote chargeset charge)
   "Valid attributes for Taskjuggler tasks.
   "Valid attributes for Taskjuggler tasks.
 If one of these appears as a property for a headline, it will be
 If one of these appears as a property for a headline, it will be
-exported with the corresponding task."
+exported with the corresponding task.
+
+Note that multiline properties are not supported, so attributes
+like note or journalentry have to be on a single line."
   :group 'org-export-taskjuggler)
   :group 'org-export-taskjuggler)
 
 
 (defcustom org-taskjuggler-valid-resource-attributes
 (defcustom org-taskjuggler-valid-resource-attributes