Rename some ill-named function in org-table.el.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob27968784b48bd853887b9f668f9b31c5e57cb943
1 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-table.el (org-table-find-row-type): Renamed from
4         `org-find-row-type'.
5         (org-table-rewrite-old-row-references): Renamed from
6         `org-rewrite-old-row-references'.
7         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
8         (org-table-cleanup-narrow-column-properties): Renamed from
9         `org-cleanup-narrow-column-properties'.
11 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
13         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
14         for better error messages.
15         (org-table-get-descriptor-line): Supply the new arguments to
16         `org-find-row-type'.
17         (org-table-error-on-row-ref-crossing-hline): New option.
19         * org.el (org-target-link-regexp): Make buffer-local.
20         (org-move-subtree-down): Fix bug with trees at beginning of
21         buffer.
23 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
25         * org-faces.el (org-set-tag-faces): New function.
26         (org-tags-special-faces-re): New variable.
28         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
30         * org-faces.el (org-tag-faces): New option.
31         (org-tag): Mention `org-tag-faces' in the docstring.
33 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
35         * org-exp.el (org-export-html-style-default): Implement new
36         quoting.
38         * org-jsinfo.el (org-infojs-template): Implement new quoting.
40         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
41         command to the `w3m-minor-mode-map'.
43         * org-archive.el (org-archive-to-archive-sibling): Protect
44         `this-command' to avoid appending kills during archiving.
46         * org-exp.el (org-export-with-priority): New variable.
47         (org-export-add-options-to-plist): Use `org-export-plist-vars'
48         instead of internal list of strings and properties.
49         (org-print-icalendar-entries): Retrieve the location property with
50         inheritance.
52 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
54         * org-exp.el (org-export-with-todo-keywords): New option.
55         (org-export-plist-vars): Include also the keys for the #+OPTIONS
56         line.
57         (org-default-export-plist, org-export-add-options-to-plist)
58         (org-export-as-ascii, org-export-as-html): Use the new structure
59         of `org-export-plist-vars'.
61         * org.el (org-map-entries): Return all values.
63 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
65         * org.el (org-matcher-time): Recognize more special values.
67         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
69 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
71         * org.el (org-tags-exclude-from-inheritance): New option.
72         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
73         `org-tags-exclude-from-inheritance'.
75         * org-agenda.el (org-agenda-show-inherited-tags): New option.
76         (org-format-agenda-item): Add inherited tags to the agenda line
77         string, and make sure that properties are kept when downcasing the
78         tags list.
79         (org-agenda-add-inherited-tags): New function.
80         (org-downcase-keep-props): New function.
82         * org.el (org-scan-tags): Mark inherited tags with a text
83         property.
84         (org-get-tags-at): Mark inherited tags with a text property.
85         (org-add-prop-inherited): New function.
87         * org-agenda.el (org-agenda-add-inherited-tags): New function.
88         (org-agenda-show-inherited-tags): New option.
90 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
92         * org.el (org-modules): Add org-w3m to the default modules.
94         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
95         orgtbl-mode.
96         (orgtabl-create-or-convert-from-region): New command.
98         * org-exp.el (org-export-as-ascii): Remove the handling of
99         targets.
100         (org-export-ascii-preprocess): Handle targets already in this
101         function.
103 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-timer.el (org-timer-start-time): Define this variable.
106         (org-timer-item): Make argument optional.
108         * org-list.el (org-insert-item): Automatically insert a timer item
109         if the current list is a timer list.
111         * org-timer.el: New file.
113         * org-publish.el (org-publish-org-index): Only exclude the index
114         file in the main directory from being added to the site-map.
115         (org-publish-get-project-from-filename): If the current project is
116         a component, start publishing from the parent project.
118 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
120         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
122         * org-publish.el (org-publish-org-index): Improve removal of
123         temporary buffers.
125         * org-agenda.el (org-get-closed): Re-apply changes
126         accidentially overwritten by last commit to Emacs.
128         * org.el (org-outline-path-complete-in-steps): New option.
129         (org-refile-get-location): Honor
130         `org-outline-path-complete-in-steps'.
131         (org-agenda-change-all-lines, org-tags-sparse-tree)
132         (org-time-string-to-absolute, org-small-year-to-year)
133         (org-link-escape): Re-apply changes accidentially overwritten
134         by last commit to Emacs.
136 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
138         * org-clock.el (org-dblock-write:clocktable): Make sure the
139         clocktable sees the first line.
140         (org-clock-in): Warn if the clock cannot be resumed.
142 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
144         * org.el (org-open-at-point): Fix mixup about interactive and
145         non-interactive elisp links.
147 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
149         * org-exp.el (org-export-preprocess-string): Allow one comment
150         line before the first headline to always be included.  This is
151         to not miss a commented target.
153         * org-mouse.el (org-mouse-insert-item): Call
154         `org-indent-to-column' instead of `indent-to', for XEmacs
155         compatibility.
157         * org.el (org-refile-targets): Fix customize definition so
158         that it works also in XEmacs.
159         (org-fixup-indentation): Call `org-indent-to-column' instead
160         of `indent-to', for XEmacs compatibility.
162 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
164         * org-mew.el (org-mew-store-link): Get the correct case folder
165         for refiled messages.
167 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
170         line break indicators.
172         * org.el (org-ido-completing-read): Remove the "i:" prefix for
173         ido-completion propts.
175 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org-remember.el (org-remember-apply-template): Use
178         `org-substring-no-properties'.
180         * org-compat.el (org-substring-no-properties): New function.
182         * org-remember.el (org-remember-apply-template): Use
183         `org-substring-no-properties' for compatibility.
185         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
186         option.
187         (org-fix-bullet-type): respect
188         `org-list-two-spaces-after-bullet-regexp'.
190         * org-clock.el (org-clock-load): Clean up the code.
192         * org.el (org-adaptive-fill-function): Allow two spaces after
193         "1." as a list bullet.
195 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
197         * org-clock.el (org-clock-save, org-clock-load): Check for
198         live buffers, existing files, and buffer file names to ensure
199         consistent information.
200         (org-clock-persist): Make `clock' a special value of this
201         variable, and improve docstring.
203         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
204         (org-get-string-indentation): Adapt indentation when the bullet
205         width changes.
207 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org-remember.el (org-remember-finalize): Make interactive.
210         (org-remember-kill): New command.
211         (org-remember-finish-immediately): Call `org-remember-finalize'
212         directly.
213         (org-remember-finalize): Make `org-remember-finalize' an interactive
214         function.
216 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org-remember.el (org-remember-apply-template): No ido completion
219         for free prompts in remember templates.
220         (org-remember-before-finalize-hook): New hook.
221         (org-remember-mode): New minor mode.
222         (org-remember-apply-template): Turn on `org-remember-mode'.
224         * org-id.el (org-id-add-location): Avoid error when no file is
225         given.
227         * org-remember.el (org-remember-apply-template): Fix the way how
228         the list of allowed properties is retrieved from the target file.
230         * org.el (org-insert-link): Improve file link matching.
232 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org-colview.el (org-columns-display-here): New argument
235         DATELINE, to trigger using the new face.
236         (org-agenda-colview-summarize): Call `org-columns-display-here'
237         with the new argument.
239         * org-faces.el (org-agenda-column-dateline): New face.
241         * org-publish.el (org-publish-org-index): Use index-title at page
242         title, not as section.
244         * org-exp.el (org-export-html-format-desc): Respect the
245         org-protect property.
246         (org-export-as-html): Protect image specifiers that are in the
247         description part of a link.
249         * org.el (org-sort-entries-or-items, org-completing-read)
250         (org-refile-get-location, org-olpath-completing-read, org-todo)
251         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
252         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
253         (org-set-property, org-delete-property)
254         (org-delete-property-globally): Use `org-ido-completing-read'.
256         * org-remember.el (org-remember-apply-template): Use
257         `org-ido-completing-read'.
259         * org-publish.el (org-publish): Use `org-ido-completing-read'.
261         * org-colview.el (org-columns-edit-value, org-columns-new)
262         (org-insert-columns-dblock): Use `org-ido-completing-read'.
264         * org-colview-xemacs.el (org-columns-edit-value)
265         (org-columns-new, org-insert-columns-dblock): Use
266         `org-ido-completing-read'.
268         * org-attach.el (org-attach-delete-one, org-attach-open): Use
269         `org-ido-completing-read'.
271         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
272         `org-ido-completing-read'.
274         * org.el (org-time-today): New function.
275         (org-matcher-time): Use `org-time-today'.  Add special treatment
276         for "<tomorrow>" and "<yesterday>".
277         (org-ido-completing-read): New function.
278         (org-completion-use-ido): New option.
280         * org-exp.el (org-export-format-source-code): Fix bug in require
281         htmlize code.
282         (org-export-target-internal-links): Fix bug in search for text
283         property.
285 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
287         * org-export-latex.el (org-export-latex-subcontent): Interprete
288         target aliases as additonal labels.
290         * org-exp.el (org-export-target-aliases): New variable.
291         (org-export-preprocess-string)
292         (org-export-handle-invisible-targets): Fill the alias alist.
293         (org-export-as-html): Remove the &nbsp; from the anchor, and also
294         assign an id.
295         (org-html-level-start): Insert the target aliases as additonal
296         anchors.
298         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
299         picture area.
301 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
303         * org.el (org-open-at-mouse): Ensure correct link abbreviations
304         when following a link with the mouse from the agenda.
306         * org-exp.el (org-export-as-html): Avoid lone </div> when no
307         headlines are created.
309 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
311         * org.el (org-link-translation-function): New option.
312         (org-open-at-point): Call `org-link-translation-function' if
313         non-nil.
314         (org-translate-link): New function.
315         (org-translate-link-from-planner): New function.
316         (org-open-at-point): Allow interactive commands in elisp links.
318         * org-exp.el (org-icalendar-cleanup-string): Restore the old
319         iCalendar quoting.  The new one seems to caus problems with
320         applications.
322         * org.el (org-yank): Set `this-command' to `yank', so that
323         `yank-pop' will work.
325 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
327         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
328         compliance as far as quoting is concerned.
330         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
331         hexified version of the tag.
333         * org-vm.el (org-vm-follow-link): Require `vm-search'.
335         * org.el (org-up-heading-safe, org-forward-same-level): Always
336         call `org-back-to-heading' instead of `outline-back-to-heading'.
337         (org-back-to-heading): New wrapper around outline-back-to-heading,
338         with a useful error message telling where the error happened.
340         * org-list.el (org-update-checkbox-count): Always call
341         `org-back-to-heading' instead of `outline-back-to-heading'.
343         * org-exp.el (org-export-as-html): Make sure that each <img> tag
344         has an `alt' attribute, to ensure XHTML validation.
346 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
348         * org-publish.el (org-publish-attachment): Allow publishing to
349         overwrite attachment files.
351         * org-agenda.el (org-agenda-timerange-leaders): New option.
352         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
354         * org.el (org-edit-src-exit): Untabify ASCII image before
355         returning.
368 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
370         * org.el (org-yank): Make any prefix force normal yanking.
371         Suppress folding if text would be swallowed into a folded
372         subtree.
373         (org-yank-folded-subtrees, org-yank): Docstring updates.
375         * org-agenda.el (org-agenda-compare-effort): Treat no effort
376         defined as 0.
378         * org-exp.el (org-export-language-setup): Add Catalan and
379         Esperanto language entries.
381 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
383         * org.el (org-refile): Allow refiling of entire regions.
385         * org-clock.el (org-clock-time%): New function.
387         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
388         retrieve property values.
390 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
392         * org-agenda.el (org-agenda-list): Handle the value `only' of
393         org-agenda-show-log'.
394         (org-agenda-log-mode): Interpret a double prefix arg.
396 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
398         * org-exp.el (org-export-html-footnotes-section): New variable.
399         (org-export-as-html): Use `org-export-html-footnotes-section' to
400         insert the footnotes.
401         (org-export-language-setup): Add "Footnotes" to language words.
403 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
405         * org.el (org-yank): Fix bug when not inserting a subtree.
407 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
410         instead of `vm-beginning-of-message'.
412         * org.el (org-make-link-regexps): Make sure that links to gnus can
413         contain brackets.
415 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
417         * org-attach.el (org-attach-dir): Remove duplicate ID creation
418         code.
420         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
421         shell output.
423         * org.el (org-link-abbrev-alist): Improve customization type.
425         * org-attach.el (org-attach-expand-link, org-attach-expand): New
426         functions.
428         * org-agenda.el (org-agenda-get-progress): Renamed from
429         `org-get-closed'.  Implement searching for state changes as well.
430         (org-agenda-log-mode-items): New option.
431         (org-agenda-log-mode): New option prefix argument, interpreted as
432         request to show all possible progress info.
433         (org-agenda-get-day-entries): Call `org-get-progress' instead of
434         `org-get-closed'.
435         (org-agenda-set-mode-name): Handle the more complex log mode
436         settings.
437         (org-get-closed): New alias, pointing to `org-get-progress'.
439 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
441         * org.el (org-file-apps-defaults-gnu)
442         (org-file-apps-defaults-macosx)
443         (org-file-apps-defaults-windowsnt): Add an entry defining the
444         system command.
445         (org-file-apps): Allow `system' as key and value.
446         (org-open-at-point): Explain the effect of a double prefix arg.
447         (org-open-file): If the argument `in-emacs' is (16),
448         i.e. corresponding to a double prefix argument, try to open the
449         file externally.
451 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
453         * org.el (org-insert-link): Abbreviate absolute files names in
454         links.  Also, fix a bug in which the double C-u prefix would not
455         be honored.
457 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
459         * org.el (org-insert-heading): If buffer does not end with a
460         newline, add one if necessary to insert headline correctly.
462         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
463         paragraphs, not inside.
465         * org.el (org-todo): Quote
466         `org-agenda-headline-snapshot-before-repeat'.
468         * org-exp.el (org-export-as-html): Fully process link descriptions.
469         (org-export-html-format-desc): New function.
470         (org-export-as-html): Collect footnotes into the correct basket.
471         (org-html-protect): No longer protect quotations marks here, this
472         goes wrong.
474         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
475         BEG.
477         * org-compat.el (org-fit-window-to-buffer): New function (not
478         really, a preliminary and incomplete version was present earlier,
479         but not used).
481         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
482         `org-fit-window-to-buffer'.
484         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
486         * org-agenda.el (org-agenda-get-restriction-and-command)
487         (org-fit-agenda-window, org-agenda-convert-date): Use
488         `org-fit-window-to-buffer'.
490         * org-exp.el (org-export-as-html): Process href links through
491         `org-export-html-format-href'.
492         (org-export-html-format-href): New function.
494         * org-agenda.el (org-agenda-todo): Update only the current
495         headline if this is a repeated TODO, marked done for today.
496         (org-agenda-change-all-lines): New argument JUST-THIS, to change
497         only the current line.
499         * org.el (org-todo): Take a snapshot of the headline if the
500         repeater might change it.
502 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
504         * org-publish.el (org-publish-find-title): Remove buffers visited
505         only for extracting the title.
507         * org-exp.el (org-export-html-style)
508         (org-export-html-style-default): Mark style definitions as
509         unparsed CDATA.
511         * org-publish.el (org-publish-validate-link): Function
512         re-introduced.
514 2008-11-02  Charles Sebold  <csebold@gmail.com>
516         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
517         property.
518         (org-plot-quote-timestamp-field): New function.
519         (org-plot-quote-tsv-field): Call timestamp field function when
520         necessary rather than just quoting as a string.
521         (org-plot/gnuplot-to-data): Pass in timefmt property.
522         (org-plot/gnuplot-script): Supports timefmt property.
523         (org-plot/gnuplot): Checks for timestamp column before checking
524         for text index column.
526 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
528         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
530         * org-publish.el (org-publish-org-index): Create a section in the
531         index file.
532         (org-publish-org-index): Stop linking to directories.
534         * org.el (org-emphasis-alist): Use span instead of <u> to
535         underline text.
537         * org-exp.el (org-export-as-html): Make sure <p> is closed before
538         <pre> sections.
540 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
542         * org-jsinfo.el (org-infojs-template): Remove language attribute
543         from script tag.
545 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
547         * org-agenda.el (org-agenda-remove-marked-text): New function.
548         (org-agenda-mark-filtered-text)
549         (org-agenda-unmark-filtered-text): New functions.
550         (org-write-agenda): Remove fltered text.
552         * org.el (org-make-tags-matcher): Give access to TODO "property"
553         without speed penalty.
555 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
557         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
558         option.
559         (org-store-link-props): Make sure adding to the plist works
560         correctly.
562         * org-gnus.el (org-gnus-no-new-news): New function.
563         (org-gnus-follow-link): Allow the article ID to be a message-id,
564         in addition to allowing article numbers.  Message IDs make much
565         more roubust links.
566         (org-gnus-store-link): Use message-id to create link.
568 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
570         * org.el (org-emphasize): Reverse the selection array.
571         (org-emphasis-alist): Set <code> tags for the verbatim
572         environment.
574         * org-remember.el (org-remember-handler): Fix bug with
575         prefix-related changing of the note storage target.
577         * org-exp.el (org-print-icalendar-entries): Make the exported
578         priorities compatible with RFC 2445.
580         * org-clock.el (org-clock-save): Insert time stamp without
581         dependence on time-stamp.el.
583 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
585         * org.el ("saveplace"): If saveplace puts point into an invisible
586         location, make it visible.
587         (org-make-tags-matcher): Allow inactive time stamps in time
588         comparisons.
589         (org-yank-adjusted-subtrees): New option.
590         (org-yank): Incorporate adjusting trees.
591         (org-paste-subtree): New argument FOR-YANK which will cause
592         insertion at point without backing up over white lines, and leave
593         point at the end of the inserted text.  Also if the cursor is
594         at the beginning of a headline, use the same level or the inserted
595         tree.
597         * org-publish.el (org-publish-get-base-files-1): Deal correctly
598         with broken symlinks
600 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
602         * org-exp.el (org-export-select-tags, org-get-current-options):
603         Fix typo.
605 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
607         * org-agenda.el (org-format-agenda-item)
608         (org-agenda-filter-make-matcher): Make sure tags are stored and
609         compared donwcased.
611 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
613         * org.el (org-insert-todo-heading): Fix bug with force-heading
614         argument.
616 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
618         * org-clock.el (org-clock-in-resume): Add a custom option to
619         toggle starting the clock from an open clock line.
620         (org-clock-in): When clocking in to an entry, if
621         `org-clock-in-resume' is set, check if the first clock line is
622         open and if so, start the clock from the time in the clock line.
623         (org-clock-persist): Add a custom option to toggle clock
624         persistence.
625         (org-clock-persist-query-save): Add a custom option to toggle
626         asking the user if they want to save the running clock when
627         exiting.
628         (org-clock-persist-query-resume): Add a custom option to toggle
629         asking the user if they want to resume the saved clock when Emacs
630         is restarted.
631         (org-clock-save): Add a function to save clock data.
632         This includes the contents of `org-clock-history' and the buffer
633         and position of the currently clocked task, if any.
634         (org-clock-load): Add a function to load clock data.
635         This populates `org-clock-history', and resumes the saved clocked
636         task if there is one.
637         (org-clock-persistence-insinuate): Add a method to set up the
638         hooks for clock persistence.
640 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
642         * org-exp.el (org-export-as-ascii): Handle the case that we are
643         publishing from an indirect buffer.
645         * org-table.el (org-table-copy-down): Fix bug with time stamp
646         increment.
648         * org-mouse.el (org-mouse-features): New option.
649         (org-mode-hook): Turn on features depending on
650         `org-mouse-features'.
652         * org.el (org-insert-heading-respect-content): Force heading
653         creation.
654         (org-insert-heading): keep the folding state of the heading before
655         the inserted one.
657 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
659         * org-archive.el (org-archive-to-archive-sibling): Handle top
660         level headlines better.
662 2008-10-21  Bastien Guerry  <bzg@altern.org>
664         * org-export-latex.el (org-export-latex-classes): Added
665         \usepackage{graphicx} to the default list of packages.
667 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
669         * org-agenda.el (org-agenda-filter): Renamed from
670         `org-agenda-filter-tags'.
672 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
674         * org.el (org-entry-properties): Add CATEGORY property, iven if it
675         is not defined as a property in this entry.
676         (org-add-log-note): Mask prefix argument when immediately storing
677         the note.
679         * org-agenda.el (org-agenda-filter-effort-default-operator): New
680         option.
682 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
684         * org.el (org-add-log-setup): Bugfix; code to find insertion point
685         after drawers was skipping ahead one line too many, so notes were
686         inserted after the first note instead of before it.
688 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
690         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
691         New variables.
692         (org-prepare-agenda): Reset the filter tags.
693         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
694         Show filter tags in mode line.
696         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
697         formatter.
699         * org-export-latex.el (org-latex-entities-regexp): New constant.
700         (org-export-as-pdf): Use two calls to `shell-command'.
702 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
704         * org-export-latex.el (org-export-latex-treat-sub-super-char):
705         Honor the {} value of the subsuperscript setting.  Make sure that
706         longer subsuperscripts are typeset in a roman font.
708         * org.el (org-clock-update-time-maybe): Compute negative clock
709         intervals correctly.
711 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
713         * org.el (org-add-log-setup): Respect
714         `org-log-state-notes-insert-after-drawers'.
715         (org-log-state-notes-insert-after-drawers): New option.
716         (org-todo-trigger-tag-changes): New function.
717         (org-todo): Call `org-todo-trigger-tag-changes'.
719 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
721         * org.el (org-add-log-setup): Only skip drawers if the are
722         immediately after the scheduling keywords.
724         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
725         function
726         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
727         call it with the current todo state to get the state to switch to
728         when clocking in.
729         (org-clock-in): Use org-indent-line-function to indent clock lines.
730         (org-clock-find-position): Fix indentation of empty clock drawers.
732 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
734         * org-publish.el (org-publish-org-to): Handle case when
735         org-export-to-pdf does return a file name, not a buffer.
736         (org-publish-org-to-pdf): New function.
738         * org-export-latex.el (org-export-as-pdf)
739         (org-export-as-pdf-and-open): New commands.
741         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
742         forms as ranges.
744         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
745         things in protexted regions.
747 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
749         * org-export-latex.el (org-export-latex-preprocess): Improve
750         quoting of LaTeX environments.
752 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
754         * org.el (org-edit-fixed-width-region): Exclude final newline from
755         picture area.
757         * org-export-latex.el (org-export-latex-subcontent): Add labels to
758         sections, to make internal links work.
759         (org-export-latex-fontify-headline): Do not remove all text
760         properties, to make sure that target properties survive this
761         process.
763         * org-exp.el (org-export-preprocess-string): Change sequence of
764         modifications, to make sure links are prepared before the LaTeX
765         conversions do happen.
767 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
769         * org-attach.el (org-attach-delete-all): Renamed from
770         `org-attch-delete'.  Add a security query before deleting the
771         entire directory.  New optional argument FORCE can overrule the
772         security query.
773         (org-attach-delete-one): New command.
775 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
777         * org-attach.el (org-attach-file-list): Fix bug with directory.
779 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
781         * org.el (org-apps-regexp-alist): New function.
782         (org-file-apps): Add auto-mode to the default value.
783         (org-open-file): Use the new structure of org-file-apps.
785         * org-attach.el (org-attach): Support the new keys.
786         (org-attach-method): New option.
788 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
790         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
791         March.
793         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
794         of the list value o `org-use-tag-inheritance'.
796         * org-attach.el (org-attach-auto-tag): New option.
797         (org-attach-tag, org-attach-untag): New functions.
798         (org-attach-attach, org-attach-new, org-attach-sync): Call
799         `org-attach-tag'.
800         (org-attach-delete): Call `org-attach-untag'.
802 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
804         * org-table.el (orgtbl-self-insert-command): Make this work for
805         the keypad as well.
807 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
809         * org.el (org-add-log-setup): Limit searc for drawers to entry
810         text, not to subtree.
812         * org-clock.el (org-clock-heading-for-remember): New variable.
813         (org-clock-in): Set `org-clock-heading-for-remember'.
815 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
817         * org-remember.el (org-remember-apply-template): Add new
818         expansions: %k, %K for currently clocked task and a link to the
819         currently clocked task, and %< to file notes in the currently
820         clocked task.
822 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
824         * org-export-latex.el (org-export-latex-make-header): Also insert
825         the content of the property :latex-header-extra.
827         * org-exp.el (org-infile-export-plist): Put the content of
828         #+LATEX_HEADER: into the property :latex-header-extra.
830         * org-colview.el (org-columns-get-format-and-top-level): Remove
831         resetting the marker.
833         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
834         Remove resetting the marker.
836         * org.el (org-entry-property-inherited-from): Improve docstring.
837         (org-entry-get-with-inheritance): Reset marker before starting the
838         search.
840         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
842 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
844         * org.el (org-entry-get-multivalued-property)
845         (org-entry-protect-space, org-entry-restore-space): New
846         functions.
847         (org-file-apps-defaults-macosx): Let postscript files be opened by
848         preview.
849         (org-time-stamp-inactive): Call `org-time-stamp'.
850         (org-time-stamp): New argument `inactive'.  Also edit inacive
851         stamps. Convert time stamp type.
852         (org-open-file): Interpret the `default' value for the `command'
853         in `org-file-apps'.
855         * org-id.el (org-id-int-to-b36-one-digit)
856         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
857         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
858         b36.
860 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
862         * org-id.el (org-id-reverse-string): New function.
863         (org-id-new): Use `org-id-reverse-string' to make sure the
864         beginning chars of the ID are mutating fast.  This allows to use a
865         directory structure to spread things better.
866         (org-id-prefix): Changed default to nil.
868         * org-list.el (org-move-item-down, org-move-item-up): Remember and
869         restore the column of the cursor position.
871         * org-remember.el (org-remember-apply-template): Remove properties
872         from `initial'.
874 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
876         * org-wl.el (org-wl-open): Remove useless call to
877         `wl-thread-open-all'.
879         * org-remember.el (org-remember-handler): Fix bug with `bottom'
880         location.
882 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
884         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
885         `org-bbdb-anniversaries'.
887         * org.el (org-get-next-sibling, org-forward-same-level): New
888         functions, similar to the outline versions, but invisible headings
889         are OK.
891 2008-09-25  Bastien Guerry  <bzg@altern.org>
893         * org.el (org-auto-repeat-maybe): Insert a space between
894         the timestamp's type and the timestamp itself.
896 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
898         * org-table.el (org-table-sum): Do not format the result with %g,
899         it does rounding when there are too many digits.
901         * org.el (org-map-entries): Protect the keyword-selecting variables.
903 2008-09-23  Bastien Guerry  <bzg@altern.org>
905         * org-agenda.el (org-agenda-to-appt): Make sure the function check
906         against all agenda files.
908 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
910         * org-list.el: New file, aggregating list functions from org.el
911         and org-export-latex.el.
913         * org.el (org-edit-src-region-extra): New option.
915 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
917         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
918         time before 1am.
920 2008-09-22  Bastien Guerry  <bzg@altern.org>
922         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
924 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
926         * org-plot.el (org-plot/gnuplot): Make tables starting with a
927         hline work correctly.
928         (org-plot/gnuplot-script): Put commas at the end of each script
929         line.
931 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
933         * org.el (org-get-refile-targets): Replace links with their
934         descriptions
935         (org-imenu-get-tree): Replace links with their descriptions.
937         * org-remember.el (org-remember-apply-template): Add a new
938         expansion for adding properties to remember items.
940         * org.el (org-add-log-setup): Skip over drawers (properties,
941         clocks etc) when adding notes.
943         * org-agenda.el (org-agenda-get-closed): show durations of clocked
944         items as well as the start and end times.
946         * org-compat.el (org-get-x-clipboard-compat): Add a compat
947         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
949         * org-remember.el (org-get-x-clipboard): Use the compat
950         function to get clipboard values when x-selection-value is
951         unavailable. Use substring-no-properties instead of
952         set-text-properties to remove text properties from the clipboard
953         value.
955         * lisp/org-clock.el (org-update-mode-line): Support limiting the
956         modeline clock string, and display the full todo value in the
957         tooltip. Set a local keymap so mouse-3 on the clock string goes to
958         the currently clocked task.
959         (org-clock-string-limit): Add a custom value for the maximum
960         length of the clock string in the modeline.
961         (org-clock-mode-map): Add a keymap for the modeline string
963 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
965         * org-compat.el (org-propertize): New function.
967 2008-09-20  Bastien Guerry  <bzg@altern.org>
969         * org-export-latex.el (org-export-latex-tables): protect exported
970         tables from further special chars conversion.
971         (org-export-latex-preprocess): Preserve LaTeX environments.
972         (org-list-parse-list): Parse descriptive lists.
973         (org-list-to-generic, org-list-to-latex, org-list-to-html)
974         (org-list-to-texinfo): Export descriptive lists.
975         (org-quote-chars): Remove.
976         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
977         (org-export-latex-list-beginning-re): Rename to
978         `org-list-beginning-re'
979         (org-list-item-begin): Rename to `org-list-item-beginning'
981 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
983         * org.el (org-refile): Allow refiling to the last entry in the
984         buffer.
985         (org-get-tags-at): Fix bug when inheritance is turned off.
987 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
989         * org.el (org-indent-line-function): No longer check for src
990         regions, this is too much overhead.
992         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
993         matching.
995         * org.el (org-scan-tags): Make sure that tags matching is not case
996         sensitive.  TODO keyword matching is case sensitive, however, to
997         avoid confusion with similar words that are not meant to be
998         keywords.
1000 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1002         * org.el (org-get-local-tags-at): New function.
1003         (org-get-local-tags): New function.
1005         * org-exp.el (org-export-get-categories): New function.
1007         * org-agenda.el (org-sorting-choice)
1008         (org-agenda-sorting-strategy, org-agenda-get-todos)
1009         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1010         (org-agenda-get-scheduled, org-agenda-get-blocks)
1011         (org-entries-lessp): Implement sorting by TODO state.
1012         (org-cmp-todo-state): New defsubst.
1014         * org-colview.el (org-colview-construct-allowed-dates): New
1015         function.
1016         (org-columns-next-allowed-value): Use
1017         `org-colview-construct-allowed-dates'.
1019         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1020         function.
1021         (org-columns-next-allowed-value): Use
1022         `org-colview-construct-allowed-dates'.
1024 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1026         * org.el (org-protect-slash): New function.
1027         (org-get-refile-targets): Use `org-protect-slash'.
1029         * org-agenda.el (org-global-tags-completion-table): New variable.
1031         * org-exp.el (org-export-handle-export-tags): New function.
1032         (org-export-preprocess-string): Call
1033         `org-export-handle-export-tags'.
1035         * org-plot.el: New file.
1037         * org-publish.el (org-publish-expand-components): Function removed.
1038         (org-publish-expand-projects): Allow components to have components.
1040 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1042         * org.el (org-indent-line-function): Do not indent in regions that
1043         are external source code.
1044         (org-yank-and-fold-if-subtree): New function.
1046         * org-agenda.el (org-agenda-todayp): New function.
1047         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1048         `org-agenda-todayp'.
1050         * org.el (org-insert-heading-respect-content)
1051         (org-insert-todo-heading-respect-content): New commands.
1052         (org-insert-heading-respect-content): New option.
1053         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1055         * org-clock.el (org-clock-find-position): Make sure the note after
1056         the clock line gets moved into the new clock drawer.
1058 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1060         * org-id.el (org-id-new): New option.
1062 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1064         * org-table.el (org-table-copy-down): Avoid overflow during
1065         increment.  Use prefix argument 0 to temporarily disable the
1066         increment.
1068 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1070         * org-exp.el (org-export-as-html): Do not turn on the major mode
1071         if the buffer will be killed anyway.
1072         (org-get-current-options): Exclude the #+TEXT field.
1073         (org-export-as-html): Make sure text before the first headline is
1074         a paragraph.
1076         * org-publish.el (org-publish-org-to): Tell the exporter that this
1077         buffer will be killed, so it is not necessary to do major mode
1078         initialization.
1080         * org-archive.el (org-archive-to-archive-sibling): Show empty
1081         lines after folding the archive sibling.
1083         * org.el (org-log-note-extra): New variable.
1085 2008-09-05  Bastien Guerry  <bzg@altern.org>
1087         * org.el (org-additional-option-like-keywords): Added keywords for
1088         the _QUOTE, _VERSE and _SRC environments.
1090         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1091         exporting _QUOTE and _VERSE environments.
1093 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1095         * org-agenda.el (org-agenda-filter-by-tag): New command.
1097         * org-exp.el (org-get-current-options): Remove angular brackets
1098         from the date entry.
1100         * org.el (org-edit-fixed-width-region): New function.
1101         (org-edit-fixed-width-region): Also try
1102         `org-edit-fixed-width-region'.
1103         (org-edit-fixed-width-region-mode): New option.
1104         (org-activate-code): Only interprete lines starting with colon
1105         plus a space as example lines.
1107         * org-remember.el (org-remember-templates): Add nil instead of
1108         empty strings to fix the length of remember templates.
1110         * org-table.el (org-calc-default-modes): Fix the time format for
1111         calc, from 12 hour to 24 hour clock.
1113 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1115         * org-agenda.el (org-agenda-get-deadlines)
1116         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1117         entries that are pre-warnings of deadlines or reminders.
1119         * org.el (org-sort-entries-or-items): Make numeric and alpha
1120         comparisons ignore any TODO keyword and priority cookie.
1122         * org-remember.el (org-remember-handler): Reinterpretation of the
1123         prefix argument.
1125 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1127         * org-agenda.el (org-agenda-get-scheduled): Use new
1128         `org-scheduled' face.
1130         * org-faces.el (org-scheduled): New face.
1132         * org-wl.el (org-wl-open): Remove incorrect declaration.
1134         * org-gnus.el (org-gnus-store-link): Support for :to information
1135         in gnus links.
1137         * org-exp.el (org-export-as-html): Fixed typo in creator
1138         information.
1139         (org-export-protect-examples): New parameter indent.  Insert extra
1140         spaces only when this parameter is specified.
1141         (org-export-preprocess-string): Call `org-export-protect-examples'
1142         with an indentation parameter when exporting to ASCII.
1144         * org-remember.el (org-remember-templates)
1145         (org-remember-apply-template): Allow the file component to be a
1146         function.
1148         * org.el (org-goto-local-search-headings): Renamed from
1149         `org-goto-local-search-forward-headings'.  Added the possibility
1150         to search backwards.
1152 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1154         * org-export-latex.el (org-export-latex): New customization
1155         group.
1157         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1159 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1161         * org-exp.el (org-html-do-expand): Allow {} to terminate
1162         tex macro
1164 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1166         * org.el (org-buffer-list): Select buffers based on major mode,
1167         not on file name.
1169 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1171         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1172         face property.
1174         * org-colview.el (org-columns-display-here): Use
1175         `org-columns-modify-value-for-display-function'.
1177         * org-colview-xemacs.el (org-columns-display-here): Use
1178         `org-columns-modify-value-for-display-function'.
1180 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1182         * org.el (org-columns-modify-value-for-display-function): New option.
1194         * org-publish.el (org-publish-file): Make sure the directory match
1195         for the publishing directory works correctly.
1197         * org-agenda.el (org-agenda-execute-calendar-command)
1198         (org-agenda-diary-entry): Additional optional argument.
1200 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1202         * org-exp.el (org-export-as-html): Add attributes also in mailto
1203         and ftp links.
1205         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1214 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1216         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1217         sure that calls from `org-export-region-as-html' do not do the
1218         special check for a subtree.
1220 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1222         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1224 2008-07-20  Juri Linkov  <juri@jurta.org>
1226         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1227         new keymap `narrow-map' instead of binding "\C-xns".
1229 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1231         * org.el (org-open-file): Use
1232         `org-open-directory-means-index-dot-org'.
1233         (org-open-directory-means-index-dot-org): New option.
1235 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1237         * org.el (org-make-link-string): Remove link attributes from
1238         description.
1239         (org-open-at-point): Remove link attributes bevore using the path.
1241         * org-exp.el (org-export-as-html): Handle link attributes.
1243         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1245         * org-table.el (org-table-to-lisp): New function.
1247         * org.el (org-narrow-to-subtree): Do not include the final newline
1248         into the narrowed region.
1250         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1251         bug with user-define skipping condition.
1253 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1255         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1257 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1259         * org-exp.el (org-export-html-style-default): Automatic overflow
1260         handling for pre fields.
1261         (org-export-as-ascii, org-export-as-html): Change default format
1262         for time stamp.
1264         * org-table.el (org-table-export): Offer completion for translator
1265         functions, and do not require a heading above the table.
1267         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1268         Cater for the case of a list starting in the first line of the
1269         buffer.
1271 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1273         * org-publish.el (org-publish-find-title): Bug fix.
1274         (org-publish-org-index): Implement new :index-style option.
1276 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1278         * org-publish.el (org-publish-timestamp-filename): Use
1279         SHA1-encoded file names in the timestamp directory.
1281 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1283         * org-publish.el (org-publish-needed-p): Be verbose about files
1284         published and files skipped.
1286         * org-exp.el (org-export-preprocess-string): Swap link
1287         normalization and inernal link targeting.
1289         * org-publish.el (org-publish-needed-p): Create timestamp
1290         directory when it does not exist.
1292 2008-07-04  Bastien Guerry  <bzg@altern.org>
1294         * org-clock.el (org-clock-out-when-done): Doc fix.
1296         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1298         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1299         Ignore case when searching for the COMMENT cookie at export time.
1301 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1303         * org-exp.el (org-get-file-contents)
1304         (org-get-and-remove-property): New functions.
1305         (org-export-handle-include-files): Handle the new prefix options.
1306         (org-export-as-html): Fix the verse environment.
1308 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1310         * org.el (org-time=, org-time<, org-time<=, org-time>)
1311         (org-time>=, org-time<>, org-2ft): New functions.
1312         (org-op-to-function): Also provide for the time testing fucntions.
1314 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1316         * org-exp.el (org-export-html-style-default): New constant.
1318 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1320         * org-exp.el (org-export-html-style-extra): New variable.
1321         (org-export-splice-style): New function.
1323 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1325         * org-exp.el (org-export-plist-vars, org-export-as-html):
1326         Implement `org-export-creator-info'.
1327         (org-export-creator-info): New option.
1329 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1331         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1332         (org-property-drawer-re, org-clock-drawer-re): New constants.
1334 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1336         * org-exp.el (org-icalendar-use-deadline)
1337         (org-icalendar-use-scheduled): New options.
1338         (org-icalendar-include-todo): Default changed to t.
1339         (org-print-icalendar-entries): Implement better utilization of
1340         scheduling and deadline time stamps.
1341         (org-export-target-internal-links, org-export-as-html): Allow file
1342         lines without the "file:" prefix if the file path is an absolute
1343         path or starts with ".".
1345         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1346         lastweek etc.
1347         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1349 2008-06-18  Glenn Morris  <rgm@gnu.org>
1350         * org.el (org-map-entries): Let-bind `file'.
1352 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1354         * org.el (org-agenda-skip-archived-trees): Docstring now
1355         discourages using this.
1356         (org-scan-tags): Check for org-agenda-archives-mode.
1357         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1358         (org-agenda-files): Functionality of second arg changed.
1360         * org-agenda.el (org-agenda-archives-mode): New variable
1361         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1362         (org-search-view, org-todo-list, org-tags-view)
1363         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1364         `ifmode' argument.
1365         (org-agenda-quit): Reset the archives mode.
1366         (org-agenda-archives-mode): New command.
1367         (org-agenda-set-mode-name): Include archives info.
1369 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1371         * org.el (org-paste-subtree): Make sure the yanked headline is
1372         visible if it was yanked at a visible point.
1373         (org-move-item-up): Fix the bug with moving white space at the end
1374         of the item.
1375         (org-show-empty-lines-in-parent): New function.
1377 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1379         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1381         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1383         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1384         agenda prefix as well.
1386         * org-publish.el (org-publish-org-index): Make a properly indented
1387         list.
1389         * org.el (org-calendar-agenda-action-key): New option.
1390         (org-get-cursor-date): New function.
1391         (org-mark-entry-for-agenda-action): New command.
1392         (org-overriding-default-time): New variable.
1393         (org-read-date): Respect `org-overriding-default-time'.
1395         * org-remember.el (org-remember-apply-template): Respect the
1396         ovverriding default time.
1398         * org-agenda.el (org-agenda-action-marker): New variable.
1399         (org-agenda-action): New command.
1400         (org-agenda-do-action): New function.
1402 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1404         * org.el (org-schedule, org-deadline): Protect scheduled and
1405         deadline tasks against changes that accidently remove the
1406         repeater.  Also show a message with the new date when done.
1408 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1410         * org.el (org-beginning-of-line): Cater for the case when there
1411         are tags but no headline text.
1412         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1413         it set.
1415 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1417         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1418         the return value is nil instead of "nil" when there is no match.
1420         * org-exp.el (org-insert-centered): Use fill-column instead of
1421         80.
1422         (org-export-as-ascii): Use string-width to measure the width of
1423         the heading.
1425         * org.el (org-diary-to-ical-string): No longer kill buffer
1426         FROMBUF, this is now done by the caller.
1428         * org-exp.el (org-print-icalendar-entries): Move the call to
1429         `org-diary-to-ical-string' out of the loop, and kill the buffer
1430         afterwords.
1432         * org-remember.el (org-remember-visit-immediately): Position
1433         cursor after moving to the note.
1434         (org-remember-apply-template): Use a text property to record the
1435         cursor position.
1436         (org-remember-handler): Align tags after pasting the note.
1438 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1440         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1442         * org-agenda.el (org-agenda-open-link): If there is an
1443         org-bbdb-name property in the current line, jump to that bbdb
1444         entry.
1446         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1447         text property, so that the agenda knows where this entry comes
1448         from.
1450         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1451         interaction between clocking-in from the agenda, and  automatic
1452         task state switching.
1454         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1456         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1457         zmacs-region stays after this command in XEmacs.
1459 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1461         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1463         * org-remember.el (org-remember-templates): Fix bug in
1464         customization type definition.
1466         * org.el (org-map-entries): New function.
1468 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1470         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1471         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1473 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1475         * org-remember.el (org-jump-to-target-location): New variable.
1476         (org-remember-apply-template): Set
1477         `org-remember-apply-template' if requested by template.
1478         (org-remember-handler): Start an idle timer to jump to
1479         remember location.
1481         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1483         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1484         file tags.
1485         (org-get-tags-at): Add the content of `org-file-tags'.
1487         * org-exp.el (org-export-handle-comments): Fix bug with several
1488         comment lines after each other.
1489         (org-number-to-roman, org-number-to-counter): New functions.
1490         (org-export-section-number-format): New option.
1492 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1494         * org-exp.el (org-export-protect-examples): Catch the case of a
1495         missing end_example line.
1497         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1498         `org-file-tags' to nil.
1500         * org-colview.el (org-columns-next-allowed-value): Handle next
1501         argument NTH to directly select a value.
1503         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1504         argument NTH to directly select a value.
1506 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1508         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1510 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1512         * org.el (org-columns-ellipses): New option.
1514 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1516         * org-colview.el (org-columns-add-ellipses): New function.
1517         (org-columns-compact-links): New function.
1518         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1519         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1520         when in agenda.
1521         (org-columns-edit-value): Fixed bug with editing values from
1522         agenda column view.
1523         (org-columns-redo): Also redo the agenda itself.
1525 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1527         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1528         option.
1530         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1532         * org-exp.el (org-export-ascii-preprocess): Renamed from
1533         `org-export-ascii-clean-string'.
1534         (org-export-kill-licensed-text)
1535         (org-export-define-heading-targets)
1536         (org-export-handle-invisible-targets)
1537         (org-export-target-internal-links)
1538         (org-export-remove-or-extract-drawers)
1539         (org-export-remove-archived-trees)
1540         (org-export-protect-quoted-subtrees)
1541         (org-export-protect-verbatim, org-export-protect-examples)
1542         (org-export-select-backend-specific-text)
1543         (org-export-mark-blockquote-and-verse)
1544         (org-export-remove-comment-blocks-and-subtrees)
1545         (org-export-handle-comments, org-export-mark-radio-links)
1546         (org-export-remove-special-table-lines)
1547         (org-export-normalize-links)
1548         (org-export-concatenate-multiline-links)
1549         (org-export-concatenate-multiline-emphasis): New functions,
1550         obtained from spliiting the export preprocessor.
1552         * org-table.el (org-table-recalculate): Improve error message if
1553         the row number is invalid.
1555 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1557         * org-archive.el (org-archive-save-context-info): Fix bugs in
1558         customization setup and docstring.
1560         * org-exp.el (org-export-html-style): Changed the size of in the
1561         <pre> element to 90%.
1563 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1565         * org.el (org-find-src-example-start): Function removed.
1566         (org-edit-src-find-region-and-lang): New function.
1568 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1570         * org.el (org-edit-src-exit): New function.
1571         (org-exit-edit-mode): New minor mode.
1573         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1574         comment-like lines from protected examples.
1576         * org.el (org-edit-src-example, org-find-src-example-start)
1577         (org-protect-source-example, org-edit-special): New functions.
1579 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1581         * org-publish.el (org-publish-project-alist): Fix typo in
1582         docstring.
1583         (org-publish-project-alist): Handle :index-title property.
1585 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1587         * org-export-latex.el (org-export-as-latex): Make sure region
1588         bounds are correct.  Parse subtree properties relating to export.
1590         * org-exp.el (org-export-add-options-to-plist): New function.
1591         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1593 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1595         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1596         EXPORT_TITLE.
1598         * org-exp.el (org-export-get-title-from-subtree)
1599         (org-export-as-ascii, org-export-as-html): Make sure the original
1600         region-beginning and region-end are used, even after moving
1601         point.
1602         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1603         property.
1605         * org-remember.el (org-remember-last-stored-marker): New variable.
1606         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1607         (org-remember-handler): Also use marker to remember
1608         last-stored position.
1610         * org.el (org-goto-marker-or-bmk): New function.
1612 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1614         * org.el (org-file-properties): Renamed from `org-local-properties'.
1615         (org-scan-tags): Take file tags into account.
1616         (org-tags-match-list-sublevels): Default changed to t.
1618         * org-exp.el (org-export-as-html): Close paragraph after a
1619         footnote.
1621         * org.el (org-update-parent-todo-statistics): New function.
1623         * org-exp.el (org-icalendar-store-UID): New option.
1624         (org-icalendar-force-UID): Option removed.
1625         (org-print-icalendar-entries): IMplement UIDs.
1627 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1629         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1631 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1633         * org-faces.el (org-column): Document how this face is being used
1634         and why sometimes the background faces shine through.
1636         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1638         * org-publish.el (org-publish-attachment): Create publishing
1639         directory if it does not yet exist.
1641         * org-table.el (org-calc-default-modes): Change default number
1642         format to (float 8).
1644         * org.el (org-olpath-completing-read): New function.
1645         (org-time-clocksum-format): New option.
1646         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1648         * org-clock.el (org-clock-display, org-clock-out)
1649         (org-update-mode-line): Use `org-time-clocksum-format'.
1651         * org-colview-xemacs.el (org-columns-number-to-string): Use
1652         `org-time-clocksum-format'.
1654         * org-colview.el (org-columns-number-to-string): Use
1655         `org-time-clocksum-format'.
1657 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1659         * org-id.el: New file, move from contrib to core.
1661         * org-exp.el (org-icalendar-force-UID): New option.
1663 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1665         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1666         shifted by one day if theere is a date range without an end
1667         time.
1669         * org.el (org-try-structure-completion): New function.
1671 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1673         * org.el (org-set-font-lock-defaults): Improve fontification of
1674         description lists.
1675         (org-insert-item): Handle description lists.
1676         (org-adaptive-fill-function): Improve auto indentation in
1677         description lists.
1679         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1680         Implement VERSE environment.
1681         (org-export-preprocess-string): Implement the COMMENT
1682         environment.
1684         * org-export-latex.el (org-export-latex-preprocess): Implement
1685         VERSE environment.
1687 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1689         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1690         option.
1692 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1694         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1696         * org.el (org-quote-csv-field): New functions.
1698         * org-table.el (org-table-export-default-format): Remove :splice
1699         from default format, we get the same effect by not specifying
1700         :tstart and :tend.
1701         (org-table-export): Improve setup, distinguish better between
1702         interactive and non-interactive use, allow specifying the format
1703         on the fly, better protection against wrong file names.
1704         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1705         and :tend when :splice is omitted.
1707 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1709         * org-clock.el (org-clock-select-task): Make sure the selection
1710         letters are 1-9 and A-Z, no special characters.
1712 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1714         * org-exp.el (org-export-htmlize): New group.
1715         (org-export-htmlize-output-type)
1716         (org-export-htmlize-css-font-prefix): New options.
1717         (org-export-htmlize-region-for-paste): New function.
1718         (org-export-htmlize-generate-css): New command.
1720 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1722         * org/org.el (org-modules, org-format-latex-options):
1723         * org/org-archive.el (org-archive-stamp-time)
1724         (org-archive-save-context-info):
1725         * org/org-faces.el (org-hide):
1726         * org/org-irc.el (org-irc-parse-link):
1727         * org/org-macs.el (org-call-with-arg, org-autoload):
1728         * org/org-mew.el (org-mew-store-link):
1729         * org/org-remember.el (org-remember-store-without-prompt)
1730         (org-remember-templates): Fix typos in docstrings.
1732         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1734         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1735         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1736         (org-bbdb-anniv-split): Fix typos in docstrings.
1738         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1739         (org-publish-use-timestamps-flag): Reflow docstring.
1740         (org-publish-files-alist): Fix typos in docstring.
1742 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1744         * org.el (org-set-visibility-according-to-property): New function.
1745         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1746         and compute the regular expressions, and update font-lock.
1747         (org-property-re): Allow a dash in property names.
1749         * org-archive.el (org-extract-archive-file): Insert the file name
1750         without the path into the format, to allow the location format to
1751         contain a subdirectory.
1753         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1754         of buffer, and the `org-agenda-type' property undefined, use the
1755         value from the character before.
1757         * org.el (org-add-planning-info): Don't let indentation for
1758         would-be timestamp become extra whitespace at the end of headline.
1760 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1762         * org.el (org-remove-double-quotes, org-file-contents): New
1763         functions.
1765         * org-exp.el (org-infile-export-plist): Also parse the
1766         contents of #+SETUPFILE files, recursively.
1768         * org.el (org-set-regexps-and-options): Also parse the
1769         contents of #+SETUPFILE files, recursively.
1771         * org-exp.el (org-export-handle-include-files): New function.
1772         (org-export-preprocess-string): Call
1773         `org-export-handle-include-files'.
1775         * org.el (org-delete-property-globally)
1776         (org-delete-property, org-set-property): Ignore case during
1777         completion.
1778         (org-set-property): Use `org-completing-read' instead of
1779         `completing-read'.
1781         * org.el (org-complete-expand-structure-template): New,
1782         experimental function.
1783         (org-structure-template-alist): New, experimental option.
1784         (org-complete): Call `org-complete-expand-structure-template'.
1786 2008-05-06  Bastien Guerry  <bzg@altern.org>
1788         * org-export-latex.el (org-export-latex-preprocess): Added
1789         support for blockquotes.
1791 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1793         * org.el (org-read-date-analyze): Catch the case where only a
1794         weekday is given.
1796 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1798         * org.el (org-set-font-lock-defaults): Make the description
1799         tag bold.
1801         * org-exp.el (org-export-as-html, org-close-li): Implement
1802         description lists.
1804 2008-05-04  Jason Riedy  <jason@acm.org>
1806         * org-table.el (*orgtbl-default-fmt*): New variable.
1807         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1808         when there is no other fmt available.
1810         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1811         :tend to suppress the appropriate string.
1813         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1814         table.
1816 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1818         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1819         read date.
1821         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1822         New function.
1824         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1825         New function.
1827 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1829         * org-clock.el (org-clock-find-position): Don't include notes
1830         into clock drawer.
1832         * org-archive.el (org-archive-subtree): No longer remove an
1833         extra line after cutting the subtree.  `org-cut-subtree' already
1834         takes care of this.
1836         * org-remember.el (org-remember-handler): Only kill the target
1837         buffer if it does not contain the running clock.
1839         * org.el (org-markers-to-move): New variable.
1840         (org-save-markers-in-region, org-check-and-save-marker)
1841         (org-reinstall-markers-in-region): New function.
1842         (org-move-subtree-down, org-copy-subtree): Remember relative
1843         marker positions before cutting.
1844         (org-move-subtree-down, org-paste-subtree): Restore relative
1845         marker positions after pasting.
1847         * org-remember.el (org-remember-clock-out-on-exit): New option.
1848         (org-remember-finalize): Clock out only if the setting in
1849         `org-remember-clock-out-on-exit' requires it.
1850         (org-remember-handler): Do the cleanup in the buffer, to make sure
1851         that the clock marker remains in tact.
1853 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1855         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1856         (org-clock-in): Make sure that also tasks outside the narrowed
1857         region will be clocked in correctly.
1858         (org-clock-insert-selection-line): Widen the buffer so that we can
1859         find the correct task heading.
1861         * org.el (org-base-buffer): New function.
1863         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1864         and ";" are escaped.
1865         (org-print-icalendar-entries): Also apply
1866         `org-icalendar-cleanup-string' to the headline, not only to the
1867         summary property.
1869 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1871         * org-exp.el (org-export-preprocess-hook): New hook.
1872         (org-export-preprocess-string): Call
1873         `org-export-preprocess-hook'.
1875         * org.el (org-font-lock-hook): New variable.
1876         (org-font-lock-hook): New function.
1877         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1879 ;; Local Variables:
1880 ;; coding: utf-8
1881 ;; add-log-time-zone-rule: t
1882 ;; End:
1884     Copyright (C) 2008  Free Software Foundation, Inc.
1886   This file is part of GNU Emacs.
1888   GNU Emacs is free software: you can redistribute it and/or modify
1889   it under the terms of the GNU General Public License as published by
1890   the Free Software Foundation, either version 3 of the License, or
1891   (at your option) any later version.
1893   GNU Emacs is distributed in the hope that it will be useful,
1894   but WITHOUT ANY WARRANTY; without even the implied warranty of
1895   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1896   GNU General Public License for more details.
1898   You should have received a copy of the GNU General Public License
1899   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1901 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c