ChangeLog 42 KB

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