Support searching in backward headlines with isearch.
[org-mode.git] / lisp / ChangeLog
blob4f038808c3a33fbcf52e211142334204ddf178e5
1 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3         * org.el (org-goto-local-search-headings): Renamed from
4         `org-goto-local-search-forward-headings'.  Added the possibility
5         to search backwards.
7 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
9         * org-export-latex.el (org-export-latex): New customization
10         group.
12         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
14 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
16         * org-exp.el (org-html-do-expand): Allow {} to terminate
17         tex macro
19 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
21         * org.el (org-buffer-list): Select buffers based on major mode,
22         not on file name.
24 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
26         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
27         face property.
29         * org-colview.el (org-columns-display-here): Use
30         `org-columns-modify-value-for-display-function'.
32         * org-colview-xemacs.el (org-columns-display-here): Use
33         `org-columns-modify-value-for-display-function'.
35 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
37         * org.el (org-columns-modify-value-for-display-function): New option.
49         * org-publish.el (org-publish-file): Make sure the directory match
50         for the publishing directory works correctly.
52         * org-agenda.el (org-agenda-execute-calendar-command)
53         (org-agenda-diary-entry): Additional optional argument.
55 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
57         * org-exp.el (org-export-as-html): Add attributes also in mailto
58         and ftp links.
60         * org.el (org-autoload): Add `org-dblock-write:columnview'.
69 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
71         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
72         sure that calls from `org-export-region-as-html' do not do the
73         special check for a subtree.
75 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
77         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
79 2008-07-20  Juri Linkov <juri@jurta.org>
81         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
82         new keymap `narrow-map' instead of binding "\C-xns".
84 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
86         * org.el (org-open-file): Use
87         `org-open-directory-means-index-dot-org'.
88         (org-open-directory-means-index-dot-org): New option.
90 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
92         * org.el (org-make-link-string): Remove link attributes from
93         description.
94         (org-open-at-point): Remove link attributes bevore using the path.
96         * org-exp.el (org-export-as-html): Handle link attributes.
98         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
100         * org-table.el (org-table-to-lisp): New function.
102         * org.el (org-narrow-to-subtree): Do not include the final newline
103         into the narrowed region.
105         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
106         bug with user-define skipping condition.
108 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
110         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
112 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
114         * org-exp.el (org-export-html-style-default): Automatic overflow
115         handling for pre fields.
116         (org-export-as-ascii, org-export-as-html): Change default format
117         for time stamp.
119         * org-table.el (org-table-export): Offer completion for translator
120         functions, and do not require a heading above the table.
122         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
123         Cater for the case of a list starting in the first line of the
124         buffer.
126 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
128         * org-publish.el (org-publish-find-title): Bug fix.
129         (org-publish-org-index): Implement new :index-style option.
131 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
133         * org-publish.el (org-publish-timestamp-filename): Use
134         SHA1-encoded file names in the timestamp directory.
136 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
138         * org-publish.el (org-publish-needed-p): Be verbose about files
139         published and files skipped.
141         * org-exp.el (org-export-preprocess-string): Swap link
142         normalization and inernal link targeting.
144         * org-publish.el (org-publish-needed-p): Create timestamp
145         directory when it does not exist.
147 2008-07-04  Bastien Guerry  <bzg@altern.org>
149         * org-clock.el (org-clock-out-when-done): Doc fix.
151         * org.el (org-agenda-skip-unavailable-files): Doc fix.
153         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
154         Ignore case when searching for the COMMENT cookie at export time.
156 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
158         * org-exp.el (org-get-file-contents)
159         (org-get-and-remove-property): New functions.
160         (org-export-handle-include-files): Handle the new prefix options.
161         (org-export-as-html): Fix the verse environment.
163 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
165         * org.el (org-time=, org-time<, org-time<=, org-time>)
166         (org-time>=, org-time<>, org-2ft): New functions.
167         (org-op-to-function): Also provide for the time testing fucntions.
169 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
171         * org-exp.el (org-export-html-style-default): New constant.
173 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
175         * org-exp.el (org-export-html-style-extra): New variable.
176         (org-export-splice-style): New function.
178 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
180         * org-exp.el (org-export-plist-vars, org-export-as-html):
181         Implement `org-export-creator-info'.
182         (org-export-creator-info): New option.
184 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
186         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
187         (org-property-drawer-re, org-clock-drawer-re): New constants.
189 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
191         * org-exp.el (org-icalendar-use-deadline)
192         (org-icalendar-use-scheduled): New options.
193         (org-icalendar-include-todo): Default changed to t.
194         (org-print-icalendar-entries): Implement better utilization of
195         scheduling and deadline time stamps.
196         (org-export-target-internal-links, org-export-as-html): Allow file
197         lines without the "file:" prefix if the file path is an absolute
198         path or starts with ".".
200         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
201         lastweek etc.
202         (org-clock-special-range): Also undertand yesterday, lastweek etc.
204 2008-06-18  Glenn Morris  <rgm@gnu.org>
205         * org.el (org-map-entries): Let-bind `file'.
207 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
209         * org.el (org-agenda-skip-archived-trees): Docstring now
210         discourages using this.
211         (org-scan-tags): Check for org-agenda-archives-mode.
212         (org-map-entries): Make sure org-agenda-archives-mode is nil.
213         (org-agenda-files): Functionality of second arg changed.
215         * org-agenda.el (org-agenda-archives-mode): New variable
216         (org-write-agenda, org-prepare-agenda, org-agenda-list)
217         (org-search-view, org-todo-list, org-tags-view)
218         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
219         `ifmode' argument.
220         (org-agenda-quit): Reset the archives mode.
221         (org-agenda-archives-mode): New command.
222         (org-agenda-set-mode-name): Include archives info.
224 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
226         * org.el (org-paste-subtree): Make sure the yanked headline is
227         visible if it was yanked at a visible point.
228         (org-move-item-up): Fix the bug with moving white space at the end
229         of the item.
230         (org-show-empty-lines-in-parent): New function.
232 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
234         * org-colview.el (org-columns-next-allowed-value): Bug fix.
236         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
238         * org-agenda.el (org-agenda-get-closed): Get the end time into the
239         agenda prefix as well.
241         * org-publish.el (org-publish-org-index): Make a properly indented
242         list.
244         * org.el (org-calendar-agenda-action-key): New option.
245         (org-get-cursor-date): New function.
246         (org-mark-entry-for-agenda-action): New command.
247         (org-overriding-default-time): New variable.
248         (org-read-date): Respect `org-overriding-default-time'.
250         * org-remember.el (org-remember-apply-template): Respect the
251         ovverriding default time.
253         * org-agenda.el (org-agenda-action-marker): New variable.
254         (org-agenda-action): New command.
255         (org-agenda-do-action): New function.
257 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
259         * org.el (org-schedule, org-deadline): Protect scheduled and
260         deadline tasks against changes that accidently remove the
261         repeater.  Also show a message with the new date when done.
263 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
265         * org.el (org-beginning-of-line): Cater for the case when there
266         are tags but no headline text.
267         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
268         it set.
270 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
272         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
273         the return value is nil instead of "nil" when there is no match.
275         * org-exp.el (org-insert-centered): Use fill-column instead of
276         80.
277         (org-export-as-ascii): Use string-width to measure the width of
278         the heading.
280         * org.el (org-diary-to-ical-string): No longer kill buffer
281         FROMBUF, this is now done by the caller.
283         * org-exp.el (org-print-icalendar-entries): Move the call to
284         `org-diary-to-ical-string' out of the loop, and kill the buffer
285         afterwords.
287         * org-remember.el (org-remember-visit-immediately): Position
288         cursor after moving to the note.
289         (org-remember-apply-template): Use a text property to record the
290         cursor position.
291         (org-remember-handler): Align tags after pasting the note.
293 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
295         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
297         * org-agenda.el (org-agenda-open-link): If there is an
298         org-bbdb-name property in the current line, jump to that bbdb
299         entry.
301         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
302         text property, so that the agenda knows where this entry comes
303         from.
305         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
306         interaction between clocking-in from the agenda, and  automatic
307         task state switching.
309         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
311         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
312         zmacs-region stays after this command in XEmacs.
314 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
316         * org.el (org-scan-tags): Allow new values for ACTION parameter.
318         * org-remember.el (org-remember-templates): Fix bug in
319         customization type definition.
321         * org.el (org-map-entries): New function.
323 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
325         * org-agenda.el (org-agenda-skip-comment-trees): New option.
326         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
328 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
330         * org-remember.el (org-jump-to-target-location): New variable.
331         (org-remember-apply-template): Set
332         `org-remember-apply-template' if requested by template.
333         (org-remember-handler): Start an idle timer to jump to
334         remember location.
336         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
338         * org.el (org-set-regexps-and-options): Fix bug with parsing of
339         file tags.
340         (org-get-tags-at): Add the content of `org-file-tags'.
342         * org-exp.el (org-export-handle-comments): Fix bug with several
343         comment lines after each other.
344         (org-number-to-roman, org-number-to-counter): New functions.
345         (org-export-section-number-format): New option.
347 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
349         * org-exp.el (org-export-protect-examples): Catch the case of a
350         missing end_example line.
352         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
353         `org-file-tags' to nil.
355         * org-colview.el (org-columns-next-allowed-value): Handle next
356         argument NTH to directly select a value.
358         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
359         argument NTH to directly select a value.
361 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
363         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
365 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
367         * org.el (org-columns-ellipses): New option.
369 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
371         * org-colview.el (org-columns-add-ellipses): New function.
372         (org-columns-compact-links): New function.
373         (org-columns-cleanup-item): Call `org-columns-compact-links'.
374         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
375         when in agenda.
376         (org-columns-edit-value): Fixed bug with editing values from
377         agenda column view.
378         (org-columns-redo): Also redo the agenda itself.
380 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
382         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
383         option.
385         * org-colview.el (org-agenda-columns-cleanup-item): New function.
387         * org-exp.el (org-export-ascii-preprocess): Renamed from
388         `org-export-ascii-clean-string'.
389         (org-export-kill-licensed-text)
390         (org-export-define-heading-targets)
391         (org-export-handle-invisible-targets)
392         (org-export-target-internal-links)
393         (org-export-remove-or-extract-drawers)
394         (org-export-remove-archived-trees)
395         (org-export-protect-quoted-subtrees)
396         (org-export-protect-verbatim, org-export-protect-examples)
397         (org-export-select-backend-specific-text)
398         (org-export-mark-blockquote-and-verse)
399         (org-export-remove-comment-blocks-and-subtrees)
400         (org-export-handle-comments, org-export-mark-radio-links)
401         (org-export-remove-special-table-lines)
402         (org-export-normalize-links)
403         (org-export-concatenate-multiline-links)
404         (org-export-concatenate-multiline-emphasis): New functions,
405         obtained from spliiting the export preprocessor.
407         * org-table.el (org-table-recalculate): Improve error message if
408         the row number is invalid.
410 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
412         * org-archive.el (org-archive-save-context-info): Fix bugs in
413         customization setup and docstring.
415         * org-exp.el (org-export-html-style): Changed the size of in the
416         <pre> element to 90%.
418 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
420         * org.el (org-find-src-example-start): Function removed.
421         (org-edit-src-find-region-and-lang): New function.
423 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
425         * org.el (org-edit-src-exit): New function.
426         (org-exit-edit-mode): New minor mode.
428         * org-exp.el (org-export-preprocess-string): Fix bug with removing
429         comment-like lines from protected examples.
431         * org.el (org-edit-src-example, org-find-src-example-start)
432         (org-protect-source-example, org-edit-special): New functions.
434 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
436         * org-publish.el (org-publish-project-alist): Fix typo in
437         docstring.
438         (org-publish-project-alist): Handle :index-title property.
440 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
442         * org-export-latex.el (org-export-as-latex): Make sure region
443         bounds are correct.  Parse subtree properties relating to export.
445         * org-exp.el (org-export-add-options-to-plist): New function.
446         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
448 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
450         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
451         EXPORT_TITLE.
453         * org-exp.el (org-export-get-title-from-subtree)
454         (org-export-as-ascii, org-export-as-html): Make sure the original
455         region-beginning and region-end are used, even after moving
456         point.
457         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
458         property.
460         * org-remember.el (org-remember-last-stored-marker): New variable.
461         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
462         (org-remember-handler): Also use marker to remember
463         last-stored position.
465         * org.el (org-goto-marker-or-bmk): New function.
467 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
469         * org.el (org-file-properties): Renamed from `org-local-properties'.
470         (org-scan-tags): Take file tags into account.
471         (org-tags-match-list-sublevels): Default changed to t.
473         * org-exp.el (org-export-as-html): Close paragraph after a
474         footnote.
476         * org.el (org-update-parent-todo-statistics): New function.
478         * org-exp.el (org-icalendar-store-UID): New option.
479         (org-icalendar-force-UID): Option removed.
480         (org-print-icalendar-entries): IMplement UIDs.
482 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
484         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
486 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
488         * org-faces.el (org-column): Document how this face is being used
489         and why sometimes the background faces shine through.
491         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
493         * org-publish.el (org-publish-attachment): Create publishing
494         directory if it does not yet exist.
496         * org-table.el (org-calc-default-modes): Change default number
497         format to (float 8).
499         * org.el (org-olpath-completing-read): New function.
500         (org-time-clocksum-format): New option.
501         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
503         * org-clock.el (org-clock-display, org-clock-out)
504         (org-update-mode-line): Use `org-time-clocksum-format'.
506         * org-colview-xemacs.el (org-columns-number-to-string): Use
507         `org-time-clocksum-format'.
509         * org-colview.el (org-columns-number-to-string): Use
510         `org-time-clocksum-format'.
512 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
514         * org-id.el: New file, move from contrib to core.
516         * org-exp.el (org-icalendar-force-UID): New option.
518 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
520         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
521         shifted by one day if theere is a date range without an end
522         time.
524         * org.el (org-try-structure-completion): New function.
526 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
528         * org.el (org-set-font-lock-defaults): Improve fontification of
529         description lists.
530         (org-insert-item): Handle description lists.
531         (org-adaptive-fill-function): Improve auto indentation in
532         description lists.
534         * org-exp.el (org-export-as-html, org-export-preprocess-string):
535         Implement VERSE environment.
536         (org-export-preprocess-string): Implement the COMMENT
537         environment.
539         * org-export-latex.el (org-export-latex-preprocess): Implement
540         VERSE environment.
542 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
544         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
545         option.
547 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
549         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
551         * org.el (org-quote-csv-field): New functions.
553         * org-table.el (org-table-export-default-format): Remove :splice
554         from default format, we get the same effect by not specifying
555         :tstart and :tend.
556         (org-table-export): Improve setup, distinguish better between
557         interactive and non-interactive use, allow specifying the format
558         on the fly, better protection against wrong file names.
559         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
560         and :tend when :splice is omitted.
562 2008-05-09  Bernt Hansen  <bernt@norang.ca>
564         * org-clock.el (org-clock-select-task): Make sure the selection
565         letters are 1-9 and A-Z, no special characters.
567 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
569         * org-exp.el (org-export-htmlize): New group.
570         (org-export-htmlize-output-type)
571         (org-export-htmlize-css-font-prefix): New options.
572         (org-export-htmlize-region-for-paste): New function.
573         (org-export-htmlize-generate-css): New command.
575 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
577         * org/org.el (org-modules, org-format-latex-options):
578         * org/org-archive.el (org-archive-stamp-time)
579         (org-archive-save-context-info):
580         * org/org-faces.el (org-hide):
581         * org/org-irc.el (org-irc-parse-link):
582         * org/org-macs.el (org-call-with-arg, org-autoload):
583         * org/org-mew.el (org-mew-store-link):
584         * org/org-remember.el (org-remember-store-without-prompt)
585         (org-remember-templates): Fix typos in docstrings.
587         * org/org-info.el (org-info-store-link): Remove leftover docstring.
589         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
590         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
591         (org-bbdb-anniv-split): Fix typos in docstrings.
593         * org/org-publish.el (org-publish-project-alist): Doc fixes.
594         (org-publish-use-timestamps-flag): Reflow docstring.
595         (org-publish-files-alist): Fix typos in docstring.
597 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
599         * org.el (org-set-visibility-according-to-property): New function.
600         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
601         and compute the regular expressions, and update font-lock.
602         (org-property-re): Allow a dash in property names.
604         * org-archive.el (org-extract-archive-file): Insert the file name
605         without the path into the format, to allow the location format to
606         contain a subdirectory.
608         * org-agenda.el (org-agenda-post-command-hook): If point is at end
609         of buffer, and the `org-agenda-type' property undefined, use the
610         value from the character before.
612         * org.el (org-add-planning-info): Don't let indentation for
613         would-be timestamp become extra whitespace at the end of headline.
615 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
617         * org.el (org-remove-double-quotes, org-file-contents): New
618         functions.
620         * org-exp.el (org-infile-export-plist): Also parse the
621         contents of #+SETUPFILE files, recursively.
623         * org.el (org-set-regexps-and-options): Also parse the
624         contents of #+SETUPFILE files, recursively.
626         * org-exp.el (org-export-handle-include-files): New function.
627         (org-export-preprocess-string): Call
628         `org-export-handle-include-files'.
630         * org.el (org-delete-property-globally)
631         (org-delete-property, org-set-property): Ignore case during
632         completion.
633         (org-set-property): Use `org-completing-read' instead of
634         `completing-read'.
636         * org.el (org-complete-expand-structure-template): New,
637         experimental function.
638         (org-structure-template-alist): New, experimental option.
639         (org-complete): Call `org-complete-expand-structure-template'.
641 2008-05-06  Bastien Guerry  <bzg@altern.org>
643         * org-export-latex.el (org-export-latex-preprocess): Added
644         support for blockquotes.
646 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
648         * org.el (org-read-date-analyze): Catch the case where only a
649         weekday is given.
651 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
653         * org.el (org-set-font-lock-defaults): Make the description
654         tag bold.
656         * org-exp.el (org-export-as-html, org-close-li): Implement
657         description lists.
659 2008-05-04  Jason Riedy  <jason@acm.org>
661         * org-table.el (*orgtbl-default-fmt*): New variable.
662         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
663         when there is no other fmt available.
665         (orgtbl-to-generic): Allow an explicitly nil :tstart or
666         :tend to suppress the appropriate string.
668         (orgtbl-to-orgtbl): New function for translating to another orgtbl
669         table.
671 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
673         * org.el (org-read-date-analyze): "." as an alias for "+0" in
674         read date.
676         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
677         New function.
679         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
680         New function.
682 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
684         * org-clock.el (org-clock-find-position): Don't include notes
685         into clock drawer.
687         * org-archive.el (org-archive-subtree): No longer remove an
688         extra line after cutting the subtree.  `org-cut-subtree' already
689         takes care of this.
691         * org-remember.el (org-remember-handler): Only kill the target
692         buffer if it does not contain the running clock.
694         * org.el (org-markers-to-move): New variable.
695         (org-save-markers-in-region, org-check-and-save-marker)
696         (org-reinstall-markers-in-region): New function.
697         (org-move-subtree-down, org-copy-subtree): Remember relative
698         marker positions before cutting.
699         (org-move-subtree-down, org-paste-subtree): Restore relative
700         marker positions after pasting.
702         * org-remember.el (org-remember-clock-out-on-exit): New option.
703         (org-remember-finalize): Clock out only if the setting in
704         `org-remember-clock-out-on-exit' requires it.
705         (org-remember-handler): Do the cleanup in the buffer, to make sure
706         that the clock marker remains in tact.
708 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
710         * org-clock.el (org-clock-goto): Widen buffer if necessary.
711         (org-clock-in): Make sure that also tasks outside the narrowed
712         region will be clocked in correctly.
713         (org-clock-insert-selection-line): Widen the buffer so that we can
714         find the correct task heading.
716         * org.el (org-base-buffer): New function.
718         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
719         and ";" are escaped.
720         (org-print-icalendar-entries): Also apply
721         `org-icalendar-cleanup-string' to the headline, not only to the
722         summary property.
724 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
726         * org-exp.el (org-export-preprocess-hook): New hook.
727         (org-export-preprocess-string): Call
728         `org-export-preprocess-hook'.
730         * org.el (org-font-lock-hook): New variable.
731         (org-font-lock-hook): New function.
732         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
734 ;; Local Variables:
735 ;; coding: utf-8
736 ;; add-log-time-zone-rule: t
737 ;; End:
739     Copyright (C) 2008  Free Software Foundation, Inc.
741   This file is part of GNU Emacs.
743   GNU Emacs is free software: you can redistribute it and/or modify
744   it under the terms of the GNU General Public License as published by
745   the Free Software Foundation, either version 3 of the License, or
746   (at your option) any later version.
748   GNU Emacs is distributed in the hope that it will be useful,
749   but WITHOUT ANY WARRANTY; without even the implied warranty of
750   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
751   GNU General Public License for more details.
753   You should have received a copy of the GNU General Public License
754   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
756 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c