Remember: Safer way to access new buffer.
[org-mode.git] / lisp / ChangeLog
blob9388d9dd08721f6fef69f2be712a013f4617f3c0
1 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-remember.el (org-remember-handler): Safer way to get a new
4         buffer accessing the target file.
6         * org.el (org-refile-get-location): Handle case of current buffer
7         not having a file associated with it.
9 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org-table.el (org-table-get-formula): Only ask to overwrite
12         field formula if there really is one.
14         * org-id.el (org-id-find): Allow the ID to be a symbol or a
15         number, by converting these to a string.
17         * org-colview.el (org-dblock-write:columnview): Allow ID to be
18         located in a different file.
20         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
21         org-colview.el.
23 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
25         * org.el (org-completion-use-ido): Enhance docstring of
26         `org-completion-use-ido'.
28         * org-export-latex.el (org-export-latex-make-header): Double the %
29         in the time stamp format.
30         (org-export-latex-special-chars): Handle case where there is no
31         match group 3.
33 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
35         * org.el (org-get-refile-targets, org-refile-get-location): Use
36         expanded file name to improve comparison.
38 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
40         * org.el (org-scan-tags): Rescan for tags, to get the correct
41         upcase/downcase stuff.  This slows things down for now, but it
42         works.
43         (org-mode): Make sure the tag-faces regexp is initialized.
45         * org-export-latex.el (org-export-latex-links): Fix bug with
46         undefined label.
48         * org-table.el (org-table-get-specials): Set
49         `org-table-current-last-data-line'.
50         (org-table-current-last-data-line): New variable.
51         (org-table-insert-column, org-table-delete-column)
52         (org-table-move-column, org-table-fix-formulas): Call
53         `org-table-fix-formulas' a second time to fix the $LR references.
54         (org-table-get-specials): Add the $LR references to the tables.
55         (org-table-get-formula): Do not offer last-row names as LHS of
56         formulas.
58         * org.el (org-store-link): Capture link description from
59         `org-id-store-link'.
61         * org-exp.el (org-export-html-format-image): Add the / to the end
62         of the <img> tag.
63         (org-export-format-source-code): Surround example by empty lines,
64         to make sure it will not be inside a paragraph.
66         * org.el (org-ido-switchb): New function.
68 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
70         * org-agenda.el (org-agenda-show): New prefix argument
71         FULL-ENTRY.
73         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
74         argument.
76         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
77         `org-agenda-change-all-lines'.
78         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
79         tags are now retrieved locally.
81 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
83         * org.el (org-get-outline-path): Fix bug if level is not given.
84         (org-org-menu): Do not quote function in menu vector.
86         * org-agenda.el (org-finalize-agenda): Fix typo with variable
87         name.
89 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
91         * org.el (org-refile): Avoid refiling to within the region to be
92         refiled.
94         * org-export-latex.el (org-export-latex-special-chars): Replace
95         special characters also in tables.
97         * org-agenda.el (org-agenda-change-all-lines): New argument
98         FORCE-TAGS.
99         (org-agenda-set-tags): Cet the new tags and pass them to
100         `org-format-agenda-item'.
102 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
104         * org-export-latex.el (org-export-latex-classes): Add longable as
105         a default package to all classes.
106         (org-export-latex-tables): Handle the longtable attribute and the
107         align attribute.
109         * org-table.el (orgtbl-to-generic): Handle tables that start with
110         a hline.
112         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
113         \verb for colde-like snippets.
114         (org-export-as-latex): Fix issues with region export.
116         * org.el (org-up-heading-safe): Speed up function by using a
117         direct regexp search.
118         (org-olpa): New variable.
119         (org-get-outline-path): Speed-up path constructions in cases where
120         this is possible because the entire hierarchy is scanned anyway.
121         (org-refile-get-location): Don't compare the truenames of files,
122         this is too slow.
123         (org-goto-max-level): New option.
124         (org-goto): Use `org-goto-max-level'.
126 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
128         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
129         Strip angle brackets from message-ids in the former and don't do
130         it in the latter.
131         (org-gnus-follow-link): Open summary reliable, even if the last
132         messages were deleted, and handle empty groups, too.
134 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
136         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
137         instead of \texttt for the =...= and ~===~ emphasis environments.
138         (org-export-as-latex): Remove any old :org-license-to-kill text
139         properties.
140         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
141         (org-export-latex-make-header): Add some hard space after the
142         table of contents.
143         (org-export-latex-first-lines): Accept RBEG argument.  Mark
144         exported text so that it will be excuded in further steps.
146         * org-table.el (org-table-get-specials): Make @0 reference the
147         last line in a table.
148         (org-table-recalculate): Improve docstring.
150 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
152         * org.el (org-log-done): Fix docstring.
154 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
156         * org-exp.el (org-export-html-format-image): Fix bugs.
158         * org-export-latex.el (org-export-latex-tables)
159         (org-export-latex-links): Implement attribute, label, and caption
160         handling.
162         * org-exp.el (org-export-html-style-default): Add style
163         definitions for the figure div.
164         (org-export-preprocess-string, org-export-as-html): Implement
165         attribute, label, and caption handling.
166         (org-export-attach-captions-and-attributes): New function.
167         (org-export-html-format-image): New function.
168         (org-format-org-table-html): Implement attribute, label, and
169         caption handling.
171         * org.el (org-find-text-property-in-string): New function.
172         (org-extract-attributes): Use the property org-attr instead of
173         org-attrobutes, because this property is now set with the #+ATTR
174         lines.
176 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
178         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
179         the case that FROM is nil.
181         * org.el (org-before-first-heading-p): New function.
183 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
185         * org-exp.el (org-export-as-html): Do not add a space before
186         enforces line breaks.
187         (org-export-as-html): Close paragraph before blockquote and verse
188         tags.
190 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-id.el (org-id-locations-file): Wrap file name with
193         `convert-standard-filename'.
194         (org-id-files): New variable.
195         (org-id-use-hash): New option.
196         (org-id-update-id-locations): Also search in all files current
197         listed in `org-id-files'.  Convert the resulting alist to a hash
198         if the user customation says so.
199         (org-id-locations-save): Handle he case if `org-id-locations' is a
200         hash.
201         (org-id-locations-load): Convert the alist to a hash.
202         (org-id-add-location): Handle the hast case.
203         (kill-emacs-hook): Make sure id locations are saved when Emacs is
204         exited.
205         (org-id-hash-to-alist, org-id-alist-to-hash)
206         (org-id-paste-tracker): New functions.
208 -------------------------------------------------------------------------
210 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
212         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
213         bindings of calendar variables.
215         * org-table.el (org-table-find-row-type): Renamed from
216         `org-find-row-type'.
217         (org-table-rewrite-old-row-references): Renamed from
218         `org-rewrite-old-row-references'.
219         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
220         (org-table-cleanup-narrow-column-properties): Renamed from
221         `org-cleanup-narrow-column-properties'.
223 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
226         for better error messages.
227         (org-table-get-descriptor-line): Supply the new arguments to
228         `org-find-row-type'.
229         (org-table-error-on-row-ref-crossing-hline): New option.
231         * org.el (org-target-link-regexp): Make buffer-local.
232         (org-move-subtree-down): Fix bug with trees at beginning of
233         buffer.
235 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
237         * org-faces.el (org-set-tag-faces): New function.
238         (org-tags-special-faces-re): New variable.
240         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
242         * org-faces.el (org-tag-faces): New option.
243         (org-tag): Mention `org-tag-faces' in the docstring.
245 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
247         * org-exp.el (org-export-html-style-default): Implement new
248         quoting.
250         * org-jsinfo.el (org-infojs-template): Implement new quoting.
252         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
253         command to the `w3m-minor-mode-map'.
255         * org-archive.el (org-archive-to-archive-sibling): Protect
256         `this-command' to avoid appending kills during archiving.
258         * org-exp.el (org-export-with-priority): New variable.
259         (org-export-add-options-to-plist): Use `org-export-plist-vars'
260         instead of internal list of strings and properties.
261         (org-print-icalendar-entries): Retrieve the location property with
262         inheritance.
264 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org-exp.el (org-export-with-todo-keywords): New option.
267         (org-export-plist-vars): Include also the keys for the #+OPTIONS
268         line.
269         (org-default-export-plist, org-export-add-options-to-plist)
270         (org-export-as-ascii, org-export-as-html): Use the new structure
271         of `org-export-plist-vars'.
273         * org.el (org-map-entries): Return all values.
275 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
277         * org.el (org-matcher-time): Recognize more special values.
279         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
281 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org.el (org-tags-exclude-from-inheritance): New option.
284         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
285         `org-tags-exclude-from-inheritance'.
287         * org-agenda.el (org-agenda-show-inherited-tags): New option.
288         (org-format-agenda-item): Add inherited tags to the agenda line
289         string, and make sure that properties are kept when downcasing the
290         tags list.
291         (org-agenda-add-inherited-tags): New function.
292         (org-downcase-keep-props): New function.
294         * org.el (org-scan-tags): Mark inherited tags with a text
295         property.
296         (org-get-tags-at): Mark inherited tags with a text property.
297         (org-add-prop-inherited): New function.
299         * org-agenda.el (org-agenda-add-inherited-tags): New function.
300         (org-agenda-show-inherited-tags): New option.
302 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org.el (org-modules): Add org-w3m to the default modules.
306         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
307         orgtbl-mode.
308         (orgtabl-create-or-convert-from-region): New command.
310         * org-exp.el (org-export-as-ascii): Remove the handling of
311         targets.
312         (org-export-ascii-preprocess): Handle targets already in this
313         function.
315 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
317         * org-timer.el (org-timer-start-time): Define this variable.
318         (org-timer-item): Make argument optional.
320         * org-list.el (org-insert-item): Automatically insert a timer item
321         if the current list is a timer list.
323         * org-timer.el: New file.
325         * org-publish.el (org-publish-org-index): Only exclude the index
326         file in the main directory from being added to the site-map.
327         (org-publish-get-project-from-filename): If the current project is
328         a component, start publishing from the parent project.
330 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
332         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
334         * org-publish.el (org-publish-org-index): Improve removal of
335         temporary buffers.
337         * org-agenda.el (org-get-closed): Re-apply changes
338         accidentially overwritten by last commit to Emacs.
340         * org.el (org-outline-path-complete-in-steps): New option.
341         (org-refile-get-location): Honor
342         `org-outline-path-complete-in-steps'.
343         (org-agenda-change-all-lines, org-tags-sparse-tree)
344         (org-time-string-to-absolute, org-small-year-to-year)
345         (org-link-escape): Re-apply changes accidentially overwritten
346         by last commit to Emacs.
348 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
350         * org-clock.el (org-dblock-write:clocktable): Make sure the
351         clocktable sees the first line.
352         (org-clock-in): Warn if the clock cannot be resumed.
354 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
356         * org.el (org-open-at-point): Fix mixup about interactive and
357         non-interactive elisp links.
359 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-exp.el (org-export-preprocess-string): Allow one comment
362         line before the first headline to always be included.  This is
363         to not miss a commented target.
365         * org-mouse.el (org-mouse-insert-item): Call
366         `org-indent-to-column' instead of `indent-to', for XEmacs
367         compatibility.
369         * org.el (org-refile-targets): Fix customize definition so
370         that it works also in XEmacs.
371         (org-fixup-indentation): Call `org-indent-to-column' instead
372         of `indent-to', for XEmacs compatibility.
374 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
376         * org-mew.el (org-mew-store-link): Get the correct case folder
377         for refiled messages.
379 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
381         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
382         line break indicators.
384         * org.el (org-ido-completing-read): Remove the "i:" prefix for
385         ido-completion propts.
387 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
389         * org-remember.el (org-remember-apply-template): Use
390         `org-substring-no-properties'.
392         * org-compat.el (org-substring-no-properties): New function.
394         * org-remember.el (org-remember-apply-template): Use
395         `org-substring-no-properties' for compatibility.
397         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
398         option.
399         (org-fix-bullet-type): respect
400         `org-list-two-spaces-after-bullet-regexp'.
402         * org-clock.el (org-clock-load): Clean up the code.
404         * org.el (org-adaptive-fill-function): Allow two spaces after
405         "1." as a list bullet.
407 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org-clock.el (org-clock-save, org-clock-load): Check for
410         live buffers, existing files, and buffer file names to ensure
411         consistent information.
412         (org-clock-persist): Make `clock' a special value of this
413         variable, and improve docstring.
415         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
416         (org-get-string-indentation): Adapt indentation when the bullet
417         width changes.
419 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org-remember.el (org-remember-finalize): Make interactive.
422         (org-remember-kill): New command.
423         (org-remember-finish-immediately): Call `org-remember-finalize'
424         directly.
425         (org-remember-finalize): Make `org-remember-finalize' an interactive
426         function.
428 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
430         * org-remember.el (org-remember-apply-template): No ido completion
431         for free prompts in remember templates.
432         (org-remember-before-finalize-hook): New hook.
433         (org-remember-mode): New minor mode.
434         (org-remember-apply-template): Turn on `org-remember-mode'.
436         * org-id.el (org-id-add-location): Avoid error when no file is
437         given.
439         * org-remember.el (org-remember-apply-template): Fix the way how
440         the list of allowed properties is retrieved from the target file.
442         * org.el (org-insert-link): Improve file link matching.
444 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org-colview.el (org-columns-display-here): New argument
447         DATELINE, to trigger using the new face.
448         (org-agenda-colview-summarize): Call `org-columns-display-here'
449         with the new argument.
451         * org-faces.el (org-agenda-column-dateline): New face.
453         * org-publish.el (org-publish-org-index): Use index-title at page
454         title, not as section.
456         * org-exp.el (org-export-html-format-desc): Respect the
457         org-protect property.
458         (org-export-as-html): Protect image specifiers that are in the
459         description part of a link.
461         * org.el (org-sort-entries-or-items, org-completing-read)
462         (org-refile-get-location, org-olpath-completing-read, org-todo)
463         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
464         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
465         (org-set-property, org-delete-property)
466         (org-delete-property-globally): Use `org-ido-completing-read'.
468         * org-remember.el (org-remember-apply-template): Use
469         `org-ido-completing-read'.
471         * org-publish.el (org-publish): Use `org-ido-completing-read'.
473         * org-colview.el (org-columns-edit-value, org-columns-new)
474         (org-insert-columns-dblock): Use `org-ido-completing-read'.
476         * org-colview-xemacs.el (org-columns-edit-value)
477         (org-columns-new, org-insert-columns-dblock): Use
478         `org-ido-completing-read'.
480         * org-attach.el (org-attach-delete-one, org-attach-open): Use
481         `org-ido-completing-read'.
483         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
484         `org-ido-completing-read'.
486         * org.el (org-time-today): New function.
487         (org-matcher-time): Use `org-time-today'.  Add special treatment
488         for "<tomorrow>" and "<yesterday>".
489         (org-ido-completing-read): New function.
490         (org-completion-use-ido): New option.
492         * org-exp.el (org-export-format-source-code): Fix bug in require
493         htmlize code.
494         (org-export-target-internal-links): Fix bug in search for text
495         property.
497 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
499         * org-export-latex.el (org-export-latex-subcontent): Interprete
500         target aliases as additonal labels.
502         * org-exp.el (org-export-target-aliases): New variable.
503         (org-export-preprocess-string)
504         (org-export-handle-invisible-targets): Fill the alias alist.
505         (org-export-as-html): Remove the &nbsp; from the anchor, and also
506         assign an id.
507         (org-html-level-start): Insert the target aliases as additonal
508         anchors.
510         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
511         picture area.
513 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
515         * org.el (org-open-at-mouse): Ensure correct link abbreviations
516         when following a link with the mouse from the agenda.
518         * org-exp.el (org-export-as-html): Avoid lone </div> when no
519         headlines are created.
521 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
523         * org-exp.el (org-export-preprocess-string): Reorder so that we
524         can still see ID properties when we collect targets.
525         (org-export-target-internal-links): Also store targets for ID's.
527         * org.el (org-link-translation-function): New option.
528         (org-open-at-point): Call `org-link-translation-function' if
529         non-nil.
530         (org-translate-link): New function.
531         (org-translate-link-from-planner): New function.
532         (org-open-at-point): Allow interactive commands in elisp links.
534         * org-exp.el (org-icalendar-cleanup-string): Restore the old
535         iCalendar quoting.  The new one seems to caus problems with
536         applications.
538         * org.el (org-yank): Set `this-command' to `yank', so that
539         `yank-pop' will work.
541 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
543         * org-id.el (org-id-search-archives): New option.
545         * org.el (org-link-to-org-use-id): New option.
546         (org-store-link): Use `org-link-to-org-use-id'.
547         (org-id): Make org-id.el a standard component.
549 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
551         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
552         hexified version of the tag.
554         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
555         compliance as far as quoting is concerned.
557         * org-vm.el (org-vm-follow-link): Require `vm-search'.
559         * org.el (org-up-heading-safe, org-forward-same-level): Always
560         call `org-back-to-heading' instead of `outline-back-to-heading'.
561         (org-back-to-heading): New wrapper around outline-back-to-heading,
562         with a useful error message telling where the error happened.
564         * org-list.el (org-update-checkbox-count): Always call
565         `org-back-to-heading' instead of `outline-back-to-heading'.
567         * org-exp.el (org-export-as-html): Make sure that each <img> tag
568         has an `alt' attribute, to ensure XHTML validation.
570 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org-publish.el (org-publish-attachment): Allow publishing to
573         overwrite attachment files.
575         * org-agenda.el (org-agenda-timerange-leaders): New option.
576         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
578         * org.el (org-edit-src-exit): Untabify ASCII image before
579         returning.
592 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
594         * org.el (org-yank): Make any prefix force normal yanking.
595         Suppress folding if text would be swallowed into a folded
596         subtree.
597         (org-yank-folded-subtrees, org-yank): Docstring updates.
599         * org-agenda.el (org-agenda-compare-effort): Treat no effort
600         defined as 0.
602         * org-exp.el (org-export-language-setup): Add Catalan and
603         Esperanto language entries.
605 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
607         * org.el (org-refile): Allow refiling of entire regions.
609         * org-clock.el (org-clock-time%): New function.
611         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
612         retrieve property values.
614 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
616         * org-agenda.el (org-agenda-list): Handle the value `only' of
617         org-agenda-show-log'.
618         (org-agenda-log-mode): Interpret a double prefix arg.
620 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
622         * org-exp.el (org-export-html-footnotes-section): New variable.
623         (org-export-as-html): Use `org-export-html-footnotes-section' to
624         insert the footnotes.
625         (org-export-language-setup): Add "Footnotes" to language words.
627 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
629         * org.el (org-yank): Fix bug when not inserting a subtree.
631 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
633         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
634         instead of `vm-beginning-of-message'.
636         * org.el (org-make-link-regexps): Make sure that links to gnus can
637         contain brackets.
639 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
641         * org-attach.el (org-attach-dir): Remove duplicate ID creation
642         code.
644         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
645         shell output.
647         * org.el (org-link-abbrev-alist): Improve customization type.
649         * org-attach.el (org-attach-expand-link, org-attach-expand): New
650         functions.
652         * org-agenda.el (org-agenda-get-progress): Renamed from
653         `org-get-closed'.  Implement searching for state changes as well.
654         (org-agenda-log-mode-items): New option.
655         (org-agenda-log-mode): New option prefix argument, interpreted as
656         request to show all possible progress info.
657         (org-agenda-get-day-entries): Call `org-get-progress' instead of
658         `org-get-closed'.
659         (org-agenda-set-mode-name): Handle the more complex log mode
660         settings.
661         (org-get-closed): New alias, pointing to `org-get-progress'.
663 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
665         * org.el (org-file-apps-defaults-gnu)
666         (org-file-apps-defaults-macosx)
667         (org-file-apps-defaults-windowsnt): Add an entry defining the
668         system command.
669         (org-file-apps): Allow `system' as key and value.
670         (org-open-at-point): Explain the effect of a double prefix arg.
671         (org-open-file): If the argument `in-emacs' is (16),
672         i.e. corresponding to a double prefix argument, try to open the
673         file externally.
675 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
677         * org.el (org-insert-link): Abbreviate absolute files names in
678         links.  Also, fix a bug in which the double C-u prefix would not
679         be honored.
681 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
683         * org.el (org-insert-heading): If buffer does not end with a
684         newline, add one if necessary to insert headline correctly.
686         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
687         paragraphs, not inside.
689         * org.el (org-todo): Quote
690         `org-agenda-headline-snapshot-before-repeat'.
692         * org-exp.el (org-export-as-html): Fully process link descriptions.
693         (org-export-html-format-desc): New function.
694         (org-export-as-html): Collect footnotes into the correct basket.
695         (org-html-protect): No longer protect quotations marks here, this
696         goes wrong.
698         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
699         BEG.
701         * org-compat.el (org-fit-window-to-buffer): New function (not
702         really, a preliminary and incomplete version was present earlier,
703         but not used).
705         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
706         `org-fit-window-to-buffer'.
708         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
710         * org-agenda.el (org-agenda-get-restriction-and-command)
711         (org-fit-agenda-window, org-agenda-convert-date): Use
712         `org-fit-window-to-buffer'.
714         * org-exp.el (org-export-as-html): Process href links through
715         `org-export-html-format-href'.
716         (org-export-html-format-href): New function.
718         * org-agenda.el (org-agenda-todo): Update only the current
719         headline if this is a repeated TODO, marked done for today.
720         (org-agenda-change-all-lines): New argument JUST-THIS, to change
721         only the current line.
723         * org.el (org-todo): Take a snapshot of the headline if the
724         repeater might change it.
726 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
728         * org-publish.el (org-publish-find-title): Remove buffers visited
729         only for extracting the title.
731         * org-exp.el (org-export-html-style)
732         (org-export-html-style-default): Mark style definitions as
733         unparsed CDATA.
735         * org-publish.el (org-publish-validate-link): Function
736         re-introduced.
738 2008-11-02  Charles Sebold  <csebold@gmail.com>
740         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
741         property.
742         (org-plot-quote-timestamp-field): New function.
743         (org-plot-quote-tsv-field): Call timestamp field function when
744         necessary rather than just quoting as a string.
745         (org-plot/gnuplot-to-data): Pass in timefmt property.
746         (org-plot/gnuplot-script): Supports timefmt property.
747         (org-plot/gnuplot): Checks for timestamp column before checking
748         for text index column.
750 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
752         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
754         * org-publish.el (org-publish-org-index): Create a section in the
755         index file.
756         (org-publish-org-index): Stop linking to directories.
758         * org.el (org-emphasis-alist): Use span instead of <u> to
759         underline text.
761         * org-exp.el (org-export-as-html): Make sure <p> is closed before
762         <pre> sections.
764 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
766         * org-jsinfo.el (org-infojs-template): Remove language attribute
767         from script tag.
769 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
771         * org-agenda.el (org-agenda-remove-marked-text): New function.
772         (org-agenda-mark-filtered-text)
773         (org-agenda-unmark-filtered-text): New functions.
774         (org-write-agenda): Remove fltered text.
776         * org.el (org-make-tags-matcher): Give access to TODO "property"
777         without speed penalty.
779 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
781         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
782         option.
783         (org-store-link-props): Make sure adding to the plist works
784         correctly.
786         * org-gnus.el (org-gnus-no-new-news): New function.
787         (org-gnus-follow-link): Allow the article ID to be a message-id,
788         in addition to allowing article numbers.  Message IDs make much
789         more roubust links.
790         (org-gnus-store-link): Use message-id to create link.
792 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
794         * org.el (org-emphasize): Reverse the selection array.
795         (org-emphasis-alist): Set <code> tags for the verbatim
796         environment.
798         * org-remember.el (org-remember-handler): Fix bug with
799         prefix-related changing of the note storage target.
801         * org-exp.el (org-print-icalendar-entries): Make the exported
802         priorities compatible with RFC 2445.
804         * org-clock.el (org-clock-save): Insert time stamp without
805         dependence on time-stamp.el.
807 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
809         * org.el ("saveplace"): If saveplace puts point into an invisible
810         location, make it visible.
811         (org-make-tags-matcher): Allow inactive time stamps in time
812         comparisons.
813         (org-yank-adjusted-subtrees): New option.
814         (org-yank): Incorporate adjusting trees.
815         (org-paste-subtree): New argument FOR-YANK which will cause
816         insertion at point without backing up over white lines, and leave
817         point at the end of the inserted text.  Also if the cursor is
818         at the beginning of a headline, use the same level or the inserted
819         tree.
821         * org-publish.el (org-publish-get-base-files-1): Deal correctly
822         with broken symlinks
824 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
826         * org-exp.el (org-export-select-tags, org-get-current-options):
827         Fix typo.
829 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
831         * org-agenda.el (org-format-agenda-item)
832         (org-agenda-filter-make-matcher): Make sure tags are stored and
833         compared donwcased.
835 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
837         * org.el (org-insert-todo-heading): Fix bug with force-heading
838         argument.
840 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
842         * org-clock.el (org-clock-in-resume): Add a custom option to
843         toggle starting the clock from an open clock line.
844         (org-clock-in): When clocking in to an entry, if
845         `org-clock-in-resume' is set, check if the first clock line is
846         open and if so, start the clock from the time in the clock line.
847         (org-clock-persist): Add a custom option to toggle clock
848         persistence.
849         (org-clock-persist-query-save): Add a custom option to toggle
850         asking the user if they want to save the running clock when
851         exiting.
852         (org-clock-persist-query-resume): Add a custom option to toggle
853         asking the user if they want to resume the saved clock when Emacs
854         is restarted.
855         (org-clock-save): Add a function to save clock data.
856         This includes the contents of `org-clock-history' and the buffer
857         and position of the currently clocked task, if any.
858         (org-clock-load): Add a function to load clock data.
859         This populates `org-clock-history', and resumes the saved clocked
860         task if there is one.
861         (org-clock-persistence-insinuate): Add a method to set up the
862         hooks for clock persistence.
864 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
866         * org-exp.el (org-export-as-ascii): Handle the case that we are
867         publishing from an indirect buffer.
869         * org-table.el (org-table-copy-down): Fix bug with time stamp
870         increment.
872         * org-mouse.el (org-mouse-features): New option.
873         (org-mode-hook): Turn on features depending on
874         `org-mouse-features'.
876         * org.el (org-insert-heading-respect-content): Force heading
877         creation.
878         (org-insert-heading): keep the folding state of the heading before
879         the inserted one.
881 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
883         * org-archive.el (org-archive-to-archive-sibling): Handle top
884         level headlines better.
886 2008-10-21  Bastien Guerry  <bzg@altern.org>
888         * org-export-latex.el (org-export-latex-classes): Added
889         \usepackage{graphicx} to the default list of packages.
891 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
893         * org-agenda.el (org-agenda-filter): Renamed from
894         `org-agenda-filter-tags'.
896 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
898         * org.el (org-entry-properties): Add CATEGORY property, iven if it
899         is not defined as a property in this entry.
900         (org-add-log-note): Mask prefix argument when immediately storing
901         the note.
903         * org-agenda.el (org-agenda-filter-effort-default-operator): New
904         option.
906 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
908         * org.el (org-add-log-setup): Bugfix; code to find insertion point
909         after drawers was skipping ahead one line too many, so notes were
910         inserted after the first note instead of before it.
912 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
914         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
915         New variables.
916         (org-prepare-agenda): Reset the filter tags.
917         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
918         Show filter tags in mode line.
920         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
921         formatter.
923         * org-export-latex.el (org-latex-entities-regexp): New constant.
924         (org-export-as-pdf): Use two calls to `shell-command'.
926 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
928         * org-export-latex.el (org-export-latex-treat-sub-super-char):
929         Honor the {} value of the subsuperscript setting.  Make sure that
930         longer subsuperscripts are typeset in a roman font.
932         * org.el (org-clock-update-time-maybe): Compute negative clock
933         intervals correctly.
935 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
937         * org.el (org-add-log-setup): Respect
938         `org-log-state-notes-insert-after-drawers'.
939         (org-log-state-notes-insert-after-drawers): New option.
940         (org-todo-trigger-tag-changes): New function.
941         (org-todo): Call `org-todo-trigger-tag-changes'.
943 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
945         * org.el (org-add-log-setup): Only skip drawers if the are
946         immediately after the scheduling keywords.
948         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
949         function
950         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
951         call it with the current todo state to get the state to switch to
952         when clocking in.
953         (org-clock-in): Use org-indent-line-function to indent clock lines.
954         (org-clock-find-position): Fix indentation of empty clock drawers.
956 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
958         * org-publish.el (org-publish-org-to): Handle case when
959         org-export-to-pdf does return a file name, not a buffer.
960         (org-publish-org-to-pdf): New function.
962         * org-export-latex.el (org-export-as-pdf)
963         (org-export-as-pdf-and-open): New commands.
965         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
966         forms as ranges.
968         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
969         things in protexted regions.
971 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
973         * org-export-latex.el (org-export-latex-preprocess): Improve
974         quoting of LaTeX environments.
976 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
978         * org.el (org-edit-fixed-width-region): Exclude final newline from
979         picture area.
981         * org-export-latex.el (org-export-latex-subcontent): Add labels to
982         sections, to make internal links work.
983         (org-export-latex-fontify-headline): Do not remove all text
984         properties, to make sure that target properties survive this
985         process.
987         * org-exp.el (org-export-preprocess-string): Change sequence of
988         modifications, to make sure links are prepared before the LaTeX
989         conversions do happen.
991 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
993         * org-attach.el (org-attach-delete-all): Renamed from
994         `org-attch-delete'.  Add a security query before deleting the
995         entire directory.  New optional argument FORCE can overrule the
996         security query.
997         (org-attach-delete-one): New command.
999 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1001         * org-attach.el (org-attach-file-list): Fix bug with directory.
1003 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1005         * org.el (org-apps-regexp-alist): New function.
1006         (org-file-apps): Add auto-mode to the default value.
1007         (org-open-file): Use the new structure of org-file-apps.
1009         * org-attach.el (org-attach): Support the new keys.
1010         (org-attach-method): New option.
1012 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1014         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1015         March.
1017         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1018         of the list value o `org-use-tag-inheritance'.
1020         * org-attach.el (org-attach-auto-tag): New option.
1021         (org-attach-tag, org-attach-untag): New functions.
1022         (org-attach-attach, org-attach-new, org-attach-sync): Call
1023         `org-attach-tag'.
1024         (org-attach-delete): Call `org-attach-untag'.
1026 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1028         * org-table.el (orgtbl-self-insert-command): Make this work for
1029         the keypad as well.
1031 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1033         * org.el (org-add-log-setup): Limit searc for drawers to entry
1034         text, not to subtree.
1036         * org-clock.el (org-clock-heading-for-remember): New variable.
1037         (org-clock-in): Set `org-clock-heading-for-remember'.
1039 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1041         * org-remember.el (org-remember-apply-template): Add new
1042         expansions: %k, %K for currently clocked task and a link to the
1043         currently clocked task, and %< to file notes in the currently
1044         clocked task.
1046 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1048         * org-export-latex.el (org-export-latex-make-header): Also insert
1049         the content of the property :latex-header-extra.
1051         * org-exp.el (org-infile-export-plist): Put the content of
1052         #+LATEX_HEADER: into the property :latex-header-extra.
1054         * org-colview.el (org-columns-get-format-and-top-level): Remove
1055         resetting the marker.
1057         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1058         Remove resetting the marker.
1060         * org.el (org-entry-property-inherited-from): Improve docstring.
1061         (org-entry-get-with-inheritance): Reset marker before starting the
1062         search.
1064         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1066 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1068         * org.el (org-entry-get-multivalued-property)
1069         (org-entry-protect-space, org-entry-restore-space): New
1070         functions.
1071         (org-file-apps-defaults-macosx): Let postscript files be opened by
1072         preview.
1073         (org-time-stamp-inactive): Call `org-time-stamp'.
1074         (org-time-stamp): New argument `inactive'.  Also edit inacive
1075         stamps. Convert time stamp type.
1076         (org-open-file): Interpret the `default' value for the `command'
1077         in `org-file-apps'.
1079         * org-id.el (org-id-int-to-b36-one-digit)
1080         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1081         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1082         b36.
1084 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1086         * org-id.el (org-id-reverse-string): New function.
1087         (org-id-new): Use `org-id-reverse-string' to make sure the
1088         beginning chars of the ID are mutating fast.  This allows to use a
1089         directory structure to spread things better.
1090         (org-id-prefix): Changed default to nil.
1092         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1093         restore the column of the cursor position.
1095         * org-remember.el (org-remember-apply-template): Remove properties
1096         from `initial'.
1098 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1100         * org-wl.el (org-wl-open): Remove useless call to
1101         `wl-thread-open-all'.
1103         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1104         location.
1106 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1108         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1109         `org-bbdb-anniversaries'.
1111         * org.el (org-get-next-sibling, org-forward-same-level): New
1112         functions, similar to the outline versions, but invisible headings
1113         are OK.
1115 2008-09-25  Bastien Guerry  <bzg@altern.org>
1117         * org.el (org-auto-repeat-maybe): Insert a space between
1118         the timestamp's type and the timestamp itself.
1120 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1122         * org-table.el (org-table-sum): Do not format the result with %g,
1123         it does rounding when there are too many digits.
1125         * org.el (org-map-entries): Protect the keyword-selecting variables.
1127 2008-09-23  Bastien Guerry  <bzg@altern.org>
1129         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1130         against all agenda files.
1132 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1134         * org-list.el: New file, aggregating list functions from org.el
1135         and org-export-latex.el.
1137         * org.el (org-edit-src-region-extra): New option.
1139 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1141         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1142         time before 1am.
1144 2008-09-22  Bastien Guerry  <bzg@altern.org>
1146         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1148 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1150         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1151         hline work correctly.
1152         (org-plot/gnuplot-script): Put commas at the end of each script
1153         line.
1155 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1157         * org.el (org-get-refile-targets): Replace links with their
1158         descriptions
1159         (org-imenu-get-tree): Replace links with their descriptions.
1161         * org-remember.el (org-remember-apply-template): Add a new
1162         expansion for adding properties to remember items.
1164         * org.el (org-add-log-setup): Skip over drawers (properties,
1165         clocks etc) when adding notes.
1167         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1168         items as well as the start and end times.
1170         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1171         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1173         * org-remember.el (org-get-x-clipboard): Use the compat
1174         function to get clipboard values when x-selection-value is
1175         unavailable. Use substring-no-properties instead of
1176         set-text-properties to remove text properties from the clipboard
1177         value.
1179         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1180         modeline clock string, and display the full todo value in the
1181         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1182         the currently clocked task.
1183         (org-clock-string-limit): Add a custom value for the maximum
1184         length of the clock string in the modeline.
1185         (org-clock-mode-map): Add a keymap for the modeline string
1187 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1189         * org-compat.el (org-propertize): New function.
1191 2008-09-20  Bastien Guerry  <bzg@altern.org>
1193         * org-export-latex.el (org-export-latex-tables): protect exported
1194         tables from further special chars conversion.
1195         (org-export-latex-preprocess): Preserve LaTeX environments.
1196         (org-list-parse-list): Parse descriptive lists.
1197         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1198         (org-list-to-texinfo): Export descriptive lists.
1199         (org-quote-chars): Remove.
1200         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1201         (org-export-latex-list-beginning-re): Rename to
1202         `org-list-beginning-re'
1203         (org-list-item-begin): Rename to `org-list-item-beginning'
1205 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1207         * org.el (org-refile): Allow refiling to the last entry in the
1208         buffer.
1209         (org-get-tags-at): Fix bug when inheritance is turned off.
1211 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1213         * org.el (org-indent-line-function): No longer check for src
1214         regions, this is too much overhead.
1216         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1217         matching.
1219         * org.el (org-scan-tags): Make sure that tags matching is not case
1220         sensitive.  TODO keyword matching is case sensitive, however, to
1221         avoid confusion with similar words that are not meant to be
1222         keywords.
1224 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1226         * org.el (org-get-local-tags-at): New function.
1227         (org-get-local-tags): New function.
1229         * org-exp.el (org-export-get-categories): New function.
1231         * org-agenda.el (org-sorting-choice)
1232         (org-agenda-sorting-strategy, org-agenda-get-todos)
1233         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1234         (org-agenda-get-scheduled, org-agenda-get-blocks)
1235         (org-entries-lessp): Implement sorting by TODO state.
1236         (org-cmp-todo-state): New defsubst.
1238         * org-colview.el (org-colview-construct-allowed-dates): New
1239         function.
1240         (org-columns-next-allowed-value): Use
1241         `org-colview-construct-allowed-dates'.
1243         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1244         function.
1245         (org-columns-next-allowed-value): Use
1246         `org-colview-construct-allowed-dates'.
1248 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1250         * org.el (org-protect-slash): New function.
1251         (org-get-refile-targets): Use `org-protect-slash'.
1253         * org-agenda.el (org-global-tags-completion-table): New variable.
1255         * org-exp.el (org-export-handle-export-tags): New function.
1256         (org-export-preprocess-string): Call
1257         `org-export-handle-export-tags'.
1259         * org-plot.el: New file.
1261         * org-publish.el (org-publish-expand-components): Function removed.
1262         (org-publish-expand-projects): Allow components to have components.
1264 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1266         * org.el (org-indent-line-function): Do not indent in regions that
1267         are external source code.
1268         (org-yank-and-fold-if-subtree): New function.
1270         * org-agenda.el (org-agenda-todayp): New function.
1271         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1272         `org-agenda-todayp'.
1274         * org.el (org-insert-heading-respect-content)
1275         (org-insert-todo-heading-respect-content): New commands.
1276         (org-insert-heading-respect-content): New option.
1277         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1279         * org-clock.el (org-clock-find-position): Make sure the note after
1280         the clock line gets moved into the new clock drawer.
1282 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1284         * org-id.el (org-id-new): New option.
1286 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1288         * org-table.el (org-table-copy-down): Avoid overflow during
1289         increment.  Use prefix argument 0 to temporarily disable the
1290         increment.
1292 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1294         * org-exp.el (org-export-as-html): Do not turn on the major mode
1295         if the buffer will be killed anyway.
1296         (org-get-current-options): Exclude the #+TEXT field.
1297         (org-export-as-html): Make sure text before the first headline is
1298         a paragraph.
1300         * org-publish.el (org-publish-org-to): Tell the exporter that this
1301         buffer will be killed, so it is not necessary to do major mode
1302         initialization.
1304         * org-archive.el (org-archive-to-archive-sibling): Show empty
1305         lines after folding the archive sibling.
1307         * org.el (org-log-note-extra): New variable.
1309 2008-09-05  Bastien Guerry  <bzg@altern.org>
1311         * org.el (org-additional-option-like-keywords): Added keywords for
1312         the _QUOTE, _VERSE and _SRC environments.
1314         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1315         exporting _QUOTE and _VERSE environments.
1317 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1319         * org-agenda.el (org-agenda-filter-by-tag): New command.
1321         * org-exp.el (org-get-current-options): Remove angular brackets
1322         from the date entry.
1324         * org.el (org-edit-fixed-width-region): New function.
1325         (org-edit-fixed-width-region): Also try
1326         `org-edit-fixed-width-region'.
1327         (org-edit-fixed-width-region-mode): New option.
1328         (org-activate-code): Only interprete lines starting with colon
1329         plus a space as example lines.
1331         * org-remember.el (org-remember-templates): Add nil instead of
1332         empty strings to fix the length of remember templates.
1334         * org-table.el (org-calc-default-modes): Fix the time format for
1335         calc, from 12 hour to 24 hour clock.
1337 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1339         * org-agenda.el (org-agenda-get-deadlines)
1340         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1341         entries that are pre-warnings of deadlines or reminders.
1343         * org.el (org-sort-entries-or-items): Make numeric and alpha
1344         comparisons ignore any TODO keyword and priority cookie.
1346         * org-remember.el (org-remember-handler): Reinterpretation of the
1347         prefix argument.
1349 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1351         * org-agenda.el (org-agenda-get-scheduled): Use new
1352         `org-scheduled' face.
1354         * org-faces.el (org-scheduled): New face.
1356         * org-wl.el (org-wl-open): Remove incorrect declaration.
1358         * org-gnus.el (org-gnus-store-link): Support for :to information
1359         in gnus links.
1361         * org-exp.el (org-export-as-html): Fixed typo in creator
1362         information.
1363         (org-export-protect-examples): New parameter indent.  Insert extra
1364         spaces only when this parameter is specified.
1365         (org-export-preprocess-string): Call `org-export-protect-examples'
1366         with an indentation parameter when exporting to ASCII.
1368         * org-remember.el (org-remember-templates)
1369         (org-remember-apply-template): Allow the file component to be a
1370         function.
1372         * org.el (org-goto-local-search-headings): Renamed from
1373         `org-goto-local-search-forward-headings'.  Added the possibility
1374         to search backwards.
1376 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1378         * org-export-latex.el (org-export-latex): New customization
1379         group.
1381         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1383 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1385         * org-exp.el (org-html-do-expand): Allow {} to terminate
1386         tex macro
1388 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1390         * org.el (org-buffer-list): Select buffers based on major mode,
1391         not on file name.
1393 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1395         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1396         face property.
1398         * org-colview.el (org-columns-display-here): Use
1399         `org-columns-modify-value-for-display-function'.
1401         * org-colview-xemacs.el (org-columns-display-here): Use
1402         `org-columns-modify-value-for-display-function'.
1404 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1406         * org.el (org-columns-modify-value-for-display-function): New option.
1418         * org-publish.el (org-publish-file): Make sure the directory match
1419         for the publishing directory works correctly.
1421         * org-agenda.el (org-agenda-execute-calendar-command)
1422         (org-agenda-diary-entry): Additional optional argument.
1424 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1426         * org-exp.el (org-export-as-html): Add attributes also in mailto
1427         and ftp links.
1429         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1438 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1440         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1441         sure that calls from `org-export-region-as-html' do not do the
1442         special check for a subtree.
1444 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1446         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1448 2008-07-20  Juri Linkov  <juri@jurta.org>
1450         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1451         new keymap `narrow-map' instead of binding "\C-xns".
1453 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1455         * org.el (org-open-file): Use
1456         `org-open-directory-means-index-dot-org'.
1457         (org-open-directory-means-index-dot-org): New option.
1459 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1461         * org.el (org-make-link-string): Remove link attributes from
1462         description.
1463         (org-open-at-point): Remove link attributes bevore using the path.
1465         * org-exp.el (org-export-as-html): Handle link attributes.
1467         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1469         * org-table.el (org-table-to-lisp): New function.
1471         * org.el (org-narrow-to-subtree): Do not include the final newline
1472         into the narrowed region.
1474         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1475         bug with user-define skipping condition.
1477 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1479         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1481 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1483         * org-exp.el (org-export-html-style-default): Automatic overflow
1484         handling for pre fields.
1485         (org-export-as-ascii, org-export-as-html): Change default format
1486         for time stamp.
1488         * org-table.el (org-table-export): Offer completion for translator
1489         functions, and do not require a heading above the table.
1491         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1492         Cater for the case of a list starting in the first line of the
1493         buffer.
1495 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1497         * org-publish.el (org-publish-find-title): Bug fix.
1498         (org-publish-org-index): Implement new :index-style option.
1500 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1502         * org-publish.el (org-publish-timestamp-filename): Use
1503         SHA1-encoded file names in the timestamp directory.
1505 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1507         * org-publish.el (org-publish-needed-p): Be verbose about files
1508         published and files skipped.
1510         * org-exp.el (org-export-preprocess-string): Swap link
1511         normalization and inernal link targeting.
1513         * org-publish.el (org-publish-needed-p): Create timestamp
1514         directory when it does not exist.
1516 2008-07-04  Bastien Guerry  <bzg@altern.org>
1518         * org-clock.el (org-clock-out-when-done): Doc fix.
1520         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1522         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1523         Ignore case when searching for the COMMENT cookie at export time.
1525 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1527         * org-exp.el (org-get-file-contents)
1528         (org-get-and-remove-property): New functions.
1529         (org-export-handle-include-files): Handle the new prefix options.
1530         (org-export-as-html): Fix the verse environment.
1532 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1534         * org.el (org-time=, org-time<, org-time<=, org-time>)
1535         (org-time>=, org-time<>, org-2ft): New functions.
1536         (org-op-to-function): Also provide for the time testing fucntions.
1538 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1540         * org-exp.el (org-export-html-style-default): New constant.
1542 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1544         * org-exp.el (org-export-html-style-extra): New variable.
1545         (org-export-splice-style): New function.
1547 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1549         * org-exp.el (org-export-plist-vars, org-export-as-html):
1550         Implement `org-export-creator-info'.
1551         (org-export-creator-info): New option.
1553 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1555         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1556         (org-property-drawer-re, org-clock-drawer-re): New constants.
1558 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1560         * org-exp.el (org-icalendar-use-deadline)
1561         (org-icalendar-use-scheduled): New options.
1562         (org-icalendar-include-todo): Default changed to t.
1563         (org-print-icalendar-entries): Implement better utilization of
1564         scheduling and deadline time stamps.
1565         (org-export-target-internal-links, org-export-as-html): Allow file
1566         lines without the "file:" prefix if the file path is an absolute
1567         path or starts with ".".
1569         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1570         lastweek etc.
1571         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1573 2008-06-18  Glenn Morris  <rgm@gnu.org>
1574         * org.el (org-map-entries): Let-bind `file'.
1576 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1578         * org.el (org-agenda-skip-archived-trees): Docstring now
1579         discourages using this.
1580         (org-scan-tags): Check for org-agenda-archives-mode.
1581         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1582         (org-agenda-files): Functionality of second arg changed.
1584         * org-agenda.el (org-agenda-archives-mode): New variable
1585         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1586         (org-search-view, org-todo-list, org-tags-view)
1587         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1588         `ifmode' argument.
1589         (org-agenda-quit): Reset the archives mode.
1590         (org-agenda-archives-mode): New command.
1591         (org-agenda-set-mode-name): Include archives info.
1593 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1595         * org.el (org-paste-subtree): Make sure the yanked headline is
1596         visible if it was yanked at a visible point.
1597         (org-move-item-up): Fix the bug with moving white space at the end
1598         of the item.
1599         (org-show-empty-lines-in-parent): New function.
1601 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1603         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1605         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1607         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1608         agenda prefix as well.
1610         * org-publish.el (org-publish-org-index): Make a properly indented
1611         list.
1613         * org.el (org-calendar-agenda-action-key): New option.
1614         (org-get-cursor-date): New function.
1615         (org-mark-entry-for-agenda-action): New command.
1616         (org-overriding-default-time): New variable.
1617         (org-read-date): Respect `org-overriding-default-time'.
1619         * org-remember.el (org-remember-apply-template): Respect the
1620         ovverriding default time.
1622         * org-agenda.el (org-agenda-action-marker): New variable.
1623         (org-agenda-action): New command.
1624         (org-agenda-do-action): New function.
1626 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1628         * org.el (org-schedule, org-deadline): Protect scheduled and
1629         deadline tasks against changes that accidently remove the
1630         repeater.  Also show a message with the new date when done.
1632 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1634         * org.el (org-beginning-of-line): Cater for the case when there
1635         are tags but no headline text.
1636         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1637         it set.
1639 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1641         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1642         the return value is nil instead of "nil" when there is no match.
1644         * org-exp.el (org-insert-centered): Use fill-column instead of
1645         80.
1646         (org-export-as-ascii): Use string-width to measure the width of
1647         the heading.
1649         * org.el (org-diary-to-ical-string): No longer kill buffer
1650         FROMBUF, this is now done by the caller.
1652         * org-exp.el (org-print-icalendar-entries): Move the call to
1653         `org-diary-to-ical-string' out of the loop, and kill the buffer
1654         afterwords.
1656         * org-remember.el (org-remember-visit-immediately): Position
1657         cursor after moving to the note.
1658         (org-remember-apply-template): Use a text property to record the
1659         cursor position.
1660         (org-remember-handler): Align tags after pasting the note.
1662 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1664         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1666         * org-agenda.el (org-agenda-open-link): If there is an
1667         org-bbdb-name property in the current line, jump to that bbdb
1668         entry.
1670         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1671         text property, so that the agenda knows where this entry comes
1672         from.
1674         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1675         interaction between clocking-in from the agenda, and  automatic
1676         task state switching.
1678         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1680         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1681         zmacs-region stays after this command in XEmacs.
1683 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1685         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1687         * org-remember.el (org-remember-templates): Fix bug in
1688         customization type definition.
1690         * org.el (org-map-entries): New function.
1692 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1694         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1695         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1697 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1699         * org-remember.el (org-jump-to-target-location): New variable.
1700         (org-remember-apply-template): Set
1701         `org-remember-apply-template' if requested by template.
1702         (org-remember-handler): Start an idle timer to jump to
1703         remember location.
1705         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1707         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1708         file tags.
1709         (org-get-tags-at): Add the content of `org-file-tags'.
1711         * org-exp.el (org-export-handle-comments): Fix bug with several
1712         comment lines after each other.
1713         (org-number-to-roman, org-number-to-counter): New functions.
1714         (org-export-section-number-format): New option.
1716 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1718         * org-exp.el (org-export-protect-examples): Catch the case of a
1719         missing end_example line.
1721         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1722         `org-file-tags' to nil.
1724         * org-colview.el (org-columns-next-allowed-value): Handle next
1725         argument NTH to directly select a value.
1727         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1728         argument NTH to directly select a value.
1730 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1732         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1734 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1736         * org.el (org-columns-ellipses): New option.
1738 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1740         * org-colview.el (org-columns-add-ellipses): New function.
1741         (org-columns-compact-links): New function.
1742         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1743         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1744         when in agenda.
1745         (org-columns-edit-value): Fixed bug with editing values from
1746         agenda column view.
1747         (org-columns-redo): Also redo the agenda itself.
1749 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1751         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1752         option.
1754         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1756         * org-exp.el (org-export-ascii-preprocess): Renamed from
1757         `org-export-ascii-clean-string'.
1758         (org-export-kill-licensed-text)
1759         (org-export-define-heading-targets)
1760         (org-export-handle-invisible-targets)
1761         (org-export-target-internal-links)
1762         (org-export-remove-or-extract-drawers)
1763         (org-export-remove-archived-trees)
1764         (org-export-protect-quoted-subtrees)
1765         (org-export-protect-verbatim, org-export-protect-examples)
1766         (org-export-select-backend-specific-text)
1767         (org-export-mark-blockquote-and-verse)
1768         (org-export-remove-comment-blocks-and-subtrees)
1769         (org-export-handle-comments, org-export-mark-radio-links)
1770         (org-export-remove-special-table-lines)
1771         (org-export-normalize-links)
1772         (org-export-concatenate-multiline-links)
1773         (org-export-concatenate-multiline-emphasis): New functions,
1774         obtained from spliiting the export preprocessor.
1776         * org-table.el (org-table-recalculate): Improve error message if
1777         the row number is invalid.
1779 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1781         * org-archive.el (org-archive-save-context-info): Fix bugs in
1782         customization setup and docstring.
1784         * org-exp.el (org-export-html-style): Changed the size of in the
1785         <pre> element to 90%.
1787 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1789         * org.el (org-find-src-example-start): Function removed.
1790         (org-edit-src-find-region-and-lang): New function.
1792 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1794         * org.el (org-edit-src-exit): New function.
1795         (org-exit-edit-mode): New minor mode.
1797         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1798         comment-like lines from protected examples.
1800         * org.el (org-edit-src-example, org-find-src-example-start)
1801         (org-protect-source-example, org-edit-special): New functions.
1803 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1805         * org-publish.el (org-publish-project-alist): Fix typo in
1806         docstring.
1807         (org-publish-project-alist): Handle :index-title property.
1809 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1811         * org-export-latex.el (org-export-as-latex): Make sure region
1812         bounds are correct.  Parse subtree properties relating to export.
1814         * org-exp.el (org-export-add-options-to-plist): New function.
1815         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1817 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1819         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1820         EXPORT_TITLE.
1822         * org-exp.el (org-export-get-title-from-subtree)
1823         (org-export-as-ascii, org-export-as-html): Make sure the original
1824         region-beginning and region-end are used, even after moving
1825         point.
1826         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1827         property.
1829         * org-remember.el (org-remember-last-stored-marker): New variable.
1830         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1831         (org-remember-handler): Also use marker to remember
1832         last-stored position.
1834         * org.el (org-goto-marker-or-bmk): New function.
1836 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1838         * org.el (org-file-properties): Renamed from `org-local-properties'.
1839         (org-scan-tags): Take file tags into account.
1840         (org-tags-match-list-sublevels): Default changed to t.
1842         * org-exp.el (org-export-as-html): Close paragraph after a
1843         footnote.
1845         * org.el (org-update-parent-todo-statistics): New function.
1847         * org-exp.el (org-icalendar-store-UID): New option.
1848         (org-icalendar-force-UID): Option removed.
1849         (org-print-icalendar-entries): IMplement UIDs.
1851 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1853         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1855 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1857         * org-faces.el (org-column): Document how this face is being used
1858         and why sometimes the background faces shine through.
1860         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1862         * org-publish.el (org-publish-attachment): Create publishing
1863         directory if it does not yet exist.
1865         * org-table.el (org-calc-default-modes): Change default number
1866         format to (float 8).
1868         * org.el (org-olpath-completing-read): New function.
1869         (org-time-clocksum-format): New option.
1870         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1872         * org-clock.el (org-clock-display, org-clock-out)
1873         (org-update-mode-line): Use `org-time-clocksum-format'.
1875         * org-colview-xemacs.el (org-columns-number-to-string): Use
1876         `org-time-clocksum-format'.
1878         * org-colview.el (org-columns-number-to-string): Use
1879         `org-time-clocksum-format'.
1881 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1883         * org-id.el: New file, move from contrib to core.
1885         * org-exp.el (org-icalendar-force-UID): New option.
1887 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1889         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1890         shifted by one day if theere is a date range without an end
1891         time.
1893         * org.el (org-try-structure-completion): New function.
1895 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1897         * org.el (org-set-font-lock-defaults): Improve fontification of
1898         description lists.
1899         (org-insert-item): Handle description lists.
1900         (org-adaptive-fill-function): Improve auto indentation in
1901         description lists.
1903         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1904         Implement VERSE environment.
1905         (org-export-preprocess-string): Implement the COMMENT
1906         environment.
1908         * org-export-latex.el (org-export-latex-preprocess): Implement
1909         VERSE environment.
1911 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1913         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1914         option.
1916 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1918         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1920         * org.el (org-quote-csv-field): New functions.
1922         * org-table.el (org-table-export-default-format): Remove :splice
1923         from default format, we get the same effect by not specifying
1924         :tstart and :tend.
1925         (org-table-export): Improve setup, distinguish better between
1926         interactive and non-interactive use, allow specifying the format
1927         on the fly, better protection against wrong file names.
1928         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1929         and :tend when :splice is omitted.
1931 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1933         * org-clock.el (org-clock-select-task): Make sure the selection
1934         letters are 1-9 and A-Z, no special characters.
1936 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1938         * org-exp.el (org-export-htmlize): New group.
1939         (org-export-htmlize-output-type)
1940         (org-export-htmlize-css-font-prefix): New options.
1941         (org-export-htmlize-region-for-paste): New function.
1942         (org-export-htmlize-generate-css): New command.
1944 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1946         * org/org.el (org-modules, org-format-latex-options):
1947         * org/org-archive.el (org-archive-stamp-time)
1948         (org-archive-save-context-info):
1949         * org/org-faces.el (org-hide):
1950         * org/org-irc.el (org-irc-parse-link):
1951         * org/org-macs.el (org-call-with-arg, org-autoload):
1952         * org/org-mew.el (org-mew-store-link):
1953         * org/org-remember.el (org-remember-store-without-prompt)
1954         (org-remember-templates): Fix typos in docstrings.
1956         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1958         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1959         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1960         (org-bbdb-anniv-split): Fix typos in docstrings.
1962         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1963         (org-publish-use-timestamps-flag): Reflow docstring.
1964         (org-publish-files-alist): Fix typos in docstring.
1966 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1968         * org.el (org-set-visibility-according-to-property): New function.
1969         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1970         and compute the regular expressions, and update font-lock.
1971         (org-property-re): Allow a dash in property names.
1973         * org-archive.el (org-extract-archive-file): Insert the file name
1974         without the path into the format, to allow the location format to
1975         contain a subdirectory.
1977         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1978         of buffer, and the `org-agenda-type' property undefined, use the
1979         value from the character before.
1981         * org.el (org-add-planning-info): Don't let indentation for
1982         would-be timestamp become extra whitespace at the end of headline.
1984 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1986         * org.el (org-remove-double-quotes, org-file-contents): New
1987         functions.
1989         * org-exp.el (org-infile-export-plist): Also parse the
1990         contents of #+SETUPFILE files, recursively.
1992         * org.el (org-set-regexps-and-options): Also parse the
1993         contents of #+SETUPFILE files, recursively.
1995         * org-exp.el (org-export-handle-include-files): New function.
1996         (org-export-preprocess-string): Call
1997         `org-export-handle-include-files'.
1999         * org.el (org-delete-property-globally)
2000         (org-delete-property, org-set-property): Ignore case during
2001         completion.
2002         (org-set-property): Use `org-completing-read' instead of
2003         `completing-read'.
2005         * org.el (org-complete-expand-structure-template): New,
2006         experimental function.
2007         (org-structure-template-alist): New, experimental option.
2008         (org-complete): Call `org-complete-expand-structure-template'.
2010 2008-05-06  Bastien Guerry  <bzg@altern.org>
2012         * org-export-latex.el (org-export-latex-preprocess): Added
2013         support for blockquotes.
2015 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2017         * org.el (org-read-date-analyze): Catch the case where only a
2018         weekday is given.
2020 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2022         * org.el (org-set-font-lock-defaults): Make the description
2023         tag bold.
2025         * org-exp.el (org-export-as-html, org-close-li): Implement
2026         description lists.
2028 2008-05-04  Jason Riedy  <jason@acm.org>
2030         * org-table.el (*orgtbl-default-fmt*): New variable.
2031         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2032         when there is no other fmt available.
2034         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2035         :tend to suppress the appropriate string.
2037         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2038         table.
2040 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2042         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2043         read date.
2045         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2046         New function.
2048         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2049         New function.
2051 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2053         * org-clock.el (org-clock-find-position): Don't include notes
2054         into clock drawer.
2056         * org-archive.el (org-archive-subtree): No longer remove an
2057         extra line after cutting the subtree.  `org-cut-subtree' already
2058         takes care of this.
2060         * org-remember.el (org-remember-handler): Only kill the target
2061         buffer if it does not contain the running clock.
2063         * org.el (org-markers-to-move): New variable.
2064         (org-save-markers-in-region, org-check-and-save-marker)
2065         (org-reinstall-markers-in-region): New function.
2066         (org-move-subtree-down, org-copy-subtree): Remember relative
2067         marker positions before cutting.
2068         (org-move-subtree-down, org-paste-subtree): Restore relative
2069         marker positions after pasting.
2071         * org-remember.el (org-remember-clock-out-on-exit): New option.
2072         (org-remember-finalize): Clock out only if the setting in
2073         `org-remember-clock-out-on-exit' requires it.
2074         (org-remember-handler): Do the cleanup in the buffer, to make sure
2075         that the clock marker remains in tact.
2077 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2079         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2080         (org-clock-in): Make sure that also tasks outside the narrowed
2081         region will be clocked in correctly.
2082         (org-clock-insert-selection-line): Widen the buffer so that we can
2083         find the correct task heading.
2085         * org.el (org-base-buffer): New function.
2087         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2088         and ";" are escaped.
2089         (org-print-icalendar-entries): Also apply
2090         `org-icalendar-cleanup-string' to the headline, not only to the
2091         summary property.
2093 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2095         * org-exp.el (org-export-preprocess-hook): New hook.
2096         (org-export-preprocess-string): Call
2097         `org-export-preprocess-hook'.
2099         * org.el (org-font-lock-hook): New variable.
2100         (org-font-lock-hook): New function.
2101         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2103 ;; Local Variables:
2104 ;; coding: utf-8
2105 ;; add-log-time-zone-rule: t
2106 ;; End:
2108     Copyright (C) 2008  Free Software Foundation, Inc.
2110   This file is part of GNU Emacs.
2112   GNU Emacs is free software: you can redistribute it and/or modify
2113   it under the terms of the GNU General Public License as published by
2114   the Free Software Foundation, either version 3 of the License, or
2115   (at your option) any later version.
2117   GNU Emacs is distributed in the hope that it will be useful,
2118   but WITHOUT ANY WARRANTY; without even the implied warranty of
2119   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2120   GNU General Public License for more details.
2122   You should have received a copy of the GNU General Public License
2123   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2125 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c