1 2008-06-18 Glenn Morris <rgm@gnu.org>
2 * org.el (org-map-entries): Let-bind `file'.
4 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
6 * org.el (org-agenda-skip-archived-trees): Docstring now
7 discourages using this.
8 (org-scan-tags): Check for org-agenda-archives-mode.
9 (org-map-entries): Make sure org-agenda-archives-mode is nil.
10 (org-agenda-files): Functionality of second arg changed.
12 * org-agenda.el (org-agenda-archives-mode): New variable
13 (org-write-agenda, org-prepare-agenda, org-agenda-list)
14 (org-search-view, org-todo-list, org-tags-view)
15 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
17 (org-agenda-quit): Reset the archives mode.
18 (org-agenda-archives-mode): New command.
19 (org-agenda-set-mode-name): Include archives info.
21 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
23 * org.el (org-paste-subtree): Make sure the yanked headline is
24 visible if it was yanked at a visible point.
25 (org-move-item-up): Fix the bug with moving white space at the end
27 (org-show-empty-lines-in-parent): New function.
29 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
31 * org-colview.el (org-columns-next-allowed-value): Bug fix.
33 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
35 * org-agenda.el (org-agenda-get-closed): Get the end time into the
36 agenda prefix as well.
38 * org-publish.el (org-publish-org-index): Make a properly indented
41 * org.el (org-calendar-agenda-action-key): New option.
42 (org-get-cursor-date): New function.
43 (org-mark-entry-for-agenda-action): New command.
44 (org-overriding-default-time): New variable.
45 (org-read-date): Respect `org-overriding-default-time'.
47 * org-remember.el (org-remember-apply-template): Respect the
48 ovverriding default time.
50 * org-agenda.el (org-agenda-action-marker): New variable.
51 (org-agenda-action): New command.
52 (org-agenda-do-action): New function.
54 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
56 * org.el (org-schedule, org-deadline): Protect scheduled and
57 deadline tasks against changes that accidently remove the
58 repeater. Also show a message with the new date when done.
60 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
62 * org.el (org-beginning-of-line): Cater for the case when there
63 are tags but no headline text.
64 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
67 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
69 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
70 the return value is nil instead of "nil" when there is no match.
72 * org-exp.el (org-insert-centered): Use fill-column instead of
74 (org-export-as-ascii): Use string-width to measure the width of
77 * org.el (org-diary-to-ical-string): No longer kill buffer
78 FROMBUF, this is now done by the caller.
80 * org-exp.el (org-print-icalendar-entries): Move the call to
81 `org-diary-to-ical-string' out of the loop, and kill the buffer
84 * org-remember.el (org-remember-visit-immediately): Position
85 cursor after moving to the note.
86 (org-remember-apply-template): Use a text property to record the
88 (org-remember-handler): Align tags after pasting the note.
90 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
92 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
94 * org-agenda.el (org-agenda-open-link): If there is an
95 org-bbdb-name property in the current line, jump to that bbdb
98 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
99 text property, so that the agenda knows where this entry comes
102 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
103 interaction between clocking-in from the agenda, and automatic
104 task state switching.
106 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
108 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
109 zmacs-region stays after this command in XEmacs.
111 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
113 * org.el (org-scan-tags): Allow new values for ACTION parameter.
115 * org-remember.el (org-remember-templates): Fix bug in
116 customization type definition.
118 * org.el (org-map-entries): New function.
120 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
122 * org-agenda.el (org-agenda-skip-comment-trees): New option.
123 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
125 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
127 * org-remember.el (org-jump-to-target-location): New variable.
128 (org-remember-apply-template): Set
129 `org-remember-apply-template' if requested by template.
130 (org-remember-handler): Start an idle timer to jump to
133 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
135 * org.el (org-set-regexps-and-options): Fix bug with parsing of
137 (org-get-tags-at): Add the content of `org-file-tags'.
139 * org-exp.el (org-export-handle-comments): Fix bug with several
140 comment lines after each other.
141 (org-number-to-roman, org-number-to-counter): New functions.
142 (org-export-section-number-format): New option.
144 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
146 * org-exp.el (org-export-protect-examples): Catch the case of a
147 missing end_example line.
149 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
150 `org-file-tags' to nil.
152 * org-colview.el (org-columns-next-allowed-value): Handle next
153 argument NTH to directly select a value.
155 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
156 argument NTH to directly select a value.
158 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
160 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
162 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
164 * org.el (org-columns-ellipses): New option.
166 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
168 * org-colview.el (org-columns-add-ellipses): New function.
169 (org-columns-compact-links): New function.
170 (org-columns-cleanup-item): Call `org-columns-compact-links'.
171 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
173 (org-columns-edit-value): Fixed bug with editing values from
175 (org-columns-redo): Also redo the agenda itself.
177 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
179 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
182 * org-colview.el (org-agenda-columns-cleanup-item): New function.
184 * org-exp.el (org-export-ascii-preprocess): Renamed from
185 `org-export-ascii-clean-string'.
186 (org-export-kill-licensed-text)
187 (org-export-define-heading-targets)
188 (org-export-handle-invisible-targets)
189 (org-export-target-internal-links)
190 (org-export-remove-or-extract-drawers)
191 (org-export-remove-archived-trees)
192 (org-export-protect-quoted-subtrees)
193 (org-export-protect-verbatim, org-export-protect-examples)
194 (org-export-select-backend-specific-text)
195 (org-export-mark-blockquote-and-verse)
196 (org-export-remove-comment-blocks-and-subtrees)
197 (org-export-handle-comments, org-export-mark-radio-links)
198 (org-export-remove-special-table-lines)
199 (org-export-normalize-links)
200 (org-export-concatenate-multiline-links)
201 (org-export-concatenate-multiline-emphasis): New functions,
202 obtained from spliiting the export preprocessor.
204 * org-table.el (org-table-recalculate): Improve error message if
205 the row number is invalid.
207 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
209 * org-archive.el (org-archive-save-context-info): Fix bugs in
210 customization setup and docstring.
212 * org-exp.el (org-export-html-style): Changed the size of in the
213 <pre> element to 90%.
215 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
217 * org.el (org-find-src-example-start): Function removed.
218 (org-edit-src-find-region-and-lang): New function.
220 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
222 * org.el (org-edit-src-exit): New function.
223 (org-exit-edit-mode): New minor mode.
225 * org-exp.el (org-export-preprocess-string): Fix bug with removing
226 comment-like lines from protected examples.
228 * org.el (org-edit-src-example, org-find-src-example-start)
229 (org-protect-source-example, org-edit-special): New functions.
231 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
233 * org-publish.el (org-publish-project-alist): Fix typo in
235 (org-publish-project-alist): Handle :index-title property.
237 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
239 * org-export-latex.el (org-export-as-latex): Make sure region
240 bounds are correct. Parse subtree properties relating to export.
242 * org-exp.el (org-export-add-options-to-plist): New function.
243 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
245 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
247 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
250 * org-exp.el (org-export-get-title-from-subtree)
251 (org-export-as-ascii, org-export-as-html): Make sure the original
252 region-beginning and region-end are used, even after moving
254 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
257 * org-remember.el (org-remember-last-stored-marker): New variable.
258 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
259 (org-remember-handler): Also use marker to remember
260 last-stored position.
262 * org.el (org-goto-marker-or-bmk): New function.
264 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
266 * org.el (org-file-properties): Renamed from `org-local-properties'.
267 (org-scan-tags): Take file tags into account.
268 (org-tags-match-list-sublevels): Default changed to t.
270 * org-exp.el (org-export-as-html): Close paragraph after a
273 * org.el (org-update-parent-todo-statistics): New function.
275 * org-exp.el (org-icalendar-store-UID): New option.
276 (org-icalendar-force-UID): Option removed.
277 (org-print-icalendar-entries): IMplement UIDs.
279 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
281 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
283 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
285 * org-faces.el (org-column): Document how this face is being used
286 and why sometimes the background faces shine through.
288 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
290 * org-publish.el (org-publish-attachment): Create publishing
291 directory if it does not yet exist.
293 * org-table.el (org-calc-default-modes): Change default number
296 * org.el (org-olpath-completing-read): New function.
297 (org-time-clocksum-format): New option.
298 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
300 * org-clock.el (org-clock-display, org-clock-out)
301 (org-update-mode-line): Use `org-time-clocksum-format'.
303 * org-colview-xemacs.el (org-columns-number-to-string): Use
304 `org-time-clocksum-format'.
306 * org-colview.el (org-columns-number-to-string): Use
307 `org-time-clocksum-format'.
309 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
311 * org-id.el: New file, move from contrib to core.
313 * org-exp.el (org-icalendar-force-UID): New option.
315 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
317 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
318 shifted by one day if theere is a date range without an end
321 * org.el (org-try-structure-completion): New function.
323 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
325 * org.el (org-set-font-lock-defaults): Improve fontification of
327 (org-insert-item): Handle description lists.
328 (org-adaptive-fill-function): Improve auto indentation in
331 * org-exp.el (org-export-as-html, org-export-preprocess-string):
332 Implement VERSE environment.
333 (org-export-preprocess-string): Implement the COMMENT
336 * org-export-latex.el (org-export-latex-preprocess): Implement
339 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
341 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
344 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
346 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
348 * org.el (org-quote-csv-field): New functions.
350 * org-table.el (org-table-export-default-format): Remove :splice
351 from default format, we get the same effect by not specifying
353 (org-table-export): Improve setup, distinguish better between
354 interactive and non-interactive use, allow specifying the format
355 on the fly, better protection against wrong file names.
356 (orgtbl-to-generic): Fix documentation. Do not require :tstart
357 and :tend when :splice is omitted.
359 2008-05-09 Bernt Hansen <bernt@norang.ca>
361 * org-clock.el (org-clock-select-task): Make sure the selection
362 letters are 1-9 and A-Z, no special characters.
364 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
366 * org-exp.el (org-export-htmlize): New group.
367 (org-export-htmlize-output-type)
368 (org-export-htmlize-css-font-prefix): New options.
369 (org-export-htmlize-region-for-paste): New function.
370 (org-export-htmlize-generate-css): New command.
372 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
374 * org/org.el (org-modules, org-format-latex-options):
375 * org/org-archive.el (org-archive-stamp-time)
376 (org-archive-save-context-info):
377 * org/org-faces.el (org-hide):
378 * org/org-irc.el (org-irc-parse-link):
379 * org/org-macs.el (org-call-with-arg, org-autoload):
380 * org/org-mew.el (org-mew-store-link):
381 * org/org-remember.el (org-remember-store-without-prompt)
382 (org-remember-templates): Fix typos in docstrings.
384 * org/org-info.el (org-info-store-link): Remove leftover docstring.
386 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
387 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
388 (org-bbdb-anniv-split): Fix typos in docstrings.
390 * org/org-publish.el (org-publish-project-alist): Doc fixes.
391 (org-publish-use-timestamps-flag): Reflow docstring.
392 (org-publish-files-alist): Fix typos in docstring.
394 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
396 * org.el (org-set-visibility-according-to-property): New function.
397 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
398 and compute the regular expressions, and update font-lock.
399 (org-property-re): Allow a dash in property names.
401 * org-archive.el (org-extract-archive-file): Insert the file name
402 without the path into the format, to allow the location format to
403 contain a subdirectory.
405 * org-agenda.el (org-agenda-post-command-hook): If point is at end
406 of buffer, and the `org-agenda-type' property undefined, use the
407 value from the character before.
409 * org.el (org-add-planning-info): Don't let indentation for
410 would-be timestamp become extra whitespace at the end of headline.
412 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
414 * org.el (org-remove-double-quotes, org-file-contents): New
417 * org-exp.el (org-infile-export-plist): Also parse the
418 contents of #+SETUPFILE files, recursively.
420 * org.el (org-set-regexps-and-options): Also parse the
421 contents of #+SETUPFILE files, recursively.
423 * org-exp.el (org-export-handle-include-files): New function.
424 (org-export-preprocess-string): Call
425 `org-export-handle-include-files'.
427 * org.el (org-delete-property-globally)
428 (org-delete-property, org-set-property): Ignore case during
430 (org-set-property): Use `org-completing-read' instead of
433 * org.el (org-complete-expand-structure-template): New,
434 experimental function.
435 (org-structure-template-alist): New, experimental option.
436 (org-complete): Call `org-complete-expand-structure-template'.
438 2008-05-06 Bastien Guerry <bzg@altern.org>
440 * org-export-latex.el (org-export-latex-preprocess): Added
441 support for blockquotes.
443 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
445 * org.el (org-read-date-analyze): Catch the case where only a
448 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
450 * org.el (org-set-font-lock-defaults): Make the description
453 * org-exp.el (org-export-as-html, org-close-li): Implement
456 2008-05-04 Jason Riedy <jason@acm.org>
458 * org-table.el (*orgtbl-default-fmt*): New variable.
459 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
460 when there is no other fmt available.
462 (orgtbl-to-generic): Allow an explicitly nil :tstart or
463 :tend to suppress the appropriate string.
465 (orgtbl-to-orgtbl): New function for translating to another orgtbl
468 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
470 * org.el (org-read-date-analyze): "." as an alias for "+0" in
473 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
476 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
479 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
481 * org-clock.el (org-clock-find-position): Don't include notes
484 * org-archive.el (org-archive-subtree): No longer remove an
485 extra line after cutting the subtree. `org-cut-subtree' already
488 * org-remember.el (org-remember-handler): Only kill the target
489 buffer if it does not contain the running clock.
491 * org.el (org-markers-to-move): New variable.
492 (org-save-markers-in-region, org-check-and-save-marker)
493 (org-reinstall-markers-in-region): New function.
494 (org-move-subtree-down, org-copy-subtree): Remember relative
495 marker positions before cutting.
496 (org-move-subtree-down, org-paste-subtree): Restore relative
497 marker positions after pasting.
499 * org-remember.el (org-remember-clock-out-on-exit): New option.
500 (org-remember-finalize): Clock out only if the setting in
501 `org-remember-clock-out-on-exit' requires it.
502 (org-remember-handler): Do the cleanup in the buffer, to make sure
503 that the clock marker remains in tact.
505 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
507 * org-clock.el (org-clock-goto): Widen buffer if necessary.
508 (org-clock-in): Make sure that also tasks outside the narrowed
509 region will be clocked in correctly.
510 (org-clock-insert-selection-line): Widen the buffer so that we can
511 find the correct task heading.
513 * org.el (org-base-buffer): New function.
515 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
517 (org-print-icalendar-entries): Also apply
518 `org-icalendar-cleanup-string' to the headline, not only to the
521 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
523 * org-exp.el (org-export-preprocess-hook): New hook.
524 (org-export-preprocess-string): Call
525 `org-export-preprocess-hook'.
527 * org.el (org-font-lock-hook): New variable.
528 (org-font-lock-hook): New function.
529 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
533 ;; add-log-time-zone-rule: t
536 Copyright (C) 2008 Free Software Foundation, Inc.
538 This file is part of GNU Emacs.
540 GNU Emacs is free software: you can redistribute it and/or modify
541 it under the terms of the GNU General Public License as published by
542 the Free Software Foundation, either version 3 of the License, or
543 (at your option) any later version.
545 GNU Emacs is distributed in the hope that it will be useful,
546 but WITHOUT ANY WARRANTY; without even the implied warranty of
547 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
548 GNU General Public License for more details.
550 You should have received a copy of the GNU General Public License
551 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
553 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c