Make S-SPC work in orgtbl-mode.
[org-mode.git] / lisp / ChangeLog
blob5d02e1e7bb86475ebb2731a155b09ac7ef2f246c
1 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4         orgtbl-mode.
6         * org-exp.el (org-export-as-ascii): Remove the handling of
7         targets.
8         (org-export-ascii-preprocess): Handle targets already in this
9         function.
11 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
13         * org-timer.el (org-timer-start-time): Define this variable.
14         (org-timer-item): Make argument optional.
16         * org-list.el (org-insert-item): Automatically insert a timer item
17         if the current list is a timer list.
19         * org-timer.el: New file.
21         * org-publish.el (org-publish-org-index): Only exclude the index
22         file in the main directory from being added to the site-map.
23         (org-publish-get-project-from-filename): If the current project is
24         a component, start publishing from the parent project.
26 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
28         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
30         * org-publish.el (org-publish-org-index): Improve removal of
31         temporary buffers.
33         * org-agenda.el (org-get-closed): Re-apply changes
34         accidentially overwritten by last commit to Emacs.
36         * org.el (org-outline-path-complete-in-steps): New option.
37         (org-refile-get-location): Honor
38         `org-outline-path-complete-in-steps'.
39         (org-agenda-change-all-lines, org-tags-sparse-tree)
40         (org-time-string-to-absolute, org-small-year-to-year)
41         (org-link-escape): Re-apply changes accidentially overwritten
42         by last commit to Emacs.
44 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org-clock.el (org-dblock-write:clocktable): Make sure the
47         clocktable sees the first line.
48         (org-clock-in): Warn if the clock cannot be resumed.
50 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org.el (org-open-at-point): Fix mixup about interactive and
53         non-interactive elisp links.
55 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
57         * org-exp.el (org-export-preprocess-string): Allow one comment
58         line before the first headline to always be included.  This is
59         to not miss a commented target.
61         * org-mouse.el (org-mouse-insert-item): Call
62         `org-indent-to-column' instead of `indent-to', for XEmacs
63         compatibility.
65         * org.el (org-refile-targets): Fix customize definition so
66         that it works also in XEmacs.
67         (org-fixup-indentation): Call `org-indent-to-column' instead
68         of `indent-to', for XEmacs compatibility.
70 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
72         * org-mew.el (org-mew-store-link): Get the correct case folder
73         for refiled messages.
75 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
78         line break indicators.
80         * org.el (org-ido-completing-read): Remove the "i:" prefix for
81         ido-completion propts.
83 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
85         * org-remember.el (org-remember-apply-template): Use
86         `org-substring-no-properties'.
88         * org-compat.el (org-substring-no-properties): New function.
90         * org-remember.el (org-remember-apply-template): Use
91         `org-substring-no-properties' for compatibility.
93         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
94         option.
95         (org-fix-bullet-type): respect
96         `org-list-two-spaces-after-bullet-regexp'.
98         * org-clock.el (org-clock-load): Clean up the code.
100         * org.el (org-adaptive-fill-function): Allow two spaces after
101         "1." as a list bullet.
103 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-clock.el (org-clock-save, org-clock-load): Check for
106         live buffers, existing files, and buffer file names to ensure
107         consistent information.
108         (org-clock-persist): Make `clock' a special value of this
109         variable, and improve docstring.
111         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
112         (org-get-string-indentation): Adapt indentation when the bullet
113         width changes.
115 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
117         * org-remember.el (org-remember-finalize): Make interactive.
118         (org-remember-kill): New command.
119         (org-remember-finish-immediately): Call `org-remember-finalize'
120         directly.
121         (org-remember-finalize): Make `org-remember-finalize' an interactive
122         function.
124 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
126         * org-remember.el (org-remember-apply-template): No ido completion
127         for free prompts in remember templates.
128         (org-remember-before-finalize-hook): New hook.
129         (org-remember-mode): New minor mode.
130         (org-remember-apply-template): Turn on `org-remember-mode'.
132         * org-id.el (org-id-add-location): Avoid error when no file is
133         given.
135         * org-remember.el (org-remember-apply-template): Fix the way how
136         the list of allowed properties is retrieved from the target file.
138         * org.el (org-insert-link): Improve file link matching.
140 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
142         * org-colview.el (org-columns-display-here): New argument
143         DATELINE, to trigger using the new face.
144         (org-agenda-colview-summarize): Call `org-columns-display-here'
145         with the new argument.
147         * org-faces.el (org-agenda-column-dateline): New face.
149         * org-publish.el (org-publish-org-index): Use index-title at page
150         title, not as section.
152         * org-exp.el (org-export-html-format-desc): Respect the
153         org-protect property.
154         (org-export-as-html): Protect image specifiers that are in the
155         description part of a link.
157         * org.el (org-sort-entries-or-items, org-completing-read)
158         (org-refile-get-location, org-olpath-completing-read, org-todo)
159         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
160         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
161         (org-set-property, org-delete-property)
162         (org-delete-property-globally): Use `org-ido-completing-read'.
164         * org-remember.el (org-remember-apply-template): Use
165         `org-ido-completing-read'.
167         * org-publish.el (org-publish): Use `org-ido-completing-read'.
169         * org-colview.el (org-columns-edit-value, org-columns-new)
170         (org-insert-columns-dblock): Use `org-ido-completing-read'.
172         * org-colview-xemacs.el (org-columns-edit-value)
173         (org-columns-new, org-insert-columns-dblock): Use
174         `org-ido-completing-read'.
176         * org-attach.el (org-attach-delete-one, org-attach-open): Use
177         `org-ido-completing-read'.
179         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
180         `org-ido-completing-read'.
182         * org.el (org-time-today): New function.
183         (org-matcher-time): Use `org-time-today'.  Add special treatment
184         for "<tomorrow>" and "<yesterday>".
185         (org-ido-completing-read): New function.
186         (org-completion-use-ido): New option.
188         * org-exp.el (org-export-format-source-code): Fix bug in require
189         htmlize code.
190         (org-export-target-internal-links): Fix bug in search for text
191         property.
193 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
195         * org-export-latex.el (org-export-latex-subcontent): Interprete
196         target aliases as additonal labels.
198         * org-exp.el (org-export-target-aliases): New variable.
199         (org-export-preprocess-string)
200         (org-export-handle-invisible-targets): Fill the alias alist.
201         (org-export-as-html): Remove the &nbsp; from the anchor, and also
202         assign an id.
203         (org-html-level-start): Insert the target aliases as additonal
204         anchors.
206         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
207         picture area.
209 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org.el (org-open-at-mouse): Ensure correct link abbreviations
212         when following a link with the mouse from the agenda.
214         * org-exp.el (org-export-as-html): Avoid lone </div> when no
215         headlines are created.
217 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
219         * org.el (org-link-translation-function): New option.
220         (org-open-at-point): Call `org-link-translation-function' if
221         non-nil.
222         (org-translate-link): New function.
223         (org-translate-link-from-planner): New function.
224         (org-open-at-point): Allow interactive commands in elisp links.
226         * org-exp.el (org-icalendar-cleanup-string): Restore the old
227         iCalendar quoting.  The new one seems to caus problems with
228         applications.
230         * org.el (org-yank): Set `this-command' to `yank', so that
231         `yank-pop' will work.
233 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
235         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
236         compliance as far as quoting is concerned.
238         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
239         hexified version of the tag.
241         * org-vm.el (org-vm-follow-link): Require `vm-search'.
243         * org.el (org-up-heading-safe, org-forward-same-level): Always
244         call `org-back-to-heading' instead of `outline-back-to-heading'.
245         (org-back-to-heading): New wrapper around outline-back-to-heading,
246         with a useful error message telling where the error happened.
248         * org-list.el (org-update-checkbox-count): Always call
249         `org-back-to-heading' instead of `outline-back-to-heading'.
251         * org-exp.el (org-export-as-html): Make sure that each <img> tag
252         has an `alt' attribute, to ensure XHTML validation.
254 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
256         * org-publish.el (org-publish-attachment): Allow publishing to
257         overwrite attachment files.
259         * org-agenda.el (org-agenda-timerange-leaders): New option.
260         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
262         * org.el (org-edit-src-exit): Untabify ASCII image before
263         returning.
276 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
278         * org.el (org-yank): Make any prefix force normal yanking.
279         Suppress folding if text would be swallowed into a folded
280         subtree.
281         (org-yank-folded-subtrees, org-yank): Docstring updates.
283         * org-agenda.el (org-agenda-compare-effort): Treat no effort
284         defined as 0.
286         * org-exp.el (org-export-language-setup): Add Catalan and
287         Esperanto language entries.
289 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
291         * org.el (org-refile): Allow refiling of entire regions.
293         * org-clock.el (org-clock-time%): New function.
295         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
296         retrieve property values.
298 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
300         * org-agenda.el (org-agenda-list): Handle the value `only' of
301         org-agenda-show-log'.
302         (org-agenda-log-mode): Interpret a double prefix arg.
304 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org-exp.el (org-export-html-footnotes-section): New variable.
307         (org-export-as-html): Use `org-export-html-footnotes-section' to
308         insert the footnotes.
309         (org-export-language-setup): Add "Footnotes" to language words.
311 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
313         * org.el (org-yank): Fix bug when not inserting a subtree.
315 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
317         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
318         instead of `vm-beginning-of-message'.
320         * org.el (org-make-link-regexps): Make sure that links to gnus can
321         contain brackets.
323 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-attach.el (org-attach-dir): Remove duplicate ID creation
326         code.
328         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
329         shell output.
331         * org.el (org-link-abbrev-alist): Improve customization type.
333         * org-attach.el (org-attach-expand-link, org-attach-expand): New
334         functions.
336         * org-agenda.el (org-agenda-get-progress): Renamed from
337         `org-get-closed'.  Implement searching for state changes as well.
338         (org-agenda-log-mode-items): New option.
339         (org-agenda-log-mode): New option prefix argument, interpreted as
340         request to show all possible progress info.
341         (org-agenda-get-day-entries): Call `org-get-progress' instead of
342         `org-get-closed'.
343         (org-agenda-set-mode-name): Handle the more complex log mode
344         settings.
345         (org-get-closed): New alias, pointing to `org-get-progress'.
347 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
349         * org.el (org-file-apps-defaults-gnu)
350         (org-file-apps-defaults-macosx)
351         (org-file-apps-defaults-windowsnt): Add an entry defining the
352         system command.
353         (org-file-apps): Allow `system' as key and value.
354         (org-open-at-point): Explain the effect of a double prefix arg.
355         (org-open-file): If the argument `in-emacs' is (16),
356         i.e. corresponding to a double prefix argument, try to open the
357         file externally.
359 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
361         * org.el (org-insert-link): Abbreviate absolute files names in
362         links.  Also, fix a bug in which the double C-u prefix would not
363         be honored.
365 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
367         * org.el (org-insert-heading): If buffer does not end with a
368         newline, add one if necessary to insert headline correctly.
370         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
371         paragraphs, not inside.
373         * org.el (org-todo): Quote
374         `org-agenda-headline-snapshot-before-repeat'.
376         * org-exp.el (org-export-as-html): Fully process link descriptions.
377         (org-export-html-format-desc): New function.
378         (org-export-as-html): Collect footnotes into the correct basket.
379         (org-html-protect): No longer protect quotations marks here, this
380         goes wrong.
382         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
383         BEG.
385         * org-compat.el (org-fit-window-to-buffer): New function (not
386         really, a preliminary and incomplete version was present earlier,
387         but not used).
389         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
390         `org-fit-window-to-buffer'.
392         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
394         * org-agenda.el (org-agenda-get-restriction-and-command)
395         (org-fit-agenda-window, org-agenda-convert-date): Use
396         `org-fit-window-to-buffer'.
398         * org-exp.el (org-export-as-html): Process href links through
399         `org-export-html-format-href'.
400         (org-export-html-format-href): New function.
402         * org-agenda.el (org-agenda-todo): Update only the current
403         headline if this is a repeated TODO, marked done for today.
404         (org-agenda-change-all-lines): New argument JUST-THIS, to change
405         only the current line.
407         * org.el (org-todo): Take a snapshot of the headline if the
408         repeater might change it.
410 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
412         * org-publish.el (org-publish-find-title): Remove buffers visited
413         only for extracting the title.
415         * org-exp.el (org-export-html-style)
416         (org-export-html-style-default): Mark style definitions as
417         unparsed CDATA.
419         * org-publish.el (org-publish-validate-link): Function
420         re-introduced.
422 2008-11-02  Charles Sebold  <csebold@gmail.com>
424         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
425         property.
426         (org-plot-quote-timestamp-field): New function.
427         (org-plot-quote-tsv-field): Call timestamp field function when
428         necessary rather than just quoting as a string.
429         (org-plot/gnuplot-to-data): Pass in timefmt property.
430         (org-plot/gnuplot-script): Supports timefmt property.
431         (org-plot/gnuplot): Checks for timestamp column before checking
432         for text index column.
434 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
436         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
438         * org-publish.el (org-publish-org-index): Create a section in the
439         index file.
440         (org-publish-org-index): Stop linking to directories.
442         * org.el (org-emphasis-alist): Use span instead of <u> to
443         underline text.
445         * org-exp.el (org-export-as-html): Make sure <p> is closed before
446         <pre> sections.
448 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
450         * org-jsinfo.el (org-infojs-template): Remove language attribute
451         from script tag.
453 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
455         * org-agenda.el (org-agenda-remove-marked-text): New function.
456         (org-agenda-mark-filtered-text)
457         (org-agenda-unmark-filtered-text): New functions.
458         (org-write-agenda): Remove fltered text.
460         * org.el (org-make-tags-matcher): Give access to TODO "property"
461         without speed penalty.
463 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
465         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
466         option.
467         (org-store-link-props): Make sure adding to the plist works
468         correctly.
470         * org-gnus.el (org-gnus-no-new-news): New function.
471         (org-gnus-follow-link): Allow the article ID to be a message-id,
472         in addition to allowing article numbers.  Message IDs make much
473         more roubust links.
474         (org-gnus-store-link): Use message-id to create link.
476 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
478         * org.el (org-emphasize): Reverse the selection array.
479         (org-emphasis-alist): Set <code> tags for the verbatim
480         environment.
482         * org-remember.el (org-remember-handler): Fix bug with
483         prefix-related changing of the note storage target.
485         * org-exp.el (org-print-icalendar-entries): Make the exported
486         priorities compatible with RFC 2445.
488         * org-clock.el (org-clock-save): Insert time stamp without
489         dependence on time-stamp.el.
491 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
493         * org.el ("saveplace"): If saveplace puts point into an invisible
494         location, make it visible.
495         (org-make-tags-matcher): Allow inactive time stamps in time
496         comparisons.
497         (org-yank-adjusted-subtrees): New option.
498         (org-yank): Incorporate adjusting trees.
499         (org-paste-subtree): New argument FOR-YANK which will cause
500         insertion at point without backing up over white lines, and leave
501         point at the end of the inserted text.  Also if the cursor is
502         at the beginning of a headline, use the same level or the inserted
503         tree.
505         * org-publish.el (org-publish-get-base-files-1): Deal correctly
506         with broken symlinks
508 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
510         * org-exp.el (org-export-select-tags, org-get-current-options):
511         Fix typo.
513 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
515         * org-agenda.el (org-format-agenda-item)
516         (org-agenda-filter-make-matcher): Make sure tags are stored and
517         compared donwcased.
519 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
521         * org.el (org-insert-todo-heading): Fix bug with force-heading
522         argument.
524 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
526         * org-clock.el (org-clock-in-resume): Add a custom option to
527         toggle starting the clock from an open clock line.
528         (org-clock-in): When clocking in to an entry, if
529         `org-clock-in-resume' is set, check if the first clock line is
530         open and if so, start the clock from the time in the clock line.
531         (org-clock-persist): Add a custom option to toggle clock
532         persistence.
533         (org-clock-persist-query-save): Add a custom option to toggle
534         asking the user if they want to save the running clock when
535         exiting.
536         (org-clock-persist-query-resume): Add a custom option to toggle
537         asking the user if they want to resume the saved clock when Emacs
538         is restarted.
539         (org-clock-save): Add a function to save clock data.
540         This includes the contents of `org-clock-history' and the buffer
541         and position of the currently clocked task, if any.
542         (org-clock-load): Add a function to load clock data.
543         This populates `org-clock-history', and resumes the saved clocked
544         task if there is one.
545         (org-clock-persistence-insinuate): Add a method to set up the
546         hooks for clock persistence.
548 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
550         * org-exp.el (org-export-as-ascii): Handle the case that we are
551         publishing from an indirect buffer.
553         * org-table.el (org-table-copy-down): Fix bug with time stamp
554         increment.
556         * org-mouse.el (org-mouse-features): New option.
557         (org-mode-hook): Turn on features depending on
558         `org-mouse-features'.
560         * org.el (org-insert-heading-respect-content): Force heading
561         creation.
562         (org-insert-heading): keep the folding state of the heading before
563         the inserted one.
565 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
567         * org-archive.el (org-archive-to-archive-sibling): Handle top
568         level headlines better.
570 2008-10-21  Bastien Guerry  <bzg@altern.org>
572         * org-export-latex.el (org-export-latex-classes): Added
573         \usepackage{graphicx} to the default list of packages.
575 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
577         * org-agenda.el (org-agenda-filter): Renamed from
578         `org-agenda-filter-tags'.
580 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
582         * org.el (org-entry-properties): Add CATEGORY property, iven if it
583         is not defined as a property in this entry.
584         (org-add-log-note): Mask prefix argument when immediately storing
585         the note.
587         * org-agenda.el (org-agenda-filter-effort-default-operator): New
588         option.
590 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
592         * org.el (org-add-log-setup): Bugfix; code to find insertion point
593         after drawers was skipping ahead one line too many, so notes were
594         inserted after the first note instead of before it.
596 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
598         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
599         New variables.
600         (org-prepare-agenda): Reset the filter tags.
601         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
602         Show filter tags in mode line.
604         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
605         formatter.
607         * org-export-latex.el (org-latex-entities-regexp): New constant.
608         (org-export-as-pdf): Use two calls to `shell-command'.
610 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
612         * org-export-latex.el (org-export-latex-treat-sub-super-char):
613         Honor the {} value of the subsuperscript setting.  Make sure that
614         longer subsuperscripts are typeset in a roman font.
616         * org.el (org-clock-update-time-maybe): Compute negative clock
617         intervals correctly.
619 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
621         * org.el (org-add-log-setup): Respect
622         `org-log-state-notes-insert-after-drawers'.
623         (org-log-state-notes-insert-after-drawers): New option.
624         (org-todo-trigger-tag-changes): New function.
625         (org-todo): Call `org-todo-trigger-tag-changes'.
627 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
629         * org.el (org-add-log-setup): Only skip drawers if the are
630         immediately after the scheduling keywords.
632         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
633         function
634         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
635         call it with the current todo state to get the state to switch to
636         when clocking in.
637         (org-clock-in): Use org-indent-line-function to indent clock lines.
638         (org-clock-find-position): Fix indentation of empty clock drawers.
640 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
642         * org-publish.el (org-publish-org-to): Handle case when
643         org-export-to-pdf does return a file name, not a buffer.
644         (org-publish-org-to-pdf): New function.
646         * org-export-latex.el (org-export-as-pdf)
647         (org-export-as-pdf-and-open): New commands.
649         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
650         forms as ranges.
652         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
653         things in protexted regions.
655 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
657         * org-export-latex.el (org-export-latex-preprocess): Improve
658         quoting of LaTeX environments.
660 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
662         * org.el (org-edit-fixed-width-region): Exclude final newline from
663         picture area.
665         * org-export-latex.el (org-export-latex-subcontent): Add labels to
666         sections, to make internal links work.
667         (org-export-latex-fontify-headline): Do not remove all text
668         properties, to make sure that target properties survive this
669         process.
671         * org-exp.el (org-export-preprocess-string): Change sequence of
672         modifications, to make sure links are prepared before the LaTeX
673         conversions do happen.
675 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
677         * org-attach.el (org-attach-delete-all): Renamed from
678         `org-attch-delete'.  Add a security query before deleting the
679         entire directory.  New optional argument FORCE can overrule the
680         security query.
681         (org-attach-delete-one): New command.
683 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
685         * org-attach.el (org-attach-file-list): Fix bug with directory.
687 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
689         * org.el (org-apps-regexp-alist): New function.
690         (org-file-apps): Add auto-mode to the default value.
691         (org-open-file): Use the new structure of org-file-apps.
693         * org-attach.el (org-attach): Support the new keys.
694         (org-attach-method): New option.
696 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
698         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
699         March.
701         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
702         of the list value o `org-use-tag-inheritance'.
704         * org-attach.el (org-attach-auto-tag): New option.
705         (org-attach-tag, org-attach-untag): New functions.
706         (org-attach-attach, org-attach-new, org-attach-sync): Call
707         `org-attach-tag'.
708         (org-attach-delete): Call `org-attach-untag'.
710 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
712         * org-table.el (orgtbl-self-insert-command): Make this work for
713         the keypad as well.
715 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
717         * org.el (org-add-log-setup): Limit searc for drawers to entry
718         text, not to subtree.
720         * org-clock.el (org-clock-heading-for-remember): New variable.
721         (org-clock-in): Set `org-clock-heading-for-remember'.
723 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
725         * org-remember.el (org-remember-apply-template): Add new
726         expansions: %k, %K for currently clocked task and a link to the
727         currently clocked task, and %< to file notes in the currently
728         clocked task.
730 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
732         * org-export-latex.el (org-export-latex-make-header): Also insert
733         the content of the property :latex-header-extra.
735         * org-exp.el (org-infile-export-plist): Put the content of
736         #+LATEX_HEADER: into the property :latex-header-extra.
738         * org-colview.el (org-columns-get-format-and-top-level): Remove
739         resetting the marker.
741         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
742         Remove resetting the marker.
744         * org.el (org-entry-property-inherited-from): Improve docstring.
745         (org-entry-get-with-inheritance): Reset marker before starting the
746         search.
748         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
750 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
752         * org.el (org-entry-get-multivalued-property)
753         (org-entry-protect-space, org-entry-restore-space): New
754         functions.
755         (org-file-apps-defaults-macosx): Let postscript files be opened by
756         preview.
757         (org-time-stamp-inactive): Call `org-time-stamp'.
758         (org-time-stamp): New argument `inactive'.  Also edit inacive
759         stamps. Convert time stamp type.
760         (org-open-file): Interpret the `default' value for the `command'
761         in `org-file-apps'.
763         * org-id.el (org-id-int-to-b36-one-digit)
764         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
765         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
766         b36.
768 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
770         * org-id.el (org-id-reverse-string): New function.
771         (org-id-new): Use `org-id-reverse-string' to make sure the
772         beginning chars of the ID are mutating fast.  This allows to use a
773         directory structure to spread things better.
774         (org-id-prefix): Changed default to nil.
776         * org-list.el (org-move-item-down, org-move-item-up): Remember and
777         restore the column of the cursor position.
779         * org-remember.el (org-remember-apply-template): Remove properties
780         from `initial'.
782 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
784         * org-wl.el (org-wl-open): Remove useless call to
785         `wl-thread-open-all'.
787         * org-remember.el (org-remember-handler): Fix bug with `bottom'
788         location.
790 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
792         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
793         `org-bbdb-anniversaries'.
795         * org.el (org-get-next-sibling, org-forward-same-level): New
796         functions, similar to the outline versions, but invisible headings
797         are OK.
799 2008-09-25  Bastien Guerry  <bzg@altern.org>
801         * org.el (org-auto-repeat-maybe): Insert a space between
802         the timestamp's type and the timestamp itself.
804 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
806         * org-table.el (org-table-sum): Do not format the result with %g,
807         it does rounding when there are too many digits.
809         * org.el (org-map-entries): Protect the keyword-selecting variables.
811 2008-09-23  Bastien Guerry  <bzg@altern.org>
813         * org-agenda.el (org-agenda-to-appt): Make sure the function check
814         against all agenda files.
816 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
818         * org-list.el: New file, aggregating list functions from org.el
819         and org-export-latex.el.
821         * org.el (org-edit-src-region-extra): New option.
823 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
825         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
826         time before 1am.
828 2008-09-22  Bastien Guerry  <bzg@altern.org>
830         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
832 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
834         * org-plot.el (org-plot/gnuplot): Make tables starting with a
835         hline work correctly.
836         (org-plot/gnuplot-script): Put commas at the end of each script
837         line.
839 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
841         * org.el (org-get-refile-targets): Replace links with their
842         descriptions
843         (org-imenu-get-tree): Replace links with their descriptions.
845         * org-remember.el (org-remember-apply-template): Add a new
846         expansion for adding properties to remember items.
848         * org.el (org-add-log-setup): Skip over drawers (properties,
849         clocks etc) when adding notes.
851         * org-agenda.el (org-agenda-get-closed): show durations of clocked
852         items as well as the start and end times.
854         * org-compat.el (org-get-x-clipboard-compat): Add a compat
855         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
857         * org-remember.el (org-get-x-clipboard): Use the compat
858         function to get clipboard values when x-selection-value is
859         unavailable. Use substring-no-properties instead of
860         set-text-properties to remove text properties from the clipboard
861         value.
863         * lisp/org-clock.el (org-update-mode-line): Support limiting the
864         modeline clock string, and display the full todo value in the
865         tooltip. Set a local keymap so mouse-3 on the clock string goes to
866         the currently clocked task.
867         (org-clock-string-limit): Add a custom value for the maximum
868         length of the clock string in the modeline.
869         (org-clock-mode-map): Add a keymap for the modeline string
871 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
873         * org-compat.el (org-propertize): New function.
875 2008-09-20  Bastien Guerry  <bzg@altern.org>
877         * org-export-latex.el (org-export-latex-tables): protect exported
878         tables from further special chars conversion.
879         (org-export-latex-preprocess): Preserve LaTeX environments.
880         (org-list-parse-list): Parse descriptive lists.
881         (org-list-to-generic, org-list-to-latex, org-list-to-html)
882         (org-list-to-texinfo): Export descriptive lists.
883         (org-quote-chars): Remove.
884         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
885         (org-export-latex-list-beginning-re): Rename to
886         `org-list-beginning-re'
887         (org-list-item-begin): Rename to `org-list-item-beginning'
889 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
891         * org.el (org-refile): Allow refiling to the last entry in the
892         buffer.
893         (org-get-tags-at): Fix bug when inheritance is turned off.
895 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
897         * org.el (org-indent-line-function): No longer check for src
898         regions, this is too much overhead.
900         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
901         matching.
903         * org.el (org-scan-tags): Make sure that tags matching is not case
904         sensitive.  TODO keyword matching is case sensitive, however, to
905         avoid confusion with similar words that are not meant to be
906         keywords.
908 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
910         * org.el (org-get-local-tags-at): New function.
911         (org-get-local-tags): New function.
913         * org-exp.el (org-export-get-categories): New function.
915         * org-agenda.el (org-sorting-choice)
916         (org-agenda-sorting-strategy, org-agenda-get-todos)
917         (org-agenda-get-timestamps, org-agenda-get-deadlines)
918         (org-agenda-get-scheduled, org-agenda-get-blocks)
919         (org-entries-lessp): Implement sorting by TODO state.
920         (org-cmp-todo-state): New defsubst.
922         * org-colview.el (org-colview-construct-allowed-dates): New
923         function.
924         (org-columns-next-allowed-value): Use
925         `org-colview-construct-allowed-dates'.
927         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
928         function.
929         (org-columns-next-allowed-value): Use
930         `org-colview-construct-allowed-dates'.
932 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
934         * org.el (org-protect-slash): New function.
935         (org-get-refile-targets): Use `org-protect-slash'.
937         * org-agenda.el (org-global-tags-completion-table): New variable.
939         * org-exp.el (org-export-handle-export-tags): New function.
940         (org-export-preprocess-string): Call
941         `org-export-handle-export-tags'.
943         * org-plot.el: New file.
945         * org-publish.el (org-publish-expand-components): Function removed.
946         (org-publish-expand-projects): Allow components to have components.
948 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
950         * org.el (org-indent-line-function): Do not indent in regions that
951         are external source code.
952         (org-yank-and-fold-if-subtree): New function.
954         * org-agenda.el (org-agenda-todayp): New function.
955         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
956         `org-agenda-todayp'.
958         * org.el (org-insert-heading-respect-content)
959         (org-insert-todo-heading-respect-content): New commands.
960         (org-insert-heading-respect-content): New option.
961         (org-insert-heading): Respect `org-insert-heading-respect-content'.
963         * org-clock.el (org-clock-find-position): Make sure the note after
964         the clock line gets moved into the new clock drawer.
966 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
968         * org-id.el (org-id-new): New option.
970 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
972         * org-table.el (org-table-copy-down): Avoid overflow during
973         increment.  Use prefix argument 0 to temporarily disable the
974         increment.
976 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
978         * org-exp.el (org-export-as-html): Do not turn on the major mode
979         if the buffer will be killed anyway.
980         (org-get-current-options): Exclude the #+TEXT field.
981         (org-export-as-html): Make sure text before the first headline is
982         a paragraph.
984         * org-publish.el (org-publish-org-to): Tell the exporter that this
985         buffer will be killed, so it is not necessary to do major mode
986         initialization.
988         * org-archive.el (org-archive-to-archive-sibling): Show empty
989         lines after folding the archive sibling.
991         * org.el (org-log-note-extra): New variable.
993 2008-09-05  Bastien Guerry  <bzg@altern.org>
995         * org.el (org-additional-option-like-keywords): Added keywords for
996         the _QUOTE, _VERSE and _SRC environments.
998         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
999         exporting _QUOTE and _VERSE environments.
1001 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1003         * org-agenda.el (org-agenda-filter-by-tag): New command.
1005         * org-exp.el (org-get-current-options): Remove angular brackets
1006         from the date entry.
1008         * org.el (org-edit-fixed-width-region): New function.
1009         (org-edit-fixed-width-region): Also try
1010         `org-edit-fixed-width-region'.
1011         (org-edit-fixed-width-region-mode): New option.
1012         (org-activate-code): Only interprete lines starting with colon
1013         plus a space as example lines.
1015         * org-remember.el (org-remember-templates): Add nil instead of
1016         empty strings to fix the length of remember templates.
1018         * org-table.el (org-calc-default-modes): Fix the time format for
1019         calc, from 12 hour to 24 hour clock.
1021 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1023         * org-agenda.el (org-agenda-get-deadlines)
1024         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1025         entries that are pre-warnings of deadlines or reminders.
1027         * org.el (org-sort-entries-or-items): Make numeric and alpha
1028         comparisons ignore any TODO keyword and priority cookie.
1030         * org-remember.el (org-remember-handler): Reinterpretation of the
1031         prefix argument.
1033 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1035         * org-agenda.el (org-agenda-get-scheduled): Use new
1036         `org-scheduled' face.
1038         * org-faces.el (org-scheduled): New face.
1040         * org-wl.el (org-wl-open): Remove incorrect declaration.
1042         * org-gnus.el (org-gnus-store-link): Support for :to information
1043         in gnus links.
1045         * org-exp.el (org-export-as-html): Fixed typo in creator
1046         information.
1047         (org-export-protect-examples): New parameter indent.  Insert extra
1048         spaces only when this parameter is specified.
1049         (org-export-preprocess-string): Call `org-export-protect-examples'
1050         with an indentation parameter when exporting to ASCII.
1052         * org-remember.el (org-remember-templates)
1053         (org-remember-apply-template): Allow the file component to be a
1054         function.
1056         * org.el (org-goto-local-search-headings): Renamed from
1057         `org-goto-local-search-forward-headings'.  Added the possibility
1058         to search backwards.
1060 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1062         * org-export-latex.el (org-export-latex): New customization
1063         group.
1065         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1067 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1069         * org-exp.el (org-html-do-expand): Allow {} to terminate
1070         tex macro
1072 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1074         * org.el (org-buffer-list): Select buffers based on major mode,
1075         not on file name.
1077 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1079         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1080         face property.
1082         * org-colview.el (org-columns-display-here): Use
1083         `org-columns-modify-value-for-display-function'.
1085         * org-colview-xemacs.el (org-columns-display-here): Use
1086         `org-columns-modify-value-for-display-function'.
1088 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1090         * org.el (org-columns-modify-value-for-display-function): New option.
1102         * org-publish.el (org-publish-file): Make sure the directory match
1103         for the publishing directory works correctly.
1105         * org-agenda.el (org-agenda-execute-calendar-command)
1106         (org-agenda-diary-entry): Additional optional argument.
1108 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1110         * org-exp.el (org-export-as-html): Add attributes also in mailto
1111         and ftp links.
1113         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1122 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1124         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1125         sure that calls from `org-export-region-as-html' do not do the
1126         special check for a subtree.
1128 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1130         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1132 2008-07-20  Juri Linkov  <juri@jurta.org>
1134         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1135         new keymap `narrow-map' instead of binding "\C-xns".
1137 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1139         * org.el (org-open-file): Use
1140         `org-open-directory-means-index-dot-org'.
1141         (org-open-directory-means-index-dot-org): New option.
1143 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1145         * org.el (org-make-link-string): Remove link attributes from
1146         description.
1147         (org-open-at-point): Remove link attributes bevore using the path.
1149         * org-exp.el (org-export-as-html): Handle link attributes.
1151         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1153         * org-table.el (org-table-to-lisp): New function.
1155         * org.el (org-narrow-to-subtree): Do not include the final newline
1156         into the narrowed region.
1158         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1159         bug with user-define skipping condition.
1161 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1163         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1165 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1167         * org-exp.el (org-export-html-style-default): Automatic overflow
1168         handling for pre fields.
1169         (org-export-as-ascii, org-export-as-html): Change default format
1170         for time stamp.
1172         * org-table.el (org-table-export): Offer completion for translator
1173         functions, and do not require a heading above the table.
1175         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1176         Cater for the case of a list starting in the first line of the
1177         buffer.
1179 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1181         * org-publish.el (org-publish-find-title): Bug fix.
1182         (org-publish-org-index): Implement new :index-style option.
1184 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1186         * org-publish.el (org-publish-timestamp-filename): Use
1187         SHA1-encoded file names in the timestamp directory.
1189 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1191         * org-publish.el (org-publish-needed-p): Be verbose about files
1192         published and files skipped.
1194         * org-exp.el (org-export-preprocess-string): Swap link
1195         normalization and inernal link targeting.
1197         * org-publish.el (org-publish-needed-p): Create timestamp
1198         directory when it does not exist.
1200 2008-07-04  Bastien Guerry  <bzg@altern.org>
1202         * org-clock.el (org-clock-out-when-done): Doc fix.
1204         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1206         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1207         Ignore case when searching for the COMMENT cookie at export time.
1209 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1211         * org-exp.el (org-get-file-contents)
1212         (org-get-and-remove-property): New functions.
1213         (org-export-handle-include-files): Handle the new prefix options.
1214         (org-export-as-html): Fix the verse environment.
1216 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1218         * org.el (org-time=, org-time<, org-time<=, org-time>)
1219         (org-time>=, org-time<>, org-2ft): New functions.
1220         (org-op-to-function): Also provide for the time testing fucntions.
1222 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1224         * org-exp.el (org-export-html-style-default): New constant.
1226 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1228         * org-exp.el (org-export-html-style-extra): New variable.
1229         (org-export-splice-style): New function.
1231 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1233         * org-exp.el (org-export-plist-vars, org-export-as-html):
1234         Implement `org-export-creator-info'.
1235         (org-export-creator-info): New option.
1237 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1239         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1240         (org-property-drawer-re, org-clock-drawer-re): New constants.
1242 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1244         * org-exp.el (org-icalendar-use-deadline)
1245         (org-icalendar-use-scheduled): New options.
1246         (org-icalendar-include-todo): Default changed to t.
1247         (org-print-icalendar-entries): Implement better utilization of
1248         scheduling and deadline time stamps.
1249         (org-export-target-internal-links, org-export-as-html): Allow file
1250         lines without the "file:" prefix if the file path is an absolute
1251         path or starts with ".".
1253         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1254         lastweek etc.
1255         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1257 2008-06-18  Glenn Morris  <rgm@gnu.org>
1258         * org.el (org-map-entries): Let-bind `file'.
1260 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1262         * org.el (org-agenda-skip-archived-trees): Docstring now
1263         discourages using this.
1264         (org-scan-tags): Check for org-agenda-archives-mode.
1265         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1266         (org-agenda-files): Functionality of second arg changed.
1268         * org-agenda.el (org-agenda-archives-mode): New variable
1269         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1270         (org-search-view, org-todo-list, org-tags-view)
1271         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1272         `ifmode' argument.
1273         (org-agenda-quit): Reset the archives mode.
1274         (org-agenda-archives-mode): New command.
1275         (org-agenda-set-mode-name): Include archives info.
1277 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1279         * org.el (org-paste-subtree): Make sure the yanked headline is
1280         visible if it was yanked at a visible point.
1281         (org-move-item-up): Fix the bug with moving white space at the end
1282         of the item.
1283         (org-show-empty-lines-in-parent): New function.
1285 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1287         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1289         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1291         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1292         agenda prefix as well.
1294         * org-publish.el (org-publish-org-index): Make a properly indented
1295         list.
1297         * org.el (org-calendar-agenda-action-key): New option.
1298         (org-get-cursor-date): New function.
1299         (org-mark-entry-for-agenda-action): New command.
1300         (org-overriding-default-time): New variable.
1301         (org-read-date): Respect `org-overriding-default-time'.
1303         * org-remember.el (org-remember-apply-template): Respect the
1304         ovverriding default time.
1306         * org-agenda.el (org-agenda-action-marker): New variable.
1307         (org-agenda-action): New command.
1308         (org-agenda-do-action): New function.
1310 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1312         * org.el (org-schedule, org-deadline): Protect scheduled and
1313         deadline tasks against changes that accidently remove the
1314         repeater.  Also show a message with the new date when done.
1316 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1318         * org.el (org-beginning-of-line): Cater for the case when there
1319         are tags but no headline text.
1320         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1321         it set.
1323 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1325         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1326         the return value is nil instead of "nil" when there is no match.
1328         * org-exp.el (org-insert-centered): Use fill-column instead of
1329         80.
1330         (org-export-as-ascii): Use string-width to measure the width of
1331         the heading.
1333         * org.el (org-diary-to-ical-string): No longer kill buffer
1334         FROMBUF, this is now done by the caller.
1336         * org-exp.el (org-print-icalendar-entries): Move the call to
1337         `org-diary-to-ical-string' out of the loop, and kill the buffer
1338         afterwords.
1340         * org-remember.el (org-remember-visit-immediately): Position
1341         cursor after moving to the note.
1342         (org-remember-apply-template): Use a text property to record the
1343         cursor position.
1344         (org-remember-handler): Align tags after pasting the note.
1346 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1348         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1350         * org-agenda.el (org-agenda-open-link): If there is an
1351         org-bbdb-name property in the current line, jump to that bbdb
1352         entry.
1354         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1355         text property, so that the agenda knows where this entry comes
1356         from.
1358         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1359         interaction between clocking-in from the agenda, and  automatic
1360         task state switching.
1362         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1364         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1365         zmacs-region stays after this command in XEmacs.
1367 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1369         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1371         * org-remember.el (org-remember-templates): Fix bug in
1372         customization type definition.
1374         * org.el (org-map-entries): New function.
1376 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1378         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1379         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1381 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1383         * org-remember.el (org-jump-to-target-location): New variable.
1384         (org-remember-apply-template): Set
1385         `org-remember-apply-template' if requested by template.
1386         (org-remember-handler): Start an idle timer to jump to
1387         remember location.
1389         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1391         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1392         file tags.
1393         (org-get-tags-at): Add the content of `org-file-tags'.
1395         * org-exp.el (org-export-handle-comments): Fix bug with several
1396         comment lines after each other.
1397         (org-number-to-roman, org-number-to-counter): New functions.
1398         (org-export-section-number-format): New option.
1400 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1402         * org-exp.el (org-export-protect-examples): Catch the case of a
1403         missing end_example line.
1405         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1406         `org-file-tags' to nil.
1408         * org-colview.el (org-columns-next-allowed-value): Handle next
1409         argument NTH to directly select a value.
1411         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1412         argument NTH to directly select a value.
1414 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1416         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1418 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1420         * org.el (org-columns-ellipses): New option.
1422 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1424         * org-colview.el (org-columns-add-ellipses): New function.
1425         (org-columns-compact-links): New function.
1426         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1427         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1428         when in agenda.
1429         (org-columns-edit-value): Fixed bug with editing values from
1430         agenda column view.
1431         (org-columns-redo): Also redo the agenda itself.
1433 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1435         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1436         option.
1438         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1440         * org-exp.el (org-export-ascii-preprocess): Renamed from
1441         `org-export-ascii-clean-string'.
1442         (org-export-kill-licensed-text)
1443         (org-export-define-heading-targets)
1444         (org-export-handle-invisible-targets)
1445         (org-export-target-internal-links)
1446         (org-export-remove-or-extract-drawers)
1447         (org-export-remove-archived-trees)
1448         (org-export-protect-quoted-subtrees)
1449         (org-export-protect-verbatim, org-export-protect-examples)
1450         (org-export-select-backend-specific-text)
1451         (org-export-mark-blockquote-and-verse)
1452         (org-export-remove-comment-blocks-and-subtrees)
1453         (org-export-handle-comments, org-export-mark-radio-links)
1454         (org-export-remove-special-table-lines)
1455         (org-export-normalize-links)
1456         (org-export-concatenate-multiline-links)
1457         (org-export-concatenate-multiline-emphasis): New functions,
1458         obtained from spliiting the export preprocessor.
1460         * org-table.el (org-table-recalculate): Improve error message if
1461         the row number is invalid.
1463 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1465         * org-archive.el (org-archive-save-context-info): Fix bugs in
1466         customization setup and docstring.
1468         * org-exp.el (org-export-html-style): Changed the size of in the
1469         <pre> element to 90%.
1471 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1473         * org.el (org-find-src-example-start): Function removed.
1474         (org-edit-src-find-region-and-lang): New function.
1476 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1478         * org.el (org-edit-src-exit): New function.
1479         (org-exit-edit-mode): New minor mode.
1481         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1482         comment-like lines from protected examples.
1484         * org.el (org-edit-src-example, org-find-src-example-start)
1485         (org-protect-source-example, org-edit-special): New functions.
1487 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1489         * org-publish.el (org-publish-project-alist): Fix typo in
1490         docstring.
1491         (org-publish-project-alist): Handle :index-title property.
1493 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1495         * org-export-latex.el (org-export-as-latex): Make sure region
1496         bounds are correct.  Parse subtree properties relating to export.
1498         * org-exp.el (org-export-add-options-to-plist): New function.
1499         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1501 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1503         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1504         EXPORT_TITLE.
1506         * org-exp.el (org-export-get-title-from-subtree)
1507         (org-export-as-ascii, org-export-as-html): Make sure the original
1508         region-beginning and region-end are used, even after moving
1509         point.
1510         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1511         property.
1513         * org-remember.el (org-remember-last-stored-marker): New variable.
1514         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1515         (org-remember-handler): Also use marker to remember
1516         last-stored position.
1518         * org.el (org-goto-marker-or-bmk): New function.
1520 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1522         * org.el (org-file-properties): Renamed from `org-local-properties'.
1523         (org-scan-tags): Take file tags into account.
1524         (org-tags-match-list-sublevels): Default changed to t.
1526         * org-exp.el (org-export-as-html): Close paragraph after a
1527         footnote.
1529         * org.el (org-update-parent-todo-statistics): New function.
1531         * org-exp.el (org-icalendar-store-UID): New option.
1532         (org-icalendar-force-UID): Option removed.
1533         (org-print-icalendar-entries): IMplement UIDs.
1535 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1537         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1539 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1541         * org-faces.el (org-column): Document how this face is being used
1542         and why sometimes the background faces shine through.
1544         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1546         * org-publish.el (org-publish-attachment): Create publishing
1547         directory if it does not yet exist.
1549         * org-table.el (org-calc-default-modes): Change default number
1550         format to (float 8).
1552         * org.el (org-olpath-completing-read): New function.
1553         (org-time-clocksum-format): New option.
1554         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1556         * org-clock.el (org-clock-display, org-clock-out)
1557         (org-update-mode-line): Use `org-time-clocksum-format'.
1559         * org-colview-xemacs.el (org-columns-number-to-string): Use
1560         `org-time-clocksum-format'.
1562         * org-colview.el (org-columns-number-to-string): Use
1563         `org-time-clocksum-format'.
1565 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1567         * org-id.el: New file, move from contrib to core.
1569         * org-exp.el (org-icalendar-force-UID): New option.
1571 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1573         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1574         shifted by one day if theere is a date range without an end
1575         time.
1577         * org.el (org-try-structure-completion): New function.
1579 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1581         * org.el (org-set-font-lock-defaults): Improve fontification of
1582         description lists.
1583         (org-insert-item): Handle description lists.
1584         (org-adaptive-fill-function): Improve auto indentation in
1585         description lists.
1587         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1588         Implement VERSE environment.
1589         (org-export-preprocess-string): Implement the COMMENT
1590         environment.
1592         * org-export-latex.el (org-export-latex-preprocess): Implement
1593         VERSE environment.
1595 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1597         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1598         option.
1600 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1602         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1604         * org.el (org-quote-csv-field): New functions.
1606         * org-table.el (org-table-export-default-format): Remove :splice
1607         from default format, we get the same effect by not specifying
1608         :tstart and :tend.
1609         (org-table-export): Improve setup, distinguish better between
1610         interactive and non-interactive use, allow specifying the format
1611         on the fly, better protection against wrong file names.
1612         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1613         and :tend when :splice is omitted.
1615 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1617         * org-clock.el (org-clock-select-task): Make sure the selection
1618         letters are 1-9 and A-Z, no special characters.
1620 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1622         * org-exp.el (org-export-htmlize): New group.
1623         (org-export-htmlize-output-type)
1624         (org-export-htmlize-css-font-prefix): New options.
1625         (org-export-htmlize-region-for-paste): New function.
1626         (org-export-htmlize-generate-css): New command.
1628 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1630         * org/org.el (org-modules, org-format-latex-options):
1631         * org/org-archive.el (org-archive-stamp-time)
1632         (org-archive-save-context-info):
1633         * org/org-faces.el (org-hide):
1634         * org/org-irc.el (org-irc-parse-link):
1635         * org/org-macs.el (org-call-with-arg, org-autoload):
1636         * org/org-mew.el (org-mew-store-link):
1637         * org/org-remember.el (org-remember-store-without-prompt)
1638         (org-remember-templates): Fix typos in docstrings.
1640         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1642         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1643         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1644         (org-bbdb-anniv-split): Fix typos in docstrings.
1646         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1647         (org-publish-use-timestamps-flag): Reflow docstring.
1648         (org-publish-files-alist): Fix typos in docstring.
1650 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1652         * org.el (org-set-visibility-according-to-property): New function.
1653         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1654         and compute the regular expressions, and update font-lock.
1655         (org-property-re): Allow a dash in property names.
1657         * org-archive.el (org-extract-archive-file): Insert the file name
1658         without the path into the format, to allow the location format to
1659         contain a subdirectory.
1661         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1662         of buffer, and the `org-agenda-type' property undefined, use the
1663         value from the character before.
1665         * org.el (org-add-planning-info): Don't let indentation for
1666         would-be timestamp become extra whitespace at the end of headline.
1668 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1670         * org.el (org-remove-double-quotes, org-file-contents): New
1671         functions.
1673         * org-exp.el (org-infile-export-plist): Also parse the
1674         contents of #+SETUPFILE files, recursively.
1676         * org.el (org-set-regexps-and-options): Also parse the
1677         contents of #+SETUPFILE files, recursively.
1679         * org-exp.el (org-export-handle-include-files): New function.
1680         (org-export-preprocess-string): Call
1681         `org-export-handle-include-files'.
1683         * org.el (org-delete-property-globally)
1684         (org-delete-property, org-set-property): Ignore case during
1685         completion.
1686         (org-set-property): Use `org-completing-read' instead of
1687         `completing-read'.
1689         * org.el (org-complete-expand-structure-template): New,
1690         experimental function.
1691         (org-structure-template-alist): New, experimental option.
1692         (org-complete): Call `org-complete-expand-structure-template'.
1694 2008-05-06  Bastien Guerry  <bzg@altern.org>
1696         * org-export-latex.el (org-export-latex-preprocess): Added
1697         support for blockquotes.
1699 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1701         * org.el (org-read-date-analyze): Catch the case where only a
1702         weekday is given.
1704 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1706         * org.el (org-set-font-lock-defaults): Make the description
1707         tag bold.
1709         * org-exp.el (org-export-as-html, org-close-li): Implement
1710         description lists.
1712 2008-05-04  Jason Riedy  <jason@acm.org>
1714         * org-table.el (*orgtbl-default-fmt*): New variable.
1715         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1716         when there is no other fmt available.
1718         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1719         :tend to suppress the appropriate string.
1721         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1722         table.
1724 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1726         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1727         read date.
1729         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1730         New function.
1732         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1733         New function.
1735 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1737         * org-clock.el (org-clock-find-position): Don't include notes
1738         into clock drawer.
1740         * org-archive.el (org-archive-subtree): No longer remove an
1741         extra line after cutting the subtree.  `org-cut-subtree' already
1742         takes care of this.
1744         * org-remember.el (org-remember-handler): Only kill the target
1745         buffer if it does not contain the running clock.
1747         * org.el (org-markers-to-move): New variable.
1748         (org-save-markers-in-region, org-check-and-save-marker)
1749         (org-reinstall-markers-in-region): New function.
1750         (org-move-subtree-down, org-copy-subtree): Remember relative
1751         marker positions before cutting.
1752         (org-move-subtree-down, org-paste-subtree): Restore relative
1753         marker positions after pasting.
1755         * org-remember.el (org-remember-clock-out-on-exit): New option.
1756         (org-remember-finalize): Clock out only if the setting in
1757         `org-remember-clock-out-on-exit' requires it.
1758         (org-remember-handler): Do the cleanup in the buffer, to make sure
1759         that the clock marker remains in tact.
1761 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1763         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1764         (org-clock-in): Make sure that also tasks outside the narrowed
1765         region will be clocked in correctly.
1766         (org-clock-insert-selection-line): Widen the buffer so that we can
1767         find the correct task heading.
1769         * org.el (org-base-buffer): New function.
1771         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1772         and ";" are escaped.
1773         (org-print-icalendar-entries): Also apply
1774         `org-icalendar-cleanup-string' to the headline, not only to the
1775         summary property.
1777 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1779         * org-exp.el (org-export-preprocess-hook): New hook.
1780         (org-export-preprocess-string): Call
1781         `org-export-preprocess-hook'.
1783         * org.el (org-font-lock-hook): New variable.
1784         (org-font-lock-hook): New function.
1785         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1787 ;; Local Variables:
1788 ;; coding: utf-8
1789 ;; add-log-time-zone-rule: t
1790 ;; End:
1792     Copyright (C) 2008  Free Software Foundation, Inc.
1794   This file is part of GNU Emacs.
1796   GNU Emacs is free software: you can redistribute it and/or modify
1797   it under the terms of the GNU General Public License as published by
1798   the Free Software Foundation, either version 3 of the License, or
1799   (at your option) any later version.
1801   GNU Emacs is distributed in the hope that it will be useful,
1802   but WITHOUT ANY WARRANTY; without even the implied warranty of
1803   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1804   GNU General Public License for more details.
1806   You should have received a copy of the GNU General Public License
1807   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1809 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c