ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
  2. * org.texi (MobileOrg): New section.
  3. 2009-08-29 Carsten Dominik <carsten.dominik@gmail.com>
  4. * orgcard.tex: Document new effort setting commands.
  5. * org.texi (Effort estimates): Document new effort setting
  6. commands.
  7. 2009-08-27 Carsten Dominik <carsten.dominik@gmail.com>
  8. * orgcard.tex: Document the new keys for agenda time motion.
  9. * org.texi (Agenda commands): Document the new keys fro agenda
  10. time motion.
  11. * orgcard.tex: Document the `E' key in the agenda.
  12. * org.texi (Agenda commands): Document entry text mode.
  13. 2009-08-18 Carsten Dominik <carsten.dominik@gmail.com>
  14. * org.texi (Agenda commands): Improve documentation of the keys to
  15. include inactive time stamps into the agenda view.
  16. (Feedback): Document the new bug report command.
  17. 2009-08-14 Dan Davison <davison@stats.ox.ac.uk> (tiny change)
  18. * org.texi (Structure editing): Added an index entry for the
  19. sorting of subtrees.
  20. 2009-08-09 Carsten Dominik <carsten.dominik@gmail.com>
  21. * org.texi (Literal examples): Document that source code can be
  22. exported to LaTeX using the listings package.
  23. 2009-08-04 Carsten Dominik <carsten.dominik@gmail.com>
  24. * org.texi (Publishing action): Improve documentation of file
  25. names when publishing to the source directory.
  26. 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
  27. * org.texi (Clean view): Document `org-indent-mode'.
  28. 2009-07-26 Bastien Guerry <bzg@altern.org>
  29. * org.texi (Clocking work time): Add documentation for the
  30. new :timetamp option when creating a clock report.
  31. 2009-07-26 Dan Griswold <dgriswol@rochester.rr.com> (tiny change)
  32. * org.texi (Paragraphs): Fix many typos.
  33. 2009-07-25 Bastien Guerry <bzg@altern.org>
  34. * org.texi (Plain lists): Remove duplicate explanation about the
  35. `C-c *' command.
  36. 2009-07-23 Bastien Guerry <bzg@altern.org>
  37. * org.texi (Literal examples): Update to reflect the new behavior
  38. of the -n -r -k switches when exporting source code examples.
  39. 2009-07-21 Dan Davison <davison@stats.ox.ac.uk> (tiny change)
  40. * org.texi (Structure editing): Add information about `C-c *',
  41. converting a plain list into a list of Org items.
  42. 2009-07-20 Bastien Guerry <bzg@altern.org>
  43. * org.texi (Remember): Small rephrasing of the paragraph
  44. describing remember.el. Also mentioned that remember.el is part
  45. of Emacs 23, not Emacs 22.
  46. 2009-07-17 Bastien Guerry <bzg@altern.org>
  47. * org.texi (Clocking work time): Add documentation about
  48. displaying the current clocking time against the effort estimate.
  49. Also add a footnote about using `org-clock-in-prepare-hook' to add
  50. an effort estimate on the fly, just before clocking it.
  51. 2009-07-03 Carsten Dominik <carsten.dominik@gmail.com>
  52. * org.texi (Footnotes): Document automatic renumbering and
  53. sorting.
  54. 2009-07-02 Carsten Dominik <carsten.dominik@gmail.com>
  55. * org.texi (Agenda commands): Document new bulk commands.
  56. 2009-07-01 Carsten Dominik <carsten.dominik@gmail.com>
  57. * org.texi (Plain lists): Document new behavior of
  58. `org-cycle-include-plain-lists'.
  59. 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
  60. * org.texi: Hyphenation only in TeX.
  61. 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
  62. * orgcard.tex: Document bulk action.
  63. * org.texi (Agenda commands): Document bulk action and remote
  64. refiling.
  65. 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
  66. * org.texi (Clocking work time): Document the key to update effort
  67. estimates.
  68. 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
  69. * org.texi (Clocking work time): Document the clock time display.
  70. 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
  71. * org.texi (Structure editing, TODO basics): Document new
  72. variables.
  73. 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
  74. * org.texi (Column attributes): Document new colciew operators.
  75. 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
  76. * org.texi (Publishing options): Document :xml-declaration.
  77. 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
  78. * org.texi (Tracking TODO state changes): Document the
  79. LOG_INTO_DRAWER property.
  80. 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
  81. * org.texi (Literal examples): Document the new implementation for
  82. editing source code.
  83. 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
  84. * org.texi (Publishing action): Mention the new publishing
  85. function, to publish an Org source file.
  86. (Publishing links): Mention how to link to an Org source file.
  87. 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
  88. * org.texi (Macro replacement): Document new macros.
  89. 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
  90. * org.texi (Handling links): Document type-specific completion
  91. when inserting links.
  92. 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
  93. * orgcard.tex: Document the key for sorting.
  94. * org.texi (Structure editing, Plain lists): Improve documentation
  95. on sorting.
  96. 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
  97. * org.texi (Internal links): Document custom ids for links.
  98. (Handling links): Document custom ids for links.
  99. 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
  100. * org.texi (CSS support): Document new class.
  101. (Refiling notes): Document the possibility to create new nodes
  102. during refiling.
  103. 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
  104. * org.texi (Agenda commands): Document the "?" operator to find
  105. tasks without effort setting.
  106. 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
  107. * org.texi (Exporting agenda information): Section moved.
  108. 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
  109. * org.texi (RSS Feeds): New section.
  110. 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
  111. * orgcard.tex: Document M-e and M-a navigate
  112. inside table field. Fix a number of typos.
  113. * org.texi (Built-in table editor): Document M-e and M-a navigate
  114. inside table field.
  115. 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
  116. * org.texi (Stuck projects): Docment that projects identified as
  117. un-stuck will still be searchd for stuck sub-projects.
  118. 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
  119. * org.texi (Paragraphs): Document centering.
  120. 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
  121. * org.texi (Creating timestamps, Agenda commands): Document new
  122. behavior when changing time stamps.
  123. 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
  124. * org.texi (Structure editing): Document the new command
  125. `org-clone-subtree-with-time-shift'.
  126. 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
  127. * org.texi (Publishing): Refresh this chapter.
  128. 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
  129. * org.texi (Export options, Export options, In-buffer settings):
  130. Document the new keywords.
  131. 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
  132. * org.texi (Matching tags and properties): Collect all
  133. documentation about tags/property matches here.
  134. 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
  135. * org.texi (Setting tags): Document `org-tag-persistent-alist'.
  136. 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
  137. * org.texi (Weekly/daily agenda): New section.
  138. 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
  139. * org.texi (Orgstruct mode): Describe `orgstruct++-mode'.
  140. (Drawers): Mention the LOGBOOK drawer.
  141. 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
  142. * org.texi (Export options, Sectioning structure): Document the
  143. #+LEATEX_HEADER in-buffer setting.
  144. (Bugs): Section removed.
  145. (Hooks): New section.
  146. (Add-on packages): Moved here from old location.
  147. (Context-sensitive commands): New section.
  148. 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
  149. * org.texi (Setting tags): Document newline option.
  150. * orgcard.tex: Document `C-c C-x o'.
  151. * org.texi (TODO dependencies, Checkboxes): Document
  152. `org-track-ordered-property-with-tag'.
  153. 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
  154. * org.texi (Global TODO list, Matching tags and properties):
  155. Mention more variables.
  156. 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
  157. * org.texi (Checkboxes): Update to changed command behavior.
  158. 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
  159. * org.texi (Tracking TODO state changes): Document storing state
  160. change notes into a drawer.
  161. (Agenda commands): Document the agenda command `z'.
  162. (Tag searches, Clean view, Special agenda views): Document the
  163. special interpretation of LEVEL when odd levels are used.
  164. 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
  165. * org.texi (CSS support): Document CSS classes for section numbers.
  166. (Links, Images in HTML export): Better documentation of hot to set
  167. attribute for images.
  168. 2009-02-05 Carsten Dominik <carsten.dominik@gmail.com>
  169. * org.texi (Clocking work time): Decoment how to make the clock
  170. persist from one Emacs session to the next.
  171. 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
  172. * org.texi (TODO dependencies): Document TODO dependencies on
  173. checkboxes.
  174. 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
  175. * org.texi (TODO dependencies): New section.
  176. 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
  177. * org.texi (Plain lists, TODO basics, Priorities)
  178. (Multiple sets in one file, Conflicts): Document interaction with
  179. `shift-selection-mode'.
  180. 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
  181. * org.texi (References): Add information about remote references.
  182. 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
  183. * orgcard.tex: Document `C-c RET' in tables.
  184. * org.texi (Built-in table editor): Document `C-c RET' in tables.
  185. 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
  186. * org.texi (Math symbols, Quoting LaTeX code): Mention that simple
  187. LaTeX macros survive LaTeX export.
  188. (Images in LaTeX export): Show how to create a reference to a
  189. figure.
  190. (Sectioning structure): Document that the LaTeX class can be
  191. specified in a property.
  192. 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
  193. * org.texi (Text areas in HTML export): New section.
  194. (External links): Add examples for text search and ID links.
  195. 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  196. * org.texi (Built-in table editor): Remove the descriptio of `C-c
  197. C-q', it not longer works.
  198. 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
  199. * org.texi (Literal examples): Document that a space must follow
  200. the colon in short examples.
  201. 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
  202. * org.texi (Relative timer): Document `org-timer-stop'.
  203. 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
  204. * org.texi (Footnotes): New section.
  205. (Footnote markup): Shorten section and refer to new Footnote
  206. section.
  207. 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
  208. * org.texi (Literal examples): Add documentation for line
  209. numbering in and references to code examples.
  210. (CSS support): Fix the description of default CSS styles.
  211. 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
  212. * org.texi (Capturing column view): Document
  213. "file:path/to/file.org" as an allowed value for the ID property of
  214. a dynamic block copying column view.
  215. 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
  216. * org.texi (References): Document special last-row references.
  217. 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
  218. * org.texi: Fix typos and grammatical issues.
  219. 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
  220. * org.texi (Tables in LaTeX export): New section.
  221. 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
  222. * org.texi (Images in LaTeX export): New section.
  223. (Inlined images, Images in HTML export): Sections renamed.
  224. 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
  225. * org.texi (Using the mapping API): Fix bug in mapping example.
  226. (Publishing options): Make the list of properties complete again,
  227. in correspondence to the variable `org-export-plist-vars'.
  228. 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
  229. * org.texi (Property searches): Document new special values for
  230. time comparisons.
  231. 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
  232. * org.texi (Tag inheritance): Refine the description of tag
  233. inheritance.
  234. 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
  235. * org.texi (Project alist): Add info about the publishing sequence
  236. of components.
  237. (Effort estimates): Document the new relativer timer.
  238. 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
  239. * org.texi: Re-apply the change to FDL 1.3.
  240. 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
  241. * org.texi (Setting up Remember): Document `org-remember-mode'.
  242. 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
  243. * org.texi (External links): Document that bbdb links can use a
  244. regular expression.
  245. (External links): Document that elisp links can contain
  246. interactive commands.
  247. 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
  248. * org.texi (Clocking work time): Document the :formula property of
  249. clock tables.
  250. (Structure editing, Refiling notes): Document refiling regions.
  251. 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
  252. * org.texi (Agenda commands): Document the double-prefix version
  253. of the `l' command in the agenda.
  254. 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
  255. * org.texi (Handling links): Explain the effect of a double prefix
  256. arg to `C-c C-o'.
  257. 2008-11-02 Charles Sebold <csebold@gmail.com>
  258. * org.texi (Org Plot): Add documentation for timefmt option.
  259. 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
  260. * org.texi (TODO basics): Add documentation for tag triggers.
  261. 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
  262. * org.texi (Creating timestamps): Fix documentation of the "C-c ."
  263. command.
  264. (Literal examples): Document using artist-mode for ASCII
  265. drawings.
  266. 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
  267. * org.texi: Modify license to no longer include back- and front
  268. cover matters.
  269. 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
  270. * org.texi (Using the mapping API): New section.
  271. 2008-04-15 Jason Riedy <jason@acm.org>
  272. * org.texi (A LaTeX example): Note that fmt may be a one-argument
  273. function, and efmt may be a two-argument function.
  274. 2008-04-15 Jason Riedy <jason@acm.org>
  275. * org.texi (Radio tables): Document multiple destinations.
  276. 2008-04-15 Carsten Dominik <dominik@science.uva.nl>
  277. * org.texi (Agenda column view): New section.
  278. 2008-04-08 Carsten Dominik <dominik@science.uva.nl>
  279. * org.texi (Moving subtrees): Document archiving to the archive
  280. sibling.
  281. 2008-04-04 Carsten Dominik <dominik@science.uva.nl>
  282. * org.texi (Agenda commands): Document columns view in the agenda.
  283. 2008-04-03 Carsten Dominik <dominik@science.uva.nl>
  284. * org.texi (Using the property API): Document the API for
  285. multi-valued properties.