Finalize the list of changes for 7.01
[org-mode/org-jambu.git] / lisp / ChangeLog.01
blob946e533f0397bfbd55ab8a90bff88224b332cc1a
2 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
4         * org-protocol.el (org-protocol-remember): Cater for empty title,
5         region, link.
7         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
8         agenda after adding new entry.
9         (org-agenda-get-represented-tags): New function.
10         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
11         to get a list of tags in the agenda.
13         * org-datetree.el (org-datetree-find-day-create): Fix regular
14         expression.
16         * org.el (org-display-outline-path): Use a format specifier for
17         message, to avoid problems with heading containing `%'.
19         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
20         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
21         (org-agenda-fix-displayed-tags): New function.
22         (org-agenda-do-context-action): Just call
23         `org-display-outline-path', without piping the result through
24         `message'.
26         * org-latex.el (org-export-latex-preprocess): Protect secondary
27         footnote references.
29         * org-indent.el (org-indent-initialize): Avoid empty strings as
30         line prefixes.
32         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
33         hat checking for the mark does not throw an error.
34         (org-agenda-diary-entry-in-org-file): Catch the case that there is
35         not `day' text property in the cursor line.
37         * org.el (org-sort-entries-or-items): Make sure that the final
38         entry has a newline before doing the sorting.
40         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
41         property at the beginning of the line.
43         * org.el (org-make-link-string): Don't allow a description with
44         only white space.
46 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
48         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
49         (org-agenda-insert-diary-as-top-level): New function.
50         (org-agenda-add-entry-to-org-agenda-diary-file): Call
51         `org-agenda-insert-diary-as-top-level'.
53         * org.el (org-occur-in-agenda-files): Make sure none of the
54         buffers is narrowed.
55         (org-activate-plain-links): Add the face property here.
56         (org-set-font-lock-defaults): Do not add the face to plain links,
57         the activator function does this.
59         * org-habit.el (org-is-habit-p): Add doc string.
61 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
63         * org-archive.el (org-archive-subtree-default-with-confirmation):
64         Autoload.
66         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
67         after match optional (happens at the end of a line...).
69         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
70         for special blocks.
72         * org-faces.el (org-copy-face): Set lisp indentation.
73         (org-quote, org-verse): New faces.
75         * org-agenda.el (org-agenda-remove-date): Remove variable.
77 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
79         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
81 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
83         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
84         hash keys to cache and re-use images generated by the
85         org-exp-blocks interface to ditaa and dot.
87 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org-html.el (org-export-as-html): Move the home/up link into
90         the content div.
92         * org.el (org-export-latex-packages-alist): Option definition
93         moved here from org-latex.el.
95 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
97         * org.el (org-format-latex): Latex images are now saved to files
98         named by the sha1 hash of the latex source text avoiding
99         regeneration of identical images.
101 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
103         * org-html.el (org-export-html-home/up-format): Add an ID to the
104         up/home div.
106 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
108         * org-wl.el (org-wl-store-link): Handle the case that
109         `wl-use-petname' is set.
111         * org.el (org-set-effort): Improve prompt.
112         (org-get-outline-path): Widen to get full path.
113         (org-compact-display-after-subtree-move): Function removed.
115         * org-latex.el (org-export-as-latex): Add the :drawers property.
117 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org.el (org-speed-commands-user): Allow documentation headlines.
120         (org-speed-commands-default): Organize the value of this constant
121         with descriptive headlines.
122         (org-print-speed-command): Output the headlines.
124 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
126         * org-agenda.el (org-agenda-show-outline-path): New option.
127         (org-agenda-do-context-action): New function.
128         (org-agenda-next-line, org-agenda-previous-line): Use
129         `org-agenda-do-context-action'.
131         * org.el (org-use-speed-commands): Allow function value.
132         (org-speed-commands-default): Make headline motion safe, so that
133         these commands always end on a headline.
134         (org-speed-commands-default): New key `v' for `org-agenda'.
135         (org-speed-move-safe): New function.
136         (org-self-insert-command): Use the function value of
137         `org-use-speed-commands'.
138         (org-get-outline-path): Improve docstring.
139         (org-format-outline-path): New function.
140         (org-display-outline-path): New function.
142 2009-11-12  John Wiegley  <jwiegley@gmail.com>
144         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
145         a string, use that to find the LOGBOOK drawer.
147 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
149         * org.el (org-clone-subtree-with-time-shift): Make it work at the
150         end of the buffer.
152         * org-mobile.el (org-mobile-write-checksums): Specify coding
153         system.
154         (org-mobile-timestamp-buffer): Keep local variable/mode line at
155         beginning of buffer.
157         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
159         * org.el (org-block-todo-from-children-or-siblings-or-parent)
160         (org-block-todo-from-checkboxes): Do not block changes to a nil
161         TODO state.
163 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
165         * org-habit.el (org-habit-parse-todo): Indicate which habit is
166         wrongly set up in the error messages.
168         * org-colview.el (org-columns-display-here): Don't try to
169         calculate values if the underlying property is not set.
170         (org-columns-string-to-number): Convert age strings back into
171         fractional days.
172         (org-agenda-colview-summarize): Handle extended summary types
173         properly.
175         * org-colview-xemacs.el (org-columns-display-here): Don't try to
176         calculate values if the underlying property is not set.
177         (org-columns-string-to-number): Convert age strings back into
178         fractional days.
179         (org-agenda-colview-summarize): Handle extended summary types
180         properly.
182 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
184         * org-exp.el (org-export-format-drawer-function): New variable.
185         (org-export-format-drawer): New function.
186         (org-export-preprocess-string): Pass the backend as a parameter to
187         `org-export-remove-or-extract-drawers'.
188         (org-export-remove-or-extract-drawers): New parameter BACKEND.
190         * org-protocol.el (org-protocol-char-to-string): New defsubst.
192 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
194         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
195         message when no block is selected.
197         * org-latex.el (org-export-latex-links): Check for protectedness
198         in the last matched character, not after the match.
200         * org-datetree.el (org-datetree-find-date-create): Respect
201         restriction when KEEP-RESTRICTION is set.
202         (org-datetree-file-entry-under): New function.
203         (org-datetree-cleanup): New command.
205 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
207         * org-src.el (org-edit-src-code): New optional argument context
208         allows calling functions to avoid altering the saved window
209         configuration.
210         (org-edit-src-exit): Do not restore window configuration when this
211         function is used in the context of saving the edit buffer.
213 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
215         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
216         instances to switching to with-current-buffer, because these seem
217         to cause problems - no idea why.
219         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
220         Require diary-lib for (diary-date-display-form).
222         * org.el (org-log-reschedule, org-log-redeadline): New options.
223         (org-log-note-headings): Add templates for rescheduling and
224         deadline changing.
225         (org-startup-options): Add in-buffer settings for logging changing
226         schedule and deadline time stamps.
227         (org-deadline, org-schedule): Check for existing date and arrange
228         for logging if the user requests it.
229         (org-add-log-note): Prepare proper note buffers for rescheduling
230         and deadline changes.
232 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org-agenda.el (org-agenda-diary-entry-in-org-file)
235         (org-agenda-add-entry-to-org-agenda-diary-file)
236         (org-agenda-insert-diary-make-new-entry): New functions.
237         (org-agenda-diary-entry): Call
238         `org-agenda-diary-entry-in-org-file' when appropriate.
240         * org.el (org-calendar-insert-diary-entry-key): New option.
241         (org-agenda-diary-file): New option.
242         ("calendar"): Install our insertion function in the calendar.
244         * org-remember.el (org-datetree): Require.
245         (org-remember-templates): Add new positioning option.
246         (org-remember-reference-date): New variable.
247         (org-remember-apply-template): Store the reference date in a local
248         variable.
249         (org-remember-handler): Implement date tree positioning of entries.
251         * org-datetree.el: New file.
253         * org-latex.el (org-export-latex-preprocess): Protect targets in
254         verbatim emphasis.
256         * org-html.el (org-export-as-html): Protect targets in verbatim
257         emphasis.
259         * org-docbook.el (org-export-as-docbook): Protect targets in
260         verbatim emphasis.
262 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
264         * org.el (org-link-display-format): Should be literal replacement.
266 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
268         * org-clock.el (org-show-notification): Handle messages that
269         contain a percent character.
271         * org-remember.el (org-remember-apply-template): Turn of partial
272         completion.
274         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
275         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
277         * org.el (org-indent-mode): Define variable already in org.el.
278         (org-unfontify-region): Remove line-prefix and wrap-prefix
279         properties only if org-indent-mode is active.
281 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org-icalendar.el (org-print-icalendar-entries): Save match data
284         around call to verify function.
285         (org-print-icalendar-entries): Add a call to the verification
286         function.
288         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
289         save-restrivtion' form.
291 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
293         * org-exp.el (org-export-format-source-code-or-example): restrict
294         scope of preserve-indentp to the let binding.
295         (org-src): require org-src, since org-src-preserve-indentation is used.
297 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org-timer.el (org-timer-set-timer): Set variables
300         org-timer-timer[123] correctly.
303         * org-mobile.el (org-mobile-files-alist): Make it work when
304         `agenda-archives' is included in
305         `org-agenda-text-search-extra-files'.
306         (org-mobile-push): Restore agenda after mobile push.
308 2009-11-05  John Wiegley  <jwiegley@gmail.com>
310         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
311         way the amount of idle time is presented in the minibuffer.
313 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org-icalendar.el (org-print-icalendar-entries): Use
316         org-icalendar-verify-function only if non-nil.
318         * org.el (org-refile): Refile to clock only if the prefix arg is
319         2.
320         (org-sparse-tree): Fix docstring to be in line with prompt.
321         (org-update-parent-todo-statistics): Call
322         `org-after-todo-statistics-hook' on each level.
324 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
326         * org-remember.el (org-remember-apply-template): Make sure the
327         buffer exists.
329 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
331         * org.el (org-tab-ind-state): New variable.
332         (org-cycle-level): New function.
333         (org-cycle-level-after-item/entry-creation): New option.
334         (org-flag-subtree): New function.
335         (org-hide-archived-subtrees): Call `org-flag-subtree'.
336         (org-set-effort): Indexed access.
338         * org-list.el (org-cycle-item-indentation): New function.
340         * org.el (org-refile): Make prefix argument 2 refile to current
341         clock.
342         (org-priority): Interpret action `remove' as call to remove the
343         priority cookie.
345         * org-remember.el (org-remember-apply-template): Don't depend on
346         buffer name being like file name.
348 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
350         * org-clock.el (org-clock-play-sound): Expand file in
351         org-clock-sound, to allow ~ for home.
353         * org-remember.el (org-remember-handler): Set
354         text-before-node-creation even if this already looks like a node,
355         because the string might be needed on non-org-mode target files.
357         * org-agenda.el (org-agenda-open-link): Make this work in agenda
358         clocktables.
359         (org-agenda-switch-to): Follow a link at point if
360         org-return-follows-link' is set and there is nothing else to do in
361         this line.
363 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
365         * org-colview-xemacs.el: Add in changes from org-colview.el
367 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
369         * org-exp-blocks.el: Modify split separator regexp to avoid empty
370         strings.
372 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
374         * org-colview.el (org-columns-new): Make this work with the new
375         operators.
376         (org-columns-store-format): Make this work with the new operators.
378 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
380         * org-src.el (org-src-preserve-indentation): Document that this
381         variable is also used during export.
383         * org-exp.el (org-export-format-source-code-or-example): Preserve
384         indentation if a block has a -i option, or if
385         `org-src-preserve-indentation' is set.
387         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
388         indentation if a block has a -i option, or if
389         `org-src-preserve-indentation' is set.
391 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
393         * org.el (org-mode-map): Define the new archiving keys.
394         (org-speed-commands-default): Define an archiving key in the speed
395         command map.
396         (org-org-menu): Improve the menu structure concerning archiving.
398         * org-archive.el (org-archive-subtree-default-with-confirmation):
399         New command.
401         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
402         (org-agenda-menu): Add the new archiving commands to the menu.
403         (org-agenda-archive-default)
404         (org-agenda-archive-default-with-confirmation): New commands.
405         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
406         call `org-agenda-archive-with'.
407         (org-agenda-archive-with): New function.
409         * org-table.el (org-table-convert-region): Inert spaces around "|"
410         to avoid line beginnings like "|-1" which will be mistaken as
411         hlines.
413 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
415         * org.el (org-offer-links-in-entry): Return nil if there are no
416         links, t if a link has been selected.
417         (org-open-at-point): Open attachment directory when called in the
418         headline and there are no links in the entry body.
419         (org-speed-commands-default): Add "o" for open-at-point as a speed
420         command.
422         * org-attach.el (org-attach-reveal): Optional prefix arg
423         IF-EXISTS, which avoids creating the attachment directory if it
424         does not yet exist.
426         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
427         MATCH.
429 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
431         * org.el ("abbrev"): Work with abbrev tables only after they have
432         been loaded.
434         * org-list.el (org-list-send-list): Fix bug related to match
435         data.
437         * org-latex.el (org-export-latex-fontify): Apply verbatim
438         emphasis.
439         (org-export-latex-make-header): Insert \obeylines if line breaks
440         should be preserved.
442         * org-exp.el (org-export-protect-verbatim): Add an
443         `org-verbatim-emph' property to such text.
445 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
447         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
448         (org-print-icalendar-entries): Skip entries where the timestamp is
449         not a deadline and not scheduled, if the user requests that.
451         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
452         before an opening quote.
454         * org-archive.el (org-archive-subtree): Keep archive after
455         archiving something.
457         * org-id.el (org-id-update-id-locations): Add archive files if
458         that is required by `org-id-extra-files'.
460 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org-src.el (org-src-window-setup): New option.
463         (org-src-switch-to-buffer): New function.
464         (org-edit-src-exit): Add optional argument CONTEXT and use it to
465         restore window configuration.
466         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
467         Call `org-src-switch-to-buffer'.
469         * org.el (org-default-properties): Add STYLE property.
470         (org-files-list): Use the function call to get the files.
471         (org-additional-option-like-keywords): Add SETUPFILE to completion
472         list.
474 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
476         * org-table.el (org-table-convert-region): Correctly interpret
477         quoting in csv import.
479         * org.el (org-icompleting-read): Make iswitchb completion work
480         with lists and tables.
482         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
483         while pushing the mobile agenda.
485 2009-10-25  John Wiegley  <jwiegley@gmail.com>
487         * org-clock.el
488         (org-clock-auto-clock-resolution): Now takes three values: nil, t
489         and `when-no-clock-is-running'.
490         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
491         whether or not to resolve Org buffers on clock in.
493 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
495         * org-colview.el (org-format-time-period): Function to format
496         times in fractional days for display.
497         (org-columns-display-here): Add support for showing a calculated
498         value in place of the property.
499         (org-columns): Set `org-columns-time' to the current time so time
500         difference calculations will work.
501         (org-columns-time): Use to store the current time when column view
502         is displayed, so all time differences will use the same reference
503         point.
504         (org-columns-compile-map): There is now an extra position in each
505         entry specifying the function to use to calculate the displayed
506         value for the non-calculated properties in the column,
507         (org-columns-compute-all): Set `org-columns-time' to the current
508         time so time difference calculations will work.
509         (org-columns-compute): Handle column operators where the values
510         used are calculated from the underlying property.
511         (org-columns-number-to-string): Handle the 'age' column format
512         (org-columns-string-to-number): Correct the function name (was
513         org-column...). Add support for the 'age' column format.
514         (org-columns-compile-format): Support the additional parameter in
515         org-columns-compile-map.
517 2009-10-26  Bastien Guerry  <bzg@altern.org>
519         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
520         variable.
522 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
524         * org-clock.el (org-clock-has-been-used): New variable.
525         (org-clock-in): Set `org-clock-has-been-used'.
526         (org-clock-save): Save only if clock data has been used or created
527         during this session.
529 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
531         * org-clock.el (org-clock-persist): New value, to store only the
532         clock history.
533         (org-clock-save): Don't save the clock if only the history should
534         be stored.
535         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
536         when restoring a saved clock.
538 2009-10-24  John Wiegley  <jwiegley@gmail.com>
540         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
541         `org-time-clock-use-fractional'.
543         * org.el (org-time-clocksum-use-fractional)
544         (org-time-clocksum-fractional-format): Two new customizable
545         variables which allow the user to select fractional times (1.25
546         instead of 1:25) in the `org-clock-display' report.
548 2009-10-23  John Wiegley  <jwiegley@gmail.com>
550         * org-habit.el (org-habit-build-graph): None of the arguments
551         should be optional.
552         (org-habit-parse-todo, org-habit-deadline)
553         (org-habit-get-priority, org-habit-get-faces)
554         (org-habit-build-graph): Further simplifications by storing all
555         past, scheduled and deadline dates as a number of days past the
556         epoch, and not as times.
558         * org-habit.el (org-habit-warning-face)
559         (org-habit-warning-future-face): Removed because these are no
560         longer used.
561         (org-habit-deadline, org-habit-deadline-repeat): Now always
562         returns a date; computed if there was a scheduled repeater but no
563         deadline repeater.
564         (org-habit-get-priority): Further improvements to the priority
565         algorithm.  In particular, items past due should always appear
566         before items due or not yet due.
567         (org-habit-get-faces): Greatly simplified the logic, now that
568         `org-habit-deadline' always returns a valid time.
570 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
573         New option.
575         * org.el (org-tag-alist): Fix customization type.
577 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
579         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
580         Make sure the regexp search can fail without throwing an error.
581         (org-mobile-apply): Save the inbox buffer after removing
582         successfully applied changes.
584 2009-10-22  John Wiegley  <jwiegley@gmail.com>
586         * org-habit.el (org-habit-build-graph): Fix to the graph building
587         when last DONE date is earlier than `org-habit-preceding-days'.
589         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
590         time is reported after the user comes back (but before they
591         resolve time).
593         * org.el (org-get-repeat): Change so that this function can be
594         called with either `org-scheduled-string' or
595         `org-deadline-string'.
597         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
598         to find the scheduled date.
600         * org-clock.el (org-clock-auto-clock-resolution): Renamed
601         `org-clock-disable-clock-resolution', since negatives don't sound
602         good in customization variables.
603         (org-clock-in): Don't use the auto-resolution logic if the user is
604         clocking into a different task while an active clock is running.
605         This then allows the default behavior of clocking out of the open
606         task and then into the new task.
608         * org-habit.el (org-habit-parse-todo): Generate an error if a
609         habit has a scheduled repeat period < 1.
610         (org-habit-get-faces): Fixes to the way that colors are computed.
611         (org-habit-build-graph): The graph wasn't displaying beyond any
612         day that had two completions in it.
614         * org.el (org-modules): Made this variable more consistent, since
615         it was referring to Org, OrgMode and Org-mode, whereas the docs
616         for the variable always refer to Org-mode.
618 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
620         * org.el (org-repeat-re): The changed org-repeat-re no longer
621         matched simple +2d type repeaters. Fix it so it does.
623 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
625         * org-latex.el (org-export-latex-preprocess): Protect the vspace
626         macro in the VERSE environment.
628 2009-10-20  John Wiegley  <jwiegley@gmail.com>
630         * org-habit.el (org-habit-get-priority): A new function that
631         determines the relative priority of a habit, based on how long
632         past its scheduled date it is, and how near the deadline is.
634         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
635         using `org-habit-get-priority'.
637         * org-habit.el (org-habit-build-graph): Start displaying colors
638         from the first scheduled date, if that date is earlier than the
639         first completion date.
641         * org-habit.el: Changed all "color" variables to faces, and made
642         them appropriate for light and dark backgrounds.
644         * org-habit.el (org-habit-duration-to-days): Made this function
645         more general.
646         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
648         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
649         habits, since they don't use DEADLINE anymore.
651         * org.el (org-repeat-re, org-display-custom-time)
652         (org-timestamp-change): Extended to support the new ".+N/N"
653         syntax, used for habits.
655         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
656         variable reference.
658         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
659         modeline when habits are being displayed (if that module is being
660         loaded).
662 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
664         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
665         idle time using the xscreensaver extension.
666         (org-user-idle-seconds): Use X11 idle time if available.
668 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
670         * org-agenda.el (org-agenda-next-line): New command.
671         (org-agenda-previous-line): New commands.
672         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
673         commands.
674         (org-agenda-follow-mode): Do the follow immediately if the mode is
675         turned on here.
676         (previous-line, next-line): Replace keys with the corresponding
677         org functions.
678         (org-agenda-mode-map): Bind backspace and delete to the scrolling
679         command.
681         * org.el (org-icompleting-read): Turn off partial completion mode
682         for the duration of this completion round.
684         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
685         macros in author lines and similar stuff.
687         * org.el (org-file-tags): Fix docstring.
688         (org-get-buffer-tags): Add the #+FILETAGS tags.
689         ("ecb"): Maks ecb show context after jumping into an Org file.
691 2009-10-20  John Wiegley  <johnw@newartisans.com>
693         * org-agenda.el (org-finalize-agenda): Draw habit consistency
694         graphs after everything else in the buffer has been setup.
696 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
698         * org-mobile.el (org-mobile-apply): Count success and failure.
700         * org.el (org-indent-line-function): Fix regexp replace problem.
702 2009-10-19  John Wiegley  <johnw@newartisans.com>
704         * org-clock.el (org-clock-disable-clock-resolution): New
705         customization variable that disable automatic clock resolution on
706         clock in.
707         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
708         not automatically resolve anything.  This is does not affect
709         idle-time resolution, however, if `org-clock-idle-time' is set.
711 2009-10-19  John Wiegley  <johnw@newartisans.com>
713         * org-habit.el: New file, which implements code to build a "habit
714         consistency graph".
716         * org-agenda.el (org-agenda-get-deadlines)
717         (org-agenda-get-scheduled): Display consistency graphs when
718         outputting habits into the agenda.  The graphs are always relative
719         to the current time.
720         (org-format-agenda-item): Added new parameter `habitp', which
721         indicates whether we are formatting a habit or not.  Do not
722         display "extra" leading information if habitp is true.
724         * org.el (org-repeat-re): Improved regexp to include .+ and ++
725         leaders for repeat strings.
726         (org-get-repeat): Now takes a string parameter `tagline', so the
727         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
729 2009-10-19  John Wiegley  <johnw@newartisans.com>
731         * org-agenda.el (org-agenda-auto-exclude-function): New
732         customization variable for allowing the user to create an "auto
733         exclusion" filter for doing context-aware auto tag filtering.
734         (org-agenda-filter-by-tag): Changes to support the use of
735         `org-agenda-auto-exclude-function'.  See the new manual addition,.
737 2009-10-18  John Wiegley  <johnw@newartisans.com>
739         * org.el (org-files-list): Don't attempt to return a file name for
740         Org buffers which have no associated file.
742         * org-agenda.el (org-agenda-do-action): Fixed a typo.
744 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org-mobile.el (org-mobile-locate-entry): Interpret files
747         relative to org-directory.
748         (org-mobile-inbox-for-pull): Document the best location for this
749         file.
750         (org-mobile-check-setup): Verify `org-directory'.
751         (org-mobile-create-index-file): Sort the files to be listed in
752         index.org.
754 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
756         * org.el (org-fast-tag-selection): Add a way to display a
757         description for a tag group. This is done by adding a string to
758         either the startgroup or endgroup cell.
760 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
762         * org-clock.el (org-clock-resolve, org-resolve-clocks)
763         (org-emacs-idle-seconds): Use `org-float-time' instead of
764         `time-to-seconds'
766 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
768         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
769         type.
771         * org.el (org-pre-cycle-hook): Document that `empty' can also be
772         the value of ARG when doing local cycling.
774 2009-10-17  John Wiegley  <johnw@newartisans.com>
776         * org-clock.el (org-clock-resolve-clock): If keeping or
777         subtracting time results in a clock out at a time in the past, and
778         if the resolution occurred due to idleness or invoking `M-x
779         org-resolve-clocks', remember that past moment in time.  On the
780         next clock in, the user will be prompted to see if they want to
781         back-date their new clock to then.
782         (org-clock-resolve): Do not jump the user to the location of a
783         dangling clock if the resolution is occuring due to an idle
784         timeout.  In that case there is typically only one dangling clock,
785         the active one, and there is no value gained by shuffling their
786         windows around to show it to them.  Being prompted to resolve an
787         idle clock should be as inobtrusive as possible.
788         (org-resolve-clocks-if-idle): New function that resolves only the
789         currently active clock if the user has exceeded the time returned
790         by `org-user-idle-seconds', based on the value of
791         `org-clock-idle-time'.
792         (org-clock-in): If, after resolving clocks,
793         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
795         * org-clock.el (org-clock-resolve-clock): New function that
796         resolves a clock to a specific time, closing or resuming as need
797         be, and possibly even starting a new clock.
798         (org-clock-resolve): New function used by `org-resolve-clocks'
799         that sets up for the call to `org-clock-resolve-clock'.  It
800         determines the time to resolve to based on a single-character
801         selection from the user to either keep time, subtract away time or
802         cancel the clock.
803         (org-resolve-clocks): New user command which resolves dangling
804         clocks -- that is, open but not active -- anywhere in the file
805         list returned by `org-files-list'.
806         (org-clock-in): Automatically resolve dangling clocks whenever a
807         user clocks in.
808         (org-clock-cancel): If the user cancels the solely clock in a
809         LOGBOOK, remove the empty drawer.
811         * org-clock.el (org-clock-idle-time): New user customizable option
812         for detecting whether the user has left a clock idle.  Note: it is
813         only used in this commit to test whether it's worthwhile to check
814         OS X to get the Mac user's current idle time.  If the Emacs idle
815         time is less than the value, the user hasn't been away long enough
816         to be worth checking (a more expensive test than just getting
817         Emacs idle time).
818         (org-user-idle-seconds, org-mac-idle-seconds)
819         (org-emacs-idle-seconds): This three functions, in conjunction
820         with the user customization variable `org-clock-idle-time', return
821         the number of seconds (as a floating point) that the user has been
822         away from their Emacs (or, if running on OS X, their computer).
824         * org-clock.el (org-find-open-clocks): New function that returns a
825         list of all open clocks in the given FILE.  Note that each clock
826         it returns is a cons cell of the format (MARKER . START-TIME).
827         This "clock" value is used by several of the new clock module
828         utility functions.
829         (org-is-active-clock): New inline function which tests whether the
830         given clock value is the same as the currently active clock.
831         Returns non-nil if this is the case.
832         (org-with-clock-position): New macro that evaluates FORMS with
833         point in the buffer and at the position of the given clock.
834         Changes to the current clock are global.
835         (org-with-clock): New macro that evaluates FORMS with point in the
836         buffer and at the position of the given clock.  However, changes
837         to the current clock are local and have no effect on the user's
838         active clock.  This allows, for example, far any clock to be
839         cancelled without cancelling the active clock.
840         (org-clock-clock-in): New inline function that switches the active
841         clock to the given clock.  If either the argument RESUME, or the
842         global `org-clock-in-resume', are non-nil, it will resume a clock
843         that was previously left open.
844         (org-clock-clock-out): New inline function that clocks out the
845         given clock value without affecting the currently active clock.
846         (org-clock-clock-cancel): New inline function that cancels the
847         given clock value without affecting the currently active clock.
849         * org-clock.el (org-clock-in): Before creating
850         `org-clock-mode-line-timer', check to make sure an older timer is
851         not currently running.
852         (org-clock-out): Accept new third parameter `at-time', which
853         permits a clock to be clocked out at a specific time.  Note that
854         no attempt is made to verify that the clock out time is later than
855         the clock in time.
857         * org.el (org-files-list): New utility function for returning a
858         list of all open org-mode buffers, plus all files used to build
859         the agenda buffer.  Note that not all the files will necessarily
860         be visited by a buffer at time of call.
861         (org-entry-beginning-position): Like the function
862         `line-beginning-position', this inline function returns the
863         beginning position of the current heading/entry.
864         (org-entry-end-position): Like the function `line-end-position',
865         this inline function returns the end position of the current
866         heading/entry.
868 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
870         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
871         a header line.
873 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
875         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
877 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
879         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
880         entries that have no tags.
881         (org-agenda-search-view): New customize group.
882         (org-agenda-search-view-search-words-only): New option.
883         (org-search-view): Implement substring search.
885 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
887         * org.el (org-outline-level): Add doc string.
889 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org-inlinetask.el (org-inlinetask-export): Re-introduce
892         variable.
893         (org-inlinetask-export-handler): Only export inline task if the
894         user option calls for it.
896 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
898         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
899         END if present.
901 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
903         * org-latex.el (org-export-latex-tables): Don't format in
904         protected regions.
906 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
908         * org-src.el (org-edit-src-code)
909         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
910         macro editing.
912         * org-agenda.el (org-prefix-category-max-length): New variable.
913         (org-format-agenda-item): Use `org-prefix-category-max-length'.
914         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
916 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
918         * org-mobile.el (org-mobile-create-index-file): Improve the
919         listing of tags and todo keywords.
921         * org-latex.el (org-export-latex-format-image): New function.
922         (org-export-latex-links): Use `org-export-latex-format-image'.
924 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
926         * org-inlinetask.el (org-inlinetask-get-current-indentation)
927         (org-inlinetask-remove-terminator): New functions.
928         (org-inlinetask-export-handler): Terminate the description list.
930         * org-exp.el (org-export-select-backend-specific-text): Remove the
931         region markers.
933         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
934         tasks without content.
936         * org-clock.el: Make sure the clock-in target position does not
937         move to a different node by widening the buffer.
939         * org-html.el (org-export-html-format-image): Wrap image into
940         figure div only when there is a caption.
942         * org-archive.el (org-archive-mark-done): Change default value to
943         nil.
945 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
947         * org.el (org-context): Call `bobp', not `eobp'.
949         * org-clock.el (org-clock-cancel): Remove quotes from marker
950         variables.
952         * org.el (org-read-date-prefer-future): New allowed value `time'.
953         (org-read-date-analyze): Shift day to tomorrow depending on time
954         entered and value of `org-read-date-prefer-future'.
956 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
958         * org.el (org-set-tags-to): New command.
960         * org-mobile.el (org-mobile-action-alist): Add more options and
961         update the docstring.
962         (org-mobile-apply-flags): Parse for and use the data.
964         * org-latex.el (org-export-latex-set-initial-vars): Also check in
965         the plist.
967         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
968         keyword.
970         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
972 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
974         * org-inlinetask.el (org-inlinetask-export): Option removed.
975         (org-inlinetask-export-handler): Better export.
977         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
978         (org-export-as-xoxo): Run the new hook.
980         * org-html.el (org-export-html-final-hook): New hook.
981         (org-export-as-html): Run the new hook.
983         * org-docbook.el (org-export-docbook-final-hook): New hook.
984         (org-export-as-docbook): Run the new hook.
986         * org-ascii.el (org-export-ascii-final-hook): New hook.
987         (org-export-as-ascii): Run the new hook.
989         * org-mobile.el (org-mobile-create-sumo-agenda): Call
990         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
992         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
993         space character as the character before the ^/_.
994         (org-export-latex-final-hook): New hook.
995         (org-export-as-latex): Run `org-export-latex-final-hook'.
997 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
999         * org-macs.el (org-if-unprotected-at): Fix docstring.
1001         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1002         text in the prefix (if category is a link).
1004         * org-latex.el (org-export-latex-preprocess): Deal properly with
1005         empty lines in verse environments.
1007         * org.el (org-format-latex-header): Inline fullpage.sty.
1009         * org-footnote.el (org-footnote-create-definition): Reveal context
1010         to add a new footnote definition.
1012         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1013         the index file.
1014         (org-mobile-files): New option.
1015         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1016         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1017         functions.
1018         (org-mobile-push): Start by creating the files lists.
1019         (org-mobile-copy-agenda-files): Move killing the buffer to after
1020         the save-excursion has exited.
1021         (org-mobile-write-checksums): Write checksums also for files in
1022         sub-directories.
1024         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1025         org-table-recalculate when cursor is in TBLFM line.
1027         * org-list.el (org-renumber-ordered-list): Fix cursor position
1028         when bullet length has changed.
1030 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
1032         * org.el (org-format-latex): Mention `org-format-latex-options' in
1033         the docstring.
1035 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org.el (org-agenda-get): New function.
1039         * org-agenda.el (org-agenda-post-command-hook): No longer move
1040         point away from end of line.
1041         (org-agenda-add-entry-text, org-agenda-collect-markers)
1042         (org-finalize-agenda, org-agenda-mark-clocking-task)
1043         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1044         (org-agenda-entry-text-show, org-agenda-highlight-todo)
1045         (org-agenda-compare-effort, org-agenda-filter-apply)
1046         (org-agenda-later, org-agenda-change-time-span)
1047         (org-agenda-post-command-hook, org-agenda-show-priority)
1048         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1049         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1050         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1051         (org-agenda-open-link, org-agenda-copy-local-variable)
1052         (org-agenda-switch-to, org-agenda-check-no-diary)
1053         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1054         (org-agenda-add-note, org-agenda-change-all-lines)
1055         (org-agenda-priority, org-agenda-set-tags)
1056         (org-agenda-set-property, org-agenda-set-effort)
1057         (org-agenda-toggle-archive-tag, org-agenda-date-later)
1058         (org-agenda-show-new-time, org-agenda-date-prompt)
1059         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1060         (org-agenda-clock-in, org-agenda-bulk-mark)
1061         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1062         `org-get-at-bol'.
1064         * org-colview.el (org-columns-display-here)
1065         (org-columns-edit-allowed, org-agenda-columns): Use
1066         `org-get-at-bol'.
1068 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1070         * org.el (org-special-ctrl-a/e): Improve documentation and
1071         customize type.
1072         (org-end-of-line): Don't jump to after the ellipsis.
1073         (org-mode-map): Bind <home> and <end> as well.
1075 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
1077         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1078         space after #+ as comments.
1079         (org-open-at-point): Run `org-follow-link-hook' always.
1081         * org-latex.el (org-export-latex-emph-format): Use better commands
1082         to insert special characters in verbatim snippets.
1084 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
1086         * org-faces.el (org-copy-face): New function.  Use it to create
1087         various faces formerly created by using `copy-face'.
1089         * org-agenda.el (org-prepare-agenda): Don't officially mark this
1090         window dedicated.
1091         (org-agenda-quit): Kill the frame containing the agenda window if
1092         that frame was created for the agenda.
1094 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
1096         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1097         stamp in the agenda.
1099 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
1101         * org-mobile.el (org-mobile-create-index-file): Add the list of
1102         TODO keywords, and the list of drawers to the index file.
1104         * org-agenda.el (org-prepare-agenda): Reset
1105         `org-drawers-for-agenda'.
1106         (org-prepare-agenda): Uniquify list of drawers.
1108         * org.el (org-complex-heading-regexp-format): New variable.
1109         (org-set-regexps-and-options): Define
1110         `org-complex-heading-regexp-format'.
1111         (org-drawers-for-agenda): New variable.
1112         (org-map-entries): Bind `org-drawers-for-agenda'.
1113         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1115         * org-remember.el (org-go-to-remember-target)
1116         (org-remember-handler): Use `org-complex-heading-regexp-format'.
1118 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
1120         * org-agenda.el (org-agenda-highlight-todo): Fix text property
1121         problem.
1123         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1124         the capture file, and make it non-configurable.
1126         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1127         always with `invisible-ok'.
1128         (org-store-link): No error when there is nothing to link to in the
1129         agenda.
1131         * org-list.el (org-update-checkbox-count): Insert changed cookie
1132         before the old, to avoid problems with invisibility at the end of
1133         the line.
1134         (org-update-checkbox-count): Insert changed cookie before the old,
1135         to avoid problems with invisibility at the end of the line.
1137         * org.el (org-sort-entries-or-items): Include the final newline.
1138         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1139         lines for fontification.
1140         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1141         (org-prepare-dblock): Store the current indentation of the BEGIN
1142         line.
1143         (org-update-dblock): Apply the indentation of the begin line to
1144         the rest of the block.
1145         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1146         (org-startup-folded): New allowed value `showeverything'.
1147         (org-startup-options): Add STARTUP keyword `showeverything'.
1148         (org-set-startup-visibility): Respect value `showeverything' in
1149         org-startup-folded.
1151 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1153         * org.el (org-closest-date): Fix issue with past preference.
1155         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1157         * org-archive.el (org-archive-set-tag)
1158         (org-archive-subtree-default): New commands.
1160         * org-mobile.el (org-mobile-create-index-file): Fix link to
1161         capture file.
1162         (org-mobile-copy-agenda-files): Create the capture file if it does
1163         not exist.
1165         * org-clock.el (org-clock-clocktable-default-properties): New
1166         option.
1167         (org-clock-report): Use
1168         `org-clock-clocktable-default-properties'.
1170 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1172         * org.el (org-iswitchb-completing-read): Fix typo.
1174         * org-crypt.el: New file.
1176         * org.el: Add an entry for org-crypt.
1178 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1180         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1181         consistency.
1182         (org-batch-store-agenda-views): New function.
1183         (org-mobile-force-id-on-agenda-items): Mention variable.
1184         (org-agenda-title-append): Define variable.
1185         (org-write-agenda): New export to Org files.
1186         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1187         (org-agenda): Allow to keep the restricted file list if a special
1188         variable is bound to t.
1189         (org-agenda): Define a special agenda view for working on flagged
1190         entries.
1191         (org-agenda-get-restriction-and-command): List the new agenda
1192         view.
1193         (org-agenda-show-the-flagging-note): New command.
1194         (org-agenda-mode-map): New key `?' for looking at the flagging
1195         note.
1197         * org.el (org-autoload): Autoload org-mobile.el.
1198         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1200         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1202 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1204         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1205         statements.
1206         (org-table-get-remote-range): Match indented #+TBLNAME
1207         statements.
1209         * org.el (org-convert-to-odd-levels)
1210         (org-convert-to-oddeven-levels): Work also correctly if the file
1211         is in outline-mode.
1213 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
1215         * org.el (org-store-link): When in agenda buffer, link to
1216         referenced entry.
1217         (org-add-planning-info): Remove spaces at eol.
1219         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1220         property.
1222 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
1224         * org-latex.el (org-export-latex-first-lines): Fix problem with
1225         LaTeX export of first line and selected subtree.
1227         * org.el (org-shifttab): Interpret arg differently when using only
1228         odd levels.
1230 2009-09-09  Bastien Guerry  <bzg@altern.org>
1232         * org.el (org-check-agenda-file): Use a more explicit message
1234 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
1236         * org-exp.el (org-export-remove-special-table-lines): Don't remove
1237         normal lines.
1239 2009-09-08  Bastien Guerry  <bzg@altern.org>
1241         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1242         prompt in the temporary window.
1244         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1245         prefix for marked entries in the agenda view.
1247 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
1249         * org.el (outline-end-of-subtree): Bugfix: advise this function in
1250         a way that prevents any trailing character from being displayed.
1252 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1254         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1255         menu.
1257         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1258         slow regexp match.
1260 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1262         * org-latex.el (org-export-latex-preprocess): Do not protect in
1263         the LaTeX header.
1265         * org-src.el (org-edit-src-save): Save window setup while saving.
1266         (org-edit-src-code): Use new buffer name construction scheme.
1268 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1270         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1271         variable.
1272         (org-agenda-entry-text-cleanup-hook): New hook.
1273         (org-agenda-get-some-entry-text): Remove matches of
1274         `org-agenda-entry-text-exclude-regexps' and run the hook
1275         `org-agenda-entry-text-cleanup-hook'.
1277         * org.el (org-offer-links-in-entry): New argument ZERO to
1278         implement a link with index zero.
1279         (org-cycle-show-empty-lines): Not keep empty line under header
1280         hidden.
1281         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1282         to nil for special completion.
1283         (org-store-link): Don't error before the first heading.
1285         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1286         `org-offer-links-in-entry'.
1288 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org-agenda.el (org-agenda-quit): Provide the window argument for
1291         `window-dedicated-p', Emacs 22 needs it.
1292         (org-format-agenda-item): If the category is a link, arrange for
1293         invisible text to replaced with spaces.
1294         (org-compile-prefix-format): Add the extra space.
1295         (org-prefix-category-length): New variable.
1297         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1298         references from TOC lines.
1300         * org.el (org-selected-window): New variable.
1302         * org-table.el (org-table-edit-formulas): Remember the selected
1303         window.
1304         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1305         that was originally selected.
1307         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1308         expansion of a macro for more macro definitions.
1310         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1311         invisibility overlay starts on the newline.
1313 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org-protocol.el (org-protocol-store-link)
1316         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1318         * org-compat.el (org-float-time): New function.
1320         * org.el (org-clock-update-time-maybe)
1321         (org-sort-entries-or-items, org-do-sort)
1322         (org-evaluate-time-range, org-time-string-to-seconds)
1323         (org-closed-in-range): Use `org-float-time'.
1325         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1326         (org-timer-seconds):  Use `org-float-time'.
1328         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1329         (org-clock-sum, org-dblock-write:clocktable)
1330         (org-clocktable-steps):  Use `org-float-time'.
1332         * org-agenda.el (org-agenda-last-marker-time)
1333         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1335         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1336         function.
1338         * org-exp.el (org-get-file-contents): Only protect lines that
1339         really need it.
1341         * org-html.el (require): Require cl for compilation.
1343         * org.el:  Avoid using `default-major-mode'.
1345         * org-plot.el (require): Require CL only at compile time.
1347         * org-exp.el (require): Require CL only at compile time.
1349         * org-agenda.el (org-agenda-quit): When the agenda window is
1350         dedicated, remove other windows before exiting, so that the frame
1351         really will be killed.
1353         * org-exp.el (org-export-handle-include-files): Reset START and
1354         END for each loop cycle.
1356 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org.el (org-eval-in-calendar): Use
1359         `org-select-frame-set-input-focus'.
1361         * org-compat.el (org-select-frame-set-input-focus): New function.
1363         * org.el (org-update-statistics-cookies): New function.
1364         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1366 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1368         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1369         after the local variables are set.
1371         * org-latex.el (org-export-latex-protect-amp): New function.
1372         (org-export-latex-links): Protect link ampersands in tables.
1374         * org-exp.el (org-export-select-backend-specific-text): Match in
1375         two steps, to avoid regexp problems.
1377         * org.el (org-offer-links-in-entry): Improve working with many and
1378         duplicate links.
1380         * org-agenda.el (org-agenda-show-1): Make more consistent with
1381         normal cycling.
1382         (org-agenda-cycle-show): Make more consistent with normal cycling.
1384         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1385         website.
1387 2009-08-30  Bastien Guerry  <bzg@altern.org>
1389         * org-latex.el (org-export-latex-first-lines): Bugfix.
1391 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1393         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1394         about new effort.
1396         * org.el (org-set-effort): New function.
1397         (org-mode-map): New key for effort setting command.
1399         * org-agenda.el (org-agenda): Keep window setup when calling
1400         agenda from within agenda window.
1401         (org-agenda-mode-map): New keys for effort setting commands.
1402         (org-agenda-menu): Add effort setting commands to menu.
1403         (org-agenda-set-property, org-agenda-set-effort): New functions.
1405         * org-latex.el (org-export-latex-tables): Fix
1406         `org-table-last-alignment' and `org-table-last-column-widths' if
1407         the first column has been removed.
1409 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1411         * org.el (org-remove-timestamp-with-keyword): Only remove in
1412         entry, not in subtree.
1414         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1415         emacs lisp.
1417         * org.el (org-open-at-point): When on headline, offer all strings
1418         in entry.
1420         * org-remember.el (org-remember-templates): Documentation fix.
1422         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1423         `org-get-last-sibling' instead of the outline versions of these
1424         functions.
1425         (org-get-last-sibling): New function.
1426         (org-refile): Use `org-get-next-sibling' instead of the outline
1427         version of this function.
1428         (org-clean-visibility-after-subtree-move): Use
1429         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1430         outline versions of these functions.
1432 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
1434         * org-agenda.el (org-prepare-agenda): When creating a new frame
1435         for the agenda, make the window dedicated.
1437         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1439         * org-table.el (org-table-align): Change the order of reinsertion
1440         and deletion, to avoid problems with overlays following the table.
1442         * org.el (org-parse-time-string): Better error message.
1443         (org-show-subtree): Use org-end-of-subtree.
1445         * org-macs.el (org-goto-line): New defsubst.
1447         * org.el (org-open-file, org-change-tag-in-region)
1448         (org-fast-tag-show-exit): Don't use `goto-line'.
1450         * org-table.el (org-table-align, org-table-insert-column)
1451         (org-table-delete-column, org-table-move-column)
1452         (org-table-sort-lines, org-table-copy-region)
1453         (org-table-paste-rectangle, org-table-wrap-region)
1454         (org-table-get-specials, org-table-rotate-recalc-marks)
1455         (org-table-get-range, org-table-recalculate)
1456         (org-table-edit-formulas, org-table-fedit-convert-buffer)
1457         (org-table-show-reference, org-table-highlight-rectangle): Don't
1458         use `goto-line'.
1460         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1461         (org-edit-src-exit): Don't use `goto-line'.
1463         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1465         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1466         Don't use `goto-line'.
1468         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1470         * org-colview.el (org-columns, org-columns-redo)
1471         (org-agenda-columns): Don't use `goto-line'.
1473         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1474         use `goto-line'.
1476         * org-agenda.el (org-agenda-mode): Force visual line motion off.
1477         (org-agenda-add-entry-text-maxlines): Improve docstring.
1478         (org-agenda-start-with-entry-text-mode): New option.
1479         (org-agenda-entry-text-maxlines): New option.
1480         (org-agenda-entry-text-mode): New variable.
1481         (org-agenda-mode): Set initial value of
1482         `org-agenda-entry-text-mode'.
1483         (org-agenda-mode-map): Add the `E' key.
1484         (org-agenda-menu): Add entry text mode to the menu.
1485         (org-agenda-get-some-entry-text): Fix line count bug.
1486         (org-finalize-agenda): Apply entry text mode if appropriate.
1487         (org-agenda-entry-text-show-here): New function.
1488         (org-agenda-entry-text-show): New function.
1489         (org-agenda-entry-text-hide): New function.
1490         (org-agenda-view-mode-dispatch): Add entry text mode to the view
1491         key menu.
1492         (org-agenda-entry-text-mode): New command.
1493         (org-agenda-set-mode-name): Add entry text mode to the mode line
1494         string.
1495         (org-agenda-undo, org-agenda-get-restriction-and-command)
1496         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1497         `goto-line'.
1499 2009-08-26  Bernt Hansen  <bernt@norang.ca>
1501         * org-clock.el (org-notify): Bugfix.
1503 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
1505         * org-agenda.el (org-agenda-open-link): Handle multiple links and
1506         check for after-string.
1508         * org-gnus.el (org-gnus-store-link): Simplify.
1510         * org.el (org-latex-regexps): Don't add extra empty lines for
1511         display formulas.
1513 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
1515         * org-agenda.el (org-agenda-get-some-entry-text): New function.
1516         (org-agenda-add-entry-text): Use
1517         `org-agenda-get-some-entry-text'.
1519         * org.el (org-cycle-separator-lines): Update docstring.
1520         (org-cycle-show-empty-lines): Handle negative values for
1521         `org-cycle-show-empty-lines'.
1523         * org-exp.el (org-export-protect-sub-super): New function.
1524         (org-export-normalize-links): Protect the url of plain links from
1525         supscript and superscript processing.
1527         * org-remember.el (org-remember-escaped-%): New function.
1528         (org-remember-apply-template): Use `org-remember-escaped-%' to
1529         detect escaped % signs.
1531 2009-08-23  Bastien Guerry  <bzg@altern.org>
1533         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1534         sound when showing the notification.
1536         * org-clock.el (org-notify): New function.
1537         (org-clock-notify-once-if-expired): Use `org-notify'.
1539         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1540         and `gnus-article-mode' separately.
1541         (gnus-summary-article-header): Fix the declare-function.
1543 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
1545         * org-exp.el (org-export-format-source-code-or-example): Translate
1546         language.
1548         * org-src.el (org-src-lang-modes): New variable
1549         (org-edit-src-code): Translate language.
1551         * org-exp.el (org-export-format-source-code-or-example): Deal wit
1552         the new structure of the `org-export-latex-listings-langs'
1553         variable.
1555         * org-latex.el (org-export-latex-listings-langs): Change structure
1556         of the variable from plist to alist.
1558 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
1560         * org.el (org-in-commented-line): New function.
1562 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
1564         * org.el (org-hide-block-toggle): Make folded blocks searchable.
1566 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
1568         * org.el (org-flag-drawer): More useful error.
1570 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
1572         * org-remember.el (org-remember-apply-template): Use
1573         org-icompleting-read.
1575         * org-publish.el (org-publish): Use org-icompleting-read.
1577         * org-colview.el (org-columns-edit-value, org-columns-new)
1578         (org-insert-columns-dblock): Use org-icompleting-read.
1580         * org-colview-xemacs.el (org-columns-edit-value)
1581         (org-columns-new, org-insert-columns-dblock): Use
1582         org-icompleting-read.
1584         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1585         org-icompleting-read.
1587 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
1589         * org.el (org-hierarchical-todo-statistics): Improve docstring.
1590         (org-version): Return the version text.
1591         (org-org-menu): Add a menu entry for the new bug reporter.
1592         (org-submit-bug-report): New command.
1594         * org-list.el (org-hierarchical-checkbox-statistics): Improve
1595         docstring.
1597         * org.el (org-emphasis-regexp-components): Add "`" to set of
1598         pre-emphasis characters.
1600         * org-latex.el (org-export-latex-classes): Always include the soul
1601         package.
1602         (org-export-latex-emphasis-alist): Use \st for strikethough.
1604         * org-exp-blocks.el (org-export-blocks-preprocess): Use
1605         `indent-code-rigidly' to indent.
1607         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1608         properties only if MATCH really is a string.
1610 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
1612         * org-latex.el (org-export-latex-packages-alist): Fix
1613         customization type.
1615         * org.el (org-create-formula-image): Also use
1616         `org-export-latex-packages-alist'.
1618         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1619         (org-export-as-html): Format footnotes correctly.
1621 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
1623         * org.el (org-fast-tag-selection): Avoid text properties on tags
1624         in the alist.
1626         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1627         text properties on the match element.
1629 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
1631         * org.el (org-set-regexps-and-options): Make sure the list of done
1632         keywords is not invalid.
1634         * org-exp.el (org-export-interpolate-newlines): New function.
1636 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
1638         * org.el (org-format-latex): Avoid nested overlays.
1640         * org-latex.el (org-export-latex-listings-langs): Add a few more
1641         languages.
1643         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1644         ignore newlines and space before the first macro argument.
1646         * org-latex.el (org-export-latex-tables): Remove save-excursion
1647         around `org-table-align'.
1649 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
1651         * org.el (org-export-html-special-string-regexps): Definition
1652         moved into org.el
1654         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1655         in macro calls.
1657 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
1659         * org-latex.el (org-export-latex-listings)
1660         (org-export-latex-listings-langs): New options.
1662         * org-exp.el (org-export-format-source-code-or-example): Use
1663         listing package if requested by the user.
1665 2009-08-08  Bastien Guerry  <bzg@altern.org>
1667         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1668         command before actually switching to a buffer.
1670 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
1672         * org-exp.el (org-get-file-contents): Only quote org lines when
1673         the markup is src or example.
1675         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1676         New option
1677         (org-agenda-get-day-entries): Remember deadline results and pass
1678         them on into the function getting the scheduling information.
1679         (org-agenda-get-scheduled): Accept deadline results as parameters
1680         and maybe skip some entries.
1681         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1683         * org.el (org-insert-heading): When respecting content, do not
1684         convert current line to headline.
1686         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1687         cheeeeeck the hd marker
1688         (org-clock-in): Also set the hd marker.
1689         (org-clock-out): Also set the hd marker.
1690         (org-clock-cancel): Reset markers.
1692         * org.el (org-clock-hd-marker): New marker.
1694         * org-faces.el (org-agenda-clocking): New face.
1696         * org-agenda.el (org-agenda-mark-clocking-task): New function.
1697         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1699         * org.el (org-modules): Add org-track.el.
1701         * org-agenda.el (org-agenda-bulk-marked-p): New function.
1702         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1703         `org-agenda-bulk-marked-p'.
1704         (org-agenda-bulk-toggle): New command.
1706 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
1708         * org.el (org-move-subtree-down): Hide subtree if it was folded,
1709         not just the body.
1711         * org-remember.el (org-remember-finalize): Avoid buffer-modified
1712         messages.
1714 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
1716         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1717         before gnuplot can read it.
1719 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
1721         * org-latex.el (org-export-latex-first-lines): Fix bug with
1722         finding the end of the first lines.
1724         * org.el (org-create-formula-image): Remove the -E option for
1725         dvipng.
1727         * org-exp.el (org-default-export-plist): Respect #+BIND.
1728         (org-export-confirm-letbind): New function.
1730         * org.el (org-paste-subtree): Test the kill ring entry if it is
1731         going to be used.
1732         (org-copy-subtree): Use `org-forward-same-level'.
1733         (org-forward-same-level): Respect the `invisibe-ok' arg for
1734         back-to-heading.
1736 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
1738         * org.el (org-table-map-tables): Make sure cursor is back at table
1739         beginning after funcall.
1741         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1742         handled before children, and do not error if an entry is not
1743         found, probably because it hase been remove when the parent was
1744         archived or refiled.
1746         * org.el (org-ido-completing-read): Accept straight lists for
1747         completion as well as alists.
1749         * org-html.el (org-export-as-html): Fix parenthesis error in
1750         footnore code.
1752         * org-timer.el (org-timer-cancel-timers): Renamed from
1753         `org-timer-cancel-timers'.
1755         * org.el (org-cycle-internal-local): Fix problem with finding next
1756         invisible line.
1758 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
1760         * org-list.el (org-list-send-list): Call
1761         `org-list-goto-true-beginning' instead of
1762         `org-list-find-true-beginning', which does not exist.
1764         * org-timer.el (org-timer-reset-timers): Use `mapc'.
1765         (org-timer-set-timer): Do not assign to heading.
1767         * org-id.el (org-id-open): Quote function name.
1769         * org-macs.el (org-unmodified): Turn off recording undo
1770         information while running inside the macro.
1772         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1773         variable.
1774         (org-indent-mode): Remember and restore value of
1775         org-hide-leading-stars before `org-indent-mode'.
1777         * org-table.el (org-table-export): Also work in file-less
1778         buffers.
1780         * org.el (org-startup-indented): New option.
1781         (org-startup-options): Add new options indent and noindent.
1782         (org-unfontify-region): Remove line-prefix and wrap-prefix
1783         properties.
1784         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1785         hooks.
1786         (org-promote, org-demote): Run the new hooks.
1788         * org-table.el (org-table-align): Replace leading \n as well.
1790         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1791         and `line-wrap' text properties.
1793         * org-compat.el (org-kill-new): New function.
1795         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1796         `line-wrap' text properties.
1798         * org-indent.el: New file.
1800 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
1802         * org.el (org-provide-todo-statistics): Tweak docstring.
1804         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1806 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
1808         * org-exp.el (org-export-as-org): Insert the "-source" string
1809         before the extension.
1811         * org.el (org-read-date): Make sure the calendar is in the current
1812         frame.
1813         (org-set-emph-re): Remove the ? from the post-match.
1814         (org-emphasis-regexp-components): Add backslash to the
1815         postmatch class.
1816         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1817         optional so that also lines at the end of the buffers will still
1818         be matched as headlines.
1820         * org-table.el (org-table-error-on-row-ref-crossing-hline):
1821         Variable made obsolete.
1822         (org-table-relative-ref-may-cross-hline): New option.
1823         (org-table-find-row-type): Honow the new option
1824         `org-table-relative-ref-may-cross-hline'.
1826 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
1828         * org-table.el (org-table-cut-region, org-table-copy-region): Work
1829         on single field if no active region.
1831 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
1833         * org-latex.el (org-export-latex-make-header): Only insert title
1834         if one is defined.
1836         * org.el (org-make-options-regexp): Allow empty values.
1838         * org-html.el (org-export-as-html): Move hrule detection to after
1839         plain list handling.
1841 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
1843         * org-html.el (org-format-org-table-html): Fix colgroup tags.
1845 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
1847         * org.el (org-cycle-internal-local): Improved version of finding
1848         next visible line.
1849         (org-cycle-hide-drawers): Only hide drawers if this is really
1850         necessary.
1851         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1852         org-version of this function in Org-mode.  We use advice to
1853         implement this change, so that future changes to this function in
1854         outline.el wil be handled properly.
1855         (org-forward-same-level, org-backward-same-level): New commands.
1857 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
1859         * org.el (org-remove-empty-overlays-at)
1860         (org-clean-visibility-after-subtree-move): New functons.
1861         (org-move-subtree-down): Simplify cleanup of display.
1863 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
1865         * org-mac-message.el (org-mac-message-get-links): Improve
1866         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
1867         "s".  Fix the return value.
1868         (org-mac-message-insert-flagged): Simplify.
1870         * org.el (org-refile-get-location): Tamper with refile history o
1871         that history contains compete matches instead of the entered
1872         string.
1874 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1876         * org.el (org-store-link): Never store a link to an inline task.
1878         * org-inlinetask.el (org-inlinetask-insert-task): New command.
1880         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1881         inline tasks when positioning footnotes.
1883         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1884         function.
1886         * org.el (org-refile): Remove the END line when archiving an
1887         inline task that does have an END line.
1889         * org-archive.el (org-archive-subtree): Remove the END line when
1890         archiving an inline task that does have an END line.
1892         * org-macs.el (org-with-limited-levels): New macro.
1893         (org-get-limited-outline-regexp): New function.
1895         * org-exp.el (org-export-format-source-code-or-example): Fix bug
1896         that did not enumerate first line.
1897         (org-export-mark-radio-links): Skip matches in links.
1899 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
1901         * org.el (org-activate-plain-links): Make single-match.
1902         (org-adapt-indentation): Fix docstring.
1904         * org-macs.el (org-unmodified): Turn of modification hooks while
1905         running this macro.
1907 2009-08-02  Bastien Guerry  <bzg@altern.org>
1909         * org.el (org-adapt-indentation): Slightly improve the docstring.
1910         (org-occur): Sends an error when the user inputs an empty string.
1911         (org-priority): Bugfix: the tag alignement should happen within
1912         save-excursion.
1914 2009-07-31  Bastien Guerry  <bzg@altern.org>
1916         * org.el (org-make-link-regexps): Don't exclude parentheses from
1917         `org-plain-link-re'
1918         (org-cycle-internal-local): When locally cycling, switch directly
1919         from CHILDREN to FOLDED if there is no subtree
1920         (org-cycle): Update the docstring to document the new behavior of
1921         `org-cycle-internal-local'.
1923 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
1925         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1926         an abbreviated format for days.
1928 2009-07-27  Bastien Guerry  <bzg@altern.org>
1930         * org-protocol.el (org-protocol-default-template-key): New
1931         option.
1933         * org.el (org-refile): Bugfix: save-excursion before reading the
1934         refile target, otherwise cursor moves might confuse `org-refile'.
1936         * org-html.el (org-export-as-html): Bugfix: correctly convert the
1937         footnote reference before the footnote itself.
1939         * org.el (org-toggle-heading): Bugfix: correctly convert list
1940         items before the first headline.
1942         * org-html.el (org-export-html-footnote-format): New option for
1943         formatting the footnote reference.
1944         (org-export-as-html): Use the new option.
1946         * org.el (org-provide-todo-statistics): Allow a list of TODO
1947         keywords to compute statistics against headlines containing a
1948         keyword from this list.
1949         (org-update-parent-todo-statistics): Possibly use the new allowed
1950         value of `org-provide-todo-statistics'.
1952 2009-07-26  Bastien Guerry  <bzg@altern.org>
1954         * org-timer.el: Add autoload cookie.
1956         * org.el (org-occur-link-in-agenda-files): New function.
1958         * org-timer.el (org-timer-last-timer): New variable.
1960         * org-agenda.el (org-agenda-mode-map): New key for
1961         org-timer-set-timer called from the agenda.
1963         * org.el (org-mode-map): New key for org-timer-set-timer.
1965         * org-timer.el (org-timer-reset-timers)
1966         (org-timer-show-remaining-time, org-timer-set-timer): New
1967         functions.
1969         * org-clock.el (org-show-notification): Update the docstring.
1971         * org.el (org-provide-todo-statistics): Allow new value
1972         'all-headlines for this option, which includes entries with no
1973         TODO keywords in the todo statistics.
1974         (org-update-parent-todo-statistics): Possibly use the new
1975         'all-headline value from `org-provide-todo-statistics'.
1977 2009-07-25  Bastien Guerry  <bzg@altern.org>
1979         * org-clock.el (org-dblock-write:clocktable): Add a new option
1980         :timestamp which allows display of timestamps in clock reports.
1982         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1983         list to a subtree, preserving the structure of the list.
1984         (org-set-emph-re): Make the last element optional in the regexp.
1985         This regexp now matches an emphasized string at the end of a line.
1987         * org-list.el (org-list-goto-true-beginning)
1988         (org-list-make-subtree, org-list-make-subtrees): New functions.
1990         * org.el (org-eval-in-calendar): Select the right frame.
1991         (org-save-frame-excursion): Remove this macro.
1993 2009-07-24  Bastien Guerry  <bzg@altern.org>
1995         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1996         trying to find the beginning of a list.
1998         * org-exp.el (org-get-file-contents): Use a new argument: markup.
1999         When present, tell org-get-file-contents not to protect org-like
2000         lines.
2002         * org-id.el (org-id-uuid-program): New option to set the name of
2003         the uuidgen program.
2004         (org-id-method): Use `org-id-uuid-program'.
2005         (org-id-new): Use `org-id-uuid-program'.
2007 2009-07-23  Bastien Guerry  <bzg@altern.org>
2009         * org-exp.el (org-export-number-lines): Allow whitespace in code
2010         references.  Allow the -r switch to remove the references in the
2011         source code even when the lines are not numbered: the labels can
2012         be explicit enough.
2014         * org.el (org-fontify-whole-heading-line): New option.
2015         (org-set-font-lock-defaults): Use the new option.
2017         * org-clock.el (org-show-notification-handler): New option.
2018         (org-show-notification): Use the new option.
2020 2009-07-21  Bastien Guerry  <bzg@altern.org>
2022         * org.el (org-eval-in-calendar): Fix a bug about calendar
2023         navigation when `calendar-setup' value is 'calendar-only.
2025 2009-07-19  Bastien Guerry  <bzg@altern.org>
2027         * org.el (orgstruct++-mode): Fix typo in docstring.
2028         (org-insert-link): Clean up: (or (...)) => (...)
2029         (org-insert-link): Use TAB for stored links completion.
2031 2009-07-18  Bastien Guerry  <bzg@altern.org>
2033         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2034         building the list of targets.
2036         * org-remember.el (org-remember-delete-empty-lines-at-end): New
2037         option.
2038         (org-remember-handler): Use the new option.
2040 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
2042         * org.el (org-tags-sort-function): New option for sorting tags.
2043         (org-set-tags): Use the new option to sort tags.
2045         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2046         premature deletion of the data when using org-plot in a script.
2048 2009-07-17  Bastien Guerry  <bzg@altern.org>
2050         * org-clock.el (org-clock-in-prepare-hook): New hook.
2051         (org-clock-in): Use this new hook.
2053 2009-07-16  Bastien Guerry  <bzg@altern.org>
2055         * org.el (org-special-ctrl-a/e): Explicitely bind the value
2056         'reversed for this option to the "true line boundary first"
2057         behavior.
2058         (org-tags-match-list-sublevels): Document the 'indented value for
2059         this variable.
2061         * org-latex.el (org-export-latex-first-lines): Fix problem with
2062         publishing the region.
2064         * org-exp.el (org-export-format-source-code-or-example): Fix
2065         bad line numbering when exporting examples in HTML.
2067         * org-colview.el (org-format-time-period): Formats a time in
2068         fractional days as days, hours, mins, seconds.
2069         (org-columns-display-here): Add special handling for SINCE and
2070         SINCE_IA to format for display.
2072 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
2074         * org.el (org-tags-sort-function): Add custom declaration for tags
2075         sorting function.
2076         (org-set-tags): Sort tags if org-tags-sort-function is set
2078 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
2080         * org-clock.el (org-clock-goto): Find hidden headlines as well.
2082         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2084         * org-plot.el (org-plot/add-options-to-plist): Add timeind
2085         option.
2087 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
2089         * org-publish.el (org-publish-remove-all-timestamps): New function.
2090         (org-publish-all): Remove all timestamp files if `org-publish-all'
2091         is called with a prefix argument.
2093         * org-list.el (org-indent-item): Fix typo.
2094         (org-item-indent-positions): Normalize ordered bullet.
2096         * org-html.el (org-export-html-home/up-format): New option.
2097         (org-export-as-html): Insert the up and HOME links.
2099 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
2101         * org-html.el (org-export-as-html): Insert the title into the
2102         option plist.
2103         (org-export-html-insert-plist-item): New function.
2104         (org-export-as-html): Call `org-export-html-insert-plist-item'.
2106         * org-macs.el (org-set-local): Make a local variable, do not make
2107         the variable buffer-local!
2109         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2111         * org-html.el (org-export-as-html): Call `org-install-letbind'.
2113         * org-docbook.el (org-export-as-docbook): Call
2114         `org-install-letbind'.
2116         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2118         * org-exp.el (org-infile-export-plist): Read BIND lines.
2119         (org-install-letbind): New function.
2120         (org-export-as-org, org-export-preprocess-string): Call
2121         `org-install-letbind'.
2123         * org-src.el (org-edit-src-exit): Untabify the example before
2124         returning to Org.
2126         * org-list.el (org-list-demote-modify-bullet): New option.
2127         (org-first-list-item-p): Save point.
2128         (org-fix-bullet-type): New optional argument FORCE-BULLET.
2129         (org-indent-item): Honor `org-list-demote-modify-bullet'.
2130         (org-item-indent-positions): Return bullet types along with
2131         indentation.
2133 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
2135         * org.el (org-show-entry): Hide drawers.
2137 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
2139         * org-footnote.el (org-footnote-auto-adjust): New option.
2140         (org-footnote-auto-adjust-maybe): New function.
2141         (org-footnote-new, org-footnote-delete): Call
2142         `org-footnote-auto-adjust-maybe'.
2144         * org.el (org-startup-options): Add new footnote-related
2145         keywords.
2147         * org-publish.el (org-publish-timestamp-filename): Additional
2148         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2149         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2150         TRUE-PUB-DIR.  Pass them through to
2151         `org-publish-timestamp-filename'.
2152         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2153         PUB-FUNC, which are included in the hash.
2154         (org-publish-file): Delay timestamp test until the publishing
2155         function is known.
2157 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2159         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2160         setting the deadline.
2162         * org.el (org-read-date-final-answer): New variable.
2163         (org-read-date): Store the final answer string, including the date
2164         from the calendar, for reuse by agenda bulk commands.
2166         * org-publish.el (org-publish-attachment): Fix publishing of
2167         attachments.
2169         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2170         quotation makrs in parenthesis.
2171         (org-remove-initial-hash): New function.
2172         (org-export-latex-preprocess): Fix bug with infinite loop if
2173         environment is not properly closed.
2175         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2176         when indented.
2178         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2179         highlight also when indented.
2181 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2183         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2184         (org-footnote-action): Offer renumbering.
2186         * org.el (org-cycle): Honor the `integrate' value of
2187         org-cycle-include-plain-lists'.
2189         * org-list.el (org-cycle-include-plain-lists): New allowed value
2190         `internal'.  Improve the docstring.
2192         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2193         regexp to work better with LaTeX commands.
2195 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2197         * org-feed.el (org-feed-update): fix problem with non-existing
2198         buffer.
2199         (org-feed-skip-http-headers): New function.
2200         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2201         (org-feed-get-feed): Fix command line arguments for curl.
2203 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2205         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2206         and eps extensions.
2208 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2210         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2211         loaded.
2213         * org.el (org-map-entries): No longer force
2214         `org-tags-match-list-sublevels' to t during a todo-only tags
2215         search.
2217 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
2219         * org-latex.el (org-export-latex-low-levels): Allow user-defined
2220         environment.
2221         (org-export-latex-subcontent): Handle user-defined environment.
2223         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2224         the View dispatcher.
2226         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2227         `make-overlay'.
2229         * org-latex.el (org-export-as-pdf): Protect match data during call
2230         to shell-quote-argument.
2232         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2233         (org-agenda-view-mode-dispatch): New function.
2235 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
2237         * org-agenda.el (org-agenda-mode): Reset list of marks.
2238         (org-agenda-mode-map): Define new keys for refile and bulk action.
2239         (org-agenda-menu): Add menu itesm for refile and bulk action.
2240         (org-agenda-refile): New function.
2241         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2242         (org-agenda-marked-entries): New variable.
2243         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2244         (org-agenda-remove-all-bulk-action-marks)
2245         (org-agenda-bulk-action): New functions/commands.
2247 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
2249         * org-exp.el (org-get-file-contents): Protect org-like lines in
2250         included files.
2251         (org-export-format-source-code-or-example): Remove newlines.
2253         * org-latex.el (org-export-latex-links): Check for no-description
2254         marking.
2256         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2257         argument separator back to comma.
2258         (org-export-normalize-links): Mark links without description.
2260 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2262         * org-exp.el (org-infile-export-plist): Fix bug in macro
2263         processing.
2265         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2266         out.
2267         (org-agenda-highlight-todo): Fix bug with highlighting.
2269 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2271         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2272         new alignment strings.
2274         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2275         command list.
2276         (org-table-align): Check for forced align type.
2278         * org.el (org-self-insert-command): Add yas/expand to command
2279         list.
2281         * org-clock.el (org-clock-in-hook): New hook.
2282         (org-clock-in): Run `org-clock-in-hook.
2283         (org-clock-out-hook): New hook.
2284         (org-clock-out): Run `org-clock-out-hook.
2285         (org-clock-cancel-hook): New hook.
2286         (org-clock-cancel): Run `org-clock-cancel-hook.
2287         (org-clock-goto-hook): New hook.
2288         (org-clock-goto): Run `org-clock-goto-hook.
2290 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2292         * org.el (org-store-link): Better default description for link to
2293         Org-mode headline.
2295         * org-exp.el (org-export-generic): Autoload the generic exporter
2296         function.
2297         (org-export): Implement the `g' key for the generic exporter.
2299 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2301         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2302         and for zbacktab'.
2304         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2306         * org-exp.el (org-infile-export-plist): Get macros also from
2307         #+SETUPFILE.
2309 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2311         * org-colview.el (org-columns-capture-view): Protect vertical bars
2312         in column values.
2313         (org-columns-capture-view): Exclude comment and archived trees.
2315         * org-colview-xemacs.el (org-columns-capture-view): Protect
2316         vertical bars in column values.
2317         (org-columns-capture-view): Exclude comment and archived trees.
2319         * org.el (org-quote-vert): New function.
2321         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2323         * org-exp.el (org-export-format-source-code-or-example): Use
2324         `org-export-latex-verbatim-wrap'.
2326         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2327         time stamps.
2329         * org-html.el (org-export-table-row-tags): New option.
2330         (org-format-org-table-html): Rename `nlines' to `nline', use new
2331         option.
2334 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2336         * org-exp-blocks.el: Declare functions and variables.
2338         * org-remember.el (org-remember-templates): Allow the headline
2339         element to be a function.
2340         (org-remember-apply-template): If the headline is a function, call
2341         it to get the true function.
2343         * org-clock.el (org-clock-menu): New function.
2344         (org-clock-update-mode-line): Update help string.
2345         (org-clock-modify-effort-estimate): New function.
2346         (org-clock-mark-default-task): New function.
2348         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2349         minutes as input.
2350         (org-org-menu): Add new clocking stuff.
2351         (org-clock-is-active): New function.
2353 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2355         * org.el (org-open-non-existing-files): Improve docstring.
2357 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2359         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2360         option.
2361         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2363         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2365         * org-list.el (org-get-checkbox-statistics-face): Use the new
2366         faces.
2368         * org-faces.el (org-checkbox-statistics-todo)
2369         (org-checkbox-statistics-done): New faces.
2371 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2373         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2374         (org-edit-src-exit): Better cursor positioning when returning from
2375         editing.
2377         * org-latex.el (org-export-latex-use-verb): New variable.
2378         (org-export-latex-emph-format): Prefer \texttt over \verb when
2379         org-export-latex-use-verb is set.
2381 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2383         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2384         at normal indentation.
2386         * org-html.el (org-export-html-close-lists-maybe): Also look at
2387         normal indentation.
2389         * org-remember.el (org-remember-handler): Abort remember if the
2390         buffer is empty.
2392         * org-src.el (org-edit-src-content-indentation): New option.
2393         (org-edit-src-exit): Apply extra indentation.
2395         * org-exp.el (org-export-format-source-code-or-example): Run
2396         `org-src-mode-hook'.
2398         * org-src.el (org-src-mode-hook): New variable.
2399         (org-edit-src-code): Run `org-src-mode-hook'.
2401 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2403         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2405         * org-src.el (org-edit-src-get-indentation): New function.
2406         (org-edit-src-code): Base indentation on the begin line.
2408 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2410         * org-gnus.el (org-gnus-store-link): Require message.el in
2411         org-gnus-store-link.
2413 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2415         * org-src.el: New file, split out of org.el
2417         * org-docbook.el (org-export-as-docbook): Better indentation
2418         treatment.
2420         * org-macs.el (org-replace-match-keep-properties): New function.
2422         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2423         preprocessing of center and quote and verse blocks.
2425         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2426         (org-export-as-docbook): Close lists when original indentation
2427         mandates it.
2429         * org-html.el (org-export-html-close-lists-maybe): New function.
2430         (org-export-as-html): Close lists when original indentation
2431         mandates it.
2433         * org-list.el (org-list-end): Respect the stored "original"
2434         indentation when determining the end of the list.
2436         * org-exp.el (org-export-replace-src-segments-and-examples):
2437         Remember indentation correctly.
2439 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
2441         * org-clock.el (org-clock-update-mode-line): Apply face
2442         org-mode-line-clock.
2444         * org-faces.el (org-mode-line-clock): New face.
2446 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
2448         * org-gnus.el (org-gnus-store-link): Fix bug where
2449         `org-gnus-store-link' used wrong subject when called in an article
2450         buffer.  Patch provided by fengli AT gmail DOT com.
2452 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
2454         * org-exp.el (org-export-format-source-code-or-example): Remember
2455         the original indentation of source code snippets and examples.
2457         * org-latex.el (org-export-as-latex): Relocate the table of
2458         contents.
2460         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2462         * org-agenda.el (org-run-agenda-series): Scope global options also
2463         when creating the agenda buffer.
2465 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
2467         * org.el (org-adapt-indentation): Improve documentation.
2468         (org-insert-property-drawer): Respect org-adapt-indentation when
2469         inserting the drawer.
2470         (org-remove-flyspell-overlays-in): New function.
2471         (org-do-emphasis-faces, org-activate-plain-links)
2472         (org-activate-code, org-fontify-meta-lines-and-blocks)
2473         (org-activate-angle-links, org-activate-footnote-links)
2474         (org-activate-bracket-links, org-activate-dates)
2475         (org-activate-target-links, org-activate-tags): Remove flyspell
2476         overlays.
2478 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
2480         * org.el (org-edit-src-save): New function.
2482         * org-clock.el (org-clock-out-switch-to-state): New option.
2483         (org-clock-out): Honor `org-clock-out-switch-to-state'.
2485         * org-compat.el (org-compatible-face): Improve macro.
2487         * org.el (org-global-properties-fixed): Add default for
2488         CLOCK_MODELINE_TOTAL.
2490         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2491         andd tend.
2492         (org-clock-sum-current-item): Optional argument TSTART, pass it to
2493         org-clock-sum.
2494         (org-clock-get-sum-start): New function.
2496         * org.el (org-startup-options): New keywords blockhide and
2497         blockshow.
2498         (org-mode): Add new invisibility spec.
2499         (org-set-startup-visibility): Hide block on startup if so
2500         desired.
2501         (org-hide-block-startup): New option.
2502         (org-block-regexp): New constant.
2503         (org-hide-block-overlays): New variable.
2504         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2505         (org-show-block-all, org-hide-block-toggle-maybe)
2506         (org-hide-block-toggle): New functions.
2507         (org-edit-src-exit): Do not quote lines starting with # and no +
2508         behind it.
2509         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2510         entry.
2512 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
2514         * org.el (org-buffer-property-keys): Add Effort property for
2515         completion.
2517 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
2519         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2520         when retrieving total clocked time in the subtree.
2522         * org.el (org-quoting-blocks): New variable.
2524 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2526         * org-table.el (org-table-store-formulas)
2527         (org-table-get-stored-formulas, org-table-fix-formulas)
2528         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2529         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2531         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2532         indented #+TBLFM line.
2534         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2535         indented #+TBLFM line.
2537         * org-colview.el (org-dblock-write:columnview): Allow indented
2538         #+TBLFM line.
2540         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2541         indented #+TBLFM line.
2543         * org-clock.el (org-dblock-write:clocktable): Allow indented
2544         #+TBLFM line.
2546 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
2548         * org-exp.el (org-export-format-source-code-or-example): Make
2549         editing indented blocks work correctly.
2551         * org.el (org-edit-src-nindent): New variable.
2552         (org-edit-src-code, org-edit-fixed-width-region)
2553         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2554         editing indented blocks work correctly.
2556 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
2558         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2559         indented blocks.
2560         (org-export-format-source-code-or-example): Fix indentation of
2561         blocks.
2562         (org-export-remove-indentation): New function.
2563         (org-export-select-backend-specific-text): Allow backend-specific
2564         code to be indented.
2565         (org-export-mark-blockquote-verse-center): Allow markers to be
2566         indented.
2568         * org.el (org-fontify-meta-lines): New function.
2569         (org-set-font-lock-defaults): Call the new fontification
2570         function.
2572         * org-faces.el (org-meta-line): New face
2573         (org-block):  New face.
2575 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2577         * org.el (org-treat-insert-todo-heading-as-state-change)
2578         (org-treat-S-cursor-todo-selection-as-state-change): New
2579         variables.
2580         (org-insert-todo-heading): Honor
2581         `org-treat-insert-todo-heading-as-state-change'.
2582         (org-shiftright, org-shiftleft): Honor
2583         `org-treat-S-cursor-todo-selection-as-state-change'.
2584         (org-inhibit-logging): New variable.
2586 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
2588         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2589         range for marker position checking.
2591         * org-latex.el (org-export-latex-first-lines): Fix bug when
2592         exporting a region.
2594 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
2596         * org-exp.el (org-export-push-to-kill-ring): Protect using
2597         x-set-selection, because that does not always work.
2599         * org-agenda.el (org-agenda-list): Apply the new face
2600         `org-agenda-date-today'.
2602         * org-faces.el (org-agenda-date-today): New face.
2604 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
2606         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2607         creating appointments.
2609         * org-latex.el (org-export-latex-low-levels): Fix customization
2610         type.
2612         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2613         priority commands.
2615         * org-agenda.el (org-agenda-priority): Disable priority commands.
2617         * org.el (org-enable-priority-commands): New option.
2619         * org-colview-xemacs.el (org-columns-compute)
2620         (org-columns-number-to-string): Fix problems with empty fields.
2622         * org-colview.el (org-columns-compute)
2623         (org-columns-number-to-string): Fix problems with empty fields.
2625         * org-exp.el (org-export-push-to-kill-ring): New function.
2626         (org-export-copy-to-kill-ring): New option.
2628         * org-latex.el (org-export-as-latex): Call
2629         `org-export-push-to-kill-ring'.
2631         * org-html.el (org-export-as-html): Call
2632         `org-export-push-to-kill-ring'.
2634         * org-docbook.el (org-export-as-docbook): Call
2635         `org-export-push-to-kill-ring'.
2637         * org-ascii.el (org-export-as-ascii): Call
2638         `org-export-push-to-kill-ring'.
2640         * org-exp.el (org-export-show-temporary-export-buffer): New
2641         option.
2643         * org-latex.el (org-export-as-latex): Use
2644         `org-export-show-temporary-export-buffer'.
2646         * org-html.el (org-export-as-html): Use
2647         `org-export-show-temporary-export-buffer'.
2649         * org-docbook.el (org-export-as-docbook): Use
2650         `org-export-show-temporary-export-buffer'.
2652         * org-ascii.el (org-export-as-ascii-to-buffer): Use
2653         `org-export-show-temporary-export-buffer'.
2655         * org-exp.el (org-export-show-temporary-export-buffer): New
2656         option.
2657         (org-export-push-to-kill-ring): New function.
2659         * org-colview.el (org-columns-compile-map): New variable.
2660         (org-columns-new, org-columns-compute)
2661         (org-columns-number-to-string, org-columns-uncompile-format)
2662         (org-columns-compile-format): Implement new operators.
2664 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
2666         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2668         * org-html.el (org-export-html-xml-declaration): New option.
2669         (org-export-as-html): Use `org-export-html-xml-declaration'.
2671         * org-list.el (org-update-checkbox-count): Make property
2672         dependent.
2674         * org.el (org-hierarchical-todo-statistics): New option.
2675         (org-update-parent-todo-statistics): Modified to handle recursive
2676         statistics.
2678 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
2680         * org-publish.el (org-publish): Make this function behave
2681         correctly in interactive use when called with a prefix argument.
2683         * org.el (org-todo-statistics-hook): New hook.
2684         (org-update-parent-todo-statistics): Use new hook.
2685         (org-log-into-drawer): New function.
2686         (org-add-log-setup): Use the new `org-log-into-drawer' function to
2687         determine if we should be logging into a drawer.
2688         (org-log-into-drawer): Update docstring.
2689         (org-default-properties): Add LOG_INTO_DRAWER as a property.
2691         * org-list.el (org-checkbox-statistics-hook): New hook.
2692         (org-update-checkbox-count-maybe): Use new hook.
2694         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2695         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2696         to kill ring.
2698 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
2700         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2701         a line.
2703 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
2705         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2706         better bufer-generating mechanism.
2707         (org-edit-src-find-buffer): New function.
2709         * org-icalendar.el (org-print-icalendar-entries): Don't check for
2710         archive tag, this is already done by `org-agenda-skip'.
2711         data while constructing lost of tags.
2713 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
2715         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2716         as argument separator in macros.
2718         * org-html.el (org-export-as-html): Add xml declaration.
2720 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
2722         * org.el (org-after-sorting-entries-or-items-hook): New hook.
2723         (org-sort-entries-or-items): Run the new hook.
2724         (org-after-refile-insert-hook): New hook.
2725         (org-refile): Run `org-after-refile-insert-hook'.
2727         * org-agenda.el (org-agenda-get-progress): Never take time of day
2728         from headline when displaying progress.
2730         * org-latex.el (org-export-latex-complex-heading-re): New variable.
2731         (org-export-as-latex): Force the correct regexp in the
2732         preprocessor buffer.
2733         (org-export-latex-set-initial-vars): Set
2734         `org-export-latex-complex-heading-re'.
2736         * org-agenda.el (org-agenda-start-with-log-mode): New option.
2737         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2739 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
2741         * org-latex.el (org-export-latex-tables-centered): New option.
2742         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2744         * org-exp.el (org-export-as-org): New command.
2745         (org-export-as-org): New command.
2747         * org-publish.el (org-publish-org-to-org): New function.
2749 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
2751         * org.el (org-yank): Just call `org-yank-generic'.
2752         (org-yank-generic): New function, containing the formaer
2753         functionality of `org-yank'.
2755         * org-latex.el (org-export-latex-not-done-keywords)
2756         (org-export-latex-done-keywords): New variables.
2757         (org-export-latex-todo-keyword-markup): New option.
2758         (org-export-latex-set-initial-vars): Remember the TODO keywords.
2759         (org-export-latex-keywords-maybe): Apply the TODO markup.
2761 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
2763         * org-exp.el (org-infile-export-plist): Add more default macros.
2764         (org-export-preprocess-apply-macros): Process macro arguments.
2766 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
2768         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2769         `unblocked'.
2770         (org-print-icalendar-entries): Respect the new value of
2771         `org-icalendar-include-todo'.
2773         * org.el (org-link-try-special-completion)
2774         (org-file-complete-link): New functions.
2775         (org-insert-link): Add special completion support for some link
2776         types.
2778         * org-bbdb.el (org-bbdb-complete-link): New function.
2780 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
2782         * org-list.el (org-update-checkbox-count): Allow recursive
2783         statistics.
2784         (org-hierarchical-checkbox-statistics): New option.
2786         * org.el (org-cycle): Remove erraneous space character.
2788         * org-icalendar.el (org-icalendar-timezone): Initialize from
2789         environment.
2791         * org-html.el (org-format-org-table-html): Specify the scope.
2792         (org-format-table-table-html): Specify the scope.
2793         (org-export-table-header-tags): Prepare the scope parameter.
2795 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
2797         * org-html.el
2798         (org-export-html-table-use-header-tags-for-first-column): New
2799         option.
2801         * org.el (org-autoload): Fix autoloading of ascii export
2802         functions.
2803         (org-modules): Add org-special-blocks.
2805 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
2807         * org-icalendar.el (org-start-icalendar-file): Use the new option.
2808         (org-ical-timezone): New option.
2810         * org-exp.el (org-export-get-coderef-format): Use the description
2811         is present.
2813         * org.el (org-sort-entries-or-items): Improve docstring, and make
2814         better implementation for time sorting.
2816 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
2818         * org.el (org-edit-src-persistent-message): New option.
2819         (org-edit-src-code, org-edit-fixed-width-region): Use the new
2820         option.
2822         * org-clock.el (org-clock-insert-selection-line): Fix prefious
2823         patch.
2825         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2826         separate buffer instead of indirect buffer to edit source code.
2827         (org-edit-src-exit): Make this function work with the new setup.
2829         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2830         are properly fontified before shown in the selection menu.
2832         * org.el (org-fontify-like-in-org-mode): New function.
2834         * org-latex.el (org-export-latex-links): Use the property list to
2835         retrieve the default image attributes.
2837         * org-exp.el (org-export-plist-vars): Add a new option.
2839 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
2841         * org-exp.el (org-export, org-export-visible): Support ASCII
2842         export to buffer
2843         (org-export-normalize-links): Do not protect the description if it
2844         is explicitly given.
2846         * org-ascii.el (org-export-as-ascii-to-buffer)
2847         (org-replace-region-by-ascii, org-export-region-as-ascii): New
2848         commands.
2849         (org-export-as-ascii): Add all the same parameters that are also
2850         supported by the other export functions.
2852         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2853         org-checklist.el.
2854         (org-reset-checkbox-state-subtree): Call
2855         `org-reset-checkbox-state-subtree'.
2857         * org-remember.el (org-select-remember-template): For the
2858         selection of a valid template.
2860         * org-latex.el (org-export-region-as-latex): Supply the
2861         force-no-subtree argument.
2862         (org-export-as-latex): Provide better limits when exporting the
2863         first line.  When exporting to string, we still want the first
2864         lines.
2865         (org-export-latex-first-lines): New argument END, to force the end
2866         of the region.
2867         (org-export-region-as-latex): Use the property list.
2868         (org-export-as-latex):
2870         * org-colview-xemacs.el (org-columns-remove-overlays)
2871         (org-columns): Fix call to `local-variable-p'.
2873 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
2875         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2876         (org-export-as-html): Run the new hook.
2878         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2879         (org-export-latex-preprocess): Run the new hook.
2881         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2882         (org-export-preprocess-string): Run the new hook.
2884 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
2886         * org-macs.el (org-check-external-command): New defsubst.
2888         * org.el (org-mode-map): New key for reload.
2889         (org-format-latex): Better error message when external programs
2890         are not available.
2892         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2894         * org.el (org-sort-entries-or-items): Explicit sorting function
2895         for priorities, needed for XEmacs compatibility.
2897         * org-remember.el (org-remember-apply-template): Improve auto-save
2898         behavior.
2900 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
2902         * org-latex.el (org-export-latex-preprocess): Also protect
2903         environments ending in a star.
2905         * org-list.el (org-at-item-p): Fix regular expression.
2907 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
2909         * org.el (org-end-of-subtree): Improve speed.
2911         * org-agenda.el (org-agenda-get-timestamps)
2912         (org-agenda-get-progress, org-agenda-get-deadlines)
2913         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2914         in particular, wait as long as possible to collect the tags.
2915         (org-stuck-projects): Improve docstring.
2917         * org.el (org-store-link): No errors when getting custom id before
2918         first headline.
2919         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2921 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
2923         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2925         * org-protocol.el: Remove dependency on url.el.
2926         (org-protocol-unhex-compound, org-protocol-open-source): Remove
2927         dependency on url.el.
2929         * org-latex.el (org-export-as-pdf): Use
2930         `org-latex-to-pdf-process'.
2932 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
2934         * org-latex.el (org-latex-to-pdf-process): New option.
2936         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2937         New option.
2938         (org-agenda-get-timestamps): Honor
2939         `org-agenda-skip-additional-timestamps-same-entry'.
2941         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2942         (org-clock-goto): Find recent task only if
2943         `org-clock-goto-may-find-recent-task' allows it.
2945         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2946         drawers, and drawers that are missing the :END: line.
2948 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2950         * org-clock.el (org-clock-goto): Go to recently clocked task if no
2951         clock is running.
2953 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2955         * org.el (org-update-parent-todo-statistics): Check for
2956         STATISTICS_FROM property.
2958         * org-list.el (org-update-checkbox-count): Check for
2959         STATISTICS_FROM property.
2961         * org.el (org-tab-first-hook)
2962         (org-tab-after-check-for-table-hook)
2963         (org-tab-after-check-for-cycling-hook): New hooks.
2964         (org-cycle-internal-global, org-cycle-internal-local): New
2965         functions, split out from `org-cycle'.
2966         (org-cycle): Call the new hooks.
2968 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
2970         * org-exp.el (org-export-preprocess-string): Reset the list of
2971         preferred targets for each run of the preprocessor.
2973         * org.el (org-refile-target-verify-function): Improve
2974         documentation.
2975         (org-get-refile-targets): Respect point being moved by the
2976         verification function.
2978         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2979         option.
2980         (org-export-latex-keywords): Use new option.
2982         * org.el (org-rear-nonsticky-at): New defsubst.
2983         (org-activate-plain-links, org-activate-angle-links)
2984         (org-activate-footnote-links, org-activate-bracket-links)
2985         (org-activate-dates, org-activate-target-links)
2986         (org-activate-tags): Place the rear-nonsticky properties at the
2987         correct location.
2989 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
2991         * org-protocol.el (server-edit): Declare `server-edit'.
2992         (org-protocol-unhex-string, org-protocol-unhex-compound): New
2993         functions.
2994         (org-protocol-check-filename-for-protocol): Call `server-edit'.
2996         * org.el (org-default-properties): New default properteis for
2997         completion.
2999         * org-exp.el (org-export-add-subtree-options): Add new properties
3000         for subtree export.
3002         * org-docbook.el (org-export-docbook-keywords-markup)
3003         (org-export-docbook-timestamp-markup): New options.
3004         (org-export-docbook-protect-tags): New function.
3006 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
3008         * org-id.el (org-id-get-with-outline-path-completion): Turn off
3009         org-refile-target-verify-function for the duration of the command.
3011         * org.el (org-link-to-org-use-id): New possible value
3012         `create-if-interactive-and-no-custom-id'.
3013         (org-store-link): Use custom IDs.
3014         (org-link-search): Find custom ID properties from #link.
3015         (org-default-properties): Add CUSTOM_ID for property completion.
3016         (org-refile-target-verify-function): New option.
3017         (org-goto): Turn off org-refile-target-verify-function
3018         for the duration of the command.
3020 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
3022         * org-html.el (org-export-as-html): Use custom IDs in the toc.
3024         * org-exp.el (org-export-preferred-target-alist): New variable.
3025         (org-export-define-heading-targets): Find the new CUSTOM_ID
3026         property.
3027         (org-export-target-internal-links): Target the custom ids when
3028         possible.
3030         * org-latex.el (org-export-latex-preprocess): Better regexp for
3031         matching latex macros with arguments.
3033 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3035         * org-remember.el (org-remember-handler): Allow filing to non-org
3036         files.
3038 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
3040         * org-feed.el (org-feed-alist): New keyword options.
3041         (org-feed-update): Use the new options.
3042         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3043         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3044         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3045         functions.
3047         * org-table.el (org-table-fix-formulas): Do not change references
3048         to remote tables.
3049         (org-table-get-remote-range): Convert standard coordinates to RC
3050         format.
3052         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3054 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
3056         * org-compat.el (org-sha1-string): Function removed.
3058         * org.el (org-refile-allow-creating-parent-nodes): New option.
3059         (org-refile-get-location): New argument NEW-NODES.
3060         (org-refile): Call `org-refile-get-location' with the new
3061         argument.
3062         (org-refile-get-location): Arrange for adding a new child.
3063         (org-refile-new-child): New function.
3065         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3066         an additional span element.
3068         * org-clock.el: Fix a number of docstrings.
3069         (org-clock-find-position): New argument
3070         FIND-UNCLOSED to make the function find an unclosed clock in the
3071         entry.
3072         (org-clock-in): Call `org-clock-find-position' with the new
3073         argument if we might be resuming a clock.
3075 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3077         * org-latex.el (org-export-latex-display-custom-times): New variable.
3078         (org-export-latex-timestamp-markup): New option.
3079         (org-export-latex-set-initial-vars): Remember the local value of
3080         `org-display-custom-times'.
3081         (org-export-latex-content): Process time stamps.
3082         (org-export-latex-time-stamps): New function.
3084         * org-macs.el (org-maybe-intangible): Add intangible property
3085         again to invisible text.
3087 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
3089         * org-exp.el (org-default-export-plist): Handle undefined
3090         variables.
3092 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
3094         * org.el (org-sort-entries-or-items): Match TODO keywrds
3095         case-sensitively, when sorting.
3096         (org-priority): Do not match TODO keywords with wrong case.
3098 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
3100         * org-feed.el (org-feed-update): Bind the variable
3101         `new-formatted'.
3103         * org-html.el (org-export-as-html): Start paragraphs after literal
3104         examples.
3106         * org-docbook.el (org-export-as-docbook): Start paragraphs after
3107         literal examples.
3109 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
3111         * org.el (org-todo): Honor the NOBLOCKING property.
3113         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3114         NOBLOCKING property.
3116         * org.el (org-scan-tags): Fix bug in tag scanner
3118 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3120         * org.el (org-modules): Mark obsolete packages.
3122         * org-html.el: New file, split out from org-exp.el.
3124         * org-icalendar.el: New file, split out from org-exp.el.
3126         * org-xoxo.el: New file, split out from org-exp.el.
3128         * org-ascii.el: New file, split out from org-exp.el.
3130 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
3132         * org-compat.el (org-find-library-name): New function.
3134         * org.el (org-pre-cycle-hook): New hook.
3135         (org-cycle): Call the new hook in appropriate places.
3136         (org-reload): Only reload files that have been loaded before.
3138 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
3140         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3141         after todo keyword.
3142         (org-todo): When changing TODO state, do matching
3143         case-sensitively.
3144         (org-map-continue-from): New variable.
3145         (org-scan-tags): Respect values in `org-map-continue-from'.
3146         (org-reload): Make XEmacs compatible.
3148 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3150         * org-protocol.el (org-protocol-flatten-greedy): New function.
3151         (org-protocol-flatten): New function.
3153         * org.el (org-open-link-from-string): Pass reference buffer to
3154         `org-open-at-point'.
3155         (org-open-at-point): New optional argument `reference-buffer'.
3157 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3159         * org.el (org-scan-tags): Make tag scan find headline in first
3160         line, 2nd attempt.
3161         (org-get-refile-targets): Add the naked file name.
3162         (org-refile): Store as top-level entry when only file name was
3163         given.
3165         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3167         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3168         Renamed from org-block-todo-from-children-or-siblings, and
3169         enhanced to look for the parent's status as well.
3171         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3172         (org-agenda-get-progress): Add first notes line to log entry if so
3173         desired.
3175 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3177         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3178         (org-agenda-cleanup-fancy-diary): Call the new hook.
3180         * org-remember.el (org-remember-apply-template): Take the default
3181         for the annotation from the :annotation property.
3183         * org-mac-message.el (org-mac-message-get-link): Remove the
3184         quotes.
3185         (org-mac-message-get-link): Return the result.
3187 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3189         * org.el (org-refile-get-location): Add file name only if not
3190         already included in outline path.
3192         * org-faces.el (org-n-level-faces): Fix customization type from
3193         number to integer.
3195         * org-exp.el (org-export-headline-levels): Fix customization type
3196         from number to integer.
3198         * org-agenda.el (org-agenda-confirm-kill)
3199         (org-agenda-custom-commands-local-options)
3200         (org-timeline-show-empty-dates, org-agenda-ndays)
3201         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3202         customization type from number to integer.
3204 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3206         * org-protocol.el: Declare some functions.
3208         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3209         postion before inserting modified headline.
3211         * org-agenda.el (org-agenda-compare-effort): Honor
3212         `org-sort-agenda-noeffort-is-high'.
3213         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3214         (org-agenda-compare-effort): Implement the "?" operator for
3215         finding entries without effort setting.
3217         * org.el (org-extract-attributes-from-string): New function.
3219         * org-exp.el (org-export-splice-attributes): New function.
3221 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3223         * org-mouse.el: XEmacs compatibility fixes
3225         * org-docbook.el (org-export-as-docbook): Process footnotes like
3226         normal text.
3228         * org.el (org-modules): Add org-inlinetasks.el
3229         (org-cycle): Implement limiting level on cycling.
3230         (org-move-subtree-down): Fix bug with swapping subtrees at end of
3231         buffer.
3233         * org-inlinetask.el: New file.
3235         * org.el (org-emphasis-regexp-components): Allow braces in
3236         emphasis pre and post match.
3238         * org-footnote.el (org-footnote-normalize): When only dorting, do
3239         not insert inline notes at the end.
3241         * org-docbook.el (org-id-find-id-file): Add function declaration.
3243         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3245         * org-docbook.el: New file.
3247 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
3249         * org.el (org-reftex-citation): New command.
3251 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
3253         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3254         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3255         sorting options.
3256         (org-entries-lessp): Apply the new sorting option.
3258         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3259         blocker code, when an older sibling has children.
3261         * org-mac-message.el (org-mac-message-get-link): Improve getting
3262         links from multiple selected messages.
3264 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3266         * org-remember.el (org-remember-finalize): Do not set buffer file
3267         name to nil.
3268         (org-remember-handler): Mark buffer as unmodified.
3269         (org-remember-handler): Delete backup file and show message about
3270         remaining backup files.
3271         (org-remember-auto-remove-backup-files): New option.
3273         * org.el (org-store-link): Use buffer name as link description in
3274         w3-mode buffers.
3275         (org-ido-switchb): Fix argument bug for completion.
3277         * org-remember.el (org-remember-apply-template): Set local
3278         variable `auto-save-visited-file-name' instead of global one.
3280 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3282         * org-feed.el: Re-write.
3284         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3285         (org-agenda-get-todos): Mark file tags as inherited.
3286         (org-agenda-list): Always search diary lines for a time.
3288 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3290         * org-feed.el (org-feed-assume-stable): New option.
3291         (org-feed-before-adding-hook): New hook.
3293         * org-exp.el (org-export-as-html): Close local lists depending on
3294         indentation, also when starting a table.
3296         * org-remember.el (org-remember-backup-directory)
3297         (org-remember-backup-name): New internal variable.
3299 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3301         * org-clock.el (org-clock-out-if-current): Make buffer detection
3302         work in indirect buffers as well.
3304         * org.el (org-emphasis-regexp-components): Add the exxclamation
3305         mark to the post-emphasis characters.
3307 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3309         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3310         (org-read-date): Run the new hook.
3312         * org-mac-message.el (org-mac-flagged-mail): New group.
3313         (org-mac-mail-account): New variable.
3314         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3315         commands.
3317         * org-remember.el (org-remember-backup-directory): New variable.
3318         (org-remember-apply-template): Write file to backup directory.
3320 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3322         * org-mouse.el (org-mouse-todo-menu): New function.
3323         (org-mouse-todo-keywords): Function removed.
3324         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3326         * org-table.el (org-table-beginning-of-field)
3327         (org-table-end-of-field): New commands
3328         (org-table-previous-field, org-table-beginning-of-field): Better
3329         error messages.
3330         (orgtbl-setup): Include `M-a' and `M-e'.
3332         * org.el (org-backward-sentence, org-forward-sentence): New
3333         commands.
3335         * org-colview.el (org-colview-initial-truncate-line-value): New
3336         variable.
3337         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3338         (org-columns): Remember the value of `truncate-lines'.
3340         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3341         New variable.
3342         (org-columns-remove-overlays): Restore the value of
3343         `truncate-lines'.
3344         (org-columns): Remember the value of `truncate-lines'.
3346         * org.el (org-columns-skip-archived-trees): New option.
3348         * org-agenda.el (org-agenda-export-html-style): Define color for
3349         org-agenda-done face.
3350         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3351         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3353         * org.el (org-scan-tags): Use the new face.
3355         * org-faces.el (org-agenda-done): New face.
3357         * org.el (org-scan-tags): Test the value org
3358         `org-tags-match-list-sublevels'.
3359         (org-tags-match-list-sublevels): New allowed value: indented.
3361         * org-export-latex.el (org-export-latex-make-header): Apply macros
3362         in header.
3364         * org-exp.el (org-export-apply-macros-in-string): New function.
3366         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3367         with the definition of a checked box.
3369         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3371         * org-export-latex.el (org-export-latex-low-levels): More options
3372         for how to process lower levels in LaTeX.
3373         (org-export-latex-subcontent): Better treatment for lists as a
3374         means of publishing lower levels.
3376 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3378         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3380         * org-faces.el (org-checkbox): New face.
3382         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3383         fragement images if there is an export file.
3385 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3387         * org-agenda.el (org-stuck-projects): Document that the subtree of
3388         projects that are not stuck will now be searched for stuck
3389         sub-projects.
3390         (org-agenda-skip-entry-when-regexp-matches)
3391         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3392         (org-agenda-list-stuck-projects): Use
3393         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3395         * org-export-latex.el (org-export-latex-preprocess): Improve
3396         export of verses.
3398         * org-exp.el (org-export-as-html): Implement centering as a div
3399         rather than a paragraph.  Do a better job with line-end in verse
3400         environments.
3402 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3404         * org.el (org-open-at-point): Fix tags searches by mouse click.
3406 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3408         * org-export-latex.el (org-export-latex-preprocess): Implement the
3409         centering markup.
3411         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3412         from `org-export-mark-blockquote-and-verse'.
3413         (org-export-as-html): Implement the centering markup.
3415         * org-export-latex.el (org-export-latex-tables): Fix vertical
3416         lines in tables.
3418 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3420         * org.el (org-read-date-history): New variable.
3421         (org-read-date): Use new history variable.
3422         (org-toggle-heading): Fix bug when used before first headline.
3423         (org-store-log-note): Remove drawer if empty while note is
3424         aborted.
3425         (org-remove-empty-drawer-at): New function.
3426         (org-check-after-date): New command.
3427         (org-sparse-tree): New sparse tree command "a".
3429         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3431 2009-03-14  Bastien Guerry  <bzg@altern.org>
3433         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3434         column and a space, not only a column.
3436 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
3438         * org-export-latex.el (org-export-latex-emphasis-alist): Better
3439         defaults for verbose emphasis.
3440         (org-export-latex-emph-format): New function.
3441         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3443         * org-agenda.el (org-agenda-menu): Add new commands to menu.
3444         (org-agenda-do-date-later, org-agenda-do-date-earlier)
3445         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3446         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3447         commands.
3449         * org.el (org-timestamp-change): Move end-time along with start
3450         time.
3452 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
3454         * org-exp.el (org-export-target-internal-links)
3455         (org-export-as-html): Protect links specified as #name.
3457 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
3459         * org.el (org-clone-subtree-with-time-shift): New command.
3461         * org-export-latex.el (org-export-latex-special-chars)
3462         (org-export-latex-treat-sub-super-char): Fix subscript export.
3464         * org-exp.el (org-create-multibrace-regexp): Do not add
3465         backslashes to the class.
3467 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
3469         * org-colview.el (org-columns-map): Better functions for moving up
3470         and down a row, even if `truncate-line' is nil.
3472         * org.el (org-insert-todo-heading): Make sure the keyword is
3473         inserted at the correct position.
3475         * org-publish.el (org-publish-project-alist)
3476         (org-publish-projects, org-publish-org-index): Change default anme
3477         for the index of file names to "sitemap.org".
3479         * org-export-latex.el (org-export-latex-tables): Use
3480         `org-split-string', for Emacs 21 compatibility.
3482 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
3484         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3486 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
3488         * org-exp.el (org-export-page-description)
3489         (org-export-page-keywords): New variables.
3490         (org-export-plist-vars): Add entries for :keywords and
3491         :description.
3492         (org-infile-export-plist): Parse for new keywords.
3493         (org-get-current-options): Add new keywords
3494         (org-export-as-html): Publish description and keywords.
3496         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3497         option.
3498         (org-agenda-add-entry-text): Honor
3499         `org-agenda-add-entry-text-descriptive-links'.
3501         * org-export-latex.el (org-export-latex-preprocess): Make all
3502         external preprocess functions use a PARAMETER arg.
3504         * org-exp.el (org-export-preprocess-string)
3505         (org-export-select-backend-specific-text)
3506         (org-export-format-source-code-or-example)
3507         (org-format-org-table-html): Support docbook export.
3508         (org-export-preprocess-string): Make all external preprocess
3509         functions use a PARAMETER arg.
3511 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
3513         * org-exp.el (org-export-html-style-include-scripts): New option.
3514         (org-export-plist-vars): Add new option
3515         `org-export-html-style-include-scripts'.
3516         (org-export-as-html): Honor new option
3517         `org-export-html-style-include-scripts'.
3518         (org-export-html-scripts, org-export-html-style-default): Fix
3519         xml issues with the Safari browser.
3521 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
3523         * org-publish.el (org-publish-attachment): Only copy file when the
3524         directories differ.
3526 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
3528         * org-clock.el (org-clocktable-steps): Use inactive time stamps
3529         for clocktable steps.
3531         * org.el (org-additional-option-like-keywords): Add two more
3532         keywords.
3534 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3536         * org-exp.el (org-export-format-source-code-or-example): Mark
3537         temporary buffer unmodified, so that it will be killed even if
3538         mode like message mode has decided to assign a file name.
3540         * org.el (org-scan-tags): Improve tag inheritance.
3541         (org-scan-tags, org-make-tags-matcher): Make tag comparison
3542         case-sensitive.
3543         (org-scan-tags): Use the internal tags list instead of creating it
3544         from scratch.
3545         (org-trust-scanner-tags, org-scanner-tags): New variables.
3546         (org-scan-tags): Set `org-scanner-tags'.
3547         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3548         (org-map-entries): Document the possible speedup using scanner
3549         tags.
3551 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
3553         * org.el (org-add-planning-info): Fix bug with looking for keyword
3554         only at column 0.
3556         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3557         option for tags filter preset.
3558         (org-prepare-agenda): Store filter preset as a property on the
3559         filter variable.
3560         (org-finalize-agenda): Call the filter, if there is a preset.
3561         (org-agenda-filter-by-tag): Filter again after clearing the
3562         filter, when there still is a preset.
3563         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3564         Include the preset filter.
3565         (org-agenda-redo): Apply the filter again, also the preset filter.
3567         * org-exp.el (org-export-as-html): Use IDs in the correct way.
3569         * org.el (org-uuidgen-p): New funtion.
3571         * org-agenda.el (org-agenda-fontify-priorities): New default value
3572         `cookies'.
3573         (org-agenda-fontify-priorities): Renamed from
3574         org-fontify-priorities.
3576         * org.el (org-set-font-lock-defaults): Call
3577         `org-font-lock-add-priority-faces'.
3578         (org-font-lock-add-priority-faces): New function.
3580         * org-faces.el: (org-set-tag-faces): New option.
3581         (org-priority-faces): New variable.
3583         * org-exp.el (org-export-as-html): Add a "content" div around the
3584         entire content of the body tag.
3585         (org-export-html-get-bibliography): New function.
3586         (org-export-html-validation-link): New variable.
3587         (org-export-as-html): Add validation link to exported page.
3589         * org.el (org-match-sparse-tree): Renamed from
3590         `org-tags-sparse-tree'.
3591         (org-tags-sparse-tree): New alias.
3593 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
3595         * org.el (org-get-valid-level): Catch the case where the level
3596         change is nil.
3598         * org-clock.el (org-clock-find-position): Better indentation of
3599         new clock drawers.
3601 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3603         * org-agenda.el (org-agenda-quit): Delete window only when the
3604         frame-setup was not `current-window'.
3606         * org.el (org-tag-persistent-alist): New option.
3607         (org-startup-options): Add keyword `noptag'.
3608         (org-fast-todo-selection): Handle :newline correctly.
3609         (org-set-tags): Handle :newline correctly.
3610         (org-fast-tag-selection): Handle :newline correctly.
3612 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
3614         * org-exp.el (org-export-as-ascii): Reverse link buffer before
3615         outputting it.
3616         (org-export-ascii-push-links): Fix bug with pussing links into the
3617         export buffer.
3619 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
3621         * org-archive.el (org-archive-subtree): Do not add 1 to level if
3622         pasting at top level.
3624         * org-bbdb.el: Improve documentation.
3626 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
3628         * org-list.el (org-insert-item): Only consider insert empty lines
3629         is `org-empty-line-terminates-plain-lists' is not nil.
3631         * org.el (org-blank-before-new-entry): Mention the dependence on
3632         `org-empty-line-terminates-plain-lists' in the docstring.
3634         * org-publish.el (org-publish-get-project-from-filename): New
3635         optional argument UP.  Only find the top project if UP is set.
3636         (org-publish-current-project): Find the top encloding project.
3638         * org-agenda.el (org-agenda-before-write-hook)
3639         (org-agenda-add-entry-text-maxlines): New options.
3640         (org-write-agenda): Run the new hook in the temporary buffer.
3641         (org-agenda-add-entry-text): New function.
3642         (org-write-agenda): Implement PDF export, using ps2pdf.
3644         * org.el (org-global-properties-fixed, org-global-properties):
3645         Improve documentation string.
3647         * org-exp.el (org-export-ascii-links-to-notes): New option.
3648         (org-export-as-ascii): Handle links better.
3649         (org-export-ascii-wrap, org-export-ascii-push-links): New
3650         functions.
3652 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3654         * org-agenda.el (org-agenda): Make prefix arg optional.
3655         (org-agenda-search-headline-for-time): New option.
3656         (org-format-agenda-item): Honor
3657         `org-agenda-search-headline-for-time'.
3659         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3660         characters.
3662         * org.el (org-self-insert-cluster-for-undo): New option.
3663         (org-self-insert-command): Cluster undo for 20 characters.
3664         (org-self-insert-command-undo-counter): New variable.
3666 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
3668         * org-exp.el (org-export-as-html): Fix problem with closing colone
3669         example.
3671 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
3673         * org-export-latex.el (org-export-as-latex)
3674         (org-export-latex-first-lines): Avoid modification flag when
3675         adding or removing text properties.
3676         (org-export-latex-fontify): Catch error when org-emph-alist has
3677         entries that are not defined for LaTeX export.
3679         * org.el (orgstruct++-mode): New function.
3680         (turn-on-orgstruct++): Call `orgstruct++-mode'.
3681         (org-context-p): Allow detecting item context after the first line
3682         of an item.
3683         (orgstruct-make-binding): Detect if item-body context should be
3684         seen.
3685         (orgstruct-is-++): New variable.
3686         (org-add-planning-info): Catch the case when there is no planning
3687         info yet and the call does not want to add anything, only maybe
3688         tries to remove something.
3689         (org-special-ctrl-a/e): All value to be a cons cell with separate
3690         settings for `C-a. and `C-e'.
3691         (org-beginning-of-line, org-end-of-line): Honor separate values
3692         for `C-a' and `C-e'.
3694 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3696         * org.el (org-reload): New command.
3698 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
3700         * org-exp.el (org-export-htm-get-tag-class-name)
3701         (org-export-htm-get-todo-kwd-class-name): New functions.
3702         (org-export-html-tag-class-prefix)
3703         (org-export-html-todo-kwd-class-prefix): New options.
3704         (org-export-as-html): Call
3705         `org-export-html-get-todo-kwd-class-name'.
3706         (org-html-level-start): Wrap tags into classes.
3707         (org-export-html-get-tag-class-name)
3708         (org-export-html-get-todo-kwd-class-name): New functions.
3710         * org-export-latex.el (org-export-latex-collect-header-macros):
3711         Remove fields that are used anyway.
3712         (org-export-latex-make-header): Insert the options earlier.
3714         * org-agenda.el (org-agenda-get-progress): Fix bug with state
3715         matching.
3717         * org-list.el (org-indent-item): Allow point to be at the end of
3718         the region.
3720         * org.el (org-metaleft, org-metaright): Be more accurate about
3721         detecting a region where commands apply.
3723         * org-compat.el (org-cursor-to-region-beginning): New function.
3725         * org.el (org-priority): Also find invisible heading.
3727         * org-colview-xemacs.el (org-columns-edit-value): No special
3728         treatment for `org-todo' prefix.
3730         * org-colview.el (org-columns-edit-value): No special treatment
3731         for `org-todo' prefix.
3733         * org-remember.el (org-remember-apply-template): Use
3734         `org-completing-read-no-ido'.
3736         * org.el (org-completing-read-no-ido): New function.
3737         (org-make-tags-matcher, org-set-property): Use
3738         `org-completing-read-no-ido'.
3740         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3741         New option.
3742         (org-export-as-latex): Import in-buffer settings as TeX macros.
3743         (org-export-latex-make-header): Additional parameter OPT-DEFS.
3744         (org-export-latex-collect-header-macros): New function.
3746         * org.el (org-refile-get-location): Turn off
3747         `partial-completion-mode'.
3749 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
3751         * org.el (org-block-todo-from-checkboxes): Announce that
3752         checkboxes are the culprit.
3753         (org-block-todo-from-children-or-siblings): Call
3754         `org-up-heading-all instead' of `outline-up-heading'.
3756         * org-agenda.el (org-agenda-show-1): Renamed from
3757         `org-agenda-show'.
3758         (org-agenda-show): Re-install the old version for now.
3759         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
3760         variable into the blokker hook, so that the checkbox checker can
3761         anounce that it caused the blocking.
3763         * org.el (org-track-ordered-property-with-tag): New option.
3764         (org-toggle-ordered-property): Honor
3765         `org-track-ordered-property-with-tag'.
3766         (org-tag-alist): Add newline options.
3767         (org-set-regexps-and-options): Separate option lines imply a
3768         newline.
3769         (org-set-regexps-and-options, org-assign-fast-keys)
3770         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3771         option.
3772         (org-indent-line-function): Make sure this works even if there is
3773         not `org-drawer-regexp' defined.  This can happen when
3774         orgstruct-mode is used in a non-org buffer.
3776         * org-list.el (org-checkbox-blocked-p): New function.
3777         (org-toggle-checkbox): Check for blocking.
3779         * org.el (org-modules): Add an entry for org-R.el.
3781         * org-agenda.el (org-agenda-todo-ignore-with-date)
3782         (org-agenda-todo-ignore-scheduled)
3783         (org-agenda-todo-ignore-deadlines): Mention the variable
3784         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
3786         * org.el (org-get-wdays): Find the warning period also if it is in
3787         the wrong place.
3788         (org-ido-completing-read): Provide the correct arguments to
3789         ido-completing-read and bind `ido-enter-matching-directory' to
3790         nil.
3792 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
3794         * org.el (org-olpath-completing-read): Never use ido for this
3795         one.
3797         * org-exp.el (org-export-normalize-links): Use new macro.
3799         * org-macs.el (org-if-unprotected-at): New macro.
3801         * org-agenda.el (org-agenda-show): Allow numerical prefix
3802         arguments to specify how much context should be shown.
3803         (org-agenda-cycle-show): New command, could be bound to SPC in
3804         org-agenda-mode-map.
3806         * org-exp.el (org-html-level-start): Space after section number.
3808 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
3810         * org-agenda.el (org-agenda-get-sexps): Add todo state as
3811         property, for sorting.
3812         (org-cmp-todo-state): Get the applicable TODO keywords directly
3813         from the buffer.
3814         (org-run-agenda-series, org-agenda-list, org-search-view)
3815         (org-todo-list, org-tags-view): Only fit agenda window when the
3816         whole series is done.
3818         * org.el (org-scan-tags): Add todo state as property, for sorting.
3820         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3821         `org-agenda-overriding-header' as an option.
3822         (org-agenda-list): Honor org-agenda-overriding-header'.
3824 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
3826         * org-list.el (org-toggle-checkbox): Improve cursor positioning
3827         after removing a checkbox.
3829         * org.el (org-show-entry): Make this work correctly also if it is
3830         the last entry in the file.
3831         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3832         falling back to normal, default command.
3833         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3834         item, call the checkbox toggler to get a box.
3836         * org-list.el (org-toggle-checkbox): Make double prefix set the
3837         checkbox to "[-]".
3838         (org-fix-bullet-type): Only replace bullet if it is changed.
3839         (org-renumber-ordered-list): Handle case when first item does not
3840         have a number.
3842         * org.el (org-add-log-setup): Fix positioning when
3843         `org-log-states-order-reversed' is nil.
3845         * org-clock.el (org-clock-in): Fix positioning when
3846         `org-log-states-order-reversed' is nil.
3847         (org-clock-find-position): Fix positioning when
3848         `org-log-states-order-reversed' is nil.
3850 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
3852         * org-clock.el (org-clock-into-drawer): Take default from
3853         `org-log-into-drawer'.
3854         (org-clock-find-position): Look for the correct drawer.
3856         * org.el (org-log-into-drawer): Renamed from
3857         `org-log-state-notes-into-drawer'.
3858         (org-log-state-notes-into-drawer): New variable alias.
3859         (org-add-log-setup): Make drawer name default to LOGBOOK, not
3860         CLOCK.
3861         (org-insert-property-drawer): Also skip LOGBOOK drawers.
3863 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3865         * org-agenda.el (org-agenda): Fix docstring.
3867         * org.el ("org-plot"): Help loading org-plot.
3868         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3869         (org-metadown-hook, org-shiftmetaleft-hook)
3870         (org-shiftmetaright-hook, org-shiftmetaup-hook)
3871         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3872         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3873         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3874         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3876         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3877         for selecting files with any (and even without) extension.
3879         * org.el (org-save-all-org-buffers): Also save id locations.
3880         (org-revert-all-org-buffers): Also load id locations.
3882 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3883         * org.el (org-drawers): Add LOGBOOK to the default drawers.
3884         (org-log-state-notes-into-drawer): New option.
3885         (org-add-log-setup): Place the sate note marker into the drawer,
3886         create drawer when necessary.
3887         (org-refile-targets): Document special interpretation of LEVEL
3888         when odd-levels are used.
3890 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3892         * org.el (org-store-log-note): Fix note indentation when adding
3893         notes to end of list.
3895         * org-exp.el (org-export-as-html): Add TODO keyword as extra
3896         class, so that each keyword can get special colors through CSS.
3898         * org-clock.el (org-clock-out): Add another nil for the previous
3899         state into the call to `org-add-log-setup'.
3901         * org.el (org-log-note-previous-state): New variable.
3902         (org-log-note-headings): New %S escape for old state.
3903         (org-todo): Call the note setup with the old state as an
3904         argument.
3905         (org-add-note): Add another nil for the previous state into the
3906         call to `org-add-log-setup'.
3907         (org-add-log-setup): New argument PREV-STATE.
3908         (org-add-log-note): Handle new %S escape.
3909         (org-store-log-note): Handle new %S escape.
3911 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
3913         * org-clock.el (org-clock-find-position): Do not swallow an item
3914         less indented than the CLOCK line itself.
3915         (org-clock-in): Push markers to lin after the clock line.
3916         (org-clock-find-position): Handle values of
3917         `org-clock-into-drawer' smaller than 2.
3919         * org-exp.el (org-html-level-start): Add a CSS class to section
3920         numbers.
3921         (org-export-html-toplevel-hlevel): Better documentation of the
3922         influence of this variables on H levels and css classes in
3923         export.
3925 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
3927         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3928         timestamp and nottimestamp to the chooe menu.
3930         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
3931         (org-revert-all-org-buffers): New command.
3933 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
3935         * org.el (org-return): Implement `org-return-follows-link' in the
3936         function org-return.  This is more robust than using the mouse
3937         map, I think.
3938         (org-set-regexps-and-options): Match more general #+TODO lines.
3939         (org-make-options-regexp): New optional argument EXTRA, for an
3940         extra regexp.
3941         (org-tab-follows-link): Mark as deprecated.
3943 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
3945         * org-exp.el (org-export-preprocess-string): Remove clock lines
3946         earlier, so that they cannot cotribute to verbatim snippets.
3948 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
3950         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
3951         for finding drawers.
3952         (org-export-as-ascii, org-export-as-html): Count levels relative
3953         to the subtree header.
3954         (org-get-min-level): New optional argument OFFSET.
3955         (org-export): Make sure point is restored after popping up that
3956         window.
3958         * org.el (org-do-sort): Also take an inactive timestamp if no
3959         active one is found.
3961         * org-colview-xemacs.el (org-columns-capture-view): Copy before
3962         deleting duplicates.
3964         * org-colview.el (org-columns-capture-view): Copy before
3965         deleting duplicates.
3967         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
3968         text before first headline.
3970         * org.el (org-format-latex): Do not convert LaTeX fragments in
3971         protected examples.
3973 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
3975         * org-exp.el (org-export-html-style-default): Use color values
3976         instead of names for XHTML validation.
3978         * org.el (org-get-scheduled-time, org-get-deadline-time): New
3979         functions.
3980         (org-return-follows-link): Revert making this the default untile
3981         issues are resolved.
3983         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
3984         nottimestamp.
3986 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
3988         * org.el (org-mode): Make dependence stuff work more reliably.
3989         (org-update-parent-todo-statistics): Fix bug with updating
3990         statistics cookie.
3992         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3993         ~ as verbatim delimiters.
3995         * org-exp.el (org-export-html-format-image): New argument
3996         PAR-OPEN.
3997         (org-export-as-html): Pass par-open to
3998         `org-export-html-format-image'.
4000 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
4002         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4003         (org-use-fast-todo-selection, org-tags-column): New default
4004         setting for variables, based on a poll what typical uses use.
4006         * org-agenda.el (org-agenda-sorting-strategy)
4007         (org-agenda-tags-column): New default setting for variables, based
4008         on a poll what typical uses use.
4010 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4012         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4013         blocked entries from setting the blocked tag.
4015         * org-exp.el (org-export-html-footnotes-section): Use a more
4016         consistent id for footnotes.
4018         * org-export-latex.el (org-export-latex-classes): Remove the
4019         a4paper option from the default styles.
4021 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
4023         * org.el (org-enforce-todo-checkbox-dependencies): New option.
4024         (org-block-todo-from-checkboxes): New function.
4025         (org-todo): Make tripple prefix arg circumvent blocking.
4027         * org-timer.el (org-timer): Provide the timer feature.
4029         * org.el (org-require-autoloaded-modules): Add a few more files to
4030         the list of autoloaded modules.
4032         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4034 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
4036         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4037         drawers that are unprotected.
4038         (org-export-html-format-image): Make sure inlined LaTeX fragment
4039         images remain inlined.
4041         * org.el (org-toggle-ordered-property): New function.
4042         (org-mode-map): Add a key for `org-toggle-ordered-property'.
4043         (org-org-menu): Add menu entries for TODO dependencies.
4045 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
4047         * org.el (org-default-properties): Add ORDERED to the default
4048         properties, to get completion support for it.
4050         * org-list.el (org-update-checkbox-count): Update more than one cookie.
4052         * org.el (org-update-parent-todo-statistics): Update more than one
4053         cookie.
4055         * org-agenda.el (org-agenda-get-todos): Start search from correct
4056         position.
4058         * org.el (org-fast-todo-selection): Make sure TODO selection does
4059         not change buffer position.
4061         * org-list.el (org-toggle-checkbox): Implement adding or removing
4062         checkboxes from line or region when called with a prefix
4063         argument.
4065         * org-rmail.el (org-rmail-store-link): Protect the call to
4066         `rmail-narrow-to-non-pruned-header'.
4068         * org-clock.el (org-clock-special-range): Fix week display in
4069         clock tables.
4071         * org-exp.el (org-get-current-options): Fix bug when in indirect
4072         buffer.
4074 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
4076         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4077         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4078         (org-agenda-dim-blocked-tasks): New function.
4080         * org.el (org-enforce-todo-dependencies): New option.
4081         (org-block-todo-from-children-or-siblings): New function.
4083         * org-faces.el (org-agenda-dimmed-todo-face): New face.
4085         * org.el (org-todo): Return correct state type even if the blocker
4086         throws an error.
4087         (org-modifier-cursor-error): Renamed from
4088         `org-shiftcursor-error'.
4089         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4090         (org-shiftmetadown): Call `org-modifier-cursor-error'.
4092         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4093         to get real errors from the blocker hook.
4095         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4096         functions.
4097         (org-set-visibility-according-to-property): Turn off the setting
4098         of `org-show-entry-below', to avoid overruling a FOLDED visibility
4099         property.
4101 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4103         * org.el (org-support-shift-select): New option.
4104         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4105         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4106         selection outside contexts.
4108         * org-list.el (org-at-item-bullet-p): New function.
4110         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4111         variables.
4113         * org-footnote.el (org-footnote-normalize): Remove unnecessary
4114         variable.
4115         (org-insert-footnote-reference-near-definition): Remove
4116         unnecessary let form.
4118         * org-export-latex.el (org-export-latex-first-lines): Add
4119         OPT-PLIST parameter.
4120         (org-export-as-latex): Call `org-export-latex-first-lines' with
4121         opt-plits parameter.
4122         (org-export-latex-preprocess): Remove unnecessary variables.
4124         * org-exp.el (org-infile-export-plist)
4125         (org-export-add-options-to-plist, org-export-kill-licensed-text)
4126         (org-export-remove-headline-metadata)
4127         (org-export-get-title-from-subtree, org-get-min-level)
4128         (org-html-do-expand): Remove innecessary let form.
4130         * org-colview-xemacs.el (org-columns-display-here): Remove
4131         unnecessary variables.
4133         * org-colview.el (org-columns-display-here): Remove unnecessary
4134         variables.
4136         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4137         variables.
4139         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4140         unnecessary variables.
4142         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4143         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4144         variables.
4146         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4147         (org-compact-display-after-subtree-move): Remove unnecessary
4148         variables.
4149         (org-edit-fixed-width-region): Remove unnecessary variables.
4150         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4151         (org-olpath-completing-read): Remove unnecessary variable.
4152         (org-auto-repeat-maybe): Remove unnecessary variable.
4153         (org-map-entries): Remove unnecessary variable.
4154         (org-buffer-property-keys, org-imenu-get-tree)
4155         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4157 -----------------------------------------------------------------
4159 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4160         * org-exp.el (org-export-remove-timestamps): Never remove
4161         timestamps from tables.
4163         * org-export-latex.el (org-export-latex-first-lines): Add more
4164         options to the preprocessing of the text before the first
4165         headline.
4167 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4169         * org-faces.el (org-clock-overlay): Make face compatible with
4170         XEmacs.
4172         * org.el (org-yank): Add property for delete-selection mode.
4174         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4176         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4177         variable.
4179         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4180         to `backward-char'.
4182         * org-exp.el (org-export-as-html): Remove the initial space from
4183         colon examples.
4185         * org.el (org-scan-tags): Call
4186         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4188         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4189         customization groups.
4190         (org-agenda-tags-todo-honor-ignore-options): New option.
4191         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4192         New function.
4193         (org-agenda-get-todos): Use
4194         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4196 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4198         * org-exp.el (org-export-format-source-code-or-example): Escape
4199         HTML characters also in examples that anre not treated with
4200         htmlize.  Also, just switch to EXAMPLE processing if we do not
4201         have a good version of htmlize.
4203         * org-rmail.el: Fix copyright notice.
4205         * org.el (org-activate-footnote-links): Improve footnote link
4206         highlighting.
4208         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4209         a footnote definition at the end of the file.
4211         * org-table.el (org-table-get-specials): Add an imagined hline at
4212         the end of the table.  This can be useful for references that want
4213         to go to the end of the table.  Also fix bug when computing last
4214         row constants, in tables that do not start right at the right
4215         margin.
4216         (org-table-eval-formula): Match and replace remove references.
4217         (org-table-formula-substitute-names): Make sure that names inside
4218         a "remote" call are left alone, the will be replaced later when
4219         the remote call is handled.
4220         (org-table-convert-refs-to-rc): Do not convert things that might
4221         look like a reference, but are really part of an ID or namei n a
4222         remote reference.
4223         (org-table-get-remote-range): New function.
4225 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
4227         * org-faces.el (org-clock-overlay): Fix bug in face definition.
4229         * org-clock.el (org-clock-put-overlay): Use new face instead of
4230         `secondary-selection'.
4232         * org-faces.el (org-clock-overlay): New face.
4234 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
4236         * org-exp.el (org-get-current-options): Include the option for
4237         publishing time stamps.
4239         * org.el (org-toggle-heading): Renamed from
4240         `org-toggel-region-headings'.
4241         No longer needs a region defined, but will use it if there is one.
4242         (org-ctrl-c-star): Simplified, relying more on the internal
4243         workings of `org-toggle-heading'.
4244         (org-toggle-item): Renamed from `org-toggle-region-items'.
4245         No longer needs a region defined, but will use it if there is one.
4246         (org-ctrl-c-minus): Simplified, relying more on the inernal
4247         workings of `org-toggle-item'.
4249         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4250         environment detection.  Also, do real changes only in unprotected
4251         places.
4253 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4255         * org-export-latex.el (org-export-latex-quotation-marks): Use
4256         `org-if-unprotected-1'.
4257         (org-export-latex-set-initial-vars): Check for class definition in
4258         property.
4260         * org-macs.el (org-if-unprotected-1): New macro.
4262 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4264         * org-compat.el (org-count-lines): New function.
4266         * org-exp.el (org-export-format-source-code-or-example): Handle
4267         switches related to text areas.
4269         * org.el (org-activate-footnote-links): Don't allow match inside a
4270         link.
4272         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4274         * org-export-latex.el (org-export-latex-links): Keep a relative
4275         path relative also after export.
4277         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4279         * org.el (org-make-tags-matcher): Never use IDO for completing the
4280         tags matcher match string.
4281         (org-completing-read): Also remove the special biding for "?".
4283         * org-attach.el (org-attach-allow-inheritance): New option.
4284         (org-attach-inherited): New variable.
4285         (org-attach-dir): Handle properties related to the attachment
4286         directory.
4287         (org-attach-check-absolute-path): New function.
4288         (org-attach-set-directory, org-attach-set-inherit): New commands.
4289         (org-attach): Accommodate the new commands in the dispatcher.
4291 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4293         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4294         `window-full-width-p'.
4296         * org-exp.el (org-export-as-html): Only check for images files
4297         that really can be inlined
4299         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4300         list of extensions to be a parameter.
4302         * org-exp.el (org-export-html-inline-image-extensions): New
4303         variable.
4305         * org-agenda.el (org-prepare-agenda): Use
4306         `org-agenda-block-separator'.
4307         (org-agenda-block-separator): New option.
4309 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4311         * org-export-latex.el (org-export-latex-tables): Call
4312         `org-table-clean-before-export' with the new optional argument.
4314         * org-exp.el (org-table-clean-before-export): New optional
4315         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4316         first column.
4318 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4320         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4321         histograms.
4323         * org-colview.el (org-colview-construct-allowed-dates): Better
4324         error catching when a date/time property does not have allowed
4325         values defined.
4327         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4328         Better error catching when a date/time property does not have
4329         allowed values defined.
4331 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4333         * org.el (org-map-entries): Restore point and restriction after
4334         `org-map-entries'.
4336 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4338         * org.el (org-time=, org-time<, org-time<=, org-time>)
4339         (org-time>=, org-time<>): Make sure both values are dates.
4341 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4343         * org-archive.el (org-extract-archive-heading): Allow %s for file
4344         name also in achive location heading.
4346 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4348         * org-archive.el (org-add-archive-files): Uniquify the list before
4349         returning it.
4351 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4353         * org-compat.el (org-fit-window-to-buffer): Use
4354         `window-full-width-p'.
4356         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4357         space after the colon in short examples.
4359         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4360         enforce a space after the colon.  However, we also allow lines
4361         that are *only* a colon.
4362         (org-export-as-html): Enforce the space after the colon in short
4363         examples.
4364         (org-export-preprocess-string): Do the colon example protection
4365         earlier.
4366         (org-export-remove-timestamps): Do not check for protection at the
4367         end of the line.
4369 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4371         * org.el (org-format-latex-options): Add new matcher for single
4372         letters between dollars.
4373         (org-get-header): Function removed.
4374         (org-heading-components): New function.
4376         * org-exp.el (org-export-define-heading-targets): Record ID's also
4377         as alternative targets.
4378         (org-export-as-html): Interpret "id:" links to other files by
4379         preserving the relative path.
4381         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4382         is nil.
4384         * org-exp.el (org-export-normalize-links): Protect the main link,
4385         to avoid special character processing.
4387         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4388         New variable.
4389         (org-export-latex-special-string-regexps): Variable removed.
4390         (org-export-latex-keywords): Use the new regexp.
4392         * org-exp.el (org-export-handle-include-files): Fetch switches and
4393         put them into the BEGIN statement.
4395         * org-timer.el (org-timer-mode-line-string): New variable.
4397         * org-clock.el (org-clock-mode-line-map): Renamed from
4398         `org-clock-mode-map'.
4399         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4400         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4401         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4402         (org-clock-remove-overlays): Renamed from
4403         `org-remove-clock-overlays'.
4405         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4406         and mode line display.
4407         (org-timer-stop): New command.
4408         (org-timer-seconds): Return correct time when timer is paused.
4409         (org-timer-mode-line-timer): New variable.
4410         (org-timer-set-mode-line, org-timer-update-mode-line): New
4411         functions.
4413         * org.el (org-insert-heading):  Handle new value `auto' for
4414         `org-blank-before-new-entry'.
4415         (org-org-menu): Add new items for timer functions.
4417         * org-list.el (org-insert-item): Handle new value `auto' for
4418         `org-blank-before-new-entry'.
4420         * org.el (org-blank-before-new-entry): New value `auto', made
4421         default.
4423 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4425         * org-exp.el (org-export-normalize-links): If the link is also
4426         used as the description, protect the description.
4428 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4430         * org.el (org-closest-date): Fix bug with yearly repeats, in
4431         combination with preference of the past as it is used for deadline
4432         and scheduling search.
4434         * org-exp.el (org-html-handle-time-stamps): No longer check for
4435         the `org-export-with-timestamps' option, because the preprocesser
4436         has taken care of this already.
4438         * org.el (org-entry-properties): Catch the case when this is
4439         called in a non-org-mode file.
4441         * org-export-latex.el (org-export-latex-remove-from-headlines):
4442         Variable made obsolete, also LaTeX export now uses the standard
4443         variables.
4444         (org-export-as-latex): Add the timestamps parameter to the
4445         preprocessor parameter list.
4446         (org-export-latex-content): Export the remaining keywords without
4447         considering to remove them.
4448         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4449         Use bold font instead of tt font for the keywords.
4450         (org-export-latex-fontify-headline): Format headlines, assuming
4451         that all keywords still present should be published.
4452         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4453         publish what ever remains of the time stamps.
4454         (org-export-latex-list-parameters): New option.
4455         (org-export-latex-lists): Pass additional parameters to the list
4456         converter.
4458         * org-exp.el (org-export-preprocess-string): Remove clock lines
4459         and timestamps already in the preprocesor.
4460         (org-export-remove-timestamps, org-export-remove-clock-lines): New
4461         functions.
4462         (org-export-as-ascii, org-export-as-html): Add the timestamps
4463         parameter to the preprocessor parameter list.
4465         * org-list.el (org-list-parse-list): Parse for checkboxes.
4466         (org-list-to-generic): Introduce and handle new parameters :cbon
4467         and :cboff.
4468         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4469         optional parameter PARAMS.
4471         * org-export-latex.el (org-export-latex-special-chars): Fix
4472         problems with interpreting dollar signs.
4473         (org-inside-latex-math-p): New function.
4474         (org-export-latex-preprocess): Protect all the math fragments.
4476         * org.el (org-latex-regexps): Allow a dash after a dollar.
4478         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4479         mark after copying.
4481         * org-agenda.el (org-run-agenda-series): Have series options set
4482         when finalizing the agenda.
4484         * org-exp.el (org-export-format-source-code-or-example): Protect
4485         the converted examples.
4487         * org.el (org-set-regexps-and-options): Fix the regexp
4488         `org-complex-heading-regexp'.
4490 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
4492         * org.el (org-edit-src-get-label-format): New function.
4493         (org-coderef-label-format): New option.
4494         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4495         a label format specification and make sure it is used in the edit
4496         buffer.
4497         (org-edit-src-get-label-format): New function.
4498         (org-store-link): Handle new coderef formats.
4499         (org-link-search): Handle new coderef formats.
4501         * org-footnote.el (org-footnote-create-definition)
4502         (org-footnote-goto-local-insertion-point): Make footnote insertion
4503         work correctly when the "Footnotes" headline is the last line in
4504         the buffer.
4506         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4507         the location.
4509 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
4511         * org-w3m.el (org-w3m): New customization group.
4512         (org-w3m-deactivate-mark): New option.
4513         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4514         option say not to.
4516 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
4518         * org.el (org-set-font-lock-defaults): Trigger footnote
4519         fontification.
4520         (org-activate-footnote-links): New function.
4521         (org-activate-links): New entry `footnote'.
4523         * org-faces.el (org-footnote): New face.
4525 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
4527         * org-macs.el (org-re): Handle the [:word:] class.
4529         * org-exp.el (org-export-preprocess-string): Call
4530         `org-export-protect-colon-examples'.
4531         (org-export-protect-colon-examples): Renamed from
4532         `org-export-protect-examples', and scope limited to lines starting
4533         with a colon.
4535 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
4537         * org-exp.el (org-export-preprocess-string): Move the preprocess
4538         hook to after turning on Org-mode.
4539         (org-export-preprocess-after-include-files-hook)
4540         (org-export-preprocess-after-tree-selection-hook)
4541         (org-export-preprocess-before-backend-specifics-hook)
4542         (org-export-preprocess-final-hook): New hooks.
4543         (org-export-preprocess-string): Run the new hooks.
4545         * org.el (org-ctrl-c-minus): Fix indentation for new items.
4547         * org-footnote.el: New file.
4549         * org.el (org-footnote): Require footnote code.
4550         (org-startup-options): Add new footnote options.
4551         (org-mode-map): New keybindig for footnotes.
4552         (org-ctrl-c-ctrl-c): Add function at footnotes.
4553         (org-org-menu): New menu entries for footnotes.
4555         * org-export-latex.el (org-export-as-latex): Pass footnote
4556         variable to preprocessor.
4557         (org-export-latex-preprocess): Treat multiple references to a
4558         footnote.
4560         * org-exp.el (org-export-preprocess-string): Call
4561         `org-footnote-normalize'.
4562         (org-export-as-ascii, org-export-as-html): Pass footnote variable
4563         to preprocessor.
4564         (org-export-as-html): Treat multiple references to a footnote.
4566 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
4568         * org-export-latex.el (org-export-latex-links): Handle coderef
4569         links.
4571         * org.el (org-bracket-link-analytic-regexp++): New variable.
4572         (org-make-link-regexps): Initialize
4573         `org-bracket-link-analytic-regexp++'.
4574         (org-store-link): Implement special case in edit-src buffer.
4575         (org-insert-link): No use of ide to insert stored links.
4576         (org-link-search): Implement special case for coderefs.
4578         * org-exp.el (org-export-html-scripts): New constant.
4579         (org-export-html-style-default): Add a new style for highlighted
4580         code.
4581         (org-export-code-refs): New variable.
4582         (org-export-preprocess-string): Initialize `org-export-code-refs'.
4583         Call `org-export-replace-src-segments-and-examples'
4584         No longer call `org-export-protect-examples'.
4585         (org-export-target-internal-links): Take care of coderef targets.
4586         (org-export-last-code-line-counter-value): New variable.
4587         (org-export-replace-src-segments-and-examples): Renamed from
4588         `org-export-replace-src-segments', and modified.
4589         (org-export-format-source-code-or-example): Renamed from
4590         `org-export-format-source-code'.
4591         (org-export-number-lines): New function.
4592         (org-export-as-ascii, org-export-as-html): Handle coderef links.
4594 --------------------------------------------------------------------------
4596 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
4598         * org-remember.el (org-remember-handler): Safer way to get a new
4599         buffer accessing the target file.
4601         * org.el (org-refile-get-location): Handle case of current buffer
4602         not having a file associated with it.
4604 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
4606         * org-table.el (org-table-get-formula): Only ask to overwrite
4607         field formula if there really is one.
4609         * org-id.el (org-id-find): Allow the ID to be a symbol or a
4610         number, by converting these to a string.
4612         * org-colview.el (org-dblock-write:columnview): Allow ID to be
4613         located in a different file.
4615         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4616         org-colview.el.
4618 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
4620         * org.el (org-completion-use-ido): Enhance docstring of
4621         `org-completion-use-ido'.
4623         * org-export-latex.el (org-export-latex-make-header): Double the %
4624         in the time stamp format.
4625         (org-export-latex-special-chars): Handle case where there is no
4626         match group 3.
4628 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
4630         * org.el (org-get-refile-targets, org-refile-get-location): Use
4631         expanded file name to improve comparison.
4633 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
4635         * org.el (org-scan-tags): Rescan for tags, to get the correct
4636         upcase/downcase stuff.  This slows things down for now, but it
4637         works.
4638         (org-mode): Make sure the tag-faces regexp is initialized.
4640         * org-export-latex.el (org-export-latex-links): Fix bug with
4641         undefined label.
4643         * org-table.el (org-table-get-specials): Set
4644         `org-table-current-last-data-line'.
4645         (org-table-current-last-data-line): New variable.
4646         (org-table-insert-column, org-table-delete-column)
4647         (org-table-move-column, org-table-fix-formulas): Call
4648         `org-table-fix-formulas' a second time to fix the $LR references.
4649         (org-table-get-specials): Add the $LR references to the tables.
4650         (org-table-get-formula): Do not offer last-row names as LHS of
4651         formulas.
4653         * org.el (org-store-link): Capture link description from
4654         `org-id-store-link'.
4656         * org-exp.el (org-export-html-format-image): Add the / to the end
4657         of the <img> tag.
4658         (org-export-format-source-code): Surround example by empty lines,
4659         to make sure it will not be inside a paragraph.
4661         * org.el (org-ido-switchb): New function.
4663 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
4665         * org-agenda.el (org-agenda-show): New prefix argument
4666         FULL-ENTRY.
4668         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4669         argument.
4671         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4672         `org-agenda-change-all-lines'.
4673         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4674         tags are now retrieved locally.
4676 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
4678         * org.el (org-get-outline-path): Fix bug if level is not given.
4679         (org-org-menu): Do not quote function in menu vector.
4681         * org-agenda.el (org-finalize-agenda): Fix typo with variable
4682         name.
4684 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
4686         * org.el (org-refile): Avoid refiling to within the region to be
4687         refiled.
4689         * org-export-latex.el (org-export-latex-special-chars): Replace
4690         special characters also in tables.
4692         * org-agenda.el (org-agenda-change-all-lines): New argument
4693         FORCE-TAGS.
4694         (org-agenda-set-tags): Cet the new tags and pass them to
4695         `org-format-agenda-item'.
4697 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
4699         * org-export-latex.el (org-export-latex-classes): Add longable as
4700         a default package to all classes.
4701         (org-export-latex-tables): Handle the longtable attribute and the
4702         align attribute.
4704         * org-table.el (orgtbl-to-generic): Handle tables that start with
4705         a hline.
4707         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4708         \verb for colde-like snippets.
4709         (org-export-as-latex): Fix issues with region export.
4711         * org.el (org-up-heading-safe): Speed up function by using a
4712         direct regexp search.
4713         (org-olpa): New variable.
4714         (org-get-outline-path): Speed-up path constructions in cases where
4715         this is possible because the entire hierarchy is scanned anyway.
4716         (org-refile-get-location): Don't compare the truenames of files,
4717         this is too slow.
4718         (org-goto-max-level): New option.
4719         (org-goto): Use `org-goto-max-level'.
4721 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
4723         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4724         Strip angle brackets from message-ids in the former and don't do
4725         it in the latter.
4726         (org-gnus-follow-link): Open summary reliable, even if the last
4727         messages were deleted, and handle empty groups, too.
4729 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
4731         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4732         instead of \texttt for the =...= and ~===~ emphasis environments.
4733         (org-export-as-latex): Remove any old :org-license-to-kill text
4734         properties.
4735         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4736         (org-export-latex-make-header): Add some hard space after the
4737         table of contents.
4738         (org-export-latex-first-lines): Accept RBEG argument.  Mark
4739         exported text so that it will be excuded in further steps.
4741         * org-table.el (org-table-get-specials): Make @0 reference the
4742         last line in a table.
4743         (org-table-recalculate): Improve docstring.
4745 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4747         * org.el (org-log-done): Fix docstring.
4749 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
4751         * org-exp.el (org-export-html-format-image): Fix bugs.
4753         * org-export-latex.el (org-export-latex-tables)
4754         (org-export-latex-links): Implement attribute, label, and caption
4755         handling.
4757         * org-exp.el (org-export-html-style-default): Add style
4758         definitions for the figure div.
4759         (org-export-preprocess-string, org-export-as-html): Implement
4760         attribute, label, and caption handling.
4761         (org-export-attach-captions-and-attributes): New function.
4762         (org-export-html-format-image): New function.
4763         (org-format-org-table-html): Implement attribute, label, and
4764         caption handling.
4766         * org.el (org-find-text-property-in-string): New function.
4767         (org-extract-attributes): Use the property org-attr instead of
4768         org-attrobutes, because this property is now set with the #+ATTR
4769         lines.
4771 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
4773         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4774         the case that FROM is nil.
4776         * org.el (org-before-first-heading-p): New function.
4778 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
4780         * org-exp.el (org-export-as-html): Do not add a space before
4781         enforces line breaks.
4782         (org-export-as-html): Close paragraph before blockquote and verse
4783         tags.
4785 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
4787         * org-id.el (org-id-locations-file): Wrap file name with
4788         `convert-standard-filename'.
4789         (org-id-files): New variable.
4790         (org-id-use-hash): New option.
4791         (org-id-update-id-locations): Also search in all files current
4792         listed in `org-id-files'.  Convert the resulting alist to a hash
4793         if the user customation says so.
4794         (org-id-locations-save): Handle he case if `org-id-locations' is a
4795         hash.
4796         (org-id-locations-load): Convert the alist to a hash.
4797         (org-id-add-location): Handle the hast case.
4798         (kill-emacs-hook): Make sure id locations are saved when Emacs is
4799         exited.
4800         (org-id-hash-to-alist, org-id-alist-to-hash)
4801         (org-id-paste-tracker): New functions.
4803 -------------------------------------------------------------------------
4805 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4807         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4808         bindings of calendar variables.
4810         * org-table.el (org-table-find-row-type): Renamed from
4811         `org-find-row-type'.
4812         (org-table-rewrite-old-row-references): Renamed from
4813         `org-rewrite-old-row-references'.
4814         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
4815         (org-table-cleanup-narrow-column-properties): Renamed from
4816         `org-cleanup-narrow-column-properties'.
4818 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4820         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4821         for better error messages.
4822         (org-table-get-descriptor-line): Supply the new arguments to
4823         `org-find-row-type'.
4824         (org-table-error-on-row-ref-crossing-hline): New option.
4826         * org.el (org-target-link-regexp): Make buffer-local.
4827         (org-move-subtree-down): Fix bug with trees at beginning of
4828         buffer.
4830 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
4832         * org-faces.el (org-set-tag-faces): New function.
4833         (org-tags-special-faces-re): New variable.
4835         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4837         * org-faces.el (org-tag-faces): New option.
4838         (org-tag): Mention `org-tag-faces' in the docstring.
4840 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
4842         * org-exp.el (org-export-html-style-default): Implement new
4843         quoting.
4845         * org-jsinfo.el (org-infojs-template): Implement new quoting.
4847         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4848         command to the `w3m-minor-mode-map'.
4850         * org-archive.el (org-archive-to-archive-sibling): Protect
4851         `this-command' to avoid appending kills during archiving.
4853         * org-exp.el (org-export-with-priority): New variable.
4854         (org-export-add-options-to-plist): Use `org-export-plist-vars'
4855         instead of internal list of strings and properties.
4856         (org-print-icalendar-entries): Retrieve the location property with
4857         inheritance.
4859 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4861         * org-exp.el (org-export-with-todo-keywords): New option.
4862         (org-export-plist-vars): Include also the keys for the #+OPTIONS
4863         line.
4864         (org-default-export-plist, org-export-add-options-to-plist)
4865         (org-export-as-ascii, org-export-as-html): Use the new structure
4866         of `org-export-plist-vars'.
4868         * org.el (org-map-entries): Return all values.
4870 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
4872         * org.el (org-matcher-time): Recognize more special values.
4874         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4876 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
4878         * org.el (org-tags-exclude-from-inheritance): New option.
4879         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4880         `org-tags-exclude-from-inheritance'.
4882         * org-agenda.el (org-agenda-show-inherited-tags): New option.
4883         (org-format-agenda-item): Add inherited tags to the agenda line
4884         string, and make sure that properties are kept when downcasing the
4885         tags list.
4886         (org-agenda-add-inherited-tags): New function.
4887         (org-downcase-keep-props): New function.
4889         * org.el (org-scan-tags): Mark inherited tags with a text
4890         property.
4891         (org-get-tags-at): Mark inherited tags with a text property.
4892         (org-add-prop-inherited): New function.
4894         * org-agenda.el (org-agenda-add-inherited-tags): New function.
4895         (org-agenda-show-inherited-tags): New option.
4897 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
4899         * org.el (org-modules): Add org-w3m to the default modules.
4901         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4902         orgtbl-mode.
4903         (orgtabl-create-or-convert-from-region): New command.
4905         * org-exp.el (org-export-as-ascii): Remove the handling of
4906         targets.
4907         (org-export-ascii-preprocess): Handle targets already in this
4908         function.
4910 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
4912         * org-timer.el (org-timer-start-time): Define this variable.
4913         (org-timer-item): Make argument optional.
4915         * org-list.el (org-insert-item): Automatically insert a timer item
4916         if the current list is a timer list.
4918         * org-timer.el: New file.
4920         * org-publish.el (org-publish-org-index): Only exclude the index
4921         file in the main directory from being added to the site-map.
4922         (org-publish-get-project-from-filename): If the current project is
4923         a component, start publishing from the parent project.
4925 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
4927         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4929         * org-publish.el (org-publish-org-index): Improve removal of
4930         temporary buffers.
4932         * org-agenda.el (org-get-closed): Re-apply changes
4933         accidentially overwritten by last commit to Emacs.
4935         * org.el (org-outline-path-complete-in-steps): New option.
4936         (org-refile-get-location): Honor
4937         `org-outline-path-complete-in-steps'.
4938         (org-agenda-change-all-lines, org-tags-sparse-tree)
4939         (org-time-string-to-absolute, org-small-year-to-year)
4940         (org-link-escape): Re-apply changes accidentially overwritten
4941         by last commit to Emacs
4943 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
4945         * org-clock.el (org-dblock-write:clocktable): Make sure the
4946         clocktable sees the first line.
4947         (org-clock-in): Warn if the clock cannot be resumed.
4949 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
4951         * org.el (org-open-at-point): Fix mixup about interactive and
4952         non-interactive elisp links.
4954 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4956         * org-exp.el (org-export-preprocess-string): Allow one comment
4957         line before the first headline to always be included.  This is
4958         to not miss a commented target.
4960         * org-mouse.el (org-mouse-insert-item): Call
4961         `org-indent-to-column' instead of `indent-to', for XEmacs
4962         compatibility.
4964         * org.el (org-refile-targets): Fix customize definition so
4965         that it works also in XEmacs.
4966         (org-fixup-indentation): Call `org-indent-to-column' instead
4967         of `indent-to', for XEmacs compatibility.
4969 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
4971         * org-mew.el (org-mew-store-link): Get the correct case folder
4972         for refiled messages.
4974 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4976         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4977         line break indicators.
4979         * org.el (org-ido-completing-read): Remove the "i:" prefix for
4980         ido-completion propts.
4982 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4984         * org-remember.el (org-remember-apply-template): Use
4985         `org-substring-no-properties'.
4987         * org-compat.el (org-substring-no-properties): New function.
4989         * org-remember.el (org-remember-apply-template): Use
4990         `org-substring-no-properties' for compatibility.
4992         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4993         option.
4994         (org-fix-bullet-type): respect
4995         `org-list-two-spaces-after-bullet-regexp'.
4997         * org-clock.el (org-clock-load): Clean up the code.
4999         * org.el (org-adaptive-fill-function): Allow two spaces after
5000         "1." as a list bullet.
5002 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
5004         * org-clock.el (org-clock-save, org-clock-load): Check for
5005         live buffers, existing files, and buffer file names to ensure
5006         consistent information.
5007         (org-clock-persist): Make `clock' a special value of this
5008         variable, and improve docstring.
5010         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5011         (org-get-string-indentation): Adapt indentation when the bullet
5012         width changes.
5014 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
5016         * org-remember.el (org-remember-finalize): Make interactive.
5017         (org-remember-kill): New command.
5018         (org-remember-finish-immediately): Call `org-remember-finalize'
5019         directly.
5020         (org-remember-finalize): Make `org-remember-finalize' an interactive
5021         function.
5023 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
5025         * org-remember.el (org-remember-apply-template): No ido completion
5026         for free prompts in remember templates.
5027         (org-remember-before-finalize-hook): New hook.
5028         (org-remember-mode): New minor mode.
5029         (org-remember-apply-template): Turn on `org-remember-mode'.
5031         * org-id.el (org-id-add-location): Avoid error when no file is
5032         given.
5034         * org-remember.el (org-remember-apply-template): Fix the way how
5035         the list of allowed properties is retrieved from the target file.
5037         * org.el (org-insert-link): Improve file link matching.
5039 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
5041         * org-colview.el (org-columns-display-here): New argument
5042         DATELINE, to trigger using the new face.
5043         (org-agenda-colview-summarize): Call `org-columns-display-here'
5044         with the new argument.
5046         * org-faces.el (org-agenda-column-dateline): New face.
5048         * org-publish.el (org-publish-org-index): Use index-title at page
5049         title, not as section.
5051         * org-exp.el (org-export-html-format-desc): Respect the
5052         org-protect property.
5053         (org-export-as-html): Protect image specifiers that are in the
5054         description part of a link.
5056         * org.el (org-sort-entries-or-items, org-completing-read)
5057         (org-refile-get-location, org-olpath-completing-read, org-todo)
5058         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5059         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5060         (org-set-property, org-delete-property)
5061         (org-delete-property-globally): Use `org-ido-completing-read'.
5063         * org-remember.el (org-remember-apply-template): Use
5064         `org-ido-completing-read'.
5066         * org-publish.el (org-publish): Use `org-ido-completing-read'.
5068         * org-colview.el (org-columns-edit-value, org-columns-new)
5069         (org-insert-columns-dblock): Use `org-ido-completing-read'.
5071         * org-colview-xemacs.el (org-columns-edit-value)
5072         (org-columns-new, org-insert-columns-dblock): Use
5073         `org-ido-completing-read'.
5075         * org-attach.el (org-attach-delete-one, org-attach-open): Use
5076         `org-ido-completing-read'.
5078         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5079         `org-ido-completing-read'.
5081         * org.el (org-time-today): New function.
5082         (org-matcher-time): Use `org-time-today'.  Add special treatment
5083         for "<tomorrow>" and "<yesterday>".
5084         (org-ido-completing-read): New function.
5085         (org-completion-use-ido): New option.
5087         * org-exp.el (org-export-format-source-code): Fix bug in require
5088         htmlize code.
5089         (org-export-target-internal-links): Fix bug in search for text
5090         property.
5092 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
5094         * org-export-latex.el (org-export-latex-subcontent): Interprete
5095         target aliases as additonal labels.
5097         * org-exp.el (org-export-target-aliases): New variable.
5098         (org-export-preprocess-string)
5099         (org-export-handle-invisible-targets): Fill the alias alist.
5100         (org-export-as-html): Remove the &nbsp; from the anchor, and also
5101         assign an id.
5102         (org-html-level-start): Insert the target aliases as additonal
5103         anchors.
5105         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5106         picture area.
5108 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5110         * org.el (org-open-at-mouse): Ensure correct link abbreviations
5111         when following a link with the mouse from the agenda.
5113         * org-exp.el (org-export-as-html): Avoid lone </div> when no
5114         headlines are created.
5116 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
5118         * org-exp.el (org-export-preprocess-string): Reorder so that we
5119         can still see ID properties when we collect targets.
5120         (org-export-target-internal-links): Also store targets for ID's.
5122         * org.el (org-link-translation-function): New option.
5123         (org-open-at-point): Call `org-link-translation-function' if
5124         non-nil.
5125         (org-translate-link): New function.
5126         (org-translate-link-from-planner): New function.
5127         (org-open-at-point): Allow interactive commands in elisp links.
5129         * org-exp.el (org-icalendar-cleanup-string): Restore the old
5130         iCalendar quoting.  The new one seems to caus problems with
5131         applications.
5133         * org.el (org-yank): Set `this-command' to `yank', so that
5134         `yank-pop' will work.
5136 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5138         * org-id.el (org-id-search-archives): New option.
5140         * org.el (org-link-to-org-use-id): New option.
5141         (org-store-link): Use `org-link-to-org-use-id'.
5142         (org-id): Make org-id.el a standard component.
5144 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5146         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5147         hexified version of the tag.
5149         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5150         compliance as far as quoting is concerned.
5152         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5154         * org.el (org-up-heading-safe, org-forward-same-level): Always
5155         call `org-back-to-heading' instead of `outline-back-to-heading'.
5156         (org-back-to-heading): New wrapper around outline-back-to-heading,
5157         with a useful error message telling where the error happened.
5159         * org-list.el (org-update-checkbox-count): Always call
5160         `org-back-to-heading' instead of `outline-back-to-heading'.
5162         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5163         has an `alt' attribute, to ensure XHTML validation.
5165 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5167         * org-publish.el (org-publish-attachment): Allow publishing to
5168         overwrite attachment files.
5170         * org-agenda.el (org-agenda-timerange-leaders): New option.
5171         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5173         * org.el (org-edit-src-exit): Untabify ASCII image before
5174         returning.
5187 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5189         * org.el (org-yank): Make any prefix force normal yanking.
5190         Suppress folding if text would be swallowed into a folded
5191         subtree.
5192         (org-yank-folded-subtrees, org-yank): Docstring updates.
5194         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5195         defined as 0.
5197         * org-exp.el (org-export-language-setup): Add Catalan and
5198         Esperanto language entries.
5200 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5202         * org.el (org-refile): Allow refiling of entire regions.
5204         * org-clock.el (org-clock-time%): New function.
5206         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5207         retrieve property values.
5209 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5211         * org-agenda.el (org-agenda-list): Handle the value `only' of
5212         org-agenda-show-log'.
5213         (org-agenda-log-mode): Interpret a double prefix arg.
5215 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
5217         * org-exp.el (org-export-html-footnotes-section): New variable.
5218         (org-export-as-html): Use `org-export-html-footnotes-section' to
5219         insert the footnotes.
5220         (org-export-language-setup): Add "Footnotes" to language words.
5222 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
5224         * org.el (org-yank): Fix bug when not inserting a subtree.
5226 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
5228         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5229         instead of `vm-beginning-of-message'.
5231         * org.el (org-make-link-regexps): Make sure that links to gnus can
5232         contain brackets.
5234 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
5236         * org-attach.el (org-attach-dir): Remove duplicate ID creation
5237         code.
5239         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5240         shell output.
5242         * org.el (org-link-abbrev-alist): Improve customization type.
5244         * org-attach.el (org-attach-expand-link, org-attach-expand): New
5245         functions.
5247         * org-agenda.el (org-agenda-get-progress): Renamed from
5248         `org-get-closed'.  Implement searching for state changes as well.
5249         (org-agenda-log-mode-items): New option.
5250         (org-agenda-log-mode): New option prefix argument, interpreted as
5251         request to show all possible progress info.
5252         (org-agenda-get-day-entries): Call `org-get-progress' instead of
5253         `org-get-closed'.
5254         (org-agenda-set-mode-name): Handle the more complex log mode
5255         settings.
5256         (org-get-closed): New alias, pointing to `org-get-progress'.
5258 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5260         * org.el (org-file-apps-defaults-gnu)
5261         (org-file-apps-defaults-macosx)
5262         (org-file-apps-defaults-windowsnt): Add an entry defining the
5263         system command.
5264         (org-file-apps): Allow `system' as key and value.
5265         (org-open-at-point): Explain the effect of a double prefix arg.
5266         (org-open-file): If the argument `in-emacs' is (16),
5267         i.e. corresponding to a double prefix argument, try to open the
5268         file externally.
5270 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5272         * org.el (org-insert-link): Abbreviate absolute files names in
5273         links.  Also, fix a bug in which the double C-u prefix would not
5274         be honored.
5276 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5278         * org.el (org-insert-heading): If buffer does not end with a
5279         newline, add one if necessary to insert headline correctly.
5281         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5282         paragraphs, not inside.
5284         * org.el (org-todo): Quote
5285         `org-agenda-headline-snapshot-before-repeat'.
5287         * org-exp.el (org-export-as-html): Fully process link descriptions.
5288         (org-export-html-format-desc): New function.
5289         (org-export-as-html): Collect footnotes into the correct basket.
5290         (org-html-protect): No longer protect quotations marks here, this
5291         goes wrong.
5293         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5294         BEG.
5296         * org-compat.el (org-fit-window-to-buffer): New function (not
5297         really, a preliminary and incomplete version was present earlier,
5298         but not used).
5300         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5301         `org-fit-window-to-buffer'.
5303         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5305         * org-agenda.el (org-agenda-get-restriction-and-command)
5306         (org-fit-agenda-window, org-agenda-convert-date): Use
5307         `org-fit-window-to-buffer'.
5309         * org-exp.el (org-export-as-html): Process href links through
5310         `org-export-html-format-href'.
5311         (org-export-html-format-href): New function.
5313         * org-agenda.el (org-agenda-todo): Update only the current
5314         headline if this is a repeated TODO, marked done for today.
5315         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5316         only the current line.
5318         * org.el (org-todo): Take a snapshot of the headline if the
5319         repeater might change it.
5321 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5323         * org-publish.el (org-publish-find-title): Remove buffers visited
5324         only for extracting the title.
5326         * org-exp.el (org-export-html-style)
5327         (org-export-html-style-default): Mark style definitions as
5328         unparsed CDATA.
5330         * org-publish.el (org-publish-validate-link): Function
5331         re-introduced.
5333 2008-11-02  Charles Sebold  <csebold@gmail.com>
5335         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5336         property.
5337         (org-plot-quote-timestamp-field): New function.
5338         (org-plot-quote-tsv-field): Call timestamp field function when
5339         necessary rather than just quoting as a string.
5340         (org-plot/gnuplot-to-data): Pass in timefmt property.
5341         (org-plot/gnuplot-script): Supports timefmt property.
5342         (org-plot/gnuplot): Checks for timestamp column before checking
5343         for text index column.
5345 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5347         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5349         * org-publish.el (org-publish-org-index): Create a section in the
5350         index file.
5351         (org-publish-org-index): Stop linking to directories.
5353         * org.el (org-emphasis-alist): Use span instead of <u> to
5354         underline text.
5356         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5357         <pre> sections.
5359 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5361         * org-jsinfo.el (org-infojs-template): Remove language attribute
5362         from script tag.
5364 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5366         * org-agenda.el (org-agenda-remove-marked-text): New function.
5367         (org-agenda-mark-filtered-text)
5368         (org-agenda-unmark-filtered-text): New functions.
5369         (org-write-agenda): Remove fltered text.
5371         * org.el (org-make-tags-matcher): Give access to TODO "property"
5372         without speed penalty.
5374 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5376         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5377         option.
5378         (org-store-link-props): Make sure adding to the plist works
5379         correctly.
5381         * org-gnus.el (org-gnus-no-new-news): New function.
5382         (org-gnus-follow-link): Allow the article ID to be a message-id,
5383         in addition to allowing article numbers.  Message IDs make much
5384         more roubust links.
5385         (org-gnus-store-link): Use message-id to create link.
5387 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5389         * org.el (org-emphasize): Reverse the selection array.
5390         (org-emphasis-alist): Set <code> tags for the verbatim
5391         environment.
5393         * org-remember.el (org-remember-handler): Fix bug with
5394         prefix-related changing of the note storage target.
5396         * org-exp.el (org-print-icalendar-entries): Make the exported
5397         priorities compatible with RFC 2445.
5399         * org-clock.el (org-clock-save): Insert time stamp without
5400         dependence on time-stamp.el.
5402 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5404         * org.el ("saveplace"): If saveplace puts point into an invisible
5405         location, make it visible.
5406         (org-make-tags-matcher): Allow inactive time stamps in time
5407         comparisons.
5408         (org-yank-adjusted-subtrees): New option.
5409         (org-yank): Incorporate adjusting trees.
5410         (org-paste-subtree): New argument FOR-YANK which will cause
5411         insertion at point without backing up over white lines, and leave
5412         point at the end of the inserted text.  Also if the cursor is
5413         at the beginning of a headline, use the same level or the inserted
5414         tree.
5416         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5417         with broken symlinks
5419 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5421         * org-exp.el (org-export-select-tags, org-get-current-options):
5422         Fix typo.
5424 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5426         * org-agenda.el (org-format-agenda-item)
5427         (org-agenda-filter-make-matcher): Make sure tags are stored and
5428         compared donwcased.
5430 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
5432         * org.el (org-insert-todo-heading): Fix bug with force-heading
5433         argument.
5435 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
5437         * org-clock.el (org-clock-in-resume): Add a custom option to
5438         toggle starting the clock from an open clock line.
5439         (org-clock-in): When clocking in to an entry, if
5440         `org-clock-in-resume' is set, check if the first clock line is
5441         open and if so, start the clock from the time in the clock line.
5442         (org-clock-persist): Add a custom option to toggle clock
5443         persistence.
5444         (org-clock-persist-query-save): Add a custom option to toggle
5445         asking the user if they want to save the running clock when
5446         exiting.
5447         (org-clock-persist-query-resume): Add a custom option to toggle
5448         asking the user if they want to resume the saved clock when Emacs
5449         is restarted.
5450         (org-clock-save): Add a function to save clock data.
5451         This includes the contents of `org-clock-history' and the buffer
5452         and position of the currently clocked task, if any.
5453         (org-clock-load): Add a function to load clock data.
5454         This populates `org-clock-history', and resumes the saved clocked
5455         task if there is one.
5456         (org-clock-persistence-insinuate): Add a method to set up the
5457         hooks for clock persistence.
5459 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
5461         * org-exp.el (org-export-as-ascii): Handle the case that we are
5462         publishing from an indirect buffer.
5464         * org-table.el (org-table-copy-down): Fix bug with time stamp
5465         increment.
5467         * org-mouse.el (org-mouse-features): New option.
5468         (org-mode-hook): Turn on features depending on
5469         `org-mouse-features'.
5471         * org.el (org-insert-heading-respect-content): Force heading
5472         creation.
5473         (org-insert-heading): keep the folding state of the heading before
5474         the inserted one.
5476 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5478         * org-archive.el (org-archive-to-archive-sibling): Handle top
5479         level headlines better.
5481 2008-10-21  Bastien Guerry  <bzg@altern.org>
5483         * org-export-latex.el (org-export-latex-classes): Added
5484         \usepackage{graphicx} to the default list of packages.
5486 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5488         * org-agenda.el (org-agenda-filter): Renamed from
5489         `org-agenda-filter-tags'.
5491 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
5493         * org.el (org-entry-properties): Add CATEGORY property, iven if it
5494         is not defined as a property in this entry.
5495         (org-add-log-note): Mask prefix argument when immediately storing
5496         the note.
5498         * org-agenda.el (org-agenda-filter-effort-default-operator): New
5499         option.
5501 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
5503         * org.el (org-add-log-setup): Bugfix; code to find insertion point
5504         after drawers was skipping ahead one line too many, so notes were
5505         inserted after the first note instead of before it.
5507 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
5509         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5510         New variables.
5511         (org-prepare-agenda): Reset the filter tags.
5512         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5513         Show filter tags in mode line.
5515         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5516         formatter.
5518         * org-export-latex.el (org-latex-entities-regexp): New constant.
5519         (org-export-as-pdf): Use two calls to `shell-command'.
5521 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
5523         * org-export-latex.el (org-export-latex-treat-sub-super-char):
5524         Honor the {} value of the subsuperscript setting.  Make sure that
5525         longer subsuperscripts are typeset in a roman font.
5527         * org.el (org-clock-update-time-maybe): Compute negative clock
5528         intervals correctly.
5530 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
5532         * org.el (org-add-log-setup): Respect
5533         `org-log-state-notes-insert-after-drawers'.
5534         (org-log-state-notes-insert-after-drawers): New option.
5535         (org-todo-trigger-tag-changes): New function.
5536         (org-todo): Call `org-todo-trigger-tag-changes'.
5538 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
5540         * org.el (org-add-log-setup): Only skip drawers if the are
5541         immediately after the scheduling keywords.
5543         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5544         function
5545         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5546         call it with the current todo state to get the state to switch to
5547         when clocking in.
5548         (org-clock-in): Use org-indent-line-function to indent clock lines.
5549         (org-clock-find-position): Fix indentation of empty clock drawers.
5551 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
5553         * org-publish.el (org-publish-org-to): Handle case when
5554         org-export-to-pdf does return a file name, not a buffer.
5555         (org-publish-org-to-pdf): New function.
5557         * org-export-latex.el (org-export-as-pdf)
5558         (org-export-as-pdf-and-open): New commands.
5560         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5561         forms as ranges.
5563         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5564         things in protexted regions.
5566 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
5568         * org-export-latex.el (org-export-latex-preprocess): Improve
5569         quoting of LaTeX environments.
5571 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
5573         * org.el (org-edit-fixed-width-region): Exclude final newline from
5574         picture area.
5576         * org-export-latex.el (org-export-latex-subcontent): Add labels to
5577         sections, to make internal links work.
5578         (org-export-latex-fontify-headline): Do not remove all text
5579         properties, to make sure that target properties survive this
5580         process.
5582         * org-exp.el (org-export-preprocess-string): Change sequence of
5583         modifications, to make sure links are prepared before the LaTeX
5584         conversions do happen.
5586 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
5588         * org-attach.el (org-attach-delete-all): Renamed from
5589         `org-attch-delete'.  Add a security query before deleting the
5590         entire directory.  New optional argument FORCE can overrule the
5591         security query.
5592         (org-attach-delete-one): New command.
5594 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
5596         * org-attach.el (org-attach-file-list): Fix bug with directory.
5598 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
5600         * org.el (org-apps-regexp-alist): New function.
5601         (org-file-apps): Add auto-mode to the default value.
5602         (org-open-file): Use the new structure of org-file-apps.
5604         * org-attach.el (org-attach): Support the new keys.
5605         (org-attach-method): New option.
5607 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
5609         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5610         March.
5612         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5613         of the list value o `org-use-tag-inheritance'.
5615         * org-attach.el (org-attach-auto-tag): New option.
5616         (org-attach-tag, org-attach-untag): New functions.
5617         (org-attach-attach, org-attach-new, org-attach-sync): Call
5618         `org-attach-tag'.
5619         (org-attach-delete): Call `org-attach-untag'.
5621 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
5623         * org-table.el (orgtbl-self-insert-command): Make this work for
5624         the keypad as well.
5626 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
5628         * org.el (org-add-log-setup): Limit searc for drawers to entry
5629         text, not to subtree.
5631         * org-clock.el (org-clock-heading-for-remember): New variable.
5632         (org-clock-in): Set `org-clock-heading-for-remember'.
5634 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
5636         * org-remember.el (org-remember-apply-template): Add new
5637         expansions: %k, %K for currently clocked task and a link to the
5638         currently clocked task, and %< to file notes in the currently
5639         clocked task.
5641 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
5643         * org-export-latex.el (org-export-latex-make-header): Also insert
5644         the content of the property :latex-header-extra.
5646         * org-exp.el (org-infile-export-plist): Put the content of
5647         #+LATEX_HEADER: into the property :latex-header-extra.
5649         * org-colview.el (org-columns-get-format-and-top-level): Remove
5650         resetting the marker.
5652         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5653         Remove resetting the marker.
5655         * org.el (org-entry-property-inherited-from): Improve docstring.
5656         (org-entry-get-with-inheritance): Reset marker before starting the
5657         search.
5659         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5661 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
5663         * org.el (org-entry-get-multivalued-property)
5664         (org-entry-protect-space, org-entry-restore-space): New
5665         functions.
5666         (org-file-apps-defaults-macosx): Let postscript files be opened by
5667         preview.
5668         (org-time-stamp-inactive): Call `org-time-stamp'.
5669         (org-time-stamp): New argument `inactive'.  Also edit inacive
5670         stamps. Convert time stamp type.
5671         (org-open-file): Interpret the `default' value for the `command'
5672         in `org-file-apps'.
5674         * org-id.el (org-id-int-to-b36-one-digit)
5675         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5676         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5677         b36.
5679 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
5681         * org-id.el (org-id-reverse-string): New function.
5682         (org-id-new): Use `org-id-reverse-string' to make sure the
5683         beginning chars of the ID are mutating fast.  This allows to use a
5684         directory structure to spread things better.
5685         (org-id-prefix): Changed default to nil.
5687         * org-list.el (org-move-item-down, org-move-item-up): Remember and
5688         restore the column of the cursor position.
5690         * org-remember.el (org-remember-apply-template): Remove properties
5691         from `initial'.
5693 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
5695         * org-wl.el (org-wl-open): Remove useless call to
5696         `wl-thread-open-all'.
5698         * org-remember.el (org-remember-handler): Fix bug with `bottom'
5699         location.
5701 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
5703         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5704         `org-bbdb-anniversaries'.
5706         * org.el (org-get-next-sibling, org-forward-same-level): New
5707         functions, similar to the outline versions, but invisible headings
5708         are OK.
5710 2008-09-25  Bastien Guerry  <bzg@altern.org>
5712         * org.el (org-auto-repeat-maybe): Insert a space between
5713         the timestamp's type and the timestamp itself.
5715 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
5717         * org-table.el (org-table-sum): Do not format the result with %g,
5718         it does rounding when there are too many digits.
5720         * org.el (org-map-entries): Protect the keyword-selecting variables.
5722 2008-09-23  Bastien Guerry  <bzg@altern.org>
5724         * org-agenda.el (org-agenda-to-appt): Make sure the function check
5725         against all agenda files.
5727 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
5729         * org-list.el: New file, aggregating list functions from org.el
5730         and org-export-latex.el.
5732         * org.el (org-edit-src-region-extra): New option.
5734 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
5736         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5737         time before 1am.
5739 2008-09-22  Bastien Guerry  <bzg@altern.org>
5741         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5743 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
5745         * org-plot.el (org-plot/gnuplot): Make tables starting with a
5746         hline work correctly.
5747         (org-plot/gnuplot-script): Put commas at the end of each script
5748         line.
5750 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
5752         * org.el (org-get-refile-targets): Replace links with their
5753         descriptions
5754         (org-imenu-get-tree): Replace links with their descriptions.
5756         * org-remember.el (org-remember-apply-template): Add a new
5757         expansion for adding properties to remember items.
5759         * org.el (org-add-log-setup): Skip over drawers (properties,
5760         clocks etc) when adding notes.
5762         * org-agenda.el (org-agenda-get-closed): show durations of clocked
5763         items as well as the start and end times.
5765         * org-compat.el (org-get-x-clipboard-compat): Add a compat
5766         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5768         * org-remember.el (org-get-x-clipboard): Use the compat
5769         function to get clipboard values when x-selection-value is
5770         unavailable. Use substring-no-properties instead of
5771         set-text-properties to remove text properties from the clipboard
5772         value.
5774         * lisp/org-clock.el (org-update-mode-line): Support limiting the
5775         modeline clock string, and display the full todo value in the
5776         tooltip. Set a local keymap so mouse-3 on the clock string goes to
5777         the currently clocked task.
5778         (org-clock-string-limit): Add a custom value for the maximum
5779         length of the clock string in the modeline.
5780         (org-clock-mode-map): Add a keymap for the modeline string
5782 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
5784         * org-compat.el (org-propertize): New function.
5786 2008-09-20  Bastien Guerry  <bzg@altern.org>
5788         * org-export-latex.el (org-export-latex-tables): protect exported
5789         tables from further special chars conversion.
5790         (org-export-latex-preprocess): Preserve LaTeX environments.
5791         (org-list-parse-list): Parse descriptive lists.
5792         (org-list-to-generic, org-list-to-latex, org-list-to-html)
5793         (org-list-to-texinfo): Export descriptive lists.
5794         (org-quote-chars): Remove.
5795         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5796         (org-export-latex-list-beginning-re): Rename to
5797         `org-list-beginning-re'
5798         (org-list-item-begin): Rename to `org-list-item-beginning'
5800 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
5802         * org.el (org-refile): Allow refiling to the last entry in the
5803         buffer.
5804         (org-get-tags-at): Fix bug when inheritance is turned off.
5806 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
5808         * org.el (org-indent-line-function): No longer check for src
5809         regions, this is too much overhead.
5811         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5812         matching.
5814         * org.el (org-scan-tags): Make sure that tags matching is not case
5815         sensitive.  TODO keyword matching is case sensitive, however, to
5816         avoid confusion with similar words that are not meant to be
5817         keywords.
5819 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
5821         * org.el (org-get-local-tags-at): New function.
5822         (org-get-local-tags): New function.
5824         * org-exp.el (org-export-get-categories): New function.
5826         * org-agenda.el (org-sorting-choice)
5827         (org-agenda-sorting-strategy, org-agenda-get-todos)
5828         (org-agenda-get-timestamps, org-agenda-get-deadlines)
5829         (org-agenda-get-scheduled, org-agenda-get-blocks)
5830         (org-entries-lessp): Implement sorting by TODO state.
5831         (org-cmp-todo-state): New defsubst.
5833         * org-colview.el (org-colview-construct-allowed-dates): New
5834         function.
5835         (org-columns-next-allowed-value): Use
5836         `org-colview-construct-allowed-dates'.
5838         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5839         function.
5840         (org-columns-next-allowed-value): Use
5841         `org-colview-construct-allowed-dates'.
5843 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
5845         * org.el (org-protect-slash): New function.
5846         (org-get-refile-targets): Use `org-protect-slash'.
5848         * org-agenda.el (org-global-tags-completion-table): New variable.
5850         * org-exp.el (org-export-handle-export-tags): New function.
5851         (org-export-preprocess-string): Call
5852         `org-export-handle-export-tags'.
5854         * org-plot.el: New file.
5856         * org-publish.el (org-publish-expand-components): Function removed.
5857         (org-publish-expand-projects): Allow components to have components.
5859 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
5861         * org.el (org-indent-line-function): Do not indent in regions that
5862         are external source code.
5863         (org-yank-and-fold-if-subtree): New function.
5865         * org-agenda.el (org-agenda-todayp): New function.
5866         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5867         `org-agenda-todayp'.
5869         * org.el (org-insert-heading-respect-content)
5870         (org-insert-todo-heading-respect-content): New commands.
5871         (org-insert-heading-respect-content): New option.
5872         (org-insert-heading): Respect `org-insert-heading-respect-content'.
5874         * org-clock.el (org-clock-find-position): Make sure the note after
5875         the clock line gets moved into the new clock drawer.
5877 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
5879         * org-id.el (org-id-new): New option.
5881 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
5883         * org-table.el (org-table-copy-down): Avoid overflow during
5884         increment.  Use prefix argument 0 to temporarily disable the
5885         increment.
5887 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
5889         * org-exp.el (org-export-as-html): Do not turn on the major mode
5890         if the buffer will be killed anyway.
5891         (org-get-current-options): Exclude the #+TEXT field.
5892         (org-export-as-html): Make sure text before the first headline is
5893         a paragraph.
5895         * org-publish.el (org-publish-org-to): Tell the exporter that this
5896         buffer will be killed, so it is not necessary to do major mode
5897         initialization.
5899         * org-archive.el (org-archive-to-archive-sibling): Show empty
5900         lines after folding the archive sibling.
5902         * org.el (org-log-note-extra): New variable.
5904 2008-09-05  Bastien Guerry  <bzg@altern.org>
5906         * org.el (org-additional-option-like-keywords): Added keywords for
5907         the _QUOTE, _VERSE and _SRC environments.
5909         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5910         exporting _QUOTE and _VERSE environments.
5912 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
5914         * org-agenda.el (org-agenda-filter-by-tag): New command.
5916         * org-exp.el (org-get-current-options): Remove angular brackets
5917         from the date entry.
5919         * org.el (org-edit-fixed-width-region): New function.
5920         (org-edit-fixed-width-region): Also try
5921         `org-edit-fixed-width-region'.
5922         (org-edit-fixed-width-region-mode): New option.
5923         (org-activate-code): Only interprete lines starting with colon
5924         plus a space as example lines.
5926         * org-remember.el (org-remember-templates): Add nil instead of
5927         empty strings to fix the length of remember templates.
5929         * org-table.el (org-calc-default-modes): Fix the time format for
5930         calc, from 12 hour to 24 hour clock.
5932 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
5934         * org-agenda.el (org-agenda-get-deadlines)
5935         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5936         entries that are pre-warnings of deadlines or reminders.
5938         * org.el (org-sort-entries-or-items): Make numeric and alpha
5939         comparisons ignore any TODO keyword and priority cookie.
5941         * org-remember.el (org-remember-handler): Reinterpretation of the
5942         prefix argument.
5944 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
5946         * org-agenda.el (org-agenda-get-scheduled): Use new
5947         `org-scheduled' face.
5949         * org-faces.el (org-scheduled): New face.
5951         * org-wl.el (org-wl-open): Remove incorrect declaration.
5953         * org-gnus.el (org-gnus-store-link): Support for :to information
5954         in gnus links.
5956         * org-exp.el (org-export-as-html): Fixed typo in creator
5957         information.
5958         (org-export-protect-examples): New parameter indent.  Insert extra
5959         spaces only when this parameter is specified.
5960         (org-export-preprocess-string): Call `org-export-protect-examples'
5961         with an indentation parameter when exporting to ASCII.
5963         * org-remember.el (org-remember-templates)
5964         (org-remember-apply-template): Allow the file component to be a
5965         function.
5967         * org.el (org-goto-local-search-headings): Renamed from
5968         `org-goto-local-search-forward-headings'.  Added the possibility
5969         to search backwards.
5971 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
5973         * org-export-latex.el (org-export-latex): New customization
5974         group.
5976         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5978 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
5980         * org-exp.el (org-html-do-expand): Allow {} to terminate
5981         tex macro
5983 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
5985         * org.el (org-buffer-list): Select buffers based on major mode,
5986         not on file name.
5988 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
5990         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5991         face property.
5993         * org-colview.el (org-columns-display-here): Use
5994         `org-columns-modify-value-for-display-function'.
5996         * org-colview-xemacs.el (org-columns-display-here): Use
5997         `org-columns-modify-value-for-display-function'.
5999 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6001         * org.el (org-columns-modify-value-for-display-function): New option.
6013         * org-publish.el (org-publish-file): Make sure the directory match
6014         for the publishing directory works correctly.
6016         * org-agenda.el (org-agenda-execute-calendar-command)
6017         (org-agenda-diary-entry): Additional optional argument.
6019 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6021         * org-exp.el (org-export-as-html): Add attributes also in mailto
6022         and ftp links.
6024         * org.el (org-autoload): Add `org-dblock-write:columnview'.
6033 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
6035         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6036         sure that calls from `org-export-region-as-html' do not do the
6037         special check for a subtree.
6039 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
6041         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6043 2008-07-20  Juri Linkov  <juri@jurta.org>
6045         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6046         new keymap `narrow-map' instead of binding "\C-xns".
6048 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
6050         * org.el (org-open-file): Use
6051         `org-open-directory-means-index-dot-org'.
6052         (org-open-directory-means-index-dot-org): New option.
6054 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
6056         * org.el (org-make-link-string): Remove link attributes from
6057         description.
6058         (org-open-at-point): Remove link attributes bevore using the path.
6060         * org-exp.el (org-export-as-html): Handle link attributes.
6062         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6064         * org-table.el (org-table-to-lisp): New function.
6066         * org.el (org-narrow-to-subtree): Do not include the final newline
6067         into the narrowed region.
6069         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6070         bug with user-define skipping condition.
6072 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
6074         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6076 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
6078         * org-exp.el (org-export-html-style-default): Automatic overflow
6079         handling for pre fields.
6080         (org-export-as-ascii, org-export-as-html): Change default format
6081         for time stamp.
6083         * org-table.el (org-table-export): Offer completion for translator
6084         functions, and do not require a heading above the table.
6086         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6087         Cater for the case of a list starting in the first line of the
6088         buffer.
6090 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
6092         * org-publish.el (org-publish-find-title): Bug fix.
6093         (org-publish-org-index): Implement new :index-style option.
6095 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
6097         * org-publish.el (org-publish-timestamp-filename): Use
6098         SHA1-encoded file names in the timestamp directory.
6100 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
6102         * org-publish.el (org-publish-needed-p): Be verbose about files
6103         published and files skipped.
6105         * org-exp.el (org-export-preprocess-string): Swap link
6106         normalization and inernal link targeting.
6108         * org-publish.el (org-publish-needed-p): Create timestamp
6109         directory when it does not exist.
6111 2008-07-04  Bastien Guerry  <bzg@altern.org>
6113         * org-clock.el (org-clock-out-when-done): Doc fix.
6115         * org.el (org-agenda-skip-unavailable-files): Doc fix.
6117         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6118         Ignore case when searching for the COMMENT cookie at export time.
6120 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
6122         * org-exp.el (org-get-file-contents)
6123         (org-get-and-remove-property): New functions.
6124         (org-export-handle-include-files): Handle the new prefix options.
6125         (org-export-as-html): Fix the verse environment.
6127 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
6129         * org.el (org-time=, org-time<, org-time<=, org-time>)
6130         (org-time>=, org-time<>, org-2ft): New functions.
6131         (org-op-to-function): Also provide for the time testing fucntions.
6133 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
6135         * org-exp.el (org-export-html-style-default): New constant.
6137 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
6139         * org-exp.el (org-export-html-style-extra): New variable.
6140         (org-export-splice-style): New function.
6142 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6144         * org-exp.el (org-export-plist-vars, org-export-as-html):
6145         Implement `org-export-creator-info'.
6146         (org-export-creator-info): New option.
6148 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6150         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6151         (org-property-drawer-re, org-clock-drawer-re): New constants.
6153 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6155         * org-exp.el (org-icalendar-use-deadline)
6156         (org-icalendar-use-scheduled): New options.
6157         (org-icalendar-include-todo): Default changed to t.
6158         (org-print-icalendar-entries): Implement better utilization of
6159         scheduling and deadline time stamps.
6160         (org-export-target-internal-links, org-export-as-html): Allow file
6161         lines without the "file:" prefix if the file path is an absolute
6162         path or starts with ".".
6164         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6165         lastweek etc.
6166         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6168 2008-06-18  Glenn Morris  <rgm@gnu.org>
6169         * org.el (org-map-entries): Let-bind `file'.
6171 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6173         * org.el (org-agenda-skip-archived-trees): Docstring now
6174         discourages using this.
6175         (org-scan-tags): Check for org-agenda-archives-mode.
6176         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6177         (org-agenda-files): Functionality of second arg changed.
6179         * org-agenda.el (org-agenda-archives-mode): New variable
6180         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6181         (org-search-view, org-todo-list, org-tags-view)
6182         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6183         `ifmode' argument.
6184         (org-agenda-quit): Reset the archives mode.
6185         (org-agenda-archives-mode): New command.
6186         (org-agenda-set-mode-name): Include archives info.
6188 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6190         * org.el (org-paste-subtree): Make sure the yanked headline is
6191         visible if it was yanked at a visible point.
6192         (org-move-item-up): Fix the bug with moving white space at the end
6193         of the item.
6194         (org-show-empty-lines-in-parent): New function.
6196 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6198         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6200         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6202         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6203         agenda prefix as well.
6205         * org-publish.el (org-publish-org-index): Make a properly indented
6206         list.
6208         * org.el (org-calendar-agenda-action-key): New option.
6209         (org-get-cursor-date): New function.
6210         (org-mark-entry-for-agenda-action): New command.
6211         (org-overriding-default-time): New variable.
6212         (org-read-date): Respect `org-overriding-default-time'.
6214         * org-remember.el (org-remember-apply-template): Respect the
6215         ovverriding default time.
6217         * org-agenda.el (org-agenda-action-marker): New variable.
6218         (org-agenda-action): New command.
6219         (org-agenda-do-action): New function.
6221 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6223         * org.el (org-schedule, org-deadline): Protect scheduled and
6224         deadline tasks against changes that accidently remove the
6225         repeater.  Also show a message with the new date when done.
6227 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6229         * org.el (org-beginning-of-line): Cater for the case when there
6230         are tags but no headline text.
6231         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6232         it set.
6234 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
6236         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6237         the return value is nil instead of "nil" when there is no match.
6239         * org-exp.el (org-insert-centered): Use fill-column instead of
6240         80.
6241         (org-export-as-ascii): Use string-width to measure the width of
6242         the heading.
6244         * org.el (org-diary-to-ical-string): No longer kill buffer
6245         FROMBUF, this is now done by the caller.
6247         * org-exp.el (org-print-icalendar-entries): Move the call to
6248         `org-diary-to-ical-string' out of the loop, and kill the buffer
6249         afterwords.
6251         * org-remember.el (org-remember-visit-immediately): Position
6252         cursor after moving to the note.
6253         (org-remember-apply-template): Use a text property to record the
6254         cursor position.
6255         (org-remember-handler): Align tags after pasting the note.
6257 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6259         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6261         * org-agenda.el (org-agenda-open-link): If there is an
6262         org-bbdb-name property in the current line, jump to that bbdb
6263         entry.
6265         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6266         text property, so that the agenda knows where this entry comes
6267         from.
6269         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6270         interaction between clocking-in from the agenda, and  automatic
6271         task state switching.
6273         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6275         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6276         zmacs-region stays after this command in XEmacs.
6278 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6280         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6282         * org-remember.el (org-remember-templates): Fix bug in
6283         customization type definition.
6285         * org.el (org-map-entries): New function.
6287 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6289         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6290         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6292 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6294         * org-remember.el (org-jump-to-target-location): New variable.
6295         (org-remember-apply-template): Set
6296         `org-remember-apply-template' if requested by template.
6297         (org-remember-handler): Start an idle timer to jump to
6298         remember location.
6300         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6302         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6303         file tags.
6304         (org-get-tags-at): Add the content of `org-file-tags'.
6306         * org-exp.el (org-export-handle-comments): Fix bug with several
6307         comment lines after each other.
6308         (org-number-to-roman, org-number-to-counter): New functions.
6309         (org-export-section-number-format): New option.
6311 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6313         * org-exp.el (org-export-protect-examples): Catch the case of a
6314         missing end_example line.
6316         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6317         `org-file-tags' to nil.
6319         * org-colview.el (org-columns-next-allowed-value): Handle next
6320         argument NTH to directly select a value.
6322         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6323         argument NTH to directly select a value.
6325 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6327         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6329 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6331         * org.el (org-columns-ellipses): New option.
6333 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6335         * org-colview.el (org-columns-add-ellipses): New function.
6336         (org-columns-compact-links): New function.
6337         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6338         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6339         when in agenda.
6340         (org-columns-edit-value): Fixed bug with editing values from
6341         agenda column view.
6342         (org-columns-redo): Also redo the agenda itself.
6344 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6346         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6347         option.
6349         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6351         * org-exp.el (org-export-ascii-preprocess): Renamed from
6352         `org-export-ascii-clean-string'.
6353         (org-export-kill-licensed-text)
6354         (org-export-define-heading-targets)
6355         (org-export-handle-invisible-targets)
6356         (org-export-target-internal-links)
6357         (org-export-remove-or-extract-drawers)
6358         (org-export-remove-archived-trees)
6359         (org-export-protect-quoted-subtrees)
6360         (org-export-protect-verbatim, org-export-protect-examples)
6361         (org-export-select-backend-specific-text)
6362         (org-export-mark-blockquote-and-verse)
6363         (org-export-remove-comment-blocks-and-subtrees)
6364         (org-export-handle-comments, org-export-mark-radio-links)
6365         (org-export-remove-special-table-lines)
6366         (org-export-normalize-links)
6367         (org-export-concatenate-multiline-links)
6368         (org-export-concatenate-multiline-emphasis): New functions,
6369         obtained from spliiting the export preprocessor.
6371         * org-table.el (org-table-recalculate): Improve error message if
6372         the row number is invalid.
6374 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6376         * org-archive.el (org-archive-save-context-info): Fix bugs in
6377         customization setup and docstring.
6379         * org-exp.el (org-export-html-style): Changed the size of in the
6380         <pre> element to 90%.
6382 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6384         * org.el (org-find-src-example-start): Function removed.
6385         (org-edit-src-find-region-and-lang): New function.
6387 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6389         * org.el (org-edit-src-exit): New function.
6390         (org-exit-edit-mode): New minor mode.
6392         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6393         comment-like lines from protected examples.
6395         * org.el (org-edit-src-example, org-find-src-example-start)
6396         (org-protect-source-example, org-edit-special): New functions.
6398 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6400         * org-publish.el (org-publish-project-alist): Fix typo in
6401         docstring.
6402         (org-publish-project-alist): Handle :index-title property.
6404 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6406         * org-export-latex.el (org-export-as-latex): Make sure region
6407         bounds are correct.  Parse subtree properties relating to export.
6409         * org-exp.el (org-export-add-options-to-plist): New function.
6410         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6412 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6414         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6415         EXPORT_TITLE.
6417         * org-exp.el (org-export-get-title-from-subtree)
6418         (org-export-as-ascii, org-export-as-html): Make sure the original
6419         region-beginning and region-end are used, even after moving
6420         point.
6421         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6422         property.
6424         * org-remember.el (org-remember-last-stored-marker): New variable.
6425         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6426         (org-remember-handler): Also use marker to remember
6427         last-stored position.
6429         * org.el (org-goto-marker-or-bmk): New function.
6431 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
6433         * org.el (org-file-properties): Renamed from `org-local-properties'.
6434         (org-scan-tags): Take file tags into account.
6435         (org-tags-match-list-sublevels): Default changed to t.
6437         * org-exp.el (org-export-as-html): Close paragraph after a
6438         footnote.
6440         * org.el (org-update-parent-todo-statistics): New function.
6442         * org-exp.el (org-icalendar-store-UID): New option.
6443         (org-icalendar-force-UID): Option removed.
6444         (org-print-icalendar-entries): IMplement UIDs.
6446 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
6448         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6450 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
6452         * org-faces.el (org-column): Document how this face is being used
6453         and why sometimes the background faces shine through.
6455         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6457         * org-publish.el (org-publish-attachment): Create publishing
6458         directory if it does not yet exist.
6460         * org-table.el (org-calc-default-modes): Change default number
6461         format to (float 8).
6463         * org.el (org-olpath-completing-read): New function.
6464         (org-time-clocksum-format): New option.
6465         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6467         * org-clock.el (org-clock-display, org-clock-out)
6468         (org-update-mode-line): Use `org-time-clocksum-format'.
6470         * org-colview-xemacs.el (org-columns-number-to-string): Use
6471         `org-time-clocksum-format'.
6473         * org-colview.el (org-columns-number-to-string): Use
6474         `org-time-clocksum-format'.
6476 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
6478         * org-id.el: New file, move from contrib to core.
6480         * org-exp.el (org-icalendar-force-UID): New option.
6482 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
6484         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6485         shifted by one day if theere is a date range without an end
6486         time.
6488         * org.el (org-try-structure-completion): New function.
6490 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
6492         * org.el (org-set-font-lock-defaults): Improve fontification of
6493         description lists.
6494         (org-insert-item): Handle description lists.
6495         (org-adaptive-fill-function): Improve auto indentation in
6496         description lists.
6498         * org-exp.el (org-export-as-html, org-export-preprocess-string):
6499         Implement VERSE environment.
6500         (org-export-preprocess-string): Implement the COMMENT
6501         environment.
6503         * org-export-latex.el (org-export-latex-preprocess): Implement
6504         VERSE environment.
6506 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
6508         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6509         option.
6511 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
6513         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6515         * org.el (org-quote-csv-field): New functions.
6517         * org-table.el (org-table-export-default-format): Remove :splice
6518         from default format, we get the same effect by not specifying
6519         :tstart and :tend.
6520         (org-table-export): Improve setup, distinguish better between
6521         interactive and non-interactive use, allow specifying the format
6522         on the fly, better protection against wrong file names.
6523         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
6524         and :tend when :splice is omitted.
6526 2008-05-09  Bernt Hansen  <bernt@norang.ca>
6528         * org-clock.el (org-clock-select-task): Make sure the selection
6529         letters are 1-9 and A-Z, no special characters.
6531 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
6533         * org-exp.el (org-export-htmlize): New group.
6534         (org-export-htmlize-output-type)
6535         (org-export-htmlize-css-font-prefix): New options.
6536         (org-export-htmlize-region-for-paste): New function.
6537         (org-export-htmlize-generate-css): New command.
6539 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6541         * org/org.el (org-modules, org-format-latex-options):
6542         * org/org-archive.el (org-archive-stamp-time)
6543         (org-archive-save-context-info):
6544         * org/org-faces.el (org-hide):
6545         * org/org-irc.el (org-irc-parse-link):
6546         * org/org-macs.el (org-call-with-arg, org-autoload):
6547         * org/org-mew.el (org-mew-store-link):
6548         * org/org-remember.el (org-remember-store-without-prompt)
6549         (org-remember-templates): Fix typos in docstrings.
6551         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6553         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6554         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6555         (org-bbdb-anniv-split): Fix typos in docstrings.
6557         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6558         (org-publish-use-timestamps-flag): Reflow docstring.
6559         (org-publish-files-alist): Fix typos in docstring.
6561 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6563         * org.el (org-set-visibility-according-to-property): New function.
6564         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6565         and compute the regular expressions, and update font-lock.
6566         (org-property-re): Allow a dash in property names.
6568         * org-archive.el (org-extract-archive-file): Insert the file name
6569         without the path into the format, to allow the location format to
6570         contain a subdirectory.
6572         * org-agenda.el (org-agenda-post-command-hook): If point is at end
6573         of buffer, and the `org-agenda-type' property undefined, use the
6574         value from the character before.
6576         * org.el (org-add-planning-info): Don't let indentation for
6577         would-be timestamp become extra whitespace at the end of headline.
6579 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
6581         * org.el (org-remove-double-quotes, org-file-contents): New
6582         functions.
6584         * org-exp.el (org-infile-export-plist): Also parse the
6585         contents of #+SETUPFILE files, recursively.
6587         * org.el (org-set-regexps-and-options): Also parse the
6588         contents of #+SETUPFILE files, recursively.
6590         * org-exp.el (org-export-handle-include-files): New function.
6591         (org-export-preprocess-string): Call
6592         `org-export-handle-include-files'.
6594         * org.el (org-delete-property-globally)
6595         (org-delete-property, org-set-property): Ignore case during
6596         completion.
6597         (org-set-property): Use `org-completing-read' instead of
6598         `completing-read'.
6600         * org.el (org-complete-expand-structure-template): New,
6601         experimental function.
6602         (org-structure-template-alist): New, experimental option.
6603         (org-complete): Call `org-complete-expand-structure-template'.
6605 2008-05-06  Bastien Guerry  <bzg@altern.org>
6607         * org-export-latex.el (org-export-latex-preprocess): Added
6608         support for blockquotes.
6610 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
6612         * org.el (org-read-date-analyze): Catch the case where only a
6613         weekday is given.
6615 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
6617         * org.el (org-set-font-lock-defaults): Make the description
6618         tag bold.
6620         * org-exp.el (org-export-as-html, org-close-li): Implement
6621         description lists.
6623 2008-05-04  Jason Riedy  <jason@acm.org>
6625         * org-table.el (*orgtbl-default-fmt*): New variable.
6626         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6627         when there is no other fmt available.
6629         (orgtbl-to-generic): Allow an explicitly nil :tstart or
6630         :tend to suppress the appropriate string.
6632         (orgtbl-to-orgtbl): New function for translating to another orgtbl
6633         table.
6635 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
6637         * org.el (org-read-date-analyze): "." as an alias for "+0" in
6638         read date.
6640         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6641         New function.
6643         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6644         New function.
6646 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
6648         * org-clock.el (org-clock-find-position): Don't include notes
6649         into clock drawer.
6651         * org-archive.el (org-archive-subtree): No longer remove an
6652         extra line after cutting the subtree.  `org-cut-subtree' already
6653         takes care of this.
6655         * org-remember.el (org-remember-handler): Only kill the target
6656         buffer if it does not contain the running clock.
6658         * org.el (org-markers-to-move): New variable.
6659         (org-save-markers-in-region, org-check-and-save-marker)
6660         (org-reinstall-markers-in-region): New function.
6661         (org-move-subtree-down, org-copy-subtree): Remember relative
6662         marker positions before cutting.
6663         (org-move-subtree-down, org-paste-subtree): Restore relative
6664         marker positions after pasting.
6666         * org-remember.el (org-remember-clock-out-on-exit): New option.
6667         (org-remember-finalize): Clock out only if the setting in
6668         `org-remember-clock-out-on-exit' requires it.
6669         (org-remember-handler): Do the cleanup in the buffer, to make sure
6670         that the clock marker remains in tact.
6672 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
6674         * org-clock.el (org-clock-goto): Widen buffer if necessary.
6675         (org-clock-in): Make sure that also tasks outside the narrowed
6676         region will be clocked in correctly.
6677         (org-clock-insert-selection-line): Widen the buffer so that we can
6678         find the correct task heading.
6680         * org.el (org-base-buffer): New function.
6682         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6683         and ";" are escaped.
6684         (org-print-icalendar-entries): Also apply
6685         `org-icalendar-cleanup-string' to the headline, not only to the
6686         summary property.
6688 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
6690         * org-exp.el (org-export-preprocess-hook): New hook.
6691         (org-export-preprocess-string): Call
6692         `org-export-preprocess-hook'.
6694         * org.el (org-font-lock-hook): New variable.
6695         (org-font-lock-hook): New function.
6696         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6699 2008-04-25  Carsten Dominik  <dominik@science.uva.nl>
6701         * org-archive.el (org-extract-archive-file): Handle the
6702         special case where the file name is the empty string.
6704         * org.el (org-emphasis-alist): Use a different face for
6705         +word+ under XEmacs - it does not have strike-through.
6707         * org-colview.el (org-columns-display-here): Shield more
6708         properties of the background face.
6710 2008-04-24  Carsten Dominik  <dominik@science.uva.nl>
6712         * org.el (org-indent-item, org-add-planning-info)
6713         (org-insert-property-drawer): Use compatibility function
6714         `org-indent-to-column'.
6715         (org-indent-line-function): Use compatibility function
6716         `org-indent-line-to'.
6718         * org-compat.el (org-indent-to-column, org-indent-line-to):
6719         New compatibility functions to work around an XEmacs bug.
6721         * org-colview.el (org-columns, org-agenda-columns): Remember
6722         is `flyspell-mode' was active when entering column display, and
6723         turn it off if it is on.
6724         (org-columns-remove-overlays): Turn `flyspell-mode' back on if it
6725         was on before column view was entered.
6727         * org-infojs.el (org-infojs-options-inbuffer-template)
6728         (org-infojs-opts-table): Removed the `runs' parameter, it is no
6729         longer needed.
6731 2008-04-23  Carsten Dominik  <dominik@science.uva.nl>
6733         * org.el (org-op-to-function, org<>, org-string<=)
6734         (org-string>=, org-string<>): New functions.
6735         (org-property-re): Make sure the value contains a non-white
6736         character.
6738 2008-04-21  Carsten Dominik  <dominik@science.uva.nl>
6740         * org-remember.el (org-get-x-clipboard): Protect the call to
6741         `x-selection-value'.
6743 2008-04-16  Jason Riedy  <jason@acm.org>
6745         * org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
6746         parameter that supresses lines that evaluate to NIL.
6749 2008-04-15  Jason Riedy  <jason@acm.org>
6751         * org-table.el (orgtbl-get-fmt): New inline function for
6752         picking apart formats that may be lists.
6753         (orgtbl-apply-fmt): New inline function for applying formats that
6754         may be functions.
6755         (orgtbl-eval-str): New inline function for strings that may be
6756         functions.
6757         (orgtbl-format-line, orgtbl-to-generic): Use and document.
6758         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
6760 2008-04-15  Jason Riedy  <jason@acm.org>
6762         * org-table.el (*orgtbl-llfmt*, *orgtbl-llstart*)
6763         (*orgtbl-llend*): Dynamic variables for last-line formatting.
6764         (orgtbl-format-section): Shift formatting to support detecting the
6765         last line and formatting it specially.
6766         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
6767         formats unless overridden.
6768         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
6770 2008-04-15  Jason Riedy  <jason@acm.org>
6772         * org-table.el (*orgtbl-table*, *orgtbl-rtn*): Dynamically
6773         bound variables to hold the input collection of lines and output
6774         formatted text.
6775         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*,
6776         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
6777         format parameters.
6778         (orgtbl-format-line): New function encapsulating formatting for a
6779         single line.
6780         (orgtbl-format-section): Similar for each section.  Rebinding the
6781         dynamic vars customizes the formatting for each section.
6782         (orgtbl-to-generic): Use orgtbl-format-line and
6783         orgtbl-format-section.
6784         (org-get-param): Now unused, so delete.
6786         * org-table.el (orgtbl-gather-send-defs): New function to
6787         gather all the SEND definitions before a table.
6788         (orgtbl-send-replace-tbl): New function to find the RECEIVE
6789         corresponding to the current name.
6790         (orgtbl-send-table): Use the previous two functions and implement
6791         multiple destinations for each table.
6793 2008-04-19  Carsten Dominik  <dominik@science.uva.nl>
6795         * xemacs/noutline.el (outline-invisible-p): Require that
6796         invisibility is from outline.
6798 2008-04-18  Carsten Dominik  <dominik@science.uva.nl>
6800         * org-clock.el (org-clock): New customization group.
6801         (org-clock-into-drawer, org-clock-out-when-done)
6802         (org-clock-in-switch-to-state, org-clock-heading-function): Moved
6803         into the new group.
6804         (org-clock-out-remove-zero-time-clocks): New option.
6805         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
6807         * org-colview.el (org-columns-next-allowed-value)
6808         (org-columns-edit-value): Limit the effort for updatig in the
6809         agenda to recomputing a single file.
6811         * org.el (org-add-archive-files): New function.
6813         * org-clock.el (org-dblock-write:clocktable): Allow a Lisp
6814         form for the scope parameter.
6816         * org-agenda.el (org-add-to-diary-list): New function.
6818 2008-04-17  Carsten Dominik  <dominik@science.uva.nl>
6820         * org.el (org-agenda-files): New argument `ext', to
6821         get archive files as well.
6823         * org-agenda.el (org-prefix-has-effort): New variable.
6824         (org-sort-agenda-noeffort-is-high): New option.
6826 2008-04-16  Carsten Dominik  <dominik@science.uva.nl>
6828         * org-colview.el (org-columns-compute): Only write property
6829         value if it has changed.  This avoids raising the
6830         buffer-change-flag unnecessarily.
6832 2008-04-15  Carsten Dominik  <dominik@science.uva.nl>
6834         * org-agenda.el (org-agenda-columns-show-summaries)
6835         (org-agenda-columns-compute-summary-properties): New options.
6836         (org-format-agenda-item): Compute the duration of the item.
6838         * org-colview.el (org-agenda-colview-summarize)
6839         (org-agenda-colview-compute): New functions.
6840         (org-agenda-columns): Call `org-agenda-colview-summarize'.
6842         * org.el (org-tbl-menu): Protect the use of variables that
6843         are only available when org-table.el gets loaded.
6844         (org-read-agenda-file-list): Error if `org-agenda-files' is a
6845         single directory.
6847 2008-04-14  Carsten Dominik  <dominik@science.uva.nl>
6849         * org-exp.el (org-export-run-in-background): New option.
6851         * org.el (org-open-file): Allow a batch process to trigger
6852         waiting after executing a system command.
6854         * org-exp.el (org-export-icalendar): Allow a batch process to
6855         trigger waiting after executing a system command.
6857 2008-04-13  Carsten Dominik  <dominik@science.uva.nl>
6859         * org-table.el (org-table-make-reference): Extra parenthesis
6860         around single fields, to make sure that algebraic formulas get
6861         correctly interpreted by calc.
6863         * org-mhe.el: Changed author name to Thomas Baumann.
6865         * org-exp.el (org-export-preprocess-string): Renamed-from
6866         `org-cleaned-string-for-export'.
6868         * org-export-latex.el (org-export-latex-preprocess): Renamed
6869         from `org-export-latex-cleaned-string'.
6871         * org-exp.el (org-export-html-style): Made target class look
6872         like normal text.
6873         (org-export-as-html): Make use of the better proprocessing in
6874         `org-cleaned-string-for-export'.
6876         * org.el (org-store-link): Link to headline when there is not
6877         target and no region in an org-mode buffer when creating a link.
6879         * org-exp.el (org-cleaned-string-for-export): Better
6880         treatment of heuristic targets, many more internal links will now
6881         work in HTML export.
6883 2008-04-12  Carsten Dominik  <dominik@science.uva.nl>
6885         * org.el (org-link-types-re): New variable.
6886         (org-make-link-regexps): Compute `org-link-types-re'.
6888 2008-04-10  Carsten Dominik  <dominik@science.uva.nl>
6890         * org-clock.el (org-dblock-write:clocktable): Fixed bug with
6891         total time calculation.
6893 2008-04-09  Carsten Dominik  <dominik@science.uva.nl>
6895         * org.el (org-make-link-description-function): New option.
6897 2008-04-09  Bastien Guerry  <bzg@altern.org>
6899         * org-mew.el (org-mew-open): Fixed the docstring.
6901 2008-04-09  Carsten Dominik  <dominik@science.uva.nl>
6903         * org-colview.el: New file.
6905         * org-archive.el: New file.
6907         * org-faces.el: New file.
6909 2008-04-08  Carsten Dominik  <dominik@science.uva.nl>
6911         * org-exp.el (org-get-current-options): Incorporate LINK_UP,
6912         LINK_HOME, and INFOJS.
6914         * org-agenda.el (org-agenda-weekend-days): New variable.
6916         * org.el (org-agenda-date, org-agenda-date-weekend): New faces.
6918         * org-agenda.el (org-agenda-list, org-timeline): Use the
6919         proper faces for dates in the agenda and timeline buffers.
6920         (org-agenda-archive-to-archive-sibling): New command.
6922         * org.el (org-archive-sibling-heading): New option.
6923         (org-archive-to-archive-sibling): New function.
6925 2008-04-07  Carsten Dominik  <dominik@science.uva.nl>
6927         * org-mew.el: File added, moved here from contrib/lisp.
6929         * org.el (org-iswitchb): New command.
6930         (org-buffer-list): New function.
6932         * org-irc.el: Add function declarations.
6934         * org-exp.el (org-export-inbuffer-options-extra): New variable.
6935         (org-export-options-filters): New hook.
6936         (org-infile-export-plist): Find also the settings keywords in
6937         `org-export-inbuffer-options-extra'.
6939         * org-infojs.el: New file.
6941 2008-04-06  Carsten Dominik  <dominik@science.uva.nl>
6943         * org-exp.el (org-infile-export-plist): Allow multiple
6944         #+OPTIONS lines and multiple #+INFOJS_OPT lines.
6946         * org-agenda.el (org-agenda-start-with-clockreport-mode): New
6947         option.
6948         (org-agenda-clockreport-parameter-plist): New option.
6950         * org-clock.el (org-dblock-write:clocktable): Request the
6951         unrestricted list of files.
6952         (org-get-clocktable): New function.
6953         (org-dblock-write:clocktable): Make sure :tstart and :tend can not
6954         only be strings but also integers (an absolute day number) and
6955         lists (m d y).
6957 2008-04-04  Carsten Dominik  <dominik@science.uva.nl>
6959         * org-agenda.el (org-agenda-clocktable-mode): New variable.
6961         * org.el (org-agenda-columns): Also try the #+COLUMNS line in
6962         the buffer associated with the entry at point (or with the first
6963         entry in the agenda view).
6965 2008-04-03  Carsten Dominik  <dominik@science.uva.nl>
6967         * org-clock.el: New file, split off from org.el.
6969         * org.el (org-modules): Add entry for org-bibtex.el.
6970         (org-completion-fallback-command): Moved into `org-completion'
6971         group.
6972         (org-clock-heading-function): Moved to `org-progress' group.
6974         * org-bibtex.el (org-create-file-search-in-bibtex): New file,
6975         a combination of the BibTeX that used to be in org.el, and the
6976         org-bibtex.el extension written by Bastien Guerry.
6978         * org-exp.el (org-export-html-handle-js-options): New function.
6979         (org-export-html-infojs-setup): New option.
6980         (org-export-as-html): Call `org-export-html-handle-js-options'.
6982         * org.el (org-auto-repeat-maybe): Make sure that a note can
6983         be enforces if `org-log-repeat' is `note'.
6985 2008-04-01  Carsten Dominik  <dominik@science.uva.nl>
6987         * org.el (org-modules): Allow additional symbols for external
6988         packages.
6989         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be
6990         undefined.
6992 2008-03-31  Carsten Dominik  <dominik@science.uva.nl>
6994         * org.el (org-clock-goto): Hide drawers after showing an
6995         entry with `org-clock-goto.'
6996         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft): Try
6997         also a clocktable block shift.
6998         (org-clocktable-try-shift): New function.
7000 2008-03-31  Bastien Guerry  <bzg@altern.org>
7002         * org-publish.el (org-publish-get-base-files-1): Bug fix: get
7003         the proper list of files when recursing thru a directory.
7004         (org-publish-get-base-files): Use the :exclude property to skip
7005         both files and directories.
7006         (org-publish-project): Removed third arg of defalias.
7008 2008-03-30  Carsten Dominik  <dominik@science.uva.nl>
7010         * org.el (org-columns-hscoll-title): New function.
7011         (org-columns-previous-hscroll): New variable.
7012         (org-columns-full-header-line-format): New variable.
7013         (org-columns-display-here-title, org-columns-remove-overlays):
7014         Install `org-columns-hscoll-title' in post-command-hook.
7016 2008-03-28  Carsten Dominik  <dominik@science.uva.nl>
7018         * org.el (org-auto-repeat-maybe): Make sure that repeating
7019         dates are pushed into the future, and that the shift is at least
7020         one interval, never 0.
7022         * org-agenda.el (org-agenda-deadline-leaders): Allow a
7023         function value for the deadline leader.
7024         (org-agenda-get-deadlines): Deal with new function value.
7026         * org.el (org-update-checkbox-count): Fix bug with checkbox
7027         counting.
7028         (org-add-note): New command.
7029         (org-add-log-setup): Renamed from `org-add-log-maybe'.
7030         (org-log-note-headings): New entry for plain notes (i.e. notes not
7031         related to state changes or clocking).
7033 2008-03-27  Carsten Dominik  <dominik@science.uva.nl>
7035         * org-agenda.el: New file, split out from org.el.
7037         * org-wl.el (org-wl-open): Initialize `wl' when not running yet.
7039 2008-03-25  Carsten Dominik  <dominik@science.uva.nl>
7041         * org-remember.el: New file, split out from org.el.
7042         (org-remember): Call `org-do-remember' as an intermediate to
7043         `remember'.
7044         (org-ignore-remember): New option.
7045         (org-remember): Fix bug with re-applying template.
7047         * org.el (org-get-org-file): Check for availability of
7048         `remember-data-file'.
7050         * org-exp.el: Add autoload to all entry points.
7051         (org-skip-comments): Function removed.
7053 2008-03-24  Carsten Dominik  <dominik@science.uva.nl>
7055         * org-exp.el: New file, split out from org.el.
7057         * org-table.el: New file, split out from org.el.
7058         (org-table-current-column): No longer interactive.
7060 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
7062         * org-compat.el: New file, split out from org.el.
7064         * org-macs.el: New file, split out from org.el.
7066 2008-03-21  Carsten Dominik  <dominik@science.uva.nl>
7068         * org.el (org-cached-entry-get): Allow a regexp value for
7069         `org-use-property-inheritance'.
7070         (org-use-property-inheritance): Allow regexp value.  Fix bug in
7071         customization type.
7072         (org-use-tag-inheritance): Allow a list and a regexp value for
7073         this variable.
7074         (org-scan-tags, org-get-tags-at): Implement selective tag
7075         inheritance.
7076         (org-entry-get): Respect value `selective' for the INHERIT
7077         argument.
7078         (org-tag-inherit-p, org-property-inherit-p): New functions.
7079         (org-agenda-format-date-aligned): Allow 10 characters for
7080         weekday, to acomodate German locale.
7082         * org.texi (Property inheritance, Tag inheritance): Document
7083         selective inheritance.
7085 2008-03-20  Carsten Dominik  <dominik@science.uva.nl>
7087         * org.el (org-agenda-compute-time-span): Make argument N optional.
7088         (org-agenda-format-date-aligned): Require `cal-iso'.
7089         (org-agenda-list): Include week into into agenda heading, don't
7090         list it at each date (only on Mondays).
7091         (org-read-date-analyze): Define local variable `iso-date'.
7092         (org-agenda-format-date-aligned): Remove dependency on
7093         `calendar-time-from-absolute'.
7094         (org-remember-apply-template, org-go-to-remember-target):
7095         Interpret filenames relative to `org-directory'.
7097 2008-03-19  Bastien Guerry  <bzg@altern.org>
7099         * org.el (org-complete): Silently fail when trying to complete
7100         keywords that don't have a default value.
7101         (org-get-current-options): Added a #+DATE: option.
7102         (org-additional-option-like-keywords): Removed "DATE:" from the
7103         list of additional keywords.
7104         (org-export-as-html): Removed (current-time) as unnecessary second
7105         argument of `format-time-string'.
7107 2008-03-18  Carsten Dominik  <dominik@science.uva.nl>
7109         * org.el (org-clock-find-position): Handle special case at end of
7110         buffer.
7111         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
7112         `org-agenda-change-time-span'.
7113         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
7114         `org-agenda-change-time-span'.
7115         (org-agenda-month-view): New argument MONTH, pass it on to
7116         `org-agenda-change-time-span'.
7117         (org-agenda-year-view):  New argument YEAR, pass it on to
7118         `org-agenda-change-time-span'.
7119         (org-agenda-change-time-span): New optional argument N, pass it on
7120         to `org-agenda-compute-time-span'.
7121         (org-agenda-compute-time-span): New argument N, interpret it by
7122         changing the starting day.
7123         (org-small-year-to-year): New function.
7125 2008-03-17  Carsten Dominik  <dominik@science.uva.nl>
7127         * org.el (org-scheduled-past-days): Respect
7128         `org-scheduled-past-days'.
7130 2008-03-14  Bastien Guerry  <bzg@altern.org>
7132         * org-publish.el (org-publish-get-base-files-1): New function.
7133         (org-publish-get-base-files): Use it.
7134         (org-publish-temp-files): New variable.
7135         Don't require 'dired-aux anymore.
7137 2008-03-15  Carsten Dominik  <dominik@science.uva.nl>
7139         * org-info.el: New file.
7140         (org-info-follow-link): Renamed from `org-follow-info-link'.
7142         * org-gnus.el: New file.
7143         (org-gnus-follow-link): Renamed from `org-flow-gnus-link'.
7145         * org-mhe.el: New file.
7146         (org-mhe-follow-link): Renamed from `org-follow-mhe-link'
7148         * org-wl.el: New file.
7149         (org-wl-follow-link): Renamed from `org-follow-wl-link'.
7151 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
7153         * org-vm.el: New file.
7154         (org-vm-follow-link): Renamed from `org-follow-vm-link'.
7156         * org-bbdb.el: New file.
7158         * org-rmail.el: New file.
7159         (org-rmail-follow-link): Renamed from `org-follow-rmail-link'.
7161         * org.el (org-export-as-html): Use `org-link-protocols' to
7162         retrieve the export form of the link.
7163         (org-add-link-type): Final parameter renamed from PUBLISH.  Better
7164         documentation of how it is to be used.  Avoid double entries for
7165         the same link type.
7166         (org-add-link-props): New function.
7168 2008-03-14  Glenn Morris  <rmg@gnu.org>
7170         * org-publish.el (declare-function): Add compatibility stub.
7171         (org-publish-delete-dups): Declare as function.
7173         * org-mac-message.el Fix commentary.
7175         * org-irc.el (top-level): CL not required when compiling.
7176         (org-irc-visit-erc): Replace runtime CL functions.
7178 2008-03-14  Carsten Dominik  <dominik@science.uva.nl>
7180         * org.el (org-modules-loaded): New variable.
7181         (org-load-modules-maybe, org-set-modules): New function.
7182         (org-modules): New option.
7183         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
7184         (orgtbl-mode, org-store-link, org-insert-link-global)
7185         (org-open-at-point): Call `org-load-modules-maybe'.
7187 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
7189         * org.el (org-search-view): Add more text properties.
7190         (org-agenda-schedule, org-agenda-deadline): Allow also in
7191         search-type agendas.
7192         (org-search-view): Order of arguments has been changed.
7193         Interpret prefix-arg as TODO-ONLY.
7194         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
7195         Take new argument order of `org-search-view' into account.
7196         (org-todo-only): New variable.
7197         (org-search-syntax-table): New variable and function.
7198         (org-search-view): Do the search with the special syntax table.
7200 2008-03-13  Phil Jackson  <phil@shellarchive.co.uk>
7202         * org-irc.el: New function to ensure port number is always
7203         numeric. Reports came in of it being a string /or/ a number.
7205 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
7208         * org.el (org-html-level-start): Always have id's in HTML
7209         headlines, even if there is no TOC to jump from.  Put extra <divs>
7210         in.  One around the toc, one around the text between a headline
7211         and its first subsection.  Insert ids into div's that surround
7212         whole sections including subsections.
7213         (define-obsolete-function-alias): Make work with XEmacs.
7214         (org-add-planning-info): Use old date as default when modifying an
7215         existing deadline or scheduled item.
7217 2008-03-11  Bastien Guerry  <bzg@altern.org>
7219         * org-publish.el (org-publish-initial-buffer): New variable.
7220         (org-publish-org-to, org-publish): Use it.
7223 =====================================================================
7224 In Emacs CVS as 5.23
7227 2008-03-10  Bastien Guerry  <bzg@altern.org>
7229         * org-publish.el (org-publish-expand-components): Remove null
7230         projects from the list of components.
7231         (org-publish-attachment): Bugfix: handle the mandatory argument
7232         pub-dir.  Removed unused retrieval of the :publishing-directory
7233         property.
7234         (org-publish-file): Bugfix: when using a relative directory as
7235         the publishing directory, convert it to a directory filename.
7236         (org-publish-project): New alias.
7238 2008-03-10  Phil Jackson  <phil@shellarchive.co.uk>
7240         * org-irc.el (org-irc-get-erc-link): port now converted to a
7241         string when building the link.
7243 2008-03-10  Carsten Dominik  <dominik@science.uva.nl>
7245         * org-publish.el (org-publish-get-files): Protect against empty p.
7247         * org.el (org-ctrl-c-star): Implement a missing branch in the
7248         decision tree.
7250 2008-03-10  Bastien Guerry  <bzg@altern.org>
7252         * org-publish.el (org-publish-file): Send an error when file is
7253         not part of any project.
7254         (org-publish-file): Offer to refresh the list of files in known
7255         project when the current file is not part of any project.
7257         * org.el (org-select-remember-template): Cleaned the code.
7259         * org-publish.el (org-publish-before-export-hook)
7260         (org-publish-after-export-hook): New hooks.
7261         (org-publish-org-to): Use new hooks and kill buffers.
7262         (org-publish-file): Remove the code for killing buffers.
7263         (org-publish-initialize-files-alist): Use interactive.
7265         * org.el (org-prepare-dblock): Added the extra :content parameter.
7267 2008-03-09  Carsten Dominik  <dominik@science.uva.nl>
7269         * org.texi (Exporting Agenda Views): Document agenda export to
7270         iCalendar.
7272         * org.el (org-write-agenda): New output type ".ics" files.
7273         (org-write-agenda): Call `org-icalendar-verify-function', both for
7274         time stamps and for TODO entries.
7275         (org-agenda-collect-markers, org-create-marker-find-array)
7276         (org-check-agenda-marker-table): New functions.
7277         (org-agenda-marker-table): New variable.
7279 2008-03-08  Glenn Morris  <rmg@gnu.org>
7281         (list-diary-entries-hook): Declare for compiler.
7282         (org-get-entries-from-diary): Require diary-lib.
7284 2008-03-07  Glenn Morris  <rmg@gnu.org>
7286         (org-agenda-sunrise-sunset): Require solar.
7287         (calendar-longitude, calendar-latitude, calendar-location-name):
7288         Declare for compiler.
7290 2008-03-07  Bastien Guerry  <bzg@altern.org>
7292         * org-export-latex.el (org-export-as-latex): Revert the change
7293         that killed the LaTeX buffer.
7295         * org-publish.el (org-publish-file): If the publishing function
7296         creates a new buffer, kill it after publishing.
7298 2008-03-07  Carsten Dominik  <dominik@science.uva.nl>
7300         * org.el (org-export-as-html): Revert the change that killed the
7301         html buffer.  Side effects first need to be studied carefully.
7302         (org-get-tags-at): Fix the structure of the condition-case statement.
7304 2008-03-07  Carsten Dominik  <dominik@science.uva.nl>
7306         * org.el (org-ts-regexp0, org-repeat-re, org-display-custom-time)
7307         (org-timestamp-change): Fix regulear expressions to swallow the
7308         extra character for repeat-shift control.
7309         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
7311 2008-03-06  Bastien Guerry  <bzg@altern.org>
7313         * org.el (org-get-legal-level): Aliased to `org-get-valid-level'.
7314         (org-dblock-write:clocktable): Added a :link parameter, linking
7315         headlines to their location in the Org agenda files.
7316         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
7317         throwing an error when getting tags before headlines.
7319 2008-03-06  Carsten Dominik  <dominik@science.uva.nl>
7321         * org.el (org-timestamp-change, org-modify-ts-extra)
7322         (org-ts-regexp1): Fix timestamp editing.
7324 2008-03-06  Carsten Dominik  <dominik@science.uva.nl>
7326         * org.el (org-agenda-custom-commands-local-options): New constant.
7327         (org-agenda-custom-commands): Use
7328         `org-agenda-custom-commands-local-options' to improve customize
7329         type.
7331 2008-03-05  Carsten Dominik  <dominik@science.uva.nl>
7333         * org.el "htmlize": Removed hack to fix face problem with
7334         htmlize, it no longer seem necessary.
7336 2008-03-05  Bastien Guerry  <bzg@altern.org>
7338         * org.el (org-follow-link-hook): New hook.
7339         (org-agenda-custom-commands): Added "Component" as a tag for each
7340         item in a command serie.
7341         (org-open-at-point): Run `org-follow-link-hook'.
7343 2008-03-04  Bastien Guerry  <bzg@altern.org>
7345         * org.el (org-agenda-schedule): Bugfix: don't display marker type
7346         when it is `nil'.
7348 2008-02-19  Phil Jackson  <phil@shellarchive.co.uk>
7350         * org.el (org-store-link): org-irc required.
7351         * org-irc.el (org-irc-get-erc-link): Fixed to allow the extraction
7352         of a nick from both CVS and stable versions of erc.
7354 2008-02-19  Carsten Dominik  <dominik@science.uva.nl>
7356         * org.el (org-set-regexps-and-options): Parse the new logging
7357         options.
7358         (org-extract-log-state-settings): New function.
7359         (org-todo): Handle the new ways of recording state change stuff.
7360         (org-local-logging): New function.
7362 2008-02-18  Carsten Dominik  <dominik@science.uva.nl>
7364         * org.el (org-columns-open-link): Fixed bug with opening link in
7365         column view.
7367         * org-mac-message.el (org-mac-message-get-link): New function for
7368         non-interactive use.
7370 2008-02-17  Carsten Dominik  <dominik@science.uva.nl>
7372         * org.el (org-local-logging): New function
7374 2008-02-15  Carsten Dominik  <dominik@science.uva.nl>
7376         * org.el (org-todo): Make sure that LOGGING properties are
7377         honoured.
7379 2008-02-14  Carsten Dominik  <dominik@science.uva.nl>
7381         * org.el:
7382         (org-todo-keywords): Improve docstring.
7383         (org-startup-options): Cleanup startup options.
7384         (org-set-regexps-and-options): Process the "!" markers.
7385         (org-todo): Respect the new logging stuff.
7386         (org-log-note-how): New variable.
7387         (org-add-log-maybe): New parameter HOW that defines how logging
7388         should be done and also overrides PURPOSE.  Add a docstring.
7389         (org-add-log-note): Check if we really need to ask for a note.
7390         (org-get-current-options): Digest the new keyword.
7392         * org.texi (Progress logging): Document the new progress logging
7393         stuff.
7395 2008-02-13  Carsten Dominik  <dominik@science.uva.nl>
7397         * org.el (org-agenda-reset-markers): Renamed from
7398         `org-agenda-maybe-reset-markers'.  FORCE argument removed.
7399         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
7400         function, without force argument.
7401         (org-buffer-property-keys): Bind local variables s and p.
7403 2008-02-12  Carsten Dominik  <dominik@science.uva.nl>
7405         * org.el (org-make-tags-matcher): Allow "" to match an empty or
7406         non-existent property value.
7407         (org-export-as-html): Join unsorted lists when they directly
7408         follow each other.  Such lists may be created by headlines that
7409         are converted to lists.
7410         (org-nofm-to-completion): New function.
7412 2008-02-12  Bastien Guerry  <bzg@altern.org>
7414         * org.el (org-export-as-html): Use :html-extension instead of
7415         org-export-html-extension.
7416         (org-store-link): Support for links from `rmail-summary-mode'.
7418 2008-02-11  Carsten Dominik  <dominik@science.uva.nl>
7420         * org.el (org-columns-new, org-complete, org-set-property): Set
7421         the `include-columns' argument in the call to
7422         `org-buffer-property-keys'.
7423         (org-buffer-property-keys): New argument `include-columns', to
7424         include properties expected by any of the COLUMS formats in the
7425         current buffer.
7427 2008-02-09  Carsten Dominik  <dominik@science.uva.nl>
7429         * org.el (org-cleaned-string-for-export): Get rid of drawers
7430         first, so that they will be removed also in the text before the
7431         first headline.
7433 2008-02-08  Carsten Dominik  <dominik@science.uva.nl>
7435         * org.el (org-clock-report): Show the clocktable when found.
7436         (org-refile): Fix positioning bug when `org-reverse-note-order' is
7437         nil.
7439 2008-02-07  Carsten Dominik  <dominik@science.uva.nl>
7441         * org.el (org-version): With prefix argument, insert `org-version'
7442         at point.
7443         (org-agenda-goto): Recenter the window after finding the target
7444         location, to make sure the correct position will be displayed.
7445         (org-agenda-get-deadlines): Don't scale priority with the warning
7446         period.
7447         (org-insert-heading): Don't break line in the middle of the line.
7449 2008-02-06  Carsten Dominik  <dominik@science.uva.nl>
7451         * org.el (org-agenda-get-deadlines): Allow
7452         `org-deadline-warning-days' to be 0.
7454 2008-02-05  Carsten Dominik  <dominik@science.uva.nl>
7456         * org-publish.el (org-publish-timestamp-filename): Protect ":" in
7457         file name path under windows.
7459         * org.el (org-update-checkbox-count): Revamped to deal with
7460         hierarchical beckboxes.  This was a patch from Miguel
7461         A. Figueroa-Villanueva.
7463 2008-02-04  Carsten Dominik  <dominik@science.uva.nl>
7465         * org-mac-message.el: New file.
7467         * org.el (org-remove-timestamp-with-keyword): New function.
7468         (org-schedule, org-deadline): Use
7469         `org-remove-timestamp-with-keyword' to make sure all such time
7470         stamps are removed.
7471         (org-mode): Support for `align'.
7473 2008-02-03  Carsten Dominik  <dominik@science.uva.nl>
7475         * org.el (org-agenda-get-deadlines): Make sure priorities increase
7476         as the due date approaches and is passed.
7477         (org-remember-apply-template): Fixed problem with tags that
7478         contain "_" or "@".
7480 2008-02-01  Carsten Dominik  <dominik@science.uva.nl>
7482         * org.el (org-make-link-regexps): Improve the regular expression
7483         for plain links.
7485 2008-01-31  Carsten Dominik  <dominik@science.uva.nl>
7487         * org.el (org-agenda-get-closed): List each clocking entry.
7488         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
7489         (org-special-ctrl-k): New option.
7490         (org-kill-line): New function.
7492 2008-01-26  Carsten Dominik  <dominik@science.uva.nl>
7494         * org.el (org-archive-all-done): Fixed incorrect number of stars
7495         in regexp.
7497 2008-01-25  Carsten Dominik  <dominik@science.uva.nl>
7499         * org.el (org-refile-get-location): New function.
7500         (org-refile-goto-last-stored): New function.
7501         (org-global-tags-completion-table): Add the value of org-tag-alist
7502         in each buffer, to make sure that also unused tags will be
7503         available for completion.
7505 2008-01-24  Carsten Dominik  <dominik@science.uva.nl>
7507         * org.el (org-columns-edit-value)
7508         (org-columns-next-allowed-value): Only update if not in agenda.
7510 2008-01-22  Carsten Dominik  <dominik@science.uva.nl>
7512         * org.el (org-clocktable-steps): New function.
7513         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
7514         (org-archive-subtree): Add the outline tree context as a
7515         property.
7516         (org-closest-date): New optional argument `prefer'.
7517         (org-goto-auto-isearch): New option.
7518         (org-goto-map, org-get-location): Implement auto-isearch.
7519         (org-goto-local-auto-isearch-map): New variable.
7520         (org-goto-local-search-forward-headings)
7521         (org-goto-local-auto-isearch): New functions
7523 -----------------------------------------------------------------------
7525 Installed as 5.19a
7528 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
7530         * org.el (org-entry-properties): Include the CLOCKSUM special
7531         property.
7532         (org-columns-edit-value): Do not allow to edit the special
7533         CLOCKSUM property.
7534         (org-flag-drawer): Use the original value of
7535         `outline-regexp'.
7536         (org-remember-handler): Add invisible-ok flag to call to
7537         `org-end-of-subtree'
7538         (org-agenda-highlight-todo): Respect
7539         `org-agenda-todo-keyword-format'.
7540         (org-agenda-todo-keyword-format): New option.
7541         (org-infile-export-plist): No restriction while searching
7542         for options.
7543         (org-remember-handler): Remove comments at the end of the buffer.
7544         (org-remember-use-refile-when-interactive): New option.
7545         (org-table-sort-lines): Make sure sorting works on link
7546         descritions only, and ignores the link.
7547         (org-sort-entries-or-items): Make sure the end of the
7548         subtree is included.
7549         (org-refile-use-outline-path): New allowed values `file' and
7550         `full-file-path'.
7551         (org-get-refile-targets): Respect new values for
7552         `org-refile-use-outline-path'.
7553         (org-agenda-get-restriction-and-command): DEL goes back to initial
7554         list.
7555         (org-export-as-xoxo): Restore point when done.
7556         (org-open-file): Allow multiple %s in command.
7557         (org-clock-in-switch-to-state): New option.
7558         (org-first-list-item-p): New function.
7559         (org-last-remember-storage-locations): New variable.
7560         (org-get-refile-targets): Interpret the new maxlevel setting.
7561         (org-refile-targets): New option `:maxlevel'.
7562         (org-copy-subtree): Include empty lines before but not
7563         after subtree.
7564         (org-back-over-empty-lines, org-skip-whitespace): New functions.
7565         (org-move-item-down, org-move-item-up): Include empty lines before
7566         but not after item.
7567         (org-first-sibling-p): New function.
7568         (org-remember-apply-template): Defaults, completions and
7569         history for template prompts.  Also, interpret new `%!' escape.
7570         (org-context-choices): New constant.
7571         (org-bound-and-true-p): New macro.
7572         (org-imenu-depth): New option.
7573         (org-imenu-markers): New variable.
7574         (org-imenu-new-marker, org-imenu-get-tree)
7575         (org-speedbar-set-agenda-restriction): New functions.
7576         (org-agenda-set-restriction-lock)
7577         (org-agenda-remove-restriction-lock, org-agenda-maybe-redo): New
7578         functions.
7579         (org-agenda-restriction-lock): New face.
7580         (org-agenda-restriction-lock-overlay)
7581         (org-speedbar-restriction-lock-overlay): New variables.
7582         (org-open-at-point): Removed obsolete way to do redirection in
7583         shell links.
7584         (org-imenu-and-speedbar): New customization group.
7585         (org-entry-properties): Return keyword-less time strings.
7586         (org-clock-heading-function): New option.
7587         (org-clock-in): Use `org-clock-heading-function'.
7588         (org-calendar-holiday): Try to use
7589         `calendar-check-holidays' instead of the obsolete
7590         `check-calendar-holidays'.
7591         (org-export-html-special-string-regexps): New constant.
7592         (org-massive-special-regexp): New variable.
7593         (org-compute-latex-and-specials-regexp)
7594         (org-do-latex-and-special-faces): New functions.
7595         (org-latex-and-export-specials): New face.
7596         (org-highlight-latex-fragments-and-specials): New option.
7597         (org-link-escape-chars): Use characters instead of strings.
7598         (org-link-escape-chars-browser, org-link-escape)
7599         (org-link-unescape): Use characters instead of strings.
7600         (org-export-html-convert-sub-super, org-html-do-expand): Check for
7601         protected text.
7602         (org-emphasis-alist): Additional `verbatim' flag.
7603         (org-set-emph-re): Handle the verbatim flag and compute
7604         `org-verbatim-re'.
7605         (org-cleaned-string-for-export): Protect verbatim elements.
7606         (org-verbatim-re): New variable.
7607         (org-hide-emphasis-markers): New option.
7608         (org-additional-option-like-keywords): Add new keywords.
7609         (org-get-entry): Renamed from `org-get-cleaned-entry'.
7610         (org-icalendar-cleanup-string): New function for quoting icalendar
7611         text.
7612         (org-agenda-skip-scheduled-if-done): New option.
7613         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
7614         `org-agenda-skip-scheduled-if-done'.
7615         (org-prepare-agenda-buffers): Allow buffers as arguments.
7616         (org-entry-properties): Add CATEGORY as a special property.
7617         (org-use-property-inheritance): Allow a list of properties as a
7618         value.
7619         (org-eval-in-calendar): No longer update the prompt.
7620         (org-read-date-popup-calendar): Renamed from
7621         `org-popup-calendar-for-date-prompt'.
7622         (org-read-date-display-live): New variable.
7623         (org-read-date-display): New function.
7624         (org-read-date-analyze): New function.
7625         (org-remember-apply-template): Define `remember-finalize' if it is
7626         not yet defined.
7627         (org-remember-insinuate): New function.
7628         (org-read-date-prefer-future): New option.
7629         (org-read-date): Respect the setting of
7630         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
7631         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
7632         hardcoded string.
7633         (org-remember-apply-template): Use `remember-finalize' instead of
7634         `remember-buffer'.
7635         (org-columns-compute, org-column-number-to-string)
7636         (org-columns-uncompile-format, org-columns-compile-format)
7637         (org-columns-compile-format): Handle printf format specifier.
7638         (org-columns-new, org-column-number-to-string)
7639         (org-columns-uncompile-format, org-columns-compile-format):
7640         Support for new currency summary type.
7641         (org-tree-to-indirect-buffer): Do not kill old buffer when
7642         `org-indirect-buffer-display' is `new-frame'.
7643         (org-indirect-buffer-display): Document that `new-frame' leads to
7644         indiret buffer proliferation.
7645         (org-agenda-list): Use `org-extend-today-until'.
7646         (org-extend-today-until): New option.
7647         (org-format-org-table-html): Use lower-case for <col> tag.
7648         (org-agenda-execute): New command.
7649         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
7650         (org-select-remember-template): New function.
7651         (org-remember-apply-template): Use `org-select-remember-template'.
7652         (org-go-to-remember-target): New function.
7654         * org-publish.el (org-publish-current-project): Fix bug with
7655         forcing publication.
7657         * org.texi (Property inheritance): New section
7658         (Conventions): New section.
7659         (Structure editing): Document C-RET, the prefix arg to the cut/cpy
7660         commands, and the new bindings for refiling.
7661         (Sparse trees): Document the new special command for sparse trees.
7662         (References): Be more clear about the counting of hilines.
7663         (Handling links): Document M-p/n for accessing links.
7664         (Fast access to TODO states): New section.
7665         (Per file keywords): New section.
7666         (Property inheritance): New section.
7667         (Column attributes): New summary types.
7668         (Capturing Column View): New section.
7669         (The date/time prompt): Cover the new features in the date/time
7670         prompt.  Compactify the table of keys for the calendar remote
7671         control.
7672         (Clocking work time): Document the new :scope parameter.
7673         (Remember): Promoted to chapter.
7674         (Quoted examples): New section.
7675         (Enhancing text): New verbatim environments.
7677 2007-11-04  Bastien Guerry  <Bastien.Guerry@ens.fr>
7679         * org.el (org-export-with-special-strings): New option.
7680         (org-export-html-convert-special-strings): New function.
7681         (org-html-do-expand): `org-export-html-convert-special-strings'
7682         added to the list of conversion.
7683         (org-infile-export-plist, org-get-current-options): Added support
7684         for "-" in the #+OPTION line to let user switch on/off special
7685         strings conversion.
7686         (org-export-plist-vars): New :html-table-tag property.
7687         (org-export-as-html, org-format-org-table-html)
7688         (org-format-table-table-html) Use the :html-table-tag property
7689         instead of the `org-export-html-table-tag' global value.
7690         (org-additional-option-like-keywords): Added "TBLFM".
7692 2007-11-27  Bastien Guerry  <bzg@altern.org>
7694         * org-export-latex.el (org-export-latex-cleaned-string): Fixed.
7695         (org-export-latex-special-chars): Convert "..." in \ldots and skip
7696         tables
7697         (org-export-latex-fontify-headline): Changed parameter name
7698         (org-export-as-latex): Handle export of subtrees
7699         (org-export-latex-make-header): New argument TITLE
7700         (org-export-latex-content): New argument EXCLUDE-LIST
7701         (org-list-parse-list): New name for org-export-latex-parse-list
7702         (org-export-latex-make-header): New name for
7703         org-export-latex-make-preamble
7704         (org-list-to-generic): New name of org-export-list-to-generic
7705         (org-list-to-latex): New name of org-export-list-to-latex
7706         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
7707         (org-list-send-list, org-list-to-texinfo)
7708         (org-list-to-html): New functions
7709         (org-export-latex-tables-column-borders)
7710         (org-export-latex-default-class, org-export-latex-classes)
7711         (org-export-latex-classes-sectioning)
7712         (org-list-radio-list-templates): New options
7713         (org-export-latex-header): New variable
7714         (org-latex-entities): New constant
7715         (org-export-latex-default-sectioning, org-export-latex-preamble)
7716         (org-export-latex-prepare-text-option)
7717         (org-export-latex-get-sectioning): Removed
7720 -----------------------------------------------------------------------
7722 Installed as 5.13g
7724 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
7726         * org.el (org-remember-handler): Make sure the amount of
7727         whitespace after the note is right.
7729 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
7731         * org-publish.el (org-publish-get-plist-from-filename): Use `mapc'
7732         instead of `mapcar'.
7734         * org.el (org-agenda-get-restriction-and-command): Use `mapc'
7735         instead of `mapcar'.
7736         (org-agenda-list): Numeric prefix argument can specify the number
7737         of days.
7738         (remember-register, remember-buffer): Prevent byte compiler from
7739         complaining.
7742         * org.el (org-agenda-get-restriction-and-command): Fix window
7743         size.
7744         (org-read-date-get-relative): Require [-+] at the beginning.
7745         (org-open-link-from-string): New function.
7746         (org-columns-open-link): New commands.
7747         (org-scan-tags): Handle indirect buffers.
7748         (org-read-date-get-relative): New function.
7749         (org-agenda-file-regexp): New variable.
7750         (org-agenda-files): Allow directories in the variable.
7751         (org-agenda-get-restriction-and-command): New function.
7752         (org-agenda): Use `org-agenda-get-restriction-and-command'.
7753         (org-todo-blocker-hook, org-todo-trigger-hook): New hook.
7754         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
7755         New functions.
7756         (org-entry-add-to-multivalued-property)
7757         (org-entry-remove-from-multivalued-property)
7758         (org-entry-member-in-multivalued-property): New functions.
7759         (org-remember-apply-template): Catch C-g and make sure window
7760         configuration is restored.
7761         (org-agenda-open-link): Make is work with several links in the
7762         line.
7763         (org-drawers, org-set-regexps-and-options)
7764         (org-get-current-options): Added support for a DRAWERS in-buffer
7765         option.
7766         (org-agenda-window-frame-fractions): New option.
7767         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
7768         (org-columns-cleanup-item, org-find-entry-with-id)
7769         (org-insert-columns-dblock, org-listtable-to-string)
7770         (org-dblock-write:columnview, org-columns-capture-view)
7771         (org-edit-headline): New functions.
7772         (org-agenda-to-appt): Require calendar.
7773         (org-entry-get-with-inheritance): Widen for search.
7774         (org-columns-display-here): Don't mark buffer as modified when
7775         adding space characters to accomodate column overlays.
7776         (org-export-as-html): Better formatting of tags in the toc.
7777         (org-columns-display-here): Make the ITEM column as compact as
7778         possible.
7779         (org-remember-templates): Customization interface improved.
7780         (org-export-with-property-drawer): Variable removed.
7781         (org-export-with-drawers): New option.
7782         (org-complex-heading-regexp): New variable.
7783         (org-sort-entries): Rewrite using `sort-subr'.
7784         (org-set-property): More appropriate completion during interactive
7785         use.
7786         (org-sort-entries): Allow sorting by property.
7787         (org-additional-option-like-keywords): Added more values.
7788         (org-sort-entries-or-items): Renamed from `org-sort-entries'.
7790 ----------------------------------------------------------------------
7792 installed as 5.12
7794 2007-10-12  Carsten Dominik  <dominik@science.uva.nl>
7797         * org.texi: Small fixes.
7799 2007-10-11  Carsten Dominik  <dominik@science.uva.nl>
7801         * org.el (org-get-date-from-calendar): New function.
7802         (org-at-timestamp-p, org-timestamp-change)
7803         (org-remember-templates): First element of each entry is now a
7804         name for the template.
7805         (org-store-log-note): Check for `org-note-abort'.
7806         (org-kill-note-or-show-branches): New command.
7807         (org-fontify-priorities): New option.
7808         (org-fontify-priorities): New function.
7809         (org-cut-subtree, org-copy-subtree): New argument N to
7810         act on N sequential subtrees.
7811         (org-paste-subtree): Fix the level at which a tree is pasted.
7812         (org-fit-agenda-window): Limitations on window size removed.
7813         (org-agenda-find-same-or-today-or-agenda): Renamed from
7814         `org-agenda-find-today-or-agenda'.
7815         (org-scheduled-past-days): New option.
7816         (org-agenda-scheduled-leaders)
7817         (org-agenda-deadline-leaders): New options.
7818         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
7819         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
7820         (org-export-with-tags, org-export-plist-vars)
7821         (org-infile-export-plist): New "tags" option.
7822         (org-use-property-inheritance): New option.
7823         (org-cached-entry-get): Use `org-use-property-inheritance'.
7824         (org-remember-apply-template): Fixed typo.
7826 ----------------------------------------------------------------------
7827 Installed as 5.11
7830 2007-10-05  Carsten Dominik  <dominik@science.uva.nl>
7832         * org.el (org-additional-option-like-keywords): New constant.
7833         (org-complete): Use `org-additional-option-like-keywords'.
7834         (org-parse-local-options): New function.
7836 2007-10-04  Carsten Dominik  <dominik@science.uva.nl>
7838         * org.el (org-in-clocktable-p): New function.
7839         (org-clock-report): Only update the table at point, or insert a
7840         new one.
7841         (org-clock-goto): New function.
7842         (org-open-file): Use `start-process-shell-command' instead of
7843         `shell-command' with an ampersand.
7844         (org-deadline, org-schedule): New argument REMOVE to remove the
7845         date from the entry.
7846         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
7847         argument to `org-schedule' and `org-deadline'.
7848         (org-trim): Use the correct expressions for beginning and end of
7849         the string.
7850         (org-get-cleaned-entry): Trim the string before returning it.
7851         (org-clock-find-position): New function.
7852         (org-clock-into-drawer): New option.
7853         (org-agenda-tags-column): Renamed from
7854         `org-agenda-align-tags-to-column'.
7855         (org-agenda-align-tags): Allow negative values for
7856         `org-agenda-tags-column'.
7857         (org-insert-labeled-timestamps-before-properties-drawer): Variable
7858         removed.
7859         (org-agenda-to-appt): new optional argument FILTER.
7860         (org-completion-fallback-command): New variable.
7861         (org-complete): Use `org-completion-fallback-command'.
7862         (org-find-base-buffer-visiting): Catch the case that there is no
7863         buffer visiting the file.
7864         (org-property-or-variable-value): New function.
7865         (org-todo): Use `org-property-or-variable-value'
7866         (org-agenda-compact-blocks): New option.
7867         (org-prepare-agenda, org-agenda-list): Use
7868         `org-agenda-compact-blocks'.
7869         (org-agenda-schedule, org-agenda-deadline): Call
7870         `org-agenda-show-new-time'.
7871         (org-agenda-show-new-time): New argument PREFIX.
7872         (org-colgroup-info-to-vline-list): Fixed but that cause a
7873         shift in the vertical lines.
7874         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
7875         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
7876         (org-indent-item): No arg in call to `org-fix-bullet-type'.
7877         (org-fix-bullet-type): Removed argument.
7878         (org-read-date): Check for am/pm twice, to catch the end time.
7879         (org-goto-map): Use `suppress-keymap'.
7880         (org-remember-apply-template): Respect the dynamically scoped
7881         selection character.
7883         * org.texi (Appointment reminders): New section.
7885 2007-10-05  Bastien Guerry  <Bastien.Guerry@ens.fr>
7887         * org-export-latex.el (org-export-latex-protect-string):
7888         Renaming of `org-latex-protect'.
7889         (org-export-latex-emphasis-alist): By default, don't protect
7890         any emphasis formatter from further conversion.
7891         (org-export-latex-tables): honor column grouping for tables.
7892         (org-export-latex-title-command): New option.
7893         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
7894         export backslash character.
7896 ------------------------------------------------------------
7897 Installed as 5.10
7899 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
7901         * org.el (turn-on-orgstruct++): New function.
7902         (org-table-convert-region): Prefix arg interpreted differently in
7903         terms of field separator.
7904         (org-icalendar-include-body-as-description): New option.
7905         (org-export-icalendar-clean-description): New function.
7906         (org-link-escape): New argument TABLE.
7907         (org-link-escape-chars-browser): New constant.
7908         (org-open-at-point): Call `org-link-escape' with new argument.
7909         (org-export-html-extension): New option.
7910         (org-read-date): New argument DEFAULT-TIME.  No longer determine
7911         default time from buffer context.
7912         (org-time-stamp): Pass default time to `org-read-date'.
7913         (org-refresh-category-properties): New function.
7914         (org-dblock-write:clocktable): Interpret the :scope parameter.
7915         (org-archive-subtree): Use category properties.
7916         (org-prepare-agenda-buffers): Call
7917         `org-refresh-category-properties'.
7918         (org-category-table): Variable removed.
7919         (org-get-category-table): Function removed.
7920         (org-get-category): Just get the property now.
7921         (org-tags-view, org-agenda-get-day-entries)
7922         (org-print-icalendar-entries): No longer create the category table.
7923         (org-columns-check-computed): New function.
7924         (org-columns-compute): Mark computed values.
7925         (org-columns-update): Set also the `org-columns-value' property.
7926         (org-indent-item): Fix bullet type before thinking about
7927         renumbering.
7929 2007-09-26  Bastien Guerry  <Bastien.Guerry@ens.fr>
7931         * org-export-latex.el (org-export-latex-emphasis-alist):
7932         Each list of the alist now requires three elements.
7933 -----------------------------------------------------------------
7934 Installed as 5.09
7936         2007-09-14  Bastien Guerry  <bzg@altern.org>
7938         * org-export-latex.el (org-export-latex-tables-verbatim): New
7939         function.
7940         (org-export-latex-remove-from-headlines): Name changed because of
7941         typo.
7942         (org-export-latex-quotation-marks-convention): Option removed.
7943         (org-export-latex-make-preamble): Handle the DATE option.
7944         (org-export-latex-cleaned-string): Now the only cleaning function,
7945         synched up with org.el.
7946         (org-export-latex-lists, org-export-latex-parse-list)
7947         (org-export-list-to-latex): New functions.
7950 2007-09-13  Carsten Dominik  <dominik@science.uva.nl>
7952         * org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
7953         (org-outline-regexp): New constant.
7954         (org-remember-handler): Throw error when the target file is not in
7955         org-mode.
7956         (org-cleaned-string-for-export): No longer call
7957         `org-export-latex-cleaned-string' with an argument.
7958         (org-get-tags): Returns now a list, not a string.
7959         (org-get-tags-string): New function.
7960         (org-archive-subtree): No need to split return of `org-get-tags'.
7961         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
7962         instead of `org-get-tags'.
7963         (org-agenda-format-date): Renamed from `org-agenda-date-format'.
7964         (org-time-from-absolute, org-agenda-format-date-aligned): New
7965         functions.
7966         (org-compatible-face): New argument INHERITS.  Inherit from this
7967         face if possible.
7968         (org-level-1, org-level-2, org-level-3, org-level-4)
7969         (org-level-5, org-level-6, org-level-7, org-level-8)
7970         (org-special-keyword, org-drawer, org-column, org-warning)
7971         (org-archived, org-todo, org-done, org-headline-done, org-table)
7972         (org-formula, org-code, org-agenda-structure)
7973         (org-scheduled-today, org-scheduled-previously)
7974         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
7975         in the new way.
7976         (org-get-heading): New argument NO-TAGS.
7977         (org-fast-tag-selection-include-todo): Made defvar instead of
7978         defcustom, feature is not deprecated.
7979         (org-remember-store-without-prompt): New default value t.
7980         (org-todo-log-states): New variable.
7981         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
7982         Compute the log states.
7983         (org-goto-map): More commands copied from global map.  Also bind
7984         `org-occur'.
7985         (org-goto): Made into a general lookup command.
7986         (org-get-location): Complete rewrite.
7987         (org-goto-exit-command): New variable.
7988         (org-goto-selected-point): New variable.
7989         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit): Set
7990         the new variables.
7991         (org-paste-subtree): Whitespace insertion strategy revised.
7992         (org-remember-apply-template): Protect v-A from the possibility
7993         that v-a might be nil.
7994         (org-remember-handler): Insertion rules revised.
7995         (org-todo): Respect org-todo-log-states.
7996         (org-up-heading-safe): New function.
7997         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
7999         * org.texi: Change links to webpage and maintained email.
8000         (Remember): Promoted to Chapter, significant changes.
8001         (Fast access to TODO states): New section.
8002         (Faces for TODO keywords): New section.
8003         (Export options): Example for #+DATE.
8004         (Progress logging): Section moved.
8006 ----------------------------------------------------------------------
8007 installed in Emacs as 5.08
8009 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
8011         * org.el (org-re): Also replace the :alpha: class.
8012         (org-todo-tag-alist): Variable removed.
8013         (org-todo-key-alist, org-todo-key-trigger) New variables.
8014         (org-use-fast-todo-selection): New option.
8015         (org-log-done): Docstring fixed.
8016         (org-deadline-warning-days): New default value 14.
8017         (org-edit-timestamp-down-means-later) New option.
8018         (org-tag-alist): Docstring fixed.
8019         (org-fast-tag-selection-include-todo): New option.
8020         (org-export-language-setup): New languages added.
8021         (org-set-regexps-and-options): Compute the new variables.
8022         (org-paste-subtree): Cleaning up.
8023         (org-remember-apply-template): New escape %A.
8024         (org-todo): Call fast TODO selection.
8025         (org-fast-todo-selection): New function.
8026         (org-add-log-note): Allow prefix for abort exit.
8027         (org-at-property-p, org-entry-properties)
8028         (org-columns-get-autowidth-alist): Use :alpha: class.
8029         (org-get-wdays): New function.
8030         (org-agenda-remove-date): New variable.
8031         (org-agenda-get-deadlines): Use `org-get-wdays'.
8032         (org-agenda-get-deadlines): Reverse ee before returning.
8033         (org-format-agenda-item): New argument REMOVE-RE.
8034         (org-agenda-convert-date): Baha'i calendar added.
8035         (org-infile-export-plist): Also find DATE line.
8036         (org-get-min-level): New function.
8037         (org-export-as-html, org-export-as-ascii): Use the date format.
8038         (org-shiftup, org-shiftdown): Use.
8039         `org-edit-timestamp-down-means-later'.
8040         (org-assign-fast-keys): New function.
8042 ----------------------------------------------------------------------
8044 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
8046         * org.el (org-export-visible): Fix drawers before export.
8047         (org-do-sort): Allow sorting by priority.
8048         (org-agenda-files): Ignore non-existing files.
8049         (org-agenda-skip-unavailable-files): New variable.
8050         (org-ellipsis): All a face as value.
8051         (org-mode): Interprete the face value of `org-ellipsis'.
8052         (org-archive-save-context-info): New option.
8053         (org-archive-subtree): Store context info in archived entry.
8054         (org-fast-tag-selection-can-set-todo-state): New variable.
8055         (org-fast-tag-selection): Allow setting TODO states through this
8056         interface.
8057         (org-cycle): Docstring updated.
8058         (org-todo-keyword-faces): New option.
8059         (org-get-todo-face): New function.
8060         (org-set-font-lock-defaults, org-agenda-highlight-todo): Use
8061         `org-get-todo-face'.
8062         (org-switch-to-buffer-other-window): New function.
8063         (org-table-edit-field, org-table-show-reference)
8064         (org-table-edit-formulas, org-add-log-note)
8065         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
8066         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
8067         `switch-to-buffer-other-window' to make sure that the temporary
8068         windows show up on the current frame.
8069         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
8070         (org-get-entries-from-diary, org-replace-region-by-html): Don't
8071         allow pop-up frames.
8072         (org-agenda-get-deadlines, org-agenda-get-scheduled): Fixed
8073         problems with time-of-day.
8074         (org-export-get-title-from-subtree): New function.
8075         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
8076         with listing items that are DONE.
8077         (org-change-tag-in-region): New command.
8078         (org-agenda-skip-scheduled-if-done)
8079         (org-agenda-skip-deadline-if-done): Docstring clarified.
8080         (org-mode): Hide drawers on startup.
8081         (org-get-todo-face): New function.
8082         (org-todo-keyword-faces): New option.
8084 -------------------------------------------------------------------------
8086 2007-08-21  Carsten Dominik  <dominik@science.uva.nl>
8088         * org.el (org-agenda-skip): Allow a form for
8089         `org-agenda-skip-function'.
8090         (org-agenda-redo): Re-use local settings.
8091         (org-agenda): Store local settings.
8092         (org-agenda-deadline-faces): New option.
8093         (org-agenda-deadline-face): New function.
8094         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8095         entries on their due date.
8096         (org-agenda-get-timestamps): No longer handle the due dates of
8097         schedules and deadline items.
8098         (org-insert-link-global, org-open-at-point-global): New commands.
8099         (org-export-as-ascii): Call
8100         `org-cleaned-string-for-export' with a :for-ascii parameter.
8101         (org-skip-comments): Function removed.
8102         (org-cleaned-string-for-export): Handle special table lines.
8103         (org-global-properties): New option.
8104         (org-entry-get-with-inheritance): Check global properties.
8105         (org-local-properties): New variable.
8106         (org-set-regexps-and-options): Find the #+PROPERTY line.
8107         (org-link-types): Change type into variable (was constant).
8108         (org-make-link-regexps): New function.
8109         (org-link-re-with-space, org-link-re-with-space2)
8110         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8111         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8112         these regular expressions happens now in the function
8113         `org-make-link-regexps'.
8114         (org-store-link): Call the functions in `org-store-link-functions'.
8115         (org-add-link-type): New function.
8116         (org-store-link-functions): New variable.
8117         (org-activate-tags): Force matches to be in headlines.
8118         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8119         (org-columns-display-here): Make sure this works in a narrowed
8120         buffer by checking for point-min.
8121         (org-columns-display-here): Make the rest of the line intangible,
8122         so that point never can be there.
8123         (org-cleaned-string-for-export): Use `with-current-buffer'.
8124         (org-replace-region-by-html): Use `with-current-buffer'.
8125         (org-unfontify-region, org-do-occur, org-columns-display-here)
8126         (org-columns-remove-overlays, org-columns-quit)
8127         (org-columns-edit-value, org-columns-next-allowed-value)
8128         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8129         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8130         (org-agenda-todo, org-agenda-change-all-lines)
8131         (org-agenda-align-tags, org-agenda-priority)
8132         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8133         (org-agenda-show-new-time, org-cleaned-string-for-export)
8134         (org-export-grab-title-from-buffer):
8135         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8136         instead of `buffer-read-only'.
8137         (org-export-as-html): Set `coding-system-for-write'.
8138         (org-remember-store-without-prompt): New option.
8139         (org-archive-subtree): Fixed bug with modifying TODO keyword.
8140         (org-beginning-of-line): Also treat C-a special in items.
8141         (org-table-convert-refs-to-rc): Fixed problem with column
8142         reference after "..".
8143         (org-columns-compute): Don't mark buffer modified because of text
8144         properties.
8145         (org-batch-store-agenda-views): Use the variable
8146         `default-directory', not the function.
8147         (org-clock-out-if-current): Respect
8148         `org-clock-out-when-done'.
8149         (org-clock-out-when-done): New option.
8150         (org-html-entities): Added HTML entities for smileys.
8152         * org.texi (Adding hyperlink types): New section.
8153         (Embedded LaTeX): Chapter updated because of LaTeX export.
8154         (LaTeX export): New section.
8155         (Using links out): New section.
8158 -----------------------------------------------------------------
8160 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
8162         * org.texi (Properties and columns): Chapter rewritten.
8164 2007-07-03  Carsten Dominik  <dominik@science.uva.nl>
8166         * org.el (org-agenda-day-view, org-agenda-week-view): Remember
8167         span as default.
8169         (org-columns-edit-value): Renamed from `org-column-edit'.
8170         (org-columns-display-here-title): Renamed from
8171         `org-overlay-columns-title'.
8172         (org-columns-remove-overlays): ` Renamed from
8173         org-remove-column-overlays'.
8174         (org-columns-get-autowidth-alist): ` Renamed from
8175         org-get-columns-autowidth-alist'.
8176         (org-columns-display-here): Renamed from `org-overlay-columns'.
8177         (org-columns-new-overlay): Renamed from `org-new-column-overlay'.
8178         (org-columns-quit): Renamed from `org-column-quit'.
8179         (org-columns-show-value): Renamed from `org-column-show-value'.
8180         (org-columns-content, org-columns-widen)
8181         (org-columns-next-allowed-value)
8182         (org-columns-edit-allowed, org-columns-store-format)
8183         (org-columns-uncompile-format, org-columns-redo)
8184         (org-columns-edit-attributes, org-delete-property)
8185         (org-set-property, org-columns-update)
8186         (org-columns-compute, org-columns-eval)
8187         (org-columns-not-in-agenda, org-columns-compute-all)
8188         (org-property-next-allowed-value)
8189         (org-columns-compile-format)
8190         (org-fill-paragraph-experimental)
8191         (org-string-to-number, org-property-action)
8192         (org-columns-move-left, org-columns-new )
8193         (org-column-number-to-string)
8194         (org-property-previous-allowed-value)
8195         (org-at-property-p, org-columns-delete)
8196         (org-columns-previous-allowed-value)
8197         (org-columns-move-right, org-columns-narrow)
8198         (org-property-get-allowed-values)
8199         (org-verify-version, org-column-string-to-number)
8200         (org-delete-property-globally): New functions.
8201         (org-columns-current-fmt): Renamed from `org-current-columns-fmt'.
8202         (org-columns-overlays): Renamed from `org-column-overlays'.
8203         (org-columns-map): Renamed from `org-column-map'.
8204         (org-columns-current-maxwidths): Renamed from
8205         `org-current-columns-maxwidths'.
8206         (org-columns-begin-marker, org-columns-current-fmt-compiled)
8207         (org-previous-header-line-format)
8208         (org-columns-inhibit-recalculation)
8209         (org-columns-top-level-marker): New variables.
8210         (org-columns-default-format): Renamed from
8211         `org-default-columns-format'.
8212         (org-property-re): New constant.
8216 =====================================================================
8218 Installed as 5.01b
8220 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
8222         * org.el (orgstruct-mode-map): New variable.
8223         (orgstruct-mode): New minor mode.
8224         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8225         (orgstruct-make-binding, org-context-p, org-get-local-variables)
8226         (org-run-like-in-org-mode): New functions.
8227         (org-cycle-list-bullet): New command.
8228         (org-special-properties, org-property-start-re)
8229         (org-property-end-re): New constants.
8230         (org-with-point-at): New macro.
8231         (org-get-property-block, org-entry-properties, org-entry-get)
8232         (org-entry-delete, org-entry-get-with-inheritance)
8233         (org-entry-put, org-buffer-property-keys): New functions.
8234         (org-insert-property-drawer): New command.
8235         (org-entry-property-inherited-from): New variable.
8236         (org-column): New face.
8237         (org-column-overlays, org-current-columns-fmt)
8238         (org-current-columns-maxwidths, org-column-map): New variables.
8239         (org-column-menu): New menu.
8240         (org-new-column-overlay, org-overlay-columns)
8241         (org-overlay-columns-title, org-remove-column-overlays)
8242         (org-column-show-value, org-column-quit, org-column-edit): New
8243         functions.
8244         (org-columns, org-agenda-columns): New commands.
8245         (org-get-columns-autowidth-alist): New functions.
8246         (org-properties): New customize group.
8247         (org-default-columns-format): New option.
8249 2007-06-28  Carsten Dominik  <dominik@science.uva.nl>
8251         * org.el (org-priority): Realign tags after changing priority.
8252         (org-preserve-lc): New macro.
8253         (org-update-checkbox-count): Catch case when there is no headline.
8254         (org-agenda-quit): Remove any column overlays.
8256 2007-06-25  Carsten Dominik  <dominik@science.uva.nl>
8258         * org.el (org-beginning-of-item-list): Fixed bug when non-item
8259         line is indented too deep.
8261 2007-06-24  Carsten Dominik  <dominik@science.uva.nl>
8263         * org.el (org-cached-props): New variable.
8264         (org-cached-entry-get): New function.
8265         (org-make-tags-matcher): Handle property matches.
8267 2007-06-22  Carsten Dominik  <dominik@science.uva.nl>
8269         * org.el (org-table-recalculate): Swap evaluation order:  Field
8270         formula first, then column formulas, but don't allow them to
8271         overwrite the field formulas.
8272         (org-table-eval-formula): New argument untouchable.
8273         (org-table-put-field-property): New function.
8275 ========================================================================
8277 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
8279         * org.el (org-export-with-footnotes): New option.
8281 2007-06-20  Carsten Dominik  <dominik@science.uva.nl>
8283         * org.el (org-export-as-html): Fixed replacement bug for XEmacs.
8284         (org-agenda-default-appointment-duration): New option.
8286 2007-06-19  Carsten Dominik  <dominik@science.uva.nl>
8288         * org.texi (Tag): Section swapped with node Timestamps.
8289         (Formula syntax for Lisp): Document new `L' flag.
8291         * org.el (org-end-time-was-given): New variable.
8292         (org-read-date): Look for time range.
8293         (org-timestamp-change): Deal with time range issues.
8294         (org-modify-ts-extra): New function.
8295         (org-remember-apply-template, org-add-planning-info)
8296         (org-time-stamp, org-time-stamp-inactive): Make use of
8297         `org-end-time-was-given'.
8298         (org-set-regexps-and-options, org-activate-tags)
8299         (org-archive-subtree, org-toggle-tag)
8300         (org-make-org-heading-search-string, org-open-at-point)
8301         (org-link-search, org-remember-handler, org-complete)
8302         (org-scan-tags, org-make-tags-matcher, org-fast-tag-selection)
8303         (org-get-tags, org-get-buffer-tags, org-dblock-write:clocktable)
8304         (org-agenda-list-stuck-projects, org-format-agenda-item)
8305         (org-agenda-align-tags, org-get-tags-at, org-export-as-ascii)
8306         (org-ascii-level-start, org-export-as-html)
8307         (org-export-cleanup-toc-line, org-html-level-start): Use [:alnum:]
8308         to match tags, in order to allow lanufage-specific characters in
8309         tags.
8310         (org-beginning-of-item-list): New command.
8311         (org-target): New face.
8312         (org-activate-links): New link type target.
8316 ======================================================================
8318 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
8320         * textmodes/org.el:
8321         (org-export-region-as-html, org-replace-region-by-html)
8322         (org-number-to-letters, org-table-fedit-finish)
8323         (org-normalize-color, org-table-fedit-ref-right)
8324         (org-date-to-gregorian, org-table-fedit-move)
8325         (org-table-convert-refs-to-rc, org-calendar-holiday)
8326         (org-table-fedit-toggle-ref-type, org-write-agenda)
8327         (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
8328         (org-defkey, org-encode-for-stdout)
8329         (org-indent-line-function, org-export-as-html-to-buffer)
8330         (org-store-agenda-views, org-update-mode-line)
8331         (org-find-if, org-delete-all)
8332         (org-table-fedit-convert-buffer, org-emphasize)
8333         (org-uniquify, org-table-fedit-lisp-indent)
8334         (org-table-fedit-scroll, org-get-todo-sequence-head)
8335         (org-table-fedit-scroll-down, org-table-fedit-line-down)
8336         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8337         (org-table-fedit-toggle-coordinates, org-dvipng-color)
8338         (org-table-fedit-line-up, org-table-fedit-ref-down)
8339         (org-table-formula-from-user, org-mode-flyspell-verify)
8340         (org-cycle-show-empty-lines, org-ctrl-c-ret)
8341         (org-table-formula-to-user, org-diary-to-ical-string)
8342         (orgtbl-export, org-table-fedit-post-command)
8343         (org-closed-in-range, org-shiftcontrolright)
8344         (org-table-convert-refs-to-an, org-table-hline-and-move)
8345         (org-table-formula-less-p, org-format-table-ascii)
8346         (org-agenda-get-sexps, org-shift-refpart)
8347         (org-diary-sexp-entry, org-time-string-to-absolute)
8348         (org-table-show-reference, org-letters-to-number)
8349         (org-fix-agenda-info, org-table-fedit-ref-up)
8350         (org-table-fedit-shift-reference, org-table-fedit-abort)
8351         (org-closest-date, org-shiftcontrolleft)
8352         (org-at-heading-or-item-p, org-rematch-and-replace)
8353         (org-agenda-todo-nextset, org-export-grab-title-from-buffer): New
8354         function.
8355         (org-table-edit-scroll-down, org-finish-edit-formulas)
8356         (org-table-edit-next-field, org-abort-edit-formulas)
8357         (org-font-lock-level, org-export-find-first-heading-line)
8358         (org-table-edit-line-down, org-table-edit-backward-field)
8359         (org-edit-formula-lisp-indent, org-table-edit-move)
8360         (org-check-log-option, org-this-word)
8361         (org-table-edit-line-up, org-table-edit-formulas-post-command)
8362         (org-agenda-file-to-end, org-expand-file-name)
8363         (org-fake-empty-table-line, org-table-edit-scroll)
8364         (org-toggle-log-option, org-show-reference): Function removed.
8365         (org-inhibit-invisibility, org-table-formula-make-cmp-string): New
8366         defsubst.
8367         (org-unmodified, org-batch-store-agenda-views)
8368         (org-batch-agenda-csv): New macro.
8369         (org-agenda-export): New customization group.
8370         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8371         (org-highest-priority, org-agenda-exporter-settings)
8372         (org-log-done-with-time, org-replace-disputed-keys)
8373         (org-format-latex-header, org-export-table-header-tags)
8374         (org-cycle-separator-lines, org-export-table-data-tags)
8375         (org-icalendar-include-sexps)
8376         (org-empty-line-terminates-plain-lists)
8377         (org-log-repeat, org-special-ctrl-a)
8378         (org-table-use-standard-references, org-disputed-keys)
8379         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8380         (org-agenda-export-html-style): New option.
8381         (org-allow-auto-repeat,  org-agenda-remove-tags-when-in-prefix)
8382         (org-CUA-compatible): Option removed.
8383         (org-agenda-structure,  org-sexp-date): New face.
8384         (org-todo-keywords-for-agenda, org-not-done-keywords)
8385         (org-planning-or-clock-line-re, org-agenda-name)
8386         (org-table-colgroup-info, org-todo-sets)
8387         (constants-unit-system, org-clock-mode-line-entry)
8388         (org-mode-line-timer, org-table-current-begin-pos)
8389         (org-todo-keywords-1, org-mode-line-string)
8390         (org-table-clean-did-remove-column, org-table-fedit-map)
8391         (org-clock-heading, org-table-buffer-is-an)
8392         (org-agenda-info, org-done-keywords)
8393         (org-done-keywords-for-agenda, org-todo-heads)
8394         (org-todo-kwd-alist, org-clock-start-time): New variable.
8395         (org-todo-kwd-priority-p, org-edit-formulas-map)
8396         (org-repeat-re, org-todo-kwd-max-priority)
8397         (org-version, org-done-string)
8398         (org-table-clean-did-remove-column-1, org-disputed-keys): Variable
8399         removed.
8400         (org-table-translate-regexp, org-repeat-re, org-version): New
8401         constant.
8402         (org-ts-lengths): Constant removed.
8403         (org-follow-gnus-link): Don't ask how many articles to read.
8404         (org-export-find-first-export-line): Renamed from
8405         `org-export-find-first-heading'.  Use
8406         `org-export-skip-text-before-1st-heading'.
8407         (org-table-fedit-post-command): Renamed from
8408         `org-table-edit-formulas-post-command'.
8409         (org-table-fedit-finish): Renamed from `org-finish-edit-formulas'.
8410         (org-table-fedit-abort): Renamed from `org-abort-edit-formulas'.
8411         (org-table-fedit-lisp-indent): Renamed from
8412         `org-edit-formula-lisp-indent'.
8413         (org-table-show-reference): Renamed from `org-show-reference'.
8414         (org-table-store-formulas): Use `org-table-formula-less-p'.
8415         (org-table-edit-formulas): Position cursor to current field
8416         equation.
8417         (org-update-checkbox-count, org-hide-archived-subtrees)
8418         (org-timestamp-up-day, org-timestamp-down-day)
8419         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8420         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8421         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8422         (org-shiftleft, org-ctrl-c-ctrl-c, org-context): Let
8423         `org-on-heading-p' also check for invisible heading.
8424         (org-read-date): Match am/pm times.
8425         (org-eval-in-calendar): Fix default date in prompt.
8427 -------------------------------------------------------------------------
8429 installed as 4.67
8431 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
8433         * org.texi (The spreadsheet): Renamed from "Table calculations".
8434         Completely reorganized and rewritten.
8435         (CamelCase links): Section removed.
8436         (Repeating items): New section.
8437         (Tracking TODO state changes): New section.
8438         (Agenda views): Chapter reorganized and rewritten.
8439         (HTML export): Section rewritten.
8440         (Tables in arbitrary syntax): New section.
8441         (Summary): Better feature summary.
8442         (Activation): Document problem with cut-and-paste of Lisp code
8443         from PDF files.
8444         (Visibility cycling): Document indirect buffer use.
8445         (Structure editing): Document sorting.
8446         (Remember): Section rewritten.
8447         (Time stamps): Better description of time stamp types.
8448         (Tag searches): DOcument regular expression search for tags.
8449         (Stuck projects): New section.
8450         (In-buffer settings): New keywods.
8451         (History and Acknowledgments): Updated description.
8453 2007-02-22  Carsten Dominik  <dominik@science.uva.nl>
8455         * org.el (org-table-overlay-coordinates)
8456         (org-table-toggle-coordinate-overlays): New functions.
8457         (org-table-overlay-coordinates, org-table-coordinate-overlays):
8458         New variables.
8459         (org-startup-with-deadline-check): Option removed.
8460         (org-mode): Remove deadline check on startup.
8461         (org-table-limit-column-width): Option removed.
8462         (org-table-formula-numbers-only): Option removed.
8463         (org-link-style, org-link-format): Options removed.
8464         (org-select-agenda-window, org-fit-agenda-window): Options
8465         removed.
8466         (org-export-ascii-show-new-buffer)
8467         (org-export-html-show-new-buffer): Options removed.
8468         (org-activate-links): Camel option removed.
8469         (org-file-link-context-use-camel-case): Option removed.
8470         (org-camel-regexp): Veriable removed.
8471         (org-activate-camels): Function removed.
8472         (org-store-link): Removed Camel stuff.
8473         (org-make-org-heading-camel): Function removed.
8474         (org-open-at-point): Removed camel stuff.
8475         (org-link-search): Removed camel stuff.
8476         (org-camel-to-words): Function removed.
8477         (org-get-agenda-file-buffer): Make sure we prepare the
8478         base buffers, not any indirect buffers.
8479         (org-sort-entries): Sort top-level when not on a
8480         headline, and no active region.
8481         (org-in-regexp): New function.
8482         (org-search-not-self): Renamed from `org-search-not-link'.
8483         (org-open-link-marker): New variable.
8484         (org-open-at-point): Set `org-open-link-marker'.
8485         (org-print-icalendar-entries): Fixed bug with excluding DONE
8486         entries from the exported list.
8487         (org-edit-formula-lisp-indent): New command.
8488         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
8489         (orgtbl-to-latex, orgtbl-insert-radio-table)
8490         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
8491         (orgtbl-radio-table-templates): New option.
8492         (org-store-link-props):
8493         (org-remember-templates): More possibilities to insert
8494         info into templates.
8495         (org-remember-apply-template): Make use of the extended template
8496         capabilities.
8497         (org-remember-redo-template): New command.
8498         (org-upgrade-old-links)
8499         (org-table-modify-formulas, org-table-replace-in-formulas)
8500         (org-table-find-dataline)
8501         (org-table-get-vertical-vector): Functions removed.
8502         (org-table-remove-rectangle-highlight)
8503         (org-time-stamp-format, org-toggle-log-option)
8504         (org-table-highlight-rectangle)
8505         (org-table-iterate, org-table-make-reference):
8506         (org-translate-time, org-tree-to-indirect-buffer)
8507         (org-table-field-info, org-table-fix-formulas)
8508         (org-table-force-dataline, org-table-get-descriptor-line)
8509         (org-table-get-range)
8510         (org-skip-comments, org-sort)
8511         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
8512         (org-table-current-dline, org-table-current-field-formula)
8513         (org-table-edit-backward-field)
8514         (org-table-edit-formulas-post-command)
8515         (org-table-edit-line-down, org-table-edit-line-up)
8516         (org-agenda-archive)
8517         (org-agenda-clock-cancel)
8518         (org-agenda-clock-out, org-agenda-list-stuck-projects)
8519         (org-agenda-open-link, org-agenda-show-new-time)
8520         (org-agenda-skip-subtree-when-regexp-matches)
8521         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
8522         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
8523         (org-do-sort, org-file-image-p, org-find-overlays)
8524         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
8525         (org-highlight-until-next-command, org-isearch-end)
8526         (org-match-any-p, org-next-link, org-previous-link):
8527         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
8528         (org-rewrite-old-row-references)
8529         (org-isearch-post-command)
8530         (org-table-edit-move, org-table-edit-next-field)
8531         (org-table-edit-scroll, org-table-edit-scroll-down)
8532         (org-set-frame-title, org-show-reference)
8533         (org-unhighlight-once, org-verify-change-for-undo): New
8534         functions.
8535         (org-show-variable): Command removed.
8536         (org-add-log-maybe): New arguments STATE, FINDPOS
8537         (org-table-sort-lines): Rewritten from scratch.
8538         (org-link-search): New argument AVOID-POS.
8539         (org-print-icalendar-entries): Argument CATEGORY removed.
8540         (org-run-agenda-series): Argument WONDOW removed.
8541         (org-next-link, org-previous-link): New commands.
8542         (org-agenda-date-format): New option.
8543         (org-table-iterate): New command.
8544         (org-table-modify-formulas)
8545         (org-table-replace-in-formulas): Functions removed.
8546         (org-table-fix-formulas): New function.
8547         (org-table-insert-column, org-table-delete-column)
8548         (org-table-move-column): Use `org-table-fix-formulas'.
8549         (org-follow-gnus-link): Patch from Bastien/Leo.
8550         (org-table-current-field-formula): New function.
8551         (org-file-image-p): New function.
8552         (org-agenda-show-new-time): New function.
8553         (org-agenda-date-later): Call `org-agenda-show-new-time'.
8554         (org-with-remote-undo): New macro.
8555         (org-agenda-undo): New command.
8556         (org-verify-change-for-undo): New function.
8557         (org-time-stamp-format): New function.
8558         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
8559         by user.
8560         (org-match-any-p): New function.
8561         (org-make-tags-matcher): Handle regular expressions for tag and
8562         todo matches.
8563         (org-read-date): Accept "+N" as input for a date relative to the
8564         current date.
8565         (org-remove-subtree-entries-from-agenda): New function.
8566         (org-agenda-archive, org-agenda-kill): Use
8567         `org-remove-subtree-entries-from-agenda'.
8568         (org-do-sort, org-sort-entries): New functions.
8569         (org-sort): New command.
8570         (org-table-sort-lines): Use `org-do-sort'.
8571         (org-fix-decoded-time): New function.
8572         (org-table-number-regexp): Require 0x... to identify as number in
8573         tables.
8574         (org-startup-options): New keywords for note taking.
8575         (org-upgrade-old-links): Function removed.
8576         (org-get-repeat): New function.
8577         (org-show-context): Also show siblings on current level.
8578         (org-show-siblings): New function.
8579         (org-isearch-end, org-isearch-post-command): New functions.
8580         (org-show-siblings): New option.
8581         (org-show-context): Use `org-show-siblings'.
8582         (org-table-maybe-recalculate-line): No longer require `calc-eval'
8583         to be bound, because user may just use elisp.
8585 ----------------------------------------------------------------------
8586 installed as 4.56
8588 2006-11-15  Carsten Dominik  <dominik@science.uva.nl>
8590         * org.texi: Fix typos
8591         (Agenda commands): Document `C-k'.
8593         * orgcard.tex (section{Agenda Views}): Document `C-k'.
8595         * org.el (org-scan-tags): Re-align code fixed.
8596         (org-detach-overlay): Renamed from `org-detatch-overlay'.
8597         (org-table-convert-region): Insert space after column separator.
8598         (org-agenda-kill): New command.
8599         (org-metaleft): Call `org-outdent-item' on bullets.
8600         (org-metaright): Call `org-indent-item' on bullets.
8601         (org-timestamp-change): Set `org-last-changed-timestamp'.
8602         (org-current-line): Make sure (bolp) returns correct result.
8603         (org-agenda-change-all-lines): Make sure TODO are highlighted.
8605 ----------------------------------------------------------------------------
8606 Installed as 4.54
8608 2006-11-10  Carsten Dominik  <dominik@science.uva.nl>
8610         * org.el (org-scan-tags): Make the search case-sensitive.
8611         (org-tags-sparse-tree): Don't overrule
8612         `org-show-following-heading' and `org-show-hierarchy-above'.
8613         (org-reveal): New command.
8614         (org-show-context): Renamed from `org-show-hierarchy-above'.
8615         (org-fast-tag-selection-single-key): New option.
8616         (org-fast-tag-show-exit, org-set-current-tags-overlay): New
8617         functions.
8618         (org-tags-overlay): New variable.
8619         (org-agenda-todo-ignore-deadlines): New option.
8620         ("session"): Add circular data structure `org-mark-ring' to
8621         exceptions list in session.el.
8622         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
8623         New options.
8624         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
8625         (org-prepare-agenda, org-agenda-quit): Use
8626         `org-agenda-window-setup'.
8627         (org-pre-agenda-window-conf, org-blank-before-new-entry): New
8628         variables.
8629         (org-finalize-agenda): Activate bracket links in agenda.
8630         (org-at-timestamp-p, org-at-date-range-p): Additional argument
8631         INACTIVE-OK.
8632         (org-show-hierarchy-above, org-show-following-heading): List
8633         values allowed for fine-tuned configuration.
8634         (org-show-hierarchy-above): New argument CONTEXT, use the
8635         fine-tuned settings in `org-show-hierarchy-above' and
8636         `org-show-following-heading'.
8637         (org-display-custom-time): New function.
8638         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New
8639         function.
8640         (org-display-custom-times, org-time-stamp-custom-formats):
8641         (org-maybe-intangible): New macro.
8642         (org-activate-bracket-links, org-hide-wide-columns): Use
8643         `org-maybe-intangible'.
8644         (org-open-file): Use `shell-quote-argument'.
8645         (org-display-internal-link-with-indirect-buffer): New option.
8646         (org-file-remote-p): Get regexp from list.
8647         (org-link-expand-abbrev): New function.
8648         (org-link-abbrev-alist): New option.
8649         (org-open-at-point, org-cleaned-string-for-export): Call
8650         `org-link-expand-abbrev'.
8651         (org-timeline, org-agenda-list, org-todo-list)
8652         (org-tags-view): Remove the KEEP-MODES argument.
8653         (org-finalize-agenda-hook): New hook.
8654         (org-get-alist-option): New function.
8655         (org-follow-timestamp-link): New function.
8656         (org-open-at-point): Call `org-follow-timestamp-link'.
8657         (org-log-note-marker, org-log-note-purpose)
8658         (org-log-note-window-configuration): New variables.
8659         (org-add-log-maybe, org-add-log-note, org-store-log-note): New
8660         functions.
8661         (org-log-note-headings): New option.
8662         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
8663         (org-store-link): Support for dired-mode.
8664         (org-open-file): Substitute environment variables into filename.
8665         (org-last): New defsubst.
8666         (org-agenda-re-align-tags): New function.
8667         (org-agenda-align-tags-to-column): New option.
8668         (org-agenda-timeline): Group removed.
8669         (org-prepare-agenda, org-prepare-agenda-buffers)
8670         (org-run-agenda-series, org-timeline, org-agenda-list)
8671         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
8672         the text property inticating the agenda type.
8673         (org-agenda-post-command-hook): Get agenda type from text property
8674         at point.
8675         (org-agenda): Handle command sets.  Set
8676         `org-agenda-last-arguments' and obey
8677         `org-agenda-overriding-arguments'.
8678         (org-agenda-overriding-arguments, org-agenda-last-arguments): New
8679         variables.
8680         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8681         (org-agenda-week-view, org-agenda-day-view): Use
8682         `org-agenda-overriding-arguments' to make updating work with
8683         multi-block agendas.
8684         (org-agenda-prefix-format): Allow different formats for the
8685         different agenda entry types.
8686         (org-timeline-prefix-format): Option removed, use
8687         `org-agenda-prefix-format' instead.
8688         (org-prepare-agenda): New function.
8689         (org-select-timeline-window): Option removed, use
8690         `org-select-agenda-window' instead.
8691         (org-respect-restriction): Variable removed.
8692         (org-cmp-tag): New function.
8693         (org-agenda-sorting-strategy, org-entries-lessp): Implement
8694         sorting by last tag.
8695         (org-complete): Better completion in in-buffer option lines.
8696         (org-in-item-p): New function.
8697         (org-org-menu): Added entries for checkboxes.
8698         (org-cycle): Extra brouping in outline-regexp, because it is used
8699         in a search with "^" prepended.
8700         (org-provide-checkbox-statistics): New option.
8701         (org-set-font-lock-defaults): Highlight checkbox statistics.
8702         (org-update-checkbox-count-maybe)
8703         (org-get-checkbox-statistics-face): New functions.
8704         (org-update-checkbox-count): New command.
8705         (org-insert-item, org-toggle-checkbox): Call
8706         `org-update-checkbox-count-maybe'.
8707         (org-export-as-html): XEmacs compatibility for coding system.
8708         (org-force-cycle-archived): New command.
8709         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
8710         overrules cycling.
8711         (org-fix-position-after-promote): If the line contains only a todo
8712         keyword, add a final space.
8713         (org-promote-subtree, org-demote-subtree): Call
8714         `org-fix-position-after-promote'.
8716         * orgcard.tex (section{Archiving}): Document C-TAB.
8717         (section{TODO Items and Checkboxes}): Checkbox keys moved to this
8718         section, added documentation for the key `C-c #'.
8720         * org.texi (ARCHIVE tag): Document C-TAB for forcing cycling of
8721         archived trees.
8722         (Checkboxes): Section moved to chapter 5, and extended.
8723         (The date/time prompt): New section.
8724         (Link abbreviations): New section.
8725         (Presentation and sorting): New section.
8726         (Custom agenda views): Section completely rewritten.
8727         (Summary): Compare with Planner.
8728         (Feedback): More info about creating backtraces.
8729         (Plain lists): Modified example.
8730         (Breaking down tasks): New section.
8731         (Custom time format): New section.
8732         (Time stamps): Document inactive timestamps.
8733         (Setting tags): More details about fast tag selection.
8734         (Block agenda): New section.
8735         (Custom agenda views): Section rewritten.
8736         (Block agenda): New section.
8739 ----------------------------------------------------------------------
8740 installed as 4.44
8743 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8745         * org.el (org-clock-special-range, org-clock-update-time-maybe):
8746         New functions.
8747         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8748         not only a-z.
8749         (org-agenda-get-blocks): Allow multiple blocks per headline.
8750         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8751         (org-export-html-title-format)
8752         (org-export-html-toplevel-hlevel): New options.
8753         (org-export-language-setup): Added support for Czech.
8754         (org-mode, org-insert-todo-heading, org-find-visible)
8755         (org-find-invisible, org-invisible-p, org-invisible-p2)
8756         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8757         (org-show-subtree, org-show-entry, org-make-options-regexp):
8758         Removed compatibility support for old outline-mode.
8759         (org-check-occur-regexp): Funtion removed.
8760         (org-on-heading-p, org-back-to-heading): Made defalias.
8761         (org-set-local): New defsubst.
8762         (org-set-regexps-and-options, org-mode)
8763         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8764         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8765         (org-remember-apply-template, org-table-edit-field)
8766         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8767         (org-set-autofill-regexps): Use `org-set-local'.
8768         (org-table-eval-formula): Fixed bug with parsing of display flags.
8771 ----------------------------------------------------------------------
8772 installed as 4.43
8774 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8776         * org.texi (Exporting): Document `C-c C-e' as the prefix for
8777         exporting commands.
8778         (Global TODO list): Document the use of the variables
8779         `org-agenda-todo-ignore-scheduled' and
8780         `org-agenda-todo-list-sublevels'.
8782         * org.el (org-agenda-get-todos): Skip subtree also if entry is
8783         skipped because it has been scheduled.
8784         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8785         changing `:org-archived' and `:org-comment' properties.
8787 ----------------------------------------------------------------------
8788 installed as 4.42
8791 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8793         * org.el (org-mode): Removed no invalid settings for calc embedded
8794         mode.
8795         (org-mode-p): New defsubst.
8796         (org-save-all-org-buffers): New function.
8797         (org-first-headline-recenter): Enclose outline-regexp in group
8798         delimiters.
8800         * org.texi (Agenda commands): Document `s' key to save all
8801         org-mode buffers.
8803         * orgcard.tex (section{Agenda Views}): Document `s' key to save
8804         all org-mode buffers.
8806 ----------------------------------------------------------------------
8807 installed as 4.41
8809 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8811         * org.texi (Checkboxes): New section.
8813         * orgcard.tex (section{Structure Editing}): Document checkbox
8814         toggling.
8816         * org.el (org-prepare-agenda-buffers): Use `invisible-OK' argument
8817         for `org-end-of-subtree'.
8818         (org-export-cleanup-toc-line): Renamed from
8819         `org-html-cleanup-toc-line'.
8820         (org-beginning-of-item): Fixed bug in regular expression for white
8821         line.
8822         (org-export-as-html): Enforce space after bullet in plain list
8823         items.
8825 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8827         * org.el (org-set-autofill-regexps): Require space after plain
8828         list bullet for paragraph-start.
8829         (org-ts-regexp3): New constant.
8830         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8831         (org-timestamp-up-day, org-timestamp-down-day)
8832         (org-timestamp-change): Work with inactive timestamps.
8833         (org-ts-regexp1): Don't allow brackets in time stamps.
8835 ----------------------------------------------------------------------
8836 installed as 4.40
8839 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8841         * org.el (org-context): New contexts :item-bullet, :latex-fragment,
8842         :latex-preview.
8843         (org-overlays-at, org-overlay-start, org-overlay-end): New
8844         compatibility functions.
8846 2006-06-27  Carsten Dominik  <dominik@science.uva.nl>
8848         * org.el (org-inside-LaTeX-fragment-p): More accurate matching,
8849         using the exact regexp that will be used during export.
8850         (org-latex-regexps): New variable.
8851         (org-cdlatex-mode): Improved advice for `texmathp'.
8852         (turn-on-org-cdlatex): New function.
8854 ----------------------------------------------------------------------
8855 installed as 4.39
8857 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8859         * org.el (org-cdlatex-mode-map)
8860         (org-cdlatex-texmathp-advice-is-done): New variables.
8861         (org-cdlatex-mode): New minor mode.
8862         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New
8863         functions.
8864         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New
8865         commands.
8866         (org-export-with-archived-trees): New option.
8867         (org-open-file): Removed the call to
8868         `convert-standard-filename'.
8869         (org-archive-tag, org-agenda-skip-archived-trees)
8870         (org-cycle-open-archived-trees)
8871         (org-sparse-tree-open-archived-trees): New options.
8872         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8873         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip): New
8874         functions.
8875         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New
8876         commands.
8877         (org-agenda-mode-map): Add binding of
8878         `org-agenda-toggle-archive-tag'.
8879         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8880         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8881         Call `org-prepare-agenda-buffers'.
8882         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8883         (org-file-apps, org-file-apps-defaults-gnu)
8884         (org-file-apps-defaults-macosx)
8885         (org-file-apps-defaults-windowsnt): Handle remote files by forcing
8886         them to be opened in Emacs.
8888         * orgcard.tex (section{LaTeX and cdlatex-mode}): New section.
8890         * org.texi (Embedded LaTeX): New chapter.
8891         (Archiving): Section rewritten.
8892         (Enhancing text): Some parts moved to the new chapter about
8893         LaTeX.
8895 ----------------------------------------------------------------------
8896 installed as 4.38
8899 2006-06-18  Carsten Dominik  <dominik@science.uva.nl>
8901         * org.texi (Publishing links): Document the
8902         `:link-validation-function' property.
8903         (Extensions and Hacking): New chapter, includes some sections of
8904         the "Miscellaneous" chapter.
8906         * orgcard.tex (section{Clocking Time}): Add new clocking commands.
8907         (section{Structure Editing}): Add global archiving command.
8910         * org.el Require noutline, also on XEmacs.
8911         (org-end-of-subtree): Return point.
8912         (org-dblock-start-re, org-dblock-end-re): New constants.
8913         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8914         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8915         (org-update-all-dblocks, org-find-dblock): New functions.
8916         (org-collect-clock-time-entries): New function.
8917         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8918         (org-fixup-indentation): Modified to deadl correctly with lines
8919         starting with TAB.  Only one argument DIFF now.
8920         (org-demote, org-promote): Call `org-fixup-indentation' with just
8921         one argument, DIFF.
8922         (org-mode): Don't mark buffer as modified when aligning tables.
8923         (org-clock-sum): Don't makr buffer modified when adding time sum
8924         properties.
8925         (org-export-as-html): Added support for a link validation
8926         function.
8927         (org-archive-all-done): New function.
8928         (org-archive-subtree): New prefix argument.  When set, archive all
8929         done subtrees in this buffer.
8930         (org-remove-clock-overlays)
8931         (org-remove-occur-highlights): Use
8932         `org-inhibit-highlight-removal'.
8933         (org-inhibit-highlight-removal): New variable, for dyn amic
8934         scoping.
8935         (org-put-clock-overlay): Don't swallow last headline character
8936         when displaying overlay.
8937         (org-store-link): Link to `image-mode' with just the file name.
8940 ----------------------------------------------------------------------
8941 installed as 4.37
8944 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
8946         * org.el (org-agenda-mode-map): Add bindings for clocking
8947         functions.
8948         (org-agenda-clock-in, org-check-running-clock)
8949         (org-clock-out-if-current, org-remove-clock-overlays)
8950         (org-put-clock-overlay): New functions.
8951         (org-clock-marker, org-clock-file-total-minutes)
8952         (org-clock-overlays): New variables
8953         (org-clock-display, org-clock-sum, org-clock-cancel)
8954         (org-clock-out, org-clock-in): New commands.
8955         (org-export): New function.
8956         (org-emph-re): New constant.
8957         (org-set-emph-re, org-do-emphasis-faces): New functions.
8958         (org-emphasis-regexp-components, org-emphasis-alist): New options.
8959         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8960         (org-export-html-convert-emphasize): Use the configurable
8961         emphasis.
8962         (org-cleaned-string-for-export): Make multiline emphasis visible
8963         to the exporter.  New optional argument PARAMETERS.
8964         (org-export-as-html): Specify :emph-multiline parameter to
8965         `org-cleaned-string-for-export'.
8967         * org.texi (Progress logging): New section.
8969 ----------------------------------------------------------------------
8970 installed as 4.36
8973 2006-06-02  Carsten Dominik  <dominik@science.uva.nl>
8975         * org.el (org-archive-subtree): Use end-of-subtree as insertion
8976         point and control the number of empty lines.
8977         (org-paste-subtree): Limit the number of empty lines at the end of
8978         the inserted tree.
8979         (org-agenda): Use buffer name of current file for narrowing.
8980         (org-export-as-xml): Command removed.
8981         (org-export-xml-type): Option removed.
8982         (org-mode-map): Call `org-export-as-xoxo' directly.
8983         (org-get-indentation): New optional argument LINE.
8984         (org-fix-indentation, org-remove-tabs): New functions.
8985         (org-export-as-ascii, org-ascii-level-start): Determine and apply
8986         correct indentation for headlines that are converted it items.
8987         (org-skip-comments): Remove table lines that contain narrowing
8988         cookies but no other non-empty fields.
8989         (org-set-tags): Allow groups of mutually exclusive tags.
8990         (org-cmp-time): Sort 24:21 before items without time.
8991         (org-get-time-of-day): Fixed the interpretation of 12pm and 12am.
8992         (org-open-at-point): Require double colon also for numbers.
8994         * org.texi (ASCII export): Document indentation adaptation.
8995         (Setting tags): Document mutually-exclusive tags.
8997 ----------------------------------------------------------------------
8998 installed as 4.35
9000 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
9002         * org.el (org-agenda-highlight-todo): Make sure regexp does only
9003         match in the right place.
9004         (org-upcoming-deadline): New face.
9005         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9006         (org-export-ascii-underline): Renamed and made an option (was
9007         constant `org-ascii-underline').
9008         (org-export-ascii-bullets): New option.
9009         (org-export-as-html): Many changes to emit valid XHTML.
9010         (org-par-open): New variable.
9011         (org-open-par, org-close-par-maybe, org-close-li-maybe): New
9012         functions.
9013         (org-html-do-expand, org-section-number): Fixedcase in
9014         `replace-match'.
9015         (org-timeline): Pass `org-timeline-show-empty-dates' to
9016         `org-get-all-dates'.  Interpret empty dates returned by
9017         `org-get-all-dates'.
9018         (org-get-all-dates): New argument EMPTY.  Add dates without
9019         entries to the list, mark large ranges of empty dates.
9020         (org-point-in-group, org-context): New functions.
9022 ----------------------------------------------------------------------
9023 installed as 4.34
9025 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9027         * org.el (org-next-item, org-previous-item): Emit more compact
9028         error message.
9029         (org-tags-view): Refresh category table in each file.
9030         (org-table-justify-field-maybe): Removed superfluous arguments to
9031         `format'.
9032         (org-export-as-html): Insert "<p>" before postamble.
9033         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill
9034         ring.
9036 ---------------------------------------------------------------------
9037 installed as 4.33
9039 2006-05-23  Carsten Dominik  <dominik@science.uva.nl>
9041         * org.el (org-open-at-point): Use renamed variable
9042         `org-confirm-shell-link-function'.
9043         (org-confirm-shell-link-function): Renamed from
9044         `org-confirm-shell-links'.
9045         (org-export-directory): New function.
9046         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9047         (org-export-icalendar): Use `org-export-directory'.
9048         (org-indent-item): Keep cursor position.
9049         (org-link-file-path-type): New option.
9050         (org-export-as-html): Fixed bug with plain lists starting in
9051         column 0.
9052         (org-export-as-html): Removed deadline formatting, this happens
9053         now already in `org-html-handle-time-stamps'.
9054         (org-export-html-style): Deadline class removed.
9055         (org-insert-labeled-timestamps-at-point): New option.
9056         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9057         of `hide-sublevels 1', in case the first headline is not level 1.
9058         (org-overview, org-content): New fuction.
9059         (org-cycle-global-status, org-cycle-subtree-status): Make these
9060         variables buffer-local.
9061         (org-global-cycle): New command.
9062         (org-shifttab): Use `org-global-cycle'.
9063         (org-insert-heading, org-insert-item): Go to end of new
9064         headline/item after creating it.
9065         (org-export-visible): Renames from `org-export-copy-visible'.  Now
9066         creates a temporary org-file and applies an exporting command to
9067         it.
9068         (org-table-eval-formula): Support for lisp forms.
9069         (org-agenda-todo-ignore-scheduled): New option.
9070         (org-agenda-get-todos): Use new option
9071         `org-agenda-todo-ignore-scheduled'.
9072         (org-export-html-inline-images): New value `maybe'.
9073         (org-export-as-html): Inlining of images dependent on link
9074         description.
9075         (org-archive-subtree): Check for end-of-buffer before trying
9076         `kill-line'.
9077         (org-agenda-follow-mode): New option.
9078         (org-export-with-tags, org-export-with-timestamps): New options.
9079         (org-html-handle-time-stamps): New function.
9080         (org-keyword-time-regexp): New variable.
9081         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9082         (org-agenda-todo-list-sublevels): New option.
9083         (org-html-level-start): When TITLE is nil, just close all levels.
9084         (org-parse-key-lines, org-parse-export-options): Functions
9085         removed, replaced by `org-infile-export-plist'.
9086         (org-combine-plists, org-infile-export-plist)
9087         (org-default-export-plist): New functions.
9088         (org-export-html-preamble, org-export-html-postamble)
9089         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9090         New variables.
9091         (org-export-publishing-directory): New option.
9092         (org-export-as-html, org-export-as-ascii): Use the new property
9093         lists for settings.
9094         (org-export-copy-visible, org-export-as-xoxo): Respect
9095         `org-export-publishing-directory'.
9096         (org-link-search, org-store-link, org-file-apps): Support for
9097         links to BibTeX database entries..
9098         (org-get-current-options, org-set-regexps-and-options): Implement
9099         logging as a startup option.
9100         (org-store-link): Make sure context string is never empty
9101         (org-insert-link): Use relative path when possible.
9102         (org-at-item-checklet-p): New function.
9103         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9104         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9105         (org-metaright, org-metaup, org-metadown, org-shiftup)
9106         (org-shiftdown, org-shiftright, org-shiftleft)
9107         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9108         Dispatch using `call-interactively'.
9109         (org-call-with-arg): New defsubst.
9110         (org-tag-alist, org-use-fast-tag-selection): New options.
9111         (org-complete): Use `org-tag-alist'.
9112         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9113         (org-next-item, org-previous-item): New commands.
9114         (org-beginning-of-item, org-end-of-item): Added (interactive) to
9115         make command.
9116         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9118         * org.texi (Plain lists): Added new item navigation commands.
9119         (External links): Documented elisp and info links.
9121         * orgcard.tex (section{Motion}): Added the item navigation
9122         commands.
9123         (section{Publishing}): New section.
9124         (section{Links}): Documented elisp and shell links.
9125         (Custom searches): New section.
9126         (Publishing): New chapter.
9127         (HTML export): Include a list of supported CSS classes.
9128         (Setting tags): Describe the fast-tag-setting interface.
9130 ----------------------------------------------------------------------
9132 installed as 4.26
9134 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
9136         * org.texi Many small fixes.
9137         (Handling links): Renamed from "Managing links".
9139         * org.el (org-mode-map): Catch conflict with old allout.el.
9140         (org-open-at-point): Remove the "...done" message to keep
9141         output in the echo area visible.
9143 ----------------------------------------------------------------------
9144 installed as 4.25
9146 2006-04-19  Carsten Dominik  <dominik@science.uva.nl>
9148         * org.el (org-deadline-announce): Face removed.
9149         (org-level-faces, org-n-levels): Converted to constant.
9150         (org-compatible-face): New function.
9151         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9152         (org-level-5, org-level-6, org-level-7, org-level-8)
9153         (org-special-keyword, org-warning, org-headline-done, org-link)
9154         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9155         (org-scheduled-today, org-scheduled-previously, org-time-grid):
9156         Face definition revised for better color tty support.
9157         (org-bold-re, org-italic-re, org-underline-re): New constants.
9158         (org-set-font-lock-defaults): Use the new constants.
9159         (org-agenda-highlight-todo): New function.
9160         (org-agenda-todo): Fixed bug with point at end of line.
9161         (org-agenda-change-all-lines, org-finalize-agenda-entries):
9162         Fontify TODO keywords.
9163         (org-insert-link): Preserve relative path in ../ links.
9164         (org-export-as-html): Convert links pointing to .org files into
9165         links that will work beteen the exported HTML files.
9166         (org-todo-list): Fix bug when arg=0.
9167         (org-insert-heading): More fine-tuning.
9169         * org.texi (Time stamps): Better explanation of the purpose of
9170         different time stamps.
9172 ----------------------------------------------------------------------
9173 installed as 4.24
9176         * org.texi (Formula syntax): Fixed link to Calc Manual.
9178         * org.el (org-insert-heading): Insert heading before current if at
9179         beginning of line.
9180         (org-todo, org-date): New faces.
9181         (org-table-align): Make sure tooltip window contains full text.
9182         (org-no-properties): New defsubst.
9183         (org-set-font-lock-defaults): Use new faces.
9185 ----------------------------------------------------------------------
9186 installed as 4.23
9189         * org.texi (Visibility cycling): Better names for the startup
9190         folding options.
9191         (Exporting): Completely restructured.
9192         (The very busy C-c C-c key): New section.
9193         (Summary of in-buffer settings): New section.
9195         * org.el (org-set-regexps-and-options, org-get-current-options):
9196         Better names for the startup folding options.
9199 ----------------------------------------------------------------------
9200 installed as 4.22
9204 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
9206         * org.el (org-ctrl-c-ctrl-c): Improved documentation string.
9207         (org-agenda-mouse-1-follows-link)
9208         (org-mouse-1-follows-link): New options.
9209         (org-format-agenda-item): Fixed bug if TAGS is nil.
9210         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9212         * org.texi (Updating settings): New section.
9214 ----------------------------------------------------------------------
9215 installed as 4.21
9219 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
9221         * org.texi (Link format): New section, emphasis on bracket links.
9222         (External links): Document bracket links.
9223         (FAQ): Expanded to cover shell links and the new link format.
9225         * orgcard.tex (section{Tables}): Document column narrowing.
9226         (section{Links}): Document bracket links.
9228         * org.el
9229         (org-export-plain-list-max-depth)
9230         (org-table-spaces-around-separators)
9231         (org-radio-targets, org-activate-camels)
9232         (org-table-spaces-around-invisible-separators): Options removed.
9233         (org-time-stamp-rounding-minutes, org-remember-templates)
9234         (org-ellipsis, org-activate-links, org-descriptive-links): New
9235         options.
9236         (org-remember-apply-template, org-current-time)
9237         (org-finish-edit-table-field)
9238         (org-link-unescape, org-link-escape)
9239         (org-string-width, org-table-clean-line, org-html-do-expand)
9240         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9241         (org-read-agenda-file-list): New functions.
9242         (org-table-edit-field)
9243         (org-table-create-or-convert-from-region): New commands
9244         (org-table-toggle-vline-visibility): Command removed.
9245         (org-table-convert-region): Made a command.
9246         (orgtbl-deleta-backward-char,orgtbl-delete-char): Commands
9247         removed, replaced with the normal org- functions.
9248         (org-self-insert-command): Don't trigger realign unnecessarily
9249         when blanking a field that is not full.
9250         (org-mode): `Set buffer-invisibility-spec' for links.
9251         (org-activate-links2): Hide link part and only show descriptive
9252         part of the link.
9253         (org-insert-link): Modified for new linking system.
9254         (org-store-link): Store description separately, for use by
9255         `org-insert-link'.
9256         (org-table-align): Use `org-string-width'.
9257         (defgroup): Completely new group structure for custom variables.
9258         (org-agenda-files): Option: Single file name allowed.  Function:
9259         Optional argument unrestrited means ignore any restricitons.
9260         (org-install-agenda-files-menu): Find a buffer in Org-mode before
9261         trying to modify the menu.  Use generalized access to
9262         `org-agenda-files.'
9263         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9264         (org-agenda-file-to-front, org-remove-file, org-diary)
9265         (org-tags-view, org-export-icalendar-all-agenda-files)
9266         (org-export-icalendar-combine-agenda-files): Use generalized
9267         access to `org-agenda-files'.
9268         (org-remember-handler): Correctly preserve heading if present.
9269         (org-table-insert-row, org-table-insert-hline): Deal with
9270         invisible characters.
9272 ----------------------------------------------------------------------
9273 installes as 4.13
9277 -------------------------------------------------------------------
9278 installed as 4.10
9280 2006-03-14  Carsten Dominik  <dominik@science.uva.nl>
9282         * org.el (org-insert-centered): Use `string-width' to make
9283           underlining work for wide characters.
9285 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
9287         * org.el (org-goto-map, org-agenda-mode-map, org-mode-map):
9288         Explicitly bind TAB to `org-cycle', to make sure that no binding
9289         in `outline-mode-map' can supercede it.
9291 --------------------------------------------------------------
9292 installed as 4.09
9293 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
9295         * org.el (org-link-search): Avoid self-matching of links, allow
9296         target text to be distributed over several lines.
9297         (org-search-not-link): New function.
9298         (org-set-regexps-and-options, org-get-current-options): New
9299         startup options.
9300         (org-export-as-html): Take odd-level setting from local variable.
9301         (org-fontify-emphasized-text): New option.
9302         (org-set-font-lock-defaults): Include emphasized text.
9303         (org-follow-mhe-link): Allow folder-only links, fix folder name.
9304         (org-font-lock): Customize group renamed from `org-faces'.
9306         * org.texi (Clean view): Startup options documented.
9310 --------------------------------------------------------------
9311 installed as 4.08
9315 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
9317         * org.el Move defvars out of eval-when-compile.  Use
9318         buffer-file-name variable.
9319         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
9320         arg `file'.
9321         (org-level-faces): Remove startup dependency.
9322         (org-cycle, org-map-tree, org-scan-tags)
9323         (org-remember-handler): Don't call `outline-level' directly.
9324         (org-mhe-search-all-folders): New option.
9325         (org-mhe-get-message-folder-from-index,
9326         org-mhe-get-message-folder): Fix indexing search.
9327         (org-format-agenda-item): Handle nil TAGS argument.
9328         (org-cleaned-string-for-export, org-activate-target-links)
9329         (org-make-target-link-regexp): Deal with empty radio target list.
9330         (org-tag): New face.
9331         (org-get-level-face): New function.
9332         (org-set-font-lock-defaults): Simplify setup for headlines.
9333         (org-complete): Pass common substring to `display-completion-list'.
9335         --------------------------------------------------------------
9336 installed as 4.07
9339 2006-02-28  Carsten Dominik  <dominik@science.uva.nl>
9341         * org.el (org-get-legal-level, org-tr-level): New functions.
9342         (org-odd-levels-only): New option.
9343         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels,
9344         org-demote, org-promote):  Deal with double-star levels.
9345         (org-convert-to-odd-levels): New command.
9346         (org-tr-level):
9348         * org.el (org-export-as-html): Fixed bugs in HTML
9349         formatting (removed nested achors).
9350         (org-all-targets): Fixed bug with XEmacs compatibility.
9351         (org-read-date): Add (require 'parse-time).
9352         (org-set-tags): Fixed bug with extra inserted space.
9353         (org-export-html-style): Define a style class for targets.
9354         (org-agenda-keymap, org-mouse-map): Added a binding for
9355         `follow-link'.
9356         (org-hide-leading-stars): New option.
9357         (org-hide): New face.
9358         (org-set-font-lock-defaults): Allow to hide leading stars.
9360         * org.texi (Interaction): Added item about `org-mouse.el' by Piotr
9361         Zielinski.
9362         (Managing links, Managing links): Documented that also mouse-1 can
9363         be used to activate a link.
9364         (Headlines, FAQ): Added entry about hiding leading stars.
9366 --------------------------------------------------------------------------
9367 installed as 4.06
9369 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
9371         * org.el (org-cleaned-string-for-export, org-solidify-link-text):
9372         New function.
9373         (org-add-hook): Use `add-local-hook' instead of `make-local-hook'
9374         for XEmacs, just to silence the compiler.
9375         (org-export-as-ascii, org-export-as-html-and-open): Use
9376         `org-cleaned-string-for-export' and create internal links.
9377         (org-follow-mhe-link): Require mh-e, use folder.
9378         (org-read-date):
9380 --------------------------------------------------------------------------
9381         Installed as 4.05
9384 2006-02-21  Carsten Dominik  <dominik@science.uva.nl>
9386         * org.el (org-mark-ring-previous, org-mark-ring-set): New
9387         commands.
9388         (org-mark-ring): New variable.
9389         (org-mark-ring-length): New option.
9390         (org-open-at-point, org-goto, org-open-file): Push old position
9391         onto the mark ring.
9392         (org-add-hook): New function.
9393         (org-export-table-remove-special-lines): New option.
9394         (org-skip-comments, org-format-org-table-html): Respect new option
9395         `org-export-table-remove-special-lines'.
9396         (org-open-file): Allow special command configuration for
9397         directory link.
9398         (org-file-apps): Fixed bugs in customize type, added setting for
9399         directories.
9400         (org-activate-tags, org-format-agenda-item, org-complete)
9401         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
9402         (org-get-tags, org-get-buffer-tags, org-open-at-point)
9403         (org-link-search, org-make-org-heading-search-string)
9404         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
9405         (org-radio-targets, org-file-link-context-use-camel-case)
9406         (org-activate-camels): New options.
9407         (org-update-radio-target-regexp, org-all-targets)
9408         (org-make-target-link-regexp, org-activate-target-links): New
9409         functions.
9410         (org-make-org-heading-search-string): New function.
9411         (org-store-link, org-insert-link): Use new option
9412         `org-file-link-context-use-camel-case'.
9413         (org-activate-camels): Use new option `org-activate-camels'.
9414         (org-link-regexp): Added mhe prefix.
9415         (org-open-at-point,org-store-link): Support for mhe links.
9416         (org-mhe-get-message-id, org-mhe-get-message-folder)
9417         (org-mhe-get-header,org-follow-mhe-link): New functions.
9418         (org-remove-angle-brackets, org-add-angle-brackets): New
9419         functions.
9420         (org-bracked-link-regexp): New constant.
9421         (org-read-date): Fixed bug that was rejecting all typed dates.
9422         (org-link-search): Make hierarchy above visible after a match.
9423         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
9424         (org-store-link): Fixed bug with link creation when cursor is in
9425         an empty line.
9426         (org-open-at-point): Fixed bug with matching a link.  Fixed buggy
9427         argument sequence in call to `org-view-tags'.
9428         (org-compile-prefix-format): Set `org-prefix-has-tag'.
9429         (org-prefix-has-tag): New variable.
9430         (org-format-agenda-item): Remove tags from headline if
9431         appropriate.
9432         (org-agenda-remove-tags-when-in-prefix): New option.
9434         * org.texi (Internal Links): Rewritten to cover the modified
9435         linking system.
9437         * orgcard.tex (section{Links}): Rewritten to cover the modified
9438         link system.
9439         (section{TODO Items}): Shortened to make space for more links
9440         stuff.
9444 ----------------------------------------------------------------------
9445 installed as 4.03
9447 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
9449         * org.texi (Agenda commands): Document tags command.
9451         * org.el (org-open-file): Use mailcap for selecting an
9452         application.
9453         (org-file-apps-defaults-gnu): Use mailcap as the default for
9454         selecting an application on a UNIX system.
9455         (org-agenda-show-tags): New command.
9456         (org-table-insert-hline): Keep cursor in current table
9457         line.
9458         (org-table-convert): Offset effect of modifying
9459         `org-table-insert-hline'.
9460         (org-format-agenda-item): New optional argument TAG.
9461         (org-compile-prefix-format): Handle %T format for the tag.
9462         (org-expand-wide-chars): New function.
9463         (org-table-insert-row, org-table-insert-hline): Use
9464         `org-expand-wide-chars'.
9465         (org-open-file): Fixed bug in program launch.
9466         (org-get-time-of-day): Fixed bug with times before 1am.
9467         (org-agenda-menu): Addes tags commands.
9469         -----------------------------------------------------------------------
9470 installed as 4.02
9472 2006-01-02  Carsten Dominik  <dominik@science.uva.nl>
9474         * org.el (org-end-of-subtree): New function.
9475         (org-cycle, org-subtree-end-visible-p, org-scan-tags): Use
9476         `org-end-of-subtree'.
9477         (org-agenda, org-agenda-convert-date): Protect calls to
9478         `fit-window-to-buffer'.
9479         (org-tags-view): Force matching of sublevels when doing a
9480         todo-only search.  Define the correct redo command, including the
9481         arguments.
9482         (org-agenda-redo): Display message.
9483         (org-check-for-org-mode): New function.
9484         (org-agenda-type): New variable.
9485         (org-timeline, org-agenda-list, org-todo-list, org-tags-view): Set
9486         `org-agenda-type'.
9487         (org-agenda-check-type): New function.
9488         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
9489         (org-agenda-week-view, org-agenda-day-view)
9490         (org-agenda-next-date-line, org-agenda-previous-date-line)
9491         (org-agenda-log-mode, org-agenda-toggle-diary)
9492         (org-agenda-toggle-time-grid, org-agenda-date-later)
9493         (org-agenda-date-prompt, org-agenda-diary-entry)
9494         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
9495         (org-agenda-convert-date, org-agenda-menu): Use
9496         `org-agenda-check-type'.
9497         (org-make-overlay, org-delete-overlay)
9498         (org-detatch-overlay, org-move-overlay, org-overlay-put): New
9499         compatibility functions.
9500         (org-calendar-select-mouse): New command.
9502         * org.texi (Agenda Views): Chapter reorganized.
9505 ------------------------------------------------------------------------
9506 installed as 4.01
9508 2005-12-19  Carsten Dominik  <dominik@science.uva.nl>
9510         * org.texi (Tags): Booolean logic documented.
9511         (Agenda Views): Document custom commands.
9513         * org.el (org-agenda-custom-commands): New option.
9514         (org-agenda): Offer custom commands on splash screen.
9515         (org-make-tags-matcher): Parser for Boolean logic added.
9516         (org-agenda-set-tags): New command.
9517         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9518         (org-set-tags): Efficiency improvements.
9519         (org-auto-align-tags): New option.
9520         (org-todo, org-demote, org-promote): Realign tags.
9521         (org-tags-completion-function): Use also "&" and "|" as
9522         separators.
9523         (org-org-menu): Agenda commands simplified.
9525 ---------------------------------------------------------------------------
9526 installed as 4.00
9528 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
9530         * org.el (org-tags-match-list-sublevels): New option.
9531         (org-open-at-point): implement tag searches as links
9532         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9533         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New
9534         functions
9535         (org-tags-sparse-tree, org-tags-view, org-set-tags)
9536         (org-agenda-dispatch): New commands.
9537         (org-use-tag-inheritance, org-tags-column): New options.
9538         (org-tab-follows-link, org-return-follows-link): New options.
9539         (org-tags): New customize group.
9540         (org-start-icalendar-file): Get local time zone.
9541         (org-tags-completion-function): New function.
9542         (org-set-font-lock-defaults): make sure links will also
9543         be highlighted inside headlines.
9545         * org.texi (Tags): New section.
9546         (Agenda Views): Chapter reorganized.
9548 ------------------------------------------------------------------------
9549 installed as 3.24
9551 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
9553         * org.el (org-agenda, org-timeline, org-todo): Implement Logging
9554         and the keep-modes setting.
9555         (org-get-category): Make sure a string is returned.
9556         (org-log-done): New function.
9558 ------------------------------------------------------------------------
9559 installed as 3.23
9561 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
9563         * org.el (org-insert-heading): Try to do items before headings.
9564         (org-agenda-mode): Quote `org-agenda-mode-hook'.
9565         (org-insert-item): New function.
9566         (org-renumber-ordered-list): Don't skip to higher level lists.
9568 ----------------------------------------------------------------------
9570 installed as 3.22
9572 2005-12-05  Carsten Dominik  <dominik@science.uva.nl>
9574         * org.el (org-occur-highlights): New variable.
9575         (org-highlight-new-match, org-remove-occur-highlights): New
9576         functions.
9577         (org-highlight-sparse-tree-matches): New option.
9578         (org-do-occur): New function.
9579         (org-get-heading): Make it work also at beginning of line.
9580         (org-category-table): New variable.
9581         (org-get-category-table, org-get-category)
9582         (org-camel-to-words, org-link-search): New functions.
9583         (org-select-this-todo-keyword): New variable.
9584         (org-todo-list): New command.
9585         (org-shiftright, org-shiftleft): New commands.
9586         (org-agenda-todo): Added prefix argument.
9587         (org-show-hierarchy-above): New option.
9588         (org-show-todo-tree): Numerical prefix creates tree for specific
9589         TODO keyword.
9590         (org-outline-level): New function, to assign a level to plain
9591         lists items.
9592         (org-cycle-include-plain-lists): New option.
9593         (org-mode): Use `org-outline-level' as value of `outline-level'.
9594         (org-cycle): Temporarily switch `outline-regexp' if
9595         `org-cycle-include-plain-lists' is non-nil.
9596         (org-start-icalendar-file): Fixed format bug.
9597         (org-agenda-get-day-entries): Create category table.
9598         (org-agenda-get-todos, org-agenda-get-timestamps)
9599         (org-agenda-get-deadlines, org-agenda-get-scheduled)
9600         (org-agenda-get-blocks): Use `org-get-category'.
9601         (org-context-in-file-links): Renamed from
9602         `org-line-numbers-in-file-links' .
9604         * org.texi (TODO basics): Document the global todo list.
9605         (TODO items): Documents sparse tree for specific TODO
9606         keywords.
9608 ----------------------------------------------------------------------
9609 installed as 3.21
9611 2005-11-23  Carsten Dominik  <dominik@science.uva.nl>
9613         * org.el (org-export-plain-list-max-depth): Renamed from
9614         `org-export-local-list-max-depth'.  Default values changed to 3.
9615         (org-auto-renumber-ordered-lists,
9616         org-plain-list-ordered-item-terminator): New options.
9617         (org-at-item-p, org-beginning-of-item, org-end-of-item,
9618         org-get-indentation, org-get-string-indentation,
9619         org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
9620         functions.
9621         (org-move-item-down, org-move-item-up): New commands.
9622         (org-export-as-html): New classes for CSS support.  Bug fix in
9623         regular expression detecting fixed-width regions.  Respect
9624         `org-local-list-ordered-item-terminator'.
9625         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9626         also a list item.
9627         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9628         New item moving functions added.
9630         * org.texi (Structure editing): New item moving commands added.
9631         (Plain Lists): New section.
9633 ----------------------------------------------------------------------
9634 installed as 3.20
9636 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
9638         * org.el (org-table-sort-lines): New command.
9639         (org-tbl-menu): Add entry for `org-table-sort-lines'.
9640         (org-add-file): Command removed, use `org-agenda-file-to-front'
9641         instead.
9642         (org-export-icalendar): Use `org-icalendar-combined-name'.
9643         (org-cycle-agenda-files, org-agenda-file-to-end)
9644         (org-agenda-file-to-front): New commands.
9645         (org-table-tab-jumps-over-hlines,org-export-html-style): New
9646         options.
9647         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9648         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
9649         New functions.
9650         (org-fill-paragraph): Call `org-table-align' in tables.
9651         (org-mode): Call `org-set-autofill-regexps'.
9652         (org-export-as-html): Support for local handformatted lists.
9653         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9654         (org-export-local-list-max-depth): New option.
9655         (org-html-expand): Use `org-html-protect'.
9657         * org.texi (FAQ): Document `org-table-tab-jumps-over-hlines'.
9658         (Agenda): Document commands `org-cycle-agenda-files' and
9659         `org-agenda-file-to-front'
9660         (Built-in table editor): Document `org-table-sort-lines'.
9661         (HTML formatting): Export of hand-formatted lists.
9662         ----------------------------------------------------------------------
9663 installed as 3.19
9665 2005-10-28  Carsten Dominik  <dominik@science.uva.nl>
9667         * org.el (org-read-date, org-goto-calendar)
9668         (org-recenter-calendar, org-agenda-goto-calendar): Temporarily
9669         clear 'calendar-move-hook'.
9671 ------------------------------------------------------------------------
9673 installed as 3.18
9675 2005-10-19  Carsten Dominik  <dominik@science.uva.nl>
9677         * textmodes/org.el (org-combined-agenda-icalendar-file)
9678         (org-icalendar-include-todo, org-icalendar-combined-name): New
9679         options.
9680         (org-export-icalendar-this-file)
9681         (org-export-icalendar-all-agenda-files)
9682         (org-export-icalendar-combine-agenda-files): New commands.
9683         (org-export-icalendar, org-print-icalendar-entries)
9684         (org-start-icalendar-file, org-finish-icalendar-file)
9685         (org-ical-ts-to-string): New functions.
9686         (org-read-date, org-goto-calendar)
9687         (org-agenda-goto-calendar): Inhibit displaying diary entries by
9688         call to `calendar'.
9689         (orgtbl-setup): Removed the :keys arguments from the menu
9690         description.
9691         (org-after-save-iCalendar-file-hook): New variable.
9693         * org.texi (Summary): Mention iCalendar support.
9694         (Exporting): Document iCalendar support.
9696         * orgcard.tex: Add iCalendar export keys.
9698 ------------------------------------------------------------------------
9699 installed as 3.17
9701 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9703         * org.el (org-mode-map): Explicit definition of `C-c C-x' as a
9704         prefix.
9705         (orgtbl-mode-map): Full keymap instead of sparse, because all
9706         `self-insert-command' keys are redifined in this map.
9707         (org-export-as-html): Specify charset for HTML file, by taking it
9708         from the codinf system.
9710         * org.texi (Workflow states): Documented that change in keywords
9711         becomes active only after restart of Emacs.
9713 --------------------------------------------------------------------------
9714 Installed as 3.16
9716 2005-09-21  Carsten Dominik  <dominik@science.uva.nl>
9718         * org.el (org-mode-map, orgtbl-mode-map): Move keybindings with
9719         `C-c C-h' prefix to `C-c C-x' prefix.  Make use of `remap' feature
9720         when available.  Additional key bindings for better tty support.
9721         (org-mode-restart, org-force-self-insert): New commands.
9722         (org-time-stamp-inactive): New command.
9723         (org-remap): New function.
9724         (org-table-auto-blank-field, org-level-color-stars-only): New
9725         options.
9726         (org-enable-fixed-width-editor): Moved to `org-structure'
9727         customization group.
9728         (org-self-insert-command, orgtbl-self-insert-command): Modified to
9729         blank field after field motion commands.
9731 ----------------------------------------------------------------------
9732 installed as 3.15
9733 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
9735         * textmodes/org.el (org-special-keyword): New face.
9736         (org-table-copy-down, org-table-eval-formula)
9737         (org-table-recalculate, org-init-section-numbers): Use
9738         `string-to-number' instead of `string-to-int'.
9739         (org-get-location): Use `insert-buffer-substring' instead of
9740         `insert-buffer'.
9741         (org-modify-diary-entry-string): New function.
9742         (org-get-entries-from-diary): Set the hook for
9743         `add-to-diary-list'.
9744         (org-disable-agenda-to-diary): renamed from `org-disable-diary'.
9745         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
9746         active region.
9747         (org-export-as-html): Handle QUOTE keyword.
9748         (org-quote-string): New option.
9749         (org-bookmark-jump-unhide): New function, used for
9750         `bookmark-after-jump-hook'.
9751         (org-diary-default-entry): Apply only when not called through
9752         `org-agenda'.
9754 ----------------------------------------------------------------------
9755 installed as 3.14
9757 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9759         * org.el (org-table-column-names, org-table-column-name-regexp)
9760         (org-table-named-field-locations): New variables.
9761         (org-archive-subtree): Protect `this-command' when calling
9762         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9763         the kill buffer.
9764         (org-complete): Removed fixed-formula completion.
9765         (org-edit-formulas-map): New variable.
9766         (org-table-edit-formulas): New command.
9767         (org-finish-edit-formulas, org-abort-edit-formulas,
9768         org-show-variable, org-table-get-vertical-vector): New functions.
9769         (org-table-maybe-eval-formula): Handle `:=' fields.
9770         (org-table-get-stored-formulas, org-table-store-formulas)
9771         (org-table-get-formula, org-table-modify-formulas)
9772         (org-table-replace-in-formulas): Handle named field formulas.
9773         (org-table-get-specials): Store locations of named fields.
9775 ---------------------------------------------------------------------------
9777   Installed as 3.13
9779 2005-07-01  Carsten Dominik  <dominik@science.uva.nl>
9781         * org.el: Leading space replaced by TABS.
9782         (org-recalc-marks, org-table-rotate-recalc-marks)
9783         (org-table-get-specials): Treat "^" and "_" marks.
9784         (org-table-justify-field-maybe): Optional argument NEW.
9785         (org-table-eval-formula): Parsing of the format simplified.  New
9786         modes C,I.  Honor the %= parameter in the current table.  Avoid
9787         unnecessary re-align by using the NEW argument to
9788         `org-table-justify-field-maybe'.  C-u prefix now interpreted as
9789         request to store named field equation.
9790         (org-calc-default-modes): Default for date-format mimicks
9791         org-mode.
9792         (org-agenda, org-timeline): Quote argument in
9793         `org-agenda-redo-command'.
9795 ----------------------------------------------------------------------------
9797 installed as version 3.12
9799 2005-06-28  Carsten Dominik  <dominik@science.uva.nl>
9801         * org.el (orgtbl-setup): New function, for delayed setup for the
9802         orgtbl commands.
9803         (org-calc-default-modes): New option.
9804         (orgtbl-make-binding): Use `defun' to get better help display.
9805         (org-diary): Call `org-compile-prefix-format'.
9806         (org-table-formula-substitute-names): New function.
9807         (org-agenda-day-view, org-agenda-week-view): New commands.
9808         (org-agenda-toggle-week-view): Command removed.
9809         (org-tbl-menu): Split off from org-org-menu.
9810         (org-mode): Moved removal of outline-mode menus to here.
9811         (org-table-formula-debug): New option.
9812         (org-table-insert-row): Keep first field if just "#" or "*".
9813         (org-mode): Paragraph regexps fixed.
9814         (org-table-recalculate-regexp): New constant.
9815         (org-table-justify-field-maybe): Avoid replace if not necessary.
9816         (org-copy-special, org-cut-special): Use `call-interactively'.
9817         (org-table-copy-region): Take region from `interactive' call.
9818         (org-trim): Return string even if no match.
9819         (org-formula): New face.
9820         (org-set-font-lock-defaults): No longer highlight "FIXME".  But
9821         highlight formula-related fields in table.
9822         (org-table-p): Use regexp, not fontification.
9823         (org-table-align): Handle white space at end of line.
9824         (org-table-formula-evaluate-inline): New option.
9825         (org-mode): Auto-wrapping in comment lines turned off.
9826         (org-table-copy-down): Evaluate only in copied field, not in
9827         destination.
9828         (org-table-current-formula): Variable removed.
9829         (org-table-store-formulas, org-table-get-stored-formulas)
9830         (org-table-modify-formulas, org-table-replace-in-formulas)
9831         (org-table-maybe-eval-formula): New functions.
9832         (org-table-get-formula): Modified to use stored formulas.
9833         (org-table-insert-column, org-table-delete-column)
9834         (org-table-move-column): Call `org-table-modify-formulas'.
9835         (org-complete): Add completion for keyword formulas.
9836         (orgtbl-mode): Pull orgtbl-mode-map to start of
9837         minor-mode-map-alist.
9839 --------------------------------------------------------------------------
9841 installed as 3.11
9844 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
9846         * textmodes/org.el (org-CUA-compatible): New option.
9847         (org-disputed-keys): New variable.
9848         (org-key): New function.
9849         (orgtbl-make-binding): Add docstring to the created function.
9850         (org-mode): Set paragraph start/separate regexps.
9851         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
9852         (org-archive-location, org-archive-mark-done)
9853         (org-archive-stamp-time): New options.
9854         (org-archive-subtree): New command.
9855         (org-fill-paragraph): New function.
9856         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
9857         (org-fake-empty-table-line): Function removed.
9858         (org-format-org-table-html): Do not create empty table lines at
9859         separator lines.  Improved table header treatment.
9860         (org-link-format): New option.
9861         (org-make-link): New function.
9862         (org-insert-link, org-store-link): Use org-make-link.
9863         (org-open-file): Quote file name for shell command, to allow
9864         spaces in file names.
9865         (org-link-regexp): Fixed bug with mailto link.
9866         (org-link-maybe-angles-regexp, org-protected-link-regexp): New
9867         constant.
9868         (org-export-as-html): Deal with the optional angles around a link.
9869         Better treatment of file: links.
9870         (org-open-at-point): Replace @{ and @} with < and >.
9872 --------------------------------------------------------------------------
9874 installed as 3.10
9876 2005-05-30  Carsten Dominik  <dominik@science.uva.nl>
9878         * org.el (org-agenda-mode): Use `run-mode-hooks' if available.
9880 --------------------------------------------------------------------------
9883  installed as 3.09
9885 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
9887         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
9888         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
9889         (org-agenda-add-time-grid-maybe): New function.
9890         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
9891         (org-table-create): `dotimes' instead of `mapcar'.
9892         (org-xor): Simplified implementation.
9893         (org-agenda): `inhibit-redisplay' turned on.
9894         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
9895         a consistent line after a state change.
9896         (org-agenda-remove-times-when-in-prefix): New option.
9897         (org-prefix-has-time): New variable.
9898         (org-parse-time-string): Optional argument NODEFAULT.
9899         (org-format-agenda-item): Parse items for time-of-day
9900         specifications and move these into the prefix if possible.
9901         (org-agenda-priority): Get current heading, not previous heading
9902         during agenda remote editing.
9904 ======================================================================
9905         Intsalled as 3.08
9907 2005-04-28  Carsten Dominik  <dominik@science.uva.nl>
9909         * org.el Many small changes to keep the byte compiler happy.
9910         (org-prefix-format-compiled): New variable.
9911         (org-compile-prefix-format): New function.
9912         (org-timeline, org-agenda, org-diary): Call
9913         `org-compile-prefix-format'.
9914         (org-agenda-prefix-format,org-timeline-prefix-format): New
9915         options.
9916         (org-agenda-get-scheduled): Check if file is openned in
9917         `org-mode'.
9918         (org-get-entries-from-diary): Use `org-get-time-of-day', for
9919         consistency with entries from `org-mode' files.
9920         (org-get-time-of-day): Fixed bug with partial matches early in a
9921         line.
9922         (org-non-link-chars): New constant.
9923         (org-link-regexp): Respect `org-non-link-chars'.
9924         (org-agenda-day-view): Command removed.
9925         (org-agenda-toggle-week-view): Renamed from
9926         `org-agenda-week-view'.
9927         (org-follow-bbdb-link, org-store-link): Search also company field.
9928         (org-highlight-overlay): New variable.
9929         (org-highlight, org-unhighlight): New functions.
9930         (org-agenda-mode): Added pre-command-hook to remove highlight.
9931         (org-evaluate-time-range): Behavior depend upon time stamp format:
9932         Does it contain a time or not?
9933         (org-show-subtree, org-show-entry): New functions.
9934         (org-agenda-cleanup-fancy-diary): Remove empty lines.
9936 ============================================================
9937         installed as 3.06
9939 2005-04-14  Carsten Dominik  <dominik@science.uva.nl>
9941         * org.el (org-agenda-date-prompt): Renamed from
9942         `org-agenda-date-today'.
9943         (org-evaluate-time-range): Insert at point instead of directly
9944         after time range.
9945         (org-first-headline-recenter, org-subtree-end-visible-p)
9946         (org-optimize-window-after-visibility-change): New functions
9947         (org-agenda-post-command-hook): Don't allow point at end of line,
9948         to make sure it always hits the text properties.
9949         (org-agenda-next-date-line, org-agenda-previous-date-line): New
9950         commands.
9951         (org-set-regexps-and-options): Category may contain white space.
9952         (org-agenda-get-deadlines, org-agenda-get-scheduled): Improved
9953         marker positions.
9954         (org-agenda-new-marker): Argument POS made optional.
9955         (org-agenda-get-timestamps): Deadlines which are done are listed
9956         in org-done-face now.
9957         (org-agenda-get-todos, org-agenda-get-timestamps)
9958         (org-agenda-get-deadlines, org-agenda-get-scheduled): set
9959         `undone-face' and `done-face' properties.
9960         (org-last-todo-state-is-todo): New variable.
9961         (org-todo): Set `org-last-todo-state-is-todo'.
9962         (org-agenda-todo): Change face according to
9963         `org-last-todo-state-is-todo'.  And change other lines refering to
9964         the same entry.
9965         (org-calendar-goto-agenda): New command.
9966         (org-calendar-to-agenda-key): New option.
9967         (org-startup-folded): New allowed value `content'.
9968         (org-set-regexps-and-options): Accept new value `content' for
9969         `org-startup-folded'.
9970         (org-get-current-options): Handle new value `content' for
9971         `org-startup-folded'.
9972         (org-insert-todo-heading): New command.
9973         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
9974         interactively in empty file and option
9975         `org-insert-mode-line-in-empty-file' has been set.
9976         (org-agenda-todo,org-agenda-priority): Modified to use
9977         `org-agenda-change-all-lines'.
9978         (org-warning-face): Changed color on dark background
9980 ======================================================================
9981         Installed as version 3.05
9983 2005-03-29  Carsten Dominik  <dominik@science.uva.nl>
9985         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
9986         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
9988 2005-03-28  Carsten Dominik  <dominik@science.uva.nl>
9990         * org.el (org-diary-default-entry): New function.
9991         (org-get-entries-from-diary): Better parsing of diary entries
9992         (org-agenda-check-no-diary): New function.
9993         ("diary-lib"): Advice to function `add-to-diary-list', to allow
9994         linking to diary entries.
9995         (org-agenda-execute-calendar-command): New function
9997 2005-03-24  Carsten Dominik  <dominik@science.uva.nl>
9999         * org.el (org-agenda): Improved visible section in window.  And
10000         use `org-fit-agenda-window'.
10001         (org-fit-agenda-window): New option.
10003 2005-03-17  Carsten Dominik  <dominik@science.uva.nl>
10005         * org.el (org-move-subtree-down): Better handling of empty lines
10006         at end of subtree.
10007         (org-cycle): Numeric prefix is interpreted now as show-subtree N
10008         levels up.
10010 2005-03-16  Carsten Dominik  <dominik@science.uva.nl>
10012         * org.el (org-fontify-done-headline): New option.
10013         (org-headline-done-face): New face.
10014         (org-set-font-lock-defaults): Use `org-headline-done-face'.
10016 2005-03-11  Carsten Dominik  <dominik@science.uva.nl>
10018         * org.el (org-table-copy-down): renamed from
10019         `org-table-copy-from-above'.  When current field is non-empty, it
10020         is copied to next row.
10022 2005-03-05  Carsten Dominik  <dominik@science.uva.nl>
10024         * org.el (org-table-copy-from-above): Fixed bug which made it
10025         impossible to copy fields containing only a single non-white
10026         character.
10028 Release of 3.04 -------------------------------------------------------------
10030 2005-01-17  Carsten Dominik  <dominik@science.uva.nl>
10032         * org.el (org-version): Prefix arg removed, was not needed.
10034 2005-01-11  Carsten Dominik  <dominik@science.uva.nl>
10036         * org.el (org-show-following-heading): New option.
10037         (org-show-hierarchy-above): Use `org-show-following-heading'.
10039 2005-01-03  Carsten Dominik  <dominik@science.uva.nl>
10041         * org.el (orgtbl-optimized): New option
10042         (orgtbl-mode): New command, a minor mode.
10043         (orgtbl-mode-map): New variable.
10044         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
10045         (orgtbl-error, orgtbl-self-insert-command)
10046         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
10048 2004-12-22  Carsten Dominik  <dominik@science.uva.nl>
10050         * org.el (org-mode): `org-table-may-need-update' is now a local
10051         variable in each org-mode buffer.
10053 2004-12-10  Carsten Dominik  <dominik@science.uva.nl>
10055         * org.el (org-set-regexps-and-options): Renamed from
10056         `org-set-regexps'.  Added checking for STARTUP keyword.
10057         (org-get-current-options): Added STARTUP options.
10058         (org-table-insert-row): Mode mode intelligent about when
10059         realignment is needed.
10060         (org-self-insert-command, org-delete-backward-char,
10061         org-delete-char): New commands.
10062         (org-enable-table-editor): new default value `optimized'.
10063         (org-table-blank-field): Support blanking regions if active.