0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 14:02:51 +00:00

Change the default project and resource tag to something that org mode accepts

This commit is contained in:
Christian Egli 2010-03-24 11:59:43 +01:00
parent 79b15d1073
commit 1990e40816

View file

@ -60,13 +60,13 @@
:group 'org-export-taskjuggler :group 'org-export-taskjuggler
:type 'string) :type 'string)
(defcustom org-export-taskjuggler-project-tag "taskjuggler-project" (defcustom org-export-taskjuggler-project-tag "taskjuggler_project"
"Tag, property or todo used to find the tree containing all "Tag, property or todo used to find the tree containing all
the tasks for the project." the tasks for the project."
:group 'org-export-taskjuggler :group 'org-export-taskjuggler
:type 'string) :type 'string)
(defcustom org-export-taskjuggler-resource-tag "taskjuggler-resource" (defcustom org-export-taskjuggler-resource-tag "taskjuggler_resource"
"Tag, property or todo used to find the tree containing all the "Tag, property or todo used to find the tree containing all the
resources for the project." resources for the project."
:group 'org-export-taskjuggler :group 'org-export-taskjuggler