Install local link abbreviations when following link from agenda.
[org-mode.git] / lisp / ChangeLog
blobcb6b41f474522f2e34ce507509d6b8afead004ce
1 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-open-at-mouse): Ensure correct link abbreviations
4         when following a link with the mouse from the agenda.
6         * org-exp.el (org-export-as-html): Avoid lone </div> when no
7         headlines are created.
9 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org.el (org-link-translation-function): New option.
12         (org-open-at-point): Call `org-link-translation-function' if
13         non-nil.
14         (org-translate-link): New function.
15         (org-translate-link-from-planner): New function.
16         (org-open-at-point): Allow interactive commands in elisp links.
18         * org-exp.el (org-icalendar-cleanup-string): Restore the old
19         iCalendar quoting.  The new one seems to caus problems with
20         applications.
22         * org.el (org-yank): Set `this-command' to `yank', so that
23         `yank-pop' will work.
25 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
27         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
28         compliance as far as quoting is concerned.
30         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
31         hexified version of the tag.
33         * org-vm.el (org-vm-follow-link): Require `vm-search'.
35         * org.el (org-up-heading-safe, org-forward-same-level): Always
36         call `org-back-to-heading' instead of `outline-back-to-heading'.
37         (org-back-to-heading): New wrapper around outline-back-to-heading,
38         with a useful error message telling where the error happened.
40         * org-list.el (org-update-checkbox-count): Always call
41         `org-back-to-heading' instead of `outline-back-to-heading'.
43         * org-exp.el (org-export-as-html): Make sure that each <img> tag
44         has an `alt' attribute, to ensure XHTML validation.
46 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
48         * org-publish.el (org-publish-attachment): Allow publishing to
49         overwrite attachment files.
51         * org-agenda.el (org-agenda-timerange-leaders): New option.
52         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
54         * org.el (org-edit-src-exit): Untabify ASCII image before
55         returning.
68 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
70         * org.el (org-yank): Make any prefix force normal yanking.
71         Suppress folding if text would be swallowed into a folded
72         subtree.
73         (org-yank-folded-subtrees, org-yank): Docstring updates.
75         * org-agenda.el (org-agenda-compare-effort): Treat no effort
76         defined as 0.
78         * org-exp.el (org-export-language-setup): Add Catalan and
79         Esperanto language entries.
81 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
83         * org.el (org-refile): Allow refiling of entire regions.
85         * org-clock.el (org-clock-time%): New function.
87         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
88         retrieve property values.
90 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
92         * org-agenda.el (org-agenda-list): Handle the value `only' of
93         org-agenda-show-log'.
94         (org-agenda-log-mode): Interpret a double prefix arg.
96 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
98         * org-exp.el (org-export-html-footnotes-section): New variable.
99         (org-export-as-html): Use `org-export-html-footnotes-section' to
100         insert the footnotes.
101         (org-export-language-setup): Add "Footnotes" to language words.
103 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org.el (org-yank): Fix bug when not inserting a subtree.
107 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
109         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
110         instead of `vm-beginning-of-message'.
112         * org.el (org-make-link-regexps): Make sure that links to gnus can
113         contain brackets.
115 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
117         * org-attach.el (org-attach-dir): Remove duplicate ID creation
118         code.
120         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
121         shell output.
123         * org.el (org-link-abbrev-alist): Improve customization type.
125         * org-attach.el (org-attach-expand-link, org-attach-expand): New
126         functions.
128         * org-agenda.el (org-agenda-get-progress): Renamed from
129         `org-get-closed'.  Implement searching for state changes as well.
130         (org-agenda-log-mode-items): New option.
131         (org-agenda-log-mode): New option prefix argument, interpreted as
132         request to show all possible progress info.
133         (org-agenda-get-day-entries): Call `org-get-progress' instead of
134         `org-get-closed'.
135         (org-agenda-set-mode-name): Handle the more complex log mode
136         settings.
137         (org-get-closed): New alias, pointing to `org-get-progress'.
139 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
141         * org.el (org-file-apps-defaults-gnu)
142         (org-file-apps-defaults-macosx)
143         (org-file-apps-defaults-windowsnt): Add an entry defining the
144         system command.
145         (org-file-apps): Allow `system' as key and value.
146         (org-open-at-point): Explain the effect of a double prefix arg.
147         (org-open-file): If the argument `in-emacs' is (16),
148         i.e. corresponding to a double prefix argument, try to open the
149         file externally.
151 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
153         * org.el (org-insert-link): Abbreviate absolute files names in
154         links.  Also, fix a bug in which the double C-u prefix would not
155         be honored.
157 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
159         * org.el (org-insert-heading): If buffer does not end with a
160         newline, add one if necessary to insert headline correctly.
162         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
163         paragraphs, not inside.
165         * org.el (org-todo): Quote
166         `org-agenda-headline-snapshot-before-repeat'.
168         * org-exp.el (org-export-as-html): Fully process link descriptions.
169         (org-export-html-format-desc): New function.
170         (org-export-as-html): Collect footnotes into the correct basket.
171         (org-html-protect): No longer protect quotations marks here, this
172         goes wrong.
174         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
175         BEG.
177         * org-compat.el (org-fit-window-to-buffer): New function (not
178         really, a preliminary and incomplete version was present earlier,
179         but not used).
181         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
182         `org-fit-window-to-buffer'.
184         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
186         * org-agenda.el (org-agenda-get-restriction-and-command)
187         (org-fit-agenda-window, org-agenda-convert-date): Use
188         `org-fit-window-to-buffer'.
190         * org-exp.el (org-export-as-html): Process href links through
191         `org-export-html-format-href'.
192         (org-export-html-format-href): New function.
194         * org-agenda.el (org-agenda-todo): Update only the current
195         headline if this is a repeated TODO, marked done for today.
196         (org-agenda-change-all-lines): New argument JUST-THIS, to change
197         only the current line.
199         * org.el (org-todo): Take a snapshot of the headline if the
200         repeater might change it.
202 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
204         * org-publish.el (org-publish-find-title): Remove buffers visited
205         only for extracting the title.
207         * org-exp.el (org-export-html-style)
208         (org-export-html-style-default): Mark style definitions as
209         unparsed CDATA.
211         * org-publish.el (org-publish-validate-link): Function
212         re-introduced.
214 2008-11-02  Charles Sebold  <csebold@gmail.com>
216         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
217         property.
218         (org-plot-quote-timestamp-field): New function.
219         (org-plot-quote-tsv-field): Call timestamp field function when
220         necessary rather than just quoting as a string.
221         (org-plot/gnuplot-to-data): Pass in timefmt property.
222         (org-plot/gnuplot-script): Supports timefmt property.
223         (org-plot/gnuplot): Checks for timestamp column before checking
224         for text index column.
226 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
228         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
230         * org-publish.el (org-publish-org-index): Create a section in the
231         index file.
232         (org-publish-org-index): Stop linking to directories.
234         * org.el (org-emphasis-alist): Use span instead of <u> to
235         underline text.
237         * org-exp.el (org-export-as-html): Make sure <p> is closed before
238         <pre> sections.
240 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
242         * org-jsinfo.el (org-infojs-template): Remove language attribute
243         from script tag.
245 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
247         * org-agenda.el (org-agenda-remove-marked-text): New function.
248         (org-agenda-mark-filtered-text)
249         (org-agenda-unmark-filtered-text): New functions.
250         (org-write-agenda): Remove fltered text.
252         * org.el (org-make-tags-matcher): Give access to TODO "property"
253         without speed penalty.
255 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
257         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
258         option.
259         (org-store-link-props): Make sure adding to the plist works
260         correctly.
262         * org-gnus.el (org-gnus-no-new-news): New function.
263         (org-gnus-follow-link): Allow the article ID to be a message-id,
264         in addition to allowing article numbers.  Message IDs make much
265         more roubust links.
266         (org-gnus-store-link): Use message-id to create link.
268 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
270         * org.el (org-emphasize): Reverse the selection array.
271         (org-emphasis-alist): Set <code> tags for the verbatim
272         environment.
274         * org-remember.el (org-remember-handler): Fix bug with
275         prefix-related changing of the note storage target.
277         * org-exp.el (org-print-icalendar-entries): Make the exported
278         priorities compatible with RFC 2445.
280         * org-clock.el (org-clock-save): Insert time stamp without
281         dependence on time-stamp.el.
283 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
285         * org.el ("saveplace"): If saveplace puts point into an invisible
286         location, make it visible.
287         (org-make-tags-matcher): Allow inactive time stamps in time
288         comparisons.
289         (org-yank-adjusted-subtrees): New option.
290         (org-yank): Incorporate adjusting trees.
291         (org-paste-subtree): New argument FOR-YANK which will cause
292         insertion at point without backing up over white lines, and leave
293         point at the end of the inserted text.  Also if the cursor is
294         at the beginning of a headline, use the same level or the inserted
295         tree.
297         * org-publish.el (org-publish-get-base-files-1): Deal correctly
298         with broken symlinks
300 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
302         * org-exp.el (org-export-select-tags, org-get-current-options):
303         Fix typo.
305 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
307         * org-agenda.el (org-format-agenda-item)
308         (org-agenda-filter-make-matcher): Make sure tags are stored and
309         compared donwcased.
311 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
313         * org.el (org-insert-todo-heading): Fix bug with force-heading
314         argument.
316 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
318         * org-clock.el (org-clock-in-resume): Add a custom option to
319         toggle starting the clock from an open clock line.
320         (org-clock-in): When clocking in to an entry, if
321         `org-clock-in-resume' is set, check if the first clock line is
322         open and if so, start the clock from the time in the clock line.
323         (org-clock-persist): Add a custom option to toggle clock
324         persistence.
325         (org-clock-persist-query-save): Add a custom option to toggle
326         asking the user if they want to save the running clock when
327         exiting.
328         (org-clock-persist-query-resume): Add a custom option to toggle
329         asking the user if they want to resume the saved clock when Emacs
330         is restarted.
331         (org-clock-save): Add a function to save clock data.
332         This includes the contents of `org-clock-history' and the buffer
333         and position of the currently clocked task, if any.
334         (org-clock-load): Add a function to load clock data.
335         This populates `org-clock-history', and resumes the saved clocked
336         task if there is one.
337         (org-clock-persistence-insinuate): Add a method to set up the
338         hooks for clock persistence.
340 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
342         * org-exp.el (org-export-as-ascii): Handle the case that we are
343         publishing from an indirect buffer.
345         * org-table.el (org-table-copy-down): Fix bug with time stamp
346         increment.
348         * org-mouse.el (org-mouse-features): New option.
349         (org-mode-hook): Turn on features depending on
350         `org-mouse-features'.
352         * org.el (org-insert-heading-respect-content): Force heading
353         creation.
354         (org-insert-heading): keep the folding state of the heading before
355         the inserted one.
357 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
359         * org-archive.el (org-archive-to-archive-sibling): Handle top
360         level headlines better.
362 2008-10-21  Bastien Guerry  <bzg@altern.org>
364         * org-export-latex.el (org-export-latex-classes): Added
365         \usepackage{graphicx} to the default list of packages.
367 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
369         * org-agenda.el (org-agenda-filter): Renamed from
370         `org-agenda-filter-tags'.
372 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
374         * org.el (org-entry-properties): Add CATEGORY property, iven if it
375         is not defined as a property in this entry.
376         (org-add-log-note): Mask prefix argument when immediately storing
377         the note.
379         * org-agenda.el (org-agenda-filter-effort-default-operator): New
380         option.
382 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
384         * org.el (org-add-log-setup): Bugfix; code to find insertion point
385         after drawers was skipping ahead one line too many, so notes were
386         inserted after the first note instead of before it.
388 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
390         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
391         New variables.
392         (org-prepare-agenda): Reset the filter tags.
393         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
394         Show filter tags in mode line.
396         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
397         formatter.
399         * org-export-latex.el (org-latex-entities-regexp): New constant.
400         (org-export-as-pdf): Use two calls to `shell-command'.
402 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
404         * org-export-latex.el (org-export-latex-treat-sub-super-char):
405         Honor the {} value of the subsuperscript setting.  Make sure that
406         longer subsuperscripts are typeset in a roman font.
408         * org.el (org-clock-update-time-maybe): Compute negative clock
409         intervals correctly.
411 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
413         * org.el (org-add-log-setup): Respect
414         `org-log-state-notes-insert-after-drawers'.
415         (org-log-state-notes-insert-after-drawers): New option.
416         (org-todo-trigger-tag-changes): New function.
417         (org-todo): Call `org-todo-trigger-tag-changes'.
419 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
421         * org.el (org-add-log-setup): Only skip drawers if the are
422         immediately after the scheduling keywords.
424         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
425         function
426         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
427         call it with the current todo state to get the state to switch to
428         when clocking in.
429         (org-clock-in): Use org-indent-line-function to indent clock lines.
430         (org-clock-find-position): Fix indentation of empty clock drawers.
432 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
434         * org-publish.el (org-publish-org-to): Handle case when
435         org-export-to-pdf does return a file name, not a buffer.
436         (org-publish-org-to-pdf): New function.
438         * org-export-latex.el (org-export-as-pdf)
439         (org-export-as-pdf-and-open): New commands.
441         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
442         forms as ranges.
444         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
445         things in protexted regions.
447 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
449         * org-export-latex.el (org-export-latex-preprocess): Improve
450         quoting of LaTeX environments.
452 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
454         * org.el (org-edit-fixed-width-region): Exclude final newline from
455         picture area.
457         * org-export-latex.el (org-export-latex-subcontent): Add labels to
458         sections, to make internal links work.
459         (org-export-latex-fontify-headline): Do not remove all text
460         properties, to make sure that target properties survive this
461         process.
463         * org-exp.el (org-export-preprocess-string): Change sequence of
464         modifications, to make sure links are prepared before the LaTeX
465         conversions do happen.
467 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
469         * org-attach.el (org-attach-delete-all): Renamed from
470         `org-attch-delete'.  Add a security query before deleting the
471         entire directory.  New optional argument FORCE can overrule the
472         security query.
473         (org-attach-delete-one): New command.
475 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
477         * org-attach.el (org-attach-file-list): Fix bug with directory.
479 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
481         * org.el (org-apps-regexp-alist): New function.
482         (org-file-apps): Add auto-mode to the default value.
483         (org-open-file): Use the new structure of org-file-apps.
485         * org-attach.el (org-attach): Support the new keys.
486         (org-attach-method): New option.
488 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
490         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
491         March.
493         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
494         of the list value o `org-use-tag-inheritance'.
496         * org-attach.el (org-attach-auto-tag): New option.
497         (org-attach-tag, org-attach-untag): New functions.
498         (org-attach-attach, org-attach-new, org-attach-sync): Call
499         `org-attach-tag'.
500         (org-attach-delete): Call `org-attach-untag'.
502 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
504         * org-table.el (orgtbl-self-insert-command): Make this work for
505         the keypad as well.
507 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
509         * org.el (org-add-log-setup): Limit searc for drawers to entry
510         text, not to subtree.
512         * org-clock.el (org-clock-heading-for-remember): New variable.
513         (org-clock-in): Set `org-clock-heading-for-remember'.
515 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
517         * org-remember.el (org-remember-apply-template): Add new
518         expansions: %k, %K for currently clocked task and a link to the
519         currently clocked task, and %< to file notes in the currently
520         clocked task.
522 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
524         * org-export-latex.el (org-export-latex-make-header): Also insert
525         the content of the property :latex-header-extra.
527         * org-exp.el (org-infile-export-plist): Put the content of
528         #+LATEX_HEADER: into the property :latex-header-extra.
530         * org-colview.el (org-columns-get-format-and-top-level): Remove
531         resetting the marker.
533         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
534         Remove resetting the marker.
536         * org.el (org-entry-property-inherited-from): Improve docstring.
537         (org-entry-get-with-inheritance): Reset marker before starting the
538         search.
540         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
542 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
544         * org.el (org-entry-get-multivalued-property)
545         (org-entry-protect-space, org-entry-restore-space): New
546         functions.
547         (org-file-apps-defaults-macosx): Let postscript files be opened by
548         preview.
549         (org-time-stamp-inactive): Call `org-time-stamp'.
550         (org-time-stamp): New argument `inactive'.  Also edit inacive
551         stamps. Convert time stamp type.
552         (org-open-file): Interpret the `default' value for the `command'
553         in `org-file-apps'.
555         * org-id.el (org-id-int-to-b36-one-digit)
556         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
557         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
558         b36.
560 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
562         * org-id.el (org-id-reverse-string): New function.
563         (org-id-new): Use `org-id-reverse-string' to make sure the
564         beginning chars of the ID are mutating fast.  This allows to use a
565         directory structure to spread things better.
566         (org-id-prefix): Changed default to nil.
568         * org-list.el (org-move-item-down, org-move-item-up): Remember and
569         restore the column of the cursor position.
571         * org-remember.el (org-remember-apply-template): Remove properties
572         from `initial'.
574 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
576         * org-wl.el (org-wl-open): Remove useless call to
577         `wl-thread-open-all'.
579         * org-remember.el (org-remember-handler): Fix bug with `bottom'
580         location.
582 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
584         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
585         `org-bbdb-anniversaries'.
587         * org.el (org-get-next-sibling, org-forward-same-level): New
588         functions, similar to the outline versions, but invisible headings
589         are OK.
591 2008-09-25  Bastien Guerry  <bzg@altern.org>
593         * org.el (org-auto-repeat-maybe): Insert a space between
594         the timestamp's type and the timestamp itself.
596 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
598         * org-table.el (org-table-sum): Do not format the result with %g,
599         it does rounding when there are too many digits.
601         * org.el (org-map-entries): Protect the keyword-selecting variables.
603 2008-09-23  Bastien Guerry  <bzg@altern.org>
605         * org-agenda.el (org-agenda-to-appt): Make sure the function check
606         against all agenda files.
608 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
610         * org-list.el: New file, aggregating list functions from org.el
611         and org-export-latex.el.
613         * org.el (org-edit-src-region-extra): New option.
615 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
617         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
618         time before 1am.
620 2008-09-22  Bastien Guerry  <bzg@altern.org>
622         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
624 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
626         * org-plot.el (org-plot/gnuplot): Make tables starting with a
627         hline work correctly.
628         (org-plot/gnuplot-script): Put commas at the end of each script
629         line.
631 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
633         * org.el (org-get-refile-targets): Replace links with their
634         descriptions
635         (org-imenu-get-tree): Replace links with their descriptions.
637         * org-remember.el (org-remember-apply-template): Add a new
638         expansion for adding properties to remember items.
640         * org.el (org-add-log-setup): Skip over drawers (properties,
641         clocks etc) when adding notes.
643         * org-agenda.el (org-agenda-get-closed): show durations of clocked
644         items as well as the start and end times.
646         * org-compat.el (org-get-x-clipboard-compat): Add a compat
647         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
649         * org-remember.el (org-get-x-clipboard): Use the compat
650         function to get clipboard values when x-selection-value is
651         unavailable. Use substring-no-properties instead of
652         set-text-properties to remove text properties from the clipboard
653         value.
655         * lisp/org-clock.el (org-update-mode-line): Support limiting the
656         modeline clock string, and display the full todo value in the
657         tooltip. Set a local keymap so mouse-3 on the clock string goes to
658         the currently clocked task.
659         (org-clock-string-limit): Add a custom value for the maximum
660         length of the clock string in the modeline.
661         (org-clock-mode-map): Add a keymap for the modeline string
663 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
665         * org-compat.el (org-propertize): New function.
667 2008-09-20  Bastien Guerry  <bzg@altern.org>
669         * org-export-latex.el (org-export-latex-tables): protect exported
670         tables from further special chars conversion.
671         (org-export-latex-preprocess): Preserve LaTeX environments.
672         (org-list-parse-list): Parse descriptive lists.
673         (org-list-to-generic, org-list-to-latex, org-list-to-html)
674         (org-list-to-texinfo): Export descriptive lists.
675         (org-quote-chars): Remove.
676         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
677         (org-export-latex-list-beginning-re): Rename to
678         `org-list-beginning-re'
679         (org-list-item-begin): Rename to `org-list-item-beginning'
681 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
683         * org.el (org-refile): Allow refiling to the last entry in the
684         buffer.
685         (org-get-tags-at): Fix bug when inheritance is turned off.
687 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
689         * org.el (org-indent-line-function): No longer check for src
690         regions, this is too much overhead.
692         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
693         matching.
695         * org.el (org-scan-tags): Make sure that tags matching is not case
696         sensitive.  TODO keyword matching is case sensitive, however, to
697         avoid confusion with similar words that are not meant to be
698         keywords.
700 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
702         * org.el (org-get-local-tags-at): New function.
703         (org-get-local-tags): New function.
705         * org-exp.el (org-export-get-categories): New function.
707         * org-agenda.el (org-sorting-choice)
708         (org-agenda-sorting-strategy, org-agenda-get-todos)
709         (org-agenda-get-timestamps, org-agenda-get-deadlines)
710         (org-agenda-get-scheduled, org-agenda-get-blocks)
711         (org-entries-lessp): Implement sorting by TODO state.
712         (org-cmp-todo-state): New defsubst.
714         * org-colview.el (org-colview-construct-allowed-dates): New
715         function.
716         (org-columns-next-allowed-value): Use
717         `org-colview-construct-allowed-dates'.
719         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
720         function.
721         (org-columns-next-allowed-value): Use
722         `org-colview-construct-allowed-dates'.
724 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
726         * org.el (org-protect-slash): New function.
727         (org-get-refile-targets): Use `org-protect-slash'.
729         * org-agenda.el (org-global-tags-completion-table): New variable.
731         * org-exp.el (org-export-handle-export-tags): New function.
732         (org-export-preprocess-string): Call
733         `org-export-handle-export-tags'.
735         * org-plot.el: New file.
737         * org-publish.el (org-publish-expand-components): Function removed.
738         (org-publish-expand-projects): Allow components to have components.
740 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
742         * org.el (org-indent-line-function): Do not indent in regions that
743         are external source code.
744         (org-yank-and-fold-if-subtree): New function.
746         * org-agenda.el (org-agenda-todayp): New function.
747         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
748         `org-agenda-todayp'.
750         * org.el (org-insert-heading-respect-content)
751         (org-insert-todo-heading-respect-content): New commands.
752         (org-insert-heading-respect-content): New option.
753         (org-insert-heading): Respect `org-insert-heading-respect-content'.
755         * org-clock.el (org-clock-find-position): Make sure the note after
756         the clock line gets moved into the new clock drawer.
758 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
760         * org-id.el (org-id-new): New option.
762 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
764         * org-table.el (org-table-copy-down): Avoid overflow during
765         increment.  Use prefix argument 0 to temporarily disable the
766         increment.
768 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
770         * org-exp.el (org-export-as-html): Do not turn on the major mode
771         if the buffer will be killed anyway.
772         (org-get-current-options): Exclude the #+TEXT field.
773         (org-export-as-html): Make sure text before the first headline is
774         a paragraph.
776         * org-publish.el (org-publish-org-to): Tell the exporter that this
777         buffer will be killed, so it is not necessary to do major mode
778         initialization.
780         * org-archive.el (org-archive-to-archive-sibling): Show empty
781         lines after folding the archive sibling.
783         * org.el (org-log-note-extra): New variable.
785 2008-09-05  Bastien Guerry  <bzg@altern.org>
787         * org.el (org-additional-option-like-keywords): Added keywords for
788         the _QUOTE, _VERSE and _SRC environments.
790         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
791         exporting _QUOTE and _VERSE environments.
793 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
795         * org-agenda.el (org-agenda-filter-by-tag): New command.
797         * org-exp.el (org-get-current-options): Remove angular brackets
798         from the date entry.
800         * org.el (org-edit-fixed-width-region): New function.
801         (org-edit-fixed-width-region): Also try
802         `org-edit-fixed-width-region'.
803         (org-edit-fixed-width-region-mode): New option.
804         (org-activate-code): Only interprete lines starting with colon
805         plus a space as example lines.
807         * org-remember.el (org-remember-templates): Add nil instead of
808         empty strings to fix the length of remember templates.
810         * org-table.el (org-calc-default-modes): Fix the time format for
811         calc, from 12 hour to 24 hour clock.
813 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
815         * org-agenda.el (org-agenda-get-deadlines)
816         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
817         entries that are pre-warnings of deadlines or reminders.
819         * org.el (org-sort-entries-or-items): Make numeric and alpha
820         comparisons ignore any TODO keyword and priority cookie.
822         * org-remember.el (org-remember-handler): Reinterpretation of the
823         prefix argument.
825 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
827         * org-agenda.el (org-agenda-get-scheduled): Use new
828         `org-scheduled' face.
830         * org-faces.el (org-scheduled): New face.
832         * org-wl.el (org-wl-open): Remove incorrect declaration.
834         * org-gnus.el (org-gnus-store-link): Support for :to information
835         in gnus links.
837         * org-exp.el (org-export-as-html): Fixed typo in creator
838         information.
839         (org-export-protect-examples): New parameter indent.  Insert extra
840         spaces only when this parameter is specified.
841         (org-export-preprocess-string): Call `org-export-protect-examples'
842         with an indentation parameter when exporting to ASCII.
844         * org-remember.el (org-remember-templates)
845         (org-remember-apply-template): Allow the file component to be a
846         function.
848         * org.el (org-goto-local-search-headings): Renamed from
849         `org-goto-local-search-forward-headings'.  Added the possibility
850         to search backwards.
852 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
854         * org-export-latex.el (org-export-latex): New customization
855         group.
857         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
859 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
861         * org-exp.el (org-html-do-expand): Allow {} to terminate
862         tex macro
864 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
866         * org.el (org-buffer-list): Select buffers based on major mode,
867         not on file name.
869 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
871         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
872         face property.
874         * org-colview.el (org-columns-display-here): Use
875         `org-columns-modify-value-for-display-function'.
877         * org-colview-xemacs.el (org-columns-display-here): Use
878         `org-columns-modify-value-for-display-function'.
880 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
882         * org.el (org-columns-modify-value-for-display-function): New option.
894         * org-publish.el (org-publish-file): Make sure the directory match
895         for the publishing directory works correctly.
897         * org-agenda.el (org-agenda-execute-calendar-command)
898         (org-agenda-diary-entry): Additional optional argument.
900 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
902         * org-exp.el (org-export-as-html): Add attributes also in mailto
903         and ftp links.
905         * org.el (org-autoload): Add `org-dblock-write:columnview'.
914 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
916         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
917         sure that calls from `org-export-region-as-html' do not do the
918         special check for a subtree.
920 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
922         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
924 2008-07-20  Juri Linkov  <juri@jurta.org>
926         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
927         new keymap `narrow-map' instead of binding "\C-xns".
929 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
931         * org.el (org-open-file): Use
932         `org-open-directory-means-index-dot-org'.
933         (org-open-directory-means-index-dot-org): New option.
935 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
937         * org.el (org-make-link-string): Remove link attributes from
938         description.
939         (org-open-at-point): Remove link attributes bevore using the path.
941         * org-exp.el (org-export-as-html): Handle link attributes.
943         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
945         * org-table.el (org-table-to-lisp): New function.
947         * org.el (org-narrow-to-subtree): Do not include the final newline
948         into the narrowed region.
950         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
951         bug with user-define skipping condition.
953 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
955         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
957 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
959         * org-exp.el (org-export-html-style-default): Automatic overflow
960         handling for pre fields.
961         (org-export-as-ascii, org-export-as-html): Change default format
962         for time stamp.
964         * org-table.el (org-table-export): Offer completion for translator
965         functions, and do not require a heading above the table.
967         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
968         Cater for the case of a list starting in the first line of the
969         buffer.
971 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
973         * org-publish.el (org-publish-find-title): Bug fix.
974         (org-publish-org-index): Implement new :index-style option.
976 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
978         * org-publish.el (org-publish-timestamp-filename): Use
979         SHA1-encoded file names in the timestamp directory.
981 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
983         * org-publish.el (org-publish-needed-p): Be verbose about files
984         published and files skipped.
986         * org-exp.el (org-export-preprocess-string): Swap link
987         normalization and inernal link targeting.
989         * org-publish.el (org-publish-needed-p): Create timestamp
990         directory when it does not exist.
992 2008-07-04  Bastien Guerry  <bzg@altern.org>
994         * org-clock.el (org-clock-out-when-done): Doc fix.
996         * org.el (org-agenda-skip-unavailable-files): Doc fix.
998         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
999         Ignore case when searching for the COMMENT cookie at export time.
1001 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1003         * org-exp.el (org-get-file-contents)
1004         (org-get-and-remove-property): New functions.
1005         (org-export-handle-include-files): Handle the new prefix options.
1006         (org-export-as-html): Fix the verse environment.
1008 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1010         * org.el (org-time=, org-time<, org-time<=, org-time>)
1011         (org-time>=, org-time<>, org-2ft): New functions.
1012         (org-op-to-function): Also provide for the time testing fucntions.
1014 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1016         * org-exp.el (org-export-html-style-default): New constant.
1018 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1020         * org-exp.el (org-export-html-style-extra): New variable.
1021         (org-export-splice-style): New function.
1023 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1025         * org-exp.el (org-export-plist-vars, org-export-as-html):
1026         Implement `org-export-creator-info'.
1027         (org-export-creator-info): New option.
1029 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1031         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1032         (org-property-drawer-re, org-clock-drawer-re): New constants.
1034 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1036         * org-exp.el (org-icalendar-use-deadline)
1037         (org-icalendar-use-scheduled): New options.
1038         (org-icalendar-include-todo): Default changed to t.
1039         (org-print-icalendar-entries): Implement better utilization of
1040         scheduling and deadline time stamps.
1041         (org-export-target-internal-links, org-export-as-html): Allow file
1042         lines without the "file:" prefix if the file path is an absolute
1043         path or starts with ".".
1045         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1046         lastweek etc.
1047         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1049 2008-06-18  Glenn Morris  <rgm@gnu.org>
1050         * org.el (org-map-entries): Let-bind `file'.
1052 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1054         * org.el (org-agenda-skip-archived-trees): Docstring now
1055         discourages using this.
1056         (org-scan-tags): Check for org-agenda-archives-mode.
1057         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1058         (org-agenda-files): Functionality of second arg changed.
1060         * org-agenda.el (org-agenda-archives-mode): New variable
1061         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1062         (org-search-view, org-todo-list, org-tags-view)
1063         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1064         `ifmode' argument.
1065         (org-agenda-quit): Reset the archives mode.
1066         (org-agenda-archives-mode): New command.
1067         (org-agenda-set-mode-name): Include archives info.
1069 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1071         * org.el (org-paste-subtree): Make sure the yanked headline is
1072         visible if it was yanked at a visible point.
1073         (org-move-item-up): Fix the bug with moving white space at the end
1074         of the item.
1075         (org-show-empty-lines-in-parent): New function.
1077 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1079         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1081         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1083         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1084         agenda prefix as well.
1086         * org-publish.el (org-publish-org-index): Make a properly indented
1087         list.
1089         * org.el (org-calendar-agenda-action-key): New option.
1090         (org-get-cursor-date): New function.
1091         (org-mark-entry-for-agenda-action): New command.
1092         (org-overriding-default-time): New variable.
1093         (org-read-date): Respect `org-overriding-default-time'.
1095         * org-remember.el (org-remember-apply-template): Respect the
1096         ovverriding default time.
1098         * org-agenda.el (org-agenda-action-marker): New variable.
1099         (org-agenda-action): New command.
1100         (org-agenda-do-action): New function.
1102 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1104         * org.el (org-schedule, org-deadline): Protect scheduled and
1105         deadline tasks against changes that accidently remove the
1106         repeater.  Also show a message with the new date when done.
1108 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1110         * org.el (org-beginning-of-line): Cater for the case when there
1111         are tags but no headline text.
1112         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1113         it set.
1115 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1117         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1118         the return value is nil instead of "nil" when there is no match.
1120         * org-exp.el (org-insert-centered): Use fill-column instead of
1121         80.
1122         (org-export-as-ascii): Use string-width to measure the width of
1123         the heading.
1125         * org.el (org-diary-to-ical-string): No longer kill buffer
1126         FROMBUF, this is now done by the caller.
1128         * org-exp.el (org-print-icalendar-entries): Move the call to
1129         `org-diary-to-ical-string' out of the loop, and kill the buffer
1130         afterwords.
1132         * org-remember.el (org-remember-visit-immediately): Position
1133         cursor after moving to the note.
1134         (org-remember-apply-template): Use a text property to record the
1135         cursor position.
1136         (org-remember-handler): Align tags after pasting the note.
1138 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1140         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1142         * org-agenda.el (org-agenda-open-link): If there is an
1143         org-bbdb-name property in the current line, jump to that bbdb
1144         entry.
1146         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1147         text property, so that the agenda knows where this entry comes
1148         from.
1150         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1151         interaction between clocking-in from the agenda, and  automatic
1152         task state switching.
1154         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1156         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1157         zmacs-region stays after this command in XEmacs.
1159 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1161         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1163         * org-remember.el (org-remember-templates): Fix bug in
1164         customization type definition.
1166         * org.el (org-map-entries): New function.
1168 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1170         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1171         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1173 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1175         * org-remember.el (org-jump-to-target-location): New variable.
1176         (org-remember-apply-template): Set
1177         `org-remember-apply-template' if requested by template.
1178         (org-remember-handler): Start an idle timer to jump to
1179         remember location.
1181         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1183         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1184         file tags.
1185         (org-get-tags-at): Add the content of `org-file-tags'.
1187         * org-exp.el (org-export-handle-comments): Fix bug with several
1188         comment lines after each other.
1189         (org-number-to-roman, org-number-to-counter): New functions.
1190         (org-export-section-number-format): New option.
1192 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1194         * org-exp.el (org-export-protect-examples): Catch the case of a
1195         missing end_example line.
1197         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1198         `org-file-tags' to nil.
1200         * org-colview.el (org-columns-next-allowed-value): Handle next
1201         argument NTH to directly select a value.
1203         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1204         argument NTH to directly select a value.
1206 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1208         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1210 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1212         * org.el (org-columns-ellipses): New option.
1214 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1216         * org-colview.el (org-columns-add-ellipses): New function.
1217         (org-columns-compact-links): New function.
1218         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1219         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1220         when in agenda.
1221         (org-columns-edit-value): Fixed bug with editing values from
1222         agenda column view.
1223         (org-columns-redo): Also redo the agenda itself.
1225 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1227         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1228         option.
1230         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1232         * org-exp.el (org-export-ascii-preprocess): Renamed from
1233         `org-export-ascii-clean-string'.
1234         (org-export-kill-licensed-text)
1235         (org-export-define-heading-targets)
1236         (org-export-handle-invisible-targets)
1237         (org-export-target-internal-links)
1238         (org-export-remove-or-extract-drawers)
1239         (org-export-remove-archived-trees)
1240         (org-export-protect-quoted-subtrees)
1241         (org-export-protect-verbatim, org-export-protect-examples)
1242         (org-export-select-backend-specific-text)
1243         (org-export-mark-blockquote-and-verse)
1244         (org-export-remove-comment-blocks-and-subtrees)
1245         (org-export-handle-comments, org-export-mark-radio-links)
1246         (org-export-remove-special-table-lines)
1247         (org-export-normalize-links)
1248         (org-export-concatenate-multiline-links)
1249         (org-export-concatenate-multiline-emphasis): New functions,
1250         obtained from spliiting the export preprocessor.
1252         * org-table.el (org-table-recalculate): Improve error message if
1253         the row number is invalid.
1255 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1257         * org-archive.el (org-archive-save-context-info): Fix bugs in
1258         customization setup and docstring.
1260         * org-exp.el (org-export-html-style): Changed the size of in the
1261         <pre> element to 90%.
1263 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1265         * org.el (org-find-src-example-start): Function removed.
1266         (org-edit-src-find-region-and-lang): New function.
1268 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1270         * org.el (org-edit-src-exit): New function.
1271         (org-exit-edit-mode): New minor mode.
1273         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1274         comment-like lines from protected examples.
1276         * org.el (org-edit-src-example, org-find-src-example-start)
1277         (org-protect-source-example, org-edit-special): New functions.
1279 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1281         * org-publish.el (org-publish-project-alist): Fix typo in
1282         docstring.
1283         (org-publish-project-alist): Handle :index-title property.
1285 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1287         * org-export-latex.el (org-export-as-latex): Make sure region
1288         bounds are correct.  Parse subtree properties relating to export.
1290         * org-exp.el (org-export-add-options-to-plist): New function.
1291         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1293 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1295         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1296         EXPORT_TITLE.
1298         * org-exp.el (org-export-get-title-from-subtree)
1299         (org-export-as-ascii, org-export-as-html): Make sure the original
1300         region-beginning and region-end are used, even after moving
1301         point.
1302         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1303         property.
1305         * org-remember.el (org-remember-last-stored-marker): New variable.
1306         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1307         (org-remember-handler): Also use marker to remember
1308         last-stored position.
1310         * org.el (org-goto-marker-or-bmk): New function.
1312 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1314         * org.el (org-file-properties): Renamed from `org-local-properties'.
1315         (org-scan-tags): Take file tags into account.
1316         (org-tags-match-list-sublevels): Default changed to t.
1318         * org-exp.el (org-export-as-html): Close paragraph after a
1319         footnote.
1321         * org.el (org-update-parent-todo-statistics): New function.
1323         * org-exp.el (org-icalendar-store-UID): New option.
1324         (org-icalendar-force-UID): Option removed.
1325         (org-print-icalendar-entries): IMplement UIDs.
1327 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1329         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1331 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1333         * org-faces.el (org-column): Document how this face is being used
1334         and why sometimes the background faces shine through.
1336         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1338         * org-publish.el (org-publish-attachment): Create publishing
1339         directory if it does not yet exist.
1341         * org-table.el (org-calc-default-modes): Change default number
1342         format to (float 8).
1344         * org.el (org-olpath-completing-read): New function.
1345         (org-time-clocksum-format): New option.
1346         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1348         * org-clock.el (org-clock-display, org-clock-out)
1349         (org-update-mode-line): Use `org-time-clocksum-format'.
1351         * org-colview-xemacs.el (org-columns-number-to-string): Use
1352         `org-time-clocksum-format'.
1354         * org-colview.el (org-columns-number-to-string): Use
1355         `org-time-clocksum-format'.
1357 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1359         * org-id.el: New file, move from contrib to core.
1361         * org-exp.el (org-icalendar-force-UID): New option.
1363 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1365         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1366         shifted by one day if theere is a date range without an end
1367         time.
1369         * org.el (org-try-structure-completion): New function.
1371 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1373         * org.el (org-set-font-lock-defaults): Improve fontification of
1374         description lists.
1375         (org-insert-item): Handle description lists.
1376         (org-adaptive-fill-function): Improve auto indentation in
1377         description lists.
1379         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1380         Implement VERSE environment.
1381         (org-export-preprocess-string): Implement the COMMENT
1382         environment.
1384         * org-export-latex.el (org-export-latex-preprocess): Implement
1385         VERSE environment.
1387 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1389         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1390         option.
1392 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1394         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1396         * org.el (org-quote-csv-field): New functions.
1398         * org-table.el (org-table-export-default-format): Remove :splice
1399         from default format, we get the same effect by not specifying
1400         :tstart and :tend.
1401         (org-table-export): Improve setup, distinguish better between
1402         interactive and non-interactive use, allow specifying the format
1403         on the fly, better protection against wrong file names.
1404         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1405         and :tend when :splice is omitted.
1407 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1409         * org-clock.el (org-clock-select-task): Make sure the selection
1410         letters are 1-9 and A-Z, no special characters.
1412 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1414         * org-exp.el (org-export-htmlize): New group.
1415         (org-export-htmlize-output-type)
1416         (org-export-htmlize-css-font-prefix): New options.
1417         (org-export-htmlize-region-for-paste): New function.
1418         (org-export-htmlize-generate-css): New command.
1420 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1422         * org/org.el (org-modules, org-format-latex-options):
1423         * org/org-archive.el (org-archive-stamp-time)
1424         (org-archive-save-context-info):
1425         * org/org-faces.el (org-hide):
1426         * org/org-irc.el (org-irc-parse-link):
1427         * org/org-macs.el (org-call-with-arg, org-autoload):
1428         * org/org-mew.el (org-mew-store-link):
1429         * org/org-remember.el (org-remember-store-without-prompt)
1430         (org-remember-templates): Fix typos in docstrings.
1432         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1434         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1435         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1436         (org-bbdb-anniv-split): Fix typos in docstrings.
1438         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1439         (org-publish-use-timestamps-flag): Reflow docstring.
1440         (org-publish-files-alist): Fix typos in docstring.
1442 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1444         * org.el (org-set-visibility-according-to-property): New function.
1445         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1446         and compute the regular expressions, and update font-lock.
1447         (org-property-re): Allow a dash in property names.
1449         * org-archive.el (org-extract-archive-file): Insert the file name
1450         without the path into the format, to allow the location format to
1451         contain a subdirectory.
1453         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1454         of buffer, and the `org-agenda-type' property undefined, use the
1455         value from the character before.
1457         * org.el (org-add-planning-info): Don't let indentation for
1458         would-be timestamp become extra whitespace at the end of headline.
1460 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1462         * org.el (org-remove-double-quotes, org-file-contents): New
1463         functions.
1465         * org-exp.el (org-infile-export-plist): Also parse the
1466         contents of #+SETUPFILE files, recursively.
1468         * org.el (org-set-regexps-and-options): Also parse the
1469         contents of #+SETUPFILE files, recursively.
1471         * org-exp.el (org-export-handle-include-files): New function.
1472         (org-export-preprocess-string): Call
1473         `org-export-handle-include-files'.
1475         * org.el (org-delete-property-globally)
1476         (org-delete-property, org-set-property): Ignore case during
1477         completion.
1478         (org-set-property): Use `org-completing-read' instead of
1479         `completing-read'.
1481         * org.el (org-complete-expand-structure-template): New,
1482         experimental function.
1483         (org-structure-template-alist): New, experimental option.
1484         (org-complete): Call `org-complete-expand-structure-template'.
1486 2008-05-06  Bastien Guerry  <bzg@altern.org>
1488         * org-export-latex.el (org-export-latex-preprocess): Added
1489         support for blockquotes.
1491 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1493         * org.el (org-read-date-analyze): Catch the case where only a
1494         weekday is given.
1496 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1498         * org.el (org-set-font-lock-defaults): Make the description
1499         tag bold.
1501         * org-exp.el (org-export-as-html, org-close-li): Implement
1502         description lists.
1504 2008-05-04  Jason Riedy  <jason@acm.org>
1506         * org-table.el (*orgtbl-default-fmt*): New variable.
1507         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1508         when there is no other fmt available.
1510         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1511         :tend to suppress the appropriate string.
1513         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1514         table.
1516 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1518         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1519         read date.
1521         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1522         New function.
1524         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1525         New function.
1527 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1529         * org-clock.el (org-clock-find-position): Don't include notes
1530         into clock drawer.
1532         * org-archive.el (org-archive-subtree): No longer remove an
1533         extra line after cutting the subtree.  `org-cut-subtree' already
1534         takes care of this.
1536         * org-remember.el (org-remember-handler): Only kill the target
1537         buffer if it does not contain the running clock.
1539         * org.el (org-markers-to-move): New variable.
1540         (org-save-markers-in-region, org-check-and-save-marker)
1541         (org-reinstall-markers-in-region): New function.
1542         (org-move-subtree-down, org-copy-subtree): Remember relative
1543         marker positions before cutting.
1544         (org-move-subtree-down, org-paste-subtree): Restore relative
1545         marker positions after pasting.
1547         * org-remember.el (org-remember-clock-out-on-exit): New option.
1548         (org-remember-finalize): Clock out only if the setting in
1549         `org-remember-clock-out-on-exit' requires it.
1550         (org-remember-handler): Do the cleanup in the buffer, to make sure
1551         that the clock marker remains in tact.
1553 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1555         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1556         (org-clock-in): Make sure that also tasks outside the narrowed
1557         region will be clocked in correctly.
1558         (org-clock-insert-selection-line): Widen the buffer so that we can
1559         find the correct task heading.
1561         * org.el (org-base-buffer): New function.
1563         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1564         and ";" are escaped.
1565         (org-print-icalendar-entries): Also apply
1566         `org-icalendar-cleanup-string' to the headline, not only to the
1567         summary property.
1569 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1571         * org-exp.el (org-export-preprocess-hook): New hook.
1572         (org-export-preprocess-string): Call
1573         `org-export-preprocess-hook'.
1575         * org.el (org-font-lock-hook): New variable.
1576         (org-font-lock-hook): New function.
1577         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1579 ;; Local Variables:
1580 ;; coding: utf-8
1581 ;; add-log-time-zone-rule: t
1582 ;; End:
1584     Copyright (C) 2008  Free Software Foundation, Inc.
1586   This file is part of GNU Emacs.
1588   GNU Emacs is free software: you can redistribute it and/or modify
1589   it under the terms of the GNU General Public License as published by
1590   the Free Software Foundation, either version 3 of the License, or
1591   (at your option) any later version.
1593   GNU Emacs is distributed in the hope that it will be useful,
1594   but WITHOUT ANY WARRANTY; without even the implied warranty of
1595   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1596   GNU General Public License for more details.
1598   You should have received a copy of the GNU General Public License
1599   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1601 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c