New minor org-remember-mode, for extra keybindings.
[org-mode.git] / lisp / ChangeLog
blobb8b4238fe1d4dda8c2ce8cf75235e615d6d9e499
1 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-remember.el (org-remember-apply-template): No ido completion
4         for free prompts in remember templates.
5         (org-remember-before-finalize-hook): New hook.
6         (org-remember-mode): New minor mode.
7         (org-remember-apply-template): Turn on `org-remember-mode'.
9         * org-id.el (org-id-add-location): Avoid error when no file is
10         given.
12         * org-remember.el (org-remember-apply-template): Fix the way how
13         the list of allowed properties is retrieved from the target file.
15         * org.el (org-insert-link): Improve file link matching.
17 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
19         * org-colview.el (org-columns-display-here): New argument
20         DATELINE, to trigger using the new face.
21         (org-agenda-colview-summarize): Call `org-columns-display-here'
22         with the new argument.
24         * org-faces.el (org-agenda-column-dateline): New face.
26         * org-publish.el (org-publish-org-index): Use index-title at page
27         title, not as section.
29         * org-exp.el (org-export-html-format-desc): Respect the
30         org-protect property.
31         (org-export-as-html): Protect image specifiers that are in the
32         description part of a link.
34         * org.el (org-sort-entries-or-items, org-completing-read)
35         (org-refile-get-location, org-olpath-completing-read, org-todo)
36         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
37         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
38         (org-set-property, org-delete-property)
39         (org-delete-property-globally): Use `org-ido-completing-read'.
41         * org-remember.el (org-remember-apply-template): Use
42         `org-ido-completing-read'.
44         * org-publish.el (org-publish): Use `org-ido-completing-read'.
46         * org-colview.el (org-columns-edit-value, org-columns-new)
47         (org-insert-columns-dblock): Use `org-ido-completing-read'.
49         * org-colview-xemacs.el (org-columns-edit-value)
50         (org-columns-new, org-insert-columns-dblock): Use
51         `org-ido-completing-read'.
53         * org-attach.el (org-attach-delete-one, org-attach-open): Use
54         `org-ido-completing-read'.
56         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
57         `org-ido-completing-read'.
59         * org.el (org-time-today): New function.
60         (org-matcher-time): Use `org-time-today'.  Add special treatment
61         for "<tomorrow>" and "<yesterday>".
62         (org-ido-completing-read): New function.
63         (org-completion-use-ido): New option.
65         * org-exp.el (org-export-format-source-code): Fix bug in require
66         htmlize code.
67         (org-export-target-internal-links): Fix bug in search for text
68         property.
70 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-export-latex.el (org-export-latex-subcontent): Interprete
73         target aliases as additonal labels.
75         * org-exp.el (org-export-target-aliases): New variable.
76         (org-export-preprocess-string)
77         (org-export-handle-invisible-targets): Fill the alias alist.
78         (org-export-as-html): Remove the &nbsp; from the anchor, and also
79         assign an id.
80         (org-html-level-start): Insert the target aliases as additonal
81         anchors.
83         * org.el (org-edit-fixed-width-region): Fix bug when sarting a new
84         picture area.
86 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
88         * org.el (org-open-at-mouse): Ensure correct link abbreviations
89         when following a link with the mouse from the agenda.
91         * org-exp.el (org-export-as-html): Avoid lone </div> when no
92         headlines are created.
94 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org.el (org-link-translation-function): New option.
97         (org-open-at-point): Call `org-link-translation-function' if
98         non-nil.
99         (org-translate-link): New function.
100         (org-translate-link-from-planner): New function.
101         (org-open-at-point): Allow interactive commands in elisp links.
103         * org-exp.el (org-icalendar-cleanup-string): Restore the old
104         iCalendar quoting.  The new one seems to caus problems with
105         applications.
107         * org.el (org-yank): Set `this-command' to `yank', so that
108         `yank-pop' will work.
110 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
112         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
113         compliance as far as quoting is concerned.
115         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
116         hexified version of the tag.
118         * org-vm.el (org-vm-follow-link): Require `vm-search'.
120         * org.el (org-up-heading-safe, org-forward-same-level): Always
121         call `org-back-to-heading' instead of `outline-back-to-heading'.
122         (org-back-to-heading): New wrapper around outline-back-to-heading,
123         with a useful error message telling where the error happened.
125         * org-list.el (org-update-checkbox-count): Always call
126         `org-back-to-heading' instead of `outline-back-to-heading'.
128         * org-exp.el (org-export-as-html): Make sure that each <img> tag
129         has an `alt' attribute, to ensure XHTML validation.
131 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
133         * org-publish.el (org-publish-attachment): Allow publishing to
134         overwrite attachment files.
136         * org-agenda.el (org-agenda-timerange-leaders): New option.
137         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
139         * org.el (org-edit-src-exit): Untabify ASCII image before
140         returning.
153 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
155         * org.el (org-yank): Make any prefix force normal yanking.
156         Suppress folding if text would be swallowed into a folded
157         subtree.
158         (org-yank-folded-subtrees, org-yank): Docstring updates.
160         * org-agenda.el (org-agenda-compare-effort): Treat no effort
161         defined as 0.
163         * org-exp.el (org-export-language-setup): Add Catalan and
164         Esperanto language entries.
166 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
168         * org.el (org-refile): Allow refiling of entire regions.
170         * org-clock.el (org-clock-time%): New function.
172         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
173         retrieve property values.
175 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org-agenda.el (org-agenda-list): Handle the value `only' of
178         org-agenda-show-log'.
179         (org-agenda-log-mode): Interpret a double prefix arg.
181 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
183         * org-exp.el (org-export-html-footnotes-section): New variable.
184         (org-export-as-html): Use `org-export-html-footnotes-section' to
185         insert the footnotes.
186         (org-export-language-setup): Add "Footnotes" to language words.
188 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
190         * org.el (org-yank): Fix bug when not inserting a subtree.
192 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
194         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
195         instead of `vm-beginning-of-message'.
197         * org.el (org-make-link-regexps): Make sure that links to gnus can
198         contain brackets.
200 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
202         * org-attach.el (org-attach-dir): Remove duplicate ID creation
203         code.
205         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
206         shell output.
208         * org.el (org-link-abbrev-alist): Improve customization type.
210         * org-attach.el (org-attach-expand-link, org-attach-expand): New
211         functions.
213         * org-agenda.el (org-agenda-get-progress): Renamed from
214         `org-get-closed'.  Implement searching for state changes as well.
215         (org-agenda-log-mode-items): New option.
216         (org-agenda-log-mode): New option prefix argument, interpreted as
217         request to show all possible progress info.
218         (org-agenda-get-day-entries): Call `org-get-progress' instead of
219         `org-get-closed'.
220         (org-agenda-set-mode-name): Handle the more complex log mode
221         settings.
222         (org-get-closed): New alias, pointing to `org-get-progress'.
224 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
226         * org.el (org-file-apps-defaults-gnu)
227         (org-file-apps-defaults-macosx)
228         (org-file-apps-defaults-windowsnt): Add an entry defining the
229         system command.
230         (org-file-apps): Allow `system' as key and value.
231         (org-open-at-point): Explain the effect of a double prefix arg.
232         (org-open-file): If the argument `in-emacs' is (16),
233         i.e. corresponding to a double prefix argument, try to open the
234         file externally.
236 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
238         * org.el (org-insert-link): Abbreviate absolute files names in
239         links.  Also, fix a bug in which the double C-u prefix would not
240         be honored.
242 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
244         * org.el (org-insert-heading): If buffer does not end with a
245         newline, add one if necessary to insert headline correctly.
247         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
248         paragraphs, not inside.
250         * org.el (org-todo): Quote
251         `org-agenda-headline-snapshot-before-repeat'.
253         * org-exp.el (org-export-as-html): Fully process link descriptions.
254         (org-export-html-format-desc): New function.
255         (org-export-as-html): Collect footnotes into the correct basket.
256         (org-html-protect): No longer protect quotations marks here, this
257         goes wrong.
259         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
260         BEG.
262         * org-compat.el (org-fit-window-to-buffer): New function (not
263         really, a preliminary and incomplete version was present earlier,
264         but not used).
266         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
267         `org-fit-window-to-buffer'.
269         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
271         * org-agenda.el (org-agenda-get-restriction-and-command)
272         (org-fit-agenda-window, org-agenda-convert-date): Use
273         `org-fit-window-to-buffer'.
275         * org-exp.el (org-export-as-html): Process href links through
276         `org-export-html-format-href'.
277         (org-export-html-format-href): New function.
279         * org-agenda.el (org-agenda-todo): Update only the current
280         headline if this is a repeated TODO, marked done for today.
281         (org-agenda-change-all-lines): New argument JUST-THIS, to change
282         only the current line.
284         * org.el (org-todo): Take a snapshot of the headline if the
285         repeater might change it.
287 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
289         * org-publish.el (org-publish-find-title): Remove buffers visited
290         only for extracting the title.
292         * org-exp.el (org-export-html-style)
293         (org-export-html-style-default): Mark style definitions as
294         unparsed CDATA.
296         * org-publish.el (org-publish-validate-link): Function
297         re-introduced.
299 2008-11-02  Charles Sebold  <csebold@gmail.com>
301         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
302         property.
303         (org-plot-quote-timestamp-field): New function.
304         (org-plot-quote-tsv-field): Call timestamp field function when
305         necessary rather than just quoting as a string.
306         (org-plot/gnuplot-to-data): Pass in timefmt property.
307         (org-plot/gnuplot-script): Supports timefmt property.
308         (org-plot/gnuplot): Checks for timestamp column before checking
309         for text index column.
311 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
313         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
315         * org-publish.el (org-publish-org-index): Create a section in the
316         index file.
317         (org-publish-org-index): Stop linking to directories.
319         * org.el (org-emphasis-alist): Use span instead of <u> to
320         underline text.
322         * org-exp.el (org-export-as-html): Make sure <p> is closed before
323         <pre> sections.
325 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
327         * org-jsinfo.el (org-infojs-template): Remove language attribute
328         from script tag.
330 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
332         * org-agenda.el (org-agenda-remove-marked-text): New function.
333         (org-agenda-mark-filtered-text)
334         (org-agenda-unmark-filtered-text): New functions.
335         (org-write-agenda): Remove fltered text.
337         * org.el (org-make-tags-matcher): Give access to TODO "property"
338         without speed penalty.
340 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
342         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
343         option.
344         (org-store-link-props): Make sure adding to the plist works
345         correctly.
347         * org-gnus.el (org-gnus-no-new-news): New function.
348         (org-gnus-follow-link): Allow the article ID to be a message-id,
349         in addition to allowing article numbers.  Message IDs make much
350         more roubust links.
351         (org-gnus-store-link): Use message-id to create link.
353 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
355         * org.el (org-emphasize): Reverse the selection array.
356         (org-emphasis-alist): Set <code> tags for the verbatim
357         environment.
359         * org-remember.el (org-remember-handler): Fix bug with
360         prefix-related changing of the note storage target.
362         * org-exp.el (org-print-icalendar-entries): Make the exported
363         priorities compatible with RFC 2445.
365         * org-clock.el (org-clock-save): Insert time stamp without
366         dependence on time-stamp.el.
368 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
370         * org.el ("saveplace"): If saveplace puts point into an invisible
371         location, make it visible.
372         (org-make-tags-matcher): Allow inactive time stamps in time
373         comparisons.
374         (org-yank-adjusted-subtrees): New option.
375         (org-yank): Incorporate adjusting trees.
376         (org-paste-subtree): New argument FOR-YANK which will cause
377         insertion at point without backing up over white lines, and leave
378         point at the end of the inserted text.  Also if the cursor is
379         at the beginning of a headline, use the same level or the inserted
380         tree.
382         * org-publish.el (org-publish-get-base-files-1): Deal correctly
383         with broken symlinks
385 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
387         * org-exp.el (org-export-select-tags, org-get-current-options):
388         Fix typo.
390 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
392         * org-agenda.el (org-format-agenda-item)
393         (org-agenda-filter-make-matcher): Make sure tags are stored and
394         compared donwcased.
396 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
398         * org.el (org-insert-todo-heading): Fix bug with force-heading
399         argument.
401 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
403         * org-clock.el (org-clock-in-resume): Add a custom option to
404         toggle starting the clock from an open clock line.
405         (org-clock-in): When clocking in to an entry, if
406         `org-clock-in-resume' is set, check if the first clock line is
407         open and if so, start the clock from the time in the clock line.
408         (org-clock-persist): Add a custom option to toggle clock
409         persistence.
410         (org-clock-persist-query-save): Add a custom option to toggle
411         asking the user if they want to save the running clock when
412         exiting.
413         (org-clock-persist-query-resume): Add a custom option to toggle
414         asking the user if they want to resume the saved clock when Emacs
415         is restarted.
416         (org-clock-save): Add a function to save clock data.
417         This includes the contents of `org-clock-history' and the buffer
418         and position of the currently clocked task, if any.
419         (org-clock-load): Add a function to load clock data.
420         This populates `org-clock-history', and resumes the saved clocked
421         task if there is one.
422         (org-clock-persistence-insinuate): Add a method to set up the
423         hooks for clock persistence.
425 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
427         * org-exp.el (org-export-as-ascii): Handle the case that we are
428         publishing from an indirect buffer.
430         * org-table.el (org-table-copy-down): Fix bug with time stamp
431         increment.
433         * org-mouse.el (org-mouse-features): New option.
434         (org-mode-hook): Turn on features depending on
435         `org-mouse-features'.
437         * org.el (org-insert-heading-respect-content): Force heading
438         creation.
439         (org-insert-heading): keep the folding state of the heading before
440         the inserted one.
442 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
444         * org-archive.el (org-archive-to-archive-sibling): Handle top
445         level headlines better.
447 2008-10-21  Bastien Guerry  <bzg@altern.org>
449         * org-export-latex.el (org-export-latex-classes): Added
450         \usepackage{graphicx} to the default list of packages.
452 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
454         * org-agenda.el (org-agenda-filter): Renamed from
455         `org-agenda-filter-tags'.
457 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
459         * org.el (org-entry-properties): Add CATEGORY property, iven if it
460         is not defined as a property in this entry.
461         (org-add-log-note): Mask prefix argument when immediately storing
462         the note.
464         * org-agenda.el (org-agenda-filter-effort-default-operator): New
465         option.
467 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
469         * org.el (org-add-log-setup): Bugfix; code to find insertion point
470         after drawers was skipping ahead one line too many, so notes were
471         inserted after the first note instead of before it.
473 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
475         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
476         New variables.
477         (org-prepare-agenda): Reset the filter tags.
478         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
479         Show filter tags in mode line.
481         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
482         formatter.
484         * org-export-latex.el (org-latex-entities-regexp): New constant.
485         (org-export-as-pdf): Use two calls to `shell-command'.
487 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
489         * org-export-latex.el (org-export-latex-treat-sub-super-char):
490         Honor the {} value of the subsuperscript setting.  Make sure that
491         longer subsuperscripts are typeset in a roman font.
493         * org.el (org-clock-update-time-maybe): Compute negative clock
494         intervals correctly.
496 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
498         * org.el (org-add-log-setup): Respect
499         `org-log-state-notes-insert-after-drawers'.
500         (org-log-state-notes-insert-after-drawers): New option.
501         (org-todo-trigger-tag-changes): New function.
502         (org-todo): Call `org-todo-trigger-tag-changes'.
504 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
506         * org.el (org-add-log-setup): Only skip drawers if the are
507         immediately after the scheduling keywords.
509         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
510         function
511         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
512         call it with the current todo state to get the state to switch to
513         when clocking in.
514         (org-clock-in): Use org-indent-line-function to indent clock lines.
515         (org-clock-find-position): Fix indentation of empty clock drawers.
517 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
519         * org-publish.el (org-publish-org-to): Handle case when
520         org-export-to-pdf does return a file name, not a buffer.
521         (org-publish-org-to-pdf): New function.
523         * org-export-latex.el (org-export-as-pdf)
524         (org-export-as-pdf-and-open): New commands.
526         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
527         forms as ranges.
529         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
530         things in protexted regions.
532 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
534         * org-export-latex.el (org-export-latex-preprocess): Improve
535         quoting of LaTeX environments.
537 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
539         * org.el (org-edit-fixed-width-region): Exclude final newline from
540         picture area.
542         * org-export-latex.el (org-export-latex-subcontent): Add labels to
543         sections, to make internal links work.
544         (org-export-latex-fontify-headline): Do not remove all text
545         properties, to make sure that target properties survive this
546         process.
548         * org-exp.el (org-export-preprocess-string): Change sequence of
549         modifications, to make sure links are prepared before the LaTeX
550         conversions do happen.
552 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
554         * org-attach.el (org-attach-delete-all): Renamed from
555         `org-attch-delete'.  Add a security query before deleting the
556         entire directory.  New optional argument FORCE can overrule the
557         security query.
558         (org-attach-delete-one): New command.
560 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
562         * org-attach.el (org-attach-file-list): Fix bug with directory.
564 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
566         * org.el (org-apps-regexp-alist): New function.
567         (org-file-apps): Add auto-mode to the default value.
568         (org-open-file): Use the new structure of org-file-apps.
570         * org-attach.el (org-attach): Support the new keys.
571         (org-attach-method): New option.
573 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
575         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
576         March.
578         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
579         of the list value o `org-use-tag-inheritance'.
581         * org-attach.el (org-attach-auto-tag): New option.
582         (org-attach-tag, org-attach-untag): New functions.
583         (org-attach-attach, org-attach-new, org-attach-sync): Call
584         `org-attach-tag'.
585         (org-attach-delete): Call `org-attach-untag'.
587 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
589         * org-table.el (orgtbl-self-insert-command): Make this work for
590         the keypad as well.
592 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
594         * org.el (org-add-log-setup): Limit searc for drawers to entry
595         text, not to subtree.
597         * org-clock.el (org-clock-heading-for-remember): New variable.
598         (org-clock-in): Set `org-clock-heading-for-remember'.
600 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
602         * org-remember.el (org-remember-apply-template): Add new
603         expansions: %k, %K for currently clocked task and a link to the
604         currently clocked task, and %< to file notes in the currently
605         clocked task.
607 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
609         * org-export-latex.el (org-export-latex-make-header): Also insert
610         the content of the property :latex-header-extra.
612         * org-exp.el (org-infile-export-plist): Put the content of
613         #+LATEX_HEADER: into the property :latex-header-extra.
615         * org-colview.el (org-columns-get-format-and-top-level): Remove
616         resetting the marker.
618         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
619         Remove resetting the marker.
621         * org.el (org-entry-property-inherited-from): Improve docstring.
622         (org-entry-get-with-inheritance): Reset marker before starting the
623         search.
625         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
627 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
629         * org.el (org-entry-get-multivalued-property)
630         (org-entry-protect-space, org-entry-restore-space): New
631         functions.
632         (org-file-apps-defaults-macosx): Let postscript files be opened by
633         preview.
634         (org-time-stamp-inactive): Call `org-time-stamp'.
635         (org-time-stamp): New argument `inactive'.  Also edit inacive
636         stamps. Convert time stamp type.
637         (org-open-file): Interpret the `default' value for the `command'
638         in `org-file-apps'.
640         * org-id.el (org-id-int-to-b36-one-digit)
641         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
642         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
643         b36.
645 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
647         * org-id.el (org-id-reverse-string): New function.
648         (org-id-new): Use `org-id-reverse-string' to make sure the
649         beginning chars of the ID are mutating fast.  This allows to use a
650         directory structure to spread things better.
651         (org-id-prefix): Changed default to nil.
653         * org-list.el (org-move-item-down, org-move-item-up): Remember and
654         restore the column of the cursor position.
656         * org-remember.el (org-remember-apply-template): Remove properties
657         from `initial'.
659 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
661         * org-wl.el (org-wl-open): Remove useless call to
662         `wl-thread-open-all'.
664         * org-remember.el (org-remember-handler): Fix bug with `bottom'
665         location.
667 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
669         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
670         `org-bbdb-anniversaries'.
672         * org.el (org-get-next-sibling, org-forward-same-level): New
673         functions, similar to the outline versions, but invisible headings
674         are OK.
676 2008-09-25  Bastien Guerry  <bzg@altern.org>
678         * org.el (org-auto-repeat-maybe): Insert a space between
679         the timestamp's type and the timestamp itself.
681 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
683         * org-table.el (org-table-sum): Do not format the result with %g,
684         it does rounding when there are too many digits.
686         * org.el (org-map-entries): Protect the keyword-selecting variables.
688 2008-09-23  Bastien Guerry  <bzg@altern.org>
690         * org-agenda.el (org-agenda-to-appt): Make sure the function check
691         against all agenda files.
693 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
695         * org-list.el: New file, aggregating list functions from org.el
696         and org-export-latex.el.
698         * org.el (org-edit-src-region-extra): New option.
700 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
702         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
703         time before 1am.
705 2008-09-22  Bastien Guerry  <bzg@altern.org>
707         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
709 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
711         * org-plot.el (org-plot/gnuplot): Make tables starting with a
712         hline work correctly.
713         (org-plot/gnuplot-script): Put commas at the end of each script
714         line.
716 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
718         * org.el (org-get-refile-targets): Replace links with their
719         descriptions
720         (org-imenu-get-tree): Replace links with their descriptions.
722         * org-remember.el (org-remember-apply-template): Add a new
723         expansion for adding properties to remember items.
725         * org.el (org-add-log-setup): Skip over drawers (properties,
726         clocks etc) when adding notes.
728         * org-agenda.el (org-agenda-get-closed): show durations of clocked
729         items as well as the start and end times.
731         * org-compat.el (org-get-x-clipboard-compat): Add a compat
732         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
734         * org-remember.el (org-get-x-clipboard): Use the compat
735         function to get clipboard values when x-selection-value is
736         unavailable. Use substring-no-properties instead of
737         set-text-properties to remove text properties from the clipboard
738         value.
740         * lisp/org-clock.el (org-update-mode-line): Support limiting the
741         modeline clock string, and display the full todo value in the
742         tooltip. Set a local keymap so mouse-3 on the clock string goes to
743         the currently clocked task.
744         (org-clock-string-limit): Add a custom value for the maximum
745         length of the clock string in the modeline.
746         (org-clock-mode-map): Add a keymap for the modeline string
748 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
750         * org-compat.el (org-propertize): New function.
752 2008-09-20  Bastien Guerry  <bzg@altern.org>
754         * org-export-latex.el (org-export-latex-tables): protect exported
755         tables from further special chars conversion.
756         (org-export-latex-preprocess): Preserve LaTeX environments.
757         (org-list-parse-list): Parse descriptive lists.
758         (org-list-to-generic, org-list-to-latex, org-list-to-html)
759         (org-list-to-texinfo): Export descriptive lists.
760         (org-quote-chars): Remove.
761         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
762         (org-export-latex-list-beginning-re): Rename to
763         `org-list-beginning-re'
764         (org-list-item-begin): Rename to `org-list-item-beginning'
766 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
768         * org.el (org-refile): Allow refiling to the last entry in the
769         buffer.
770         (org-get-tags-at): Fix bug when inheritance is turned off.
772 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
774         * org.el (org-indent-line-function): No longer check for src
775         regions, this is too much overhead.
777         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
778         matching.
780         * org.el (org-scan-tags): Make sure that tags matching is not case
781         sensitive.  TODO keyword matching is case sensitive, however, to
782         avoid confusion with similar words that are not meant to be
783         keywords.
785 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
787         * org.el (org-get-local-tags-at): New function.
788         (org-get-local-tags): New function.
790         * org-exp.el (org-export-get-categories): New function.
792         * org-agenda.el (org-sorting-choice)
793         (org-agenda-sorting-strategy, org-agenda-get-todos)
794         (org-agenda-get-timestamps, org-agenda-get-deadlines)
795         (org-agenda-get-scheduled, org-agenda-get-blocks)
796         (org-entries-lessp): Implement sorting by TODO state.
797         (org-cmp-todo-state): New defsubst.
799         * org-colview.el (org-colview-construct-allowed-dates): New
800         function.
801         (org-columns-next-allowed-value): Use
802         `org-colview-construct-allowed-dates'.
804         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
805         function.
806         (org-columns-next-allowed-value): Use
807         `org-colview-construct-allowed-dates'.
809 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
811         * org.el (org-protect-slash): New function.
812         (org-get-refile-targets): Use `org-protect-slash'.
814         * org-agenda.el (org-global-tags-completion-table): New variable.
816         * org-exp.el (org-export-handle-export-tags): New function.
817         (org-export-preprocess-string): Call
818         `org-export-handle-export-tags'.
820         * org-plot.el: New file.
822         * org-publish.el (org-publish-expand-components): Function removed.
823         (org-publish-expand-projects): Allow components to have components.
825 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
827         * org.el (org-indent-line-function): Do not indent in regions that
828         are external source code.
829         (org-yank-and-fold-if-subtree): New function.
831         * org-agenda.el (org-agenda-todayp): New function.
832         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
833         `org-agenda-todayp'.
835         * org.el (org-insert-heading-respect-content)
836         (org-insert-todo-heading-respect-content): New commands.
837         (org-insert-heading-respect-content): New option.
838         (org-insert-heading): Respect `org-insert-heading-respect-content'.
840         * org-clock.el (org-clock-find-position): Make sure the note after
841         the clock line gets moved into the new clock drawer.
843 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
845         * org-id.el (org-id-new): New option.
847 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
849         * org-table.el (org-table-copy-down): Avoid overflow during
850         increment.  Use prefix argument 0 to temporarily disable the
851         increment.
853 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
855         * org-exp.el (org-export-as-html): Do not turn on the major mode
856         if the buffer will be killed anyway.
857         (org-get-current-options): Exclude the #+TEXT field.
858         (org-export-as-html): Make sure text before the first headline is
859         a paragraph.
861         * org-publish.el (org-publish-org-to): Tell the exporter that this
862         buffer will be killed, so it is not necessary to do major mode
863         initialization.
865         * org-archive.el (org-archive-to-archive-sibling): Show empty
866         lines after folding the archive sibling.
868         * org.el (org-log-note-extra): New variable.
870 2008-09-05  Bastien Guerry  <bzg@altern.org>
872         * org.el (org-additional-option-like-keywords): Added keywords for
873         the _QUOTE, _VERSE and _SRC environments.
875         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
876         exporting _QUOTE and _VERSE environments.
878 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
880         * org-agenda.el (org-agenda-filter-by-tag): New command.
882         * org-exp.el (org-get-current-options): Remove angular brackets
883         from the date entry.
885         * org.el (org-edit-fixed-width-region): New function.
886         (org-edit-fixed-width-region): Also try
887         `org-edit-fixed-width-region'.
888         (org-edit-fixed-width-region-mode): New option.
889         (org-activate-code): Only interprete lines starting with colon
890         plus a space as example lines.
892         * org-remember.el (org-remember-templates): Add nil instead of
893         empty strings to fix the length of remember templates.
895         * org-table.el (org-calc-default-modes): Fix the time format for
896         calc, from 12 hour to 24 hour clock.
898 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
900         * org-agenda.el (org-agenda-get-deadlines)
901         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
902         entries that are pre-warnings of deadlines or reminders.
904         * org.el (org-sort-entries-or-items): Make numeric and alpha
905         comparisons ignore any TODO keyword and priority cookie.
907         * org-remember.el (org-remember-handler): Reinterpretation of the
908         prefix argument.
910 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
912         * org-agenda.el (org-agenda-get-scheduled): Use new
913         `org-scheduled' face.
915         * org-faces.el (org-scheduled): New face.
917         * org-wl.el (org-wl-open): Remove incorrect declaration.
919         * org-gnus.el (org-gnus-store-link): Support for :to information
920         in gnus links.
922         * org-exp.el (org-export-as-html): Fixed typo in creator
923         information.
924         (org-export-protect-examples): New parameter indent.  Insert extra
925         spaces only when this parameter is specified.
926         (org-export-preprocess-string): Call `org-export-protect-examples'
927         with an indentation parameter when exporting to ASCII.
929         * org-remember.el (org-remember-templates)
930         (org-remember-apply-template): Allow the file component to be a
931         function.
933         * org.el (org-goto-local-search-headings): Renamed from
934         `org-goto-local-search-forward-headings'.  Added the possibility
935         to search backwards.
937 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
939         * org-export-latex.el (org-export-latex): New customization
940         group.
942         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
944 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
946         * org-exp.el (org-html-do-expand): Allow {} to terminate
947         tex macro
949 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
951         * org.el (org-buffer-list): Select buffers based on major mode,
952         not on file name.
954 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
956         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
957         face property.
959         * org-colview.el (org-columns-display-here): Use
960         `org-columns-modify-value-for-display-function'.
962         * org-colview-xemacs.el (org-columns-display-here): Use
963         `org-columns-modify-value-for-display-function'.
965 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
967         * org.el (org-columns-modify-value-for-display-function): New option.
979         * org-publish.el (org-publish-file): Make sure the directory match
980         for the publishing directory works correctly.
982         * org-agenda.el (org-agenda-execute-calendar-command)
983         (org-agenda-diary-entry): Additional optional argument.
985 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
987         * org-exp.el (org-export-as-html): Add attributes also in mailto
988         and ftp links.
990         * org.el (org-autoload): Add `org-dblock-write:columnview'.
999 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1001         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1002         sure that calls from `org-export-region-as-html' do not do the
1003         special check for a subtree.
1005 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1007         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1009 2008-07-20  Juri Linkov  <juri@jurta.org>
1011         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1012         new keymap `narrow-map' instead of binding "\C-xns".
1014 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1016         * org.el (org-open-file): Use
1017         `org-open-directory-means-index-dot-org'.
1018         (org-open-directory-means-index-dot-org): New option.
1020 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1022         * org.el (org-make-link-string): Remove link attributes from
1023         description.
1024         (org-open-at-point): Remove link attributes bevore using the path.
1026         * org-exp.el (org-export-as-html): Handle link attributes.
1028         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1030         * org-table.el (org-table-to-lisp): New function.
1032         * org.el (org-narrow-to-subtree): Do not include the final newline
1033         into the narrowed region.
1035         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1036         bug with user-define skipping condition.
1038 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1040         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1042 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1044         * org-exp.el (org-export-html-style-default): Automatic overflow
1045         handling for pre fields.
1046         (org-export-as-ascii, org-export-as-html): Change default format
1047         for time stamp.
1049         * org-table.el (org-table-export): Offer completion for translator
1050         functions, and do not require a heading above the table.
1052         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1053         Cater for the case of a list starting in the first line of the
1054         buffer.
1056 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1058         * org-publish.el (org-publish-find-title): Bug fix.
1059         (org-publish-org-index): Implement new :index-style option.
1061 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1063         * org-publish.el (org-publish-timestamp-filename): Use
1064         SHA1-encoded file names in the timestamp directory.
1066 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1068         * org-publish.el (org-publish-needed-p): Be verbose about files
1069         published and files skipped.
1071         * org-exp.el (org-export-preprocess-string): Swap link
1072         normalization and inernal link targeting.
1074         * org-publish.el (org-publish-needed-p): Create timestamp
1075         directory when it does not exist.
1077 2008-07-04  Bastien Guerry  <bzg@altern.org>
1079         * org-clock.el (org-clock-out-when-done): Doc fix.
1081         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1083         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1084         Ignore case when searching for the COMMENT cookie at export time.
1086 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1088         * org-exp.el (org-get-file-contents)
1089         (org-get-and-remove-property): New functions.
1090         (org-export-handle-include-files): Handle the new prefix options.
1091         (org-export-as-html): Fix the verse environment.
1093 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1095         * org.el (org-time=, org-time<, org-time<=, org-time>)
1096         (org-time>=, org-time<>, org-2ft): New functions.
1097         (org-op-to-function): Also provide for the time testing fucntions.
1099 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1101         * org-exp.el (org-export-html-style-default): New constant.
1103 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1105         * org-exp.el (org-export-html-style-extra): New variable.
1106         (org-export-splice-style): New function.
1108 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1110         * org-exp.el (org-export-plist-vars, org-export-as-html):
1111         Implement `org-export-creator-info'.
1112         (org-export-creator-info): New option.
1114 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1116         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1117         (org-property-drawer-re, org-clock-drawer-re): New constants.
1119 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1121         * org-exp.el (org-icalendar-use-deadline)
1122         (org-icalendar-use-scheduled): New options.
1123         (org-icalendar-include-todo): Default changed to t.
1124         (org-print-icalendar-entries): Implement better utilization of
1125         scheduling and deadline time stamps.
1126         (org-export-target-internal-links, org-export-as-html): Allow file
1127         lines without the "file:" prefix if the file path is an absolute
1128         path or starts with ".".
1130         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1131         lastweek etc.
1132         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1134 2008-06-18  Glenn Morris  <rgm@gnu.org>
1135         * org.el (org-map-entries): Let-bind `file'.
1137 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1139         * org.el (org-agenda-skip-archived-trees): Docstring now
1140         discourages using this.
1141         (org-scan-tags): Check for org-agenda-archives-mode.
1142         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1143         (org-agenda-files): Functionality of second arg changed.
1145         * org-agenda.el (org-agenda-archives-mode): New variable
1146         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1147         (org-search-view, org-todo-list, org-tags-view)
1148         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1149         `ifmode' argument.
1150         (org-agenda-quit): Reset the archives mode.
1151         (org-agenda-archives-mode): New command.
1152         (org-agenda-set-mode-name): Include archives info.
1154 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1156         * org.el (org-paste-subtree): Make sure the yanked headline is
1157         visible if it was yanked at a visible point.
1158         (org-move-item-up): Fix the bug with moving white space at the end
1159         of the item.
1160         (org-show-empty-lines-in-parent): New function.
1162 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1164         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1166         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1168         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1169         agenda prefix as well.
1171         * org-publish.el (org-publish-org-index): Make a properly indented
1172         list.
1174         * org.el (org-calendar-agenda-action-key): New option.
1175         (org-get-cursor-date): New function.
1176         (org-mark-entry-for-agenda-action): New command.
1177         (org-overriding-default-time): New variable.
1178         (org-read-date): Respect `org-overriding-default-time'.
1180         * org-remember.el (org-remember-apply-template): Respect the
1181         ovverriding default time.
1183         * org-agenda.el (org-agenda-action-marker): New variable.
1184         (org-agenda-action): New command.
1185         (org-agenda-do-action): New function.
1187 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1189         * org.el (org-schedule, org-deadline): Protect scheduled and
1190         deadline tasks against changes that accidently remove the
1191         repeater.  Also show a message with the new date when done.
1193 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1195         * org.el (org-beginning-of-line): Cater for the case when there
1196         are tags but no headline text.
1197         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1198         it set.
1200 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1202         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1203         the return value is nil instead of "nil" when there is no match.
1205         * org-exp.el (org-insert-centered): Use fill-column instead of
1206         80.
1207         (org-export-as-ascii): Use string-width to measure the width of
1208         the heading.
1210         * org.el (org-diary-to-ical-string): No longer kill buffer
1211         FROMBUF, this is now done by the caller.
1213         * org-exp.el (org-print-icalendar-entries): Move the call to
1214         `org-diary-to-ical-string' out of the loop, and kill the buffer
1215         afterwords.
1217         * org-remember.el (org-remember-visit-immediately): Position
1218         cursor after moving to the note.
1219         (org-remember-apply-template): Use a text property to record the
1220         cursor position.
1221         (org-remember-handler): Align tags after pasting the note.
1223 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1225         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1227         * org-agenda.el (org-agenda-open-link): If there is an
1228         org-bbdb-name property in the current line, jump to that bbdb
1229         entry.
1231         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1232         text property, so that the agenda knows where this entry comes
1233         from.
1235         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1236         interaction between clocking-in from the agenda, and  automatic
1237         task state switching.
1239         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1241         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1242         zmacs-region stays after this command in XEmacs.
1244 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1246         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1248         * org-remember.el (org-remember-templates): Fix bug in
1249         customization type definition.
1251         * org.el (org-map-entries): New function.
1253 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1255         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1256         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1258 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1260         * org-remember.el (org-jump-to-target-location): New variable.
1261         (org-remember-apply-template): Set
1262         `org-remember-apply-template' if requested by template.
1263         (org-remember-handler): Start an idle timer to jump to
1264         remember location.
1266         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1268         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1269         file tags.
1270         (org-get-tags-at): Add the content of `org-file-tags'.
1272         * org-exp.el (org-export-handle-comments): Fix bug with several
1273         comment lines after each other.
1274         (org-number-to-roman, org-number-to-counter): New functions.
1275         (org-export-section-number-format): New option.
1277 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1279         * org-exp.el (org-export-protect-examples): Catch the case of a
1280         missing end_example line.
1282         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1283         `org-file-tags' to nil.
1285         * org-colview.el (org-columns-next-allowed-value): Handle next
1286         argument NTH to directly select a value.
1288         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1289         argument NTH to directly select a value.
1291 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1293         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1295 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1297         * org.el (org-columns-ellipses): New option.
1299 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1301         * org-colview.el (org-columns-add-ellipses): New function.
1302         (org-columns-compact-links): New function.
1303         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1304         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1305         when in agenda.
1306         (org-columns-edit-value): Fixed bug with editing values from
1307         agenda column view.
1308         (org-columns-redo): Also redo the agenda itself.
1310 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1312         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1313         option.
1315         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1317         * org-exp.el (org-export-ascii-preprocess): Renamed from
1318         `org-export-ascii-clean-string'.
1319         (org-export-kill-licensed-text)
1320         (org-export-define-heading-targets)
1321         (org-export-handle-invisible-targets)
1322         (org-export-target-internal-links)
1323         (org-export-remove-or-extract-drawers)
1324         (org-export-remove-archived-trees)
1325         (org-export-protect-quoted-subtrees)
1326         (org-export-protect-verbatim, org-export-protect-examples)
1327         (org-export-select-backend-specific-text)
1328         (org-export-mark-blockquote-and-verse)
1329         (org-export-remove-comment-blocks-and-subtrees)
1330         (org-export-handle-comments, org-export-mark-radio-links)
1331         (org-export-remove-special-table-lines)
1332         (org-export-normalize-links)
1333         (org-export-concatenate-multiline-links)
1334         (org-export-concatenate-multiline-emphasis): New functions,
1335         obtained from spliiting the export preprocessor.
1337         * org-table.el (org-table-recalculate): Improve error message if
1338         the row number is invalid.
1340 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1342         * org-archive.el (org-archive-save-context-info): Fix bugs in
1343         customization setup and docstring.
1345         * org-exp.el (org-export-html-style): Changed the size of in the
1346         <pre> element to 90%.
1348 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1350         * org.el (org-find-src-example-start): Function removed.
1351         (org-edit-src-find-region-and-lang): New function.
1353 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1355         * org.el (org-edit-src-exit): New function.
1356         (org-exit-edit-mode): New minor mode.
1358         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1359         comment-like lines from protected examples.
1361         * org.el (org-edit-src-example, org-find-src-example-start)
1362         (org-protect-source-example, org-edit-special): New functions.
1364 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1366         * org-publish.el (org-publish-project-alist): Fix typo in
1367         docstring.
1368         (org-publish-project-alist): Handle :index-title property.
1370 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1372         * org-export-latex.el (org-export-as-latex): Make sure region
1373         bounds are correct.  Parse subtree properties relating to export.
1375         * org-exp.el (org-export-add-options-to-plist): New function.
1376         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1378 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1380         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1381         EXPORT_TITLE.
1383         * org-exp.el (org-export-get-title-from-subtree)
1384         (org-export-as-ascii, org-export-as-html): Make sure the original
1385         region-beginning and region-end are used, even after moving
1386         point.
1387         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1388         property.
1390         * org-remember.el (org-remember-last-stored-marker): New variable.
1391         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1392         (org-remember-handler): Also use marker to remember
1393         last-stored position.
1395         * org.el (org-goto-marker-or-bmk): New function.
1397 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1399         * org.el (org-file-properties): Renamed from `org-local-properties'.
1400         (org-scan-tags): Take file tags into account.
1401         (org-tags-match-list-sublevels): Default changed to t.
1403         * org-exp.el (org-export-as-html): Close paragraph after a
1404         footnote.
1406         * org.el (org-update-parent-todo-statistics): New function.
1408         * org-exp.el (org-icalendar-store-UID): New option.
1409         (org-icalendar-force-UID): Option removed.
1410         (org-print-icalendar-entries): IMplement UIDs.
1412 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1414         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1416 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1418         * org-faces.el (org-column): Document how this face is being used
1419         and why sometimes the background faces shine through.
1421         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1423         * org-publish.el (org-publish-attachment): Create publishing
1424         directory if it does not yet exist.
1426         * org-table.el (org-calc-default-modes): Change default number
1427         format to (float 8).
1429         * org.el (org-olpath-completing-read): New function.
1430         (org-time-clocksum-format): New option.
1431         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1433         * org-clock.el (org-clock-display, org-clock-out)
1434         (org-update-mode-line): Use `org-time-clocksum-format'.
1436         * org-colview-xemacs.el (org-columns-number-to-string): Use
1437         `org-time-clocksum-format'.
1439         * org-colview.el (org-columns-number-to-string): Use
1440         `org-time-clocksum-format'.
1442 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1444         * org-id.el: New file, move from contrib to core.
1446         * org-exp.el (org-icalendar-force-UID): New option.
1448 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1450         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1451         shifted by one day if theere is a date range without an end
1452         time.
1454         * org.el (org-try-structure-completion): New function.
1456 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1458         * org.el (org-set-font-lock-defaults): Improve fontification of
1459         description lists.
1460         (org-insert-item): Handle description lists.
1461         (org-adaptive-fill-function): Improve auto indentation in
1462         description lists.
1464         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1465         Implement VERSE environment.
1466         (org-export-preprocess-string): Implement the COMMENT
1467         environment.
1469         * org-export-latex.el (org-export-latex-preprocess): Implement
1470         VERSE environment.
1472 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1474         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1475         option.
1477 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1479         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1481         * org.el (org-quote-csv-field): New functions.
1483         * org-table.el (org-table-export-default-format): Remove :splice
1484         from default format, we get the same effect by not specifying
1485         :tstart and :tend.
1486         (org-table-export): Improve setup, distinguish better between
1487         interactive and non-interactive use, allow specifying the format
1488         on the fly, better protection against wrong file names.
1489         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1490         and :tend when :splice is omitted.
1492 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1494         * org-clock.el (org-clock-select-task): Make sure the selection
1495         letters are 1-9 and A-Z, no special characters.
1497 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1499         * org-exp.el (org-export-htmlize): New group.
1500         (org-export-htmlize-output-type)
1501         (org-export-htmlize-css-font-prefix): New options.
1502         (org-export-htmlize-region-for-paste): New function.
1503         (org-export-htmlize-generate-css): New command.
1505 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1507         * org/org.el (org-modules, org-format-latex-options):
1508         * org/org-archive.el (org-archive-stamp-time)
1509         (org-archive-save-context-info):
1510         * org/org-faces.el (org-hide):
1511         * org/org-irc.el (org-irc-parse-link):
1512         * org/org-macs.el (org-call-with-arg, org-autoload):
1513         * org/org-mew.el (org-mew-store-link):
1514         * org/org-remember.el (org-remember-store-without-prompt)
1515         (org-remember-templates): Fix typos in docstrings.
1517         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1519         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1520         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1521         (org-bbdb-anniv-split): Fix typos in docstrings.
1523         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1524         (org-publish-use-timestamps-flag): Reflow docstring.
1525         (org-publish-files-alist): Fix typos in docstring.
1527 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1529         * org.el (org-set-visibility-according-to-property): New function.
1530         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1531         and compute the regular expressions, and update font-lock.
1532         (org-property-re): Allow a dash in property names.
1534         * org-archive.el (org-extract-archive-file): Insert the file name
1535         without the path into the format, to allow the location format to
1536         contain a subdirectory.
1538         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1539         of buffer, and the `org-agenda-type' property undefined, use the
1540         value from the character before.
1542         * org.el (org-add-planning-info): Don't let indentation for
1543         would-be timestamp become extra whitespace at the end of headline.
1545 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1547         * org.el (org-remove-double-quotes, org-file-contents): New
1548         functions.
1550         * org-exp.el (org-infile-export-plist): Also parse the
1551         contents of #+SETUPFILE files, recursively.
1553         * org.el (org-set-regexps-and-options): Also parse the
1554         contents of #+SETUPFILE files, recursively.
1556         * org-exp.el (org-export-handle-include-files): New function.
1557         (org-export-preprocess-string): Call
1558         `org-export-handle-include-files'.
1560         * org.el (org-delete-property-globally)
1561         (org-delete-property, org-set-property): Ignore case during
1562         completion.
1563         (org-set-property): Use `org-completing-read' instead of
1564         `completing-read'.
1566         * org.el (org-complete-expand-structure-template): New,
1567         experimental function.
1568         (org-structure-template-alist): New, experimental option.
1569         (org-complete): Call `org-complete-expand-structure-template'.
1571 2008-05-06  Bastien Guerry  <bzg@altern.org>
1573         * org-export-latex.el (org-export-latex-preprocess): Added
1574         support for blockquotes.
1576 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1578         * org.el (org-read-date-analyze): Catch the case where only a
1579         weekday is given.
1581 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1583         * org.el (org-set-font-lock-defaults): Make the description
1584         tag bold.
1586         * org-exp.el (org-export-as-html, org-close-li): Implement
1587         description lists.
1589 2008-05-04  Jason Riedy  <jason@acm.org>
1591         * org-table.el (*orgtbl-default-fmt*): New variable.
1592         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1593         when there is no other fmt available.
1595         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1596         :tend to suppress the appropriate string.
1598         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1599         table.
1601 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1603         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1604         read date.
1606         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1607         New function.
1609         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1610         New function.
1612 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1614         * org-clock.el (org-clock-find-position): Don't include notes
1615         into clock drawer.
1617         * org-archive.el (org-archive-subtree): No longer remove an
1618         extra line after cutting the subtree.  `org-cut-subtree' already
1619         takes care of this.
1621         * org-remember.el (org-remember-handler): Only kill the target
1622         buffer if it does not contain the running clock.
1624         * org.el (org-markers-to-move): New variable.
1625         (org-save-markers-in-region, org-check-and-save-marker)
1626         (org-reinstall-markers-in-region): New function.
1627         (org-move-subtree-down, org-copy-subtree): Remember relative
1628         marker positions before cutting.
1629         (org-move-subtree-down, org-paste-subtree): Restore relative
1630         marker positions after pasting.
1632         * org-remember.el (org-remember-clock-out-on-exit): New option.
1633         (org-remember-finalize): Clock out only if the setting in
1634         `org-remember-clock-out-on-exit' requires it.
1635         (org-remember-handler): Do the cleanup in the buffer, to make sure
1636         that the clock marker remains in tact.
1638 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1640         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1641         (org-clock-in): Make sure that also tasks outside the narrowed
1642         region will be clocked in correctly.
1643         (org-clock-insert-selection-line): Widen the buffer so that we can
1644         find the correct task heading.
1646         * org.el (org-base-buffer): New function.
1648         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1649         and ";" are escaped.
1650         (org-print-icalendar-entries): Also apply
1651         `org-icalendar-cleanup-string' to the headline, not only to the
1652         summary property.
1654 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1656         * org-exp.el (org-export-preprocess-hook): New hook.
1657         (org-export-preprocess-string): Call
1658         `org-export-preprocess-hook'.
1660         * org.el (org-font-lock-hook): New variable.
1661         (org-font-lock-hook): New function.
1662         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1664 ;; Local Variables:
1665 ;; coding: utf-8
1666 ;; add-log-time-zone-rule: t
1667 ;; End:
1669     Copyright (C) 2008  Free Software Foundation, Inc.
1671   This file is part of GNU Emacs.
1673   GNU Emacs is free software: you can redistribute it and/or modify
1674   it under the terms of the GNU General Public License as published by
1675   the Free Software Foundation, either version 3 of the License, or
1676   (at your option) any later version.
1678   GNU Emacs is distributed in the hope that it will be useful,
1679   but WITHOUT ANY WARRANTY; without even the implied warranty of
1680   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1681   GNU General Public License for more details.
1683   You should have received a copy of the GNU General Public License
1684   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1686 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c