More clean-up of the clock persistence code.
[org-mode.git] / lisp / ChangeLog
blob65c9a7ad42b68770b487e702f66a4f1dc919609a
1 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-clock.el (org-clock-load): Clean up the code.
5         * org.el (org-adaptive-fill-function): Allow two spaces after
6         "1." as a list bullet.
8 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
10         * org-clock.el (org-clock-save, org-clock-load): Check for
11         live buffers, existing files, and buffer file names to ensure
12         consistent information.
13         (org-clock-persist): Make `clock' a special value of this
14         variable, and improve docstring.
16         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
17         (org-get-string-indentation): Adapt indentation when the bullet
18         width changes.
20 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
22         * org-remember.el (org-remember-finalize): Make interactive.
23         (org-remember-kill): New command.
24         (org-remember-finish-immediately): Call `org-remember-finalize'
25         directly.
26         (org-remember-finalize): Make `org-remember-finalize' an interactive
27         function.
29 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
31         * org-remember.el (org-remember-apply-template): No ido completion
32         for free prompts in remember templates.
33         (org-remember-before-finalize-hook): New hook.
34         (org-remember-mode): New minor mode.
35         (org-remember-apply-template): Turn on `org-remember-mode'.
37         * org-id.el (org-id-add-location): Avoid error when no file is
38         given.
40         * org-remember.el (org-remember-apply-template): Fix the way how
41         the list of allowed properties is retrieved from the target file.
43         * org.el (org-insert-link): Improve file link matching.
45 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
47         * org-colview.el (org-columns-display-here): New argument
48         DATELINE, to trigger using the new face.
49         (org-agenda-colview-summarize): Call `org-columns-display-here'
50         with the new argument.
52         * org-faces.el (org-agenda-column-dateline): New face.
54         * org-publish.el (org-publish-org-index): Use index-title at page
55         title, not as section.
57         * org-exp.el (org-export-html-format-desc): Respect the
58         org-protect property.
59         (org-export-as-html): Protect image specifiers that are in the
60         description part of a link.
62         * org.el (org-sort-entries-or-items, org-completing-read)
63         (org-refile-get-location, org-olpath-completing-read, org-todo)
64         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
65         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
66         (org-set-property, org-delete-property)
67         (org-delete-property-globally): Use `org-ido-completing-read'.
69         * org-remember.el (org-remember-apply-template): Use
70         `org-ido-completing-read'.
72         * org-publish.el (org-publish): Use `org-ido-completing-read'.
74         * org-colview.el (org-columns-edit-value, org-columns-new)
75         (org-insert-columns-dblock): Use `org-ido-completing-read'.
77         * org-colview-xemacs.el (org-columns-edit-value)
78         (org-columns-new, org-insert-columns-dblock): Use
79         `org-ido-completing-read'.
81         * org-attach.el (org-attach-delete-one, org-attach-open): Use
82         `org-ido-completing-read'.
84         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
85         `org-ido-completing-read'.
87         * org.el (org-time-today): New function.
88         (org-matcher-time): Use `org-time-today'.  Add special treatment
89         for "<tomorrow>" and "<yesterday>".
90         (org-ido-completing-read): New function.
91         (org-completion-use-ido): New option.
93         * org-exp.el (org-export-format-source-code): Fix bug in require
94         htmlize code.
95         (org-export-target-internal-links): Fix bug in search for text
96         property.
98 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
100         * org-export-latex.el (org-export-latex-subcontent): Interprete
101         target aliases as additonal labels.
103         * org-exp.el (org-export-target-aliases): New variable.
104         (org-export-preprocess-string)
105         (org-export-handle-invisible-targets): Fill the alias alist.
106         (org-export-as-html): Remove the &nbsp; from the anchor, and also
107         assign an id.
108         (org-html-level-start): Insert the target aliases as additonal
109         anchors.
111         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
112         picture area.
114 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
116         * org.el (org-open-at-mouse): Ensure correct link abbreviations
117         when following a link with the mouse from the agenda.
119         * org-exp.el (org-export-as-html): Avoid lone </div> when no
120         headlines are created.
122 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
124         * org.el (org-link-translation-function): New option.
125         (org-open-at-point): Call `org-link-translation-function' if
126         non-nil.
127         (org-translate-link): New function.
128         (org-translate-link-from-planner): New function.
129         (org-open-at-point): Allow interactive commands in elisp links.
131         * org-exp.el (org-icalendar-cleanup-string): Restore the old
132         iCalendar quoting.  The new one seems to caus problems with
133         applications.
135         * org.el (org-yank): Set `this-command' to `yank', so that
136         `yank-pop' will work.
138 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
140         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
141         compliance as far as quoting is concerned.
143         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
144         hexified version of the tag.
146         * org-vm.el (org-vm-follow-link): Require `vm-search'.
148         * org.el (org-up-heading-safe, org-forward-same-level): Always
149         call `org-back-to-heading' instead of `outline-back-to-heading'.
150         (org-back-to-heading): New wrapper around outline-back-to-heading,
151         with a useful error message telling where the error happened.
153         * org-list.el (org-update-checkbox-count): Always call
154         `org-back-to-heading' instead of `outline-back-to-heading'.
156         * org-exp.el (org-export-as-html): Make sure that each <img> tag
157         has an `alt' attribute, to ensure XHTML validation.
159 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
161         * org-publish.el (org-publish-attachment): Allow publishing to
162         overwrite attachment files.
164         * org-agenda.el (org-agenda-timerange-leaders): New option.
165         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
167         * org.el (org-edit-src-exit): Untabify ASCII image before
168         returning.
181 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
183         * org.el (org-yank): Make any prefix force normal yanking.
184         Suppress folding if text would be swallowed into a folded
185         subtree.
186         (org-yank-folded-subtrees, org-yank): Docstring updates.
188         * org-agenda.el (org-agenda-compare-effort): Treat no effort
189         defined as 0.
191         * org-exp.el (org-export-language-setup): Add Catalan and
192         Esperanto language entries.
194 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
196         * org.el (org-refile): Allow refiling of entire regions.
198         * org-clock.el (org-clock-time%): New function.
200         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
201         retrieve property values.
203 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
205         * org-agenda.el (org-agenda-list): Handle the value `only' of
206         org-agenda-show-log'.
207         (org-agenda-log-mode): Interpret a double prefix arg.
209 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org-exp.el (org-export-html-footnotes-section): New variable.
212         (org-export-as-html): Use `org-export-html-footnotes-section' to
213         insert the footnotes.
214         (org-export-language-setup): Add "Footnotes" to language words.
216 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org.el (org-yank): Fix bug when not inserting a subtree.
220 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
222         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
223         instead of `vm-beginning-of-message'.
225         * org.el (org-make-link-regexps): Make sure that links to gnus can
226         contain brackets.
228 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
230         * org-attach.el (org-attach-dir): Remove duplicate ID creation
231         code.
233         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
234         shell output.
236         * org.el (org-link-abbrev-alist): Improve customization type.
238         * org-attach.el (org-attach-expand-link, org-attach-expand): New
239         functions.
241         * org-agenda.el (org-agenda-get-progress): Renamed from
242         `org-get-closed'.  Implement searching for state changes as well.
243         (org-agenda-log-mode-items): New option.
244         (org-agenda-log-mode): New option prefix argument, interpreted as
245         request to show all possible progress info.
246         (org-agenda-get-day-entries): Call `org-get-progress' instead of
247         `org-get-closed'.
248         (org-agenda-set-mode-name): Handle the more complex log mode
249         settings.
250         (org-get-closed): New alias, pointing to `org-get-progress'.
252 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
254         * org.el (org-file-apps-defaults-gnu)
255         (org-file-apps-defaults-macosx)
256         (org-file-apps-defaults-windowsnt): Add an entry defining the
257         system command.
258         (org-file-apps): Allow `system' as key and value.
259         (org-open-at-point): Explain the effect of a double prefix arg.
260         (org-open-file): If the argument `in-emacs' is (16),
261         i.e. corresponding to a double prefix argument, try to open the
262         file externally.
264 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
266         * org.el (org-insert-link): Abbreviate absolute files names in
267         links.  Also, fix a bug in which the double C-u prefix would not
268         be honored.
270 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
272         * org.el (org-insert-heading): If buffer does not end with a
273         newline, add one if necessary to insert headline correctly.
275         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
276         paragraphs, not inside.
278         * org.el (org-todo): Quote
279         `org-agenda-headline-snapshot-before-repeat'.
281         * org-exp.el (org-export-as-html): Fully process link descriptions.
282         (org-export-html-format-desc): New function.
283         (org-export-as-html): Collect footnotes into the correct basket.
284         (org-html-protect): No longer protect quotations marks here, this
285         goes wrong.
287         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
288         BEG.
290         * org-compat.el (org-fit-window-to-buffer): New function (not
291         really, a preliminary and incomplete version was present earlier,
292         but not used).
294         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
295         `org-fit-window-to-buffer'.
297         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
299         * org-agenda.el (org-agenda-get-restriction-and-command)
300         (org-fit-agenda-window, org-agenda-convert-date): Use
301         `org-fit-window-to-buffer'.
303         * org-exp.el (org-export-as-html): Process href links through
304         `org-export-html-format-href'.
305         (org-export-html-format-href): New function.
307         * org-agenda.el (org-agenda-todo): Update only the current
308         headline if this is a repeated TODO, marked done for today.
309         (org-agenda-change-all-lines): New argument JUST-THIS, to change
310         only the current line.
312         * org.el (org-todo): Take a snapshot of the headline if the
313         repeater might change it.
315 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
317         * org-publish.el (org-publish-find-title): Remove buffers visited
318         only for extracting the title.
320         * org-exp.el (org-export-html-style)
321         (org-export-html-style-default): Mark style definitions as
322         unparsed CDATA.
324         * org-publish.el (org-publish-validate-link): Function
325         re-introduced.
327 2008-11-02  Charles Sebold  <csebold@gmail.com>
329         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
330         property.
331         (org-plot-quote-timestamp-field): New function.
332         (org-plot-quote-tsv-field): Call timestamp field function when
333         necessary rather than just quoting as a string.
334         (org-plot/gnuplot-to-data): Pass in timefmt property.
335         (org-plot/gnuplot-script): Supports timefmt property.
336         (org-plot/gnuplot): Checks for timestamp column before checking
337         for text index column.
339 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
341         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
343         * org-publish.el (org-publish-org-index): Create a section in the
344         index file.
345         (org-publish-org-index): Stop linking to directories.
347         * org.el (org-emphasis-alist): Use span instead of <u> to
348         underline text.
350         * org-exp.el (org-export-as-html): Make sure <p> is closed before
351         <pre> sections.
353 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
355         * org-jsinfo.el (org-infojs-template): Remove language attribute
356         from script tag.
358 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
360         * org-agenda.el (org-agenda-remove-marked-text): New function.
361         (org-agenda-mark-filtered-text)
362         (org-agenda-unmark-filtered-text): New functions.
363         (org-write-agenda): Remove fltered text.
365         * org.el (org-make-tags-matcher): Give access to TODO "property"
366         without speed penalty.
368 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
370         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
371         option.
372         (org-store-link-props): Make sure adding to the plist works
373         correctly.
375         * org-gnus.el (org-gnus-no-new-news): New function.
376         (org-gnus-follow-link): Allow the article ID to be a message-id,
377         in addition to allowing article numbers.  Message IDs make much
378         more roubust links.
379         (org-gnus-store-link): Use message-id to create link.
381 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
383         * org.el (org-emphasize): Reverse the selection array.
384         (org-emphasis-alist): Set <code> tags for the verbatim
385         environment.
387         * org-remember.el (org-remember-handler): Fix bug with
388         prefix-related changing of the note storage target.
390         * org-exp.el (org-print-icalendar-entries): Make the exported
391         priorities compatible with RFC 2445.
393         * org-clock.el (org-clock-save): Insert time stamp without
394         dependence on time-stamp.el.
396 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
398         * org.el ("saveplace"): If saveplace puts point into an invisible
399         location, make it visible.
400         (org-make-tags-matcher): Allow inactive time stamps in time
401         comparisons.
402         (org-yank-adjusted-subtrees): New option.
403         (org-yank): Incorporate adjusting trees.
404         (org-paste-subtree): New argument FOR-YANK which will cause
405         insertion at point without backing up over white lines, and leave
406         point at the end of the inserted text.  Also if the cursor is
407         at the beginning of a headline, use the same level or the inserted
408         tree.
410         * org-publish.el (org-publish-get-base-files-1): Deal correctly
411         with broken symlinks
413 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
415         * org-exp.el (org-export-select-tags, org-get-current-options):
416         Fix typo.
418 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
420         * org-agenda.el (org-format-agenda-item)
421         (org-agenda-filter-make-matcher): Make sure tags are stored and
422         compared donwcased.
424 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
426         * org.el (org-insert-todo-heading): Fix bug with force-heading
427         argument.
429 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
431         * org-clock.el (org-clock-in-resume): Add a custom option to
432         toggle starting the clock from an open clock line.
433         (org-clock-in): When clocking in to an entry, if
434         `org-clock-in-resume' is set, check if the first clock line is
435         open and if so, start the clock from the time in the clock line.
436         (org-clock-persist): Add a custom option to toggle clock
437         persistence.
438         (org-clock-persist-query-save): Add a custom option to toggle
439         asking the user if they want to save the running clock when
440         exiting.
441         (org-clock-persist-query-resume): Add a custom option to toggle
442         asking the user if they want to resume the saved clock when Emacs
443         is restarted.
444         (org-clock-save): Add a function to save clock data.
445         This includes the contents of `org-clock-history' and the buffer
446         and position of the currently clocked task, if any.
447         (org-clock-load): Add a function to load clock data.
448         This populates `org-clock-history', and resumes the saved clocked
449         task if there is one.
450         (org-clock-persistence-insinuate): Add a method to set up the
451         hooks for clock persistence.
453 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
455         * org-exp.el (org-export-as-ascii): Handle the case that we are
456         publishing from an indirect buffer.
458         * org-table.el (org-table-copy-down): Fix bug with time stamp
459         increment.
461         * org-mouse.el (org-mouse-features): New option.
462         (org-mode-hook): Turn on features depending on
463         `org-mouse-features'.
465         * org.el (org-insert-heading-respect-content): Force heading
466         creation.
467         (org-insert-heading): keep the folding state of the heading before
468         the inserted one.
470 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
472         * org-archive.el (org-archive-to-archive-sibling): Handle top
473         level headlines better.
475 2008-10-21  Bastien Guerry  <bzg@altern.org>
477         * org-export-latex.el (org-export-latex-classes): Added
478         \usepackage{graphicx} to the default list of packages.
480 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
482         * org-agenda.el (org-agenda-filter): Renamed from
483         `org-agenda-filter-tags'.
485 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
487         * org.el (org-entry-properties): Add CATEGORY property, iven if it
488         is not defined as a property in this entry.
489         (org-add-log-note): Mask prefix argument when immediately storing
490         the note.
492         * org-agenda.el (org-agenda-filter-effort-default-operator): New
493         option.
495 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
497         * org.el (org-add-log-setup): Bugfix; code to find insertion point
498         after drawers was skipping ahead one line too many, so notes were
499         inserted after the first note instead of before it.
501 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
503         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
504         New variables.
505         (org-prepare-agenda): Reset the filter tags.
506         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
507         Show filter tags in mode line.
509         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
510         formatter.
512         * org-export-latex.el (org-latex-entities-regexp): New constant.
513         (org-export-as-pdf): Use two calls to `shell-command'.
515 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
517         * org-export-latex.el (org-export-latex-treat-sub-super-char):
518         Honor the {} value of the subsuperscript setting.  Make sure that
519         longer subsuperscripts are typeset in a roman font.
521         * org.el (org-clock-update-time-maybe): Compute negative clock
522         intervals correctly.
524 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
526         * org.el (org-add-log-setup): Respect
527         `org-log-state-notes-insert-after-drawers'.
528         (org-log-state-notes-insert-after-drawers): New option.
529         (org-todo-trigger-tag-changes): New function.
530         (org-todo): Call `org-todo-trigger-tag-changes'.
532 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
534         * org.el (org-add-log-setup): Only skip drawers if the are
535         immediately after the scheduling keywords.
537         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
538         function
539         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
540         call it with the current todo state to get the state to switch to
541         when clocking in.
542         (org-clock-in): Use org-indent-line-function to indent clock lines.
543         (org-clock-find-position): Fix indentation of empty clock drawers.
545 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
547         * org-publish.el (org-publish-org-to): Handle case when
548         org-export-to-pdf does return a file name, not a buffer.
549         (org-publish-org-to-pdf): New function.
551         * org-export-latex.el (org-export-as-pdf)
552         (org-export-as-pdf-and-open): New commands.
554         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
555         forms as ranges.
557         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
558         things in protexted regions.
560 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
562         * org-export-latex.el (org-export-latex-preprocess): Improve
563         quoting of LaTeX environments.
565 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
567         * org.el (org-edit-fixed-width-region): Exclude final newline from
568         picture area.
570         * org-export-latex.el (org-export-latex-subcontent): Add labels to
571         sections, to make internal links work.
572         (org-export-latex-fontify-headline): Do not remove all text
573         properties, to make sure that target properties survive this
574         process.
576         * org-exp.el (org-export-preprocess-string): Change sequence of
577         modifications, to make sure links are prepared before the LaTeX
578         conversions do happen.
580 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
582         * org-attach.el (org-attach-delete-all): Renamed from
583         `org-attch-delete'.  Add a security query before deleting the
584         entire directory.  New optional argument FORCE can overrule the
585         security query.
586         (org-attach-delete-one): New command.
588 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
590         * org-attach.el (org-attach-file-list): Fix bug with directory.
592 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
594         * org.el (org-apps-regexp-alist): New function.
595         (org-file-apps): Add auto-mode to the default value.
596         (org-open-file): Use the new structure of org-file-apps.
598         * org-attach.el (org-attach): Support the new keys.
599         (org-attach-method): New option.
601 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
603         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
604         March.
606         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
607         of the list value o `org-use-tag-inheritance'.
609         * org-attach.el (org-attach-auto-tag): New option.
610         (org-attach-tag, org-attach-untag): New functions.
611         (org-attach-attach, org-attach-new, org-attach-sync): Call
612         `org-attach-tag'.
613         (org-attach-delete): Call `org-attach-untag'.
615 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
617         * org-table.el (orgtbl-self-insert-command): Make this work for
618         the keypad as well.
620 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
622         * org.el (org-add-log-setup): Limit searc for drawers to entry
623         text, not to subtree.
625         * org-clock.el (org-clock-heading-for-remember): New variable.
626         (org-clock-in): Set `org-clock-heading-for-remember'.
628 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
630         * org-remember.el (org-remember-apply-template): Add new
631         expansions: %k, %K for currently clocked task and a link to the
632         currently clocked task, and %< to file notes in the currently
633         clocked task.
635 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
637         * org-export-latex.el (org-export-latex-make-header): Also insert
638         the content of the property :latex-header-extra.
640         * org-exp.el (org-infile-export-plist): Put the content of
641         #+LATEX_HEADER: into the property :latex-header-extra.
643         * org-colview.el (org-columns-get-format-and-top-level): Remove
644         resetting the marker.
646         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
647         Remove resetting the marker.
649         * org.el (org-entry-property-inherited-from): Improve docstring.
650         (org-entry-get-with-inheritance): Reset marker before starting the
651         search.
653         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
655 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
657         * org.el (org-entry-get-multivalued-property)
658         (org-entry-protect-space, org-entry-restore-space): New
659         functions.
660         (org-file-apps-defaults-macosx): Let postscript files be opened by
661         preview.
662         (org-time-stamp-inactive): Call `org-time-stamp'.
663         (org-time-stamp): New argument `inactive'.  Also edit inacive
664         stamps. Convert time stamp type.
665         (org-open-file): Interpret the `default' value for the `command'
666         in `org-file-apps'.
668         * org-id.el (org-id-int-to-b36-one-digit)
669         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
670         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
671         b36.
673 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
675         * org-id.el (org-id-reverse-string): New function.
676         (org-id-new): Use `org-id-reverse-string' to make sure the
677         beginning chars of the ID are mutating fast.  This allows to use a
678         directory structure to spread things better.
679         (org-id-prefix): Changed default to nil.
681         * org-list.el (org-move-item-down, org-move-item-up): Remember and
682         restore the column of the cursor position.
684         * org-remember.el (org-remember-apply-template): Remove properties
685         from `initial'.
687 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
689         * org-wl.el (org-wl-open): Remove useless call to
690         `wl-thread-open-all'.
692         * org-remember.el (org-remember-handler): Fix bug with `bottom'
693         location.
695 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
697         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
698         `org-bbdb-anniversaries'.
700         * org.el (org-get-next-sibling, org-forward-same-level): New
701         functions, similar to the outline versions, but invisible headings
702         are OK.
704 2008-09-25  Bastien Guerry  <bzg@altern.org>
706         * org.el (org-auto-repeat-maybe): Insert a space between
707         the timestamp's type and the timestamp itself.
709 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
711         * org-table.el (org-table-sum): Do not format the result with %g,
712         it does rounding when there are too many digits.
714         * org.el (org-map-entries): Protect the keyword-selecting variables.
716 2008-09-23  Bastien Guerry  <bzg@altern.org>
718         * org-agenda.el (org-agenda-to-appt): Make sure the function check
719         against all agenda files.
721 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
723         * org-list.el: New file, aggregating list functions from org.el
724         and org-export-latex.el.
726         * org.el (org-edit-src-region-extra): New option.
728 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
730         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
731         time before 1am.
733 2008-09-22  Bastien Guerry  <bzg@altern.org>
735         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
737 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
739         * org-plot.el (org-plot/gnuplot): Make tables starting with a
740         hline work correctly.
741         (org-plot/gnuplot-script): Put commas at the end of each script
742         line.
744 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
746         * org.el (org-get-refile-targets): Replace links with their
747         descriptions
748         (org-imenu-get-tree): Replace links with their descriptions.
750         * org-remember.el (org-remember-apply-template): Add a new
751         expansion for adding properties to remember items.
753         * org.el (org-add-log-setup): Skip over drawers (properties,
754         clocks etc) when adding notes.
756         * org-agenda.el (org-agenda-get-closed): show durations of clocked
757         items as well as the start and end times.
759         * org-compat.el (org-get-x-clipboard-compat): Add a compat
760         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
762         * org-remember.el (org-get-x-clipboard): Use the compat
763         function to get clipboard values when x-selection-value is
764         unavailable. Use substring-no-properties instead of
765         set-text-properties to remove text properties from the clipboard
766         value.
768         * lisp/org-clock.el (org-update-mode-line): Support limiting the
769         modeline clock string, and display the full todo value in the
770         tooltip. Set a local keymap so mouse-3 on the clock string goes to
771         the currently clocked task.
772         (org-clock-string-limit): Add a custom value for the maximum
773         length of the clock string in the modeline.
774         (org-clock-mode-map): Add a keymap for the modeline string
776 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
778         * org-compat.el (org-propertize): New function.
780 2008-09-20  Bastien Guerry  <bzg@altern.org>
782         * org-export-latex.el (org-export-latex-tables): protect exported
783         tables from further special chars conversion.
784         (org-export-latex-preprocess): Preserve LaTeX environments.
785         (org-list-parse-list): Parse descriptive lists.
786         (org-list-to-generic, org-list-to-latex, org-list-to-html)
787         (org-list-to-texinfo): Export descriptive lists.
788         (org-quote-chars): Remove.
789         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
790         (org-export-latex-list-beginning-re): Rename to
791         `org-list-beginning-re'
792         (org-list-item-begin): Rename to `org-list-item-beginning'
794 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
796         * org.el (org-refile): Allow refiling to the last entry in the
797         buffer.
798         (org-get-tags-at): Fix bug when inheritance is turned off.
800 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
802         * org.el (org-indent-line-function): No longer check for src
803         regions, this is too much overhead.
805         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
806         matching.
808         * org.el (org-scan-tags): Make sure that tags matching is not case
809         sensitive.  TODO keyword matching is case sensitive, however, to
810         avoid confusion with similar words that are not meant to be
811         keywords.
813 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
815         * org.el (org-get-local-tags-at): New function.
816         (org-get-local-tags): New function.
818         * org-exp.el (org-export-get-categories): New function.
820         * org-agenda.el (org-sorting-choice)
821         (org-agenda-sorting-strategy, org-agenda-get-todos)
822         (org-agenda-get-timestamps, org-agenda-get-deadlines)
823         (org-agenda-get-scheduled, org-agenda-get-blocks)
824         (org-entries-lessp): Implement sorting by TODO state.
825         (org-cmp-todo-state): New defsubst.
827         * org-colview.el (org-colview-construct-allowed-dates): New
828         function.
829         (org-columns-next-allowed-value): Use
830         `org-colview-construct-allowed-dates'.
832         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
833         function.
834         (org-columns-next-allowed-value): Use
835         `org-colview-construct-allowed-dates'.
837 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
839         * org.el (org-protect-slash): New function.
840         (org-get-refile-targets): Use `org-protect-slash'.
842         * org-agenda.el (org-global-tags-completion-table): New variable.
844         * org-exp.el (org-export-handle-export-tags): New function.
845         (org-export-preprocess-string): Call
846         `org-export-handle-export-tags'.
848         * org-plot.el: New file.
850         * org-publish.el (org-publish-expand-components): Function removed.
851         (org-publish-expand-projects): Allow components to have components.
853 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
855         * org.el (org-indent-line-function): Do not indent in regions that
856         are external source code.
857         (org-yank-and-fold-if-subtree): New function.
859         * org-agenda.el (org-agenda-todayp): New function.
860         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
861         `org-agenda-todayp'.
863         * org.el (org-insert-heading-respect-content)
864         (org-insert-todo-heading-respect-content): New commands.
865         (org-insert-heading-respect-content): New option.
866         (org-insert-heading): Respect `org-insert-heading-respect-content'.
868         * org-clock.el (org-clock-find-position): Make sure the note after
869         the clock line gets moved into the new clock drawer.
871 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
873         * org-id.el (org-id-new): New option.
875 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
877         * org-table.el (org-table-copy-down): Avoid overflow during
878         increment.  Use prefix argument 0 to temporarily disable the
879         increment.
881 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
883         * org-exp.el (org-export-as-html): Do not turn on the major mode
884         if the buffer will be killed anyway.
885         (org-get-current-options): Exclude the #+TEXT field.
886         (org-export-as-html): Make sure text before the first headline is
887         a paragraph.
889         * org-publish.el (org-publish-org-to): Tell the exporter that this
890         buffer will be killed, so it is not necessary to do major mode
891         initialization.
893         * org-archive.el (org-archive-to-archive-sibling): Show empty
894         lines after folding the archive sibling.
896         * org.el (org-log-note-extra): New variable.
898 2008-09-05  Bastien Guerry  <bzg@altern.org>
900         * org.el (org-additional-option-like-keywords): Added keywords for
901         the _QUOTE, _VERSE and _SRC environments.
903         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
904         exporting _QUOTE and _VERSE environments.
906 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
908         * org-agenda.el (org-agenda-filter-by-tag): New command.
910         * org-exp.el (org-get-current-options): Remove angular brackets
911         from the date entry.
913         * org.el (org-edit-fixed-width-region): New function.
914         (org-edit-fixed-width-region): Also try
915         `org-edit-fixed-width-region'.
916         (org-edit-fixed-width-region-mode): New option.
917         (org-activate-code): Only interprete lines starting with colon
918         plus a space as example lines.
920         * org-remember.el (org-remember-templates): Add nil instead of
921         empty strings to fix the length of remember templates.
923         * org-table.el (org-calc-default-modes): Fix the time format for
924         calc, from 12 hour to 24 hour clock.
926 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
928         * org-agenda.el (org-agenda-get-deadlines)
929         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
930         entries that are pre-warnings of deadlines or reminders.
932         * org.el (org-sort-entries-or-items): Make numeric and alpha
933         comparisons ignore any TODO keyword and priority cookie.
935         * org-remember.el (org-remember-handler): Reinterpretation of the
936         prefix argument.
938 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
940         * org-agenda.el (org-agenda-get-scheduled): Use new
941         `org-scheduled' face.
943         * org-faces.el (org-scheduled): New face.
945         * org-wl.el (org-wl-open): Remove incorrect declaration.
947         * org-gnus.el (org-gnus-store-link): Support for :to information
948         in gnus links.
950         * org-exp.el (org-export-as-html): Fixed typo in creator
951         information.
952         (org-export-protect-examples): New parameter indent.  Insert extra
953         spaces only when this parameter is specified.
954         (org-export-preprocess-string): Call `org-export-protect-examples'
955         with an indentation parameter when exporting to ASCII.
957         * org-remember.el (org-remember-templates)
958         (org-remember-apply-template): Allow the file component to be a
959         function.
961         * org.el (org-goto-local-search-headings): Renamed from
962         `org-goto-local-search-forward-headings'.  Added the possibility
963         to search backwards.
965 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
967         * org-export-latex.el (org-export-latex): New customization
968         group.
970         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
972 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
974         * org-exp.el (org-html-do-expand): Allow {} to terminate
975         tex macro
977 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
979         * org.el (org-buffer-list): Select buffers based on major mode,
980         not on file name.
982 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
984         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
985         face property.
987         * org-colview.el (org-columns-display-here): Use
988         `org-columns-modify-value-for-display-function'.
990         * org-colview-xemacs.el (org-columns-display-here): Use
991         `org-columns-modify-value-for-display-function'.
993 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
995         * org.el (org-columns-modify-value-for-display-function): New option.
1007         * org-publish.el (org-publish-file): Make sure the directory match
1008         for the publishing directory works correctly.
1010         * org-agenda.el (org-agenda-execute-calendar-command)
1011         (org-agenda-diary-entry): Additional optional argument.
1013 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1015         * org-exp.el (org-export-as-html): Add attributes also in mailto
1016         and ftp links.
1018         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1027 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1029         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1030         sure that calls from `org-export-region-as-html' do not do the
1031         special check for a subtree.
1033 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1035         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1037 2008-07-20  Juri Linkov  <juri@jurta.org>
1039         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1040         new keymap `narrow-map' instead of binding "\C-xns".
1042 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1044         * org.el (org-open-file): Use
1045         `org-open-directory-means-index-dot-org'.
1046         (org-open-directory-means-index-dot-org): New option.
1048 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1050         * org.el (org-make-link-string): Remove link attributes from
1051         description.
1052         (org-open-at-point): Remove link attributes bevore using the path.
1054         * org-exp.el (org-export-as-html): Handle link attributes.
1056         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1058         * org-table.el (org-table-to-lisp): New function.
1060         * org.el (org-narrow-to-subtree): Do not include the final newline
1061         into the narrowed region.
1063         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1064         bug with user-define skipping condition.
1066 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1068         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1070 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1072         * org-exp.el (org-export-html-style-default): Automatic overflow
1073         handling for pre fields.
1074         (org-export-as-ascii, org-export-as-html): Change default format
1075         for time stamp.
1077         * org-table.el (org-table-export): Offer completion for translator
1078         functions, and do not require a heading above the table.
1080         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1081         Cater for the case of a list starting in the first line of the
1082         buffer.
1084 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1086         * org-publish.el (org-publish-find-title): Bug fix.
1087         (org-publish-org-index): Implement new :index-style option.
1089 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1091         * org-publish.el (org-publish-timestamp-filename): Use
1092         SHA1-encoded file names in the timestamp directory.
1094 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1096         * org-publish.el (org-publish-needed-p): Be verbose about files
1097         published and files skipped.
1099         * org-exp.el (org-export-preprocess-string): Swap link
1100         normalization and inernal link targeting.
1102         * org-publish.el (org-publish-needed-p): Create timestamp
1103         directory when it does not exist.
1105 2008-07-04  Bastien Guerry  <bzg@altern.org>
1107         * org-clock.el (org-clock-out-when-done): Doc fix.
1109         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1111         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1112         Ignore case when searching for the COMMENT cookie at export time.
1114 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1116         * org-exp.el (org-get-file-contents)
1117         (org-get-and-remove-property): New functions.
1118         (org-export-handle-include-files): Handle the new prefix options.
1119         (org-export-as-html): Fix the verse environment.
1121 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1123         * org.el (org-time=, org-time<, org-time<=, org-time>)
1124         (org-time>=, org-time<>, org-2ft): New functions.
1125         (org-op-to-function): Also provide for the time testing fucntions.
1127 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1129         * org-exp.el (org-export-html-style-default): New constant.
1131 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1133         * org-exp.el (org-export-html-style-extra): New variable.
1134         (org-export-splice-style): New function.
1136 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1138         * org-exp.el (org-export-plist-vars, org-export-as-html):
1139         Implement `org-export-creator-info'.
1140         (org-export-creator-info): New option.
1142 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1144         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1145         (org-property-drawer-re, org-clock-drawer-re): New constants.
1147 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1149         * org-exp.el (org-icalendar-use-deadline)
1150         (org-icalendar-use-scheduled): New options.
1151         (org-icalendar-include-todo): Default changed to t.
1152         (org-print-icalendar-entries): Implement better utilization of
1153         scheduling and deadline time stamps.
1154         (org-export-target-internal-links, org-export-as-html): Allow file
1155         lines without the "file:" prefix if the file path is an absolute
1156         path or starts with ".".
1158         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1159         lastweek etc.
1160         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1162 2008-06-18  Glenn Morris  <rgm@gnu.org>
1163         * org.el (org-map-entries): Let-bind `file'.
1165 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1167         * org.el (org-agenda-skip-archived-trees): Docstring now
1168         discourages using this.
1169         (org-scan-tags): Check for org-agenda-archives-mode.
1170         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1171         (org-agenda-files): Functionality of second arg changed.
1173         * org-agenda.el (org-agenda-archives-mode): New variable
1174         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1175         (org-search-view, org-todo-list, org-tags-view)
1176         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1177         `ifmode' argument.
1178         (org-agenda-quit): Reset the archives mode.
1179         (org-agenda-archives-mode): New command.
1180         (org-agenda-set-mode-name): Include archives info.
1182 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1184         * org.el (org-paste-subtree): Make sure the yanked headline is
1185         visible if it was yanked at a visible point.
1186         (org-move-item-up): Fix the bug with moving white space at the end
1187         of the item.
1188         (org-show-empty-lines-in-parent): New function.
1190 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1192         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1194         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1196         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1197         agenda prefix as well.
1199         * org-publish.el (org-publish-org-index): Make a properly indented
1200         list.
1202         * org.el (org-calendar-agenda-action-key): New option.
1203         (org-get-cursor-date): New function.
1204         (org-mark-entry-for-agenda-action): New command.
1205         (org-overriding-default-time): New variable.
1206         (org-read-date): Respect `org-overriding-default-time'.
1208         * org-remember.el (org-remember-apply-template): Respect the
1209         ovverriding default time.
1211         * org-agenda.el (org-agenda-action-marker): New variable.
1212         (org-agenda-action): New command.
1213         (org-agenda-do-action): New function.
1215 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1217         * org.el (org-schedule, org-deadline): Protect scheduled and
1218         deadline tasks against changes that accidently remove the
1219         repeater.  Also show a message with the new date when done.
1221 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1223         * org.el (org-beginning-of-line): Cater for the case when there
1224         are tags but no headline text.
1225         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1226         it set.
1228 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1230         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1231         the return value is nil instead of "nil" when there is no match.
1233         * org-exp.el (org-insert-centered): Use fill-column instead of
1234         80.
1235         (org-export-as-ascii): Use string-width to measure the width of
1236         the heading.
1238         * org.el (org-diary-to-ical-string): No longer kill buffer
1239         FROMBUF, this is now done by the caller.
1241         * org-exp.el (org-print-icalendar-entries): Move the call to
1242         `org-diary-to-ical-string' out of the loop, and kill the buffer
1243         afterwords.
1245         * org-remember.el (org-remember-visit-immediately): Position
1246         cursor after moving to the note.
1247         (org-remember-apply-template): Use a text property to record the
1248         cursor position.
1249         (org-remember-handler): Align tags after pasting the note.
1251 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1253         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1255         * org-agenda.el (org-agenda-open-link): If there is an
1256         org-bbdb-name property in the current line, jump to that bbdb
1257         entry.
1259         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1260         text property, so that the agenda knows where this entry comes
1261         from.
1263         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1264         interaction between clocking-in from the agenda, and  automatic
1265         task state switching.
1267         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1269         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1270         zmacs-region stays after this command in XEmacs.
1272 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1274         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1276         * org-remember.el (org-remember-templates): Fix bug in
1277         customization type definition.
1279         * org.el (org-map-entries): New function.
1281 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1283         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1284         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1286 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1288         * org-remember.el (org-jump-to-target-location): New variable.
1289         (org-remember-apply-template): Set
1290         `org-remember-apply-template' if requested by template.
1291         (org-remember-handler): Start an idle timer to jump to
1292         remember location.
1294         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1296         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1297         file tags.
1298         (org-get-tags-at): Add the content of `org-file-tags'.
1300         * org-exp.el (org-export-handle-comments): Fix bug with several
1301         comment lines after each other.
1302         (org-number-to-roman, org-number-to-counter): New functions.
1303         (org-export-section-number-format): New option.
1305 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1307         * org-exp.el (org-export-protect-examples): Catch the case of a
1308         missing end_example line.
1310         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1311         `org-file-tags' to nil.
1313         * org-colview.el (org-columns-next-allowed-value): Handle next
1314         argument NTH to directly select a value.
1316         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1317         argument NTH to directly select a value.
1319 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1321         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1323 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1325         * org.el (org-columns-ellipses): New option.
1327 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1329         * org-colview.el (org-columns-add-ellipses): New function.
1330         (org-columns-compact-links): New function.
1331         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1332         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1333         when in agenda.
1334         (org-columns-edit-value): Fixed bug with editing values from
1335         agenda column view.
1336         (org-columns-redo): Also redo the agenda itself.
1338 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1340         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1341         option.
1343         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1345         * org-exp.el (org-export-ascii-preprocess): Renamed from
1346         `org-export-ascii-clean-string'.
1347         (org-export-kill-licensed-text)
1348         (org-export-define-heading-targets)
1349         (org-export-handle-invisible-targets)
1350         (org-export-target-internal-links)
1351         (org-export-remove-or-extract-drawers)
1352         (org-export-remove-archived-trees)
1353         (org-export-protect-quoted-subtrees)
1354         (org-export-protect-verbatim, org-export-protect-examples)
1355         (org-export-select-backend-specific-text)
1356         (org-export-mark-blockquote-and-verse)
1357         (org-export-remove-comment-blocks-and-subtrees)
1358         (org-export-handle-comments, org-export-mark-radio-links)
1359         (org-export-remove-special-table-lines)
1360         (org-export-normalize-links)
1361         (org-export-concatenate-multiline-links)
1362         (org-export-concatenate-multiline-emphasis): New functions,
1363         obtained from spliiting the export preprocessor.
1365         * org-table.el (org-table-recalculate): Improve error message if
1366         the row number is invalid.
1368 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1370         * org-archive.el (org-archive-save-context-info): Fix bugs in
1371         customization setup and docstring.
1373         * org-exp.el (org-export-html-style): Changed the size of in the
1374         <pre> element to 90%.
1376 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1378         * org.el (org-find-src-example-start): Function removed.
1379         (org-edit-src-find-region-and-lang): New function.
1381 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1383         * org.el (org-edit-src-exit): New function.
1384         (org-exit-edit-mode): New minor mode.
1386         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1387         comment-like lines from protected examples.
1389         * org.el (org-edit-src-example, org-find-src-example-start)
1390         (org-protect-source-example, org-edit-special): New functions.
1392 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1394         * org-publish.el (org-publish-project-alist): Fix typo in
1395         docstring.
1396         (org-publish-project-alist): Handle :index-title property.
1398 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1400         * org-export-latex.el (org-export-as-latex): Make sure region
1401         bounds are correct.  Parse subtree properties relating to export.
1403         * org-exp.el (org-export-add-options-to-plist): New function.
1404         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1406 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1408         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1409         EXPORT_TITLE.
1411         * org-exp.el (org-export-get-title-from-subtree)
1412         (org-export-as-ascii, org-export-as-html): Make sure the original
1413         region-beginning and region-end are used, even after moving
1414         point.
1415         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1416         property.
1418         * org-remember.el (org-remember-last-stored-marker): New variable.
1419         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1420         (org-remember-handler): Also use marker to remember
1421         last-stored position.
1423         * org.el (org-goto-marker-or-bmk): New function.
1425 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1427         * org.el (org-file-properties): Renamed from `org-local-properties'.
1428         (org-scan-tags): Take file tags into account.
1429         (org-tags-match-list-sublevels): Default changed to t.
1431         * org-exp.el (org-export-as-html): Close paragraph after a
1432         footnote.
1434         * org.el (org-update-parent-todo-statistics): New function.
1436         * org-exp.el (org-icalendar-store-UID): New option.
1437         (org-icalendar-force-UID): Option removed.
1438         (org-print-icalendar-entries): IMplement UIDs.
1440 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1442         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1444 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1446         * org-faces.el (org-column): Document how this face is being used
1447         and why sometimes the background faces shine through.
1449         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1451         * org-publish.el (org-publish-attachment): Create publishing
1452         directory if it does not yet exist.
1454         * org-table.el (org-calc-default-modes): Change default number
1455         format to (float 8).
1457         * org.el (org-olpath-completing-read): New function.
1458         (org-time-clocksum-format): New option.
1459         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1461         * org-clock.el (org-clock-display, org-clock-out)
1462         (org-update-mode-line): Use `org-time-clocksum-format'.
1464         * org-colview-xemacs.el (org-columns-number-to-string): Use
1465         `org-time-clocksum-format'.
1467         * org-colview.el (org-columns-number-to-string): Use
1468         `org-time-clocksum-format'.
1470 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1472         * org-id.el: New file, move from contrib to core.
1474         * org-exp.el (org-icalendar-force-UID): New option.
1476 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1478         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1479         shifted by one day if theere is a date range without an end
1480         time.
1482         * org.el (org-try-structure-completion): New function.
1484 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1486         * org.el (org-set-font-lock-defaults): Improve fontification of
1487         description lists.
1488         (org-insert-item): Handle description lists.
1489         (org-adaptive-fill-function): Improve auto indentation in
1490         description lists.
1492         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1493         Implement VERSE environment.
1494         (org-export-preprocess-string): Implement the COMMENT
1495         environment.
1497         * org-export-latex.el (org-export-latex-preprocess): Implement
1498         VERSE environment.
1500 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1502         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1503         option.
1505 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1507         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1509         * org.el (org-quote-csv-field): New functions.
1511         * org-table.el (org-table-export-default-format): Remove :splice
1512         from default format, we get the same effect by not specifying
1513         :tstart and :tend.
1514         (org-table-export): Improve setup, distinguish better between
1515         interactive and non-interactive use, allow specifying the format
1516         on the fly, better protection against wrong file names.
1517         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1518         and :tend when :splice is omitted.
1520 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1522         * org-clock.el (org-clock-select-task): Make sure the selection
1523         letters are 1-9 and A-Z, no special characters.
1525 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1527         * org-exp.el (org-export-htmlize): New group.
1528         (org-export-htmlize-output-type)
1529         (org-export-htmlize-css-font-prefix): New options.
1530         (org-export-htmlize-region-for-paste): New function.
1531         (org-export-htmlize-generate-css): New command.
1533 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1535         * org/org.el (org-modules, org-format-latex-options):
1536         * org/org-archive.el (org-archive-stamp-time)
1537         (org-archive-save-context-info):
1538         * org/org-faces.el (org-hide):
1539         * org/org-irc.el (org-irc-parse-link):
1540         * org/org-macs.el (org-call-with-arg, org-autoload):
1541         * org/org-mew.el (org-mew-store-link):
1542         * org/org-remember.el (org-remember-store-without-prompt)
1543         (org-remember-templates): Fix typos in docstrings.
1545         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1547         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1548         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1549         (org-bbdb-anniv-split): Fix typos in docstrings.
1551         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1552         (org-publish-use-timestamps-flag): Reflow docstring.
1553         (org-publish-files-alist): Fix typos in docstring.
1555 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1557         * org.el (org-set-visibility-according-to-property): New function.
1558         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1559         and compute the regular expressions, and update font-lock.
1560         (org-property-re): Allow a dash in property names.
1562         * org-archive.el (org-extract-archive-file): Insert the file name
1563         without the path into the format, to allow the location format to
1564         contain a subdirectory.
1566         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1567         of buffer, and the `org-agenda-type' property undefined, use the
1568         value from the character before.
1570         * org.el (org-add-planning-info): Don't let indentation for
1571         would-be timestamp become extra whitespace at the end of headline.
1573 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1575         * org.el (org-remove-double-quotes, org-file-contents): New
1576         functions.
1578         * org-exp.el (org-infile-export-plist): Also parse the
1579         contents of #+SETUPFILE files, recursively.
1581         * org.el (org-set-regexps-and-options): Also parse the
1582         contents of #+SETUPFILE files, recursively.
1584         * org-exp.el (org-export-handle-include-files): New function.
1585         (org-export-preprocess-string): Call
1586         `org-export-handle-include-files'.
1588         * org.el (org-delete-property-globally)
1589         (org-delete-property, org-set-property): Ignore case during
1590         completion.
1591         (org-set-property): Use `org-completing-read' instead of
1592         `completing-read'.
1594         * org.el (org-complete-expand-structure-template): New,
1595         experimental function.
1596         (org-structure-template-alist): New, experimental option.
1597         (org-complete): Call `org-complete-expand-structure-template'.
1599 2008-05-06  Bastien Guerry  <bzg@altern.org>
1601         * org-export-latex.el (org-export-latex-preprocess): Added
1602         support for blockquotes.
1604 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1606         * org.el (org-read-date-analyze): Catch the case where only a
1607         weekday is given.
1609 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1611         * org.el (org-set-font-lock-defaults): Make the description
1612         tag bold.
1614         * org-exp.el (org-export-as-html, org-close-li): Implement
1615         description lists.
1617 2008-05-04  Jason Riedy  <jason@acm.org>
1619         * org-table.el (*orgtbl-default-fmt*): New variable.
1620         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1621         when there is no other fmt available.
1623         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1624         :tend to suppress the appropriate string.
1626         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1627         table.
1629 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1631         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1632         read date.
1634         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1635         New function.
1637         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1638         New function.
1640 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1642         * org-clock.el (org-clock-find-position): Don't include notes
1643         into clock drawer.
1645         * org-archive.el (org-archive-subtree): No longer remove an
1646         extra line after cutting the subtree.  `org-cut-subtree' already
1647         takes care of this.
1649         * org-remember.el (org-remember-handler): Only kill the target
1650         buffer if it does not contain the running clock.
1652         * org.el (org-markers-to-move): New variable.
1653         (org-save-markers-in-region, org-check-and-save-marker)
1654         (org-reinstall-markers-in-region): New function.
1655         (org-move-subtree-down, org-copy-subtree): Remember relative
1656         marker positions before cutting.
1657         (org-move-subtree-down, org-paste-subtree): Restore relative
1658         marker positions after pasting.
1660         * org-remember.el (org-remember-clock-out-on-exit): New option.
1661         (org-remember-finalize): Clock out only if the setting in
1662         `org-remember-clock-out-on-exit' requires it.
1663         (org-remember-handler): Do the cleanup in the buffer, to make sure
1664         that the clock marker remains in tact.
1666 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1668         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1669         (org-clock-in): Make sure that also tasks outside the narrowed
1670         region will be clocked in correctly.
1671         (org-clock-insert-selection-line): Widen the buffer so that we can
1672         find the correct task heading.
1674         * org.el (org-base-buffer): New function.
1676         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1677         and ";" are escaped.
1678         (org-print-icalendar-entries): Also apply
1679         `org-icalendar-cleanup-string' to the headline, not only to the
1680         summary property.
1682 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1684         * org-exp.el (org-export-preprocess-hook): New hook.
1685         (org-export-preprocess-string): Call
1686         `org-export-preprocess-hook'.
1688         * org.el (org-font-lock-hook): New variable.
1689         (org-font-lock-hook): New function.
1690         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1692 ;; Local Variables:
1693 ;; coding: utf-8
1694 ;; add-log-time-zone-rule: t
1695 ;; End:
1697     Copyright (C) 2008  Free Software Foundation, Inc.
1699   This file is part of GNU Emacs.
1701   GNU Emacs is free software: you can redistribute it and/or modify
1702   it under the terms of the GNU General Public License as published by
1703   the Free Software Foundation, either version 3 of the License, or
1704   (at your option) any later version.
1706   GNU Emacs is distributed in the hope that it will be useful,
1707   but WITHOUT ANY WARRANTY; without even the implied warranty of
1708   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1709   GNU General Public License for more details.
1711   You should have received a copy of the GNU General Public License
1712   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1714 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c