Improved links to usenet messages on the web.
[org-mode.git] / lisp / ChangeLog
blob155995b691071f8aa98b22ae5a88cc0e9729f702
1 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-remember.el (org-remember-finalize): Make interactive.
4         (org-remember-kill): New command.
5         (org-remember-finish-immediately): Call `org-remember-finalize'
6         directly.
8 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
10         * org-remember.el (org-remember-apply-template): No ido completion
11         for free prompts in remember templates.
12         (org-remember-before-finalize-hook): New hook.
13         (org-remember-mode): New minor mode.
14         (org-remember-apply-template): Turn on `org-remember-mode'.
16         * org-id.el (org-id-add-location): Avoid error when no file is
17         given.
19         * org-remember.el (org-remember-apply-template): Fix the way how
20         the list of allowed properties is retrieved from the target file.
22         * org.el (org-insert-link): Improve file link matching.
24 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
26         * org-colview.el (org-columns-display-here): New argument
27         DATELINE, to trigger using the new face.
28         (org-agenda-colview-summarize): Call `org-columns-display-here'
29         with the new argument.
31         * org-faces.el (org-agenda-column-dateline): New face.
33         * org-publish.el (org-publish-org-index): Use index-title at page
34         title, not as section.
36         * org-exp.el (org-export-html-format-desc): Respect the
37         org-protect property.
38         (org-export-as-html): Protect image specifiers that are in the
39         description part of a link.
41         * org.el (org-sort-entries-or-items, org-completing-read)
42         (org-refile-get-location, org-olpath-completing-read, org-todo)
43         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
44         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
45         (org-set-property, org-delete-property)
46         (org-delete-property-globally): Use `org-ido-completing-read'.
48         * org-remember.el (org-remember-apply-template): Use
49         `org-ido-completing-read'.
51         * org-publish.el (org-publish): Use `org-ido-completing-read'.
53         * org-colview.el (org-columns-edit-value, org-columns-new)
54         (org-insert-columns-dblock): Use `org-ido-completing-read'.
56         * org-colview-xemacs.el (org-columns-edit-value)
57         (org-columns-new, org-insert-columns-dblock): Use
58         `org-ido-completing-read'.
60         * org-attach.el (org-attach-delete-one, org-attach-open): Use
61         `org-ido-completing-read'.
63         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
64         `org-ido-completing-read'.
66         * org.el (org-time-today): New function.
67         (org-matcher-time): Use `org-time-today'.  Add special treatment
68         for "<tomorrow>" and "<yesterday>".
69         (org-ido-completing-read): New function.
70         (org-completion-use-ido): New option.
72         * org-exp.el (org-export-format-source-code): Fix bug in require
73         htmlize code.
74         (org-export-target-internal-links): Fix bug in search for text
75         property.
77 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
79         * org-export-latex.el (org-export-latex-subcontent): Interprete
80         target aliases as additonal labels.
82         * org-exp.el (org-export-target-aliases): New variable.
83         (org-export-preprocess-string)
84         (org-export-handle-invisible-targets): Fill the alias alist.
85         (org-export-as-html): Remove the &nbsp; from the anchor, and also
86         assign an id.
87         (org-html-level-start): Insert the target aliases as additonal
88         anchors.
90         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
91         picture area.
93 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
95         * org.el (org-open-at-mouse): Ensure correct link abbreviations
96         when following a link with the mouse from the agenda.
98         * org-exp.el (org-export-as-html): Avoid lone </div> when no
99         headlines are created.
101 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
103         * org.el (org-link-translation-function): New option.
104         (org-open-at-point): Call `org-link-translation-function' if
105         non-nil.
106         (org-translate-link): New function.
107         (org-translate-link-from-planner): New function.
108         (org-open-at-point): Allow interactive commands in elisp links.
110         * org-exp.el (org-icalendar-cleanup-string): Restore the old
111         iCalendar quoting.  The new one seems to caus problems with
112         applications.
114         * org.el (org-yank): Set `this-command' to `yank', so that
115         `yank-pop' will work.
117 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
120         compliance as far as quoting is concerned.
122         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
123         hexified version of the tag.
125         * org-vm.el (org-vm-follow-link): Require `vm-search'.
127         * org.el (org-up-heading-safe, org-forward-same-level): Always
128         call `org-back-to-heading' instead of `outline-back-to-heading'.
129         (org-back-to-heading): New wrapper around outline-back-to-heading,
130         with a useful error message telling where the error happened.
132         * org-list.el (org-update-checkbox-count): Always call
133         `org-back-to-heading' instead of `outline-back-to-heading'.
135         * org-exp.el (org-export-as-html): Make sure that each <img> tag
136         has an `alt' attribute, to ensure XHTML validation.
138 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
140         * org-publish.el (org-publish-attachment): Allow publishing to
141         overwrite attachment files.
143         * org-agenda.el (org-agenda-timerange-leaders): New option.
144         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
146         * org.el (org-edit-src-exit): Untabify ASCII image before
147         returning.
160 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
162         * org.el (org-yank): Make any prefix force normal yanking.
163         Suppress folding if text would be swallowed into a folded
164         subtree.
165         (org-yank-folded-subtrees, org-yank): Docstring updates.
167         * org-agenda.el (org-agenda-compare-effort): Treat no effort
168         defined as 0.
170         * org-exp.el (org-export-language-setup): Add Catalan and
171         Esperanto language entries.
173 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
175         * org.el (org-refile): Allow refiling of entire regions.
177         * org-clock.el (org-clock-time%): New function.
179         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
180         retrieve property values.
182 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
184         * org-agenda.el (org-agenda-list): Handle the value `only' of
185         org-agenda-show-log'.
186         (org-agenda-log-mode): Interpret a double prefix arg.
188 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
190         * org-exp.el (org-export-html-footnotes-section): New variable.
191         (org-export-as-html): Use `org-export-html-footnotes-section' to
192         insert the footnotes.
193         (org-export-language-setup): Add "Footnotes" to language words.
195 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
197         * org.el (org-yank): Fix bug when not inserting a subtree.
199 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
201         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
202         instead of `vm-beginning-of-message'.
204         * org.el (org-make-link-regexps): Make sure that links to gnus can
205         contain brackets.
207 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org-attach.el (org-attach-dir): Remove duplicate ID creation
210         code.
212         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
213         shell output.
215         * org.el (org-link-abbrev-alist): Improve customization type.
217         * org-attach.el (org-attach-expand-link, org-attach-expand): New
218         functions.
220         * org-agenda.el (org-agenda-get-progress): Renamed from
221         `org-get-closed'.  Implement searching for state changes as well.
222         (org-agenda-log-mode-items): New option.
223         (org-agenda-log-mode): New option prefix argument, interpreted as
224         request to show all possible progress info.
225         (org-agenda-get-day-entries): Call `org-get-progress' instead of
226         `org-get-closed'.
227         (org-agenda-set-mode-name): Handle the more complex log mode
228         settings.
229         (org-get-closed): New alias, pointing to `org-get-progress'.
231 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
233         * org.el (org-file-apps-defaults-gnu)
234         (org-file-apps-defaults-macosx)
235         (org-file-apps-defaults-windowsnt): Add an entry defining the
236         system command.
237         (org-file-apps): Allow `system' as key and value.
238         (org-open-at-point): Explain the effect of a double prefix arg.
239         (org-open-file): If the argument `in-emacs' is (16),
240         i.e. corresponding to a double prefix argument, try to open the
241         file externally.
243 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
245         * org.el (org-insert-link): Abbreviate absolute files names in
246         links.  Also, fix a bug in which the double C-u prefix would not
247         be honored.
249 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
251         * org.el (org-insert-heading): If buffer does not end with a
252         newline, add one if necessary to insert headline correctly.
254         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
255         paragraphs, not inside.
257         * org.el (org-todo): Quote
258         `org-agenda-headline-snapshot-before-repeat'.
260         * org-exp.el (org-export-as-html): Fully process link descriptions.
261         (org-export-html-format-desc): New function.
262         (org-export-as-html): Collect footnotes into the correct basket.
263         (org-html-protect): No longer protect quotations marks here, this
264         goes wrong.
266         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
267         BEG.
269         * org-compat.el (org-fit-window-to-buffer): New function (not
270         really, a preliminary and incomplete version was present earlier,
271         but not used).
273         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
274         `org-fit-window-to-buffer'.
276         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
278         * org-agenda.el (org-agenda-get-restriction-and-command)
279         (org-fit-agenda-window, org-agenda-convert-date): Use
280         `org-fit-window-to-buffer'.
282         * org-exp.el (org-export-as-html): Process href links through
283         `org-export-html-format-href'.
284         (org-export-html-format-href): New function.
286         * org-agenda.el (org-agenda-todo): Update only the current
287         headline if this is a repeated TODO, marked done for today.
288         (org-agenda-change-all-lines): New argument JUST-THIS, to change
289         only the current line.
291         * org.el (org-todo): Take a snapshot of the headline if the
292         repeater might change it.
294 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
296         * org-publish.el (org-publish-find-title): Remove buffers visited
297         only for extracting the title.
299         * org-exp.el (org-export-html-style)
300         (org-export-html-style-default): Mark style definitions as
301         unparsed CDATA.
303         * org-publish.el (org-publish-validate-link): Function
304         re-introduced.
306 2008-11-02  Charles Sebold  <csebold@gmail.com>
308         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
309         property.
310         (org-plot-quote-timestamp-field): New function.
311         (org-plot-quote-tsv-field): Call timestamp field function when
312         necessary rather than just quoting as a string.
313         (org-plot/gnuplot-to-data): Pass in timefmt property.
314         (org-plot/gnuplot-script): Supports timefmt property.
315         (org-plot/gnuplot): Checks for timestamp column before checking
316         for text index column.
318 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
320         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
322         * org-publish.el (org-publish-org-index): Create a section in the
323         index file.
324         (org-publish-org-index): Stop linking to directories.
326         * org.el (org-emphasis-alist): Use span instead of <u> to
327         underline text.
329         * org-exp.el (org-export-as-html): Make sure <p> is closed before
330         <pre> sections.
332 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
334         * org-jsinfo.el (org-infojs-template): Remove language attribute
335         from script tag.
337 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
339         * org-agenda.el (org-agenda-remove-marked-text): New function.
340         (org-agenda-mark-filtered-text)
341         (org-agenda-unmark-filtered-text): New functions.
342         (org-write-agenda): Remove fltered text.
344         * org.el (org-make-tags-matcher): Give access to TODO "property"
345         without speed penalty.
347 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
349         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
350         option.
351         (org-store-link-props): Make sure adding to the plist works
352         correctly.
354         * org-gnus.el (org-gnus-no-new-news): New function.
355         (org-gnus-follow-link): Allow the article ID to be a message-id,
356         in addition to allowing article numbers.  Message IDs make much
357         more roubust links.
358         (org-gnus-store-link): Use message-id to create link.
360 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
362         * org.el (org-emphasize): Reverse the selection array.
363         (org-emphasis-alist): Set <code> tags for the verbatim
364         environment.
366         * org-remember.el (org-remember-handler): Fix bug with
367         prefix-related changing of the note storage target.
369         * org-exp.el (org-print-icalendar-entries): Make the exported
370         priorities compatible with RFC 2445.
372         * org-clock.el (org-clock-save): Insert time stamp without
373         dependence on time-stamp.el.
375 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
377         * org.el ("saveplace"): If saveplace puts point into an invisible
378         location, make it visible.
379         (org-make-tags-matcher): Allow inactive time stamps in time
380         comparisons.
381         (org-yank-adjusted-subtrees): New option.
382         (org-yank): Incorporate adjusting trees.
383         (org-paste-subtree): New argument FOR-YANK which will cause
384         insertion at point without backing up over white lines, and leave
385         point at the end of the inserted text.  Also if the cursor is
386         at the beginning of a headline, use the same level or the inserted
387         tree.
389         * org-publish.el (org-publish-get-base-files-1): Deal correctly
390         with broken symlinks
392 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
394         * org-exp.el (org-export-select-tags, org-get-current-options):
395         Fix typo.
397 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
399         * org-agenda.el (org-format-agenda-item)
400         (org-agenda-filter-make-matcher): Make sure tags are stored and
401         compared donwcased.
403 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
405         * org.el (org-insert-todo-heading): Fix bug with force-heading
406         argument.
408 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
410         * org-clock.el (org-clock-in-resume): Add a custom option to
411         toggle starting the clock from an open clock line.
412         (org-clock-in): When clocking in to an entry, if
413         `org-clock-in-resume' is set, check if the first clock line is
414         open and if so, start the clock from the time in the clock line.
415         (org-clock-persist): Add a custom option to toggle clock
416         persistence.
417         (org-clock-persist-query-save): Add a custom option to toggle
418         asking the user if they want to save the running clock when
419         exiting.
420         (org-clock-persist-query-resume): Add a custom option to toggle
421         asking the user if they want to resume the saved clock when Emacs
422         is restarted.
423         (org-clock-save): Add a function to save clock data.
424         This includes the contents of `org-clock-history' and the buffer
425         and position of the currently clocked task, if any.
426         (org-clock-load): Add a function to load clock data.
427         This populates `org-clock-history', and resumes the saved clocked
428         task if there is one.
429         (org-clock-persistence-insinuate): Add a method to set up the
430         hooks for clock persistence.
432 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
434         * org-exp.el (org-export-as-ascii): Handle the case that we are
435         publishing from an indirect buffer.
437         * org-table.el (org-table-copy-down): Fix bug with time stamp
438         increment.
440         * org-mouse.el (org-mouse-features): New option.
441         (org-mode-hook): Turn on features depending on
442         `org-mouse-features'.
444         * org.el (org-insert-heading-respect-content): Force heading
445         creation.
446         (org-insert-heading): keep the folding state of the heading before
447         the inserted one.
449 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
451         * org-archive.el (org-archive-to-archive-sibling): Handle top
452         level headlines better.
454 2008-10-21  Bastien Guerry  <bzg@altern.org>
456         * org-export-latex.el (org-export-latex-classes): Added
457         \usepackage{graphicx} to the default list of packages.
459 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
461         * org-agenda.el (org-agenda-filter): Renamed from
462         `org-agenda-filter-tags'.
464 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
466         * org.el (org-entry-properties): Add CATEGORY property, iven if it
467         is not defined as a property in this entry.
468         (org-add-log-note): Mask prefix argument when immediately storing
469         the note.
471         * org-agenda.el (org-agenda-filter-effort-default-operator): New
472         option.
474 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
476         * org.el (org-add-log-setup): Bugfix; code to find insertion point
477         after drawers was skipping ahead one line too many, so notes were
478         inserted after the first note instead of before it.
480 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
482         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
483         New variables.
484         (org-prepare-agenda): Reset the filter tags.
485         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
486         Show filter tags in mode line.
488         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
489         formatter.
491         * org-export-latex.el (org-latex-entities-regexp): New constant.
492         (org-export-as-pdf): Use two calls to `shell-command'.
494 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
496         * org-export-latex.el (org-export-latex-treat-sub-super-char):
497         Honor the {} value of the subsuperscript setting.  Make sure that
498         longer subsuperscripts are typeset in a roman font.
500         * org.el (org-clock-update-time-maybe): Compute negative clock
501         intervals correctly.
503 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
505         * org.el (org-add-log-setup): Respect
506         `org-log-state-notes-insert-after-drawers'.
507         (org-log-state-notes-insert-after-drawers): New option.
508         (org-todo-trigger-tag-changes): New function.
509         (org-todo): Call `org-todo-trigger-tag-changes'.
511 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
513         * org.el (org-add-log-setup): Only skip drawers if the are
514         immediately after the scheduling keywords.
516         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
517         function
518         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
519         call it with the current todo state to get the state to switch to
520         when clocking in.
521         (org-clock-in): Use org-indent-line-function to indent clock lines.
522         (org-clock-find-position): Fix indentation of empty clock drawers.
524 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
526         * org-publish.el (org-publish-org-to): Handle case when
527         org-export-to-pdf does return a file name, not a buffer.
528         (org-publish-org-to-pdf): New function.
530         * org-export-latex.el (org-export-as-pdf)
531         (org-export-as-pdf-and-open): New commands.
533         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
534         forms as ranges.
536         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
537         things in protexted regions.
539 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
541         * org-export-latex.el (org-export-latex-preprocess): Improve
542         quoting of LaTeX environments.
544 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
546         * org.el (org-edit-fixed-width-region): Exclude final newline from
547         picture area.
549         * org-export-latex.el (org-export-latex-subcontent): Add labels to
550         sections, to make internal links work.
551         (org-export-latex-fontify-headline): Do not remove all text
552         properties, to make sure that target properties survive this
553         process.
555         * org-exp.el (org-export-preprocess-string): Change sequence of
556         modifications, to make sure links are prepared before the LaTeX
557         conversions do happen.
559 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
561         * org-attach.el (org-attach-delete-all): Renamed from
562         `org-attch-delete'.  Add a security query before deleting the
563         entire directory.  New optional argument FORCE can overrule the
564         security query.
565         (org-attach-delete-one): New command.
567 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
569         * org-attach.el (org-attach-file-list): Fix bug with directory.
571 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
573         * org.el (org-apps-regexp-alist): New function.
574         (org-file-apps): Add auto-mode to the default value.
575         (org-open-file): Use the new structure of org-file-apps.
577         * org-attach.el (org-attach): Support the new keys.
578         (org-attach-method): New option.
580 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
582         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
583         March.
585         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
586         of the list value o `org-use-tag-inheritance'.
588         * org-attach.el (org-attach-auto-tag): New option.
589         (org-attach-tag, org-attach-untag): New functions.
590         (org-attach-attach, org-attach-new, org-attach-sync): Call
591         `org-attach-tag'.
592         (org-attach-delete): Call `org-attach-untag'.
594 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
596         * org-table.el (orgtbl-self-insert-command): Make this work for
597         the keypad as well.
599 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
601         * org.el (org-add-log-setup): Limit searc for drawers to entry
602         text, not to subtree.
604         * org-clock.el (org-clock-heading-for-remember): New variable.
605         (org-clock-in): Set `org-clock-heading-for-remember'.
607 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
609         * org-remember.el (org-remember-apply-template): Add new
610         expansions: %k, %K for currently clocked task and a link to the
611         currently clocked task, and %< to file notes in the currently
612         clocked task.
614 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
616         * org-export-latex.el (org-export-latex-make-header): Also insert
617         the content of the property :latex-header-extra.
619         * org-exp.el (org-infile-export-plist): Put the content of
620         #+LATEX_HEADER: into the property :latex-header-extra.
622         * org-colview.el (org-columns-get-format-and-top-level): Remove
623         resetting the marker.
625         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
626         Remove resetting the marker.
628         * org.el (org-entry-property-inherited-from): Improve docstring.
629         (org-entry-get-with-inheritance): Reset marker before starting the
630         search.
632         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
634 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
636         * org.el (org-entry-get-multivalued-property)
637         (org-entry-protect-space, org-entry-restore-space): New
638         functions.
639         (org-file-apps-defaults-macosx): Let postscript files be opened by
640         preview.
641         (org-time-stamp-inactive): Call `org-time-stamp'.
642         (org-time-stamp): New argument `inactive'.  Also edit inacive
643         stamps. Convert time stamp type.
644         (org-open-file): Interpret the `default' value for the `command'
645         in `org-file-apps'.
647         * org-id.el (org-id-int-to-b36-one-digit)
648         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
649         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
650         b36.
652 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
654         * org-id.el (org-id-reverse-string): New function.
655         (org-id-new): Use `org-id-reverse-string' to make sure the
656         beginning chars of the ID are mutating fast.  This allows to use a
657         directory structure to spread things better.
658         (org-id-prefix): Changed default to nil.
660         * org-list.el (org-move-item-down, org-move-item-up): Remember and
661         restore the column of the cursor position.
663         * org-remember.el (org-remember-apply-template): Remove properties
664         from `initial'.
666 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
668         * org-wl.el (org-wl-open): Remove useless call to
669         `wl-thread-open-all'.
671         * org-remember.el (org-remember-handler): Fix bug with `bottom'
672         location.
674 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
676         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
677         `org-bbdb-anniversaries'.
679         * org.el (org-get-next-sibling, org-forward-same-level): New
680         functions, similar to the outline versions, but invisible headings
681         are OK.
683 2008-09-25  Bastien Guerry  <bzg@altern.org>
685         * org.el (org-auto-repeat-maybe): Insert a space between
686         the timestamp's type and the timestamp itself.
688 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
690         * org-table.el (org-table-sum): Do not format the result with %g,
691         it does rounding when there are too many digits.
693         * org.el (org-map-entries): Protect the keyword-selecting variables.
695 2008-09-23  Bastien Guerry  <bzg@altern.org>
697         * org-agenda.el (org-agenda-to-appt): Make sure the function check
698         against all agenda files.
700 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
702         * org-list.el: New file, aggregating list functions from org.el
703         and org-export-latex.el.
705         * org.el (org-edit-src-region-extra): New option.
707 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
709         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
710         time before 1am.
712 2008-09-22  Bastien Guerry  <bzg@altern.org>
714         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
716 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
718         * org-plot.el (org-plot/gnuplot): Make tables starting with a
719         hline work correctly.
720         (org-plot/gnuplot-script): Put commas at the end of each script
721         line.
723 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
725         * org.el (org-get-refile-targets): Replace links with their
726         descriptions
727         (org-imenu-get-tree): Replace links with their descriptions.
729         * org-remember.el (org-remember-apply-template): Add a new
730         expansion for adding properties to remember items.
732         * org.el (org-add-log-setup): Skip over drawers (properties,
733         clocks etc) when adding notes.
735         * org-agenda.el (org-agenda-get-closed): show durations of clocked
736         items as well as the start and end times.
738         * org-compat.el (org-get-x-clipboard-compat): Add a compat
739         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
741         * org-remember.el (org-get-x-clipboard): Use the compat
742         function to get clipboard values when x-selection-value is
743         unavailable. Use substring-no-properties instead of
744         set-text-properties to remove text properties from the clipboard
745         value.
747         * lisp/org-clock.el (org-update-mode-line): Support limiting the
748         modeline clock string, and display the full todo value in the
749         tooltip. Set a local keymap so mouse-3 on the clock string goes to
750         the currently clocked task.
751         (org-clock-string-limit): Add a custom value for the maximum
752         length of the clock string in the modeline.
753         (org-clock-mode-map): Add a keymap for the modeline string
755 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
757         * org-compat.el (org-propertize): New function.
759 2008-09-20  Bastien Guerry  <bzg@altern.org>
761         * org-export-latex.el (org-export-latex-tables): protect exported
762         tables from further special chars conversion.
763         (org-export-latex-preprocess): Preserve LaTeX environments.
764         (org-list-parse-list): Parse descriptive lists.
765         (org-list-to-generic, org-list-to-latex, org-list-to-html)
766         (org-list-to-texinfo): Export descriptive lists.
767         (org-quote-chars): Remove.
768         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
769         (org-export-latex-list-beginning-re): Rename to
770         `org-list-beginning-re'
771         (org-list-item-begin): Rename to `org-list-item-beginning'
773 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
775         * org.el (org-refile): Allow refiling to the last entry in the
776         buffer.
777         (org-get-tags-at): Fix bug when inheritance is turned off.
779 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
781         * org.el (org-indent-line-function): No longer check for src
782         regions, this is too much overhead.
784         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
785         matching.
787         * org.el (org-scan-tags): Make sure that tags matching is not case
788         sensitive.  TODO keyword matching is case sensitive, however, to
789         avoid confusion with similar words that are not meant to be
790         keywords.
792 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
794         * org.el (org-get-local-tags-at): New function.
795         (org-get-local-tags): New function.
797         * org-exp.el (org-export-get-categories): New function.
799         * org-agenda.el (org-sorting-choice)
800         (org-agenda-sorting-strategy, org-agenda-get-todos)
801         (org-agenda-get-timestamps, org-agenda-get-deadlines)
802         (org-agenda-get-scheduled, org-agenda-get-blocks)
803         (org-entries-lessp): Implement sorting by TODO state.
804         (org-cmp-todo-state): New defsubst.
806         * org-colview.el (org-colview-construct-allowed-dates): New
807         function.
808         (org-columns-next-allowed-value): Use
809         `org-colview-construct-allowed-dates'.
811         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
812         function.
813         (org-columns-next-allowed-value): Use
814         `org-colview-construct-allowed-dates'.
816 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
818         * org.el (org-protect-slash): New function.
819         (org-get-refile-targets): Use `org-protect-slash'.
821         * org-agenda.el (org-global-tags-completion-table): New variable.
823         * org-exp.el (org-export-handle-export-tags): New function.
824         (org-export-preprocess-string): Call
825         `org-export-handle-export-tags'.
827         * org-plot.el: New file.
829         * org-publish.el (org-publish-expand-components): Function removed.
830         (org-publish-expand-projects): Allow components to have components.
832 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
834         * org.el (org-indent-line-function): Do not indent in regions that
835         are external source code.
836         (org-yank-and-fold-if-subtree): New function.
838         * org-agenda.el (org-agenda-todayp): New function.
839         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
840         `org-agenda-todayp'.
842         * org.el (org-insert-heading-respect-content)
843         (org-insert-todo-heading-respect-content): New commands.
844         (org-insert-heading-respect-content): New option.
845         (org-insert-heading): Respect `org-insert-heading-respect-content'.
847         * org-clock.el (org-clock-find-position): Make sure the note after
848         the clock line gets moved into the new clock drawer.
850 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
852         * org-id.el (org-id-new): New option.
854 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
856         * org-table.el (org-table-copy-down): Avoid overflow during
857         increment.  Use prefix argument 0 to temporarily disable the
858         increment.
860 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
862         * org-exp.el (org-export-as-html): Do not turn on the major mode
863         if the buffer will be killed anyway.
864         (org-get-current-options): Exclude the #+TEXT field.
865         (org-export-as-html): Make sure text before the first headline is
866         a paragraph.
868         * org-publish.el (org-publish-org-to): Tell the exporter that this
869         buffer will be killed, so it is not necessary to do major mode
870         initialization.
872         * org-archive.el (org-archive-to-archive-sibling): Show empty
873         lines after folding the archive sibling.
875         * org.el (org-log-note-extra): New variable.
877 2008-09-05  Bastien Guerry  <bzg@altern.org>
879         * org.el (org-additional-option-like-keywords): Added keywords for
880         the _QUOTE, _VERSE and _SRC environments.
882         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
883         exporting _QUOTE and _VERSE environments.
885 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
887         * org-agenda.el (org-agenda-filter-by-tag): New command.
889         * org-exp.el (org-get-current-options): Remove angular brackets
890         from the date entry.
892         * org.el (org-edit-fixed-width-region): New function.
893         (org-edit-fixed-width-region): Also try
894         `org-edit-fixed-width-region'.
895         (org-edit-fixed-width-region-mode): New option.
896         (org-activate-code): Only interprete lines starting with colon
897         plus a space as example lines.
899         * org-remember.el (org-remember-templates): Add nil instead of
900         empty strings to fix the length of remember templates.
902         * org-table.el (org-calc-default-modes): Fix the time format for
903         calc, from 12 hour to 24 hour clock.
905 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
907         * org-agenda.el (org-agenda-get-deadlines)
908         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
909         entries that are pre-warnings of deadlines or reminders.
911         * org.el (org-sort-entries-or-items): Make numeric and alpha
912         comparisons ignore any TODO keyword and priority cookie.
914         * org-remember.el (org-remember-handler): Reinterpretation of the
915         prefix argument.
917 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
919         * org-agenda.el (org-agenda-get-scheduled): Use new
920         `org-scheduled' face.
922         * org-faces.el (org-scheduled): New face.
924         * org-wl.el (org-wl-open): Remove incorrect declaration.
926         * org-gnus.el (org-gnus-store-link): Support for :to information
927         in gnus links.
929         * org-exp.el (org-export-as-html): Fixed typo in creator
930         information.
931         (org-export-protect-examples): New parameter indent.  Insert extra
932         spaces only when this parameter is specified.
933         (org-export-preprocess-string): Call `org-export-protect-examples'
934         with an indentation parameter when exporting to ASCII.
936         * org-remember.el (org-remember-templates)
937         (org-remember-apply-template): Allow the file component to be a
938         function.
940         * org.el (org-goto-local-search-headings): Renamed from
941         `org-goto-local-search-forward-headings'.  Added the possibility
942         to search backwards.
944 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
946         * org-export-latex.el (org-export-latex): New customization
947         group.
949         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
951 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
953         * org-exp.el (org-html-do-expand): Allow {} to terminate
954         tex macro
956 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
958         * org.el (org-buffer-list): Select buffers based on major mode,
959         not on file name.
961 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
963         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
964         face property.
966         * org-colview.el (org-columns-display-here): Use
967         `org-columns-modify-value-for-display-function'.
969         * org-colview-xemacs.el (org-columns-display-here): Use
970         `org-columns-modify-value-for-display-function'.
972 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
974         * org.el (org-columns-modify-value-for-display-function): New option.
986         * org-publish.el (org-publish-file): Make sure the directory match
987         for the publishing directory works correctly.
989         * org-agenda.el (org-agenda-execute-calendar-command)
990         (org-agenda-diary-entry): Additional optional argument.
992 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
994         * org-exp.el (org-export-as-html): Add attributes also in mailto
995         and ftp links.
997         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1006 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1008         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1009         sure that calls from `org-export-region-as-html' do not do the
1010         special check for a subtree.
1012 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1014         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1016 2008-07-20  Juri Linkov  <juri@jurta.org>
1018         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1019         new keymap `narrow-map' instead of binding "\C-xns".
1021 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1023         * org.el (org-open-file): Use
1024         `org-open-directory-means-index-dot-org'.
1025         (org-open-directory-means-index-dot-org): New option.
1027 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1029         * org.el (org-make-link-string): Remove link attributes from
1030         description.
1031         (org-open-at-point): Remove link attributes bevore using the path.
1033         * org-exp.el (org-export-as-html): Handle link attributes.
1035         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1037         * org-table.el (org-table-to-lisp): New function.
1039         * org.el (org-narrow-to-subtree): Do not include the final newline
1040         into the narrowed region.
1042         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1043         bug with user-define skipping condition.
1045 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1047         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1049 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1051         * org-exp.el (org-export-html-style-default): Automatic overflow
1052         handling for pre fields.
1053         (org-export-as-ascii, org-export-as-html): Change default format
1054         for time stamp.
1056         * org-table.el (org-table-export): Offer completion for translator
1057         functions, and do not require a heading above the table.
1059         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1060         Cater for the case of a list starting in the first line of the
1061         buffer.
1063 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1065         * org-publish.el (org-publish-find-title): Bug fix.
1066         (org-publish-org-index): Implement new :index-style option.
1068 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1070         * org-publish.el (org-publish-timestamp-filename): Use
1071         SHA1-encoded file names in the timestamp directory.
1073 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1075         * org-publish.el (org-publish-needed-p): Be verbose about files
1076         published and files skipped.
1078         * org-exp.el (org-export-preprocess-string): Swap link
1079         normalization and inernal link targeting.
1081         * org-publish.el (org-publish-needed-p): Create timestamp
1082         directory when it does not exist.
1084 2008-07-04  Bastien Guerry  <bzg@altern.org>
1086         * org-clock.el (org-clock-out-when-done): Doc fix.
1088         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1090         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1091         Ignore case when searching for the COMMENT cookie at export time.
1093 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1095         * org-exp.el (org-get-file-contents)
1096         (org-get-and-remove-property): New functions.
1097         (org-export-handle-include-files): Handle the new prefix options.
1098         (org-export-as-html): Fix the verse environment.
1100 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1102         * org.el (org-time=, org-time<, org-time<=, org-time>)
1103         (org-time>=, org-time<>, org-2ft): New functions.
1104         (org-op-to-function): Also provide for the time testing fucntions.
1106 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1108         * org-exp.el (org-export-html-style-default): New constant.
1110 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1112         * org-exp.el (org-export-html-style-extra): New variable.
1113         (org-export-splice-style): New function.
1115 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1117         * org-exp.el (org-export-plist-vars, org-export-as-html):
1118         Implement `org-export-creator-info'.
1119         (org-export-creator-info): New option.
1121 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1123         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1124         (org-property-drawer-re, org-clock-drawer-re): New constants.
1126 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1128         * org-exp.el (org-icalendar-use-deadline)
1129         (org-icalendar-use-scheduled): New options.
1130         (org-icalendar-include-todo): Default changed to t.
1131         (org-print-icalendar-entries): Implement better utilization of
1132         scheduling and deadline time stamps.
1133         (org-export-target-internal-links, org-export-as-html): Allow file
1134         lines without the "file:" prefix if the file path is an absolute
1135         path or starts with ".".
1137         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1138         lastweek etc.
1139         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1141 2008-06-18  Glenn Morris  <rgm@gnu.org>
1142         * org.el (org-map-entries): Let-bind `file'.
1144 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1146         * org.el (org-agenda-skip-archived-trees): Docstring now
1147         discourages using this.
1148         (org-scan-tags): Check for org-agenda-archives-mode.
1149         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1150         (org-agenda-files): Functionality of second arg changed.
1152         * org-agenda.el (org-agenda-archives-mode): New variable
1153         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1154         (org-search-view, org-todo-list, org-tags-view)
1155         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1156         `ifmode' argument.
1157         (org-agenda-quit): Reset the archives mode.
1158         (org-agenda-archives-mode): New command.
1159         (org-agenda-set-mode-name): Include archives info.
1161 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1163         * org.el (org-paste-subtree): Make sure the yanked headline is
1164         visible if it was yanked at a visible point.
1165         (org-move-item-up): Fix the bug with moving white space at the end
1166         of the item.
1167         (org-show-empty-lines-in-parent): New function.
1169 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1171         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1173         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1175         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1176         agenda prefix as well.
1178         * org-publish.el (org-publish-org-index): Make a properly indented
1179         list.
1181         * org.el (org-calendar-agenda-action-key): New option.
1182         (org-get-cursor-date): New function.
1183         (org-mark-entry-for-agenda-action): New command.
1184         (org-overriding-default-time): New variable.
1185         (org-read-date): Respect `org-overriding-default-time'.
1187         * org-remember.el (org-remember-apply-template): Respect the
1188         ovverriding default time.
1190         * org-agenda.el (org-agenda-action-marker): New variable.
1191         (org-agenda-action): New command.
1192         (org-agenda-do-action): New function.
1194 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1196         * org.el (org-schedule, org-deadline): Protect scheduled and
1197         deadline tasks against changes that accidently remove the
1198         repeater.  Also show a message with the new date when done.
1200 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1202         * org.el (org-beginning-of-line): Cater for the case when there
1203         are tags but no headline text.
1204         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1205         it set.
1207 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1209         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1210         the return value is nil instead of "nil" when there is no match.
1212         * org-exp.el (org-insert-centered): Use fill-column instead of
1213         80.
1214         (org-export-as-ascii): Use string-width to measure the width of
1215         the heading.
1217         * org.el (org-diary-to-ical-string): No longer kill buffer
1218         FROMBUF, this is now done by the caller.
1220         * org-exp.el (org-print-icalendar-entries): Move the call to
1221         `org-diary-to-ical-string' out of the loop, and kill the buffer
1222         afterwords.
1224         * org-remember.el (org-remember-visit-immediately): Position
1225         cursor after moving to the note.
1226         (org-remember-apply-template): Use a text property to record the
1227         cursor position.
1228         (org-remember-handler): Align tags after pasting the note.
1230 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1232         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1234         * org-agenda.el (org-agenda-open-link): If there is an
1235         org-bbdb-name property in the current line, jump to that bbdb
1236         entry.
1238         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1239         text property, so that the agenda knows where this entry comes
1240         from.
1242         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1243         interaction between clocking-in from the agenda, and  automatic
1244         task state switching.
1246         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1248         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1249         zmacs-region stays after this command in XEmacs.
1251 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1253         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1255         * org-remember.el (org-remember-templates): Fix bug in
1256         customization type definition.
1258         * org.el (org-map-entries): New function.
1260 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1262         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1263         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1265 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1267         * org-remember.el (org-jump-to-target-location): New variable.
1268         (org-remember-apply-template): Set
1269         `org-remember-apply-template' if requested by template.
1270         (org-remember-handler): Start an idle timer to jump to
1271         remember location.
1273         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1275         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1276         file tags.
1277         (org-get-tags-at): Add the content of `org-file-tags'.
1279         * org-exp.el (org-export-handle-comments): Fix bug with several
1280         comment lines after each other.
1281         (org-number-to-roman, org-number-to-counter): New functions.
1282         (org-export-section-number-format): New option.
1284 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1286         * org-exp.el (org-export-protect-examples): Catch the case of a
1287         missing end_example line.
1289         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1290         `org-file-tags' to nil.
1292         * org-colview.el (org-columns-next-allowed-value): Handle next
1293         argument NTH to directly select a value.
1295         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1296         argument NTH to directly select a value.
1298 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1300         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1302 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1304         * org.el (org-columns-ellipses): New option.
1306 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1308         * org-colview.el (org-columns-add-ellipses): New function.
1309         (org-columns-compact-links): New function.
1310         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1311         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1312         when in agenda.
1313         (org-columns-edit-value): Fixed bug with editing values from
1314         agenda column view.
1315         (org-columns-redo): Also redo the agenda itself.
1317 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1319         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1320         option.
1322         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1324         * org-exp.el (org-export-ascii-preprocess): Renamed from
1325         `org-export-ascii-clean-string'.
1326         (org-export-kill-licensed-text)
1327         (org-export-define-heading-targets)
1328         (org-export-handle-invisible-targets)
1329         (org-export-target-internal-links)
1330         (org-export-remove-or-extract-drawers)
1331         (org-export-remove-archived-trees)
1332         (org-export-protect-quoted-subtrees)
1333         (org-export-protect-verbatim, org-export-protect-examples)
1334         (org-export-select-backend-specific-text)
1335         (org-export-mark-blockquote-and-verse)
1336         (org-export-remove-comment-blocks-and-subtrees)
1337         (org-export-handle-comments, org-export-mark-radio-links)
1338         (org-export-remove-special-table-lines)
1339         (org-export-normalize-links)
1340         (org-export-concatenate-multiline-links)
1341         (org-export-concatenate-multiline-emphasis): New functions,
1342         obtained from spliiting the export preprocessor.
1344         * org-table.el (org-table-recalculate): Improve error message if
1345         the row number is invalid.
1347 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1349         * org-archive.el (org-archive-save-context-info): Fix bugs in
1350         customization setup and docstring.
1352         * org-exp.el (org-export-html-style): Changed the size of in the
1353         <pre> element to 90%.
1355 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1357         * org.el (org-find-src-example-start): Function removed.
1358         (org-edit-src-find-region-and-lang): New function.
1360 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1362         * org.el (org-edit-src-exit): New function.
1363         (org-exit-edit-mode): New minor mode.
1365         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1366         comment-like lines from protected examples.
1368         * org.el (org-edit-src-example, org-find-src-example-start)
1369         (org-protect-source-example, org-edit-special): New functions.
1371 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1373         * org-publish.el (org-publish-project-alist): Fix typo in
1374         docstring.
1375         (org-publish-project-alist): Handle :index-title property.
1377 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1379         * org-export-latex.el (org-export-as-latex): Make sure region
1380         bounds are correct.  Parse subtree properties relating to export.
1382         * org-exp.el (org-export-add-options-to-plist): New function.
1383         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1385 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1387         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1388         EXPORT_TITLE.
1390         * org-exp.el (org-export-get-title-from-subtree)
1391         (org-export-as-ascii, org-export-as-html): Make sure the original
1392         region-beginning and region-end are used, even after moving
1393         point.
1394         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1395         property.
1397         * org-remember.el (org-remember-last-stored-marker): New variable.
1398         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1399         (org-remember-handler): Also use marker to remember
1400         last-stored position.
1402         * org.el (org-goto-marker-or-bmk): New function.
1404 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1406         * org.el (org-file-properties): Renamed from `org-local-properties'.
1407         (org-scan-tags): Take file tags into account.
1408         (org-tags-match-list-sublevels): Default changed to t.
1410         * org-exp.el (org-export-as-html): Close paragraph after a
1411         footnote.
1413         * org.el (org-update-parent-todo-statistics): New function.
1415         * org-exp.el (org-icalendar-store-UID): New option.
1416         (org-icalendar-force-UID): Option removed.
1417         (org-print-icalendar-entries): IMplement UIDs.
1419 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1421         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1423 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1425         * org-faces.el (org-column): Document how this face is being used
1426         and why sometimes the background faces shine through.
1428         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1430         * org-publish.el (org-publish-attachment): Create publishing
1431         directory if it does not yet exist.
1433         * org-table.el (org-calc-default-modes): Change default number
1434         format to (float 8).
1436         * org.el (org-olpath-completing-read): New function.
1437         (org-time-clocksum-format): New option.
1438         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1440         * org-clock.el (org-clock-display, org-clock-out)
1441         (org-update-mode-line): Use `org-time-clocksum-format'.
1443         * org-colview-xemacs.el (org-columns-number-to-string): Use
1444         `org-time-clocksum-format'.
1446         * org-colview.el (org-columns-number-to-string): Use
1447         `org-time-clocksum-format'.
1449 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1451         * org-id.el: New file, move from contrib to core.
1453         * org-exp.el (org-icalendar-force-UID): New option.
1455 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1457         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1458         shifted by one day if theere is a date range without an end
1459         time.
1461         * org.el (org-try-structure-completion): New function.
1463 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1465         * org.el (org-set-font-lock-defaults): Improve fontification of
1466         description lists.
1467         (org-insert-item): Handle description lists.
1468         (org-adaptive-fill-function): Improve auto indentation in
1469         description lists.
1471         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1472         Implement VERSE environment.
1473         (org-export-preprocess-string): Implement the COMMENT
1474         environment.
1476         * org-export-latex.el (org-export-latex-preprocess): Implement
1477         VERSE environment.
1479 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1481         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1482         option.
1484 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1486         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1488         * org.el (org-quote-csv-field): New functions.
1490         * org-table.el (org-table-export-default-format): Remove :splice
1491         from default format, we get the same effect by not specifying
1492         :tstart and :tend.
1493         (org-table-export): Improve setup, distinguish better between
1494         interactive and non-interactive use, allow specifying the format
1495         on the fly, better protection against wrong file names.
1496         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1497         and :tend when :splice is omitted.
1499 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1501         * org-clock.el (org-clock-select-task): Make sure the selection
1502         letters are 1-9 and A-Z, no special characters.
1504 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1506         * org-exp.el (org-export-htmlize): New group.
1507         (org-export-htmlize-output-type)
1508         (org-export-htmlize-css-font-prefix): New options.
1509         (org-export-htmlize-region-for-paste): New function.
1510         (org-export-htmlize-generate-css): New command.
1512 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1514         * org/org.el (org-modules, org-format-latex-options):
1515         * org/org-archive.el (org-archive-stamp-time)
1516         (org-archive-save-context-info):
1517         * org/org-faces.el (org-hide):
1518         * org/org-irc.el (org-irc-parse-link):
1519         * org/org-macs.el (org-call-with-arg, org-autoload):
1520         * org/org-mew.el (org-mew-store-link):
1521         * org/org-remember.el (org-remember-store-without-prompt)
1522         (org-remember-templates): Fix typos in docstrings.
1524         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1526         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1527         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1528         (org-bbdb-anniv-split): Fix typos in docstrings.
1530         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1531         (org-publish-use-timestamps-flag): Reflow docstring.
1532         (org-publish-files-alist): Fix typos in docstring.
1534 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1536         * org.el (org-set-visibility-according-to-property): New function.
1537         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1538         and compute the regular expressions, and update font-lock.
1539         (org-property-re): Allow a dash in property names.
1541         * org-archive.el (org-extract-archive-file): Insert the file name
1542         without the path into the format, to allow the location format to
1543         contain a subdirectory.
1545         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1546         of buffer, and the `org-agenda-type' property undefined, use the
1547         value from the character before.
1549         * org.el (org-add-planning-info): Don't let indentation for
1550         would-be timestamp become extra whitespace at the end of headline.
1552 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1554         * org.el (org-remove-double-quotes, org-file-contents): New
1555         functions.
1557         * org-exp.el (org-infile-export-plist): Also parse the
1558         contents of #+SETUPFILE files, recursively.
1560         * org.el (org-set-regexps-and-options): Also parse the
1561         contents of #+SETUPFILE files, recursively.
1563         * org-exp.el (org-export-handle-include-files): New function.
1564         (org-export-preprocess-string): Call
1565         `org-export-handle-include-files'.
1567         * org.el (org-delete-property-globally)
1568         (org-delete-property, org-set-property): Ignore case during
1569         completion.
1570         (org-set-property): Use `org-completing-read' instead of
1571         `completing-read'.
1573         * org.el (org-complete-expand-structure-template): New,
1574         experimental function.
1575         (org-structure-template-alist): New, experimental option.
1576         (org-complete): Call `org-complete-expand-structure-template'.
1578 2008-05-06  Bastien Guerry  <bzg@altern.org>
1580         * org-export-latex.el (org-export-latex-preprocess): Added
1581         support for blockquotes.
1583 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1585         * org.el (org-read-date-analyze): Catch the case where only a
1586         weekday is given.
1588 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1590         * org.el (org-set-font-lock-defaults): Make the description
1591         tag bold.
1593         * org-exp.el (org-export-as-html, org-close-li): Implement
1594         description lists.
1596 2008-05-04  Jason Riedy  <jason@acm.org>
1598         * org-table.el (*orgtbl-default-fmt*): New variable.
1599         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1600         when there is no other fmt available.
1602         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1603         :tend to suppress the appropriate string.
1605         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1606         table.
1608 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1610         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1611         read date.
1613         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1614         New function.
1616         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1617         New function.
1619 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1621         * org-clock.el (org-clock-find-position): Don't include notes
1622         into clock drawer.
1624         * org-archive.el (org-archive-subtree): No longer remove an
1625         extra line after cutting the subtree.  `org-cut-subtree' already
1626         takes care of this.
1628         * org-remember.el (org-remember-handler): Only kill the target
1629         buffer if it does not contain the running clock.
1631         * org.el (org-markers-to-move): New variable.
1632         (org-save-markers-in-region, org-check-and-save-marker)
1633         (org-reinstall-markers-in-region): New function.
1634         (org-move-subtree-down, org-copy-subtree): Remember relative
1635         marker positions before cutting.
1636         (org-move-subtree-down, org-paste-subtree): Restore relative
1637         marker positions after pasting.
1639         * org-remember.el (org-remember-clock-out-on-exit): New option.
1640         (org-remember-finalize): Clock out only if the setting in
1641         `org-remember-clock-out-on-exit' requires it.
1642         (org-remember-handler): Do the cleanup in the buffer, to make sure
1643         that the clock marker remains in tact.
1645 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1647         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1648         (org-clock-in): Make sure that also tasks outside the narrowed
1649         region will be clocked in correctly.
1650         (org-clock-insert-selection-line): Widen the buffer so that we can
1651         find the correct task heading.
1653         * org.el (org-base-buffer): New function.
1655         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1656         and ";" are escaped.
1657         (org-print-icalendar-entries): Also apply
1658         `org-icalendar-cleanup-string' to the headline, not only to the
1659         summary property.
1661 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1663         * org-exp.el (org-export-preprocess-hook): New hook.
1664         (org-export-preprocess-string): Call
1665         `org-export-preprocess-hook'.
1667         * org.el (org-font-lock-hook): New variable.
1668         (org-font-lock-hook): New function.
1669         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1671 ;; Local Variables:
1672 ;; coding: utf-8
1673 ;; add-log-time-zone-rule: t
1674 ;; End:
1676     Copyright (C) 2008  Free Software Foundation, Inc.
1678   This file is part of GNU Emacs.
1680   GNU Emacs is free software: you can redistribute it and/or modify
1681   it under the terms of the GNU General Public License as published by
1682   the Free Software Foundation, either version 3 of the License, or
1683   (at your option) any later version.
1685   GNU Emacs is distributed in the hope that it will be useful,
1686   but WITHOUT ANY WARRANTY; without even the implied warranty of
1687   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1688   GNU General Public License for more details.
1690   You should have received a copy of the GNU General Public License
1691   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1693 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c