Avoid error when ID is created in buffer without a file.
[org-mode.git] / lisp / ChangeLog
blob20dc9b64df485ab59a8ccba45b36dbfa1e2d27c0
1 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-id.el (org-id-add-location): Avoid error when no file is
4         given.
6         * org-remember.el (org-remember-apply-template): Fix the way how
7         the list of allowed properties is retrieved from the target file.
9         * org.el (org-insert-link): Improve file link matching.
11 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
13         * org-colview.el (org-columns-display-here): New argument
14         DATELINE, to trigger using the new face.
15         (org-agenda-colview-summarize): Call `org-columns-display-here'
16         with the new argument.
18         * org-faces.el (org-agenda-column-dateline): New face.
20         * org-publish.el (org-publish-org-index): Use index-title at page
21         title, not as section.
23         * org-exp.el (org-export-html-format-desc): Respect the
24         org-protect property.
25         (org-export-as-html): Protect image specifiers that are in the
26         description part of a link.
28         * org.el (org-sort-entries-or-items, org-completing-read)
29         (org-refile-get-location, org-olpath-completing-read, org-todo)
30         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
31         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
32         (org-set-property, org-delete-property)
33         (org-delete-property-globally): Use `org-ido-completing-read'.
35         * org-remember.el (org-remember-apply-template): Use
36         `org-ido-completing-read'.
38         * org-publish.el (org-publish): Use `org-ido-completing-read'.
40         * org-colview.el (org-columns-edit-value, org-columns-new)
41         (org-insert-columns-dblock): Use `org-ido-completing-read'.
43         * org-colview-xemacs.el (org-columns-edit-value)
44         (org-columns-new, org-insert-columns-dblock): Use
45         `org-ido-completing-read'.
47         * org-attach.el (org-attach-delete-one, org-attach-open): Use
48         `org-ido-completing-read'.
50         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
51         `org-ido-completing-read'.
53         * org.el (org-time-today): New function.
54         (org-matcher-time): Use `org-time-today'.  Add special treatment
55         for "<tomorrow>" and "<yesterday>".
56         (org-ido-completing-read): New function.
57         (org-completion-use-ido): New option.
59         * org-exp.el (org-export-format-source-code): Fix bug in require
60         htmlize code.
61         (org-export-target-internal-links): Fix bug in search for text
62         property.
64 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
66         * org-export-latex.el (org-export-latex-subcontent): Interprete
67         target aliases as additonal labels.
69         * org-exp.el (org-export-target-aliases): New variable.
70         (org-export-preprocess-string)
71         (org-export-handle-invisible-targets): Fill the alias alist.
72         (org-export-as-html): Remove the &nbsp; from the anchor, and also
73         assign an id.
74         (org-html-level-start): Insert the target aliases as additonal
75         anchors.
77         * org.el (org-edit-fixed-width-region): Fix bug when sarting a new
78         picture area.
80 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
82         * org.el (org-open-at-mouse): Ensure correct link abbreviations
83         when following a link with the mouse from the agenda.
85         * org-exp.el (org-export-as-html): Avoid lone </div> when no
86         headlines are created.
88 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
90         * org.el (org-link-translation-function): New option.
91         (org-open-at-point): Call `org-link-translation-function' if
92         non-nil.
93         (org-translate-link): New function.
94         (org-translate-link-from-planner): New function.
95         (org-open-at-point): Allow interactive commands in elisp links.
97         * org-exp.el (org-icalendar-cleanup-string): Restore the old
98         iCalendar quoting.  The new one seems to caus problems with
99         applications.
101         * org.el (org-yank): Set `this-command' to `yank', so that
102         `yank-pop' will work.
104 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
106         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
107         compliance as far as quoting is concerned.
109         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
110         hexified version of the tag.
112         * org-vm.el (org-vm-follow-link): Require `vm-search'.
114         * org.el (org-up-heading-safe, org-forward-same-level): Always
115         call `org-back-to-heading' instead of `outline-back-to-heading'.
116         (org-back-to-heading): New wrapper around outline-back-to-heading,
117         with a useful error message telling where the error happened.
119         * org-list.el (org-update-checkbox-count): Always call
120         `org-back-to-heading' instead of `outline-back-to-heading'.
122         * org-exp.el (org-export-as-html): Make sure that each <img> tag
123         has an `alt' attribute, to ensure XHTML validation.
125 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
127         * org-publish.el (org-publish-attachment): Allow publishing to
128         overwrite attachment files.
130         * org-agenda.el (org-agenda-timerange-leaders): New option.
131         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
133         * org.el (org-edit-src-exit): Untabify ASCII image before
134         returning.
147 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
149         * org.el (org-yank): Make any prefix force normal yanking.
150         Suppress folding if text would be swallowed into a folded
151         subtree.
152         (org-yank-folded-subtrees, org-yank): Docstring updates.
154         * org-agenda.el (org-agenda-compare-effort): Treat no effort
155         defined as 0.
157         * org-exp.el (org-export-language-setup): Add Catalan and
158         Esperanto language entries.
160 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
162         * org.el (org-refile): Allow refiling of entire regions.
164         * org-clock.el (org-clock-time%): New function.
166         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
167         retrieve property values.
169 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org-agenda.el (org-agenda-list): Handle the value `only' of
172         org-agenda-show-log'.
173         (org-agenda-log-mode): Interpret a double prefix arg.
175 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org-exp.el (org-export-html-footnotes-section): New variable.
178         (org-export-as-html): Use `org-export-html-footnotes-section' to
179         insert the footnotes.
180         (org-export-language-setup): Add "Footnotes" to language words.
182 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
184         * org.el (org-yank): Fix bug when not inserting a subtree.
186 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
188         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
189         instead of `vm-beginning-of-message'.
191         * org.el (org-make-link-regexps): Make sure that links to gnus can
192         contain brackets.
194 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
196         * org-attach.el (org-attach-dir): Remove duplicate ID creation
197         code.
199         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
200         shell output.
202         * org.el (org-link-abbrev-alist): Improve customization type.
204         * org-attach.el (org-attach-expand-link, org-attach-expand): New
205         functions.
207         * org-agenda.el (org-agenda-get-progress): Renamed from
208         `org-get-closed'.  Implement searching for state changes as well.
209         (org-agenda-log-mode-items): New option.
210         (org-agenda-log-mode): New option prefix argument, interpreted as
211         request to show all possible progress info.
212         (org-agenda-get-day-entries): Call `org-get-progress' instead of
213         `org-get-closed'.
214         (org-agenda-set-mode-name): Handle the more complex log mode
215         settings.
216         (org-get-closed): New alias, pointing to `org-get-progress'.
218 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
220         * org.el (org-file-apps-defaults-gnu)
221         (org-file-apps-defaults-macosx)
222         (org-file-apps-defaults-windowsnt): Add an entry defining the
223         system command.
224         (org-file-apps): Allow `system' as key and value.
225         (org-open-at-point): Explain the effect of a double prefix arg.
226         (org-open-file): If the argument `in-emacs' is (16),
227         i.e. corresponding to a double prefix argument, try to open the
228         file externally.
230 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
232         * org.el (org-insert-link): Abbreviate absolute files names in
233         links.  Also, fix a bug in which the double C-u prefix would not
234         be honored.
236 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
238         * org.el (org-insert-heading): If buffer does not end with a
239         newline, add one if necessary to insert headline correctly.
241         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
242         paragraphs, not inside.
244         * org.el (org-todo): Quote
245         `org-agenda-headline-snapshot-before-repeat'.
247         * org-exp.el (org-export-as-html): Fully process link descriptions.
248         (org-export-html-format-desc): New function.
249         (org-export-as-html): Collect footnotes into the correct basket.
250         (org-html-protect): No longer protect quotations marks here, this
251         goes wrong.
253         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
254         BEG.
256         * org-compat.el (org-fit-window-to-buffer): New function (not
257         really, a preliminary and incomplete version was present earlier,
258         but not used).
260         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
261         `org-fit-window-to-buffer'.
263         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
265         * org-agenda.el (org-agenda-get-restriction-and-command)
266         (org-fit-agenda-window, org-agenda-convert-date): Use
267         `org-fit-window-to-buffer'.
269         * org-exp.el (org-export-as-html): Process href links through
270         `org-export-html-format-href'.
271         (org-export-html-format-href): New function.
273         * org-agenda.el (org-agenda-todo): Update only the current
274         headline if this is a repeated TODO, marked done for today.
275         (org-agenda-change-all-lines): New argument JUST-THIS, to change
276         only the current line.
278         * org.el (org-todo): Take a snapshot of the headline if the
279         repeater might change it.
281 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
283         * org-publish.el (org-publish-find-title): Remove buffers visited
284         only for extracting the title.
286         * org-exp.el (org-export-html-style)
287         (org-export-html-style-default): Mark style definitions as
288         unparsed CDATA.
290         * org-publish.el (org-publish-validate-link): Function
291         re-introduced.
293 2008-11-02  Charles Sebold  <csebold@gmail.com>
295         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
296         property.
297         (org-plot-quote-timestamp-field): New function.
298         (org-plot-quote-tsv-field): Call timestamp field function when
299         necessary rather than just quoting as a string.
300         (org-plot/gnuplot-to-data): Pass in timefmt property.
301         (org-plot/gnuplot-script): Supports timefmt property.
302         (org-plot/gnuplot): Checks for timestamp column before checking
303         for text index column.
305 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
307         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
309         * org-publish.el (org-publish-org-index): Create a section in the
310         index file.
311         (org-publish-org-index): Stop linking to directories.
313         * org.el (org-emphasis-alist): Use span instead of <u> to
314         underline text.
316         * org-exp.el (org-export-as-html): Make sure <p> is closed before
317         <pre> sections.
319 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
321         * org-jsinfo.el (org-infojs-template): Remove language attribute
322         from script tag.
324 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
326         * org-agenda.el (org-agenda-remove-marked-text): New function.
327         (org-agenda-mark-filtered-text)
328         (org-agenda-unmark-filtered-text): New functions.
329         (org-write-agenda): Remove fltered text.
331         * org.el (org-make-tags-matcher): Give access to TODO "property"
332         without speed penalty.
334 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
336         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
337         option.
338         (org-store-link-props): Make sure adding to the plist works
339         correctly.
341         * org-gnus.el (org-gnus-no-new-news): New function.
342         (org-gnus-follow-link): Allow the article ID to be a message-id,
343         in addition to allowing article numbers.  Message IDs make much
344         more roubust links.
345         (org-gnus-store-link): Use message-id to create link.
347 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
349         * org.el (org-emphasize): Reverse the selection array.
350         (org-emphasis-alist): Set <code> tags for the verbatim
351         environment.
353         * org-remember.el (org-remember-handler): Fix bug with
354         prefix-related changing of the note storage target.
356         * org-exp.el (org-print-icalendar-entries): Make the exported
357         priorities compatible with RFC 2445.
359         * org-clock.el (org-clock-save): Insert time stamp without
360         dependence on time-stamp.el.
362 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
364         * org.el ("saveplace"): If saveplace puts point into an invisible
365         location, make it visible.
366         (org-make-tags-matcher): Allow inactive time stamps in time
367         comparisons.
368         (org-yank-adjusted-subtrees): New option.
369         (org-yank): Incorporate adjusting trees.
370         (org-paste-subtree): New argument FOR-YANK which will cause
371         insertion at point without backing up over white lines, and leave
372         point at the end of the inserted text.  Also if the cursor is
373         at the beginning of a headline, use the same level or the inserted
374         tree.
376         * org-publish.el (org-publish-get-base-files-1): Deal correctly
377         with broken symlinks
379 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
381         * org-exp.el (org-export-select-tags, org-get-current-options):
382         Fix typo.
384 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
386         * org-agenda.el (org-format-agenda-item)
387         (org-agenda-filter-make-matcher): Make sure tags are stored and
388         compared donwcased.
390 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
392         * org.el (org-insert-todo-heading): Fix bug with force-heading
393         argument.
395 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
397         * org-clock.el (org-clock-in-resume): Add a custom option to
398         toggle starting the clock from an open clock line.
399         (org-clock-in): When clocking in to an entry, if
400         `org-clock-in-resume' is set, check if the first clock line is
401         open and if so, start the clock from the time in the clock line.
402         (org-clock-persist): Add a custom option to toggle clock
403         persistence.
404         (org-clock-persist-query-save): Add a custom option to toggle
405         asking the user if they want to save the running clock when
406         exiting.
407         (org-clock-persist-query-resume): Add a custom option to toggle
408         asking the user if they want to resume the saved clock when Emacs
409         is restarted.
410         (org-clock-save): Add a function to save clock data.
411         This includes the contents of `org-clock-history' and the buffer
412         and position of the currently clocked task, if any.
413         (org-clock-load): Add a function to load clock data.
414         This populates `org-clock-history', and resumes the saved clocked
415         task if there is one.
416         (org-clock-persistence-insinuate): Add a method to set up the
417         hooks for clock persistence.
419 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
421         * org-exp.el (org-export-as-ascii): Handle the case that we are
422         publishing from an indirect buffer.
424         * org-table.el (org-table-copy-down): Fix bug with time stamp
425         increment.
427         * org-mouse.el (org-mouse-features): New option.
428         (org-mode-hook): Turn on features depending on
429         `org-mouse-features'.
431         * org.el (org-insert-heading-respect-content): Force heading
432         creation.
433         (org-insert-heading): keep the folding state of the heading before
434         the inserted one.
436 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
438         * org-archive.el (org-archive-to-archive-sibling): Handle top
439         level headlines better.
441 2008-10-21  Bastien Guerry  <bzg@altern.org>
443         * org-export-latex.el (org-export-latex-classes): Added
444         \usepackage{graphicx} to the default list of packages.
446 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
448         * org-agenda.el (org-agenda-filter): Renamed from
449         `org-agenda-filter-tags'.
451 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
453         * org.el (org-entry-properties): Add CATEGORY property, iven if it
454         is not defined as a property in this entry.
455         (org-add-log-note): Mask prefix argument when immediately storing
456         the note.
458         * org-agenda.el (org-agenda-filter-effort-default-operator): New
459         option.
461 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
463         * org.el (org-add-log-setup): Bugfix; code to find insertion point
464         after drawers was skipping ahead one line too many, so notes were
465         inserted after the first note instead of before it.
467 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
469         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
470         New variables.
471         (org-prepare-agenda): Reset the filter tags.
472         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
473         Show filter tags in mode line.
475         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
476         formatter.
478         * org-export-latex.el (org-latex-entities-regexp): New constant.
479         (org-export-as-pdf): Use two calls to `shell-command'.
481 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
483         * org-export-latex.el (org-export-latex-treat-sub-super-char):
484         Honor the {} value of the subsuperscript setting.  Make sure that
485         longer subsuperscripts are typeset in a roman font.
487         * org.el (org-clock-update-time-maybe): Compute negative clock
488         intervals correctly.
490 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
492         * org.el (org-add-log-setup): Respect
493         `org-log-state-notes-insert-after-drawers'.
494         (org-log-state-notes-insert-after-drawers): New option.
495         (org-todo-trigger-tag-changes): New function.
496         (org-todo): Call `org-todo-trigger-tag-changes'.
498 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
500         * org.el (org-add-log-setup): Only skip drawers if the are
501         immediately after the scheduling keywords.
503         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
504         function
505         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
506         call it with the current todo state to get the state to switch to
507         when clocking in.
508         (org-clock-in): Use org-indent-line-function to indent clock lines.
509         (org-clock-find-position): Fix indentation of empty clock drawers.
511 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
513         * org-publish.el (org-publish-org-to): Handle case when
514         org-export-to-pdf does return a file name, not a buffer.
515         (org-publish-org-to-pdf): New function.
517         * org-export-latex.el (org-export-as-pdf)
518         (org-export-as-pdf-and-open): New commands.
520         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
521         forms as ranges.
523         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
524         things in protexted regions.
526 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
528         * org-export-latex.el (org-export-latex-preprocess): Improve
529         quoting of LaTeX environments.
531 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
533         * org.el (org-edit-fixed-width-region): Exclude final newline from
534         picture area.
536         * org-export-latex.el (org-export-latex-subcontent): Add labels to
537         sections, to make internal links work.
538         (org-export-latex-fontify-headline): Do not remove all text
539         properties, to make sure that target properties survive this
540         process.
542         * org-exp.el (org-export-preprocess-string): Change sequence of
543         modifications, to make sure links are prepared before the LaTeX
544         conversions do happen.
546 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
548         * org-attach.el (org-attach-delete-all): Renamed from
549         `org-attch-delete'.  Add a security query before deleting the
550         entire directory.  New optional argument FORCE can overrule the
551         security query.
552         (org-attach-delete-one): New command.
554 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
556         * org-attach.el (org-attach-file-list): Fix bug with directory.
558 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
560         * org.el (org-apps-regexp-alist): New function.
561         (org-file-apps): Add auto-mode to the default value.
562         (org-open-file): Use the new structure of org-file-apps.
564         * org-attach.el (org-attach): Support the new keys.
565         (org-attach-method): New option.
567 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
569         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
570         March.
572         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
573         of the list value o `org-use-tag-inheritance'.
575         * org-attach.el (org-attach-auto-tag): New option.
576         (org-attach-tag, org-attach-untag): New functions.
577         (org-attach-attach, org-attach-new, org-attach-sync): Call
578         `org-attach-tag'.
579         (org-attach-delete): Call `org-attach-untag'.
581 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
583         * org-table.el (orgtbl-self-insert-command): Make this work for
584         the keypad as well.
586 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
588         * org.el (org-add-log-setup): Limit searc for drawers to entry
589         text, not to subtree.
591         * org-clock.el (org-clock-heading-for-remember): New variable.
592         (org-clock-in): Set `org-clock-heading-for-remember'.
594 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
596         * org-remember.el (org-remember-apply-template): Add new
597         expansions: %k, %K for currently clocked task and a link to the
598         currently clocked task, and %< to file notes in the currently
599         clocked task.
601 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
603         * org-export-latex.el (org-export-latex-make-header): Also insert
604         the content of the property :latex-header-extra.
606         * org-exp.el (org-infile-export-plist): Put the content of
607         #+LATEX_HEADER: into the property :latex-header-extra.
609         * org-colview.el (org-columns-get-format-and-top-level): Remove
610         resetting the marker.
612         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
613         Remove resetting the marker.
615         * org.el (org-entry-property-inherited-from): Improve docstring.
616         (org-entry-get-with-inheritance): Reset marker before starting the
617         search.
619         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
621 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
623         * org.el (org-entry-get-multivalued-property)
624         (org-entry-protect-space, org-entry-restore-space): New
625         functions.
626         (org-file-apps-defaults-macosx): Let postscript files be opened by
627         preview.
628         (org-time-stamp-inactive): Call `org-time-stamp'.
629         (org-time-stamp): New argument `inactive'.  Also edit inacive
630         stamps. Convert time stamp type.
631         (org-open-file): Interpret the `default' value for the `command'
632         in `org-file-apps'.
634         * org-id.el (org-id-int-to-b36-one-digit)
635         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
636         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
637         b36.
639 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
641         * org-id.el (org-id-reverse-string): New function.
642         (org-id-new): Use `org-id-reverse-string' to make sure the
643         beginning chars of the ID are mutating fast.  This allows to use a
644         directory structure to spread things better.
645         (org-id-prefix): Changed default to nil.
647         * org-list.el (org-move-item-down, org-move-item-up): Remember and
648         restore the column of the cursor position.
650         * org-remember.el (org-remember-apply-template): Remove properties
651         from `initial'.
653 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
655         * org-wl.el (org-wl-open): Remove useless call to
656         `wl-thread-open-all'.
658         * org-remember.el (org-remember-handler): Fix bug with `bottom'
659         location.
661 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
663         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
664         `org-bbdb-anniversaries'.
666         * org.el (org-get-next-sibling, org-forward-same-level): New
667         functions, similar to the outline versions, but invisible headings
668         are OK.
670 2008-09-25  Bastien Guerry  <bzg@altern.org>
672         * org.el (org-auto-repeat-maybe): Insert a space between
673         the timestamp's type and the timestamp itself.
675 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
677         * org-table.el (org-table-sum): Do not format the result with %g,
678         it does rounding when there are too many digits.
680         * org.el (org-map-entries): Protect the keyword-selecting variables.
682 2008-09-23  Bastien Guerry  <bzg@altern.org>
684         * org-agenda.el (org-agenda-to-appt): Make sure the function check
685         against all agenda files.
687 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
689         * org-list.el: New file, aggregating list functions from org.el
690         and org-export-latex.el.
692         * org.el (org-edit-src-region-extra): New option.
694 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
696         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
697         time before 1am.
699 2008-09-22  Bastien Guerry  <bzg@altern.org>
701         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
703 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
705         * org-plot.el (org-plot/gnuplot): Make tables starting with a
706         hline work correctly.
707         (org-plot/gnuplot-script): Put commas at the end of each script
708         line.
710 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
712         * org.el (org-get-refile-targets): Replace links with their
713         descriptions
714         (org-imenu-get-tree): Replace links with their descriptions.
716         * org-remember.el (org-remember-apply-template): Add a new
717         expansion for adding properties to remember items.
719         * org.el (org-add-log-setup): Skip over drawers (properties,
720         clocks etc) when adding notes.
722         * org-agenda.el (org-agenda-get-closed): show durations of clocked
723         items as well as the start and end times.
725         * org-compat.el (org-get-x-clipboard-compat): Add a compat
726         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
728         * org-remember.el (org-get-x-clipboard): Use the compat
729         function to get clipboard values when x-selection-value is
730         unavailable. Use substring-no-properties instead of
731         set-text-properties to remove text properties from the clipboard
732         value.
734         * lisp/org-clock.el (org-update-mode-line): Support limiting the
735         modeline clock string, and display the full todo value in the
736         tooltip. Set a local keymap so mouse-3 on the clock string goes to
737         the currently clocked task.
738         (org-clock-string-limit): Add a custom value for the maximum
739         length of the clock string in the modeline.
740         (org-clock-mode-map): Add a keymap for the modeline string
742 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
744         * org-compat.el (org-propertize): New function.
746 2008-09-20  Bastien Guerry  <bzg@altern.org>
748         * org-export-latex.el (org-export-latex-tables): protect exported
749         tables from further special chars conversion.
750         (org-export-latex-preprocess): Preserve LaTeX environments.
751         (org-list-parse-list): Parse descriptive lists.
752         (org-list-to-generic, org-list-to-latex, org-list-to-html)
753         (org-list-to-texinfo): Export descriptive lists.
754         (org-quote-chars): Remove.
755         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
756         (org-export-latex-list-beginning-re): Rename to
757         `org-list-beginning-re'
758         (org-list-item-begin): Rename to `org-list-item-beginning'
760 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
762         * org.el (org-refile): Allow refiling to the last entry in the
763         buffer.
764         (org-get-tags-at): Fix bug when inheritance is turned off.
766 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
768         * org.el (org-indent-line-function): No longer check for src
769         regions, this is too much overhead.
771         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
772         matching.
774         * org.el (org-scan-tags): Make sure that tags matching is not case
775         sensitive.  TODO keyword matching is case sensitive, however, to
776         avoid confusion with similar words that are not meant to be
777         keywords.
779 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
781         * org.el (org-get-local-tags-at): New function.
782         (org-get-local-tags): New function.
784         * org-exp.el (org-export-get-categories): New function.
786         * org-agenda.el (org-sorting-choice)
787         (org-agenda-sorting-strategy, org-agenda-get-todos)
788         (org-agenda-get-timestamps, org-agenda-get-deadlines)
789         (org-agenda-get-scheduled, org-agenda-get-blocks)
790         (org-entries-lessp): Implement sorting by TODO state.
791         (org-cmp-todo-state): New defsubst.
793         * org-colview.el (org-colview-construct-allowed-dates): New
794         function.
795         (org-columns-next-allowed-value): Use
796         `org-colview-construct-allowed-dates'.
798         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
799         function.
800         (org-columns-next-allowed-value): Use
801         `org-colview-construct-allowed-dates'.
803 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
805         * org.el (org-protect-slash): New function.
806         (org-get-refile-targets): Use `org-protect-slash'.
808         * org-agenda.el (org-global-tags-completion-table): New variable.
810         * org-exp.el (org-export-handle-export-tags): New function.
811         (org-export-preprocess-string): Call
812         `org-export-handle-export-tags'.
814         * org-plot.el: New file.
816         * org-publish.el (org-publish-expand-components): Function removed.
817         (org-publish-expand-projects): Allow components to have components.
819 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
821         * org.el (org-indent-line-function): Do not indent in regions that
822         are external source code.
823         (org-yank-and-fold-if-subtree): New function.
825         * org-agenda.el (org-agenda-todayp): New function.
826         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
827         `org-agenda-todayp'.
829         * org.el (org-insert-heading-respect-content)
830         (org-insert-todo-heading-respect-content): New commands.
831         (org-insert-heading-respect-content): New option.
832         (org-insert-heading): Respect `org-insert-heading-respect-content'.
834         * org-clock.el (org-clock-find-position): Make sure the note after
835         the clock line gets moved into the new clock drawer.
837 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
839         * org-id.el (org-id-new): New option.
841 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
843         * org-table.el (org-table-copy-down): Avoid overflow during
844         increment.  Use prefix argument 0 to temporarily disable the
845         increment.
847 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
849         * org-exp.el (org-export-as-html): Do not turn on the major mode
850         if the buffer will be killed anyway.
851         (org-get-current-options): Exclude the #+TEXT field.
852         (org-export-as-html): Make sure text before the first headline is
853         a paragraph.
855         * org-publish.el (org-publish-org-to): Tell the exporter that this
856         buffer will be killed, so it is not necessary to do major mode
857         initialization.
859         * org-archive.el (org-archive-to-archive-sibling): Show empty
860         lines after folding the archive sibling.
862         * org.el (org-log-note-extra): New variable.
864 2008-09-05  Bastien Guerry  <bzg@altern.org>
866         * org.el (org-additional-option-like-keywords): Added keywords for
867         the _QUOTE, _VERSE and _SRC environments.
869         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
870         exporting _QUOTE and _VERSE environments.
872 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
874         * org-agenda.el (org-agenda-filter-by-tag): New command.
876         * org-exp.el (org-get-current-options): Remove angular brackets
877         from the date entry.
879         * org.el (org-edit-fixed-width-region): New function.
880         (org-edit-fixed-width-region): Also try
881         `org-edit-fixed-width-region'.
882         (org-edit-fixed-width-region-mode): New option.
883         (org-activate-code): Only interprete lines starting with colon
884         plus a space as example lines.
886         * org-remember.el (org-remember-templates): Add nil instead of
887         empty strings to fix the length of remember templates.
889         * org-table.el (org-calc-default-modes): Fix the time format for
890         calc, from 12 hour to 24 hour clock.
892 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
894         * org-agenda.el (org-agenda-get-deadlines)
895         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
896         entries that are pre-warnings of deadlines or reminders.
898         * org.el (org-sort-entries-or-items): Make numeric and alpha
899         comparisons ignore any TODO keyword and priority cookie.
901         * org-remember.el (org-remember-handler): Reinterpretation of the
902         prefix argument.
904 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
906         * org-agenda.el (org-agenda-get-scheduled): Use new
907         `org-scheduled' face.
909         * org-faces.el (org-scheduled): New face.
911         * org-wl.el (org-wl-open): Remove incorrect declaration.
913         * org-gnus.el (org-gnus-store-link): Support for :to information
914         in gnus links.
916         * org-exp.el (org-export-as-html): Fixed typo in creator
917         information.
918         (org-export-protect-examples): New parameter indent.  Insert extra
919         spaces only when this parameter is specified.
920         (org-export-preprocess-string): Call `org-export-protect-examples'
921         with an indentation parameter when exporting to ASCII.
923         * org-remember.el (org-remember-templates)
924         (org-remember-apply-template): Allow the file component to be a
925         function.
927         * org.el (org-goto-local-search-headings): Renamed from
928         `org-goto-local-search-forward-headings'.  Added the possibility
929         to search backwards.
931 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
933         * org-export-latex.el (org-export-latex): New customization
934         group.
936         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
938 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
940         * org-exp.el (org-html-do-expand): Allow {} to terminate
941         tex macro
943 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
945         * org.el (org-buffer-list): Select buffers based on major mode,
946         not on file name.
948 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
950         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
951         face property.
953         * org-colview.el (org-columns-display-here): Use
954         `org-columns-modify-value-for-display-function'.
956         * org-colview-xemacs.el (org-columns-display-here): Use
957         `org-columns-modify-value-for-display-function'.
959 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
961         * org.el (org-columns-modify-value-for-display-function): New option.
973         * org-publish.el (org-publish-file): Make sure the directory match
974         for the publishing directory works correctly.
976         * org-agenda.el (org-agenda-execute-calendar-command)
977         (org-agenda-diary-entry): Additional optional argument.
979 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
981         * org-exp.el (org-export-as-html): Add attributes also in mailto
982         and ftp links.
984         * org.el (org-autoload): Add `org-dblock-write:columnview'.
993 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
995         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
996         sure that calls from `org-export-region-as-html' do not do the
997         special check for a subtree.
999 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1001         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1003 2008-07-20  Juri Linkov  <juri@jurta.org>
1005         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1006         new keymap `narrow-map' instead of binding "\C-xns".
1008 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1010         * org.el (org-open-file): Use
1011         `org-open-directory-means-index-dot-org'.
1012         (org-open-directory-means-index-dot-org): New option.
1014 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1016         * org.el (org-make-link-string): Remove link attributes from
1017         description.
1018         (org-open-at-point): Remove link attributes bevore using the path.
1020         * org-exp.el (org-export-as-html): Handle link attributes.
1022         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1024         * org-table.el (org-table-to-lisp): New function.
1026         * org.el (org-narrow-to-subtree): Do not include the final newline
1027         into the narrowed region.
1029         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1030         bug with user-define skipping condition.
1032 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1034         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1036 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1038         * org-exp.el (org-export-html-style-default): Automatic overflow
1039         handling for pre fields.
1040         (org-export-as-ascii, org-export-as-html): Change default format
1041         for time stamp.
1043         * org-table.el (org-table-export): Offer completion for translator
1044         functions, and do not require a heading above the table.
1046         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1047         Cater for the case of a list starting in the first line of the
1048         buffer.
1050 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1052         * org-publish.el (org-publish-find-title): Bug fix.
1053         (org-publish-org-index): Implement new :index-style option.
1055 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1057         * org-publish.el (org-publish-timestamp-filename): Use
1058         SHA1-encoded file names in the timestamp directory.
1060 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1062         * org-publish.el (org-publish-needed-p): Be verbose about files
1063         published and files skipped.
1065         * org-exp.el (org-export-preprocess-string): Swap link
1066         normalization and inernal link targeting.
1068         * org-publish.el (org-publish-needed-p): Create timestamp
1069         directory when it does not exist.
1071 2008-07-04  Bastien Guerry  <bzg@altern.org>
1073         * org-clock.el (org-clock-out-when-done): Doc fix.
1075         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1077         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1078         Ignore case when searching for the COMMENT cookie at export time.
1080 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1082         * org-exp.el (org-get-file-contents)
1083         (org-get-and-remove-property): New functions.
1084         (org-export-handle-include-files): Handle the new prefix options.
1085         (org-export-as-html): Fix the verse environment.
1087 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1089         * org.el (org-time=, org-time<, org-time<=, org-time>)
1090         (org-time>=, org-time<>, org-2ft): New functions.
1091         (org-op-to-function): Also provide for the time testing fucntions.
1093 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1095         * org-exp.el (org-export-html-style-default): New constant.
1097 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1099         * org-exp.el (org-export-html-style-extra): New variable.
1100         (org-export-splice-style): New function.
1102 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1104         * org-exp.el (org-export-plist-vars, org-export-as-html):
1105         Implement `org-export-creator-info'.
1106         (org-export-creator-info): New option.
1108 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1110         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1111         (org-property-drawer-re, org-clock-drawer-re): New constants.
1113 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1115         * org-exp.el (org-icalendar-use-deadline)
1116         (org-icalendar-use-scheduled): New options.
1117         (org-icalendar-include-todo): Default changed to t.
1118         (org-print-icalendar-entries): Implement better utilization of
1119         scheduling and deadline time stamps.
1120         (org-export-target-internal-links, org-export-as-html): Allow file
1121         lines without the "file:" prefix if the file path is an absolute
1122         path or starts with ".".
1124         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1125         lastweek etc.
1126         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1128 2008-06-18  Glenn Morris  <rgm@gnu.org>
1129         * org.el (org-map-entries): Let-bind `file'.
1131 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1133         * org.el (org-agenda-skip-archived-trees): Docstring now
1134         discourages using this.
1135         (org-scan-tags): Check for org-agenda-archives-mode.
1136         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1137         (org-agenda-files): Functionality of second arg changed.
1139         * org-agenda.el (org-agenda-archives-mode): New variable
1140         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1141         (org-search-view, org-todo-list, org-tags-view)
1142         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1143         `ifmode' argument.
1144         (org-agenda-quit): Reset the archives mode.
1145         (org-agenda-archives-mode): New command.
1146         (org-agenda-set-mode-name): Include archives info.
1148 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1150         * org.el (org-paste-subtree): Make sure the yanked headline is
1151         visible if it was yanked at a visible point.
1152         (org-move-item-up): Fix the bug with moving white space at the end
1153         of the item.
1154         (org-show-empty-lines-in-parent): New function.
1156 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1158         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1160         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1162         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1163         agenda prefix as well.
1165         * org-publish.el (org-publish-org-index): Make a properly indented
1166         list.
1168         * org.el (org-calendar-agenda-action-key): New option.
1169         (org-get-cursor-date): New function.
1170         (org-mark-entry-for-agenda-action): New command.
1171         (org-overriding-default-time): New variable.
1172         (org-read-date): Respect `org-overriding-default-time'.
1174         * org-remember.el (org-remember-apply-template): Respect the
1175         ovverriding default time.
1177         * org-agenda.el (org-agenda-action-marker): New variable.
1178         (org-agenda-action): New command.
1179         (org-agenda-do-action): New function.
1181 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1183         * org.el (org-schedule, org-deadline): Protect scheduled and
1184         deadline tasks against changes that accidently remove the
1185         repeater.  Also show a message with the new date when done.
1187 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1189         * org.el (org-beginning-of-line): Cater for the case when there
1190         are tags but no headline text.
1191         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1192         it set.
1194 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1196         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1197         the return value is nil instead of "nil" when there is no match.
1199         * org-exp.el (org-insert-centered): Use fill-column instead of
1200         80.
1201         (org-export-as-ascii): Use string-width to measure the width of
1202         the heading.
1204         * org.el (org-diary-to-ical-string): No longer kill buffer
1205         FROMBUF, this is now done by the caller.
1207         * org-exp.el (org-print-icalendar-entries): Move the call to
1208         `org-diary-to-ical-string' out of the loop, and kill the buffer
1209         afterwords.
1211         * org-remember.el (org-remember-visit-immediately): Position
1212         cursor after moving to the note.
1213         (org-remember-apply-template): Use a text property to record the
1214         cursor position.
1215         (org-remember-handler): Align tags after pasting the note.
1217 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1219         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1221         * org-agenda.el (org-agenda-open-link): If there is an
1222         org-bbdb-name property in the current line, jump to that bbdb
1223         entry.
1225         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1226         text property, so that the agenda knows where this entry comes
1227         from.
1229         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1230         interaction between clocking-in from the agenda, and  automatic
1231         task state switching.
1233         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1235         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1236         zmacs-region stays after this command in XEmacs.
1238 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1240         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1242         * org-remember.el (org-remember-templates): Fix bug in
1243         customization type definition.
1245         * org.el (org-map-entries): New function.
1247 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1249         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1250         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1252 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1254         * org-remember.el (org-jump-to-target-location): New variable.
1255         (org-remember-apply-template): Set
1256         `org-remember-apply-template' if requested by template.
1257         (org-remember-handler): Start an idle timer to jump to
1258         remember location.
1260         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1262         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1263         file tags.
1264         (org-get-tags-at): Add the content of `org-file-tags'.
1266         * org-exp.el (org-export-handle-comments): Fix bug with several
1267         comment lines after each other.
1268         (org-number-to-roman, org-number-to-counter): New functions.
1269         (org-export-section-number-format): New option.
1271 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1273         * org-exp.el (org-export-protect-examples): Catch the case of a
1274         missing end_example line.
1276         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1277         `org-file-tags' to nil.
1279         * org-colview.el (org-columns-next-allowed-value): Handle next
1280         argument NTH to directly select a value.
1282         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1283         argument NTH to directly select a value.
1285 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1287         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1289 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1291         * org.el (org-columns-ellipses): New option.
1293 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1295         * org-colview.el (org-columns-add-ellipses): New function.
1296         (org-columns-compact-links): New function.
1297         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1298         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1299         when in agenda.
1300         (org-columns-edit-value): Fixed bug with editing values from
1301         agenda column view.
1302         (org-columns-redo): Also redo the agenda itself.
1304 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1306         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1307         option.
1309         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1311         * org-exp.el (org-export-ascii-preprocess): Renamed from
1312         `org-export-ascii-clean-string'.
1313         (org-export-kill-licensed-text)
1314         (org-export-define-heading-targets)
1315         (org-export-handle-invisible-targets)
1316         (org-export-target-internal-links)
1317         (org-export-remove-or-extract-drawers)
1318         (org-export-remove-archived-trees)
1319         (org-export-protect-quoted-subtrees)
1320         (org-export-protect-verbatim, org-export-protect-examples)
1321         (org-export-select-backend-specific-text)
1322         (org-export-mark-blockquote-and-verse)
1323         (org-export-remove-comment-blocks-and-subtrees)
1324         (org-export-handle-comments, org-export-mark-radio-links)
1325         (org-export-remove-special-table-lines)
1326         (org-export-normalize-links)
1327         (org-export-concatenate-multiline-links)
1328         (org-export-concatenate-multiline-emphasis): New functions,
1329         obtained from spliiting the export preprocessor.
1331         * org-table.el (org-table-recalculate): Improve error message if
1332         the row number is invalid.
1334 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1336         * org-archive.el (org-archive-save-context-info): Fix bugs in
1337         customization setup and docstring.
1339         * org-exp.el (org-export-html-style): Changed the size of in the
1340         <pre> element to 90%.
1342 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1344         * org.el (org-find-src-example-start): Function removed.
1345         (org-edit-src-find-region-and-lang): New function.
1347 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1349         * org.el (org-edit-src-exit): New function.
1350         (org-exit-edit-mode): New minor mode.
1352         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1353         comment-like lines from protected examples.
1355         * org.el (org-edit-src-example, org-find-src-example-start)
1356         (org-protect-source-example, org-edit-special): New functions.
1358 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1360         * org-publish.el (org-publish-project-alist): Fix typo in
1361         docstring.
1362         (org-publish-project-alist): Handle :index-title property.
1364 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1366         * org-export-latex.el (org-export-as-latex): Make sure region
1367         bounds are correct.  Parse subtree properties relating to export.
1369         * org-exp.el (org-export-add-options-to-plist): New function.
1370         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1372 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1374         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1375         EXPORT_TITLE.
1377         * org-exp.el (org-export-get-title-from-subtree)
1378         (org-export-as-ascii, org-export-as-html): Make sure the original
1379         region-beginning and region-end are used, even after moving
1380         point.
1381         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1382         property.
1384         * org-remember.el (org-remember-last-stored-marker): New variable.
1385         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1386         (org-remember-handler): Also use marker to remember
1387         last-stored position.
1389         * org.el (org-goto-marker-or-bmk): New function.
1391 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1393         * org.el (org-file-properties): Renamed from `org-local-properties'.
1394         (org-scan-tags): Take file tags into account.
1395         (org-tags-match-list-sublevels): Default changed to t.
1397         * org-exp.el (org-export-as-html): Close paragraph after a
1398         footnote.
1400         * org.el (org-update-parent-todo-statistics): New function.
1402         * org-exp.el (org-icalendar-store-UID): New option.
1403         (org-icalendar-force-UID): Option removed.
1404         (org-print-icalendar-entries): IMplement UIDs.
1406 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1408         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1410 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1412         * org-faces.el (org-column): Document how this face is being used
1413         and why sometimes the background faces shine through.
1415         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1417         * org-publish.el (org-publish-attachment): Create publishing
1418         directory if it does not yet exist.
1420         * org-table.el (org-calc-default-modes): Change default number
1421         format to (float 8).
1423         * org.el (org-olpath-completing-read): New function.
1424         (org-time-clocksum-format): New option.
1425         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1427         * org-clock.el (org-clock-display, org-clock-out)
1428         (org-update-mode-line): Use `org-time-clocksum-format'.
1430         * org-colview-xemacs.el (org-columns-number-to-string): Use
1431         `org-time-clocksum-format'.
1433         * org-colview.el (org-columns-number-to-string): Use
1434         `org-time-clocksum-format'.
1436 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1438         * org-id.el: New file, move from contrib to core.
1440         * org-exp.el (org-icalendar-force-UID): New option.
1442 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1444         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1445         shifted by one day if theere is a date range without an end
1446         time.
1448         * org.el (org-try-structure-completion): New function.
1450 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1452         * org.el (org-set-font-lock-defaults): Improve fontification of
1453         description lists.
1454         (org-insert-item): Handle description lists.
1455         (org-adaptive-fill-function): Improve auto indentation in
1456         description lists.
1458         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1459         Implement VERSE environment.
1460         (org-export-preprocess-string): Implement the COMMENT
1461         environment.
1463         * org-export-latex.el (org-export-latex-preprocess): Implement
1464         VERSE environment.
1466 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1468         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1469         option.
1471 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1473         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1475         * org.el (org-quote-csv-field): New functions.
1477         * org-table.el (org-table-export-default-format): Remove :splice
1478         from default format, we get the same effect by not specifying
1479         :tstart and :tend.
1480         (org-table-export): Improve setup, distinguish better between
1481         interactive and non-interactive use, allow specifying the format
1482         on the fly, better protection against wrong file names.
1483         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1484         and :tend when :splice is omitted.
1486 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1488         * org-clock.el (org-clock-select-task): Make sure the selection
1489         letters are 1-9 and A-Z, no special characters.
1491 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1493         * org-exp.el (org-export-htmlize): New group.
1494         (org-export-htmlize-output-type)
1495         (org-export-htmlize-css-font-prefix): New options.
1496         (org-export-htmlize-region-for-paste): New function.
1497         (org-export-htmlize-generate-css): New command.
1499 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1501         * org/org.el (org-modules, org-format-latex-options):
1502         * org/org-archive.el (org-archive-stamp-time)
1503         (org-archive-save-context-info):
1504         * org/org-faces.el (org-hide):
1505         * org/org-irc.el (org-irc-parse-link):
1506         * org/org-macs.el (org-call-with-arg, org-autoload):
1507         * org/org-mew.el (org-mew-store-link):
1508         * org/org-remember.el (org-remember-store-without-prompt)
1509         (org-remember-templates): Fix typos in docstrings.
1511         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1513         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1514         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1515         (org-bbdb-anniv-split): Fix typos in docstrings.
1517         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1518         (org-publish-use-timestamps-flag): Reflow docstring.
1519         (org-publish-files-alist): Fix typos in docstring.
1521 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1523         * org.el (org-set-visibility-according-to-property): New function.
1524         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1525         and compute the regular expressions, and update font-lock.
1526         (org-property-re): Allow a dash in property names.
1528         * org-archive.el (org-extract-archive-file): Insert the file name
1529         without the path into the format, to allow the location format to
1530         contain a subdirectory.
1532         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1533         of buffer, and the `org-agenda-type' property undefined, use the
1534         value from the character before.
1536         * org.el (org-add-planning-info): Don't let indentation for
1537         would-be timestamp become extra whitespace at the end of headline.
1539 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1541         * org.el (org-remove-double-quotes, org-file-contents): New
1542         functions.
1544         * org-exp.el (org-infile-export-plist): Also parse the
1545         contents of #+SETUPFILE files, recursively.
1547         * org.el (org-set-regexps-and-options): Also parse the
1548         contents of #+SETUPFILE files, recursively.
1550         * org-exp.el (org-export-handle-include-files): New function.
1551         (org-export-preprocess-string): Call
1552         `org-export-handle-include-files'.
1554         * org.el (org-delete-property-globally)
1555         (org-delete-property, org-set-property): Ignore case during
1556         completion.
1557         (org-set-property): Use `org-completing-read' instead of
1558         `completing-read'.
1560         * org.el (org-complete-expand-structure-template): New,
1561         experimental function.
1562         (org-structure-template-alist): New, experimental option.
1563         (org-complete): Call `org-complete-expand-structure-template'.
1565 2008-05-06  Bastien Guerry  <bzg@altern.org>
1567         * org-export-latex.el (org-export-latex-preprocess): Added
1568         support for blockquotes.
1570 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1572         * org.el (org-read-date-analyze): Catch the case where only a
1573         weekday is given.
1575 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1577         * org.el (org-set-font-lock-defaults): Make the description
1578         tag bold.
1580         * org-exp.el (org-export-as-html, org-close-li): Implement
1581         description lists.
1583 2008-05-04  Jason Riedy  <jason@acm.org>
1585         * org-table.el (*orgtbl-default-fmt*): New variable.
1586         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1587         when there is no other fmt available.
1589         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1590         :tend to suppress the appropriate string.
1592         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1593         table.
1595 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1597         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1598         read date.
1600         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1601         New function.
1603         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1604         New function.
1606 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1608         * org-clock.el (org-clock-find-position): Don't include notes
1609         into clock drawer.
1611         * org-archive.el (org-archive-subtree): No longer remove an
1612         extra line after cutting the subtree.  `org-cut-subtree' already
1613         takes care of this.
1615         * org-remember.el (org-remember-handler): Only kill the target
1616         buffer if it does not contain the running clock.
1618         * org.el (org-markers-to-move): New variable.
1619         (org-save-markers-in-region, org-check-and-save-marker)
1620         (org-reinstall-markers-in-region): New function.
1621         (org-move-subtree-down, org-copy-subtree): Remember relative
1622         marker positions before cutting.
1623         (org-move-subtree-down, org-paste-subtree): Restore relative
1624         marker positions after pasting.
1626         * org-remember.el (org-remember-clock-out-on-exit): New option.
1627         (org-remember-finalize): Clock out only if the setting in
1628         `org-remember-clock-out-on-exit' requires it.
1629         (org-remember-handler): Do the cleanup in the buffer, to make sure
1630         that the clock marker remains in tact.
1632 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1634         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1635         (org-clock-in): Make sure that also tasks outside the narrowed
1636         region will be clocked in correctly.
1637         (org-clock-insert-selection-line): Widen the buffer so that we can
1638         find the correct task heading.
1640         * org.el (org-base-buffer): New function.
1642         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1643         and ";" are escaped.
1644         (org-print-icalendar-entries): Also apply
1645         `org-icalendar-cleanup-string' to the headline, not only to the
1646         summary property.
1648 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1650         * org-exp.el (org-export-preprocess-hook): New hook.
1651         (org-export-preprocess-string): Call
1652         `org-export-preprocess-hook'.
1654         * org.el (org-font-lock-hook): New variable.
1655         (org-font-lock-hook): New function.
1656         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1658 ;; Local Variables:
1659 ;; coding: utf-8
1660 ;; add-log-time-zone-rule: t
1661 ;; End:
1663     Copyright (C) 2008  Free Software Foundation, Inc.
1665   This file is part of GNU Emacs.
1667   GNU Emacs is free software: you can redistribute it and/or modify
1668   it under the terms of the GNU General Public License as published by
1669   the Free Software Foundation, either version 3 of the License, or
1670   (at your option) any later version.
1672   GNU Emacs is distributed in the hope that it will be useful,
1673   but WITHOUT ANY WARRANTY; without even the implied warranty of
1674   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1675   GNU General Public License for more details.
1677   You should have received a copy of the GNU General Public License
1678   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1680 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c