comparison lisp/org/ChangeLog @ 104810:86b7fe7d1d8f

2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-protocol.el (org-protocol-store-link) (org-protocol-remember, org-protocol-open-source): Add autoloads. * org-compat.el (org-float-time): New function. * org.el (org-clock-update-time-maybe) (org-sort-entries-or-items, org-do-sort) (org-evaluate-time-range, org-time-string-to-seconds) (org-closed-in-range): Use `org-float-time'. * org-timer.el (org-timer-start, org-timer-pause-or-continue) (org-timer-seconds): Use `org-float-time'. * org-clock.el (org-clock-get-clocked-time, org-clock-out) (org-clock-sum, org-dblock-write:clocktable) (org-clocktable-steps): Use `org-float-time'. * org-agenda.el (org-agenda-last-marker-time) (org-agenda-new-marker, org-diary): Use `org-float-time'. * org-compat.el (w32-focus-frame): Declare the w32-focus-frame function. * org-exp.el (org-get-file-contents): Only protect lines that really need it. * org-html.el (require): Require cl for compilation. * org.el: Avoid using `default-major-mode'. * org-plot.el (require): Require CL only at compile time. * org-exp.el (require): Require CL only at compile time. * org-agenda.el (org-agenda-quit): When the agenda window is dedicated, remove other windows before exiting, so that the frame really will be killed. * org-exp.el (org-export-handle-include-files): Reset START and END for each loop cycle. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-eval-in-calendar): Use `org-select-frame-set-input-focus'. * org-compat.el (org-select-frame-set-input-focus): New function. * org.el (org-update-statistics-cookies): New function. (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-src.el (org-edit-fixed-width-region): Set org-src-mode only after the local variables are set. * org-latex.el (org-export-latex-protect-amp): New function. (org-export-latex-links): Protect link ampersands in tables. * org-exp.el (org-export-select-backend-specific-text): Match in two steps, to avoid regexp problems. * org.el (org-offer-links-in-entry): Improve working with many and duplicate links. * org-agenda.el (org-agenda-show-1): Make more consistent with normal cycling. (org-agenda-cycle-show): Make more consistent with normal cycling. * org-gnus.el (org-gnus-store-link): Restore the linking to a website. 2009-09-02 Bastien Guerry <bzg@altern.org> * org-latex.el (org-export-latex-first-lines): Bugfix. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-clock.el (org-clock-modify-effort-estimate): Emit message about new effort. * org.el (org-set-effort): New function. (org-mode-map): New key for effort setting command. * org-agenda.el (org-agenda): Keep window setup when calling agenda from within agenda window. (org-agenda-mode-map): New keys for effort setting commands. (org-agenda-menu): Add effort setting commands to menu. (org-agenda-set-property, org-agenda-set-effort): New functions. * org-latex.el (org-export-latex-tables): Fix `org-table-last-alignment' and `org-table-last-column-widths' if the first column has been removed. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-remove-timestamp-with-keyword): Only remove in entry, not in subtree. * org-src.el (org-src-lang-modes): Add abbreviation elisp for emacs lisp. * org.el (org-open-at-point): When on headline, offer all strings in entry. * org-remember.el (org-remember-templates): Documentation fix. * org.el (org-move-subtree-down): Use `org-get-next-sibling' and `org-get-last-sibling' instead of the outline versions of these functions. (org-get-last-sibling): New function. (org-refile): Use `org-get-next-sibling' instead of the outline version of this function. (org-clean-visibility-after-subtree-move): Use `org-get-next-sibling' and `org-get-last-sibling' instead of the outline versions of these functions. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-prepare-agenda): When creating a new frame for the agenda, make the window dedicated. * org-agenda.el (org-agenda-mode-map): New keys for time motion. * org-table.el (org-table-align): Change the order of reinsertion and deletion, to avoid problems with overlays following the table. * org.el (org-parse-time-string): Better error message. (org-show-subtree): Use org-end-of-subtree. * org-macs.el (org-goto-line): New defsubst. * org.el (org-open-file, org-change-tag-in-region) (org-fast-tag-show-exit): Don't use `goto-line'. * org-table.el (org-table-align, org-table-insert-column) (org-table-delete-column, org-table-move-column) (org-table-sort-lines, org-table-copy-region) (org-table-paste-rectangle, org-table-wrap-region) (org-table-get-specials, org-table-rotate-recalc-marks) (org-table-get-range, org-table-recalculate) (org-table-edit-formulas, org-table-fedit-convert-buffer) (org-table-show-reference, org-table-highlight-rectangle): Don't use `goto-line'. * org-src.el (org-edit-src-code, org-edit-fixed-width-region) (org-edit-src-exit): Don't use `goto-line'. * org-macs.el (org-preserve-lc): Don't use `goto-line'. * org-list.el (org-renumber-ordered-list, org-fix-bullet-type): Don't use `goto-line'. * org-exp.el (org-export-number-lines): Don't use `goto-line'. * org-colview.el (org-columns, org-columns-redo) (org-agenda-columns): Don't use `goto-line'. * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't use `goto-line'. * org-agenda.el (org-agenda-mode): Force visual line motion off. (org-agenda-add-entry-text-maxlines): Improve docstring. (org-agenda-start-with-entry-text-mode): New option. (org-agenda-entry-text-maxlines): New option. (org-agenda-entry-text-mode): New variable. (org-agenda-mode): Set initial value of `org-agenda-entry-text-mode'. (org-agenda-mode-map): Add the `E' key. (org-agenda-menu): Add entry text mode to the menu. (org-agenda-get-some-entry-text): Fix line count bug. (org-finalize-agenda): Apply entry text mode if appropriate. (org-agenda-entry-text-show-here): New function. (org-agenda-entry-text-show): New function. (org-agenda-entry-text-hide): New function. (org-agenda-view-mode-dispatch): Add entry text mode to the view key menu. (org-agenda-entry-text-mode): New command. (org-agenda-set-mode-name): Add entry text mode to the mode line string. (org-agenda-undo, org-agenda-get-restriction-and-command) (org-agenda-get-some-entry-text, org-agenda-redo): Don't use `goto-line'. 2009-09-02 Bernt Hansen <bernt@norang.ca> * org-clock.el (org-notify): Bugfix. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-open-link): Handle multiple links and check for after-string. * org-gnus.el (org-gnus-store-link): Simplify. * org.el (org-latex-regexps): Don't add extra empty lines for display formulas. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-agenda.el (org-agenda-get-some-entry-text): New function. (org-agenda-add-entry-text): Use `org-agenda-get-some-entry-text'. * org.el (org-cycle-separator-lines): Update docstring. (org-cycle-show-empty-lines): Handle negative values for `org-cycle-show-empty-lines'. * org-exp.el (org-export-protect-sub-super): New function. (org-export-normalize-links): Protect the url of plain links from supscript and superscript processing. * org-remember.el (org-remember-escaped-%): New function. (org-remember-apply-template): Use `org-remember-escaped-%' to detect escaped % signs. 2009-09-02 Bastien Guerry <bzg@altern.org> * org-timer.el (org-timer-set-timer): Use `org-notify' and play a sound when showing the notification. * org-clock.el (org-notify): New function. (org-clock-notify-once-if-expired): Use `org-notify'. * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode' and `gnus-article-mode' separately. (gnus-summary-article-header): Fix the declare-function. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-export-format-source-code-or-example): Translate language. * org-src.el (org-src-lang-modes): New variable (org-edit-src-code): Translate language. * org-exp.el (org-export-format-source-code-or-example): Deal wit the new structure of the `org-export-latex-listings-langs' variable. * org-latex.el (org-export-latex-listings-langs): Change structure of the variable from plist to alist. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-in-commented-line): New function. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-hide-block-toggle): Make folded blocks searchable. 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change) * org.el (org-flag-drawer): More useful error. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-remember.el (org-remember-apply-template): Use org-icompleting-read. * org-publish.el (org-publish): Use org-icompleting-read. * org-colview.el (org-columns-edit-value, org-columns-new) (org-insert-columns-dblock): Use org-icompleting-read. * org-colview-xemacs.el (org-columns-edit-value) (org-columns-new, org-insert-columns-dblock): Use org-icompleting-read. * org-attach.el (org-attach-delete-one, org-attach-open): Use org-icompleting-read. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-hierarchical-todo-statistics): Improve docstring. (org-version): Return the version text. (org-org-menu): Add a menu entry for the new bug reporter. (org-submit-bug-report): New command. * org-list.el (org-hierarchical-checkbox-statistics): Improve docstring. * org.el (org-emphasis-regexp-components): Add "`" to set of pre-emphasis characters. * org-latex.el (org-export-latex-classes): Always include the soul package. (org-export-latex-emphasis-alist): Use \st for strikethough. * org-exp-blocks.el (org-export-blocks-preprocess): Use `indent-code-rigidly' to indent. * org-agenda.el (org-agenda-get-restriction-and-command): Remove properties only if MATCH really is a string. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-packages-alist): Fix customization type. * org.el (org-create-formula-image): Also use `org-export-latex-packages-alist'. * org-html.el (org-export-as-html): Fix bug in footnote regexp. (org-export-as-html): Format footnotes correctly. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-fast-tag-selection): Avoid text properties on tags in the alist. * org-agenda.el (org-agenda-get-restriction-and-command): Avoid text properties on the match element. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-set-regexps-and-options): Make sure the list of done keywords is not invalid. * org-exp.el (org-export-interpolate-newlines): New function. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-format-latex): Avoid nested overlays. * org-latex.el (org-export-latex-listings-langs): Add a few more languages. * org-exp.el (org-export-preprocess-apply-macros): Make sure to ignore newlines and space before the first macro argument. * org-latex.el (org-export-latex-tables): Remove save-excursion around `org-table-align'. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-export-html-special-string-regexps): Definition moved into org.el * org-exp.el (org-export-preprocess-apply-macros): Allow newlines in macro calls. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-latex.el (org-export-latex-listings) (org-export-latex-listings-langs): New options. * org-exp.el (org-export-format-source-code-or-example): Use listing package if requested by the user. 2009-09-02 Bastien Guerry <bzg@altern.org> * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb' command before actually switching to a buffer. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org-exp.el (org-get-file-contents): Only quote org lines when the markup is src or example. * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown): New option (org-agenda-get-day-entries): Remember deadline results and pass them on into the function getting the scheduling information. (org-agenda-get-scheduled): Accept deadline results as parameters and maybe skip some entries. (org-agenda-skip-scheduled-if-deadline-is-shown): New option. * org.el (org-insert-heading): When respecting content, do not convert current line to headline. * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also cheeeeeck the hd marker (org-clock-in): Also set the hd marker. (org-clock-out): Also set the hd marker. (org-clock-cancel): Reset markers. * org.el (org-clock-hd-marker): New marker. * org-faces.el (org-agenda-clocking): New face. * org-agenda.el (org-agenda-mark-clocking-task): New function. (org-finalize-agenda): call `org-agenda-mark-clocking-task'. * org.el (org-modules): Add org-track.el. * org-agenda.el (org-agenda-bulk-marked-p): New function. (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use `org-agenda-bulk-marked-p'. (org-agenda-bulk-toggle): New command. 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com> * org.el (org-move-subtree-down): Hide subtree if it was folded, not just the body. * org-remember.el (org-remember-finalize): Avoid buffer-modified messages.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 02 Sep 2009 12:59:52 +0000
parents ac32d8c1536f
children ed7205bf3166
comparison
equal deleted inserted replaced
104809:23afd425bd15 104810:86b7fe7d1d8f
1 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2
3 * org-protocol.el (org-protocol-store-link)
4 (org-protocol-remember, org-protocol-open-source): Add autoloads.
5
6 * org-compat.el (org-float-time): New function.
7
8 * org.el (org-clock-update-time-maybe)
9 (org-sort-entries-or-items, org-do-sort)
10 (org-evaluate-time-range, org-time-string-to-seconds)
11 (org-closed-in-range): Use `org-float-time'.
12
13 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
14 (org-timer-seconds): Use `org-float-time'.
15
16 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
17 (org-clock-sum, org-dblock-write:clocktable)
18 (org-clocktable-steps): Use `org-float-time'.
19
20 * org-agenda.el (org-agenda-last-marker-time)
21 (org-agenda-new-marker, org-diary): Use `org-float-time'.
22
23 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
24 function.
25
26 * org-exp.el (org-get-file-contents): Only protect lines that
27 really need it.
28
29 * org-html.el (require): Require cl for compilation.
30
31 * org.el: Avoid using `default-major-mode'.
32
33 * org-plot.el (require): Require CL only at compile time.
34
35 * org-exp.el (require): Require CL only at compile time.
36
37 * org-agenda.el (org-agenda-quit): When the agenda window is
38 dedicated, remove other windows before exiting, so that the frame
39 really will be killed.
40
41 * org-exp.el (org-export-handle-include-files): Reset START and
42 END for each loop cycle.
43
44 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
45
46 * org.el (org-eval-in-calendar): Use
47 `org-select-frame-set-input-focus'.
48
49 * org-compat.el (org-select-frame-set-input-focus): New function.
50
51 * org.el (org-update-statistics-cookies): New function.
52 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
53
54 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
55
56 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
57 after the local variables are set.
58
59 * org-latex.el (org-export-latex-protect-amp): New function.
60 (org-export-latex-links): Protect link ampersands in tables.
61
62 * org-exp.el (org-export-select-backend-specific-text): Match in
63 two steps, to avoid regexp problems.
64
65 * org.el (org-offer-links-in-entry): Improve working with many and
66 duplicate links.
67
68 * org-agenda.el (org-agenda-show-1): Make more consistent with
69 normal cycling.
70 (org-agenda-cycle-show): Make more consistent with normal cycling.
71
72 * org-gnus.el (org-gnus-store-link): Restore the linking to a
73 website.
74
75 2009-09-02 Bastien Guerry <bzg@altern.org>
76
77 * org-latex.el (org-export-latex-first-lines): Bugfix.
78
79 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
80
81 * org-clock.el (org-clock-modify-effort-estimate): Emit message
82 about new effort.
83
84 * org.el (org-set-effort): New function.
85 (org-mode-map): New key for effort setting command.
86
87 * org-agenda.el (org-agenda): Keep window setup when calling
88 agenda from within agenda window.
89 (org-agenda-mode-map): New keys for effort setting commands.
90 (org-agenda-menu): Add effort setting commands to menu.
91 (org-agenda-set-property, org-agenda-set-effort): New functions.
92
93 * org-latex.el (org-export-latex-tables): Fix
94 `org-table-last-alignment' and `org-table-last-column-widths' if
95 the first column has been removed.
96
97 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
98
99 * org.el (org-remove-timestamp-with-keyword): Only remove in
100 entry, not in subtree.
101
102 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
103 emacs lisp.
104
105 * org.el (org-open-at-point): When on headline, offer all strings
106 in entry.
107
108 * org-remember.el (org-remember-templates): Documentation fix.
109
110 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
111 `org-get-last-sibling' instead of the outline versions of these
112 functions.
113 (org-get-last-sibling): New function.
114 (org-refile): Use `org-get-next-sibling' instead of the outline
115 version of this function.
116 (org-clean-visibility-after-subtree-move): Use
117 `org-get-next-sibling' and `org-get-last-sibling' instead of the
118 outline versions of these functions.
119
120 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
121
122 * org-agenda.el (org-prepare-agenda): When creating a new frame
123 for the agenda, make the window dedicated.
124
125 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
126
127 * org-table.el (org-table-align): Change the order of reinsertion
128 and deletion, to avoid problems with overlays following the table.
129
130 * org.el (org-parse-time-string): Better error message.
131 (org-show-subtree): Use org-end-of-subtree.
132
133 * org-macs.el (org-goto-line): New defsubst.
134
135 * org.el (org-open-file, org-change-tag-in-region)
136 (org-fast-tag-show-exit): Don't use `goto-line'.
137
138 * org-table.el (org-table-align, org-table-insert-column)
139 (org-table-delete-column, org-table-move-column)
140 (org-table-sort-lines, org-table-copy-region)
141 (org-table-paste-rectangle, org-table-wrap-region)
142 (org-table-get-specials, org-table-rotate-recalc-marks)
143 (org-table-get-range, org-table-recalculate)
144 (org-table-edit-formulas, org-table-fedit-convert-buffer)
145 (org-table-show-reference, org-table-highlight-rectangle): Don't
146 use `goto-line'.
147
148 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
149 (org-edit-src-exit): Don't use `goto-line'.
150
151 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
152
153 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
154 Don't use `goto-line'.
155
156 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
157
158 * org-colview.el (org-columns, org-columns-redo)
159 (org-agenda-columns): Don't use `goto-line'.
160
161 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
162 use `goto-line'.
163
164 * org-agenda.el (org-agenda-mode): Force visual line motion off.
165 (org-agenda-add-entry-text-maxlines): Improve docstring.
166 (org-agenda-start-with-entry-text-mode): New option.
167 (org-agenda-entry-text-maxlines): New option.
168 (org-agenda-entry-text-mode): New variable.
169 (org-agenda-mode): Set initial value of
170 `org-agenda-entry-text-mode'.
171 (org-agenda-mode-map): Add the `E' key.
172 (org-agenda-menu): Add entry text mode to the menu.
173 (org-agenda-get-some-entry-text): Fix line count bug.
174 (org-finalize-agenda): Apply entry text mode if appropriate.
175 (org-agenda-entry-text-show-here): New function.
176 (org-agenda-entry-text-show): New function.
177 (org-agenda-entry-text-hide): New function.
178 (org-agenda-view-mode-dispatch): Add entry text mode to the view
179 key menu.
180 (org-agenda-entry-text-mode): New command.
181 (org-agenda-set-mode-name): Add entry text mode to the mode line
182 string.
183 (org-agenda-undo, org-agenda-get-restriction-and-command)
184 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
185 `goto-line'.
186
187 2009-09-02 Bernt Hansen <bernt@norang.ca>
188
189 * org-clock.el (org-notify): Bugfix.
190
191 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
192
193 * org-agenda.el (org-agenda-open-link): Handle multiple links and
194 check for after-string.
195
196 * org-gnus.el (org-gnus-store-link): Simplify.
197
198 * org.el (org-latex-regexps): Don't add extra empty lines for
199 display formulas.
200
201 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
202
203 * org-agenda.el (org-agenda-get-some-entry-text): New function.
204 (org-agenda-add-entry-text): Use
205 `org-agenda-get-some-entry-text'.
206
207 * org.el (org-cycle-separator-lines): Update docstring.
208 (org-cycle-show-empty-lines): Handle negative values for
209 `org-cycle-show-empty-lines'.
210
211 * org-exp.el (org-export-protect-sub-super): New function.
212 (org-export-normalize-links): Protect the url of plain links from
213 supscript and superscript processing.
214
215 * org-remember.el (org-remember-escaped-%): New function.
216 (org-remember-apply-template): Use `org-remember-escaped-%' to
217 detect escaped % signs.
218
219 2009-09-02 Bastien Guerry <bzg@altern.org>
220
221 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
222 sound when showing the notification.
223
224 * org-clock.el (org-notify): New function.
225 (org-clock-notify-once-if-expired): Use `org-notify'.
226
227 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
228 and `gnus-article-mode' separately.
229 (gnus-summary-article-header): Fix the declare-function.
230
231 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
232
233 * org-exp.el (org-export-format-source-code-or-example): Translate
234 language.
235
236 * org-src.el (org-src-lang-modes): New variable
237 (org-edit-src-code): Translate language.
238
239 * org-exp.el (org-export-format-source-code-or-example): Deal wit
240 the new structure of the `org-export-latex-listings-langs'
241 variable.
242
243 * org-latex.el (org-export-latex-listings-langs): Change structure
244 of the variable from plist to alist.
245
246 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
247
248 * org.el (org-in-commented-line): New function.
249
250 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
251
252 * org.el (org-hide-block-toggle): Make folded blocks searchable.
253
254 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
255
256 * org.el (org-flag-drawer): More useful error.
257
258 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
259
260 * org-remember.el (org-remember-apply-template): Use
261 org-icompleting-read.
262
263 * org-publish.el (org-publish): Use org-icompleting-read.
264
265 * org-colview.el (org-columns-edit-value, org-columns-new)
266 (org-insert-columns-dblock): Use org-icompleting-read.
267
268 * org-colview-xemacs.el (org-columns-edit-value)
269 (org-columns-new, org-insert-columns-dblock): Use
270 org-icompleting-read.
271
272 * org-attach.el (org-attach-delete-one, org-attach-open): Use
273 org-icompleting-read.
274
275 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
276
277 * org.el (org-hierarchical-todo-statistics): Improve docstring.
278 (org-version): Return the version text.
279 (org-org-menu): Add a menu entry for the new bug reporter.
280 (org-submit-bug-report): New command.
281
282 * org-list.el (org-hierarchical-checkbox-statistics): Improve
283 docstring.
284
285 * org.el (org-emphasis-regexp-components): Add "`" to set of
286 pre-emphasis characters.
287
288 * org-latex.el (org-export-latex-classes): Always include the soul
289 package.
290 (org-export-latex-emphasis-alist): Use \st for strikethough.
291
292 * org-exp-blocks.el (org-export-blocks-preprocess): Use
293 `indent-code-rigidly' to indent.
294
295 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
296 properties only if MATCH really is a string.
297
298 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
299
300 * org-latex.el (org-export-latex-packages-alist): Fix
301 customization type.
302
303 * org.el (org-create-formula-image): Also use
304 `org-export-latex-packages-alist'.
305
306 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
307 (org-export-as-html): Format footnotes correctly.
308
309 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
310
311 * org.el (org-fast-tag-selection): Avoid text properties on tags
312 in the alist.
313
314 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
315 text properties on the match element.
316
317 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
318
319 * org.el (org-set-regexps-and-options): Make sure the list of done
320 keywords is not invalid.
321
322 * org-exp.el (org-export-interpolate-newlines): New function.
323
324 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
325
326 * org.el (org-format-latex): Avoid nested overlays.
327
328 * org-latex.el (org-export-latex-listings-langs): Add a few more
329 languages.
330
331 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
332 ignore newlines and space before the first macro argument.
333
334 * org-latex.el (org-export-latex-tables): Remove save-excursion
335 around `org-table-align'.
336
337 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
338
339 * org.el (org-export-html-special-string-regexps): Definition
340 moved into org.el
341
342 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
343 in macro calls.
344
345 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
346
347 * org-latex.el (org-export-latex-listings)
348 (org-export-latex-listings-langs): New options.
349
350 * org-exp.el (org-export-format-source-code-or-example): Use
351 listing package if requested by the user.
352
353 2009-09-02 Bastien Guerry <bzg@altern.org>
354
355 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
356 command before actually switching to a buffer.
357
358 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
359
360 * org-exp.el (org-get-file-contents): Only quote org lines when
361 the markup is src or example.
362
363 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
364 New option
365 (org-agenda-get-day-entries): Remember deadline results and pass
366 them on into the function getting the scheduling information.
367 (org-agenda-get-scheduled): Accept deadline results as parameters
368 and maybe skip some entries.
369 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
370
371 * org.el (org-insert-heading): When respecting content, do not
372 convert current line to headline.
373
374 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
375 cheeeeeck the hd marker
376 (org-clock-in): Also set the hd marker.
377 (org-clock-out): Also set the hd marker.
378 (org-clock-cancel): Reset markers.
379
380 * org.el (org-clock-hd-marker): New marker.
381
382 * org-faces.el (org-agenda-clocking): New face.
383
384 * org-agenda.el (org-agenda-mark-clocking-task): New function.
385 (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
386
387 * org.el (org-modules): Add org-track.el.
388
389 * org-agenda.el (org-agenda-bulk-marked-p): New function.
390 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
391 `org-agenda-bulk-marked-p'.
392 (org-agenda-bulk-toggle): New command.
393
394 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
395
396 * org.el (org-move-subtree-down): Hide subtree if it was folded,
397 not just the body.
398
399 * org-remember.el (org-remember-finalize): Avoid buffer-modified
400 messages.
401
1 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca> 402 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 403
3 * org-html.el (org-export-as-html): 404 * org-html.el (org-export-as-html):
4 * org-docbook.el (org-export-as-docbook): 405 * org-docbook.el (org-export-as-docbook):
5 Use (default-value 'major-mode) instead of default-major-mode. 406 Use (default-value 'major-mode) instead of default-major-mode.