Protect slashes during outline-path-completion.
[org-mode.git] / lisp / ChangeLog
blobacf8cbd329822cf2fd3086d7e4fe4b6fe503ca97
1 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3         * org.el (org-protect-slash): New function.
4         (org-get-refile-targets): Use `org-protect-slash'.
6         * org-agenda.el (org-global-tags-completion-table): New variable.
8         * org-exp.el (org-export-handle-export-tags): New function.
9         (org-export-preprocess-string): Call
10         `org-export-handle-export-tags'.
12         * org-plot.el: New file.
14         * org-publish.el (org-publish-expand-components): Function removed.
15         (org-publish-expand-projects): Allow components to have components.
17 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
19         * org.el (org-indent-line-function): Do not indent in regions that
20         are external source code.
21         (org-yank-and-fold-if-subtree): New function.
23         * org-agenda.el (org-agenda-todayp): New function.
24         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
25         `org-agenda-todayp'.
27         * org.el (org-insert-heading-respect-content)
28         (org-insert-todo-heading-respect-content): New commands.
29         (org-insert-heading-respect-content): New option.
30         (org-insert-heading): Respect `org-insert-heading-respect-content'.
32         * org-clock.el (org-clock-find-position): Make sure the note after
33         the clock line gets moved into the new clock drawer.
35 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
37         * org-id.el (org-id-new): New option.
39 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
41         * org-table.el (org-table-copy-down): Avoid overflow during
42         increment.  Use prefix argument 0 to temporarily disable the
43         increment.
45 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
47         * org-exp.el (org-export-as-html): Do not turn on the major mode
48         if the buffer will be killed anyway.
49         (org-get-current-options): Exclude the #+TEXT field.
50         (org-export-as-html): Make sure text before the first headline is
51         a paragraph.
53         * org-publish.el (org-publish-org-to): Tell the exporter that this
54         buffer will be killed, so it is not necessary to do major mode
55         initialization.
57         * org-archive.el (org-archive-to-archive-sibling): Show empty
58         lines after folding the archive sibling.
60         * org.el (org-log-note-extra): New variable.
62 2008-09-05  Bastien Guerry  <bzg@altern.org>
64         * org.el (org-additional-option-like-keywords): Added keywords for
65         the _QUOTE, _VERSE and _SRC environments.
67         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
68         exporting _QUOTE and _VERSE environments.
70 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
72         * org-agenda.el (org-agenda-filter-by-tag): New command.
74         * org-exp.el (org-get-current-options): Remove angular brackets
75         from the date entry.
77         * org.el (org-edit-fixed-width-region): New function.
78         (org-edit-fixed-width-region): Also try
79         `org-edit-fixed-width-region'.
80         (org-edit-fixed-width-region-mode): New option.
81         (org-activate-code): Only interprete lines starting with colon
82         plus a space as example lines.
84         * org-remember.el (org-remember-templates): Add nil instead of
85         empty strings to fix the length of remember templates.
87         * org-table.el (org-calc-default-modes): Fix the time format for
88         calc, from 12 hour to 24 hour clock.
90 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
92         * org-agenda.el (org-agenda-get-deadlines)
93         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
94         entries that are pre-warnings of deadlines or reminders.
96         * org.el (org-sort-entries-or-items): Make numeric and alpha
97         comparisons ignore any TODO keyword and priority cookie.
99         * org-remember.el (org-remember-handler): Reinterpretation of the
100         prefix argument.
102 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
104         * org-agenda.el (org-agenda-get-scheduled): Use new
105         `org-scheduled' face.
107         * org-faces.el (org-scheduled): New face.
109         * org-wl.el (org-wl-open): Remove incorrect declaration.
111         * org-gnus.el (org-gnus-store-link): Support for :to information
112         in gnus links.
114         * org-exp.el (org-export-as-html): Fixed typo in creator
115         information.
116         (org-export-protect-examples): New parameter indent.  Insert extra
117         spaces only when this parameter is specified.
118         (org-export-preprocess-string): Call `org-export-protect-examples'
119         with an indentation parameter when exporting to ASCII.
121         * org-remember.el (org-remember-templates)
122         (org-remember-apply-template): Allow the file component to be a
123         function.
125         * org.el (org-goto-local-search-headings): Renamed from
126         `org-goto-local-search-forward-headings'.  Added the possibility
127         to search backwards.
129 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
131         * org-export-latex.el (org-export-latex): New customization
132         group.
134         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
136 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
138         * org-exp.el (org-html-do-expand): Allow {} to terminate
139         tex macro
141 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
143         * org.el (org-buffer-list): Select buffers based on major mode,
144         not on file name.
146 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
148         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
149         face property.
151         * org-colview.el (org-columns-display-here): Use
152         `org-columns-modify-value-for-display-function'.
154         * org-colview-xemacs.el (org-columns-display-here): Use
155         `org-columns-modify-value-for-display-function'.
157 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
159         * org.el (org-columns-modify-value-for-display-function): New option.
171         * org-publish.el (org-publish-file): Make sure the directory match
172         for the publishing directory works correctly.
174         * org-agenda.el (org-agenda-execute-calendar-command)
175         (org-agenda-diary-entry): Additional optional argument.
177 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
179         * org-exp.el (org-export-as-html): Add attributes also in mailto
180         and ftp links.
182         * org.el (org-autoload): Add `org-dblock-write:columnview'.
191 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
193         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
194         sure that calls from `org-export-region-as-html' do not do the
195         special check for a subtree.
197 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
199         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
201 2008-07-20  Juri Linkov <juri@jurta.org>
203         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
204         new keymap `narrow-map' instead of binding "\C-xns".
206 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
208         * org.el (org-open-file): Use
209         `org-open-directory-means-index-dot-org'.
210         (org-open-directory-means-index-dot-org): New option.
212 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
214         * org.el (org-make-link-string): Remove link attributes from
215         description.
216         (org-open-at-point): Remove link attributes bevore using the path.
218         * org-exp.el (org-export-as-html): Handle link attributes.
220         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
222         * org-table.el (org-table-to-lisp): New function.
224         * org.el (org-narrow-to-subtree): Do not include the final newline
225         into the narrowed region.
227         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
228         bug with user-define skipping condition.
230 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
232         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
234 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
236         * org-exp.el (org-export-html-style-default): Automatic overflow
237         handling for pre fields.
238         (org-export-as-ascii, org-export-as-html): Change default format
239         for time stamp.
241         * org-table.el (org-table-export): Offer completion for translator
242         functions, and do not require a heading above the table.
244         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
245         Cater for the case of a list starting in the first line of the
246         buffer.
248 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
250         * org-publish.el (org-publish-find-title): Bug fix.
251         (org-publish-org-index): Implement new :index-style option.
253 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
255         * org-publish.el (org-publish-timestamp-filename): Use
256         SHA1-encoded file names in the timestamp directory.
258 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
260         * org-publish.el (org-publish-needed-p): Be verbose about files
261         published and files skipped.
263         * org-exp.el (org-export-preprocess-string): Swap link
264         normalization and inernal link targeting.
266         * org-publish.el (org-publish-needed-p): Create timestamp
267         directory when it does not exist.
269 2008-07-04  Bastien Guerry  <bzg@altern.org>
271         * org-clock.el (org-clock-out-when-done): Doc fix.
273         * org.el (org-agenda-skip-unavailable-files): Doc fix.
275         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
276         Ignore case when searching for the COMMENT cookie at export time.
278 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
280         * org-exp.el (org-get-file-contents)
281         (org-get-and-remove-property): New functions.
282         (org-export-handle-include-files): Handle the new prefix options.
283         (org-export-as-html): Fix the verse environment.
285 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
287         * org.el (org-time=, org-time<, org-time<=, org-time>)
288         (org-time>=, org-time<>, org-2ft): New functions.
289         (org-op-to-function): Also provide for the time testing fucntions.
291 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
293         * org-exp.el (org-export-html-style-default): New constant.
295 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
297         * org-exp.el (org-export-html-style-extra): New variable.
298         (org-export-splice-style): New function.
300 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
302         * org-exp.el (org-export-plist-vars, org-export-as-html):
303         Implement `org-export-creator-info'.
304         (org-export-creator-info): New option.
306 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
308         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
309         (org-property-drawer-re, org-clock-drawer-re): New constants.
311 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
313         * org-exp.el (org-icalendar-use-deadline)
314         (org-icalendar-use-scheduled): New options.
315         (org-icalendar-include-todo): Default changed to t.
316         (org-print-icalendar-entries): Implement better utilization of
317         scheduling and deadline time stamps.
318         (org-export-target-internal-links, org-export-as-html): Allow file
319         lines without the "file:" prefix if the file path is an absolute
320         path or starts with ".".
322         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
323         lastweek etc.
324         (org-clock-special-range): Also undertand yesterday, lastweek etc.
326 2008-06-18  Glenn Morris  <rgm@gnu.org>
327         * org.el (org-map-entries): Let-bind `file'.
329 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
331         * org.el (org-agenda-skip-archived-trees): Docstring now
332         discourages using this.
333         (org-scan-tags): Check for org-agenda-archives-mode.
334         (org-map-entries): Make sure org-agenda-archives-mode is nil.
335         (org-agenda-files): Functionality of second arg changed.
337         * org-agenda.el (org-agenda-archives-mode): New variable
338         (org-write-agenda, org-prepare-agenda, org-agenda-list)
339         (org-search-view, org-todo-list, org-tags-view)
340         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
341         `ifmode' argument.
342         (org-agenda-quit): Reset the archives mode.
343         (org-agenda-archives-mode): New command.
344         (org-agenda-set-mode-name): Include archives info.
346 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
348         * org.el (org-paste-subtree): Make sure the yanked headline is
349         visible if it was yanked at a visible point.
350         (org-move-item-up): Fix the bug with moving white space at the end
351         of the item.
352         (org-show-empty-lines-in-parent): New function.
354 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
356         * org-colview.el (org-columns-next-allowed-value): Bug fix.
358         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
360         * org-agenda.el (org-agenda-get-closed): Get the end time into the
361         agenda prefix as well.
363         * org-publish.el (org-publish-org-index): Make a properly indented
364         list.
366         * org.el (org-calendar-agenda-action-key): New option.
367         (org-get-cursor-date): New function.
368         (org-mark-entry-for-agenda-action): New command.
369         (org-overriding-default-time): New variable.
370         (org-read-date): Respect `org-overriding-default-time'.
372         * org-remember.el (org-remember-apply-template): Respect the
373         ovverriding default time.
375         * org-agenda.el (org-agenda-action-marker): New variable.
376         (org-agenda-action): New command.
377         (org-agenda-do-action): New function.
379 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
381         * org.el (org-schedule, org-deadline): Protect scheduled and
382         deadline tasks against changes that accidently remove the
383         repeater.  Also show a message with the new date when done.
385 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
387         * org.el (org-beginning-of-line): Cater for the case when there
388         are tags but no headline text.
389         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
390         it set.
392 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
394         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
395         the return value is nil instead of "nil" when there is no match.
397         * org-exp.el (org-insert-centered): Use fill-column instead of
398         80.
399         (org-export-as-ascii): Use string-width to measure the width of
400         the heading.
402         * org.el (org-diary-to-ical-string): No longer kill buffer
403         FROMBUF, this is now done by the caller.
405         * org-exp.el (org-print-icalendar-entries): Move the call to
406         `org-diary-to-ical-string' out of the loop, and kill the buffer
407         afterwords.
409         * org-remember.el (org-remember-visit-immediately): Position
410         cursor after moving to the note.
411         (org-remember-apply-template): Use a text property to record the
412         cursor position.
413         (org-remember-handler): Align tags after pasting the note.
415 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
417         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
419         * org-agenda.el (org-agenda-open-link): If there is an
420         org-bbdb-name property in the current line, jump to that bbdb
421         entry.
423         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
424         text property, so that the agenda knows where this entry comes
425         from.
427         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
428         interaction between clocking-in from the agenda, and  automatic
429         task state switching.
431         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
433         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
434         zmacs-region stays after this command in XEmacs.
436 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
438         * org.el (org-scan-tags): Allow new values for ACTION parameter.
440         * org-remember.el (org-remember-templates): Fix bug in
441         customization type definition.
443         * org.el (org-map-entries): New function.
445 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
447         * org-agenda.el (org-agenda-skip-comment-trees): New option.
448         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
450 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
452         * org-remember.el (org-jump-to-target-location): New variable.
453         (org-remember-apply-template): Set
454         `org-remember-apply-template' if requested by template.
455         (org-remember-handler): Start an idle timer to jump to
456         remember location.
458         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
460         * org.el (org-set-regexps-and-options): Fix bug with parsing of
461         file tags.
462         (org-get-tags-at): Add the content of `org-file-tags'.
464         * org-exp.el (org-export-handle-comments): Fix bug with several
465         comment lines after each other.
466         (org-number-to-roman, org-number-to-counter): New functions.
467         (org-export-section-number-format): New option.
469 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
471         * org-exp.el (org-export-protect-examples): Catch the case of a
472         missing end_example line.
474         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
475         `org-file-tags' to nil.
477         * org-colview.el (org-columns-next-allowed-value): Handle next
478         argument NTH to directly select a value.
480         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
481         argument NTH to directly select a value.
483 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
485         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
487 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
489         * org.el (org-columns-ellipses): New option.
491 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
493         * org-colview.el (org-columns-add-ellipses): New function.
494         (org-columns-compact-links): New function.
495         (org-columns-cleanup-item): Call `org-columns-compact-links'.
496         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
497         when in agenda.
498         (org-columns-edit-value): Fixed bug with editing values from
499         agenda column view.
500         (org-columns-redo): Also redo the agenda itself.
502 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
504         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
505         option.
507         * org-colview.el (org-agenda-columns-cleanup-item): New function.
509         * org-exp.el (org-export-ascii-preprocess): Renamed from
510         `org-export-ascii-clean-string'.
511         (org-export-kill-licensed-text)
512         (org-export-define-heading-targets)
513         (org-export-handle-invisible-targets)
514         (org-export-target-internal-links)
515         (org-export-remove-or-extract-drawers)
516         (org-export-remove-archived-trees)
517         (org-export-protect-quoted-subtrees)
518         (org-export-protect-verbatim, org-export-protect-examples)
519         (org-export-select-backend-specific-text)
520         (org-export-mark-blockquote-and-verse)
521         (org-export-remove-comment-blocks-and-subtrees)
522         (org-export-handle-comments, org-export-mark-radio-links)
523         (org-export-remove-special-table-lines)
524         (org-export-normalize-links)
525         (org-export-concatenate-multiline-links)
526         (org-export-concatenate-multiline-emphasis): New functions,
527         obtained from spliiting the export preprocessor.
529         * org-table.el (org-table-recalculate): Improve error message if
530         the row number is invalid.
532 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
534         * org-archive.el (org-archive-save-context-info): Fix bugs in
535         customization setup and docstring.
537         * org-exp.el (org-export-html-style): Changed the size of in the
538         <pre> element to 90%.
540 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
542         * org.el (org-find-src-example-start): Function removed.
543         (org-edit-src-find-region-and-lang): New function.
545 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
547         * org.el (org-edit-src-exit): New function.
548         (org-exit-edit-mode): New minor mode.
550         * org-exp.el (org-export-preprocess-string): Fix bug with removing
551         comment-like lines from protected examples.
553         * org.el (org-edit-src-example, org-find-src-example-start)
554         (org-protect-source-example, org-edit-special): New functions.
556 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
558         * org-publish.el (org-publish-project-alist): Fix typo in
559         docstring.
560         (org-publish-project-alist): Handle :index-title property.
562 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
564         * org-export-latex.el (org-export-as-latex): Make sure region
565         bounds are correct.  Parse subtree properties relating to export.
567         * org-exp.el (org-export-add-options-to-plist): New function.
568         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
570 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
572         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
573         EXPORT_TITLE.
575         * org-exp.el (org-export-get-title-from-subtree)
576         (org-export-as-ascii, org-export-as-html): Make sure the original
577         region-beginning and region-end are used, even after moving
578         point.
579         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
580         property.
582         * org-remember.el (org-remember-last-stored-marker): New variable.
583         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
584         (org-remember-handler): Also use marker to remember
585         last-stored position.
587         * org.el (org-goto-marker-or-bmk): New function.
589 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
591         * org.el (org-file-properties): Renamed from `org-local-properties'.
592         (org-scan-tags): Take file tags into account.
593         (org-tags-match-list-sublevels): Default changed to t.
595         * org-exp.el (org-export-as-html): Close paragraph after a
596         footnote.
598         * org.el (org-update-parent-todo-statistics): New function.
600         * org-exp.el (org-icalendar-store-UID): New option.
601         (org-icalendar-force-UID): Option removed.
602         (org-print-icalendar-entries): IMplement UIDs.
604 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
606         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
608 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
610         * org-faces.el (org-column): Document how this face is being used
611         and why sometimes the background faces shine through.
613         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
615         * org-publish.el (org-publish-attachment): Create publishing
616         directory if it does not yet exist.
618         * org-table.el (org-calc-default-modes): Change default number
619         format to (float 8).
621         * org.el (org-olpath-completing-read): New function.
622         (org-time-clocksum-format): New option.
623         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
625         * org-clock.el (org-clock-display, org-clock-out)
626         (org-update-mode-line): Use `org-time-clocksum-format'.
628         * org-colview-xemacs.el (org-columns-number-to-string): Use
629         `org-time-clocksum-format'.
631         * org-colview.el (org-columns-number-to-string): Use
632         `org-time-clocksum-format'.
634 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
636         * org-id.el: New file, move from contrib to core.
638         * org-exp.el (org-icalendar-force-UID): New option.
640 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
642         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
643         shifted by one day if theere is a date range without an end
644         time.
646         * org.el (org-try-structure-completion): New function.
648 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
650         * org.el (org-set-font-lock-defaults): Improve fontification of
651         description lists.
652         (org-insert-item): Handle description lists.
653         (org-adaptive-fill-function): Improve auto indentation in
654         description lists.
656         * org-exp.el (org-export-as-html, org-export-preprocess-string):
657         Implement VERSE environment.
658         (org-export-preprocess-string): Implement the COMMENT
659         environment.
661         * org-export-latex.el (org-export-latex-preprocess): Implement
662         VERSE environment.
664 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
666         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
667         option.
669 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
671         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
673         * org.el (org-quote-csv-field): New functions.
675         * org-table.el (org-table-export-default-format): Remove :splice
676         from default format, we get the same effect by not specifying
677         :tstart and :tend.
678         (org-table-export): Improve setup, distinguish better between
679         interactive and non-interactive use, allow specifying the format
680         on the fly, better protection against wrong file names.
681         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
682         and :tend when :splice is omitted.
684 2008-05-09  Bernt Hansen  <bernt@norang.ca>
686         * org-clock.el (org-clock-select-task): Make sure the selection
687         letters are 1-9 and A-Z, no special characters.
689 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
691         * org-exp.el (org-export-htmlize): New group.
692         (org-export-htmlize-output-type)
693         (org-export-htmlize-css-font-prefix): New options.
694         (org-export-htmlize-region-for-paste): New function.
695         (org-export-htmlize-generate-css): New command.
697 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
699         * org/org.el (org-modules, org-format-latex-options):
700         * org/org-archive.el (org-archive-stamp-time)
701         (org-archive-save-context-info):
702         * org/org-faces.el (org-hide):
703         * org/org-irc.el (org-irc-parse-link):
704         * org/org-macs.el (org-call-with-arg, org-autoload):
705         * org/org-mew.el (org-mew-store-link):
706         * org/org-remember.el (org-remember-store-without-prompt)
707         (org-remember-templates): Fix typos in docstrings.
709         * org/org-info.el (org-info-store-link): Remove leftover docstring.
711         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
712         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
713         (org-bbdb-anniv-split): Fix typos in docstrings.
715         * org/org-publish.el (org-publish-project-alist): Doc fixes.
716         (org-publish-use-timestamps-flag): Reflow docstring.
717         (org-publish-files-alist): Fix typos in docstring.
719 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
721         * org.el (org-set-visibility-according-to-property): New function.
722         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
723         and compute the regular expressions, and update font-lock.
724         (org-property-re): Allow a dash in property names.
726         * org-archive.el (org-extract-archive-file): Insert the file name
727         without the path into the format, to allow the location format to
728         contain a subdirectory.
730         * org-agenda.el (org-agenda-post-command-hook): If point is at end
731         of buffer, and the `org-agenda-type' property undefined, use the
732         value from the character before.
734         * org.el (org-add-planning-info): Don't let indentation for
735         would-be timestamp become extra whitespace at the end of headline.
737 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
739         * org.el (org-remove-double-quotes, org-file-contents): New
740         functions.
742         * org-exp.el (org-infile-export-plist): Also parse the
743         contents of #+SETUPFILE files, recursively.
745         * org.el (org-set-regexps-and-options): Also parse the
746         contents of #+SETUPFILE files, recursively.
748         * org-exp.el (org-export-handle-include-files): New function.
749         (org-export-preprocess-string): Call
750         `org-export-handle-include-files'.
752         * org.el (org-delete-property-globally)
753         (org-delete-property, org-set-property): Ignore case during
754         completion.
755         (org-set-property): Use `org-completing-read' instead of
756         `completing-read'.
758         * org.el (org-complete-expand-structure-template): New,
759         experimental function.
760         (org-structure-template-alist): New, experimental option.
761         (org-complete): Call `org-complete-expand-structure-template'.
763 2008-05-06  Bastien Guerry  <bzg@altern.org>
765         * org-export-latex.el (org-export-latex-preprocess): Added
766         support for blockquotes.
768 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
770         * org.el (org-read-date-analyze): Catch the case where only a
771         weekday is given.
773 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
775         * org.el (org-set-font-lock-defaults): Make the description
776         tag bold.
778         * org-exp.el (org-export-as-html, org-close-li): Implement
779         description lists.
781 2008-05-04  Jason Riedy  <jason@acm.org>
783         * org-table.el (*orgtbl-default-fmt*): New variable.
784         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
785         when there is no other fmt available.
787         (orgtbl-to-generic): Allow an explicitly nil :tstart or
788         :tend to suppress the appropriate string.
790         (orgtbl-to-orgtbl): New function for translating to another orgtbl
791         table.
793 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
795         * org.el (org-read-date-analyze): "." as an alias for "+0" in
796         read date.
798         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
799         New function.
801         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
802         New function.
804 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
806         * org-clock.el (org-clock-find-position): Don't include notes
807         into clock drawer.
809         * org-archive.el (org-archive-subtree): No longer remove an
810         extra line after cutting the subtree.  `org-cut-subtree' already
811         takes care of this.
813         * org-remember.el (org-remember-handler): Only kill the target
814         buffer if it does not contain the running clock.
816         * org.el (org-markers-to-move): New variable.
817         (org-save-markers-in-region, org-check-and-save-marker)
818         (org-reinstall-markers-in-region): New function.
819         (org-move-subtree-down, org-copy-subtree): Remember relative
820         marker positions before cutting.
821         (org-move-subtree-down, org-paste-subtree): Restore relative
822         marker positions after pasting.
824         * org-remember.el (org-remember-clock-out-on-exit): New option.
825         (org-remember-finalize): Clock out only if the setting in
826         `org-remember-clock-out-on-exit' requires it.
827         (org-remember-handler): Do the cleanup in the buffer, to make sure
828         that the clock marker remains in tact.
830 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
832         * org-clock.el (org-clock-goto): Widen buffer if necessary.
833         (org-clock-in): Make sure that also tasks outside the narrowed
834         region will be clocked in correctly.
835         (org-clock-insert-selection-line): Widen the buffer so that we can
836         find the correct task heading.
838         * org.el (org-base-buffer): New function.
840         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
841         and ";" are escaped.
842         (org-print-icalendar-entries): Also apply
843         `org-icalendar-cleanup-string' to the headline, not only to the
844         summary property.
846 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
848         * org-exp.el (org-export-preprocess-hook): New hook.
849         (org-export-preprocess-string): Call
850         `org-export-preprocess-hook'.
852         * org.el (org-font-lock-hook): New variable.
853         (org-font-lock-hook): New function.
854         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
856 ;; Local Variables:
857 ;; coding: utf-8
858 ;; add-log-time-zone-rule: t
859 ;; End:
861     Copyright (C) 2008  Free Software Foundation, Inc.
863   This file is part of GNU Emacs.
865   GNU Emacs is free software: you can redistribute it and/or modify
866   it under the terms of the GNU General Public License as published by
867   the Free Software Foundation, either version 3 of the License, or
868   (at your option) any later version.
870   GNU Emacs is distributed in the hope that it will be useful,
871   but WITHOUT ANY WARRANTY; without even the implied warranty of
872   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
873   GNU General Public License for more details.
875   You should have received a copy of the GNU General Public License
876   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
878 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c