ChangeLog 19 KB

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