ChangeLog 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
  2. * org.texi (Internal links): Document custom ids for links.
  3. (Handling links): Document custom ids for links.
  4. 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
  5. * org.texi (CSS support): Document new class.
  6. (Refiling notes): Document the possibility to create new nodes
  7. during refiling.
  8. 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
  9. * org.texi (Agenda commands): Document the "?" operator to find
  10. tasks without effort setting.
  11. 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
  12. * org.texi (Exporting agenda information): Section moved.
  13. 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
  14. * org.texi (RSS Feeds): New section.
  15. 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
  16. * orgcard.tex: Document M-e and M-a navigate
  17. inside table field. Fix a number of typos.
  18. * org.texi (Built-in table editor): Document M-e and M-a navigate
  19. inside table field.
  20. 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
  21. * org.texi (Stuck projects): Docment that projects identified as
  22. un-stuck will still be searchd for stuck sub-projects.
  23. 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
  24. * org.texi (Paragraphs): Document centering.
  25. 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
  26. * org.texi (Creating timestamps, Agenda commands): Document new
  27. behavior when changing time stamps.
  28. 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
  29. * org.texi (Structure editing): Document the new command
  30. `org-clone-subtree-with-time-shift'.
  31. 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
  32. * org.texi (Publishing): Refresh this chapter.
  33. 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
  34. * org.texi (Export options, Export options, In-buffer settings):
  35. Document the new keywords.
  36. 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
  37. * org.texi (Matching tags and properties): Collect all
  38. documentation about tags/property matches here.
  39. 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
  40. * org.texi (Setting tags): Document `org-tag-persistent-alist'.
  41. 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
  42. * org.texi (Weekly/daily agenda): New section.
  43. 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
  44. * org.texi (Orgstruct mode): Describe `orgstruct++-mode'.
  45. (Drawers): Mention the LOGBOOK drawer.
  46. 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
  47. * org.texi (Export options, Sectioning structure): Document the
  48. #+LEATEX_HEADER in-buffer setting.
  49. (Bugs): Section removed.
  50. (Hooks): New section.
  51. (Add-on packages): Moved here from old location.
  52. (Context-sensitive commands): New section.
  53. 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
  54. * org.texi (Setting tags): Document newline option.
  55. * orgcard.tex: Document `C-c C-x o'.
  56. * org.texi (TODO dependencies, Checkboxes): Document
  57. `org-track-ordered-property-with-tag'.
  58. 2009-02-18 Carsten Dominik <carsten.dominik@gmail.com>
  59. * org.texi (Global TODO list, Matching tags and properties):
  60. Mention more variables.
  61. 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
  62. * org.texi (Checkboxes): Update to changed command behavior.
  63. 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
  64. * org.texi (Tracking TODO state changes): Document storing state
  65. change notes into a drawer.
  66. (Agenda commands): Document the agenda command `z'.
  67. (Tag searches, Clean view, Special agenda views): Document the
  68. special interpretation of LEVEL when odd levels are used.
  69. 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
  70. * org.texi (CSS support): Document CSS classes for section numbers.
  71. (Links, Images in HTML export): Better documentation of hot to set
  72. attribute for images.
  73. 2009-02-05 Carsten Dominik <carsten.dominik@gmail.com>
  74. * org.texi (Clocking work time): Decoment how to make the clock
  75. persist from one Emacs session to the next.
  76. 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
  77. * org.texi (TODO dependencies): Document TODO dependencies on
  78. checkboxes.
  79. 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
  80. * org.texi (TODO dependencies): New section.
  81. 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
  82. * org.texi (Plain lists, TODO basics, Priorities)
  83. (Multiple sets in one file, Conflicts): Document interaction with
  84. `shift-selection-mode'.
  85. 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
  86. * org.texi (References): Add information about remote references.
  87. 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
  88. * orgcard.tex: Document `C-c RET' in tables.
  89. * org.texi (Built-in table editor): Document `C-c RET' in tables.
  90. 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
  91. * org.texi (Math symbols, Quoting LaTeX code): Mention that simple
  92. LaTeX macros survive LaTeX export.
  93. (Images in LaTeX export): Show how to create a reference to a
  94. figure.
  95. (Sectioning structure): Document that the LaTeX class can be
  96. specified in a property.
  97. 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
  98. * org.texi (Text areas in HTML export): New section.
  99. (External links): Add examples for text search and ID links.
  100. 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
  101. * org.texi (Built-in table editor): Remove the descriptio of `C-c
  102. C-q', it not longer works.
  103. 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
  104. * org.texi (Literal examples): Document that a space must follow
  105. the colon in short examples.
  106. 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
  107. * org.texi (Relative timer): Document `org-timer-stop'.
  108. 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
  109. * org.texi (Footnotes): New section.
  110. (Footnote markup): Shorten section and refer to new Footnote
  111. section.
  112. 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
  113. * org.texi (Literal examples): Add documentation for line
  114. numbering in and references to code examples.
  115. (CSS support): Fix the description of default CSS styles.
  116. 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
  117. * org.texi (Capturing column view): Document
  118. "file:path/to/file.org" as an allowed value for the ID property of
  119. a dynamic block copying column view.
  120. 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
  121. * org.texi (References): Document special last-row references.
  122. 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
  123. * org.texi: Fix typos and grammatical issues.
  124. 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
  125. * org.texi (Tables in LaTeX export): New section.
  126. 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
  127. * org.texi (Images in LaTeX export): New section.
  128. (Inlined images, Images in HTML export): Sections renamed.
  129. 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
  130. * org.texi (Using the mapping API): Fix bug in mapping example.
  131. (Publishing options): Make the list of properties complete again,
  132. in correspondence to the variable `org-export-plist-vars'.
  133. 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
  134. * org.texi (Property searches): Document new special values for
  135. time comparisons.
  136. 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
  137. * org.texi (Tag inheritance): Refine the description of tag
  138. inheritance.
  139. 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
  140. * org.texi (Project alist): Add info about the publishing sequence
  141. of components.
  142. (Effort estimates): Document the new relativer timer.
  143. 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
  144. * org.texi: Re-apply the change to FDL 1.3.
  145. 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
  146. * org.texi (Setting up Remember): Document `org-remember-mode'.
  147. 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
  148. * org.texi (External links): Document that bbdb links can use a
  149. regular expression.
  150. (External links): Document that elisp links can contain
  151. interactive commands.
  152. 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
  153. * org.texi (Clocking work time): Document the :formula property of
  154. clock tables.
  155. (Structure editing, Refiling notes): Document refiling regions.
  156. 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
  157. * org.texi (Agenda commands): Document the double-prefix version
  158. of the `l' command in the agenda.
  159. 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
  160. * org.texi (Handling links): Explain the effect of a double prefix
  161. arg to `C-c C-o'.
  162. 2008-11-02 Charles Sebold <csebold@gmail.com>
  163. * org.texi (Org Plot): Add documentation for timefmt option.
  164. 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
  165. * org.texi (TODO basics): Add documentation for tag triggers.
  166. 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
  167. * org.texi (Creating timestamps): Fix documentation of the "C-c ."
  168. command.
  169. (Literal examples): Document using artist-mode for ASCII
  170. drawings.
  171. 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
  172. * org.texi: Modify license to no longer include back- and front
  173. cover matters.
  174. 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
  175. * org.texi (Using the mapping API): New section.
  176. 2008-04-15 Jason Riedy <jason@acm.org>
  177. * org.texi (A LaTeX example): Note that fmt may be a one-argument
  178. function, and efmt may be a two-argument function.
  179. 2008-04-15 Jason Riedy <jason@acm.org>
  180. * org.texi (Radio tables): Document multiple destinations.
  181. 2008-04-15 Carsten Dominik <dominik@science.uva.nl>
  182. * org.texi (Agenda column view): New section.
  183. 2008-04-08 Carsten Dominik <dominik@science.uva.nl>
  184. * org.texi (Moving subtrees): Document archiving to the archive
  185. sibling.
  186. 2008-04-04 Carsten Dominik <dominik@science.uva.nl>
  187. * org.texi (Agenda commands): Document columns view in the agenda.
  188. 2008-04-03 Carsten Dominik <dominik@science.uva.nl>
  189. * org.texi (Using the property API): Document the API for
  190. multi-valued properties.