Make S-right/left work in column view for any timestamp
[org-mode.git] / lisp / ChangeLog
blob5a2d262c4fdc438d6d5a44fc786a2ce4e2fa716f
1 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3         * org-colview.el (org-colview-construct-allowed-dates): New
4         function. 
5         (org-columns-next-allowed-value): Use
6         `org-colview-construct-allowed-dates'.
8         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
9         function.
10         (org-columns-next-allowed-value): Use
11         `org-colview-construct-allowed-dates'.
13 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
15         * org.el (org-protect-slash): New function.
16         (org-get-refile-targets): Use `org-protect-slash'.
18         * org-agenda.el (org-global-tags-completion-table): New variable.
20         * org-exp.el (org-export-handle-export-tags): New function.
21         (org-export-preprocess-string): Call
22         `org-export-handle-export-tags'.
24         * org-plot.el: New file.
26         * org-publish.el (org-publish-expand-components): Function removed.
27         (org-publish-expand-projects): Allow components to have components.
29 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
31         * org.el (org-indent-line-function): Do not indent in regions that
32         are external source code.
33         (org-yank-and-fold-if-subtree): New function.
35         * org-agenda.el (org-agenda-todayp): New function.
36         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
37         `org-agenda-todayp'.
39         * org.el (org-insert-heading-respect-content)
40         (org-insert-todo-heading-respect-content): New commands.
41         (org-insert-heading-respect-content): New option.
42         (org-insert-heading): Respect `org-insert-heading-respect-content'.
44         * org-clock.el (org-clock-find-position): Make sure the note after
45         the clock line gets moved into the new clock drawer.
47 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
49         * org-id.el (org-id-new): New option.
51 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
53         * org-table.el (org-table-copy-down): Avoid overflow during
54         increment.  Use prefix argument 0 to temporarily disable the
55         increment.
57 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
59         * org-exp.el (org-export-as-html): Do not turn on the major mode
60         if the buffer will be killed anyway.
61         (org-get-current-options): Exclude the #+TEXT field.
62         (org-export-as-html): Make sure text before the first headline is
63         a paragraph.
65         * org-publish.el (org-publish-org-to): Tell the exporter that this
66         buffer will be killed, so it is not necessary to do major mode
67         initialization.
69         * org-archive.el (org-archive-to-archive-sibling): Show empty
70         lines after folding the archive sibling.
72         * org.el (org-log-note-extra): New variable.
74 2008-09-05  Bastien Guerry  <bzg@altern.org>
76         * org.el (org-additional-option-like-keywords): Added keywords for
77         the _QUOTE, _VERSE and _SRC environments.
79         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
80         exporting _QUOTE and _VERSE environments.
82 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
84         * org-agenda.el (org-agenda-filter-by-tag): New command.
86         * org-exp.el (org-get-current-options): Remove angular brackets
87         from the date entry.
89         * org.el (org-edit-fixed-width-region): New function.
90         (org-edit-fixed-width-region): Also try
91         `org-edit-fixed-width-region'.
92         (org-edit-fixed-width-region-mode): New option.
93         (org-activate-code): Only interprete lines starting with colon
94         plus a space as example lines.
96         * org-remember.el (org-remember-templates): Add nil instead of
97         empty strings to fix the length of remember templates.
99         * org-table.el (org-calc-default-modes): Fix the time format for
100         calc, from 12 hour to 24 hour clock.
102 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
104         * org-agenda.el (org-agenda-get-deadlines)
105         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
106         entries that are pre-warnings of deadlines or reminders.
108         * org.el (org-sort-entries-or-items): Make numeric and alpha
109         comparisons ignore any TODO keyword and priority cookie.
111         * org-remember.el (org-remember-handler): Reinterpretation of the
112         prefix argument.
114 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
116         * org-agenda.el (org-agenda-get-scheduled): Use new
117         `org-scheduled' face.
119         * org-faces.el (org-scheduled): New face.
121         * org-wl.el (org-wl-open): Remove incorrect declaration.
123         * org-gnus.el (org-gnus-store-link): Support for :to information
124         in gnus links.
126         * org-exp.el (org-export-as-html): Fixed typo in creator
127         information.
128         (org-export-protect-examples): New parameter indent.  Insert extra
129         spaces only when this parameter is specified.
130         (org-export-preprocess-string): Call `org-export-protect-examples'
131         with an indentation parameter when exporting to ASCII.
133         * org-remember.el (org-remember-templates)
134         (org-remember-apply-template): Allow the file component to be a
135         function.
137         * org.el (org-goto-local-search-headings): Renamed from
138         `org-goto-local-search-forward-headings'.  Added the possibility
139         to search backwards.
141 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
143         * org-export-latex.el (org-export-latex): New customization
144         group.
146         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
148 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
150         * org-exp.el (org-html-do-expand): Allow {} to terminate
151         tex macro
153 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
155         * org.el (org-buffer-list): Select buffers based on major mode,
156         not on file name.
158 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
160         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
161         face property.
163         * org-colview.el (org-columns-display-here): Use
164         `org-columns-modify-value-for-display-function'.
166         * org-colview-xemacs.el (org-columns-display-here): Use
167         `org-columns-modify-value-for-display-function'.
169 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
171         * org.el (org-columns-modify-value-for-display-function): New option.
183         * org-publish.el (org-publish-file): Make sure the directory match
184         for the publishing directory works correctly.
186         * org-agenda.el (org-agenda-execute-calendar-command)
187         (org-agenda-diary-entry): Additional optional argument.
189 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
191         * org-exp.el (org-export-as-html): Add attributes also in mailto
192         and ftp links.
194         * org.el (org-autoload): Add `org-dblock-write:columnview'.
203 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
205         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
206         sure that calls from `org-export-region-as-html' do not do the
207         special check for a subtree.
209 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
211         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
213 2008-07-20  Juri Linkov <juri@jurta.org>
215         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
216         new keymap `narrow-map' instead of binding "\C-xns".
218 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
220         * org.el (org-open-file): Use
221         `org-open-directory-means-index-dot-org'.
222         (org-open-directory-means-index-dot-org): New option.
224 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
226         * org.el (org-make-link-string): Remove link attributes from
227         description.
228         (org-open-at-point): Remove link attributes bevore using the path.
230         * org-exp.el (org-export-as-html): Handle link attributes.
232         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
234         * org-table.el (org-table-to-lisp): New function.
236         * org.el (org-narrow-to-subtree): Do not include the final newline
237         into the narrowed region.
239         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
240         bug with user-define skipping condition.
242 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
244         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
246 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
248         * org-exp.el (org-export-html-style-default): Automatic overflow
249         handling for pre fields.
250         (org-export-as-ascii, org-export-as-html): Change default format
251         for time stamp.
253         * org-table.el (org-table-export): Offer completion for translator
254         functions, and do not require a heading above the table.
256         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
257         Cater for the case of a list starting in the first line of the
258         buffer.
260 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
262         * org-publish.el (org-publish-find-title): Bug fix.
263         (org-publish-org-index): Implement new :index-style option.
265 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
267         * org-publish.el (org-publish-timestamp-filename): Use
268         SHA1-encoded file names in the timestamp directory.
270 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
272         * org-publish.el (org-publish-needed-p): Be verbose about files
273         published and files skipped.
275         * org-exp.el (org-export-preprocess-string): Swap link
276         normalization and inernal link targeting.
278         * org-publish.el (org-publish-needed-p): Create timestamp
279         directory when it does not exist.
281 2008-07-04  Bastien Guerry  <bzg@altern.org>
283         * org-clock.el (org-clock-out-when-done): Doc fix.
285         * org.el (org-agenda-skip-unavailable-files): Doc fix.
287         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
288         Ignore case when searching for the COMMENT cookie at export time.
290 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
292         * org-exp.el (org-get-file-contents)
293         (org-get-and-remove-property): New functions.
294         (org-export-handle-include-files): Handle the new prefix options.
295         (org-export-as-html): Fix the verse environment.
297 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
299         * org.el (org-time=, org-time<, org-time<=, org-time>)
300         (org-time>=, org-time<>, org-2ft): New functions.
301         (org-op-to-function): Also provide for the time testing fucntions.
303 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
305         * org-exp.el (org-export-html-style-default): New constant.
307 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
309         * org-exp.el (org-export-html-style-extra): New variable.
310         (org-export-splice-style): New function.
312 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
314         * org-exp.el (org-export-plist-vars, org-export-as-html):
315         Implement `org-export-creator-info'.
316         (org-export-creator-info): New option.
318 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
320         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
321         (org-property-drawer-re, org-clock-drawer-re): New constants.
323 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
325         * org-exp.el (org-icalendar-use-deadline)
326         (org-icalendar-use-scheduled): New options.
327         (org-icalendar-include-todo): Default changed to t.
328         (org-print-icalendar-entries): Implement better utilization of
329         scheduling and deadline time stamps.
330         (org-export-target-internal-links, org-export-as-html): Allow file
331         lines without the "file:" prefix if the file path is an absolute
332         path or starts with ".".
334         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
335         lastweek etc.
336         (org-clock-special-range): Also undertand yesterday, lastweek etc.
338 2008-06-18  Glenn Morris  <rgm@gnu.org>
339         * org.el (org-map-entries): Let-bind `file'.
341 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
343         * org.el (org-agenda-skip-archived-trees): Docstring now
344         discourages using this.
345         (org-scan-tags): Check for org-agenda-archives-mode.
346         (org-map-entries): Make sure org-agenda-archives-mode is nil.
347         (org-agenda-files): Functionality of second arg changed.
349         * org-agenda.el (org-agenda-archives-mode): New variable
350         (org-write-agenda, org-prepare-agenda, org-agenda-list)
351         (org-search-view, org-todo-list, org-tags-view)
352         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
353         `ifmode' argument.
354         (org-agenda-quit): Reset the archives mode.
355         (org-agenda-archives-mode): New command.
356         (org-agenda-set-mode-name): Include archives info.
358 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
360         * org.el (org-paste-subtree): Make sure the yanked headline is
361         visible if it was yanked at a visible point.
362         (org-move-item-up): Fix the bug with moving white space at the end
363         of the item.
364         (org-show-empty-lines-in-parent): New function.
366 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
368         * org-colview.el (org-columns-next-allowed-value): Bug fix.
370         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
372         * org-agenda.el (org-agenda-get-closed): Get the end time into the
373         agenda prefix as well.
375         * org-publish.el (org-publish-org-index): Make a properly indented
376         list.
378         * org.el (org-calendar-agenda-action-key): New option.
379         (org-get-cursor-date): New function.
380         (org-mark-entry-for-agenda-action): New command.
381         (org-overriding-default-time): New variable.
382         (org-read-date): Respect `org-overriding-default-time'.
384         * org-remember.el (org-remember-apply-template): Respect the
385         ovverriding default time.
387         * org-agenda.el (org-agenda-action-marker): New variable.
388         (org-agenda-action): New command.
389         (org-agenda-do-action): New function.
391 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
393         * org.el (org-schedule, org-deadline): Protect scheduled and
394         deadline tasks against changes that accidently remove the
395         repeater.  Also show a message with the new date when done.
397 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
399         * org.el (org-beginning-of-line): Cater for the case when there
400         are tags but no headline text.
401         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
402         it set.
404 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
406         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
407         the return value is nil instead of "nil" when there is no match.
409         * org-exp.el (org-insert-centered): Use fill-column instead of
410         80.
411         (org-export-as-ascii): Use string-width to measure the width of
412         the heading.
414         * org.el (org-diary-to-ical-string): No longer kill buffer
415         FROMBUF, this is now done by the caller.
417         * org-exp.el (org-print-icalendar-entries): Move the call to
418         `org-diary-to-ical-string' out of the loop, and kill the buffer
419         afterwords.
421         * org-remember.el (org-remember-visit-immediately): Position
422         cursor after moving to the note.
423         (org-remember-apply-template): Use a text property to record the
424         cursor position.
425         (org-remember-handler): Align tags after pasting the note.
427 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
429         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
431         * org-agenda.el (org-agenda-open-link): If there is an
432         org-bbdb-name property in the current line, jump to that bbdb
433         entry.
435         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
436         text property, so that the agenda knows where this entry comes
437         from.
439         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
440         interaction between clocking-in from the agenda, and  automatic
441         task state switching.
443         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
445         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
446         zmacs-region stays after this command in XEmacs.
448 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
450         * org.el (org-scan-tags): Allow new values for ACTION parameter.
452         * org-remember.el (org-remember-templates): Fix bug in
453         customization type definition.
455         * org.el (org-map-entries): New function.
457 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
459         * org-agenda.el (org-agenda-skip-comment-trees): New option.
460         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
462 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
464         * org-remember.el (org-jump-to-target-location): New variable.
465         (org-remember-apply-template): Set
466         `org-remember-apply-template' if requested by template.
467         (org-remember-handler): Start an idle timer to jump to
468         remember location.
470         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
472         * org.el (org-set-regexps-and-options): Fix bug with parsing of
473         file tags.
474         (org-get-tags-at): Add the content of `org-file-tags'.
476         * org-exp.el (org-export-handle-comments): Fix bug with several
477         comment lines after each other.
478         (org-number-to-roman, org-number-to-counter): New functions.
479         (org-export-section-number-format): New option.
481 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
483         * org-exp.el (org-export-protect-examples): Catch the case of a
484         missing end_example line.
486         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
487         `org-file-tags' to nil.
489         * org-colview.el (org-columns-next-allowed-value): Handle next
490         argument NTH to directly select a value.
492         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
493         argument NTH to directly select a value.
495 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
497         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
499 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
501         * org.el (org-columns-ellipses): New option.
503 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
505         * org-colview.el (org-columns-add-ellipses): New function.
506         (org-columns-compact-links): New function.
507         (org-columns-cleanup-item): Call `org-columns-compact-links'.
508         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
509         when in agenda.
510         (org-columns-edit-value): Fixed bug with editing values from
511         agenda column view.
512         (org-columns-redo): Also redo the agenda itself.
514 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
516         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
517         option.
519         * org-colview.el (org-agenda-columns-cleanup-item): New function.
521         * org-exp.el (org-export-ascii-preprocess): Renamed from
522         `org-export-ascii-clean-string'.
523         (org-export-kill-licensed-text)
524         (org-export-define-heading-targets)
525         (org-export-handle-invisible-targets)
526         (org-export-target-internal-links)
527         (org-export-remove-or-extract-drawers)
528         (org-export-remove-archived-trees)
529         (org-export-protect-quoted-subtrees)
530         (org-export-protect-verbatim, org-export-protect-examples)
531         (org-export-select-backend-specific-text)
532         (org-export-mark-blockquote-and-verse)
533         (org-export-remove-comment-blocks-and-subtrees)
534         (org-export-handle-comments, org-export-mark-radio-links)
535         (org-export-remove-special-table-lines)
536         (org-export-normalize-links)
537         (org-export-concatenate-multiline-links)
538         (org-export-concatenate-multiline-emphasis): New functions,
539         obtained from spliiting the export preprocessor.
541         * org-table.el (org-table-recalculate): Improve error message if
542         the row number is invalid.
544 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
546         * org-archive.el (org-archive-save-context-info): Fix bugs in
547         customization setup and docstring.
549         * org-exp.el (org-export-html-style): Changed the size of in the
550         <pre> element to 90%.
552 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
554         * org.el (org-find-src-example-start): Function removed.
555         (org-edit-src-find-region-and-lang): New function.
557 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
559         * org.el (org-edit-src-exit): New function.
560         (org-exit-edit-mode): New minor mode.
562         * org-exp.el (org-export-preprocess-string): Fix bug with removing
563         comment-like lines from protected examples.
565         * org.el (org-edit-src-example, org-find-src-example-start)
566         (org-protect-source-example, org-edit-special): New functions.
568 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
570         * org-publish.el (org-publish-project-alist): Fix typo in
571         docstring.
572         (org-publish-project-alist): Handle :index-title property.
574 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
576         * org-export-latex.el (org-export-as-latex): Make sure region
577         bounds are correct.  Parse subtree properties relating to export.
579         * org-exp.el (org-export-add-options-to-plist): New function.
580         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
582 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
584         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
585         EXPORT_TITLE.
587         * org-exp.el (org-export-get-title-from-subtree)
588         (org-export-as-ascii, org-export-as-html): Make sure the original
589         region-beginning and region-end are used, even after moving
590         point.
591         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
592         property.
594         * org-remember.el (org-remember-last-stored-marker): New variable.
595         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
596         (org-remember-handler): Also use marker to remember
597         last-stored position.
599         * org.el (org-goto-marker-or-bmk): New function.
601 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
603         * org.el (org-file-properties): Renamed from `org-local-properties'.
604         (org-scan-tags): Take file tags into account.
605         (org-tags-match-list-sublevels): Default changed to t.
607         * org-exp.el (org-export-as-html): Close paragraph after a
608         footnote.
610         * org.el (org-update-parent-todo-statistics): New function.
612         * org-exp.el (org-icalendar-store-UID): New option.
613         (org-icalendar-force-UID): Option removed.
614         (org-print-icalendar-entries): IMplement UIDs.
616 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
618         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
620 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
622         * org-faces.el (org-column): Document how this face is being used
623         and why sometimes the background faces shine through.
625         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
627         * org-publish.el (org-publish-attachment): Create publishing
628         directory if it does not yet exist.
630         * org-table.el (org-calc-default-modes): Change default number
631         format to (float 8).
633         * org.el (org-olpath-completing-read): New function.
634         (org-time-clocksum-format): New option.
635         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
637         * org-clock.el (org-clock-display, org-clock-out)
638         (org-update-mode-line): Use `org-time-clocksum-format'.
640         * org-colview-xemacs.el (org-columns-number-to-string): Use
641         `org-time-clocksum-format'.
643         * org-colview.el (org-columns-number-to-string): Use
644         `org-time-clocksum-format'.
646 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
648         * org-id.el: New file, move from contrib to core.
650         * org-exp.el (org-icalendar-force-UID): New option.
652 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
654         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
655         shifted by one day if theere is a date range without an end
656         time.
658         * org.el (org-try-structure-completion): New function.
660 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
662         * org.el (org-set-font-lock-defaults): Improve fontification of
663         description lists.
664         (org-insert-item): Handle description lists.
665         (org-adaptive-fill-function): Improve auto indentation in
666         description lists.
668         * org-exp.el (org-export-as-html, org-export-preprocess-string):
669         Implement VERSE environment.
670         (org-export-preprocess-string): Implement the COMMENT
671         environment.
673         * org-export-latex.el (org-export-latex-preprocess): Implement
674         VERSE environment.
676 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
678         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
679         option.
681 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
683         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
685         * org.el (org-quote-csv-field): New functions.
687         * org-table.el (org-table-export-default-format): Remove :splice
688         from default format, we get the same effect by not specifying
689         :tstart and :tend.
690         (org-table-export): Improve setup, distinguish better between
691         interactive and non-interactive use, allow specifying the format
692         on the fly, better protection against wrong file names.
693         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
694         and :tend when :splice is omitted.
696 2008-05-09  Bernt Hansen  <bernt@norang.ca>
698         * org-clock.el (org-clock-select-task): Make sure the selection
699         letters are 1-9 and A-Z, no special characters.
701 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
703         * org-exp.el (org-export-htmlize): New group.
704         (org-export-htmlize-output-type)
705         (org-export-htmlize-css-font-prefix): New options.
706         (org-export-htmlize-region-for-paste): New function.
707         (org-export-htmlize-generate-css): New command.
709 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
711         * org/org.el (org-modules, org-format-latex-options):
712         * org/org-archive.el (org-archive-stamp-time)
713         (org-archive-save-context-info):
714         * org/org-faces.el (org-hide):
715         * org/org-irc.el (org-irc-parse-link):
716         * org/org-macs.el (org-call-with-arg, org-autoload):
717         * org/org-mew.el (org-mew-store-link):
718         * org/org-remember.el (org-remember-store-without-prompt)
719         (org-remember-templates): Fix typos in docstrings.
721         * org/org-info.el (org-info-store-link): Remove leftover docstring.
723         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
724         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
725         (org-bbdb-anniv-split): Fix typos in docstrings.
727         * org/org-publish.el (org-publish-project-alist): Doc fixes.
728         (org-publish-use-timestamps-flag): Reflow docstring.
729         (org-publish-files-alist): Fix typos in docstring.
731 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
733         * org.el (org-set-visibility-according-to-property): New function.
734         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
735         and compute the regular expressions, and update font-lock.
736         (org-property-re): Allow a dash in property names.
738         * org-archive.el (org-extract-archive-file): Insert the file name
739         without the path into the format, to allow the location format to
740         contain a subdirectory.
742         * org-agenda.el (org-agenda-post-command-hook): If point is at end
743         of buffer, and the `org-agenda-type' property undefined, use the
744         value from the character before.
746         * org.el (org-add-planning-info): Don't let indentation for
747         would-be timestamp become extra whitespace at the end of headline.
749 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
751         * org.el (org-remove-double-quotes, org-file-contents): New
752         functions.
754         * org-exp.el (org-infile-export-plist): Also parse the
755         contents of #+SETUPFILE files, recursively.
757         * org.el (org-set-regexps-and-options): Also parse the
758         contents of #+SETUPFILE files, recursively.
760         * org-exp.el (org-export-handle-include-files): New function.
761         (org-export-preprocess-string): Call
762         `org-export-handle-include-files'.
764         * org.el (org-delete-property-globally)
765         (org-delete-property, org-set-property): Ignore case during
766         completion.
767         (org-set-property): Use `org-completing-read' instead of
768         `completing-read'.
770         * org.el (org-complete-expand-structure-template): New,
771         experimental function.
772         (org-structure-template-alist): New, experimental option.
773         (org-complete): Call `org-complete-expand-structure-template'.
775 2008-05-06  Bastien Guerry  <bzg@altern.org>
777         * org-export-latex.el (org-export-latex-preprocess): Added
778         support for blockquotes.
780 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
782         * org.el (org-read-date-analyze): Catch the case where only a
783         weekday is given.
785 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
787         * org.el (org-set-font-lock-defaults): Make the description
788         tag bold.
790         * org-exp.el (org-export-as-html, org-close-li): Implement
791         description lists.
793 2008-05-04  Jason Riedy  <jason@acm.org>
795         * org-table.el (*orgtbl-default-fmt*): New variable.
796         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
797         when there is no other fmt available.
799         (orgtbl-to-generic): Allow an explicitly nil :tstart or
800         :tend to suppress the appropriate string.
802         (orgtbl-to-orgtbl): New function for translating to another orgtbl
803         table.
805 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
807         * org.el (org-read-date-analyze): "." as an alias for "+0" in
808         read date.
810         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
811         New function.
813         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
814         New function.
816 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
818         * org-clock.el (org-clock-find-position): Don't include notes
819         into clock drawer.
821         * org-archive.el (org-archive-subtree): No longer remove an
822         extra line after cutting the subtree.  `org-cut-subtree' already
823         takes care of this.
825         * org-remember.el (org-remember-handler): Only kill the target
826         buffer if it does not contain the running clock.
828         * org.el (org-markers-to-move): New variable.
829         (org-save-markers-in-region, org-check-and-save-marker)
830         (org-reinstall-markers-in-region): New function.
831         (org-move-subtree-down, org-copy-subtree): Remember relative
832         marker positions before cutting.
833         (org-move-subtree-down, org-paste-subtree): Restore relative
834         marker positions after pasting.
836         * org-remember.el (org-remember-clock-out-on-exit): New option.
837         (org-remember-finalize): Clock out only if the setting in
838         `org-remember-clock-out-on-exit' requires it.
839         (org-remember-handler): Do the cleanup in the buffer, to make sure
840         that the clock marker remains in tact.
842 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
844         * org-clock.el (org-clock-goto): Widen buffer if necessary.
845         (org-clock-in): Make sure that also tasks outside the narrowed
846         region will be clocked in correctly.
847         (org-clock-insert-selection-line): Widen the buffer so that we can
848         find the correct task heading.
850         * org.el (org-base-buffer): New function.
852         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
853         and ";" are escaped.
854         (org-print-icalendar-entries): Also apply
855         `org-icalendar-cleanup-string' to the headline, not only to the
856         summary property.
858 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
860         * org-exp.el (org-export-preprocess-hook): New hook.
861         (org-export-preprocess-string): Call
862         `org-export-preprocess-hook'.
864         * org.el (org-font-lock-hook): New variable.
865         (org-font-lock-hook): New function.
866         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
868 ;; Local Variables:
869 ;; coding: utf-8
870 ;; add-log-time-zone-rule: t
871 ;; End:
873     Copyright (C) 2008  Free Software Foundation, Inc.
875   This file is part of GNU Emacs.
877   GNU Emacs is free software: you can redistribute it and/or modify
878   it under the terms of the GNU General Public License as published by
879   the Free Software Foundation, either version 3 of the License, or
880   (at your option) any later version.
882   GNU Emacs is distributed in the hope that it will be useful,
883   but WITHOUT ANY WARRANTY; without even the implied warranty of
884   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
885   GNU General Public License for more details.
887   You should have received a copy of the GNU General Public License
888   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
890 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c