Fix customize definition so that it works also in XEmacs.
[org-mode.git] / lisp / ChangeLog
blob871df4641d8d70e0c46f6315202f143c566d6be4
1 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-refile-targets): Fix customize definition so
4         that it works also in XEmacs.
6 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
8         * org-mew.el (org-mew-store-link): Get the correct case folder
9         for refiled messages.
11 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
13         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
14         line break indicators.
16         * org.el (org-ido-completing-read): Remove the "i:" prefix for
17         ido-completion propts.
19 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
21         * org-remember.el (org-remember-apply-template): Use
22         `org-substring-no-properties'.
24         * org-compat.el (org-substring-no-properties): New function.
26         * org-remember.el (org-remember-apply-template): Use
27         `org-substring-no-properties' for compatibility.
29         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
30         option.
31         (org-fix-bullet-type): respect
32         `org-list-two-spaces-after-bullet-regexp'.
34         * org-clock.el (org-clock-load): Clean up the code.
36         * org.el (org-adaptive-fill-function): Allow two spaces after
37         "1." as a list bullet.
39 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-clock.el (org-clock-save, org-clock-load): Check for
42         live buffers, existing files, and buffer file names to ensure
43         consistent information.
44         (org-clock-persist): Make `clock' a special value of this
45         variable, and improve docstring.
47         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
48         (org-get-string-indentation): Adapt indentation when the bullet
49         width changes.
51 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org-remember.el (org-remember-finalize): Make interactive.
54         (org-remember-kill): New command.
55         (org-remember-finish-immediately): Call `org-remember-finalize'
56         directly.
57         (org-remember-finalize): Make `org-remember-finalize' an interactive
58         function.
60 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
62         * org-remember.el (org-remember-apply-template): No ido completion
63         for free prompts in remember templates.
64         (org-remember-before-finalize-hook): New hook.
65         (org-remember-mode): New minor mode.
66         (org-remember-apply-template): Turn on `org-remember-mode'.
68         * org-id.el (org-id-add-location): Avoid error when no file is
69         given.
71         * org-remember.el (org-remember-apply-template): Fix the way how
72         the list of allowed properties is retrieved from the target file.
74         * org.el (org-insert-link): Improve file link matching.
76 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
78         * org-colview.el (org-columns-display-here): New argument
79         DATELINE, to trigger using the new face.
80         (org-agenda-colview-summarize): Call `org-columns-display-here'
81         with the new argument.
83         * org-faces.el (org-agenda-column-dateline): New face.
85         * org-publish.el (org-publish-org-index): Use index-title at page
86         title, not as section.
88         * org-exp.el (org-export-html-format-desc): Respect the
89         org-protect property.
90         (org-export-as-html): Protect image specifiers that are in the
91         description part of a link.
93         * org.el (org-sort-entries-or-items, org-completing-read)
94         (org-refile-get-location, org-olpath-completing-read, org-todo)
95         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
96         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
97         (org-set-property, org-delete-property)
98         (org-delete-property-globally): Use `org-ido-completing-read'.
100         * org-remember.el (org-remember-apply-template): Use
101         `org-ido-completing-read'.
103         * org-publish.el (org-publish): Use `org-ido-completing-read'.
105         * org-colview.el (org-columns-edit-value, org-columns-new)
106         (org-insert-columns-dblock): Use `org-ido-completing-read'.
108         * org-colview-xemacs.el (org-columns-edit-value)
109         (org-columns-new, org-insert-columns-dblock): Use
110         `org-ido-completing-read'.
112         * org-attach.el (org-attach-delete-one, org-attach-open): Use
113         `org-ido-completing-read'.
115         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
116         `org-ido-completing-read'.
118         * org.el (org-time-today): New function.
119         (org-matcher-time): Use `org-time-today'.  Add special treatment
120         for "<tomorrow>" and "<yesterday>".
121         (org-ido-completing-read): New function.
122         (org-completion-use-ido): New option.
124         * org-exp.el (org-export-format-source-code): Fix bug in require
125         htmlize code.
126         (org-export-target-internal-links): Fix bug in search for text
127         property.
129 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
131         * org-export-latex.el (org-export-latex-subcontent): Interprete
132         target aliases as additonal labels.
134         * org-exp.el (org-export-target-aliases): New variable.
135         (org-export-preprocess-string)
136         (org-export-handle-invisible-targets): Fill the alias alist.
137         (org-export-as-html): Remove the &nbsp; from the anchor, and also
138         assign an id.
139         (org-html-level-start): Insert the target aliases as additonal
140         anchors.
142         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
143         picture area.
145 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
147         * org.el (org-open-at-mouse): Ensure correct link abbreviations
148         when following a link with the mouse from the agenda.
150         * org-exp.el (org-export-as-html): Avoid lone </div> when no
151         headlines are created.
153 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
155         * org.el (org-link-translation-function): New option.
156         (org-open-at-point): Call `org-link-translation-function' if
157         non-nil.
158         (org-translate-link): New function.
159         (org-translate-link-from-planner): New function.
160         (org-open-at-point): Allow interactive commands in elisp links.
162         * org-exp.el (org-icalendar-cleanup-string): Restore the old
163         iCalendar quoting.  The new one seems to caus problems with
164         applications.
166         * org.el (org-yank): Set `this-command' to `yank', so that
167         `yank-pop' will work.
169 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
172         compliance as far as quoting is concerned.
174         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
175         hexified version of the tag.
177         * org-vm.el (org-vm-follow-link): Require `vm-search'.
179         * org.el (org-up-heading-safe, org-forward-same-level): Always
180         call `org-back-to-heading' instead of `outline-back-to-heading'.
181         (org-back-to-heading): New wrapper around outline-back-to-heading,
182         with a useful error message telling where the error happened.
184         * org-list.el (org-update-checkbox-count): Always call
185         `org-back-to-heading' instead of `outline-back-to-heading'.
187         * org-exp.el (org-export-as-html): Make sure that each <img> tag
188         has an `alt' attribute, to ensure XHTML validation.
190 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-publish.el (org-publish-attachment): Allow publishing to
193         overwrite attachment files.
195         * org-agenda.el (org-agenda-timerange-leaders): New option.
196         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
198         * org.el (org-edit-src-exit): Untabify ASCII image before
199         returning.
212 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
214         * org.el (org-yank): Make any prefix force normal yanking.
215         Suppress folding if text would be swallowed into a folded
216         subtree.
217         (org-yank-folded-subtrees, org-yank): Docstring updates.
219         * org-agenda.el (org-agenda-compare-effort): Treat no effort
220         defined as 0.
222         * org-exp.el (org-export-language-setup): Add Catalan and
223         Esperanto language entries.
225 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
227         * org.el (org-refile): Allow refiling of entire regions.
229         * org-clock.el (org-clock-time%): New function.
231         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
232         retrieve property values.
234 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
236         * org-agenda.el (org-agenda-list): Handle the value `only' of
237         org-agenda-show-log'.
238         (org-agenda-log-mode): Interpret a double prefix arg.
240 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
242         * org-exp.el (org-export-html-footnotes-section): New variable.
243         (org-export-as-html): Use `org-export-html-footnotes-section' to
244         insert the footnotes.
245         (org-export-language-setup): Add "Footnotes" to language words.
247 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
249         * org.el (org-yank): Fix bug when not inserting a subtree.
251 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
253         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
254         instead of `vm-beginning-of-message'.
256         * org.el (org-make-link-regexps): Make sure that links to gnus can
257         contain brackets.
259 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
261         * org-attach.el (org-attach-dir): Remove duplicate ID creation
262         code.
264         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
265         shell output.
267         * org.el (org-link-abbrev-alist): Improve customization type.
269         * org-attach.el (org-attach-expand-link, org-attach-expand): New
270         functions.
272         * org-agenda.el (org-agenda-get-progress): Renamed from
273         `org-get-closed'.  Implement searching for state changes as well.
274         (org-agenda-log-mode-items): New option.
275         (org-agenda-log-mode): New option prefix argument, interpreted as
276         request to show all possible progress info.
277         (org-agenda-get-day-entries): Call `org-get-progress' instead of
278         `org-get-closed'.
279         (org-agenda-set-mode-name): Handle the more complex log mode
280         settings.
281         (org-get-closed): New alias, pointing to `org-get-progress'.
283 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
285         * org.el (org-file-apps-defaults-gnu)
286         (org-file-apps-defaults-macosx)
287         (org-file-apps-defaults-windowsnt): Add an entry defining the
288         system command.
289         (org-file-apps): Allow `system' as key and value.
290         (org-open-at-point): Explain the effect of a double prefix arg.
291         (org-open-file): If the argument `in-emacs' is (16),
292         i.e. corresponding to a double prefix argument, try to open the
293         file externally.
295 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
297         * org.el (org-insert-link): Abbreviate absolute files names in
298         links.  Also, fix a bug in which the double C-u prefix would not
299         be honored.
301 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
303         * org.el (org-insert-heading): If buffer does not end with a
304         newline, add one if necessary to insert headline correctly.
306         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
307         paragraphs, not inside.
309         * org.el (org-todo): Quote
310         `org-agenda-headline-snapshot-before-repeat'.
312         * org-exp.el (org-export-as-html): Fully process link descriptions.
313         (org-export-html-format-desc): New function.
314         (org-export-as-html): Collect footnotes into the correct basket.
315         (org-html-protect): No longer protect quotations marks here, this
316         goes wrong.
318         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
319         BEG.
321         * org-compat.el (org-fit-window-to-buffer): New function (not
322         really, a preliminary and incomplete version was present earlier,
323         but not used).
325         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
326         `org-fit-window-to-buffer'.
328         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
330         * org-agenda.el (org-agenda-get-restriction-and-command)
331         (org-fit-agenda-window, org-agenda-convert-date): Use
332         `org-fit-window-to-buffer'.
334         * org-exp.el (org-export-as-html): Process href links through
335         `org-export-html-format-href'.
336         (org-export-html-format-href): New function.
338         * org-agenda.el (org-agenda-todo): Update only the current
339         headline if this is a repeated TODO, marked done for today.
340         (org-agenda-change-all-lines): New argument JUST-THIS, to change
341         only the current line.
343         * org.el (org-todo): Take a snapshot of the headline if the
344         repeater might change it.
346 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
348         * org-publish.el (org-publish-find-title): Remove buffers visited
349         only for extracting the title.
351         * org-exp.el (org-export-html-style)
352         (org-export-html-style-default): Mark style definitions as
353         unparsed CDATA.
355         * org-publish.el (org-publish-validate-link): Function
356         re-introduced.
358 2008-11-02  Charles Sebold  <csebold@gmail.com>
360         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
361         property.
362         (org-plot-quote-timestamp-field): New function.
363         (org-plot-quote-tsv-field): Call timestamp field function when
364         necessary rather than just quoting as a string.
365         (org-plot/gnuplot-to-data): Pass in timefmt property.
366         (org-plot/gnuplot-script): Supports timefmt property.
367         (org-plot/gnuplot): Checks for timestamp column before checking
368         for text index column.
370 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
372         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
374         * org-publish.el (org-publish-org-index): Create a section in the
375         index file.
376         (org-publish-org-index): Stop linking to directories.
378         * org.el (org-emphasis-alist): Use span instead of <u> to
379         underline text.
381         * org-exp.el (org-export-as-html): Make sure <p> is closed before
382         <pre> sections.
384 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
386         * org-jsinfo.el (org-infojs-template): Remove language attribute
387         from script tag.
389 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
391         * org-agenda.el (org-agenda-remove-marked-text): New function.
392         (org-agenda-mark-filtered-text)
393         (org-agenda-unmark-filtered-text): New functions.
394         (org-write-agenda): Remove fltered text.
396         * org.el (org-make-tags-matcher): Give access to TODO "property"
397         without speed penalty.
399 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
401         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
402         option.
403         (org-store-link-props): Make sure adding to the plist works
404         correctly.
406         * org-gnus.el (org-gnus-no-new-news): New function.
407         (org-gnus-follow-link): Allow the article ID to be a message-id,
408         in addition to allowing article numbers.  Message IDs make much
409         more roubust links.
410         (org-gnus-store-link): Use message-id to create link.
412 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
414         * org.el (org-emphasize): Reverse the selection array.
415         (org-emphasis-alist): Set <code> tags for the verbatim
416         environment.
418         * org-remember.el (org-remember-handler): Fix bug with
419         prefix-related changing of the note storage target.
421         * org-exp.el (org-print-icalendar-entries): Make the exported
422         priorities compatible with RFC 2445.
424         * org-clock.el (org-clock-save): Insert time stamp without
425         dependence on time-stamp.el.
427 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
429         * org.el ("saveplace"): If saveplace puts point into an invisible
430         location, make it visible.
431         (org-make-tags-matcher): Allow inactive time stamps in time
432         comparisons.
433         (org-yank-adjusted-subtrees): New option.
434         (org-yank): Incorporate adjusting trees.
435         (org-paste-subtree): New argument FOR-YANK which will cause
436         insertion at point without backing up over white lines, and leave
437         point at the end of the inserted text.  Also if the cursor is
438         at the beginning of a headline, use the same level or the inserted
439         tree.
441         * org-publish.el (org-publish-get-base-files-1): Deal correctly
442         with broken symlinks
444 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
446         * org-exp.el (org-export-select-tags, org-get-current-options):
447         Fix typo.
449 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
451         * org-agenda.el (org-format-agenda-item)
452         (org-agenda-filter-make-matcher): Make sure tags are stored and
453         compared donwcased.
455 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
457         * org.el (org-insert-todo-heading): Fix bug with force-heading
458         argument.
460 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
462         * org-clock.el (org-clock-in-resume): Add a custom option to
463         toggle starting the clock from an open clock line.
464         (org-clock-in): When clocking in to an entry, if
465         `org-clock-in-resume' is set, check if the first clock line is
466         open and if so, start the clock from the time in the clock line.
467         (org-clock-persist): Add a custom option to toggle clock
468         persistence.
469         (org-clock-persist-query-save): Add a custom option to toggle
470         asking the user if they want to save the running clock when
471         exiting.
472         (org-clock-persist-query-resume): Add a custom option to toggle
473         asking the user if they want to resume the saved clock when Emacs
474         is restarted.
475         (org-clock-save): Add a function to save clock data.
476         This includes the contents of `org-clock-history' and the buffer
477         and position of the currently clocked task, if any.
478         (org-clock-load): Add a function to load clock data.
479         This populates `org-clock-history', and resumes the saved clocked
480         task if there is one.
481         (org-clock-persistence-insinuate): Add a method to set up the
482         hooks for clock persistence.
484 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
486         * org-exp.el (org-export-as-ascii): Handle the case that we are
487         publishing from an indirect buffer.
489         * org-table.el (org-table-copy-down): Fix bug with time stamp
490         increment.
492         * org-mouse.el (org-mouse-features): New option.
493         (org-mode-hook): Turn on features depending on
494         `org-mouse-features'.
496         * org.el (org-insert-heading-respect-content): Force heading
497         creation.
498         (org-insert-heading): keep the folding state of the heading before
499         the inserted one.
501 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
503         * org-archive.el (org-archive-to-archive-sibling): Handle top
504         level headlines better.
506 2008-10-21  Bastien Guerry  <bzg@altern.org>
508         * org-export-latex.el (org-export-latex-classes): Added
509         \usepackage{graphicx} to the default list of packages.
511 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
513         * org-agenda.el (org-agenda-filter): Renamed from
514         `org-agenda-filter-tags'.
516 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
518         * org.el (org-entry-properties): Add CATEGORY property, iven if it
519         is not defined as a property in this entry.
520         (org-add-log-note): Mask prefix argument when immediately storing
521         the note.
523         * org-agenda.el (org-agenda-filter-effort-default-operator): New
524         option.
526 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
528         * org.el (org-add-log-setup): Bugfix; code to find insertion point
529         after drawers was skipping ahead one line too many, so notes were
530         inserted after the first note instead of before it.
532 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
534         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
535         New variables.
536         (org-prepare-agenda): Reset the filter tags.
537         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
538         Show filter tags in mode line.
540         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
541         formatter.
543         * org-export-latex.el (org-latex-entities-regexp): New constant.
544         (org-export-as-pdf): Use two calls to `shell-command'.
546 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
548         * org-export-latex.el (org-export-latex-treat-sub-super-char):
549         Honor the {} value of the subsuperscript setting.  Make sure that
550         longer subsuperscripts are typeset in a roman font.
552         * org.el (org-clock-update-time-maybe): Compute negative clock
553         intervals correctly.
555 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
557         * org.el (org-add-log-setup): Respect
558         `org-log-state-notes-insert-after-drawers'.
559         (org-log-state-notes-insert-after-drawers): New option.
560         (org-todo-trigger-tag-changes): New function.
561         (org-todo): Call `org-todo-trigger-tag-changes'.
563 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
565         * org.el (org-add-log-setup): Only skip drawers if the are
566         immediately after the scheduling keywords.
568         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
569         function
570         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
571         call it with the current todo state to get the state to switch to
572         when clocking in.
573         (org-clock-in): Use org-indent-line-function to indent clock lines.
574         (org-clock-find-position): Fix indentation of empty clock drawers.
576 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
578         * org-publish.el (org-publish-org-to): Handle case when
579         org-export-to-pdf does return a file name, not a buffer.
580         (org-publish-org-to-pdf): New function.
582         * org-export-latex.el (org-export-as-pdf)
583         (org-export-as-pdf-and-open): New commands.
585         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
586         forms as ranges.
588         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
589         things in protexted regions.
591 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
593         * org-export-latex.el (org-export-latex-preprocess): Improve
594         quoting of LaTeX environments.
596 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
598         * org.el (org-edit-fixed-width-region): Exclude final newline from
599         picture area.
601         * org-export-latex.el (org-export-latex-subcontent): Add labels to
602         sections, to make internal links work.
603         (org-export-latex-fontify-headline): Do not remove all text
604         properties, to make sure that target properties survive this
605         process.
607         * org-exp.el (org-export-preprocess-string): Change sequence of
608         modifications, to make sure links are prepared before the LaTeX
609         conversions do happen.
611 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
613         * org-attach.el (org-attach-delete-all): Renamed from
614         `org-attch-delete'.  Add a security query before deleting the
615         entire directory.  New optional argument FORCE can overrule the
616         security query.
617         (org-attach-delete-one): New command.
619 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
621         * org-attach.el (org-attach-file-list): Fix bug with directory.
623 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
625         * org.el (org-apps-regexp-alist): New function.
626         (org-file-apps): Add auto-mode to the default value.
627         (org-open-file): Use the new structure of org-file-apps.
629         * org-attach.el (org-attach): Support the new keys.
630         (org-attach-method): New option.
632 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
634         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
635         March.
637         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
638         of the list value o `org-use-tag-inheritance'.
640         * org-attach.el (org-attach-auto-tag): New option.
641         (org-attach-tag, org-attach-untag): New functions.
642         (org-attach-attach, org-attach-new, org-attach-sync): Call
643         `org-attach-tag'.
644         (org-attach-delete): Call `org-attach-untag'.
646 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
648         * org-table.el (orgtbl-self-insert-command): Make this work for
649         the keypad as well.
651 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
653         * org.el (org-add-log-setup): Limit searc for drawers to entry
654         text, not to subtree.
656         * org-clock.el (org-clock-heading-for-remember): New variable.
657         (org-clock-in): Set `org-clock-heading-for-remember'.
659 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
661         * org-remember.el (org-remember-apply-template): Add new
662         expansions: %k, %K for currently clocked task and a link to the
663         currently clocked task, and %< to file notes in the currently
664         clocked task.
666 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
668         * org-export-latex.el (org-export-latex-make-header): Also insert
669         the content of the property :latex-header-extra.
671         * org-exp.el (org-infile-export-plist): Put the content of
672         #+LATEX_HEADER: into the property :latex-header-extra.
674         * org-colview.el (org-columns-get-format-and-top-level): Remove
675         resetting the marker.
677         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
678         Remove resetting the marker.
680         * org.el (org-entry-property-inherited-from): Improve docstring.
681         (org-entry-get-with-inheritance): Reset marker before starting the
682         search.
684         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
686 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
688         * org.el (org-entry-get-multivalued-property)
689         (org-entry-protect-space, org-entry-restore-space): New
690         functions.
691         (org-file-apps-defaults-macosx): Let postscript files be opened by
692         preview.
693         (org-time-stamp-inactive): Call `org-time-stamp'.
694         (org-time-stamp): New argument `inactive'.  Also edit inacive
695         stamps. Convert time stamp type.
696         (org-open-file): Interpret the `default' value for the `command'
697         in `org-file-apps'.
699         * org-id.el (org-id-int-to-b36-one-digit)
700         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
701         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
702         b36.
704 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
706         * org-id.el (org-id-reverse-string): New function.
707         (org-id-new): Use `org-id-reverse-string' to make sure the
708         beginning chars of the ID are mutating fast.  This allows to use a
709         directory structure to spread things better.
710         (org-id-prefix): Changed default to nil.
712         * org-list.el (org-move-item-down, org-move-item-up): Remember and
713         restore the column of the cursor position.
715         * org-remember.el (org-remember-apply-template): Remove properties
716         from `initial'.
718 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
720         * org-wl.el (org-wl-open): Remove useless call to
721         `wl-thread-open-all'.
723         * org-remember.el (org-remember-handler): Fix bug with `bottom'
724         location.
726 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
728         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
729         `org-bbdb-anniversaries'.
731         * org.el (org-get-next-sibling, org-forward-same-level): New
732         functions, similar to the outline versions, but invisible headings
733         are OK.
735 2008-09-25  Bastien Guerry  <bzg@altern.org>
737         * org.el (org-auto-repeat-maybe): Insert a space between
738         the timestamp's type and the timestamp itself.
740 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
742         * org-table.el (org-table-sum): Do not format the result with %g,
743         it does rounding when there are too many digits.
745         * org.el (org-map-entries): Protect the keyword-selecting variables.
747 2008-09-23  Bastien Guerry  <bzg@altern.org>
749         * org-agenda.el (org-agenda-to-appt): Make sure the function check
750         against all agenda files.
752 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
754         * org-list.el: New file, aggregating list functions from org.el
755         and org-export-latex.el.
757         * org.el (org-edit-src-region-extra): New option.
759 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
761         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
762         time before 1am.
764 2008-09-22  Bastien Guerry  <bzg@altern.org>
766         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
768 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
770         * org-plot.el (org-plot/gnuplot): Make tables starting with a
771         hline work correctly.
772         (org-plot/gnuplot-script): Put commas at the end of each script
773         line.
775 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
777         * org.el (org-get-refile-targets): Replace links with their
778         descriptions
779         (org-imenu-get-tree): Replace links with their descriptions.
781         * org-remember.el (org-remember-apply-template): Add a new
782         expansion for adding properties to remember items.
784         * org.el (org-add-log-setup): Skip over drawers (properties,
785         clocks etc) when adding notes.
787         * org-agenda.el (org-agenda-get-closed): show durations of clocked
788         items as well as the start and end times.
790         * org-compat.el (org-get-x-clipboard-compat): Add a compat
791         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
793         * org-remember.el (org-get-x-clipboard): Use the compat
794         function to get clipboard values when x-selection-value is
795         unavailable. Use substring-no-properties instead of
796         set-text-properties to remove text properties from the clipboard
797         value.
799         * lisp/org-clock.el (org-update-mode-line): Support limiting the
800         modeline clock string, and display the full todo value in the
801         tooltip. Set a local keymap so mouse-3 on the clock string goes to
802         the currently clocked task.
803         (org-clock-string-limit): Add a custom value for the maximum
804         length of the clock string in the modeline.
805         (org-clock-mode-map): Add a keymap for the modeline string
807 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
809         * org-compat.el (org-propertize): New function.
811 2008-09-20  Bastien Guerry  <bzg@altern.org>
813         * org-export-latex.el (org-export-latex-tables): protect exported
814         tables from further special chars conversion.
815         (org-export-latex-preprocess): Preserve LaTeX environments.
816         (org-list-parse-list): Parse descriptive lists.
817         (org-list-to-generic, org-list-to-latex, org-list-to-html)
818         (org-list-to-texinfo): Export descriptive lists.
819         (org-quote-chars): Remove.
820         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
821         (org-export-latex-list-beginning-re): Rename to
822         `org-list-beginning-re'
823         (org-list-item-begin): Rename to `org-list-item-beginning'
825 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
827         * org.el (org-refile): Allow refiling to the last entry in the
828         buffer.
829         (org-get-tags-at): Fix bug when inheritance is turned off.
831 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
833         * org.el (org-indent-line-function): No longer check for src
834         regions, this is too much overhead.
836         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
837         matching.
839         * org.el (org-scan-tags): Make sure that tags matching is not case
840         sensitive.  TODO keyword matching is case sensitive, however, to
841         avoid confusion with similar words that are not meant to be
842         keywords.
844 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
846         * org.el (org-get-local-tags-at): New function.
847         (org-get-local-tags): New function.
849         * org-exp.el (org-export-get-categories): New function.
851         * org-agenda.el (org-sorting-choice)
852         (org-agenda-sorting-strategy, org-agenda-get-todos)
853         (org-agenda-get-timestamps, org-agenda-get-deadlines)
854         (org-agenda-get-scheduled, org-agenda-get-blocks)
855         (org-entries-lessp): Implement sorting by TODO state.
856         (org-cmp-todo-state): New defsubst.
858         * org-colview.el (org-colview-construct-allowed-dates): New
859         function.
860         (org-columns-next-allowed-value): Use
861         `org-colview-construct-allowed-dates'.
863         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
864         function.
865         (org-columns-next-allowed-value): Use
866         `org-colview-construct-allowed-dates'.
868 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
870         * org.el (org-protect-slash): New function.
871         (org-get-refile-targets): Use `org-protect-slash'.
873         * org-agenda.el (org-global-tags-completion-table): New variable.
875         * org-exp.el (org-export-handle-export-tags): New function.
876         (org-export-preprocess-string): Call
877         `org-export-handle-export-tags'.
879         * org-plot.el: New file.
881         * org-publish.el (org-publish-expand-components): Function removed.
882         (org-publish-expand-projects): Allow components to have components.
884 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
886         * org.el (org-indent-line-function): Do not indent in regions that
887         are external source code.
888         (org-yank-and-fold-if-subtree): New function.
890         * org-agenda.el (org-agenda-todayp): New function.
891         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
892         `org-agenda-todayp'.
894         * org.el (org-insert-heading-respect-content)
895         (org-insert-todo-heading-respect-content): New commands.
896         (org-insert-heading-respect-content): New option.
897         (org-insert-heading): Respect `org-insert-heading-respect-content'.
899         * org-clock.el (org-clock-find-position): Make sure the note after
900         the clock line gets moved into the new clock drawer.
902 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
904         * org-id.el (org-id-new): New option.
906 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
908         * org-table.el (org-table-copy-down): Avoid overflow during
909         increment.  Use prefix argument 0 to temporarily disable the
910         increment.
912 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
914         * org-exp.el (org-export-as-html): Do not turn on the major mode
915         if the buffer will be killed anyway.
916         (org-get-current-options): Exclude the #+TEXT field.
917         (org-export-as-html): Make sure text before the first headline is
918         a paragraph.
920         * org-publish.el (org-publish-org-to): Tell the exporter that this
921         buffer will be killed, so it is not necessary to do major mode
922         initialization.
924         * org-archive.el (org-archive-to-archive-sibling): Show empty
925         lines after folding the archive sibling.
927         * org.el (org-log-note-extra): New variable.
929 2008-09-05  Bastien Guerry  <bzg@altern.org>
931         * org.el (org-additional-option-like-keywords): Added keywords for
932         the _QUOTE, _VERSE and _SRC environments.
934         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
935         exporting _QUOTE and _VERSE environments.
937 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
939         * org-agenda.el (org-agenda-filter-by-tag): New command.
941         * org-exp.el (org-get-current-options): Remove angular brackets
942         from the date entry.
944         * org.el (org-edit-fixed-width-region): New function.
945         (org-edit-fixed-width-region): Also try
946         `org-edit-fixed-width-region'.
947         (org-edit-fixed-width-region-mode): New option.
948         (org-activate-code): Only interprete lines starting with colon
949         plus a space as example lines.
951         * org-remember.el (org-remember-templates): Add nil instead of
952         empty strings to fix the length of remember templates.
954         * org-table.el (org-calc-default-modes): Fix the time format for
955         calc, from 12 hour to 24 hour clock.
957 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
959         * org-agenda.el (org-agenda-get-deadlines)
960         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
961         entries that are pre-warnings of deadlines or reminders.
963         * org.el (org-sort-entries-or-items): Make numeric and alpha
964         comparisons ignore any TODO keyword and priority cookie.
966         * org-remember.el (org-remember-handler): Reinterpretation of the
967         prefix argument.
969 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
971         * org-agenda.el (org-agenda-get-scheduled): Use new
972         `org-scheduled' face.
974         * org-faces.el (org-scheduled): New face.
976         * org-wl.el (org-wl-open): Remove incorrect declaration.
978         * org-gnus.el (org-gnus-store-link): Support for :to information
979         in gnus links.
981         * org-exp.el (org-export-as-html): Fixed typo in creator
982         information.
983         (org-export-protect-examples): New parameter indent.  Insert extra
984         spaces only when this parameter is specified.
985         (org-export-preprocess-string): Call `org-export-protect-examples'
986         with an indentation parameter when exporting to ASCII.
988         * org-remember.el (org-remember-templates)
989         (org-remember-apply-template): Allow the file component to be a
990         function.
992         * org.el (org-goto-local-search-headings): Renamed from
993         `org-goto-local-search-forward-headings'.  Added the possibility
994         to search backwards.
996 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
998         * org-export-latex.el (org-export-latex): New customization
999         group.
1001         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1003 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1005         * org-exp.el (org-html-do-expand): Allow {} to terminate
1006         tex macro
1008 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1010         * org.el (org-buffer-list): Select buffers based on major mode,
1011         not on file name.
1013 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1015         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1016         face property.
1018         * org-colview.el (org-columns-display-here): Use
1019         `org-columns-modify-value-for-display-function'.
1021         * org-colview-xemacs.el (org-columns-display-here): Use
1022         `org-columns-modify-value-for-display-function'.
1024 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1026         * org.el (org-columns-modify-value-for-display-function): New option.
1038         * org-publish.el (org-publish-file): Make sure the directory match
1039         for the publishing directory works correctly.
1041         * org-agenda.el (org-agenda-execute-calendar-command)
1042         (org-agenda-diary-entry): Additional optional argument.
1044 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1046         * org-exp.el (org-export-as-html): Add attributes also in mailto
1047         and ftp links.
1049         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1058 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1060         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1061         sure that calls from `org-export-region-as-html' do not do the
1062         special check for a subtree.
1064 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1066         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1068 2008-07-20  Juri Linkov  <juri@jurta.org>
1070         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1071         new keymap `narrow-map' instead of binding "\C-xns".
1073 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1075         * org.el (org-open-file): Use
1076         `org-open-directory-means-index-dot-org'.
1077         (org-open-directory-means-index-dot-org): New option.
1079 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1081         * org.el (org-make-link-string): Remove link attributes from
1082         description.
1083         (org-open-at-point): Remove link attributes bevore using the path.
1085         * org-exp.el (org-export-as-html): Handle link attributes.
1087         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1089         * org-table.el (org-table-to-lisp): New function.
1091         * org.el (org-narrow-to-subtree): Do not include the final newline
1092         into the narrowed region.
1094         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1095         bug with user-define skipping condition.
1097 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1099         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1101 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1103         * org-exp.el (org-export-html-style-default): Automatic overflow
1104         handling for pre fields.
1105         (org-export-as-ascii, org-export-as-html): Change default format
1106         for time stamp.
1108         * org-table.el (org-table-export): Offer completion for translator
1109         functions, and do not require a heading above the table.
1111         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1112         Cater for the case of a list starting in the first line of the
1113         buffer.
1115 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1117         * org-publish.el (org-publish-find-title): Bug fix.
1118         (org-publish-org-index): Implement new :index-style option.
1120 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1122         * org-publish.el (org-publish-timestamp-filename): Use
1123         SHA1-encoded file names in the timestamp directory.
1125 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1127         * org-publish.el (org-publish-needed-p): Be verbose about files
1128         published and files skipped.
1130         * org-exp.el (org-export-preprocess-string): Swap link
1131         normalization and inernal link targeting.
1133         * org-publish.el (org-publish-needed-p): Create timestamp
1134         directory when it does not exist.
1136 2008-07-04  Bastien Guerry  <bzg@altern.org>
1138         * org-clock.el (org-clock-out-when-done): Doc fix.
1140         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1142         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1143         Ignore case when searching for the COMMENT cookie at export time.
1145 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1147         * org-exp.el (org-get-file-contents)
1148         (org-get-and-remove-property): New functions.
1149         (org-export-handle-include-files): Handle the new prefix options.
1150         (org-export-as-html): Fix the verse environment.
1152 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1154         * org.el (org-time=, org-time<, org-time<=, org-time>)
1155         (org-time>=, org-time<>, org-2ft): New functions.
1156         (org-op-to-function): Also provide for the time testing fucntions.
1158 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1160         * org-exp.el (org-export-html-style-default): New constant.
1162 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1164         * org-exp.el (org-export-html-style-extra): New variable.
1165         (org-export-splice-style): New function.
1167 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1169         * org-exp.el (org-export-plist-vars, org-export-as-html):
1170         Implement `org-export-creator-info'.
1171         (org-export-creator-info): New option.
1173 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1175         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1176         (org-property-drawer-re, org-clock-drawer-re): New constants.
1178 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1180         * org-exp.el (org-icalendar-use-deadline)
1181         (org-icalendar-use-scheduled): New options.
1182         (org-icalendar-include-todo): Default changed to t.
1183         (org-print-icalendar-entries): Implement better utilization of
1184         scheduling and deadline time stamps.
1185         (org-export-target-internal-links, org-export-as-html): Allow file
1186         lines without the "file:" prefix if the file path is an absolute
1187         path or starts with ".".
1189         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1190         lastweek etc.
1191         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1193 2008-06-18  Glenn Morris  <rgm@gnu.org>
1194         * org.el (org-map-entries): Let-bind `file'.
1196 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1198         * org.el (org-agenda-skip-archived-trees): Docstring now
1199         discourages using this.
1200         (org-scan-tags): Check for org-agenda-archives-mode.
1201         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1202         (org-agenda-files): Functionality of second arg changed.
1204         * org-agenda.el (org-agenda-archives-mode): New variable
1205         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1206         (org-search-view, org-todo-list, org-tags-view)
1207         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1208         `ifmode' argument.
1209         (org-agenda-quit): Reset the archives mode.
1210         (org-agenda-archives-mode): New command.
1211         (org-agenda-set-mode-name): Include archives info.
1213 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1215         * org.el (org-paste-subtree): Make sure the yanked headline is
1216         visible if it was yanked at a visible point.
1217         (org-move-item-up): Fix the bug with moving white space at the end
1218         of the item.
1219         (org-show-empty-lines-in-parent): New function.
1221 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1223         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1225         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1227         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1228         agenda prefix as well.
1230         * org-publish.el (org-publish-org-index): Make a properly indented
1231         list.
1233         * org.el (org-calendar-agenda-action-key): New option.
1234         (org-get-cursor-date): New function.
1235         (org-mark-entry-for-agenda-action): New command.
1236         (org-overriding-default-time): New variable.
1237         (org-read-date): Respect `org-overriding-default-time'.
1239         * org-remember.el (org-remember-apply-template): Respect the
1240         ovverriding default time.
1242         * org-agenda.el (org-agenda-action-marker): New variable.
1243         (org-agenda-action): New command.
1244         (org-agenda-do-action): New function.
1246 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1248         * org.el (org-schedule, org-deadline): Protect scheduled and
1249         deadline tasks against changes that accidently remove the
1250         repeater.  Also show a message with the new date when done.
1252 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1254         * org.el (org-beginning-of-line): Cater for the case when there
1255         are tags but no headline text.
1256         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1257         it set.
1259 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1261         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1262         the return value is nil instead of "nil" when there is no match.
1264         * org-exp.el (org-insert-centered): Use fill-column instead of
1265         80.
1266         (org-export-as-ascii): Use string-width to measure the width of
1267         the heading.
1269         * org.el (org-diary-to-ical-string): No longer kill buffer
1270         FROMBUF, this is now done by the caller.
1272         * org-exp.el (org-print-icalendar-entries): Move the call to
1273         `org-diary-to-ical-string' out of the loop, and kill the buffer
1274         afterwords.
1276         * org-remember.el (org-remember-visit-immediately): Position
1277         cursor after moving to the note.
1278         (org-remember-apply-template): Use a text property to record the
1279         cursor position.
1280         (org-remember-handler): Align tags after pasting the note.
1282 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1284         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1286         * org-agenda.el (org-agenda-open-link): If there is an
1287         org-bbdb-name property in the current line, jump to that bbdb
1288         entry.
1290         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1291         text property, so that the agenda knows where this entry comes
1292         from.
1294         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1295         interaction between clocking-in from the agenda, and  automatic
1296         task state switching.
1298         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1300         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1301         zmacs-region stays after this command in XEmacs.
1303 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1305         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1307         * org-remember.el (org-remember-templates): Fix bug in
1308         customization type definition.
1310         * org.el (org-map-entries): New function.
1312 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1314         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1315         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1317 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1319         * org-remember.el (org-jump-to-target-location): New variable.
1320         (org-remember-apply-template): Set
1321         `org-remember-apply-template' if requested by template.
1322         (org-remember-handler): Start an idle timer to jump to
1323         remember location.
1325         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1327         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1328         file tags.
1329         (org-get-tags-at): Add the content of `org-file-tags'.
1331         * org-exp.el (org-export-handle-comments): Fix bug with several
1332         comment lines after each other.
1333         (org-number-to-roman, org-number-to-counter): New functions.
1334         (org-export-section-number-format): New option.
1336 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1338         * org-exp.el (org-export-protect-examples): Catch the case of a
1339         missing end_example line.
1341         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1342         `org-file-tags' to nil.
1344         * org-colview.el (org-columns-next-allowed-value): Handle next
1345         argument NTH to directly select a value.
1347         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1348         argument NTH to directly select a value.
1350 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1352         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1354 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1356         * org.el (org-columns-ellipses): New option.
1358 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1360         * org-colview.el (org-columns-add-ellipses): New function.
1361         (org-columns-compact-links): New function.
1362         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1363         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1364         when in agenda.
1365         (org-columns-edit-value): Fixed bug with editing values from
1366         agenda column view.
1367         (org-columns-redo): Also redo the agenda itself.
1369 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1371         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1372         option.
1374         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1376         * org-exp.el (org-export-ascii-preprocess): Renamed from
1377         `org-export-ascii-clean-string'.
1378         (org-export-kill-licensed-text)
1379         (org-export-define-heading-targets)
1380         (org-export-handle-invisible-targets)
1381         (org-export-target-internal-links)
1382         (org-export-remove-or-extract-drawers)
1383         (org-export-remove-archived-trees)
1384         (org-export-protect-quoted-subtrees)
1385         (org-export-protect-verbatim, org-export-protect-examples)
1386         (org-export-select-backend-specific-text)
1387         (org-export-mark-blockquote-and-verse)
1388         (org-export-remove-comment-blocks-and-subtrees)
1389         (org-export-handle-comments, org-export-mark-radio-links)
1390         (org-export-remove-special-table-lines)
1391         (org-export-normalize-links)
1392         (org-export-concatenate-multiline-links)
1393         (org-export-concatenate-multiline-emphasis): New functions,
1394         obtained from spliiting the export preprocessor.
1396         * org-table.el (org-table-recalculate): Improve error message if
1397         the row number is invalid.
1399 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1401         * org-archive.el (org-archive-save-context-info): Fix bugs in
1402         customization setup and docstring.
1404         * org-exp.el (org-export-html-style): Changed the size of in the
1405         <pre> element to 90%.
1407 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1409         * org.el (org-find-src-example-start): Function removed.
1410         (org-edit-src-find-region-and-lang): New function.
1412 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1414         * org.el (org-edit-src-exit): New function.
1415         (org-exit-edit-mode): New minor mode.
1417         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1418         comment-like lines from protected examples.
1420         * org.el (org-edit-src-example, org-find-src-example-start)
1421         (org-protect-source-example, org-edit-special): New functions.
1423 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1425         * org-publish.el (org-publish-project-alist): Fix typo in
1426         docstring.
1427         (org-publish-project-alist): Handle :index-title property.
1429 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1431         * org-export-latex.el (org-export-as-latex): Make sure region
1432         bounds are correct.  Parse subtree properties relating to export.
1434         * org-exp.el (org-export-add-options-to-plist): New function.
1435         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1437 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1439         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1440         EXPORT_TITLE.
1442         * org-exp.el (org-export-get-title-from-subtree)
1443         (org-export-as-ascii, org-export-as-html): Make sure the original
1444         region-beginning and region-end are used, even after moving
1445         point.
1446         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1447         property.
1449         * org-remember.el (org-remember-last-stored-marker): New variable.
1450         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1451         (org-remember-handler): Also use marker to remember
1452         last-stored position.
1454         * org.el (org-goto-marker-or-bmk): New function.
1456 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1458         * org.el (org-file-properties): Renamed from `org-local-properties'.
1459         (org-scan-tags): Take file tags into account.
1460         (org-tags-match-list-sublevels): Default changed to t.
1462         * org-exp.el (org-export-as-html): Close paragraph after a
1463         footnote.
1465         * org.el (org-update-parent-todo-statistics): New function.
1467         * org-exp.el (org-icalendar-store-UID): New option.
1468         (org-icalendar-force-UID): Option removed.
1469         (org-print-icalendar-entries): IMplement UIDs.
1471 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1473         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1475 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1477         * org-faces.el (org-column): Document how this face is being used
1478         and why sometimes the background faces shine through.
1480         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1482         * org-publish.el (org-publish-attachment): Create publishing
1483         directory if it does not yet exist.
1485         * org-table.el (org-calc-default-modes): Change default number
1486         format to (float 8).
1488         * org.el (org-olpath-completing-read): New function.
1489         (org-time-clocksum-format): New option.
1490         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1492         * org-clock.el (org-clock-display, org-clock-out)
1493         (org-update-mode-line): Use `org-time-clocksum-format'.
1495         * org-colview-xemacs.el (org-columns-number-to-string): Use
1496         `org-time-clocksum-format'.
1498         * org-colview.el (org-columns-number-to-string): Use
1499         `org-time-clocksum-format'.
1501 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1503         * org-id.el: New file, move from contrib to core.
1505         * org-exp.el (org-icalendar-force-UID): New option.
1507 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1509         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1510         shifted by one day if theere is a date range without an end
1511         time.
1513         * org.el (org-try-structure-completion): New function.
1515 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1517         * org.el (org-set-font-lock-defaults): Improve fontification of
1518         description lists.
1519         (org-insert-item): Handle description lists.
1520         (org-adaptive-fill-function): Improve auto indentation in
1521         description lists.
1523         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1524         Implement VERSE environment.
1525         (org-export-preprocess-string): Implement the COMMENT
1526         environment.
1528         * org-export-latex.el (org-export-latex-preprocess): Implement
1529         VERSE environment.
1531 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1533         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1534         option.
1536 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1538         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1540         * org.el (org-quote-csv-field): New functions.
1542         * org-table.el (org-table-export-default-format): Remove :splice
1543         from default format, we get the same effect by not specifying
1544         :tstart and :tend.
1545         (org-table-export): Improve setup, distinguish better between
1546         interactive and non-interactive use, allow specifying the format
1547         on the fly, better protection against wrong file names.
1548         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1549         and :tend when :splice is omitted.
1551 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1553         * org-clock.el (org-clock-select-task): Make sure the selection
1554         letters are 1-9 and A-Z, no special characters.
1556 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1558         * org-exp.el (org-export-htmlize): New group.
1559         (org-export-htmlize-output-type)
1560         (org-export-htmlize-css-font-prefix): New options.
1561         (org-export-htmlize-region-for-paste): New function.
1562         (org-export-htmlize-generate-css): New command.
1564 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1566         * org/org.el (org-modules, org-format-latex-options):
1567         * org/org-archive.el (org-archive-stamp-time)
1568         (org-archive-save-context-info):
1569         * org/org-faces.el (org-hide):
1570         * org/org-irc.el (org-irc-parse-link):
1571         * org/org-macs.el (org-call-with-arg, org-autoload):
1572         * org/org-mew.el (org-mew-store-link):
1573         * org/org-remember.el (org-remember-store-without-prompt)
1574         (org-remember-templates): Fix typos in docstrings.
1576         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1578         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1579         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1580         (org-bbdb-anniv-split): Fix typos in docstrings.
1582         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1583         (org-publish-use-timestamps-flag): Reflow docstring.
1584         (org-publish-files-alist): Fix typos in docstring.
1586 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1588         * org.el (org-set-visibility-according-to-property): New function.
1589         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1590         and compute the regular expressions, and update font-lock.
1591         (org-property-re): Allow a dash in property names.
1593         * org-archive.el (org-extract-archive-file): Insert the file name
1594         without the path into the format, to allow the location format to
1595         contain a subdirectory.
1597         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1598         of buffer, and the `org-agenda-type' property undefined, use the
1599         value from the character before.
1601         * org.el (org-add-planning-info): Don't let indentation for
1602         would-be timestamp become extra whitespace at the end of headline.
1604 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1606         * org.el (org-remove-double-quotes, org-file-contents): New
1607         functions.
1609         * org-exp.el (org-infile-export-plist): Also parse the
1610         contents of #+SETUPFILE files, recursively.
1612         * org.el (org-set-regexps-and-options): Also parse the
1613         contents of #+SETUPFILE files, recursively.
1615         * org-exp.el (org-export-handle-include-files): New function.
1616         (org-export-preprocess-string): Call
1617         `org-export-handle-include-files'.
1619         * org.el (org-delete-property-globally)
1620         (org-delete-property, org-set-property): Ignore case during
1621         completion.
1622         (org-set-property): Use `org-completing-read' instead of
1623         `completing-read'.
1625         * org.el (org-complete-expand-structure-template): New,
1626         experimental function.
1627         (org-structure-template-alist): New, experimental option.
1628         (org-complete): Call `org-complete-expand-structure-template'.
1630 2008-05-06  Bastien Guerry  <bzg@altern.org>
1632         * org-export-latex.el (org-export-latex-preprocess): Added
1633         support for blockquotes.
1635 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1637         * org.el (org-read-date-analyze): Catch the case where only a
1638         weekday is given.
1640 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1642         * org.el (org-set-font-lock-defaults): Make the description
1643         tag bold.
1645         * org-exp.el (org-export-as-html, org-close-li): Implement
1646         description lists.
1648 2008-05-04  Jason Riedy  <jason@acm.org>
1650         * org-table.el (*orgtbl-default-fmt*): New variable.
1651         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1652         when there is no other fmt available.
1654         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1655         :tend to suppress the appropriate string.
1657         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1658         table.
1660 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1662         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1663         read date.
1665         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1666         New function.
1668         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1669         New function.
1671 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1673         * org-clock.el (org-clock-find-position): Don't include notes
1674         into clock drawer.
1676         * org-archive.el (org-archive-subtree): No longer remove an
1677         extra line after cutting the subtree.  `org-cut-subtree' already
1678         takes care of this.
1680         * org-remember.el (org-remember-handler): Only kill the target
1681         buffer if it does not contain the running clock.
1683         * org.el (org-markers-to-move): New variable.
1684         (org-save-markers-in-region, org-check-and-save-marker)
1685         (org-reinstall-markers-in-region): New function.
1686         (org-move-subtree-down, org-copy-subtree): Remember relative
1687         marker positions before cutting.
1688         (org-move-subtree-down, org-paste-subtree): Restore relative
1689         marker positions after pasting.
1691         * org-remember.el (org-remember-clock-out-on-exit): New option.
1692         (org-remember-finalize): Clock out only if the setting in
1693         `org-remember-clock-out-on-exit' requires it.
1694         (org-remember-handler): Do the cleanup in the buffer, to make sure
1695         that the clock marker remains in tact.
1697 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1699         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1700         (org-clock-in): Make sure that also tasks outside the narrowed
1701         region will be clocked in correctly.
1702         (org-clock-insert-selection-line): Widen the buffer so that we can
1703         find the correct task heading.
1705         * org.el (org-base-buffer): New function.
1707         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1708         and ";" are escaped.
1709         (org-print-icalendar-entries): Also apply
1710         `org-icalendar-cleanup-string' to the headline, not only to the
1711         summary property.
1713 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1715         * org-exp.el (org-export-preprocess-hook): New hook.
1716         (org-export-preprocess-string): Call
1717         `org-export-preprocess-hook'.
1719         * org.el (org-font-lock-hook): New variable.
1720         (org-font-lock-hook): New function.
1721         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1723 ;; Local Variables:
1724 ;; coding: utf-8
1725 ;; add-log-time-zone-rule: t
1726 ;; End:
1728     Copyright (C) 2008  Free Software Foundation, Inc.
1730   This file is part of GNU Emacs.
1732   GNU Emacs is free software: you can redistribute it and/or modify
1733   it under the terms of the GNU General Public License as published by
1734   the Free Software Foundation, either version 3 of the License, or
1735   (at your option) any later version.
1737   GNU Emacs is distributed in the hope that it will be useful,
1738   but WITHOUT ANY WARRANTY; without even the implied warranty of
1739   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1740   GNU General Public License for more details.
1742   You should have received a copy of the GNU General Public License
1743   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1745 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c