summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Egli <christian.egli@alumni.ethz.ch>2010-05-27 09:36:30 +0200
committerChristian Egli <christian.egli@alumni.ethz.ch>2010-06-08 09:20:34 +0200
commit421423f0c2f7d5a7547285d0151fd8ee2f36001a (patch)
treefc35474e60615e908e16e7f26e917bd3d3accf8e
parentc01263755592b77518bfbb3be14ce1181ff977ab (diff)
downloadorg-mode-421423f0c2f7d5a7547285d0151fd8ee2f36001a.tar.gz
Add a TODO about supporting SCHEDULED and DEADLINE information
-rw-r--r--lisp/org-taskjuggler.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el
index 469b6ee..5c0d4bd 100644
--- a/lisp/org-taskjuggler.el
+++ b/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
;;