Release 6.25b
[org-mode.git] / lisp / ChangeLog
blob2907e2690c3a292f352c7f0e8915b4aab1a10e32
1 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
5         * org.el (org-block-todo-from-children-or-siblings-or-parent):
6         Renamed from org-block-todo-from-children-or-siblings, and
7         enhanced to look for the parent's status as well.
9         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
10         (org-agenda-get-progress): Add first notes line to log entry if so
11         desired.
13 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
16         (org-agenda-cleanup-fancy-diary): Call the new hook.
18         * org-remember.el (org-remember-apply-template): Take the default
19         for the annotation from the :annotation property.
21         * org-mac-message.el (org-mac-message-get-link): Remove the
22         quotes.
23         (org-mac-message-get-link): Return the result.
25 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
27         * org.el (org-refile-get-location): Add file name only if not
28         already included in outline path.
30         * org-faces.el (org-n-level-faces): Fix customization type from
31         number to integer.
33         * org-exp.el (org-export-headline-levels): Fix customization type
34         from number to integer.
36         * org-agenda.el (org-agenda-confirm-kill)
37         (org-agenda-custom-commands-local-options)
38         (org-timeline-show-empty-dates, org-agenda-ndays)
39         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
40         customization type from number to integer.
42 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
44         * org-protocol.el: Declare some functions.
46         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
47         postion before inserting modified headline.
49         * org-agenda.el (org-agenda-compare-effort): Honor
50         `org-sort-agenda-noeffort-is-high'.
51         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
52         (org-agenda-compare-effort): Implement the "?" operator for
53         finding entries without effort setting.
55         * org.el (org-extract-attributes-from-string): New function.
57         * org-exp.el (org-export-splice-attributes): New function.
59 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
61         * org-mouse.el: XEmacs compatibility fixes
63         * org-docbook.el (org-export-as-docbook): Process footnotes like
64         normal text.
66         * org.el (org-modules): Add org-inlinetasks.el
67         (org-cycle): Implement limiting level on cycling.
68         (org-move-subtree-down): Fix bug with swapping subtrees at end of
69         buffer.
71         * org-inlinetask.el: New file.
73         * org.el (org-emphasis-regexp-components): Allow braces in
74         emphasis pre and post match.
76         * org-footnote.el (org-footnote-normalize): When only dorting, do
77         not insert inline notes at the end.
79         * org-docbook.el (org-id-find-id-file): Add function declaration.
81         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
83         * org-docbook.el: New file.
85 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
87         * org.el (org-reftex-citation): New command.
89 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
91         * org-agenda.el (org-agenda-cmp-user-defined): New option.
92         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
93         sorting options.
94         (org-entries-lessp): Apply the new sorting option.
96         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
97         blocker code, when an older sibling has children.
99         * org-mac-message.el (org-mac-message-get-link): Improve getting
100         links from multiple selected messages.
102 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
104         * org-remember.el (org-remember-finalize): Do not set buffer file
105         name to nil.
106         (org-remember-handler): Mark buffer as unmodified.
107         (org-remember-handler): Delete backup file and show message about
108         remaining backup files.
109         (org-remember-auto-remove-backup-files): New option.
111         * org.el (org-store-link): Use buffer name as link description in
112         w3-mode buffers.
113         (org-ido-switchb): Fix argument bug for completion.
115         * org-remember.el (org-remember-apply-template): Set local
116         variable `auto-save-visited-file-name' instead of global one.
118 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
120         * org-feed.el: Re-write.
122         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
123         (org-agenda-get-todos): Mark file tags as inherited.
124         (org-agenda-list): Always search diary lines for a time.
126 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
128         * org-feed.el (org-feed-assume-stable): New option.
129         (org-feed-before-adding-hook): New hook.
131         * org-exp.el (org-export-as-html): Close local lists depending on
132         indentation, also when starting a table.
134         * org-remember.el (org-remember-backup-directory)
135         (org-remember-backup-name): New internal variable.
137 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org-clock.el (org-clock-out-if-current): Make buffer detection
140         work in indirect buffers as well.
142         * org.el (org-emphasis-regexp-components): Add the exxclamation
143         mark to the post-emphasis characters.
145 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
147         * org.el (org-read-date-minibiffer-septup-hook): New hook.
148         (org-read-date): Run the new hook.
150         * org-mac-message.el (org-mac-flagged-mail): New group.
151         (org-mac-mail-account): New variable.
152         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
153         commands.
155         * org-remember.el (org-remember-backup-directory): New variable.
156         (org-remember-apply-template): Write file to backup directory.
158 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
160         * org-mouse.el (org-mouse-todo-menu): New function.
161         (org-mouse-todo-keywords): Function removed.
162         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
164         * org-table.el (org-table-beginning-of-field)
165         (org-table-end-of-field): New commands
166         (org-table-previous-field, org-table-beginning-of-field): Better
167         error messages.
168         (orgtbl-setup): Include `M-a' and `M-e'.
170         * org.el (org-backward-sentence, org-forward-sentence): New
171         commands.
173         * org-colview.el (org-colview-initial-truncate-line-value): New
174         variable.
175         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
176         (org-columns): Remember the value of `truncate-lines'.
178         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
179         New variable.
180         (org-columns-remove-overlays): Restore the value of
181         `truncate-lines'.
182         (org-columns): Remember the value of `truncate-lines'.
184         * org.el (org-columns-skip-arrchived-trees): New option.
186         * org-agenda.el (org-agenda-export-html-style): Define color for
187         org-agenda-done face.
188         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
189         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
191         * org.el (org-scan-tags): Use the new face.
193         * org-faces.el (org-agenda-done): New face.
195         * org.el (org-scan-tags): Test the value org
196         `org-tags-match-list-sublevels'.
197         (org-tags-match-list-sublevels): New allowed value: indented.
199         * org-export-latex.el (org-export-latex-make-header): Apply macros
200         in header.
202         * org-exp.el (org-export-apply-macros-in-string): New function.
204         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
205         with the definition of a checked box.
207         * org-clock.el (org-clock-find-position): Fix drawer indentations.
209         * org-export-latex.el (org-export-latex-low-levels): More options
210         for how to process lower levels in LaTeX.
211         (org-export-latex-subcontent): Better treatment for lists as a
212         means of publishing lower levels.
214 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
216         * org.el (org-set-font-lock-defaults): Use new checkbox face.
218         * org-faces.el (org-checkbox): New face.
220         * org-exp.el (org-export-html-preprocess): Only create LaTeX
221         fragement images if there is an export file.
223 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org-agenda.el (org-stuck-projects): Document that the subtree of
226         projects that are not stuck will now be searched for stuck
227         sub-projects.
228         (org-agenda-skip-entry-when-regexp-matches)
229         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
230         (org-agenda-list-stuck-projects): Use
231         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
233         * org-export-latex.el (org-export-latex-preprocess): Improve
234         export of verses.
236         * org-exp.el (org-export-as-html): Implement centering as a div
237         rather than a paragraph.  Do a better job with line-end in verse
238         environments.
240 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
242         * org.el (org-open-at-point): Fix tags searches by mouse click.
244 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-export-latex.el (org-export-latex-preprocess): Implement the
247         centering markup.
249         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
250         from `org-export-mark-blockquote-and-verse'.
251         (org-export-as-html): Implement the centering markup.
253         * org-export-latex.el (org-export-latex-tables): Fix vertical
254         lines in tables.
256 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
258         * org.el (org-read-date-history): New variable.
259         (org-read-date): Use new history variable.
260         (org-toggle-heading): Fix bug when used before first headline.
261         (org-store-log-note): Remove drawer if empty while note is
262         aborted.
263         (org-remove-empty-drawer-at): New function.
264         (org-check-after-date): New command.
265         (org-sparse-tree): New sparse tree command "a".
267         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
269 2009-03-14  Bastien Guerry  <bzg@altern.org>
271         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
272         column and a space, not only a column.
274 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
276         * org-export-latex.el (org-export-latex-emphasis-alist): Better
277         defaults for verbose emphasis.
278         (org-export-latex-emph-format): New function.
279         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
281         * org-agenda.el (org-agenda-menu): Add new commands to menu.
282         (org-agenda-do-date-later, org-agenda-do-date-earlier)
283         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
284         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
285         commands.
287         * org.el (org-timestamp-change): Move end-time along with start
288         time.
290 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
292         * org-exp.el (org-export-target-internal-links)
293         (org-export-as-html): Protect links specified as #name.
295 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
297         * org.el (org-clone-subtree-with-time-shift): New command.
299         * org-export-latex.el (org-export-latex-special-chars)
300         (org-export-latex-treat-sub-super-char): Fix subscript export.
302         * org-exp.el (org-create-multibrace-regexp): Do not add
303         backslashes to the class.
305 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
307         * org-colview.el (org-columns-map): Better functions for moving up
308         and down a row, even if `truncate-line' is nil.
310         * org.el (org-insert-todo-heading): Make sure the keyword is
311         inserted at the correct position.
313         * org-publish.el (org-publish-project-alist)
314         (org-publish-projects, org-publish-org-index): Change default anme
315         for the index of file names to "sitemap.org".
317         * org-export-latex.el (org-export-latex-tables): Use
318         `org-split-string', for Emacs 21 compatibility.
320 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
322         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
324 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
326         * org-exp.el (org-export-page-description)
327         (org-export-page-keywords): New variables.
328         (org-export-plist-vars): Add entries for :keywords and
329         :description.
330         (org-infile-export-plist): Parse for new keywords.
331         (org-get-current-options): Add new keywords
332         (org-export-as-html): Publish description and keywords.
334         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
335         option.
336         (org-agenda-add-entry-text): Honor
337         `org-agenda-add-entry-text-descriptive-links'.
339         * org-export-latex.el (org-export-latex-preprocess): Make all
340         external preprocess functions use a PARAMETER arg.
342         * org-exp.el (org-export-preprocess-string)
343         (org-export-select-backend-specific-text)
344         (org-export-format-source-code-or-example)
345         (org-format-org-table-html): Support docbook export.
346         (org-export-preprocess-string): Make all external preprocess
347         functions use a PARAMETER arg.
349 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org-exp.el (org-export-html-style-include-scripts): New option.
352         (org-export-plist-vars): Add new option
353         `org-export-html-style-include-scripts'.
354         (org-export-as-html): Honor new option
355         `org-export-html-style-include-scripts'.
356         (org-export-html-scripts, org-export-html-style-default): Fix
357         xml issues with the Safari browser.
359 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-publish.el (org-publish-attachment): Only copy file when the
362         directories differ.
364 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
366         * org-clock.el (org-clocktable-steps): Use inactive time stamps
367         for clocktable steps.
369         * org.el (org-additional-option-like-keywords): Add two more
370         keywords.
372 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
374         * org-exp.el (org-export-format-source-code-or-example): Mark
375         temporary buffer unmodified, so that it will be killed even if
376         mode like message mode has decided to assign a file name.
378         * org.el (org-scan-tags): Improve tag inheritance.
379         (org-scan-tags, org-make-tags-matcher): Make tag comparison
380         case-sensitive.
381         (org-scan-tags): Use the internal tags list instead of creating it
382         from scratch.
383         (org-trust-scanner-tags, org-scanner-tags): New variables.
384         (org-scan-tags): Set `org-scanner-tags'.
385         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
386         (org-map-entries): Document the possible speedup using scanner
387         tags.
389 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
391         * org.el (org-add-planning-info): Fix bug with looking for keyword
392         only at column 0.
394         * org-agenda.el (org-agenda-custom-commands-local-options): Add
395         option for tags filter preset.
396         (org-prepare-agenda): Store filter preset as a property on the
397         filter variable.
398         (org-finalize-agenda): Call the filter, if there is a preset.
399         (org-agenda-filter-by-tag): Filter again after clearing the
400         filter, when there still is a preset.
401         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
402         Include the preset filter.
403         (org-agenda-redo): Apply the filter again, also the preset filter.
405         * org-exp.el (org-export-as-html): Use IDs in the correct way.
407         * org.el (org-uuidgen-p): New funtion.
409         * org-agenda.el (org-agenda-fontify-priorities): New default value
410         `cookies'.
411         (org-agenda-fontify-priorities): Renamed from
412         org-fontify-priorities.
414         * org.el (org-set-font-lock-defaults): Call
415         `org-font-lock-add-priority-faces'.
416         (org-font-lock-add-priority-faces): New function.
418         * org-faces.el: (org-set-tag-faces): New option.
419         (org-priority-faces): New variable.
421         * org-exp.el (org-export-as-html): Add a "content" div around the
422         entire content of the body tag.
423         (org-export-html-get-bibliography): New function.
424         (org-export-html-validation-link): New variable.
425         (org-export-as-html): Add validation link to exported page.
427         * org.el (org-match-sparse-tree): Renamed from
428         `org-tags-sparse-tree'.
429         (org-tags-sparse-tree): New alias.
431 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
433         * org.el (org-get-valid-level): Catch the case where the level
434         change is nil.
436         * org-clock.el (org-clock-find-position): Better indentation of
437         new clock drawers.
439 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
441         * org-agenda.el (org-agenda-quit): Delete window only when the
442         frame-setup was not `current-window'.
444         * org.el (org-tag-persistent-alist): New option.
445         (org-startup-options): Add keyword `noptag'.
446         (org-fast-todo-selection): Handle :newline correctly.
447         (org-set-tags): Handle :newline correctly.
448         (org-fast-tag-selection): Handle :newline correctly.
450 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
452         * org-exp.el (org-export-as-ascii): Reverse link buffer before
453         outputting it.
454         (org-export-ascii-push-links): Fix bug with pussing links into the
455         export buffer.
457 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
459         * org-archive.el (org-archive-subtree): Do not add 1 to level if
460         pasting at top level.
462         * org-bbdb.el: Improve documentation.
464 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
466         * org-list.el (org-insert-item): Only consider insert empty lines
467         is `org-empty-line-terminates-plain-lists' is not nil.
469         * org.el (org-blank-before-new-entry): Mention the dependence on
470         `org-empty-line-terminates-plain-lists' in the docstring.
472         * org-publish.el (org-publish-get-project-from-filename): New
473         optional argument UP.  Only find the top project if UP is set.
474         (org-publish-current-project): Find the top encloding project.
476         * org-agenda.el (org-agenda-before-write-hook)
477         (org-agenda-add-entry-text-maxlines): New options.
478         (org-write-agenda): Run the new hook in the temporary buffer.
479         (org-agenda-add-entry-text): New function.
480         (org-write-agenda): Implement PDF export, using ps2pdf.
482         * org.el (org-global-properties-fixed, org-global-properties):
483         Improve documentation string.
485         * org-exp.el (org-export-ascii-links-to-notes): New option.
486         (org-export-as-ascii): Handle links better.
487         (org-export-ascii-wrap, org-export-ascii-push-links): New
488         functions.
490 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
492         * org-agenda.el (org-agenda): Make prefix arg optional.
493         (org-agenda-search-headline-for-time): New option.
494         (org-format-agenda-item): Honor
495         `org-agenda-search-headline-for-time'.
497         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
498         characters.
500         * org.el (org-self-insert-cluster-for-undo): New option.
501         (org-self-insert-command): Cluster undo for 20 characters.
502         (org-self-insert-command-undo-counter): New variable.
504 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
506         * org-exp.el (org-export-as-html): Fix problem with closing colone
507         example.
509 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org-export-latex.el (org-export-as-latex)
512         (org-export-latex-first-lines): Avoid modification flag when
513         adding or removing text properties.
514         (org-export-latex-fontify): Catch error when org-emph-alist has
515         entries that are not defined for LaTeX export.
517         * org.el (orgstruct++-mode): New function.
518         (turn-on-orgstruct++): Call `orgstruct++-mode'.
519         (org-context-p): Allow detecting item context after the first line
520         of an item.
521         (orgstruct-make-binding): Detect if item-body context should be
522         seen.
523         (orgstruct-is-++): New variable.
524         (org-add-planning-info): Catch the case when there is no planning
525         info yet and the call does not want to add anything, only maybe
526         tries to remove something.
527         (org-special-ctrl-a/e): All value to be a cons cell with separate
528         settings for `C-a. and `C-e'.
529         (org-beginning-of-line, org-end-of-line): Honor separate values
530         for `C-a' and `C-e'.
532 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org.el (org-reload): New command.
536 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org-exp.el (org-export-htm-get-tag-class-name)
539         (org-export-htm-get-todo-kwd-class-name): New functions.
540         (org-export-html-tag-class-prefix)
541         (org-export-html-todo-kwd-class-prefix): New options.
542         (org-export-as-html): Call
543         `org-export-html-get-todo-kwd-class-name'.
544         (org-html-level-start): Wrap tags into classes.
545         (org-export-html-get-tag-class-name)
546         (org-export-html-get-todo-kwd-class-name): New functions.
548         * org-export-latex.el (org-export-latex-collect-header-macros):
549         Remove fields that are used anyway.
550         (org-export-latex-make-header): Insert the options earlier.
552         * org-agenda.el (org-agenda-get-progress): Fix bug with state
553         matching.
555         * org-list.el (org-indent-item): Allow point to be at the end of
556         the region.
558         * org.el (org-metaleft, org-metaright): Be more accurate about
559         detecting a region where commands apply.
561         * org-compat.el (org-cursor-to-region-beginning): New function.
563         * org.el (org-priority): Also find invisible heading.
565         * org-colview-xemacs.el (org-columns-edit-value): No special
566         treatment for `org-todo' prefix.
568         * org-colview.el (org-columns-edit-value): No special treatment
569         for `org-todo' prefix.
571         * org-remember.el (org-remember-apply-template): Use
572         `org-completing-read-no-ido'.
574         * org.el (org-completing-read-no-ido): New function.
575         (org-make-tags-matcher, org-set-property): Use
576         `org-completing-read-no-ido'.
578         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
579         New option.
580         (org-export-as-latex): Import in-buffer settings as TeX macros.
581         (org-export-latex-make-header): Additional parameter OPT-DEFS.
582         (org-export-latex-collect-header-macros): New function.
584         * org.el (org-refile-get-location): Turn off
585         `partial-completion-mode'.
587 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
589         * org.el (org-block-todo-from-checkboxes): Announce that
590         checkboxes are the culprit.
591         (org-block-todo-from-children-or-siblings): Call
592         `org-up-heading-all instead' of `outline-up-heading'.
594         * org-agenda.el (org-agenda-show-1): Renamed from
595         `org-agenda-show'.
596         (org-agenda-show): Re-install the old version for now.
597         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
598         variable into the blokker hook, so that the checkbox checker can
599         anounce that it caused the blocking.
601         * org.el (org-track-ordered-property-with-tag): New option.
602         (org-toggle-ordered-property): Honor
603         `org-track-ordered-property-with-tag'.
604         (org-tag-alist): Add newline options.
605         (org-set-regexps-and-options): Separate option lines imply a
606         newline.
607         (org-set-regexps-and-options, org-assign-fast-keys)
608         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
609         option.
610         (org-indent-line-function): Make sure this works even if there is
611         not `org-drawer-regexp' defined.  This can happen when
612         orgstruct-mode is used in a non-org buffer.
614         * org-list.el (org-checkbox-blocked-p): New function.
615         (org-toggle-checkbox): Check for blocking.
617         * org.el (org-modules): Add an entry for org-R.el.
619         * org-agenda.el (org-agenda-todo-ignore-with-date)
620         (org-agenda-todo-ignore-scheduled)
621         (org-agenda-todo-ignore-deadlines): Mention the variable
622         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
624         * org.el (org-get-wdays): Find the warning period also if it is in
625         the wrong place.
626         (org-ido-completing-read): Provide the correct arguments to
627         ido-completing-read and bind `ido-enter-matching-directory' to
628         nil.
630 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org.el (org-olpath-completing-read): Never use ido for this
633         one.
635         * org-exp.el (org-export-normalize-links): Use new macro.
637         * org-macs.el (org-if-unprotected-at): New macro.
639         * org-agenda.el (org-agenda-show): Allow numerical prefix
640         arguments to specify how much context should be shown.
641         (org-agenda-cycle-show): New command, could be bound to SPC in
642         org-agenda-mode-map.
644         * org-exp.el (org-html-level-start): Space after section number.
646 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
648         * org-agenda.el (org-agenda-get-sexps): Add todo state as
649         property, for sorting.
650         (org-cmp-todo-state): Get the applicable TODO keywords directly
651         from the buffer.
652         (org-run-agenda-series, org-agenda-list, org-search-view)
653         (org-todo-list, org-tags-view): Only fit agenda window when the
654         whole series is done.
656         * org.el (org-scan-tags): Add todo state as property, for sorting.
658         * org-agenda.el (org-agenda-custom-commands-local-options): Add
659         `org-agenda-overriding-header' as an option.
660         (org-agenda-list): Honor org-agenda-overriding-header'.
662 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
664         * org-list.el (org-toggle-checkbox): Improve cursor positioning
665         after removing a checkbox.
667         * org.el (org-show-entry): Make this work correctly also if it is
668         the last entry in the file.
669         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
670         falling back to normal, default command.
671         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
672         item, call the checkbox toggler to get a box.
674         * org-list.el (org-toggle-checkbox): Make double prefix set the
675         checkbox to "[-]".
676         (org-fix-bullet-type): Only replace bullet it it is changed.
677         (org-renumber-ordered-list): Handle case when first item does not
678         have a number.
680         * org.el (org-add-log-setup): Fix positioning when
681         `org-log-states-order-reversed' is nil.
683         * org-clock.el (org-clock-in): Fix positioning when
684         `org-log-states-order-reversed' is nil.
685         (org-clock-find-position): Fix positioning when
686         `org-log-states-order-reversed' is nil.
688 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
690         * org-clock.el (org-clock-into-drawer): Take default from
691         `org-log-into-drawer'.
692         (org-clock-find-position): Look for the correct drawer.
694         * org.el (org-log-into-drawer): Renamed from
695         `org-log-state-notes-into-drawer'.
696         (org-log-state-notes-into-drawer): New variable alias.
697         (org-add-log-setup): Make drawer name default to LOGBOOK, not
698         CLOCK.
699         (org-insert-property-drawer): Also skip LOGBOOK drawers.
701 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
703         * org-agenda.el (org-agenda): Fix docstring.
705         * org.el ("org-plot"): Help loading org-plot.
706         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
707         (org-metadown-hook, org-shiftmetaleft-hook)
708         (org-shiftmetaright-hook, org-shiftmetaup-hook)
709         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
710         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
711         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
712         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
714         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
715         for selecting files with any (and even without) extension.
717         * org.el (org-save-all-org-buffers): Also save id locations.
718         (org-revert-all-org-buffers): Also load id locations.
720 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
721         * org.el (org-drawers): Add LOGBOOK to the default drawers.
722         (org-log-state-notes-into-drawer): New option.
723         (org-add-log-setup): Place the sate note marker into the drawer,
724         create drawer when necessary.
725         (org-refile-targets): Document special interpretation of LEVEL
726         when odd-levels are used.
728 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
730         * org.el (org-store-log-note): Fix note indentation when adding
731         notes to end of list.
733         * org-exp.el (org-export-as-html): Add TODO keyword as extra
734         class, so that each keyword can get special colors through CSS.
736         * org-clock.el (org-clock-out): Add another nil for the previous
737         state into the call to `org-add-log-setup'.
739         * org.el (org-log-note-previous-state): New variable.
740         (org-log-note-headings): New %S escape for old state.
741         (org-todo): Call the note setup with the old state as an
742         argument.
743         (org-add-note): Add another nil for the previous state into the
744         call to `org-add-log-setup'.
745         (org-add-log-setup): New argument PREV-STATE.
746         (org-add-log-note): Handle new %S escape.
747         (org-store-log-note): Handle new %S escape.
749 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
751         * org-clock.el (org-clock-find-position): Do not swallow an item
752         less indented than the CLOCK line itself.
753         (org-clock-in): Push markers to lin after the clock line.
754         (org-clock-find-position): Handle values of
755         `org-clock-into-drawer' smaller than 2.
757         * org-exp.el (org-html-level-start): Add a CSS class to section
758         numbers.
759         (org-export-html-toplevel-hlevel): Better documentation of the
760         influence of this variables on H levels and css classes in
761         export.
763 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
765         * org-agenda.el (org-agenda-custom-commands-local-options): Add
766         timestamp and nottimestamp to the chooe menu.
768         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
769         (org-revert-all-org-buffers): New command.
771 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
773         * org.el (org-return): Implement `org-return-follows-link' in the
774         function org-return.  This is more robust than using the mouse
775         map, I think.
776         (org-set-regexps-and-options): Match more general #+TODO lines.
777         (org-make-options-regexp): New optional argument EXTRA, for an
778         extra regexp.
779         (org-tab-follows-link): Mark as deprecated.
781 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
783         * org-exp.el (org-export-preprocess-string): Remove clock lines
784         earlier, so that they cannot cotribute to verbatim snippets.
786 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
788         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
789         for finding drawers.
790         (org-export-as-ascii, org-export-as-html): Count levels relative
791         to the subtree header.
792         (org-get-min-level): New optional argument OFFSET.
793         (org-export): Make sure point is restored after popping up that
794         window.
796         * org.el (org-do-sort): Also take an inactive timestamp if no
797         active one is found.
799         * org-colview-xemacs.el (org-columns-capture-view): Copy before
800         deleting duplicates.
802         * org-colview.el (org-columns-capture-view): Copy before
803         deleting duplicates.
805         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
806         text before first headline.
808         * org.el (org-format-latex): Do not convert LaTeX fragments in
809         protected examples.
811 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
813         * org-exp.el (org-export-html-style-default): Use color values
814         instead of names for XHTML validation.
816         * org.el (org-get-scheduled-time, org-get-deadline-time): New
817         functions.
818         (org-return-follows-link): Revert making this the default untile
819         issues are resolved.
821         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
822         nottimestamp.
824 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
826         * org.el (org-mode): Make dependence stuff work more reliably.
827         (org-update-parent-todo-statistics): Fix bug with updating
828         statistics cookie.
830         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
831         ~ as verbatim delimiters.
833         * org-exp.el (org-export-html-format-image): New argument
834         PAR-OPEN.
835         (org-export-as-html): Pass par-open to
836         `org-export-html-format-image'.
838 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
840         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
841         (org-use-fast-todo-selection, org-tags-column): New default
842         setting for variables, based on a poll what typical uses use.
844         * org-agenda.el (org-agenda-sorting-strategy)
845         (org-agenda-tags-column): New default setting for variables, based
846         on a poll what typical uses use.
848 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
850         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
851         blocked entries from setting the blocked tag.
853         * org-exp.el (org-export-html-footnotes-section): Use a more
854         consistent id for footnotes.
856         * org-export-latex.el (org-export-latex-classes): Remove the
857         a4paper option from the default styles.
859 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
861         * org.el (org-enforce-todo-checkbox-dependencies): New option.
862         (org-block-todo-from-checkboxes): New function.
863         (org-todo): Make tripple prefix arg circumvent blocking.
865         * org-timer.el (org-timer): Provide the timer feature.
867         * org.el (org-require-autoloaded-modules): Add a few more files to
868         the list of autoloaded modules.
870         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
872 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
874         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
875         drawers that are unprotected.
876         (org-export-html-format-image): Make sure inlined LaTeX fragment
877         images remain inlined.
879         * org.el (org-toggle-ordered-property): New function.
880         (org-mode-map): Add a key for `org-toggle-ordered-property'.
881         (org-org-menu): Add menu entries for TODO dependencies.
883 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
885         * org.el (org-default-properties): Add ORDERED to the default
886         properties, to get completion support for it.
888         * org-list.el (org-update-checkbox-count): Update more than one cookie.
890         * org.el (org-update-parent-todo-statistics): Update more than one
891         cookie.
893         * org-agenda.el (org-agenda-get-todos): Start search from correct
894         position.
896         * org.el (org-fast-todo-selection): Make sure TODO selection does
897         not change buffer position.
899         * org-list.el (org-toggle-checkbox): Implement adding or removing
900         checkboxes from line or region when called with a prefix
901         argument.
903         * org-rmail.el (org-rmail-store-link): Protect the call to
904         `rmail-narrow-to-non-pruned-header'.
906         * org-clock.el (org-clock-special-range): Fix week display in
907         clock tables.
909         * org-exp.el (org-get-current-options): Fix bug when in indirect
910         buffer.
912 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
914         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
915         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
916         (org-agenda-dim-blocked-tasks): New function.
918         * org.el (org-enforce-todo-dependencies): New option.
919         (org-block-todo-from-children-or-siblings): New function.
921         * org-faces.el (org-agenda-dimmed-todo-face): New face.
923         * org.el (org-todo): Return correct state type even if the blocker
924         throws an error.
925         (org-modifier-cursor-error): Renamed from
926         `org-shiftcursor-error'.
927         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
928         (org-shiftmetadown): Call `org-modifier-cursor-error'.
930         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
931         to get real errors from the blocker hook.
933         * org.el (org-shiftselect-error, org-call-for-shift-select): New
934         functions.
935         (org-set-visibility-according-to-property): Turn off the setting
936         of `org-show-entry-below', to avoid overruling a FOLDED visibility
937         property.
939 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
941         * org.el (org-support-shift-select): New option.
942         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
943         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
944         selection outside contexts.
946         * org-list.el (org-at-item-bullet-p): New function.
948         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
949         variables.
951         * org-footnote.el (org-footnote-normalize): Remove unnecessary
952         variable.
953         (org-insert-footnote-reference-near-definition): Remove
954         unnecessary let form.
956         * org-export-latex.el (org-export-latex-first-lines): Add
957         OPT-PLIST parameter.
958         (org-export-as-latex): Call `org-export-latex-first-lines' with
959         opt-plits parameter.
960         (org-export-latex-preprocess): Remove unnecessary variables.
962         * org-exp.el (org-infile-export-plist)
963         (org-export-add-options-to-plist, org-export-kill-licensed-text)
964         (org-export-remove-headline-metadata)
965         (org-export-get-title-from-subtree, org-get-min-level)
966         (org-html-do-expand): Remove innecessary let form.
968         * org-colview-xemacs.el (org-columns-display-here): Remove
969         unnecessary variables.
971         * org-colview.el (org-columns-display-here): Remove unnecessary
972         variables.
974         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
975         variables.
977         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
978         unnecessary variables.
980         * org-agenda.el (org-search-view, org-agenda-get-blocks)
981         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
982         variables.
984         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
985         (org-compact-display-after-subtree-move): Remove unnecessary
986         variables.
987         (org-edit-fixed-width-region): Remove unnecessary variables.
988         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
989         (org-olpath-completing-read): Remove unnecessary variable.
990         (org-auto-repeat-maybe): Remove unnecessary variable.
991         (org-map-entries): Remove unnecessary variable.
992         (org-buffer-property-keys, org-imenu-get-tree)
993         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
995 -----------------------------------------------------------------
997 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
998         * org-exp.el (org-export-remove-timestamps): Never remove
999         timestamps from tables.
1001         * org-export-latex.el (org-export-latex-first-lines): Add more
1002         options to the preprocessing of the text before the first
1003         headline.
1005 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
1007         * org-faces.el (org-clock-overlay): Make face compatible with
1008         XEmacs.
1010         * org.el (org-yank): Add property for delete-selection mode.
1012         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1014         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1015         variable.
1017         * org-table.el (org-table-insert-hline): Fix typo in fuction call
1018         to `backward-char'.
1020         * org-exp.el (org-export-as-html): Remove the initial space from
1021         colon examples.
1023         * org.el (org-scan-tags): Call
1024         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1026         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1027         customization groups.
1028         (org-agenda-tags-todo-honor-ignore-options): New option.
1029         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1030         New function.
1031         (org-agenda-get-todos): Use
1032         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1034 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1036         * org-exp.el (org-export-format-source-code-or-example): Escape
1037         HTML characters also in examples that anre not treated with
1038         htmlize.  Also, just switch to EXAMPLE processing if we do not
1039         have a good version of htmlize.
1041         * org-rmail.el: Fix copyright notice.
1043         * org.el (org-activate-footnote-links): Improve footnote link
1044         highlighting.
1046         * org-footnote.el (org-footnote-normalize): Fix finding the end of
1047         a footnote definition at the end of the file.
1049         * org-table.el (org-table-get-specials): Add an imagined hline at
1050         the end of the table.  This can be useful for references that want
1051         to go to the end of the table.  Also fix bug when computing last
1052         row constants, in tables that do not start right at the right
1053         margin.
1054         (org-table-eval-formula): Match and replace remove references.
1055         (org-table-formula-substitute-names): Make sure that names inside
1056         a "remote" call are left alone, the will be replaced later when
1057         the remote call is handled.
1058         (org-table-convert-refs-to-rc): Do not convert things that might
1059         look like a reference, but are really part of an ID or namei n a
1060         remote reference.
1061         (org-table-get-remote-range): New function.
1063 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1065         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1067         * org-clock.el (org-clock-put-overlay): Use new face instead of
1068         `secondary-selection'.
1070         * org-faces.el (org-clock-overlay): New face.
1072 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org-exp.el (org-get-current-options): Include the option for
1075         publishing time stamps.
1077         * org.el (org-toggle-heading): Renamed from
1078         `org-toggel-region-headings'.
1079         No longer needs a region defined, but will use it if there is one.
1080         (org-ctrl-c-star): Simplified, relying more on the internal
1081         workings of `org-toggle-heading'.
1082         (org-toggle-item): Renamed from `org-toggle-region-items'.
1083         No longer needs a region defined, but will use it if there is one.
1084         (org-ctrl-c-minus): Simplified, relying more on the inernal
1085         workings of `org-toggle-item'.
1087         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1088         environment detection.  Also, do real changes only in unprotected
1089         places.
1091 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1093         * org-export-latex.el (org-export-latex-quotation-marks): Use
1094         `org-if-unprotected-1'.
1095         (org-export-latex-set-initial-vars): Check for class definition in
1096         property.
1098         * org-macs.el (org-if-unprotected-1): New macro.
1100 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
1102         * org-compat.el (org-count-lines): New function.
1104         * org-exp.el (org-export-format-source-code-or-example): Handle
1105         switches related to text areas.
1107         * org.el (org-activate-footnote-links): Don't allow match inside a
1108         link.
1110         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
1112         * org-export-latex.el (org-export-latex-links): Keep a relative
1113         path relative also after export.
1115         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
1117         * org.el (org-make-tags-matcher): Never use IDO for completing the
1118         tags matcher match string.
1119         (org-completing-read): Also remove the special biding for "?".
1121         * org-attach.el (org-attach-allow-inheritance): New option.
1122         (org-attach-inherited): New variable.
1123         (org-attach-dir): Handle properties related to the attachment
1124         directory.
1125         (org-attach-check-absolute-path): New function.
1126         (org-attach-set-directory, org-attach-set-inherit): New commands.
1127         (org-attach): Accommodate the new commands in the dispatcher.
1129 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1131         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
1132         `window-full-width-p'.
1134         * org-exp.el (org-export-as-html): Only check for images files
1135         that really can be inlined
1137         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
1138         list of extensions to be a parameter.
1140         * org-exp.el (org-export-html-inline-image-extensions): New
1141         variable.
1143         * org-agenda.el (org-prepare-agenda): Use
1144         `org-agenda-block-separator'.
1145         (org-agenda-block-separator): New option.
1147 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1149         * org-export-latex.el (org-export-latex-tables): Call
1150         `org-table-clean-before-export' with the new optional argument.
1152         * org-exp.el (org-table-clean-before-export): New optional
1153         parameter MAYBE-QUOTED, allows for quoted characters like \# in
1154         first column.
1156 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1158         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
1159         histograms.
1161         * org-colview.el (org-colview-construct-allowed-dates): Better
1162         error catching when a date/time property does not have allowed
1163         values defined.
1165         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
1166         Better error catching when a date/time property does not have
1167         allowed values defined.
1169 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1171         * org.el (org-map-entries): Restore point and restriction after
1172         `org-map-entries'.
1174 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1176         * org.el (org-time=, org-time<, org-time<=, org-time>)
1177         (org-time>=, org-time<>): Make sure both values are dates.
1179 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1181         * org-archive.el (org-extract-archive-heading): Allow %s for file
1182         name also in achive location heading.
1184 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1186         * org-archive.el (org-add-archive-files): Uniquify the list before
1187         returning it.
1189 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1191         * org-compat.el (org-fit-window-to-buffer): Use
1192         `window-full-width-p'.
1194         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1195         space after the colon in short examples.
1197         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1198         enforce a space after the colon.  However, we also allow lines
1199         that are *only* a colon.
1200         (org-export-as-html): Enforce the space after the colon in short
1201         examples.
1202         (org-export-preprocess-string): Do the colon example protection
1203         earlier.
1204         (org-export-remove-timestamps): Do not check for protection at the
1205         end of the line.
1207 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1209         * org.el (org-format-latex-options): Add new matcher for single
1210         letters between dollars.
1211         (org-get-header): Function removed.
1212         (org-heading-components): New function.
1214         * org-exp.el (org-export-define-heading-targets): Record ID's also
1215         as alternative targets.
1216         (org-export-as-html): Interpret "id:" links to other files by
1217         preserving the relative path.
1219         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1220         is nil.
1222         * org-exp.el (org-export-normalize-links): Protect the main link,
1223         to avoid special character processing.
1225         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1226         New variable.
1227         (org-export-latex-special-string-regexps): Variable removed.
1228         (org-export-latex-keywords): Use the new regexp.
1230         * org-exp.el (org-export-handle-include-files): Fetch switches and
1231         put them into the BEGIN statement.
1233         * org-timer.el (org-timer-mode-line-string): New variable.
1235         * org-clock.el (org-clock-mode-line-map): Renamed from
1236         `org-clock-mode-map'.
1237         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1238         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1239         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1240         (org-clock-remove-overlays): Renamed from
1241         `org-remove-clock-overlays'.
1243         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1244         and mode line display.
1245         (org-timer-stop): New command.
1246         (org-timer-seconds): Return correct time when timer is paused.
1247         (org-timer-mode-line-timer): New variable.
1248         (org-timer-set-mode-line, org-timer-update-mode-line): New
1249         functions.
1251         * org.el (org-insert-heading):  Handle new value `auto' for
1252         `org-blank-before-new-entry'.
1253         (org-org-menu): Add new items for timer functions.
1255         * org-list.el (org-insert-item): Handle new value `auto' for
1256         `org-blank-before-new-entry'.
1258         * org.el (org-blank-before-new-entry): New value `auto', made
1259         default.
1261 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1263         * org-exp.el (org-export-normalize-links): If the link is also
1264         used as the description, protect the description.
1266 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1268         * org.el (org-closest-date): Fix bug with yearly repeats, in
1269         combination with preference of the past as it is used for deadline
1270         and scheduling search.
1272         * org-exp.el (org-html-handle-time-stamps): No longer check for
1273         the `org-export-with-timestamps' option, because the preprocesser
1274         has taken care of this already.
1276         * org.el (org-entry-properties): Catch the case when this is
1277         called in a non-org-mode file.
1279         * org-export-latex.el (org-export-latex-remove-from-headlines):
1280         Variable made obsolete, also LaTeX export now uses the standard
1281         variables.
1282         (org-export-as-latex): Add the timestamps parameter to the
1283         preprocessor parameter list.
1284         (org-export-latex-content): Export the remaining keywords without
1285         considering to remove them.
1286         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1287         Use bold font instead of tt font for the keywords.
1288         (org-export-latex-fontify-headline): Format headlines, assuming
1289         that all keywords still present should be published.
1290         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1291         publish what ever remains of the time stamps.
1292         (org-export-latex-list-parameters): New option.
1293         (org-export-latex-lists): Pass additional parameters to the list
1294         converter.
1296         * org-exp.el (org-export-preprocess-string): Remove clock lines
1297         and timestamps already in the preprocesor.
1298         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1299         functions.
1300         (org-export-as-ascii, org-export-as-html): Add the timestamps
1301         parameter to the preprocessor parameter list.
1303         * org-list.el (org-list-parse-list): Parse for checkboxes.
1304         (org-list-to-generic): Introduce and handle new parameters :cbon
1305         and :cboff.
1306         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1307         optional parameter PARAMS.
1309         * org-export-latex.el (org-export-latex-special-chars): Fix
1310         problems with interpreting dollar signs.
1311         (org-inside-latex-math-p): New function.
1312         (org-export-latex-preprocess): Protect all the math fragments.
1314         * org.el (org-latex-regexps): Allow a dash after a dollar.
1316         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1317         mark after copying.
1319         * org-agenda.el (org-run-agenda-series): Have series options set
1320         when finalizing the agenda.
1322         * org-exp.el (org-export-format-source-code-or-example): Protect
1323         the converted examples.
1325         * org.el (org-set-regexps-and-options): Fix the regexp
1326         `org-complex-heading-regexp'.
1328 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1330         * org.el (org-edit-src-get-label-format): New function.
1331         (org-coderef-label-format): New option.
1332         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1333         a label format specification and make sure it is used in the edit
1334         buffer.
1335         (org-edit-src-get-label-format): New function.
1336         (org-store-link): Handle new coderef formats.
1337         (org-link-search): Handle new coderef formats.
1339         * org-footnote.el (org-footnote-create-definition)
1340         (org-footnote-goto-local-insertion-point): Make footnote insertion
1341         work correctly when the "Footnotes" headline is the last line in
1342         the buffer.
1344         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1345         the location.
1347 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1349         * org-w3m.el (org-w3m): New customization group.
1350         (org-w3m-deactivate-mark): New option.
1351         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1352         option say not to.
1354 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1356         * org.el (org-set-font-lock-defaults): Trigger footnote
1357         fontification.
1358         (org-activate-footnote-links): New function.
1359         (org-activate-links): New entry `footnote'.
1361         * org-faces.el (org-footnote): New face.
1363 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1365         * org-macs.el (org-re): Handle the [:word:] class.
1367         * org-exp.el (org-export-preprocess-string): Call
1368         `org-export-protect-colon-examples'.
1369         (org-export-protect-colon-examples): Renamed from
1370         `org-export-protect-examples', and scope limited to lines starting
1371         with a colon.
1373 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1375         * org-exp.el (org-export-preprocess-string): Move the preprocess
1376         hook to after turning on Org-mode.
1377         (org-export-preprocess-after-include-files-hook)
1378         (org-export-preprocess-after-tree-selection-hook)
1379         (org-export-preprocess-before-backend-specifics-hook)
1380         (org-export-preprocess-final-hook): New hooks.
1381         (org-export-preprocess-string): Run the new hooks.
1383         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1385         * org-footnote.el: New file.
1387         * org.el (org-footnote): Require footnote code.
1388         (org-startup-options): Add new footnote options.
1389         (org-mode-map): New keybindig for footnotes.
1390         (org-ctrl-c-ctrl-c): Add function at footnotes.
1391         (org-org-menu): New menu entries for footnotes.
1393         * org-export-latex.el (org-export-as-latex): Pass footnote
1394         variable to preprocessor.
1395         (org-export-latex-preprocess): Treat multiple references to a
1396         footnote.
1398         * org-exp.el (org-export-preprocess-string): Call
1399         `org-footnote-normalize'.
1400         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1401         to preprocessor.
1402         (org-export-as-html): Treat multiple references to a footnote.
1404 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1406         * org-export-latex.el (org-export-latex-links): Handle coderef
1407         links.
1409         * org.el (org-bracket-link-analytic-regexp++): New variable.
1410         (org-make-link-regexps): Initialize
1411         `org-bracket-link-analytic-regexp++'.
1412         (org-store-link): Implement special case in edit-src buffer.
1413         (org-insert-link): No use of ide to insert stored links.
1414         (org-link-search): Implement special case for coderefs.
1416         * org-exp.el (org-export-html-scripts): New constant.
1417         (org-export-html-style-default): Add a new style for highlighted
1418         code.
1419         (org-export-code-refs): New variable.
1420         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1421         Call `org-export-replace-src-segments-and-examples'
1422         No longer call `org-export-protect-examples'.
1423         (org-export-target-internal-links): Take care of coderef targets.
1424         (org-export-last-code-line-counter-value): New variable.
1425         (org-export-replace-src-segments-and-examples): Renamed from
1426         `org-export-replace-src-segments', and modified.
1427         (org-export-format-source-code-or-example): Renamed from
1428         `org-export-format-source-code'.
1429         (org-export-number-lines): New function.
1430         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1432 --------------------------------------------------------------------------
1434 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1436         * org-remember.el (org-remember-handler): Safer way to get a new
1437         buffer accessing the target file.
1439         * org.el (org-refile-get-location): Handle case of current buffer
1440         not having a file associated with it.
1442 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1444         * org-table.el (org-table-get-formula): Only ask to overwrite
1445         field formula if there really is one.
1447         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1448         number, by converting these to a string.
1450         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1451         located in a different file.
1453         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1454         org-colview.el.
1456 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1458         * org.el (org-completion-use-ido): Enhance docstring of
1459         `org-completion-use-ido'.
1461         * org-export-latex.el (org-export-latex-make-header): Double the %
1462         in the time stamp format.
1463         (org-export-latex-special-chars): Handle case where there is no
1464         match group 3.
1466 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1468         * org.el (org-get-refile-targets, org-refile-get-location): Use
1469         expanded file name to improve comparison.
1471 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1473         * org.el (org-scan-tags): Rescan for tags, to get the correct
1474         upcase/downcase stuff.  This slows things down for now, but it
1475         works.
1476         (org-mode): Make sure the tag-faces regexp is initialized.
1478         * org-export-latex.el (org-export-latex-links): Fix bug with
1479         undefined label.
1481         * org-table.el (org-table-get-specials): Set
1482         `org-table-current-last-data-line'.
1483         (org-table-current-last-data-line): New variable.
1484         (org-table-insert-column, org-table-delete-column)
1485         (org-table-move-column, org-table-fix-formulas): Call
1486         `org-table-fix-formulas' a second time to fix the $LR references.
1487         (org-table-get-specials): Add the $LR references to the tables.
1488         (org-table-get-formula): Do not offer last-row names as LHS of
1489         formulas.
1491         * org.el (org-store-link): Capture link description from
1492         `org-id-store-link'.
1494         * org-exp.el (org-export-html-format-image): Add the / to the end
1495         of the <img> tag.
1496         (org-export-format-source-code): Surround example by empty lines,
1497         to make sure it will not be inside a paragraph.
1499         * org.el (org-ido-switchb): New function.
1501 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1503         * org-agenda.el (org-agenda-show): New prefix argument
1504         FULL-ENTRY.
1506         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1507         argument.
1509         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1510         `org-agenda-change-all-lines'.
1511         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1512         tags are now retrieved locally.
1514 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1516         * org.el (org-get-outline-path): Fix bug if level is not given.
1517         (org-org-menu): Do not quote function in menu vector.
1519         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1520         name.
1522 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1524         * org.el (org-refile): Avoid refiling to within the region to be
1525         refiled.
1527         * org-export-latex.el (org-export-latex-special-chars): Replace
1528         special characters also in tables.
1530         * org-agenda.el (org-agenda-change-all-lines): New argument
1531         FORCE-TAGS.
1532         (org-agenda-set-tags): Cet the new tags and pass them to
1533         `org-format-agenda-item'.
1535 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1537         * org-export-latex.el (org-export-latex-classes): Add longable as
1538         a default package to all classes.
1539         (org-export-latex-tables): Handle the longtable attribute and the
1540         align attribute.
1542         * org-table.el (orgtbl-to-generic): Handle tables that start with
1543         a hline.
1545         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1546         \verb for colde-like snippets.
1547         (org-export-as-latex): Fix issues with region export.
1549         * org.el (org-up-heading-safe): Speed up function by using a
1550         direct regexp search.
1551         (org-olpa): New variable.
1552         (org-get-outline-path): Speed-up path constructions in cases where
1553         this is possible because the entire hierarchy is scanned anyway.
1554         (org-refile-get-location): Don't compare the truenames of files,
1555         this is too slow.
1556         (org-goto-max-level): New option.
1557         (org-goto): Use `org-goto-max-level'.
1559 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1561         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1562         Strip angle brackets from message-ids in the former and don't do
1563         it in the latter.
1564         (org-gnus-follow-link): Open summary reliable, even if the last
1565         messages were deleted, and handle empty groups, too.
1567 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1569         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1570         instead of \texttt for the =...= and ~===~ emphasis environments.
1571         (org-export-as-latex): Remove any old :org-license-to-kill text
1572         properties.
1573         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1574         (org-export-latex-make-header): Add some hard space after the
1575         table of contents.
1576         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1577         exported text so that it will be excuded in further steps.
1579         * org-table.el (org-table-get-specials): Make @0 reference the
1580         last line in a table.
1581         (org-table-recalculate): Improve docstring.
1583 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1585         * org.el (org-log-done): Fix docstring.
1587 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1589         * org-exp.el (org-export-html-format-image): Fix bugs.
1591         * org-export-latex.el (org-export-latex-tables)
1592         (org-export-latex-links): Implement attribute, label, and caption
1593         handling.
1595         * org-exp.el (org-export-html-style-default): Add style
1596         definitions for the figure div.
1597         (org-export-preprocess-string, org-export-as-html): Implement
1598         attribute, label, and caption handling.
1599         (org-export-attach-captions-and-attributes): New function.
1600         (org-export-html-format-image): New function.
1601         (org-format-org-table-html): Implement attribute, label, and
1602         caption handling.
1604         * org.el (org-find-text-property-in-string): New function.
1605         (org-extract-attributes): Use the property org-attr instead of
1606         org-attrobutes, because this property is now set with the #+ATTR
1607         lines.
1609 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1611         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1612         the case that FROM is nil.
1614         * org.el (org-before-first-heading-p): New function.
1616 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1618         * org-exp.el (org-export-as-html): Do not add a space before
1619         enforces line breaks.
1620         (org-export-as-html): Close paragraph before blockquote and verse
1621         tags.
1623 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1625         * org-id.el (org-id-locations-file): Wrap file name with
1626         `convert-standard-filename'.
1627         (org-id-files): New variable.
1628         (org-id-use-hash): New option.
1629         (org-id-update-id-locations): Also search in all files current
1630         listed in `org-id-files'.  Convert the resulting alist to a hash
1631         if the user customation says so.
1632         (org-id-locations-save): Handle he case if `org-id-locations' is a
1633         hash.
1634         (org-id-locations-load): Convert the alist to a hash.
1635         (org-id-add-location): Handle the hast case.
1636         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1637         exited.
1638         (org-id-hash-to-alist, org-id-alist-to-hash)
1639         (org-id-paste-tracker): New functions.
1641 -------------------------------------------------------------------------
1643 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1645         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1646         bindings of calendar variables.
1648         * org-table.el (org-table-find-row-type): Renamed from
1649         `org-find-row-type'.
1650         (org-table-rewrite-old-row-references): Renamed from
1651         `org-rewrite-old-row-references'.
1652         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1653         (org-table-cleanup-narrow-column-properties): Renamed from
1654         `org-cleanup-narrow-column-properties'.
1656 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1658         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1659         for better error messages.
1660         (org-table-get-descriptor-line): Supply the new arguments to
1661         `org-find-row-type'.
1662         (org-table-error-on-row-ref-crossing-hline): New option.
1664         * org.el (org-target-link-regexp): Make buffer-local.
1665         (org-move-subtree-down): Fix bug with trees at beginning of
1666         buffer.
1668 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1670         * org-faces.el (org-set-tag-faces): New function.
1671         (org-tags-special-faces-re): New variable.
1673         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1675         * org-faces.el (org-tag-faces): New option.
1676         (org-tag): Mention `org-tag-faces' in the docstring.
1678 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1680         * org-exp.el (org-export-html-style-default): Implement new
1681         quoting.
1683         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1685         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1686         command to the `w3m-minor-mode-map'.
1688         * org-archive.el (org-archive-to-archive-sibling): Protect
1689         `this-command' to avoid appending kills during archiving.
1691         * org-exp.el (org-export-with-priority): New variable.
1692         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1693         instead of internal list of strings and properties.
1694         (org-print-icalendar-entries): Retrieve the location property with
1695         inheritance.
1697 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1699         * org-exp.el (org-export-with-todo-keywords): New option.
1700         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1701         line.
1702         (org-default-export-plist, org-export-add-options-to-plist)
1703         (org-export-as-ascii, org-export-as-html): Use the new structure
1704         of `org-export-plist-vars'.
1706         * org.el (org-map-entries): Return all values.
1708 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1710         * org.el (org-matcher-time): Recognize more special values.
1712         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1714 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1716         * org.el (org-tags-exclude-from-inheritance): New option.
1717         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1718         `org-tags-exclude-from-inheritance'.
1720         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1721         (org-format-agenda-item): Add inherited tags to the agenda line
1722         string, and make sure that properties are kept when downcasing the
1723         tags list.
1724         (org-agenda-add-inherited-tags): New function.
1725         (org-downcase-keep-props): New function.
1727         * org.el (org-scan-tags): Mark inherited tags with a text
1728         property.
1729         (org-get-tags-at): Mark inherited tags with a text property.
1730         (org-add-prop-inherited): New function.
1732         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1733         (org-agenda-show-inherited-tags): New option.
1735 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1737         * org.el (org-modules): Add org-w3m to the default modules.
1739         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1740         orgtbl-mode.
1741         (orgtabl-create-or-convert-from-region): New command.
1743         * org-exp.el (org-export-as-ascii): Remove the handling of
1744         targets.
1745         (org-export-ascii-preprocess): Handle targets already in this
1746         function.
1748 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1750         * org-timer.el (org-timer-start-time): Define this variable.
1751         (org-timer-item): Make argument optional.
1753         * org-list.el (org-insert-item): Automatically insert a timer item
1754         if the current list is a timer list.
1756         * org-timer.el: New file.
1758         * org-publish.el (org-publish-org-index): Only exclude the index
1759         file in the main directory from being added to the site-map.
1760         (org-publish-get-project-from-filename): If the current project is
1761         a component, start publishing from the parent project.
1763 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1765         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1767         * org-publish.el (org-publish-org-index): Improve removal of
1768         temporary buffers.
1770         * org-agenda.el (org-get-closed): Re-apply changes
1771         accidentially overwritten by last commit to Emacs.
1773         * org.el (org-outline-path-complete-in-steps): New option.
1774         (org-refile-get-location): Honor
1775         `org-outline-path-complete-in-steps'.
1776         (org-agenda-change-all-lines, org-tags-sparse-tree)
1777         (org-time-string-to-absolute, org-small-year-to-year)
1778         (org-link-escape): Re-apply changes accidentially overwritten
1779         by last commit to Emacs.
1781 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1783         * org-clock.el (org-dblock-write:clocktable): Make sure the
1784         clocktable sees the first line.
1785         (org-clock-in): Warn if the clock cannot be resumed.
1787 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1789         * org.el (org-open-at-point): Fix mixup about interactive and
1790         non-interactive elisp links.
1792 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1794         * org-exp.el (org-export-preprocess-string): Allow one comment
1795         line before the first headline to always be included.  This is
1796         to not miss a commented target.
1798         * org-mouse.el (org-mouse-insert-item): Call
1799         `org-indent-to-column' instead of `indent-to', for XEmacs
1800         compatibility.
1802         * org.el (org-refile-targets): Fix customize definition so
1803         that it works also in XEmacs.
1804         (org-fixup-indentation): Call `org-indent-to-column' instead
1805         of `indent-to', for XEmacs compatibility.
1807 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1809         * org-mew.el (org-mew-store-link): Get the correct case folder
1810         for refiled messages.
1812 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1814         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1815         line break indicators.
1817         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1818         ido-completion propts.
1820 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1822         * org-remember.el (org-remember-apply-template): Use
1823         `org-substring-no-properties'.
1825         * org-compat.el (org-substring-no-properties): New function.
1827         * org-remember.el (org-remember-apply-template): Use
1828         `org-substring-no-properties' for compatibility.
1830         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1831         option.
1832         (org-fix-bullet-type): respect
1833         `org-list-two-spaces-after-bullet-regexp'.
1835         * org-clock.el (org-clock-load): Clean up the code.
1837         * org.el (org-adaptive-fill-function): Allow two spaces after
1838         "1." as a list bullet.
1840 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1842         * org-clock.el (org-clock-save, org-clock-load): Check for
1843         live buffers, existing files, and buffer file names to ensure
1844         consistent information.
1845         (org-clock-persist): Make `clock' a special value of this
1846         variable, and improve docstring.
1848         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1849         (org-get-string-indentation): Adapt indentation when the bullet
1850         width changes.
1852 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1854         * org-remember.el (org-remember-finalize): Make interactive.
1855         (org-remember-kill): New command.
1856         (org-remember-finish-immediately): Call `org-remember-finalize'
1857         directly.
1858         (org-remember-finalize): Make `org-remember-finalize' an interactive
1859         function.
1861 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1863         * org-remember.el (org-remember-apply-template): No ido completion
1864         for free prompts in remember templates.
1865         (org-remember-before-finalize-hook): New hook.
1866         (org-remember-mode): New minor mode.
1867         (org-remember-apply-template): Turn on `org-remember-mode'.
1869         * org-id.el (org-id-add-location): Avoid error when no file is
1870         given.
1872         * org-remember.el (org-remember-apply-template): Fix the way how
1873         the list of allowed properties is retrieved from the target file.
1875         * org.el (org-insert-link): Improve file link matching.
1877 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1879         * org-colview.el (org-columns-display-here): New argument
1880         DATELINE, to trigger using the new face.
1881         (org-agenda-colview-summarize): Call `org-columns-display-here'
1882         with the new argument.
1884         * org-faces.el (org-agenda-column-dateline): New face.
1886         * org-publish.el (org-publish-org-index): Use index-title at page
1887         title, not as section.
1889         * org-exp.el (org-export-html-format-desc): Respect the
1890         org-protect property.
1891         (org-export-as-html): Protect image specifiers that are in the
1892         description part of a link.
1894         * org.el (org-sort-entries-or-items, org-completing-read)
1895         (org-refile-get-location, org-olpath-completing-read, org-todo)
1896         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1897         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1898         (org-set-property, org-delete-property)
1899         (org-delete-property-globally): Use `org-ido-completing-read'.
1901         * org-remember.el (org-remember-apply-template): Use
1902         `org-ido-completing-read'.
1904         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1906         * org-colview.el (org-columns-edit-value, org-columns-new)
1907         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1909         * org-colview-xemacs.el (org-columns-edit-value)
1910         (org-columns-new, org-insert-columns-dblock): Use
1911         `org-ido-completing-read'.
1913         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1914         `org-ido-completing-read'.
1916         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1917         `org-ido-completing-read'.
1919         * org.el (org-time-today): New function.
1920         (org-matcher-time): Use `org-time-today'.  Add special treatment
1921         for "<tomorrow>" and "<yesterday>".
1922         (org-ido-completing-read): New function.
1923         (org-completion-use-ido): New option.
1925         * org-exp.el (org-export-format-source-code): Fix bug in require
1926         htmlize code.
1927         (org-export-target-internal-links): Fix bug in search for text
1928         property.
1930 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1932         * org-export-latex.el (org-export-latex-subcontent): Interprete
1933         target aliases as additonal labels.
1935         * org-exp.el (org-export-target-aliases): New variable.
1936         (org-export-preprocess-string)
1937         (org-export-handle-invisible-targets): Fill the alias alist.
1938         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1939         assign an id.
1940         (org-html-level-start): Insert the target aliases as additonal
1941         anchors.
1943         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1944         picture area.
1946 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1948         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1949         when following a link with the mouse from the agenda.
1951         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1952         headlines are created.
1954 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1956         * org-exp.el (org-export-preprocess-string): Reorder so that we
1957         can still see ID properties when we collect targets.
1958         (org-export-target-internal-links): Also store targets for ID's.
1960         * org.el (org-link-translation-function): New option.
1961         (org-open-at-point): Call `org-link-translation-function' if
1962         non-nil.
1963         (org-translate-link): New function.
1964         (org-translate-link-from-planner): New function.
1965         (org-open-at-point): Allow interactive commands in elisp links.
1967         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1968         iCalendar quoting.  The new one seems to caus problems with
1969         applications.
1971         * org.el (org-yank): Set `this-command' to `yank', so that
1972         `yank-pop' will work.
1974 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1976         * org-id.el (org-id-search-archives): New option.
1978         * org.el (org-link-to-org-use-id): New option.
1979         (org-store-link): Use `org-link-to-org-use-id'.
1980         (org-id): Make org-id.el a standard component.
1982 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1984         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1985         hexified version of the tag.
1987         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1988         compliance as far as quoting is concerned.
1990         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1992         * org.el (org-up-heading-safe, org-forward-same-level): Always
1993         call `org-back-to-heading' instead of `outline-back-to-heading'.
1994         (org-back-to-heading): New wrapper around outline-back-to-heading,
1995         with a useful error message telling where the error happened.
1997         * org-list.el (org-update-checkbox-count): Always call
1998         `org-back-to-heading' instead of `outline-back-to-heading'.
2000         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2001         has an `alt' attribute, to ensure XHTML validation.
2003 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2005         * org-publish.el (org-publish-attachment): Allow publishing to
2006         overwrite attachment files.
2008         * org-agenda.el (org-agenda-timerange-leaders): New option.
2009         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2011         * org.el (org-edit-src-exit): Untabify ASCII image before
2012         returning.
2025 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2027         * org.el (org-yank): Make any prefix force normal yanking.
2028         Suppress folding if text would be swallowed into a folded
2029         subtree.
2030         (org-yank-folded-subtrees, org-yank): Docstring updates.
2032         * org-agenda.el (org-agenda-compare-effort): Treat no effort
2033         defined as 0.
2035         * org-exp.el (org-export-language-setup): Add Catalan and
2036         Esperanto language entries.
2038 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2040         * org.el (org-refile): Allow refiling of entire regions.
2042         * org-clock.el (org-clock-time%): New function.
2044         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
2045         retrieve property values.
2047 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
2049         * org-agenda.el (org-agenda-list): Handle the value `only' of
2050         org-agenda-show-log'.
2051         (org-agenda-log-mode): Interpret a double prefix arg.
2053 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
2055         * org-exp.el (org-export-html-footnotes-section): New variable.
2056         (org-export-as-html): Use `org-export-html-footnotes-section' to
2057         insert the footnotes.
2058         (org-export-language-setup): Add "Footnotes" to language words.
2060 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
2062         * org.el (org-yank): Fix bug when not inserting a subtree.
2064 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2066         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2067         instead of `vm-beginning-of-message'.
2069         * org.el (org-make-link-regexps): Make sure that links to gnus can
2070         contain brackets.
2072 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2074         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2075         code.
2077         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2078         shell output.
2080         * org.el (org-link-abbrev-alist): Improve customization type.
2082         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2083         functions.
2085         * org-agenda.el (org-agenda-get-progress): Renamed from
2086         `org-get-closed'.  Implement searching for state changes as well.
2087         (org-agenda-log-mode-items): New option.
2088         (org-agenda-log-mode): New option prefix argument, interpreted as
2089         request to show all possible progress info.
2090         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2091         `org-get-closed'.
2092         (org-agenda-set-mode-name): Handle the more complex log mode
2093         settings.
2094         (org-get-closed): New alias, pointing to `org-get-progress'.
2096 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
2098         * org.el (org-file-apps-defaults-gnu)
2099         (org-file-apps-defaults-macosx)
2100         (org-file-apps-defaults-windowsnt): Add an entry defining the
2101         system command.
2102         (org-file-apps): Allow `system' as key and value.
2103         (org-open-at-point): Explain the effect of a double prefix arg.
2104         (org-open-file): If the argument `in-emacs' is (16),
2105         i.e. corresponding to a double prefix argument, try to open the
2106         file externally.
2108 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
2110         * org.el (org-insert-link): Abbreviate absolute files names in
2111         links.  Also, fix a bug in which the double C-u prefix would not
2112         be honored.
2114 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
2116         * org.el (org-insert-heading): If buffer does not end with a
2117         newline, add one if necessary to insert headline correctly.
2119         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
2120         paragraphs, not inside.
2122         * org.el (org-todo): Quote
2123         `org-agenda-headline-snapshot-before-repeat'.
2125         * org-exp.el (org-export-as-html): Fully process link descriptions.
2126         (org-export-html-format-desc): New function.
2127         (org-export-as-html): Collect footnotes into the correct basket.
2128         (org-html-protect): No longer protect quotations marks here, this
2129         goes wrong.
2131         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
2132         BEG.
2134         * org-compat.el (org-fit-window-to-buffer): New function (not
2135         really, a preliminary and incomplete version was present earlier,
2136         but not used).
2138         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
2139         `org-fit-window-to-buffer'.
2141         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
2143         * org-agenda.el (org-agenda-get-restriction-and-command)
2144         (org-fit-agenda-window, org-agenda-convert-date): Use
2145         `org-fit-window-to-buffer'.
2147         * org-exp.el (org-export-as-html): Process href links through
2148         `org-export-html-format-href'.
2149         (org-export-html-format-href): New function.
2151         * org-agenda.el (org-agenda-todo): Update only the current
2152         headline if this is a repeated TODO, marked done for today.
2153         (org-agenda-change-all-lines): New argument JUST-THIS, to change
2154         only the current line.
2156         * org.el (org-todo): Take a snapshot of the headline if the
2157         repeater might change it.
2159 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2161         * org-publish.el (org-publish-find-title): Remove buffers visited
2162         only for extracting the title.
2164         * org-exp.el (org-export-html-style)
2165         (org-export-html-style-default): Mark style definitions as
2166         unparsed CDATA.
2168         * org-publish.el (org-publish-validate-link): Function
2169         re-introduced.
2171 2008-11-02  Charles Sebold  <csebold@gmail.com>
2173         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2174         property.
2175         (org-plot-quote-timestamp-field): New function.
2176         (org-plot-quote-tsv-field): Call timestamp field function when
2177         necessary rather than just quoting as a string.
2178         (org-plot/gnuplot-to-data): Pass in timefmt property.
2179         (org-plot/gnuplot-script): Supports timefmt property.
2180         (org-plot/gnuplot): Checks for timestamp column before checking
2181         for text index column.
2183 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2185         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2187         * org-publish.el (org-publish-org-index): Create a section in the
2188         index file.
2189         (org-publish-org-index): Stop linking to directories.
2191         * org.el (org-emphasis-alist): Use span instead of <u> to
2192         underline text.
2194         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2195         <pre> sections.
2197 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2199         * org-jsinfo.el (org-infojs-template): Remove language attribute
2200         from script tag.
2202 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2204         * org-agenda.el (org-agenda-remove-marked-text): New function.
2205         (org-agenda-mark-filtered-text)
2206         (org-agenda-unmark-filtered-text): New functions.
2207         (org-write-agenda): Remove fltered text.
2209         * org.el (org-make-tags-matcher): Give access to TODO "property"
2210         without speed penalty.
2212 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2214         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2215         option.
2216         (org-store-link-props): Make sure adding to the plist works
2217         correctly.
2219         * org-gnus.el (org-gnus-no-new-news): New function.
2220         (org-gnus-follow-link): Allow the article ID to be a message-id,
2221         in addition to allowing article numbers.  Message IDs make much
2222         more roubust links.
2223         (org-gnus-store-link): Use message-id to create link.
2225 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2227         * org.el (org-emphasize): Reverse the selection array.
2228         (org-emphasis-alist): Set <code> tags for the verbatim
2229         environment.
2231         * org-remember.el (org-remember-handler): Fix bug with
2232         prefix-related changing of the note storage target.
2234         * org-exp.el (org-print-icalendar-entries): Make the exported
2235         priorities compatible with RFC 2445.
2237         * org-clock.el (org-clock-save): Insert time stamp without
2238         dependence on time-stamp.el.
2240 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2242         * org.el ("saveplace"): If saveplace puts point into an invisible
2243         location, make it visible.
2244         (org-make-tags-matcher): Allow inactive time stamps in time
2245         comparisons.
2246         (org-yank-adjusted-subtrees): New option.
2247         (org-yank): Incorporate adjusting trees.
2248         (org-paste-subtree): New argument FOR-YANK which will cause
2249         insertion at point without backing up over white lines, and leave
2250         point at the end of the inserted text.  Also if the cursor is
2251         at the beginning of a headline, use the same level or the inserted
2252         tree.
2254         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2255         with broken symlinks
2257 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2259         * org-exp.el (org-export-select-tags, org-get-current-options):
2260         Fix typo.
2262 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2264         * org-agenda.el (org-format-agenda-item)
2265         (org-agenda-filter-make-matcher): Make sure tags are stored and
2266         compared donwcased.
2268 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2270         * org.el (org-insert-todo-heading): Fix bug with force-heading
2271         argument.
2273 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2275         * org-clock.el (org-clock-in-resume): Add a custom option to
2276         toggle starting the clock from an open clock line.
2277         (org-clock-in): When clocking in to an entry, if
2278         `org-clock-in-resume' is set, check if the first clock line is
2279         open and if so, start the clock from the time in the clock line.
2280         (org-clock-persist): Add a custom option to toggle clock
2281         persistence.
2282         (org-clock-persist-query-save): Add a custom option to toggle
2283         asking the user if they want to save the running clock when
2284         exiting.
2285         (org-clock-persist-query-resume): Add a custom option to toggle
2286         asking the user if they want to resume the saved clock when Emacs
2287         is restarted.
2288         (org-clock-save): Add a function to save clock data.
2289         This includes the contents of `org-clock-history' and the buffer
2290         and position of the currently clocked task, if any.
2291         (org-clock-load): Add a function to load clock data.
2292         This populates `org-clock-history', and resumes the saved clocked
2293         task if there is one.
2294         (org-clock-persistence-insinuate): Add a method to set up the
2295         hooks for clock persistence.
2297 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2299         * org-exp.el (org-export-as-ascii): Handle the case that we are
2300         publishing from an indirect buffer.
2302         * org-table.el (org-table-copy-down): Fix bug with time stamp
2303         increment.
2305         * org-mouse.el (org-mouse-features): New option.
2306         (org-mode-hook): Turn on features depending on
2307         `org-mouse-features'.
2309         * org.el (org-insert-heading-respect-content): Force heading
2310         creation.
2311         (org-insert-heading): keep the folding state of the heading before
2312         the inserted one.
2314 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2316         * org-archive.el (org-archive-to-archive-sibling): Handle top
2317         level headlines better.
2319 2008-10-21  Bastien Guerry  <bzg@altern.org>
2321         * org-export-latex.el (org-export-latex-classes): Added
2322         \usepackage{graphicx} to the default list of packages.
2324 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2326         * org-agenda.el (org-agenda-filter): Renamed from
2327         `org-agenda-filter-tags'.
2329 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2331         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2332         is not defined as a property in this entry.
2333         (org-add-log-note): Mask prefix argument when immediately storing
2334         the note.
2336         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2337         option.
2339 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2341         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2342         after drawers was skipping ahead one line too many, so notes were
2343         inserted after the first note instead of before it.
2345 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2347         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2348         New variables.
2349         (org-prepare-agenda): Reset the filter tags.
2350         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2351         Show filter tags in mode line.
2353         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2354         formatter.
2356         * org-export-latex.el (org-latex-entities-regexp): New constant.
2357         (org-export-as-pdf): Use two calls to `shell-command'.
2359 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2361         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2362         Honor the {} value of the subsuperscript setting.  Make sure that
2363         longer subsuperscripts are typeset in a roman font.
2365         * org.el (org-clock-update-time-maybe): Compute negative clock
2366         intervals correctly.
2368 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2370         * org.el (org-add-log-setup): Respect
2371         `org-log-state-notes-insert-after-drawers'.
2372         (org-log-state-notes-insert-after-drawers): New option.
2373         (org-todo-trigger-tag-changes): New function.
2374         (org-todo): Call `org-todo-trigger-tag-changes'.
2376 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2378         * org.el (org-add-log-setup): Only skip drawers if the are
2379         immediately after the scheduling keywords.
2381         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2382         function
2383         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2384         call it with the current todo state to get the state to switch to
2385         when clocking in.
2386         (org-clock-in): Use org-indent-line-function to indent clock lines.
2387         (org-clock-find-position): Fix indentation of empty clock drawers.
2389 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2391         * org-publish.el (org-publish-org-to): Handle case when
2392         org-export-to-pdf does return a file name, not a buffer.
2393         (org-publish-org-to-pdf): New function.
2395         * org-export-latex.el (org-export-as-pdf)
2396         (org-export-as-pdf-and-open): New commands.
2398         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2399         forms as ranges.
2401         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2402         things in protexted regions.
2404 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2406         * org-export-latex.el (org-export-latex-preprocess): Improve
2407         quoting of LaTeX environments.
2409 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2411         * org.el (org-edit-fixed-width-region): Exclude final newline from
2412         picture area.
2414         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2415         sections, to make internal links work.
2416         (org-export-latex-fontify-headline): Do not remove all text
2417         properties, to make sure that target properties survive this
2418         process.
2420         * org-exp.el (org-export-preprocess-string): Change sequence of
2421         modifications, to make sure links are prepared before the LaTeX
2422         conversions do happen.
2424 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2426         * org-attach.el (org-attach-delete-all): Renamed from
2427         `org-attch-delete'.  Add a security query before deleting the
2428         entire directory.  New optional argument FORCE can overrule the
2429         security query.
2430         (org-attach-delete-one): New command.
2432 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2434         * org-attach.el (org-attach-file-list): Fix bug with directory.
2436 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2438         * org.el (org-apps-regexp-alist): New function.
2439         (org-file-apps): Add auto-mode to the default value.
2440         (org-open-file): Use the new structure of org-file-apps.
2442         * org-attach.el (org-attach): Support the new keys.
2443         (org-attach-method): New option.
2445 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2447         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2448         March.
2450         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2451         of the list value o `org-use-tag-inheritance'.
2453         * org-attach.el (org-attach-auto-tag): New option.
2454         (org-attach-tag, org-attach-untag): New functions.
2455         (org-attach-attach, org-attach-new, org-attach-sync): Call
2456         `org-attach-tag'.
2457         (org-attach-delete): Call `org-attach-untag'.
2459 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2461         * org-table.el (orgtbl-self-insert-command): Make this work for
2462         the keypad as well.
2464 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2466         * org.el (org-add-log-setup): Limit searc for drawers to entry
2467         text, not to subtree.
2469         * org-clock.el (org-clock-heading-for-remember): New variable.
2470         (org-clock-in): Set `org-clock-heading-for-remember'.
2472 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2474         * org-remember.el (org-remember-apply-template): Add new
2475         expansions: %k, %K for currently clocked task and a link to the
2476         currently clocked task, and %< to file notes in the currently
2477         clocked task.
2479 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2481         * org-export-latex.el (org-export-latex-make-header): Also insert
2482         the content of the property :latex-header-extra.
2484         * org-exp.el (org-infile-export-plist): Put the content of
2485         #+LATEX_HEADER: into the property :latex-header-extra.
2487         * org-colview.el (org-columns-get-format-and-top-level): Remove
2488         resetting the marker.
2490         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2491         Remove resetting the marker.
2493         * org.el (org-entry-property-inherited-from): Improve docstring.
2494         (org-entry-get-with-inheritance): Reset marker before starting the
2495         search.
2497         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2499 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2501         * org.el (org-entry-get-multivalued-property)
2502         (org-entry-protect-space, org-entry-restore-space): New
2503         functions.
2504         (org-file-apps-defaults-macosx): Let postscript files be opened by
2505         preview.
2506         (org-time-stamp-inactive): Call `org-time-stamp'.
2507         (org-time-stamp): New argument `inactive'.  Also edit inacive
2508         stamps. Convert time stamp type.
2509         (org-open-file): Interpret the `default' value for the `command'
2510         in `org-file-apps'.
2512         * org-id.el (org-id-int-to-b36-one-digit)
2513         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2514         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2515         b36.
2517 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2519         * org-id.el (org-id-reverse-string): New function.
2520         (org-id-new): Use `org-id-reverse-string' to make sure the
2521         beginning chars of the ID are mutating fast.  This allows to use a
2522         directory structure to spread things better.
2523         (org-id-prefix): Changed default to nil.
2525         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2526         restore the column of the cursor position.
2528         * org-remember.el (org-remember-apply-template): Remove properties
2529         from `initial'.
2531 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2533         * org-wl.el (org-wl-open): Remove useless call to
2534         `wl-thread-open-all'.
2536         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2537         location.
2539 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2541         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2542         `org-bbdb-anniversaries'.
2544         * org.el (org-get-next-sibling, org-forward-same-level): New
2545         functions, similar to the outline versions, but invisible headings
2546         are OK.
2548 2008-09-25  Bastien Guerry  <bzg@altern.org>
2550         * org.el (org-auto-repeat-maybe): Insert a space between
2551         the timestamp's type and the timestamp itself.
2553 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2555         * org-table.el (org-table-sum): Do not format the result with %g,
2556         it does rounding when there are too many digits.
2558         * org.el (org-map-entries): Protect the keyword-selecting variables.
2560 2008-09-23  Bastien Guerry  <bzg@altern.org>
2562         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2563         against all agenda files.
2565 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2567         * org-list.el: New file, aggregating list functions from org.el
2568         and org-export-latex.el.
2570         * org.el (org-edit-src-region-extra): New option.
2572 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2574         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2575         time before 1am.
2577 2008-09-22  Bastien Guerry  <bzg@altern.org>
2579         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2581 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2583         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2584         hline work correctly.
2585         (org-plot/gnuplot-script): Put commas at the end of each script
2586         line.
2588 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2590         * org.el (org-get-refile-targets): Replace links with their
2591         descriptions
2592         (org-imenu-get-tree): Replace links with their descriptions.
2594         * org-remember.el (org-remember-apply-template): Add a new
2595         expansion for adding properties to remember items.
2597         * org.el (org-add-log-setup): Skip over drawers (properties,
2598         clocks etc) when adding notes.
2600         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2601         items as well as the start and end times.
2603         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2604         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2606         * org-remember.el (org-get-x-clipboard): Use the compat
2607         function to get clipboard values when x-selection-value is
2608         unavailable. Use substring-no-properties instead of
2609         set-text-properties to remove text properties from the clipboard
2610         value.
2612         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2613         modeline clock string, and display the full todo value in the
2614         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2615         the currently clocked task.
2616         (org-clock-string-limit): Add a custom value for the maximum
2617         length of the clock string in the modeline.
2618         (org-clock-mode-map): Add a keymap for the modeline string
2620 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2622         * org-compat.el (org-propertize): New function.
2624 2008-09-20  Bastien Guerry  <bzg@altern.org>
2626         * org-export-latex.el (org-export-latex-tables): protect exported
2627         tables from further special chars conversion.
2628         (org-export-latex-preprocess): Preserve LaTeX environments.
2629         (org-list-parse-list): Parse descriptive lists.
2630         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2631         (org-list-to-texinfo): Export descriptive lists.
2632         (org-quote-chars): Remove.
2633         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2634         (org-export-latex-list-beginning-re): Rename to
2635         `org-list-beginning-re'
2636         (org-list-item-begin): Rename to `org-list-item-beginning'
2638 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2640         * org.el (org-refile): Allow refiling to the last entry in the
2641         buffer.
2642         (org-get-tags-at): Fix bug when inheritance is turned off.
2644 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2646         * org.el (org-indent-line-function): No longer check for src
2647         regions, this is too much overhead.
2649         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2650         matching.
2652         * org.el (org-scan-tags): Make sure that tags matching is not case
2653         sensitive.  TODO keyword matching is case sensitive, however, to
2654         avoid confusion with similar words that are not meant to be
2655         keywords.
2657 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2659         * org.el (org-get-local-tags-at): New function.
2660         (org-get-local-tags): New function.
2662         * org-exp.el (org-export-get-categories): New function.
2664         * org-agenda.el (org-sorting-choice)
2665         (org-agenda-sorting-strategy, org-agenda-get-todos)
2666         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2667         (org-agenda-get-scheduled, org-agenda-get-blocks)
2668         (org-entries-lessp): Implement sorting by TODO state.
2669         (org-cmp-todo-state): New defsubst.
2671         * org-colview.el (org-colview-construct-allowed-dates): New
2672         function.
2673         (org-columns-next-allowed-value): Use
2674         `org-colview-construct-allowed-dates'.
2676         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2677         function.
2678         (org-columns-next-allowed-value): Use
2679         `org-colview-construct-allowed-dates'.
2681 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2683         * org.el (org-protect-slash): New function.
2684         (org-get-refile-targets): Use `org-protect-slash'.
2686         * org-agenda.el (org-global-tags-completion-table): New variable.
2688         * org-exp.el (org-export-handle-export-tags): New function.
2689         (org-export-preprocess-string): Call
2690         `org-export-handle-export-tags'.
2692         * org-plot.el: New file.
2694         * org-publish.el (org-publish-expand-components): Function removed.
2695         (org-publish-expand-projects): Allow components to have components.
2697 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2699         * org.el (org-indent-line-function): Do not indent in regions that
2700         are external source code.
2701         (org-yank-and-fold-if-subtree): New function.
2703         * org-agenda.el (org-agenda-todayp): New function.
2704         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2705         `org-agenda-todayp'.
2707         * org.el (org-insert-heading-respect-content)
2708         (org-insert-todo-heading-respect-content): New commands.
2709         (org-insert-heading-respect-content): New option.
2710         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2712         * org-clock.el (org-clock-find-position): Make sure the note after
2713         the clock line gets moved into the new clock drawer.
2715 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2717         * org-id.el (org-id-new): New option.
2719 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2721         * org-table.el (org-table-copy-down): Avoid overflow during
2722         increment.  Use prefix argument 0 to temporarily disable the
2723         increment.
2725 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2727         * org-exp.el (org-export-as-html): Do not turn on the major mode
2728         if the buffer will be killed anyway.
2729         (org-get-current-options): Exclude the #+TEXT field.
2730         (org-export-as-html): Make sure text before the first headline is
2731         a paragraph.
2733         * org-publish.el (org-publish-org-to): Tell the exporter that this
2734         buffer will be killed, so it is not necessary to do major mode
2735         initialization.
2737         * org-archive.el (org-archive-to-archive-sibling): Show empty
2738         lines after folding the archive sibling.
2740         * org.el (org-log-note-extra): New variable.
2742 2008-09-05  Bastien Guerry  <bzg@altern.org>
2744         * org.el (org-additional-option-like-keywords): Added keywords for
2745         the _QUOTE, _VERSE and _SRC environments.
2747         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2748         exporting _QUOTE and _VERSE environments.
2750 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2752         * org-agenda.el (org-agenda-filter-by-tag): New command.
2754         * org-exp.el (org-get-current-options): Remove angular brackets
2755         from the date entry.
2757         * org.el (org-edit-fixed-width-region): New function.
2758         (org-edit-fixed-width-region): Also try
2759         `org-edit-fixed-width-region'.
2760         (org-edit-fixed-width-region-mode): New option.
2761         (org-activate-code): Only interprete lines starting with colon
2762         plus a space as example lines.
2764         * org-remember.el (org-remember-templates): Add nil instead of
2765         empty strings to fix the length of remember templates.
2767         * org-table.el (org-calc-default-modes): Fix the time format for
2768         calc, from 12 hour to 24 hour clock.
2770 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2772         * org-agenda.el (org-agenda-get-deadlines)
2773         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2774         entries that are pre-warnings of deadlines or reminders.
2776         * org.el (org-sort-entries-or-items): Make numeric and alpha
2777         comparisons ignore any TODO keyword and priority cookie.
2779         * org-remember.el (org-remember-handler): Reinterpretation of the
2780         prefix argument.
2782 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2784         * org-agenda.el (org-agenda-get-scheduled): Use new
2785         `org-scheduled' face.
2787         * org-faces.el (org-scheduled): New face.
2789         * org-wl.el (org-wl-open): Remove incorrect declaration.
2791         * org-gnus.el (org-gnus-store-link): Support for :to information
2792         in gnus links.
2794         * org-exp.el (org-export-as-html): Fixed typo in creator
2795         information.
2796         (org-export-protect-examples): New parameter indent.  Insert extra
2797         spaces only when this parameter is specified.
2798         (org-export-preprocess-string): Call `org-export-protect-examples'
2799         with an indentation parameter when exporting to ASCII.
2801         * org-remember.el (org-remember-templates)
2802         (org-remember-apply-template): Allow the file component to be a
2803         function.
2805         * org.el (org-goto-local-search-headings): Renamed from
2806         `org-goto-local-search-forward-headings'.  Added the possibility
2807         to search backwards.
2809 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2811         * org-export-latex.el (org-export-latex): New customization
2812         group.
2814         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2816 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2818         * org-exp.el (org-html-do-expand): Allow {} to terminate
2819         tex macro
2821 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2823         * org.el (org-buffer-list): Select buffers based on major mode,
2824         not on file name.
2826 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2828         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2829         face property.
2831         * org-colview.el (org-columns-display-here): Use
2832         `org-columns-modify-value-for-display-function'.
2834         * org-colview-xemacs.el (org-columns-display-here): Use
2835         `org-columns-modify-value-for-display-function'.
2837 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2839         * org.el (org-columns-modify-value-for-display-function): New option.
2851         * org-publish.el (org-publish-file): Make sure the directory match
2852         for the publishing directory works correctly.
2854         * org-agenda.el (org-agenda-execute-calendar-command)
2855         (org-agenda-diary-entry): Additional optional argument.
2857 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2859         * org-exp.el (org-export-as-html): Add attributes also in mailto
2860         and ftp links.
2862         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2871 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2873         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2874         sure that calls from `org-export-region-as-html' do not do the
2875         special check for a subtree.
2877 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2879         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2881 2008-07-20  Juri Linkov  <juri@jurta.org>
2883         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2884         new keymap `narrow-map' instead of binding "\C-xns".
2886 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2888         * org.el (org-open-file): Use
2889         `org-open-directory-means-index-dot-org'.
2890         (org-open-directory-means-index-dot-org): New option.
2892 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2894         * org.el (org-make-link-string): Remove link attributes from
2895         description.
2896         (org-open-at-point): Remove link attributes bevore using the path.
2898         * org-exp.el (org-export-as-html): Handle link attributes.
2900         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2902         * org-table.el (org-table-to-lisp): New function.
2904         * org.el (org-narrow-to-subtree): Do not include the final newline
2905         into the narrowed region.
2907         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2908         bug with user-define skipping condition.
2910 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2912         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2914 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2916         * org-exp.el (org-export-html-style-default): Automatic overflow
2917         handling for pre fields.
2918         (org-export-as-ascii, org-export-as-html): Change default format
2919         for time stamp.
2921         * org-table.el (org-table-export): Offer completion for translator
2922         functions, and do not require a heading above the table.
2924         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2925         Cater for the case of a list starting in the first line of the
2926         buffer.
2928 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2930         * org-publish.el (org-publish-find-title): Bug fix.
2931         (org-publish-org-index): Implement new :index-style option.
2933 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2935         * org-publish.el (org-publish-timestamp-filename): Use
2936         SHA1-encoded file names in the timestamp directory.
2938 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2940         * org-publish.el (org-publish-needed-p): Be verbose about files
2941         published and files skipped.
2943         * org-exp.el (org-export-preprocess-string): Swap link
2944         normalization and inernal link targeting.
2946         * org-publish.el (org-publish-needed-p): Create timestamp
2947         directory when it does not exist.
2949 2008-07-04  Bastien Guerry  <bzg@altern.org>
2951         * org-clock.el (org-clock-out-when-done): Doc fix.
2953         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2955         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2956         Ignore case when searching for the COMMENT cookie at export time.
2958 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2960         * org-exp.el (org-get-file-contents)
2961         (org-get-and-remove-property): New functions.
2962         (org-export-handle-include-files): Handle the new prefix options.
2963         (org-export-as-html): Fix the verse environment.
2965 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2967         * org.el (org-time=, org-time<, org-time<=, org-time>)
2968         (org-time>=, org-time<>, org-2ft): New functions.
2969         (org-op-to-function): Also provide for the time testing fucntions.
2971 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2973         * org-exp.el (org-export-html-style-default): New constant.
2975 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2977         * org-exp.el (org-export-html-style-extra): New variable.
2978         (org-export-splice-style): New function.
2980 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2982         * org-exp.el (org-export-plist-vars, org-export-as-html):
2983         Implement `org-export-creator-info'.
2984         (org-export-creator-info): New option.
2986 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2988         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2989         (org-property-drawer-re, org-clock-drawer-re): New constants.
2991 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2993         * org-exp.el (org-icalendar-use-deadline)
2994         (org-icalendar-use-scheduled): New options.
2995         (org-icalendar-include-todo): Default changed to t.
2996         (org-print-icalendar-entries): Implement better utilization of
2997         scheduling and deadline time stamps.
2998         (org-export-target-internal-links, org-export-as-html): Allow file
2999         lines without the "file:" prefix if the file path is an absolute
3000         path or starts with ".".
3002         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3003         lastweek etc.
3004         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3006 2008-06-18  Glenn Morris  <rgm@gnu.org>
3007         * org.el (org-map-entries): Let-bind `file'.
3009 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
3011         * org.el (org-agenda-skip-archived-trees): Docstring now
3012         discourages using this.
3013         (org-scan-tags): Check for org-agenda-archives-mode.
3014         (org-map-entries): Make sure org-agenda-archives-mode is nil.
3015         (org-agenda-files): Functionality of second arg changed.
3017         * org-agenda.el (org-agenda-archives-mode): New variable
3018         (org-write-agenda, org-prepare-agenda, org-agenda-list)
3019         (org-search-view, org-todo-list, org-tags-view)
3020         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3021         `ifmode' argument.
3022         (org-agenda-quit): Reset the archives mode.
3023         (org-agenda-archives-mode): New command.
3024         (org-agenda-set-mode-name): Include archives info.
3026 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
3028         * org.el (org-paste-subtree): Make sure the yanked headline is
3029         visible if it was yanked at a visible point.
3030         (org-move-item-up): Fix the bug with moving white space at the end
3031         of the item.
3032         (org-show-empty-lines-in-parent): New function.
3034 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
3036         * org-colview.el (org-columns-next-allowed-value): Bug fix.
3038         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
3040         * org-agenda.el (org-agenda-get-closed): Get the end time into the
3041         agenda prefix as well.
3043         * org-publish.el (org-publish-org-index): Make a properly indented
3044         list.
3046         * org.el (org-calendar-agenda-action-key): New option.
3047         (org-get-cursor-date): New function.
3048         (org-mark-entry-for-agenda-action): New command.
3049         (org-overriding-default-time): New variable.
3050         (org-read-date): Respect `org-overriding-default-time'.
3052         * org-remember.el (org-remember-apply-template): Respect the
3053         ovverriding default time.
3055         * org-agenda.el (org-agenda-action-marker): New variable.
3056         (org-agenda-action): New command.
3057         (org-agenda-do-action): New function.
3059 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3061         * org.el (org-schedule, org-deadline): Protect scheduled and
3062         deadline tasks against changes that accidently remove the
3063         repeater.  Also show a message with the new date when done.
3065 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3067         * org.el (org-beginning-of-line): Cater for the case when there
3068         are tags but no headline text.
3069         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3070         it set.
3072 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3074         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3075         the return value is nil instead of "nil" when there is no match.
3077         * org-exp.el (org-insert-centered): Use fill-column instead of
3078         80.
3079         (org-export-as-ascii): Use string-width to measure the width of
3080         the heading.
3082         * org.el (org-diary-to-ical-string): No longer kill buffer
3083         FROMBUF, this is now done by the caller.
3085         * org-exp.el (org-print-icalendar-entries): Move the call to
3086         `org-diary-to-ical-string' out of the loop, and kill the buffer
3087         afterwords.
3089         * org-remember.el (org-remember-visit-immediately): Position
3090         cursor after moving to the note.
3091         (org-remember-apply-template): Use a text property to record the
3092         cursor position.
3093         (org-remember-handler): Align tags after pasting the note.
3095 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
3097         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
3099         * org-agenda.el (org-agenda-open-link): If there is an
3100         org-bbdb-name property in the current line, jump to that bbdb
3101         entry.
3103         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
3104         text property, so that the agenda knows where this entry comes
3105         from.
3107         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
3108         interaction between clocking-in from the agenda, and  automatic
3109         task state switching.
3111         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
3113         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
3114         zmacs-region stays after this command in XEmacs.
3116 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
3118         * org.el (org-scan-tags): Allow new values for ACTION parameter.
3120         * org-remember.el (org-remember-templates): Fix bug in
3121         customization type definition.
3123         * org.el (org-map-entries): New function.
3125 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
3127         * org-agenda.el (org-agenda-skip-comment-trees): New option.
3128         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
3130 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
3132         * org-remember.el (org-jump-to-target-location): New variable.
3133         (org-remember-apply-template): Set
3134         `org-remember-apply-template' if requested by template.
3135         (org-remember-handler): Start an idle timer to jump to
3136         remember location.
3138         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
3140         * org.el (org-set-regexps-and-options): Fix bug with parsing of
3141         file tags.
3142         (org-get-tags-at): Add the content of `org-file-tags'.
3144         * org-exp.el (org-export-handle-comments): Fix bug with several
3145         comment lines after each other.
3146         (org-number-to-roman, org-number-to-counter): New functions.
3147         (org-export-section-number-format): New option.
3149 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
3151         * org-exp.el (org-export-protect-examples): Catch the case of a
3152         missing end_example line.
3154         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
3155         `org-file-tags' to nil.
3157         * org-colview.el (org-columns-next-allowed-value): Handle next
3158         argument NTH to directly select a value.
3160         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
3161         argument NTH to directly select a value.
3163 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3165         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
3167 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
3169         * org.el (org-columns-ellipses): New option.
3171 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3173         * org-colview.el (org-columns-add-ellipses): New function.
3174         (org-columns-compact-links): New function.
3175         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3176         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3177         when in agenda.
3178         (org-columns-edit-value): Fixed bug with editing values from
3179         agenda column view.
3180         (org-columns-redo): Also redo the agenda itself.
3182 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3184         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3185         option.
3187         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3189         * org-exp.el (org-export-ascii-preprocess): Renamed from
3190         `org-export-ascii-clean-string'.
3191         (org-export-kill-licensed-text)
3192         (org-export-define-heading-targets)
3193         (org-export-handle-invisible-targets)
3194         (org-export-target-internal-links)
3195         (org-export-remove-or-extract-drawers)
3196         (org-export-remove-archived-trees)
3197         (org-export-protect-quoted-subtrees)
3198         (org-export-protect-verbatim, org-export-protect-examples)
3199         (org-export-select-backend-specific-text)
3200         (org-export-mark-blockquote-and-verse)
3201         (org-export-remove-comment-blocks-and-subtrees)
3202         (org-export-handle-comments, org-export-mark-radio-links)
3203         (org-export-remove-special-table-lines)
3204         (org-export-normalize-links)
3205         (org-export-concatenate-multiline-links)
3206         (org-export-concatenate-multiline-emphasis): New functions,
3207         obtained from spliiting the export preprocessor.
3209         * org-table.el (org-table-recalculate): Improve error message if
3210         the row number is invalid.
3212 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3214         * org-archive.el (org-archive-save-context-info): Fix bugs in
3215         customization setup and docstring.
3217         * org-exp.el (org-export-html-style): Changed the size of in the
3218         <pre> element to 90%.
3220 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3222         * org.el (org-find-src-example-start): Function removed.
3223         (org-edit-src-find-region-and-lang): New function.
3225 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3227         * org.el (org-edit-src-exit): New function.
3228         (org-exit-edit-mode): New minor mode.
3230         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3231         comment-like lines from protected examples.
3233         * org.el (org-edit-src-example, org-find-src-example-start)
3234         (org-protect-source-example, org-edit-special): New functions.
3236 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3238         * org-publish.el (org-publish-project-alist): Fix typo in
3239         docstring.
3240         (org-publish-project-alist): Handle :index-title property.
3242 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3244         * org-export-latex.el (org-export-as-latex): Make sure region
3245         bounds are correct.  Parse subtree properties relating to export.
3247         * org-exp.el (org-export-add-options-to-plist): New function.
3248         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3250 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3252         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3253         EXPORT_TITLE.
3255         * org-exp.el (org-export-get-title-from-subtree)
3256         (org-export-as-ascii, org-export-as-html): Make sure the original
3257         region-beginning and region-end are used, even after moving
3258         point.
3259         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3260         property.
3262         * org-remember.el (org-remember-last-stored-marker): New variable.
3263         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3264         (org-remember-handler): Also use marker to remember
3265         last-stored position.
3267         * org.el (org-goto-marker-or-bmk): New function.
3269 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3271         * org.el (org-file-properties): Renamed from `org-local-properties'.
3272         (org-scan-tags): Take file tags into account.
3273         (org-tags-match-list-sublevels): Default changed to t.
3275         * org-exp.el (org-export-as-html): Close paragraph after a
3276         footnote.
3278         * org.el (org-update-parent-todo-statistics): New function.
3280         * org-exp.el (org-icalendar-store-UID): New option.
3281         (org-icalendar-force-UID): Option removed.
3282         (org-print-icalendar-entries): IMplement UIDs.
3284 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3286         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3288 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3290         * org-faces.el (org-column): Document how this face is being used
3291         and why sometimes the background faces shine through.
3293         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3295         * org-publish.el (org-publish-attachment): Create publishing
3296         directory if it does not yet exist.
3298         * org-table.el (org-calc-default-modes): Change default number
3299         format to (float 8).
3301         * org.el (org-olpath-completing-read): New function.
3302         (org-time-clocksum-format): New option.
3303         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3305         * org-clock.el (org-clock-display, org-clock-out)
3306         (org-update-mode-line): Use `org-time-clocksum-format'.
3308         * org-colview-xemacs.el (org-columns-number-to-string): Use
3309         `org-time-clocksum-format'.
3311         * org-colview.el (org-columns-number-to-string): Use
3312         `org-time-clocksum-format'.
3314 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3316         * org-id.el: New file, move from contrib to core.
3318         * org-exp.el (org-icalendar-force-UID): New option.
3320 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3322         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3323         shifted by one day if theere is a date range without an end
3324         time.
3326         * org.el (org-try-structure-completion): New function.
3328 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3330         * org.el (org-set-font-lock-defaults): Improve fontification of
3331         description lists.
3332         (org-insert-item): Handle description lists.
3333         (org-adaptive-fill-function): Improve auto indentation in
3334         description lists.
3336         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3337         Implement VERSE environment.
3338         (org-export-preprocess-string): Implement the COMMENT
3339         environment.
3341         * org-export-latex.el (org-export-latex-preprocess): Implement
3342         VERSE environment.
3344 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3346         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3347         option.
3349 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3351         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3353         * org.el (org-quote-csv-field): New functions.
3355         * org-table.el (org-table-export-default-format): Remove :splice
3356         from default format, we get the same effect by not specifying
3357         :tstart and :tend.
3358         (org-table-export): Improve setup, distinguish better between
3359         interactive and non-interactive use, allow specifying the format
3360         on the fly, better protection against wrong file names.
3361         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3362         and :tend when :splice is omitted.
3364 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3366         * org-clock.el (org-clock-select-task): Make sure the selection
3367         letters are 1-9 and A-Z, no special characters.
3369 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3371         * org-exp.el (org-export-htmlize): New group.
3372         (org-export-htmlize-output-type)
3373         (org-export-htmlize-css-font-prefix): New options.
3374         (org-export-htmlize-region-for-paste): New function.
3375         (org-export-htmlize-generate-css): New command.
3377 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3379         * org/org.el (org-modules, org-format-latex-options):
3380         * org/org-archive.el (org-archive-stamp-time)
3381         (org-archive-save-context-info):
3382         * org/org-faces.el (org-hide):
3383         * org/org-irc.el (org-irc-parse-link):
3384         * org/org-macs.el (org-call-with-arg, org-autoload):
3385         * org/org-mew.el (org-mew-store-link):
3386         * org/org-remember.el (org-remember-store-without-prompt)
3387         (org-remember-templates): Fix typos in docstrings.
3389         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3391         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3392         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3393         (org-bbdb-anniv-split): Fix typos in docstrings.
3395         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3396         (org-publish-use-timestamps-flag): Reflow docstring.
3397         (org-publish-files-alist): Fix typos in docstring.
3399 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3401         * org.el (org-set-visibility-according-to-property): New function.
3402         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3403         and compute the regular expressions, and update font-lock.
3404         (org-property-re): Allow a dash in property names.
3406         * org-archive.el (org-extract-archive-file): Insert the file name
3407         without the path into the format, to allow the location format to
3408         contain a subdirectory.
3410         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3411         of buffer, and the `org-agenda-type' property undefined, use the
3412         value from the character before.
3414         * org.el (org-add-planning-info): Don't let indentation for
3415         would-be timestamp become extra whitespace at the end of headline.
3417 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3419         * org.el (org-remove-double-quotes, org-file-contents): New
3420         functions.
3422         * org-exp.el (org-infile-export-plist): Also parse the
3423         contents of #+SETUPFILE files, recursively.
3425         * org.el (org-set-regexps-and-options): Also parse the
3426         contents of #+SETUPFILE files, recursively.
3428         * org-exp.el (org-export-handle-include-files): New function.
3429         (org-export-preprocess-string): Call
3430         `org-export-handle-include-files'.
3432         * org.el (org-delete-property-globally)
3433         (org-delete-property, org-set-property): Ignore case during
3434         completion.
3435         (org-set-property): Use `org-completing-read' instead of
3436         `completing-read'.
3438         * org.el (org-complete-expand-structure-template): New,
3439         experimental function.
3440         (org-structure-template-alist): New, experimental option.
3441         (org-complete): Call `org-complete-expand-structure-template'.
3443 2008-05-06  Bastien Guerry  <bzg@altern.org>
3445         * org-export-latex.el (org-export-latex-preprocess): Added
3446         support for blockquotes.
3448 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3450         * org.el (org-read-date-analyze): Catch the case where only a
3451         weekday is given.
3453 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3455         * org.el (org-set-font-lock-defaults): Make the description
3456         tag bold.
3458         * org-exp.el (org-export-as-html, org-close-li): Implement
3459         description lists.
3461 2008-05-04  Jason Riedy  <jason@acm.org>
3463         * org-table.el (*orgtbl-default-fmt*): New variable.
3464         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3465         when there is no other fmt available.
3467         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3468         :tend to suppress the appropriate string.
3470         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3471         table.
3473 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3475         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3476         read date.
3478         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3479         New function.
3481         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3482         New function.
3484 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3486         * org-clock.el (org-clock-find-position): Don't include notes
3487         into clock drawer.
3489         * org-archive.el (org-archive-subtree): No longer remove an
3490         extra line after cutting the subtree.  `org-cut-subtree' already
3491         takes care of this.
3493         * org-remember.el (org-remember-handler): Only kill the target
3494         buffer if it does not contain the running clock.
3496         * org.el (org-markers-to-move): New variable.
3497         (org-save-markers-in-region, org-check-and-save-marker)
3498         (org-reinstall-markers-in-region): New function.
3499         (org-move-subtree-down, org-copy-subtree): Remember relative
3500         marker positions before cutting.
3501         (org-move-subtree-down, org-paste-subtree): Restore relative
3502         marker positions after pasting.
3504         * org-remember.el (org-remember-clock-out-on-exit): New option.
3505         (org-remember-finalize): Clock out only if the setting in
3506         `org-remember-clock-out-on-exit' requires it.
3507         (org-remember-handler): Do the cleanup in the buffer, to make sure
3508         that the clock marker remains in tact.
3510 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3512         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3513         (org-clock-in): Make sure that also tasks outside the narrowed
3514         region will be clocked in correctly.
3515         (org-clock-insert-selection-line): Widen the buffer so that we can
3516         find the correct task heading.
3518         * org.el (org-base-buffer): New function.
3520         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3521         and ";" are escaped.
3522         (org-print-icalendar-entries): Also apply
3523         `org-icalendar-cleanup-string' to the headline, not only to the
3524         summary property.
3526 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3528         * org-exp.el (org-export-preprocess-hook): New hook.
3529         (org-export-preprocess-string): Call
3530         `org-export-preprocess-hook'.
3532         * org.el (org-font-lock-hook): New variable.
3533         (org-font-lock-hook): New function.
3534         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3536 ;; Local Variables:
3537 ;; coding: utf-8
3538 ;; add-log-time-zone-rule: t
3539 ;; End:
3541     Copyright (C) 2008  Free Software Foundation, Inc.
3543   This file is part of GNU Emacs.
3545   GNU Emacs is free software: you can redistribute it and/or modify
3546   it under the terms of the GNU General Public License as published by
3547   the Free Software Foundation, either version 3 of the License, or
3548   (at your option) any later version.
3550   GNU Emacs is distributed in the hope that it will be useful,
3551   but WITHOUT ANY WARRANTY; without even the implied warranty of
3552   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3553   GNU General Public License for more details.
3555   You should have received a copy of the GNU General Public License
3556   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3558 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c