Column view: Force truncate-lines while column view is active
[org-mode.git] / lisp / ChangeLog
blob7a45458a3cfa8efc66e9dd92d8940e37a2902ec7
1 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-colview.el (org-colview-initial-truncate-line-value): New
4         variable.
5         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
6         (org-columns): Remember the value of `truncate-lines'.
8         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
9         New variable.
10         (org-columns-remove-overlays): Restore the value of
11         `truncate-lines'.
12         (org-columns): Remember the value of `truncate-lines'.
14         * org.el (org-columns-skip-arrchived-trees): New option.
16         * org-agenda.el (org-agenda-export-html-style): Define color for
17         org-agenda-done face.
18         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
19         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
21         * org.el (org-scan-tags): Use the new face.
23         * org-faces.el (org-agenda-done): New face.
25         * org.el (org-scan-tags): Test the value org
26         `org-tags-match-list-sublevels'.
27         (org-tags-match-list-sublevels): New allowed value: indented.
29         * org-export-latex.el (org-export-latex-make-header): Apply macros
30         in header.
32         * org-exp.el (org-export-apply-macros-in-string): New function.
34         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
35         with the definition of a checked box.
37         * org-clock.el (org-clock-find-position): Fix drawer indentations.
39         * org-export-latex.el (org-export-latex-low-levels): More options
40         for how to process lower levels in LaTeX.
41         (org-export-latex-subcontent): Better treatment for lists as a
42         means of publishing lower levels.
44 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org.el (org-set-font-lock-defaults): Use new checkbox face.
48         * org-faces.el (org-checkbox): New face.
50         * org-exp.el (org-export-html-preprocess): Only create LaTeX
51         fragement images if there is an export file.
53 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
55         * org-agenda.el (org-stuck-projects): Document that the subtree of
56         projects that are not stuck will now be searched for stuck
57         sub-projects.
58         (org-agenda-skip-entry-when-regexp-matches)
59         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
60         (org-agenda-list-stuck-projects): Use
61         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
63         * org-export-latex.el (org-export-latex-preprocess): Improve
64         export of verses.
66         * org-exp.el (org-export-as-html): Implement centering as a div
67         rather than a paragraph.  Do a better job with line-end in verse
68         environments.
70 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org.el (org-open-at-point): Fix tags searches by mouse click.
74 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
76         * org-export-latex.el (org-export-latex-preprocess): Implement the
77         centering markup.
79         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
80         from `org-export-mark-blockquote-and-verse'.
81         (org-export-as-html): Implement the centering markup.
83         * org-export-latex.el (org-export-latex-tables): Fix vertical
84         lines in tables.
86 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
88         * org.el (org-read-date-history): New variable.
89         (org-read-date): Use new history variable.
90         (org-toggle-heading): Fix bug when used before first headline.
91         (org-store-log-note): Remove drawer if empty while note is
92         aborted.
93         (org-remove-empty-drawer-at): New function.
94         (org-check-after-date): New command.
95         (org-sparse-tree): New sparse tree command "a".
97         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
99 2009-03-14  Bastien Guerry  <bzg@altern.org>
101         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
102         column and a space, not only a column.
104 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
106         * org-export-latex.el (org-export-latex-emphasis-alist): Better
107         defaults for verbose emphasis.
108         (org-export-latex-emph-format): New function.
109         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
111         * org-agenda.el (org-agenda-menu): Add new commands to menu.
112         (org-agenda-do-date-later, org-agenda-do-date-earlier)
113         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
114         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
115         commands.
117         * org.el (org-timestamp-change): Move end-time along with start
118         time.
120 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
122         * org-exp.el (org-export-target-internal-links)
123         (org-export-as-html): Protect links specified as #name.
125 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
127         * org.el (org-clone-subtree-with-time-shift): New command.
129         * org-export-latex.el (org-export-latex-special-chars)
130         (org-export-latex-treat-sub-super-char): Fix subscript export.
132         * org-exp.el (org-create-multibrace-regexp): Do not add
133         backslashes to the class.
135 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
137         * org-colview.el (org-columns-map): Better functions for moving up
138         and down a row, even if `truncate-line' is nil.
140         * org.el (org-insert-todo-heading): Make sure the keyword is
141         inserted at the correct position.
143         * org-publish.el (org-publish-project-alist)
144         (org-publish-projects, org-publish-org-index): Change default anme
145         for the index of file names to "sitemap.org".
147         * org-export-latex.el (org-export-latex-tables): Use
148         `org-split-string', for Emacs 21 compatibility.
150 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
152         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
154 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-exp.el (org-export-page-description)
157         (org-export-page-keywords): New variables.
158         (org-export-plist-vars): Add entries for :keywords and
159         :description.
160         (org-infile-export-plist): Parse for new keywords.
161         (org-get-current-options): Add new keywords
162         (org-export-as-html): Publish description and keywords.
164         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
165         option.
166         (org-agenda-add-entry-text): Honor
167         `org-agenda-add-entry-text-descriptive-links'.
169         * org-export-latex.el (org-export-latex-preprocess): Make all
170         external preprocess functions use a PARAMETER arg.
172         * org-exp.el (org-export-preprocess-string)
173         (org-export-select-backend-specific-text)
174         (org-export-format-source-code-or-example)
175         (org-format-org-table-html): Support docbook export.
176         (org-export-preprocess-string): Make all external preprocess
177         functions use a PARAMETER arg.
179 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
181         * org-exp.el (org-export-html-style-include-scripts): New option.
182         (org-export-plist-vars): Add new option
183         `org-export-html-style-include-scripts'.
184         (org-export-as-html): Honor new option
185         `org-export-html-style-include-scripts'.
186         (org-export-html-scripts, org-export-html-style-default): Fix
187         xml issues with the Safari browser.
189 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org-publish.el (org-publish-attachment): Only copy file when the
192         directories differ.
194 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
196         * org-clock.el (org-clocktable-steps): Use inactive time stamps
197         for clocktable steps.
199         * org.el (org-additional-option-like-keywords): Add two more
200         keywords.
202 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
204         * org-exp.el (org-export-format-source-code-or-example): Mark
205         temporary buffer unmodified, so that it will be killed even if
206         mode like message mode has decided to assign a file name.
208         * org.el (org-scan-tags): Improve tag inheritance.
209         (org-scan-tags, org-make-tags-matcher): Make tag comparison
210         case-sensitive.
211         (org-scan-tags): Use the internal tags list instead of creating it
212         from scratch.
213         (org-trust-scanner-tags, org-scanner-tags): New variables.
214         (org-scan-tags): Set `org-scanner-tags'.
215         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
216         (org-map-entries): Document the possible speedup using scanner
217         tags.
219 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
221         * org.el (org-add-planning-info): Fix bug with looking for keyword
222         only at column 0.
224         * org-agenda.el (org-agenda-custom-commands-local-options): Add
225         option for tags filter preset.
226         (org-prepare-agenda): Store filter preset as a property on the
227         filter variable.
228         (org-finalize-agenda): Call the filter, if there is a preset.
229         (org-agenda-filter-by-tag): Filter again after clearing the
230         filter, when there still is a preset.
231         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
232         Include the preset filter.
233         (org-agenda-redo): Apply the filter again, also the preset filter.
235         * org-exp.el (org-export-as-html): Use IDs in the correct way.
237         * org.el (org-uuidgen-p): New funtion.
239         * org-agenda.el (org-agenda-fontify-priorities): New default value
240         `cookies'.
241         (org-agenda-fontify-priorities): Renamed from
242         org-fontify-priorities.
244         * org.el (org-set-font-lock-defaults): Call
245         `org-font-lock-add-priority-faces'.
246         (org-font-lock-add-priority-faces): New function.
248         * org-faces.el: (org-set-tag-faces): New option.
249         (org-priority-faces): New variable.
251         * org-exp.el (org-export-as-html): Add a "content" div around the
252         entire content of the body tag.
253         (org-export-html-get-bibliography): New function.
254         (org-export-html-validation-link): New variable.
255         (org-export-as-html): Add validation link to exported page.
257         * org.el (org-match-sparse-tree): Renamed from
258         `org-tags-sparse-tree'.
259         (org-tags-sparse-tree): New alias.
261 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
263         * org.el (org-get-valid-level): Catch the case where the level
264         change is nil.
266         * org-clock.el (org-clock-find-position): Better indentation of
267         new clock drawers.
269 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
271         * org-agenda.el (org-agenda-quit): Delete window only when the
272         frame-setup was not `current-window'.
274         * org.el (org-tag-persistent-alist): New option.
275         (org-startup-options): Add keyword `noptag'.
276         (org-fast-todo-selection): Handle :newline correctly.
277         (org-set-tags): Handle :newline correctly.
278         (org-fast-tag-selection): Handle :newline correctly.
280 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
282         * org-exp.el (org-export-as-ascii): Reverse link buffer before
283         outputting it.
284         (org-export-ascii-push-links): Fix bug with pussing links into the
285         export buffer.
287 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
289         * org-archive.el (org-archive-subtree): Do not add 1 to level if
290         pasting at top level.
292         * org-bbdb.el: Improve documentation.
294 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
296         * org-list.el (org-insert-item): Only consider insert empty lines
297         is `org-empty-line-terminates-plain-lists' is not nil.
299         * org.el (org-blank-before-new-entry): Mention the dependence on
300         `org-empty-line-terminates-plain-lists' in the docstring.
302         * org-publish.el (org-publish-get-project-from-filename): New
303         optional argument UP.  Only find the top project if UP is set.
304         (org-publish-current-project): Find the top encloding project.
306         * org-agenda.el (org-agenda-before-write-hook)
307         (org-agenda-add-entry-text-maxlines): New options.
308         (org-write-agenda): Run the new hook in the temporary buffer.
309         (org-agenda-add-entry-text): New function.
310         (org-write-agenda): Implement PDF export, using ps2pdf.
312         * org.el (org-global-properties-fixed, org-global-properties):
313         Improve documentation string.
315         * org-exp.el (org-export-ascii-links-to-notes): New option.
316         (org-export-as-ascii): Handle links better.
317         (org-export-ascii-wrap, org-export-ascii-push-links): New
318         functions.
320 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
322         * org-agenda.el (org-agenda): Make prefix arg optional.
323         (org-agenda-search-headline-for-time): New option.
324         (org-format-agenda-item): Honor
325         `org-agenda-search-headline-for-time'.
327         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
328         characters.
330         * org.el (org-self-insert-cluster-for-undo): New option.
331         (org-self-insert-command): Cluster undo for 20 characters.
332         (org-self-insert-command-undo-counter): New variable.
334 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
336         * org-exp.el (org-export-as-html): Fix problem with closing colone
337         example.
339 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
341         * org-export-latex.el (org-export-as-latex)
342         (org-export-latex-first-lines): Avoid modification flag when
343         adding or removing text properties.
344         (org-export-latex-fontify): Catch error when org-emph-alist has
345         entries that are not defined for LaTeX export.
347         * org.el (orgstruct++-mode): New function.
348         (turn-on-orgstruct++): Call `orgstruct++-mode'.
349         (org-context-p): Allow detecting item context after the first line
350         of an item.
351         (orgstruct-make-binding): Detect if item-body context should be
352         seen.
353         (orgstruct-is-++): New variable.
354         (org-add-planning-info): Catch the case when there is no planning
355         info yet and the call does not want to add anything, only maybe
356         tries to remove something.
357         (org-special-ctrl-a/e): All value to be a cons cell with separate
358         settings for `C-a. and `C-e'.
359         (org-beginning-of-line, org-end-of-line): Honor separate values
360         for `C-a' and `C-e'.
362 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
364         * org.el (org-reload): New command.
366 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
368         * org-exp.el (org-export-htm-get-tag-class-name)
369         (org-export-htm-get-todo-kwd-class-name): New functions.
370         (org-export-html-tag-class-prefix)
371         (org-export-html-todo-kwd-class-prefix): New options.
372         (org-export-as-html): Call
373         `org-export-html-get-todo-kwd-class-name'.
374         (org-html-level-start): Wrap tags into classes.
375         (org-export-html-get-tag-class-name)
376         (org-export-html-get-todo-kwd-class-name): New functions.
378         * org-export-latex.el (org-export-latex-collect-header-macros):
379         Remove fields that are used anyway.
380         (org-export-latex-make-header): Insert the options earlier.
382         * org-agenda.el (org-agenda-get-progress): Fix bug with state
383         matching.
385         * org-list.el (org-indent-item): Allow point to be at the end of
386         the region.
388         * org.el (org-metaleft, org-metaright): Be more accurate about
389         detecting a region where commands apply.
391         * org-compat.el (org-cursor-to-region-beginning): New function.
393         * org.el (org-priority): Also find invisible heading.
395         * org-colview-xemacs.el (org-columns-edit-value): No special
396         treatment for `org-todo' prefix.
398         * org-colview.el (org-columns-edit-value): No special treatment
399         for `org-todo' prefix.
401         * org-remember.el (org-remember-apply-template): Use
402         `org-completing-read-no-ido'.
404         * org.el (org-completing-read-no-ido): New function.
405         (org-make-tags-matcher, org-set-property): Use
406         `org-completing-read-no-ido'.
408         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
409         New option.
410         (org-export-as-latex): Import in-buffer settings as TeX macros.
411         (org-export-latex-make-header): Additional parameter OPT-DEFS.
412         (org-export-latex-collect-header-macros): New function.
414         * org.el (org-refile-get-location): Turn off
415         `partial-completion-mode'.
417 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org.el (org-block-todo-from-checkboxes): Announce that
420         checkboxes are the culprit.
421         (org-block-todo-from-children-or-siblings): Call
422         `org-up-heading-all instead' of `outline-up-heading'.
424         * org-agenda.el (org-agenda-show-1): Renamed from
425         `org-agenda-show'.
426         (org-agenda-show): Re-install the old version for now.
427         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
428         variable into the blokker hook, so that the checkbox checker can
429         anounce that it caused the blocking.
431         * org.el (org-track-ordered-property-with-tag): New option.
432         (org-toggle-ordered-property): Honor
433         `org-track-ordered-property-with-tag'.
434         (org-tag-alist): Add newline options.
435         (org-set-regexps-and-options): Separate option lines imply a
436         newline.
437         (org-set-regexps-and-options, org-assign-fast-keys)
438         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
439         option.
440         (org-indent-line-function): Make sure this works even if there is
441         not `org-drawer-regexp' defined.  This can happen when
442         orgstruct-mode is used in a non-org buffer.
444         * org-list.el (org-checkbox-blocked-p): New function.
445         (org-toggle-checkbox): Check for blocking.
447         * org.el (org-modules): Add an entry for org-R.el.
449         * org-agenda.el (org-agenda-todo-ignore-with-date)
450         (org-agenda-todo-ignore-scheduled)
451         (org-agenda-todo-ignore-deadlines): Mention the variable
452         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
454         * org.el (org-get-wdays): Find the warning period also if it is in
455         the wrong place.
456         (org-ido-completing-read): Provide the correct arguments to
457         ido-completing-read and bind `ido-enter-matching-directory' to
458         nil.
460 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org.el (org-olpath-completing-read): Never use ido for this
463         one.
465         * org-exp.el (org-export-normalize-links): Use new macro.
467         * org-macs.el (org-if-unprotected-at): New macro.
469         * org-agenda.el (org-agenda-show): Allow numerical prefix
470         arguments to specify how much context should be shown.
471         (org-agenda-cycle-show): New command, could be bound to SPC in
472         org-agenda-mode-map.
474         * org-exp.el (org-html-level-start): Space after section number.
476 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
478         * org-agenda.el (org-agenda-get-sexps): Add todo state as
479         property, for sorting.
480         (org-cmp-todo-state): Get the applicable TODO keywords directly
481         from the buffer.
482         (org-run-agenda-series, org-agenda-list, org-search-view)
483         (org-todo-list, org-tags-view): Only fit agenda window when the
484         whole series is done.
486         * org.el (org-scan-tags): Add todo state as property, for sorting.
488         * org-agenda.el (org-agenda-custom-commands-local-options): Add
489         `org-agenda-overriding-header' as an option.
490         (org-agenda-list): Honor org-agenda-overriding-header'.
492 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
494         * org-list.el (org-toggle-checkbox): Improve cursor positioning
495         after removing a checkbox.
497         * org.el (org-show-entry): Make this work correctly also if it is
498         the last entry in the file.
499         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
500         falling back to normal, default command.
501         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
502         item, call the checkbox toggler to get a box.
504         * org-list.el (org-toggle-checkbox): Make double prefix set the
505         checkbox to "[-]".
506         (org-fix-bullet-type): Only replace bullet it it is changed.
507         (org-renumber-ordered-list): Handle case when first item does not
508         have a number.
510         * org.el (org-add-log-setup): Fix positioning when
511         `org-log-states-order-reversed' is nil.
513         * org-clock.el (org-clock-in): Fix positioning when
514         `org-log-states-order-reversed' is nil.
515         (org-clock-find-position): Fix positioning when
516         `org-log-states-order-reversed' is nil.
518 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
520         * org-clock.el (org-clock-into-drawer): Take default from
521         `org-log-into-drawer'.
522         (org-clock-find-position): Look for the correct drawer.
524         * org.el (org-log-into-drawer): Renamed from
525         `org-log-state-notes-into-drawer'.
526         (org-log-state-notes-into-drawer): New variable alias.
527         (org-add-log-setup): Make drawer name default to LOGBOOK, not
528         CLOCK.
529         (org-insert-property-drawer): Also skip LOGBOOK drawers.
531 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
533         * org-agenda.el (org-agenda): Fix docstring.
535         * org.el ("org-plot"): Help loading org-plot.
536         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
537         (org-metadown-hook, org-shiftmetaleft-hook)
538         (org-shiftmetaright-hook, org-shiftmetaup-hook)
539         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
540         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
541         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
542         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
544         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
545         for selecting files with any (and even without) extension.
547         * org.el (org-save-all-org-buffers): Also save id locations.
548         (org-revert-all-org-buffers): Also load id locations.
550 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
551         * org.el (org-drawers): Add LOGBOOK to the default drawers.
552         (org-log-state-notes-into-drawer): New option.
553         (org-add-log-setup): Place the sate note marker into the drawer,
554         create drawer when necessary.
555         (org-refile-targets): Document special interpretation of LEVEL
556         when odd-levels are used.
558 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
560         * org.el (org-store-log-note): Fix note indentation when adding
561         notes to end of list.
563         * org-exp.el (org-export-as-html): Add TODO keyword as extra
564         class, so that each keyword can get special colors through CSS.
566         * org-clock.el (org-clock-out): Add another nil for the previous
567         state into the call to `org-add-log-setup'.
569         * org.el (org-log-note-previous-state): New variable.
570         (org-log-note-headings): New %S escape for old state.
571         (org-todo): Call the note setup with the old state as an
572         argument.
573         (org-add-note): Add another nil for the previous state into the
574         call to `org-add-log-setup'.
575         (org-add-log-setup): New argument PREV-STATE.
576         (org-add-log-note): Handle new %S escape.
577         (org-store-log-note): Handle new %S escape.
579 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
581         * org-clock.el (org-clock-find-position): Do not swallow an item
582         less indented than the CLOCK line itself.
583         (org-clock-in): Push markers to lin after the clock line.
584         (org-clock-find-position): Handle values of
585         `org-clock-into-drawer' smaller than 2.
587         * org-exp.el (org-html-level-start): Add a CSS class to section
588         numbers.
589         (org-export-html-toplevel-hlevel): Better documentation of the
590         influence of this variables on H levels and css classes in
591         export.
593 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
595         * org-agenda.el (org-agenda-custom-commands-local-options): Add
596         timestamp and nottimestamp to the chooe menu.
598         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
599         (org-revert-all-org-buffers): New command.
601 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
603         * org.el (org-return): Implement `org-return-follows-link' in the
604         function org-return.  This is more robust than using the mouse
605         map, I think.
606         (org-set-regexps-and-options): Match more general #+TODO lines.
607         (org-make-options-regexp): New optional argument EXTRA, for an
608         extra regexp.
609         (org-tab-follows-link): Mark as deprecated.
611 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org-exp.el (org-export-preprocess-string): Remove clock lines
614         earlier, so that they cannot cotribute to verbatim snippets.
616 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
618         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
619         for finding drawers.
620         (org-export-as-ascii, org-export-as-html): Count levels relative
621         to the subtree header.
622         (org-get-min-level): New optional argument OFFSET.
623         (org-export): Make sure point is restored after popping up that
624         window.
626         * org.el (org-do-sort): Also take an inactive timestamp if no
627         active one is found.
629         * org-colview-xemacs.el (org-columns-capture-view): Copy before
630         deleting duplicates.
632         * org-colview.el (org-columns-capture-view): Copy before
633         deleting duplicates.
635         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
636         text before first headline.
638         * org.el (org-format-latex): Do not convert LaTeX fragments in
639         protected examples.
641 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org-exp.el (org-export-html-style-default): Use color values
644         instead of names for XHTML validation.
646         * org.el (org-get-scheduled-time, org-get-deadline-time): New
647         functions.
648         (org-return-follows-link): Revert making this the default untile
649         issues are resolved.
651         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
652         nottimestamp.
654 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org.el (org-mode): Make dependence stuff work more reliably.
657         (org-update-parent-todo-statistics): Fix bug with updating
658         statistics cookie.
660         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
661         ~ as verbatim delimiters.
663         * org-exp.el (org-export-html-format-image): New argument
664         PAR-OPEN.
665         (org-export-as-html): Pass par-open to
666         `org-export-html-format-image'.
668 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
670         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
671         (org-use-fast-todo-selection, org-tags-column): New default
672         setting for variables, based on a poll what typical uses use.
674         * org-agenda.el (org-agenda-sorting-strategy)
675         (org-agenda-tags-column): New default setting for variables, based
676         on a poll what typical uses use.
678 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
680         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
681         blocked entries from setting the blocked tag.
683         * org-exp.el (org-export-html-footnotes-section): Use a more
684         consistent id for footnotes.
686         * org-export-latex.el (org-export-latex-classes): Remove the
687         a4paper option from the default styles.
689 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
691         * org.el (org-enforce-todo-checkbox-dependencies): New option.
692         (org-block-todo-from-checkboxes): New function.
693         (org-todo): Make tripple prefix arg circumvent blocking.
695         * org-timer.el (org-timer): Provide the timer feature.
697         * org.el (org-require-autoloaded-modules): Add a few more files to
698         the list of autoloaded modules.
700         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
702 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
704         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
705         drawers that are unprotected.
706         (org-export-html-format-image): Make sure inlined LaTeX fragment
707         images remain inlined.
709         * org.el (org-toggle-ordered-property): New function.
710         (org-mode-map): Add a key for `org-toggle-ordered-property'.
711         (org-org-menu): Add menu entries for TODO dependencies.
713 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
715         * org.el (org-default-properties): Add ORDERED to the default
716         properties, to get completion support for it.
718         * org-list.el (org-update-checkbox-count): Update more than one cookie.
720         * org.el (org-update-parent-todo-statistics): Update more than one
721         cookie.
723         * org-agenda.el (org-agenda-get-todos): Start search from correct
724         position.
726         * org.el (org-fast-todo-selection): Make sure TODO selection does
727         not change buffer position.
729         * org-list.el (org-toggle-checkbox): Implement adding or removing
730         checkboxes from line or region when called with a prefix
731         argument.
733         * org-rmail.el (org-rmail-store-link): Protect the call to
734         `rmail-narrow-to-non-pruned-header'.
736         * org-clock.el (org-clock-special-range): Fix week display in
737         clock tables.
739         * org-exp.el (org-get-current-options): Fix bug when in indirect
740         buffer.
742 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
744         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
745         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
746         (org-agenda-dim-blocked-tasks): New function.
748         * org.el (org-enforce-todo-dependencies): New option.
749         (org-block-todo-from-children-or-siblings): New function.
751         * org-faces.el (org-agenda-dimmed-todo-face): New face.
753         * org.el (org-todo): Return correct state type even if the blocker
754         throws an error.
755         (org-modifier-cursor-error): Renamed from
756         `org-shiftcursor-error'.
757         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
758         (org-shiftmetadown): Call `org-modifier-cursor-error'.
760         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
761         to get real errors from the blocker hook.
763         * org.el (org-shiftselect-error, org-call-for-shift-select): New
764         functions.
765         (org-set-visibility-according-to-property): Turn off the setting
766         of `org-show-entry-below', to avoid overruling a FOLDED visibility
767         property.
769 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org.el (org-support-shift-select): New option.
772         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
773         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
774         selection outside contexts.
776         * org-list.el (org-at-item-bullet-p): New function.
778         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
779         variables.
781         * org-footnote.el (org-footnote-normalize): Remove unnecessary
782         variable.
783         (org-insert-footnote-reference-near-definition): Remove
784         unnecessary let form.
786         * org-export-latex.el (org-export-latex-first-lines): Add
787         OPT-PLIST parameter.
788         (org-export-as-latex): Call `org-export-latex-first-lines' with
789         opt-plits parameter.
790         (org-export-latex-preprocess): Remove unnecessary variables.
792         * org-exp.el (org-infile-export-plist)
793         (org-export-add-options-to-plist, org-export-kill-licensed-text)
794         (org-export-remove-headline-metadata)
795         (org-export-get-title-from-subtree, org-get-min-level)
796         (org-html-do-expand): Remove innecessary let form.
798         * org-colview-xemacs.el (org-columns-display-here): Remove
799         unnecessary variables.
801         * org-colview.el (org-columns-display-here): Remove unnecessary
802         variables.
804         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
805         variables.
807         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
808         unnecessary variables.
810         * org-agenda.el (org-search-view, org-agenda-get-blocks)
811         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
812         variables.
814         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
815         (org-compact-display-after-subtree-move): Remove unnecessary
816         variables.
817         (org-edit-fixed-width-region): Remove unnecessary variables.
818         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
819         (org-olpath-completing-read): Remove unnecessary variable.
820         (org-auto-repeat-maybe): Remove unnecessary variable.
821         (org-map-entries): Remove unnecessary variable.
822         (org-buffer-property-keys, org-imenu-get-tree)
823         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
825 -----------------------------------------------------------------
827 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
828         * org-exp.el (org-export-remove-timestamps): Never remove
829         timestamps from tables.
831         * org-export-latex.el (org-export-latex-first-lines): Add more
832         options to the preprocessing of the text before the first
833         headline.
835 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
837         * org-faces.el (org-clock-overlay): Make face compatible with
838         XEmacs.
840         * org.el (org-yank): Add property for delete-selection mode.
842         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
844         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
845         variable.
847         * org-table.el (org-table-insert-hline): Fix typo in fuction call
848         to `backward-char'.
850         * org-exp.el (org-export-as-html): Remove the initial space from
851         colon examples.
853         * org.el (org-scan-tags): Call
854         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
856         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
857         customization groups.
858         (org-agenda-tags-todo-honor-ignore-options): New option.
859         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
860         New function.
861         (org-agenda-get-todos): Use
862         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
864 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
866         * org-exp.el (org-export-format-source-code-or-example): Escape
867         HTML characters also in examples that anre not treated with
868         htmlize.  Also, just switch to EXAMPLE processing if we do not
869         have a good version of htmlize.
871         * org-rmail.el: Fix copyright notice.
873         * org.el (org-activate-footnote-links): Improve footnote link
874         highlighting.
876         * org-footnote.el (org-footnote-normalize): Fix finding the end of
877         a footnote definition at the end of the file.
879         * org-table.el (org-table-get-specials): Add an imagined hline at
880         the end of the table.  This can be useful for references that want
881         to go to the end of the table.  Also fix bug when computing last
882         row constants, in tables that do not start right at the right
883         margin.
884         (org-table-eval-formula): Match and replace remove references.
885         (org-table-formula-substitute-names): Make sure that names inside
886         a "remote" call are left alone, the will be replaced later when
887         the remote call is handled.
888         (org-table-convert-refs-to-rc): Do not convert things that might
889         look like a reference, but are really part of an ID or namei n a
890         remote reference.
891         (org-table-get-remote-range): New function.
893 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
895         * org-faces.el (org-clock-overlay): Fix bug in face definition.
897         * org-clock.el (org-clock-put-overlay): Use new face instead of
898         `secondary-selection'.
900         * org-faces.el (org-clock-overlay): New face.
902 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
904         * org-exp.el (org-get-current-options): Include the option for
905         publishing time stamps.
907         * org.el (org-toggle-heading): Renamed from
908         `org-toggel-region-headings'.
909         No longer needs a region defined, but will use it if there is one.
910         (org-ctrl-c-star): Simplified, relying more on the internal
911         workings of `org-toggle-heading'.
912         (org-toggle-item): Renamed from `org-toggle-region-items'.
913         No longer needs a region defined, but will use it if there is one.
914         (org-ctrl-c-minus): Simplified, relying more on the inernal
915         workings of `org-toggle-item'.
917         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
918         environment detection.  Also, do real changes only in unprotected
919         places.
921 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
923         * org-export-latex.el (org-export-latex-quotation-marks): Use
924         `org-if-unprotected-1'.
925         (org-export-latex-set-initial-vars): Check for class definition in
926         property.
928         * org-macs.el (org-if-unprotected-1): New macro.
930 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
932         * org-compat.el (org-count-lines): New function.
934         * org-exp.el (org-export-format-source-code-or-example): Handle
935         switches related to text areas.
937         * org.el (org-activate-footnote-links): Don't allow match inside a
938         link.
940         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
942         * org-export-latex.el (org-export-latex-links): Keep a relative
943         path relative also after export.
945         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
947         * org.el (org-make-tags-matcher): Never use IDO for completing the
948         tags matcher match string.
949         (org-completing-read): Also remove the special biding for "?".
951         * org-attach.el (org-attach-allow-inheritance): New option.
952         (org-attach-inherited): New variable.
953         (org-attach-dir): Handle properties related to the attachment
954         directory.
955         (org-attach-check-absolute-path): New function.
956         (org-attach-set-directory, org-attach-set-inherit): New commands.
957         (org-attach): Accommodate the new commands in the dispatcher.
959 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
961         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
962         `window-full-width-p'.
964         * org-exp.el (org-export-as-html): Only check for images files
965         that really can be inlined
967         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
968         list of extensions to be a parameter.
970         * org-exp.el (org-export-html-inline-image-extensions): New
971         variable.
973         * org-agenda.el (org-prepare-agenda): Use
974         `org-agenda-block-separator'.
975         (org-agenda-block-separator): New option.
977 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
979         * org-export-latex.el (org-export-latex-tables): Call
980         `org-table-clean-before-export' with the new optional argument.
982         * org-exp.el (org-table-clean-before-export): New optional
983         parameter MAYBE-QUOTED, allows for quoted characters like \# in
984         first column.
986 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
988         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
989         histograms.
991         * org-colview.el (org-colview-construct-allowed-dates): Better
992         error catching when a date/time property does not have allowed
993         values defined.
995         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
996         Better error catching when a date/time property does not have
997         allowed values defined.
999 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1001         * org.el (org-map-entries): Restore point and restriction after
1002         `org-map-entries'.
1004 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1006         * org.el (org-time=, org-time<, org-time<=, org-time>)
1007         (org-time>=, org-time<>): Make sure both values are dates.
1009 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1011         * org-archive.el (org-extract-archive-heading): Allow %s for file
1012         name also in achive location heading.
1014 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1016         * org-archive.el (org-add-archive-files): Uniquify the list before
1017         returning it.
1019 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1021         * org-compat.el (org-fit-window-to-buffer): Use
1022         `window-full-width-p'.
1024         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1025         space after the colon in short examples.
1027         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1028         enforce a space after the colon.  However, we also allow lines
1029         that are *only* a colon.
1030         (org-export-as-html): Enforce the space after the colon in short
1031         examples.
1032         (org-export-preprocess-string): Do the colon example protection
1033         earlier.
1034         (org-export-remove-timestamps): Do not check for protection at the
1035         end of the line.
1037 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1039         * org.el (org-format-latex-options): Add new matcher for single
1040         letters between dollars.
1041         (org-get-header): Function removed.
1042         (org-heading-components): New function.
1044         * org-exp.el (org-export-define-heading-targets): Record ID's also
1045         as alternative targets.
1046         (org-export-as-html): Interpret "id:" links to other files by
1047         preserving the relative path.
1049         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1050         is nil.
1052         * org-exp.el (org-export-normalize-links): Protect the main link,
1053         to avoid special character processing.
1055         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1056         New variable.
1057         (org-export-latex-special-string-regexps): Variable removed.
1058         (org-export-latex-keywords): Use the new regexp.
1060         * org-exp.el (org-export-handle-include-files): Fetch switches and
1061         put them into the BEGIN statement.
1063         * org-timer.el (org-timer-mode-line-string): New variable.
1065         * org-clock.el (org-clock-mode-line-map): Renamed from
1066         `org-clock-mode-map'.
1067         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1068         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1069         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1070         (org-clock-remove-overlays): Renamed from
1071         `org-remove-clock-overlays'.
1073         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1074         and mode line display.
1075         (org-timer-stop): New command.
1076         (org-timer-seconds): Return correct time when timer is paused.
1077         (org-timer-mode-line-timer): New variable.
1078         (org-timer-set-mode-line, org-timer-update-mode-line): New
1079         functions.
1081         * org.el (org-insert-heading):  Handle new value `auto' for
1082         `org-blank-before-new-entry'.
1083         (org-org-menu): Add new items for timer functions.
1085         * org-list.el (org-insert-item): Handle new value `auto' for
1086         `org-blank-before-new-entry'.
1088         * org.el (org-blank-before-new-entry): New value `auto', made
1089         default.
1091 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1093         * org-exp.el (org-export-normalize-links): If the link is also
1094         used as the description, protect the description.
1096 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1098         * org.el (org-closest-date): Fix bug with yearly repeats, in
1099         combination with preference of the past as it is used for deadline
1100         and scheduling search.
1102         * org-exp.el (org-html-handle-time-stamps): No longer check for
1103         the `org-export-with-timestamps' option, because the preprocesser
1104         has taken care of this already.
1106         * org.el (org-entry-properties): Catch the case when this is
1107         called in a non-org-mode file.
1109         * org-export-latex.el (org-export-latex-remove-from-headlines):
1110         Variable made obsolete, also LaTeX export now uses the standard
1111         variables.
1112         (org-export-as-latex): Add the timestamps parameter to the
1113         preprocessor parameter list.
1114         (org-export-latex-content): Export the remaining keywords without
1115         considering to remove them.
1116         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1117         Use bold font instead of tt font for the keywords.
1118         (org-export-latex-fontify-headline): Format headlines, assuming
1119         that all keywords still present should be published.
1120         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1121         publish what ever remains of the time stamps.
1122         (org-export-latex-list-parameters): New option.
1123         (org-export-latex-lists): Pass additional parameters to the list
1124         converter.
1126         * org-exp.el (org-export-preprocess-string): Remove clock lines
1127         and timestamps already in the preprocesor.
1128         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1129         functions.
1130         (org-export-as-ascii, org-export-as-html): Add the timestamps
1131         parameter to the preprocessor parameter list.
1133         * org-list.el (org-list-parse-list): Parse for checkboxes.
1134         (org-list-to-generic): Introduce and handle new parameters :cbon
1135         and :cboff.
1136         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1137         optional parameter PARAMS.
1139         * org-export-latex.el (org-export-latex-special-chars): Fix
1140         problems with interpreting dollar signs.
1141         (org-inside-latex-math-p): New function.
1142         (org-export-latex-preprocess): Protect all the math fragments.
1144         * org.el (org-latex-regexps): Allow a dash after a dollar.
1146         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1147         mark after copying.
1149         * org-agenda.el (org-run-agenda-series): Have series options set
1150         when finalizing the agenda.
1152         * org-exp.el (org-export-format-source-code-or-example): Protect
1153         the converted examples.
1155         * org.el (org-set-regexps-and-options): Fix the regexp
1156         `org-complex-heading-regexp'.
1158 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1160         * org.el (org-edit-src-get-label-format): New function.
1161         (org-coderef-label-format): New option.
1162         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1163         a label format specification and make sure it is used in the edit
1164         buffer.
1165         (org-edit-src-get-label-format): New function.
1166         (org-store-link): Handle new coderef formats.
1167         (org-link-search): Handle new coderef formats.
1169         * org-footnote.el (org-footnote-create-definition)
1170         (org-footnote-goto-local-insertion-point): Make footnote insertion
1171         work correctly when the "Footnotes" headline is the last line in
1172         the buffer.
1174         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1175         the location.
1177 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1179         * org-w3m.el (org-w3m): New customization group.
1180         (org-w3m-deactivate-mark): New option.
1181         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1182         option say not to.
1184 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org.el (org-set-font-lock-defaults): Trigger footnote
1187         fontification.
1188         (org-activate-footnote-links): New function.
1189         (org-activate-links): New entry `footnote'.
1191         * org-faces.el (org-footnote): New face.
1193 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1195         * org-macs.el (org-re): Handle the [:word:] class.
1197         * org-exp.el (org-export-preprocess-string): Call
1198         `org-export-protect-colon-examples'.
1199         (org-export-protect-colon-examples): Renamed from
1200         `org-export-protect-examples', and scope limited to lines starting
1201         with a colon.
1203 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1205         * org-exp.el (org-export-preprocess-string): Move the preprocess
1206         hook to after turning on Org-mode.
1207         (org-export-preprocess-after-include-files-hook)
1208         (org-export-preprocess-after-tree-selection-hook)
1209         (org-export-preprocess-before-backend-specifics-hook)
1210         (org-export-preprocess-final-hook): New hooks.
1211         (org-export-preprocess-string): Run the new hooks.
1213         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1215         * org-footnote.el: New file.
1217         * org.el (org-footnote): Require footnote code.
1218         (org-startup-options): Add new footnote options.
1219         (org-mode-map): New keybindig for footnotes.
1220         (org-ctrl-c-ctrl-c): Add function at footnotes.
1221         (org-org-menu): New menu entries for footnotes.
1223         * org-export-latex.el (org-export-as-latex): Pass footnote
1224         variable to preprocessor.
1225         (org-export-latex-preprocess): Treat multiple references to a
1226         footnote.
1228         * org-exp.el (org-export-preprocess-string): Call
1229         `org-footnote-normalize'.
1230         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1231         to preprocessor.
1232         (org-export-as-html): Treat multiple references to a footnote.
1234 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1236         * org-export-latex.el (org-export-latex-links): Handle coderef
1237         links.
1239         * org.el (org-bracket-link-analytic-regexp++): New variable.
1240         (org-make-link-regexps): Initialize
1241         `org-bracket-link-analytic-regexp++'.
1242         (org-store-link): Implement special case in edit-src buffer.
1243         (org-insert-link): No use of ide to insert stored links.
1244         (org-link-search): Implement special case for coderefs.
1246         * org-exp.el (org-export-html-scripts): New constant.
1247         (org-export-html-style-default): Add a new style for highlighted
1248         code.
1249         (org-export-code-refs): New variable.
1250         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1251         Call `org-export-replace-src-segments-and-examples'
1252         No longer call `org-export-protect-examples'.
1253         (org-export-target-internal-links): Take care of coderef targets.
1254         (org-export-last-code-line-counter-value): New variable.
1255         (org-export-replace-src-segments-and-examples): Renamed from
1256         `org-export-replace-src-segments', and modified.
1257         (org-export-format-source-code-or-example): Renamed from
1258         `org-export-format-source-code'.
1259         (org-export-number-lines): New function.
1260         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1262 --------------------------------------------------------------------------
1264 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1266         * org-remember.el (org-remember-handler): Safer way to get a new
1267         buffer accessing the target file.
1269         * org.el (org-refile-get-location): Handle case of current buffer
1270         not having a file associated with it.
1272 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1274         * org-table.el (org-table-get-formula): Only ask to overwrite
1275         field formula if there really is one.
1277         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1278         number, by converting these to a string.
1280         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1281         located in a different file.
1283         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1284         org-colview.el.
1286 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1288         * org.el (org-completion-use-ido): Enhance docstring of
1289         `org-completion-use-ido'.
1291         * org-export-latex.el (org-export-latex-make-header): Double the %
1292         in the time stamp format.
1293         (org-export-latex-special-chars): Handle case where there is no
1294         match group 3.
1296 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1298         * org.el (org-get-refile-targets, org-refile-get-location): Use
1299         expanded file name to improve comparison.
1301 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1303         * org.el (org-scan-tags): Rescan for tags, to get the correct
1304         upcase/downcase stuff.  This slows things down for now, but it
1305         works.
1306         (org-mode): Make sure the tag-faces regexp is initialized.
1308         * org-export-latex.el (org-export-latex-links): Fix bug with
1309         undefined label.
1311         * org-table.el (org-table-get-specials): Set
1312         `org-table-current-last-data-line'.
1313         (org-table-current-last-data-line): New variable.
1314         (org-table-insert-column, org-table-delete-column)
1315         (org-table-move-column, org-table-fix-formulas): Call
1316         `org-table-fix-formulas' a second time to fix the $LR references.
1317         (org-table-get-specials): Add the $LR references to the tables.
1318         (org-table-get-formula): Do not offer last-row names as LHS of
1319         formulas.
1321         * org.el (org-store-link): Capture link description from
1322         `org-id-store-link'.
1324         * org-exp.el (org-export-html-format-image): Add the / to the end
1325         of the <img> tag.
1326         (org-export-format-source-code): Surround example by empty lines,
1327         to make sure it will not be inside a paragraph.
1329         * org.el (org-ido-switchb): New function.
1331 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1333         * org-agenda.el (org-agenda-show): New prefix argument
1334         FULL-ENTRY.
1336         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1337         argument.
1339         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1340         `org-agenda-change-all-lines'.
1341         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1342         tags are now retrieved locally.
1344 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1346         * org.el (org-get-outline-path): Fix bug if level is not given.
1347         (org-org-menu): Do not quote function in menu vector.
1349         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1350         name.
1352 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1354         * org.el (org-refile): Avoid refiling to within the region to be
1355         refiled.
1357         * org-export-latex.el (org-export-latex-special-chars): Replace
1358         special characters also in tables.
1360         * org-agenda.el (org-agenda-change-all-lines): New argument
1361         FORCE-TAGS.
1362         (org-agenda-set-tags): Cet the new tags and pass them to
1363         `org-format-agenda-item'.
1365 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org-export-latex.el (org-export-latex-classes): Add longable as
1368         a default package to all classes.
1369         (org-export-latex-tables): Handle the longtable attribute and the
1370         align attribute.
1372         * org-table.el (orgtbl-to-generic): Handle tables that start with
1373         a hline.
1375         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1376         \verb for colde-like snippets.
1377         (org-export-as-latex): Fix issues with region export.
1379         * org.el (org-up-heading-safe): Speed up function by using a
1380         direct regexp search.
1381         (org-olpa): New variable.
1382         (org-get-outline-path): Speed-up path constructions in cases where
1383         this is possible because the entire hierarchy is scanned anyway.
1384         (org-refile-get-location): Don't compare the truenames of files,
1385         this is too slow.
1386         (org-goto-max-level): New option.
1387         (org-goto): Use `org-goto-max-level'.
1389 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1391         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1392         Strip angle brackets from message-ids in the former and don't do
1393         it in the latter.
1394         (org-gnus-follow-link): Open summary reliable, even if the last
1395         messages were deleted, and handle empty groups, too.
1397 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1399         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1400         instead of \texttt for the =...= and ~===~ emphasis environments.
1401         (org-export-as-latex): Remove any old :org-license-to-kill text
1402         properties.
1403         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1404         (org-export-latex-make-header): Add some hard space after the
1405         table of contents.
1406         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1407         exported text so that it will be excuded in further steps.
1409         * org-table.el (org-table-get-specials): Make @0 reference the
1410         last line in a table.
1411         (org-table-recalculate): Improve docstring.
1413 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1415         * org.el (org-log-done): Fix docstring.
1417 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1419         * org-exp.el (org-export-html-format-image): Fix bugs.
1421         * org-export-latex.el (org-export-latex-tables)
1422         (org-export-latex-links): Implement attribute, label, and caption
1423         handling.
1425         * org-exp.el (org-export-html-style-default): Add style
1426         definitions for the figure div.
1427         (org-export-preprocess-string, org-export-as-html): Implement
1428         attribute, label, and caption handling.
1429         (org-export-attach-captions-and-attributes): New function.
1430         (org-export-html-format-image): New function.
1431         (org-format-org-table-html): Implement attribute, label, and
1432         caption handling.
1434         * org.el (org-find-text-property-in-string): New function.
1435         (org-extract-attributes): Use the property org-attr instead of
1436         org-attrobutes, because this property is now set with the #+ATTR
1437         lines.
1439 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1441         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1442         the case that FROM is nil.
1444         * org.el (org-before-first-heading-p): New function.
1446 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1448         * org-exp.el (org-export-as-html): Do not add a space before
1449         enforces line breaks.
1450         (org-export-as-html): Close paragraph before blockquote and verse
1451         tags.
1453 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1455         * org-id.el (org-id-locations-file): Wrap file name with
1456         `convert-standard-filename'.
1457         (org-id-files): New variable.
1458         (org-id-use-hash): New option.
1459         (org-id-update-id-locations): Also search in all files current
1460         listed in `org-id-files'.  Convert the resulting alist to a hash
1461         if the user customation says so.
1462         (org-id-locations-save): Handle he case if `org-id-locations' is a
1463         hash.
1464         (org-id-locations-load): Convert the alist to a hash.
1465         (org-id-add-location): Handle the hast case.
1466         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1467         exited.
1468         (org-id-hash-to-alist, org-id-alist-to-hash)
1469         (org-id-paste-tracker): New functions.
1471 -------------------------------------------------------------------------
1473 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1475         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1476         bindings of calendar variables.
1478         * org-table.el (org-table-find-row-type): Renamed from
1479         `org-find-row-type'.
1480         (org-table-rewrite-old-row-references): Renamed from
1481         `org-rewrite-old-row-references'.
1482         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1483         (org-table-cleanup-narrow-column-properties): Renamed from
1484         `org-cleanup-narrow-column-properties'.
1486 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1488         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1489         for better error messages.
1490         (org-table-get-descriptor-line): Supply the new arguments to
1491         `org-find-row-type'.
1492         (org-table-error-on-row-ref-crossing-hline): New option.
1494         * org.el (org-target-link-regexp): Make buffer-local.
1495         (org-move-subtree-down): Fix bug with trees at beginning of
1496         buffer.
1498 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1500         * org-faces.el (org-set-tag-faces): New function.
1501         (org-tags-special-faces-re): New variable.
1503         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1505         * org-faces.el (org-tag-faces): New option.
1506         (org-tag): Mention `org-tag-faces' in the docstring.
1508 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1510         * org-exp.el (org-export-html-style-default): Implement new
1511         quoting.
1513         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1515         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1516         command to the `w3m-minor-mode-map'.
1518         * org-archive.el (org-archive-to-archive-sibling): Protect
1519         `this-command' to avoid appending kills during archiving.
1521         * org-exp.el (org-export-with-priority): New variable.
1522         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1523         instead of internal list of strings and properties.
1524         (org-print-icalendar-entries): Retrieve the location property with
1525         inheritance.
1527 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1529         * org-exp.el (org-export-with-todo-keywords): New option.
1530         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1531         line.
1532         (org-default-export-plist, org-export-add-options-to-plist)
1533         (org-export-as-ascii, org-export-as-html): Use the new structure
1534         of `org-export-plist-vars'.
1536         * org.el (org-map-entries): Return all values.
1538 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1540         * org.el (org-matcher-time): Recognize more special values.
1542         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1544 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1546         * org.el (org-tags-exclude-from-inheritance): New option.
1547         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1548         `org-tags-exclude-from-inheritance'.
1550         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1551         (org-format-agenda-item): Add inherited tags to the agenda line
1552         string, and make sure that properties are kept when downcasing the
1553         tags list.
1554         (org-agenda-add-inherited-tags): New function.
1555         (org-downcase-keep-props): New function.
1557         * org.el (org-scan-tags): Mark inherited tags with a text
1558         property.
1559         (org-get-tags-at): Mark inherited tags with a text property.
1560         (org-add-prop-inherited): New function.
1562         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1563         (org-agenda-show-inherited-tags): New option.
1565 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1567         * org.el (org-modules): Add org-w3m to the default modules.
1569         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1570         orgtbl-mode.
1571         (orgtabl-create-or-convert-from-region): New command.
1573         * org-exp.el (org-export-as-ascii): Remove the handling of
1574         targets.
1575         (org-export-ascii-preprocess): Handle targets already in this
1576         function.
1578 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1580         * org-timer.el (org-timer-start-time): Define this variable.
1581         (org-timer-item): Make argument optional.
1583         * org-list.el (org-insert-item): Automatically insert a timer item
1584         if the current list is a timer list.
1586         * org-timer.el: New file.
1588         * org-publish.el (org-publish-org-index): Only exclude the index
1589         file in the main directory from being added to the site-map.
1590         (org-publish-get-project-from-filename): If the current project is
1591         a component, start publishing from the parent project.
1593 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1595         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1597         * org-publish.el (org-publish-org-index): Improve removal of
1598         temporary buffers.
1600         * org-agenda.el (org-get-closed): Re-apply changes
1601         accidentially overwritten by last commit to Emacs.
1603         * org.el (org-outline-path-complete-in-steps): New option.
1604         (org-refile-get-location): Honor
1605         `org-outline-path-complete-in-steps'.
1606         (org-agenda-change-all-lines, org-tags-sparse-tree)
1607         (org-time-string-to-absolute, org-small-year-to-year)
1608         (org-link-escape): Re-apply changes accidentially overwritten
1609         by last commit to Emacs.
1611 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1613         * org-clock.el (org-dblock-write:clocktable): Make sure the
1614         clocktable sees the first line.
1615         (org-clock-in): Warn if the clock cannot be resumed.
1617 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org.el (org-open-at-point): Fix mixup about interactive and
1620         non-interactive elisp links.
1622 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1624         * org-exp.el (org-export-preprocess-string): Allow one comment
1625         line before the first headline to always be included.  This is
1626         to not miss a commented target.
1628         * org-mouse.el (org-mouse-insert-item): Call
1629         `org-indent-to-column' instead of `indent-to', for XEmacs
1630         compatibility.
1632         * org.el (org-refile-targets): Fix customize definition so
1633         that it works also in XEmacs.
1634         (org-fixup-indentation): Call `org-indent-to-column' instead
1635         of `indent-to', for XEmacs compatibility.
1637 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1639         * org-mew.el (org-mew-store-link): Get the correct case folder
1640         for refiled messages.
1642 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1644         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1645         line break indicators.
1647         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1648         ido-completion propts.
1650 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1652         * org-remember.el (org-remember-apply-template): Use
1653         `org-substring-no-properties'.
1655         * org-compat.el (org-substring-no-properties): New function.
1657         * org-remember.el (org-remember-apply-template): Use
1658         `org-substring-no-properties' for compatibility.
1660         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1661         option.
1662         (org-fix-bullet-type): respect
1663         `org-list-two-spaces-after-bullet-regexp'.
1665         * org-clock.el (org-clock-load): Clean up the code.
1667         * org.el (org-adaptive-fill-function): Allow two spaces after
1668         "1." as a list bullet.
1670 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1672         * org-clock.el (org-clock-save, org-clock-load): Check for
1673         live buffers, existing files, and buffer file names to ensure
1674         consistent information.
1675         (org-clock-persist): Make `clock' a special value of this
1676         variable, and improve docstring.
1678         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1679         (org-get-string-indentation): Adapt indentation when the bullet
1680         width changes.
1682 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1684         * org-remember.el (org-remember-finalize): Make interactive.
1685         (org-remember-kill): New command.
1686         (org-remember-finish-immediately): Call `org-remember-finalize'
1687         directly.
1688         (org-remember-finalize): Make `org-remember-finalize' an interactive
1689         function.
1691 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1693         * org-remember.el (org-remember-apply-template): No ido completion
1694         for free prompts in remember templates.
1695         (org-remember-before-finalize-hook): New hook.
1696         (org-remember-mode): New minor mode.
1697         (org-remember-apply-template): Turn on `org-remember-mode'.
1699         * org-id.el (org-id-add-location): Avoid error when no file is
1700         given.
1702         * org-remember.el (org-remember-apply-template): Fix the way how
1703         the list of allowed properties is retrieved from the target file.
1705         * org.el (org-insert-link): Improve file link matching.
1707 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1709         * org-colview.el (org-columns-display-here): New argument
1710         DATELINE, to trigger using the new face.
1711         (org-agenda-colview-summarize): Call `org-columns-display-here'
1712         with the new argument.
1714         * org-faces.el (org-agenda-column-dateline): New face.
1716         * org-publish.el (org-publish-org-index): Use index-title at page
1717         title, not as section.
1719         * org-exp.el (org-export-html-format-desc): Respect the
1720         org-protect property.
1721         (org-export-as-html): Protect image specifiers that are in the
1722         description part of a link.
1724         * org.el (org-sort-entries-or-items, org-completing-read)
1725         (org-refile-get-location, org-olpath-completing-read, org-todo)
1726         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1727         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1728         (org-set-property, org-delete-property)
1729         (org-delete-property-globally): Use `org-ido-completing-read'.
1731         * org-remember.el (org-remember-apply-template): Use
1732         `org-ido-completing-read'.
1734         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1736         * org-colview.el (org-columns-edit-value, org-columns-new)
1737         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1739         * org-colview-xemacs.el (org-columns-edit-value)
1740         (org-columns-new, org-insert-columns-dblock): Use
1741         `org-ido-completing-read'.
1743         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1744         `org-ido-completing-read'.
1746         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1747         `org-ido-completing-read'.
1749         * org.el (org-time-today): New function.
1750         (org-matcher-time): Use `org-time-today'.  Add special treatment
1751         for "<tomorrow>" and "<yesterday>".
1752         (org-ido-completing-read): New function.
1753         (org-completion-use-ido): New option.
1755         * org-exp.el (org-export-format-source-code): Fix bug in require
1756         htmlize code.
1757         (org-export-target-internal-links): Fix bug in search for text
1758         property.
1760 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1762         * org-export-latex.el (org-export-latex-subcontent): Interprete
1763         target aliases as additonal labels.
1765         * org-exp.el (org-export-target-aliases): New variable.
1766         (org-export-preprocess-string)
1767         (org-export-handle-invisible-targets): Fill the alias alist.
1768         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1769         assign an id.
1770         (org-html-level-start): Insert the target aliases as additonal
1771         anchors.
1773         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1774         picture area.
1776 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1778         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1779         when following a link with the mouse from the agenda.
1781         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1782         headlines are created.
1784 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1786         * org-exp.el (org-export-preprocess-string): Reorder so that we
1787         can still see ID properties when we collect targets.
1788         (org-export-target-internal-links): Also store targets for ID's.
1790         * org.el (org-link-translation-function): New option.
1791         (org-open-at-point): Call `org-link-translation-function' if
1792         non-nil.
1793         (org-translate-link): New function.
1794         (org-translate-link-from-planner): New function.
1795         (org-open-at-point): Allow interactive commands in elisp links.
1797         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1798         iCalendar quoting.  The new one seems to caus problems with
1799         applications.
1801         * org.el (org-yank): Set `this-command' to `yank', so that
1802         `yank-pop' will work.
1804 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1806         * org-id.el (org-id-search-archives): New option.
1808         * org.el (org-link-to-org-use-id): New option.
1809         (org-store-link): Use `org-link-to-org-use-id'.
1810         (org-id): Make org-id.el a standard component.
1812 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1814         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1815         hexified version of the tag.
1817         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1818         compliance as far as quoting is concerned.
1820         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1822         * org.el (org-up-heading-safe, org-forward-same-level): Always
1823         call `org-back-to-heading' instead of `outline-back-to-heading'.
1824         (org-back-to-heading): New wrapper around outline-back-to-heading,
1825         with a useful error message telling where the error happened.
1827         * org-list.el (org-update-checkbox-count): Always call
1828         `org-back-to-heading' instead of `outline-back-to-heading'.
1830         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1831         has an `alt' attribute, to ensure XHTML validation.
1833 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1835         * org-publish.el (org-publish-attachment): Allow publishing to
1836         overwrite attachment files.
1838         * org-agenda.el (org-agenda-timerange-leaders): New option.
1839         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1841         * org.el (org-edit-src-exit): Untabify ASCII image before
1842         returning.
1855 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1857         * org.el (org-yank): Make any prefix force normal yanking.
1858         Suppress folding if text would be swallowed into a folded
1859         subtree.
1860         (org-yank-folded-subtrees, org-yank): Docstring updates.
1862         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1863         defined as 0.
1865         * org-exp.el (org-export-language-setup): Add Catalan and
1866         Esperanto language entries.
1868 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1870         * org.el (org-refile): Allow refiling of entire regions.
1872         * org-clock.el (org-clock-time%): New function.
1874         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1875         retrieve property values.
1877 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1879         * org-agenda.el (org-agenda-list): Handle the value `only' of
1880         org-agenda-show-log'.
1881         (org-agenda-log-mode): Interpret a double prefix arg.
1883 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1885         * org-exp.el (org-export-html-footnotes-section): New variable.
1886         (org-export-as-html): Use `org-export-html-footnotes-section' to
1887         insert the footnotes.
1888         (org-export-language-setup): Add "Footnotes" to language words.
1890 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1892         * org.el (org-yank): Fix bug when not inserting a subtree.
1894 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1896         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1897         instead of `vm-beginning-of-message'.
1899         * org.el (org-make-link-regexps): Make sure that links to gnus can
1900         contain brackets.
1902 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1904         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1905         code.
1907         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1908         shell output.
1910         * org.el (org-link-abbrev-alist): Improve customization type.
1912         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1913         functions.
1915         * org-agenda.el (org-agenda-get-progress): Renamed from
1916         `org-get-closed'.  Implement searching for state changes as well.
1917         (org-agenda-log-mode-items): New option.
1918         (org-agenda-log-mode): New option prefix argument, interpreted as
1919         request to show all possible progress info.
1920         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1921         `org-get-closed'.
1922         (org-agenda-set-mode-name): Handle the more complex log mode
1923         settings.
1924         (org-get-closed): New alias, pointing to `org-get-progress'.
1926 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1928         * org.el (org-file-apps-defaults-gnu)
1929         (org-file-apps-defaults-macosx)
1930         (org-file-apps-defaults-windowsnt): Add an entry defining the
1931         system command.
1932         (org-file-apps): Allow `system' as key and value.
1933         (org-open-at-point): Explain the effect of a double prefix arg.
1934         (org-open-file): If the argument `in-emacs' is (16),
1935         i.e. corresponding to a double prefix argument, try to open the
1936         file externally.
1938 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1940         * org.el (org-insert-link): Abbreviate absolute files names in
1941         links.  Also, fix a bug in which the double C-u prefix would not
1942         be honored.
1944 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1946         * org.el (org-insert-heading): If buffer does not end with a
1947         newline, add one if necessary to insert headline correctly.
1949         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1950         paragraphs, not inside.
1952         * org.el (org-todo): Quote
1953         `org-agenda-headline-snapshot-before-repeat'.
1955         * org-exp.el (org-export-as-html): Fully process link descriptions.
1956         (org-export-html-format-desc): New function.
1957         (org-export-as-html): Collect footnotes into the correct basket.
1958         (org-html-protect): No longer protect quotations marks here, this
1959         goes wrong.
1961         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1962         BEG.
1964         * org-compat.el (org-fit-window-to-buffer): New function (not
1965         really, a preliminary and incomplete version was present earlier,
1966         but not used).
1968         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1969         `org-fit-window-to-buffer'.
1971         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1973         * org-agenda.el (org-agenda-get-restriction-and-command)
1974         (org-fit-agenda-window, org-agenda-convert-date): Use
1975         `org-fit-window-to-buffer'.
1977         * org-exp.el (org-export-as-html): Process href links through
1978         `org-export-html-format-href'.
1979         (org-export-html-format-href): New function.
1981         * org-agenda.el (org-agenda-todo): Update only the current
1982         headline if this is a repeated TODO, marked done for today.
1983         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1984         only the current line.
1986         * org.el (org-todo): Take a snapshot of the headline if the
1987         repeater might change it.
1989 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1991         * org-publish.el (org-publish-find-title): Remove buffers visited
1992         only for extracting the title.
1994         * org-exp.el (org-export-html-style)
1995         (org-export-html-style-default): Mark style definitions as
1996         unparsed CDATA.
1998         * org-publish.el (org-publish-validate-link): Function
1999         re-introduced.
2001 2008-11-02  Charles Sebold  <csebold@gmail.com>
2003         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2004         property.
2005         (org-plot-quote-timestamp-field): New function.
2006         (org-plot-quote-tsv-field): Call timestamp field function when
2007         necessary rather than just quoting as a string.
2008         (org-plot/gnuplot-to-data): Pass in timefmt property.
2009         (org-plot/gnuplot-script): Supports timefmt property.
2010         (org-plot/gnuplot): Checks for timestamp column before checking
2011         for text index column.
2013 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2015         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2017         * org-publish.el (org-publish-org-index): Create a section in the
2018         index file.
2019         (org-publish-org-index): Stop linking to directories.
2021         * org.el (org-emphasis-alist): Use span instead of <u> to
2022         underline text.
2024         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2025         <pre> sections.
2027 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2029         * org-jsinfo.el (org-infojs-template): Remove language attribute
2030         from script tag.
2032 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2034         * org-agenda.el (org-agenda-remove-marked-text): New function.
2035         (org-agenda-mark-filtered-text)
2036         (org-agenda-unmark-filtered-text): New functions.
2037         (org-write-agenda): Remove fltered text.
2039         * org.el (org-make-tags-matcher): Give access to TODO "property"
2040         without speed penalty.
2042 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2044         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2045         option.
2046         (org-store-link-props): Make sure adding to the plist works
2047         correctly.
2049         * org-gnus.el (org-gnus-no-new-news): New function.
2050         (org-gnus-follow-link): Allow the article ID to be a message-id,
2051         in addition to allowing article numbers.  Message IDs make much
2052         more roubust links.
2053         (org-gnus-store-link): Use message-id to create link.
2055 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2057         * org.el (org-emphasize): Reverse the selection array.
2058         (org-emphasis-alist): Set <code> tags for the verbatim
2059         environment.
2061         * org-remember.el (org-remember-handler): Fix bug with
2062         prefix-related changing of the note storage target.
2064         * org-exp.el (org-print-icalendar-entries): Make the exported
2065         priorities compatible with RFC 2445.
2067         * org-clock.el (org-clock-save): Insert time stamp without
2068         dependence on time-stamp.el.
2070 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2072         * org.el ("saveplace"): If saveplace puts point into an invisible
2073         location, make it visible.
2074         (org-make-tags-matcher): Allow inactive time stamps in time
2075         comparisons.
2076         (org-yank-adjusted-subtrees): New option.
2077         (org-yank): Incorporate adjusting trees.
2078         (org-paste-subtree): New argument FOR-YANK which will cause
2079         insertion at point without backing up over white lines, and leave
2080         point at the end of the inserted text.  Also if the cursor is
2081         at the beginning of a headline, use the same level or the inserted
2082         tree.
2084         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2085         with broken symlinks
2087 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2089         * org-exp.el (org-export-select-tags, org-get-current-options):
2090         Fix typo.
2092 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2094         * org-agenda.el (org-format-agenda-item)
2095         (org-agenda-filter-make-matcher): Make sure tags are stored and
2096         compared donwcased.
2098 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2100         * org.el (org-insert-todo-heading): Fix bug with force-heading
2101         argument.
2103 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2105         * org-clock.el (org-clock-in-resume): Add a custom option to
2106         toggle starting the clock from an open clock line.
2107         (org-clock-in): When clocking in to an entry, if
2108         `org-clock-in-resume' is set, check if the first clock line is
2109         open and if so, start the clock from the time in the clock line.
2110         (org-clock-persist): Add a custom option to toggle clock
2111         persistence.
2112         (org-clock-persist-query-save): Add a custom option to toggle
2113         asking the user if they want to save the running clock when
2114         exiting.
2115         (org-clock-persist-query-resume): Add a custom option to toggle
2116         asking the user if they want to resume the saved clock when Emacs
2117         is restarted.
2118         (org-clock-save): Add a function to save clock data.
2119         This includes the contents of `org-clock-history' and the buffer
2120         and position of the currently clocked task, if any.
2121         (org-clock-load): Add a function to load clock data.
2122         This populates `org-clock-history', and resumes the saved clocked
2123         task if there is one.
2124         (org-clock-persistence-insinuate): Add a method to set up the
2125         hooks for clock persistence.
2127 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2129         * org-exp.el (org-export-as-ascii): Handle the case that we are
2130         publishing from an indirect buffer.
2132         * org-table.el (org-table-copy-down): Fix bug with time stamp
2133         increment.
2135         * org-mouse.el (org-mouse-features): New option.
2136         (org-mode-hook): Turn on features depending on
2137         `org-mouse-features'.
2139         * org.el (org-insert-heading-respect-content): Force heading
2140         creation.
2141         (org-insert-heading): keep the folding state of the heading before
2142         the inserted one.
2144 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2146         * org-archive.el (org-archive-to-archive-sibling): Handle top
2147         level headlines better.
2149 2008-10-21  Bastien Guerry  <bzg@altern.org>
2151         * org-export-latex.el (org-export-latex-classes): Added
2152         \usepackage{graphicx} to the default list of packages.
2154 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2156         * org-agenda.el (org-agenda-filter): Renamed from
2157         `org-agenda-filter-tags'.
2159 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2161         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2162         is not defined as a property in this entry.
2163         (org-add-log-note): Mask prefix argument when immediately storing
2164         the note.
2166         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2167         option.
2169 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2171         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2172         after drawers was skipping ahead one line too many, so notes were
2173         inserted after the first note instead of before it.
2175 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2177         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2178         New variables.
2179         (org-prepare-agenda): Reset the filter tags.
2180         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2181         Show filter tags in mode line.
2183         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2184         formatter.
2186         * org-export-latex.el (org-latex-entities-regexp): New constant.
2187         (org-export-as-pdf): Use two calls to `shell-command'.
2189 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2191         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2192         Honor the {} value of the subsuperscript setting.  Make sure that
2193         longer subsuperscripts are typeset in a roman font.
2195         * org.el (org-clock-update-time-maybe): Compute negative clock
2196         intervals correctly.
2198 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2200         * org.el (org-add-log-setup): Respect
2201         `org-log-state-notes-insert-after-drawers'.
2202         (org-log-state-notes-insert-after-drawers): New option.
2203         (org-todo-trigger-tag-changes): New function.
2204         (org-todo): Call `org-todo-trigger-tag-changes'.
2206 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2208         * org.el (org-add-log-setup): Only skip drawers if the are
2209         immediately after the scheduling keywords.
2211         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2212         function
2213         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2214         call it with the current todo state to get the state to switch to
2215         when clocking in.
2216         (org-clock-in): Use org-indent-line-function to indent clock lines.
2217         (org-clock-find-position): Fix indentation of empty clock drawers.
2219 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2221         * org-publish.el (org-publish-org-to): Handle case when
2222         org-export-to-pdf does return a file name, not a buffer.
2223         (org-publish-org-to-pdf): New function.
2225         * org-export-latex.el (org-export-as-pdf)
2226         (org-export-as-pdf-and-open): New commands.
2228         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2229         forms as ranges.
2231         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2232         things in protexted regions.
2234 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2236         * org-export-latex.el (org-export-latex-preprocess): Improve
2237         quoting of LaTeX environments.
2239 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2241         * org.el (org-edit-fixed-width-region): Exclude final newline from
2242         picture area.
2244         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2245         sections, to make internal links work.
2246         (org-export-latex-fontify-headline): Do not remove all text
2247         properties, to make sure that target properties survive this
2248         process.
2250         * org-exp.el (org-export-preprocess-string): Change sequence of
2251         modifications, to make sure links are prepared before the LaTeX
2252         conversions do happen.
2254 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2256         * org-attach.el (org-attach-delete-all): Renamed from
2257         `org-attch-delete'.  Add a security query before deleting the
2258         entire directory.  New optional argument FORCE can overrule the
2259         security query.
2260         (org-attach-delete-one): New command.
2262 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2264         * org-attach.el (org-attach-file-list): Fix bug with directory.
2266 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2268         * org.el (org-apps-regexp-alist): New function.
2269         (org-file-apps): Add auto-mode to the default value.
2270         (org-open-file): Use the new structure of org-file-apps.
2272         * org-attach.el (org-attach): Support the new keys.
2273         (org-attach-method): New option.
2275 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2277         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2278         March.
2280         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2281         of the list value o `org-use-tag-inheritance'.
2283         * org-attach.el (org-attach-auto-tag): New option.
2284         (org-attach-tag, org-attach-untag): New functions.
2285         (org-attach-attach, org-attach-new, org-attach-sync): Call
2286         `org-attach-tag'.
2287         (org-attach-delete): Call `org-attach-untag'.
2289 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2291         * org-table.el (orgtbl-self-insert-command): Make this work for
2292         the keypad as well.
2294 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2296         * org.el (org-add-log-setup): Limit searc for drawers to entry
2297         text, not to subtree.
2299         * org-clock.el (org-clock-heading-for-remember): New variable.
2300         (org-clock-in): Set `org-clock-heading-for-remember'.
2302 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2304         * org-remember.el (org-remember-apply-template): Add new
2305         expansions: %k, %K for currently clocked task and a link to the
2306         currently clocked task, and %< to file notes in the currently
2307         clocked task.
2309 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2311         * org-export-latex.el (org-export-latex-make-header): Also insert
2312         the content of the property :latex-header-extra.
2314         * org-exp.el (org-infile-export-plist): Put the content of
2315         #+LATEX_HEADER: into the property :latex-header-extra.
2317         * org-colview.el (org-columns-get-format-and-top-level): Remove
2318         resetting the marker.
2320         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2321         Remove resetting the marker.
2323         * org.el (org-entry-property-inherited-from): Improve docstring.
2324         (org-entry-get-with-inheritance): Reset marker before starting the
2325         search.
2327         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2329 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2331         * org.el (org-entry-get-multivalued-property)
2332         (org-entry-protect-space, org-entry-restore-space): New
2333         functions.
2334         (org-file-apps-defaults-macosx): Let postscript files be opened by
2335         preview.
2336         (org-time-stamp-inactive): Call `org-time-stamp'.
2337         (org-time-stamp): New argument `inactive'.  Also edit inacive
2338         stamps. Convert time stamp type.
2339         (org-open-file): Interpret the `default' value for the `command'
2340         in `org-file-apps'.
2342         * org-id.el (org-id-int-to-b36-one-digit)
2343         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2344         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2345         b36.
2347 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2349         * org-id.el (org-id-reverse-string): New function.
2350         (org-id-new): Use `org-id-reverse-string' to make sure the
2351         beginning chars of the ID are mutating fast.  This allows to use a
2352         directory structure to spread things better.
2353         (org-id-prefix): Changed default to nil.
2355         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2356         restore the column of the cursor position.
2358         * org-remember.el (org-remember-apply-template): Remove properties
2359         from `initial'.
2361 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2363         * org-wl.el (org-wl-open): Remove useless call to
2364         `wl-thread-open-all'.
2366         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2367         location.
2369 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2371         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2372         `org-bbdb-anniversaries'.
2374         * org.el (org-get-next-sibling, org-forward-same-level): New
2375         functions, similar to the outline versions, but invisible headings
2376         are OK.
2378 2008-09-25  Bastien Guerry  <bzg@altern.org>
2380         * org.el (org-auto-repeat-maybe): Insert a space between
2381         the timestamp's type and the timestamp itself.
2383 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2385         * org-table.el (org-table-sum): Do not format the result with %g,
2386         it does rounding when there are too many digits.
2388         * org.el (org-map-entries): Protect the keyword-selecting variables.
2390 2008-09-23  Bastien Guerry  <bzg@altern.org>
2392         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2393         against all agenda files.
2395 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2397         * org-list.el: New file, aggregating list functions from org.el
2398         and org-export-latex.el.
2400         * org.el (org-edit-src-region-extra): New option.
2402 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2404         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2405         time before 1am.
2407 2008-09-22  Bastien Guerry  <bzg@altern.org>
2409         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2411 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2413         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2414         hline work correctly.
2415         (org-plot/gnuplot-script): Put commas at the end of each script
2416         line.
2418 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2420         * org.el (org-get-refile-targets): Replace links with their
2421         descriptions
2422         (org-imenu-get-tree): Replace links with their descriptions.
2424         * org-remember.el (org-remember-apply-template): Add a new
2425         expansion for adding properties to remember items.
2427         * org.el (org-add-log-setup): Skip over drawers (properties,
2428         clocks etc) when adding notes.
2430         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2431         items as well as the start and end times.
2433         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2434         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2436         * org-remember.el (org-get-x-clipboard): Use the compat
2437         function to get clipboard values when x-selection-value is
2438         unavailable. Use substring-no-properties instead of
2439         set-text-properties to remove text properties from the clipboard
2440         value.
2442         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2443         modeline clock string, and display the full todo value in the
2444         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2445         the currently clocked task.
2446         (org-clock-string-limit): Add a custom value for the maximum
2447         length of the clock string in the modeline.
2448         (org-clock-mode-map): Add a keymap for the modeline string
2450 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2452         * org-compat.el (org-propertize): New function.
2454 2008-09-20  Bastien Guerry  <bzg@altern.org>
2456         * org-export-latex.el (org-export-latex-tables): protect exported
2457         tables from further special chars conversion.
2458         (org-export-latex-preprocess): Preserve LaTeX environments.
2459         (org-list-parse-list): Parse descriptive lists.
2460         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2461         (org-list-to-texinfo): Export descriptive lists.
2462         (org-quote-chars): Remove.
2463         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2464         (org-export-latex-list-beginning-re): Rename to
2465         `org-list-beginning-re'
2466         (org-list-item-begin): Rename to `org-list-item-beginning'
2468 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2470         * org.el (org-refile): Allow refiling to the last entry in the
2471         buffer.
2472         (org-get-tags-at): Fix bug when inheritance is turned off.
2474 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2476         * org.el (org-indent-line-function): No longer check for src
2477         regions, this is too much overhead.
2479         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2480         matching.
2482         * org.el (org-scan-tags): Make sure that tags matching is not case
2483         sensitive.  TODO keyword matching is case sensitive, however, to
2484         avoid confusion with similar words that are not meant to be
2485         keywords.
2487 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2489         * org.el (org-get-local-tags-at): New function.
2490         (org-get-local-tags): New function.
2492         * org-exp.el (org-export-get-categories): New function.
2494         * org-agenda.el (org-sorting-choice)
2495         (org-agenda-sorting-strategy, org-agenda-get-todos)
2496         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2497         (org-agenda-get-scheduled, org-agenda-get-blocks)
2498         (org-entries-lessp): Implement sorting by TODO state.
2499         (org-cmp-todo-state): New defsubst.
2501         * org-colview.el (org-colview-construct-allowed-dates): New
2502         function.
2503         (org-columns-next-allowed-value): Use
2504         `org-colview-construct-allowed-dates'.
2506         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2507         function.
2508         (org-columns-next-allowed-value): Use
2509         `org-colview-construct-allowed-dates'.
2511 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2513         * org.el (org-protect-slash): New function.
2514         (org-get-refile-targets): Use `org-protect-slash'.
2516         * org-agenda.el (org-global-tags-completion-table): New variable.
2518         * org-exp.el (org-export-handle-export-tags): New function.
2519         (org-export-preprocess-string): Call
2520         `org-export-handle-export-tags'.
2522         * org-plot.el: New file.
2524         * org-publish.el (org-publish-expand-components): Function removed.
2525         (org-publish-expand-projects): Allow components to have components.
2527 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2529         * org.el (org-indent-line-function): Do not indent in regions that
2530         are external source code.
2531         (org-yank-and-fold-if-subtree): New function.
2533         * org-agenda.el (org-agenda-todayp): New function.
2534         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2535         `org-agenda-todayp'.
2537         * org.el (org-insert-heading-respect-content)
2538         (org-insert-todo-heading-respect-content): New commands.
2539         (org-insert-heading-respect-content): New option.
2540         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2542         * org-clock.el (org-clock-find-position): Make sure the note after
2543         the clock line gets moved into the new clock drawer.
2545 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2547         * org-id.el (org-id-new): New option.
2549 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2551         * org-table.el (org-table-copy-down): Avoid overflow during
2552         increment.  Use prefix argument 0 to temporarily disable the
2553         increment.
2555 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2557         * org-exp.el (org-export-as-html): Do not turn on the major mode
2558         if the buffer will be killed anyway.
2559         (org-get-current-options): Exclude the #+TEXT field.
2560         (org-export-as-html): Make sure text before the first headline is
2561         a paragraph.
2563         * org-publish.el (org-publish-org-to): Tell the exporter that this
2564         buffer will be killed, so it is not necessary to do major mode
2565         initialization.
2567         * org-archive.el (org-archive-to-archive-sibling): Show empty
2568         lines after folding the archive sibling.
2570         * org.el (org-log-note-extra): New variable.
2572 2008-09-05  Bastien Guerry  <bzg@altern.org>
2574         * org.el (org-additional-option-like-keywords): Added keywords for
2575         the _QUOTE, _VERSE and _SRC environments.
2577         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2578         exporting _QUOTE and _VERSE environments.
2580 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2582         * org-agenda.el (org-agenda-filter-by-tag): New command.
2584         * org-exp.el (org-get-current-options): Remove angular brackets
2585         from the date entry.
2587         * org.el (org-edit-fixed-width-region): New function.
2588         (org-edit-fixed-width-region): Also try
2589         `org-edit-fixed-width-region'.
2590         (org-edit-fixed-width-region-mode): New option.
2591         (org-activate-code): Only interprete lines starting with colon
2592         plus a space as example lines.
2594         * org-remember.el (org-remember-templates): Add nil instead of
2595         empty strings to fix the length of remember templates.
2597         * org-table.el (org-calc-default-modes): Fix the time format for
2598         calc, from 12 hour to 24 hour clock.
2600 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2602         * org-agenda.el (org-agenda-get-deadlines)
2603         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2604         entries that are pre-warnings of deadlines or reminders.
2606         * org.el (org-sort-entries-or-items): Make numeric and alpha
2607         comparisons ignore any TODO keyword and priority cookie.
2609         * org-remember.el (org-remember-handler): Reinterpretation of the
2610         prefix argument.
2612 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2614         * org-agenda.el (org-agenda-get-scheduled): Use new
2615         `org-scheduled' face.
2617         * org-faces.el (org-scheduled): New face.
2619         * org-wl.el (org-wl-open): Remove incorrect declaration.
2621         * org-gnus.el (org-gnus-store-link): Support for :to information
2622         in gnus links.
2624         * org-exp.el (org-export-as-html): Fixed typo in creator
2625         information.
2626         (org-export-protect-examples): New parameter indent.  Insert extra
2627         spaces only when this parameter is specified.
2628         (org-export-preprocess-string): Call `org-export-protect-examples'
2629         with an indentation parameter when exporting to ASCII.
2631         * org-remember.el (org-remember-templates)
2632         (org-remember-apply-template): Allow the file component to be a
2633         function.
2635         * org.el (org-goto-local-search-headings): Renamed from
2636         `org-goto-local-search-forward-headings'.  Added the possibility
2637         to search backwards.
2639 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2641         * org-export-latex.el (org-export-latex): New customization
2642         group.
2644         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2646 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2648         * org-exp.el (org-html-do-expand): Allow {} to terminate
2649         tex macro
2651 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2653         * org.el (org-buffer-list): Select buffers based on major mode,
2654         not on file name.
2656 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2658         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2659         face property.
2661         * org-colview.el (org-columns-display-here): Use
2662         `org-columns-modify-value-for-display-function'.
2664         * org-colview-xemacs.el (org-columns-display-here): Use
2665         `org-columns-modify-value-for-display-function'.
2667 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2669         * org.el (org-columns-modify-value-for-display-function): New option.
2681         * org-publish.el (org-publish-file): Make sure the directory match
2682         for the publishing directory works correctly.
2684         * org-agenda.el (org-agenda-execute-calendar-command)
2685         (org-agenda-diary-entry): Additional optional argument.
2687 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2689         * org-exp.el (org-export-as-html): Add attributes also in mailto
2690         and ftp links.
2692         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2701 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2703         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2704         sure that calls from `org-export-region-as-html' do not do the
2705         special check for a subtree.
2707 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2709         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2711 2008-07-20  Juri Linkov  <juri@jurta.org>
2713         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2714         new keymap `narrow-map' instead of binding "\C-xns".
2716 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2718         * org.el (org-open-file): Use
2719         `org-open-directory-means-index-dot-org'.
2720         (org-open-directory-means-index-dot-org): New option.
2722 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2724         * org.el (org-make-link-string): Remove link attributes from
2725         description.
2726         (org-open-at-point): Remove link attributes bevore using the path.
2728         * org-exp.el (org-export-as-html): Handle link attributes.
2730         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2732         * org-table.el (org-table-to-lisp): New function.
2734         * org.el (org-narrow-to-subtree): Do not include the final newline
2735         into the narrowed region.
2737         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2738         bug with user-define skipping condition.
2740 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2742         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2744 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2746         * org-exp.el (org-export-html-style-default): Automatic overflow
2747         handling for pre fields.
2748         (org-export-as-ascii, org-export-as-html): Change default format
2749         for time stamp.
2751         * org-table.el (org-table-export): Offer completion for translator
2752         functions, and do not require a heading above the table.
2754         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2755         Cater for the case of a list starting in the first line of the
2756         buffer.
2758 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2760         * org-publish.el (org-publish-find-title): Bug fix.
2761         (org-publish-org-index): Implement new :index-style option.
2763 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2765         * org-publish.el (org-publish-timestamp-filename): Use
2766         SHA1-encoded file names in the timestamp directory.
2768 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2770         * org-publish.el (org-publish-needed-p): Be verbose about files
2771         published and files skipped.
2773         * org-exp.el (org-export-preprocess-string): Swap link
2774         normalization and inernal link targeting.
2776         * org-publish.el (org-publish-needed-p): Create timestamp
2777         directory when it does not exist.
2779 2008-07-04  Bastien Guerry  <bzg@altern.org>
2781         * org-clock.el (org-clock-out-when-done): Doc fix.
2783         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2785         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2786         Ignore case when searching for the COMMENT cookie at export time.
2788 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2790         * org-exp.el (org-get-file-contents)
2791         (org-get-and-remove-property): New functions.
2792         (org-export-handle-include-files): Handle the new prefix options.
2793         (org-export-as-html): Fix the verse environment.
2795 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2797         * org.el (org-time=, org-time<, org-time<=, org-time>)
2798         (org-time>=, org-time<>, org-2ft): New functions.
2799         (org-op-to-function): Also provide for the time testing fucntions.
2801 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2803         * org-exp.el (org-export-html-style-default): New constant.
2805 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2807         * org-exp.el (org-export-html-style-extra): New variable.
2808         (org-export-splice-style): New function.
2810 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2812         * org-exp.el (org-export-plist-vars, org-export-as-html):
2813         Implement `org-export-creator-info'.
2814         (org-export-creator-info): New option.
2816 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2818         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2819         (org-property-drawer-re, org-clock-drawer-re): New constants.
2821 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2823         * org-exp.el (org-icalendar-use-deadline)
2824         (org-icalendar-use-scheduled): New options.
2825         (org-icalendar-include-todo): Default changed to t.
2826         (org-print-icalendar-entries): Implement better utilization of
2827         scheduling and deadline time stamps.
2828         (org-export-target-internal-links, org-export-as-html): Allow file
2829         lines without the "file:" prefix if the file path is an absolute
2830         path or starts with ".".
2832         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2833         lastweek etc.
2834         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2836 2008-06-18  Glenn Morris  <rgm@gnu.org>
2837         * org.el (org-map-entries): Let-bind `file'.
2839 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2841         * org.el (org-agenda-skip-archived-trees): Docstring now
2842         discourages using this.
2843         (org-scan-tags): Check for org-agenda-archives-mode.
2844         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2845         (org-agenda-files): Functionality of second arg changed.
2847         * org-agenda.el (org-agenda-archives-mode): New variable
2848         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2849         (org-search-view, org-todo-list, org-tags-view)
2850         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2851         `ifmode' argument.
2852         (org-agenda-quit): Reset the archives mode.
2853         (org-agenda-archives-mode): New command.
2854         (org-agenda-set-mode-name): Include archives info.
2856 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2858         * org.el (org-paste-subtree): Make sure the yanked headline is
2859         visible if it was yanked at a visible point.
2860         (org-move-item-up): Fix the bug with moving white space at the end
2861         of the item.
2862         (org-show-empty-lines-in-parent): New function.
2864 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2866         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2868         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2870         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2871         agenda prefix as well.
2873         * org-publish.el (org-publish-org-index): Make a properly indented
2874         list.
2876         * org.el (org-calendar-agenda-action-key): New option.
2877         (org-get-cursor-date): New function.
2878         (org-mark-entry-for-agenda-action): New command.
2879         (org-overriding-default-time): New variable.
2880         (org-read-date): Respect `org-overriding-default-time'.
2882         * org-remember.el (org-remember-apply-template): Respect the
2883         ovverriding default time.
2885         * org-agenda.el (org-agenda-action-marker): New variable.
2886         (org-agenda-action): New command.
2887         (org-agenda-do-action): New function.
2889 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2891         * org.el (org-schedule, org-deadline): Protect scheduled and
2892         deadline tasks against changes that accidently remove the
2893         repeater.  Also show a message with the new date when done.
2895 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2897         * org.el (org-beginning-of-line): Cater for the case when there
2898         are tags but no headline text.
2899         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2900         it set.
2902 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2904         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2905         the return value is nil instead of "nil" when there is no match.
2907         * org-exp.el (org-insert-centered): Use fill-column instead of
2908         80.
2909         (org-export-as-ascii): Use string-width to measure the width of
2910         the heading.
2912         * org.el (org-diary-to-ical-string): No longer kill buffer
2913         FROMBUF, this is now done by the caller.
2915         * org-exp.el (org-print-icalendar-entries): Move the call to
2916         `org-diary-to-ical-string' out of the loop, and kill the buffer
2917         afterwords.
2919         * org-remember.el (org-remember-visit-immediately): Position
2920         cursor after moving to the note.
2921         (org-remember-apply-template): Use a text property to record the
2922         cursor position.
2923         (org-remember-handler): Align tags after pasting the note.
2925 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2927         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2929         * org-agenda.el (org-agenda-open-link): If there is an
2930         org-bbdb-name property in the current line, jump to that bbdb
2931         entry.
2933         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2934         text property, so that the agenda knows where this entry comes
2935         from.
2937         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2938         interaction between clocking-in from the agenda, and  automatic
2939         task state switching.
2941         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2943         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2944         zmacs-region stays after this command in XEmacs.
2946 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2948         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2950         * org-remember.el (org-remember-templates): Fix bug in
2951         customization type definition.
2953         * org.el (org-map-entries): New function.
2955 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2957         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2958         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2960 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2962         * org-remember.el (org-jump-to-target-location): New variable.
2963         (org-remember-apply-template): Set
2964         `org-remember-apply-template' if requested by template.
2965         (org-remember-handler): Start an idle timer to jump to
2966         remember location.
2968         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2970         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2971         file tags.
2972         (org-get-tags-at): Add the content of `org-file-tags'.
2974         * org-exp.el (org-export-handle-comments): Fix bug with several
2975         comment lines after each other.
2976         (org-number-to-roman, org-number-to-counter): New functions.
2977         (org-export-section-number-format): New option.
2979 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2981         * org-exp.el (org-export-protect-examples): Catch the case of a
2982         missing end_example line.
2984         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2985         `org-file-tags' to nil.
2987         * org-colview.el (org-columns-next-allowed-value): Handle next
2988         argument NTH to directly select a value.
2990         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2991         argument NTH to directly select a value.
2993 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2995         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2997 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2999         * org.el (org-columns-ellipses): New option.
3001 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3003         * org-colview.el (org-columns-add-ellipses): New function.
3004         (org-columns-compact-links): New function.
3005         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3006         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3007         when in agenda.
3008         (org-columns-edit-value): Fixed bug with editing values from
3009         agenda column view.
3010         (org-columns-redo): Also redo the agenda itself.
3012 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3014         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3015         option.
3017         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3019         * org-exp.el (org-export-ascii-preprocess): Renamed from
3020         `org-export-ascii-clean-string'.
3021         (org-export-kill-licensed-text)
3022         (org-export-define-heading-targets)
3023         (org-export-handle-invisible-targets)
3024         (org-export-target-internal-links)
3025         (org-export-remove-or-extract-drawers)
3026         (org-export-remove-archived-trees)
3027         (org-export-protect-quoted-subtrees)
3028         (org-export-protect-verbatim, org-export-protect-examples)
3029         (org-export-select-backend-specific-text)
3030         (org-export-mark-blockquote-and-verse)
3031         (org-export-remove-comment-blocks-and-subtrees)
3032         (org-export-handle-comments, org-export-mark-radio-links)
3033         (org-export-remove-special-table-lines)
3034         (org-export-normalize-links)
3035         (org-export-concatenate-multiline-links)
3036         (org-export-concatenate-multiline-emphasis): New functions,
3037         obtained from spliiting the export preprocessor.
3039         * org-table.el (org-table-recalculate): Improve error message if
3040         the row number is invalid.
3042 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3044         * org-archive.el (org-archive-save-context-info): Fix bugs in
3045         customization setup and docstring.
3047         * org-exp.el (org-export-html-style): Changed the size of in the
3048         <pre> element to 90%.
3050 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3052         * org.el (org-find-src-example-start): Function removed.
3053         (org-edit-src-find-region-and-lang): New function.
3055 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3057         * org.el (org-edit-src-exit): New function.
3058         (org-exit-edit-mode): New minor mode.
3060         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3061         comment-like lines from protected examples.
3063         * org.el (org-edit-src-example, org-find-src-example-start)
3064         (org-protect-source-example, org-edit-special): New functions.
3066 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3068         * org-publish.el (org-publish-project-alist): Fix typo in
3069         docstring.
3070         (org-publish-project-alist): Handle :index-title property.
3072 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3074         * org-export-latex.el (org-export-as-latex): Make sure region
3075         bounds are correct.  Parse subtree properties relating to export.
3077         * org-exp.el (org-export-add-options-to-plist): New function.
3078         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3080 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3082         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3083         EXPORT_TITLE.
3085         * org-exp.el (org-export-get-title-from-subtree)
3086         (org-export-as-ascii, org-export-as-html): Make sure the original
3087         region-beginning and region-end are used, even after moving
3088         point.
3089         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3090         property.
3092         * org-remember.el (org-remember-last-stored-marker): New variable.
3093         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3094         (org-remember-handler): Also use marker to remember
3095         last-stored position.
3097         * org.el (org-goto-marker-or-bmk): New function.
3099 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3101         * org.el (org-file-properties): Renamed from `org-local-properties'.
3102         (org-scan-tags): Take file tags into account.
3103         (org-tags-match-list-sublevels): Default changed to t.
3105         * org-exp.el (org-export-as-html): Close paragraph after a
3106         footnote.
3108         * org.el (org-update-parent-todo-statistics): New function.
3110         * org-exp.el (org-icalendar-store-UID): New option.
3111         (org-icalendar-force-UID): Option removed.
3112         (org-print-icalendar-entries): IMplement UIDs.
3114 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3116         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3118 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3120         * org-faces.el (org-column): Document how this face is being used
3121         and why sometimes the background faces shine through.
3123         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3125         * org-publish.el (org-publish-attachment): Create publishing
3126         directory if it does not yet exist.
3128         * org-table.el (org-calc-default-modes): Change default number
3129         format to (float 8).
3131         * org.el (org-olpath-completing-read): New function.
3132         (org-time-clocksum-format): New option.
3133         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3135         * org-clock.el (org-clock-display, org-clock-out)
3136         (org-update-mode-line): Use `org-time-clocksum-format'.
3138         * org-colview-xemacs.el (org-columns-number-to-string): Use
3139         `org-time-clocksum-format'.
3141         * org-colview.el (org-columns-number-to-string): Use
3142         `org-time-clocksum-format'.
3144 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3146         * org-id.el: New file, move from contrib to core.
3148         * org-exp.el (org-icalendar-force-UID): New option.
3150 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3152         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3153         shifted by one day if theere is a date range without an end
3154         time.
3156         * org.el (org-try-structure-completion): New function.
3158 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3160         * org.el (org-set-font-lock-defaults): Improve fontification of
3161         description lists.
3162         (org-insert-item): Handle description lists.
3163         (org-adaptive-fill-function): Improve auto indentation in
3164         description lists.
3166         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3167         Implement VERSE environment.
3168         (org-export-preprocess-string): Implement the COMMENT
3169         environment.
3171         * org-export-latex.el (org-export-latex-preprocess): Implement
3172         VERSE environment.
3174 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3176         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3177         option.
3179 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3181         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3183         * org.el (org-quote-csv-field): New functions.
3185         * org-table.el (org-table-export-default-format): Remove :splice
3186         from default format, we get the same effect by not specifying
3187         :tstart and :tend.
3188         (org-table-export): Improve setup, distinguish better between
3189         interactive and non-interactive use, allow specifying the format
3190         on the fly, better protection against wrong file names.
3191         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3192         and :tend when :splice is omitted.
3194 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3196         * org-clock.el (org-clock-select-task): Make sure the selection
3197         letters are 1-9 and A-Z, no special characters.
3199 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3201         * org-exp.el (org-export-htmlize): New group.
3202         (org-export-htmlize-output-type)
3203         (org-export-htmlize-css-font-prefix): New options.
3204         (org-export-htmlize-region-for-paste): New function.
3205         (org-export-htmlize-generate-css): New command.
3207 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3209         * org/org.el (org-modules, org-format-latex-options):
3210         * org/org-archive.el (org-archive-stamp-time)
3211         (org-archive-save-context-info):
3212         * org/org-faces.el (org-hide):
3213         * org/org-irc.el (org-irc-parse-link):
3214         * org/org-macs.el (org-call-with-arg, org-autoload):
3215         * org/org-mew.el (org-mew-store-link):
3216         * org/org-remember.el (org-remember-store-without-prompt)
3217         (org-remember-templates): Fix typos in docstrings.
3219         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3221         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3222         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3223         (org-bbdb-anniv-split): Fix typos in docstrings.
3225         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3226         (org-publish-use-timestamps-flag): Reflow docstring.
3227         (org-publish-files-alist): Fix typos in docstring.
3229 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3231         * org.el (org-set-visibility-according-to-property): New function.
3232         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3233         and compute the regular expressions, and update font-lock.
3234         (org-property-re): Allow a dash in property names.
3236         * org-archive.el (org-extract-archive-file): Insert the file name
3237         without the path into the format, to allow the location format to
3238         contain a subdirectory.
3240         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3241         of buffer, and the `org-agenda-type' property undefined, use the
3242         value from the character before.
3244         * org.el (org-add-planning-info): Don't let indentation for
3245         would-be timestamp become extra whitespace at the end of headline.
3247 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3249         * org.el (org-remove-double-quotes, org-file-contents): New
3250         functions.
3252         * org-exp.el (org-infile-export-plist): Also parse the
3253         contents of #+SETUPFILE files, recursively.
3255         * org.el (org-set-regexps-and-options): Also parse the
3256         contents of #+SETUPFILE files, recursively.
3258         * org-exp.el (org-export-handle-include-files): New function.
3259         (org-export-preprocess-string): Call
3260         `org-export-handle-include-files'.
3262         * org.el (org-delete-property-globally)
3263         (org-delete-property, org-set-property): Ignore case during
3264         completion.
3265         (org-set-property): Use `org-completing-read' instead of
3266         `completing-read'.
3268         * org.el (org-complete-expand-structure-template): New,
3269         experimental function.
3270         (org-structure-template-alist): New, experimental option.
3271         (org-complete): Call `org-complete-expand-structure-template'.
3273 2008-05-06  Bastien Guerry  <bzg@altern.org>
3275         * org-export-latex.el (org-export-latex-preprocess): Added
3276         support for blockquotes.
3278 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3280         * org.el (org-read-date-analyze): Catch the case where only a
3281         weekday is given.
3283 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3285         * org.el (org-set-font-lock-defaults): Make the description
3286         tag bold.
3288         * org-exp.el (org-export-as-html, org-close-li): Implement
3289         description lists.
3291 2008-05-04  Jason Riedy  <jason@acm.org>
3293         * org-table.el (*orgtbl-default-fmt*): New variable.
3294         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3295         when there is no other fmt available.
3297         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3298         :tend to suppress the appropriate string.
3300         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3301         table.
3303 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3305         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3306         read date.
3308         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3309         New function.
3311         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3312         New function.
3314 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3316         * org-clock.el (org-clock-find-position): Don't include notes
3317         into clock drawer.
3319         * org-archive.el (org-archive-subtree): No longer remove an
3320         extra line after cutting the subtree.  `org-cut-subtree' already
3321         takes care of this.
3323         * org-remember.el (org-remember-handler): Only kill the target
3324         buffer if it does not contain the running clock.
3326         * org.el (org-markers-to-move): New variable.
3327         (org-save-markers-in-region, org-check-and-save-marker)
3328         (org-reinstall-markers-in-region): New function.
3329         (org-move-subtree-down, org-copy-subtree): Remember relative
3330         marker positions before cutting.
3331         (org-move-subtree-down, org-paste-subtree): Restore relative
3332         marker positions after pasting.
3334         * org-remember.el (org-remember-clock-out-on-exit): New option.
3335         (org-remember-finalize): Clock out only if the setting in
3336         `org-remember-clock-out-on-exit' requires it.
3337         (org-remember-handler): Do the cleanup in the buffer, to make sure
3338         that the clock marker remains in tact.
3340 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3342         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3343         (org-clock-in): Make sure that also tasks outside the narrowed
3344         region will be clocked in correctly.
3345         (org-clock-insert-selection-line): Widen the buffer so that we can
3346         find the correct task heading.
3348         * org.el (org-base-buffer): New function.
3350         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3351         and ";" are escaped.
3352         (org-print-icalendar-entries): Also apply
3353         `org-icalendar-cleanup-string' to the headline, not only to the
3354         summary property.
3356 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3358         * org-exp.el (org-export-preprocess-hook): New hook.
3359         (org-export-preprocess-string): Call
3360         `org-export-preprocess-hook'.
3362         * org.el (org-font-lock-hook): New variable.
3363         (org-font-lock-hook): New function.
3364         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3366 ;; Local Variables:
3367 ;; coding: utf-8
3368 ;; add-log-time-zone-rule: t
3369 ;; End:
3371     Copyright (C) 2008  Free Software Foundation, Inc.
3373   This file is part of GNU Emacs.
3375   GNU Emacs is free software: you can redistribute it and/or modify
3376   it under the terms of the GNU General Public License as published by
3377   the Free Software Foundation, either version 3 of the License, or
3378   (at your option) any later version.
3380   GNU Emacs is distributed in the hope that it will be useful,
3381   but WITHOUT ANY WARRANTY; without even the implied warranty of
3382   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3383   GNU General Public License for more details.
3385   You should have received a copy of the GNU General Public License
3386   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3388 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c