Agenda view: Make sure tags have the correct case.
[org-mode/org-mode-NeilSmithlineMods.git] / lisp / ChangeLog
blob4e8e6548d5e7f3f90e3baa67d0ed7ce95eed05f0
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.
7         * org-export-latex.el (org-export-latex-links): Fix bug with
8         undefined label.
10         * org-table.el (org-table-get-specials): Set
11         `org-table-current-last-data-line'.
12         (org-table-current-last-data-line): New variable.
13         (org-table-insert-column, org-table-delete-column)
14         (org-table-move-column, org-table-fix-formulas): Call
15         `org-table-fix-formulas' a second time to fix the $LR references.
16         (org-table-get-specials): Add the $LR references to the tables.
17         (org-table-get-formula): Do not offer last-row names as LHS of
18         formulas.
20         * org.el (org-store-link): Capture link description from
21         `org-id-store-link'.
23         * org-exp.el (org-export-html-format-image): Add the / to the end
24         of the <img> tag.
25         (org-export-format-source-code): Surround example by empty lines,
26         to make sure it will not be inside a paragraph.
28         * org.el (org-ido-switchb): New function.
30 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
32         * org-agenda.el (org-agenda-show): New prefix argument
33         FULL-ENTRY.
35         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
36         argument.
38         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
39         `org-agenda-change-all-lines'.
40         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
41         tags are now retrieved locally.
43 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
45         * org.el (org-get-outline-path): Fix bug if level is not given.
46         (org-org-menu): Do not quote function in menu vector.
48         * org-agenda.el (org-finalize-agenda): Fix typo with variable
49         name.
51 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org.el (org-refile): Avoid refiling to within the region to be
54         refiled.
56         * org-export-latex.el (org-export-latex-special-chars): Replace
57         special characters also in tables.
59         * org-agenda.el (org-agenda-change-all-lines): New argument
60         FORCE-TAGS.
61         (org-agenda-set-tags): Cet the new tags and pas them to
62         `org-format-agenda-item'.
64 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
66         * org-export-latex.el (org-export-latex-classes): Add longable as
67         a default package to all classes.
68         (org-export-latex-tables): Handle the longtable attribute and the
69         align attribute.
71         * org-table.el (orgtbl-to-generic): Handle tables that start with
72         a hline.
74         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
75         \verb for colde-like snippets.
76         (org-export-as-latex): Fix issues with region export.
78         * org.el (org-up-heading-safe): Speed up function by using a
79         direct regexp search.
80         (org-olpa): New variable.
81         (org-get-outline-path): Speed-up path constructions in cases where
82         this is possible because the entire hierarchy is scanned anyway.
83         (org-refile-get-location): Don't compare the truenames of files,
84         this is too slow.
85         (org-goto-max-level): New option.
86         (org-goto): Use `org-goto-max-level'.
88 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
90         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
91         Strip angle brackets from message-ids in the former and don't do
92         it in the latter.
93         (org-gnus-follow-link): Open summary reliable, even if the last
94         messages were deleted, and handle empty groups, too.
96 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
98         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
99         instead of \texttt for the =...= and ~===~ emphasis environments.
100         (org-export-as-latex): Remove any old :org-license-to-kill text
101         properties.
102         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
103         (org-export-latex-make-header): Add some hard space after the
104         table of contents.
105         (org-export-latex-first-lines): Accept RBEG argument.  Mark
106         exported text so that it will be excuded in further steps.
108         * org-table.el (org-table-get-specials): Make @0 reference the
109         last line in a table.
110         (org-table-recalculate): Improve docstring.
112 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
114         * org.el (org-log-done): Fix docstring.
116 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
118         * org-exp.el (org-export-html-format-image): Fix bugs.
120         * org-export-latex.el (org-export-latex-tables)
121         (org-export-latex-links): Implement attribute, label, and caption
122         handling.
124         * org-exp.el (org-export-html-style-default): Add style
125         definitions for the figure div.
126         (org-export-preprocess-string, org-export-as-html): Implement
127         attribute, label, and caption handling.
128         (org-export-attach-captions-and-attributes): New function.
129         (org-export-html-format-image): New function.
130         (org-format-org-table-html): Implement attribute, label, and
131         caption handling.
133         * org.el (org-find-text-property-in-string): New function.
134         (org-extract-attributes): Use the property org-attr instead of
135         org-attrobutes, because this property is now set with the #+ATTR
136         lines.
138 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
140         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
141         the case that FROM is nil.
143         * org.el (org-before-first-heading-p): New function.
145 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
147         * org-exp.el (org-export-as-html): Do not add a space before
148         enforces line breaks.
149         (org-export-as-html): Close paragraph before blockquote and verse
150         tags.
152 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org-id.el (org-id-locations-file): Wrap file name with
155         `convert-standard-filename'.
156         (org-id-files): New variable.
157         (org-id-use-hash): New option.
158         (org-id-update-id-locations): Also search in all files current
159         listed in `org-id-files'.  Convert the resulting alist to a hash
160         if the user customation says so.
161         (org-id-locations-save): Handle he case if `org-id-locations' is a
162         hash.
163         (org-id-locations-load): Convert the alist to a hash.
164         (org-id-add-location): Handle the hast case.
165         (kill-emacs-hook): Make sure id locations are saved when Emacs is
166         exited.
167         (org-id-hash-to-alist, org-id-alist-to-hash)
168         (org-id-paste-tracker): New functions.
170 -------------------------------------------------------------------------
172 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
174         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
175         bindings of calendar variables.
177         * org-table.el (org-table-find-row-type): Renamed from
178         `org-find-row-type'.
179         (org-table-rewrite-old-row-references): Renamed from
180         `org-rewrite-old-row-references'.
181         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
182         (org-table-cleanup-narrow-column-properties): Renamed from
183         `org-cleanup-narrow-column-properties'.
185 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
187         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
188         for better error messages.
189         (org-table-get-descriptor-line): Supply the new arguments to
190         `org-find-row-type'.
191         (org-table-error-on-row-ref-crossing-hline): New option.
193         * org.el (org-target-link-regexp): Make buffer-local.
194         (org-move-subtree-down): Fix bug with trees at beginning of
195         buffer.
197 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
199         * org-faces.el (org-set-tag-faces): New function.
200         (org-tags-special-faces-re): New variable.
202         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
204         * org-faces.el (org-tag-faces): New option.
205         (org-tag): Mention `org-tag-faces' in the docstring.
207 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org-exp.el (org-export-html-style-default): Implement new
210         quoting.
212         * org-jsinfo.el (org-infojs-template): Implement new quoting.
214         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
215         command to the `w3m-minor-mode-map'.
217         * org-archive.el (org-archive-to-archive-sibling): Protect
218         `this-command' to avoid appending kills during archiving.
220         * org-exp.el (org-export-with-priority): New variable.
221         (org-export-add-options-to-plist): Use `org-export-plist-vars'
222         instead of internal list of strings and properties.
223         (org-print-icalendar-entries): Retrieve the location property with
224         inheritance.
226 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
228         * org-exp.el (org-export-with-todo-keywords): New option.
229         (org-export-plist-vars): Include also the keys for the #+OPTIONS
230         line.
231         (org-default-export-plist, org-export-add-options-to-plist)
232         (org-export-as-ascii, org-export-as-html): Use the new structure
233         of `org-export-plist-vars'.
235         * org.el (org-map-entries): Return all values.
237 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
239         * org.el (org-matcher-time): Recognize more special values.
241         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
243 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org.el (org-tags-exclude-from-inheritance): New option.
246         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
247         `org-tags-exclude-from-inheritance'.
249         * org-agenda.el (org-agenda-show-inherited-tags): New option.
250         (org-format-agenda-item): Add inherited tags to the agenda line
251         string, and make sure that properties are kept when downcasing the
252         tags list.
253         (org-agenda-add-inherited-tags): New function.
254         (org-downcase-keep-props): New function.
256         * org.el (org-scan-tags): Mark inherited tags with a text
257         property.
258         (org-get-tags-at): Mark inherited tags with a text property.
259         (org-add-prop-inherited): New function.
261         * org-agenda.el (org-agenda-add-inherited-tags): New function.
262         (org-agenda-show-inherited-tags): New option.
264 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org.el (org-modules): Add org-w3m to the default modules.
268         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
269         orgtbl-mode.
270         (orgtabl-create-or-convert-from-region): New command.
272         * org-exp.el (org-export-as-ascii): Remove the handling of
273         targets.
274         (org-export-ascii-preprocess): Handle targets already in this
275         function.
277 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
279         * org-timer.el (org-timer-start-time): Define this variable.
280         (org-timer-item): Make argument optional.
282         * org-list.el (org-insert-item): Automatically insert a timer item
283         if the current list is a timer list.
285         * org-timer.el: New file.
287         * org-publish.el (org-publish-org-index): Only exclude the index
288         file in the main directory from being added to the site-map.
289         (org-publish-get-project-from-filename): If the current project is
290         a component, start publishing from the parent project.
292 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
294         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
296         * org-publish.el (org-publish-org-index): Improve removal of
297         temporary buffers.
299         * org-agenda.el (org-get-closed): Re-apply changes
300         accidentially overwritten by last commit to Emacs.
302         * org.el (org-outline-path-complete-in-steps): New option.
303         (org-refile-get-location): Honor
304         `org-outline-path-complete-in-steps'.
305         (org-agenda-change-all-lines, org-tags-sparse-tree)
306         (org-time-string-to-absolute, org-small-year-to-year)
307         (org-link-escape): Re-apply changes accidentially overwritten
308         by last commit to Emacs.
310 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
312         * org-clock.el (org-dblock-write:clocktable): Make sure the
313         clocktable sees the first line.
314         (org-clock-in): Warn if the clock cannot be resumed.
316 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
318         * org.el (org-open-at-point): Fix mixup about interactive and
319         non-interactive elisp links.
321 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
323         * org-exp.el (org-export-preprocess-string): Allow one comment
324         line before the first headline to always be included.  This is
325         to not miss a commented target.
327         * org-mouse.el (org-mouse-insert-item): Call
328         `org-indent-to-column' instead of `indent-to', for XEmacs
329         compatibility.
331         * org.el (org-refile-targets): Fix customize definition so
332         that it works also in XEmacs.
333         (org-fixup-indentation): Call `org-indent-to-column' instead
334         of `indent-to', for XEmacs compatibility.
336 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
338         * org-mew.el (org-mew-store-link): Get the correct case folder
339         for refiled messages.
341 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
343         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
344         line break indicators.
346         * org.el (org-ido-completing-read): Remove the "i:" prefix for
347         ido-completion propts.
349 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org-remember.el (org-remember-apply-template): Use
352         `org-substring-no-properties'.
354         * org-compat.el (org-substring-no-properties): New function.
356         * org-remember.el (org-remember-apply-template): Use
357         `org-substring-no-properties' for compatibility.
359         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
360         option.
361         (org-fix-bullet-type): respect
362         `org-list-two-spaces-after-bullet-regexp'.
364         * org-clock.el (org-clock-load): Clean up the code.
366         * org.el (org-adaptive-fill-function): Allow two spaces after
367         "1." as a list bullet.
369 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
371         * org-clock.el (org-clock-save, org-clock-load): Check for
372         live buffers, existing files, and buffer file names to ensure
373         consistent information.
374         (org-clock-persist): Make `clock' a special value of this
375         variable, and improve docstring.
377         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
378         (org-get-string-indentation): Adapt indentation when the bullet
379         width changes.
381 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
383         * org-remember.el (org-remember-finalize): Make interactive.
384         (org-remember-kill): New command.
385         (org-remember-finish-immediately): Call `org-remember-finalize'
386         directly.
387         (org-remember-finalize): Make `org-remember-finalize' an interactive
388         function.
390 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
392         * org-remember.el (org-remember-apply-template): No ido completion
393         for free prompts in remember templates.
394         (org-remember-before-finalize-hook): New hook.
395         (org-remember-mode): New minor mode.
396         (org-remember-apply-template): Turn on `org-remember-mode'.
398         * org-id.el (org-id-add-location): Avoid error when no file is
399         given.
401         * org-remember.el (org-remember-apply-template): Fix the way how
402         the list of allowed properties is retrieved from the target file.
404         * org.el (org-insert-link): Improve file link matching.
406 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
408         * org-colview.el (org-columns-display-here): New argument
409         DATELINE, to trigger using the new face.
410         (org-agenda-colview-summarize): Call `org-columns-display-here'
411         with the new argument.
413         * org-faces.el (org-agenda-column-dateline): New face.
415         * org-publish.el (org-publish-org-index): Use index-title at page
416         title, not as section.
418         * org-exp.el (org-export-html-format-desc): Respect the
419         org-protect property.
420         (org-export-as-html): Protect image specifiers that are in the
421         description part of a link.
423         * org.el (org-sort-entries-or-items, org-completing-read)
424         (org-refile-get-location, org-olpath-completing-read, org-todo)
425         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
426         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
427         (org-set-property, org-delete-property)
428         (org-delete-property-globally): Use `org-ido-completing-read'.
430         * org-remember.el (org-remember-apply-template): Use
431         `org-ido-completing-read'.
433         * org-publish.el (org-publish): Use `org-ido-completing-read'.
435         * org-colview.el (org-columns-edit-value, org-columns-new)
436         (org-insert-columns-dblock): Use `org-ido-completing-read'.
438         * org-colview-xemacs.el (org-columns-edit-value)
439         (org-columns-new, org-insert-columns-dblock): Use
440         `org-ido-completing-read'.
442         * org-attach.el (org-attach-delete-one, org-attach-open): Use
443         `org-ido-completing-read'.
445         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
446         `org-ido-completing-read'.
448         * org.el (org-time-today): New function.
449         (org-matcher-time): Use `org-time-today'.  Add special treatment
450         for "<tomorrow>" and "<yesterday>".
451         (org-ido-completing-read): New function.
452         (org-completion-use-ido): New option.
454         * org-exp.el (org-export-format-source-code): Fix bug in require
455         htmlize code.
456         (org-export-target-internal-links): Fix bug in search for text
457         property.
459 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
461         * org-export-latex.el (org-export-latex-subcontent): Interprete
462         target aliases as additonal labels.
464         * org-exp.el (org-export-target-aliases): New variable.
465         (org-export-preprocess-string)
466         (org-export-handle-invisible-targets): Fill the alias alist.
467         (org-export-as-html): Remove the &nbsp; from the anchor, and also
468         assign an id.
469         (org-html-level-start): Insert the target aliases as additonal
470         anchors.
472         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
473         picture area.
475 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
477         * org.el (org-open-at-mouse): Ensure correct link abbreviations
478         when following a link with the mouse from the agenda.
480         * org-exp.el (org-export-as-html): Avoid lone </div> when no
481         headlines are created.
483 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
485         * org-exp.el (org-export-preprocess-string): Reorder so that we
486         can still see ID properties when we collect targets.
487         (org-export-target-internal-links): Also store targets for ID's.
489         * org.el (org-link-translation-function): New option.
490         (org-open-at-point): Call `org-link-translation-function' if
491         non-nil.
492         (org-translate-link): New function.
493         (org-translate-link-from-planner): New function.
494         (org-open-at-point): Allow interactive commands in elisp links.
496         * org-exp.el (org-icalendar-cleanup-string): Restore the old
497         iCalendar quoting.  The new one seems to caus problems with
498         applications.
500         * org.el (org-yank): Set `this-command' to `yank', so that
501         `yank-pop' will work.
503 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
505         * org-id.el (org-id-search-archives): New option.
507         * org.el (org-link-to-org-use-id): New option.
508         (org-store-link): Use `org-link-to-org-use-id'.
509         (org-id): Make org-id.el a standard component.
511 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
513         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
514         hexified version of the tag.
516         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
517         compliance as far as quoting is concerned.
519         * org-vm.el (org-vm-follow-link): Require `vm-search'.
521         * org.el (org-up-heading-safe, org-forward-same-level): Always
522         call `org-back-to-heading' instead of `outline-back-to-heading'.
523         (org-back-to-heading): New wrapper around outline-back-to-heading,
524         with a useful error message telling where the error happened.
526         * org-list.el (org-update-checkbox-count): Always call
527         `org-back-to-heading' instead of `outline-back-to-heading'.
529         * org-exp.el (org-export-as-html): Make sure that each <img> tag
530         has an `alt' attribute, to ensure XHTML validation.
532 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org-publish.el (org-publish-attachment): Allow publishing to
535         overwrite attachment files.
537         * org-agenda.el (org-agenda-timerange-leaders): New option.
538         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
540         * org.el (org-edit-src-exit): Untabify ASCII image before
541         returning.
554 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
556         * org.el (org-yank): Make any prefix force normal yanking.
557         Suppress folding if text would be swallowed into a folded
558         subtree.
559         (org-yank-folded-subtrees, org-yank): Docstring updates.
561         * org-agenda.el (org-agenda-compare-effort): Treat no effort
562         defined as 0.
564         * org-exp.el (org-export-language-setup): Add Catalan and
565         Esperanto language entries.
567 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
569         * org.el (org-refile): Allow refiling of entire regions.
571         * org-clock.el (org-clock-time%): New function.
573         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
574         retrieve property values.
576 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org-agenda.el (org-agenda-list): Handle the value `only' of
579         org-agenda-show-log'.
580         (org-agenda-log-mode): Interpret a double prefix arg.
582 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org-exp.el (org-export-html-footnotes-section): New variable.
585         (org-export-as-html): Use `org-export-html-footnotes-section' to
586         insert the footnotes.
587         (org-export-language-setup): Add "Footnotes" to language words.
589 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
591         * org.el (org-yank): Fix bug when not inserting a subtree.
593 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
595         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
596         instead of `vm-beginning-of-message'.
598         * org.el (org-make-link-regexps): Make sure that links to gnus can
599         contain brackets.
601 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
603         * org-attach.el (org-attach-dir): Remove duplicate ID creation
604         code.
606         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
607         shell output.
609         * org.el (org-link-abbrev-alist): Improve customization type.
611         * org-attach.el (org-attach-expand-link, org-attach-expand): New
612         functions.
614         * org-agenda.el (org-agenda-get-progress): Renamed from
615         `org-get-closed'.  Implement searching for state changes as well.
616         (org-agenda-log-mode-items): New option.
617         (org-agenda-log-mode): New option prefix argument, interpreted as
618         request to show all possible progress info.
619         (org-agenda-get-day-entries): Call `org-get-progress' instead of
620         `org-get-closed'.
621         (org-agenda-set-mode-name): Handle the more complex log mode
622         settings.
623         (org-get-closed): New alias, pointing to `org-get-progress'.
625 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
627         * org.el (org-file-apps-defaults-gnu)
628         (org-file-apps-defaults-macosx)
629         (org-file-apps-defaults-windowsnt): Add an entry defining the
630         system command.
631         (org-file-apps): Allow `system' as key and value.
632         (org-open-at-point): Explain the effect of a double prefix arg.
633         (org-open-file): If the argument `in-emacs' is (16),
634         i.e. corresponding to a double prefix argument, try to open the
635         file externally.
637 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
639         * org.el (org-insert-link): Abbreviate absolute files names in
640         links.  Also, fix a bug in which the double C-u prefix would not
641         be honored.
643 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
645         * org.el (org-insert-heading): If buffer does not end with a
646         newline, add one if necessary to insert headline correctly.
648         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
649         paragraphs, not inside.
651         * org.el (org-todo): Quote
652         `org-agenda-headline-snapshot-before-repeat'.
654         * org-exp.el (org-export-as-html): Fully process link descriptions.
655         (org-export-html-format-desc): New function.
656         (org-export-as-html): Collect footnotes into the correct basket.
657         (org-html-protect): No longer protect quotations marks here, this
658         goes wrong.
660         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
661         BEG.
663         * org-compat.el (org-fit-window-to-buffer): New function (not
664         really, a preliminary and incomplete version was present earlier,
665         but not used).
667         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
668         `org-fit-window-to-buffer'.
670         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
672         * org-agenda.el (org-agenda-get-restriction-and-command)
673         (org-fit-agenda-window, org-agenda-convert-date): Use
674         `org-fit-window-to-buffer'.
676         * org-exp.el (org-export-as-html): Process href links through
677         `org-export-html-format-href'.
678         (org-export-html-format-href): New function.
680         * org-agenda.el (org-agenda-todo): Update only the current
681         headline if this is a repeated TODO, marked done for today.
682         (org-agenda-change-all-lines): New argument JUST-THIS, to change
683         only the current line.
685         * org.el (org-todo): Take a snapshot of the headline if the
686         repeater might change it.
688 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
690         * org-publish.el (org-publish-find-title): Remove buffers visited
691         only for extracting the title.
693         * org-exp.el (org-export-html-style)
694         (org-export-html-style-default): Mark style definitions as
695         unparsed CDATA.
697         * org-publish.el (org-publish-validate-link): Function
698         re-introduced.
700 2008-11-02  Charles Sebold  <csebold@gmail.com>
702         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
703         property.
704         (org-plot-quote-timestamp-field): New function.
705         (org-plot-quote-tsv-field): Call timestamp field function when
706         necessary rather than just quoting as a string.
707         (org-plot/gnuplot-to-data): Pass in timefmt property.
708         (org-plot/gnuplot-script): Supports timefmt property.
709         (org-plot/gnuplot): Checks for timestamp column before checking
710         for text index column.
712 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
714         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
716         * org-publish.el (org-publish-org-index): Create a section in the
717         index file.
718         (org-publish-org-index): Stop linking to directories.
720         * org.el (org-emphasis-alist): Use span instead of <u> to
721         underline text.
723         * org-exp.el (org-export-as-html): Make sure <p> is closed before
724         <pre> sections.
726 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
728         * org-jsinfo.el (org-infojs-template): Remove language attribute
729         from script tag.
731 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
733         * org-agenda.el (org-agenda-remove-marked-text): New function.
734         (org-agenda-mark-filtered-text)
735         (org-agenda-unmark-filtered-text): New functions.
736         (org-write-agenda): Remove fltered text.
738         * org.el (org-make-tags-matcher): Give access to TODO "property"
739         without speed penalty.
741 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
743         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
744         option.
745         (org-store-link-props): Make sure adding to the plist works
746         correctly.
748         * org-gnus.el (org-gnus-no-new-news): New function.
749         (org-gnus-follow-link): Allow the article ID to be a message-id,
750         in addition to allowing article numbers.  Message IDs make much
751         more roubust links.
752         (org-gnus-store-link): Use message-id to create link.
754 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
756         * org.el (org-emphasize): Reverse the selection array.
757         (org-emphasis-alist): Set <code> tags for the verbatim
758         environment.
760         * org-remember.el (org-remember-handler): Fix bug with
761         prefix-related changing of the note storage target.
763         * org-exp.el (org-print-icalendar-entries): Make the exported
764         priorities compatible with RFC 2445.
766         * org-clock.el (org-clock-save): Insert time stamp without
767         dependence on time-stamp.el.
769 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
771         * org.el ("saveplace"): If saveplace puts point into an invisible
772         location, make it visible.
773         (org-make-tags-matcher): Allow inactive time stamps in time
774         comparisons.
775         (org-yank-adjusted-subtrees): New option.
776         (org-yank): Incorporate adjusting trees.
777         (org-paste-subtree): New argument FOR-YANK which will cause
778         insertion at point without backing up over white lines, and leave
779         point at the end of the inserted text.  Also if the cursor is
780         at the beginning of a headline, use the same level or the inserted
781         tree.
783         * org-publish.el (org-publish-get-base-files-1): Deal correctly
784         with broken symlinks
786 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
788         * org-exp.el (org-export-select-tags, org-get-current-options):
789         Fix typo.
791 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
793         * org-agenda.el (org-format-agenda-item)
794         (org-agenda-filter-make-matcher): Make sure tags are stored and
795         compared donwcased.
797 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
799         * org.el (org-insert-todo-heading): Fix bug with force-heading
800         argument.
802 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
804         * org-clock.el (org-clock-in-resume): Add a custom option to
805         toggle starting the clock from an open clock line.
806         (org-clock-in): When clocking in to an entry, if
807         `org-clock-in-resume' is set, check if the first clock line is
808         open and if so, start the clock from the time in the clock line.
809         (org-clock-persist): Add a custom option to toggle clock
810         persistence.
811         (org-clock-persist-query-save): Add a custom option to toggle
812         asking the user if they want to save the running clock when
813         exiting.
814         (org-clock-persist-query-resume): Add a custom option to toggle
815         asking the user if they want to resume the saved clock when Emacs
816         is restarted.
817         (org-clock-save): Add a function to save clock data.
818         This includes the contents of `org-clock-history' and the buffer
819         and position of the currently clocked task, if any.
820         (org-clock-load): Add a function to load clock data.
821         This populates `org-clock-history', and resumes the saved clocked
822         task if there is one.
823         (org-clock-persistence-insinuate): Add a method to set up the
824         hooks for clock persistence.
826 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
828         * org-exp.el (org-export-as-ascii): Handle the case that we are
829         publishing from an indirect buffer.
831         * org-table.el (org-table-copy-down): Fix bug with time stamp
832         increment.
834         * org-mouse.el (org-mouse-features): New option.
835         (org-mode-hook): Turn on features depending on
836         `org-mouse-features'.
838         * org.el (org-insert-heading-respect-content): Force heading
839         creation.
840         (org-insert-heading): keep the folding state of the heading before
841         the inserted one.
843 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
845         * org-archive.el (org-archive-to-archive-sibling): Handle top
846         level headlines better.
848 2008-10-21  Bastien Guerry  <bzg@altern.org>
850         * org-export-latex.el (org-export-latex-classes): Added
851         \usepackage{graphicx} to the default list of packages.
853 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
855         * org-agenda.el (org-agenda-filter): Renamed from
856         `org-agenda-filter-tags'.
858 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
860         * org.el (org-entry-properties): Add CATEGORY property, iven if it
861         is not defined as a property in this entry.
862         (org-add-log-note): Mask prefix argument when immediately storing
863         the note.
865         * org-agenda.el (org-agenda-filter-effort-default-operator): New
866         option.
868 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
870         * org.el (org-add-log-setup): Bugfix; code to find insertion point
871         after drawers was skipping ahead one line too many, so notes were
872         inserted after the first note instead of before it.
874 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
876         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
877         New variables.
878         (org-prepare-agenda): Reset the filter tags.
879         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
880         Show filter tags in mode line.
882         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
883         formatter.
885         * org-export-latex.el (org-latex-entities-regexp): New constant.
886         (org-export-as-pdf): Use two calls to `shell-command'.
888 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
890         * org-export-latex.el (org-export-latex-treat-sub-super-char):
891         Honor the {} value of the subsuperscript setting.  Make sure that
892         longer subsuperscripts are typeset in a roman font.
894         * org.el (org-clock-update-time-maybe): Compute negative clock
895         intervals correctly.
897 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
899         * org.el (org-add-log-setup): Respect
900         `org-log-state-notes-insert-after-drawers'.
901         (org-log-state-notes-insert-after-drawers): New option.
902         (org-todo-trigger-tag-changes): New function.
903         (org-todo): Call `org-todo-trigger-tag-changes'.
905 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
907         * org.el (org-add-log-setup): Only skip drawers if the are
908         immediately after the scheduling keywords.
910         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
911         function
912         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
913         call it with the current todo state to get the state to switch to
914         when clocking in.
915         (org-clock-in): Use org-indent-line-function to indent clock lines.
916         (org-clock-find-position): Fix indentation of empty clock drawers.
918 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
920         * org-publish.el (org-publish-org-to): Handle case when
921         org-export-to-pdf does return a file name, not a buffer.
922         (org-publish-org-to-pdf): New function.
924         * org-export-latex.el (org-export-as-pdf)
925         (org-export-as-pdf-and-open): New commands.
927         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
928         forms as ranges.
930         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
931         things in protexted regions.
933 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
935         * org-export-latex.el (org-export-latex-preprocess): Improve
936         quoting of LaTeX environments.
938 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
940         * org.el (org-edit-fixed-width-region): Exclude final newline from
941         picture area.
943         * org-export-latex.el (org-export-latex-subcontent): Add labels to
944         sections, to make internal links work.
945         (org-export-latex-fontify-headline): Do not remove all text
946         properties, to make sure that target properties survive this
947         process.
949         * org-exp.el (org-export-preprocess-string): Change sequence of
950         modifications, to make sure links are prepared before the LaTeX
951         conversions do happen.
953 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
955         * org-attach.el (org-attach-delete-all): Renamed from
956         `org-attch-delete'.  Add a security query before deleting the
957         entire directory.  New optional argument FORCE can overrule the
958         security query.
959         (org-attach-delete-one): New command.
961 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
963         * org-attach.el (org-attach-file-list): Fix bug with directory.
965 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
967         * org.el (org-apps-regexp-alist): New function.
968         (org-file-apps): Add auto-mode to the default value.
969         (org-open-file): Use the new structure of org-file-apps.
971         * org-attach.el (org-attach): Support the new keys.
972         (org-attach-method): New option.
974 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
976         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
977         March.
979         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
980         of the list value o `org-use-tag-inheritance'.
982         * org-attach.el (org-attach-auto-tag): New option.
983         (org-attach-tag, org-attach-untag): New functions.
984         (org-attach-attach, org-attach-new, org-attach-sync): Call
985         `org-attach-tag'.
986         (org-attach-delete): Call `org-attach-untag'.
988 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
990         * org-table.el (orgtbl-self-insert-command): Make this work for
991         the keypad as well.
993 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
995         * org.el (org-add-log-setup): Limit searc for drawers to entry
996         text, not to subtree.
998         * org-clock.el (org-clock-heading-for-remember): New variable.
999         (org-clock-in): Set `org-clock-heading-for-remember'.
1001 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1003         * org-remember.el (org-remember-apply-template): Add new
1004         expansions: %k, %K for currently clocked task and a link to the
1005         currently clocked task, and %< to file notes in the currently
1006         clocked task.
1008 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1010         * org-export-latex.el (org-export-latex-make-header): Also insert
1011         the content of the property :latex-header-extra.
1013         * org-exp.el (org-infile-export-plist): Put the content of
1014         #+LATEX_HEADER: into the property :latex-header-extra.
1016         * org-colview.el (org-columns-get-format-and-top-level): Remove
1017         resetting the marker.
1019         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1020         Remove resetting the marker.
1022         * org.el (org-entry-property-inherited-from): Improve docstring.
1023         (org-entry-get-with-inheritance): Reset marker before starting the
1024         search.
1026         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1028 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1030         * org.el (org-entry-get-multivalued-property)
1031         (org-entry-protect-space, org-entry-restore-space): New
1032         functions.
1033         (org-file-apps-defaults-macosx): Let postscript files be opened by
1034         preview.
1035         (org-time-stamp-inactive): Call `org-time-stamp'.
1036         (org-time-stamp): New argument `inactive'.  Also edit inacive
1037         stamps. Convert time stamp type.
1038         (org-open-file): Interpret the `default' value for the `command'
1039         in `org-file-apps'.
1041         * org-id.el (org-id-int-to-b36-one-digit)
1042         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1043         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1044         b36.
1046 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1048         * org-id.el (org-id-reverse-string): New function.
1049         (org-id-new): Use `org-id-reverse-string' to make sure the
1050         beginning chars of the ID are mutating fast.  This allows to use a
1051         directory structure to spread things better.
1052         (org-id-prefix): Changed default to nil.
1054         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1055         restore the column of the cursor position.
1057         * org-remember.el (org-remember-apply-template): Remove properties
1058         from `initial'.
1060 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1062         * org-wl.el (org-wl-open): Remove useless call to
1063         `wl-thread-open-all'.
1065         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1066         location.
1068 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1070         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1071         `org-bbdb-anniversaries'.
1073         * org.el (org-get-next-sibling, org-forward-same-level): New
1074         functions, similar to the outline versions, but invisible headings
1075         are OK.
1077 2008-09-25  Bastien Guerry  <bzg@altern.org>
1079         * org.el (org-auto-repeat-maybe): Insert a space between
1080         the timestamp's type and the timestamp itself.
1082 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1084         * org-table.el (org-table-sum): Do not format the result with %g,
1085         it does rounding when there are too many digits.
1087         * org.el (org-map-entries): Protect the keyword-selecting variables.
1089 2008-09-23  Bastien Guerry  <bzg@altern.org>
1091         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1092         against all agenda files.
1094 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1096         * org-list.el: New file, aggregating list functions from org.el
1097         and org-export-latex.el.
1099         * org.el (org-edit-src-region-extra): New option.
1101 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1103         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1104         time before 1am.
1106 2008-09-22  Bastien Guerry  <bzg@altern.org>
1108         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1110 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1112         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1113         hline work correctly.
1114         (org-plot/gnuplot-script): Put commas at the end of each script
1115         line.
1117 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1119         * org.el (org-get-refile-targets): Replace links with their
1120         descriptions
1121         (org-imenu-get-tree): Replace links with their descriptions.
1123         * org-remember.el (org-remember-apply-template): Add a new
1124         expansion for adding properties to remember items.
1126         * org.el (org-add-log-setup): Skip over drawers (properties,
1127         clocks etc) when adding notes.
1129         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1130         items as well as the start and end times.
1132         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1133         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1135         * org-remember.el (org-get-x-clipboard): Use the compat
1136         function to get clipboard values when x-selection-value is
1137         unavailable. Use substring-no-properties instead of
1138         set-text-properties to remove text properties from the clipboard
1139         value.
1141         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1142         modeline clock string, and display the full todo value in the
1143         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1144         the currently clocked task.
1145         (org-clock-string-limit): Add a custom value for the maximum
1146         length of the clock string in the modeline.
1147         (org-clock-mode-map): Add a keymap for the modeline string
1149 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1151         * org-compat.el (org-propertize): New function.
1153 2008-09-20  Bastien Guerry  <bzg@altern.org>
1155         * org-export-latex.el (org-export-latex-tables): protect exported
1156         tables from further special chars conversion.
1157         (org-export-latex-preprocess): Preserve LaTeX environments.
1158         (org-list-parse-list): Parse descriptive lists.
1159         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1160         (org-list-to-texinfo): Export descriptive lists.
1161         (org-quote-chars): Remove.
1162         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1163         (org-export-latex-list-beginning-re): Rename to
1164         `org-list-beginning-re'
1165         (org-list-item-begin): Rename to `org-list-item-beginning'
1167 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1169         * org.el (org-refile): Allow refiling to the last entry in the
1170         buffer.
1171         (org-get-tags-at): Fix bug when inheritance is turned off.
1173 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1175         * org.el (org-indent-line-function): No longer check for src
1176         regions, this is too much overhead.
1178         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1179         matching.
1181         * org.el (org-scan-tags): Make sure that tags matching is not case
1182         sensitive.  TODO keyword matching is case sensitive, however, to
1183         avoid confusion with similar words that are not meant to be
1184         keywords.
1186 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1188         * org.el (org-get-local-tags-at): New function.
1189         (org-get-local-tags): New function.
1191         * org-exp.el (org-export-get-categories): New function.
1193         * org-agenda.el (org-sorting-choice)
1194         (org-agenda-sorting-strategy, org-agenda-get-todos)
1195         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1196         (org-agenda-get-scheduled, org-agenda-get-blocks)
1197         (org-entries-lessp): Implement sorting by TODO state.
1198         (org-cmp-todo-state): New defsubst.
1200         * org-colview.el (org-colview-construct-allowed-dates): New
1201         function.
1202         (org-columns-next-allowed-value): Use
1203         `org-colview-construct-allowed-dates'.
1205         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1206         function.
1207         (org-columns-next-allowed-value): Use
1208         `org-colview-construct-allowed-dates'.
1210 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1212         * org.el (org-protect-slash): New function.
1213         (org-get-refile-targets): Use `org-protect-slash'.
1215         * org-agenda.el (org-global-tags-completion-table): New variable.
1217         * org-exp.el (org-export-handle-export-tags): New function.
1218         (org-export-preprocess-string): Call
1219         `org-export-handle-export-tags'.
1221         * org-plot.el: New file.
1223         * org-publish.el (org-publish-expand-components): Function removed.
1224         (org-publish-expand-projects): Allow components to have components.
1226 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1228         * org.el (org-indent-line-function): Do not indent in regions that
1229         are external source code.
1230         (org-yank-and-fold-if-subtree): New function.
1232         * org-agenda.el (org-agenda-todayp): New function.
1233         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1234         `org-agenda-todayp'.
1236         * org.el (org-insert-heading-respect-content)
1237         (org-insert-todo-heading-respect-content): New commands.
1238         (org-insert-heading-respect-content): New option.
1239         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1241         * org-clock.el (org-clock-find-position): Make sure the note after
1242         the clock line gets moved into the new clock drawer.
1244 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1246         * org-id.el (org-id-new): New option.
1248 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1250         * org-table.el (org-table-copy-down): Avoid overflow during
1251         increment.  Use prefix argument 0 to temporarily disable the
1252         increment.
1254 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1256         * org-exp.el (org-export-as-html): Do not turn on the major mode
1257         if the buffer will be killed anyway.
1258         (org-get-current-options): Exclude the #+TEXT field.
1259         (org-export-as-html): Make sure text before the first headline is
1260         a paragraph.
1262         * org-publish.el (org-publish-org-to): Tell the exporter that this
1263         buffer will be killed, so it is not necessary to do major mode
1264         initialization.
1266         * org-archive.el (org-archive-to-archive-sibling): Show empty
1267         lines after folding the archive sibling.
1269         * org.el (org-log-note-extra): New variable.
1271 2008-09-05  Bastien Guerry  <bzg@altern.org>
1273         * org.el (org-additional-option-like-keywords): Added keywords for
1274         the _QUOTE, _VERSE and _SRC environments.
1276         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1277         exporting _QUOTE and _VERSE environments.
1279 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1281         * org-agenda.el (org-agenda-filter-by-tag): New command.
1283         * org-exp.el (org-get-current-options): Remove angular brackets
1284         from the date entry.
1286         * org.el (org-edit-fixed-width-region): New function.
1287         (org-edit-fixed-width-region): Also try
1288         `org-edit-fixed-width-region'.
1289         (org-edit-fixed-width-region-mode): New option.
1290         (org-activate-code): Only interprete lines starting with colon
1291         plus a space as example lines.
1293         * org-remember.el (org-remember-templates): Add nil instead of
1294         empty strings to fix the length of remember templates.
1296         * org-table.el (org-calc-default-modes): Fix the time format for
1297         calc, from 12 hour to 24 hour clock.
1299 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1301         * org-agenda.el (org-agenda-get-deadlines)
1302         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1303         entries that are pre-warnings of deadlines or reminders.
1305         * org.el (org-sort-entries-or-items): Make numeric and alpha
1306         comparisons ignore any TODO keyword and priority cookie.
1308         * org-remember.el (org-remember-handler): Reinterpretation of the
1309         prefix argument.
1311 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1313         * org-agenda.el (org-agenda-get-scheduled): Use new
1314         `org-scheduled' face.
1316         * org-faces.el (org-scheduled): New face.
1318         * org-wl.el (org-wl-open): Remove incorrect declaration.
1320         * org-gnus.el (org-gnus-store-link): Support for :to information
1321         in gnus links.
1323         * org-exp.el (org-export-as-html): Fixed typo in creator
1324         information.
1325         (org-export-protect-examples): New parameter indent.  Insert extra
1326         spaces only when this parameter is specified.
1327         (org-export-preprocess-string): Call `org-export-protect-examples'
1328         with an indentation parameter when exporting to ASCII.
1330         * org-remember.el (org-remember-templates)
1331         (org-remember-apply-template): Allow the file component to be a
1332         function.
1334         * org.el (org-goto-local-search-headings): Renamed from
1335         `org-goto-local-search-forward-headings'.  Added the possibility
1336         to search backwards.
1338 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1340         * org-export-latex.el (org-export-latex): New customization
1341         group.
1343         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1345 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1347         * org-exp.el (org-html-do-expand): Allow {} to terminate
1348         tex macro
1350 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1352         * org.el (org-buffer-list): Select buffers based on major mode,
1353         not on file name.
1355 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1357         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1358         face property.
1360         * org-colview.el (org-columns-display-here): Use
1361         `org-columns-modify-value-for-display-function'.
1363         * org-colview-xemacs.el (org-columns-display-here): Use
1364         `org-columns-modify-value-for-display-function'.
1366 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1368         * org.el (org-columns-modify-value-for-display-function): New option.
1380         * org-publish.el (org-publish-file): Make sure the directory match
1381         for the publishing directory works correctly.
1383         * org-agenda.el (org-agenda-execute-calendar-command)
1384         (org-agenda-diary-entry): Additional optional argument.
1386 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1388         * org-exp.el (org-export-as-html): Add attributes also in mailto
1389         and ftp links.
1391         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1400 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1402         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1403         sure that calls from `org-export-region-as-html' do not do the
1404         special check for a subtree.
1406 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1408         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1410 2008-07-20  Juri Linkov  <juri@jurta.org>
1412         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1413         new keymap `narrow-map' instead of binding "\C-xns".
1415 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1417         * org.el (org-open-file): Use
1418         `org-open-directory-means-index-dot-org'.
1419         (org-open-directory-means-index-dot-org): New option.
1421 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1423         * org.el (org-make-link-string): Remove link attributes from
1424         description.
1425         (org-open-at-point): Remove link attributes bevore using the path.
1427         * org-exp.el (org-export-as-html): Handle link attributes.
1429         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1431         * org-table.el (org-table-to-lisp): New function.
1433         * org.el (org-narrow-to-subtree): Do not include the final newline
1434         into the narrowed region.
1436         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1437         bug with user-define skipping condition.
1439 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1441         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1443 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1445         * org-exp.el (org-export-html-style-default): Automatic overflow
1446         handling for pre fields.
1447         (org-export-as-ascii, org-export-as-html): Change default format
1448         for time stamp.
1450         * org-table.el (org-table-export): Offer completion for translator
1451         functions, and do not require a heading above the table.
1453         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1454         Cater for the case of a list starting in the first line of the
1455         buffer.
1457 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1459         * org-publish.el (org-publish-find-title): Bug fix.
1460         (org-publish-org-index): Implement new :index-style option.
1462 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1464         * org-publish.el (org-publish-timestamp-filename): Use
1465         SHA1-encoded file names in the timestamp directory.
1467 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1469         * org-publish.el (org-publish-needed-p): Be verbose about files
1470         published and files skipped.
1472         * org-exp.el (org-export-preprocess-string): Swap link
1473         normalization and inernal link targeting.
1475         * org-publish.el (org-publish-needed-p): Create timestamp
1476         directory when it does not exist.
1478 2008-07-04  Bastien Guerry  <bzg@altern.org>
1480         * org-clock.el (org-clock-out-when-done): Doc fix.
1482         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1484         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1485         Ignore case when searching for the COMMENT cookie at export time.
1487 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1489         * org-exp.el (org-get-file-contents)
1490         (org-get-and-remove-property): New functions.
1491         (org-export-handle-include-files): Handle the new prefix options.
1492         (org-export-as-html): Fix the verse environment.
1494 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1496         * org.el (org-time=, org-time<, org-time<=, org-time>)
1497         (org-time>=, org-time<>, org-2ft): New functions.
1498         (org-op-to-function): Also provide for the time testing fucntions.
1500 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1502         * org-exp.el (org-export-html-style-default): New constant.
1504 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1506         * org-exp.el (org-export-html-style-extra): New variable.
1507         (org-export-splice-style): New function.
1509 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1511         * org-exp.el (org-export-plist-vars, org-export-as-html):
1512         Implement `org-export-creator-info'.
1513         (org-export-creator-info): New option.
1515 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1517         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1518         (org-property-drawer-re, org-clock-drawer-re): New constants.
1520 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1522         * org-exp.el (org-icalendar-use-deadline)
1523         (org-icalendar-use-scheduled): New options.
1524         (org-icalendar-include-todo): Default changed to t.
1525         (org-print-icalendar-entries): Implement better utilization of
1526         scheduling and deadline time stamps.
1527         (org-export-target-internal-links, org-export-as-html): Allow file
1528         lines without the "file:" prefix if the file path is an absolute
1529         path or starts with ".".
1531         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1532         lastweek etc.
1533         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1535 2008-06-18  Glenn Morris  <rgm@gnu.org>
1536         * org.el (org-map-entries): Let-bind `file'.
1538 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1540         * org.el (org-agenda-skip-archived-trees): Docstring now
1541         discourages using this.
1542         (org-scan-tags): Check for org-agenda-archives-mode.
1543         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1544         (org-agenda-files): Functionality of second arg changed.
1546         * org-agenda.el (org-agenda-archives-mode): New variable
1547         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1548         (org-search-view, org-todo-list, org-tags-view)
1549         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1550         `ifmode' argument.
1551         (org-agenda-quit): Reset the archives mode.
1552         (org-agenda-archives-mode): New command.
1553         (org-agenda-set-mode-name): Include archives info.
1555 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1557         * org.el (org-paste-subtree): Make sure the yanked headline is
1558         visible if it was yanked at a visible point.
1559         (org-move-item-up): Fix the bug with moving white space at the end
1560         of the item.
1561         (org-show-empty-lines-in-parent): New function.
1563 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1565         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1567         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1569         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1570         agenda prefix as well.
1572         * org-publish.el (org-publish-org-index): Make a properly indented
1573         list.
1575         * org.el (org-calendar-agenda-action-key): New option.
1576         (org-get-cursor-date): New function.
1577         (org-mark-entry-for-agenda-action): New command.
1578         (org-overriding-default-time): New variable.
1579         (org-read-date): Respect `org-overriding-default-time'.
1581         * org-remember.el (org-remember-apply-template): Respect the
1582         ovverriding default time.
1584         * org-agenda.el (org-agenda-action-marker): New variable.
1585         (org-agenda-action): New command.
1586         (org-agenda-do-action): New function.
1588 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1590         * org.el (org-schedule, org-deadline): Protect scheduled and
1591         deadline tasks against changes that accidently remove the
1592         repeater.  Also show a message with the new date when done.
1594 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1596         * org.el (org-beginning-of-line): Cater for the case when there
1597         are tags but no headline text.
1598         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1599         it set.
1601 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1603         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1604         the return value is nil instead of "nil" when there is no match.
1606         * org-exp.el (org-insert-centered): Use fill-column instead of
1607         80.
1608         (org-export-as-ascii): Use string-width to measure the width of
1609         the heading.
1611         * org.el (org-diary-to-ical-string): No longer kill buffer
1612         FROMBUF, this is now done by the caller.
1614         * org-exp.el (org-print-icalendar-entries): Move the call to
1615         `org-diary-to-ical-string' out of the loop, and kill the buffer
1616         afterwords.
1618         * org-remember.el (org-remember-visit-immediately): Position
1619         cursor after moving to the note.
1620         (org-remember-apply-template): Use a text property to record the
1621         cursor position.
1622         (org-remember-handler): Align tags after pasting the note.
1624 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1626         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1628         * org-agenda.el (org-agenda-open-link): If there is an
1629         org-bbdb-name property in the current line, jump to that bbdb
1630         entry.
1632         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1633         text property, so that the agenda knows where this entry comes
1634         from.
1636         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1637         interaction between clocking-in from the agenda, and  automatic
1638         task state switching.
1640         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1642         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1643         zmacs-region stays after this command in XEmacs.
1645 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1647         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1649         * org-remember.el (org-remember-templates): Fix bug in
1650         customization type definition.
1652         * org.el (org-map-entries): New function.
1654 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1656         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1657         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1659 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1661         * org-remember.el (org-jump-to-target-location): New variable.
1662         (org-remember-apply-template): Set
1663         `org-remember-apply-template' if requested by template.
1664         (org-remember-handler): Start an idle timer to jump to
1665         remember location.
1667         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1669         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1670         file tags.
1671         (org-get-tags-at): Add the content of `org-file-tags'.
1673         * org-exp.el (org-export-handle-comments): Fix bug with several
1674         comment lines after each other.
1675         (org-number-to-roman, org-number-to-counter): New functions.
1676         (org-export-section-number-format): New option.
1678 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1680         * org-exp.el (org-export-protect-examples): Catch the case of a
1681         missing end_example line.
1683         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1684         `org-file-tags' to nil.
1686         * org-colview.el (org-columns-next-allowed-value): Handle next
1687         argument NTH to directly select a value.
1689         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1690         argument NTH to directly select a value.
1692 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1694         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1696 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1698         * org.el (org-columns-ellipses): New option.
1700 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1702         * org-colview.el (org-columns-add-ellipses): New function.
1703         (org-columns-compact-links): New function.
1704         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1705         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1706         when in agenda.
1707         (org-columns-edit-value): Fixed bug with editing values from
1708         agenda column view.
1709         (org-columns-redo): Also redo the agenda itself.
1711 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1713         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1714         option.
1716         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1718         * org-exp.el (org-export-ascii-preprocess): Renamed from
1719         `org-export-ascii-clean-string'.
1720         (org-export-kill-licensed-text)
1721         (org-export-define-heading-targets)
1722         (org-export-handle-invisible-targets)
1723         (org-export-target-internal-links)
1724         (org-export-remove-or-extract-drawers)
1725         (org-export-remove-archived-trees)
1726         (org-export-protect-quoted-subtrees)
1727         (org-export-protect-verbatim, org-export-protect-examples)
1728         (org-export-select-backend-specific-text)
1729         (org-export-mark-blockquote-and-verse)
1730         (org-export-remove-comment-blocks-and-subtrees)
1731         (org-export-handle-comments, org-export-mark-radio-links)
1732         (org-export-remove-special-table-lines)
1733         (org-export-normalize-links)
1734         (org-export-concatenate-multiline-links)
1735         (org-export-concatenate-multiline-emphasis): New functions,
1736         obtained from spliiting the export preprocessor.
1738         * org-table.el (org-table-recalculate): Improve error message if
1739         the row number is invalid.
1741 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1743         * org-archive.el (org-archive-save-context-info): Fix bugs in
1744         customization setup and docstring.
1746         * org-exp.el (org-export-html-style): Changed the size of in the
1747         <pre> element to 90%.
1749 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1751         * org.el (org-find-src-example-start): Function removed.
1752         (org-edit-src-find-region-and-lang): New function.
1754 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1756         * org.el (org-edit-src-exit): New function.
1757         (org-exit-edit-mode): New minor mode.
1759         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1760         comment-like lines from protected examples.
1762         * org.el (org-edit-src-example, org-find-src-example-start)
1763         (org-protect-source-example, org-edit-special): New functions.
1765 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1767         * org-publish.el (org-publish-project-alist): Fix typo in
1768         docstring.
1769         (org-publish-project-alist): Handle :index-title property.
1771 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1773         * org-export-latex.el (org-export-as-latex): Make sure region
1774         bounds are correct.  Parse subtree properties relating to export.
1776         * org-exp.el (org-export-add-options-to-plist): New function.
1777         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1779 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1781         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1782         EXPORT_TITLE.
1784         * org-exp.el (org-export-get-title-from-subtree)
1785         (org-export-as-ascii, org-export-as-html): Make sure the original
1786         region-beginning and region-end are used, even after moving
1787         point.
1788         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1789         property.
1791         * org-remember.el (org-remember-last-stored-marker): New variable.
1792         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1793         (org-remember-handler): Also use marker to remember
1794         last-stored position.
1796         * org.el (org-goto-marker-or-bmk): New function.
1798 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1800         * org.el (org-file-properties): Renamed from `org-local-properties'.
1801         (org-scan-tags): Take file tags into account.
1802         (org-tags-match-list-sublevels): Default changed to t.
1804         * org-exp.el (org-export-as-html): Close paragraph after a
1805         footnote.
1807         * org.el (org-update-parent-todo-statistics): New function.
1809         * org-exp.el (org-icalendar-store-UID): New option.
1810         (org-icalendar-force-UID): Option removed.
1811         (org-print-icalendar-entries): IMplement UIDs.
1813 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1815         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1817 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1819         * org-faces.el (org-column): Document how this face is being used
1820         and why sometimes the background faces shine through.
1822         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1824         * org-publish.el (org-publish-attachment): Create publishing
1825         directory if it does not yet exist.
1827         * org-table.el (org-calc-default-modes): Change default number
1828         format to (float 8).
1830         * org.el (org-olpath-completing-read): New function.
1831         (org-time-clocksum-format): New option.
1832         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1834         * org-clock.el (org-clock-display, org-clock-out)
1835         (org-update-mode-line): Use `org-time-clocksum-format'.
1837         * org-colview-xemacs.el (org-columns-number-to-string): Use
1838         `org-time-clocksum-format'.
1840         * org-colview.el (org-columns-number-to-string): Use
1841         `org-time-clocksum-format'.
1843 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1845         * org-id.el: New file, move from contrib to core.
1847         * org-exp.el (org-icalendar-force-UID): New option.
1849 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1851         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1852         shifted by one day if theere is a date range without an end
1853         time.
1855         * org.el (org-try-structure-completion): New function.
1857 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1859         * org.el (org-set-font-lock-defaults): Improve fontification of
1860         description lists.
1861         (org-insert-item): Handle description lists.
1862         (org-adaptive-fill-function): Improve auto indentation in
1863         description lists.
1865         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1866         Implement VERSE environment.
1867         (org-export-preprocess-string): Implement the COMMENT
1868         environment.
1870         * org-export-latex.el (org-export-latex-preprocess): Implement
1871         VERSE environment.
1873 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1875         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1876         option.
1878 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1880         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1882         * org.el (org-quote-csv-field): New functions.
1884         * org-table.el (org-table-export-default-format): Remove :splice
1885         from default format, we get the same effect by not specifying
1886         :tstart and :tend.
1887         (org-table-export): Improve setup, distinguish better between
1888         interactive and non-interactive use, allow specifying the format
1889         on the fly, better protection against wrong file names.
1890         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1891         and :tend when :splice is omitted.
1893 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1895         * org-clock.el (org-clock-select-task): Make sure the selection
1896         letters are 1-9 and A-Z, no special characters.
1898 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1900         * org-exp.el (org-export-htmlize): New group.
1901         (org-export-htmlize-output-type)
1902         (org-export-htmlize-css-font-prefix): New options.
1903         (org-export-htmlize-region-for-paste): New function.
1904         (org-export-htmlize-generate-css): New command.
1906 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1908         * org/org.el (org-modules, org-format-latex-options):
1909         * org/org-archive.el (org-archive-stamp-time)
1910         (org-archive-save-context-info):
1911         * org/org-faces.el (org-hide):
1912         * org/org-irc.el (org-irc-parse-link):
1913         * org/org-macs.el (org-call-with-arg, org-autoload):
1914         * org/org-mew.el (org-mew-store-link):
1915         * org/org-remember.el (org-remember-store-without-prompt)
1916         (org-remember-templates): Fix typos in docstrings.
1918         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1920         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1921         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1922         (org-bbdb-anniv-split): Fix typos in docstrings.
1924         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1925         (org-publish-use-timestamps-flag): Reflow docstring.
1926         (org-publish-files-alist): Fix typos in docstring.
1928 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1930         * org.el (org-set-visibility-according-to-property): New function.
1931         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1932         and compute the regular expressions, and update font-lock.
1933         (org-property-re): Allow a dash in property names.
1935         * org-archive.el (org-extract-archive-file): Insert the file name
1936         without the path into the format, to allow the location format to
1937         contain a subdirectory.
1939         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1940         of buffer, and the `org-agenda-type' property undefined, use the
1941         value from the character before.
1943         * org.el (org-add-planning-info): Don't let indentation for
1944         would-be timestamp become extra whitespace at the end of headline.
1946 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1948         * org.el (org-remove-double-quotes, org-file-contents): New
1949         functions.
1951         * org-exp.el (org-infile-export-plist): Also parse the
1952         contents of #+SETUPFILE files, recursively.
1954         * org.el (org-set-regexps-and-options): Also parse the
1955         contents of #+SETUPFILE files, recursively.
1957         * org-exp.el (org-export-handle-include-files): New function.
1958         (org-export-preprocess-string): Call
1959         `org-export-handle-include-files'.
1961         * org.el (org-delete-property-globally)
1962         (org-delete-property, org-set-property): Ignore case during
1963         completion.
1964         (org-set-property): Use `org-completing-read' instead of
1965         `completing-read'.
1967         * org.el (org-complete-expand-structure-template): New,
1968         experimental function.
1969         (org-structure-template-alist): New, experimental option.
1970         (org-complete): Call `org-complete-expand-structure-template'.
1972 2008-05-06  Bastien Guerry  <bzg@altern.org>
1974         * org-export-latex.el (org-export-latex-preprocess): Added
1975         support for blockquotes.
1977 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1979         * org.el (org-read-date-analyze): Catch the case where only a
1980         weekday is given.
1982 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1984         * org.el (org-set-font-lock-defaults): Make the description
1985         tag bold.
1987         * org-exp.el (org-export-as-html, org-close-li): Implement
1988         description lists.
1990 2008-05-04  Jason Riedy  <jason@acm.org>
1992         * org-table.el (*orgtbl-default-fmt*): New variable.
1993         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1994         when there is no other fmt available.
1996         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1997         :tend to suppress the appropriate string.
1999         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2000         table.
2002 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2004         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2005         read date.
2007         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2008         New function.
2010         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2011         New function.
2013 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2015         * org-clock.el (org-clock-find-position): Don't include notes
2016         into clock drawer.
2018         * org-archive.el (org-archive-subtree): No longer remove an
2019         extra line after cutting the subtree.  `org-cut-subtree' already
2020         takes care of this.
2022         * org-remember.el (org-remember-handler): Only kill the target
2023         buffer if it does not contain the running clock.
2025         * org.el (org-markers-to-move): New variable.
2026         (org-save-markers-in-region, org-check-and-save-marker)
2027         (org-reinstall-markers-in-region): New function.
2028         (org-move-subtree-down, org-copy-subtree): Remember relative
2029         marker positions before cutting.
2030         (org-move-subtree-down, org-paste-subtree): Restore relative
2031         marker positions after pasting.
2033         * org-remember.el (org-remember-clock-out-on-exit): New option.
2034         (org-remember-finalize): Clock out only if the setting in
2035         `org-remember-clock-out-on-exit' requires it.
2036         (org-remember-handler): Do the cleanup in the buffer, to make sure
2037         that the clock marker remains in tact.
2039 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2041         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2042         (org-clock-in): Make sure that also tasks outside the narrowed
2043         region will be clocked in correctly.
2044         (org-clock-insert-selection-line): Widen the buffer so that we can
2045         find the correct task heading.
2047         * org.el (org-base-buffer): New function.
2049         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2050         and ";" are escaped.
2051         (org-print-icalendar-entries): Also apply
2052         `org-icalendar-cleanup-string' to the headline, not only to the
2053         summary property.
2055 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2057         * org-exp.el (org-export-preprocess-hook): New hook.
2058         (org-export-preprocess-string): Call
2059         `org-export-preprocess-hook'.
2061         * org.el (org-font-lock-hook): New variable.
2062         (org-font-lock-hook): New function.
2063         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2065 ;; Local Variables:
2066 ;; coding: utf-8
2067 ;; add-log-time-zone-rule: t
2068 ;; End:
2070     Copyright (C) 2008  Free Software Foundation, Inc.
2072   This file is part of GNU Emacs.
2074   GNU Emacs is free software: you can redistribute it and/or modify
2075   it under the terms of the GNU General Public License as published by
2076   the Free Software Foundation, either version 3 of the License, or
2077   (at your option) any later version.
2079   GNU Emacs is distributed in the hope that it will be useful,
2080   but WITHOUT ANY WARRANTY; without even the implied warranty of
2081   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2082   GNU General Public License for more details.
2084   You should have received a copy of the GNU General Public License
2085   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2087 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c