From 2917bcff352e602d657c068397886ecefc5ffe2a Mon Sep 17 00:00:00 2001 From: Christian Egli Date: Wed, 5 Nov 2014 10:13:34 +0100 Subject: [PATCH] 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. --- contrib/lisp/ox-taskjuggler.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lisp/ox-taskjuggler.el index efd965bac..d4ff7c4a7 100644 --- a/contrib/lisp/ox-taskjuggler.el +++ b/contrib/lisp/ox-taskjuggler.el @@ -307,7 +307,10 @@ but before any resource and task declarations." startbuffer startcredit statusnote chargeset charge) "Valid attributes for Taskjuggler tasks. 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) (defcustom org-taskjuggler-valid-resource-attributes -- 2.11.4.GIT