Add a TODO about supporting SCHEDULED and DEADLINE information

This commit is contained in:
Christian Egli 2010-05-27 09:36:30 +02:00
parent c012637555
commit 421423f0c2
1 changed files with 3 additions and 1 deletions

View File

@ -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
;;