ChangeLog 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123
  1. 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
  2. * org.el (org-apps-regexp-alist): New function.
  3. (org-file-apps): Add auto-mode to the default value.
  4. (org-open-file): Use the new structure of org-file-apps.
  5. * org-attach.el (org-attach): Support the new keys.
  6. (org-attach-method): New option.
  7. 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
  8. * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
  9. March.
  10. * org.el (org-remove-uniherited-tags): Fix reverse interpretation
  11. of the list value o `org-use-tag-inheritance'.
  12. * org-attach.el (org-attach-auto-tag): New option.
  13. (org-attach-tag, org-attach-untag): New functions.
  14. (org-attach-attach, org-attach-new, org-attach-sync): Call
  15. `org-attach-tag'.
  16. (org-attach-delete): Call `org-attach-untag'.
  17. 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
  18. * org-table.el (orgtbl-self-insert-command): Make this work for
  19. the keypad as well.
  20. 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
  21. * org.el (org-add-log-setup): Limit searc for drawers to entry
  22. text, not to subtree.
  23. * org-clock.el (org-clock-heading-for-remember): New variable.
  24. (org-clock-in): Set `org-clock-heading-for-remember'.
  25. 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
  26. * org-remember.el (org-remember-apply-template): Add new
  27. expansions: %k, %K for currently clocked task and a link to the
  28. currently clocked task, and %< to file notes in the currently
  29. clocked task.
  30. 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
  31. * org-export-latex.el (org-export-latex-make-header): Also insert
  32. the content of the property :latex-header-extra.
  33. * org-exp.el (org-infile-export-plist): Put the content of
  34. #+LATEX_HEADER: into the property :latex-header-extra.
  35. * org-colview.el (org-columns-get-format-and-top-level): Remove
  36. resetting the marker.
  37. * org-colview-xemacs.el (org-columns-get-format-and-top-level):
  38. Remove resetting the marker.
  39. * org.el (org-entry-property-inherited-from): Improve docstring.
  40. (org-entry-get-with-inheritance): Reset marker before starting the
  41. search.
  42. * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
  43. 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
  44. * org.el (org-entry-get-multivalued-property)
  45. (org-entry-protect-space, org-entry-restore-space): New
  46. functions.
  47. (org-file-apps-defaults-macosx): Let postscript files be opened by
  48. preview.
  49. (org-time-stamp-inactive): Call `org-time-stamp'.
  50. (org-time-stamp): New argument `inactive'. Also edit inacive
  51. stamps. Convert time stamp type.
  52. (org-open-file): Interpret the `default' value for the `command'
  53. in `org-file-apps'.
  54. * org-id.el (org-id-int-to-b36-one-digit)
  55. (org-id-b36-to-int-one-digit, org-id-int-to-b36)
  56. (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
  57. b36.
  58. 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
  59. * org-id.el (org-id-reverse-string): New function.
  60. (org-id-new): Use `org-id-reverse-string' to make sure the
  61. beginning chars of the ID are mutating fast. This allows to use a
  62. directory structure to spread things better.
  63. (org-id-prefix): Changed default to nil.
  64. * org-list.el (org-move-item-down, org-move-item-up): Remember and
  65. restore the column of the cursor position.
  66. * org-remember.el (org-remember-apply-template): Remove properties
  67. from `initial'.
  68. 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
  69. * org-wl.el (org-wl-open): Remove useless call to
  70. `wl-thread-open-all'.
  71. * org-remember.el (org-remember-handler): Fix bug with `bottom'
  72. location.
  73. 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
  74. * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
  75. `org-bbdb-anniversaries'.
  76. * org.el (org-get-next-sibling, org-forward-same-level): New
  77. functions, similar to the outline versions, but invisible headings
  78. are OK.
  79. 2008-09-25 Bastien Guerry <bzg@altern.org>
  80. * org.el (org-auto-repeat-maybe): Insert a space between
  81. the timestamp's type and the timestamp itself.
  82. 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
  83. * org-table.el (org-table-sum): Do not format the result with %g,
  84. it does rounding when there are too many digits.
  85. * org.el (org-map-entries): Protect the keyword-selecting variables.
  86. 2008-09-23 Bastien Guerry <bzg@altern.org>
  87. * org-agenda.el (org-agenda-to-appt): Make sure the function check
  88. against all agenda files.
  89. 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
  90. * org-list.el: New file, aggregating list functions from org.el
  91. and org-export-latex.el.
  92. * org.el (org-edit-src-region-extra): New option.
  93. 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
  94. * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
  95. time before 1am.
  96. 2008-09-22 Bastien Guerry <bzg@altern.org>
  97. * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
  98. 2008-09-22 James TA Smith <ahktenzero@mohorovi.cc>
  99. * org-plot.el (org-plot/gnuplot): Make tables starting with a
  100. hline work correctly.
  101. (org-plot/gnuplot-script): Put commas at the end of each script
  102. line.
  103. 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
  104. * org.el (org-get-refile-targets): Replace links with their
  105. descriptions
  106. (org-imenu-get-tree): Replace links with their descriptions.
  107. * org-remember.el (org-remember-apply-template): Add a new
  108. expansion for adding properties to remember items.
  109. * org.el (org-add-log-setup): Skip over drawers (properties,
  110. clocks etc) when adding notes.
  111. * org-agenda.el (org-agenda-get-closed): show durations of clocked
  112. items as well as the start and end times.
  113. * org-compat.el (org-get-x-clipboard-compat): Add a compat
  114. function for fetching the X clipboard on XEmacs and GNU Emacs 21.
  115. * org-remember.el (org-get-x-clipboard): Use the compat
  116. function to get clipboard values when x-selection-value is
  117. unavailable. Use substring-no-properties instead of
  118. set-text-properties to remove text properties from the clipboard
  119. value.
  120. * lisp/org-clock.el (org-update-mode-line): Support limiting the
  121. modeline clock string, and display the full todo value in the
  122. tooltip. Set a local keymap so mouse-3 on the clock string goes to
  123. the currently clocked task.
  124. (org-clock-string-limit): Add a custom value for the maximum
  125. length of the clock string in the modeline.
  126. (org-clock-mode-map): Add a keymap for the modeline string
  127. 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
  128. * org-compat.el (org-propertize): New function.
  129. 2008-09-20 Bastien Guerry <bzg@altern.org>
  130. * org-export-latex.el (org-export-latex-tables): protect exported
  131. tables from further special chars conversion.
  132. (org-export-latex-preprocess): Preserve LaTeX environments.
  133. (org-list-parse-list): Parse descriptive lists.
  134. (org-list-to-generic, org-list-to-latex, org-list-to-html)
  135. (org-list-to-texinfo): Export descriptive lists.
  136. (org-quote-chars): Remove.
  137. (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
  138. (org-export-latex-list-beginning-re): Rename to
  139. `org-list-beginning-re'
  140. (org-list-item-begin): Rename to `org-list-item-beginning'
  141. 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
  142. * org.el (org-refile): Allow refiling to the last entry in the
  143. buffer.
  144. (org-get-tags-at): Fix bug when inheritance is turned off.
  145. 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
  146. * org.el (org-indent-line-function): No longer check for src
  147. regions, this is too much overhead.
  148. * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
  149. matching.
  150. * org.el (org-scan-tags): Make sure that tags matching is not case
  151. sensitive. TODO keyword matching is case sensitive, however, to
  152. avoid confusion with similar words that are not meant to be
  153. keywords.
  154. 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
  155. * org.el (org-get-local-tags-at): New function.
  156. (org-get-local-tags): New function.
  157. * org-exp.el (org-export-get-categories): New function.
  158. * org-agenda.el (org-sorting-choice)
  159. (org-agenda-sorting-strategy, org-agenda-get-todos)
  160. (org-agenda-get-timestamps, org-agenda-get-deadlines)
  161. (org-agenda-get-scheduled, org-agenda-get-blocks)
  162. (org-entries-lessp): Implement sorting by TODO state.
  163. (org-cmp-todo-state): New defsubst.
  164. * org-colview.el (org-colview-construct-allowed-dates): New
  165. function.
  166. (org-columns-next-allowed-value): Use
  167. `org-colview-construct-allowed-dates'.
  168. * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
  169. function.
  170. (org-columns-next-allowed-value): Use
  171. `org-colview-construct-allowed-dates'.
  172. 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
  173. * org.el (org-protect-slash): New function.
  174. (org-get-refile-targets): Use `org-protect-slash'.
  175. * org-agenda.el (org-global-tags-completion-table): New variable.
  176. * org-exp.el (org-export-handle-export-tags): New function.
  177. (org-export-preprocess-string): Call
  178. `org-export-handle-export-tags'.
  179. * org-plot.el: New file.
  180. * org-publish.el (org-publish-expand-components): Function removed.
  181. (org-publish-expand-projects): Allow components to have components.
  182. 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
  183. * org.el (org-indent-line-function): Do not indent in regions that
  184. are external source code.
  185. (org-yank-and-fold-if-subtree): New function.
  186. * org-agenda.el (org-agenda-todayp): New function.
  187. (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
  188. `org-agenda-todayp'.
  189. * org.el (org-insert-heading-respect-content)
  190. (org-insert-todo-heading-respect-content): New commands.
  191. (org-insert-heading-respect-content): New option.
  192. (org-insert-heading): Respect `org-insert-heading-respect-content'.
  193. * org-clock.el (org-clock-find-position): Make sure the note after
  194. the clock line gets moved into the new clock drawer.
  195. 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
  196. * org-id.el (org-id-new): New option.
  197. 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
  198. * org-table.el (org-table-copy-down): Avoid overflow during
  199. increment. Use prefix argument 0 to temporarily disable the
  200. increment.
  201. 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
  202. * org-exp.el (org-export-as-html): Do not turn on the major mode
  203. if the buffer will be killed anyway.
  204. (org-get-current-options): Exclude the #+TEXT field.
  205. (org-export-as-html): Make sure text before the first headline is
  206. a paragraph.
  207. * org-publish.el (org-publish-org-to): Tell the exporter that this
  208. buffer will be killed, so it is not necessary to do major mode
  209. initialization.
  210. * org-archive.el (org-archive-to-archive-sibling): Show empty
  211. lines after folding the archive sibling.
  212. * org.el (org-log-note-extra): New variable.
  213. 2008-09-05 Bastien Guerry <bzg@altern.org>
  214. * org.el (org-additional-option-like-keywords): Added keywords for
  215. the _QUOTE, _VERSE and _SRC environments.
  216. * org-export-latex.el (org-export-latex-preprocess): Fix bug when
  217. exporting _QUOTE and _VERSE environments.
  218. 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
  219. * org-agenda.el (org-agenda-filter-by-tag): New command.
  220. * org-exp.el (org-get-current-options): Remove angular brackets
  221. from the date entry.
  222. * org.el (org-edit-fixed-width-region): New function.
  223. (org-edit-fixed-width-region): Also try
  224. `org-edit-fixed-width-region'.
  225. (org-edit-fixed-width-region-mode): New option.
  226. (org-activate-code): Only interprete lines starting with colon
  227. plus a space as example lines.
  228. * org-remember.el (org-remember-templates): Add nil instead of
  229. empty strings to fix the length of remember templates.
  230. * org-table.el (org-calc-default-modes): Fix the time format for
  231. calc, from 12 hour to 24 hour clock.
  232. 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
  233. * org-agenda.el (org-agenda-get-deadlines)
  234. (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
  235. entries that are pre-warnings of deadlines or reminders.
  236. * org.el (org-sort-entries-or-items): Make numeric and alpha
  237. comparisons ignore any TODO keyword and priority cookie.
  238. * org-remember.el (org-remember-handler): Reinterpretation of the
  239. prefix argument.
  240. 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
  241. * org-agenda.el (org-agenda-get-scheduled): Use new
  242. `org-scheduled' face.
  243. * org-faces.el (org-scheduled): New face.
  244. * org-wl.el (org-wl-open): Remove incorrect declaration.
  245. * org-gnus.el (org-gnus-store-link): Support for :to information
  246. in gnus links.
  247. * org-exp.el (org-export-as-html): Fixed typo in creator
  248. information.
  249. (org-export-protect-examples): New parameter indent. Insert extra
  250. spaces only when this parameter is specified.
  251. (org-export-preprocess-string): Call `org-export-protect-examples'
  252. with an indentation parameter when exporting to ASCII.
  253. * org-remember.el (org-remember-templates)
  254. (org-remember-apply-template): Allow the file component to be a
  255. function.
  256. * org.el (org-goto-local-search-headings): Renamed from
  257. `org-goto-local-search-forward-headings'. Added the possibility
  258. to search backwards.
  259. 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
  260. * org-export-latex.el (org-export-latex): New customization
  261. group.
  262. * org-agenda.el (org-write-agenda): Erase buffer for txt export.
  263. 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
  264. * org-exp.el (org-html-do-expand): Allow {} to terminate
  265. tex macro
  266. 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
  267. * org.el (org-buffer-list): Select buffers based on major mode,
  268. not on file name.
  269. 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
  270. * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
  271. face property.
  272. * org-colview.el (org-columns-display-here): Use
  273. `org-columns-modify-value-for-display-function'.
  274. * org-colview-xemacs.el (org-columns-display-here): Use
  275. `org-columns-modify-value-for-display-function'.
  276. 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
  277. * org.el (org-columns-modify-value-for-display-function): New option.
  278. * org-publish.el (org-publish-file): Make sure the directory match
  279. for the publishing directory works correctly.
  280. * org-agenda.el (org-agenda-execute-calendar-command)
  281. (org-agenda-diary-entry): Additional optional argument.
  282. 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
  283. * org-exp.el (org-export-as-html): Add attributes also in mailto
  284. and ftp links.
  285. * org.el (org-autoload): Add `org-dblock-write:columnview'.
  286. 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
  287. * org-exp.el (org-export-region-as-html, org-export-as-html): Make
  288. sure that calls from `org-export-region-as-html' do not do the
  289. special check for a subtree.
  290. 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
  291. * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
  292. 2008-07-20 Juri Linkov <juri@jurta.org>
  293. * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
  294. new keymap `narrow-map' instead of binding "\C-xns".
  295. 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
  296. * org.el (org-open-file): Use
  297. `org-open-directory-means-index-dot-org'.
  298. (org-open-directory-means-index-dot-org): New option.
  299. 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
  300. * org.el (org-make-link-string): Remove link attributes from
  301. description.
  302. (org-open-at-point): Remove link attributes bevore using the path.
  303. * org-exp.el (org-export-as-html): Handle link attributes.
  304. * org.el (org-extract-attributes, org-attributes-to-string): New functions.
  305. * org-table.el (org-table-to-lisp): New function.
  306. * org.el (org-narrow-to-subtree): Do not include the final newline
  307. into the narrowed region.
  308. * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
  309. bug with user-define skipping condition.
  310. 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
  311. * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
  312. 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
  313. * org-exp.el (org-export-html-style-default): Automatic overflow
  314. handling for pre fields.
  315. (org-export-as-ascii, org-export-as-html): Change default format
  316. for time stamp.
  317. * org-table.el (org-table-export): Offer completion for translator
  318. functions, and do not require a heading above the table.
  319. * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
  320. Cater for the case of a list starting in the first line of the
  321. buffer.
  322. 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
  323. * org-publish.el (org-publish-find-title): Bug fix.
  324. (org-publish-org-index): Implement new :index-style option.
  325. 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
  326. * org-publish.el (org-publish-timestamp-filename): Use
  327. SHA1-encoded file names in the timestamp directory.
  328. 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
  329. * org-publish.el (org-publish-needed-p): Be verbose about files
  330. published and files skipped.
  331. * org-exp.el (org-export-preprocess-string): Swap link
  332. normalization and inernal link targeting.
  333. * org-publish.el (org-publish-needed-p): Create timestamp
  334. directory when it does not exist.
  335. 2008-07-04 Bastien Guerry <bzg@altern.org>
  336. * org-clock.el (org-clock-out-when-done): Doc fix.
  337. * org.el (org-agenda-skip-unavailable-files): Doc fix.
  338. * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
  339. Ignore case when searching for the COMMENT cookie at export time.
  340. 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
  341. * org-exp.el (org-get-file-contents)
  342. (org-get-and-remove-property): New functions.
  343. (org-export-handle-include-files): Handle the new prefix options.
  344. (org-export-as-html): Fix the verse environment.
  345. 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
  346. * org.el (org-time=, org-time<, org-time<=, org-time>)
  347. (org-time>=, org-time<>, org-2ft): New functions.
  348. (org-op-to-function): Also provide for the time testing fucntions.
  349. 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
  350. * org-exp.el (org-export-html-style-default): New constant.
  351. 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
  352. * org-exp.el (org-export-html-style-extra): New variable.
  353. (org-export-splice-style): New function.
  354. 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
  355. * org-exp.el (org-export-plist-vars, org-export-as-html):
  356. Implement `org-export-creator-info'.
  357. (org-export-creator-info): New option.
  358. 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
  359. * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
  360. (org-property-drawer-re, org-clock-drawer-re): New constants.
  361. 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
  362. * org-exp.el (org-icalendar-use-deadline)
  363. (org-icalendar-use-scheduled): New options.
  364. (org-icalendar-include-todo): Default changed to t.
  365. (org-print-icalendar-entries): Implement better utilization of
  366. scheduling and deadline time stamps.
  367. (org-export-target-internal-links, org-export-as-html): Allow file
  368. lines without the "file:" prefix if the file path is an absolute
  369. path or starts with ".".
  370. * org-clock.el (org-clocktable-shift): Also undertand yesterday,
  371. lastweek etc.
  372. (org-clock-special-range): Also undertand yesterday, lastweek etc.
  373. 2008-06-18 Glenn Morris <rgm@gnu.org>
  374. * org.el (org-map-entries): Let-bind `file'.
  375. 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
  376. * org.el (org-agenda-skip-archived-trees): Docstring now
  377. discourages using this.
  378. (org-scan-tags): Check for org-agenda-archives-mode.
  379. (org-map-entries): Make sure org-agenda-archives-mode is nil.
  380. (org-agenda-files): Functionality of second arg changed.
  381. * org-agenda.el (org-agenda-archives-mode): New variable
  382. (org-write-agenda, org-prepare-agenda, org-agenda-list)
  383. (org-search-view, org-todo-list, org-tags-view)
  384. (org-agenda-list-stuck-projects): Call `org-agenda-files' with
  385. `ifmode' argument.
  386. (org-agenda-quit): Reset the archives mode.
  387. (org-agenda-archives-mode): New command.
  388. (org-agenda-set-mode-name): Include archives info.
  389. 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
  390. * org.el (org-paste-subtree): Make sure the yanked headline is
  391. visible if it was yanked at a visible point.
  392. (org-move-item-up): Fix the bug with moving white space at the end
  393. of the item.
  394. (org-show-empty-lines-in-parent): New function.
  395. 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
  396. * org-colview.el (org-columns-next-allowed-value): Bug fix.
  397. * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
  398. * org-agenda.el (org-agenda-get-closed): Get the end time into the
  399. agenda prefix as well.
  400. * org-publish.el (org-publish-org-index): Make a properly indented
  401. list.
  402. * org.el (org-calendar-agenda-action-key): New option.
  403. (org-get-cursor-date): New function.
  404. (org-mark-entry-for-agenda-action): New command.
  405. (org-overriding-default-time): New variable.
  406. (org-read-date): Respect `org-overriding-default-time'.
  407. * org-remember.el (org-remember-apply-template): Respect the
  408. ovverriding default time.
  409. * org-agenda.el (org-agenda-action-marker): New variable.
  410. (org-agenda-action): New command.
  411. (org-agenda-do-action): New function.
  412. 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
  413. * org.el (org-schedule, org-deadline): Protect scheduled and
  414. deadline tasks against changes that accidently remove the
  415. repeater. Also show a message with the new date when done.
  416. 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
  417. * org.el (org-beginning-of-line): Cater for the case when there
  418. are tags but no headline text.
  419. (org-align-tags-here): Convert to tabs only when indent-tabs-mode
  420. it set.
  421. 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
  422. * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
  423. the return value is nil instead of "nil" when there is no match.
  424. * org-exp.el (org-insert-centered): Use fill-column instead of
  425. 80.
  426. (org-export-as-ascii): Use string-width to measure the width of
  427. the heading.
  428. * org.el (org-diary-to-ical-string): No longer kill buffer
  429. FROMBUF, this is now done by the caller.
  430. * org-exp.el (org-print-icalendar-entries): Move the call to
  431. `org-diary-to-ical-string' out of the loop, and kill the buffer
  432. afterwords.
  433. * org-remember.el (org-remember-visit-immediately): Position
  434. cursor after moving to the note.
  435. (org-remember-apply-template): Use a text property to record the
  436. cursor position.
  437. (org-remember-handler): Align tags after pasting the note.
  438. 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
  439. * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
  440. * org-agenda.el (org-agenda-open-link): If there is an
  441. org-bbdb-name property in the current line, jump to that bbdb
  442. entry.
  443. * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
  444. text property, so that the agenda knows where this entry comes
  445. from.
  446. * org-agenda.el (org-agenda-clock-in): Fixed bug in the
  447. interaction between clocking-in from the agenda, and automatic
  448. task state switching.
  449. * org-macs.el (org-with-point-at): Bug fix in macro defintion.
  450. * org.el (org-beginning-of-line, org-end-of-line): Make sure the
  451. zmacs-region stays after this command in XEmacs.
  452. 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
  453. * org.el (org-scan-tags): Allow new values for ACTION parameter.
  454. * org-remember.el (org-remember-templates): Fix bug in
  455. customization type definition.
  456. * org.el (org-map-entries): New function.
  457. 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
  458. * org-agenda.el (org-agenda-skip-comment-trees): New option.
  459. (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
  460. 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
  461. * org-remember.el (org-jump-to-target-location): New variable.
  462. (org-remember-apply-template): Set
  463. `org-remember-apply-template' if requested by template.
  464. (org-remember-handler): Start an idle timer to jump to
  465. remember location.
  466. * org-exp.el (org-get-current-options): Add the FILETAGS setting.
  467. * org.el (org-set-regexps-and-options): Fix bug with parsing of
  468. file tags.
  469. (org-get-tags-at): Add the content of `org-file-tags'.
  470. * org-exp.el (org-export-handle-comments): Fix bug with several
  471. comment lines after each other.
  472. (org-number-to-roman, org-number-to-counter): New functions.
  473. (org-export-section-number-format): New option.
  474. 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
  475. * org-exp.el (org-export-protect-examples): Catch the case of a
  476. missing end_example line.
  477. * org.el (org-set-regexps-and-options): Set `org-file-properties' and
  478. `org-file-tags' to nil.
  479. * org-colview.el (org-columns-next-allowed-value): Handle next
  480. argument NTH to directly select a value.
  481. * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
  482. argument NTH to directly select a value.
  483. 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
  484. * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
  485. 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
  486. * org.el (org-columns-ellipses): New option.
  487. 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
  488. * org-colview.el (org-columns-add-ellipses): New function.
  489. (org-columns-compact-links): New function.
  490. (org-columns-cleanup-item): Call `org-columns-compact-links'.
  491. (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
  492. when in agenda.
  493. (org-columns-edit-value): Fixed bug with editing values from
  494. agenda column view.
  495. (org-columns-redo): Also redo the agenda itself.
  496. 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
  497. * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
  498. option.
  499. * org-colview.el (org-agenda-columns-cleanup-item): New function.
  500. * org-exp.el (org-export-ascii-preprocess): Renamed from
  501. `org-export-ascii-clean-string'.
  502. (org-export-kill-licensed-text)
  503. (org-export-define-heading-targets)
  504. (org-export-handle-invisible-targets)
  505. (org-export-target-internal-links)
  506. (org-export-remove-or-extract-drawers)
  507. (org-export-remove-archived-trees)
  508. (org-export-protect-quoted-subtrees)
  509. (org-export-protect-verbatim, org-export-protect-examples)
  510. (org-export-select-backend-specific-text)
  511. (org-export-mark-blockquote-and-verse)
  512. (org-export-remove-comment-blocks-and-subtrees)
  513. (org-export-handle-comments, org-export-mark-radio-links)
  514. (org-export-remove-special-table-lines)
  515. (org-export-normalize-links)
  516. (org-export-concatenate-multiline-links)
  517. (org-export-concatenate-multiline-emphasis): New functions,
  518. obtained from spliiting the export preprocessor.
  519. * org-table.el (org-table-recalculate): Improve error message if
  520. the row number is invalid.
  521. 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
  522. * org-archive.el (org-archive-save-context-info): Fix bugs in
  523. customization setup and docstring.
  524. * org-exp.el (org-export-html-style): Changed the size of in the
  525. <pre> element to 90%.
  526. 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
  527. * org.el (org-find-src-example-start): Function removed.
  528. (org-edit-src-find-region-and-lang): New function.
  529. 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
  530. * org.el (org-edit-src-exit): New function.
  531. (org-exit-edit-mode): New minor mode.
  532. * org-exp.el (org-export-preprocess-string): Fix bug with removing
  533. comment-like lines from protected examples.
  534. * org.el (org-edit-src-example, org-find-src-example-start)
  535. (org-protect-source-example, org-edit-special): New functions.
  536. 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
  537. * org-publish.el (org-publish-project-alist): Fix typo in
  538. docstring.
  539. (org-publish-project-alist): Handle :index-title property.
  540. 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
  541. * org-export-latex.el (org-export-as-latex): Make sure region
  542. bounds are correct. Parse subtree properties relating to export.
  543. * org-exp.el (org-export-add-options-to-plist): New function.
  544. (org-infile-export-plist): Use `org-export-add-options-to-plist'.
  545. 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
  546. * org.el (org-default-properties): Add EXPORT_FILE_NAME and
  547. EXPORT_TITLE.
  548. * org-exp.el (org-export-get-title-from-subtree)
  549. (org-export-as-ascii, org-export-as-html): Make sure the original
  550. region-beginning and region-end are used, even after moving
  551. point.
  552. (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
  553. property.
  554. * org-remember.el (org-remember-last-stored-marker): New variable.
  555. (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
  556. (org-remember-handler): Also use marker to remember
  557. last-stored position.
  558. * org.el (org-goto-marker-or-bmk): New function.
  559. 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
  560. * org.el (org-file-properties): Renamed from `org-local-properties'.
  561. (org-scan-tags): Take file tags into account.
  562. (org-tags-match-list-sublevels): Default changed to t.
  563. * org-exp.el (org-export-as-html): Close paragraph after a
  564. footnote.
  565. * org.el (org-update-parent-todo-statistics): New function.
  566. * org-exp.el (org-icalendar-store-UID): New option.
  567. (org-icalendar-force-UID): Option removed.
  568. (org-print-icalendar-entries): IMplement UIDs.
  569. 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
  570. * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
  571. 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
  572. * org-faces.el (org-column): Document how this face is being used
  573. and why sometimes the background faces shine through.
  574. * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
  575. * org-publish.el (org-publish-attachment): Create publishing
  576. directory if it does not yet exist.
  577. * org-table.el (org-calc-default-modes): Change default number
  578. format to (float 8).
  579. * org.el (org-olpath-completing-read): New function.
  580. (org-time-clocksum-format): New option.
  581. (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
  582. * org-clock.el (org-clock-display, org-clock-out)
  583. (org-update-mode-line): Use `org-time-clocksum-format'.
  584. * org-colview-xemacs.el (org-columns-number-to-string): Use
  585. `org-time-clocksum-format'.
  586. * org-colview.el (org-columns-number-to-string): Use
  587. `org-time-clocksum-format'.
  588. 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
  589. * org-id.el: New file, move from contrib to core.
  590. * org-exp.el (org-icalendar-force-UID): New option.
  591. 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
  592. * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
  593. shifted by one day if theere is a date range without an end
  594. time.
  595. * org.el (org-try-structure-completion): New function.
  596. 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
  597. * org.el (org-set-font-lock-defaults): Improve fontification of
  598. description lists.
  599. (org-insert-item): Handle description lists.
  600. (org-adaptive-fill-function): Improve auto indentation in
  601. description lists.
  602. * org-exp.el (org-export-as-html, org-export-preprocess-string):
  603. Implement VERSE environment.
  604. (org-export-preprocess-string): Implement the COMMENT
  605. environment.
  606. * org-export-latex.el (org-export-latex-preprocess): Implement
  607. VERSE environment.
  608. 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
  609. * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
  610. option.
  611. 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
  612. * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
  613. * org.el (org-quote-csv-field): New functions.
  614. * org-table.el (org-table-export-default-format): Remove :splice
  615. from default format, we get the same effect by not specifying
  616. :tstart and :tend.
  617. (org-table-export): Improve setup, distinguish better between
  618. interactive and non-interactive use, allow specifying the format
  619. on the fly, better protection against wrong file names.
  620. (orgtbl-to-generic): Fix documentation. Do not require :tstart
  621. and :tend when :splice is omitted.
  622. 2008-05-09 Bernt Hansen <bernt@norang.ca>
  623. * org-clock.el (org-clock-select-task): Make sure the selection
  624. letters are 1-9 and A-Z, no special characters.
  625. 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
  626. * org-exp.el (org-export-htmlize): New group.
  627. (org-export-htmlize-output-type)
  628. (org-export-htmlize-css-font-prefix): New options.
  629. (org-export-htmlize-region-for-paste): New function.
  630. (org-export-htmlize-generate-css): New command.
  631. 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
  632. * org/org.el (org-modules, org-format-latex-options):
  633. * org/org-archive.el (org-archive-stamp-time)
  634. (org-archive-save-context-info):
  635. * org/org-faces.el (org-hide):
  636. * org/org-irc.el (org-irc-parse-link):
  637. * org/org-macs.el (org-call-with-arg, org-autoload):
  638. * org/org-mew.el (org-mew-store-link):
  639. * org/org-remember.el (org-remember-store-without-prompt)
  640. (org-remember-templates): Fix typos in docstrings.
  641. * org/org-info.el (org-info-store-link): Remove leftover docstring.
  642. * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
  643. (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
  644. (org-bbdb-anniv-split): Fix typos in docstrings.
  645. * org/org-publish.el (org-publish-project-alist): Doc fixes.
  646. (org-publish-use-timestamps-flag): Reflow docstring.
  647. (org-publish-files-alist): Fix typos in docstring.
  648. 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
  649. * org.el (org-set-visibility-according-to-property): New function.
  650. (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
  651. and compute the regular expressions, and update font-lock.
  652. (org-property-re): Allow a dash in property names.
  653. * org-archive.el (org-extract-archive-file): Insert the file name
  654. without the path into the format, to allow the location format to
  655. contain a subdirectory.
  656. * org-agenda.el (org-agenda-post-command-hook): If point is at end
  657. of buffer, and the `org-agenda-type' property undefined, use the
  658. value from the character before.
  659. * org.el (org-add-planning-info): Don't let indentation for
  660. would-be timestamp become extra whitespace at the end of headline.
  661. 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
  662. * org.el (org-remove-double-quotes, org-file-contents): New
  663. functions.
  664. * org-exp.el (org-infile-export-plist): Also parse the
  665. contents of #+SETUPFILE files, recursively.
  666. * org.el (org-set-regexps-and-options): Also parse the
  667. contents of #+SETUPFILE files, recursively.
  668. * org-exp.el (org-export-handle-include-files): New function.
  669. (org-export-preprocess-string): Call
  670. `org-export-handle-include-files'.
  671. * org.el (org-delete-property-globally)
  672. (org-delete-property, org-set-property): Ignore case during
  673. completion.
  674. (org-set-property): Use `org-completing-read' instead of
  675. `completing-read'.
  676. * org.el (org-complete-expand-structure-template): New,
  677. experimental function.
  678. (org-structure-template-alist): New, experimental option.
  679. (org-complete): Call `org-complete-expand-structure-template'.
  680. 2008-05-06 Bastien Guerry <bzg@altern.org>
  681. * org-export-latex.el (org-export-latex-preprocess): Added
  682. support for blockquotes.
  683. 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
  684. * org.el (org-read-date-analyze): Catch the case where only a
  685. weekday is given.
  686. 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
  687. * org.el (org-set-font-lock-defaults): Make the description
  688. tag bold.
  689. * org-exp.el (org-export-as-html, org-close-li): Implement
  690. description lists.
  691. 2008-05-04 Jason Riedy <jason@acm.org>
  692. * org-table.el (*orgtbl-default-fmt*): New variable.
  693. (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
  694. when there is no other fmt available.
  695. (orgtbl-to-generic): Allow an explicitly nil :tstart or
  696. :tend to suppress the appropriate string.
  697. (orgtbl-to-orgtbl): New function for translating to another orgtbl
  698. table.
  699. 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
  700. * org.el (org-read-date-analyze): "." as an alias for "+0" in
  701. read date.
  702. * org-clock.el (org-clock-save-markers-for-cut-and-paste):
  703. New function.
  704. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
  705. New function.
  706. 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
  707. * org-clock.el (org-clock-find-position): Don't include notes
  708. into clock drawer.
  709. * org-archive.el (org-archive-subtree): No longer remove an
  710. extra line after cutting the subtree. `org-cut-subtree' already
  711. takes care of this.
  712. * org-remember.el (org-remember-handler): Only kill the target
  713. buffer if it does not contain the running clock.
  714. * org.el (org-markers-to-move): New variable.
  715. (org-save-markers-in-region, org-check-and-save-marker)
  716. (org-reinstall-markers-in-region): New function.
  717. (org-move-subtree-down, org-copy-subtree): Remember relative
  718. marker positions before cutting.
  719. (org-move-subtree-down, org-paste-subtree): Restore relative
  720. marker positions after pasting.
  721. * org-remember.el (org-remember-clock-out-on-exit): New option.
  722. (org-remember-finalize): Clock out only if the setting in
  723. `org-remember-clock-out-on-exit' requires it.
  724. (org-remember-handler): Do the cleanup in the buffer, to make sure
  725. that the clock marker remains in tact.
  726. 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
  727. * org-clock.el (org-clock-goto): Widen buffer if necessary.
  728. (org-clock-in): Make sure that also tasks outside the narrowed
  729. region will be clocked in correctly.
  730. (org-clock-insert-selection-line): Widen the buffer so that we can
  731. find the correct task heading.
  732. * org.el (org-base-buffer): New function.
  733. * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
  734. and ";" are escaped.
  735. (org-print-icalendar-entries): Also apply
  736. `org-icalendar-cleanup-string' to the headline, not only to the
  737. summary property.
  738. 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
  739. * org-exp.el (org-export-preprocess-hook): New hook.
  740. (org-export-preprocess-string): Call
  741. `org-export-preprocess-hook'.
  742. * org.el (org-font-lock-hook): New variable.
  743. (org-font-lock-hook): New function.
  744. (org-set-font-lock-defaults): Call `org-font-lock-hook'.
  745. ;; Local Variables:
  746. ;; coding: utf-8
  747. ;; add-log-time-zone-rule: t
  748. ;; End:
  749. Copyright (C) 2008 Free Software Foundation, Inc.
  750. This file is part of GNU Emacs.
  751. GNU Emacs is free software: you can redistribute it and/or modify
  752. it under the terms of the GNU General Public License as published by
  753. the Free Software Foundation, either version 3 of the License, or
  754. (at your option) any later version.
  755. GNU Emacs is distributed in the hope that it will be useful,
  756. but WITHOUT ANY WARRANTY; without even the implied warranty of
  757. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  758. GNU General Public License for more details.
  759. You should have received a copy of the GNU General Public License
  760. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  761. ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c