ChangeLog 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
  2. * org.el (org-remove-double-quotes, org-file-contents): New
  3. functions.
  4. * org-exp.el (org-infile-export-plist): Also parse the
  5. contents of #+SETUPFILE files, recursively.
  6. * org.el (org-set-regexps-and-options): Also parse the
  7. contents of #+SETUPFILE files, recursively.
  8. * org-exp.el (org-export-handle-include-files): New function.
  9. (org-export-preprocess-string): Call
  10. `org-export-handle-include-files'.
  11. * org.el (org-delete-property-globally)
  12. (org-delete-property, org-set-property): Ignore case during
  13. completion.
  14. (org-set-property): Use `org-completing-read' instead of
  15. `completing-read'.
  16. * org.el (org-complete-expand-structure-template): New,
  17. experimental function.
  18. (org-structure-template-alist): New, experimental option.
  19. (org-complete): Call `org-complete-expand-structure-template'.
  20. 2008-05-06 Bastien Guerry <bzg@altern.org>
  21. * org-export-latex.el (org-export-latex-preprocess): Added
  22. support for blockquotes.
  23. 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
  24. * org.el (org-read-date-analyze): Catch the case where only a
  25. weekday is given.
  26. 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
  27. * org.el (org-set-font-lock-defaults): Make the description
  28. tag bold.
  29. * org-exp.el (org-export-as-html, org-close-li): Implement
  30. description lists.
  31. 2008-05-04 Jason Riedy <jason@acm.org>
  32. * org-table.el (*orgtbl-default-fmt*): New variable.
  33. (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
  34. when there is no other fmt available.
  35. (orgtbl-to-generic): Allow an explicitly nil :tstart or
  36. :tend to suppress the appropriate string.
  37. (orgtbl-to-orgtbl): New function for translating to another orgtbl
  38. table.
  39. 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
  40. * org.el (org-read-date-analyze): "." as an alias for "+0" in
  41. read date.
  42. * org-clock.el (org-clock-save-markers-for-cut-and-paste):
  43. New function.
  44. * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
  45. New function.
  46. 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
  47. * org-clock.el (org-clock-find-position): Don't include notes
  48. into clock drawer.
  49. * org-archive.el (org-archive-subtree): No longer remove an
  50. extra line after cutting the subtree. `org-cut-subtree' already
  51. takes care of this.
  52. * org-remember.el (org-remember-handler): Only kill the target
  53. buffer if it does not contain the running clock.
  54. * org.el (org-markers-to-move): New variable.
  55. (org-save-markers-in-region, org-check-and-save-marker)
  56. (org-reinstall-markers-in-region): New function.
  57. (org-move-subtree-down, org-copy-subtree): Remember relative
  58. marker positions before cutting.
  59. (org-move-subtree-down, org-paste-subtree): Restore relative
  60. marker positions after pasting.
  61. * org-remember.el (org-remember-clock-out-on-exit): New option.
  62. (org-remember-finalize): Clock out only if the setting in
  63. `org-remember-clock-out-on-exit' requires it.
  64. (org-remember-handler): Do the cleanup in the buffer, to make sure
  65. that the clock marker remains in tact.
  66. 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
  67. * org-clock.el (org-clock-goto): Widen buffer if necessary.
  68. (org-clock-in): Make sure that also tasks outside the narrowed
  69. region will be clocked in correctly.
  70. (org-clock-insert-selection-line): Widen the buffer so that we can
  71. find the correct task heading.
  72. * org.el (org-base-buffer): New function.
  73. * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
  74. and ";" are escaped.
  75. (org-print-icalendar-entries): Also apply
  76. `org-icalendar-cleanup-string' to the headline, not only to the
  77. summary property.
  78. 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
  79. * org-exp.el (org-export-preprocess-hook): New hook.
  80. (org-export-preprocess-string): Call
  81. `org-export-preprocess-hook'.
  82. * org.el (org-font-lock-hook): New variable.
  83. (org-font-lock-hook): New function.
  84. (org-set-font-lock-defaults): Call `org-font-lock-hook'.