Browse Source

Add a TODO about supporting SCHEDULED and DEADLINE information

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

+ 3 - 1
lisp/org-taskjuggler.el

@@ -139,13 +139,15 @@
 ;;   :END:
 ;; 
 ;;;; * TODO
+;;   - Use SCHEDULED and DEADLINE information (not just start and end
+;;     properties).
 ;;   - Look at org-file-properties, org-global-properties and
 ;;     org-global-properties-fixed
 ;;   - What about property inheritance and org-property-inherit-p?
 ;;   - Use TYPE_TODO as an way to assign resources
 ;;   - Make sure multiple dependency definitions (i.e. BLOCKER on
 ;;     previous-sibling and on a specific task_id) in multiple
-;;     attributes are properly exported. 
+;;     attributes are properly exported.
 ;;   - Fix compiler warnings about reference and assignment to free
 ;;     variable `old-level' in org-taskjuggler-close-maybe
 ;;