Implement EXPORT_TITLE property.
[org-mode.git] / lisp / ChangeLog
blob73fc311d722642015df0751fb7613203f5c0ee67
1 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4         EXPORT_TITLE.
6         * org-exp.el (org-export-get-title-from-subtree)
7         (org-export-as-ascii, org-export-as-html): Make sure the original
8         region-beginning and region-end are used, even after moving
9         point.
10         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
11         property.
13         * org-remember.el (org-remember-last-stored-marker): New variable.
14         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
15         (org-remember-handler): Also use marker to remember
16         last-stored position.
18         * org.el (org-goto-marker-or-bmk): New function.
20 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
22         * org.el (org-file-properties): Renamed from `org-local-properties'.
23         (org-scan-tags): Take file tags into account.
24         (org-tags-match-list-sublevels): Default changed to t.
26         * org-exp.el (org-export-as-html): Close paragraph after a
27         footnote.
29         * org.el (org-update-parent-todo-statistics): New function.
31         * org-exp.el (org-icalendar-store-UID): New option.
32         (org-icalendar-force-UID): Option removed.
33         (org-print-icalendar-entries): IMplement UIDs.
35 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
37         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
39 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
41         * org-faces.el (org-column): Document how this face is being used
42         and why sometimes the background faces shine through.
44         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
46         * org-publish.el (org-publish-attachment): Create publishing
47         directory if it does not yet exist.
49         * org-table.el (org-calc-default-modes): Change default number
50         format to (float 8).
52         * org.el (org-olpath-completing-read): New function.
53         (org-time-clocksum-format): New option.
54         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
56         * org-clock.el (org-clock-display, org-clock-out)
57         (org-update-mode-line): Use `org-time-clocksum-format'.
59         * org-colview-xemacs.el (org-columns-number-to-string): Use
60         `org-time-clocksum-format'.
62         * org-colview.el (org-columns-number-to-string): Use
63         `org-time-clocksum-format'.
65 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
67         * org-id.el: New file, move from contrib to core.
69         * org-exp.el (org-icalendar-force-UID): New option.
71 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
73         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
74         shifted by one day if theere is a date range without an end
75         time.
77         * org.el (org-try-structure-completion): New function.
79 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
81         * org.el (org-set-font-lock-defaults): Improve fontification of
82         description lists.
83         (org-insert-item): Handle description lists.
84         (org-adaptive-fill-function): Improve auto indentation in
85         description lists.
87         * org-exp.el (org-export-as-html, org-export-preprocess-string):
88         Implement VERSE environment.
89         (org-export-preprocess-string): Implement the COMMENT
90         environment.
92         * org-export-latex.el (org-export-latex-preprocess): Implement
93         VERSE environment.
95 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
97         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
98         option.
100 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
102         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
104         * org.el (org-quote-csv-field): New functions.
106         * org-table.el (org-table-export-default-format): Remove :splice
107         from default format, we get the same effect by not specifying
108         :tstart and :tend.
109         (org-table-export): Improve setup, distinguish better between
110         interactive and non-interactive use, allow specifying the format
111         on the fly, better protection against wrong file names.
112         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
113         and :tend when :splice is omitted.
115 2008-05-09  Bernt Hansen  <bernt@norang.ca>
117         * org-clock.el (org-clock-select-task): Make sure the selection
118         letters are 1-9 and A-Z, no special characters.
120 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
122         * org-exp.el (org-export-htmlize): New group.
123         (org-export-htmlize-output-type)
124         (org-export-htmlize-css-font-prefix): New options.
125         (org-export-htmlize-region-for-paste): New function.
126         (org-export-htmlize-generate-css): New command.
128 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
130         * org/org.el (org-modules, org-format-latex-options):
131         * org/org-archive.el (org-archive-stamp-time)
132         (org-archive-save-context-info):
133         * org/org-faces.el (org-hide):
134         * org/org-irc.el (org-irc-parse-link):
135         * org/org-macs.el (org-call-with-arg, org-autoload):
136         * org/org-mew.el (org-mew-store-link):
137         * org/org-remember.el (org-remember-store-without-prompt)
138         (org-remember-templates): Fix typos in docstrings.
140         * org/org-info.el (org-info-store-link): Remove leftover docstring.
142         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
143         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
144         (org-bbdb-anniv-split): Fix typos in docstrings.
146         * org/org-publish.el (org-publish-project-alist): Doc fixes.
147         (org-publish-use-timestamps-flag): Reflow docstring.
148         (org-publish-files-alist): Fix typos in docstring.
150 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
152         * org.el (org-set-visibility-according-to-property): New function.
153         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
154         and compute the regular expressions, and update font-lock.
155         (org-property-re): Allow a dash in property names.
157         * org-archive.el (org-extract-archive-file): Insert the file name
158         without the path into the format, to allow the location format to
159         contain a subdirectory.
161         * org-agenda.el (org-agenda-post-command-hook): If point is at end
162         of buffer, and the `org-agenda-type' property undefined, use the
163         value from the character before.
165         * org.el (org-add-planning-info): Don't let indentation for
166         would-be timestamp become extra whitespace at the end of headline.
168 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
170         * org.el (org-remove-double-quotes, org-file-contents): New
171         functions.
173         * org-exp.el (org-infile-export-plist): Also parse the
174         contents of #+SETUPFILE files, recursively.
176         * org.el (org-set-regexps-and-options): Also parse the
177         contents of #+SETUPFILE files, recursively.
179         * org-exp.el (org-export-handle-include-files): New function.
180         (org-export-preprocess-string): Call
181         `org-export-handle-include-files'.
183         * org.el (org-delete-property-globally)
184         (org-delete-property, org-set-property): Ignore case during
185         completion.
186         (org-set-property): Use `org-completing-read' instead of
187         `completing-read'.
189         * org.el (org-complete-expand-structure-template): New,
190         experimental function.
191         (org-structure-template-alist): New, experimental option.
192         (org-complete): Call `org-complete-expand-structure-template'.
194 2008-05-06  Bastien Guerry  <bzg@altern.org>
196         * org-export-latex.el (org-export-latex-preprocess): Added
197         support for blockquotes.
199 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
201         * org.el (org-read-date-analyze): Catch the case where only a
202         weekday is given.
204 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
206         * org.el (org-set-font-lock-defaults): Make the description
207         tag bold.
209         * org-exp.el (org-export-as-html, org-close-li): Implement
210         description lists.
212 2008-05-04  Jason Riedy  <jason@acm.org>
214         * org-table.el (*orgtbl-default-fmt*): New variable.
215         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
216         when there is no other fmt available.
218         (orgtbl-to-generic): Allow an explicitly nil :tstart or
219         :tend to suppress the appropriate string.
221         (orgtbl-to-orgtbl): New function for translating to another orgtbl
222         table.
224 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
226         * org.el (org-read-date-analyze): "." as an alias for "+0" in
227         read date.
229         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
230         New function.
232         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
233         New function.
235 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
237         * org-clock.el (org-clock-find-position): Don't include notes
238         into clock drawer.
240         * org-archive.el (org-archive-subtree): No longer remove an
241         extra line after cutting the subtree.  `org-cut-subtree' already
242         takes care of this.
244         * org-remember.el (org-remember-handler): Only kill the target
245         buffer if it does not contain the running clock.
247         * org.el (org-markers-to-move): New variable.
248         (org-save-markers-in-region, org-check-and-save-marker)
249         (org-reinstall-markers-in-region): New function.
250         (org-move-subtree-down, org-copy-subtree): Remember relative
251         marker positions before cutting.
252         (org-move-subtree-down, org-paste-subtree): Restore relative
253         marker positions after pasting.
255         * org-remember.el (org-remember-clock-out-on-exit): New option.
256         (org-remember-finalize): Clock out only if the setting in
257         `org-remember-clock-out-on-exit' requires it.
258         (org-remember-handler): Do the cleanup in the buffer, to make sure
259         that the clock marker remains in tact.
261 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
263         * org-clock.el (org-clock-goto): Widen buffer if necessary.
264         (org-clock-in): Make sure that also tasks outside the narrowed
265         region will be clocked in correctly.
266         (org-clock-insert-selection-line): Widen the buffer so that we can
267         find the correct task heading.
269         * org.el (org-base-buffer): New function.
271         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
272         and ";" are escaped.
273         (org-print-icalendar-entries): Also apply
274         `org-icalendar-cleanup-string' to the headline, not only to the
275         summary property.
277 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
279         * org-exp.el (org-export-preprocess-hook): New hook.
280         (org-export-preprocess-string): Call
281         `org-export-preprocess-hook'.
283         * org.el (org-font-lock-hook): New variable.
284         (org-font-lock-hook): New function.
285         (org-set-font-lock-defaults): Call `org-font-lock-hook'.