New functions to export tables to csv and tsv.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob42382aa5e6bee0409f5bcbcf2dcae2fec36c0f2d
1 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5         * org.el (org-quote-csv-field): New functions.
7         * org-table.el (org-table-export-default-format): Remove :splice
8         from default format, we get the same effect by not specifying
9         :tstart and :tend.
10         (org-table-export): Improve setup, distinguish better between
11         interactive and non-interactive use, allow specifying the format
12         on the fly, better protection against wrong file names.
13         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
14         and :tend when :splice is omitted.
16 2008-05-09  Bernt Hansen  <bernt@norang.ca>
18         * org-clock.el (org-clock-select-task): Make sure the selection
19         letters are 1-9 and A-Z, no special characters.
21 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
23         * org-exp.el (org-export-htmlize): New group.
24         (org-export-htmlize-output-type)
25         (org-export-htmlize-css-font-prefix): New options.
26         (org-export-htmlize-region-for-paste): New function.
27         (org-export-htmlize-generate-css): New command.
29 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
31         * org/org.el (org-modules, org-format-latex-options):
32         * org/org-archive.el (org-archive-stamp-time)
33         (org-archive-save-context-info):
34         * org/org-faces.el (org-hide):
35         * org/org-irc.el (org-irc-parse-link):
36         * org/org-macs.el (org-call-with-arg, org-autoload):
37         * org/org-mew.el (org-mew-store-link):
38         * org/org-remember.el (org-remember-store-without-prompt)
39         (org-remember-templates): Fix typos in docstrings.
41         * org/org-info.el (org-info-store-link): Remove leftover docstring.
43         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
44         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
45         (org-bbdb-anniv-split): Fix typos in docstrings.
47         * org/org-publish.el (org-publish-project-alist): Doc fixes.
48         (org-publish-use-timestamps-flag): Reflow docstring.
49         (org-publish-files-alist): Fix typos in docstring.
51 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
53         * org.el (org-set-visibility-according-to-property): New function.
54         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
55         and compute the regular expressions, and update font-lock.
56         (org-property-re): Allow a dash in property names.
58         * org-archive.el (org-extract-archive-file): Insert the file name
59         without the path into the format, to allow the location format to
60         contain a subdirectory.
62         * org-agenda.el (org-agenda-post-command-hook): If point is at end
63         of buffer, and the `org-agenda-type' property undefined, use the
64         value from the character before.
66         * org.el (org-add-planning-info): Don't let indentation for
67         would-be timestamp become extra whitespace at the end of headline.
69 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
71         * org.el (org-remove-double-quotes, org-file-contents): New
72         functions.
74         * org-exp.el (org-infile-export-plist): Also parse the
75         contents of #+SETUPFILE files, recursively.
77         * org.el (org-set-regexps-and-options): Also parse the
78         contents of #+SETUPFILE files, recursively.
80         * org-exp.el (org-export-handle-include-files): New function.
81         (org-export-preprocess-string): Call
82         `org-export-handle-include-files'.
84         * org.el (org-delete-property-globally)
85         (org-delete-property, org-set-property): Ignore case during
86         completion.
87         (org-set-property): Use `org-completing-read' instead of
88         `completing-read'.
90         * org.el (org-complete-expand-structure-template): New,
91         experimental function.
92         (org-structure-template-alist): New, experimental option.
93         (org-complete): Call `org-complete-expand-structure-template'.
95 2008-05-06  Bastien Guerry  <bzg@altern.org>
97         * org-export-latex.el (org-export-latex-preprocess): Added
98         support for blockquotes.
100 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
102         * org.el (org-read-date-analyze): Catch the case where only a
103         weekday is given.
105 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
107         * org.el (org-set-font-lock-defaults): Make the description
108         tag bold.
110         * org-exp.el (org-export-as-html, org-close-li): Implement
111         description lists.
113 2008-05-04  Jason Riedy  <jason@acm.org>
115         * org-table.el (*orgtbl-default-fmt*): New variable.
116         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
117         when there is no other fmt available.
119         (orgtbl-to-generic): Allow an explicitly nil :tstart or
120         :tend to suppress the appropriate string.
122         (orgtbl-to-orgtbl): New function for translating to another orgtbl
123         table.
125 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
127         * org.el (org-read-date-analyze): "." as an alias for "+0" in
128         read date.
130         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
131         New function.
133         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
134         New function.
136 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
138         * org-clock.el (org-clock-find-position): Don't include notes
139         into clock drawer.
141         * org-archive.el (org-archive-subtree): No longer remove an
142         extra line after cutting the subtree.  `org-cut-subtree' already
143         takes care of this.
145         * org-remember.el (org-remember-handler): Only kill the target
146         buffer if it does not contain the running clock.
148         * org.el (org-markers-to-move): New variable.
149         (org-save-markers-in-region, org-check-and-save-marker)
150         (org-reinstall-markers-in-region): New function.
151         (org-move-subtree-down, org-copy-subtree): Remember relative
152         marker positions before cutting.
153         (org-move-subtree-down, org-paste-subtree): Restore relative
154         marker positions after pasting.
156         * org-remember.el (org-remember-clock-out-on-exit): New option.
157         (org-remember-finalize): Clock out only if the setting in
158         `org-remember-clock-out-on-exit' requires it.
159         (org-remember-handler): Do the cleanup in the buffer, to make sure
160         that the clock marker remains in tact.
162 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
164         * org-clock.el (org-clock-goto): Widen buffer if necessary.
165         (org-clock-in): Make sure that also tasks outside the narrowed
166         region will be clocked in correctly.
167         (org-clock-insert-selection-line): Widen the buffer so that we can
168         find the correct task heading.
170         * org.el (org-base-buffer): New function.
172         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
173         and ";" are escaped.
174         (org-print-icalendar-entries): Also apply
175         `org-icalendar-cleanup-string' to the headline, not only to the
176         summary property.
178 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
180         * org-exp.el (org-export-preprocess-hook): New hook.
181         (org-export-preprocess-string): Call
182         `org-export-preprocess-hook'.
184         * org.el (org-font-lock-hook): New variable.
185         (org-font-lock-hook): New function.
186         (org-set-font-lock-defaults): Call `org-font-lock-hook'.