TODO 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. -*- mode:org -*-
  2. Christophers stuff:
  3. we need fast selection tables for tags *and* todo.
  4. Radio links accross files? Like in Pony? Or HOWM.
  5. How can this be done in an efficient way?
  6. Ideas for time estimates:
  7. {22} 22 minutes
  8. {2:} 2 hours
  9. {2:30} 2 hours, 30 minutes
  10. What should be done with appointments that show up in the agenda.
  11. Do we need something to distinguish appointment that we have to be
  12. at from dates that are there just for information?
  13. Maybe make a new keyword APPT for appointment, meaning that this is
  14. something I need to attend, as opposed to something which is on that
  15. day and not necessarily something where we need to be present. Not
  16. sure about this.
  17. Should we add this hierarchically? Should parents value be the summed
  18. values of children? I guess not. No. Estimated times should be
  19. atomic, belonging to the detailed entry. If people give estimated
  20. times to parents, their fault.
  21. | | | | | |
  22. |---+---+---+---+---|
  23. | | | | | |
  24. Make variables for case-fold-search, there is a request in the survey
  25. about case-sensitive search in tags or todo, something.
  26. ">" does not work well in column view, when currently there is no
  27. width defined.
  28. Make cycling put text properties over current state.
  29. Use thee when moving subtrees, to restore them all to the right
  30. state.
  31. C-RET, add empty line just like before the current entry.
  32. Make sure the remember stuff insertion works correctly, find a way to
  33. specify empty leading lines.
  34. Last synch with FSF changes: <2008-01-03 Thu>
  35. Fix special character replacement: not in protected regions, and
  36. require them not to be part of a long chain of strings and dots.
  37. Write CLOCK like this: CLOCK [2007-11-12 Mon 12:30-13:44]
  38. This needs a lot of changing, of course. Clock table and lots more.
  39. Make org-entry-put handle all special properties. Use interactive
  40. interfaces only for interactive calls.
  41. Split into files:
  42. - org.el
  43. - org-tables.el
  44. entry points: align. Hmm, mybe we should just leave it like it is.
  45. - org-agenda.el
  46. - org-export.el
  47. - org-cdlatex.el
  48. Also, all the link types could be in separate files:
  49. Still, org would automatically require these.
  50. I guess it would make some sense to take these out.
  51. - org-bbdb.el
  52. - org-mh.el
  53. etc etc
  54. How to set tags in remember buffer?
  55. integrate org-iswitchb.el
  56. Free up C-c C-v, and use this for other stuff?
  57. document org-agenda-start-day and maybe other dynamical scope variables.
  58. Should I move the remember template stuff to remember.el itself?
  59. Would be good, but is unlikely to happen.
  60. Make org-set-property set the property for all entries in the region.
  61. What other commands?
  62. Map region with commands, general mechanism????
  63. M-q in a line starting with a *bold* string fails. Fuck this wrapping
  64. and paragraph code, it is a desaster
  65. - Agenda view of tags search make the levels of the headline visible
  66. through leading dots. The TODO view doesn't. Maybe the to views
  67. should behave the same on this?
  68. - Modifying the TODO state of an entry while in the agenda tags-todo
  69. view will make the leading dots disappear.
  70. Make ASCII export remove some of the emph markers. Maybe replace
  71. verbatim with single quotes or so.
  72. ASCII export: move links into footnotes
  73. Implement cycling by having a text property on headlines, instead
  74. of doing all this work to figure things out dynamically????????????
  75. Write some command that does:
  76. - gets all the external stuff from David an Bastien
  77. - Changes the version number so that they are consistent
  78. - Have a contrib directory?????
  79. Implement Johns auto-archive.
  80. Have C-c C-e 0 l and C-c C-e 0 h do the region (Bastien)
  81. Remove time grid lines that have an apointment on that time.
  82. Don't show "-----" if something is going on during that time,
  83. this is an indication of being occupied.
  84. Implement block viewing in the agenda, to show how long enties take on
  85. a true time grid.
  86. End date for a repeating thing?
  87. Should we have thinks like <example> ... </example>
  88. like muse does? This is much easier than what we have......
  89. #+BEGIN_example
  90. #+END_example
  91. Completely remove cpltxt from store link and use desc instead.
  92. Implement most internal links as add-ons. Either in external files,
  93. or internally. Anyway, make sure most of them are active.
  94. Bug with columns when there is an invisible link early in the
  95. headline. See properties.org.
  96. hooks in the properties stuff.
  97. org-after-insert-property-drawer-hook.
  98. Function to convert outline to plain and back (Scott Jaderholm)
  99. MEW support??? (this is yet another emacs mailer)
  100. Make org-fill-paragraph respect \\.
  101. How can I update a calculating property without relying on the column
  102. view format? That would require specifying the format in an
  103. additional place, possibly in a data field? This is what I had
  104. first. Maybe it was only partially a good idea????
  105. The problem is that in order to have a column computing, we need to
  106. have a view! So this is not good!
  107. Options:
  108. - use the format!
  109. - have an extra property, like XYZ_OPERATOR.
  110. Then do the operation in the sub tree of the entry that has the
  111. operator property. Quite nice, this one, but may contradict
  112. the format. It is not goot to have this multiple times. So maybe
  113. strictly limit this to those that are in a format.
  114. + when updating, find the format and then apply to subtree.
  115. + When updating absolutely everything, find all the formats, get
  116. all the operators, apply to the corresponding subtrees.
  117. + allow very general operations:
  118. {to-number,to-string,add}
  119. Or simply {add}
  120. Take old value, new value, and add or do whatever is necessary.
  121. This is another exploit.
  122. Three functions.
  123. - Allow the operator in a value after all
  124. search-subtree command/function
  125. Should the default for org-archive-mark-done be nil?
  126. hook after agenda-show, but careful with all the other functions
  127. that use that function. Maybe take the functionality tp a separate
  128. function.
  129. Make something search [-].
  130. The fast interfaces
  131. - org-goto, jumps to an entry in the current buffer
  132. - org-refile, uses the completion interface to file something away
  133. - org-refile with prefix arg allows to jump to a refile location
  134. - remember can use refile, goto, and automatic location search
  135. This is very much confuing:
  136. refile standard can go to any refile location, in different files
  137. we can also us the refile interface to find a headline in the
  138. current buffer.
  139. This needs to be made more consistent.
  140. #+TYP_TODO: TODO BUG INCONSISTENCY IDEA WISH QUESTION DONE
  141. #+OPTIONS: H:1 num:nil toc:t \n:nil @:t ::t |:t ^:t *:t TeX:t
  142. #+EMAIL: carsten.dominik@gmail.com