New face for items switched in agenda to DONE.
[org-mode.git] / lisp / ChangeLog
blobf1937749e31eaab2e4345e11aa44df547d0e0e25
1 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-agenda-export-html-style): Define color for
4         org-agenda-done face.
5         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
6         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
8         * org.el (org-scan-tags): Use the new face.
10         * org-faces.el (org-agenda-done): New face.
12         * org.el (org-scan-tags): Test the value org
13         `org-tags-match-list-sublevels'.
14         (org-tags-match-list-sublevels): New allowed value: indented.
16         * org-export-latex.el (org-export-latex-make-header): Apply macros
17         in header.
19         * org-exp.el (org-export-apply-macros-in-string): New function.
21         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
22         with the definition of a checked box.
24         * org-clock.el (org-clock-find-position): Fix drawer indentations.
26         * org-export-latex.el (org-export-latex-low-levels): More options
27         for how to process lower levels in LaTeX.
28         (org-export-latex-subcontent): Better treatment for lists as a
29         means of publishing lower levels.
31 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
33         * org.el (org-set-font-lock-defaults): Use new checkbox face.
35         * org-faces.el (org-checkbox): New face.
37         * org-exp.el (org-export-html-preprocess): Only create LaTeX
38         fragement images if there is an export file.
40 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org-agenda.el (org-stuck-projects): Document that the subtree of
43         projects that are not stuck will now be searched for stuck
44         sub-projects.
45         (org-agenda-skip-entry-when-regexp-matches)
46         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
47         (org-agenda-list-stuck-projects): Use
48         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
50         * org-export-latex.el (org-export-latex-preprocess): Improve
51         export of verses.
53         * org-exp.el (org-export-as-html): Implement centering as a div
54         rather than a paragraph.  Do a better job with line-end in verse
55         environments.
57 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org.el (org-open-at-point): Fix tags searches by mouse click.
61 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
63         * org-export-latex.el (org-export-latex-preprocess): Implement the
64         centering markup.
66         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
67         from `org-export-mark-blockquote-and-verse'.
68         (org-export-as-html): Implement the centering markup.
70         * org-export-latex.el (org-export-latex-tables): Fix vertical
71         lines in tables.
73 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
75         * org.el (org-read-date-history): New variable.
76         (org-read-date): Use new history variable.
77         (org-toggle-heading): Fix bug when used before first headline.
78         (org-store-log-note): Remove drawer if empty while note is
79         aborted.
80         (org-remove-empty-drawer-at): New function.
81         (org-check-after-date): New command.
82         (org-sparse-tree): New sparse tree command "a".
84         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
86 2009-03-14  Bastien Guerry  <bzg@altern.org>
88         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
89         column and a space, not only a column.
91 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
93         * org-export-latex.el (org-export-latex-emphasis-alist): Better
94         defaults for verbose emphasis.
95         (org-export-latex-emph-format): New function.
96         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
98         * org-agenda.el (org-agenda-menu): Add new commands to menu.
99         (org-agenda-do-date-later, org-agenda-do-date-earlier)
100         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
101         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
102         commands.
104         * org.el (org-timestamp-change): Move end-time along with start
105         time.
107 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
109         * org-exp.el (org-export-target-internal-links)
110         (org-export-as-html): Protect links specified as #name.
112 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
114         * org.el (org-clone-subtree-with-time-shift): New command.
116         * org-export-latex.el (org-export-latex-special-chars)
117         (org-export-latex-treat-sub-super-char): Fix subscript export.
119         * org-exp.el (org-create-multibrace-regexp): Do not add
120         backslashes to the class.
122 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
124         * org-colview.el (org-columns-map): Better functions for moving up
125         and down a row, even if `truncate-line' is nil.
127         * org.el (org-insert-todo-heading): Make sure the keyword is
128         inserted at the correct position.
130         * org-publish.el (org-publish-project-alist)
131         (org-publish-projects, org-publish-org-index): Change default anme
132         for the index of file names to "sitemap.org".
134         * org-export-latex.el (org-export-latex-tables): Use
135         `org-split-string', for Emacs 21 compatibility.
137 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
141 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
143         * org-exp.el (org-export-page-description)
144         (org-export-page-keywords): New variables.
145         (org-export-plist-vars): Add entries for :keywords and
146         :description.
147         (org-infile-export-plist): Parse for new keywords.
148         (org-get-current-options): Add new keywords
149         (org-export-as-html): Publish description and keywords.
151         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
152         option.
153         (org-agenda-add-entry-text): Honor
154         `org-agenda-add-entry-text-descriptive-links'.
156         * org-export-latex.el (org-export-latex-preprocess): Make all
157         external preprocess functions use a PARAMETER arg.
159         * org-exp.el (org-export-preprocess-string)
160         (org-export-select-backend-specific-text)
161         (org-export-format-source-code-or-example)
162         (org-format-org-table-html): Support docbook export.
163         (org-export-preprocess-string): Make all external preprocess
164         functions use a PARAMETER arg.
166 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
168         * org-exp.el (org-export-html-style-include-scripts): New option.
169         (org-export-plist-vars): Add new option
170         `org-export-html-style-include-scripts'.
171         (org-export-as-html): Honor new option
172         `org-export-html-style-include-scripts'.
173         (org-export-html-scripts, org-export-html-style-default): Fix
174         xml issues with the Safari browser.
176 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
178         * org-publish.el (org-publish-attachment): Only copy file when the
179         directories differ.
181 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
183         * org-clock.el (org-clocktable-steps): Use inactive time stamps
184         for clocktable steps.
186         * org.el (org-additional-option-like-keywords): Add two more
187         keywords.
189 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org-exp.el (org-export-format-source-code-or-example): Mark
192         temporary buffer unmodified, so that it will be killed even if
193         mode like message mode has decided to assign a file name.
195         * org.el (org-scan-tags): Improve tag inheritance.
196         (org-scan-tags, org-make-tags-matcher): Make tag comparison
197         case-sensitive.
198         (org-scan-tags): Use the internal tags list instead of creating it
199         from scratch.
200         (org-trust-scanner-tags, org-scanner-tags): New variables.
201         (org-scan-tags): Set `org-scanner-tags'.
202         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
203         (org-map-entries): Document the possible speedup using scanner
204         tags.
206 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
208         * org.el (org-add-planning-info): Fix bug with looking for keyword
209         only at column 0.
211         * org-agenda.el (org-agenda-custom-commands-local-options): Add
212         option for tags filter preset.
213         (org-prepare-agenda): Store filter preset as a property on the
214         filter variable.
215         (org-finalize-agenda): Call the filter, if there is a preset.
216         (org-agenda-filter-by-tag): Filter again after clearing the
217         filter, when there still is a preset.
218         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
219         Include the preset filter.
220         (org-agenda-redo): Apply the filter again, also the preset filter.
222         * org-exp.el (org-export-as-html): Use IDs in the correct way.
224         * org.el (org-uuidgen-p): New funtion.
226         * org-agenda.el (org-agenda-fontify-priorities): New default value
227         `cookies'.
228         (org-agenda-fontify-priorities): Renamed from
229         org-fontify-priorities.
231         * org.el (org-set-font-lock-defaults): Call
232         `org-font-lock-add-priority-faces'.
233         (org-font-lock-add-priority-faces): New function.
235         * org-faces.el: (org-set-tag-faces): New option.
236         (org-priority-faces): New variable.
238         * org-exp.el (org-export-as-html): Add a "content" div around the
239         entire content of the body tag.
240         (org-export-html-get-bibliography): New function.
241         (org-export-html-validation-link): New variable.
242         (org-export-as-html): Add validation link to exported page.
244         * org.el (org-match-sparse-tree): Renamed from
245         `org-tags-sparse-tree'.
246         (org-tags-sparse-tree): New alias.
248 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
250         * org.el (org-get-valid-level): Catch the case where the level
251         change is nil.
253         * org-clock.el (org-clock-find-position): Better indentation of
254         new clock drawers.
256 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
258         * org-agenda.el (org-agenda-quit): Delete window only when the
259         frame-setup was not `current-window'.
261         * org.el (org-tag-persistent-alist): New option.
262         (org-startup-options): Add keyword `noptag'.
263         (org-fast-todo-selection): Handle :newline correctly.
264         (org-set-tags): Handle :newline correctly.
265         (org-fast-tag-selection): Handle :newline correctly.
267 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org-exp.el (org-export-as-ascii): Reverse link buffer before
270         outputting it.
271         (org-export-ascii-push-links): Fix bug with pussing links into the
272         export buffer.
274 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
276         * org-archive.el (org-archive-subtree): Do not add 1 to level if
277         pasting at top level.
279         * org-bbdb.el: Improve documentation.
281 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org-list.el (org-insert-item): Only consider insert empty lines
284         is `org-empty-line-terminates-plain-lists' is not nil.
286         * org.el (org-blank-before-new-entry): Mention the dependence on
287         `org-empty-line-terminates-plain-lists' in the docstring.
289         * org-publish.el (org-publish-get-project-from-filename): New
290         optional argument UP.  Only find the top project if UP is set.
291         (org-publish-current-project): Find the top encloding project.
293         * org-agenda.el (org-agenda-before-write-hook)
294         (org-agenda-add-entry-text-maxlines): New options.
295         (org-write-agenda): Run the new hook in the temporary buffer.
296         (org-agenda-add-entry-text): New function.
297         (org-write-agenda): Implement PDF export, using ps2pdf.
299         * org.el (org-global-properties-fixed, org-global-properties):
300         Improve documentation string.
302         * org-exp.el (org-export-ascii-links-to-notes): New option.
303         (org-export-as-ascii): Handle links better.
304         (org-export-ascii-wrap, org-export-ascii-push-links): New
305         functions.
307 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org-agenda.el (org-agenda): Make prefix arg optional.
310         (org-agenda-search-headline-for-time): New option.
311         (org-format-agenda-item): Honor
312         `org-agenda-search-headline-for-time'.
314         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
315         characters.
317         * org.el (org-self-insert-cluster-for-undo): New option.
318         (org-self-insert-command): Cluster undo for 20 characters.
319         (org-self-insert-command-undo-counter): New variable.
321 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
323         * org-exp.el (org-export-as-html): Fix problem with closing colone
324         example.
326 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org-export-latex.el (org-export-as-latex)
329         (org-export-latex-first-lines): Avoid modification flag when
330         adding or removing text properties.
331         (org-export-latex-fontify): Catch error when org-emph-alist has
332         entries that are not defined for LaTeX export.
334         * org.el (orgstruct++-mode): New function.
335         (turn-on-orgstruct++): Call `orgstruct++-mode'.
336         (org-context-p): Allow detecting item context after the first line
337         of an item.
338         (orgstruct-make-binding): Detect if item-body context should be
339         seen.
340         (orgstruct-is-++): New variable.
341         (org-add-planning-info): Catch the case when there is no planning
342         info yet and the call does not want to add anything, only maybe
343         tries to remove something.
344         (org-special-ctrl-a/e): All value to be a cons cell with separate
345         settings for `C-a. and `C-e'.
346         (org-beginning-of-line, org-end-of-line): Honor separate values
347         for `C-a' and `C-e'.
349 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org.el (org-reload): New command.
353 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
355         * org-exp.el (org-export-htm-get-tag-class-name)
356         (org-export-htm-get-todo-kwd-class-name): New functions.
357         (org-export-html-tag-class-prefix)
358         (org-export-html-todo-kwd-class-prefix): New options.
359         (org-export-as-html): Call
360         `org-export-html-get-todo-kwd-class-name'.
361         (org-html-level-start): Wrap tags into classes.
362         (org-export-html-get-tag-class-name)
363         (org-export-html-get-todo-kwd-class-name): New functions.
365         * org-export-latex.el (org-export-latex-collect-header-macros):
366         Remove fields that are used anyway.
367         (org-export-latex-make-header): Insert the options earlier.
369         * org-agenda.el (org-agenda-get-progress): Fix bug with state
370         matching.
372         * org-list.el (org-indent-item): Allow point to be at the end of
373         the region.
375         * org.el (org-metaleft, org-metaright): Be more accurate about
376         detecting a region where commands apply.
378         * org-compat.el (org-cursor-to-region-beginning): New function.
380         * org.el (org-priority): Also find invisible heading.
382         * org-colview-xemacs.el (org-columns-edit-value): No special
383         treatment for `org-todo' prefix.
385         * org-colview.el (org-columns-edit-value): No special treatment
386         for `org-todo' prefix.
388         * org-remember.el (org-remember-apply-template): Use
389         `org-completing-read-no-ido'.
391         * org.el (org-completing-read-no-ido): New function.
392         (org-make-tags-matcher, org-set-property): Use
393         `org-completing-read-no-ido'.
395         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
396         New option.
397         (org-export-as-latex): Import in-buffer settings as TeX macros.
398         (org-export-latex-make-header): Additional parameter OPT-DEFS.
399         (org-export-latex-collect-header-macros): New function.
401         * org.el (org-refile-get-location): Turn off
402         `partial-completion-mode'.
404 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
406         * org.el (org-block-todo-from-checkboxes): Announce that
407         checkboxes are the culprit.
408         (org-block-todo-from-children-or-siblings): Call
409         `org-up-heading-all instead' of `outline-up-heading'.
411         * org-agenda.el (org-agenda-show-1): Renamed from
412         `org-agenda-show'.
413         (org-agenda-show): Re-install the old version for now.
414         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
415         variable into the blokker hook, so that the checkbox checker can
416         anounce that it caused the blocking.
418         * org.el (org-track-ordered-property-with-tag): New option.
419         (org-toggle-ordered-property): Honor
420         `org-track-ordered-property-with-tag'.
421         (org-tag-alist): Add newline options.
422         (org-set-regexps-and-options): Separate option lines imply a
423         newline.
424         (org-set-regexps-and-options, org-assign-fast-keys)
425         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
426         option.
427         (org-indent-line-function): Make sure this works even if there is
428         not `org-drawer-regexp' defined.  This can happen when
429         orgstruct-mode is used in a non-org buffer.
431         * org-list.el (org-checkbox-blocked-p): New function.
432         (org-toggle-checkbox): Check for blocking.
434         * org.el (org-modules): Add an entry for org-R.el.
436         * org-agenda.el (org-agenda-todo-ignore-with-date)
437         (org-agenda-todo-ignore-scheduled)
438         (org-agenda-todo-ignore-deadlines): Mention the variable
439         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
441         * org.el (org-get-wdays): Find the warning period also if it is in
442         the wrong place.
443         (org-ido-completing-read): Provide the correct arguments to
444         ido-completing-read and bind `ido-enter-matching-directory' to
445         nil.
447 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
449         * org.el (org-olpath-completing-read): Never use ido for this
450         one.
452         * org-exp.el (org-export-normalize-links): Use new macro.
454         * org-macs.el (org-if-unprotected-at): New macro.
456         * org-agenda.el (org-agenda-show): Allow numerical prefix
457         arguments to specify how much context should be shown.
458         (org-agenda-cycle-show): New command, could be bound to SPC in
459         org-agenda-mode-map.
461         * org-exp.el (org-html-level-start): Space after section number.
463 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
465         * org-agenda.el (org-agenda-get-sexps): Add todo state as
466         property, for sorting.
467         (org-cmp-todo-state): Get the applicable TODO keywords directly
468         from the buffer.
469         (org-run-agenda-series, org-agenda-list, org-search-view)
470         (org-todo-list, org-tags-view): Only fit agenda window when the
471         whole series is done.
473         * org.el (org-scan-tags): Add todo state as property, for sorting.
475         * org-agenda.el (org-agenda-custom-commands-local-options): Add
476         `org-agenda-overriding-header' as an option.
477         (org-agenda-list): Honor org-agenda-overriding-header'.
479 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
481         * org-list.el (org-toggle-checkbox): Improve cursor positioning
482         after removing a checkbox.
484         * org.el (org-show-entry): Make this work correctly also if it is
485         the last entry in the file.
486         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
487         falling back to normal, default command.
488         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
489         item, call the checkbox toggler to get a box.
491         * org-list.el (org-toggle-checkbox): Make double prefix set the
492         checkbox to "[-]".
493         (org-fix-bullet-type): Only replace bullet it it is changed.
494         (org-renumber-ordered-list): Handle case when first item does not
495         have a number.
497         * org.el (org-add-log-setup): Fix positioning when
498         `org-log-states-order-reversed' is nil.
500         * org-clock.el (org-clock-in): Fix positioning when
501         `org-log-states-order-reversed' is nil.
502         (org-clock-find-position): Fix positioning when
503         `org-log-states-order-reversed' is nil.
505 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
507         * org-clock.el (org-clock-into-drawer): Take default from
508         `org-log-into-drawer'.
509         (org-clock-find-position): Look for the correct drawer.
511         * org.el (org-log-into-drawer): Renamed from
512         `org-log-state-notes-into-drawer'.
513         (org-log-state-notes-into-drawer): New variable alias.
514         (org-add-log-setup): Make drawer name default to LOGBOOK, not
515         CLOCK.
516         (org-insert-property-drawer): Also skip LOGBOOK drawers.
518 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
520         * org-agenda.el (org-agenda): Fix docstring.
522         * org.el ("org-plot"): Help loading org-plot.
523         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
524         (org-metadown-hook, org-shiftmetaleft-hook)
525         (org-shiftmetaright-hook, org-shiftmetaup-hook)
526         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
527         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
528         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
529         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
531         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
532         for selecting files with any (and even without) extension.
534         * org.el (org-save-all-org-buffers): Also save id locations.
535         (org-revert-all-org-buffers): Also load id locations.
537 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org.el (org-drawers): Add LOGBOOK to the default drawers.
539         (org-log-state-notes-into-drawer): New option.
540         (org-add-log-setup): Place the sate note marker into the drawer,
541         create drawer when necessary.
542         (org-refile-targets): Document special interpretation of LEVEL
543         when odd-levels are used.
545 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org.el (org-store-log-note): Fix note indentation when adding
548         notes to end of list.
550         * org-exp.el (org-export-as-html): Add TODO keyword as extra
551         class, so that each keyword can get special colors through CSS.
553         * org-clock.el (org-clock-out): Add another nil for the previous
554         state into the call to `org-add-log-setup'.
556         * org.el (org-log-note-previous-state): New variable.
557         (org-log-note-headings): New %S escape for old state.
558         (org-todo): Call the note setup with the old state as an
559         argument.
560         (org-add-note): Add another nil for the previous state into the
561         call to `org-add-log-setup'.
562         (org-add-log-setup): New argument PREV-STATE.
563         (org-add-log-note): Handle new %S escape.
564         (org-store-log-note): Handle new %S escape.
566 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
568         * org-clock.el (org-clock-find-position): Do not swallow an item
569         less indented than the CLOCK line itself.
570         (org-clock-in): Push markers to lin after the clock line.
571         (org-clock-find-position): Handle values of
572         `org-clock-into-drawer' smaller than 2.
574         * org-exp.el (org-html-level-start): Add a CSS class to section
575         numbers.
576         (org-export-html-toplevel-hlevel): Better documentation of the
577         influence of this variables on H levels and css classes in
578         export.
580 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
582         * org-agenda.el (org-agenda-custom-commands-local-options): Add
583         timestamp and nottimestamp to the chooe menu.
585         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
586         (org-revert-all-org-buffers): New command.
588 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
590         * org.el (org-return): Implement `org-return-follows-link' in the
591         function org-return.  This is more robust than using the mouse
592         map, I think.
593         (org-set-regexps-and-options): Match more general #+TODO lines.
594         (org-make-options-regexp): New optional argument EXTRA, for an
595         extra regexp.
596         (org-tab-follows-link): Mark as deprecated.
598 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
600         * org-exp.el (org-export-preprocess-string): Remove clock lines
601         earlier, so that they cannot cotribute to verbatim snippets.
603 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
605         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
606         for finding drawers.
607         (org-export-as-ascii, org-export-as-html): Count levels relative
608         to the subtree header.
609         (org-get-min-level): New optional argument OFFSET.
610         (org-export): Make sure point is restored after popping up that
611         window.
613         * org.el (org-do-sort): Also take an inactive timestamp if no
614         active one is found.
616         * org-colview-xemacs.el (org-columns-capture-view): Copy before
617         deleting duplicates.
619         * org-colview.el (org-columns-capture-view): Copy before
620         deleting duplicates.
622         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
623         text before first headline.
625         * org.el (org-format-latex): Do not convert LaTeX fragments in
626         protected examples.
628 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
630         * org-exp.el (org-export-html-style-default): Use color values
631         instead of names for XHTML validation.
633         * org.el (org-get-scheduled-time, org-get-deadline-time): New
634         functions.
635         (org-return-follows-link): Revert making this the default untile
636         issues are resolved.
638         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
639         nottimestamp.
641 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org.el (org-mode): Make dependence stuff work more reliably.
644         (org-update-parent-todo-statistics): Fix bug with updating
645         statistics cookie.
647         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
648         ~ as verbatim delimiters.
650         * org-exp.el (org-export-html-format-image): New argument
651         PAR-OPEN.
652         (org-export-as-html): Pass par-open to
653         `org-export-html-format-image'.
655 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
657         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
658         (org-use-fast-todo-selection, org-tags-column): New default
659         setting for variables, based on a poll what typical uses use.
661         * org-agenda.el (org-agenda-sorting-strategy)
662         (org-agenda-tags-column): New default setting for variables, based
663         on a poll what typical uses use.
665 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
667         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
668         blocked entries from setting the blocked tag.
670         * org-exp.el (org-export-html-footnotes-section): Use a more
671         consistent id for footnotes.
673         * org-export-latex.el (org-export-latex-classes): Remove the
674         a4paper option from the default styles.
676 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
678         * org.el (org-enforce-todo-checkbox-dependencies): New option.
679         (org-block-todo-from-checkboxes): New function.
680         (org-todo): Make tripple prefix arg circumvent blocking.
682         * org-timer.el (org-timer): Provide the timer feature.
684         * org.el (org-require-autoloaded-modules): Add a few more files to
685         the list of autoloaded modules.
687         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
689 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
691         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
692         drawers that are unprotected.
693         (org-export-html-format-image): Make sure inlined LaTeX fragment
694         images remain inlined.
696         * org.el (org-toggle-ordered-property): New function.
697         (org-mode-map): Add a key for `org-toggle-ordered-property'.
698         (org-org-menu): Add menu entries for TODO dependencies.
700 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org.el (org-default-properties): Add ORDERED to the default
703         properties, to get completion support for it.
705         * org-list.el (org-update-checkbox-count): Update more than one cookie.
707         * org.el (org-update-parent-todo-statistics): Update more than one
708         cookie.
710         * org-agenda.el (org-agenda-get-todos): Start search from correct
711         position.
713         * org.el (org-fast-todo-selection): Make sure TODO selection does
714         not change buffer position.
716         * org-list.el (org-toggle-checkbox): Implement adding or removing
717         checkboxes from line or region when called with a prefix
718         argument.
720         * org-rmail.el (org-rmail-store-link): Protect the call to
721         `rmail-narrow-to-non-pruned-header'.
723         * org-clock.el (org-clock-special-range): Fix week display in
724         clock tables.
726         * org-exp.el (org-get-current-options): Fix bug when in indirect
727         buffer.
729 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
731         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
732         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
733         (org-agenda-dim-blocked-tasks): New function.
735         * org.el (org-enforce-todo-dependencies): New option.
736         (org-block-todo-from-children-or-siblings): New function.
738         * org-faces.el (org-agenda-dimmed-todo-face): New face.
740         * org.el (org-todo): Return correct state type even if the blocker
741         throws an error.
742         (org-modifier-cursor-error): Renamed from
743         `org-shiftcursor-error'.
744         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
745         (org-shiftmetadown): Call `org-modifier-cursor-error'.
747         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
748         to get real errors from the blocker hook.
750         * org.el (org-shiftselect-error, org-call-for-shift-select): New
751         functions.
752         (org-set-visibility-according-to-property): Turn off the setting
753         of `org-show-entry-below', to avoid overruling a FOLDED visibility
754         property.
756 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
758         * org.el (org-support-shift-select): New option.
759         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
760         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
761         selection outside contexts.
763         * org-list.el (org-at-item-bullet-p): New function.
765         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
766         variables.
768         * org-footnote.el (org-footnote-normalize): Remove unnecessary
769         variable.
770         (org-insert-footnote-reference-near-definition): Remove
771         unnecessary let form.
773         * org-export-latex.el (org-export-latex-first-lines): Add
774         OPT-PLIST parameter.
775         (org-export-as-latex): Call `org-export-latex-first-lines' with
776         opt-plits parameter.
777         (org-export-latex-preprocess): Remove unnecessary variables.
779         * org-exp.el (org-infile-export-plist)
780         (org-export-add-options-to-plist, org-export-kill-licensed-text)
781         (org-export-remove-headline-metadata)
782         (org-export-get-title-from-subtree, org-get-min-level)
783         (org-html-do-expand): Remove innecessary let form.
785         * org-colview-xemacs.el (org-columns-display-here): Remove
786         unnecessary variables.
788         * org-colview.el (org-columns-display-here): Remove unnecessary
789         variables.
791         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
792         variables.
794         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
795         unnecessary variables.
797         * org-agenda.el (org-search-view, org-agenda-get-blocks)
798         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
799         variables.
801         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
802         (org-compact-display-after-subtree-move): Remove unnecessary
803         variables.
804         (org-edit-fixed-width-region): Remove unnecessary variables.
805         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
806         (org-olpath-completing-read): Remove unnecessary variable.
807         (org-auto-repeat-maybe): Remove unnecessary variable.
808         (org-map-entries): Remove unnecessary variable.
809         (org-buffer-property-keys, org-imenu-get-tree)
810         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
812 -----------------------------------------------------------------
814 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
815         * org-exp.el (org-export-remove-timestamps): Never remove
816         timestamps from tables.
818         * org-export-latex.el (org-export-latex-first-lines): Add more
819         options to the preprocessing of the text before the first
820         headline.
822 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
824         * org-faces.el (org-clock-overlay): Make face compatible with
825         XEmacs.
827         * org.el (org-yank): Add property for delete-selection mode.
829         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
831         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
832         variable.
834         * org-table.el (org-table-insert-hline): Fix typo in fuction call
835         to `backward-char'.
837         * org-exp.el (org-export-as-html): Remove the initial space from
838         colon examples.
840         * org.el (org-scan-tags): Call
841         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
843         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
844         customization groups.
845         (org-agenda-tags-todo-honor-ignore-options): New option.
846         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
847         New function.
848         (org-agenda-get-todos): Use
849         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
851 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
853         * org-exp.el (org-export-format-source-code-or-example): Escape
854         HTML characters also in examples that anre not treated with
855         htmlize.  Also, just switch to EXAMPLE processing if we do not
856         have a good version of htmlize.
858         * org-rmail.el: Fix copyright notice.
860         * org.el (org-activate-footnote-links): Improve footnote link
861         highlighting.
863         * org-footnote.el (org-footnote-normalize): Fix finding the end of
864         a footnote definition at the end of the file.
866         * org-table.el (org-table-get-specials): Add an imagined hline at
867         the end of the table.  This can be useful for references that want
868         to go to the end of the table.  Also fix bug when computing last
869         row constants, in tables that do not start right at the right
870         margin.
871         (org-table-eval-formula): Match and replace remove references.
872         (org-table-formula-substitute-names): Make sure that names inside
873         a "remote" call are left alone, the will be replaced later when
874         the remote call is handled.
875         (org-table-convert-refs-to-rc): Do not convert things that might
876         look like a reference, but are really part of an ID or namei n a
877         remote reference.
878         (org-table-get-remote-range): New function.
880 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
882         * org-faces.el (org-clock-overlay): Fix bug in face definition.
884         * org-clock.el (org-clock-put-overlay): Use new face instead of
885         `secondary-selection'.
887         * org-faces.el (org-clock-overlay): New face.
889 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org-exp.el (org-get-current-options): Include the option for
892         publishing time stamps.
894         * org.el (org-toggle-heading): Renamed from
895         `org-toggel-region-headings'.
896         No longer needs a region defined, but will use it if there is one.
897         (org-ctrl-c-star): Simplified, relying more on the internal
898         workings of `org-toggle-heading'.
899         (org-toggle-item): Renamed from `org-toggle-region-items'.
900         No longer needs a region defined, but will use it if there is one.
901         (org-ctrl-c-minus): Simplified, relying more on the inernal
902         workings of `org-toggle-item'.
904         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
905         environment detection.  Also, do real changes only in unprotected
906         places.
908 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
910         * org-export-latex.el (org-export-latex-quotation-marks): Use
911         `org-if-unprotected-1'.
912         (org-export-latex-set-initial-vars): Check for class definition in
913         property.
915         * org-macs.el (org-if-unprotected-1): New macro.
917 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
919         * org-compat.el (org-count-lines): New function.
921         * org-exp.el (org-export-format-source-code-or-example): Handle
922         switches related to text areas.
924         * org.el (org-activate-footnote-links): Don't allow match inside a
925         link.
927         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
929         * org-export-latex.el (org-export-latex-links): Keep a relative
930         path relative also after export.
932         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
934         * org.el (org-make-tags-matcher): Never use IDO for completing the
935         tags matcher match string.
936         (org-completing-read): Also remove the special biding for "?".
938         * org-attach.el (org-attach-allow-inheritance): New option.
939         (org-attach-inherited): New variable.
940         (org-attach-dir): Handle properties related to the attachment
941         directory.
942         (org-attach-check-absolute-path): New function.
943         (org-attach-set-directory, org-attach-set-inherit): New commands.
944         (org-attach): Accommodate the new commands in the dispatcher.
946 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
948         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
949         `window-full-width-p'.
951         * org-exp.el (org-export-as-html): Only check for images files
952         that really can be inlined
954         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
955         list of extensions to be a parameter.
957         * org-exp.el (org-export-html-inline-image-extensions): New
958         variable.
960         * org-agenda.el (org-prepare-agenda): Use
961         `org-agenda-block-separator'.
962         (org-agenda-block-separator): New option.
964 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
966         * org-export-latex.el (org-export-latex-tables): Call
967         `org-table-clean-before-export' with the new optional argument.
969         * org-exp.el (org-table-clean-before-export): New optional
970         parameter MAYBE-QUOTED, allows for quoted characters like \# in
971         first column.
973 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
975         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
976         histograms.
978         * org-colview.el (org-colview-construct-allowed-dates): Better
979         error catching when a date/time property does not have allowed
980         values defined.
982         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
983         Better error catching when a date/time property does not have
984         allowed values defined.
986 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
988         * org.el (org-map-entries): Restore point and restriction after
989         `org-map-entries'.
991 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org.el (org-time=, org-time<, org-time<=, org-time>)
994         (org-time>=, org-time<>): Make sure both values are dates.
996 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
998         * org-archive.el (org-extract-archive-heading): Allow %s for file
999         name also in achive location heading.
1001 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1003         * org-archive.el (org-add-archive-files): Uniquify the list before
1004         returning it.
1006 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1008         * org-compat.el (org-fit-window-to-buffer): Use
1009         `window-full-width-p'.
1011         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1012         space after the colon in short examples.
1014         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1015         enforce a space after the colon.  However, we also allow lines
1016         that are *only* a colon.
1017         (org-export-as-html): Enforce the space after the colon in short
1018         examples.
1019         (org-export-preprocess-string): Do the colon example protection
1020         earlier.
1021         (org-export-remove-timestamps): Do not check for protection at the
1022         end of the line.
1024 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1026         * org.el (org-format-latex-options): Add new matcher for single
1027         letters between dollars.
1028         (org-get-header): Function removed.
1029         (org-heading-components): New function.
1031         * org-exp.el (org-export-define-heading-targets): Record ID's also
1032         as alternative targets.
1033         (org-export-as-html): Interpret "id:" links to other files by
1034         preserving the relative path.
1036         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1037         is nil.
1039         * org-exp.el (org-export-normalize-links): Protect the main link,
1040         to avoid special character processing.
1042         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1043         New variable.
1044         (org-export-latex-special-string-regexps): Variable removed.
1045         (org-export-latex-keywords): Use the new regexp.
1047         * org-exp.el (org-export-handle-include-files): Fetch switches and
1048         put them into the BEGIN statement.
1050         * org-timer.el (org-timer-mode-line-string): New variable.
1052         * org-clock.el (org-clock-mode-line-map): Renamed from
1053         `org-clock-mode-map'.
1054         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1055         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1056         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1057         (org-clock-remove-overlays): Renamed from
1058         `org-remove-clock-overlays'.
1060         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1061         and mode line display.
1062         (org-timer-stop): New command.
1063         (org-timer-seconds): Return correct time when timer is paused.
1064         (org-timer-mode-line-timer): New variable.
1065         (org-timer-set-mode-line, org-timer-update-mode-line): New
1066         functions.
1068         * org.el (org-insert-heading):  Handle new value `auto' for
1069         `org-blank-before-new-entry'.
1070         (org-org-menu): Add new items for timer functions.
1072         * org-list.el (org-insert-item): Handle new value `auto' for
1073         `org-blank-before-new-entry'.
1075         * org.el (org-blank-before-new-entry): New value `auto', made
1076         default.
1078 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1080         * org-exp.el (org-export-normalize-links): If the link is also
1081         used as the description, protect the description.
1083 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1085         * org.el (org-closest-date): Fix bug with yearly repeats, in
1086         combination with preference of the past as it is used for deadline
1087         and scheduling search.
1089         * org-exp.el (org-html-handle-time-stamps): No longer check for
1090         the `org-export-with-timestamps' option, because the preprocesser
1091         has taken care of this already.
1093         * org.el (org-entry-properties): Catch the case when this is
1094         called in a non-org-mode file.
1096         * org-export-latex.el (org-export-latex-remove-from-headlines):
1097         Variable made obsolete, also LaTeX export now uses the standard
1098         variables.
1099         (org-export-as-latex): Add the timestamps parameter to the
1100         preprocessor parameter list.
1101         (org-export-latex-content): Export the remaining keywords without
1102         considering to remove them.
1103         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1104         Use bold font instead of tt font for the keywords.
1105         (org-export-latex-fontify-headline): Format headlines, assuming
1106         that all keywords still present should be published.
1107         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1108         publish what ever remains of the time stamps.
1109         (org-export-latex-list-parameters): New option.
1110         (org-export-latex-lists): Pass additional parameters to the list
1111         converter.
1113         * org-exp.el (org-export-preprocess-string): Remove clock lines
1114         and timestamps already in the preprocesor.
1115         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1116         functions.
1117         (org-export-as-ascii, org-export-as-html): Add the timestamps
1118         parameter to the preprocessor parameter list.
1120         * org-list.el (org-list-parse-list): Parse for checkboxes.
1121         (org-list-to-generic): Introduce and handle new parameters :cbon
1122         and :cboff.
1123         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1124         optional parameter PARAMS.
1126         * org-export-latex.el (org-export-latex-special-chars): Fix
1127         problems with interpreting dollar signs.
1128         (org-inside-latex-math-p): New function.
1129         (org-export-latex-preprocess): Protect all the math fragments.
1131         * org.el (org-latex-regexps): Allow a dash after a dollar.
1133         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1134         mark after copying.
1136         * org-agenda.el (org-run-agenda-series): Have series options set
1137         when finalizing the agenda.
1139         * org-exp.el (org-export-format-source-code-or-example): Protect
1140         the converted examples.
1142         * org.el (org-set-regexps-and-options): Fix the regexp
1143         `org-complex-heading-regexp'.
1145 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1147         * org.el (org-edit-src-get-label-format): New function.
1148         (org-coderef-label-format): New option.
1149         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1150         a label format specification and make sure it is used in the edit
1151         buffer.
1152         (org-edit-src-get-label-format): New function.
1153         (org-store-link): Handle new coderef formats.
1154         (org-link-search): Handle new coderef formats.
1156         * org-footnote.el (org-footnote-create-definition)
1157         (org-footnote-goto-local-insertion-point): Make footnote insertion
1158         work correctly when the "Footnotes" headline is the last line in
1159         the buffer.
1161         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1162         the location.
1164 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1166         * org-w3m.el (org-w3m): New customization group.
1167         (org-w3m-deactivate-mark): New option.
1168         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1169         option say not to.
1171 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1173         * org.el (org-set-font-lock-defaults): Trigger footnote
1174         fontification.
1175         (org-activate-footnote-links): New function.
1176         (org-activate-links): New entry `footnote'.
1178         * org-faces.el (org-footnote): New face.
1180 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1182         * org-macs.el (org-re): Handle the [:word:] class.
1184         * org-exp.el (org-export-preprocess-string): Call
1185         `org-export-protect-colon-examples'.
1186         (org-export-protect-colon-examples): Renamed from
1187         `org-export-protect-examples', and scope limited to lines starting
1188         with a colon.
1190 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1192         * org-exp.el (org-export-preprocess-string): Move the preprocess
1193         hook to after turning on Org-mode.
1194         (org-export-preprocess-after-include-files-hook)
1195         (org-export-preprocess-after-tree-selection-hook)
1196         (org-export-preprocess-before-backend-specifics-hook)
1197         (org-export-preprocess-final-hook): New hooks.
1198         (org-export-preprocess-string): Run the new hooks.
1200         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1202         * org-footnote.el: New file.
1204         * org.el (org-footnote): Require footnote code.
1205         (org-startup-options): Add new footnote options.
1206         (org-mode-map): New keybindig for footnotes.
1207         (org-ctrl-c-ctrl-c): Add function at footnotes.
1208         (org-org-menu): New menu entries for footnotes.
1210         * org-export-latex.el (org-export-as-latex): Pass footnote
1211         variable to preprocessor.
1212         (org-export-latex-preprocess): Treat multiple references to a
1213         footnote.
1215         * org-exp.el (org-export-preprocess-string): Call
1216         `org-footnote-normalize'.
1217         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1218         to preprocessor.
1219         (org-export-as-html): Treat multiple references to a footnote.
1221 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1223         * org-export-latex.el (org-export-latex-links): Handle coderef
1224         links.
1226         * org.el (org-bracket-link-analytic-regexp++): New variable.
1227         (org-make-link-regexps): Initialize
1228         `org-bracket-link-analytic-regexp++'.
1229         (org-store-link): Implement special case in edit-src buffer.
1230         (org-insert-link): No use of ide to insert stored links.
1231         (org-link-search): Implement special case for coderefs.
1233         * org-exp.el (org-export-html-scripts): New constant.
1234         (org-export-html-style-default): Add a new style for highlighted
1235         code.
1236         (org-export-code-refs): New variable.
1237         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1238         Call `org-export-replace-src-segments-and-examples'
1239         No longer call `org-export-protect-examples'.
1240         (org-export-target-internal-links): Take care of coderef targets.
1241         (org-export-last-code-line-counter-value): New variable.
1242         (org-export-replace-src-segments-and-examples): Renamed from
1243         `org-export-replace-src-segments', and modified.
1244         (org-export-format-source-code-or-example): Renamed from
1245         `org-export-format-source-code'.
1246         (org-export-number-lines): New function.
1247         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1249 --------------------------------------------------------------------------
1251 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1253         * org-remember.el (org-remember-handler): Safer way to get a new
1254         buffer accessing the target file.
1256         * org.el (org-refile-get-location): Handle case of current buffer
1257         not having a file associated with it.
1259 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1261         * org-table.el (org-table-get-formula): Only ask to overwrite
1262         field formula if there really is one.
1264         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1265         number, by converting these to a string.
1267         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1268         located in a different file.
1270         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1271         org-colview.el.
1273 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1275         * org.el (org-completion-use-ido): Enhance docstring of
1276         `org-completion-use-ido'.
1278         * org-export-latex.el (org-export-latex-make-header): Double the %
1279         in the time stamp format.
1280         (org-export-latex-special-chars): Handle case where there is no
1281         match group 3.
1283 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org.el (org-get-refile-targets, org-refile-get-location): Use
1286         expanded file name to improve comparison.
1288 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org.el (org-scan-tags): Rescan for tags, to get the correct
1291         upcase/downcase stuff.  This slows things down for now, but it
1292         works.
1293         (org-mode): Make sure the tag-faces regexp is initialized.
1295         * org-export-latex.el (org-export-latex-links): Fix bug with
1296         undefined label.
1298         * org-table.el (org-table-get-specials): Set
1299         `org-table-current-last-data-line'.
1300         (org-table-current-last-data-line): New variable.
1301         (org-table-insert-column, org-table-delete-column)
1302         (org-table-move-column, org-table-fix-formulas): Call
1303         `org-table-fix-formulas' a second time to fix the $LR references.
1304         (org-table-get-specials): Add the $LR references to the tables.
1305         (org-table-get-formula): Do not offer last-row names as LHS of
1306         formulas.
1308         * org.el (org-store-link): Capture link description from
1309         `org-id-store-link'.
1311         * org-exp.el (org-export-html-format-image): Add the / to the end
1312         of the <img> tag.
1313         (org-export-format-source-code): Surround example by empty lines,
1314         to make sure it will not be inside a paragraph.
1316         * org.el (org-ido-switchb): New function.
1318 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1320         * org-agenda.el (org-agenda-show): New prefix argument
1321         FULL-ENTRY.
1323         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1324         argument.
1326         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1327         `org-agenda-change-all-lines'.
1328         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1329         tags are now retrieved locally.
1331 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1333         * org.el (org-get-outline-path): Fix bug if level is not given.
1334         (org-org-menu): Do not quote function in menu vector.
1336         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1337         name.
1339 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1341         * org.el (org-refile): Avoid refiling to within the region to be
1342         refiled.
1344         * org-export-latex.el (org-export-latex-special-chars): Replace
1345         special characters also in tables.
1347         * org-agenda.el (org-agenda-change-all-lines): New argument
1348         FORCE-TAGS.
1349         (org-agenda-set-tags): Cet the new tags and pass them to
1350         `org-format-agenda-item'.
1352 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1354         * org-export-latex.el (org-export-latex-classes): Add longable as
1355         a default package to all classes.
1356         (org-export-latex-tables): Handle the longtable attribute and the
1357         align attribute.
1359         * org-table.el (orgtbl-to-generic): Handle tables that start with
1360         a hline.
1362         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1363         \verb for colde-like snippets.
1364         (org-export-as-latex): Fix issues with region export.
1366         * org.el (org-up-heading-safe): Speed up function by using a
1367         direct regexp search.
1368         (org-olpa): New variable.
1369         (org-get-outline-path): Speed-up path constructions in cases where
1370         this is possible because the entire hierarchy is scanned anyway.
1371         (org-refile-get-location): Don't compare the truenames of files,
1372         this is too slow.
1373         (org-goto-max-level): New option.
1374         (org-goto): Use `org-goto-max-level'.
1376 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1378         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1379         Strip angle brackets from message-ids in the former and don't do
1380         it in the latter.
1381         (org-gnus-follow-link): Open summary reliable, even if the last
1382         messages were deleted, and handle empty groups, too.
1384 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1386         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1387         instead of \texttt for the =...= and ~===~ emphasis environments.
1388         (org-export-as-latex): Remove any old :org-license-to-kill text
1389         properties.
1390         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1391         (org-export-latex-make-header): Add some hard space after the
1392         table of contents.
1393         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1394         exported text so that it will be excuded in further steps.
1396         * org-table.el (org-table-get-specials): Make @0 reference the
1397         last line in a table.
1398         (org-table-recalculate): Improve docstring.
1400 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1402         * org.el (org-log-done): Fix docstring.
1404 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1406         * org-exp.el (org-export-html-format-image): Fix bugs.
1408         * org-export-latex.el (org-export-latex-tables)
1409         (org-export-latex-links): Implement attribute, label, and caption
1410         handling.
1412         * org-exp.el (org-export-html-style-default): Add style
1413         definitions for the figure div.
1414         (org-export-preprocess-string, org-export-as-html): Implement
1415         attribute, label, and caption handling.
1416         (org-export-attach-captions-and-attributes): New function.
1417         (org-export-html-format-image): New function.
1418         (org-format-org-table-html): Implement attribute, label, and
1419         caption handling.
1421         * org.el (org-find-text-property-in-string): New function.
1422         (org-extract-attributes): Use the property org-attr instead of
1423         org-attrobutes, because this property is now set with the #+ATTR
1424         lines.
1426 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1428         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1429         the case that FROM is nil.
1431         * org.el (org-before-first-heading-p): New function.
1433 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1435         * org-exp.el (org-export-as-html): Do not add a space before
1436         enforces line breaks.
1437         (org-export-as-html): Close paragraph before blockquote and verse
1438         tags.
1440 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1442         * org-id.el (org-id-locations-file): Wrap file name with
1443         `convert-standard-filename'.
1444         (org-id-files): New variable.
1445         (org-id-use-hash): New option.
1446         (org-id-update-id-locations): Also search in all files current
1447         listed in `org-id-files'.  Convert the resulting alist to a hash
1448         if the user customation says so.
1449         (org-id-locations-save): Handle he case if `org-id-locations' is a
1450         hash.
1451         (org-id-locations-load): Convert the alist to a hash.
1452         (org-id-add-location): Handle the hast case.
1453         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1454         exited.
1455         (org-id-hash-to-alist, org-id-alist-to-hash)
1456         (org-id-paste-tracker): New functions.
1458 -------------------------------------------------------------------------
1460 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1462         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1463         bindings of calendar variables.
1465         * org-table.el (org-table-find-row-type): Renamed from
1466         `org-find-row-type'.
1467         (org-table-rewrite-old-row-references): Renamed from
1468         `org-rewrite-old-row-references'.
1469         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1470         (org-table-cleanup-narrow-column-properties): Renamed from
1471         `org-cleanup-narrow-column-properties'.
1473 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1475         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1476         for better error messages.
1477         (org-table-get-descriptor-line): Supply the new arguments to
1478         `org-find-row-type'.
1479         (org-table-error-on-row-ref-crossing-hline): New option.
1481         * org.el (org-target-link-regexp): Make buffer-local.
1482         (org-move-subtree-down): Fix bug with trees at beginning of
1483         buffer.
1485 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1487         * org-faces.el (org-set-tag-faces): New function.
1488         (org-tags-special-faces-re): New variable.
1490         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1492         * org-faces.el (org-tag-faces): New option.
1493         (org-tag): Mention `org-tag-faces' in the docstring.
1495 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1497         * org-exp.el (org-export-html-style-default): Implement new
1498         quoting.
1500         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1502         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1503         command to the `w3m-minor-mode-map'.
1505         * org-archive.el (org-archive-to-archive-sibling): Protect
1506         `this-command' to avoid appending kills during archiving.
1508         * org-exp.el (org-export-with-priority): New variable.
1509         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1510         instead of internal list of strings and properties.
1511         (org-print-icalendar-entries): Retrieve the location property with
1512         inheritance.
1514 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1516         * org-exp.el (org-export-with-todo-keywords): New option.
1517         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1518         line.
1519         (org-default-export-plist, org-export-add-options-to-plist)
1520         (org-export-as-ascii, org-export-as-html): Use the new structure
1521         of `org-export-plist-vars'.
1523         * org.el (org-map-entries): Return all values.
1525 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1527         * org.el (org-matcher-time): Recognize more special values.
1529         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1531 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1533         * org.el (org-tags-exclude-from-inheritance): New option.
1534         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1535         `org-tags-exclude-from-inheritance'.
1537         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1538         (org-format-agenda-item): Add inherited tags to the agenda line
1539         string, and make sure that properties are kept when downcasing the
1540         tags list.
1541         (org-agenda-add-inherited-tags): New function.
1542         (org-downcase-keep-props): New function.
1544         * org.el (org-scan-tags): Mark inherited tags with a text
1545         property.
1546         (org-get-tags-at): Mark inherited tags with a text property.
1547         (org-add-prop-inherited): New function.
1549         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1550         (org-agenda-show-inherited-tags): New option.
1552 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org.el (org-modules): Add org-w3m to the default modules.
1556         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1557         orgtbl-mode.
1558         (orgtabl-create-or-convert-from-region): New command.
1560         * org-exp.el (org-export-as-ascii): Remove the handling of
1561         targets.
1562         (org-export-ascii-preprocess): Handle targets already in this
1563         function.
1565 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1567         * org-timer.el (org-timer-start-time): Define this variable.
1568         (org-timer-item): Make argument optional.
1570         * org-list.el (org-insert-item): Automatically insert a timer item
1571         if the current list is a timer list.
1573         * org-timer.el: New file.
1575         * org-publish.el (org-publish-org-index): Only exclude the index
1576         file in the main directory from being added to the site-map.
1577         (org-publish-get-project-from-filename): If the current project is
1578         a component, start publishing from the parent project.
1580 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1582         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1584         * org-publish.el (org-publish-org-index): Improve removal of
1585         temporary buffers.
1587         * org-agenda.el (org-get-closed): Re-apply changes
1588         accidentially overwritten by last commit to Emacs.
1590         * org.el (org-outline-path-complete-in-steps): New option.
1591         (org-refile-get-location): Honor
1592         `org-outline-path-complete-in-steps'.
1593         (org-agenda-change-all-lines, org-tags-sparse-tree)
1594         (org-time-string-to-absolute, org-small-year-to-year)
1595         (org-link-escape): Re-apply changes accidentially overwritten
1596         by last commit to Emacs.
1598 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1600         * org-clock.el (org-dblock-write:clocktable): Make sure the
1601         clocktable sees the first line.
1602         (org-clock-in): Warn if the clock cannot be resumed.
1604 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1606         * org.el (org-open-at-point): Fix mixup about interactive and
1607         non-interactive elisp links.
1609 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1611         * org-exp.el (org-export-preprocess-string): Allow one comment
1612         line before the first headline to always be included.  This is
1613         to not miss a commented target.
1615         * org-mouse.el (org-mouse-insert-item): Call
1616         `org-indent-to-column' instead of `indent-to', for XEmacs
1617         compatibility.
1619         * org.el (org-refile-targets): Fix customize definition so
1620         that it works also in XEmacs.
1621         (org-fixup-indentation): Call `org-indent-to-column' instead
1622         of `indent-to', for XEmacs compatibility.
1624 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1626         * org-mew.el (org-mew-store-link): Get the correct case folder
1627         for refiled messages.
1629 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1631         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1632         line break indicators.
1634         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1635         ido-completion propts.
1637 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1639         * org-remember.el (org-remember-apply-template): Use
1640         `org-substring-no-properties'.
1642         * org-compat.el (org-substring-no-properties): New function.
1644         * org-remember.el (org-remember-apply-template): Use
1645         `org-substring-no-properties' for compatibility.
1647         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1648         option.
1649         (org-fix-bullet-type): respect
1650         `org-list-two-spaces-after-bullet-regexp'.
1652         * org-clock.el (org-clock-load): Clean up the code.
1654         * org.el (org-adaptive-fill-function): Allow two spaces after
1655         "1." as a list bullet.
1657 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1659         * org-clock.el (org-clock-save, org-clock-load): Check for
1660         live buffers, existing files, and buffer file names to ensure
1661         consistent information.
1662         (org-clock-persist): Make `clock' a special value of this
1663         variable, and improve docstring.
1665         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1666         (org-get-string-indentation): Adapt indentation when the bullet
1667         width changes.
1669 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1671         * org-remember.el (org-remember-finalize): Make interactive.
1672         (org-remember-kill): New command.
1673         (org-remember-finish-immediately): Call `org-remember-finalize'
1674         directly.
1675         (org-remember-finalize): Make `org-remember-finalize' an interactive
1676         function.
1678 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1680         * org-remember.el (org-remember-apply-template): No ido completion
1681         for free prompts in remember templates.
1682         (org-remember-before-finalize-hook): New hook.
1683         (org-remember-mode): New minor mode.
1684         (org-remember-apply-template): Turn on `org-remember-mode'.
1686         * org-id.el (org-id-add-location): Avoid error when no file is
1687         given.
1689         * org-remember.el (org-remember-apply-template): Fix the way how
1690         the list of allowed properties is retrieved from the target file.
1692         * org.el (org-insert-link): Improve file link matching.
1694 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1696         * org-colview.el (org-columns-display-here): New argument
1697         DATELINE, to trigger using the new face.
1698         (org-agenda-colview-summarize): Call `org-columns-display-here'
1699         with the new argument.
1701         * org-faces.el (org-agenda-column-dateline): New face.
1703         * org-publish.el (org-publish-org-index): Use index-title at page
1704         title, not as section.
1706         * org-exp.el (org-export-html-format-desc): Respect the
1707         org-protect property.
1708         (org-export-as-html): Protect image specifiers that are in the
1709         description part of a link.
1711         * org.el (org-sort-entries-or-items, org-completing-read)
1712         (org-refile-get-location, org-olpath-completing-read, org-todo)
1713         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1714         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1715         (org-set-property, org-delete-property)
1716         (org-delete-property-globally): Use `org-ido-completing-read'.
1718         * org-remember.el (org-remember-apply-template): Use
1719         `org-ido-completing-read'.
1721         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1723         * org-colview.el (org-columns-edit-value, org-columns-new)
1724         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1726         * org-colview-xemacs.el (org-columns-edit-value)
1727         (org-columns-new, org-insert-columns-dblock): Use
1728         `org-ido-completing-read'.
1730         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1731         `org-ido-completing-read'.
1733         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1734         `org-ido-completing-read'.
1736         * org.el (org-time-today): New function.
1737         (org-matcher-time): Use `org-time-today'.  Add special treatment
1738         for "<tomorrow>" and "<yesterday>".
1739         (org-ido-completing-read): New function.
1740         (org-completion-use-ido): New option.
1742         * org-exp.el (org-export-format-source-code): Fix bug in require
1743         htmlize code.
1744         (org-export-target-internal-links): Fix bug in search for text
1745         property.
1747 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1749         * org-export-latex.el (org-export-latex-subcontent): Interprete
1750         target aliases as additonal labels.
1752         * org-exp.el (org-export-target-aliases): New variable.
1753         (org-export-preprocess-string)
1754         (org-export-handle-invisible-targets): Fill the alias alist.
1755         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1756         assign an id.
1757         (org-html-level-start): Insert the target aliases as additonal
1758         anchors.
1760         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1761         picture area.
1763 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1765         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1766         when following a link with the mouse from the agenda.
1768         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1769         headlines are created.
1771 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1773         * org-exp.el (org-export-preprocess-string): Reorder so that we
1774         can still see ID properties when we collect targets.
1775         (org-export-target-internal-links): Also store targets for ID's.
1777         * org.el (org-link-translation-function): New option.
1778         (org-open-at-point): Call `org-link-translation-function' if
1779         non-nil.
1780         (org-translate-link): New function.
1781         (org-translate-link-from-planner): New function.
1782         (org-open-at-point): Allow interactive commands in elisp links.
1784         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1785         iCalendar quoting.  The new one seems to caus problems with
1786         applications.
1788         * org.el (org-yank): Set `this-command' to `yank', so that
1789         `yank-pop' will work.
1791 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1793         * org-id.el (org-id-search-archives): New option.
1795         * org.el (org-link-to-org-use-id): New option.
1796         (org-store-link): Use `org-link-to-org-use-id'.
1797         (org-id): Make org-id.el a standard component.
1799 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1801         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1802         hexified version of the tag.
1804         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1805         compliance as far as quoting is concerned.
1807         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1809         * org.el (org-up-heading-safe, org-forward-same-level): Always
1810         call `org-back-to-heading' instead of `outline-back-to-heading'.
1811         (org-back-to-heading): New wrapper around outline-back-to-heading,
1812         with a useful error message telling where the error happened.
1814         * org-list.el (org-update-checkbox-count): Always call
1815         `org-back-to-heading' instead of `outline-back-to-heading'.
1817         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1818         has an `alt' attribute, to ensure XHTML validation.
1820 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1822         * org-publish.el (org-publish-attachment): Allow publishing to
1823         overwrite attachment files.
1825         * org-agenda.el (org-agenda-timerange-leaders): New option.
1826         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1828         * org.el (org-edit-src-exit): Untabify ASCII image before
1829         returning.
1842 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1844         * org.el (org-yank): Make any prefix force normal yanking.
1845         Suppress folding if text would be swallowed into a folded
1846         subtree.
1847         (org-yank-folded-subtrees, org-yank): Docstring updates.
1849         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1850         defined as 0.
1852         * org-exp.el (org-export-language-setup): Add Catalan and
1853         Esperanto language entries.
1855 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1857         * org.el (org-refile): Allow refiling of entire regions.
1859         * org-clock.el (org-clock-time%): New function.
1861         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1862         retrieve property values.
1864 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1866         * org-agenda.el (org-agenda-list): Handle the value `only' of
1867         org-agenda-show-log'.
1868         (org-agenda-log-mode): Interpret a double prefix arg.
1870 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1872         * org-exp.el (org-export-html-footnotes-section): New variable.
1873         (org-export-as-html): Use `org-export-html-footnotes-section' to
1874         insert the footnotes.
1875         (org-export-language-setup): Add "Footnotes" to language words.
1877 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1879         * org.el (org-yank): Fix bug when not inserting a subtree.
1881 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1883         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1884         instead of `vm-beginning-of-message'.
1886         * org.el (org-make-link-regexps): Make sure that links to gnus can
1887         contain brackets.
1889 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1891         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1892         code.
1894         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1895         shell output.
1897         * org.el (org-link-abbrev-alist): Improve customization type.
1899         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1900         functions.
1902         * org-agenda.el (org-agenda-get-progress): Renamed from
1903         `org-get-closed'.  Implement searching for state changes as well.
1904         (org-agenda-log-mode-items): New option.
1905         (org-agenda-log-mode): New option prefix argument, interpreted as
1906         request to show all possible progress info.
1907         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1908         `org-get-closed'.
1909         (org-agenda-set-mode-name): Handle the more complex log mode
1910         settings.
1911         (org-get-closed): New alias, pointing to `org-get-progress'.
1913 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1915         * org.el (org-file-apps-defaults-gnu)
1916         (org-file-apps-defaults-macosx)
1917         (org-file-apps-defaults-windowsnt): Add an entry defining the
1918         system command.
1919         (org-file-apps): Allow `system' as key and value.
1920         (org-open-at-point): Explain the effect of a double prefix arg.
1921         (org-open-file): If the argument `in-emacs' is (16),
1922         i.e. corresponding to a double prefix argument, try to open the
1923         file externally.
1925 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1927         * org.el (org-insert-link): Abbreviate absolute files names in
1928         links.  Also, fix a bug in which the double C-u prefix would not
1929         be honored.
1931 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1933         * org.el (org-insert-heading): If buffer does not end with a
1934         newline, add one if necessary to insert headline correctly.
1936         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1937         paragraphs, not inside.
1939         * org.el (org-todo): Quote
1940         `org-agenda-headline-snapshot-before-repeat'.
1942         * org-exp.el (org-export-as-html): Fully process link descriptions.
1943         (org-export-html-format-desc): New function.
1944         (org-export-as-html): Collect footnotes into the correct basket.
1945         (org-html-protect): No longer protect quotations marks here, this
1946         goes wrong.
1948         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1949         BEG.
1951         * org-compat.el (org-fit-window-to-buffer): New function (not
1952         really, a preliminary and incomplete version was present earlier,
1953         but not used).
1955         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1956         `org-fit-window-to-buffer'.
1958         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1960         * org-agenda.el (org-agenda-get-restriction-and-command)
1961         (org-fit-agenda-window, org-agenda-convert-date): Use
1962         `org-fit-window-to-buffer'.
1964         * org-exp.el (org-export-as-html): Process href links through
1965         `org-export-html-format-href'.
1966         (org-export-html-format-href): New function.
1968         * org-agenda.el (org-agenda-todo): Update only the current
1969         headline if this is a repeated TODO, marked done for today.
1970         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1971         only the current line.
1973         * org.el (org-todo): Take a snapshot of the headline if the
1974         repeater might change it.
1976 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1978         * org-publish.el (org-publish-find-title): Remove buffers visited
1979         only for extracting the title.
1981         * org-exp.el (org-export-html-style)
1982         (org-export-html-style-default): Mark style definitions as
1983         unparsed CDATA.
1985         * org-publish.el (org-publish-validate-link): Function
1986         re-introduced.
1988 2008-11-02  Charles Sebold  <csebold@gmail.com>
1990         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1991         property.
1992         (org-plot-quote-timestamp-field): New function.
1993         (org-plot-quote-tsv-field): Call timestamp field function when
1994         necessary rather than just quoting as a string.
1995         (org-plot/gnuplot-to-data): Pass in timefmt property.
1996         (org-plot/gnuplot-script): Supports timefmt property.
1997         (org-plot/gnuplot): Checks for timestamp column before checking
1998         for text index column.
2000 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2002         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2004         * org-publish.el (org-publish-org-index): Create a section in the
2005         index file.
2006         (org-publish-org-index): Stop linking to directories.
2008         * org.el (org-emphasis-alist): Use span instead of <u> to
2009         underline text.
2011         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2012         <pre> sections.
2014 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2016         * org-jsinfo.el (org-infojs-template): Remove language attribute
2017         from script tag.
2019 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2021         * org-agenda.el (org-agenda-remove-marked-text): New function.
2022         (org-agenda-mark-filtered-text)
2023         (org-agenda-unmark-filtered-text): New functions.
2024         (org-write-agenda): Remove fltered text.
2026         * org.el (org-make-tags-matcher): Give access to TODO "property"
2027         without speed penalty.
2029 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2031         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2032         option.
2033         (org-store-link-props): Make sure adding to the plist works
2034         correctly.
2036         * org-gnus.el (org-gnus-no-new-news): New function.
2037         (org-gnus-follow-link): Allow the article ID to be a message-id,
2038         in addition to allowing article numbers.  Message IDs make much
2039         more roubust links.
2040         (org-gnus-store-link): Use message-id to create link.
2042 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2044         * org.el (org-emphasize): Reverse the selection array.
2045         (org-emphasis-alist): Set <code> tags for the verbatim
2046         environment.
2048         * org-remember.el (org-remember-handler): Fix bug with
2049         prefix-related changing of the note storage target.
2051         * org-exp.el (org-print-icalendar-entries): Make the exported
2052         priorities compatible with RFC 2445.
2054         * org-clock.el (org-clock-save): Insert time stamp without
2055         dependence on time-stamp.el.
2057 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2059         * org.el ("saveplace"): If saveplace puts point into an invisible
2060         location, make it visible.
2061         (org-make-tags-matcher): Allow inactive time stamps in time
2062         comparisons.
2063         (org-yank-adjusted-subtrees): New option.
2064         (org-yank): Incorporate adjusting trees.
2065         (org-paste-subtree): New argument FOR-YANK which will cause
2066         insertion at point without backing up over white lines, and leave
2067         point at the end of the inserted text.  Also if the cursor is
2068         at the beginning of a headline, use the same level or the inserted
2069         tree.
2071         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2072         with broken symlinks
2074 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2076         * org-exp.el (org-export-select-tags, org-get-current-options):
2077         Fix typo.
2079 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2081         * org-agenda.el (org-format-agenda-item)
2082         (org-agenda-filter-make-matcher): Make sure tags are stored and
2083         compared donwcased.
2085 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2087         * org.el (org-insert-todo-heading): Fix bug with force-heading
2088         argument.
2090 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2092         * org-clock.el (org-clock-in-resume): Add a custom option to
2093         toggle starting the clock from an open clock line.
2094         (org-clock-in): When clocking in to an entry, if
2095         `org-clock-in-resume' is set, check if the first clock line is
2096         open and if so, start the clock from the time in the clock line.
2097         (org-clock-persist): Add a custom option to toggle clock
2098         persistence.
2099         (org-clock-persist-query-save): Add a custom option to toggle
2100         asking the user if they want to save the running clock when
2101         exiting.
2102         (org-clock-persist-query-resume): Add a custom option to toggle
2103         asking the user if they want to resume the saved clock when Emacs
2104         is restarted.
2105         (org-clock-save): Add a function to save clock data.
2106         This includes the contents of `org-clock-history' and the buffer
2107         and position of the currently clocked task, if any.
2108         (org-clock-load): Add a function to load clock data.
2109         This populates `org-clock-history', and resumes the saved clocked
2110         task if there is one.
2111         (org-clock-persistence-insinuate): Add a method to set up the
2112         hooks for clock persistence.
2114 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2116         * org-exp.el (org-export-as-ascii): Handle the case that we are
2117         publishing from an indirect buffer.
2119         * org-table.el (org-table-copy-down): Fix bug with time stamp
2120         increment.
2122         * org-mouse.el (org-mouse-features): New option.
2123         (org-mode-hook): Turn on features depending on
2124         `org-mouse-features'.
2126         * org.el (org-insert-heading-respect-content): Force heading
2127         creation.
2128         (org-insert-heading): keep the folding state of the heading before
2129         the inserted one.
2131 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2133         * org-archive.el (org-archive-to-archive-sibling): Handle top
2134         level headlines better.
2136 2008-10-21  Bastien Guerry  <bzg@altern.org>
2138         * org-export-latex.el (org-export-latex-classes): Added
2139         \usepackage{graphicx} to the default list of packages.
2141 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2143         * org-agenda.el (org-agenda-filter): Renamed from
2144         `org-agenda-filter-tags'.
2146 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2148         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2149         is not defined as a property in this entry.
2150         (org-add-log-note): Mask prefix argument when immediately storing
2151         the note.
2153         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2154         option.
2156 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2158         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2159         after drawers was skipping ahead one line too many, so notes were
2160         inserted after the first note instead of before it.
2162 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2164         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2165         New variables.
2166         (org-prepare-agenda): Reset the filter tags.
2167         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2168         Show filter tags in mode line.
2170         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2171         formatter.
2173         * org-export-latex.el (org-latex-entities-regexp): New constant.
2174         (org-export-as-pdf): Use two calls to `shell-command'.
2176 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2178         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2179         Honor the {} value of the subsuperscript setting.  Make sure that
2180         longer subsuperscripts are typeset in a roman font.
2182         * org.el (org-clock-update-time-maybe): Compute negative clock
2183         intervals correctly.
2185 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2187         * org.el (org-add-log-setup): Respect
2188         `org-log-state-notes-insert-after-drawers'.
2189         (org-log-state-notes-insert-after-drawers): New option.
2190         (org-todo-trigger-tag-changes): New function.
2191         (org-todo): Call `org-todo-trigger-tag-changes'.
2193 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2195         * org.el (org-add-log-setup): Only skip drawers if the are
2196         immediately after the scheduling keywords.
2198         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2199         function
2200         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2201         call it with the current todo state to get the state to switch to
2202         when clocking in.
2203         (org-clock-in): Use org-indent-line-function to indent clock lines.
2204         (org-clock-find-position): Fix indentation of empty clock drawers.
2206 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2208         * org-publish.el (org-publish-org-to): Handle case when
2209         org-export-to-pdf does return a file name, not a buffer.
2210         (org-publish-org-to-pdf): New function.
2212         * org-export-latex.el (org-export-as-pdf)
2213         (org-export-as-pdf-and-open): New commands.
2215         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2216         forms as ranges.
2218         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2219         things in protexted regions.
2221 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2223         * org-export-latex.el (org-export-latex-preprocess): Improve
2224         quoting of LaTeX environments.
2226 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2228         * org.el (org-edit-fixed-width-region): Exclude final newline from
2229         picture area.
2231         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2232         sections, to make internal links work.
2233         (org-export-latex-fontify-headline): Do not remove all text
2234         properties, to make sure that target properties survive this
2235         process.
2237         * org-exp.el (org-export-preprocess-string): Change sequence of
2238         modifications, to make sure links are prepared before the LaTeX
2239         conversions do happen.
2241 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2243         * org-attach.el (org-attach-delete-all): Renamed from
2244         `org-attch-delete'.  Add a security query before deleting the
2245         entire directory.  New optional argument FORCE can overrule the
2246         security query.
2247         (org-attach-delete-one): New command.
2249 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2251         * org-attach.el (org-attach-file-list): Fix bug with directory.
2253 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2255         * org.el (org-apps-regexp-alist): New function.
2256         (org-file-apps): Add auto-mode to the default value.
2257         (org-open-file): Use the new structure of org-file-apps.
2259         * org-attach.el (org-attach): Support the new keys.
2260         (org-attach-method): New option.
2262 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2264         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2265         March.
2267         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2268         of the list value o `org-use-tag-inheritance'.
2270         * org-attach.el (org-attach-auto-tag): New option.
2271         (org-attach-tag, org-attach-untag): New functions.
2272         (org-attach-attach, org-attach-new, org-attach-sync): Call
2273         `org-attach-tag'.
2274         (org-attach-delete): Call `org-attach-untag'.
2276 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2278         * org-table.el (orgtbl-self-insert-command): Make this work for
2279         the keypad as well.
2281 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2283         * org.el (org-add-log-setup): Limit searc for drawers to entry
2284         text, not to subtree.
2286         * org-clock.el (org-clock-heading-for-remember): New variable.
2287         (org-clock-in): Set `org-clock-heading-for-remember'.
2289 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2291         * org-remember.el (org-remember-apply-template): Add new
2292         expansions: %k, %K for currently clocked task and a link to the
2293         currently clocked task, and %< to file notes in the currently
2294         clocked task.
2296 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2298         * org-export-latex.el (org-export-latex-make-header): Also insert
2299         the content of the property :latex-header-extra.
2301         * org-exp.el (org-infile-export-plist): Put the content of
2302         #+LATEX_HEADER: into the property :latex-header-extra.
2304         * org-colview.el (org-columns-get-format-and-top-level): Remove
2305         resetting the marker.
2307         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2308         Remove resetting the marker.
2310         * org.el (org-entry-property-inherited-from): Improve docstring.
2311         (org-entry-get-with-inheritance): Reset marker before starting the
2312         search.
2314         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2316 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2318         * org.el (org-entry-get-multivalued-property)
2319         (org-entry-protect-space, org-entry-restore-space): New
2320         functions.
2321         (org-file-apps-defaults-macosx): Let postscript files be opened by
2322         preview.
2323         (org-time-stamp-inactive): Call `org-time-stamp'.
2324         (org-time-stamp): New argument `inactive'.  Also edit inacive
2325         stamps. Convert time stamp type.
2326         (org-open-file): Interpret the `default' value for the `command'
2327         in `org-file-apps'.
2329         * org-id.el (org-id-int-to-b36-one-digit)
2330         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2331         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2332         b36.
2334 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2336         * org-id.el (org-id-reverse-string): New function.
2337         (org-id-new): Use `org-id-reverse-string' to make sure the
2338         beginning chars of the ID are mutating fast.  This allows to use a
2339         directory structure to spread things better.
2340         (org-id-prefix): Changed default to nil.
2342         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2343         restore the column of the cursor position.
2345         * org-remember.el (org-remember-apply-template): Remove properties
2346         from `initial'.
2348 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2350         * org-wl.el (org-wl-open): Remove useless call to
2351         `wl-thread-open-all'.
2353         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2354         location.
2356 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2358         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2359         `org-bbdb-anniversaries'.
2361         * org.el (org-get-next-sibling, org-forward-same-level): New
2362         functions, similar to the outline versions, but invisible headings
2363         are OK.
2365 2008-09-25  Bastien Guerry  <bzg@altern.org>
2367         * org.el (org-auto-repeat-maybe): Insert a space between
2368         the timestamp's type and the timestamp itself.
2370 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2372         * org-table.el (org-table-sum): Do not format the result with %g,
2373         it does rounding when there are too many digits.
2375         * org.el (org-map-entries): Protect the keyword-selecting variables.
2377 2008-09-23  Bastien Guerry  <bzg@altern.org>
2379         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2380         against all agenda files.
2382 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2384         * org-list.el: New file, aggregating list functions from org.el
2385         and org-export-latex.el.
2387         * org.el (org-edit-src-region-extra): New option.
2389 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2391         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2392         time before 1am.
2394 2008-09-22  Bastien Guerry  <bzg@altern.org>
2396         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2398 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2400         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2401         hline work correctly.
2402         (org-plot/gnuplot-script): Put commas at the end of each script
2403         line.
2405 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2407         * org.el (org-get-refile-targets): Replace links with their
2408         descriptions
2409         (org-imenu-get-tree): Replace links with their descriptions.
2411         * org-remember.el (org-remember-apply-template): Add a new
2412         expansion for adding properties to remember items.
2414         * org.el (org-add-log-setup): Skip over drawers (properties,
2415         clocks etc) when adding notes.
2417         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2418         items as well as the start and end times.
2420         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2421         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2423         * org-remember.el (org-get-x-clipboard): Use the compat
2424         function to get clipboard values when x-selection-value is
2425         unavailable. Use substring-no-properties instead of
2426         set-text-properties to remove text properties from the clipboard
2427         value.
2429         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2430         modeline clock string, and display the full todo value in the
2431         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2432         the currently clocked task.
2433         (org-clock-string-limit): Add a custom value for the maximum
2434         length of the clock string in the modeline.
2435         (org-clock-mode-map): Add a keymap for the modeline string
2437 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2439         * org-compat.el (org-propertize): New function.
2441 2008-09-20  Bastien Guerry  <bzg@altern.org>
2443         * org-export-latex.el (org-export-latex-tables): protect exported
2444         tables from further special chars conversion.
2445         (org-export-latex-preprocess): Preserve LaTeX environments.
2446         (org-list-parse-list): Parse descriptive lists.
2447         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2448         (org-list-to-texinfo): Export descriptive lists.
2449         (org-quote-chars): Remove.
2450         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2451         (org-export-latex-list-beginning-re): Rename to
2452         `org-list-beginning-re'
2453         (org-list-item-begin): Rename to `org-list-item-beginning'
2455 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2457         * org.el (org-refile): Allow refiling to the last entry in the
2458         buffer.
2459         (org-get-tags-at): Fix bug when inheritance is turned off.
2461 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2463         * org.el (org-indent-line-function): No longer check for src
2464         regions, this is too much overhead.
2466         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2467         matching.
2469         * org.el (org-scan-tags): Make sure that tags matching is not case
2470         sensitive.  TODO keyword matching is case sensitive, however, to
2471         avoid confusion with similar words that are not meant to be
2472         keywords.
2474 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2476         * org.el (org-get-local-tags-at): New function.
2477         (org-get-local-tags): New function.
2479         * org-exp.el (org-export-get-categories): New function.
2481         * org-agenda.el (org-sorting-choice)
2482         (org-agenda-sorting-strategy, org-agenda-get-todos)
2483         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2484         (org-agenda-get-scheduled, org-agenda-get-blocks)
2485         (org-entries-lessp): Implement sorting by TODO state.
2486         (org-cmp-todo-state): New defsubst.
2488         * org-colview.el (org-colview-construct-allowed-dates): New
2489         function.
2490         (org-columns-next-allowed-value): Use
2491         `org-colview-construct-allowed-dates'.
2493         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2494         function.
2495         (org-columns-next-allowed-value): Use
2496         `org-colview-construct-allowed-dates'.
2498 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2500         * org.el (org-protect-slash): New function.
2501         (org-get-refile-targets): Use `org-protect-slash'.
2503         * org-agenda.el (org-global-tags-completion-table): New variable.
2505         * org-exp.el (org-export-handle-export-tags): New function.
2506         (org-export-preprocess-string): Call
2507         `org-export-handle-export-tags'.
2509         * org-plot.el: New file.
2511         * org-publish.el (org-publish-expand-components): Function removed.
2512         (org-publish-expand-projects): Allow components to have components.
2514 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2516         * org.el (org-indent-line-function): Do not indent in regions that
2517         are external source code.
2518         (org-yank-and-fold-if-subtree): New function.
2520         * org-agenda.el (org-agenda-todayp): New function.
2521         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2522         `org-agenda-todayp'.
2524         * org.el (org-insert-heading-respect-content)
2525         (org-insert-todo-heading-respect-content): New commands.
2526         (org-insert-heading-respect-content): New option.
2527         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2529         * org-clock.el (org-clock-find-position): Make sure the note after
2530         the clock line gets moved into the new clock drawer.
2532 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2534         * org-id.el (org-id-new): New option.
2536 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2538         * org-table.el (org-table-copy-down): Avoid overflow during
2539         increment.  Use prefix argument 0 to temporarily disable the
2540         increment.
2542 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2544         * org-exp.el (org-export-as-html): Do not turn on the major mode
2545         if the buffer will be killed anyway.
2546         (org-get-current-options): Exclude the #+TEXT field.
2547         (org-export-as-html): Make sure text before the first headline is
2548         a paragraph.
2550         * org-publish.el (org-publish-org-to): Tell the exporter that this
2551         buffer will be killed, so it is not necessary to do major mode
2552         initialization.
2554         * org-archive.el (org-archive-to-archive-sibling): Show empty
2555         lines after folding the archive sibling.
2557         * org.el (org-log-note-extra): New variable.
2559 2008-09-05  Bastien Guerry  <bzg@altern.org>
2561         * org.el (org-additional-option-like-keywords): Added keywords for
2562         the _QUOTE, _VERSE and _SRC environments.
2564         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2565         exporting _QUOTE and _VERSE environments.
2567 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2569         * org-agenda.el (org-agenda-filter-by-tag): New command.
2571         * org-exp.el (org-get-current-options): Remove angular brackets
2572         from the date entry.
2574         * org.el (org-edit-fixed-width-region): New function.
2575         (org-edit-fixed-width-region): Also try
2576         `org-edit-fixed-width-region'.
2577         (org-edit-fixed-width-region-mode): New option.
2578         (org-activate-code): Only interprete lines starting with colon
2579         plus a space as example lines.
2581         * org-remember.el (org-remember-templates): Add nil instead of
2582         empty strings to fix the length of remember templates.
2584         * org-table.el (org-calc-default-modes): Fix the time format for
2585         calc, from 12 hour to 24 hour clock.
2587 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2589         * org-agenda.el (org-agenda-get-deadlines)
2590         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2591         entries that are pre-warnings of deadlines or reminders.
2593         * org.el (org-sort-entries-or-items): Make numeric and alpha
2594         comparisons ignore any TODO keyword and priority cookie.
2596         * org-remember.el (org-remember-handler): Reinterpretation of the
2597         prefix argument.
2599 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2601         * org-agenda.el (org-agenda-get-scheduled): Use new
2602         `org-scheduled' face.
2604         * org-faces.el (org-scheduled): New face.
2606         * org-wl.el (org-wl-open): Remove incorrect declaration.
2608         * org-gnus.el (org-gnus-store-link): Support for :to information
2609         in gnus links.
2611         * org-exp.el (org-export-as-html): Fixed typo in creator
2612         information.
2613         (org-export-protect-examples): New parameter indent.  Insert extra
2614         spaces only when this parameter is specified.
2615         (org-export-preprocess-string): Call `org-export-protect-examples'
2616         with an indentation parameter when exporting to ASCII.
2618         * org-remember.el (org-remember-templates)
2619         (org-remember-apply-template): Allow the file component to be a
2620         function.
2622         * org.el (org-goto-local-search-headings): Renamed from
2623         `org-goto-local-search-forward-headings'.  Added the possibility
2624         to search backwards.
2626 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2628         * org-export-latex.el (org-export-latex): New customization
2629         group.
2631         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2633 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2635         * org-exp.el (org-html-do-expand): Allow {} to terminate
2636         tex macro
2638 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2640         * org.el (org-buffer-list): Select buffers based on major mode,
2641         not on file name.
2643 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2645         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2646         face property.
2648         * org-colview.el (org-columns-display-here): Use
2649         `org-columns-modify-value-for-display-function'.
2651         * org-colview-xemacs.el (org-columns-display-here): Use
2652         `org-columns-modify-value-for-display-function'.
2654 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2656         * org.el (org-columns-modify-value-for-display-function): New option.
2668         * org-publish.el (org-publish-file): Make sure the directory match
2669         for the publishing directory works correctly.
2671         * org-agenda.el (org-agenda-execute-calendar-command)
2672         (org-agenda-diary-entry): Additional optional argument.
2674 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2676         * org-exp.el (org-export-as-html): Add attributes also in mailto
2677         and ftp links.
2679         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2688 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2690         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2691         sure that calls from `org-export-region-as-html' do not do the
2692         special check for a subtree.
2694 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2696         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2698 2008-07-20  Juri Linkov  <juri@jurta.org>
2700         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2701         new keymap `narrow-map' instead of binding "\C-xns".
2703 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2705         * org.el (org-open-file): Use
2706         `org-open-directory-means-index-dot-org'.
2707         (org-open-directory-means-index-dot-org): New option.
2709 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2711         * org.el (org-make-link-string): Remove link attributes from
2712         description.
2713         (org-open-at-point): Remove link attributes bevore using the path.
2715         * org-exp.el (org-export-as-html): Handle link attributes.
2717         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2719         * org-table.el (org-table-to-lisp): New function.
2721         * org.el (org-narrow-to-subtree): Do not include the final newline
2722         into the narrowed region.
2724         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2725         bug with user-define skipping condition.
2727 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2729         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2731 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2733         * org-exp.el (org-export-html-style-default): Automatic overflow
2734         handling for pre fields.
2735         (org-export-as-ascii, org-export-as-html): Change default format
2736         for time stamp.
2738         * org-table.el (org-table-export): Offer completion for translator
2739         functions, and do not require a heading above the table.
2741         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2742         Cater for the case of a list starting in the first line of the
2743         buffer.
2745 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2747         * org-publish.el (org-publish-find-title): Bug fix.
2748         (org-publish-org-index): Implement new :index-style option.
2750 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2752         * org-publish.el (org-publish-timestamp-filename): Use
2753         SHA1-encoded file names in the timestamp directory.
2755 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2757         * org-publish.el (org-publish-needed-p): Be verbose about files
2758         published and files skipped.
2760         * org-exp.el (org-export-preprocess-string): Swap link
2761         normalization and inernal link targeting.
2763         * org-publish.el (org-publish-needed-p): Create timestamp
2764         directory when it does not exist.
2766 2008-07-04  Bastien Guerry  <bzg@altern.org>
2768         * org-clock.el (org-clock-out-when-done): Doc fix.
2770         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2772         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2773         Ignore case when searching for the COMMENT cookie at export time.
2775 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2777         * org-exp.el (org-get-file-contents)
2778         (org-get-and-remove-property): New functions.
2779         (org-export-handle-include-files): Handle the new prefix options.
2780         (org-export-as-html): Fix the verse environment.
2782 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2784         * org.el (org-time=, org-time<, org-time<=, org-time>)
2785         (org-time>=, org-time<>, org-2ft): New functions.
2786         (org-op-to-function): Also provide for the time testing fucntions.
2788 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2790         * org-exp.el (org-export-html-style-default): New constant.
2792 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2794         * org-exp.el (org-export-html-style-extra): New variable.
2795         (org-export-splice-style): New function.
2797 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2799         * org-exp.el (org-export-plist-vars, org-export-as-html):
2800         Implement `org-export-creator-info'.
2801         (org-export-creator-info): New option.
2803 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2805         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2806         (org-property-drawer-re, org-clock-drawer-re): New constants.
2808 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2810         * org-exp.el (org-icalendar-use-deadline)
2811         (org-icalendar-use-scheduled): New options.
2812         (org-icalendar-include-todo): Default changed to t.
2813         (org-print-icalendar-entries): Implement better utilization of
2814         scheduling and deadline time stamps.
2815         (org-export-target-internal-links, org-export-as-html): Allow file
2816         lines without the "file:" prefix if the file path is an absolute
2817         path or starts with ".".
2819         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2820         lastweek etc.
2821         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2823 2008-06-18  Glenn Morris  <rgm@gnu.org>
2824         * org.el (org-map-entries): Let-bind `file'.
2826 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2828         * org.el (org-agenda-skip-archived-trees): Docstring now
2829         discourages using this.
2830         (org-scan-tags): Check for org-agenda-archives-mode.
2831         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2832         (org-agenda-files): Functionality of second arg changed.
2834         * org-agenda.el (org-agenda-archives-mode): New variable
2835         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2836         (org-search-view, org-todo-list, org-tags-view)
2837         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2838         `ifmode' argument.
2839         (org-agenda-quit): Reset the archives mode.
2840         (org-agenda-archives-mode): New command.
2841         (org-agenda-set-mode-name): Include archives info.
2843 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2845         * org.el (org-paste-subtree): Make sure the yanked headline is
2846         visible if it was yanked at a visible point.
2847         (org-move-item-up): Fix the bug with moving white space at the end
2848         of the item.
2849         (org-show-empty-lines-in-parent): New function.
2851 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2853         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2855         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2857         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2858         agenda prefix as well.
2860         * org-publish.el (org-publish-org-index): Make a properly indented
2861         list.
2863         * org.el (org-calendar-agenda-action-key): New option.
2864         (org-get-cursor-date): New function.
2865         (org-mark-entry-for-agenda-action): New command.
2866         (org-overriding-default-time): New variable.
2867         (org-read-date): Respect `org-overriding-default-time'.
2869         * org-remember.el (org-remember-apply-template): Respect the
2870         ovverriding default time.
2872         * org-agenda.el (org-agenda-action-marker): New variable.
2873         (org-agenda-action): New command.
2874         (org-agenda-do-action): New function.
2876 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2878         * org.el (org-schedule, org-deadline): Protect scheduled and
2879         deadline tasks against changes that accidently remove the
2880         repeater.  Also show a message with the new date when done.
2882 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2884         * org.el (org-beginning-of-line): Cater for the case when there
2885         are tags but no headline text.
2886         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2887         it set.
2889 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2891         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2892         the return value is nil instead of "nil" when there is no match.
2894         * org-exp.el (org-insert-centered): Use fill-column instead of
2895         80.
2896         (org-export-as-ascii): Use string-width to measure the width of
2897         the heading.
2899         * org.el (org-diary-to-ical-string): No longer kill buffer
2900         FROMBUF, this is now done by the caller.
2902         * org-exp.el (org-print-icalendar-entries): Move the call to
2903         `org-diary-to-ical-string' out of the loop, and kill the buffer
2904         afterwords.
2906         * org-remember.el (org-remember-visit-immediately): Position
2907         cursor after moving to the note.
2908         (org-remember-apply-template): Use a text property to record the
2909         cursor position.
2910         (org-remember-handler): Align tags after pasting the note.
2912 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2914         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2916         * org-agenda.el (org-agenda-open-link): If there is an
2917         org-bbdb-name property in the current line, jump to that bbdb
2918         entry.
2920         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2921         text property, so that the agenda knows where this entry comes
2922         from.
2924         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2925         interaction between clocking-in from the agenda, and  automatic
2926         task state switching.
2928         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2930         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2931         zmacs-region stays after this command in XEmacs.
2933 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2935         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2937         * org-remember.el (org-remember-templates): Fix bug in
2938         customization type definition.
2940         * org.el (org-map-entries): New function.
2942 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2944         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2945         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2947 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2949         * org-remember.el (org-jump-to-target-location): New variable.
2950         (org-remember-apply-template): Set
2951         `org-remember-apply-template' if requested by template.
2952         (org-remember-handler): Start an idle timer to jump to
2953         remember location.
2955         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2957         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2958         file tags.
2959         (org-get-tags-at): Add the content of `org-file-tags'.
2961         * org-exp.el (org-export-handle-comments): Fix bug with several
2962         comment lines after each other.
2963         (org-number-to-roman, org-number-to-counter): New functions.
2964         (org-export-section-number-format): New option.
2966 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2968         * org-exp.el (org-export-protect-examples): Catch the case of a
2969         missing end_example line.
2971         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2972         `org-file-tags' to nil.
2974         * org-colview.el (org-columns-next-allowed-value): Handle next
2975         argument NTH to directly select a value.
2977         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2978         argument NTH to directly select a value.
2980 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2982         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2984 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2986         * org.el (org-columns-ellipses): New option.
2988 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2990         * org-colview.el (org-columns-add-ellipses): New function.
2991         (org-columns-compact-links): New function.
2992         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2993         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2994         when in agenda.
2995         (org-columns-edit-value): Fixed bug with editing values from
2996         agenda column view.
2997         (org-columns-redo): Also redo the agenda itself.
2999 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3001         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3002         option.
3004         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3006         * org-exp.el (org-export-ascii-preprocess): Renamed from
3007         `org-export-ascii-clean-string'.
3008         (org-export-kill-licensed-text)
3009         (org-export-define-heading-targets)
3010         (org-export-handle-invisible-targets)
3011         (org-export-target-internal-links)
3012         (org-export-remove-or-extract-drawers)
3013         (org-export-remove-archived-trees)
3014         (org-export-protect-quoted-subtrees)
3015         (org-export-protect-verbatim, org-export-protect-examples)
3016         (org-export-select-backend-specific-text)
3017         (org-export-mark-blockquote-and-verse)
3018         (org-export-remove-comment-blocks-and-subtrees)
3019         (org-export-handle-comments, org-export-mark-radio-links)
3020         (org-export-remove-special-table-lines)
3021         (org-export-normalize-links)
3022         (org-export-concatenate-multiline-links)
3023         (org-export-concatenate-multiline-emphasis): New functions,
3024         obtained from spliiting the export preprocessor.
3026         * org-table.el (org-table-recalculate): Improve error message if
3027         the row number is invalid.
3029 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3031         * org-archive.el (org-archive-save-context-info): Fix bugs in
3032         customization setup and docstring.
3034         * org-exp.el (org-export-html-style): Changed the size of in the
3035         <pre> element to 90%.
3037 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3039         * org.el (org-find-src-example-start): Function removed.
3040         (org-edit-src-find-region-and-lang): New function.
3042 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3044         * org.el (org-edit-src-exit): New function.
3045         (org-exit-edit-mode): New minor mode.
3047         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3048         comment-like lines from protected examples.
3050         * org.el (org-edit-src-example, org-find-src-example-start)
3051         (org-protect-source-example, org-edit-special): New functions.
3053 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3055         * org-publish.el (org-publish-project-alist): Fix typo in
3056         docstring.
3057         (org-publish-project-alist): Handle :index-title property.
3059 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3061         * org-export-latex.el (org-export-as-latex): Make sure region
3062         bounds are correct.  Parse subtree properties relating to export.
3064         * org-exp.el (org-export-add-options-to-plist): New function.
3065         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3067 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3069         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3070         EXPORT_TITLE.
3072         * org-exp.el (org-export-get-title-from-subtree)
3073         (org-export-as-ascii, org-export-as-html): Make sure the original
3074         region-beginning and region-end are used, even after moving
3075         point.
3076         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3077         property.
3079         * org-remember.el (org-remember-last-stored-marker): New variable.
3080         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3081         (org-remember-handler): Also use marker to remember
3082         last-stored position.
3084         * org.el (org-goto-marker-or-bmk): New function.
3086 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3088         * org.el (org-file-properties): Renamed from `org-local-properties'.
3089         (org-scan-tags): Take file tags into account.
3090         (org-tags-match-list-sublevels): Default changed to t.
3092         * org-exp.el (org-export-as-html): Close paragraph after a
3093         footnote.
3095         * org.el (org-update-parent-todo-statistics): New function.
3097         * org-exp.el (org-icalendar-store-UID): New option.
3098         (org-icalendar-force-UID): Option removed.
3099         (org-print-icalendar-entries): IMplement UIDs.
3101 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3103         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3105 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3107         * org-faces.el (org-column): Document how this face is being used
3108         and why sometimes the background faces shine through.
3110         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3112         * org-publish.el (org-publish-attachment): Create publishing
3113         directory if it does not yet exist.
3115         * org-table.el (org-calc-default-modes): Change default number
3116         format to (float 8).
3118         * org.el (org-olpath-completing-read): New function.
3119         (org-time-clocksum-format): New option.
3120         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3122         * org-clock.el (org-clock-display, org-clock-out)
3123         (org-update-mode-line): Use `org-time-clocksum-format'.
3125         * org-colview-xemacs.el (org-columns-number-to-string): Use
3126         `org-time-clocksum-format'.
3128         * org-colview.el (org-columns-number-to-string): Use
3129         `org-time-clocksum-format'.
3131 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3133         * org-id.el: New file, move from contrib to core.
3135         * org-exp.el (org-icalendar-force-UID): New option.
3137 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3139         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3140         shifted by one day if theere is a date range without an end
3141         time.
3143         * org.el (org-try-structure-completion): New function.
3145 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3147         * org.el (org-set-font-lock-defaults): Improve fontification of
3148         description lists.
3149         (org-insert-item): Handle description lists.
3150         (org-adaptive-fill-function): Improve auto indentation in
3151         description lists.
3153         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3154         Implement VERSE environment.
3155         (org-export-preprocess-string): Implement the COMMENT
3156         environment.
3158         * org-export-latex.el (org-export-latex-preprocess): Implement
3159         VERSE environment.
3161 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3163         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3164         option.
3166 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3168         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3170         * org.el (org-quote-csv-field): New functions.
3172         * org-table.el (org-table-export-default-format): Remove :splice
3173         from default format, we get the same effect by not specifying
3174         :tstart and :tend.
3175         (org-table-export): Improve setup, distinguish better between
3176         interactive and non-interactive use, allow specifying the format
3177         on the fly, better protection against wrong file names.
3178         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3179         and :tend when :splice is omitted.
3181 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3183         * org-clock.el (org-clock-select-task): Make sure the selection
3184         letters are 1-9 and A-Z, no special characters.
3186 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3188         * org-exp.el (org-export-htmlize): New group.
3189         (org-export-htmlize-output-type)
3190         (org-export-htmlize-css-font-prefix): New options.
3191         (org-export-htmlize-region-for-paste): New function.
3192         (org-export-htmlize-generate-css): New command.
3194 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3196         * org/org.el (org-modules, org-format-latex-options):
3197         * org/org-archive.el (org-archive-stamp-time)
3198         (org-archive-save-context-info):
3199         * org/org-faces.el (org-hide):
3200         * org/org-irc.el (org-irc-parse-link):
3201         * org/org-macs.el (org-call-with-arg, org-autoload):
3202         * org/org-mew.el (org-mew-store-link):
3203         * org/org-remember.el (org-remember-store-without-prompt)
3204         (org-remember-templates): Fix typos in docstrings.
3206         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3208         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3209         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3210         (org-bbdb-anniv-split): Fix typos in docstrings.
3212         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3213         (org-publish-use-timestamps-flag): Reflow docstring.
3214         (org-publish-files-alist): Fix typos in docstring.
3216 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3218         * org.el (org-set-visibility-according-to-property): New function.
3219         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3220         and compute the regular expressions, and update font-lock.
3221         (org-property-re): Allow a dash in property names.
3223         * org-archive.el (org-extract-archive-file): Insert the file name
3224         without the path into the format, to allow the location format to
3225         contain a subdirectory.
3227         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3228         of buffer, and the `org-agenda-type' property undefined, use the
3229         value from the character before.
3231         * org.el (org-add-planning-info): Don't let indentation for
3232         would-be timestamp become extra whitespace at the end of headline.
3234 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3236         * org.el (org-remove-double-quotes, org-file-contents): New
3237         functions.
3239         * org-exp.el (org-infile-export-plist): Also parse the
3240         contents of #+SETUPFILE files, recursively.
3242         * org.el (org-set-regexps-and-options): Also parse the
3243         contents of #+SETUPFILE files, recursively.
3245         * org-exp.el (org-export-handle-include-files): New function.
3246         (org-export-preprocess-string): Call
3247         `org-export-handle-include-files'.
3249         * org.el (org-delete-property-globally)
3250         (org-delete-property, org-set-property): Ignore case during
3251         completion.
3252         (org-set-property): Use `org-completing-read' instead of
3253         `completing-read'.
3255         * org.el (org-complete-expand-structure-template): New,
3256         experimental function.
3257         (org-structure-template-alist): New, experimental option.
3258         (org-complete): Call `org-complete-expand-structure-template'.
3260 2008-05-06  Bastien Guerry  <bzg@altern.org>
3262         * org-export-latex.el (org-export-latex-preprocess): Added
3263         support for blockquotes.
3265 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3267         * org.el (org-read-date-analyze): Catch the case where only a
3268         weekday is given.
3270 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3272         * org.el (org-set-font-lock-defaults): Make the description
3273         tag bold.
3275         * org-exp.el (org-export-as-html, org-close-li): Implement
3276         description lists.
3278 2008-05-04  Jason Riedy  <jason@acm.org>
3280         * org-table.el (*orgtbl-default-fmt*): New variable.
3281         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3282         when there is no other fmt available.
3284         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3285         :tend to suppress the appropriate string.
3287         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3288         table.
3290 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3292         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3293         read date.
3295         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3296         New function.
3298         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3299         New function.
3301 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3303         * org-clock.el (org-clock-find-position): Don't include notes
3304         into clock drawer.
3306         * org-archive.el (org-archive-subtree): No longer remove an
3307         extra line after cutting the subtree.  `org-cut-subtree' already
3308         takes care of this.
3310         * org-remember.el (org-remember-handler): Only kill the target
3311         buffer if it does not contain the running clock.
3313         * org.el (org-markers-to-move): New variable.
3314         (org-save-markers-in-region, org-check-and-save-marker)
3315         (org-reinstall-markers-in-region): New function.
3316         (org-move-subtree-down, org-copy-subtree): Remember relative
3317         marker positions before cutting.
3318         (org-move-subtree-down, org-paste-subtree): Restore relative
3319         marker positions after pasting.
3321         * org-remember.el (org-remember-clock-out-on-exit): New option.
3322         (org-remember-finalize): Clock out only if the setting in
3323         `org-remember-clock-out-on-exit' requires it.
3324         (org-remember-handler): Do the cleanup in the buffer, to make sure
3325         that the clock marker remains in tact.
3327 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3329         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3330         (org-clock-in): Make sure that also tasks outside the narrowed
3331         region will be clocked in correctly.
3332         (org-clock-insert-selection-line): Widen the buffer so that we can
3333         find the correct task heading.
3335         * org.el (org-base-buffer): New function.
3337         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3338         and ";" are escaped.
3339         (org-print-icalendar-entries): Also apply
3340         `org-icalendar-cleanup-string' to the headline, not only to the
3341         summary property.
3343 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3345         * org-exp.el (org-export-preprocess-hook): New hook.
3346         (org-export-preprocess-string): Call
3347         `org-export-preprocess-hook'.
3349         * org.el (org-font-lock-hook): New variable.
3350         (org-font-lock-hook): New function.
3351         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3353 ;; Local Variables:
3354 ;; coding: utf-8
3355 ;; add-log-time-zone-rule: t
3356 ;; End:
3358     Copyright (C) 2008  Free Software Foundation, Inc.
3360   This file is part of GNU Emacs.
3362   GNU Emacs is free software: you can redistribute it and/or modify
3363   it under the terms of the GNU General Public License as published by
3364   the Free Software Foundation, either version 3 of the License, or
3365   (at your option) any later version.
3367   GNU Emacs is distributed in the hope that it will be useful,
3368   but WITHOUT ANY WARRANTY; without even the implied warranty of
3369   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3370   GNU General Public License for more details.
3372   You should have received a copy of the GNU General Public License
3373   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3375 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c