ChangeLog 15 KB

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