Integrate changes from downstream Emacs.
[org-mode.git] / lisp / ChangeLog
blob77c0e4f091d84e9d1ecc09f6fb3a86a7d35527ef
1 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-scan-tags): Rescan for tags, to get the correct
4         upcase/downcase stuff.  This slows things down for now, but it
5         works.
6         (org-mode): Make sure the tag-faces regexp is initialized.
8         * org-export-latex.el (org-export-latex-links): Fix bug with
9         undefined label.
11         * org-table.el (org-table-get-specials): Set
12         `org-table-current-last-data-line'.
13         (org-table-current-last-data-line): New variable.
14         (org-table-insert-column, org-table-delete-column)
15         (org-table-move-column, org-table-fix-formulas): Call
16         `org-table-fix-formulas' a second time to fix the $LR references.
17         (org-table-get-specials): Add the $LR references to the tables.
18         (org-table-get-formula): Do not offer last-row names as LHS of
19         formulas.
21         * org.el (org-store-link): Capture link description from
22         `org-id-store-link'.
24         * org-exp.el (org-export-html-format-image): Add the / to the end
25         of the <img> tag.
26         (org-export-format-source-code): Surround example by empty lines,
27         to make sure it will not be inside a paragraph.
29         * org.el (org-ido-switchb): New function.
31 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
33         * org-agenda.el (org-agenda-show): New prefix argument
34         FULL-ENTRY.
36         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
37         argument.
39         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
40         `org-agenda-change-all-lines'.
41         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
42         tags are now retrieved locally.
44 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org.el (org-get-outline-path): Fix bug if level is not given.
47         (org-org-menu): Do not quote function in menu vector.
49         * org-agenda.el (org-finalize-agenda): Fix typo with variable
50         name.
52 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
54         * org.el (org-refile): Avoid refiling to within the region to be
55         refiled.
57         * org-export-latex.el (org-export-latex-special-chars): Replace
58         special characters also in tables.
60         * org-agenda.el (org-agenda-change-all-lines): New argument
61         FORCE-TAGS.
62         (org-agenda-set-tags): Cet the new tags and pass them to
63         `org-format-agenda-item'.
65 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
67         * org-export-latex.el (org-export-latex-classes): Add longable as
68         a default package to all classes.
69         (org-export-latex-tables): Handle the longtable attribute and the
70         align attribute.
72         * org-table.el (orgtbl-to-generic): Handle tables that start with
73         a hline.
75         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
76         \verb for colde-like snippets.
77         (org-export-as-latex): Fix issues with region export.
79         * org.el (org-up-heading-safe): Speed up function by using a
80         direct regexp search.
81         (org-olpa): New variable.
82         (org-get-outline-path): Speed-up path constructions in cases where
83         this is possible because the entire hierarchy is scanned anyway.
84         (org-refile-get-location): Don't compare the truenames of files,
85         this is too slow.
86         (org-goto-max-level): New option.
87         (org-goto): Use `org-goto-max-level'.
89 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
91         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
92         Strip angle brackets from message-ids in the former and don't do
93         it in the latter.
94         (org-gnus-follow-link): Open summary reliable, even if the last
95         messages were deleted, and handle empty groups, too.
97 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
99         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
100         instead of \texttt for the =...= and ~===~ emphasis environments.
101         (org-export-as-latex): Remove any old :org-license-to-kill text
102         properties.
103         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
104         (org-export-latex-make-header): Add some hard space after the
105         table of contents.
106         (org-export-latex-first-lines): Accept RBEG argument.  Mark
107         exported text so that it will be excuded in further steps.
109         * org-table.el (org-table-get-specials): Make @0 reference the
110         last line in a table.
111         (org-table-recalculate): Improve docstring.
113 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
115         * org.el (org-log-done): Fix docstring.
117 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org-exp.el (org-export-html-format-image): Fix bugs.
121         * org-export-latex.el (org-export-latex-tables)
122         (org-export-latex-links): Implement attribute, label, and caption
123         handling.
125         * org-exp.el (org-export-html-style-default): Add style
126         definitions for the figure div.
127         (org-export-preprocess-string, org-export-as-html): Implement
128         attribute, label, and caption handling.
129         (org-export-attach-captions-and-attributes): New function.
130         (org-export-html-format-image): New function.
131         (org-format-org-table-html): Implement attribute, label, and
132         caption handling.
134         * org.el (org-find-text-property-in-string): New function.
135         (org-extract-attributes): Use the property org-attr instead of
136         org-attrobutes, because this property is now set with the #+ATTR
137         lines.
139 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
142         the case that FROM is nil.
144         * org.el (org-before-first-heading-p): New function.
146 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org-exp.el (org-export-as-html): Do not add a space before
149         enforces line breaks.
150         (org-export-as-html): Close paragraph before blockquote and verse
151         tags.
153 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
155         * org-id.el (org-id-locations-file): Wrap file name with
156         `convert-standard-filename'.
157         (org-id-files): New variable.
158         (org-id-use-hash): New option.
159         (org-id-update-id-locations): Also search in all files current
160         listed in `org-id-files'.  Convert the resulting alist to a hash
161         if the user customation says so.
162         (org-id-locations-save): Handle he case if `org-id-locations' is a
163         hash.
164         (org-id-locations-load): Convert the alist to a hash.
165         (org-id-add-location): Handle the hast case.
166         (kill-emacs-hook): Make sure id locations are saved when Emacs is
167         exited.
168         (org-id-hash-to-alist, org-id-alist-to-hash)
169         (org-id-paste-tracker): New functions.
171 -------------------------------------------------------------------------
173 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
175         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
176         bindings of calendar variables.
178         * org-table.el (org-table-find-row-type): Renamed from
179         `org-find-row-type'.
180         (org-table-rewrite-old-row-references): Renamed from
181         `org-rewrite-old-row-references'.
182         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
183         (org-table-cleanup-narrow-column-properties): Renamed from
184         `org-cleanup-narrow-column-properties'.
186 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
188         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
189         for better error messages.
190         (org-table-get-descriptor-line): Supply the new arguments to
191         `org-find-row-type'.
192         (org-table-error-on-row-ref-crossing-hline): New option.
194         * org.el (org-target-link-regexp): Make buffer-local.
195         (org-move-subtree-down): Fix bug with trees at beginning of
196         buffer.
198 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
200         * org-faces.el (org-set-tag-faces): New function.
201         (org-tags-special-faces-re): New variable.
203         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
205         * org-faces.el (org-tag-faces): New option.
206         (org-tag): Mention `org-tag-faces' in the docstring.
208 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
210         * org-exp.el (org-export-html-style-default): Implement new
211         quoting.
213         * org-jsinfo.el (org-infojs-template): Implement new quoting.
215         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
216         command to the `w3m-minor-mode-map'.
218         * org-archive.el (org-archive-to-archive-sibling): Protect
219         `this-command' to avoid appending kills during archiving.
221         * org-exp.el (org-export-with-priority): New variable.
222         (org-export-add-options-to-plist): Use `org-export-plist-vars'
223         instead of internal list of strings and properties.
224         (org-print-icalendar-entries): Retrieve the location property with
225         inheritance.
227 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
229         * org-exp.el (org-export-with-todo-keywords): New option.
230         (org-export-plist-vars): Include also the keys for the #+OPTIONS
231         line.
232         (org-default-export-plist, org-export-add-options-to-plist)
233         (org-export-as-ascii, org-export-as-html): Use the new structure
234         of `org-export-plist-vars'.
236         * org.el (org-map-entries): Return all values.
238 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
240         * org.el (org-matcher-time): Recognize more special values.
242         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
244 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org.el (org-tags-exclude-from-inheritance): New option.
247         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
248         `org-tags-exclude-from-inheritance'.
250         * org-agenda.el (org-agenda-show-inherited-tags): New option.
251         (org-format-agenda-item): Add inherited tags to the agenda line
252         string, and make sure that properties are kept when downcasing the
253         tags list.
254         (org-agenda-add-inherited-tags): New function.
255         (org-downcase-keep-props): New function.
257         * org.el (org-scan-tags): Mark inherited tags with a text
258         property.
259         (org-get-tags-at): Mark inherited tags with a text property.
260         (org-add-prop-inherited): New function.
262         * org-agenda.el (org-agenda-add-inherited-tags): New function.
263         (org-agenda-show-inherited-tags): New option.
265 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
267         * org.el (org-modules): Add org-w3m to the default modules.
269         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
270         orgtbl-mode.
271         (orgtabl-create-or-convert-from-region): New command.
273         * org-exp.el (org-export-as-ascii): Remove the handling of
274         targets.
275         (org-export-ascii-preprocess): Handle targets already in this
276         function.
278 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
280         * org-timer.el (org-timer-start-time): Define this variable.
281         (org-timer-item): Make argument optional.
283         * org-list.el (org-insert-item): Automatically insert a timer item
284         if the current list is a timer list.
286         * org-timer.el: New file.
288         * org-publish.el (org-publish-org-index): Only exclude the index
289         file in the main directory from being added to the site-map.
290         (org-publish-get-project-from-filename): If the current project is
291         a component, start publishing from the parent project.
293 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
295         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
297         * org-publish.el (org-publish-org-index): Improve removal of
298         temporary buffers.
300         * org-agenda.el (org-get-closed): Re-apply changes
301         accidentially overwritten by last commit to Emacs.
303         * org.el (org-outline-path-complete-in-steps): New option.
304         (org-refile-get-location): Honor
305         `org-outline-path-complete-in-steps'.
306         (org-agenda-change-all-lines, org-tags-sparse-tree)
307         (org-time-string-to-absolute, org-small-year-to-year)
308         (org-link-escape): Re-apply changes accidentially overwritten
309         by last commit to Emacs.
311 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
313         * org-clock.el (org-dblock-write:clocktable): Make sure the
314         clocktable sees the first line.
315         (org-clock-in): Warn if the clock cannot be resumed.
317 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
319         * org.el (org-open-at-point): Fix mixup about interactive and
320         non-interactive elisp links.
322 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-exp.el (org-export-preprocess-string): Allow one comment
325         line before the first headline to always be included.  This is
326         to not miss a commented target.
328         * org-mouse.el (org-mouse-insert-item): Call
329         `org-indent-to-column' instead of `indent-to', for XEmacs
330         compatibility.
332         * org.el (org-refile-targets): Fix customize definition so
333         that it works also in XEmacs.
334         (org-fixup-indentation): Call `org-indent-to-column' instead
335         of `indent-to', for XEmacs compatibility.
337 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
339         * org-mew.el (org-mew-store-link): Get the correct case folder
340         for refiled messages.
342 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
345         line break indicators.
347         * org.el (org-ido-completing-read): Remove the "i:" prefix for
348         ido-completion propts.
350 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
352         * org-remember.el (org-remember-apply-template): Use
353         `org-substring-no-properties'.
355         * org-compat.el (org-substring-no-properties): New function.
357         * org-remember.el (org-remember-apply-template): Use
358         `org-substring-no-properties' for compatibility.
360         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
361         option.
362         (org-fix-bullet-type): respect
363         `org-list-two-spaces-after-bullet-regexp'.
365         * org-clock.el (org-clock-load): Clean up the code.
367         * org.el (org-adaptive-fill-function): Allow two spaces after
368         "1." as a list bullet.
370 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
372         * org-clock.el (org-clock-save, org-clock-load): Check for
373         live buffers, existing files, and buffer file names to ensure
374         consistent information.
375         (org-clock-persist): Make `clock' a special value of this
376         variable, and improve docstring.
378         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
379         (org-get-string-indentation): Adapt indentation when the bullet
380         width changes.
382 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
384         * org-remember.el (org-remember-finalize): Make interactive.
385         (org-remember-kill): New command.
386         (org-remember-finish-immediately): Call `org-remember-finalize'
387         directly.
388         (org-remember-finalize): Make `org-remember-finalize' an interactive
389         function.
391 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
393         * org-remember.el (org-remember-apply-template): No ido completion
394         for free prompts in remember templates.
395         (org-remember-before-finalize-hook): New hook.
396         (org-remember-mode): New minor mode.
397         (org-remember-apply-template): Turn on `org-remember-mode'.
399         * org-id.el (org-id-add-location): Avoid error when no file is
400         given.
402         * org-remember.el (org-remember-apply-template): Fix the way how
403         the list of allowed properties is retrieved from the target file.
405         * org.el (org-insert-link): Improve file link matching.
407 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org-colview.el (org-columns-display-here): New argument
410         DATELINE, to trigger using the new face.
411         (org-agenda-colview-summarize): Call `org-columns-display-here'
412         with the new argument.
414         * org-faces.el (org-agenda-column-dateline): New face.
416         * org-publish.el (org-publish-org-index): Use index-title at page
417         title, not as section.
419         * org-exp.el (org-export-html-format-desc): Respect the
420         org-protect property.
421         (org-export-as-html): Protect image specifiers that are in the
422         description part of a link.
424         * org.el (org-sort-entries-or-items, org-completing-read)
425         (org-refile-get-location, org-olpath-completing-read, org-todo)
426         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
427         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
428         (org-set-property, org-delete-property)
429         (org-delete-property-globally): Use `org-ido-completing-read'.
431         * org-remember.el (org-remember-apply-template): Use
432         `org-ido-completing-read'.
434         * org-publish.el (org-publish): Use `org-ido-completing-read'.
436         * org-colview.el (org-columns-edit-value, org-columns-new)
437         (org-insert-columns-dblock): Use `org-ido-completing-read'.
439         * org-colview-xemacs.el (org-columns-edit-value)
440         (org-columns-new, org-insert-columns-dblock): Use
441         `org-ido-completing-read'.
443         * org-attach.el (org-attach-delete-one, org-attach-open): Use
444         `org-ido-completing-read'.
446         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
447         `org-ido-completing-read'.
449         * org.el (org-time-today): New function.
450         (org-matcher-time): Use `org-time-today'.  Add special treatment
451         for "<tomorrow>" and "<yesterday>".
452         (org-ido-completing-read): New function.
453         (org-completion-use-ido): New option.
455         * org-exp.el (org-export-format-source-code): Fix bug in require
456         htmlize code.
457         (org-export-target-internal-links): Fix bug in search for text
458         property.
460 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org-export-latex.el (org-export-latex-subcontent): Interprete
463         target aliases as additonal labels.
465         * org-exp.el (org-export-target-aliases): New variable.
466         (org-export-preprocess-string)
467         (org-export-handle-invisible-targets): Fill the alias alist.
468         (org-export-as-html): Remove the &nbsp; from the anchor, and also
469         assign an id.
470         (org-html-level-start): Insert the target aliases as additonal
471         anchors.
473         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
474         picture area.
476 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
478         * org.el (org-open-at-mouse): Ensure correct link abbreviations
479         when following a link with the mouse from the agenda.
481         * org-exp.el (org-export-as-html): Avoid lone </div> when no
482         headlines are created.
484 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
486         * org-exp.el (org-export-preprocess-string): Reorder so that we
487         can still see ID properties when we collect targets.
488         (org-export-target-internal-links): Also store targets for ID's.
490         * org.el (org-link-translation-function): New option.
491         (org-open-at-point): Call `org-link-translation-function' if
492         non-nil.
493         (org-translate-link): New function.
494         (org-translate-link-from-planner): New function.
495         (org-open-at-point): Allow interactive commands in elisp links.
497         * org-exp.el (org-icalendar-cleanup-string): Restore the old
498         iCalendar quoting.  The new one seems to caus problems with
499         applications.
501         * org.el (org-yank): Set `this-command' to `yank', so that
502         `yank-pop' will work.
504 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
506         * org-id.el (org-id-search-archives): New option.
508         * org.el (org-link-to-org-use-id): New option.
509         (org-store-link): Use `org-link-to-org-use-id'.
510         (org-id): Make org-id.el a standard component.
512 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
514         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
515         hexified version of the tag.
517         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
518         compliance as far as quoting is concerned.
520         * org-vm.el (org-vm-follow-link): Require `vm-search'.
522         * org.el (org-up-heading-safe, org-forward-same-level): Always
523         call `org-back-to-heading' instead of `outline-back-to-heading'.
524         (org-back-to-heading): New wrapper around outline-back-to-heading,
525         with a useful error message telling where the error happened.
527         * org-list.el (org-update-checkbox-count): Always call
528         `org-back-to-heading' instead of `outline-back-to-heading'.
530         * org-exp.el (org-export-as-html): Make sure that each <img> tag
531         has an `alt' attribute, to ensure XHTML validation.
533 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
535         * org-publish.el (org-publish-attachment): Allow publishing to
536         overwrite attachment files.
538         * org-agenda.el (org-agenda-timerange-leaders): New option.
539         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
541         * org.el (org-edit-src-exit): Untabify ASCII image before
542         returning.
555 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org.el (org-yank): Make any prefix force normal yanking.
558         Suppress folding if text would be swallowed into a folded
559         subtree.
560         (org-yank-folded-subtrees, org-yank): Docstring updates.
562         * org-agenda.el (org-agenda-compare-effort): Treat no effort
563         defined as 0.
565         * org-exp.el (org-export-language-setup): Add Catalan and
566         Esperanto language entries.
568 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
570         * org.el (org-refile): Allow refiling of entire regions.
572         * org-clock.el (org-clock-time%): New function.
574         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
575         retrieve property values.
577 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
579         * org-agenda.el (org-agenda-list): Handle the value `only' of
580         org-agenda-show-log'.
581         (org-agenda-log-mode): Interpret a double prefix arg.
583 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
585         * org-exp.el (org-export-html-footnotes-section): New variable.
586         (org-export-as-html): Use `org-export-html-footnotes-section' to
587         insert the footnotes.
588         (org-export-language-setup): Add "Footnotes" to language words.
590 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
592         * org.el (org-yank): Fix bug when not inserting a subtree.
594 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
596         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
597         instead of `vm-beginning-of-message'.
599         * org.el (org-make-link-regexps): Make sure that links to gnus can
600         contain brackets.
602 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
604         * org-attach.el (org-attach-dir): Remove duplicate ID creation
605         code.
607         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
608         shell output.
610         * org.el (org-link-abbrev-alist): Improve customization type.
612         * org-attach.el (org-attach-expand-link, org-attach-expand): New
613         functions.
615         * org-agenda.el (org-agenda-get-progress): Renamed from
616         `org-get-closed'.  Implement searching for state changes as well.
617         (org-agenda-log-mode-items): New option.
618         (org-agenda-log-mode): New option prefix argument, interpreted as
619         request to show all possible progress info.
620         (org-agenda-get-day-entries): Call `org-get-progress' instead of
621         `org-get-closed'.
622         (org-agenda-set-mode-name): Handle the more complex log mode
623         settings.
624         (org-get-closed): New alias, pointing to `org-get-progress'.
626 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
628         * org.el (org-file-apps-defaults-gnu)
629         (org-file-apps-defaults-macosx)
630         (org-file-apps-defaults-windowsnt): Add an entry defining the
631         system command.
632         (org-file-apps): Allow `system' as key and value.
633         (org-open-at-point): Explain the effect of a double prefix arg.
634         (org-open-file): If the argument `in-emacs' is (16),
635         i.e. corresponding to a double prefix argument, try to open the
636         file externally.
638 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
640         * org.el (org-insert-link): Abbreviate absolute files names in
641         links.  Also, fix a bug in which the double C-u prefix would not
642         be honored.
644 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
646         * org.el (org-insert-heading): If buffer does not end with a
647         newline, add one if necessary to insert headline correctly.
649         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
650         paragraphs, not inside.
652         * org.el (org-todo): Quote
653         `org-agenda-headline-snapshot-before-repeat'.
655         * org-exp.el (org-export-as-html): Fully process link descriptions.
656         (org-export-html-format-desc): New function.
657         (org-export-as-html): Collect footnotes into the correct basket.
658         (org-html-protect): No longer protect quotations marks here, this
659         goes wrong.
661         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
662         BEG.
664         * org-compat.el (org-fit-window-to-buffer): New function (not
665         really, a preliminary and incomplete version was present earlier,
666         but not used).
668         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
669         `org-fit-window-to-buffer'.
671         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
673         * org-agenda.el (org-agenda-get-restriction-and-command)
674         (org-fit-agenda-window, org-agenda-convert-date): Use
675         `org-fit-window-to-buffer'.
677         * org-exp.el (org-export-as-html): Process href links through
678         `org-export-html-format-href'.
679         (org-export-html-format-href): New function.
681         * org-agenda.el (org-agenda-todo): Update only the current
682         headline if this is a repeated TODO, marked done for today.
683         (org-agenda-change-all-lines): New argument JUST-THIS, to change
684         only the current line.
686         * org.el (org-todo): Take a snapshot of the headline if the
687         repeater might change it.
689 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
691         * org-publish.el (org-publish-find-title): Remove buffers visited
692         only for extracting the title.
694         * org-exp.el (org-export-html-style)
695         (org-export-html-style-default): Mark style definitions as
696         unparsed CDATA.
698         * org-publish.el (org-publish-validate-link): Function
699         re-introduced.
701 2008-11-02  Charles Sebold  <csebold@gmail.com>
703         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
704         property.
705         (org-plot-quote-timestamp-field): New function.
706         (org-plot-quote-tsv-field): Call timestamp field function when
707         necessary rather than just quoting as a string.
708         (org-plot/gnuplot-to-data): Pass in timefmt property.
709         (org-plot/gnuplot-script): Supports timefmt property.
710         (org-plot/gnuplot): Checks for timestamp column before checking
711         for text index column.
713 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
715         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
717         * org-publish.el (org-publish-org-index): Create a section in the
718         index file.
719         (org-publish-org-index): Stop linking to directories.
721         * org.el (org-emphasis-alist): Use span instead of <u> to
722         underline text.
724         * org-exp.el (org-export-as-html): Make sure <p> is closed before
725         <pre> sections.
727 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
729         * org-jsinfo.el (org-infojs-template): Remove language attribute
730         from script tag.
732 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
734         * org-agenda.el (org-agenda-remove-marked-text): New function.
735         (org-agenda-mark-filtered-text)
736         (org-agenda-unmark-filtered-text): New functions.
737         (org-write-agenda): Remove fltered text.
739         * org.el (org-make-tags-matcher): Give access to TODO "property"
740         without speed penalty.
742 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
744         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
745         option.
746         (org-store-link-props): Make sure adding to the plist works
747         correctly.
749         * org-gnus.el (org-gnus-no-new-news): New function.
750         (org-gnus-follow-link): Allow the article ID to be a message-id,
751         in addition to allowing article numbers.  Message IDs make much
752         more roubust links.
753         (org-gnus-store-link): Use message-id to create link.
755 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
757         * org.el (org-emphasize): Reverse the selection array.
758         (org-emphasis-alist): Set <code> tags for the verbatim
759         environment.
761         * org-remember.el (org-remember-handler): Fix bug with
762         prefix-related changing of the note storage target.
764         * org-exp.el (org-print-icalendar-entries): Make the exported
765         priorities compatible with RFC 2445.
767         * org-clock.el (org-clock-save): Insert time stamp without
768         dependence on time-stamp.el.
770 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
772         * org.el ("saveplace"): If saveplace puts point into an invisible
773         location, make it visible.
774         (org-make-tags-matcher): Allow inactive time stamps in time
775         comparisons.
776         (org-yank-adjusted-subtrees): New option.
777         (org-yank): Incorporate adjusting trees.
778         (org-paste-subtree): New argument FOR-YANK which will cause
779         insertion at point without backing up over white lines, and leave
780         point at the end of the inserted text.  Also if the cursor is
781         at the beginning of a headline, use the same level or the inserted
782         tree.
784         * org-publish.el (org-publish-get-base-files-1): Deal correctly
785         with broken symlinks
787 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
789         * org-exp.el (org-export-select-tags, org-get-current-options):
790         Fix typo.
792 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
794         * org-agenda.el (org-format-agenda-item)
795         (org-agenda-filter-make-matcher): Make sure tags are stored and
796         compared donwcased.
798 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
800         * org.el (org-insert-todo-heading): Fix bug with force-heading
801         argument.
803 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
805         * org-clock.el (org-clock-in-resume): Add a custom option to
806         toggle starting the clock from an open clock line.
807         (org-clock-in): When clocking in to an entry, if
808         `org-clock-in-resume' is set, check if the first clock line is
809         open and if so, start the clock from the time in the clock line.
810         (org-clock-persist): Add a custom option to toggle clock
811         persistence.
812         (org-clock-persist-query-save): Add a custom option to toggle
813         asking the user if they want to save the running clock when
814         exiting.
815         (org-clock-persist-query-resume): Add a custom option to toggle
816         asking the user if they want to resume the saved clock when Emacs
817         is restarted.
818         (org-clock-save): Add a function to save clock data.
819         This includes the contents of `org-clock-history' and the buffer
820         and position of the currently clocked task, if any.
821         (org-clock-load): Add a function to load clock data.
822         This populates `org-clock-history', and resumes the saved clocked
823         task if there is one.
824         (org-clock-persistence-insinuate): Add a method to set up the
825         hooks for clock persistence.
827 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
829         * org-exp.el (org-export-as-ascii): Handle the case that we are
830         publishing from an indirect buffer.
832         * org-table.el (org-table-copy-down): Fix bug with time stamp
833         increment.
835         * org-mouse.el (org-mouse-features): New option.
836         (org-mode-hook): Turn on features depending on
837         `org-mouse-features'.
839         * org.el (org-insert-heading-respect-content): Force heading
840         creation.
841         (org-insert-heading): keep the folding state of the heading before
842         the inserted one.
844 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
846         * org-archive.el (org-archive-to-archive-sibling): Handle top
847         level headlines better.
849 2008-10-21  Bastien Guerry  <bzg@altern.org>
851         * org-export-latex.el (org-export-latex-classes): Added
852         \usepackage{graphicx} to the default list of packages.
854 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
856         * org-agenda.el (org-agenda-filter): Renamed from
857         `org-agenda-filter-tags'.
859 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
861         * org.el (org-entry-properties): Add CATEGORY property, iven if it
862         is not defined as a property in this entry.
863         (org-add-log-note): Mask prefix argument when immediately storing
864         the note.
866         * org-agenda.el (org-agenda-filter-effort-default-operator): New
867         option.
869 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
871         * org.el (org-add-log-setup): Bugfix; code to find insertion point
872         after drawers was skipping ahead one line too many, so notes were
873         inserted after the first note instead of before it.
875 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
877         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
878         New variables.
879         (org-prepare-agenda): Reset the filter tags.
880         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
881         Show filter tags in mode line.
883         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
884         formatter.
886         * org-export-latex.el (org-latex-entities-regexp): New constant.
887         (org-export-as-pdf): Use two calls to `shell-command'.
889 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
891         * org-export-latex.el (org-export-latex-treat-sub-super-char):
892         Honor the {} value of the subsuperscript setting.  Make sure that
893         longer subsuperscripts are typeset in a roman font.
895         * org.el (org-clock-update-time-maybe): Compute negative clock
896         intervals correctly.
898 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
900         * org.el (org-add-log-setup): Respect
901         `org-log-state-notes-insert-after-drawers'.
902         (org-log-state-notes-insert-after-drawers): New option.
903         (org-todo-trigger-tag-changes): New function.
904         (org-todo): Call `org-todo-trigger-tag-changes'.
906 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
908         * org.el (org-add-log-setup): Only skip drawers if the are
909         immediately after the scheduling keywords.
911         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
912         function
913         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
914         call it with the current todo state to get the state to switch to
915         when clocking in.
916         (org-clock-in): Use org-indent-line-function to indent clock lines.
917         (org-clock-find-position): Fix indentation of empty clock drawers.
919 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
921         * org-publish.el (org-publish-org-to): Handle case when
922         org-export-to-pdf does return a file name, not a buffer.
923         (org-publish-org-to-pdf): New function.
925         * org-export-latex.el (org-export-as-pdf)
926         (org-export-as-pdf-and-open): New commands.
928         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
929         forms as ranges.
931         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
932         things in protexted regions.
934 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
936         * org-export-latex.el (org-export-latex-preprocess): Improve
937         quoting of LaTeX environments.
939 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
941         * org.el (org-edit-fixed-width-region): Exclude final newline from
942         picture area.
944         * org-export-latex.el (org-export-latex-subcontent): Add labels to
945         sections, to make internal links work.
946         (org-export-latex-fontify-headline): Do not remove all text
947         properties, to make sure that target properties survive this
948         process.
950         * org-exp.el (org-export-preprocess-string): Change sequence of
951         modifications, to make sure links are prepared before the LaTeX
952         conversions do happen.
954 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
956         * org-attach.el (org-attach-delete-all): Renamed from
957         `org-attch-delete'.  Add a security query before deleting the
958         entire directory.  New optional argument FORCE can overrule the
959         security query.
960         (org-attach-delete-one): New command.
962 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
964         * org-attach.el (org-attach-file-list): Fix bug with directory.
966 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
968         * org.el (org-apps-regexp-alist): New function.
969         (org-file-apps): Add auto-mode to the default value.
970         (org-open-file): Use the new structure of org-file-apps.
972         * org-attach.el (org-attach): Support the new keys.
973         (org-attach-method): New option.
975 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
977         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
978         March.
980         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
981         of the list value o `org-use-tag-inheritance'.
983         * org-attach.el (org-attach-auto-tag): New option.
984         (org-attach-tag, org-attach-untag): New functions.
985         (org-attach-attach, org-attach-new, org-attach-sync): Call
986         `org-attach-tag'.
987         (org-attach-delete): Call `org-attach-untag'.
989 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
991         * org-table.el (orgtbl-self-insert-command): Make this work for
992         the keypad as well.
994 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
996         * org.el (org-add-log-setup): Limit searc for drawers to entry
997         text, not to subtree.
999         * org-clock.el (org-clock-heading-for-remember): New variable.
1000         (org-clock-in): Set `org-clock-heading-for-remember'.
1002 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1004         * org-remember.el (org-remember-apply-template): Add new
1005         expansions: %k, %K for currently clocked task and a link to the
1006         currently clocked task, and %< to file notes in the currently
1007         clocked task.
1009 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1011         * org-export-latex.el (org-export-latex-make-header): Also insert
1012         the content of the property :latex-header-extra.
1014         * org-exp.el (org-infile-export-plist): Put the content of
1015         #+LATEX_HEADER: into the property :latex-header-extra.
1017         * org-colview.el (org-columns-get-format-and-top-level): Remove
1018         resetting the marker.
1020         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1021         Remove resetting the marker.
1023         * org.el (org-entry-property-inherited-from): Improve docstring.
1024         (org-entry-get-with-inheritance): Reset marker before starting the
1025         search.
1027         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1029 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1031         * org.el (org-entry-get-multivalued-property)
1032         (org-entry-protect-space, org-entry-restore-space): New
1033         functions.
1034         (org-file-apps-defaults-macosx): Let postscript files be opened by
1035         preview.
1036         (org-time-stamp-inactive): Call `org-time-stamp'.
1037         (org-time-stamp): New argument `inactive'.  Also edit inacive
1038         stamps. Convert time stamp type.
1039         (org-open-file): Interpret the `default' value for the `command'
1040         in `org-file-apps'.
1042         * org-id.el (org-id-int-to-b36-one-digit)
1043         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1044         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1045         b36.
1047 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1049         * org-id.el (org-id-reverse-string): New function.
1050         (org-id-new): Use `org-id-reverse-string' to make sure the
1051         beginning chars of the ID are mutating fast.  This allows to use a
1052         directory structure to spread things better.
1053         (org-id-prefix): Changed default to nil.
1055         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1056         restore the column of the cursor position.
1058         * org-remember.el (org-remember-apply-template): Remove properties
1059         from `initial'.
1061 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1063         * org-wl.el (org-wl-open): Remove useless call to
1064         `wl-thread-open-all'.
1066         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1067         location.
1069 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1071         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1072         `org-bbdb-anniversaries'.
1074         * org.el (org-get-next-sibling, org-forward-same-level): New
1075         functions, similar to the outline versions, but invisible headings
1076         are OK.
1078 2008-09-25  Bastien Guerry  <bzg@altern.org>
1080         * org.el (org-auto-repeat-maybe): Insert a space between
1081         the timestamp's type and the timestamp itself.
1083 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1085         * org-table.el (org-table-sum): Do not format the result with %g,
1086         it does rounding when there are too many digits.
1088         * org.el (org-map-entries): Protect the keyword-selecting variables.
1090 2008-09-23  Bastien Guerry  <bzg@altern.org>
1092         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1093         against all agenda files.
1095 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1097         * org-list.el: New file, aggregating list functions from org.el
1098         and org-export-latex.el.
1100         * org.el (org-edit-src-region-extra): New option.
1102 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1104         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1105         time before 1am.
1107 2008-09-22  Bastien Guerry  <bzg@altern.org>
1109         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1111 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1113         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1114         hline work correctly.
1115         (org-plot/gnuplot-script): Put commas at the end of each script
1116         line.
1118 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1120         * org.el (org-get-refile-targets): Replace links with their
1121         descriptions
1122         (org-imenu-get-tree): Replace links with their descriptions.
1124         * org-remember.el (org-remember-apply-template): Add a new
1125         expansion for adding properties to remember items.
1127         * org.el (org-add-log-setup): Skip over drawers (properties,
1128         clocks etc) when adding notes.
1130         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1131         items as well as the start and end times.
1133         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1134         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1136         * org-remember.el (org-get-x-clipboard): Use the compat
1137         function to get clipboard values when x-selection-value is
1138         unavailable. Use substring-no-properties instead of
1139         set-text-properties to remove text properties from the clipboard
1140         value.
1142         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1143         modeline clock string, and display the full todo value in the
1144         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1145         the currently clocked task.
1146         (org-clock-string-limit): Add a custom value for the maximum
1147         length of the clock string in the modeline.
1148         (org-clock-mode-map): Add a keymap for the modeline string
1150 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1152         * org-compat.el (org-propertize): New function.
1154 2008-09-20  Bastien Guerry  <bzg@altern.org>
1156         * org-export-latex.el (org-export-latex-tables): protect exported
1157         tables from further special chars conversion.
1158         (org-export-latex-preprocess): Preserve LaTeX environments.
1159         (org-list-parse-list): Parse descriptive lists.
1160         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1161         (org-list-to-texinfo): Export descriptive lists.
1162         (org-quote-chars): Remove.
1163         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1164         (org-export-latex-list-beginning-re): Rename to
1165         `org-list-beginning-re'
1166         (org-list-item-begin): Rename to `org-list-item-beginning'
1168 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1170         * org.el (org-refile): Allow refiling to the last entry in the
1171         buffer.
1172         (org-get-tags-at): Fix bug when inheritance is turned off.
1174 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1176         * org.el (org-indent-line-function): No longer check for src
1177         regions, this is too much overhead.
1179         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1180         matching.
1182         * org.el (org-scan-tags): Make sure that tags matching is not case
1183         sensitive.  TODO keyword matching is case sensitive, however, to
1184         avoid confusion with similar words that are not meant to be
1185         keywords.
1187 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1189         * org.el (org-get-local-tags-at): New function.
1190         (org-get-local-tags): New function.
1192         * org-exp.el (org-export-get-categories): New function.
1194         * org-agenda.el (org-sorting-choice)
1195         (org-agenda-sorting-strategy, org-agenda-get-todos)
1196         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1197         (org-agenda-get-scheduled, org-agenda-get-blocks)
1198         (org-entries-lessp): Implement sorting by TODO state.
1199         (org-cmp-todo-state): New defsubst.
1201         * org-colview.el (org-colview-construct-allowed-dates): New
1202         function.
1203         (org-columns-next-allowed-value): Use
1204         `org-colview-construct-allowed-dates'.
1206         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1207         function.
1208         (org-columns-next-allowed-value): Use
1209         `org-colview-construct-allowed-dates'.
1211 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1213         * org.el (org-protect-slash): New function.
1214         (org-get-refile-targets): Use `org-protect-slash'.
1216         * org-agenda.el (org-global-tags-completion-table): New variable.
1218         * org-exp.el (org-export-handle-export-tags): New function.
1219         (org-export-preprocess-string): Call
1220         `org-export-handle-export-tags'.
1222         * org-plot.el: New file.
1224         * org-publish.el (org-publish-expand-components): Function removed.
1225         (org-publish-expand-projects): Allow components to have components.
1227 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1229         * org.el (org-indent-line-function): Do not indent in regions that
1230         are external source code.
1231         (org-yank-and-fold-if-subtree): New function.
1233         * org-agenda.el (org-agenda-todayp): New function.
1234         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1235         `org-agenda-todayp'.
1237         * org.el (org-insert-heading-respect-content)
1238         (org-insert-todo-heading-respect-content): New commands.
1239         (org-insert-heading-respect-content): New option.
1240         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1242         * org-clock.el (org-clock-find-position): Make sure the note after
1243         the clock line gets moved into the new clock drawer.
1245 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1247         * org-id.el (org-id-new): New option.
1249 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1251         * org-table.el (org-table-copy-down): Avoid overflow during
1252         increment.  Use prefix argument 0 to temporarily disable the
1253         increment.
1255 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1257         * org-exp.el (org-export-as-html): Do not turn on the major mode
1258         if the buffer will be killed anyway.
1259         (org-get-current-options): Exclude the #+TEXT field.
1260         (org-export-as-html): Make sure text before the first headline is
1261         a paragraph.
1263         * org-publish.el (org-publish-org-to): Tell the exporter that this
1264         buffer will be killed, so it is not necessary to do major mode
1265         initialization.
1267         * org-archive.el (org-archive-to-archive-sibling): Show empty
1268         lines after folding the archive sibling.
1270         * org.el (org-log-note-extra): New variable.
1272 2008-09-05  Bastien Guerry  <bzg@altern.org>
1274         * org.el (org-additional-option-like-keywords): Added keywords for
1275         the _QUOTE, _VERSE and _SRC environments.
1277         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1278         exporting _QUOTE and _VERSE environments.
1280 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1282         * org-agenda.el (org-agenda-filter-by-tag): New command.
1284         * org-exp.el (org-get-current-options): Remove angular brackets
1285         from the date entry.
1287         * org.el (org-edit-fixed-width-region): New function.
1288         (org-edit-fixed-width-region): Also try
1289         `org-edit-fixed-width-region'.
1290         (org-edit-fixed-width-region-mode): New option.
1291         (org-activate-code): Only interprete lines starting with colon
1292         plus a space as example lines.
1294         * org-remember.el (org-remember-templates): Add nil instead of
1295         empty strings to fix the length of remember templates.
1297         * org-table.el (org-calc-default-modes): Fix the time format for
1298         calc, from 12 hour to 24 hour clock.
1300 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1302         * org-agenda.el (org-agenda-get-deadlines)
1303         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1304         entries that are pre-warnings of deadlines or reminders.
1306         * org.el (org-sort-entries-or-items): Make numeric and alpha
1307         comparisons ignore any TODO keyword and priority cookie.
1309         * org-remember.el (org-remember-handler): Reinterpretation of the
1310         prefix argument.
1312 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1314         * org-agenda.el (org-agenda-get-scheduled): Use new
1315         `org-scheduled' face.
1317         * org-faces.el (org-scheduled): New face.
1319         * org-wl.el (org-wl-open): Remove incorrect declaration.
1321         * org-gnus.el (org-gnus-store-link): Support for :to information
1322         in gnus links.
1324         * org-exp.el (org-export-as-html): Fixed typo in creator
1325         information.
1326         (org-export-protect-examples): New parameter indent.  Insert extra
1327         spaces only when this parameter is specified.
1328         (org-export-preprocess-string): Call `org-export-protect-examples'
1329         with an indentation parameter when exporting to ASCII.
1331         * org-remember.el (org-remember-templates)
1332         (org-remember-apply-template): Allow the file component to be a
1333         function.
1335         * org.el (org-goto-local-search-headings): Renamed from
1336         `org-goto-local-search-forward-headings'.  Added the possibility
1337         to search backwards.
1339 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1341         * org-export-latex.el (org-export-latex): New customization
1342         group.
1344         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1346 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1348         * org-exp.el (org-html-do-expand): Allow {} to terminate
1349         tex macro
1351 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1353         * org.el (org-buffer-list): Select buffers based on major mode,
1354         not on file name.
1356 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1358         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1359         face property.
1361         * org-colview.el (org-columns-display-here): Use
1362         `org-columns-modify-value-for-display-function'.
1364         * org-colview-xemacs.el (org-columns-display-here): Use
1365         `org-columns-modify-value-for-display-function'.
1367 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1369         * org.el (org-columns-modify-value-for-display-function): New option.
1381         * org-publish.el (org-publish-file): Make sure the directory match
1382         for the publishing directory works correctly.
1384         * org-agenda.el (org-agenda-execute-calendar-command)
1385         (org-agenda-diary-entry): Additional optional argument.
1387 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1389         * org-exp.el (org-export-as-html): Add attributes also in mailto
1390         and ftp links.
1392         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1401 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1403         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1404         sure that calls from `org-export-region-as-html' do not do the
1405         special check for a subtree.
1407 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1409         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1411 2008-07-20  Juri Linkov  <juri@jurta.org>
1413         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1414         new keymap `narrow-map' instead of binding "\C-xns".
1416 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1418         * org.el (org-open-file): Use
1419         `org-open-directory-means-index-dot-org'.
1420         (org-open-directory-means-index-dot-org): New option.
1422 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1424         * org.el (org-make-link-string): Remove link attributes from
1425         description.
1426         (org-open-at-point): Remove link attributes bevore using the path.
1428         * org-exp.el (org-export-as-html): Handle link attributes.
1430         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1432         * org-table.el (org-table-to-lisp): New function.
1434         * org.el (org-narrow-to-subtree): Do not include the final newline
1435         into the narrowed region.
1437         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1438         bug with user-define skipping condition.
1440 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1442         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1444 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1446         * org-exp.el (org-export-html-style-default): Automatic overflow
1447         handling for pre fields.
1448         (org-export-as-ascii, org-export-as-html): Change default format
1449         for time stamp.
1451         * org-table.el (org-table-export): Offer completion for translator
1452         functions, and do not require a heading above the table.
1454         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1455         Cater for the case of a list starting in the first line of the
1456         buffer.
1458 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1460         * org-publish.el (org-publish-find-title): Bug fix.
1461         (org-publish-org-index): Implement new :index-style option.
1463 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1465         * org-publish.el (org-publish-timestamp-filename): Use
1466         SHA1-encoded file names in the timestamp directory.
1468 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1470         * org-publish.el (org-publish-needed-p): Be verbose about files
1471         published and files skipped.
1473         * org-exp.el (org-export-preprocess-string): Swap link
1474         normalization and inernal link targeting.
1476         * org-publish.el (org-publish-needed-p): Create timestamp
1477         directory when it does not exist.
1479 2008-07-04  Bastien Guerry  <bzg@altern.org>
1481         * org-clock.el (org-clock-out-when-done): Doc fix.
1483         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1485         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1486         Ignore case when searching for the COMMENT cookie at export time.
1488 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1490         * org-exp.el (org-get-file-contents)
1491         (org-get-and-remove-property): New functions.
1492         (org-export-handle-include-files): Handle the new prefix options.
1493         (org-export-as-html): Fix the verse environment.
1495 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1497         * org.el (org-time=, org-time<, org-time<=, org-time>)
1498         (org-time>=, org-time<>, org-2ft): New functions.
1499         (org-op-to-function): Also provide for the time testing fucntions.
1501 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1503         * org-exp.el (org-export-html-style-default): New constant.
1505 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1507         * org-exp.el (org-export-html-style-extra): New variable.
1508         (org-export-splice-style): New function.
1510 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1512         * org-exp.el (org-export-plist-vars, org-export-as-html):
1513         Implement `org-export-creator-info'.
1514         (org-export-creator-info): New option.
1516 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1518         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1519         (org-property-drawer-re, org-clock-drawer-re): New constants.
1521 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1523         * org-exp.el (org-icalendar-use-deadline)
1524         (org-icalendar-use-scheduled): New options.
1525         (org-icalendar-include-todo): Default changed to t.
1526         (org-print-icalendar-entries): Implement better utilization of
1527         scheduling and deadline time stamps.
1528         (org-export-target-internal-links, org-export-as-html): Allow file
1529         lines without the "file:" prefix if the file path is an absolute
1530         path or starts with ".".
1532         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1533         lastweek etc.
1534         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1536 2008-06-18  Glenn Morris  <rgm@gnu.org>
1537         * org.el (org-map-entries): Let-bind `file'.
1539 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1541         * org.el (org-agenda-skip-archived-trees): Docstring now
1542         discourages using this.
1543         (org-scan-tags): Check for org-agenda-archives-mode.
1544         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1545         (org-agenda-files): Functionality of second arg changed.
1547         * org-agenda.el (org-agenda-archives-mode): New variable
1548         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1549         (org-search-view, org-todo-list, org-tags-view)
1550         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1551         `ifmode' argument.
1552         (org-agenda-quit): Reset the archives mode.
1553         (org-agenda-archives-mode): New command.
1554         (org-agenda-set-mode-name): Include archives info.
1556 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1558         * org.el (org-paste-subtree): Make sure the yanked headline is
1559         visible if it was yanked at a visible point.
1560         (org-move-item-up): Fix the bug with moving white space at the end
1561         of the item.
1562         (org-show-empty-lines-in-parent): New function.
1564 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1566         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1568         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1570         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1571         agenda prefix as well.
1573         * org-publish.el (org-publish-org-index): Make a properly indented
1574         list.
1576         * org.el (org-calendar-agenda-action-key): New option.
1577         (org-get-cursor-date): New function.
1578         (org-mark-entry-for-agenda-action): New command.
1579         (org-overriding-default-time): New variable.
1580         (org-read-date): Respect `org-overriding-default-time'.
1582         * org-remember.el (org-remember-apply-template): Respect the
1583         ovverriding default time.
1585         * org-agenda.el (org-agenda-action-marker): New variable.
1586         (org-agenda-action): New command.
1587         (org-agenda-do-action): New function.
1589 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1591         * org.el (org-schedule, org-deadline): Protect scheduled and
1592         deadline tasks against changes that accidently remove the
1593         repeater.  Also show a message with the new date when done.
1595 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1597         * org.el (org-beginning-of-line): Cater for the case when there
1598         are tags but no headline text.
1599         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1600         it set.
1602 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1604         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1605         the return value is nil instead of "nil" when there is no match.
1607         * org-exp.el (org-insert-centered): Use fill-column instead of
1608         80.
1609         (org-export-as-ascii): Use string-width to measure the width of
1610         the heading.
1612         * org.el (org-diary-to-ical-string): No longer kill buffer
1613         FROMBUF, this is now done by the caller.
1615         * org-exp.el (org-print-icalendar-entries): Move the call to
1616         `org-diary-to-ical-string' out of the loop, and kill the buffer
1617         afterwords.
1619         * org-remember.el (org-remember-visit-immediately): Position
1620         cursor after moving to the note.
1621         (org-remember-apply-template): Use a text property to record the
1622         cursor position.
1623         (org-remember-handler): Align tags after pasting the note.
1625 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1627         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1629         * org-agenda.el (org-agenda-open-link): If there is an
1630         org-bbdb-name property in the current line, jump to that bbdb
1631         entry.
1633         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1634         text property, so that the agenda knows where this entry comes
1635         from.
1637         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1638         interaction between clocking-in from the agenda, and  automatic
1639         task state switching.
1641         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1643         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1644         zmacs-region stays after this command in XEmacs.
1646 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1648         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1650         * org-remember.el (org-remember-templates): Fix bug in
1651         customization type definition.
1653         * org.el (org-map-entries): New function.
1655 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1657         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1658         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1660 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1662         * org-remember.el (org-jump-to-target-location): New variable.
1663         (org-remember-apply-template): Set
1664         `org-remember-apply-template' if requested by template.
1665         (org-remember-handler): Start an idle timer to jump to
1666         remember location.
1668         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1670         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1671         file tags.
1672         (org-get-tags-at): Add the content of `org-file-tags'.
1674         * org-exp.el (org-export-handle-comments): Fix bug with several
1675         comment lines after each other.
1676         (org-number-to-roman, org-number-to-counter): New functions.
1677         (org-export-section-number-format): New option.
1679 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1681         * org-exp.el (org-export-protect-examples): Catch the case of a
1682         missing end_example line.
1684         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1685         `org-file-tags' to nil.
1687         * org-colview.el (org-columns-next-allowed-value): Handle next
1688         argument NTH to directly select a value.
1690         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1691         argument NTH to directly select a value.
1693 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1695         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1697 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1699         * org.el (org-columns-ellipses): New option.
1701 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1703         * org-colview.el (org-columns-add-ellipses): New function.
1704         (org-columns-compact-links): New function.
1705         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1706         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1707         when in agenda.
1708         (org-columns-edit-value): Fixed bug with editing values from
1709         agenda column view.
1710         (org-columns-redo): Also redo the agenda itself.
1712 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1714         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1715         option.
1717         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1719         * org-exp.el (org-export-ascii-preprocess): Renamed from
1720         `org-export-ascii-clean-string'.
1721         (org-export-kill-licensed-text)
1722         (org-export-define-heading-targets)
1723         (org-export-handle-invisible-targets)
1724         (org-export-target-internal-links)
1725         (org-export-remove-or-extract-drawers)
1726         (org-export-remove-archived-trees)
1727         (org-export-protect-quoted-subtrees)
1728         (org-export-protect-verbatim, org-export-protect-examples)
1729         (org-export-select-backend-specific-text)
1730         (org-export-mark-blockquote-and-verse)
1731         (org-export-remove-comment-blocks-and-subtrees)
1732         (org-export-handle-comments, org-export-mark-radio-links)
1733         (org-export-remove-special-table-lines)
1734         (org-export-normalize-links)
1735         (org-export-concatenate-multiline-links)
1736         (org-export-concatenate-multiline-emphasis): New functions,
1737         obtained from spliiting the export preprocessor.
1739         * org-table.el (org-table-recalculate): Improve error message if
1740         the row number is invalid.
1742 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1744         * org-archive.el (org-archive-save-context-info): Fix bugs in
1745         customization setup and docstring.
1747         * org-exp.el (org-export-html-style): Changed the size of in the
1748         <pre> element to 90%.
1750 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1752         * org.el (org-find-src-example-start): Function removed.
1753         (org-edit-src-find-region-and-lang): New function.
1755 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1757         * org.el (org-edit-src-exit): New function.
1758         (org-exit-edit-mode): New minor mode.
1760         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1761         comment-like lines from protected examples.
1763         * org.el (org-edit-src-example, org-find-src-example-start)
1764         (org-protect-source-example, org-edit-special): New functions.
1766 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1768         * org-publish.el (org-publish-project-alist): Fix typo in
1769         docstring.
1770         (org-publish-project-alist): Handle :index-title property.
1772 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1774         * org-export-latex.el (org-export-as-latex): Make sure region
1775         bounds are correct.  Parse subtree properties relating to export.
1777         * org-exp.el (org-export-add-options-to-plist): New function.
1778         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1780 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1782         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1783         EXPORT_TITLE.
1785         * org-exp.el (org-export-get-title-from-subtree)
1786         (org-export-as-ascii, org-export-as-html): Make sure the original
1787         region-beginning and region-end are used, even after moving
1788         point.
1789         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1790         property.
1792         * org-remember.el (org-remember-last-stored-marker): New variable.
1793         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1794         (org-remember-handler): Also use marker to remember
1795         last-stored position.
1797         * org.el (org-goto-marker-or-bmk): New function.
1799 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1801         * org.el (org-file-properties): Renamed from `org-local-properties'.
1802         (org-scan-tags): Take file tags into account.
1803         (org-tags-match-list-sublevels): Default changed to t.
1805         * org-exp.el (org-export-as-html): Close paragraph after a
1806         footnote.
1808         * org.el (org-update-parent-todo-statistics): New function.
1810         * org-exp.el (org-icalendar-store-UID): New option.
1811         (org-icalendar-force-UID): Option removed.
1812         (org-print-icalendar-entries): IMplement UIDs.
1814 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1816         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1818 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1820         * org-faces.el (org-column): Document how this face is being used
1821         and why sometimes the background faces shine through.
1823         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1825         * org-publish.el (org-publish-attachment): Create publishing
1826         directory if it does not yet exist.
1828         * org-table.el (org-calc-default-modes): Change default number
1829         format to (float 8).
1831         * org.el (org-olpath-completing-read): New function.
1832         (org-time-clocksum-format): New option.
1833         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1835         * org-clock.el (org-clock-display, org-clock-out)
1836         (org-update-mode-line): Use `org-time-clocksum-format'.
1838         * org-colview-xemacs.el (org-columns-number-to-string): Use
1839         `org-time-clocksum-format'.
1841         * org-colview.el (org-columns-number-to-string): Use
1842         `org-time-clocksum-format'.
1844 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1846         * org-id.el: New file, move from contrib to core.
1848         * org-exp.el (org-icalendar-force-UID): New option.
1850 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1852         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1853         shifted by one day if theere is a date range without an end
1854         time.
1856         * org.el (org-try-structure-completion): New function.
1858 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1860         * org.el (org-set-font-lock-defaults): Improve fontification of
1861         description lists.
1862         (org-insert-item): Handle description lists.
1863         (org-adaptive-fill-function): Improve auto indentation in
1864         description lists.
1866         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1867         Implement VERSE environment.
1868         (org-export-preprocess-string): Implement the COMMENT
1869         environment.
1871         * org-export-latex.el (org-export-latex-preprocess): Implement
1872         VERSE environment.
1874 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1876         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1877         option.
1879 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1881         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1883         * org.el (org-quote-csv-field): New functions.
1885         * org-table.el (org-table-export-default-format): Remove :splice
1886         from default format, we get the same effect by not specifying
1887         :tstart and :tend.
1888         (org-table-export): Improve setup, distinguish better between
1889         interactive and non-interactive use, allow specifying the format
1890         on the fly, better protection against wrong file names.
1891         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1892         and :tend when :splice is omitted.
1894 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1896         * org-clock.el (org-clock-select-task): Make sure the selection
1897         letters are 1-9 and A-Z, no special characters.
1899 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1901         * org-exp.el (org-export-htmlize): New group.
1902         (org-export-htmlize-output-type)
1903         (org-export-htmlize-css-font-prefix): New options.
1904         (org-export-htmlize-region-for-paste): New function.
1905         (org-export-htmlize-generate-css): New command.
1907 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1909         * org/org.el (org-modules, org-format-latex-options):
1910         * org/org-archive.el (org-archive-stamp-time)
1911         (org-archive-save-context-info):
1912         * org/org-faces.el (org-hide):
1913         * org/org-irc.el (org-irc-parse-link):
1914         * org/org-macs.el (org-call-with-arg, org-autoload):
1915         * org/org-mew.el (org-mew-store-link):
1916         * org/org-remember.el (org-remember-store-without-prompt)
1917         (org-remember-templates): Fix typos in docstrings.
1919         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1921         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1922         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1923         (org-bbdb-anniv-split): Fix typos in docstrings.
1925         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1926         (org-publish-use-timestamps-flag): Reflow docstring.
1927         (org-publish-files-alist): Fix typos in docstring.
1929 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1931         * org.el (org-set-visibility-according-to-property): New function.
1932         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1933         and compute the regular expressions, and update font-lock.
1934         (org-property-re): Allow a dash in property names.
1936         * org-archive.el (org-extract-archive-file): Insert the file name
1937         without the path into the format, to allow the location format to
1938         contain a subdirectory.
1940         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1941         of buffer, and the `org-agenda-type' property undefined, use the
1942         value from the character before.
1944         * org.el (org-add-planning-info): Don't let indentation for
1945         would-be timestamp become extra whitespace at the end of headline.
1947 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1949         * org.el (org-remove-double-quotes, org-file-contents): New
1950         functions.
1952         * org-exp.el (org-infile-export-plist): Also parse the
1953         contents of #+SETUPFILE files, recursively.
1955         * org.el (org-set-regexps-and-options): Also parse the
1956         contents of #+SETUPFILE files, recursively.
1958         * org-exp.el (org-export-handle-include-files): New function.
1959         (org-export-preprocess-string): Call
1960         `org-export-handle-include-files'.
1962         * org.el (org-delete-property-globally)
1963         (org-delete-property, org-set-property): Ignore case during
1964         completion.
1965         (org-set-property): Use `org-completing-read' instead of
1966         `completing-read'.
1968         * org.el (org-complete-expand-structure-template): New,
1969         experimental function.
1970         (org-structure-template-alist): New, experimental option.
1971         (org-complete): Call `org-complete-expand-structure-template'.
1973 2008-05-06  Bastien Guerry  <bzg@altern.org>
1975         * org-export-latex.el (org-export-latex-preprocess): Added
1976         support for blockquotes.
1978 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1980         * org.el (org-read-date-analyze): Catch the case where only a
1981         weekday is given.
1983 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1985         * org.el (org-set-font-lock-defaults): Make the description
1986         tag bold.
1988         * org-exp.el (org-export-as-html, org-close-li): Implement
1989         description lists.
1991 2008-05-04  Jason Riedy  <jason@acm.org>
1993         * org-table.el (*orgtbl-default-fmt*): New variable.
1994         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1995         when there is no other fmt available.
1997         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1998         :tend to suppress the appropriate string.
2000         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2001         table.
2003 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2005         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2006         read date.
2008         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2009         New function.
2011         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2012         New function.
2014 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2016         * org-clock.el (org-clock-find-position): Don't include notes
2017         into clock drawer.
2019         * org-archive.el (org-archive-subtree): No longer remove an
2020         extra line after cutting the subtree.  `org-cut-subtree' already
2021         takes care of this.
2023         * org-remember.el (org-remember-handler): Only kill the target
2024         buffer if it does not contain the running clock.
2026         * org.el (org-markers-to-move): New variable.
2027         (org-save-markers-in-region, org-check-and-save-marker)
2028         (org-reinstall-markers-in-region): New function.
2029         (org-move-subtree-down, org-copy-subtree): Remember relative
2030         marker positions before cutting.
2031         (org-move-subtree-down, org-paste-subtree): Restore relative
2032         marker positions after pasting.
2034         * org-remember.el (org-remember-clock-out-on-exit): New option.
2035         (org-remember-finalize): Clock out only if the setting in
2036         `org-remember-clock-out-on-exit' requires it.
2037         (org-remember-handler): Do the cleanup in the buffer, to make sure
2038         that the clock marker remains in tact.
2040 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2042         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2043         (org-clock-in): Make sure that also tasks outside the narrowed
2044         region will be clocked in correctly.
2045         (org-clock-insert-selection-line): Widen the buffer so that we can
2046         find the correct task heading.
2048         * org.el (org-base-buffer): New function.
2050         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2051         and ";" are escaped.
2052         (org-print-icalendar-entries): Also apply
2053         `org-icalendar-cleanup-string' to the headline, not only to the
2054         summary property.
2056 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2058         * org-exp.el (org-export-preprocess-hook): New hook.
2059         (org-export-preprocess-string): Call
2060         `org-export-preprocess-hook'.
2062         * org.el (org-font-lock-hook): New variable.
2063         (org-font-lock-hook): New function.
2064         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2066 ;; Local Variables:
2067 ;; coding: utf-8
2068 ;; add-log-time-zone-rule: t
2069 ;; End:
2071     Copyright (C) 2008  Free Software Foundation, Inc.
2073   This file is part of GNU Emacs.
2075   GNU Emacs is free software: you can redistribute it and/or modify
2076   it under the terms of the GNU General Public License as published by
2077   the Free Software Foundation, either version 3 of the License, or
2078   (at your option) any later version.
2080   GNU Emacs is distributed in the hope that it will be useful,
2081   but WITHOUT ANY WARRANTY; without even the implied warranty of
2082   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2083   GNU General Public License for more details.
2085   You should have received a copy of the GNU General Public License
2086   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2088 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c