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