todo.html 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml"
  4. lang="en" xml:lang="en">
  5. <head>
  6. <title>The Org-mode TODO list</title>
  7. <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
  8. <meta name="generator" content="Org-mode"/>
  9. <meta name="generated" content="2007/07/10 10:35:08"/>
  10. <meta name="author" content="Carsten Dominik"/>
  11. <link rel=stylesheet href="freeshell2.css" type="text/css"> <style type="text/css"> .tag { color: red; font-weight:bold}</style>
  12. </head><body>
  13. <h1 class="title">The Org-mode TODO list</h1>
  14. <h2>Table of Contents</h2>
  15. <ul>
  16. <li><a href="#sec-1">1 Introduction</a>
  17. <ul>
  18. <li><a href="#sec-2">1.1 Nomenclature</a></li>
  19. </ul>
  20. </li>
  21. <li><a href="#sec-3">2 Tasks</a>
  22. <ul>
  23. <li><a href="#sec-4">2.1 Structure</a></li>
  24. <li><a href="#sec-5">2.2 Agenda issues</a></li>
  25. <li><a href="#sec-6">2.3 Links</a></li>
  26. <li><a href="#sec-7">2.4 Fast update for external editing</a></li>
  27. <li><a href="#sec-8">2.5 Tables</a></li>
  28. <li><a href="#sec-9">2.6 Properties and Column View</a></li>
  29. <li><a href="#sec-10">2.7 Compatibility issues</a></li>
  30. <li><a href="#sec-11">2.8 Exporting</a></li>
  31. <li><a href="#sec-12">2.9 Miscellaneous Stuff</a></li>
  32. </ul>
  33. </li>
  34. <li><a href="#sec-13">3 Archive</a>
  35. <ul>
  36. <li><a href="#sec-14">3.1 Archived Tasks</a></li>
  37. </ul>
  38. </li>
  39. </ul>
  40. <h2 id="sec-1">1 Introduction</h2>
  41. <p>
  42. This is a loose collection of ideas and TODO items for the future
  43. development of Org-mode. These ideas come from various sources,
  44. mostly from emacs-orgmode@gnu.org, from direct emails to me, or from
  45. my own day-dreaming. I don't always mention the source of an idea,
  46. out of laziness. However, when I implement a good idea, I try to
  47. mention the origin of this idea in the <i>Acknowledgments</i> section of
  48. the manual - let me know if I forgot to give <i>you</i> credit for
  49. something.
  50. </p>
  51. <h3 id="sec-2">1.1 Nomenclature</h3>
  52. <p>On this page, I am using TODO keywords in the following way:
  53. </p><table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
  54. <COL align="left"></COL><COL align="left"></COL>
  55. <thead>
  56. <tr><th><b>Keyword</b></th><th>Intention</th></tr>
  57. </thead>
  58. <tbody>
  59. <tr><td><b>TODO</b></td><td>A development that is going to happen, once I have time or once I figure out how to do it.</td></tr>
  60. <tr><td><b>IDEA</b></td><td>A new idea, I have not yet decided what if anything I will do about it.</td></tr>
  61. <tr><td><b>WISH</b></td><td>A wish, probably voiced by someone on emacs-orgmode@gnu.org. This is less than a new idea, more a change in existing behavior.</td></tr>
  62. <tr><td><b>QUESTION</b></td><td>A question someone asked, that needs some thinking before it can be answered</td></tr>
  63. <tr><td><b>DECLINED</b></td><td>I have decided not to implement this feature, but I am keeping it in the list so that people can see it, complain, or still try to convince me.</td></tr>
  64. <tr><td><b>INCONSISTENCY</b></td><td>Some behavior in Org-mode that is not as clean and consistent as I would like it to be.</td></tr>
  65. <tr><td><b>BUG</b></td><td>This needs to be fixed, as soon as possible.</td></tr>
  66. <tr><td><b>DONE</b></td><td>Well, done is done.</td></tr>
  67. <tr><td><i>NEW</i></td><td>This is a tag, indicating recently added entries</td></tr>
  68. </tbody>
  69. </table>
  70. <h2 id="sec-3">2 Tasks</h2>
  71. <h3 id="sec-4">2.1 Structure</h3>
  72. <ul>
  73. <li><span class="todo">TODO</span> Definition lists, like in Muse<br/>
  74. </li>
  75. <li><span class="todo">TODO</span> Get rid of all the \r instances, which were used only for XEmacs.<br/>
  76. </li>
  77. <li><span class="todo">IDEA</span> Should we allow #+TODO as an alias for #+SEQ<sub>TODO</sub>?<br/>
  78. </li>
  79. <li><span class="todo">TODO</span> proper visibility cycling for items<br/>
  80. Make them not hide the text after the final list item.
  81. This is not trivial, we cannot usenormal outline stuff,
  82. needs a separate implementaiton.
  83. </li>
  84. <li><span class="todo">IDEA</span> allow different colors for different TODO keywords/tags.<br/>
  85. </li>
  86. <li><span class="todo">TODO</span> Use an indirect buffer for org-goto.<br/>
  87. Is there a problem with the overriding map?
  88. </li>
  89. <li><span class="todo">WISH</span> Inline TODO entries<br/>
  90. A way to put a TODO entry without starting a new section.
  91. </li>
  92. </ul>
  93. <h3 id="sec-5">2.2 Agenda issues</h3>
  94. <ul>
  95. <li><span class="todo">QUESTION</span> COLUMN View<br/>
  96. is this safe, or could things be messed up with this?
  97. </li>
  98. <li><span class="todo">TODO</span> Make S-right and S-left change TODO keywords<br/>
  99. Right now they change the time stamps. This could be
  100. M-left/right, but this could also cause inconsistencies, because
  101. when on a time stamp, the same keys do exactly this.
  102. </li>
  103. <li><span class="todo">WISH</span> Make more modes changeable from the agenda<br/>
  104. These could be made available for toggling, just like
  105. follow-mode. Examples:
  106. <ul>
  107. <li>
  108. org-agenda-todo-list-sublevels
  109. </li>
  110. <li>
  111. org-tags-match-list-sublevels
  112. </li>
  113. <li>
  114. org-agenda-todo-ignore-scheduled
  115. </li>
  116. </ul></li>
  117. <li><span class="todo">IDEA</span> Sort TODO entries according to type?<br/>
  118. This would apply for the list collection, not in the day entries.
  119. However, I could also have a TODO keyword criterion that could be
  120. used in the day entries, as one of the minor criteria.
  121. </li>
  122. <li><span class="todo">DECLINED</span> Allow separators in the Tag-sorted agenda view<br/>
  123. This feature is not going to come, because block agendas can
  124. achieve the same thing.
  125. </li>
  126. </ul>
  127. <h3 id="sec-6">2.3 Links</h3>
  128. <ul>
  129. <li><span class="todo">WISH</span> When editing links, give access to stored links.<br/>
  130. Not sure why this is needed.
  131. Idea from William Henney.
  132. </li>
  133. <li><span class="todo">WISH</span> Variable of standard links for completion with C-c C-l<br/>
  134. Or something like that, to make standard links fast.
  135. </li>
  136. <li><span class="todo">WISH</span> Make brackets in links possible<br/>
  137. Would require a display property also for the label part of
  138. links.
  139. </li>
  140. <li><span class="todo">IDEA</span> Find all links to a specific file<br/>
  141. </li>
  142. <li><span class="todo">IDEA</span> Make info HTML links work for links to Info files<br/>
  143. Info links of course only work inside Emacs. However, many info
  144. documents are on the web, so the HTML exporter could try to be
  145. smart and convert an Info link into the corresponding link on the
  146. web. For example, we could use the GNU software site then
  147. Name.HTML. Here is the link to be used:
  148. <a href="http://www.gnu.org/software/emacs/manual/html_node/">http://www.gnu.org/software/emacs/manual/html_node/</a> Another
  149. question is, is this URL going to be stable so that it makes sense
  150. to actually put this into org.el?
  151. </li>
  152. <li><span class="todo">IDEA</span> Make news HTML links work, using Google.<br/>
  153. I can use Google groups with a message id to find a USENET message,
  154. even if the original link points to gnus.
  155. </li>
  156. <li><span class="todo">TODO</span> Remove irretrievable links from <i>published</i> HTML output<br/>
  157. This is on David's table, and he will hopefully integrate a
  158. mechanism for this into org-publish.el. The discussion about this
  159. was started by <a href="http://thread.gmane.org/gmane.emacs.orgmode/281">Austin Frank</a>
  160. </li>
  161. <li><span class="todo">DECLINED</span> Agenda collections, based on #+COLLECTION lines.<br/>
  162. <a href="http://thread.gmane.org/gmane.emacs.orgmode/139">Tim Callaghan</a> started the discussion on this one.
  163. Declined because this would depend on local variables and the
  164. agenda commands are global. Also, this can actually be done by
  165. specifying the file list in a custom agenda command.
  166. </li>
  167. <li><span class="todo">DECLINED</span> Make CamelCase words link to corresponding org-mode files.<br/>
  168. Files in the same directory. Or some other way to easy do that.
  169. Would be useful for publishing projects. This would be an
  170. incompatible change, but I don't think anyone is using CamelCase
  171. anyway?
  172. This is marked declined, because link abbreviations now provide an
  173. easy way to make links to other files.
  174. </li>
  175. <li><span class="todo">TODO</span> Document the character protection in links<br/>
  176. I don't think this is really covered anywhere.
  177. Maybe we also should protect characters in the visible part, to
  178. make sure thing will never be on two lines...?
  179. </li>
  180. <li><span class="todo">WISH</span> Radio targets across files<br/>
  181. I guess each org file could write a .orgtargets.filename file, if
  182. it has any radio targets.
  183. </li>
  184. </ul>
  185. <h3 id="sec-7">2.4 <span class="todo">DECLINED</span> Fast update for external editing</h3>
  186. <p>Could I use a dynamic block for this?
  187. </p>
  188. <h3 id="sec-8">2.5 Tables</h3>
  189. <ul>
  190. <li><span class="todo">WISH</span> Row formulas<br/>
  191. @4=.....
  192. </li>
  193. <li><span class="todo">TODO</span> Write a tutorial<br/>
  194. Demonstrate running averages.
  195. </li>
  196. <li><span class="todo">WISH</span> Make a variable that current line should be recomputed always<br/>
  197. in each table, skipping headers of course.
  198. </li>
  199. <li><span class="todo">TODO</span> Allow a table to locally change the unit system<br/>
  200. This is for using constants.el.
  201. Well, it is now possible to do this for the file, is this enough???
  202. </li>
  203. <li><span class="todo">QUESTION</span> Does inserting hlines change references correctly?<br/>
  204. </li>
  205. <li><span class="todo">WISH</span> Interactive way to get a converted table?<br/>
  206. </li>
  207. <li><span class="todo">BUG</span> When computing in a narrowed column, this may go wrong.<br/>
  208. Computing changes fields and does not yet see correctly if the column
  209. width has changed, in the case of a narrowed column.
  210. </li>
  211. <li><span class="todo">DECLINED</span> Alternative for the implementation of orgtbl-minor-mode:<br/>
  212. I could use post-command-hook to set the variable orgtbl-mode.
  213. I will not do this now and only consider it if problems show up.
  214. </li>
  215. <li><span class="todo">DECLINED</span> Table info lines are not necessarily comments in orgtbl-mode<br/>
  216. Should I generalize this? No, because the table itself will not be
  217. in the correct syntax for whatever mode.
  218. </li>
  219. <li><span class="todo">DECLINED</span> S-cursor motion to select part of a table, with proper highlighting.<br/>
  220. Similar to CUA
  221. </li>
  222. </ul>
  223. <h3 id="sec-9">2.6 Properties and Column View</h3>
  224. <ul>
  225. <li><span class="todo">TODO</span> Mouse support for selecting values<br/>
  226. This could/should be part of org-mouse.el.
  227. <ul>
  228. <li>
  229. <b>[<span style="visibility:hidden;">X</span>]</b> tags
  230. </li>
  231. <li>
  232. <b>[<span style="visibility:hidden;">X</span>]</b> todo
  233. </li>
  234. <li>
  235. <b>[<span style="visibility:hidden;">X</span>]</b> priority
  236. </li>
  237. <li>
  238. <b>[<span style="visibility:hidden;">X</span>]</b> allowed values
  239. </li>
  240. <li>
  241. <b>[<span style="visibility:hidden;">X</span>]</b> deadline
  242. </li>
  243. <li>
  244. <b>[<span style="visibility:hidden;">X</span>]</b> scheduled.
  245. </li>
  246. </ul></li>
  247. <li><span class="todo">BUG</span> We have no clear view on what to do with properties upon export.<br/>
  248. </li>
  249. </ul>
  250. <h3 id="sec-10">2.7 Compatibility issues</h3>
  251. <ul>
  252. <li>Emacs 21 compatibility<br/>
  253. This is being phased out. Almost everything works under Emacs 21,
  254. but in the future I wwill make little effort to support it.
  255. <ul>
  256. <li><span class="todo">DECLINED</span> Column view does not yet work for Emacs 21s.<br/>
  257. Declined, because I don't know how to do this. Too many
  258. problems.
  259. </li>
  260. </ul>
  261. </li>
  262. <li>XEmacs compatibility<br/>
  263. <ul>
  264. <li><span class="todo">QUESTION</span> Is there an issue with the coding system of HTML exported files?<br/>
  265. In the code I used to have a comment saying that
  266. <pre>
  267. (and (fboundp 'coding-system-get)
  268. (boundp 'buffer-file-coding-system)
  269. buffer-file-coding-system))
  270. </pre>
  271. always returns nil, implicating that setting the coding system for
  272. the export buffer would not work correctly. however, I have never
  273. followed up on this and never had a bug report - so I am wondering
  274. if there is an issue at all.
  275. </li>
  276. <li><span class="todo">DECLINED</span> Column view does not yet work for XEmacs.<br/>
  277. Declined, because I don't know how to do this. Too many
  278. problems.
  279. </li>
  280. <li><span class="todo">DECLINED</span> Rewrite the `format' function<br/>
  281. To make narrowing work under XEmacs, I would need to write a
  282. version of <i>format</i> that does transport text properties, or I
  283. would have to rework narrowing entirely. Unlikely that this will
  284. happen, mainly because it is working in Emacs and so does not
  285. bother me personally so much. Anyway, I don't know if people are
  286. actually using narrowing very much at all.
  287. </li>
  288. </ul>
  289. </li>
  290. </ul>
  291. <h3 id="sec-11">2.8 Exporting</h3>
  292. <ul>
  293. <li><span class="todo">IDEA</span> Convert links to footnotes for ASCII export.<br/>
  294. </li>
  295. <li><span class="todo">DECLINED</span> Store LaTeX code as HTML comments<br/>
  296. Declined because I don't really see the need for this.
  297. </li>
  298. <li><span class="todo">IDEA</span> Microformats<br/>
  299. Nic Ferrier has been pushing this agenda for a long time, for
  300. example with <a href="http://thread.gmane.org/gmane.emacs.orgmode/140/">this email</a>. I am not deep enough into the semantic
  301. web that I could do this myself. Maybe we can do this by
  302. modifying the html exporter step-by-step?
  303. </li>
  304. <li><span class="todo">INCONSISTENCY</span> Find a better place for formatting checkboxes<br/>
  305. Right now this is being done as part of `org-html-expand', which
  306. does not seem logically correct.
  307. </li>
  308. <li><span class="todo">DECLINED</span> Can I make the exporter more efficient?<br/>
  309. The line-by-line processing may not be the fastest way to do
  310. this. It certainly uses more resources. Right now the exporters
  311. do work though, so it is unlikely that I am going to change this.
  312. </li>
  313. <li><span class="todo">DECLINED</span> CSV import/export of tables?<br/>
  314. I remember this coming up several times, for example in emails
  315. from <a href="http://thread.gmane.org/gmane.emacs.orgmode/156">Niels Giesen</a> and <a href="http://thread.gmane.org/gmane.emacs.orgmode/139">Tim Callaghan</a>. Org-mode does have
  316. Tab-separated export of tables, so right now I don't really see
  317. the benefit of adding CSV export. Are there applications that do
  318. not understand tab-separated files, but do understand
  319. comma-separated ones?
  320. </li>
  321. <li><span class="todo">DECLINED</span> In HTML export, make links from the time stamps<br/>
  322. Time stamps have their own class now which allows to highlight
  323. them etc. But I was wondering if something more useful could be
  324. done with them, like a link to some kind of calendar...
  325. </li>
  326. </ul>
  327. <h3 id="sec-12">2.9 Miscellaneous Stuff</h3>
  328. <ul>
  329. <li><span class="todo">TODO</span> reinstating a repeated item: keyword for logging.<br/>
  330. </li>
  331. <li><span class="todo">BUG</span> Comments cannot be filled<br/>
  332. </li>
  333. <li><span class="todo">DECLINED</span> HAVE a TIME 3:55 line collecting CLOCK results<br/>
  334. The CLOCK lines could be there in addition, or could even be
  335. removed, so that only one line is kept.
  336. </li>
  337. <li><span class="todo">IDEA</span> New uses for C-c C-c<br/>
  338. <ul>
  339. <li>
  340. Compute time interval on time range
  341. </li>
  342. <li>
  343. Update CLOCK interval
  344. </li>
  345. </ul></li>
  346. <li><span class="todo">QUESTION</span> Fix more beginning-of-line commands<br/>
  347. Org-mode re-binds C-a to make this command go to the beginning of
  348. a visible line. There are other keys which might invoke C-a.
  349. Should these keys be changed as well? one could use
  350. `substitute-key-definition' on the global map to find them all.
  351. </li>
  352. <li><span class="todo">QUESTION</span> Inlining of images in Org-mode files<br/>
  353. </li>
  354. <li><span class="todo">TODO</span> Fixup outline-magic.el, so that it can be used.<br/>
  355. </li>
  356. <li><span class="todo">TODO</span> Use the new argument of bibtex-url<br/>
  357. Roland Winkler was kind enough to implement a new argument to the
  358. `bibtex-url' command that allows me to retrieve the corresponding
  359. URL, whether it is taken from a URL field or constructed in some
  360. clever way. Currently I am not using this, because too many
  361. people use an old Emacs version which does not have this.
  362. however, eventually I will implement this.
  363. </li>
  364. <li><span class="todo">WISH</span> Get people to write articles about how to do GTD with Org-mode.<br/>
  365. There is now one by Charles Cave, read it <a href="http://members.optusnet.com.au/~charles57/GTD/orgmode.html">here</a>
  366. </li>
  367. <li><span class="todo">IDEA</span> Tree statistics<br/>
  368. A key that can be applied to a tree, showing statistics:
  369. <ul>
  370. <li>
  371. how many headlines
  372. </li>
  373. <li>
  374. how many TODO
  375. </li>
  376. <li>
  377. how many DONE
  378. </li>
  379. <li>
  380. Checkboxes
  381. </li>
  382. <li>
  383. etc....
  384. </li>
  385. </ul></li>
  386. <li><span class="todo">QUESTION</span> Do we need a 43 folders implementation?<br/>
  387. That could easily be done in an org-mode file. But then, maybe
  388. this should really be a paper thing.
  389. </li>
  390. <li>Priorities<br/>
  391. Here is some information about priorities, which is not yet
  392. documented.
  393. <ul>
  394. <li> Priorities<br/>
  395. <pre> TODO entries: 1 or 1,2,...
  396. DEADLINE is 10-ddays, i.e. it is 10 on the due day
  397. i.e. it goes above top todo stuff 7 days
  398. before due
  399. SCHEDULED is 5-ddays, i.e. it is 5 on the due date
  400. i.e. it goes above top todo on the due day
  401. TIMESTAMP is 0 i.e. always at bottom
  402. but as a deadline it is 100
  403. but if scheduled it is 99
  404. TIMERANGE is 0 i.e. always at bottom
  405. DIARY is 0 i.e. always at bottom
  406. Priority * 1000
  407. </pre>
  408. </li>
  409. </ul>
  410. </li>
  411. <li><span class="todo">INCONSISTENCY</span>: items don't grow/shrink due to promotion.<br/>
  412. In plain lists, multiple demote/promote commands executed directly
  413. after each other don't change the scope of the command - the
  414. initially selected text continues to be selected. This is
  415. inconsistent with the behavior of outline sections, were the subtree
  416. for promotion/demotion is newly defined after each command. Which
  417. convention is better? Should this be consistent between trees and
  418. plain lists?
  419. </li>
  420. <li><span class="todo">INCONSISTENCY</span>: M-TAB does not work on plain lists. Why???<br/>
  421. </li>
  422. <li><span class="todo">QUESTION</span> grep on directory does not yet work.<br/>
  423. I am actually not sure, I might have addressed this already, but
  424. my memory is failing me. Needs some checking.
  425. </li>
  426. <li><span class="todo">DECLINED</span> Think about Piotr's idea of treating TODO like a TAG.<br/>
  427. The answer is probably NO because the simple part of TODO must
  428. still be there and I like the keyword at the beginning of the line,
  429. just like a checkbox. Of course you can make a TODO tag yourself
  430. at any time.
  431. </li>
  432. <li><span class="todo">DECLINED</span> Inlining of external files<br/>
  433. </li>
  434. <li><span class="todo">DECLINED</span> Should TAB on TODO keyword rotate its state?<br/>
  435. Problem: If the keyword disappears, it will suddenly start to fold....
  436. So my feeling right now is that the answer should be NO.
  437. <p>
  438. No, because S-left/right does this already pretty well
  439. </p>
  440. </li>
  441. <li><span class="todo">DECLINED</span> Create a DONE counter in the mode line<br/>
  442. That counter shows what faction of entries has been marked DONE. I
  443. am not yet sure how useful such a thing would be, because of the
  444. huge number of entries that can be in a file, and the different
  445. weight of such entries.
  446. Declined because we do now have counters for checkboxes, and the
  447. feeling is that this is not so useful for TODOs.
  448. </li>
  449. </ul>
  450. <h2 id="sec-13">3 Archive</h2>
  451. <h3 id="sec-14">3.1 Archived Tasks</h3>
  452. <ul>
  453. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:15</span>) Commands to move through an item list<br/>
  454. next item, previous item. What should happen at the boundaries of
  455. the current list?
  456. </li>
  457. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:16</span>) Force relative links, would this be useful?<br/>
  458. </li>
  459. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:16</span>) Fix empty search string.<br/>
  460. </li>
  461. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:16</span>) STARTUP options for logging<br/>
  462. </li>
  463. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:16</span>) Make a variable for Pete, to have SCHEDULED at point<br/>
  464. </li>
  465. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:16</span>) Fix ASCII export of narrowed columns<br/>
  466. </li>
  467. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:16</span>) org-file-apps should allow regular expressions<br/>
  468. </li>
  469. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:16</span>) fix problem with w32- versus mswindows-....<br/>
  470. </li>
  471. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Document that font-lock-mode is needed<br/>
  472. </li>
  473. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Add keyboard access and menu commands for org-project.el<br/>
  474. C-c C-x C-p or something like that.
  475. In the menu, it goes under export, or even its own group.
  476. </li>
  477. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Document those new keys in orgcard.tex<br/>
  478. C-c C-x C-p or something like that.
  479. In the menu, it goes under export, or even its own group.
  480. </li>
  481. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Remove SCHEDULED keyword when marking it done.<br/>
  482. in particular when adding a CLOSED timestamp.
  483. Only problem is that when unclosing it, it should be scheduled
  484. again
  485. </li>
  486. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Don't show tasks already scheduled for the future, only stuff which<br/>
  487. is not yet scheduled.
  488. </li>
  489. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Put title and tags in separate classes<br/>
  490. </li>
  491. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Option to leave out TAGS from export<br/>
  492. </li>
  493. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Option to leave out Timestamps from export<br/>
  494. </li>
  495. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Checkable items like Frank Ruell's proposal<br/>
  496. </li>
  497. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Classify Keywords and time stamps<br/>
  498. &lt;span class="keyword"&gt;SCHEDULED: &lt;/span&gt;&lt;span
  499. class="timestamp"&gt;timestamp goes here&lt;/span&gt;&lt;br&gt;
  500. </li>
  501. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Change default for include-all-todo to nil<br/>
  502. </li>
  503. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Specify TAGS in a special line instead of collecting them dynamically<br/>
  504. The could help to avoid typos and could be faster for very large files.
  505. </li>
  506. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Some much faster interface for setting tags.<br/>
  507. Basically, use single keys to add/remove tags from the list. Also
  508. for this the idea to define tags in a special line would be good,
  509. in order to have a way to define the shortcuts.
  510. </li>
  511. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) Remove date stamps from headline if they are not needed.<br/>
  512. Bug report from Scott.
  513. </li>
  514. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:17</span>) : Maybe s-up/down should change priorities only in headlines<br/>
  515. Right now this works wherever the cursor is. If this is changed,
  516. should S-up or S-down do something else?
  517. </li>
  518. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:21</span>) Need a command to remove tabulators from a line.<br/>
  519. Use this in ASCII export, to make sure we get the indentation
  520. right.
  521. </li>
  522. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 09:24</span>) Improve tab in org-cycle:<br/>
  523. <ul>
  524. <li>
  525. there is a bug when the setting is 'white: It requires a
  526. non-empty white line!
  527. </li>
  528. <li>
  529. There should be another setting to have tab be the tabulator in
  530. the white space at the beginning of the line.
  531. </li>
  532. <li>
  533. Finally, when TAB closes an entry, maybe it should go beck to the
  534. beginning of the entry??? On the other hand, it is good to be
  535. able to go back to the old place with just another tab.
  536. </li>
  537. </ul></li>
  538. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-01 Thu 11:48</span>) Include TAGS into sorting.<br/>
  539. But what strategy should be used when there are several tags?
  540. </li>
  541. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-06 Tue 10:15</span>) Archiving an entry in current buffer goes to end of file<br/>
  542. Should go to end of subtree.
  543. This is done now, and I also control the amount of empty lines
  544. created by the archiving process in general.
  545. </li>
  546. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-06 Tue 10:16</span>) Narrowing agenda to current files does not work as advertized.<br/>
  547. C-c a 1 t should make the TODO list for the current file, but does
  548. not.
  549. </li>
  550. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-06 Tue 10:17</span>) Radio TAGS for the fast tag interface.<br/>
  551. Make lists of tags that are mutually exclusive. So when I turn on
  552. @HOME, @WORK would be turned off automagically. A good syntax for
  553. defining these groups in the #+TAGS line would be:
  554. <pre>
  555. #+TAGS: [@WORK(w) @HOME(h) @CLUB(c)] Laptop(l) PC(p) Car(r)
  556. </pre>
  557. This could indicate that @WORK, @HOME, @CLUB are mutually exclusive.
  558. <p>
  559. If I do this, I will also need a syntax for the global alist to
  560. indicate the same thing.
  561. </p>
  562. <p>
  563. It seems to me that with such grouping of tags, sorting would be
  564. useful as it would improve the overview over the current tags. I
  565. might even be able to support mutually exclusive tags with
  566. fontification in the interface. Or arrange things such that the
  567. mutually exclusive ones are all in the same row or column, to
  568. optimize the visual feedback.
  569. </p>
  570. <p>
  571. For the internal format, I think best would be something like
  572. </p>
  573. <p>
  574. <pre>
  575. '( (:startgroup) ("@work") ("@home") ("@club") (:endgroup)
  576. ("Laptop") ("PC") ("Car"))
  577. </pre>
  578. This setup makes sure that assoc and rassoc still do work as
  579. expected.
  580. </p>
  581. </li>
  582. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-06 Tue 10:17</span>) Should tags be sorted in a certain way?<br/>
  583. Right now, you can either set the tag sequence yourself through
  584. the completion interface. If you use the fast tag selection
  585. interface, the tag sequence depends on the order in which tags are
  586. selected and deselected. maybe a specific roder would be useful
  587. for example the same order as the one given in the configuration?
  588. </li>
  589. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-06 Tue 10:17</span>) Remove narrowing cookies for export<br/>
  590. Exported tables should not show narrowing cookies. In fact, if a
  591. table line does contain nothing but narrowing cookies, the entire
  592. line should be removed.
  593. </li>
  594. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-11 Sun 07:32</span>) Track working times similar to time-clock.el<br/>
  595. This was proposed by David O'Toole in an
  596. <a href="http://thread.gmane.org/gmane.emacs.orgmode/387">email to emacs-orgmode@gnu.org</a>. He wants to be able to know the
  597. times when he worked at a particular project. Some reporting
  598. possibility would be needed to make this useful. Maybe sparse
  599. trees with broken-down working times?
  600. </li>
  601. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-15 Thu 13:35</span>) Make org-store-link do better in image-mode buffers<br/>
  602. Just link to the file.
  603. </li>
  604. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-15 Thu 13:35</span>) Use a ported version of noutline.el<br/>
  605. Programming the old outline-mode is really a nightmare - the new
  606. outline mode that uses invisibility properties instead of
  607. selective display works really much much better. There is now
  608. an <a href="http://thread.gmane.org/gmane.emacs.orgmode/214/focus=218">experimental port</a> by Greg Chernov, so when I find time I will
  609. try if this works well. If yes, this port should become part of
  610. XEmacs. Once that happens, I could remove a large amount of
  611. ballast from org.el
  612. </li>
  613. <li><span class="done">DONE</span>( <span class="timestamp">2006-06-15 Thu 13:35</span>) Verify links during export<br/>
  614. </li>
  615. <li><span class="done">DONE</span>( <span class="timestamp">2006-09-25 Mon 16:11</span>) Allow counting checkboxes<br/>
  616. Then some statistics should be displayed. One idea is for
  617. checkboxes, to use a special box [%] which will be updated with
  618. percent of done. I could have an alternative [/] that will be
  619. updated with something like [19/25] to show progress, and when the
  620. two numbers are equal, I could highlight then in DONE face, just
  621. like [100%]. All smaller numbers could be highlighted even in
  622. TODO face if I wanted. Hmmm, I am beginning to like this.
  623. <p>
  624. Then: how to update this? Each time a checkbox is added or
  625. toggled, go up and update all the counts, right up to something
  626. which is not an item, or up to the previous header line.
  627. </p>
  628. <p>
  629. Maybe I should also make an option for turning this on, to avoid
  630. slowdown. I guess for long lists this could be slow.
  631. </p>
  632. <p>
  633. Also would need a command for global update.
  634. </p>
  635. <p>
  636. An maybe plain list and checkboxes should get their own chapter?
  637. In Structure they seem to be a bit hidden.....
  638. </p>
  639. <p>
  640. Also a menu sublist...
  641. </p>
  642. </li>
  643. <li><span class="done">DONE</span>( <span class="timestamp">2006-09-25 Mon 16:11</span>) Allow stacking calls to org-occur<br/>
  644. This was a proposal from Piotr. It is now possible, the second
  645. and subsequent calls to org-occur need a prefix argument to keep
  646. the previous highlights.
  647. </li>
  648. <li><span class="done">DONE</span>( <span class="timestamp">2006-09-25 Mon 16:12</span>) Create a hook to be run after an agenda buffer has been finalized.<br/>
  649. </li>
  650. <li><span class="done">DONE</span>( <span class="timestamp">2006-09-25 Mon 16:12</span>) Include TAGS into sorting.<br/>
  651. But what strategy should be used when there are several tags?
  652. </li>
  653. <li><span class="done">DONE</span>( <span class="timestamp">2006-09-25 Mon 16:12</span>) Fixup tag display in agenda buffer.<br/>
  654. The tabs mess up everything. Either remove the tabs, or realign
  655. the tags to some useful column.
  656. </li>
  657. <li><span class="done">DONE</span>( <span class="timestamp">2006-09-25 Mon 16:12</span>) Blocks in agenda:<br/>
  658. Make a single agenda buffer that contains several sets of items,
  659. like the TODO list, a tags list, and a day view. Not a bad idea.
  660. This was <a href="http://thread.gmane.org/gmane.emacs.orgmode/167/focus=168">Piotr's idea</a>.
  661. </li>
  662. <li><span class="done">DONE</span>( <span class="timestamp">2006-09-25 Mon 16:12</span>) Make org-store-link do the right thing in dired-mode<br/>
  663. </li>
  664. <li><span class="done">DONE</span>( <span class="timestamp">2006-11-02 Thu 10:24</span>) Control over windows being used for agenda and related buffers &nbsp;&nbsp;&nbsp;<span class="tag">NEW</span><br/>
  665. </li>
  666. <li><span class="done">DONE</span>( <span class="timestamp">2007-01-24 Wed 12:59</span>) Extend access to table fields<br/>
  667. Find a general way to get any rectangular region into a calc
  668. vector
  669. </li>
  670. <li><span class="done">DONE</span>( <span class="timestamp">2007-01-24 Wed 12:59</span>) Allow links to remote images to be inlined.<br/>
  671. </li>
  672. <li><span class="done">DONE</span>( <span class="timestamp">2007-01-24 Wed 12:59</span>) M-TAB on an already complete tag should add the ":"<br/>
  673. </li>
  674. <li><span class="done">DONE</span>( <span class="timestamp">2007-01-24 Wed 13:07</span>) Need a command to do show hierarchy after isearch.<br/>
  675. Maybe automatically, using isearch-mode-end-hook. But this does
  676. not seem to work, because to is called before the overlays are
  677. re-installed. I can create a new hook, isearch-exit-hook, run in
  678. `isearch-exit'.
  679. </li>
  680. <li><span class="done">DONE</span>( <span class="timestamp">2007-02-18 Sun 07:16</span>) hook for users to do their own agenda lists<br/>
  681. New function dumping headline into the agenda buffer, based on regexp
  682. and callback, to allow general stuff. For the special tags, we can
  683. search for one and check for the others using the callback.
  684. </li>
  685. <li><span class="done">DONE</span>( <span class="timestamp">2007-02-18 Sun 07:37</span>) Make C-c C-l also work on a plain link, converting it into bracket.<br/>
  686. </li>
  687. <li><span class="done">DONE</span>( <span class="timestamp">2007-02-18 Sun 07:37</span>) GNUS <i>&lt;gnus:mail.general#123&gt;</i> stuff should be "Email from:..."<br/>
  688. </li>
  689. <li><span class="done">DONE</span>( <span class="timestamp">2007-02-18 Sun 07:38</span>) Email/message context: What format?<br/>
  690. I can think of two good formats for this:
  691. <pre>
  692. Email from John Smith (if I an the receiver)
  693. Email to John Smith (if I am the author)
  694. </pre>
  695. or
  696. <pre>
  697. John Smith on: Some subject (this is the current Org-mode default.)
  698. </pre>
  699. The first format requires better parsing of the messages (to get
  700. both author and receiver names), and also
  701. some way to detect if I am the author of this email or not.
  702. </li>
  703. <li><span class="done">DONE</span>( <span class="timestamp">2007-02-21 Wed 12:04</span>) Allow internal links to match inside <b>other</b> link<br/>
  704. Only the link itself that actually triggered the search.
  705. </li>
  706. <li><span class="done">DONE</span>( <span class="timestamp">2007-02-21 Wed 12:07</span>) Allow fully protected HTML code that will be exported as is<br/>
  707. Currently, <...> works only for simple tags, and I think we
  708. should have something better. Idea: Text between &lt;protecthtml&gt;
  709. and &lt;/protecthtml&gt;, mark it with a text property and then exclude
  710. each match in the run preparing the export.
  711. I guess I could require these at the beginning of the line, like
  712. <p>
  713. or something like that.......
  714. </p>
  715. </li>
  716. <li><span class="done">DONE</span>( <span class="timestamp">2007-03-13 Tue 05:19</span>) Make it possible to set TOC levels independently of headline levels<br/>
  717. The easiest way to do this would obviously be to allow a number
  718. setting for the tco switch, not only a simple t/nil switch. This
  719. can be nice for webpages: One could have only top-level or level
  720. 1 and 2 in the toc at the beginning of the page, and then still a
  721. more complex structure below.
  722. </li>
  723. <li><span class="done">DONE</span>( <span class="timestamp">2007-03-13 Tue 05:20</span>) Filling is not done in a compatible way.<br/>
  724. The current setup used the Emacs variables and machine to get the
  725. filling of plain lists and everything lese right. XEmacs uses the
  726. filladapt package, which has different ways to do the same
  727. things. org.el should be smart about this and setup filling under
  728. XEmacs correctly.
  729. </li>
  730. <li><span class="done">DONE</span>( <span class="timestamp">2007-06-06 Wed 17:44</span>) Repeating Schedules?<br/>
  731. <a href="http://thread.gmane.org/gmane.emacs.orgmode/149">Dieter Grollman</a> requested this feature, but for now I have decided
  732. not to do anything about it. I don't see a good way to implement
  733. this, and I believe that cyclic diary entries are good enough for
  734. such tasks.
  735. </li>
  736. <li><span class="done">DONE</span>( <span class="timestamp">2007-06-14 Thu 13:16</span>) improve item indentation when promoting and demoting<br/>
  737. </li>
  738. <li><span class="done">DONE</span>( <span class="timestamp">2007-06-14 Thu 13:17</span>) The TODO buffer lists possible TODO keywords<br/>
  739. These are taken from the current buffer, so when multiple buffers
  740. are involved, this list may not be correct.....
  741. </li>
  742. <li><span class="done">DONE</span>( <span class="timestamp">2007-06-14 Thu 13:20</span>) Conflict between bold emphasis and headlines<br/>
  743. At the beginning of a line, Org-mode does not know if <b>bold</b> is a
  744. headline or an emphasis. This will not be easy to fix. The way
  745. to do ii is to require a space after the star in headlines. This
  746. requires to change outline-regexp, outline-level, the many many
  747. times when outline regexp is used in the program, and also the
  748. countless times when I am simply matching th stars directly.
  749. </li>
  750. <li><span class="done">DONE</span> C-c - for cycling bullet types.<br/>
  751. <span class="timestamp-kwd">ARCHIVED: </span> <span class="timestamp">2007-07-02 Mon</span><br/>
  752. </li>
  753. <li><span class="done">DONE</span> improve what TAB does with new item<br/>
  754. <span class="timestamp-kwd">ARCHIVED: </span> <span class="timestamp">2007-07-02 Mon</span><br/>
  755. same or additional indentation????
  756. </li>
  757. <li><span class="done">DONE</span> Make it easier to do monthly agendas, and agendas for ranges<br/>
  758. <span class="timestamp-kwd">ARCHIVED: </span> <span class="timestamp">2007-07-02 Mon</span><br/>
  759. </li>
  760. <li><span class="done">DONE</span> Introduce a LOCATION keyword<br/>
  761. <span class="timestamp-kwd">ARCHIVED: </span> <span class="timestamp">2007-07-02 Mon</span><br/>
  762. similar to DEADLINE and SCHEDULED
  763. Idea from Bastien
  764. This could be done now using properties, I don't think we need a
  765. special thing for this anymore.
  766. </li>
  767. <li><span class="done">DONE</span> Times/date not always removed in agenda lines<br/>
  768. <span class="timestamp-kwd">ARCHIVED: </span> <span class="timestamp">2007-07-02 Mon</span><br/>
  769. Even when org-agenda-remove-times-when-in-prefix is set, there
  770. seem to be cases where this does not work. I forgot what the
  771. example was - does anyone remember?
  772. </li>
  773. <li><span class="done">DONE</span> Links are still highlighted in fixed-width environments.<br/>
  774. <span class="timestamp-kwd">ARCHIVED: </span> <span class="timestamp">2007-07-02 Mon</span><br/>
  775. This ties in with the problem that there is no way to have
  776. protected HTML code in the file.
  777. </li>
  778. </ul>
  779. <p class="author"> Author: Carsten Dominik
  780. <a href="mailto:carsten.dominik@gmail.com">&lt;carsten.dominik@gmail.com&gt;</a>
  781. </p>
  782. <p class="date"> Date: 2007/07/10 10:35:08</p>
  783. </body>
  784. </html>