Website: Reformulate the "contributing" paragraph.
[org-mode.git] / lisp / ChangeLog
blob32da46b6f21e6ccb15ac410b8c1ed3d25c9ebf1f
1 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-compat.el (org-fit-window-to-buffer): Use
4         `window-full-width-p'.
6         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
7         space after the colon in short examples.
9         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
10         enforce a space after the colon.  However, we also allow lines
11         that are *only* a colon.
12         (org-export-as-html): Enforce the space after the colon in short
13         examples.
14         (org-export-preprocess-string): Do the colon example protection
15         earlier.
16         (org-export-remove-timestamps): Do not check for protection at the
17         end of the line.
19 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
21         * org.el (org-format-latex-options): Add new matcher for single
22         letters between dollars.
23         (org-get-header): Function removed.
24         (org-heading-components): New function.
26         * org-exp.el (org-export-define-heading-targets): Record ID's also
27         as alternative targets.
28         (org-export-as-html): Interpret "id:" links to other files by
29         preserving the relative path.
31         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
32         is nil.
34         * org-exp.el (org-export-normalize-links): Protect the main link,
35         to avoid special character processing.
37         * org-export-latex.el (org-export-latex-special-keyword-regexp):
38         New variable.
39         (org-export-latex-special-string-regexps): Variable removed.
40         (org-export-latex-keywords): Use the new regexp.
42         * org-exp.el (org-export-handle-include-files): Fetch switches and
43         put them into the BEGIN statement.
45         * org-timer.el (org-timer-mode-line-string): New variable.
47         * org-clock.el (org-clock-mode-line-map): Renamed from
48         `org-clock-mode-map'.
49         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
50         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
51         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
52         (org-clock-remove-overlays): Renamed from
53         `org-remove-clock-overlays'.
55         * org-timer.el (org-timer-pause-or-continue): Implement stopping
56         and mode line display.
57         (org-timer-stop): New command.
58         (org-timer-seconds): Return correct time when timer is paused.
59         (org-timer-mode-line-timer): New variable.
60         (org-timer-set-mode-line, org-timer-update-mode-line): New
61         functions.
63         * org.el (org-insert-heading):  Handle new value `auto' for
64         `org-blank-before-new-entry'.
65         (org-org-menu): Add new items for timer functions.
67         * org-list.el (org-insert-item): Handle new value `auto' for
68         `org-blank-before-new-entry'.
70         * org.el (org-blank-before-new-entry): New value `auto', made
71         default.
73 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
75         * org-exp.el (org-export-normalize-links): If the link is also
76         used as the description, protect the description.
78 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org.el (org-closest-date): Fix bug with yearly repeats, in
81         combination with preference of the past as it is used for deadline
82         and scheduling search.
84         * org-exp.el (org-html-handle-time-stamps): No longer check for
85         the `org-export-with-timestamps' option, because the preprocesser
86         has taken care of this already.
88         * org.el (org-entry-properties): Catch the case when this is
89         called in a non-org-mode file.
91         * org-export-latex.el (org-export-latex-remove-from-headlines):
92         Variable made obsolete, also LaTeX export now uses the standard
93         variables.
94         (org-export-as-latex): Add the timestamps parameter to the
95         preprocessor parameter list.
96         (org-export-latex-content): Export the remaining keywords without
97         considering to remove them.
98         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
99         Use bold font instead of tt font for the keywords.
100         (org-export-latex-fontify-headline): Format headlines, assuming
101         that all keywords still present should be published.
102         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
103         publish what ever remains of the time stamps.
104         (org-export-latex-list-parameters): New option.
105         (org-export-latex-lists): Pass additional parameters to the list
106         converter.
108         * org-exp.el (org-export-preprocess-string): Remove clock lines
109         and timestamps already in the preprocesor.
110         (org-export-remove-timestamps, org-export-remove-clock-lines): New
111         functions.
112         (org-export-as-ascii, org-export-as-html): Add the timestamps
113         parameter to the preprocessor parameter list.
115         * org-list.el (org-list-parse-list): Parse for checkboxes.
116         (org-list-to-generic): Introduce and handle new parameters :cbon
117         and :cboff.
118         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
119         optional parameter PARAMS.
121         * org-export-latex.el (org-export-latex-special-chars): Fix
122         problems with interpreting dollar signs.
123         (org-inside-latex-math-p): New function.
124         (org-export-latex-preprocess): Protect all the math fragments.
126         * org.el (org-latex-regexps): Allow a dash after a dollar.
128         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
129         mark after copying.
131         * org-agenda.el (org-run-agenda-series): Have series options set
132         when finalizing the agenda.
134         * org-exp.el (org-export-format-source-code-or-example): Protect
135         the converted examples.
137         * org.el (org-set-regexps-and-options): Fix the regexp
138         `org-complex-heading-regexp'.
140 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
142         * org.el (org-edit-src-get-label-format): New function.
143         (org-coderef-label-format): New option.
144         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
145         a label format specification and make sure it is used in the edit
146         buffer.
147         (org-edit-src-get-label-format): New function.
148         (org-store-link): Handle new coderef formats.
149         (org-link-search): Handle new coderef formats.
151         * org-footnote.el (org-footnote-create-definition)
152         (org-footnote-goto-local-insertion-point): Make footnote insertion
153         work correctly when the "Footnotes" headline is the last line in
154         the buffer.
156         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
157         the location.
159 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
161         * org-w3m.el (org-w3m): New customization group.
162         (org-w3m-deactivate-mark): New option.
163         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
164         option say not to.
166 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
168         * org.el (org-set-font-lock-defaults): Trigger footnote
169         fontification.
170         (org-activate-footnote-links): New function.
171         (org-activate-links): New entry `footnote'.
173         * org-faces.el (org-footnote): New face.
175 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org-macs.el (org-re): Handle the [:word:] class.
179         * org-exp.el (org-export-preprocess-string): Call
180         `org-export-protect-colon-examples'.
181         (org-export-protect-colon-examples): Renamed from
182         `org-export-protect-examples', and scope limited to lines starting
183         with a colon.
185 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
187         * org-exp.el (org-export-preprocess-string): Move the preprocess
188         hook to after turning on Org-mode.
189         (org-export-preprocess-after-include-files-hook)
190         (org-export-preprocess-after-tree-selection-hook)
191         (org-export-preprocess-before-backend-specifics-hook)
192         (org-export-preprocess-final-hook): New hooks.
193         (org-export-preprocess-string): Run the new hooks.
195         * org.el (org-ctrl-c-minus): Fix indentation for new items.
197         * org-footnote.el: New file.
199         * org.el (org-footnote): Require footnote code.
200         (org-startup-options): Add new footnote options.
201         (org-mode-map): New keybindig for footnotes.
202         (org-ctrl-c-ctrl-c): Add function at footnotes.
203         (org-org-menu): New menu entries for footnotes.
205         * org-export-latex.el (org-export-as-latex): Pass footnote
206         variable to preprocessor.
207         (org-export-latex-preprocess): Treat multiple references to a
208         footnote.
210         * org-exp.el (org-export-preprocess-string): Call
211         `org-footnote-normalize'.
212         (org-export-as-ascii, org-export-as-html): Pass footnote variable
213         to preprocessor.
214         (org-export-as-html): Treat multiple references to a footnote.
216 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org-export-latex.el (org-export-latex-links): Handle coderef
219         links.
221         * org.el (org-bracket-link-analytic-regexp++): New variable.
222         (org-make-link-regexps): Initialize
223         `org-bracket-link-analytic-regexp++'.
224         (org-store-link): Implement special case in edit-src buffer.
225         (org-insert-link): No use of ide to insert stored links.
226         (org-link-search): Implement special case for coderefs.
228         * org-exp.el (org-export-html-scripts): New constant.
229         (org-export-html-style-default): Add a new style for highlighted
230         code.
231         (org-export-code-refs): New variable.
232         (org-export-preprocess-string): Initialize `org-export-code-refs'.
233         Call `org-export-replace-src-segments-and-examples'
234         No longer call `org-export-protect-examples'.
235         (org-export-target-internal-links): Take care of coderef targets.
236         (org-export-last-code-line-counter-value): New variable.
237         (org-export-replace-src-segments-and-examples): Renamed from
238         `org-export-replace-src-segments', and modified.
239         (org-export-format-source-code-or-example): Renamed from
240         `org-export-format-source-code'.
241         (org-export-number-lines): New function.
242         (org-export-as-ascii, org-export-as-html): Handle coderef links.
244 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-remember.el (org-remember-handler): Safer way to get a new
247         buffer accessing the target file.
249         * org.el (org-refile-get-location): Handle case of current buffer
250         not having a file associated with it.
252 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
254         * org-table.el (org-table-get-formula): Only ask to overwrite
255         field formula if there really is one.
257         * org-id.el (org-id-find): Allow the ID to be a symbol or a
258         number, by converting these to a string.
260         * org-colview.el (org-dblock-write:columnview): Allow ID to be
261         located in a different file.
263         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
264         org-colview.el.
266 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
268         * org.el (org-completion-use-ido): Enhance docstring of
269         `org-completion-use-ido'.
271         * org-export-latex.el (org-export-latex-make-header): Double the %
272         in the time stamp format.
273         (org-export-latex-special-chars): Handle case where there is no
274         match group 3.
276 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
278         * org.el (org-get-refile-targets, org-refile-get-location): Use
279         expanded file name to improve comparison.
281 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org.el (org-scan-tags): Rescan for tags, to get the correct
284         upcase/downcase stuff.  This slows things down for now, but it
285         works.
286         (org-mode): Make sure the tag-faces regexp is initialized.
288         * org-export-latex.el (org-export-latex-links): Fix bug with
289         undefined label.
291         * org-table.el (org-table-get-specials): Set
292         `org-table-current-last-data-line'.
293         (org-table-current-last-data-line): New variable.
294         (org-table-insert-column, org-table-delete-column)
295         (org-table-move-column, org-table-fix-formulas): Call
296         `org-table-fix-formulas' a second time to fix the $LR references.
297         (org-table-get-specials): Add the $LR references to the tables.
298         (org-table-get-formula): Do not offer last-row names as LHS of
299         formulas.
301         * org.el (org-store-link): Capture link description from
302         `org-id-store-link'.
304         * org-exp.el (org-export-html-format-image): Add the / to the end
305         of the <img> tag.
306         (org-export-format-source-code): Surround example by empty lines,
307         to make sure it will not be inside a paragraph.
309         * org.el (org-ido-switchb): New function.
311 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
313         * org-agenda.el (org-agenda-show): New prefix argument
314         FULL-ENTRY.
316         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
317         argument.
319         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
320         `org-agenda-change-all-lines'.
321         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
322         tags are now retrieved locally.
324 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
326         * org.el (org-get-outline-path): Fix bug if level is not given.
327         (org-org-menu): Do not quote function in menu vector.
329         * org-agenda.el (org-finalize-agenda): Fix typo with variable
330         name.
332 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org.el (org-refile): Avoid refiling to within the region to be
335         refiled.
337         * org-export-latex.el (org-export-latex-special-chars): Replace
338         special characters also in tables.
340         * org-agenda.el (org-agenda-change-all-lines): New argument
341         FORCE-TAGS.
342         (org-agenda-set-tags): Cet the new tags and pass them to
343         `org-format-agenda-item'.
345 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org-export-latex.el (org-export-latex-classes): Add longable as
348         a default package to all classes.
349         (org-export-latex-tables): Handle the longtable attribute and the
350         align attribute.
352         * org-table.el (orgtbl-to-generic): Handle tables that start with
353         a hline.
355         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
356         \verb for colde-like snippets.
357         (org-export-as-latex): Fix issues with region export.
359         * org.el (org-up-heading-safe): Speed up function by using a
360         direct regexp search.
361         (org-olpa): New variable.
362         (org-get-outline-path): Speed-up path constructions in cases where
363         this is possible because the entire hierarchy is scanned anyway.
364         (org-refile-get-location): Don't compare the truenames of files,
365         this is too slow.
366         (org-goto-max-level): New option.
367         (org-goto): Use `org-goto-max-level'.
369 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
371         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
372         Strip angle brackets from message-ids in the former and don't do
373         it in the latter.
374         (org-gnus-follow-link): Open summary reliable, even if the last
375         messages were deleted, and handle empty groups, too.
377 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
380         instead of \texttt for the =...= and ~===~ emphasis environments.
381         (org-export-as-latex): Remove any old :org-license-to-kill text
382         properties.
383         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
384         (org-export-latex-make-header): Add some hard space after the
385         table of contents.
386         (org-export-latex-first-lines): Accept RBEG argument.  Mark
387         exported text so that it will be excuded in further steps.
389         * org-table.el (org-table-get-specials): Make @0 reference the
390         last line in a table.
391         (org-table-recalculate): Improve docstring.
393 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
395         * org.el (org-log-done): Fix docstring.
397 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
399         * org-exp.el (org-export-html-format-image): Fix bugs.
401         * org-export-latex.el (org-export-latex-tables)
402         (org-export-latex-links): Implement attribute, label, and caption
403         handling.
405         * org-exp.el (org-export-html-style-default): Add style
406         definitions for the figure div.
407         (org-export-preprocess-string, org-export-as-html): Implement
408         attribute, label, and caption handling.
409         (org-export-attach-captions-and-attributes): New function.
410         (org-export-html-format-image): New function.
411         (org-format-org-table-html): Implement attribute, label, and
412         caption handling.
414         * org.el (org-find-text-property-in-string): New function.
415         (org-extract-attributes): Use the property org-attr instead of
416         org-attrobutes, because this property is now set with the #+ATTR
417         lines.
419 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
421         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
422         the case that FROM is nil.
424         * org.el (org-before-first-heading-p): New function.
426 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
428         * org-exp.el (org-export-as-html): Do not add a space before
429         enforces line breaks.
430         (org-export-as-html): Close paragraph before blockquote and verse
431         tags.
433 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
435         * org-id.el (org-id-locations-file): Wrap file name with
436         `convert-standard-filename'.
437         (org-id-files): New variable.
438         (org-id-use-hash): New option.
439         (org-id-update-id-locations): Also search in all files current
440         listed in `org-id-files'.  Convert the resulting alist to a hash
441         if the user customation says so.
442         (org-id-locations-save): Handle he case if `org-id-locations' is a
443         hash.
444         (org-id-locations-load): Convert the alist to a hash.
445         (org-id-add-location): Handle the hast case.
446         (kill-emacs-hook): Make sure id locations are saved when Emacs is
447         exited.
448         (org-id-hash-to-alist, org-id-alist-to-hash)
449         (org-id-paste-tracker): New functions.
451 -------------------------------------------------------------------------
453 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
455         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
456         bindings of calendar variables.
458         * org-table.el (org-table-find-row-type): Renamed from
459         `org-find-row-type'.
460         (org-table-rewrite-old-row-references): Renamed from
461         `org-rewrite-old-row-references'.
462         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
463         (org-table-cleanup-narrow-column-properties): Renamed from
464         `org-cleanup-narrow-column-properties'.
466 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
468         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
469         for better error messages.
470         (org-table-get-descriptor-line): Supply the new arguments to
471         `org-find-row-type'.
472         (org-table-error-on-row-ref-crossing-hline): New option.
474         * org.el (org-target-link-regexp): Make buffer-local.
475         (org-move-subtree-down): Fix bug with trees at beginning of
476         buffer.
478 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
480         * org-faces.el (org-set-tag-faces): New function.
481         (org-tags-special-faces-re): New variable.
483         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
485         * org-faces.el (org-tag-faces): New option.
486         (org-tag): Mention `org-tag-faces' in the docstring.
488 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
490         * org-exp.el (org-export-html-style-default): Implement new
491         quoting.
493         * org-jsinfo.el (org-infojs-template): Implement new quoting.
495         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
496         command to the `w3m-minor-mode-map'.
498         * org-archive.el (org-archive-to-archive-sibling): Protect
499         `this-command' to avoid appending kills during archiving.
501         * org-exp.el (org-export-with-priority): New variable.
502         (org-export-add-options-to-plist): Use `org-export-plist-vars'
503         instead of internal list of strings and properties.
504         (org-print-icalendar-entries): Retrieve the location property with
505         inheritance.
507 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
509         * org-exp.el (org-export-with-todo-keywords): New option.
510         (org-export-plist-vars): Include also the keys for the #+OPTIONS
511         line.
512         (org-default-export-plist, org-export-add-options-to-plist)
513         (org-export-as-ascii, org-export-as-html): Use the new structure
514         of `org-export-plist-vars'.
516         * org.el (org-map-entries): Return all values.
518 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
520         * org.el (org-matcher-time): Recognize more special values.
522         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
524 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
526         * org.el (org-tags-exclude-from-inheritance): New option.
527         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
528         `org-tags-exclude-from-inheritance'.
530         * org-agenda.el (org-agenda-show-inherited-tags): New option.
531         (org-format-agenda-item): Add inherited tags to the agenda line
532         string, and make sure that properties are kept when downcasing the
533         tags list.
534         (org-agenda-add-inherited-tags): New function.
535         (org-downcase-keep-props): New function.
537         * org.el (org-scan-tags): Mark inherited tags with a text
538         property.
539         (org-get-tags-at): Mark inherited tags with a text property.
540         (org-add-prop-inherited): New function.
542         * org-agenda.el (org-agenda-add-inherited-tags): New function.
543         (org-agenda-show-inherited-tags): New option.
545 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org.el (org-modules): Add org-w3m to the default modules.
549         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
550         orgtbl-mode.
551         (orgtabl-create-or-convert-from-region): New command.
553         * org-exp.el (org-export-as-ascii): Remove the handling of
554         targets.
555         (org-export-ascii-preprocess): Handle targets already in this
556         function.
558 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
560         * org-timer.el (org-timer-start-time): Define this variable.
561         (org-timer-item): Make argument optional.
563         * org-list.el (org-insert-item): Automatically insert a timer item
564         if the current list is a timer list.
566         * org-timer.el: New file.
568         * org-publish.el (org-publish-org-index): Only exclude the index
569         file in the main directory from being added to the site-map.
570         (org-publish-get-project-from-filename): If the current project is
571         a component, start publishing from the parent project.
573 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
575         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
577         * org-publish.el (org-publish-org-index): Improve removal of
578         temporary buffers.
580         * org-agenda.el (org-get-closed): Re-apply changes
581         accidentially overwritten by last commit to Emacs.
583         * org.el (org-outline-path-complete-in-steps): New option.
584         (org-refile-get-location): Honor
585         `org-outline-path-complete-in-steps'.
586         (org-agenda-change-all-lines, org-tags-sparse-tree)
587         (org-time-string-to-absolute, org-small-year-to-year)
588         (org-link-escape): Re-apply changes accidentially overwritten
589         by last commit to Emacs.
591 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
593         * org-clock.el (org-dblock-write:clocktable): Make sure the
594         clocktable sees the first line.
595         (org-clock-in): Warn if the clock cannot be resumed.
597 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
599         * org.el (org-open-at-point): Fix mixup about interactive and
600         non-interactive elisp links.
602 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
604         * org-exp.el (org-export-preprocess-string): Allow one comment
605         line before the first headline to always be included.  This is
606         to not miss a commented target.
608         * org-mouse.el (org-mouse-insert-item): Call
609         `org-indent-to-column' instead of `indent-to', for XEmacs
610         compatibility.
612         * org.el (org-refile-targets): Fix customize definition so
613         that it works also in XEmacs.
614         (org-fixup-indentation): Call `org-indent-to-column' instead
615         of `indent-to', for XEmacs compatibility.
617 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
619         * org-mew.el (org-mew-store-link): Get the correct case folder
620         for refiled messages.
622 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
625         line break indicators.
627         * org.el (org-ido-completing-read): Remove the "i:" prefix for
628         ido-completion propts.
630 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org-remember.el (org-remember-apply-template): Use
633         `org-substring-no-properties'.
635         * org-compat.el (org-substring-no-properties): New function.
637         * org-remember.el (org-remember-apply-template): Use
638         `org-substring-no-properties' for compatibility.
640         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
641         option.
642         (org-fix-bullet-type): respect
643         `org-list-two-spaces-after-bullet-regexp'.
645         * org-clock.el (org-clock-load): Clean up the code.
647         * org.el (org-adaptive-fill-function): Allow two spaces after
648         "1." as a list bullet.
650 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
652         * org-clock.el (org-clock-save, org-clock-load): Check for
653         live buffers, existing files, and buffer file names to ensure
654         consistent information.
655         (org-clock-persist): Make `clock' a special value of this
656         variable, and improve docstring.
658         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
659         (org-get-string-indentation): Adapt indentation when the bullet
660         width changes.
662 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
664         * org-remember.el (org-remember-finalize): Make interactive.
665         (org-remember-kill): New command.
666         (org-remember-finish-immediately): Call `org-remember-finalize'
667         directly.
668         (org-remember-finalize): Make `org-remember-finalize' an interactive
669         function.
671 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
673         * org-remember.el (org-remember-apply-template): No ido completion
674         for free prompts in remember templates.
675         (org-remember-before-finalize-hook): New hook.
676         (org-remember-mode): New minor mode.
677         (org-remember-apply-template): Turn on `org-remember-mode'.
679         * org-id.el (org-id-add-location): Avoid error when no file is
680         given.
682         * org-remember.el (org-remember-apply-template): Fix the way how
683         the list of allowed properties is retrieved from the target file.
685         * org.el (org-insert-link): Improve file link matching.
687 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
689         * org-colview.el (org-columns-display-here): New argument
690         DATELINE, to trigger using the new face.
691         (org-agenda-colview-summarize): Call `org-columns-display-here'
692         with the new argument.
694         * org-faces.el (org-agenda-column-dateline): New face.
696         * org-publish.el (org-publish-org-index): Use index-title at page
697         title, not as section.
699         * org-exp.el (org-export-html-format-desc): Respect the
700         org-protect property.
701         (org-export-as-html): Protect image specifiers that are in the
702         description part of a link.
704         * org.el (org-sort-entries-or-items, org-completing-read)
705         (org-refile-get-location, org-olpath-completing-read, org-todo)
706         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
707         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
708         (org-set-property, org-delete-property)
709         (org-delete-property-globally): Use `org-ido-completing-read'.
711         * org-remember.el (org-remember-apply-template): Use
712         `org-ido-completing-read'.
714         * org-publish.el (org-publish): Use `org-ido-completing-read'.
716         * org-colview.el (org-columns-edit-value, org-columns-new)
717         (org-insert-columns-dblock): Use `org-ido-completing-read'.
719         * org-colview-xemacs.el (org-columns-edit-value)
720         (org-columns-new, org-insert-columns-dblock): Use
721         `org-ido-completing-read'.
723         * org-attach.el (org-attach-delete-one, org-attach-open): Use
724         `org-ido-completing-read'.
726         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
727         `org-ido-completing-read'.
729         * org.el (org-time-today): New function.
730         (org-matcher-time): Use `org-time-today'.  Add special treatment
731         for "<tomorrow>" and "<yesterday>".
732         (org-ido-completing-read): New function.
733         (org-completion-use-ido): New option.
735         * org-exp.el (org-export-format-source-code): Fix bug in require
736         htmlize code.
737         (org-export-target-internal-links): Fix bug in search for text
738         property.
740 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
742         * org-export-latex.el (org-export-latex-subcontent): Interprete
743         target aliases as additonal labels.
745         * org-exp.el (org-export-target-aliases): New variable.
746         (org-export-preprocess-string)
747         (org-export-handle-invisible-targets): Fill the alias alist.
748         (org-export-as-html): Remove the &nbsp; from the anchor, and also
749         assign an id.
750         (org-html-level-start): Insert the target aliases as additonal
751         anchors.
753         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
754         picture area.
756 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
758         * org.el (org-open-at-mouse): Ensure correct link abbreviations
759         when following a link with the mouse from the agenda.
761         * org-exp.el (org-export-as-html): Avoid lone </div> when no
762         headlines are created.
764 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
766         * org-exp.el (org-export-preprocess-string): Reorder so that we
767         can still see ID properties when we collect targets.
768         (org-export-target-internal-links): Also store targets for ID's.
770         * org.el (org-link-translation-function): New option.
771         (org-open-at-point): Call `org-link-translation-function' if
772         non-nil.
773         (org-translate-link): New function.
774         (org-translate-link-from-planner): New function.
775         (org-open-at-point): Allow interactive commands in elisp links.
777         * org-exp.el (org-icalendar-cleanup-string): Restore the old
778         iCalendar quoting.  The new one seems to caus problems with
779         applications.
781         * org.el (org-yank): Set `this-command' to `yank', so that
782         `yank-pop' will work.
784 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
786         * org-id.el (org-id-search-archives): New option.
788         * org.el (org-link-to-org-use-id): New option.
789         (org-store-link): Use `org-link-to-org-use-id'.
790         (org-id): Make org-id.el a standard component.
792 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
794         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
795         hexified version of the tag.
797         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
798         compliance as far as quoting is concerned.
800         * org-vm.el (org-vm-follow-link): Require `vm-search'.
802         * org.el (org-up-heading-safe, org-forward-same-level): Always
803         call `org-back-to-heading' instead of `outline-back-to-heading'.
804         (org-back-to-heading): New wrapper around outline-back-to-heading,
805         with a useful error message telling where the error happened.
807         * org-list.el (org-update-checkbox-count): Always call
808         `org-back-to-heading' instead of `outline-back-to-heading'.
810         * org-exp.el (org-export-as-html): Make sure that each <img> tag
811         has an `alt' attribute, to ensure XHTML validation.
813 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
815         * org-publish.el (org-publish-attachment): Allow publishing to
816         overwrite attachment files.
818         * org-agenda.el (org-agenda-timerange-leaders): New option.
819         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
821         * org.el (org-edit-src-exit): Untabify ASCII image before
822         returning.
835 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
837         * org.el (org-yank): Make any prefix force normal yanking.
838         Suppress folding if text would be swallowed into a folded
839         subtree.
840         (org-yank-folded-subtrees, org-yank): Docstring updates.
842         * org-agenda.el (org-agenda-compare-effort): Treat no effort
843         defined as 0.
845         * org-exp.el (org-export-language-setup): Add Catalan and
846         Esperanto language entries.
848 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
850         * org.el (org-refile): Allow refiling of entire regions.
852         * org-clock.el (org-clock-time%): New function.
854         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
855         retrieve property values.
857 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
859         * org-agenda.el (org-agenda-list): Handle the value `only' of
860         org-agenda-show-log'.
861         (org-agenda-log-mode): Interpret a double prefix arg.
863 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
865         * org-exp.el (org-export-html-footnotes-section): New variable.
866         (org-export-as-html): Use `org-export-html-footnotes-section' to
867         insert the footnotes.
868         (org-export-language-setup): Add "Footnotes" to language words.
870 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org.el (org-yank): Fix bug when not inserting a subtree.
874 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
876         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
877         instead of `vm-beginning-of-message'.
879         * org.el (org-make-link-regexps): Make sure that links to gnus can
880         contain brackets.
882 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
884         * org-attach.el (org-attach-dir): Remove duplicate ID creation
885         code.
887         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
888         shell output.
890         * org.el (org-link-abbrev-alist): Improve customization type.
892         * org-attach.el (org-attach-expand-link, org-attach-expand): New
893         functions.
895         * org-agenda.el (org-agenda-get-progress): Renamed from
896         `org-get-closed'.  Implement searching for state changes as well.
897         (org-agenda-log-mode-items): New option.
898         (org-agenda-log-mode): New option prefix argument, interpreted as
899         request to show all possible progress info.
900         (org-agenda-get-day-entries): Call `org-get-progress' instead of
901         `org-get-closed'.
902         (org-agenda-set-mode-name): Handle the more complex log mode
903         settings.
904         (org-get-closed): New alias, pointing to `org-get-progress'.
906 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
908         * org.el (org-file-apps-defaults-gnu)
909         (org-file-apps-defaults-macosx)
910         (org-file-apps-defaults-windowsnt): Add an entry defining the
911         system command.
912         (org-file-apps): Allow `system' as key and value.
913         (org-open-at-point): Explain the effect of a double prefix arg.
914         (org-open-file): If the argument `in-emacs' is (16),
915         i.e. corresponding to a double prefix argument, try to open the
916         file externally.
918 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
920         * org.el (org-insert-link): Abbreviate absolute files names in
921         links.  Also, fix a bug in which the double C-u prefix would not
922         be honored.
924 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
926         * org.el (org-insert-heading): If buffer does not end with a
927         newline, add one if necessary to insert headline correctly.
929         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
930         paragraphs, not inside.
932         * org.el (org-todo): Quote
933         `org-agenda-headline-snapshot-before-repeat'.
935         * org-exp.el (org-export-as-html): Fully process link descriptions.
936         (org-export-html-format-desc): New function.
937         (org-export-as-html): Collect footnotes into the correct basket.
938         (org-html-protect): No longer protect quotations marks here, this
939         goes wrong.
941         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
942         BEG.
944         * org-compat.el (org-fit-window-to-buffer): New function (not
945         really, a preliminary and incomplete version was present earlier,
946         but not used).
948         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
949         `org-fit-window-to-buffer'.
951         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
953         * org-agenda.el (org-agenda-get-restriction-and-command)
954         (org-fit-agenda-window, org-agenda-convert-date): Use
955         `org-fit-window-to-buffer'.
957         * org-exp.el (org-export-as-html): Process href links through
958         `org-export-html-format-href'.
959         (org-export-html-format-href): New function.
961         * org-agenda.el (org-agenda-todo): Update only the current
962         headline if this is a repeated TODO, marked done for today.
963         (org-agenda-change-all-lines): New argument JUST-THIS, to change
964         only the current line.
966         * org.el (org-todo): Take a snapshot of the headline if the
967         repeater might change it.
969 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
971         * org-publish.el (org-publish-find-title): Remove buffers visited
972         only for extracting the title.
974         * org-exp.el (org-export-html-style)
975         (org-export-html-style-default): Mark style definitions as
976         unparsed CDATA.
978         * org-publish.el (org-publish-validate-link): Function
979         re-introduced.
981 2008-11-02  Charles Sebold  <csebold@gmail.com>
983         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
984         property.
985         (org-plot-quote-timestamp-field): New function.
986         (org-plot-quote-tsv-field): Call timestamp field function when
987         necessary rather than just quoting as a string.
988         (org-plot/gnuplot-to-data): Pass in timefmt property.
989         (org-plot/gnuplot-script): Supports timefmt property.
990         (org-plot/gnuplot): Checks for timestamp column before checking
991         for text index column.
993 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
995         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
997         * org-publish.el (org-publish-org-index): Create a section in the
998         index file.
999         (org-publish-org-index): Stop linking to directories.
1001         * org.el (org-emphasis-alist): Use span instead of <u> to
1002         underline text.
1004         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1005         <pre> sections.
1007 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1009         * org-jsinfo.el (org-infojs-template): Remove language attribute
1010         from script tag.
1012 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1014         * org-agenda.el (org-agenda-remove-marked-text): New function.
1015         (org-agenda-mark-filtered-text)
1016         (org-agenda-unmark-filtered-text): New functions.
1017         (org-write-agenda): Remove fltered text.
1019         * org.el (org-make-tags-matcher): Give access to TODO "property"
1020         without speed penalty.
1022 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1024         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1025         option.
1026         (org-store-link-props): Make sure adding to the plist works
1027         correctly.
1029         * org-gnus.el (org-gnus-no-new-news): New function.
1030         (org-gnus-follow-link): Allow the article ID to be a message-id,
1031         in addition to allowing article numbers.  Message IDs make much
1032         more roubust links.
1033         (org-gnus-store-link): Use message-id to create link.
1035 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1037         * org.el (org-emphasize): Reverse the selection array.
1038         (org-emphasis-alist): Set <code> tags for the verbatim
1039         environment.
1041         * org-remember.el (org-remember-handler): Fix bug with
1042         prefix-related changing of the note storage target.
1044         * org-exp.el (org-print-icalendar-entries): Make the exported
1045         priorities compatible with RFC 2445.
1047         * org-clock.el (org-clock-save): Insert time stamp without
1048         dependence on time-stamp.el.
1050 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1052         * org.el ("saveplace"): If saveplace puts point into an invisible
1053         location, make it visible.
1054         (org-make-tags-matcher): Allow inactive time stamps in time
1055         comparisons.
1056         (org-yank-adjusted-subtrees): New option.
1057         (org-yank): Incorporate adjusting trees.
1058         (org-paste-subtree): New argument FOR-YANK which will cause
1059         insertion at point without backing up over white lines, and leave
1060         point at the end of the inserted text.  Also if the cursor is
1061         at the beginning of a headline, use the same level or the inserted
1062         tree.
1064         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1065         with broken symlinks
1067 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1069         * org-exp.el (org-export-select-tags, org-get-current-options):
1070         Fix typo.
1072 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1074         * org-agenda.el (org-format-agenda-item)
1075         (org-agenda-filter-make-matcher): Make sure tags are stored and
1076         compared donwcased.
1078 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1080         * org.el (org-insert-todo-heading): Fix bug with force-heading
1081         argument.
1083 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1085         * org-clock.el (org-clock-in-resume): Add a custom option to
1086         toggle starting the clock from an open clock line.
1087         (org-clock-in): When clocking in to an entry, if
1088         `org-clock-in-resume' is set, check if the first clock line is
1089         open and if so, start the clock from the time in the clock line.
1090         (org-clock-persist): Add a custom option to toggle clock
1091         persistence.
1092         (org-clock-persist-query-save): Add a custom option to toggle
1093         asking the user if they want to save the running clock when
1094         exiting.
1095         (org-clock-persist-query-resume): Add a custom option to toggle
1096         asking the user if they want to resume the saved clock when Emacs
1097         is restarted.
1098         (org-clock-save): Add a function to save clock data.
1099         This includes the contents of `org-clock-history' and the buffer
1100         and position of the currently clocked task, if any.
1101         (org-clock-load): Add a function to load clock data.
1102         This populates `org-clock-history', and resumes the saved clocked
1103         task if there is one.
1104         (org-clock-persistence-insinuate): Add a method to set up the
1105         hooks for clock persistence.
1107 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1109         * org-exp.el (org-export-as-ascii): Handle the case that we are
1110         publishing from an indirect buffer.
1112         * org-table.el (org-table-copy-down): Fix bug with time stamp
1113         increment.
1115         * org-mouse.el (org-mouse-features): New option.
1116         (org-mode-hook): Turn on features depending on
1117         `org-mouse-features'.
1119         * org.el (org-insert-heading-respect-content): Force heading
1120         creation.
1121         (org-insert-heading): keep the folding state of the heading before
1122         the inserted one.
1124 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1126         * org-archive.el (org-archive-to-archive-sibling): Handle top
1127         level headlines better.
1129 2008-10-21  Bastien Guerry  <bzg@altern.org>
1131         * org-export-latex.el (org-export-latex-classes): Added
1132         \usepackage{graphicx} to the default list of packages.
1134 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1136         * org-agenda.el (org-agenda-filter): Renamed from
1137         `org-agenda-filter-tags'.
1139 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1141         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1142         is not defined as a property in this entry.
1143         (org-add-log-note): Mask prefix argument when immediately storing
1144         the note.
1146         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1147         option.
1149 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1151         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1152         after drawers was skipping ahead one line too many, so notes were
1153         inserted after the first note instead of before it.
1155 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1157         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1158         New variables.
1159         (org-prepare-agenda): Reset the filter tags.
1160         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1161         Show filter tags in mode line.
1163         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1164         formatter.
1166         * org-export-latex.el (org-latex-entities-regexp): New constant.
1167         (org-export-as-pdf): Use two calls to `shell-command'.
1169 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1171         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1172         Honor the {} value of the subsuperscript setting.  Make sure that
1173         longer subsuperscripts are typeset in a roman font.
1175         * org.el (org-clock-update-time-maybe): Compute negative clock
1176         intervals correctly.
1178 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1180         * org.el (org-add-log-setup): Respect
1181         `org-log-state-notes-insert-after-drawers'.
1182         (org-log-state-notes-insert-after-drawers): New option.
1183         (org-todo-trigger-tag-changes): New function.
1184         (org-todo): Call `org-todo-trigger-tag-changes'.
1186 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1188         * org.el (org-add-log-setup): Only skip drawers if the are
1189         immediately after the scheduling keywords.
1191         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1192         function
1193         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1194         call it with the current todo state to get the state to switch to
1195         when clocking in.
1196         (org-clock-in): Use org-indent-line-function to indent clock lines.
1197         (org-clock-find-position): Fix indentation of empty clock drawers.
1199 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1201         * org-publish.el (org-publish-org-to): Handle case when
1202         org-export-to-pdf does return a file name, not a buffer.
1203         (org-publish-org-to-pdf): New function.
1205         * org-export-latex.el (org-export-as-pdf)
1206         (org-export-as-pdf-and-open): New commands.
1208         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1209         forms as ranges.
1211         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1212         things in protexted regions.
1214 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1216         * org-export-latex.el (org-export-latex-preprocess): Improve
1217         quoting of LaTeX environments.
1219 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1221         * org.el (org-edit-fixed-width-region): Exclude final newline from
1222         picture area.
1224         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1225         sections, to make internal links work.
1226         (org-export-latex-fontify-headline): Do not remove all text
1227         properties, to make sure that target properties survive this
1228         process.
1230         * org-exp.el (org-export-preprocess-string): Change sequence of
1231         modifications, to make sure links are prepared before the LaTeX
1232         conversions do happen.
1234 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1236         * org-attach.el (org-attach-delete-all): Renamed from
1237         `org-attch-delete'.  Add a security query before deleting the
1238         entire directory.  New optional argument FORCE can overrule the
1239         security query.
1240         (org-attach-delete-one): New command.
1242 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1244         * org-attach.el (org-attach-file-list): Fix bug with directory.
1246 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1248         * org.el (org-apps-regexp-alist): New function.
1249         (org-file-apps): Add auto-mode to the default value.
1250         (org-open-file): Use the new structure of org-file-apps.
1252         * org-attach.el (org-attach): Support the new keys.
1253         (org-attach-method): New option.
1255 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1257         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1258         March.
1260         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1261         of the list value o `org-use-tag-inheritance'.
1263         * org-attach.el (org-attach-auto-tag): New option.
1264         (org-attach-tag, org-attach-untag): New functions.
1265         (org-attach-attach, org-attach-new, org-attach-sync): Call
1266         `org-attach-tag'.
1267         (org-attach-delete): Call `org-attach-untag'.
1269 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1271         * org-table.el (orgtbl-self-insert-command): Make this work for
1272         the keypad as well.
1274 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1276         * org.el (org-add-log-setup): Limit searc for drawers to entry
1277         text, not to subtree.
1279         * org-clock.el (org-clock-heading-for-remember): New variable.
1280         (org-clock-in): Set `org-clock-heading-for-remember'.
1282 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1284         * org-remember.el (org-remember-apply-template): Add new
1285         expansions: %k, %K for currently clocked task and a link to the
1286         currently clocked task, and %< to file notes in the currently
1287         clocked task.
1289 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1291         * org-export-latex.el (org-export-latex-make-header): Also insert
1292         the content of the property :latex-header-extra.
1294         * org-exp.el (org-infile-export-plist): Put the content of
1295         #+LATEX_HEADER: into the property :latex-header-extra.
1297         * org-colview.el (org-columns-get-format-and-top-level): Remove
1298         resetting the marker.
1300         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1301         Remove resetting the marker.
1303         * org.el (org-entry-property-inherited-from): Improve docstring.
1304         (org-entry-get-with-inheritance): Reset marker before starting the
1305         search.
1307         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1309 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1311         * org.el (org-entry-get-multivalued-property)
1312         (org-entry-protect-space, org-entry-restore-space): New
1313         functions.
1314         (org-file-apps-defaults-macosx): Let postscript files be opened by
1315         preview.
1316         (org-time-stamp-inactive): Call `org-time-stamp'.
1317         (org-time-stamp): New argument `inactive'.  Also edit inacive
1318         stamps. Convert time stamp type.
1319         (org-open-file): Interpret the `default' value for the `command'
1320         in `org-file-apps'.
1322         * org-id.el (org-id-int-to-b36-one-digit)
1323         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1324         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1325         b36.
1327 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1329         * org-id.el (org-id-reverse-string): New function.
1330         (org-id-new): Use `org-id-reverse-string' to make sure the
1331         beginning chars of the ID are mutating fast.  This allows to use a
1332         directory structure to spread things better.
1333         (org-id-prefix): Changed default to nil.
1335         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1336         restore the column of the cursor position.
1338         * org-remember.el (org-remember-apply-template): Remove properties
1339         from `initial'.
1341 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1343         * org-wl.el (org-wl-open): Remove useless call to
1344         `wl-thread-open-all'.
1346         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1347         location.
1349 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1351         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1352         `org-bbdb-anniversaries'.
1354         * org.el (org-get-next-sibling, org-forward-same-level): New
1355         functions, similar to the outline versions, but invisible headings
1356         are OK.
1358 2008-09-25  Bastien Guerry  <bzg@altern.org>
1360         * org.el (org-auto-repeat-maybe): Insert a space between
1361         the timestamp's type and the timestamp itself.
1363 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1365         * org-table.el (org-table-sum): Do not format the result with %g,
1366         it does rounding when there are too many digits.
1368         * org.el (org-map-entries): Protect the keyword-selecting variables.
1370 2008-09-23  Bastien Guerry  <bzg@altern.org>
1372         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1373         against all agenda files.
1375 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1377         * org-list.el: New file, aggregating list functions from org.el
1378         and org-export-latex.el.
1380         * org.el (org-edit-src-region-extra): New option.
1382 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1384         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1385         time before 1am.
1387 2008-09-22  Bastien Guerry  <bzg@altern.org>
1389         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1391 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1393         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1394         hline work correctly.
1395         (org-plot/gnuplot-script): Put commas at the end of each script
1396         line.
1398 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1400         * org.el (org-get-refile-targets): Replace links with their
1401         descriptions
1402         (org-imenu-get-tree): Replace links with their descriptions.
1404         * org-remember.el (org-remember-apply-template): Add a new
1405         expansion for adding properties to remember items.
1407         * org.el (org-add-log-setup): Skip over drawers (properties,
1408         clocks etc) when adding notes.
1410         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1411         items as well as the start and end times.
1413         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1414         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1416         * org-remember.el (org-get-x-clipboard): Use the compat
1417         function to get clipboard values when x-selection-value is
1418         unavailable. Use substring-no-properties instead of
1419         set-text-properties to remove text properties from the clipboard
1420         value.
1422         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1423         modeline clock string, and display the full todo value in the
1424         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1425         the currently clocked task.
1426         (org-clock-string-limit): Add a custom value for the maximum
1427         length of the clock string in the modeline.
1428         (org-clock-mode-map): Add a keymap for the modeline string
1430 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1432         * org-compat.el (org-propertize): New function.
1434 2008-09-20  Bastien Guerry  <bzg@altern.org>
1436         * org-export-latex.el (org-export-latex-tables): protect exported
1437         tables from further special chars conversion.
1438         (org-export-latex-preprocess): Preserve LaTeX environments.
1439         (org-list-parse-list): Parse descriptive lists.
1440         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1441         (org-list-to-texinfo): Export descriptive lists.
1442         (org-quote-chars): Remove.
1443         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1444         (org-export-latex-list-beginning-re): Rename to
1445         `org-list-beginning-re'
1446         (org-list-item-begin): Rename to `org-list-item-beginning'
1448 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1450         * org.el (org-refile): Allow refiling to the last entry in the
1451         buffer.
1452         (org-get-tags-at): Fix bug when inheritance is turned off.
1454 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1456         * org.el (org-indent-line-function): No longer check for src
1457         regions, this is too much overhead.
1459         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1460         matching.
1462         * org.el (org-scan-tags): Make sure that tags matching is not case
1463         sensitive.  TODO keyword matching is case sensitive, however, to
1464         avoid confusion with similar words that are not meant to be
1465         keywords.
1467 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1469         * org.el (org-get-local-tags-at): New function.
1470         (org-get-local-tags): New function.
1472         * org-exp.el (org-export-get-categories): New function.
1474         * org-agenda.el (org-sorting-choice)
1475         (org-agenda-sorting-strategy, org-agenda-get-todos)
1476         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1477         (org-agenda-get-scheduled, org-agenda-get-blocks)
1478         (org-entries-lessp): Implement sorting by TODO state.
1479         (org-cmp-todo-state): New defsubst.
1481         * org-colview.el (org-colview-construct-allowed-dates): New
1482         function.
1483         (org-columns-next-allowed-value): Use
1484         `org-colview-construct-allowed-dates'.
1486         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1487         function.
1488         (org-columns-next-allowed-value): Use
1489         `org-colview-construct-allowed-dates'.
1491 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1493         * org.el (org-protect-slash): New function.
1494         (org-get-refile-targets): Use `org-protect-slash'.
1496         * org-agenda.el (org-global-tags-completion-table): New variable.
1498         * org-exp.el (org-export-handle-export-tags): New function.
1499         (org-export-preprocess-string): Call
1500         `org-export-handle-export-tags'.
1502         * org-plot.el: New file.
1504         * org-publish.el (org-publish-expand-components): Function removed.
1505         (org-publish-expand-projects): Allow components to have components.
1507 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1509         * org.el (org-indent-line-function): Do not indent in regions that
1510         are external source code.
1511         (org-yank-and-fold-if-subtree): New function.
1513         * org-agenda.el (org-agenda-todayp): New function.
1514         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1515         `org-agenda-todayp'.
1517         * org.el (org-insert-heading-respect-content)
1518         (org-insert-todo-heading-respect-content): New commands.
1519         (org-insert-heading-respect-content): New option.
1520         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1522         * org-clock.el (org-clock-find-position): Make sure the note after
1523         the clock line gets moved into the new clock drawer.
1525 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1527         * org-id.el (org-id-new): New option.
1529 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1531         * org-table.el (org-table-copy-down): Avoid overflow during
1532         increment.  Use prefix argument 0 to temporarily disable the
1533         increment.
1535 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1537         * org-exp.el (org-export-as-html): Do not turn on the major mode
1538         if the buffer will be killed anyway.
1539         (org-get-current-options): Exclude the #+TEXT field.
1540         (org-export-as-html): Make sure text before the first headline is
1541         a paragraph.
1543         * org-publish.el (org-publish-org-to): Tell the exporter that this
1544         buffer will be killed, so it is not necessary to do major mode
1545         initialization.
1547         * org-archive.el (org-archive-to-archive-sibling): Show empty
1548         lines after folding the archive sibling.
1550         * org.el (org-log-note-extra): New variable.
1552 2008-09-05  Bastien Guerry  <bzg@altern.org>
1554         * org.el (org-additional-option-like-keywords): Added keywords for
1555         the _QUOTE, _VERSE and _SRC environments.
1557         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1558         exporting _QUOTE and _VERSE environments.
1560 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1562         * org-agenda.el (org-agenda-filter-by-tag): New command.
1564         * org-exp.el (org-get-current-options): Remove angular brackets
1565         from the date entry.
1567         * org.el (org-edit-fixed-width-region): New function.
1568         (org-edit-fixed-width-region): Also try
1569         `org-edit-fixed-width-region'.
1570         (org-edit-fixed-width-region-mode): New option.
1571         (org-activate-code): Only interprete lines starting with colon
1572         plus a space as example lines.
1574         * org-remember.el (org-remember-templates): Add nil instead of
1575         empty strings to fix the length of remember templates.
1577         * org-table.el (org-calc-default-modes): Fix the time format for
1578         calc, from 12 hour to 24 hour clock.
1580 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1582         * org-agenda.el (org-agenda-get-deadlines)
1583         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1584         entries that are pre-warnings of deadlines or reminders.
1586         * org.el (org-sort-entries-or-items): Make numeric and alpha
1587         comparisons ignore any TODO keyword and priority cookie.
1589         * org-remember.el (org-remember-handler): Reinterpretation of the
1590         prefix argument.
1592 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1594         * org-agenda.el (org-agenda-get-scheduled): Use new
1595         `org-scheduled' face.
1597         * org-faces.el (org-scheduled): New face.
1599         * org-wl.el (org-wl-open): Remove incorrect declaration.
1601         * org-gnus.el (org-gnus-store-link): Support for :to information
1602         in gnus links.
1604         * org-exp.el (org-export-as-html): Fixed typo in creator
1605         information.
1606         (org-export-protect-examples): New parameter indent.  Insert extra
1607         spaces only when this parameter is specified.
1608         (org-export-preprocess-string): Call `org-export-protect-examples'
1609         with an indentation parameter when exporting to ASCII.
1611         * org-remember.el (org-remember-templates)
1612         (org-remember-apply-template): Allow the file component to be a
1613         function.
1615         * org.el (org-goto-local-search-headings): Renamed from
1616         `org-goto-local-search-forward-headings'.  Added the possibility
1617         to search backwards.
1619 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1621         * org-export-latex.el (org-export-latex): New customization
1622         group.
1624         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1626 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1628         * org-exp.el (org-html-do-expand): Allow {} to terminate
1629         tex macro
1631 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1633         * org.el (org-buffer-list): Select buffers based on major mode,
1634         not on file name.
1636 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1638         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1639         face property.
1641         * org-colview.el (org-columns-display-here): Use
1642         `org-columns-modify-value-for-display-function'.
1644         * org-colview-xemacs.el (org-columns-display-here): Use
1645         `org-columns-modify-value-for-display-function'.
1647 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1649         * org.el (org-columns-modify-value-for-display-function): New option.
1661         * org-publish.el (org-publish-file): Make sure the directory match
1662         for the publishing directory works correctly.
1664         * org-agenda.el (org-agenda-execute-calendar-command)
1665         (org-agenda-diary-entry): Additional optional argument.
1667 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1669         * org-exp.el (org-export-as-html): Add attributes also in mailto
1670         and ftp links.
1672         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1681 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1683         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1684         sure that calls from `org-export-region-as-html' do not do the
1685         special check for a subtree.
1687 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1689         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1691 2008-07-20  Juri Linkov  <juri@jurta.org>
1693         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1694         new keymap `narrow-map' instead of binding "\C-xns".
1696 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1698         * org.el (org-open-file): Use
1699         `org-open-directory-means-index-dot-org'.
1700         (org-open-directory-means-index-dot-org): New option.
1702 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1704         * org.el (org-make-link-string): Remove link attributes from
1705         description.
1706         (org-open-at-point): Remove link attributes bevore using the path.
1708         * org-exp.el (org-export-as-html): Handle link attributes.
1710         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1712         * org-table.el (org-table-to-lisp): New function.
1714         * org.el (org-narrow-to-subtree): Do not include the final newline
1715         into the narrowed region.
1717         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1718         bug with user-define skipping condition.
1720 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1722         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1724 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1726         * org-exp.el (org-export-html-style-default): Automatic overflow
1727         handling for pre fields.
1728         (org-export-as-ascii, org-export-as-html): Change default format
1729         for time stamp.
1731         * org-table.el (org-table-export): Offer completion for translator
1732         functions, and do not require a heading above the table.
1734         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1735         Cater for the case of a list starting in the first line of the
1736         buffer.
1738 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1740         * org-publish.el (org-publish-find-title): Bug fix.
1741         (org-publish-org-index): Implement new :index-style option.
1743 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1745         * org-publish.el (org-publish-timestamp-filename): Use
1746         SHA1-encoded file names in the timestamp directory.
1748 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1750         * org-publish.el (org-publish-needed-p): Be verbose about files
1751         published and files skipped.
1753         * org-exp.el (org-export-preprocess-string): Swap link
1754         normalization and inernal link targeting.
1756         * org-publish.el (org-publish-needed-p): Create timestamp
1757         directory when it does not exist.
1759 2008-07-04  Bastien Guerry  <bzg@altern.org>
1761         * org-clock.el (org-clock-out-when-done): Doc fix.
1763         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1765         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1766         Ignore case when searching for the COMMENT cookie at export time.
1768 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1770         * org-exp.el (org-get-file-contents)
1771         (org-get-and-remove-property): New functions.
1772         (org-export-handle-include-files): Handle the new prefix options.
1773         (org-export-as-html): Fix the verse environment.
1775 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1777         * org.el (org-time=, org-time<, org-time<=, org-time>)
1778         (org-time>=, org-time<>, org-2ft): New functions.
1779         (org-op-to-function): Also provide for the time testing fucntions.
1781 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1783         * org-exp.el (org-export-html-style-default): New constant.
1785 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1787         * org-exp.el (org-export-html-style-extra): New variable.
1788         (org-export-splice-style): New function.
1790 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1792         * org-exp.el (org-export-plist-vars, org-export-as-html):
1793         Implement `org-export-creator-info'.
1794         (org-export-creator-info): New option.
1796 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1798         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1799         (org-property-drawer-re, org-clock-drawer-re): New constants.
1801 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1803         * org-exp.el (org-icalendar-use-deadline)
1804         (org-icalendar-use-scheduled): New options.
1805         (org-icalendar-include-todo): Default changed to t.
1806         (org-print-icalendar-entries): Implement better utilization of
1807         scheduling and deadline time stamps.
1808         (org-export-target-internal-links, org-export-as-html): Allow file
1809         lines without the "file:" prefix if the file path is an absolute
1810         path or starts with ".".
1812         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1813         lastweek etc.
1814         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1816 2008-06-18  Glenn Morris  <rgm@gnu.org>
1817         * org.el (org-map-entries): Let-bind `file'.
1819 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1821         * org.el (org-agenda-skip-archived-trees): Docstring now
1822         discourages using this.
1823         (org-scan-tags): Check for org-agenda-archives-mode.
1824         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1825         (org-agenda-files): Functionality of second arg changed.
1827         * org-agenda.el (org-agenda-archives-mode): New variable
1828         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1829         (org-search-view, org-todo-list, org-tags-view)
1830         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1831         `ifmode' argument.
1832         (org-agenda-quit): Reset the archives mode.
1833         (org-agenda-archives-mode): New command.
1834         (org-agenda-set-mode-name): Include archives info.
1836 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1838         * org.el (org-paste-subtree): Make sure the yanked headline is
1839         visible if it was yanked at a visible point.
1840         (org-move-item-up): Fix the bug with moving white space at the end
1841         of the item.
1842         (org-show-empty-lines-in-parent): New function.
1844 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1846         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1848         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1850         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1851         agenda prefix as well.
1853         * org-publish.el (org-publish-org-index): Make a properly indented
1854         list.
1856         * org.el (org-calendar-agenda-action-key): New option.
1857         (org-get-cursor-date): New function.
1858         (org-mark-entry-for-agenda-action): New command.
1859         (org-overriding-default-time): New variable.
1860         (org-read-date): Respect `org-overriding-default-time'.
1862         * org-remember.el (org-remember-apply-template): Respect the
1863         ovverriding default time.
1865         * org-agenda.el (org-agenda-action-marker): New variable.
1866         (org-agenda-action): New command.
1867         (org-agenda-do-action): New function.
1869 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1871         * org.el (org-schedule, org-deadline): Protect scheduled and
1872         deadline tasks against changes that accidently remove the
1873         repeater.  Also show a message with the new date when done.
1875 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1877         * org.el (org-beginning-of-line): Cater for the case when there
1878         are tags but no headline text.
1879         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1880         it set.
1882 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1884         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1885         the return value is nil instead of "nil" when there is no match.
1887         * org-exp.el (org-insert-centered): Use fill-column instead of
1888         80.
1889         (org-export-as-ascii): Use string-width to measure the width of
1890         the heading.
1892         * org.el (org-diary-to-ical-string): No longer kill buffer
1893         FROMBUF, this is now done by the caller.
1895         * org-exp.el (org-print-icalendar-entries): Move the call to
1896         `org-diary-to-ical-string' out of the loop, and kill the buffer
1897         afterwords.
1899         * org-remember.el (org-remember-visit-immediately): Position
1900         cursor after moving to the note.
1901         (org-remember-apply-template): Use a text property to record the
1902         cursor position.
1903         (org-remember-handler): Align tags after pasting the note.
1905 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1907         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1909         * org-agenda.el (org-agenda-open-link): If there is an
1910         org-bbdb-name property in the current line, jump to that bbdb
1911         entry.
1913         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1914         text property, so that the agenda knows where this entry comes
1915         from.
1917         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1918         interaction between clocking-in from the agenda, and  automatic
1919         task state switching.
1921         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1923         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1924         zmacs-region stays after this command in XEmacs.
1926 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1928         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1930         * org-remember.el (org-remember-templates): Fix bug in
1931         customization type definition.
1933         * org.el (org-map-entries): New function.
1935 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1937         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1938         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1940 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1942         * org-remember.el (org-jump-to-target-location): New variable.
1943         (org-remember-apply-template): Set
1944         `org-remember-apply-template' if requested by template.
1945         (org-remember-handler): Start an idle timer to jump to
1946         remember location.
1948         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1950         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1951         file tags.
1952         (org-get-tags-at): Add the content of `org-file-tags'.
1954         * org-exp.el (org-export-handle-comments): Fix bug with several
1955         comment lines after each other.
1956         (org-number-to-roman, org-number-to-counter): New functions.
1957         (org-export-section-number-format): New option.
1959 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1961         * org-exp.el (org-export-protect-examples): Catch the case of a
1962         missing end_example line.
1964         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1965         `org-file-tags' to nil.
1967         * org-colview.el (org-columns-next-allowed-value): Handle next
1968         argument NTH to directly select a value.
1970         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1971         argument NTH to directly select a value.
1973 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1975         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1977 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1979         * org.el (org-columns-ellipses): New option.
1981 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1983         * org-colview.el (org-columns-add-ellipses): New function.
1984         (org-columns-compact-links): New function.
1985         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1986         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1987         when in agenda.
1988         (org-columns-edit-value): Fixed bug with editing values from
1989         agenda column view.
1990         (org-columns-redo): Also redo the agenda itself.
1992 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1994         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1995         option.
1997         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1999         * org-exp.el (org-export-ascii-preprocess): Renamed from
2000         `org-export-ascii-clean-string'.
2001         (org-export-kill-licensed-text)
2002         (org-export-define-heading-targets)
2003         (org-export-handle-invisible-targets)
2004         (org-export-target-internal-links)
2005         (org-export-remove-or-extract-drawers)
2006         (org-export-remove-archived-trees)
2007         (org-export-protect-quoted-subtrees)
2008         (org-export-protect-verbatim, org-export-protect-examples)
2009         (org-export-select-backend-specific-text)
2010         (org-export-mark-blockquote-and-verse)
2011         (org-export-remove-comment-blocks-and-subtrees)
2012         (org-export-handle-comments, org-export-mark-radio-links)
2013         (org-export-remove-special-table-lines)
2014         (org-export-normalize-links)
2015         (org-export-concatenate-multiline-links)
2016         (org-export-concatenate-multiline-emphasis): New functions,
2017         obtained from spliiting the export preprocessor.
2019         * org-table.el (org-table-recalculate): Improve error message if
2020         the row number is invalid.
2022 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2024         * org-archive.el (org-archive-save-context-info): Fix bugs in
2025         customization setup and docstring.
2027         * org-exp.el (org-export-html-style): Changed the size of in the
2028         <pre> element to 90%.
2030 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2032         * org.el (org-find-src-example-start): Function removed.
2033         (org-edit-src-find-region-and-lang): New function.
2035 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2037         * org.el (org-edit-src-exit): New function.
2038         (org-exit-edit-mode): New minor mode.
2040         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2041         comment-like lines from protected examples.
2043         * org.el (org-edit-src-example, org-find-src-example-start)
2044         (org-protect-source-example, org-edit-special): New functions.
2046 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2048         * org-publish.el (org-publish-project-alist): Fix typo in
2049         docstring.
2050         (org-publish-project-alist): Handle :index-title property.
2052 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2054         * org-export-latex.el (org-export-as-latex): Make sure region
2055         bounds are correct.  Parse subtree properties relating to export.
2057         * org-exp.el (org-export-add-options-to-plist): New function.
2058         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2060 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2062         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2063         EXPORT_TITLE.
2065         * org-exp.el (org-export-get-title-from-subtree)
2066         (org-export-as-ascii, org-export-as-html): Make sure the original
2067         region-beginning and region-end are used, even after moving
2068         point.
2069         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2070         property.
2072         * org-remember.el (org-remember-last-stored-marker): New variable.
2073         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2074         (org-remember-handler): Also use marker to remember
2075         last-stored position.
2077         * org.el (org-goto-marker-or-bmk): New function.
2079 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2081         * org.el (org-file-properties): Renamed from `org-local-properties'.
2082         (org-scan-tags): Take file tags into account.
2083         (org-tags-match-list-sublevels): Default changed to t.
2085         * org-exp.el (org-export-as-html): Close paragraph after a
2086         footnote.
2088         * org.el (org-update-parent-todo-statistics): New function.
2090         * org-exp.el (org-icalendar-store-UID): New option.
2091         (org-icalendar-force-UID): Option removed.
2092         (org-print-icalendar-entries): IMplement UIDs.
2094 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2096         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2098 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2100         * org-faces.el (org-column): Document how this face is being used
2101         and why sometimes the background faces shine through.
2103         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2105         * org-publish.el (org-publish-attachment): Create publishing
2106         directory if it does not yet exist.
2108         * org-table.el (org-calc-default-modes): Change default number
2109         format to (float 8).
2111         * org.el (org-olpath-completing-read): New function.
2112         (org-time-clocksum-format): New option.
2113         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2115         * org-clock.el (org-clock-display, org-clock-out)
2116         (org-update-mode-line): Use `org-time-clocksum-format'.
2118         * org-colview-xemacs.el (org-columns-number-to-string): Use
2119         `org-time-clocksum-format'.
2121         * org-colview.el (org-columns-number-to-string): Use
2122         `org-time-clocksum-format'.
2124 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2126         * org-id.el: New file, move from contrib to core.
2128         * org-exp.el (org-icalendar-force-UID): New option.
2130 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2132         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2133         shifted by one day if theere is a date range without an end
2134         time.
2136         * org.el (org-try-structure-completion): New function.
2138 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2140         * org.el (org-set-font-lock-defaults): Improve fontification of
2141         description lists.
2142         (org-insert-item): Handle description lists.
2143         (org-adaptive-fill-function): Improve auto indentation in
2144         description lists.
2146         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2147         Implement VERSE environment.
2148         (org-export-preprocess-string): Implement the COMMENT
2149         environment.
2151         * org-export-latex.el (org-export-latex-preprocess): Implement
2152         VERSE environment.
2154 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2156         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2157         option.
2159 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2161         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2163         * org.el (org-quote-csv-field): New functions.
2165         * org-table.el (org-table-export-default-format): Remove :splice
2166         from default format, we get the same effect by not specifying
2167         :tstart and :tend.
2168         (org-table-export): Improve setup, distinguish better between
2169         interactive and non-interactive use, allow specifying the format
2170         on the fly, better protection against wrong file names.
2171         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2172         and :tend when :splice is omitted.
2174 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2176         * org-clock.el (org-clock-select-task): Make sure the selection
2177         letters are 1-9 and A-Z, no special characters.
2179 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2181         * org-exp.el (org-export-htmlize): New group.
2182         (org-export-htmlize-output-type)
2183         (org-export-htmlize-css-font-prefix): New options.
2184         (org-export-htmlize-region-for-paste): New function.
2185         (org-export-htmlize-generate-css): New command.
2187 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2189         * org/org.el (org-modules, org-format-latex-options):
2190         * org/org-archive.el (org-archive-stamp-time)
2191         (org-archive-save-context-info):
2192         * org/org-faces.el (org-hide):
2193         * org/org-irc.el (org-irc-parse-link):
2194         * org/org-macs.el (org-call-with-arg, org-autoload):
2195         * org/org-mew.el (org-mew-store-link):
2196         * org/org-remember.el (org-remember-store-without-prompt)
2197         (org-remember-templates): Fix typos in docstrings.
2199         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2201         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2202         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2203         (org-bbdb-anniv-split): Fix typos in docstrings.
2205         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2206         (org-publish-use-timestamps-flag): Reflow docstring.
2207         (org-publish-files-alist): Fix typos in docstring.
2209 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2211         * org.el (org-set-visibility-according-to-property): New function.
2212         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2213         and compute the regular expressions, and update font-lock.
2214         (org-property-re): Allow a dash in property names.
2216         * org-archive.el (org-extract-archive-file): Insert the file name
2217         without the path into the format, to allow the location format to
2218         contain a subdirectory.
2220         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2221         of buffer, and the `org-agenda-type' property undefined, use the
2222         value from the character before.
2224         * org.el (org-add-planning-info): Don't let indentation for
2225         would-be timestamp become extra whitespace at the end of headline.
2227 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2229         * org.el (org-remove-double-quotes, org-file-contents): New
2230         functions.
2232         * org-exp.el (org-infile-export-plist): Also parse the
2233         contents of #+SETUPFILE files, recursively.
2235         * org.el (org-set-regexps-and-options): Also parse the
2236         contents of #+SETUPFILE files, recursively.
2238         * org-exp.el (org-export-handle-include-files): New function.
2239         (org-export-preprocess-string): Call
2240         `org-export-handle-include-files'.
2242         * org.el (org-delete-property-globally)
2243         (org-delete-property, org-set-property): Ignore case during
2244         completion.
2245         (org-set-property): Use `org-completing-read' instead of
2246         `completing-read'.
2248         * org.el (org-complete-expand-structure-template): New,
2249         experimental function.
2250         (org-structure-template-alist): New, experimental option.
2251         (org-complete): Call `org-complete-expand-structure-template'.
2253 2008-05-06  Bastien Guerry  <bzg@altern.org>
2255         * org-export-latex.el (org-export-latex-preprocess): Added
2256         support for blockquotes.
2258 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2260         * org.el (org-read-date-analyze): Catch the case where only a
2261         weekday is given.
2263 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2265         * org.el (org-set-font-lock-defaults): Make the description
2266         tag bold.
2268         * org-exp.el (org-export-as-html, org-close-li): Implement
2269         description lists.
2271 2008-05-04  Jason Riedy  <jason@acm.org>
2273         * org-table.el (*orgtbl-default-fmt*): New variable.
2274         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2275         when there is no other fmt available.
2277         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2278         :tend to suppress the appropriate string.
2280         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2281         table.
2283 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2285         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2286         read date.
2288         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2289         New function.
2291         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2292         New function.
2294 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2296         * org-clock.el (org-clock-find-position): Don't include notes
2297         into clock drawer.
2299         * org-archive.el (org-archive-subtree): No longer remove an
2300         extra line after cutting the subtree.  `org-cut-subtree' already
2301         takes care of this.
2303         * org-remember.el (org-remember-handler): Only kill the target
2304         buffer if it does not contain the running clock.
2306         * org.el (org-markers-to-move): New variable.
2307         (org-save-markers-in-region, org-check-and-save-marker)
2308         (org-reinstall-markers-in-region): New function.
2309         (org-move-subtree-down, org-copy-subtree): Remember relative
2310         marker positions before cutting.
2311         (org-move-subtree-down, org-paste-subtree): Restore relative
2312         marker positions after pasting.
2314         * org-remember.el (org-remember-clock-out-on-exit): New option.
2315         (org-remember-finalize): Clock out only if the setting in
2316         `org-remember-clock-out-on-exit' requires it.
2317         (org-remember-handler): Do the cleanup in the buffer, to make sure
2318         that the clock marker remains in tact.
2320 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2322         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2323         (org-clock-in): Make sure that also tasks outside the narrowed
2324         region will be clocked in correctly.
2325         (org-clock-insert-selection-line): Widen the buffer so that we can
2326         find the correct task heading.
2328         * org.el (org-base-buffer): New function.
2330         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2331         and ";" are escaped.
2332         (org-print-icalendar-entries): Also apply
2333         `org-icalendar-cleanup-string' to the headline, not only to the
2334         summary property.
2336 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2338         * org-exp.el (org-export-preprocess-hook): New hook.
2339         (org-export-preprocess-string): Call
2340         `org-export-preprocess-hook'.
2342         * org.el (org-font-lock-hook): New variable.
2343         (org-font-lock-hook): New function.
2344         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2346 ;; Local Variables:
2347 ;; coding: utf-8
2348 ;; add-log-time-zone-rule: t
2349 ;; End:
2351     Copyright (C) 2008  Free Software Foundation, Inc.
2353   This file is part of GNU Emacs.
2355   GNU Emacs is free software: you can redistribute it and/or modify
2356   it under the terms of the GNU General Public License as published by
2357   the Free Software Foundation, either version 3 of the License, or
2358   (at your option) any later version.
2360   GNU Emacs is distributed in the hope that it will be useful,
2361   but WITHOUT ANY WARRANTY; without even the implied warranty of
2362   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2363   GNU General Public License for more details.
2365   You should have received a copy of the GNU General Public License
2366   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2368 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c