ChangeLog 4.3 KB

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