Browse Source

changed some defcustom to contain more sensible values

Christian Egli 15 years ago
parent
commit
79b15d1073
1 changed files with 2 additions and 3 deletions
  1. 2 3
      lisp/org-taskjuggler.el

+ 2 - 3
lisp/org-taskjuggler.el

@@ -39,7 +39,6 @@
 ;;; TODO:
 ;;; TODO:
 ;;    * Code cleanup
 ;;    * Code cleanup
 ;;    * Add documentation
 ;;    * Add documentation
-;;    * Try using plists instead of alists
 ;;
 ;;
 ;;; Code:
 ;;; Code:
 
 
@@ -61,13 +60,13 @@
   :group 'org-export-taskjuggler
   :group 'org-export-taskjuggler
   :type 'string)
   :type 'string)
 
 
-(defcustom org-export-taskjuggler-project-tag "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 "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