Fix bugs with time extraction of deadlines.
[org-mode.git] / lisp / ChangeLog
blob7dd4b6700442852d6657a105c26b9698c537b7ec
1 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3         * org-agenda.el (org-agenda-get-deadlines)
4         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5         entries that are pre-warnings of deadlines or reminders.
7         * org.el (org-sort-entries-or-items): Make numeric and alpha
8         comparisons ignore any TODO keyword and priority cookie.
10         * org-remember.el (org-remember-handler): Reinterpretation of the
11         prefix argument.
13 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
15         * org-agenda.el (org-agenda-get-scheduled): Use new
16         `org-scheduled' face.
18         * org-faces.el (org-scheduled): New face.
20         * org-wl.el (org-wl-open): Remove incorrect declaration.
22         * org-gnus.el (org-gnus-store-link): Support for :to information
23         in gnus links.
25         * org-exp.el (org-export-as-html): Fixed typo in creator
26         information.
27         (org-export-protect-examples): New parameter indent.  Insert extra
28         spaces only when this parameter is specified.
29         (org-export-preprocess-string): Call `org-export-protect-examples'
30         with an indentation parameter when exporting to ASCII.
32         * org-remember.el (org-remember-templates)
33         (org-remember-apply-template): Allow the file component to be a
34         function.
36         * org.el (org-goto-local-search-headings): Renamed from
37         `org-goto-local-search-forward-headings'.  Added the possibility
38         to search backwards.
40 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
42         * org-export-latex.el (org-export-latex): New customization
43         group.
45         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
47 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
49         * org-exp.el (org-html-do-expand): Allow {} to terminate
50         tex macro
52 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
54         * org.el (org-buffer-list): Select buffers based on major mode,
55         not on file name.
57 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
59         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
60         face property.
62         * org-colview.el (org-columns-display-here): Use
63         `org-columns-modify-value-for-display-function'.
65         * org-colview-xemacs.el (org-columns-display-here): Use
66         `org-columns-modify-value-for-display-function'.
68 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
70         * org.el (org-columns-modify-value-for-display-function): New option.
82         * org-publish.el (org-publish-file): Make sure the directory match
83         for the publishing directory works correctly.
85         * org-agenda.el (org-agenda-execute-calendar-command)
86         (org-agenda-diary-entry): Additional optional argument.
88 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
90         * org-exp.el (org-export-as-html): Add attributes also in mailto
91         and ftp links.
93         * org.el (org-autoload): Add `org-dblock-write:columnview'.
102 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
104         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
105         sure that calls from `org-export-region-as-html' do not do the
106         special check for a subtree.
108 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
110         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
112 2008-07-20  Juri Linkov <juri@jurta.org>
114         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
115         new keymap `narrow-map' instead of binding "\C-xns".
117 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
119         * org.el (org-open-file): Use
120         `org-open-directory-means-index-dot-org'.
121         (org-open-directory-means-index-dot-org): New option.
123 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
125         * org.el (org-make-link-string): Remove link attributes from
126         description.
127         (org-open-at-point): Remove link attributes bevore using the path.
129         * org-exp.el (org-export-as-html): Handle link attributes.
131         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
133         * org-table.el (org-table-to-lisp): New function.
135         * org.el (org-narrow-to-subtree): Do not include the final newline
136         into the narrowed region.
138         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
139         bug with user-define skipping condition.
141 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
143         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
145 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
147         * org-exp.el (org-export-html-style-default): Automatic overflow
148         handling for pre fields.
149         (org-export-as-ascii, org-export-as-html): Change default format
150         for time stamp.
152         * org-table.el (org-table-export): Offer completion for translator
153         functions, and do not require a heading above the table.
155         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
156         Cater for the case of a list starting in the first line of the
157         buffer.
159 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
161         * org-publish.el (org-publish-find-title): Bug fix.
162         (org-publish-org-index): Implement new :index-style option.
164 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
166         * org-publish.el (org-publish-timestamp-filename): Use
167         SHA1-encoded file names in the timestamp directory.
169 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
171         * org-publish.el (org-publish-needed-p): Be verbose about files
172         published and files skipped.
174         * org-exp.el (org-export-preprocess-string): Swap link
175         normalization and inernal link targeting.
177         * org-publish.el (org-publish-needed-p): Create timestamp
178         directory when it does not exist.
180 2008-07-04  Bastien Guerry  <bzg@altern.org>
182         * org-clock.el (org-clock-out-when-done): Doc fix.
184         * org.el (org-agenda-skip-unavailable-files): Doc fix.
186         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
187         Ignore case when searching for the COMMENT cookie at export time.
189 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
191         * org-exp.el (org-get-file-contents)
192         (org-get-and-remove-property): New functions.
193         (org-export-handle-include-files): Handle the new prefix options.
194         (org-export-as-html): Fix the verse environment.
196 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
198         * org.el (org-time=, org-time<, org-time<=, org-time>)
199         (org-time>=, org-time<>, org-2ft): New functions.
200         (org-op-to-function): Also provide for the time testing fucntions.
202 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
204         * org-exp.el (org-export-html-style-default): New constant.
206 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
208         * org-exp.el (org-export-html-style-extra): New variable.
209         (org-export-splice-style): New function.
211 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
213         * org-exp.el (org-export-plist-vars, org-export-as-html):
214         Implement `org-export-creator-info'.
215         (org-export-creator-info): New option.
217 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
219         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
220         (org-property-drawer-re, org-clock-drawer-re): New constants.
222 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
224         * org-exp.el (org-icalendar-use-deadline)
225         (org-icalendar-use-scheduled): New options.
226         (org-icalendar-include-todo): Default changed to t.
227         (org-print-icalendar-entries): Implement better utilization of
228         scheduling and deadline time stamps.
229         (org-export-target-internal-links, org-export-as-html): Allow file
230         lines without the "file:" prefix if the file path is an absolute
231         path or starts with ".".
233         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
234         lastweek etc.
235         (org-clock-special-range): Also undertand yesterday, lastweek etc.
237 2008-06-18  Glenn Morris  <rgm@gnu.org>
238         * org.el (org-map-entries): Let-bind `file'.
240 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
242         * org.el (org-agenda-skip-archived-trees): Docstring now
243         discourages using this.
244         (org-scan-tags): Check for org-agenda-archives-mode.
245         (org-map-entries): Make sure org-agenda-archives-mode is nil.
246         (org-agenda-files): Functionality of second arg changed.
248         * org-agenda.el (org-agenda-archives-mode): New variable
249         (org-write-agenda, org-prepare-agenda, org-agenda-list)
250         (org-search-view, org-todo-list, org-tags-view)
251         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
252         `ifmode' argument.
253         (org-agenda-quit): Reset the archives mode.
254         (org-agenda-archives-mode): New command.
255         (org-agenda-set-mode-name): Include archives info.
257 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
259         * org.el (org-paste-subtree): Make sure the yanked headline is
260         visible if it was yanked at a visible point.
261         (org-move-item-up): Fix the bug with moving white space at the end
262         of the item.
263         (org-show-empty-lines-in-parent): New function.
265 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
267         * org-colview.el (org-columns-next-allowed-value): Bug fix.
269         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
271         * org-agenda.el (org-agenda-get-closed): Get the end time into the
272         agenda prefix as well.
274         * org-publish.el (org-publish-org-index): Make a properly indented
275         list.
277         * org.el (org-calendar-agenda-action-key): New option.
278         (org-get-cursor-date): New function.
279         (org-mark-entry-for-agenda-action): New command.
280         (org-overriding-default-time): New variable.
281         (org-read-date): Respect `org-overriding-default-time'.
283         * org-remember.el (org-remember-apply-template): Respect the
284         ovverriding default time.
286         * org-agenda.el (org-agenda-action-marker): New variable.
287         (org-agenda-action): New command.
288         (org-agenda-do-action): New function.
290 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
292         * org.el (org-schedule, org-deadline): Protect scheduled and
293         deadline tasks against changes that accidently remove the
294         repeater.  Also show a message with the new date when done.
296 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
298         * org.el (org-beginning-of-line): Cater for the case when there
299         are tags but no headline text.
300         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
301         it set.
303 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
305         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
306         the return value is nil instead of "nil" when there is no match.
308         * org-exp.el (org-insert-centered): Use fill-column instead of
309         80.
310         (org-export-as-ascii): Use string-width to measure the width of
311         the heading.
313         * org.el (org-diary-to-ical-string): No longer kill buffer
314         FROMBUF, this is now done by the caller.
316         * org-exp.el (org-print-icalendar-entries): Move the call to
317         `org-diary-to-ical-string' out of the loop, and kill the buffer
318         afterwords.
320         * org-remember.el (org-remember-visit-immediately): Position
321         cursor after moving to the note.
322         (org-remember-apply-template): Use a text property to record the
323         cursor position.
324         (org-remember-handler): Align tags after pasting the note.
326 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
328         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
330         * org-agenda.el (org-agenda-open-link): If there is an
331         org-bbdb-name property in the current line, jump to that bbdb
332         entry.
334         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
335         text property, so that the agenda knows where this entry comes
336         from.
338         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
339         interaction between clocking-in from the agenda, and  automatic
340         task state switching.
342         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
344         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
345         zmacs-region stays after this command in XEmacs.
347 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
349         * org.el (org-scan-tags): Allow new values for ACTION parameter.
351         * org-remember.el (org-remember-templates): Fix bug in
352         customization type definition.
354         * org.el (org-map-entries): New function.
356 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
358         * org-agenda.el (org-agenda-skip-comment-trees): New option.
359         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
361 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
363         * org-remember.el (org-jump-to-target-location): New variable.
364         (org-remember-apply-template): Set
365         `org-remember-apply-template' if requested by template.
366         (org-remember-handler): Start an idle timer to jump to
367         remember location.
369         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
371         * org.el (org-set-regexps-and-options): Fix bug with parsing of
372         file tags.
373         (org-get-tags-at): Add the content of `org-file-tags'.
375         * org-exp.el (org-export-handle-comments): Fix bug with several
376         comment lines after each other.
377         (org-number-to-roman, org-number-to-counter): New functions.
378         (org-export-section-number-format): New option.
380 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
382         * org-exp.el (org-export-protect-examples): Catch the case of a
383         missing end_example line.
385         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
386         `org-file-tags' to nil.
388         * org-colview.el (org-columns-next-allowed-value): Handle next
389         argument NTH to directly select a value.
391         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
392         argument NTH to directly select a value.
394 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
396         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
398 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
400         * org.el (org-columns-ellipses): New option.
402 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
404         * org-colview.el (org-columns-add-ellipses): New function.
405         (org-columns-compact-links): New function.
406         (org-columns-cleanup-item): Call `org-columns-compact-links'.
407         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
408         when in agenda.
409         (org-columns-edit-value): Fixed bug with editing values from
410         agenda column view.
411         (org-columns-redo): Also redo the agenda itself.
413 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
415         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
416         option.
418         * org-colview.el (org-agenda-columns-cleanup-item): New function.
420         * org-exp.el (org-export-ascii-preprocess): Renamed from
421         `org-export-ascii-clean-string'.
422         (org-export-kill-licensed-text)
423         (org-export-define-heading-targets)
424         (org-export-handle-invisible-targets)
425         (org-export-target-internal-links)
426         (org-export-remove-or-extract-drawers)
427         (org-export-remove-archived-trees)
428         (org-export-protect-quoted-subtrees)
429         (org-export-protect-verbatim, org-export-protect-examples)
430         (org-export-select-backend-specific-text)
431         (org-export-mark-blockquote-and-verse)
432         (org-export-remove-comment-blocks-and-subtrees)
433         (org-export-handle-comments, org-export-mark-radio-links)
434         (org-export-remove-special-table-lines)
435         (org-export-normalize-links)
436         (org-export-concatenate-multiline-links)
437         (org-export-concatenate-multiline-emphasis): New functions,
438         obtained from spliiting the export preprocessor.
440         * org-table.el (org-table-recalculate): Improve error message if
441         the row number is invalid.
443 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
445         * org-archive.el (org-archive-save-context-info): Fix bugs in
446         customization setup and docstring.
448         * org-exp.el (org-export-html-style): Changed the size of in the
449         <pre> element to 90%.
451 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
453         * org.el (org-find-src-example-start): Function removed.
454         (org-edit-src-find-region-and-lang): New function.
456 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
458         * org.el (org-edit-src-exit): New function.
459         (org-exit-edit-mode): New minor mode.
461         * org-exp.el (org-export-preprocess-string): Fix bug with removing
462         comment-like lines from protected examples.
464         * org.el (org-edit-src-example, org-find-src-example-start)
465         (org-protect-source-example, org-edit-special): New functions.
467 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
469         * org-publish.el (org-publish-project-alist): Fix typo in
470         docstring.
471         (org-publish-project-alist): Handle :index-title property.
473 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
475         * org-export-latex.el (org-export-as-latex): Make sure region
476         bounds are correct.  Parse subtree properties relating to export.
478         * org-exp.el (org-export-add-options-to-plist): New function.
479         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
481 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
483         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
484         EXPORT_TITLE.
486         * org-exp.el (org-export-get-title-from-subtree)
487         (org-export-as-ascii, org-export-as-html): Make sure the original
488         region-beginning and region-end are used, even after moving
489         point.
490         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
491         property.
493         * org-remember.el (org-remember-last-stored-marker): New variable.
494         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
495         (org-remember-handler): Also use marker to remember
496         last-stored position.
498         * org.el (org-goto-marker-or-bmk): New function.
500 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
502         * org.el (org-file-properties): Renamed from `org-local-properties'.
503         (org-scan-tags): Take file tags into account.
504         (org-tags-match-list-sublevels): Default changed to t.
506         * org-exp.el (org-export-as-html): Close paragraph after a
507         footnote.
509         * org.el (org-update-parent-todo-statistics): New function.
511         * org-exp.el (org-icalendar-store-UID): New option.
512         (org-icalendar-force-UID): Option removed.
513         (org-print-icalendar-entries): IMplement UIDs.
515 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
517         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
519 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
521         * org-faces.el (org-column): Document how this face is being used
522         and why sometimes the background faces shine through.
524         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
526         * org-publish.el (org-publish-attachment): Create publishing
527         directory if it does not yet exist.
529         * org-table.el (org-calc-default-modes): Change default number
530         format to (float 8).
532         * org.el (org-olpath-completing-read): New function.
533         (org-time-clocksum-format): New option.
534         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
536         * org-clock.el (org-clock-display, org-clock-out)
537         (org-update-mode-line): Use `org-time-clocksum-format'.
539         * org-colview-xemacs.el (org-columns-number-to-string): Use
540         `org-time-clocksum-format'.
542         * org-colview.el (org-columns-number-to-string): Use
543         `org-time-clocksum-format'.
545 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
547         * org-id.el: New file, move from contrib to core.
549         * org-exp.el (org-icalendar-force-UID): New option.
551 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
553         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
554         shifted by one day if theere is a date range without an end
555         time.
557         * org.el (org-try-structure-completion): New function.
559 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
561         * org.el (org-set-font-lock-defaults): Improve fontification of
562         description lists.
563         (org-insert-item): Handle description lists.
564         (org-adaptive-fill-function): Improve auto indentation in
565         description lists.
567         * org-exp.el (org-export-as-html, org-export-preprocess-string):
568         Implement VERSE environment.
569         (org-export-preprocess-string): Implement the COMMENT
570         environment.
572         * org-export-latex.el (org-export-latex-preprocess): Implement
573         VERSE environment.
575 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
577         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
578         option.
580 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
582         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
584         * org.el (org-quote-csv-field): New functions.
586         * org-table.el (org-table-export-default-format): Remove :splice
587         from default format, we get the same effect by not specifying
588         :tstart and :tend.
589         (org-table-export): Improve setup, distinguish better between
590         interactive and non-interactive use, allow specifying the format
591         on the fly, better protection against wrong file names.
592         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
593         and :tend when :splice is omitted.
595 2008-05-09  Bernt Hansen  <bernt@norang.ca>
597         * org-clock.el (org-clock-select-task): Make sure the selection
598         letters are 1-9 and A-Z, no special characters.
600 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
602         * org-exp.el (org-export-htmlize): New group.
603         (org-export-htmlize-output-type)
604         (org-export-htmlize-css-font-prefix): New options.
605         (org-export-htmlize-region-for-paste): New function.
606         (org-export-htmlize-generate-css): New command.
608 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
610         * org/org.el (org-modules, org-format-latex-options):
611         * org/org-archive.el (org-archive-stamp-time)
612         (org-archive-save-context-info):
613         * org/org-faces.el (org-hide):
614         * org/org-irc.el (org-irc-parse-link):
615         * org/org-macs.el (org-call-with-arg, org-autoload):
616         * org/org-mew.el (org-mew-store-link):
617         * org/org-remember.el (org-remember-store-without-prompt)
618         (org-remember-templates): Fix typos in docstrings.
620         * org/org-info.el (org-info-store-link): Remove leftover docstring.
622         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
623         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
624         (org-bbdb-anniv-split): Fix typos in docstrings.
626         * org/org-publish.el (org-publish-project-alist): Doc fixes.
627         (org-publish-use-timestamps-flag): Reflow docstring.
628         (org-publish-files-alist): Fix typos in docstring.
630 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
632         * org.el (org-set-visibility-according-to-property): New function.
633         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
634         and compute the regular expressions, and update font-lock.
635         (org-property-re): Allow a dash in property names.
637         * org-archive.el (org-extract-archive-file): Insert the file name
638         without the path into the format, to allow the location format to
639         contain a subdirectory.
641         * org-agenda.el (org-agenda-post-command-hook): If point is at end
642         of buffer, and the `org-agenda-type' property undefined, use the
643         value from the character before.
645         * org.el (org-add-planning-info): Don't let indentation for
646         would-be timestamp become extra whitespace at the end of headline.
648 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
650         * org.el (org-remove-double-quotes, org-file-contents): New
651         functions.
653         * org-exp.el (org-infile-export-plist): Also parse the
654         contents of #+SETUPFILE files, recursively.
656         * org.el (org-set-regexps-and-options): Also parse the
657         contents of #+SETUPFILE files, recursively.
659         * org-exp.el (org-export-handle-include-files): New function.
660         (org-export-preprocess-string): Call
661         `org-export-handle-include-files'.
663         * org.el (org-delete-property-globally)
664         (org-delete-property, org-set-property): Ignore case during
665         completion.
666         (org-set-property): Use `org-completing-read' instead of
667         `completing-read'.
669         * org.el (org-complete-expand-structure-template): New,
670         experimental function.
671         (org-structure-template-alist): New, experimental option.
672         (org-complete): Call `org-complete-expand-structure-template'.
674 2008-05-06  Bastien Guerry  <bzg@altern.org>
676         * org-export-latex.el (org-export-latex-preprocess): Added
677         support for blockquotes.
679 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
681         * org.el (org-read-date-analyze): Catch the case where only a
682         weekday is given.
684 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
686         * org.el (org-set-font-lock-defaults): Make the description
687         tag bold.
689         * org-exp.el (org-export-as-html, org-close-li): Implement
690         description lists.
692 2008-05-04  Jason Riedy  <jason@acm.org>
694         * org-table.el (*orgtbl-default-fmt*): New variable.
695         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
696         when there is no other fmt available.
698         (orgtbl-to-generic): Allow an explicitly nil :tstart or
699         :tend to suppress the appropriate string.
701         (orgtbl-to-orgtbl): New function for translating to another orgtbl
702         table.
704 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
706         * org.el (org-read-date-analyze): "." as an alias for "+0" in
707         read date.
709         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
710         New function.
712         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
713         New function.
715 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
717         * org-clock.el (org-clock-find-position): Don't include notes
718         into clock drawer.
720         * org-archive.el (org-archive-subtree): No longer remove an
721         extra line after cutting the subtree.  `org-cut-subtree' already
722         takes care of this.
724         * org-remember.el (org-remember-handler): Only kill the target
725         buffer if it does not contain the running clock.
727         * org.el (org-markers-to-move): New variable.
728         (org-save-markers-in-region, org-check-and-save-marker)
729         (org-reinstall-markers-in-region): New function.
730         (org-move-subtree-down, org-copy-subtree): Remember relative
731         marker positions before cutting.
732         (org-move-subtree-down, org-paste-subtree): Restore relative
733         marker positions after pasting.
735         * org-remember.el (org-remember-clock-out-on-exit): New option.
736         (org-remember-finalize): Clock out only if the setting in
737         `org-remember-clock-out-on-exit' requires it.
738         (org-remember-handler): Do the cleanup in the buffer, to make sure
739         that the clock marker remains in tact.
741 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
743         * org-clock.el (org-clock-goto): Widen buffer if necessary.
744         (org-clock-in): Make sure that also tasks outside the narrowed
745         region will be clocked in correctly.
746         (org-clock-insert-selection-line): Widen the buffer so that we can
747         find the correct task heading.
749         * org.el (org-base-buffer): New function.
751         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
752         and ";" are escaped.
753         (org-print-icalendar-entries): Also apply
754         `org-icalendar-cleanup-string' to the headline, not only to the
755         summary property.
757 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
759         * org-exp.el (org-export-preprocess-hook): New hook.
760         (org-export-preprocess-string): Call
761         `org-export-preprocess-hook'.
763         * org.el (org-font-lock-hook): New variable.
764         (org-font-lock-hook): New function.
765         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
767 ;; Local Variables:
768 ;; coding: utf-8
769 ;; add-log-time-zone-rule: t
770 ;; End:
772     Copyright (C) 2008  Free Software Foundation, Inc.
774   This file is part of GNU Emacs.
776   GNU Emacs is free software: you can redistribute it and/or modify
777   it under the terms of the GNU General Public License as published by
778   the Free Software Foundation, either version 3 of the License, or
779   (at your option) any later version.
781   GNU Emacs is distributed in the hope that it will be useful,
782   but WITHOUT ANY WARRANTY; without even the implied warranty of
783   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
784   GNU General Public License for more details.
786   You should have received a copy of the GNU General Public License
787   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
789 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c