Bugfix: Swapping the last two subtrees in a file.
[org-mode.git] / lisp / ChangeLog
blob71ae90eb94ee4b4240da1b78ced923d395c750f3
1 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-modules): Add org-inlinetasks.el
4         (org-cycle): Implement limiting level on cycling.
5         (org-move-subtree-down): Fix bug with swapping subtrees at end of
6         buffer.
8         * org-inlinetask.el: New file.
10         * org.el (org-emphasis-regexp-components): Allow braces in
11         emphasis pre and post match.
13         * org-footnote.el (org-footnote-normalize): When only dorting, do
14         not insert inline notes at the end.
16         * org-docbook.el (org-id-find-id-file): Add function declaration.
18         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
20         * org-docbook.el: New file.
22 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
24         * org.el (org-reftex-citation): New command.
26 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
28         * org-agenda.el (org-agenda-cmp-user-defined): New option.
29         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
30         sorting options.
31         (org-entries-lessp): Apply the new sorting option.
33         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
34         blocker code, when an older sibling has children.
36         * org-mac-message.el (org-mac-message-get-link): Improve getting
37         links from multiple selected messages.
39 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-remember.el (org-remember-finalize): Do not set buffer file
42         name to nil.
43         (org-remember-handler): Mark buffer as unmodified.
44         (org-remember-handler): Delete backup file and show message about
45         remaining backup files.
46         (org-remember-auto-remove-backup-files): New option.
48         * org.el (org-store-link): Use buffer name as link description in
49         w3-mode buffers.
50         (org-ido-switchb): Fix argument bug for completion.
52         * org-remember.el (org-remember-apply-template): Set local
53         variable `auto-save-visited-file-name' instead of global one.
55 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
57         * org-feed.el: Re-write.
59         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
60         (org-agenda-get-todos): Mark file tags as inherited.
61         (org-agenda-list): Always search diary lines for a time.
63 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
65         * org-feed.el (org-feed-assume-stable): New option.
66         (org-feed-before-adding-hook): New hook.
68         * org-exp.el (org-export-as-html): Close local lists depending on
69         indentation, also when starting a table.
71         * org-remember.el (org-remember-backup-directory)
72         (org-remember-backup-name): New internal variable.
74 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
76         * org-clock.el (org-clock-out-if-current): Make buffer detection
77         work in indirect buffers as well.
79         * org.el (org-emphasis-regexp-components): Add the exxclamation
80         mark to the post-emphasis characters.
82 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
84         * org.el (org-read-date-minibiffer-septup-hook): New hook.
85         (org-read-date): Run the new hook.
87         * org-mac-message.el (org-mac-flagged-mail): New group.
88         (org-mac-mail-account): New variable.
89         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
90         commands.
92         * org-remember.el (org-remember-backup-directory): New variable.
93         (org-remember-apply-template): Write file to backup directory.
95 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org-mouse.el (org-mouse-todo-menu): New function.
98         (org-mouse-todo-keywords): Function removed.
99         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
101         * org-table.el (org-table-beginning-of-field)
102         (org-table-end-of-field): New commands
103         (org-table-previous-field, org-table-beginning-of-field): Better
104         error messages.
105         (orgtbl-setup): Include `M-a' and `M-e'.
107         * org.el (org-backward-sentence, org-forward-sentence): New
108         commands.
110         * org-colview.el (org-colview-initial-truncate-line-value): New
111         variable.
112         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
113         (org-columns): Remember the value of `truncate-lines'.
115         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
116         New variable.
117         (org-columns-remove-overlays): Restore the value of
118         `truncate-lines'.
119         (org-columns): Remember the value of `truncate-lines'.
121         * org.el (org-columns-skip-arrchived-trees): New option.
123         * org-agenda.el (org-agenda-export-html-style): Define color for
124         org-agenda-done face.
125         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
126         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
128         * org.el (org-scan-tags): Use the new face.
130         * org-faces.el (org-agenda-done): New face.
132         * org.el (org-scan-tags): Test the value org
133         `org-tags-match-list-sublevels'.
134         (org-tags-match-list-sublevels): New allowed value: indented.
136         * org-export-latex.el (org-export-latex-make-header): Apply macros
137         in header.
139         * org-exp.el (org-export-apply-macros-in-string): New function.
141         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
142         with the definition of a checked box.
144         * org-clock.el (org-clock-find-position): Fix drawer indentations.
146         * org-export-latex.el (org-export-latex-low-levels): More options
147         for how to process lower levels in LaTeX.
148         (org-export-latex-subcontent): Better treatment for lists as a
149         means of publishing lower levels.
151 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
153         * org.el (org-set-font-lock-defaults): Use new checkbox face.
155         * org-faces.el (org-checkbox): New face.
157         * org-exp.el (org-export-html-preprocess): Only create LaTeX
158         fragement images if there is an export file.
160 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
162         * org-agenda.el (org-stuck-projects): Document that the subtree of
163         projects that are not stuck will now be searched for stuck
164         sub-projects.
165         (org-agenda-skip-entry-when-regexp-matches)
166         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
167         (org-agenda-list-stuck-projects): Use
168         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
170         * org-export-latex.el (org-export-latex-preprocess): Improve
171         export of verses.
173         * org-exp.el (org-export-as-html): Implement centering as a div
174         rather than a paragraph.  Do a better job with line-end in verse
175         environments.
177 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
179         * org.el (org-open-at-point): Fix tags searches by mouse click.
181 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
183         * org-export-latex.el (org-export-latex-preprocess): Implement the
184         centering markup.
186         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
187         from `org-export-mark-blockquote-and-verse'.
188         (org-export-as-html): Implement the centering markup.
190         * org-export-latex.el (org-export-latex-tables): Fix vertical
191         lines in tables.
193 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
195         * org.el (org-read-date-history): New variable.
196         (org-read-date): Use new history variable.
197         (org-toggle-heading): Fix bug when used before first headline.
198         (org-store-log-note): Remove drawer if empty while note is
199         aborted.
200         (org-remove-empty-drawer-at): New function.
201         (org-check-after-date): New command.
202         (org-sparse-tree): New sparse tree command "a".
204         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
206 2009-03-14  Bastien Guerry  <bzg@altern.org>
208         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
209         column and a space, not only a column.
211 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
213         * org-export-latex.el (org-export-latex-emphasis-alist): Better
214         defaults for verbose emphasis.
215         (org-export-latex-emph-format): New function.
216         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
218         * org-agenda.el (org-agenda-menu): Add new commands to menu.
219         (org-agenda-do-date-later, org-agenda-do-date-earlier)
220         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
221         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
222         commands.
224         * org.el (org-timestamp-change): Move end-time along with start
225         time.
227 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
229         * org-exp.el (org-export-target-internal-links)
230         (org-export-as-html): Protect links specified as #name.
232 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org.el (org-clone-subtree-with-time-shift): New command.
236         * org-export-latex.el (org-export-latex-special-chars)
237         (org-export-latex-treat-sub-super-char): Fix subscript export.
239         * org-exp.el (org-create-multibrace-regexp): Do not add
240         backslashes to the class.
242 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
244         * org-colview.el (org-columns-map): Better functions for moving up
245         and down a row, even if `truncate-line' is nil.
247         * org.el (org-insert-todo-heading): Make sure the keyword is
248         inserted at the correct position.
250         * org-publish.el (org-publish-project-alist)
251         (org-publish-projects, org-publish-org-index): Change default anme
252         for the index of file names to "sitemap.org".
254         * org-export-latex.el (org-export-latex-tables): Use
255         `org-split-string', for Emacs 21 compatibility.
257 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
259         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
261 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
263         * org-exp.el (org-export-page-description)
264         (org-export-page-keywords): New variables.
265         (org-export-plist-vars): Add entries for :keywords and
266         :description.
267         (org-infile-export-plist): Parse for new keywords.
268         (org-get-current-options): Add new keywords
269         (org-export-as-html): Publish description and keywords.
271         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
272         option.
273         (org-agenda-add-entry-text): Honor
274         `org-agenda-add-entry-text-descriptive-links'.
276         * org-export-latex.el (org-export-latex-preprocess): Make all
277         external preprocess functions use a PARAMETER arg.
279         * org-exp.el (org-export-preprocess-string)
280         (org-export-select-backend-specific-text)
281         (org-export-format-source-code-or-example)
282         (org-format-org-table-html): Support docbook export.
283         (org-export-preprocess-string): Make all external preprocess
284         functions use a PARAMETER arg.
286 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
288         * org-exp.el (org-export-html-style-include-scripts): New option.
289         (org-export-plist-vars): Add new option
290         `org-export-html-style-include-scripts'.
291         (org-export-as-html): Honor new option
292         `org-export-html-style-include-scripts'.
293         (org-export-html-scripts, org-export-html-style-default): Fix
294         xml issues with the Safari browser.
296 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org-publish.el (org-publish-attachment): Only copy file when the
299         directories differ.
301 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
303         * org-clock.el (org-clocktable-steps): Use inactive time stamps
304         for clocktable steps.
306         * org.el (org-additional-option-like-keywords): Add two more
307         keywords.
309 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
311         * org-exp.el (org-export-format-source-code-or-example): Mark
312         temporary buffer unmodified, so that it will be killed even if
313         mode like message mode has decided to assign a file name.
315         * org.el (org-scan-tags): Improve tag inheritance.
316         (org-scan-tags, org-make-tags-matcher): Make tag comparison
317         case-sensitive.
318         (org-scan-tags): Use the internal tags list instead of creating it
319         from scratch.
320         (org-trust-scanner-tags, org-scanner-tags): New variables.
321         (org-scan-tags): Set `org-scanner-tags'.
322         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
323         (org-map-entries): Document the possible speedup using scanner
324         tags.
326 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org.el (org-add-planning-info): Fix bug with looking for keyword
329         only at column 0.
331         * org-agenda.el (org-agenda-custom-commands-local-options): Add
332         option for tags filter preset.
333         (org-prepare-agenda): Store filter preset as a property on the
334         filter variable.
335         (org-finalize-agenda): Call the filter, if there is a preset.
336         (org-agenda-filter-by-tag): Filter again after clearing the
337         filter, when there still is a preset.
338         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
339         Include the preset filter.
340         (org-agenda-redo): Apply the filter again, also the preset filter.
342         * org-exp.el (org-export-as-html): Use IDs in the correct way.
344         * org.el (org-uuidgen-p): New funtion.
346         * org-agenda.el (org-agenda-fontify-priorities): New default value
347         `cookies'.
348         (org-agenda-fontify-priorities): Renamed from
349         org-fontify-priorities.
351         * org.el (org-set-font-lock-defaults): Call
352         `org-font-lock-add-priority-faces'.
353         (org-font-lock-add-priority-faces): New function.
355         * org-faces.el: (org-set-tag-faces): New option.
356         (org-priority-faces): New variable.
358         * org-exp.el (org-export-as-html): Add a "content" div around the
359         entire content of the body tag.
360         (org-export-html-get-bibliography): New function.
361         (org-export-html-validation-link): New variable.
362         (org-export-as-html): Add validation link to exported page.
364         * org.el (org-match-sparse-tree): Renamed from
365         `org-tags-sparse-tree'.
366         (org-tags-sparse-tree): New alias.
368 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
370         * org.el (org-get-valid-level): Catch the case where the level
371         change is nil.
373         * org-clock.el (org-clock-find-position): Better indentation of
374         new clock drawers.
376 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
378         * org-agenda.el (org-agenda-quit): Delete window only when the
379         frame-setup was not `current-window'.
381         * org.el (org-tag-persistent-alist): New option.
382         (org-startup-options): Add keyword `noptag'.
383         (org-fast-todo-selection): Handle :newline correctly.
384         (org-set-tags): Handle :newline correctly.
385         (org-fast-tag-selection): Handle :newline correctly.
387 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
389         * org-exp.el (org-export-as-ascii): Reverse link buffer before
390         outputting it.
391         (org-export-ascii-push-links): Fix bug with pussing links into the
392         export buffer.
394 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
396         * org-archive.el (org-archive-subtree): Do not add 1 to level if
397         pasting at top level.
399         * org-bbdb.el: Improve documentation.
401 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org-list.el (org-insert-item): Only consider insert empty lines
404         is `org-empty-line-terminates-plain-lists' is not nil.
406         * org.el (org-blank-before-new-entry): Mention the dependence on
407         `org-empty-line-terminates-plain-lists' in the docstring.
409         * org-publish.el (org-publish-get-project-from-filename): New
410         optional argument UP.  Only find the top project if UP is set.
411         (org-publish-current-project): Find the top encloding project.
413         * org-agenda.el (org-agenda-before-write-hook)
414         (org-agenda-add-entry-text-maxlines): New options.
415         (org-write-agenda): Run the new hook in the temporary buffer.
416         (org-agenda-add-entry-text): New function.
417         (org-write-agenda): Implement PDF export, using ps2pdf.
419         * org.el (org-global-properties-fixed, org-global-properties):
420         Improve documentation string.
422         * org-exp.el (org-export-ascii-links-to-notes): New option.
423         (org-export-as-ascii): Handle links better.
424         (org-export-ascii-wrap, org-export-ascii-push-links): New
425         functions.
427 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
429         * org-agenda.el (org-agenda): Make prefix arg optional.
430         (org-agenda-search-headline-for-time): New option.
431         (org-format-agenda-item): Honor
432         `org-agenda-search-headline-for-time'.
434         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
435         characters.
437         * org.el (org-self-insert-cluster-for-undo): New option.
438         (org-self-insert-command): Cluster undo for 20 characters.
439         (org-self-insert-command-undo-counter): New variable.
441 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
443         * org-exp.el (org-export-as-html): Fix problem with closing colone
444         example.
446 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
448         * org-export-latex.el (org-export-as-latex)
449         (org-export-latex-first-lines): Avoid modification flag when
450         adding or removing text properties.
451         (org-export-latex-fontify): Catch error when org-emph-alist has
452         entries that are not defined for LaTeX export.
454         * org.el (orgstruct++-mode): New function.
455         (turn-on-orgstruct++): Call `orgstruct++-mode'.
456         (org-context-p): Allow detecting item context after the first line
457         of an item.
458         (orgstruct-make-binding): Detect if item-body context should be
459         seen.
460         (orgstruct-is-++): New variable.
461         (org-add-planning-info): Catch the case when there is no planning
462         info yet and the call does not want to add anything, only maybe
463         tries to remove something.
464         (org-special-ctrl-a/e): All value to be a cons cell with separate
465         settings for `C-a. and `C-e'.
466         (org-beginning-of-line, org-end-of-line): Honor separate values
467         for `C-a' and `C-e'.
469 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
471         * org.el (org-reload): New command.
473 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
475         * org-exp.el (org-export-htm-get-tag-class-name)
476         (org-export-htm-get-todo-kwd-class-name): New functions.
477         (org-export-html-tag-class-prefix)
478         (org-export-html-todo-kwd-class-prefix): New options.
479         (org-export-as-html): Call
480         `org-export-html-get-todo-kwd-class-name'.
481         (org-html-level-start): Wrap tags into classes.
482         (org-export-html-get-tag-class-name)
483         (org-export-html-get-todo-kwd-class-name): New functions.
485         * org-export-latex.el (org-export-latex-collect-header-macros):
486         Remove fields that are used anyway.
487         (org-export-latex-make-header): Insert the options earlier.
489         * org-agenda.el (org-agenda-get-progress): Fix bug with state
490         matching.
492         * org-list.el (org-indent-item): Allow point to be at the end of
493         the region.
495         * org.el (org-metaleft, org-metaright): Be more accurate about
496         detecting a region where commands apply.
498         * org-compat.el (org-cursor-to-region-beginning): New function.
500         * org.el (org-priority): Also find invisible heading.
502         * org-colview-xemacs.el (org-columns-edit-value): No special
503         treatment for `org-todo' prefix.
505         * org-colview.el (org-columns-edit-value): No special treatment
506         for `org-todo' prefix.
508         * org-remember.el (org-remember-apply-template): Use
509         `org-completing-read-no-ido'.
511         * org.el (org-completing-read-no-ido): New function.
512         (org-make-tags-matcher, org-set-property): Use
513         `org-completing-read-no-ido'.
515         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
516         New option.
517         (org-export-as-latex): Import in-buffer settings as TeX macros.
518         (org-export-latex-make-header): Additional parameter OPT-DEFS.
519         (org-export-latex-collect-header-macros): New function.
521         * org.el (org-refile-get-location): Turn off
522         `partial-completion-mode'.
524 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
526         * org.el (org-block-todo-from-checkboxes): Announce that
527         checkboxes are the culprit.
528         (org-block-todo-from-children-or-siblings): Call
529         `org-up-heading-all instead' of `outline-up-heading'.
531         * org-agenda.el (org-agenda-show-1): Renamed from
532         `org-agenda-show'.
533         (org-agenda-show): Re-install the old version for now.
534         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
535         variable into the blokker hook, so that the checkbox checker can
536         anounce that it caused the blocking.
538         * org.el (org-track-ordered-property-with-tag): New option.
539         (org-toggle-ordered-property): Honor
540         `org-track-ordered-property-with-tag'.
541         (org-tag-alist): Add newline options.
542         (org-set-regexps-and-options): Separate option lines imply a
543         newline.
544         (org-set-regexps-and-options, org-assign-fast-keys)
545         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
546         option.
547         (org-indent-line-function): Make sure this works even if there is
548         not `org-drawer-regexp' defined.  This can happen when
549         orgstruct-mode is used in a non-org buffer.
551         * org-list.el (org-checkbox-blocked-p): New function.
552         (org-toggle-checkbox): Check for blocking.
554         * org.el (org-modules): Add an entry for org-R.el.
556         * org-agenda.el (org-agenda-todo-ignore-with-date)
557         (org-agenda-todo-ignore-scheduled)
558         (org-agenda-todo-ignore-deadlines): Mention the variable
559         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
561         * org.el (org-get-wdays): Find the warning period also if it is in
562         the wrong place.
563         (org-ido-completing-read): Provide the correct arguments to
564         ido-completing-read and bind `ido-enter-matching-directory' to
565         nil.
567 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
569         * org.el (org-olpath-completing-read): Never use ido for this
570         one.
572         * org-exp.el (org-export-normalize-links): Use new macro.
574         * org-macs.el (org-if-unprotected-at): New macro.
576         * org-agenda.el (org-agenda-show): Allow numerical prefix
577         arguments to specify how much context should be shown.
578         (org-agenda-cycle-show): New command, could be bound to SPC in
579         org-agenda-mode-map.
581         * org-exp.el (org-html-level-start): Space after section number.
583 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
585         * org-agenda.el (org-agenda-get-sexps): Add todo state as
586         property, for sorting.
587         (org-cmp-todo-state): Get the applicable TODO keywords directly
588         from the buffer.
589         (org-run-agenda-series, org-agenda-list, org-search-view)
590         (org-todo-list, org-tags-view): Only fit agenda window when the
591         whole series is done.
593         * org.el (org-scan-tags): Add todo state as property, for sorting.
595         * org-agenda.el (org-agenda-custom-commands-local-options): Add
596         `org-agenda-overriding-header' as an option.
597         (org-agenda-list): Honor org-agenda-overriding-header'.
599 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
601         * org-list.el (org-toggle-checkbox): Improve cursor positioning
602         after removing a checkbox.
604         * org.el (org-show-entry): Make this work correctly also if it is
605         the last entry in the file.
606         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
607         falling back to normal, default command.
608         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
609         item, call the checkbox toggler to get a box.
611         * org-list.el (org-toggle-checkbox): Make double prefix set the
612         checkbox to "[-]".
613         (org-fix-bullet-type): Only replace bullet it it is changed.
614         (org-renumber-ordered-list): Handle case when first item does not
615         have a number.
617         * org.el (org-add-log-setup): Fix positioning when
618         `org-log-states-order-reversed' is nil.
620         * org-clock.el (org-clock-in): Fix positioning when
621         `org-log-states-order-reversed' is nil.
622         (org-clock-find-position): Fix positioning when
623         `org-log-states-order-reversed' is nil.
625 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org-clock.el (org-clock-into-drawer): Take default from
628         `org-log-into-drawer'.
629         (org-clock-find-position): Look for the correct drawer.
631         * org.el (org-log-into-drawer): Renamed from
632         `org-log-state-notes-into-drawer'.
633         (org-log-state-notes-into-drawer): New variable alias.
634         (org-add-log-setup): Make drawer name default to LOGBOOK, not
635         CLOCK.
636         (org-insert-property-drawer): Also skip LOGBOOK drawers.
638 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
640         * org-agenda.el (org-agenda): Fix docstring.
642         * org.el ("org-plot"): Help loading org-plot.
643         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
644         (org-metadown-hook, org-shiftmetaleft-hook)
645         (org-shiftmetaright-hook, org-shiftmetaup-hook)
646         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
647         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
648         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
649         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
651         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
652         for selecting files with any (and even without) extension.
654         * org.el (org-save-all-org-buffers): Also save id locations.
655         (org-revert-all-org-buffers): Also load id locations.
657 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
658         * org.el (org-drawers): Add LOGBOOK to the default drawers.
659         (org-log-state-notes-into-drawer): New option.
660         (org-add-log-setup): Place the sate note marker into the drawer,
661         create drawer when necessary.
662         (org-refile-targets): Document special interpretation of LEVEL
663         when odd-levels are used.
665 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
667         * org.el (org-store-log-note): Fix note indentation when adding
668         notes to end of list.
670         * org-exp.el (org-export-as-html): Add TODO keyword as extra
671         class, so that each keyword can get special colors through CSS.
673         * org-clock.el (org-clock-out): Add another nil for the previous
674         state into the call to `org-add-log-setup'.
676         * org.el (org-log-note-previous-state): New variable.
677         (org-log-note-headings): New %S escape for old state.
678         (org-todo): Call the note setup with the old state as an
679         argument.
680         (org-add-note): Add another nil for the previous state into the
681         call to `org-add-log-setup'.
682         (org-add-log-setup): New argument PREV-STATE.
683         (org-add-log-note): Handle new %S escape.
684         (org-store-log-note): Handle new %S escape.
686 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
688         * org-clock.el (org-clock-find-position): Do not swallow an item
689         less indented than the CLOCK line itself.
690         (org-clock-in): Push markers to lin after the clock line.
691         (org-clock-find-position): Handle values of
692         `org-clock-into-drawer' smaller than 2.
694         * org-exp.el (org-html-level-start): Add a CSS class to section
695         numbers.
696         (org-export-html-toplevel-hlevel): Better documentation of the
697         influence of this variables on H levels and css classes in
698         export.
700 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-agenda.el (org-agenda-custom-commands-local-options): Add
703         timestamp and nottimestamp to the chooe menu.
705         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
706         (org-revert-all-org-buffers): New command.
708 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
710         * org.el (org-return): Implement `org-return-follows-link' in the
711         function org-return.  This is more robust than using the mouse
712         map, I think.
713         (org-set-regexps-and-options): Match more general #+TODO lines.
714         (org-make-options-regexp): New optional argument EXTRA, for an
715         extra regexp.
716         (org-tab-follows-link): Mark as deprecated.
718 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
720         * org-exp.el (org-export-preprocess-string): Remove clock lines
721         earlier, so that they cannot cotribute to verbatim snippets.
723 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
725         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
726         for finding drawers.
727         (org-export-as-ascii, org-export-as-html): Count levels relative
728         to the subtree header.
729         (org-get-min-level): New optional argument OFFSET.
730         (org-export): Make sure point is restored after popping up that
731         window.
733         * org.el (org-do-sort): Also take an inactive timestamp if no
734         active one is found.
736         * org-colview-xemacs.el (org-columns-capture-view): Copy before
737         deleting duplicates.
739         * org-colview.el (org-columns-capture-view): Copy before
740         deleting duplicates.
742         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
743         text before first headline.
745         * org.el (org-format-latex): Do not convert LaTeX fragments in
746         protected examples.
748 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
750         * org-exp.el (org-export-html-style-default): Use color values
751         instead of names for XHTML validation.
753         * org.el (org-get-scheduled-time, org-get-deadline-time): New
754         functions.
755         (org-return-follows-link): Revert making this the default untile
756         issues are resolved.
758         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
759         nottimestamp.
761 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
763         * org.el (org-mode): Make dependence stuff work more reliably.
764         (org-update-parent-todo-statistics): Fix bug with updating
765         statistics cookie.
767         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
768         ~ as verbatim delimiters.
770         * org-exp.el (org-export-html-format-image): New argument
771         PAR-OPEN.
772         (org-export-as-html): Pass par-open to
773         `org-export-html-format-image'.
775 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
778         (org-use-fast-todo-selection, org-tags-column): New default
779         setting for variables, based on a poll what typical uses use.
781         * org-agenda.el (org-agenda-sorting-strategy)
782         (org-agenda-tags-column): New default setting for variables, based
783         on a poll what typical uses use.
785 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
787         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
788         blocked entries from setting the blocked tag.
790         * org-exp.el (org-export-html-footnotes-section): Use a more
791         consistent id for footnotes.
793         * org-export-latex.el (org-export-latex-classes): Remove the
794         a4paper option from the default styles.
796 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
798         * org.el (org-enforce-todo-checkbox-dependencies): New option.
799         (org-block-todo-from-checkboxes): New function.
800         (org-todo): Make tripple prefix arg circumvent blocking.
802         * org-timer.el (org-timer): Provide the timer feature.
804         * org.el (org-require-autoloaded-modules): Add a few more files to
805         the list of autoloaded modules.
807         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
809 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
811         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
812         drawers that are unprotected.
813         (org-export-html-format-image): Make sure inlined LaTeX fragment
814         images remain inlined.
816         * org.el (org-toggle-ordered-property): New function.
817         (org-mode-map): Add a key for `org-toggle-ordered-property'.
818         (org-org-menu): Add menu entries for TODO dependencies.
820 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
822         * org.el (org-default-properties): Add ORDERED to the default
823         properties, to get completion support for it.
825         * org-list.el (org-update-checkbox-count): Update more than one cookie.
827         * org.el (org-update-parent-todo-statistics): Update more than one
828         cookie.
830         * org-agenda.el (org-agenda-get-todos): Start search from correct
831         position.
833         * org.el (org-fast-todo-selection): Make sure TODO selection does
834         not change buffer position.
836         * org-list.el (org-toggle-checkbox): Implement adding or removing
837         checkboxes from line or region when called with a prefix
838         argument.
840         * org-rmail.el (org-rmail-store-link): Protect the call to
841         `rmail-narrow-to-non-pruned-header'.
843         * org-clock.el (org-clock-special-range): Fix week display in
844         clock tables.
846         * org-exp.el (org-get-current-options): Fix bug when in indirect
847         buffer.
849 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
851         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
852         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
853         (org-agenda-dim-blocked-tasks): New function.
855         * org.el (org-enforce-todo-dependencies): New option.
856         (org-block-todo-from-children-or-siblings): New function.
858         * org-faces.el (org-agenda-dimmed-todo-face): New face.
860         * org.el (org-todo): Return correct state type even if the blocker
861         throws an error.
862         (org-modifier-cursor-error): Renamed from
863         `org-shiftcursor-error'.
864         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
865         (org-shiftmetadown): Call `org-modifier-cursor-error'.
867         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
868         to get real errors from the blocker hook.
870         * org.el (org-shiftselect-error, org-call-for-shift-select): New
871         functions.
872         (org-set-visibility-according-to-property): Turn off the setting
873         of `org-show-entry-below', to avoid overruling a FOLDED visibility
874         property.
876 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
878         * org.el (org-support-shift-select): New option.
879         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
880         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
881         selection outside contexts.
883         * org-list.el (org-at-item-bullet-p): New function.
885         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
886         variables.
888         * org-footnote.el (org-footnote-normalize): Remove unnecessary
889         variable.
890         (org-insert-footnote-reference-near-definition): Remove
891         unnecessary let form.
893         * org-export-latex.el (org-export-latex-first-lines): Add
894         OPT-PLIST parameter.
895         (org-export-as-latex): Call `org-export-latex-first-lines' with
896         opt-plits parameter.
897         (org-export-latex-preprocess): Remove unnecessary variables.
899         * org-exp.el (org-infile-export-plist)
900         (org-export-add-options-to-plist, org-export-kill-licensed-text)
901         (org-export-remove-headline-metadata)
902         (org-export-get-title-from-subtree, org-get-min-level)
903         (org-html-do-expand): Remove innecessary let form.
905         * org-colview-xemacs.el (org-columns-display-here): Remove
906         unnecessary variables.
908         * org-colview.el (org-columns-display-here): Remove unnecessary
909         variables.
911         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
912         variables.
914         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
915         unnecessary variables.
917         * org-agenda.el (org-search-view, org-agenda-get-blocks)
918         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
919         variables.
921         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
922         (org-compact-display-after-subtree-move): Remove unnecessary
923         variables.
924         (org-edit-fixed-width-region): Remove unnecessary variables.
925         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
926         (org-olpath-completing-read): Remove unnecessary variable.
927         (org-auto-repeat-maybe): Remove unnecessary variable.
928         (org-map-entries): Remove unnecessary variable.
929         (org-buffer-property-keys, org-imenu-get-tree)
930         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
932 -----------------------------------------------------------------
934 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
935         * org-exp.el (org-export-remove-timestamps): Never remove
936         timestamps from tables.
938         * org-export-latex.el (org-export-latex-first-lines): Add more
939         options to the preprocessing of the text before the first
940         headline.
942 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
944         * org-faces.el (org-clock-overlay): Make face compatible with
945         XEmacs.
947         * org.el (org-yank): Add property for delete-selection mode.
949         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
951         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
952         variable.
954         * org-table.el (org-table-insert-hline): Fix typo in fuction call
955         to `backward-char'.
957         * org-exp.el (org-export-as-html): Remove the initial space from
958         colon examples.
960         * org.el (org-scan-tags): Call
961         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
963         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
964         customization groups.
965         (org-agenda-tags-todo-honor-ignore-options): New option.
966         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
967         New function.
968         (org-agenda-get-todos): Use
969         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
971 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
973         * org-exp.el (org-export-format-source-code-or-example): Escape
974         HTML characters also in examples that anre not treated with
975         htmlize.  Also, just switch to EXAMPLE processing if we do not
976         have a good version of htmlize.
978         * org-rmail.el: Fix copyright notice.
980         * org.el (org-activate-footnote-links): Improve footnote link
981         highlighting.
983         * org-footnote.el (org-footnote-normalize): Fix finding the end of
984         a footnote definition at the end of the file.
986         * org-table.el (org-table-get-specials): Add an imagined hline at
987         the end of the table.  This can be useful for references that want
988         to go to the end of the table.  Also fix bug when computing last
989         row constants, in tables that do not start right at the right
990         margin.
991         (org-table-eval-formula): Match and replace remove references.
992         (org-table-formula-substitute-names): Make sure that names inside
993         a "remote" call are left alone, the will be replaced later when
994         the remote call is handled.
995         (org-table-convert-refs-to-rc): Do not convert things that might
996         look like a reference, but are really part of an ID or namei n a
997         remote reference.
998         (org-table-get-remote-range): New function.
1000 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1002         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1004         * org-clock.el (org-clock-put-overlay): Use new face instead of
1005         `secondary-selection'.
1007         * org-faces.el (org-clock-overlay): New face.
1009 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1011         * org-exp.el (org-get-current-options): Include the option for
1012         publishing time stamps.
1014         * org.el (org-toggle-heading): Renamed from
1015         `org-toggel-region-headings'.
1016         No longer needs a region defined, but will use it if there is one.
1017         (org-ctrl-c-star): Simplified, relying more on the internal
1018         workings of `org-toggle-heading'.
1019         (org-toggle-item): Renamed from `org-toggle-region-items'.
1020         No longer needs a region defined, but will use it if there is one.
1021         (org-ctrl-c-minus): Simplified, relying more on the inernal
1022         workings of `org-toggle-item'.
1024         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1025         environment detection.  Also, do real changes only in unprotected
1026         places.
1028 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1030         * org-export-latex.el (org-export-latex-quotation-marks): Use
1031         `org-if-unprotected-1'.
1032         (org-export-latex-set-initial-vars): Check for class definition in
1033         property.
1035         * org-macs.el (org-if-unprotected-1): New macro.
1037 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
1039         * org-compat.el (org-count-lines): New function.
1041         * org-exp.el (org-export-format-source-code-or-example): Handle
1042         switches related to text areas.
1044         * org.el (org-activate-footnote-links): Don't allow match inside a
1045         link.
1047         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
1049         * org-export-latex.el (org-export-latex-links): Keep a relative
1050         path relative also after export.
1052         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
1054         * org.el (org-make-tags-matcher): Never use IDO for completing the
1055         tags matcher match string.
1056         (org-completing-read): Also remove the special biding for "?".
1058         * org-attach.el (org-attach-allow-inheritance): New option.
1059         (org-attach-inherited): New variable.
1060         (org-attach-dir): Handle properties related to the attachment
1061         directory.
1062         (org-attach-check-absolute-path): New function.
1063         (org-attach-set-directory, org-attach-set-inherit): New commands.
1064         (org-attach): Accommodate the new commands in the dispatcher.
1066 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1068         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
1069         `window-full-width-p'.
1071         * org-exp.el (org-export-as-html): Only check for images files
1072         that really can be inlined
1074         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
1075         list of extensions to be a parameter.
1077         * org-exp.el (org-export-html-inline-image-extensions): New
1078         variable.
1080         * org-agenda.el (org-prepare-agenda): Use
1081         `org-agenda-block-separator'.
1082         (org-agenda-block-separator): New option.
1084 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1086         * org-export-latex.el (org-export-latex-tables): Call
1087         `org-table-clean-before-export' with the new optional argument.
1089         * org-exp.el (org-table-clean-before-export): New optional
1090         parameter MAYBE-QUOTED, allows for quoted characters like \# in
1091         first column.
1093 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1095         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
1096         histograms.
1098         * org-colview.el (org-colview-construct-allowed-dates): Better
1099         error catching when a date/time property does not have allowed
1100         values defined.
1102         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
1103         Better error catching when a date/time property does not have
1104         allowed values defined.
1106 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1108         * org.el (org-map-entries): Restore point and restriction after
1109         `org-map-entries'.
1111 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1113         * org.el (org-time=, org-time<, org-time<=, org-time>)
1114         (org-time>=, org-time<>): Make sure both values are dates.
1116 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1118         * org-archive.el (org-extract-archive-heading): Allow %s for file
1119         name also in achive location heading.
1121 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1123         * org-archive.el (org-add-archive-files): Uniquify the list before
1124         returning it.
1126 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-compat.el (org-fit-window-to-buffer): Use
1129         `window-full-width-p'.
1131         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1132         space after the colon in short examples.
1134         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1135         enforce a space after the colon.  However, we also allow lines
1136         that are *only* a colon.
1137         (org-export-as-html): Enforce the space after the colon in short
1138         examples.
1139         (org-export-preprocess-string): Do the colon example protection
1140         earlier.
1141         (org-export-remove-timestamps): Do not check for protection at the
1142         end of the line.
1144 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1146         * org.el (org-format-latex-options): Add new matcher for single
1147         letters between dollars.
1148         (org-get-header): Function removed.
1149         (org-heading-components): New function.
1151         * org-exp.el (org-export-define-heading-targets): Record ID's also
1152         as alternative targets.
1153         (org-export-as-html): Interpret "id:" links to other files by
1154         preserving the relative path.
1156         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1157         is nil.
1159         * org-exp.el (org-export-normalize-links): Protect the main link,
1160         to avoid special character processing.
1162         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1163         New variable.
1164         (org-export-latex-special-string-regexps): Variable removed.
1165         (org-export-latex-keywords): Use the new regexp.
1167         * org-exp.el (org-export-handle-include-files): Fetch switches and
1168         put them into the BEGIN statement.
1170         * org-timer.el (org-timer-mode-line-string): New variable.
1172         * org-clock.el (org-clock-mode-line-map): Renamed from
1173         `org-clock-mode-map'.
1174         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1175         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1176         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1177         (org-clock-remove-overlays): Renamed from
1178         `org-remove-clock-overlays'.
1180         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1181         and mode line display.
1182         (org-timer-stop): New command.
1183         (org-timer-seconds): Return correct time when timer is paused.
1184         (org-timer-mode-line-timer): New variable.
1185         (org-timer-set-mode-line, org-timer-update-mode-line): New
1186         functions.
1188         * org.el (org-insert-heading):  Handle new value `auto' for
1189         `org-blank-before-new-entry'.
1190         (org-org-menu): Add new items for timer functions.
1192         * org-list.el (org-insert-item): Handle new value `auto' for
1193         `org-blank-before-new-entry'.
1195         * org.el (org-blank-before-new-entry): New value `auto', made
1196         default.
1198 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1200         * org-exp.el (org-export-normalize-links): If the link is also
1201         used as the description, protect the description.
1203 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1205         * org.el (org-closest-date): Fix bug with yearly repeats, in
1206         combination with preference of the past as it is used for deadline
1207         and scheduling search.
1209         * org-exp.el (org-html-handle-time-stamps): No longer check for
1210         the `org-export-with-timestamps' option, because the preprocesser
1211         has taken care of this already.
1213         * org.el (org-entry-properties): Catch the case when this is
1214         called in a non-org-mode file.
1216         * org-export-latex.el (org-export-latex-remove-from-headlines):
1217         Variable made obsolete, also LaTeX export now uses the standard
1218         variables.
1219         (org-export-as-latex): Add the timestamps parameter to the
1220         preprocessor parameter list.
1221         (org-export-latex-content): Export the remaining keywords without
1222         considering to remove them.
1223         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1224         Use bold font instead of tt font for the keywords.
1225         (org-export-latex-fontify-headline): Format headlines, assuming
1226         that all keywords still present should be published.
1227         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1228         publish what ever remains of the time stamps.
1229         (org-export-latex-list-parameters): New option.
1230         (org-export-latex-lists): Pass additional parameters to the list
1231         converter.
1233         * org-exp.el (org-export-preprocess-string): Remove clock lines
1234         and timestamps already in the preprocesor.
1235         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1236         functions.
1237         (org-export-as-ascii, org-export-as-html): Add the timestamps
1238         parameter to the preprocessor parameter list.
1240         * org-list.el (org-list-parse-list): Parse for checkboxes.
1241         (org-list-to-generic): Introduce and handle new parameters :cbon
1242         and :cboff.
1243         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1244         optional parameter PARAMS.
1246         * org-export-latex.el (org-export-latex-special-chars): Fix
1247         problems with interpreting dollar signs.
1248         (org-inside-latex-math-p): New function.
1249         (org-export-latex-preprocess): Protect all the math fragments.
1251         * org.el (org-latex-regexps): Allow a dash after a dollar.
1253         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1254         mark after copying.
1256         * org-agenda.el (org-run-agenda-series): Have series options set
1257         when finalizing the agenda.
1259         * org-exp.el (org-export-format-source-code-or-example): Protect
1260         the converted examples.
1262         * org.el (org-set-regexps-and-options): Fix the regexp
1263         `org-complex-heading-regexp'.
1265 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1267         * org.el (org-edit-src-get-label-format): New function.
1268         (org-coderef-label-format): New option.
1269         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1270         a label format specification and make sure it is used in the edit
1271         buffer.
1272         (org-edit-src-get-label-format): New function.
1273         (org-store-link): Handle new coderef formats.
1274         (org-link-search): Handle new coderef formats.
1276         * org-footnote.el (org-footnote-create-definition)
1277         (org-footnote-goto-local-insertion-point): Make footnote insertion
1278         work correctly when the "Footnotes" headline is the last line in
1279         the buffer.
1281         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1282         the location.
1284 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1286         * org-w3m.el (org-w3m): New customization group.
1287         (org-w3m-deactivate-mark): New option.
1288         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1289         option say not to.
1291 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1293         * org.el (org-set-font-lock-defaults): Trigger footnote
1294         fontification.
1295         (org-activate-footnote-links): New function.
1296         (org-activate-links): New entry `footnote'.
1298         * org-faces.el (org-footnote): New face.
1300 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1302         * org-macs.el (org-re): Handle the [:word:] class.
1304         * org-exp.el (org-export-preprocess-string): Call
1305         `org-export-protect-colon-examples'.
1306         (org-export-protect-colon-examples): Renamed from
1307         `org-export-protect-examples', and scope limited to lines starting
1308         with a colon.
1310 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1312         * org-exp.el (org-export-preprocess-string): Move the preprocess
1313         hook to after turning on Org-mode.
1314         (org-export-preprocess-after-include-files-hook)
1315         (org-export-preprocess-after-tree-selection-hook)
1316         (org-export-preprocess-before-backend-specifics-hook)
1317         (org-export-preprocess-final-hook): New hooks.
1318         (org-export-preprocess-string): Run the new hooks.
1320         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1322         * org-footnote.el: New file.
1324         * org.el (org-footnote): Require footnote code.
1325         (org-startup-options): Add new footnote options.
1326         (org-mode-map): New keybindig for footnotes.
1327         (org-ctrl-c-ctrl-c): Add function at footnotes.
1328         (org-org-menu): New menu entries for footnotes.
1330         * org-export-latex.el (org-export-as-latex): Pass footnote
1331         variable to preprocessor.
1332         (org-export-latex-preprocess): Treat multiple references to a
1333         footnote.
1335         * org-exp.el (org-export-preprocess-string): Call
1336         `org-footnote-normalize'.
1337         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1338         to preprocessor.
1339         (org-export-as-html): Treat multiple references to a footnote.
1341 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1343         * org-export-latex.el (org-export-latex-links): Handle coderef
1344         links.
1346         * org.el (org-bracket-link-analytic-regexp++): New variable.
1347         (org-make-link-regexps): Initialize
1348         `org-bracket-link-analytic-regexp++'.
1349         (org-store-link): Implement special case in edit-src buffer.
1350         (org-insert-link): No use of ide to insert stored links.
1351         (org-link-search): Implement special case for coderefs.
1353         * org-exp.el (org-export-html-scripts): New constant.
1354         (org-export-html-style-default): Add a new style for highlighted
1355         code.
1356         (org-export-code-refs): New variable.
1357         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1358         Call `org-export-replace-src-segments-and-examples'
1359         No longer call `org-export-protect-examples'.
1360         (org-export-target-internal-links): Take care of coderef targets.
1361         (org-export-last-code-line-counter-value): New variable.
1362         (org-export-replace-src-segments-and-examples): Renamed from
1363         `org-export-replace-src-segments', and modified.
1364         (org-export-format-source-code-or-example): Renamed from
1365         `org-export-format-source-code'.
1366         (org-export-number-lines): New function.
1367         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1369 --------------------------------------------------------------------------
1371 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1373         * org-remember.el (org-remember-handler): Safer way to get a new
1374         buffer accessing the target file.
1376         * org.el (org-refile-get-location): Handle case of current buffer
1377         not having a file associated with it.
1379 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1381         * org-table.el (org-table-get-formula): Only ask to overwrite
1382         field formula if there really is one.
1384         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1385         number, by converting these to a string.
1387         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1388         located in a different file.
1390         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1391         org-colview.el.
1393 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1395         * org.el (org-completion-use-ido): Enhance docstring of
1396         `org-completion-use-ido'.
1398         * org-export-latex.el (org-export-latex-make-header): Double the %
1399         in the time stamp format.
1400         (org-export-latex-special-chars): Handle case where there is no
1401         match group 3.
1403 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1405         * org.el (org-get-refile-targets, org-refile-get-location): Use
1406         expanded file name to improve comparison.
1408 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1410         * org.el (org-scan-tags): Rescan for tags, to get the correct
1411         upcase/downcase stuff.  This slows things down for now, but it
1412         works.
1413         (org-mode): Make sure the tag-faces regexp is initialized.
1415         * org-export-latex.el (org-export-latex-links): Fix bug with
1416         undefined label.
1418         * org-table.el (org-table-get-specials): Set
1419         `org-table-current-last-data-line'.
1420         (org-table-current-last-data-line): New variable.
1421         (org-table-insert-column, org-table-delete-column)
1422         (org-table-move-column, org-table-fix-formulas): Call
1423         `org-table-fix-formulas' a second time to fix the $LR references.
1424         (org-table-get-specials): Add the $LR references to the tables.
1425         (org-table-get-formula): Do not offer last-row names as LHS of
1426         formulas.
1428         * org.el (org-store-link): Capture link description from
1429         `org-id-store-link'.
1431         * org-exp.el (org-export-html-format-image): Add the / to the end
1432         of the <img> tag.
1433         (org-export-format-source-code): Surround example by empty lines,
1434         to make sure it will not be inside a paragraph.
1436         * org.el (org-ido-switchb): New function.
1438 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1440         * org-agenda.el (org-agenda-show): New prefix argument
1441         FULL-ENTRY.
1443         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1444         argument.
1446         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1447         `org-agenda-change-all-lines'.
1448         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1449         tags are now retrieved locally.
1451 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1453         * org.el (org-get-outline-path): Fix bug if level is not given.
1454         (org-org-menu): Do not quote function in menu vector.
1456         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1457         name.
1459 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1461         * org.el (org-refile): Avoid refiling to within the region to be
1462         refiled.
1464         * org-export-latex.el (org-export-latex-special-chars): Replace
1465         special characters also in tables.
1467         * org-agenda.el (org-agenda-change-all-lines): New argument
1468         FORCE-TAGS.
1469         (org-agenda-set-tags): Cet the new tags and pass them to
1470         `org-format-agenda-item'.
1472 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1474         * org-export-latex.el (org-export-latex-classes): Add longable as
1475         a default package to all classes.
1476         (org-export-latex-tables): Handle the longtable attribute and the
1477         align attribute.
1479         * org-table.el (orgtbl-to-generic): Handle tables that start with
1480         a hline.
1482         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1483         \verb for colde-like snippets.
1484         (org-export-as-latex): Fix issues with region export.
1486         * org.el (org-up-heading-safe): Speed up function by using a
1487         direct regexp search.
1488         (org-olpa): New variable.
1489         (org-get-outline-path): Speed-up path constructions in cases where
1490         this is possible because the entire hierarchy is scanned anyway.
1491         (org-refile-get-location): Don't compare the truenames of files,
1492         this is too slow.
1493         (org-goto-max-level): New option.
1494         (org-goto): Use `org-goto-max-level'.
1496 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1498         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1499         Strip angle brackets from message-ids in the former and don't do
1500         it in the latter.
1501         (org-gnus-follow-link): Open summary reliable, even if the last
1502         messages were deleted, and handle empty groups, too.
1504 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1506         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1507         instead of \texttt for the =...= and ~===~ emphasis environments.
1508         (org-export-as-latex): Remove any old :org-license-to-kill text
1509         properties.
1510         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1511         (org-export-latex-make-header): Add some hard space after the
1512         table of contents.
1513         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1514         exported text so that it will be excuded in further steps.
1516         * org-table.el (org-table-get-specials): Make @0 reference the
1517         last line in a table.
1518         (org-table-recalculate): Improve docstring.
1520 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org.el (org-log-done): Fix docstring.
1524 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1526         * org-exp.el (org-export-html-format-image): Fix bugs.
1528         * org-export-latex.el (org-export-latex-tables)
1529         (org-export-latex-links): Implement attribute, label, and caption
1530         handling.
1532         * org-exp.el (org-export-html-style-default): Add style
1533         definitions for the figure div.
1534         (org-export-preprocess-string, org-export-as-html): Implement
1535         attribute, label, and caption handling.
1536         (org-export-attach-captions-and-attributes): New function.
1537         (org-export-html-format-image): New function.
1538         (org-format-org-table-html): Implement attribute, label, and
1539         caption handling.
1541         * org.el (org-find-text-property-in-string): New function.
1542         (org-extract-attributes): Use the property org-attr instead of
1543         org-attrobutes, because this property is now set with the #+ATTR
1544         lines.
1546 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1548         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1549         the case that FROM is nil.
1551         * org.el (org-before-first-heading-p): New function.
1553 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1555         * org-exp.el (org-export-as-html): Do not add a space before
1556         enforces line breaks.
1557         (org-export-as-html): Close paragraph before blockquote and verse
1558         tags.
1560 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1562         * org-id.el (org-id-locations-file): Wrap file name with
1563         `convert-standard-filename'.
1564         (org-id-files): New variable.
1565         (org-id-use-hash): New option.
1566         (org-id-update-id-locations): Also search in all files current
1567         listed in `org-id-files'.  Convert the resulting alist to a hash
1568         if the user customation says so.
1569         (org-id-locations-save): Handle he case if `org-id-locations' is a
1570         hash.
1571         (org-id-locations-load): Convert the alist to a hash.
1572         (org-id-add-location): Handle the hast case.
1573         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1574         exited.
1575         (org-id-hash-to-alist, org-id-alist-to-hash)
1576         (org-id-paste-tracker): New functions.
1578 -------------------------------------------------------------------------
1580 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1582         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1583         bindings of calendar variables.
1585         * org-table.el (org-table-find-row-type): Renamed from
1586         `org-find-row-type'.
1587         (org-table-rewrite-old-row-references): Renamed from
1588         `org-rewrite-old-row-references'.
1589         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1590         (org-table-cleanup-narrow-column-properties): Renamed from
1591         `org-cleanup-narrow-column-properties'.
1593 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1595         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1596         for better error messages.
1597         (org-table-get-descriptor-line): Supply the new arguments to
1598         `org-find-row-type'.
1599         (org-table-error-on-row-ref-crossing-hline): New option.
1601         * org.el (org-target-link-regexp): Make buffer-local.
1602         (org-move-subtree-down): Fix bug with trees at beginning of
1603         buffer.
1605 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1607         * org-faces.el (org-set-tag-faces): New function.
1608         (org-tags-special-faces-re): New variable.
1610         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1612         * org-faces.el (org-tag-faces): New option.
1613         (org-tag): Mention `org-tag-faces' in the docstring.
1615 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1617         * org-exp.el (org-export-html-style-default): Implement new
1618         quoting.
1620         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1622         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1623         command to the `w3m-minor-mode-map'.
1625         * org-archive.el (org-archive-to-archive-sibling): Protect
1626         `this-command' to avoid appending kills during archiving.
1628         * org-exp.el (org-export-with-priority): New variable.
1629         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1630         instead of internal list of strings and properties.
1631         (org-print-icalendar-entries): Retrieve the location property with
1632         inheritance.
1634 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1636         * org-exp.el (org-export-with-todo-keywords): New option.
1637         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1638         line.
1639         (org-default-export-plist, org-export-add-options-to-plist)
1640         (org-export-as-ascii, org-export-as-html): Use the new structure
1641         of `org-export-plist-vars'.
1643         * org.el (org-map-entries): Return all values.
1645 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org.el (org-matcher-time): Recognize more special values.
1649         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1651 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1653         * org.el (org-tags-exclude-from-inheritance): New option.
1654         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1655         `org-tags-exclude-from-inheritance'.
1657         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1658         (org-format-agenda-item): Add inherited tags to the agenda line
1659         string, and make sure that properties are kept when downcasing the
1660         tags list.
1661         (org-agenda-add-inherited-tags): New function.
1662         (org-downcase-keep-props): New function.
1664         * org.el (org-scan-tags): Mark inherited tags with a text
1665         property.
1666         (org-get-tags-at): Mark inherited tags with a text property.
1667         (org-add-prop-inherited): New function.
1669         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1670         (org-agenda-show-inherited-tags): New option.
1672 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1674         * org.el (org-modules): Add org-w3m to the default modules.
1676         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1677         orgtbl-mode.
1678         (orgtabl-create-or-convert-from-region): New command.
1680         * org-exp.el (org-export-as-ascii): Remove the handling of
1681         targets.
1682         (org-export-ascii-preprocess): Handle targets already in this
1683         function.
1685 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1687         * org-timer.el (org-timer-start-time): Define this variable.
1688         (org-timer-item): Make argument optional.
1690         * org-list.el (org-insert-item): Automatically insert a timer item
1691         if the current list is a timer list.
1693         * org-timer.el: New file.
1695         * org-publish.el (org-publish-org-index): Only exclude the index
1696         file in the main directory from being added to the site-map.
1697         (org-publish-get-project-from-filename): If the current project is
1698         a component, start publishing from the parent project.
1700 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1702         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1704         * org-publish.el (org-publish-org-index): Improve removal of
1705         temporary buffers.
1707         * org-agenda.el (org-get-closed): Re-apply changes
1708         accidentially overwritten by last commit to Emacs.
1710         * org.el (org-outline-path-complete-in-steps): New option.
1711         (org-refile-get-location): Honor
1712         `org-outline-path-complete-in-steps'.
1713         (org-agenda-change-all-lines, org-tags-sparse-tree)
1714         (org-time-string-to-absolute, org-small-year-to-year)
1715         (org-link-escape): Re-apply changes accidentially overwritten
1716         by last commit to Emacs.
1718 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1720         * org-clock.el (org-dblock-write:clocktable): Make sure the
1721         clocktable sees the first line.
1722         (org-clock-in): Warn if the clock cannot be resumed.
1724 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1726         * org.el (org-open-at-point): Fix mixup about interactive and
1727         non-interactive elisp links.
1729 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1731         * org-exp.el (org-export-preprocess-string): Allow one comment
1732         line before the first headline to always be included.  This is
1733         to not miss a commented target.
1735         * org-mouse.el (org-mouse-insert-item): Call
1736         `org-indent-to-column' instead of `indent-to', for XEmacs
1737         compatibility.
1739         * org.el (org-refile-targets): Fix customize definition so
1740         that it works also in XEmacs.
1741         (org-fixup-indentation): Call `org-indent-to-column' instead
1742         of `indent-to', for XEmacs compatibility.
1744 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1746         * org-mew.el (org-mew-store-link): Get the correct case folder
1747         for refiled messages.
1749 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1751         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1752         line break indicators.
1754         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1755         ido-completion propts.
1757 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1759         * org-remember.el (org-remember-apply-template): Use
1760         `org-substring-no-properties'.
1762         * org-compat.el (org-substring-no-properties): New function.
1764         * org-remember.el (org-remember-apply-template): Use
1765         `org-substring-no-properties' for compatibility.
1767         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1768         option.
1769         (org-fix-bullet-type): respect
1770         `org-list-two-spaces-after-bullet-regexp'.
1772         * org-clock.el (org-clock-load): Clean up the code.
1774         * org.el (org-adaptive-fill-function): Allow two spaces after
1775         "1." as a list bullet.
1777 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1779         * org-clock.el (org-clock-save, org-clock-load): Check for
1780         live buffers, existing files, and buffer file names to ensure
1781         consistent information.
1782         (org-clock-persist): Make `clock' a special value of this
1783         variable, and improve docstring.
1785         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1786         (org-get-string-indentation): Adapt indentation when the bullet
1787         width changes.
1789 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1791         * org-remember.el (org-remember-finalize): Make interactive.
1792         (org-remember-kill): New command.
1793         (org-remember-finish-immediately): Call `org-remember-finalize'
1794         directly.
1795         (org-remember-finalize): Make `org-remember-finalize' an interactive
1796         function.
1798 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1800         * org-remember.el (org-remember-apply-template): No ido completion
1801         for free prompts in remember templates.
1802         (org-remember-before-finalize-hook): New hook.
1803         (org-remember-mode): New minor mode.
1804         (org-remember-apply-template): Turn on `org-remember-mode'.
1806         * org-id.el (org-id-add-location): Avoid error when no file is
1807         given.
1809         * org-remember.el (org-remember-apply-template): Fix the way how
1810         the list of allowed properties is retrieved from the target file.
1812         * org.el (org-insert-link): Improve file link matching.
1814 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1816         * org-colview.el (org-columns-display-here): New argument
1817         DATELINE, to trigger using the new face.
1818         (org-agenda-colview-summarize): Call `org-columns-display-here'
1819         with the new argument.
1821         * org-faces.el (org-agenda-column-dateline): New face.
1823         * org-publish.el (org-publish-org-index): Use index-title at page
1824         title, not as section.
1826         * org-exp.el (org-export-html-format-desc): Respect the
1827         org-protect property.
1828         (org-export-as-html): Protect image specifiers that are in the
1829         description part of a link.
1831         * org.el (org-sort-entries-or-items, org-completing-read)
1832         (org-refile-get-location, org-olpath-completing-read, org-todo)
1833         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1834         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1835         (org-set-property, org-delete-property)
1836         (org-delete-property-globally): Use `org-ido-completing-read'.
1838         * org-remember.el (org-remember-apply-template): Use
1839         `org-ido-completing-read'.
1841         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1843         * org-colview.el (org-columns-edit-value, org-columns-new)
1844         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1846         * org-colview-xemacs.el (org-columns-edit-value)
1847         (org-columns-new, org-insert-columns-dblock): Use
1848         `org-ido-completing-read'.
1850         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1851         `org-ido-completing-read'.
1853         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1854         `org-ido-completing-read'.
1856         * org.el (org-time-today): New function.
1857         (org-matcher-time): Use `org-time-today'.  Add special treatment
1858         for "<tomorrow>" and "<yesterday>".
1859         (org-ido-completing-read): New function.
1860         (org-completion-use-ido): New option.
1862         * org-exp.el (org-export-format-source-code): Fix bug in require
1863         htmlize code.
1864         (org-export-target-internal-links): Fix bug in search for text
1865         property.
1867 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1869         * org-export-latex.el (org-export-latex-subcontent): Interprete
1870         target aliases as additonal labels.
1872         * org-exp.el (org-export-target-aliases): New variable.
1873         (org-export-preprocess-string)
1874         (org-export-handle-invisible-targets): Fill the alias alist.
1875         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1876         assign an id.
1877         (org-html-level-start): Insert the target aliases as additonal
1878         anchors.
1880         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1881         picture area.
1883 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1885         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1886         when following a link with the mouse from the agenda.
1888         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1889         headlines are created.
1891 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1893         * org-exp.el (org-export-preprocess-string): Reorder so that we
1894         can still see ID properties when we collect targets.
1895         (org-export-target-internal-links): Also store targets for ID's.
1897         * org.el (org-link-translation-function): New option.
1898         (org-open-at-point): Call `org-link-translation-function' if
1899         non-nil.
1900         (org-translate-link): New function.
1901         (org-translate-link-from-planner): New function.
1902         (org-open-at-point): Allow interactive commands in elisp links.
1904         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1905         iCalendar quoting.  The new one seems to caus problems with
1906         applications.
1908         * org.el (org-yank): Set `this-command' to `yank', so that
1909         `yank-pop' will work.
1911 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1913         * org-id.el (org-id-search-archives): New option.
1915         * org.el (org-link-to-org-use-id): New option.
1916         (org-store-link): Use `org-link-to-org-use-id'.
1917         (org-id): Make org-id.el a standard component.
1919 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1921         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1922         hexified version of the tag.
1924         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1925         compliance as far as quoting is concerned.
1927         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1929         * org.el (org-up-heading-safe, org-forward-same-level): Always
1930         call `org-back-to-heading' instead of `outline-back-to-heading'.
1931         (org-back-to-heading): New wrapper around outline-back-to-heading,
1932         with a useful error message telling where the error happened.
1934         * org-list.el (org-update-checkbox-count): Always call
1935         `org-back-to-heading' instead of `outline-back-to-heading'.
1937         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1938         has an `alt' attribute, to ensure XHTML validation.
1940 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1942         * org-publish.el (org-publish-attachment): Allow publishing to
1943         overwrite attachment files.
1945         * org-agenda.el (org-agenda-timerange-leaders): New option.
1946         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1948         * org.el (org-edit-src-exit): Untabify ASCII image before
1949         returning.
1962 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1964         * org.el (org-yank): Make any prefix force normal yanking.
1965         Suppress folding if text would be swallowed into a folded
1966         subtree.
1967         (org-yank-folded-subtrees, org-yank): Docstring updates.
1969         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1970         defined as 0.
1972         * org-exp.el (org-export-language-setup): Add Catalan and
1973         Esperanto language entries.
1975 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1977         * org.el (org-refile): Allow refiling of entire regions.
1979         * org-clock.el (org-clock-time%): New function.
1981         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1982         retrieve property values.
1984 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1986         * org-agenda.el (org-agenda-list): Handle the value `only' of
1987         org-agenda-show-log'.
1988         (org-agenda-log-mode): Interpret a double prefix arg.
1990 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1992         * org-exp.el (org-export-html-footnotes-section): New variable.
1993         (org-export-as-html): Use `org-export-html-footnotes-section' to
1994         insert the footnotes.
1995         (org-export-language-setup): Add "Footnotes" to language words.
1997 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1999         * org.el (org-yank): Fix bug when not inserting a subtree.
2001 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2003         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2004         instead of `vm-beginning-of-message'.
2006         * org.el (org-make-link-regexps): Make sure that links to gnus can
2007         contain brackets.
2009 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2011         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2012         code.
2014         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2015         shell output.
2017         * org.el (org-link-abbrev-alist): Improve customization type.
2019         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2020         functions.
2022         * org-agenda.el (org-agenda-get-progress): Renamed from
2023         `org-get-closed'.  Implement searching for state changes as well.
2024         (org-agenda-log-mode-items): New option.
2025         (org-agenda-log-mode): New option prefix argument, interpreted as
2026         request to show all possible progress info.
2027         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2028         `org-get-closed'.
2029         (org-agenda-set-mode-name): Handle the more complex log mode
2030         settings.
2031         (org-get-closed): New alias, pointing to `org-get-progress'.
2033 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
2035         * org.el (org-file-apps-defaults-gnu)
2036         (org-file-apps-defaults-macosx)
2037         (org-file-apps-defaults-windowsnt): Add an entry defining the
2038         system command.
2039         (org-file-apps): Allow `system' as key and value.
2040         (org-open-at-point): Explain the effect of a double prefix arg.
2041         (org-open-file): If the argument `in-emacs' is (16),
2042         i.e. corresponding to a double prefix argument, try to open the
2043         file externally.
2045 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
2047         * org.el (org-insert-link): Abbreviate absolute files names in
2048         links.  Also, fix a bug in which the double C-u prefix would not
2049         be honored.
2051 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
2053         * org.el (org-insert-heading): If buffer does not end with a
2054         newline, add one if necessary to insert headline correctly.
2056         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
2057         paragraphs, not inside.
2059         * org.el (org-todo): Quote
2060         `org-agenda-headline-snapshot-before-repeat'.
2062         * org-exp.el (org-export-as-html): Fully process link descriptions.
2063         (org-export-html-format-desc): New function.
2064         (org-export-as-html): Collect footnotes into the correct basket.
2065         (org-html-protect): No longer protect quotations marks here, this
2066         goes wrong.
2068         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
2069         BEG.
2071         * org-compat.el (org-fit-window-to-buffer): New function (not
2072         really, a preliminary and incomplete version was present earlier,
2073         but not used).
2075         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
2076         `org-fit-window-to-buffer'.
2078         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
2080         * org-agenda.el (org-agenda-get-restriction-and-command)
2081         (org-fit-agenda-window, org-agenda-convert-date): Use
2082         `org-fit-window-to-buffer'.
2084         * org-exp.el (org-export-as-html): Process href links through
2085         `org-export-html-format-href'.
2086         (org-export-html-format-href): New function.
2088         * org-agenda.el (org-agenda-todo): Update only the current
2089         headline if this is a repeated TODO, marked done for today.
2090         (org-agenda-change-all-lines): New argument JUST-THIS, to change
2091         only the current line.
2093         * org.el (org-todo): Take a snapshot of the headline if the
2094         repeater might change it.
2096 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2098         * org-publish.el (org-publish-find-title): Remove buffers visited
2099         only for extracting the title.
2101         * org-exp.el (org-export-html-style)
2102         (org-export-html-style-default): Mark style definitions as
2103         unparsed CDATA.
2105         * org-publish.el (org-publish-validate-link): Function
2106         re-introduced.
2108 2008-11-02  Charles Sebold  <csebold@gmail.com>
2110         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2111         property.
2112         (org-plot-quote-timestamp-field): New function.
2113         (org-plot-quote-tsv-field): Call timestamp field function when
2114         necessary rather than just quoting as a string.
2115         (org-plot/gnuplot-to-data): Pass in timefmt property.
2116         (org-plot/gnuplot-script): Supports timefmt property.
2117         (org-plot/gnuplot): Checks for timestamp column before checking
2118         for text index column.
2120 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2122         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2124         * org-publish.el (org-publish-org-index): Create a section in the
2125         index file.
2126         (org-publish-org-index): Stop linking to directories.
2128         * org.el (org-emphasis-alist): Use span instead of <u> to
2129         underline text.
2131         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2132         <pre> sections.
2134 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2136         * org-jsinfo.el (org-infojs-template): Remove language attribute
2137         from script tag.
2139 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2141         * org-agenda.el (org-agenda-remove-marked-text): New function.
2142         (org-agenda-mark-filtered-text)
2143         (org-agenda-unmark-filtered-text): New functions.
2144         (org-write-agenda): Remove fltered text.
2146         * org.el (org-make-tags-matcher): Give access to TODO "property"
2147         without speed penalty.
2149 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2151         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2152         option.
2153         (org-store-link-props): Make sure adding to the plist works
2154         correctly.
2156         * org-gnus.el (org-gnus-no-new-news): New function.
2157         (org-gnus-follow-link): Allow the article ID to be a message-id,
2158         in addition to allowing article numbers.  Message IDs make much
2159         more roubust links.
2160         (org-gnus-store-link): Use message-id to create link.
2162 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2164         * org.el (org-emphasize): Reverse the selection array.
2165         (org-emphasis-alist): Set <code> tags for the verbatim
2166         environment.
2168         * org-remember.el (org-remember-handler): Fix bug with
2169         prefix-related changing of the note storage target.
2171         * org-exp.el (org-print-icalendar-entries): Make the exported
2172         priorities compatible with RFC 2445.
2174         * org-clock.el (org-clock-save): Insert time stamp without
2175         dependence on time-stamp.el.
2177 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2179         * org.el ("saveplace"): If saveplace puts point into an invisible
2180         location, make it visible.
2181         (org-make-tags-matcher): Allow inactive time stamps in time
2182         comparisons.
2183         (org-yank-adjusted-subtrees): New option.
2184         (org-yank): Incorporate adjusting trees.
2185         (org-paste-subtree): New argument FOR-YANK which will cause
2186         insertion at point without backing up over white lines, and leave
2187         point at the end of the inserted text.  Also if the cursor is
2188         at the beginning of a headline, use the same level or the inserted
2189         tree.
2191         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2192         with broken symlinks
2194 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2196         * org-exp.el (org-export-select-tags, org-get-current-options):
2197         Fix typo.
2199 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2201         * org-agenda.el (org-format-agenda-item)
2202         (org-agenda-filter-make-matcher): Make sure tags are stored and
2203         compared donwcased.
2205 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2207         * org.el (org-insert-todo-heading): Fix bug with force-heading
2208         argument.
2210 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2212         * org-clock.el (org-clock-in-resume): Add a custom option to
2213         toggle starting the clock from an open clock line.
2214         (org-clock-in): When clocking in to an entry, if
2215         `org-clock-in-resume' is set, check if the first clock line is
2216         open and if so, start the clock from the time in the clock line.
2217         (org-clock-persist): Add a custom option to toggle clock
2218         persistence.
2219         (org-clock-persist-query-save): Add a custom option to toggle
2220         asking the user if they want to save the running clock when
2221         exiting.
2222         (org-clock-persist-query-resume): Add a custom option to toggle
2223         asking the user if they want to resume the saved clock when Emacs
2224         is restarted.
2225         (org-clock-save): Add a function to save clock data.
2226         This includes the contents of `org-clock-history' and the buffer
2227         and position of the currently clocked task, if any.
2228         (org-clock-load): Add a function to load clock data.
2229         This populates `org-clock-history', and resumes the saved clocked
2230         task if there is one.
2231         (org-clock-persistence-insinuate): Add a method to set up the
2232         hooks for clock persistence.
2234 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2236         * org-exp.el (org-export-as-ascii): Handle the case that we are
2237         publishing from an indirect buffer.
2239         * org-table.el (org-table-copy-down): Fix bug with time stamp
2240         increment.
2242         * org-mouse.el (org-mouse-features): New option.
2243         (org-mode-hook): Turn on features depending on
2244         `org-mouse-features'.
2246         * org.el (org-insert-heading-respect-content): Force heading
2247         creation.
2248         (org-insert-heading): keep the folding state of the heading before
2249         the inserted one.
2251 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2253         * org-archive.el (org-archive-to-archive-sibling): Handle top
2254         level headlines better.
2256 2008-10-21  Bastien Guerry  <bzg@altern.org>
2258         * org-export-latex.el (org-export-latex-classes): Added
2259         \usepackage{graphicx} to the default list of packages.
2261 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2263         * org-agenda.el (org-agenda-filter): Renamed from
2264         `org-agenda-filter-tags'.
2266 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2268         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2269         is not defined as a property in this entry.
2270         (org-add-log-note): Mask prefix argument when immediately storing
2271         the note.
2273         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2274         option.
2276 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2278         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2279         after drawers was skipping ahead one line too many, so notes were
2280         inserted after the first note instead of before it.
2282 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2284         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2285         New variables.
2286         (org-prepare-agenda): Reset the filter tags.
2287         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2288         Show filter tags in mode line.
2290         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2291         formatter.
2293         * org-export-latex.el (org-latex-entities-regexp): New constant.
2294         (org-export-as-pdf): Use two calls to `shell-command'.
2296 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2298         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2299         Honor the {} value of the subsuperscript setting.  Make sure that
2300         longer subsuperscripts are typeset in a roman font.
2302         * org.el (org-clock-update-time-maybe): Compute negative clock
2303         intervals correctly.
2305 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2307         * org.el (org-add-log-setup): Respect
2308         `org-log-state-notes-insert-after-drawers'.
2309         (org-log-state-notes-insert-after-drawers): New option.
2310         (org-todo-trigger-tag-changes): New function.
2311         (org-todo): Call `org-todo-trigger-tag-changes'.
2313 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2315         * org.el (org-add-log-setup): Only skip drawers if the are
2316         immediately after the scheduling keywords.
2318         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2319         function
2320         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2321         call it with the current todo state to get the state to switch to
2322         when clocking in.
2323         (org-clock-in): Use org-indent-line-function to indent clock lines.
2324         (org-clock-find-position): Fix indentation of empty clock drawers.
2326 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2328         * org-publish.el (org-publish-org-to): Handle case when
2329         org-export-to-pdf does return a file name, not a buffer.
2330         (org-publish-org-to-pdf): New function.
2332         * org-export-latex.el (org-export-as-pdf)
2333         (org-export-as-pdf-and-open): New commands.
2335         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2336         forms as ranges.
2338         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2339         things in protexted regions.
2341 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2343         * org-export-latex.el (org-export-latex-preprocess): Improve
2344         quoting of LaTeX environments.
2346 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2348         * org.el (org-edit-fixed-width-region): Exclude final newline from
2349         picture area.
2351         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2352         sections, to make internal links work.
2353         (org-export-latex-fontify-headline): Do not remove all text
2354         properties, to make sure that target properties survive this
2355         process.
2357         * org-exp.el (org-export-preprocess-string): Change sequence of
2358         modifications, to make sure links are prepared before the LaTeX
2359         conversions do happen.
2361 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2363         * org-attach.el (org-attach-delete-all): Renamed from
2364         `org-attch-delete'.  Add a security query before deleting the
2365         entire directory.  New optional argument FORCE can overrule the
2366         security query.
2367         (org-attach-delete-one): New command.
2369 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2371         * org-attach.el (org-attach-file-list): Fix bug with directory.
2373 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2375         * org.el (org-apps-regexp-alist): New function.
2376         (org-file-apps): Add auto-mode to the default value.
2377         (org-open-file): Use the new structure of org-file-apps.
2379         * org-attach.el (org-attach): Support the new keys.
2380         (org-attach-method): New option.
2382 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2384         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2385         March.
2387         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2388         of the list value o `org-use-tag-inheritance'.
2390         * org-attach.el (org-attach-auto-tag): New option.
2391         (org-attach-tag, org-attach-untag): New functions.
2392         (org-attach-attach, org-attach-new, org-attach-sync): Call
2393         `org-attach-tag'.
2394         (org-attach-delete): Call `org-attach-untag'.
2396 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2398         * org-table.el (orgtbl-self-insert-command): Make this work for
2399         the keypad as well.
2401 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2403         * org.el (org-add-log-setup): Limit searc for drawers to entry
2404         text, not to subtree.
2406         * org-clock.el (org-clock-heading-for-remember): New variable.
2407         (org-clock-in): Set `org-clock-heading-for-remember'.
2409 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2411         * org-remember.el (org-remember-apply-template): Add new
2412         expansions: %k, %K for currently clocked task and a link to the
2413         currently clocked task, and %< to file notes in the currently
2414         clocked task.
2416 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2418         * org-export-latex.el (org-export-latex-make-header): Also insert
2419         the content of the property :latex-header-extra.
2421         * org-exp.el (org-infile-export-plist): Put the content of
2422         #+LATEX_HEADER: into the property :latex-header-extra.
2424         * org-colview.el (org-columns-get-format-and-top-level): Remove
2425         resetting the marker.
2427         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2428         Remove resetting the marker.
2430         * org.el (org-entry-property-inherited-from): Improve docstring.
2431         (org-entry-get-with-inheritance): Reset marker before starting the
2432         search.
2434         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2436 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2438         * org.el (org-entry-get-multivalued-property)
2439         (org-entry-protect-space, org-entry-restore-space): New
2440         functions.
2441         (org-file-apps-defaults-macosx): Let postscript files be opened by
2442         preview.
2443         (org-time-stamp-inactive): Call `org-time-stamp'.
2444         (org-time-stamp): New argument `inactive'.  Also edit inacive
2445         stamps. Convert time stamp type.
2446         (org-open-file): Interpret the `default' value for the `command'
2447         in `org-file-apps'.
2449         * org-id.el (org-id-int-to-b36-one-digit)
2450         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2451         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2452         b36.
2454 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2456         * org-id.el (org-id-reverse-string): New function.
2457         (org-id-new): Use `org-id-reverse-string' to make sure the
2458         beginning chars of the ID are mutating fast.  This allows to use a
2459         directory structure to spread things better.
2460         (org-id-prefix): Changed default to nil.
2462         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2463         restore the column of the cursor position.
2465         * org-remember.el (org-remember-apply-template): Remove properties
2466         from `initial'.
2468 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2470         * org-wl.el (org-wl-open): Remove useless call to
2471         `wl-thread-open-all'.
2473         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2474         location.
2476 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2478         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2479         `org-bbdb-anniversaries'.
2481         * org.el (org-get-next-sibling, org-forward-same-level): New
2482         functions, similar to the outline versions, but invisible headings
2483         are OK.
2485 2008-09-25  Bastien Guerry  <bzg@altern.org>
2487         * org.el (org-auto-repeat-maybe): Insert a space between
2488         the timestamp's type and the timestamp itself.
2490 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2492         * org-table.el (org-table-sum): Do not format the result with %g,
2493         it does rounding when there are too many digits.
2495         * org.el (org-map-entries): Protect the keyword-selecting variables.
2497 2008-09-23  Bastien Guerry  <bzg@altern.org>
2499         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2500         against all agenda files.
2502 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2504         * org-list.el: New file, aggregating list functions from org.el
2505         and org-export-latex.el.
2507         * org.el (org-edit-src-region-extra): New option.
2509 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2511         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2512         time before 1am.
2514 2008-09-22  Bastien Guerry  <bzg@altern.org>
2516         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2518 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2520         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2521         hline work correctly.
2522         (org-plot/gnuplot-script): Put commas at the end of each script
2523         line.
2525 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2527         * org.el (org-get-refile-targets): Replace links with their
2528         descriptions
2529         (org-imenu-get-tree): Replace links with their descriptions.
2531         * org-remember.el (org-remember-apply-template): Add a new
2532         expansion for adding properties to remember items.
2534         * org.el (org-add-log-setup): Skip over drawers (properties,
2535         clocks etc) when adding notes.
2537         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2538         items as well as the start and end times.
2540         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2541         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2543         * org-remember.el (org-get-x-clipboard): Use the compat
2544         function to get clipboard values when x-selection-value is
2545         unavailable. Use substring-no-properties instead of
2546         set-text-properties to remove text properties from the clipboard
2547         value.
2549         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2550         modeline clock string, and display the full todo value in the
2551         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2552         the currently clocked task.
2553         (org-clock-string-limit): Add a custom value for the maximum
2554         length of the clock string in the modeline.
2555         (org-clock-mode-map): Add a keymap for the modeline string
2557 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2559         * org-compat.el (org-propertize): New function.
2561 2008-09-20  Bastien Guerry  <bzg@altern.org>
2563         * org-export-latex.el (org-export-latex-tables): protect exported
2564         tables from further special chars conversion.
2565         (org-export-latex-preprocess): Preserve LaTeX environments.
2566         (org-list-parse-list): Parse descriptive lists.
2567         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2568         (org-list-to-texinfo): Export descriptive lists.
2569         (org-quote-chars): Remove.
2570         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2571         (org-export-latex-list-beginning-re): Rename to
2572         `org-list-beginning-re'
2573         (org-list-item-begin): Rename to `org-list-item-beginning'
2575 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2577         * org.el (org-refile): Allow refiling to the last entry in the
2578         buffer.
2579         (org-get-tags-at): Fix bug when inheritance is turned off.
2581 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2583         * org.el (org-indent-line-function): No longer check for src
2584         regions, this is too much overhead.
2586         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2587         matching.
2589         * org.el (org-scan-tags): Make sure that tags matching is not case
2590         sensitive.  TODO keyword matching is case sensitive, however, to
2591         avoid confusion with similar words that are not meant to be
2592         keywords.
2594 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2596         * org.el (org-get-local-tags-at): New function.
2597         (org-get-local-tags): New function.
2599         * org-exp.el (org-export-get-categories): New function.
2601         * org-agenda.el (org-sorting-choice)
2602         (org-agenda-sorting-strategy, org-agenda-get-todos)
2603         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2604         (org-agenda-get-scheduled, org-agenda-get-blocks)
2605         (org-entries-lessp): Implement sorting by TODO state.
2606         (org-cmp-todo-state): New defsubst.
2608         * org-colview.el (org-colview-construct-allowed-dates): New
2609         function.
2610         (org-columns-next-allowed-value): Use
2611         `org-colview-construct-allowed-dates'.
2613         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2614         function.
2615         (org-columns-next-allowed-value): Use
2616         `org-colview-construct-allowed-dates'.
2618 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2620         * org.el (org-protect-slash): New function.
2621         (org-get-refile-targets): Use `org-protect-slash'.
2623         * org-agenda.el (org-global-tags-completion-table): New variable.
2625         * org-exp.el (org-export-handle-export-tags): New function.
2626         (org-export-preprocess-string): Call
2627         `org-export-handle-export-tags'.
2629         * org-plot.el: New file.
2631         * org-publish.el (org-publish-expand-components): Function removed.
2632         (org-publish-expand-projects): Allow components to have components.
2634 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2636         * org.el (org-indent-line-function): Do not indent in regions that
2637         are external source code.
2638         (org-yank-and-fold-if-subtree): New function.
2640         * org-agenda.el (org-agenda-todayp): New function.
2641         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2642         `org-agenda-todayp'.
2644         * org.el (org-insert-heading-respect-content)
2645         (org-insert-todo-heading-respect-content): New commands.
2646         (org-insert-heading-respect-content): New option.
2647         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2649         * org-clock.el (org-clock-find-position): Make sure the note after
2650         the clock line gets moved into the new clock drawer.
2652 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2654         * org-id.el (org-id-new): New option.
2656 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2658         * org-table.el (org-table-copy-down): Avoid overflow during
2659         increment.  Use prefix argument 0 to temporarily disable the
2660         increment.
2662 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2664         * org-exp.el (org-export-as-html): Do not turn on the major mode
2665         if the buffer will be killed anyway.
2666         (org-get-current-options): Exclude the #+TEXT field.
2667         (org-export-as-html): Make sure text before the first headline is
2668         a paragraph.
2670         * org-publish.el (org-publish-org-to): Tell the exporter that this
2671         buffer will be killed, so it is not necessary to do major mode
2672         initialization.
2674         * org-archive.el (org-archive-to-archive-sibling): Show empty
2675         lines after folding the archive sibling.
2677         * org.el (org-log-note-extra): New variable.
2679 2008-09-05  Bastien Guerry  <bzg@altern.org>
2681         * org.el (org-additional-option-like-keywords): Added keywords for
2682         the _QUOTE, _VERSE and _SRC environments.
2684         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2685         exporting _QUOTE and _VERSE environments.
2687 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2689         * org-agenda.el (org-agenda-filter-by-tag): New command.
2691         * org-exp.el (org-get-current-options): Remove angular brackets
2692         from the date entry.
2694         * org.el (org-edit-fixed-width-region): New function.
2695         (org-edit-fixed-width-region): Also try
2696         `org-edit-fixed-width-region'.
2697         (org-edit-fixed-width-region-mode): New option.
2698         (org-activate-code): Only interprete lines starting with colon
2699         plus a space as example lines.
2701         * org-remember.el (org-remember-templates): Add nil instead of
2702         empty strings to fix the length of remember templates.
2704         * org-table.el (org-calc-default-modes): Fix the time format for
2705         calc, from 12 hour to 24 hour clock.
2707 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2709         * org-agenda.el (org-agenda-get-deadlines)
2710         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2711         entries that are pre-warnings of deadlines or reminders.
2713         * org.el (org-sort-entries-or-items): Make numeric and alpha
2714         comparisons ignore any TODO keyword and priority cookie.
2716         * org-remember.el (org-remember-handler): Reinterpretation of the
2717         prefix argument.
2719 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2721         * org-agenda.el (org-agenda-get-scheduled): Use new
2722         `org-scheduled' face.
2724         * org-faces.el (org-scheduled): New face.
2726         * org-wl.el (org-wl-open): Remove incorrect declaration.
2728         * org-gnus.el (org-gnus-store-link): Support for :to information
2729         in gnus links.
2731         * org-exp.el (org-export-as-html): Fixed typo in creator
2732         information.
2733         (org-export-protect-examples): New parameter indent.  Insert extra
2734         spaces only when this parameter is specified.
2735         (org-export-preprocess-string): Call `org-export-protect-examples'
2736         with an indentation parameter when exporting to ASCII.
2738         * org-remember.el (org-remember-templates)
2739         (org-remember-apply-template): Allow the file component to be a
2740         function.
2742         * org.el (org-goto-local-search-headings): Renamed from
2743         `org-goto-local-search-forward-headings'.  Added the possibility
2744         to search backwards.
2746 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2748         * org-export-latex.el (org-export-latex): New customization
2749         group.
2751         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2753 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2755         * org-exp.el (org-html-do-expand): Allow {} to terminate
2756         tex macro
2758 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2760         * org.el (org-buffer-list): Select buffers based on major mode,
2761         not on file name.
2763 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2765         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2766         face property.
2768         * org-colview.el (org-columns-display-here): Use
2769         `org-columns-modify-value-for-display-function'.
2771         * org-colview-xemacs.el (org-columns-display-here): Use
2772         `org-columns-modify-value-for-display-function'.
2774 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2776         * org.el (org-columns-modify-value-for-display-function): New option.
2788         * org-publish.el (org-publish-file): Make sure the directory match
2789         for the publishing directory works correctly.
2791         * org-agenda.el (org-agenda-execute-calendar-command)
2792         (org-agenda-diary-entry): Additional optional argument.
2794 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2796         * org-exp.el (org-export-as-html): Add attributes also in mailto
2797         and ftp links.
2799         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2808 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2810         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2811         sure that calls from `org-export-region-as-html' do not do the
2812         special check for a subtree.
2814 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2816         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2818 2008-07-20  Juri Linkov  <juri@jurta.org>
2820         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2821         new keymap `narrow-map' instead of binding "\C-xns".
2823 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2825         * org.el (org-open-file): Use
2826         `org-open-directory-means-index-dot-org'.
2827         (org-open-directory-means-index-dot-org): New option.
2829 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2831         * org.el (org-make-link-string): Remove link attributes from
2832         description.
2833         (org-open-at-point): Remove link attributes bevore using the path.
2835         * org-exp.el (org-export-as-html): Handle link attributes.
2837         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2839         * org-table.el (org-table-to-lisp): New function.
2841         * org.el (org-narrow-to-subtree): Do not include the final newline
2842         into the narrowed region.
2844         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2845         bug with user-define skipping condition.
2847 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2849         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2851 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2853         * org-exp.el (org-export-html-style-default): Automatic overflow
2854         handling for pre fields.
2855         (org-export-as-ascii, org-export-as-html): Change default format
2856         for time stamp.
2858         * org-table.el (org-table-export): Offer completion for translator
2859         functions, and do not require a heading above the table.
2861         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2862         Cater for the case of a list starting in the first line of the
2863         buffer.
2865 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2867         * org-publish.el (org-publish-find-title): Bug fix.
2868         (org-publish-org-index): Implement new :index-style option.
2870 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2872         * org-publish.el (org-publish-timestamp-filename): Use
2873         SHA1-encoded file names in the timestamp directory.
2875 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2877         * org-publish.el (org-publish-needed-p): Be verbose about files
2878         published and files skipped.
2880         * org-exp.el (org-export-preprocess-string): Swap link
2881         normalization and inernal link targeting.
2883         * org-publish.el (org-publish-needed-p): Create timestamp
2884         directory when it does not exist.
2886 2008-07-04  Bastien Guerry  <bzg@altern.org>
2888         * org-clock.el (org-clock-out-when-done): Doc fix.
2890         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2892         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2893         Ignore case when searching for the COMMENT cookie at export time.
2895 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2897         * org-exp.el (org-get-file-contents)
2898         (org-get-and-remove-property): New functions.
2899         (org-export-handle-include-files): Handle the new prefix options.
2900         (org-export-as-html): Fix the verse environment.
2902 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2904         * org.el (org-time=, org-time<, org-time<=, org-time>)
2905         (org-time>=, org-time<>, org-2ft): New functions.
2906         (org-op-to-function): Also provide for the time testing fucntions.
2908 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2910         * org-exp.el (org-export-html-style-default): New constant.
2912 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2914         * org-exp.el (org-export-html-style-extra): New variable.
2915         (org-export-splice-style): New function.
2917 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2919         * org-exp.el (org-export-plist-vars, org-export-as-html):
2920         Implement `org-export-creator-info'.
2921         (org-export-creator-info): New option.
2923 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2925         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2926         (org-property-drawer-re, org-clock-drawer-re): New constants.
2928 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2930         * org-exp.el (org-icalendar-use-deadline)
2931         (org-icalendar-use-scheduled): New options.
2932         (org-icalendar-include-todo): Default changed to t.
2933         (org-print-icalendar-entries): Implement better utilization of
2934         scheduling and deadline time stamps.
2935         (org-export-target-internal-links, org-export-as-html): Allow file
2936         lines without the "file:" prefix if the file path is an absolute
2937         path or starts with ".".
2939         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2940         lastweek etc.
2941         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2943 2008-06-18  Glenn Morris  <rgm@gnu.org>
2944         * org.el (org-map-entries): Let-bind `file'.
2946 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2948         * org.el (org-agenda-skip-archived-trees): Docstring now
2949         discourages using this.
2950         (org-scan-tags): Check for org-agenda-archives-mode.
2951         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2952         (org-agenda-files): Functionality of second arg changed.
2954         * org-agenda.el (org-agenda-archives-mode): New variable
2955         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2956         (org-search-view, org-todo-list, org-tags-view)
2957         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2958         `ifmode' argument.
2959         (org-agenda-quit): Reset the archives mode.
2960         (org-agenda-archives-mode): New command.
2961         (org-agenda-set-mode-name): Include archives info.
2963 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2965         * org.el (org-paste-subtree): Make sure the yanked headline is
2966         visible if it was yanked at a visible point.
2967         (org-move-item-up): Fix the bug with moving white space at the end
2968         of the item.
2969         (org-show-empty-lines-in-parent): New function.
2971 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2973         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2975         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2977         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2978         agenda prefix as well.
2980         * org-publish.el (org-publish-org-index): Make a properly indented
2981         list.
2983         * org.el (org-calendar-agenda-action-key): New option.
2984         (org-get-cursor-date): New function.
2985         (org-mark-entry-for-agenda-action): New command.
2986         (org-overriding-default-time): New variable.
2987         (org-read-date): Respect `org-overriding-default-time'.
2989         * org-remember.el (org-remember-apply-template): Respect the
2990         ovverriding default time.
2992         * org-agenda.el (org-agenda-action-marker): New variable.
2993         (org-agenda-action): New command.
2994         (org-agenda-do-action): New function.
2996 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2998         * org.el (org-schedule, org-deadline): Protect scheduled and
2999         deadline tasks against changes that accidently remove the
3000         repeater.  Also show a message with the new date when done.
3002 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3004         * org.el (org-beginning-of-line): Cater for the case when there
3005         are tags but no headline text.
3006         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3007         it set.
3009 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3011         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3012         the return value is nil instead of "nil" when there is no match.
3014         * org-exp.el (org-insert-centered): Use fill-column instead of
3015         80.
3016         (org-export-as-ascii): Use string-width to measure the width of
3017         the heading.
3019         * org.el (org-diary-to-ical-string): No longer kill buffer
3020         FROMBUF, this is now done by the caller.
3022         * org-exp.el (org-print-icalendar-entries): Move the call to
3023         `org-diary-to-ical-string' out of the loop, and kill the buffer
3024         afterwords.
3026         * org-remember.el (org-remember-visit-immediately): Position
3027         cursor after moving to the note.
3028         (org-remember-apply-template): Use a text property to record the
3029         cursor position.
3030         (org-remember-handler): Align tags after pasting the note.
3032 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
3034         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
3036         * org-agenda.el (org-agenda-open-link): If there is an
3037         org-bbdb-name property in the current line, jump to that bbdb
3038         entry.
3040         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
3041         text property, so that the agenda knows where this entry comes
3042         from.
3044         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
3045         interaction between clocking-in from the agenda, and  automatic
3046         task state switching.
3048         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
3050         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
3051         zmacs-region stays after this command in XEmacs.
3053 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
3055         * org.el (org-scan-tags): Allow new values for ACTION parameter.
3057         * org-remember.el (org-remember-templates): Fix bug in
3058         customization type definition.
3060         * org.el (org-map-entries): New function.
3062 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
3064         * org-agenda.el (org-agenda-skip-comment-trees): New option.
3065         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
3067 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
3069         * org-remember.el (org-jump-to-target-location): New variable.
3070         (org-remember-apply-template): Set
3071         `org-remember-apply-template' if requested by template.
3072         (org-remember-handler): Start an idle timer to jump to
3073         remember location.
3075         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
3077         * org.el (org-set-regexps-and-options): Fix bug with parsing of
3078         file tags.
3079         (org-get-tags-at): Add the content of `org-file-tags'.
3081         * org-exp.el (org-export-handle-comments): Fix bug with several
3082         comment lines after each other.
3083         (org-number-to-roman, org-number-to-counter): New functions.
3084         (org-export-section-number-format): New option.
3086 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
3088         * org-exp.el (org-export-protect-examples): Catch the case of a
3089         missing end_example line.
3091         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
3092         `org-file-tags' to nil.
3094         * org-colview.el (org-columns-next-allowed-value): Handle next
3095         argument NTH to directly select a value.
3097         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
3098         argument NTH to directly select a value.
3100 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3102         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
3104 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
3106         * org.el (org-columns-ellipses): New option.
3108 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3110         * org-colview.el (org-columns-add-ellipses): New function.
3111         (org-columns-compact-links): New function.
3112         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3113         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3114         when in agenda.
3115         (org-columns-edit-value): Fixed bug with editing values from
3116         agenda column view.
3117         (org-columns-redo): Also redo the agenda itself.
3119 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3121         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3122         option.
3124         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3126         * org-exp.el (org-export-ascii-preprocess): Renamed from
3127         `org-export-ascii-clean-string'.
3128         (org-export-kill-licensed-text)
3129         (org-export-define-heading-targets)
3130         (org-export-handle-invisible-targets)
3131         (org-export-target-internal-links)
3132         (org-export-remove-or-extract-drawers)
3133         (org-export-remove-archived-trees)
3134         (org-export-protect-quoted-subtrees)
3135         (org-export-protect-verbatim, org-export-protect-examples)
3136         (org-export-select-backend-specific-text)
3137         (org-export-mark-blockquote-and-verse)
3138         (org-export-remove-comment-blocks-and-subtrees)
3139         (org-export-handle-comments, org-export-mark-radio-links)
3140         (org-export-remove-special-table-lines)
3141         (org-export-normalize-links)
3142         (org-export-concatenate-multiline-links)
3143         (org-export-concatenate-multiline-emphasis): New functions,
3144         obtained from spliiting the export preprocessor.
3146         * org-table.el (org-table-recalculate): Improve error message if
3147         the row number is invalid.
3149 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3151         * org-archive.el (org-archive-save-context-info): Fix bugs in
3152         customization setup and docstring.
3154         * org-exp.el (org-export-html-style): Changed the size of in the
3155         <pre> element to 90%.
3157 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3159         * org.el (org-find-src-example-start): Function removed.
3160         (org-edit-src-find-region-and-lang): New function.
3162 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3164         * org.el (org-edit-src-exit): New function.
3165         (org-exit-edit-mode): New minor mode.
3167         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3168         comment-like lines from protected examples.
3170         * org.el (org-edit-src-example, org-find-src-example-start)
3171         (org-protect-source-example, org-edit-special): New functions.
3173 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3175         * org-publish.el (org-publish-project-alist): Fix typo in
3176         docstring.
3177         (org-publish-project-alist): Handle :index-title property.
3179 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3181         * org-export-latex.el (org-export-as-latex): Make sure region
3182         bounds are correct.  Parse subtree properties relating to export.
3184         * org-exp.el (org-export-add-options-to-plist): New function.
3185         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3187 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3189         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3190         EXPORT_TITLE.
3192         * org-exp.el (org-export-get-title-from-subtree)
3193         (org-export-as-ascii, org-export-as-html): Make sure the original
3194         region-beginning and region-end are used, even after moving
3195         point.
3196         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3197         property.
3199         * org-remember.el (org-remember-last-stored-marker): New variable.
3200         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3201         (org-remember-handler): Also use marker to remember
3202         last-stored position.
3204         * org.el (org-goto-marker-or-bmk): New function.
3206 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3208         * org.el (org-file-properties): Renamed from `org-local-properties'.
3209         (org-scan-tags): Take file tags into account.
3210         (org-tags-match-list-sublevels): Default changed to t.
3212         * org-exp.el (org-export-as-html): Close paragraph after a
3213         footnote.
3215         * org.el (org-update-parent-todo-statistics): New function.
3217         * org-exp.el (org-icalendar-store-UID): New option.
3218         (org-icalendar-force-UID): Option removed.
3219         (org-print-icalendar-entries): IMplement UIDs.
3221 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3223         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3225 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3227         * org-faces.el (org-column): Document how this face is being used
3228         and why sometimes the background faces shine through.
3230         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3232         * org-publish.el (org-publish-attachment): Create publishing
3233         directory if it does not yet exist.
3235         * org-table.el (org-calc-default-modes): Change default number
3236         format to (float 8).
3238         * org.el (org-olpath-completing-read): New function.
3239         (org-time-clocksum-format): New option.
3240         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3242         * org-clock.el (org-clock-display, org-clock-out)
3243         (org-update-mode-line): Use `org-time-clocksum-format'.
3245         * org-colview-xemacs.el (org-columns-number-to-string): Use
3246         `org-time-clocksum-format'.
3248         * org-colview.el (org-columns-number-to-string): Use
3249         `org-time-clocksum-format'.
3251 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3253         * org-id.el: New file, move from contrib to core.
3255         * org-exp.el (org-icalendar-force-UID): New option.
3257 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3259         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3260         shifted by one day if theere is a date range without an end
3261         time.
3263         * org.el (org-try-structure-completion): New function.
3265 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3267         * org.el (org-set-font-lock-defaults): Improve fontification of
3268         description lists.
3269         (org-insert-item): Handle description lists.
3270         (org-adaptive-fill-function): Improve auto indentation in
3271         description lists.
3273         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3274         Implement VERSE environment.
3275         (org-export-preprocess-string): Implement the COMMENT
3276         environment.
3278         * org-export-latex.el (org-export-latex-preprocess): Implement
3279         VERSE environment.
3281 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3283         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3284         option.
3286 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3288         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3290         * org.el (org-quote-csv-field): New functions.
3292         * org-table.el (org-table-export-default-format): Remove :splice
3293         from default format, we get the same effect by not specifying
3294         :tstart and :tend.
3295         (org-table-export): Improve setup, distinguish better between
3296         interactive and non-interactive use, allow specifying the format
3297         on the fly, better protection against wrong file names.
3298         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3299         and :tend when :splice is omitted.
3301 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3303         * org-clock.el (org-clock-select-task): Make sure the selection
3304         letters are 1-9 and A-Z, no special characters.
3306 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3308         * org-exp.el (org-export-htmlize): New group.
3309         (org-export-htmlize-output-type)
3310         (org-export-htmlize-css-font-prefix): New options.
3311         (org-export-htmlize-region-for-paste): New function.
3312         (org-export-htmlize-generate-css): New command.
3314 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3316         * org/org.el (org-modules, org-format-latex-options):
3317         * org/org-archive.el (org-archive-stamp-time)
3318         (org-archive-save-context-info):
3319         * org/org-faces.el (org-hide):
3320         * org/org-irc.el (org-irc-parse-link):
3321         * org/org-macs.el (org-call-with-arg, org-autoload):
3322         * org/org-mew.el (org-mew-store-link):
3323         * org/org-remember.el (org-remember-store-without-prompt)
3324         (org-remember-templates): Fix typos in docstrings.
3326         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3328         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3329         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3330         (org-bbdb-anniv-split): Fix typos in docstrings.
3332         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3333         (org-publish-use-timestamps-flag): Reflow docstring.
3334         (org-publish-files-alist): Fix typos in docstring.
3336 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3338         * org.el (org-set-visibility-according-to-property): New function.
3339         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3340         and compute the regular expressions, and update font-lock.
3341         (org-property-re): Allow a dash in property names.
3343         * org-archive.el (org-extract-archive-file): Insert the file name
3344         without the path into the format, to allow the location format to
3345         contain a subdirectory.
3347         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3348         of buffer, and the `org-agenda-type' property undefined, use the
3349         value from the character before.
3351         * org.el (org-add-planning-info): Don't let indentation for
3352         would-be timestamp become extra whitespace at the end of headline.
3354 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3356         * org.el (org-remove-double-quotes, org-file-contents): New
3357         functions.
3359         * org-exp.el (org-infile-export-plist): Also parse the
3360         contents of #+SETUPFILE files, recursively.
3362         * org.el (org-set-regexps-and-options): Also parse the
3363         contents of #+SETUPFILE files, recursively.
3365         * org-exp.el (org-export-handle-include-files): New function.
3366         (org-export-preprocess-string): Call
3367         `org-export-handle-include-files'.
3369         * org.el (org-delete-property-globally)
3370         (org-delete-property, org-set-property): Ignore case during
3371         completion.
3372         (org-set-property): Use `org-completing-read' instead of
3373         `completing-read'.
3375         * org.el (org-complete-expand-structure-template): New,
3376         experimental function.
3377         (org-structure-template-alist): New, experimental option.
3378         (org-complete): Call `org-complete-expand-structure-template'.
3380 2008-05-06  Bastien Guerry  <bzg@altern.org>
3382         * org-export-latex.el (org-export-latex-preprocess): Added
3383         support for blockquotes.
3385 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3387         * org.el (org-read-date-analyze): Catch the case where only a
3388         weekday is given.
3390 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3392         * org.el (org-set-font-lock-defaults): Make the description
3393         tag bold.
3395         * org-exp.el (org-export-as-html, org-close-li): Implement
3396         description lists.
3398 2008-05-04  Jason Riedy  <jason@acm.org>
3400         * org-table.el (*orgtbl-default-fmt*): New variable.
3401         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3402         when there is no other fmt available.
3404         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3405         :tend to suppress the appropriate string.
3407         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3408         table.
3410 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3412         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3413         read date.
3415         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3416         New function.
3418         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3419         New function.
3421 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3423         * org-clock.el (org-clock-find-position): Don't include notes
3424         into clock drawer.
3426         * org-archive.el (org-archive-subtree): No longer remove an
3427         extra line after cutting the subtree.  `org-cut-subtree' already
3428         takes care of this.
3430         * org-remember.el (org-remember-handler): Only kill the target
3431         buffer if it does not contain the running clock.
3433         * org.el (org-markers-to-move): New variable.
3434         (org-save-markers-in-region, org-check-and-save-marker)
3435         (org-reinstall-markers-in-region): New function.
3436         (org-move-subtree-down, org-copy-subtree): Remember relative
3437         marker positions before cutting.
3438         (org-move-subtree-down, org-paste-subtree): Restore relative
3439         marker positions after pasting.
3441         * org-remember.el (org-remember-clock-out-on-exit): New option.
3442         (org-remember-finalize): Clock out only if the setting in
3443         `org-remember-clock-out-on-exit' requires it.
3444         (org-remember-handler): Do the cleanup in the buffer, to make sure
3445         that the clock marker remains in tact.
3447 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3449         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3450         (org-clock-in): Make sure that also tasks outside the narrowed
3451         region will be clocked in correctly.
3452         (org-clock-insert-selection-line): Widen the buffer so that we can
3453         find the correct task heading.
3455         * org.el (org-base-buffer): New function.
3457         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3458         and ";" are escaped.
3459         (org-print-icalendar-entries): Also apply
3460         `org-icalendar-cleanup-string' to the headline, not only to the
3461         summary property.
3463 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3465         * org-exp.el (org-export-preprocess-hook): New hook.
3466         (org-export-preprocess-string): Call
3467         `org-export-preprocess-hook'.
3469         * org.el (org-font-lock-hook): New variable.
3470         (org-font-lock-hook): New function.
3471         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3473 ;; Local Variables:
3474 ;; coding: utf-8
3475 ;; add-log-time-zone-rule: t
3476 ;; End:
3478     Copyright (C) 2008  Free Software Foundation, Inc.
3480   This file is part of GNU Emacs.
3482   GNU Emacs is free software: you can redistribute it and/or modify
3483   it under the terms of the GNU General Public License as published by
3484   the Free Software Foundation, either version 3 of the License, or
3485   (at your option) any later version.
3487   GNU Emacs is distributed in the hope that it will be useful,
3488   but WITHOUT ANY WARRANTY; without even the implied warranty of
3489   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3490   GNU General Public License for more details.
3492   You should have received a copy of the GNU General Public License
3493   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3495 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c