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