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