0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 16:16:29 +00:00

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

View file

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