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