ChangeLog 23 KB

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