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