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