ChangeLog 18 KB

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