Allow one comment line before the first headline.
[org-mode.git] / lisp / ChangeLog
blobce4573c838129a173730bc29de1d25856baeb6bc
1 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-exp.el (org-export-preprocess-string): Allow one comment
4         line before the first headline to always be included.  This is
5         to not miss a commented target.
7         * org-mouse.el (org-mouse-insert-item): Call
8         `org-indent-to-column' instead of `indent-to', for XEmacs
9         compatibility.
11         * org.el (org-refile-targets): Fix customize definition so
12         that it works also in XEmacs.
13         (org-fixup-indentation): Call `org-indent-to-column' instead
14         of `indent-to', for XEmacs compatibility.
16 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
18         * org-mew.el (org-mew-store-link): Get the correct case folder
19         for refiled messages.
21 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
23         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
24         line break indicators.
26         * org.el (org-ido-completing-read): Remove the "i:" prefix for
27         ido-completion propts.
29 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
31         * org-remember.el (org-remember-apply-template): Use
32         `org-substring-no-properties'.
34         * org-compat.el (org-substring-no-properties): New function.
36         * org-remember.el (org-remember-apply-template): Use
37         `org-substring-no-properties' for compatibility.
39         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
40         option.
41         (org-fix-bullet-type): respect
42         `org-list-two-spaces-after-bullet-regexp'.
44         * org-clock.el (org-clock-load): Clean up the code.
46         * org.el (org-adaptive-fill-function): Allow two spaces after
47         "1." as a list bullet.
49 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
51         * org-clock.el (org-clock-save, org-clock-load): Check for
52         live buffers, existing files, and buffer file names to ensure
53         consistent information.
54         (org-clock-persist): Make `clock' a special value of this
55         variable, and improve docstring.
57         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
58         (org-get-string-indentation): Adapt indentation when the bullet
59         width changes.
61 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
63         * org-remember.el (org-remember-finalize): Make interactive.
64         (org-remember-kill): New command.
65         (org-remember-finish-immediately): Call `org-remember-finalize'
66         directly.
67         (org-remember-finalize): Make `org-remember-finalize' an interactive
68         function.
70 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-remember.el (org-remember-apply-template): No ido completion
73         for free prompts in remember templates.
74         (org-remember-before-finalize-hook): New hook.
75         (org-remember-mode): New minor mode.
76         (org-remember-apply-template): Turn on `org-remember-mode'.
78         * org-id.el (org-id-add-location): Avoid error when no file is
79         given.
81         * org-remember.el (org-remember-apply-template): Fix the way how
82         the list of allowed properties is retrieved from the target file.
84         * org.el (org-insert-link): Improve file link matching.
86 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
88         * org-colview.el (org-columns-display-here): New argument
89         DATELINE, to trigger using the new face.
90         (org-agenda-colview-summarize): Call `org-columns-display-here'
91         with the new argument.
93         * org-faces.el (org-agenda-column-dateline): New face.
95         * org-publish.el (org-publish-org-index): Use index-title at page
96         title, not as section.
98         * org-exp.el (org-export-html-format-desc): Respect the
99         org-protect property.
100         (org-export-as-html): Protect image specifiers that are in the
101         description part of a link.
103         * org.el (org-sort-entries-or-items, org-completing-read)
104         (org-refile-get-location, org-olpath-completing-read, org-todo)
105         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
106         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
107         (org-set-property, org-delete-property)
108         (org-delete-property-globally): Use `org-ido-completing-read'.
110         * org-remember.el (org-remember-apply-template): Use
111         `org-ido-completing-read'.
113         * org-publish.el (org-publish): Use `org-ido-completing-read'.
115         * org-colview.el (org-columns-edit-value, org-columns-new)
116         (org-insert-columns-dblock): Use `org-ido-completing-read'.
118         * org-colview-xemacs.el (org-columns-edit-value)
119         (org-columns-new, org-insert-columns-dblock): Use
120         `org-ido-completing-read'.
122         * org-attach.el (org-attach-delete-one, org-attach-open): Use
123         `org-ido-completing-read'.
125         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
126         `org-ido-completing-read'.
128         * org.el (org-time-today): New function.
129         (org-matcher-time): Use `org-time-today'.  Add special treatment
130         for "<tomorrow>" and "<yesterday>".
131         (org-ido-completing-read): New function.
132         (org-completion-use-ido): New option.
134         * org-exp.el (org-export-format-source-code): Fix bug in require
135         htmlize code.
136         (org-export-target-internal-links): Fix bug in search for text
137         property.
139 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-export-latex.el (org-export-latex-subcontent): Interprete
142         target aliases as additonal labels.
144         * org-exp.el (org-export-target-aliases): New variable.
145         (org-export-preprocess-string)
146         (org-export-handle-invisible-targets): Fill the alias alist.
147         (org-export-as-html): Remove the &nbsp; from the anchor, and also
148         assign an id.
149         (org-html-level-start): Insert the target aliases as additonal
150         anchors.
152         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
153         picture area.
155 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
157         * org.el (org-open-at-mouse): Ensure correct link abbreviations
158         when following a link with the mouse from the agenda.
160         * org-exp.el (org-export-as-html): Avoid lone </div> when no
161         headlines are created.
163 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
165         * org.el (org-link-translation-function): New option.
166         (org-open-at-point): Call `org-link-translation-function' if
167         non-nil.
168         (org-translate-link): New function.
169         (org-translate-link-from-planner): New function.
170         (org-open-at-point): Allow interactive commands in elisp links.
172         * org-exp.el (org-icalendar-cleanup-string): Restore the old
173         iCalendar quoting.  The new one seems to caus problems with
174         applications.
176         * org.el (org-yank): Set `this-command' to `yank', so that
177         `yank-pop' will work.
179 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
181         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
182         compliance as far as quoting is concerned.
184         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
185         hexified version of the tag.
187         * org-vm.el (org-vm-follow-link): Require `vm-search'.
189         * org.el (org-up-heading-safe, org-forward-same-level): Always
190         call `org-back-to-heading' instead of `outline-back-to-heading'.
191         (org-back-to-heading): New wrapper around outline-back-to-heading,
192         with a useful error message telling where the error happened.
194         * org-list.el (org-update-checkbox-count): Always call
195         `org-back-to-heading' instead of `outline-back-to-heading'.
197         * org-exp.el (org-export-as-html): Make sure that each <img> tag
198         has an `alt' attribute, to ensure XHTML validation.
200 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
202         * org-publish.el (org-publish-attachment): Allow publishing to
203         overwrite attachment files.
205         * org-agenda.el (org-agenda-timerange-leaders): New option.
206         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
208         * org.el (org-edit-src-exit): Untabify ASCII image before
209         returning.
222 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
224         * org.el (org-yank): Make any prefix force normal yanking.
225         Suppress folding if text would be swallowed into a folded
226         subtree.
227         (org-yank-folded-subtrees, org-yank): Docstring updates.
229         * org-agenda.el (org-agenda-compare-effort): Treat no effort
230         defined as 0.
232         * org-exp.el (org-export-language-setup): Add Catalan and
233         Esperanto language entries.
235 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
237         * org.el (org-refile): Allow refiling of entire regions.
239         * org-clock.el (org-clock-time%): New function.
241         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
242         retrieve property values.
244 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-agenda.el (org-agenda-list): Handle the value `only' of
247         org-agenda-show-log'.
248         (org-agenda-log-mode): Interpret a double prefix arg.
250 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
252         * org-exp.el (org-export-html-footnotes-section): New variable.
253         (org-export-as-html): Use `org-export-html-footnotes-section' to
254         insert the footnotes.
255         (org-export-language-setup): Add "Footnotes" to language words.
257 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
259         * org.el (org-yank): Fix bug when not inserting a subtree.
261 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
263         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
264         instead of `vm-beginning-of-message'.
266         * org.el (org-make-link-regexps): Make sure that links to gnus can
267         contain brackets.
269 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
271         * org-attach.el (org-attach-dir): Remove duplicate ID creation
272         code.
274         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
275         shell output.
277         * org.el (org-link-abbrev-alist): Improve customization type.
279         * org-attach.el (org-attach-expand-link, org-attach-expand): New
280         functions.
282         * org-agenda.el (org-agenda-get-progress): Renamed from
283         `org-get-closed'.  Implement searching for state changes as well.
284         (org-agenda-log-mode-items): New option.
285         (org-agenda-log-mode): New option prefix argument, interpreted as
286         request to show all possible progress info.
287         (org-agenda-get-day-entries): Call `org-get-progress' instead of
288         `org-get-closed'.
289         (org-agenda-set-mode-name): Handle the more complex log mode
290         settings.
291         (org-get-closed): New alias, pointing to `org-get-progress'.
293 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
295         * org.el (org-file-apps-defaults-gnu)
296         (org-file-apps-defaults-macosx)
297         (org-file-apps-defaults-windowsnt): Add an entry defining the
298         system command.
299         (org-file-apps): Allow `system' as key and value.
300         (org-open-at-point): Explain the effect of a double prefix arg.
301         (org-open-file): If the argument `in-emacs' is (16),
302         i.e. corresponding to a double prefix argument, try to open the
303         file externally.
305 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
307         * org.el (org-insert-link): Abbreviate absolute files names in
308         links.  Also, fix a bug in which the double C-u prefix would not
309         be honored.
311 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
313         * org.el (org-insert-heading): If buffer does not end with a
314         newline, add one if necessary to insert headline correctly.
316         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
317         paragraphs, not inside.
319         * org.el (org-todo): Quote
320         `org-agenda-headline-snapshot-before-repeat'.
322         * org-exp.el (org-export-as-html): Fully process link descriptions.
323         (org-export-html-format-desc): New function.
324         (org-export-as-html): Collect footnotes into the correct basket.
325         (org-html-protect): No longer protect quotations marks here, this
326         goes wrong.
328         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
329         BEG.
331         * org-compat.el (org-fit-window-to-buffer): New function (not
332         really, a preliminary and incomplete version was present earlier,
333         but not used).
335         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
336         `org-fit-window-to-buffer'.
338         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
340         * org-agenda.el (org-agenda-get-restriction-and-command)
341         (org-fit-agenda-window, org-agenda-convert-date): Use
342         `org-fit-window-to-buffer'.
344         * org-exp.el (org-export-as-html): Process href links through
345         `org-export-html-format-href'.
346         (org-export-html-format-href): New function.
348         * org-agenda.el (org-agenda-todo): Update only the current
349         headline if this is a repeated TODO, marked done for today.
350         (org-agenda-change-all-lines): New argument JUST-THIS, to change
351         only the current line.
353         * org.el (org-todo): Take a snapshot of the headline if the
354         repeater might change it.
356 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
358         * org-publish.el (org-publish-find-title): Remove buffers visited
359         only for extracting the title.
361         * org-exp.el (org-export-html-style)
362         (org-export-html-style-default): Mark style definitions as
363         unparsed CDATA.
365         * org-publish.el (org-publish-validate-link): Function
366         re-introduced.
368 2008-11-02  Charles Sebold  <csebold@gmail.com>
370         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
371         property.
372         (org-plot-quote-timestamp-field): New function.
373         (org-plot-quote-tsv-field): Call timestamp field function when
374         necessary rather than just quoting as a string.
375         (org-plot/gnuplot-to-data): Pass in timefmt property.
376         (org-plot/gnuplot-script): Supports timefmt property.
377         (org-plot/gnuplot): Checks for timestamp column before checking
378         for text index column.
380 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
382         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
384         * org-publish.el (org-publish-org-index): Create a section in the
385         index file.
386         (org-publish-org-index): Stop linking to directories.
388         * org.el (org-emphasis-alist): Use span instead of <u> to
389         underline text.
391         * org-exp.el (org-export-as-html): Make sure <p> is closed before
392         <pre> sections.
394 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
396         * org-jsinfo.el (org-infojs-template): Remove language attribute
397         from script tag.
399 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
401         * org-agenda.el (org-agenda-remove-marked-text): New function.
402         (org-agenda-mark-filtered-text)
403         (org-agenda-unmark-filtered-text): New functions.
404         (org-write-agenda): Remove fltered text.
406         * org.el (org-make-tags-matcher): Give access to TODO "property"
407         without speed penalty.
409 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
411         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
412         option.
413         (org-store-link-props): Make sure adding to the plist works
414         correctly.
416         * org-gnus.el (org-gnus-no-new-news): New function.
417         (org-gnus-follow-link): Allow the article ID to be a message-id,
418         in addition to allowing article numbers.  Message IDs make much
419         more roubust links.
420         (org-gnus-store-link): Use message-id to create link.
422 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
424         * org.el (org-emphasize): Reverse the selection array.
425         (org-emphasis-alist): Set <code> tags for the verbatim
426         environment.
428         * org-remember.el (org-remember-handler): Fix bug with
429         prefix-related changing of the note storage target.
431         * org-exp.el (org-print-icalendar-entries): Make the exported
432         priorities compatible with RFC 2445.
434         * org-clock.el (org-clock-save): Insert time stamp without
435         dependence on time-stamp.el.
437 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
439         * org.el ("saveplace"): If saveplace puts point into an invisible
440         location, make it visible.
441         (org-make-tags-matcher): Allow inactive time stamps in time
442         comparisons.
443         (org-yank-adjusted-subtrees): New option.
444         (org-yank): Incorporate adjusting trees.
445         (org-paste-subtree): New argument FOR-YANK which will cause
446         insertion at point without backing up over white lines, and leave
447         point at the end of the inserted text.  Also if the cursor is
448         at the beginning of a headline, use the same level or the inserted
449         tree.
451         * org-publish.el (org-publish-get-base-files-1): Deal correctly
452         with broken symlinks
454 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
456         * org-exp.el (org-export-select-tags, org-get-current-options):
457         Fix typo.
459 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
461         * org-agenda.el (org-format-agenda-item)
462         (org-agenda-filter-make-matcher): Make sure tags are stored and
463         compared donwcased.
465 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
467         * org.el (org-insert-todo-heading): Fix bug with force-heading
468         argument.
470 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
472         * org-clock.el (org-clock-in-resume): Add a custom option to
473         toggle starting the clock from an open clock line.
474         (org-clock-in): When clocking in to an entry, if
475         `org-clock-in-resume' is set, check if the first clock line is
476         open and if so, start the clock from the time in the clock line.
477         (org-clock-persist): Add a custom option to toggle clock
478         persistence.
479         (org-clock-persist-query-save): Add a custom option to toggle
480         asking the user if they want to save the running clock when
481         exiting.
482         (org-clock-persist-query-resume): Add a custom option to toggle
483         asking the user if they want to resume the saved clock when Emacs
484         is restarted.
485         (org-clock-save): Add a function to save clock data.
486         This includes the contents of `org-clock-history' and the buffer
487         and position of the currently clocked task, if any.
488         (org-clock-load): Add a function to load clock data.
489         This populates `org-clock-history', and resumes the saved clocked
490         task if there is one.
491         (org-clock-persistence-insinuate): Add a method to set up the
492         hooks for clock persistence.
494 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
496         * org-exp.el (org-export-as-ascii): Handle the case that we are
497         publishing from an indirect buffer.
499         * org-table.el (org-table-copy-down): Fix bug with time stamp
500         increment.
502         * org-mouse.el (org-mouse-features): New option.
503         (org-mode-hook): Turn on features depending on
504         `org-mouse-features'.
506         * org.el (org-insert-heading-respect-content): Force heading
507         creation.
508         (org-insert-heading): keep the folding state of the heading before
509         the inserted one.
511 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
513         * org-archive.el (org-archive-to-archive-sibling): Handle top
514         level headlines better.
516 2008-10-21  Bastien Guerry  <bzg@altern.org>
518         * org-export-latex.el (org-export-latex-classes): Added
519         \usepackage{graphicx} to the default list of packages.
521 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
523         * org-agenda.el (org-agenda-filter): Renamed from
524         `org-agenda-filter-tags'.
526 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
528         * org.el (org-entry-properties): Add CATEGORY property, iven if it
529         is not defined as a property in this entry.
530         (org-add-log-note): Mask prefix argument when immediately storing
531         the note.
533         * org-agenda.el (org-agenda-filter-effort-default-operator): New
534         option.
536 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
538         * org.el (org-add-log-setup): Bugfix; code to find insertion point
539         after drawers was skipping ahead one line too many, so notes were
540         inserted after the first note instead of before it.
542 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
544         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
545         New variables.
546         (org-prepare-agenda): Reset the filter tags.
547         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
548         Show filter tags in mode line.
550         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
551         formatter.
553         * org-export-latex.el (org-latex-entities-regexp): New constant.
554         (org-export-as-pdf): Use two calls to `shell-command'.
556 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
558         * org-export-latex.el (org-export-latex-treat-sub-super-char):
559         Honor the {} value of the subsuperscript setting.  Make sure that
560         longer subsuperscripts are typeset in a roman font.
562         * org.el (org-clock-update-time-maybe): Compute negative clock
563         intervals correctly.
565 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
567         * org.el (org-add-log-setup): Respect
568         `org-log-state-notes-insert-after-drawers'.
569         (org-log-state-notes-insert-after-drawers): New option.
570         (org-todo-trigger-tag-changes): New function.
571         (org-todo): Call `org-todo-trigger-tag-changes'.
573 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
575         * org.el (org-add-log-setup): Only skip drawers if the are
576         immediately after the scheduling keywords.
578         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
579         function
580         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
581         call it with the current todo state to get the state to switch to
582         when clocking in.
583         (org-clock-in): Use org-indent-line-function to indent clock lines.
584         (org-clock-find-position): Fix indentation of empty clock drawers.
586 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
588         * org-publish.el (org-publish-org-to): Handle case when
589         org-export-to-pdf does return a file name, not a buffer.
590         (org-publish-org-to-pdf): New function.
592         * org-export-latex.el (org-export-as-pdf)
593         (org-export-as-pdf-and-open): New commands.
595         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
596         forms as ranges.
598         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
599         things in protexted regions.
601 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
603         * org-export-latex.el (org-export-latex-preprocess): Improve
604         quoting of LaTeX environments.
606 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
608         * org.el (org-edit-fixed-width-region): Exclude final newline from
609         picture area.
611         * org-export-latex.el (org-export-latex-subcontent): Add labels to
612         sections, to make internal links work.
613         (org-export-latex-fontify-headline): Do not remove all text
614         properties, to make sure that target properties survive this
615         process.
617         * org-exp.el (org-export-preprocess-string): Change sequence of
618         modifications, to make sure links are prepared before the LaTeX
619         conversions do happen.
621 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
623         * org-attach.el (org-attach-delete-all): Renamed from
624         `org-attch-delete'.  Add a security query before deleting the
625         entire directory.  New optional argument FORCE can overrule the
626         security query.
627         (org-attach-delete-one): New command.
629 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
631         * org-attach.el (org-attach-file-list): Fix bug with directory.
633 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
635         * org.el (org-apps-regexp-alist): New function.
636         (org-file-apps): Add auto-mode to the default value.
637         (org-open-file): Use the new structure of org-file-apps.
639         * org-attach.el (org-attach): Support the new keys.
640         (org-attach-method): New option.
642 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
644         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
645         March.
647         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
648         of the list value o `org-use-tag-inheritance'.
650         * org-attach.el (org-attach-auto-tag): New option.
651         (org-attach-tag, org-attach-untag): New functions.
652         (org-attach-attach, org-attach-new, org-attach-sync): Call
653         `org-attach-tag'.
654         (org-attach-delete): Call `org-attach-untag'.
656 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
658         * org-table.el (orgtbl-self-insert-command): Make this work for
659         the keypad as well.
661 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
663         * org.el (org-add-log-setup): Limit searc for drawers to entry
664         text, not to subtree.
666         * org-clock.el (org-clock-heading-for-remember): New variable.
667         (org-clock-in): Set `org-clock-heading-for-remember'.
669 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
671         * org-remember.el (org-remember-apply-template): Add new
672         expansions: %k, %K for currently clocked task and a link to the
673         currently clocked task, and %< to file notes in the currently
674         clocked task.
676 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
678         * org-export-latex.el (org-export-latex-make-header): Also insert
679         the content of the property :latex-header-extra.
681         * org-exp.el (org-infile-export-plist): Put the content of
682         #+LATEX_HEADER: into the property :latex-header-extra.
684         * org-colview.el (org-columns-get-format-and-top-level): Remove
685         resetting the marker.
687         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
688         Remove resetting the marker.
690         * org.el (org-entry-property-inherited-from): Improve docstring.
691         (org-entry-get-with-inheritance): Reset marker before starting the
692         search.
694         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
696 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
698         * org.el (org-entry-get-multivalued-property)
699         (org-entry-protect-space, org-entry-restore-space): New
700         functions.
701         (org-file-apps-defaults-macosx): Let postscript files be opened by
702         preview.
703         (org-time-stamp-inactive): Call `org-time-stamp'.
704         (org-time-stamp): New argument `inactive'.  Also edit inacive
705         stamps. Convert time stamp type.
706         (org-open-file): Interpret the `default' value for the `command'
707         in `org-file-apps'.
709         * org-id.el (org-id-int-to-b36-one-digit)
710         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
711         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
712         b36.
714 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
716         * org-id.el (org-id-reverse-string): New function.
717         (org-id-new): Use `org-id-reverse-string' to make sure the
718         beginning chars of the ID are mutating fast.  This allows to use a
719         directory structure to spread things better.
720         (org-id-prefix): Changed default to nil.
722         * org-list.el (org-move-item-down, org-move-item-up): Remember and
723         restore the column of the cursor position.
725         * org-remember.el (org-remember-apply-template): Remove properties
726         from `initial'.
728 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
730         * org-wl.el (org-wl-open): Remove useless call to
731         `wl-thread-open-all'.
733         * org-remember.el (org-remember-handler): Fix bug with `bottom'
734         location.
736 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
738         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
739         `org-bbdb-anniversaries'.
741         * org.el (org-get-next-sibling, org-forward-same-level): New
742         functions, similar to the outline versions, but invisible headings
743         are OK.
745 2008-09-25  Bastien Guerry  <bzg@altern.org>
747         * org.el (org-auto-repeat-maybe): Insert a space between
748         the timestamp's type and the timestamp itself.
750 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
752         * org-table.el (org-table-sum): Do not format the result with %g,
753         it does rounding when there are too many digits.
755         * org.el (org-map-entries): Protect the keyword-selecting variables.
757 2008-09-23  Bastien Guerry  <bzg@altern.org>
759         * org-agenda.el (org-agenda-to-appt): Make sure the function check
760         against all agenda files.
762 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
764         * org-list.el: New file, aggregating list functions from org.el
765         and org-export-latex.el.
767         * org.el (org-edit-src-region-extra): New option.
769 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
771         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
772         time before 1am.
774 2008-09-22  Bastien Guerry  <bzg@altern.org>
776         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
778 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
780         * org-plot.el (org-plot/gnuplot): Make tables starting with a
781         hline work correctly.
782         (org-plot/gnuplot-script): Put commas at the end of each script
783         line.
785 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
787         * org.el (org-get-refile-targets): Replace links with their
788         descriptions
789         (org-imenu-get-tree): Replace links with their descriptions.
791         * org-remember.el (org-remember-apply-template): Add a new
792         expansion for adding properties to remember items.
794         * org.el (org-add-log-setup): Skip over drawers (properties,
795         clocks etc) when adding notes.
797         * org-agenda.el (org-agenda-get-closed): show durations of clocked
798         items as well as the start and end times.
800         * org-compat.el (org-get-x-clipboard-compat): Add a compat
801         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
803         * org-remember.el (org-get-x-clipboard): Use the compat
804         function to get clipboard values when x-selection-value is
805         unavailable. Use substring-no-properties instead of
806         set-text-properties to remove text properties from the clipboard
807         value.
809         * lisp/org-clock.el (org-update-mode-line): Support limiting the
810         modeline clock string, and display the full todo value in the
811         tooltip. Set a local keymap so mouse-3 on the clock string goes to
812         the currently clocked task.
813         (org-clock-string-limit): Add a custom value for the maximum
814         length of the clock string in the modeline.
815         (org-clock-mode-map): Add a keymap for the modeline string
817 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
819         * org-compat.el (org-propertize): New function.
821 2008-09-20  Bastien Guerry  <bzg@altern.org>
823         * org-export-latex.el (org-export-latex-tables): protect exported
824         tables from further special chars conversion.
825         (org-export-latex-preprocess): Preserve LaTeX environments.
826         (org-list-parse-list): Parse descriptive lists.
827         (org-list-to-generic, org-list-to-latex, org-list-to-html)
828         (org-list-to-texinfo): Export descriptive lists.
829         (org-quote-chars): Remove.
830         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
831         (org-export-latex-list-beginning-re): Rename to
832         `org-list-beginning-re'
833         (org-list-item-begin): Rename to `org-list-item-beginning'
835 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
837         * org.el (org-refile): Allow refiling to the last entry in the
838         buffer.
839         (org-get-tags-at): Fix bug when inheritance is turned off.
841 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
843         * org.el (org-indent-line-function): No longer check for src
844         regions, this is too much overhead.
846         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
847         matching.
849         * org.el (org-scan-tags): Make sure that tags matching is not case
850         sensitive.  TODO keyword matching is case sensitive, however, to
851         avoid confusion with similar words that are not meant to be
852         keywords.
854 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
856         * org.el (org-get-local-tags-at): New function.
857         (org-get-local-tags): New function.
859         * org-exp.el (org-export-get-categories): New function.
861         * org-agenda.el (org-sorting-choice)
862         (org-agenda-sorting-strategy, org-agenda-get-todos)
863         (org-agenda-get-timestamps, org-agenda-get-deadlines)
864         (org-agenda-get-scheduled, org-agenda-get-blocks)
865         (org-entries-lessp): Implement sorting by TODO state.
866         (org-cmp-todo-state): New defsubst.
868         * org-colview.el (org-colview-construct-allowed-dates): New
869         function.
870         (org-columns-next-allowed-value): Use
871         `org-colview-construct-allowed-dates'.
873         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
874         function.
875         (org-columns-next-allowed-value): Use
876         `org-colview-construct-allowed-dates'.
878 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
880         * org.el (org-protect-slash): New function.
881         (org-get-refile-targets): Use `org-protect-slash'.
883         * org-agenda.el (org-global-tags-completion-table): New variable.
885         * org-exp.el (org-export-handle-export-tags): New function.
886         (org-export-preprocess-string): Call
887         `org-export-handle-export-tags'.
889         * org-plot.el: New file.
891         * org-publish.el (org-publish-expand-components): Function removed.
892         (org-publish-expand-projects): Allow components to have components.
894 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
896         * org.el (org-indent-line-function): Do not indent in regions that
897         are external source code.
898         (org-yank-and-fold-if-subtree): New function.
900         * org-agenda.el (org-agenda-todayp): New function.
901         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
902         `org-agenda-todayp'.
904         * org.el (org-insert-heading-respect-content)
905         (org-insert-todo-heading-respect-content): New commands.
906         (org-insert-heading-respect-content): New option.
907         (org-insert-heading): Respect `org-insert-heading-respect-content'.
909         * org-clock.el (org-clock-find-position): Make sure the note after
910         the clock line gets moved into the new clock drawer.
912 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
914         * org-id.el (org-id-new): New option.
916 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
918         * org-table.el (org-table-copy-down): Avoid overflow during
919         increment.  Use prefix argument 0 to temporarily disable the
920         increment.
922 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
924         * org-exp.el (org-export-as-html): Do not turn on the major mode
925         if the buffer will be killed anyway.
926         (org-get-current-options): Exclude the #+TEXT field.
927         (org-export-as-html): Make sure text before the first headline is
928         a paragraph.
930         * org-publish.el (org-publish-org-to): Tell the exporter that this
931         buffer will be killed, so it is not necessary to do major mode
932         initialization.
934         * org-archive.el (org-archive-to-archive-sibling): Show empty
935         lines after folding the archive sibling.
937         * org.el (org-log-note-extra): New variable.
939 2008-09-05  Bastien Guerry  <bzg@altern.org>
941         * org.el (org-additional-option-like-keywords): Added keywords for
942         the _QUOTE, _VERSE and _SRC environments.
944         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
945         exporting _QUOTE and _VERSE environments.
947 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
949         * org-agenda.el (org-agenda-filter-by-tag): New command.
951         * org-exp.el (org-get-current-options): Remove angular brackets
952         from the date entry.
954         * org.el (org-edit-fixed-width-region): New function.
955         (org-edit-fixed-width-region): Also try
956         `org-edit-fixed-width-region'.
957         (org-edit-fixed-width-region-mode): New option.
958         (org-activate-code): Only interprete lines starting with colon
959         plus a space as example lines.
961         * org-remember.el (org-remember-templates): Add nil instead of
962         empty strings to fix the length of remember templates.
964         * org-table.el (org-calc-default-modes): Fix the time format for
965         calc, from 12 hour to 24 hour clock.
967 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
969         * org-agenda.el (org-agenda-get-deadlines)
970         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
971         entries that are pre-warnings of deadlines or reminders.
973         * org.el (org-sort-entries-or-items): Make numeric and alpha
974         comparisons ignore any TODO keyword and priority cookie.
976         * org-remember.el (org-remember-handler): Reinterpretation of the
977         prefix argument.
979 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
981         * org-agenda.el (org-agenda-get-scheduled): Use new
982         `org-scheduled' face.
984         * org-faces.el (org-scheduled): New face.
986         * org-wl.el (org-wl-open): Remove incorrect declaration.
988         * org-gnus.el (org-gnus-store-link): Support for :to information
989         in gnus links.
991         * org-exp.el (org-export-as-html): Fixed typo in creator
992         information.
993         (org-export-protect-examples): New parameter indent.  Insert extra
994         spaces only when this parameter is specified.
995         (org-export-preprocess-string): Call `org-export-protect-examples'
996         with an indentation parameter when exporting to ASCII.
998         * org-remember.el (org-remember-templates)
999         (org-remember-apply-template): Allow the file component to be a
1000         function.
1002         * org.el (org-goto-local-search-headings): Renamed from
1003         `org-goto-local-search-forward-headings'.  Added the possibility
1004         to search backwards.
1006 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1008         * org-export-latex.el (org-export-latex): New customization
1009         group.
1011         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1013 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1015         * org-exp.el (org-html-do-expand): Allow {} to terminate
1016         tex macro
1018 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1020         * org.el (org-buffer-list): Select buffers based on major mode,
1021         not on file name.
1023 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1025         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1026         face property.
1028         * org-colview.el (org-columns-display-here): Use
1029         `org-columns-modify-value-for-display-function'.
1031         * org-colview-xemacs.el (org-columns-display-here): Use
1032         `org-columns-modify-value-for-display-function'.
1034 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1036         * org.el (org-columns-modify-value-for-display-function): New option.
1048         * org-publish.el (org-publish-file): Make sure the directory match
1049         for the publishing directory works correctly.
1051         * org-agenda.el (org-agenda-execute-calendar-command)
1052         (org-agenda-diary-entry): Additional optional argument.
1054 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1056         * org-exp.el (org-export-as-html): Add attributes also in mailto
1057         and ftp links.
1059         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1068 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1070         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1071         sure that calls from `org-export-region-as-html' do not do the
1072         special check for a subtree.
1074 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1076         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1078 2008-07-20  Juri Linkov  <juri@jurta.org>
1080         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1081         new keymap `narrow-map' instead of binding "\C-xns".
1083 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1085         * org.el (org-open-file): Use
1086         `org-open-directory-means-index-dot-org'.
1087         (org-open-directory-means-index-dot-org): New option.
1089 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1091         * org.el (org-make-link-string): Remove link attributes from
1092         description.
1093         (org-open-at-point): Remove link attributes bevore using the path.
1095         * org-exp.el (org-export-as-html): Handle link attributes.
1097         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1099         * org-table.el (org-table-to-lisp): New function.
1101         * org.el (org-narrow-to-subtree): Do not include the final newline
1102         into the narrowed region.
1104         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1105         bug with user-define skipping condition.
1107 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1109         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1111 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1113         * org-exp.el (org-export-html-style-default): Automatic overflow
1114         handling for pre fields.
1115         (org-export-as-ascii, org-export-as-html): Change default format
1116         for time stamp.
1118         * org-table.el (org-table-export): Offer completion for translator
1119         functions, and do not require a heading above the table.
1121         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1122         Cater for the case of a list starting in the first line of the
1123         buffer.
1125 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1127         * org-publish.el (org-publish-find-title): Bug fix.
1128         (org-publish-org-index): Implement new :index-style option.
1130 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1132         * org-publish.el (org-publish-timestamp-filename): Use
1133         SHA1-encoded file names in the timestamp directory.
1135 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1137         * org-publish.el (org-publish-needed-p): Be verbose about files
1138         published and files skipped.
1140         * org-exp.el (org-export-preprocess-string): Swap link
1141         normalization and inernal link targeting.
1143         * org-publish.el (org-publish-needed-p): Create timestamp
1144         directory when it does not exist.
1146 2008-07-04  Bastien Guerry  <bzg@altern.org>
1148         * org-clock.el (org-clock-out-when-done): Doc fix.
1150         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1152         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1153         Ignore case when searching for the COMMENT cookie at export time.
1155 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1157         * org-exp.el (org-get-file-contents)
1158         (org-get-and-remove-property): New functions.
1159         (org-export-handle-include-files): Handle the new prefix options.
1160         (org-export-as-html): Fix the verse environment.
1162 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1164         * org.el (org-time=, org-time<, org-time<=, org-time>)
1165         (org-time>=, org-time<>, org-2ft): New functions.
1166         (org-op-to-function): Also provide for the time testing fucntions.
1168 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1170         * org-exp.el (org-export-html-style-default): New constant.
1172 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1174         * org-exp.el (org-export-html-style-extra): New variable.
1175         (org-export-splice-style): New function.
1177 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1179         * org-exp.el (org-export-plist-vars, org-export-as-html):
1180         Implement `org-export-creator-info'.
1181         (org-export-creator-info): New option.
1183 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1185         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1186         (org-property-drawer-re, org-clock-drawer-re): New constants.
1188 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1190         * org-exp.el (org-icalendar-use-deadline)
1191         (org-icalendar-use-scheduled): New options.
1192         (org-icalendar-include-todo): Default changed to t.
1193         (org-print-icalendar-entries): Implement better utilization of
1194         scheduling and deadline time stamps.
1195         (org-export-target-internal-links, org-export-as-html): Allow file
1196         lines without the "file:" prefix if the file path is an absolute
1197         path or starts with ".".
1199         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1200         lastweek etc.
1201         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1203 2008-06-18  Glenn Morris  <rgm@gnu.org>
1204         * org.el (org-map-entries): Let-bind `file'.
1206 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1208         * org.el (org-agenda-skip-archived-trees): Docstring now
1209         discourages using this.
1210         (org-scan-tags): Check for org-agenda-archives-mode.
1211         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1212         (org-agenda-files): Functionality of second arg changed.
1214         * org-agenda.el (org-agenda-archives-mode): New variable
1215         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1216         (org-search-view, org-todo-list, org-tags-view)
1217         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1218         `ifmode' argument.
1219         (org-agenda-quit): Reset the archives mode.
1220         (org-agenda-archives-mode): New command.
1221         (org-agenda-set-mode-name): Include archives info.
1223 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1225         * org.el (org-paste-subtree): Make sure the yanked headline is
1226         visible if it was yanked at a visible point.
1227         (org-move-item-up): Fix the bug with moving white space at the end
1228         of the item.
1229         (org-show-empty-lines-in-parent): New function.
1231 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1233         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1235         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1237         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1238         agenda prefix as well.
1240         * org-publish.el (org-publish-org-index): Make a properly indented
1241         list.
1243         * org.el (org-calendar-agenda-action-key): New option.
1244         (org-get-cursor-date): New function.
1245         (org-mark-entry-for-agenda-action): New command.
1246         (org-overriding-default-time): New variable.
1247         (org-read-date): Respect `org-overriding-default-time'.
1249         * org-remember.el (org-remember-apply-template): Respect the
1250         ovverriding default time.
1252         * org-agenda.el (org-agenda-action-marker): New variable.
1253         (org-agenda-action): New command.
1254         (org-agenda-do-action): New function.
1256 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1258         * org.el (org-schedule, org-deadline): Protect scheduled and
1259         deadline tasks against changes that accidently remove the
1260         repeater.  Also show a message with the new date when done.
1262 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1264         * org.el (org-beginning-of-line): Cater for the case when there
1265         are tags but no headline text.
1266         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1267         it set.
1269 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1271         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1272         the return value is nil instead of "nil" when there is no match.
1274         * org-exp.el (org-insert-centered): Use fill-column instead of
1275         80.
1276         (org-export-as-ascii): Use string-width to measure the width of
1277         the heading.
1279         * org.el (org-diary-to-ical-string): No longer kill buffer
1280         FROMBUF, this is now done by the caller.
1282         * org-exp.el (org-print-icalendar-entries): Move the call to
1283         `org-diary-to-ical-string' out of the loop, and kill the buffer
1284         afterwords.
1286         * org-remember.el (org-remember-visit-immediately): Position
1287         cursor after moving to the note.
1288         (org-remember-apply-template): Use a text property to record the
1289         cursor position.
1290         (org-remember-handler): Align tags after pasting the note.
1292 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1294         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1296         * org-agenda.el (org-agenda-open-link): If there is an
1297         org-bbdb-name property in the current line, jump to that bbdb
1298         entry.
1300         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1301         text property, so that the agenda knows where this entry comes
1302         from.
1304         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1305         interaction between clocking-in from the agenda, and  automatic
1306         task state switching.
1308         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1310         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1311         zmacs-region stays after this command in XEmacs.
1313 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1315         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1317         * org-remember.el (org-remember-templates): Fix bug in
1318         customization type definition.
1320         * org.el (org-map-entries): New function.
1322 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1324         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1325         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1327 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1329         * org-remember.el (org-jump-to-target-location): New variable.
1330         (org-remember-apply-template): Set
1331         `org-remember-apply-template' if requested by template.
1332         (org-remember-handler): Start an idle timer to jump to
1333         remember location.
1335         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1337         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1338         file tags.
1339         (org-get-tags-at): Add the content of `org-file-tags'.
1341         * org-exp.el (org-export-handle-comments): Fix bug with several
1342         comment lines after each other.
1343         (org-number-to-roman, org-number-to-counter): New functions.
1344         (org-export-section-number-format): New option.
1346 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1348         * org-exp.el (org-export-protect-examples): Catch the case of a
1349         missing end_example line.
1351         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1352         `org-file-tags' to nil.
1354         * org-colview.el (org-columns-next-allowed-value): Handle next
1355         argument NTH to directly select a value.
1357         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1358         argument NTH to directly select a value.
1360 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1362         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1364 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1366         * org.el (org-columns-ellipses): New option.
1368 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1370         * org-colview.el (org-columns-add-ellipses): New function.
1371         (org-columns-compact-links): New function.
1372         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1373         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1374         when in agenda.
1375         (org-columns-edit-value): Fixed bug with editing values from
1376         agenda column view.
1377         (org-columns-redo): Also redo the agenda itself.
1379 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1381         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1382         option.
1384         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1386         * org-exp.el (org-export-ascii-preprocess): Renamed from
1387         `org-export-ascii-clean-string'.
1388         (org-export-kill-licensed-text)
1389         (org-export-define-heading-targets)
1390         (org-export-handle-invisible-targets)
1391         (org-export-target-internal-links)
1392         (org-export-remove-or-extract-drawers)
1393         (org-export-remove-archived-trees)
1394         (org-export-protect-quoted-subtrees)
1395         (org-export-protect-verbatim, org-export-protect-examples)
1396         (org-export-select-backend-specific-text)
1397         (org-export-mark-blockquote-and-verse)
1398         (org-export-remove-comment-blocks-and-subtrees)
1399         (org-export-handle-comments, org-export-mark-radio-links)
1400         (org-export-remove-special-table-lines)
1401         (org-export-normalize-links)
1402         (org-export-concatenate-multiline-links)
1403         (org-export-concatenate-multiline-emphasis): New functions,
1404         obtained from spliiting the export preprocessor.
1406         * org-table.el (org-table-recalculate): Improve error message if
1407         the row number is invalid.
1409 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1411         * org-archive.el (org-archive-save-context-info): Fix bugs in
1412         customization setup and docstring.
1414         * org-exp.el (org-export-html-style): Changed the size of in the
1415         <pre> element to 90%.
1417 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1419         * org.el (org-find-src-example-start): Function removed.
1420         (org-edit-src-find-region-and-lang): New function.
1422 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1424         * org.el (org-edit-src-exit): New function.
1425         (org-exit-edit-mode): New minor mode.
1427         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1428         comment-like lines from protected examples.
1430         * org.el (org-edit-src-example, org-find-src-example-start)
1431         (org-protect-source-example, org-edit-special): New functions.
1433 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1435         * org-publish.el (org-publish-project-alist): Fix typo in
1436         docstring.
1437         (org-publish-project-alist): Handle :index-title property.
1439 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1441         * org-export-latex.el (org-export-as-latex): Make sure region
1442         bounds are correct.  Parse subtree properties relating to export.
1444         * org-exp.el (org-export-add-options-to-plist): New function.
1445         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1447 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1449         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1450         EXPORT_TITLE.
1452         * org-exp.el (org-export-get-title-from-subtree)
1453         (org-export-as-ascii, org-export-as-html): Make sure the original
1454         region-beginning and region-end are used, even after moving
1455         point.
1456         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1457         property.
1459         * org-remember.el (org-remember-last-stored-marker): New variable.
1460         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1461         (org-remember-handler): Also use marker to remember
1462         last-stored position.
1464         * org.el (org-goto-marker-or-bmk): New function.
1466 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1468         * org.el (org-file-properties): Renamed from `org-local-properties'.
1469         (org-scan-tags): Take file tags into account.
1470         (org-tags-match-list-sublevels): Default changed to t.
1472         * org-exp.el (org-export-as-html): Close paragraph after a
1473         footnote.
1475         * org.el (org-update-parent-todo-statistics): New function.
1477         * org-exp.el (org-icalendar-store-UID): New option.
1478         (org-icalendar-force-UID): Option removed.
1479         (org-print-icalendar-entries): IMplement UIDs.
1481 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1483         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1485 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1487         * org-faces.el (org-column): Document how this face is being used
1488         and why sometimes the background faces shine through.
1490         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1492         * org-publish.el (org-publish-attachment): Create publishing
1493         directory if it does not yet exist.
1495         * org-table.el (org-calc-default-modes): Change default number
1496         format to (float 8).
1498         * org.el (org-olpath-completing-read): New function.
1499         (org-time-clocksum-format): New option.
1500         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1502         * org-clock.el (org-clock-display, org-clock-out)
1503         (org-update-mode-line): Use `org-time-clocksum-format'.
1505         * org-colview-xemacs.el (org-columns-number-to-string): Use
1506         `org-time-clocksum-format'.
1508         * org-colview.el (org-columns-number-to-string): Use
1509         `org-time-clocksum-format'.
1511 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1513         * org-id.el: New file, move from contrib to core.
1515         * org-exp.el (org-icalendar-force-UID): New option.
1517 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1519         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1520         shifted by one day if theere is a date range without an end
1521         time.
1523         * org.el (org-try-structure-completion): New function.
1525 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1527         * org.el (org-set-font-lock-defaults): Improve fontification of
1528         description lists.
1529         (org-insert-item): Handle description lists.
1530         (org-adaptive-fill-function): Improve auto indentation in
1531         description lists.
1533         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1534         Implement VERSE environment.
1535         (org-export-preprocess-string): Implement the COMMENT
1536         environment.
1538         * org-export-latex.el (org-export-latex-preprocess): Implement
1539         VERSE environment.
1541 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1543         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1544         option.
1546 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1548         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1550         * org.el (org-quote-csv-field): New functions.
1552         * org-table.el (org-table-export-default-format): Remove :splice
1553         from default format, we get the same effect by not specifying
1554         :tstart and :tend.
1555         (org-table-export): Improve setup, distinguish better between
1556         interactive and non-interactive use, allow specifying the format
1557         on the fly, better protection against wrong file names.
1558         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1559         and :tend when :splice is omitted.
1561 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1563         * org-clock.el (org-clock-select-task): Make sure the selection
1564         letters are 1-9 and A-Z, no special characters.
1566 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1568         * org-exp.el (org-export-htmlize): New group.
1569         (org-export-htmlize-output-type)
1570         (org-export-htmlize-css-font-prefix): New options.
1571         (org-export-htmlize-region-for-paste): New function.
1572         (org-export-htmlize-generate-css): New command.
1574 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1576         * org/org.el (org-modules, org-format-latex-options):
1577         * org/org-archive.el (org-archive-stamp-time)
1578         (org-archive-save-context-info):
1579         * org/org-faces.el (org-hide):
1580         * org/org-irc.el (org-irc-parse-link):
1581         * org/org-macs.el (org-call-with-arg, org-autoload):
1582         * org/org-mew.el (org-mew-store-link):
1583         * org/org-remember.el (org-remember-store-without-prompt)
1584         (org-remember-templates): Fix typos in docstrings.
1586         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1588         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1589         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1590         (org-bbdb-anniv-split): Fix typos in docstrings.
1592         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1593         (org-publish-use-timestamps-flag): Reflow docstring.
1594         (org-publish-files-alist): Fix typos in docstring.
1596 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1598         * org.el (org-set-visibility-according-to-property): New function.
1599         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1600         and compute the regular expressions, and update font-lock.
1601         (org-property-re): Allow a dash in property names.
1603         * org-archive.el (org-extract-archive-file): Insert the file name
1604         without the path into the format, to allow the location format to
1605         contain a subdirectory.
1607         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1608         of buffer, and the `org-agenda-type' property undefined, use the
1609         value from the character before.
1611         * org.el (org-add-planning-info): Don't let indentation for
1612         would-be timestamp become extra whitespace at the end of headline.
1614 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1616         * org.el (org-remove-double-quotes, org-file-contents): New
1617         functions.
1619         * org-exp.el (org-infile-export-plist): Also parse the
1620         contents of #+SETUPFILE files, recursively.
1622         * org.el (org-set-regexps-and-options): Also parse the
1623         contents of #+SETUPFILE files, recursively.
1625         * org-exp.el (org-export-handle-include-files): New function.
1626         (org-export-preprocess-string): Call
1627         `org-export-handle-include-files'.
1629         * org.el (org-delete-property-globally)
1630         (org-delete-property, org-set-property): Ignore case during
1631         completion.
1632         (org-set-property): Use `org-completing-read' instead of
1633         `completing-read'.
1635         * org.el (org-complete-expand-structure-template): New,
1636         experimental function.
1637         (org-structure-template-alist): New, experimental option.
1638         (org-complete): Call `org-complete-expand-structure-template'.
1640 2008-05-06  Bastien Guerry  <bzg@altern.org>
1642         * org-export-latex.el (org-export-latex-preprocess): Added
1643         support for blockquotes.
1645 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1647         * org.el (org-read-date-analyze): Catch the case where only a
1648         weekday is given.
1650 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1652         * org.el (org-set-font-lock-defaults): Make the description
1653         tag bold.
1655         * org-exp.el (org-export-as-html, org-close-li): Implement
1656         description lists.
1658 2008-05-04  Jason Riedy  <jason@acm.org>
1660         * org-table.el (*orgtbl-default-fmt*): New variable.
1661         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1662         when there is no other fmt available.
1664         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1665         :tend to suppress the appropriate string.
1667         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1668         table.
1670 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1672         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1673         read date.
1675         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1676         New function.
1678         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1679         New function.
1681 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1683         * org-clock.el (org-clock-find-position): Don't include notes
1684         into clock drawer.
1686         * org-archive.el (org-archive-subtree): No longer remove an
1687         extra line after cutting the subtree.  `org-cut-subtree' already
1688         takes care of this.
1690         * org-remember.el (org-remember-handler): Only kill the target
1691         buffer if it does not contain the running clock.
1693         * org.el (org-markers-to-move): New variable.
1694         (org-save-markers-in-region, org-check-and-save-marker)
1695         (org-reinstall-markers-in-region): New function.
1696         (org-move-subtree-down, org-copy-subtree): Remember relative
1697         marker positions before cutting.
1698         (org-move-subtree-down, org-paste-subtree): Restore relative
1699         marker positions after pasting.
1701         * org-remember.el (org-remember-clock-out-on-exit): New option.
1702         (org-remember-finalize): Clock out only if the setting in
1703         `org-remember-clock-out-on-exit' requires it.
1704         (org-remember-handler): Do the cleanup in the buffer, to make sure
1705         that the clock marker remains in tact.
1707 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1709         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1710         (org-clock-in): Make sure that also tasks outside the narrowed
1711         region will be clocked in correctly.
1712         (org-clock-insert-selection-line): Widen the buffer so that we can
1713         find the correct task heading.
1715         * org.el (org-base-buffer): New function.
1717         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1718         and ";" are escaped.
1719         (org-print-icalendar-entries): Also apply
1720         `org-icalendar-cleanup-string' to the headline, not only to the
1721         summary property.
1723 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1725         * org-exp.el (org-export-preprocess-hook): New hook.
1726         (org-export-preprocess-string): Call
1727         `org-export-preprocess-hook'.
1729         * org.el (org-font-lock-hook): New variable.
1730         (org-font-lock-hook): New function.
1731         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1733 ;; Local Variables:
1734 ;; coding: utf-8
1735 ;; add-log-time-zone-rule: t
1736 ;; End:
1738     Copyright (C) 2008  Free Software Foundation, Inc.
1740   This file is part of GNU Emacs.
1742   GNU Emacs is free software: you can redistribute it and/or modify
1743   it under the terms of the GNU General Public License as published by
1744   the Free Software Foundation, either version 3 of the License, or
1745   (at your option) any later version.
1747   GNU Emacs is distributed in the hope that it will be useful,
1748   but WITHOUT ANY WARRANTY; without even the implied warranty of
1749   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1750   GNU General Public License for more details.
1752   You should have received a copy of the GNU General Public License
1753   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1755 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c