Allow installation prefix to be set on the command line.
[org-mode/org-mode-NeilSmithlineMods.git] / lisp / ChangeLog
blob2f9a2c5edda3e14bd9bde3b3c5fcb1024f34b6fd
1 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
7         * org.el (org-columns-ellipses): New option.
9 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
11         * org-colview.el (org-columns-add-ellipses): New function.
12         (org-columns-compact-links): New function.
13         (org-columns-cleanup-item): Call `org-columns-compact-links'.
14         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
15         when in agenda.
16         (org-columns-edit-value): Fixed bug with editing values from
17         agenda column view.
18         (org-columns-redo): Also redo the agenda itself.
20 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
22         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
23         option.
25         * org-colview.el (org-agenda-columns-cleanup-item): New function.
27         * org-exp.el (org-export-ascii-preprocess): Renamed from
28         `org-export-ascii-clean-string'.
29         (org-export-kill-licensed-text)
30         (org-export-define-heading-targets)
31         (org-export-handle-invisible-targets)
32         (org-export-target-internal-links)
33         (org-export-remove-or-extract-drawers)
34         (org-export-remove-archived-trees)
35         (org-export-protect-quoted-subtrees)
36         (org-export-protect-verbatim, org-export-protect-examples)
37         (org-export-select-backend-specific-text)
38         (org-export-mark-blockquote-and-verse)
39         (org-export-remove-comment-blocks-and-subtrees)
40         (org-export-handle-comments, org-export-mark-radio-links)
41         (org-export-remove-special-table-lines)
42         (org-export-normalize-links)
43         (org-export-concatenate-multiline-links)
44         (org-export-concatenate-multiline-emphasis): New functions,
45         obtained from spliiting the export preprocessor.
47         * org-table.el (org-table-recalculate): Improve error message if
48         the row number is invalid.
50 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
52         * org-archive.el (org-archive-save-context-info): Fix bugs in
53         customization setup and docstring.
55         * org-exp.el (org-export-html-style): Changed the size of in the
56         <pre> element to 90%.
58 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
60         * org.el (org-find-src-example-start): Function removed.
61         (org-edit-src-find-region-and-lang): New function.
63 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
65         * org.el (org-edit-src-exit): New function.
66         (org-exit-edit-mode): New minor mode.
68         * org-exp.el (org-export-preprocess-string): Fix bug with removing
69         comment-like lines from protected examples.
71         * org.el (org-edit-src-example, org-find-src-example-start)
72         (org-protect-source-example, org-edit-special): New functions.
74 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
76         * org-publish.el (org-publish-project-alist): Fix typo in
77         docstring.
78         (org-publish-project-alist): Handle :index-title property.
80 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
82         * org-export-latex.el (org-export-as-latex): Make sure region
83         bounds are correct.  Parse subtree properties relating to export.
85         * org-exp.el (org-export-add-options-to-plist): New function.
86         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
88 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
90         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
91         EXPORT_TITLE.
93         * org-exp.el (org-export-get-title-from-subtree)
94         (org-export-as-ascii, org-export-as-html): Make sure the original
95         region-beginning and region-end are used, even after moving
96         point.
97         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
98         property.
100         * org-remember.el (org-remember-last-stored-marker): New variable.
101         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
102         (org-remember-handler): Also use marker to remember
103         last-stored position.
105         * org.el (org-goto-marker-or-bmk): New function.
107 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
109         * org.el (org-file-properties): Renamed from `org-local-properties'.
110         (org-scan-tags): Take file tags into account.
111         (org-tags-match-list-sublevels): Default changed to t.
113         * org-exp.el (org-export-as-html): Close paragraph after a
114         footnote.
116         * org.el (org-update-parent-todo-statistics): New function.
118         * org-exp.el (org-icalendar-store-UID): New option.
119         (org-icalendar-force-UID): Option removed.
120         (org-print-icalendar-entries): IMplement UIDs.
122 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
124         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
126 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
128         * org-faces.el (org-column): Document how this face is being used
129         and why sometimes the background faces shine through.
131         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
133         * org-publish.el (org-publish-attachment): Create publishing
134         directory if it does not yet exist.
136         * org-table.el (org-calc-default-modes): Change default number
137         format to (float 8).
139         * org.el (org-olpath-completing-read): New function.
140         (org-time-clocksum-format): New option.
141         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
143         * org-clock.el (org-clock-display, org-clock-out)
144         (org-update-mode-line): Use `org-time-clocksum-format'.
146         * org-colview-xemacs.el (org-columns-number-to-string): Use
147         `org-time-clocksum-format'.
149         * org-colview.el (org-columns-number-to-string): Use
150         `org-time-clocksum-format'.
152 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
154         * org-id.el: New file, move from contrib to core.
156         * org-exp.el (org-icalendar-force-UID): New option.
158 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
160         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
161         shifted by one day if theere is a date range without an end
162         time.
164         * org.el (org-try-structure-completion): New function.
166 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
168         * org.el (org-set-font-lock-defaults): Improve fontification of
169         description lists.
170         (org-insert-item): Handle description lists.
171         (org-adaptive-fill-function): Improve auto indentation in
172         description lists.
174         * org-exp.el (org-export-as-html, org-export-preprocess-string):
175         Implement VERSE environment.
176         (org-export-preprocess-string): Implement the COMMENT
177         environment.
179         * org-export-latex.el (org-export-latex-preprocess): Implement
180         VERSE environment.
182 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
184         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
185         option.
187 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
189         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
191         * org.el (org-quote-csv-field): New functions.
193         * org-table.el (org-table-export-default-format): Remove :splice
194         from default format, we get the same effect by not specifying
195         :tstart and :tend.
196         (org-table-export): Improve setup, distinguish better between
197         interactive and non-interactive use, allow specifying the format
198         on the fly, better protection against wrong file names.
199         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
200         and :tend when :splice is omitted.
202 2008-05-09  Bernt Hansen  <bernt@norang.ca>
204         * org-clock.el (org-clock-select-task): Make sure the selection
205         letters are 1-9 and A-Z, no special characters.
207 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
209         * org-exp.el (org-export-htmlize): New group.
210         (org-export-htmlize-output-type)
211         (org-export-htmlize-css-font-prefix): New options.
212         (org-export-htmlize-region-for-paste): New function.
213         (org-export-htmlize-generate-css): New command.
215 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
217         * org/org.el (org-modules, org-format-latex-options):
218         * org/org-archive.el (org-archive-stamp-time)
219         (org-archive-save-context-info):
220         * org/org-faces.el (org-hide):
221         * org/org-irc.el (org-irc-parse-link):
222         * org/org-macs.el (org-call-with-arg, org-autoload):
223         * org/org-mew.el (org-mew-store-link):
224         * org/org-remember.el (org-remember-store-without-prompt)
225         (org-remember-templates): Fix typos in docstrings.
227         * org/org-info.el (org-info-store-link): Remove leftover docstring.
229         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
230         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
231         (org-bbdb-anniv-split): Fix typos in docstrings.
233         * org/org-publish.el (org-publish-project-alist): Doc fixes.
234         (org-publish-use-timestamps-flag): Reflow docstring.
235         (org-publish-files-alist): Fix typos in docstring.
237 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
239         * org.el (org-set-visibility-according-to-property): New function.
240         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
241         and compute the regular expressions, and update font-lock.
242         (org-property-re): Allow a dash in property names.
244         * org-archive.el (org-extract-archive-file): Insert the file name
245         without the path into the format, to allow the location format to
246         contain a subdirectory.
248         * org-agenda.el (org-agenda-post-command-hook): If point is at end
249         of buffer, and the `org-agenda-type' property undefined, use the
250         value from the character before.
252         * org.el (org-add-planning-info): Don't let indentation for
253         would-be timestamp become extra whitespace at the end of headline.
255 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
257         * org.el (org-remove-double-quotes, org-file-contents): New
258         functions.
260         * org-exp.el (org-infile-export-plist): Also parse the
261         contents of #+SETUPFILE files, recursively.
263         * org.el (org-set-regexps-and-options): Also parse the
264         contents of #+SETUPFILE files, recursively.
266         * org-exp.el (org-export-handle-include-files): New function.
267         (org-export-preprocess-string): Call
268         `org-export-handle-include-files'.
270         * org.el (org-delete-property-globally)
271         (org-delete-property, org-set-property): Ignore case during
272         completion.
273         (org-set-property): Use `org-completing-read' instead of
274         `completing-read'.
276         * org.el (org-complete-expand-structure-template): New,
277         experimental function.
278         (org-structure-template-alist): New, experimental option.
279         (org-complete): Call `org-complete-expand-structure-template'.
281 2008-05-06  Bastien Guerry  <bzg@altern.org>
283         * org-export-latex.el (org-export-latex-preprocess): Added
284         support for blockquotes.
286 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
288         * org.el (org-read-date-analyze): Catch the case where only a
289         weekday is given.
291 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
293         * org.el (org-set-font-lock-defaults): Make the description
294         tag bold.
296         * org-exp.el (org-export-as-html, org-close-li): Implement
297         description lists.
299 2008-05-04  Jason Riedy  <jason@acm.org>
301         * org-table.el (*orgtbl-default-fmt*): New variable.
302         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
303         when there is no other fmt available.
305         (orgtbl-to-generic): Allow an explicitly nil :tstart or
306         :tend to suppress the appropriate string.
308         (orgtbl-to-orgtbl): New function for translating to another orgtbl
309         table.
311 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
313         * org.el (org-read-date-analyze): "." as an alias for "+0" in
314         read date.
316         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
317         New function.
319         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
320         New function.
322 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
324         * org-clock.el (org-clock-find-position): Don't include notes
325         into clock drawer.
327         * org-archive.el (org-archive-subtree): No longer remove an
328         extra line after cutting the subtree.  `org-cut-subtree' already
329         takes care of this.
331         * org-remember.el (org-remember-handler): Only kill the target
332         buffer if it does not contain the running clock.
334         * org.el (org-markers-to-move): New variable.
335         (org-save-markers-in-region, org-check-and-save-marker)
336         (org-reinstall-markers-in-region): New function.
337         (org-move-subtree-down, org-copy-subtree): Remember relative
338         marker positions before cutting.
339         (org-move-subtree-down, org-paste-subtree): Restore relative
340         marker positions after pasting.
342         * org-remember.el (org-remember-clock-out-on-exit): New option.
343         (org-remember-finalize): Clock out only if the setting in
344         `org-remember-clock-out-on-exit' requires it.
345         (org-remember-handler): Do the cleanup in the buffer, to make sure
346         that the clock marker remains in tact.
348 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
350         * org-clock.el (org-clock-goto): Widen buffer if necessary.
351         (org-clock-in): Make sure that also tasks outside the narrowed
352         region will be clocked in correctly.
353         (org-clock-insert-selection-line): Widen the buffer so that we can
354         find the correct task heading.
356         * org.el (org-base-buffer): New function.
358         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
359         and ";" are escaped.
360         (org-print-icalendar-entries): Also apply
361         `org-icalendar-cleanup-string' to the headline, not only to the
362         summary property.
364 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
366         * org-exp.el (org-export-preprocess-hook): New hook.
367         (org-export-preprocess-string): Call
368         `org-export-preprocess-hook'.
370         * org.el (org-font-lock-hook): New variable.
371         (org-font-lock-hook): New function.
372         (org-set-font-lock-defaults): Call `org-font-lock-hook'.