Include domain name into newly created IDs.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blobf93ae2ec7b7be7f2163337be500a5079d944aa09
1 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3         * org-exp.el (org-icalendar-force-UID): New option.
5 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
8         shifted by one day if theere is a date range without an end
9         time.
11         * org.el (org-try-structure-completion): New function.
13 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
15         * org.el (org-set-font-lock-defaults): Improve fontification of
16         description lists.
17         (org-insert-item): Handle description lists.
18         (org-adaptive-fill-function): Improve auto indentation in
19         description lists.
21         * org-exp.el (org-export-as-html, org-export-preprocess-string):
22         Implement VERSE environment.
23         (org-export-preprocess-string): Implement the COMMENT
24         environment.
26         * org-export-latex.el (org-export-latex-preprocess): Implement
27         VERSE environment.
29 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
31         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
32         option.
34 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
36         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
38         * org.el (org-quote-csv-field): New functions.
40         * org-table.el (org-table-export-default-format): Remove :splice
41         from default format, we get the same effect by not specifying
42         :tstart and :tend.
43         (org-table-export): Improve setup, distinguish better between
44         interactive and non-interactive use, allow specifying the format
45         on the fly, better protection against wrong file names.
46         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
47         and :tend when :splice is omitted.
49 2008-05-09  Bernt Hansen  <bernt@norang.ca>
51         * org-clock.el (org-clock-select-task): Make sure the selection
52         letters are 1-9 and A-Z, no special characters.
54 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
56         * org-exp.el (org-export-htmlize): New group.
57         (org-export-htmlize-output-type)
58         (org-export-htmlize-css-font-prefix): New options.
59         (org-export-htmlize-region-for-paste): New function.
60         (org-export-htmlize-generate-css): New command.
62 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
64         * org/org.el (org-modules, org-format-latex-options):
65         * org/org-archive.el (org-archive-stamp-time)
66         (org-archive-save-context-info):
67         * org/org-faces.el (org-hide):
68         * org/org-irc.el (org-irc-parse-link):
69         * org/org-macs.el (org-call-with-arg, org-autoload):
70         * org/org-mew.el (org-mew-store-link):
71         * org/org-remember.el (org-remember-store-without-prompt)
72         (org-remember-templates): Fix typos in docstrings.
74         * org/org-info.el (org-info-store-link): Remove leftover docstring.
76         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
77         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
78         (org-bbdb-anniv-split): Fix typos in docstrings.
80         * org/org-publish.el (org-publish-project-alist): Doc fixes.
81         (org-publish-use-timestamps-flag): Reflow docstring.
82         (org-publish-files-alist): Fix typos in docstring.
84 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
86         * org.el (org-set-visibility-according-to-property): New function.
87         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
88         and compute the regular expressions, and update font-lock.
89         (org-property-re): Allow a dash in property names.
91         * org-archive.el (org-extract-archive-file): Insert the file name
92         without the path into the format, to allow the location format to
93         contain a subdirectory.
95         * org-agenda.el (org-agenda-post-command-hook): If point is at end
96         of buffer, and the `org-agenda-type' property undefined, use the
97         value from the character before.
99         * org.el (org-add-planning-info): Don't let indentation for
100         would-be timestamp become extra whitespace at the end of headline.
102 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
104         * org.el (org-remove-double-quotes, org-file-contents): New
105         functions.
107         * org-exp.el (org-infile-export-plist): Also parse the
108         contents of #+SETUPFILE files, recursively.
110         * org.el (org-set-regexps-and-options): Also parse the
111         contents of #+SETUPFILE files, recursively.
113         * org-exp.el (org-export-handle-include-files): New function.
114         (org-export-preprocess-string): Call
115         `org-export-handle-include-files'.
117         * org.el (org-delete-property-globally)
118         (org-delete-property, org-set-property): Ignore case during
119         completion.
120         (org-set-property): Use `org-completing-read' instead of
121         `completing-read'.
123         * org.el (org-complete-expand-structure-template): New,
124         experimental function.
125         (org-structure-template-alist): New, experimental option.
126         (org-complete): Call `org-complete-expand-structure-template'.
128 2008-05-06  Bastien Guerry  <bzg@altern.org>
130         * org-export-latex.el (org-export-latex-preprocess): Added
131         support for blockquotes.
133 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
135         * org.el (org-read-date-analyze): Catch the case where only a
136         weekday is given.
138 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
140         * org.el (org-set-font-lock-defaults): Make the description
141         tag bold.
143         * org-exp.el (org-export-as-html, org-close-li): Implement
144         description lists.
146 2008-05-04  Jason Riedy  <jason@acm.org>
148         * org-table.el (*orgtbl-default-fmt*): New variable.
149         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
150         when there is no other fmt available.
152         (orgtbl-to-generic): Allow an explicitly nil :tstart or
153         :tend to suppress the appropriate string.
155         (orgtbl-to-orgtbl): New function for translating to another orgtbl
156         table.
158 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
160         * org.el (org-read-date-analyze): "." as an alias for "+0" in
161         read date.
163         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
164         New function.
166         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
167         New function.
169 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
171         * org-clock.el (org-clock-find-position): Don't include notes
172         into clock drawer.
174         * org-archive.el (org-archive-subtree): No longer remove an
175         extra line after cutting the subtree.  `org-cut-subtree' already
176         takes care of this.
178         * org-remember.el (org-remember-handler): Only kill the target
179         buffer if it does not contain the running clock.
181         * org.el (org-markers-to-move): New variable.
182         (org-save-markers-in-region, org-check-and-save-marker)
183         (org-reinstall-markers-in-region): New function.
184         (org-move-subtree-down, org-copy-subtree): Remember relative
185         marker positions before cutting.
186         (org-move-subtree-down, org-paste-subtree): Restore relative
187         marker positions after pasting.
189         * org-remember.el (org-remember-clock-out-on-exit): New option.
190         (org-remember-finalize): Clock out only if the setting in
191         `org-remember-clock-out-on-exit' requires it.
192         (org-remember-handler): Do the cleanup in the buffer, to make sure
193         that the clock marker remains in tact.
195 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
197         * org-clock.el (org-clock-goto): Widen buffer if necessary.
198         (org-clock-in): Make sure that also tasks outside the narrowed
199         region will be clocked in correctly.
200         (org-clock-insert-selection-line): Widen the buffer so that we can
201         find the correct task heading.
203         * org.el (org-base-buffer): New function.
205         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
206         and ";" are escaped.
207         (org-print-icalendar-entries): Also apply
208         `org-icalendar-cleanup-string' to the headline, not only to the
209         summary property.
211 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
213         * org-exp.el (org-export-preprocess-hook): New hook.
214         (org-export-preprocess-string): Call
215         `org-export-preprocess-hook'.
217         * org.el (org-font-lock-hook): New variable.
218         (org-font-lock-hook): New function.
219         (org-set-font-lock-defaults): Call `org-font-lock-hook'.