ChangeLog 4.1 KB

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