TODO 6.2 KB

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