ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  1. 2010-03-15 Carsten Dominik <carsten.dominik@gmail.com>
  2. * org.texi (Special properties): Document the BLOCKED property.
  3. 2010-03-14 Carsten Dominik <carsten.dominik@gmail.com>
  4. * org.texi (The spreadsheet): Mention the formula editor.
  5. (References): Document field coordinates.
  6. 2010-03-05 Carsten Dominik <carsten.dominik@gmail.com>
  7. * pdflayout.sty: New file.
  8. 2010-03-01 Carsten Dominik <carsten.dominik@gmail.com>
  9. * org.texi (Publishing action): Correct the documentation for the
  10. publishing function.
  11. 2010-02-26 Carsten Dominik <carsten.dominik@gmail.com>
  12. * org.texi (The date/time prompt): Document that we accept dates
  13. like month/day/year.
  14. (Cooperation): Document the changes in table.el support.
  15. 2010-02-25 Carsten Dominik <carsten.dominik@gmail.com>
  16. * org.texi (Faces for TODO keywords, Faces for TODO keywords)
  17. (Priorities): Document the easy colors.
  18. 2010-02-19 Carsten Dominik <carsten.dominik@gmail.com>
  19. * org.texi (Visibility cycling): Document the new double prefix
  20. arg for `org-reveal'.
  21. 2010-02-04 Carsten Dominik <carsten.dominik@gmail.com>
  22. * org.texi (Cooperation): Remember.el is part of Emacs.
  23. 2010-01-15 Carsten Dominik <carsten.dominik@gmail.com>
  24. * org.texi (Clean view): Mention that `wrap-prefix' is also set by
  25. org-indent-mode.
  26. 2010-01-14 Carsten Dominik <carsten.dominik@gmail.com>
  27. * org.texi (Agenda commands): Add information about prefix args to
  28. scheduling and deadline commands.
  29. 2010-01-05 Carsten Dominik <carsten.dominik@gmail.com>
  30. * org.texi (Search view): Point to the docstring of
  31. `org-search-view' for more details.
  32. 2009-12-14 Carsten Dominik <carsten.dominik@gmail.com>
  33. * org.texi (Agenda commands): Document that `>' prompts for a
  34. date.
  35. 2009-11-30 Tassilo Horn <tassilo@member.fsf.org>
  36. * org.texi (Setting tags): Document variable
  37. org-complete-tags-always-offer-all-agenda-tags.
  38. 2009-11-18 Carsten Dominik <carsten.dominik@gmail.com>
  39. * org.texi (Column attributes): Cross-reference special
  40. properties.
  41. 2009-11-14 Carsten Dominik <carsten.dominik@gmail.com>
  42. * org.texi (Speed keys): New section.
  43. 2009-11-08 Carsten Dominik <carsten.dominik@gmail.com>
  44. * org.texi (Agenda commands): Document the new `i' command.
  45. 2009-11-09 Carsten Dominik <carsten.dominik@gmail.com>
  46. * org.texi (Inserting deadline/schedule): Document logging changes
  47. of scheduling and deadline times stamps.
  48. (In-buffer settings): Document the in-buffer keywords for logging
  49. changes of scheduling and deadline times stamps.
  50. 2009-11-03 Carsten Dominik <carsten.dominik@gmail.com>
  51. * org.texi (Structure editing, Plain lists): Document indentation
  52. cycling in empty entries with TAB.
  53. 2009-11-01 James TD Smith <ahktenzero@mohorovi.cc>
  54. * org.texi (Column attributes): Add the new age summary operators.
  55. Also, mention the fact you can only use one summary operator per
  56. property.
  57. 2009-10-31 Carsten Dominik <carsten.dominik@gmail.com>
  58. * orgcard.tex: Document the new archiving keys.
  59. * org.texi (Archiving): Document the default archiving command.
  60. (Moving subtrees): Document the new keys for archiving.
  61. (Internal archiving): Fix incorrect key.
  62. (Agenda commands): Document the TODO set switching commands.
  63. (Agenda commands): Document the new archiving keys.
  64. 2009-10-24 Carsten Dominik <carsten.dominik@gmail.com>
  65. * org.texi (Clocking work time): Better description on how to save
  66. and restore a clock.
  67. (Resolving idle time): Mention the x11idle program to get true
  68. idleness also under X11.
  69. (Resolving idle time): Use @kbd instead of @key for normal
  70. letters, because this is how he rest of the manual does this.
  71. 2009-10-19 John Wiegley <johnw@newartisans.com>
  72. * org.texi (Tracking your habits): Added a new section in the
  73. manual about how to track habits.
  74. 2009-10-18 Carsten Dominik <carsten.dominik@gmail.com>
  75. * org.texi (Pushing to MobileOrg): Mention that `org-directory'
  76. should be set.
  77. 2009-10-17 John Wiegley <johnw@newartisans.com>
  78. * org.texi (Resolving idle time): Added a section on how idle and
  79. dangling clocks are resolved.
  80. 2009-10-14 Carsten Dominik <carsten.dominik@gmail.com>
  81. * org.texi (Agenda commands): Document that SPC is a filter for
  82. any tag.
  83. (Search view): Renamed from "Keyword search".
  84. 2009-10-04 Carsten Dominik <carsten.dominik@gmail.com>
  85. * org.texi (Cap): New chapter.
  86. (Markup): New chapter.
  87. 2009-10-03 Carsten Dominik <carsten.dominik@gmail.com>
  88. * org.texi (Links in HTML export, Images in HTML export): Extend
  89. the section titles.
  90. (Images in HTML export): Document the align option.
  91. (Text areas in HTML export): Extend the section title.
  92. (Images in LaTeX export): Explain image placement in LaTeX.
  93. * org.texi: Removed @Ie, @ie, @Eg, @eg macros.
  94. 2009-09-28 Carsten Dominik <carsten.dominik@gmail.com>
  95. * org.texi (Pushing to MobileOrg): Document `org-mobile-files'.
  96. 2009-09-26 Carsten Dominik <carsten.dominik@gmail.com>
  97. * org.texi (Processing LaTeX fragments): Document that the size of
  98. images can be changes using the variable
  99. `org-format-latex-options'.
  100. 2009-09-21 Carsten Dominik <carsten.dominik@gmail.com>
  101. * org.texi (The date/time prompt, Timestamps): Be more accurate
  102. over ISO format dates and times.
  103. 2009-09-18 Carsten Dominik <carsten.dominik@gmail.com>
  104. * org.texi (Visibility cycling): Document showeverything keyword.
  105. (In-buffer settings): Document showeverything keyword.
  106. 2009-09-17 Carsten Dominik <carsten.dominik@gmail.com>
  107. * org.texi (Setting up the staging area): Fix the example.
  108. 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
  109. * org.texi (MobileOrg): New section.
  110. (Agenda commands, Exporting Agenda Views): Document exporting the
  111. agenda view to Org files.
  112. 2009-08-29 Carsten Dominik <carsten.dominik@gmail.com>
  113. * orgcard.tex: Document new effort setting commands.
  114. * org.texi (Effort estimates): Document new effort setting
  115. commands.
  116. 2009-08-27 Carsten Dominik <carsten.dominik@gmail.com>
  117. * orgcard.tex: Document the new keys for agenda time motion.
  118. * org.texi (Agenda commands): Document the new keys fro agenda
  119. time motion.
  120. * orgcard.tex: Document the `E' key in the agenda.
  121. * org.texi (Agenda commands): Document entry text mode.
  122. 2009-08-18 Carsten Dominik <carsten.dominik@gmail.com>
  123. * org.texi (Agenda commands): Improve documentation of the keys to
  124. include inactive time stamps into the agenda view.
  125. (Feedback): Document the new bug report command.
  126. 2009-08-14 Dan Davison <davison@stats.ox.ac.uk> (tiny change)
  127. * org.texi (Structure editing): Added an index entry for the
  128. sorting of subtrees.
  129. 2009-08-09 Carsten Dominik <carsten.dominik@gmail.com>
  130. * org.texi (Literal examples): Document that source code can be
  131. exported to LaTeX using the listings package.
  132. 2009-08-04 Carsten Dominik <carsten.dominik@gmail.com>
  133. * org.texi (Publishing action): Improve documentation of file
  134. names when publishing to the source directory.
  135. 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
  136. * org.texi (Clean view): Document `org-indent-mode'.
  137. 2009-07-26 Bastien Guerry <bzg@altern.org>
  138. * org.texi (Clocking work time): Add documentation for the
  139. new :timetamp option when creating a clock report.
  140. 2009-07-26 Dan Griswold <dgriswol@rochester.rr.com> (tiny change)
  141. * org.texi (Paragraphs): Fix many typos.
  142. 2009-07-25 Bastien Guerry <bzg@altern.org>
  143. * org.texi (Plain lists): Remove duplicate explanation about the
  144. `C-c *' command.
  145. 2009-07-23 Bastien Guerry <bzg@altern.org>
  146. * org.texi (Literal examples): Update to reflect the new behavior
  147. of the -n -r -k switches when exporting source code examples.
  148. 2009-07-21 Dan Davison <davison@stats.ox.ac.uk> (tiny change)
  149. * org.texi (Structure editing): Add information about `C-c *',
  150. converting a plain list into a list of Org items.
  151. 2009-07-20 Bastien Guerry <bzg@altern.org>
  152. * org.texi (Remember): Small rephrasing of the paragraph
  153. describing remember.el. Also mentioned that remember.el is part
  154. of Emacs 23, not Emacs 22.
  155. 2009-07-17 Bastien Guerry <bzg@altern.org>
  156. * org.texi (Clocking work time): Add documentation about
  157. displaying the current clocking time against the effort estimate.
  158. Also add a footnote about using `org-clock-in-prepare-hook' to add
  159. an effort estimate on the fly, just before clocking it.
  160. 2009-07-03 Carsten Dominik <carsten.dominik@gmail.com>
  161. * org.texi (Footnotes): Document automatic renumbering and
  162. sorting.
  163. 2009-07-02 Carsten Dominik <carsten.dominik@gmail.com>
  164. * org.texi (Agenda commands): Document new bulk commands.
  165. 2009-07-01 Carsten Dominik <carsten.dominik@gmail.com>
  166. * org.texi (Plain lists): Document new behavior of
  167. `org-cycle-include-plain-lists'.
  168. 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
  169. * org.texi: Hyphenation only in TeX.
  170. 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
  171. * orgcard.tex: Document bulk action.
  172. * org.texi (Agenda commands): Document bulk action and remote
  173. refiling.
  174. 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
  175. * org.texi (Clocking work time): Document the key to update effort
  176. estimates.
  177. 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
  178. * org.texi (Clocking work time): Document the clock time display.
  179. 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
  180. * org.texi (Structure editing, TODO basics): Document new
  181. variables.
  182. 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
  183. * org.texi (Column attributes): Document new colciew operators.
  184. 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
  185. * org.texi (Publishing options): Document :xml-declaration.
  186. 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
  187. * org.texi (Tracking TODO state changes): Document the
  188. LOG_INTO_DRAWER property.
  189. 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
  190. * org.texi (Literal examples): Document the new implementation for
  191. editing source code.
  192. 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
  193. * org.texi (Publishing action): Mention the new publishing
  194. function, to publish an Org source file.
  195. (Publishing links): Mention how to link to an Org source file.
  196. 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
  197. * org.texi (Macro replacement): Document new macros.
  198. 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
  199. * org.texi (Handling links): Document type-specific completion
  200. when inserting links.
  201. 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
  202. * orgcard.tex: Document the key for sorting.
  203. * org.texi (Structure editing, Plain lists): Improve documentation
  204. on sorting.
  205. 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
  206. * org.texi (Internal links): Document custom ids for links.
  207. (Handling links): Document custom ids for links.
  208. 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
  209. * org.texi (CSS support): Document new class.
  210. (Refiling notes): Document the possibility to create new nodes
  211. during refiling.
  212. 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
  213. * org.texi (Agenda commands): Document the "?" operator to find
  214. tasks without effort setting.
  215. 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
  216. * org.texi (Exporting agenda information): Section moved.
  217. 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
  218. * org.texi (RSS Feeds): New section.
  219. 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
  220. * orgcard.tex: Document M-e and M-a navigate
  221. inside table field. Fix a number of typos.
  222. * org.texi (Built-in table editor): Document M-e and M-a navigate
  223. inside table field.
  224. 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
  225. * org.texi (Stuck projects): Docment that projects identified as
  226. un-stuck will still be searchd for stuck sub-projects.
  227. 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
  228. * org.texi (Paragraphs): Document centering.
  229. 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
  230. * org.texi (Creating timestamps, Agenda commands): Document new
  231. behavior when changing time stamps.
  232. 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
  233. * org.texi (Structure editing): Document the new command
  234. `org-clone-subtree-with-time-shift'.
  235. 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
  236. * org.texi (Publishing): Refresh this chapter.
  237. 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
  238. * org.texi (Export options, Export options, In-buffer settings):
  239. Document the new keywords.
  240. 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
  241. * org.texi (Matching tags and properties): Collect all
  242. documentation about tags/property matches here.
  243. 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
  244. * org.texi (Setting tags): Document `org-tag-persistent-alist'.
  245. 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
  246. * org.texi (Weekly/daily agenda): New section.
  247. 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
  248. * org.texi (Orgstruct mode): Describe `orgstruct++-mode'.
  249. (Drawers): Mention the LOGBOOK drawer.
  250. 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
  251. * org.texi (Export options, Sectioning structure): Document the
  252. #+LEATEX_HEADER in-buffer setting.
  253. (Bugs): Section removed.
  254. (Hooks): New section.
  255. (Add-on packages): Moved here from old location.
  256. (Context-sensitive commands): New section.
  257. 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
  258. * org.texi (Setting tags): Document newline option.
  259. * orgcard.tex: Document `C-c C-x o'.
  260. * org.texi (TODO dependencies, Checkboxes): Document
  261. `org-track-ordered-property-with-tag'.
  262. 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
  263. * org.texi (Global TODO list, Matching tags and properties):
  264. Mention more variables.
  265. 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
  266. * org.texi (Checkboxes): Update to changed command behavior.
  267. 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
  268. * org.texi (Tracking TODO state changes): Document storing state
  269. change notes into a drawer.
  270. (Agenda commands): Document the agenda command `z'.
  271. (Tag searches, Clean view, Special agenda views): Document the
  272. special interpretation of LEVEL when odd levels are used.
  273. 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
  274. * org.texi (CSS support): Document CSS classes for section numbers.
  275. (Links, Images in HTML export): Better documentation of hot to set
  276. attribute for images.
  277. 2009-02-05 Carsten Dominik <carsten.dominik@gmail.com>
  278. * org.texi (Clocking work time): Decoment how to make the clock
  279. persist from one Emacs session to the next.
  280. 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
  281. * org.texi (TODO dependencies): Document TODO dependencies on
  282. checkboxes.
  283. 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
  284. * org.texi (TODO dependencies): New section.
  285. 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
  286. * org.texi (Plain lists, TODO basics, Priorities)
  287. (Multiple sets in one file, Conflicts): Document interaction with
  288. `shift-selection-mode'.
  289. 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
  290. * org.texi (References): Add information about remote references.
  291. 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
  292. * orgcard.tex: Document `C-c RET' in tables.
  293. * org.texi (Built-in table editor): Document `C-c RET' in tables.
  294. 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
  295. * org.texi (Math symbols, Quoting LaTeX code): Mention that simple
  296. LaTeX macros survive LaTeX export.
  297. (Images in LaTeX export): Show how to create a reference to a
  298. figure.
  299. (Sectioning structure): Document that the LaTeX class can be
  300. specified in a property.
  301. 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
  302. * org.texi (Text areas in HTML export): New section.
  303. (External links): Add examples for text search and ID links.
  304. 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  305. * org.texi (Built-in table editor): Remove the descriptio of `C-c
  306. C-q', it not longer works.
  307. 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
  308. * org.texi (Literal examples): Document that a space must follow
  309. the colon in short examples.
  310. 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
  311. * org.texi (Relative timer): Document `org-timer-stop'.
  312. 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
  313. * org.texi (Footnotes): New section.
  314. (Footnote markup): Shorten section and refer to new Footnote
  315. section.
  316. 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
  317. * org.texi (Literal examples): Add documentation for line
  318. numbering in and references to code examples.
  319. (CSS support): Fix the description of default CSS styles.
  320. 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
  321. * org.texi (Capturing column view): Document
  322. "file:path/to/file.org" as an allowed value for the ID property of
  323. a dynamic block copying column view.
  324. 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
  325. * org.texi (References): Document special last-row references.
  326. 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
  327. * org.texi: Fix typos and grammatical issues.
  328. 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
  329. * org.texi (Tables in LaTeX export): New section.
  330. 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
  331. * org.texi (Images in LaTeX export): New section.
  332. (Inlined images, Images in HTML export): Sections renamed.
  333. 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
  334. * org.texi (Using the mapping API): Fix bug in mapping example.
  335. (Publishing options): Make the list of properties complete again,
  336. in correspondence to the variable `org-export-plist-vars'.
  337. 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
  338. * org.texi (Property searches): Document new special values for
  339. time comparisons.
  340. 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
  341. * org.texi (Tag inheritance): Refine the description of tag
  342. inheritance.
  343. 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
  344. * org.texi (Project alist): Add info about the publishing sequence
  345. of components.
  346. (Effort estimates): Document the new relativer timer.
  347. 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
  348. * org.texi: Re-apply the change to FDL 1.3.
  349. 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
  350. * org.texi (Setting up Remember): Document `org-remember-mode'.
  351. 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
  352. * org.texi (External links): Document that bbdb links can use a
  353. regular expression.
  354. (External links): Document that elisp links can contain
  355. interactive commands.
  356. 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
  357. * org.texi (Clocking work time): Document the :formula property of
  358. clock tables.
  359. (Structure editing, Refiling notes): Document refiling regions.
  360. 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
  361. * org.texi (Agenda commands): Document the double-prefix version
  362. of the `l' command in the agenda.
  363. 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
  364. * org.texi (Handling links): Explain the effect of a double prefix
  365. arg to `C-c C-o'.
  366. 2008-11-02 Charles Sebold <csebold@gmail.com>
  367. * org.texi (Org Plot): Add documentation for timefmt option.
  368. 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
  369. * org.texi (TODO basics): Add documentation for tag triggers.
  370. 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
  371. * org.texi (Creating timestamps): Fix documentation of the "C-c ."
  372. command.
  373. (Literal examples): Document using artist-mode for ASCII
  374. drawings.
  375. 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
  376. * org.texi: Modify license to no longer include back- and front
  377. cover matters.
  378. 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
  379. * org.texi (Using the mapping API): New section.
  380. 2008-04-15 Jason Riedy <jason@acm.org>
  381. * org.texi (A LaTeX example): Note that fmt may be a one-argument
  382. function, and efmt may be a two-argument function.
  383. 2008-04-15 Jason Riedy <jason@acm.org>
  384. * org.texi (Radio tables): Document multiple destinations.
  385. 2008-04-15 Carsten Dominik <dominik@science.uva.nl>
  386. * org.texi (Agenda column view): New section.
  387. 2008-04-08 Carsten Dominik <dominik@science.uva.nl>
  388. * org.texi (Moving subtrees): Document archiving to the archive
  389. sibling.
  390. 2008-04-04 Carsten Dominik <dominik@science.uva.nl>
  391. * org.texi (Agenda commands): Document columns view in the agenda.
  392. 2008-04-03 Carsten Dominik <dominik@science.uva.nl>
  393. * org.texi (Using the property API): Document the API for
  394. multi-valued properties.