Version number: pushed to 6.18trans
[org-mode.git] / lisp / ChangeLog
blobca6bae947e1fe98bd970838bd448a50e638fbac3
1 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-exp.el (org-get-current-options): Include the option for
4         publishing time stamps.
6         * org.el (org-toggle-heading): Renamed from
7         `org-toggel-region-headings'.
8         No longer needs a region defined, but will use it if there is one.
9         (org-ctrl-c-star): Simplified, relying more on the internal
10         workings of `org-toggle-heading'.
11         (org-toggle-item): Renamed from `org-toggle-region-items'.
12         No longer needs a region defined, but will use it if there is one.
13         (org-ctrl-c-minus): Simplified, relying more on the inernal
14         workings of `org-toggle-item'.
16         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
17         environment detection.  Also, do real changes only in unprotected
18         places.
20 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
22         * org-export-latex.el (org-export-latex-quotation-marks): Use
23         `org-if-unprotected-1'.
24         (org-export-latex-set-initial-vars): Check for class definition in
25         property.
27         * org-macs.el (org-if-unprotected-1): New macro.
29 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
31         * org-compat.el (org-count-lines): New function.
33         * org-exp.el (org-export-format-source-code-or-example): Handle
34         switches related to text areas.
36         * org.el (org-activate-footnote-links): Don't allow match inside a
37         link.
39         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
41         * org-export-latex.el (org-export-latex-links): Keep a relative
42         path relative also after export.
44         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
46         * org.el (org-make-tags-matcher): Never use IDO for completing the
47         tags matcher match string.
48         (org-completing-read): Also remove the special biding for "?".
50         * org-attach.el (org-attach-allow-inheritance): New option.
51         (org-attach-inherited): New variable.
52         (org-attach-dir): Handle properties related to the attachment
53         directory.
54         (org-attach-check-absolute-path): New function.
55         (org-attach-set-directory, org-attach-set-inherit): New commands.
56         (org-attach): Accommodate the new commands in the dispatcher.
58 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
60         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
61         `window-full-width-p'.
63         * org-exp.el (org-export-as-html): Only check for images files
64         that really can be inlined
66         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
67         list of extensions to be a parameter.
69         * org-exp.el (org-export-html-inline-image-extensions): New
70         variable.
72         * org-agenda.el (org-prepare-agenda): Use
73         `org-agenda-block-separator'.
74         (org-agenda-block-separator): New option.
76 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
78         * org-export-latex.el (org-export-latex-tables): Call
79         `org-table-clean-before-export' with the new optional argument.
81         * org-exp.el (org-table-clean-before-export): New optional
82         parameter MAYBE-QUOTED, allows for quoted characters like \# in
83         first column.
85 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
87         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
88         histograms.
90         * org-colview.el (org-colview-construct-allowed-dates): Better
91         error catching when a date/time property does not have allowed
92         values defined.
94         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
95         Better error catching when a date/time property does not have
96         allowed values defined.
98 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
100         * org.el (org-map-entries): Restore point and restriction after
101         `org-map-entries'.
103 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org.el (org-time=, org-time<, org-time<=, org-time>)
106         (org-time>=, org-time<>): Make sure both values are dates.
108 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
110         * org-archive.el (org-extract-archive-heading): Allow %s for file
111         name also in achive location heading.
113 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
115         * org-archive.el (org-add-archive-files): Uniquify the list before
116         returning it.
118 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
120         * org-compat.el (org-fit-window-to-buffer): Use
121         `window-full-width-p'.
123         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
124         space after the colon in short examples.
126         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
127         enforce a space after the colon.  However, we also allow lines
128         that are *only* a colon.
129         (org-export-as-html): Enforce the space after the colon in short
130         examples.
131         (org-export-preprocess-string): Do the colon example protection
132         earlier.
133         (org-export-remove-timestamps): Do not check for protection at the
134         end of the line.
136 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
138         * org.el (org-format-latex-options): Add new matcher for single
139         letters between dollars.
140         (org-get-header): Function removed.
141         (org-heading-components): New function.
143         * org-exp.el (org-export-define-heading-targets): Record ID's also
144         as alternative targets.
145         (org-export-as-html): Interpret "id:" links to other files by
146         preserving the relative path.
148         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
149         is nil.
151         * org-exp.el (org-export-normalize-links): Protect the main link,
152         to avoid special character processing.
154         * org-export-latex.el (org-export-latex-special-keyword-regexp):
155         New variable.
156         (org-export-latex-special-string-regexps): Variable removed.
157         (org-export-latex-keywords): Use the new regexp.
159         * org-exp.el (org-export-handle-include-files): Fetch switches and
160         put them into the BEGIN statement.
162         * org-timer.el (org-timer-mode-line-string): New variable.
164         * org-clock.el (org-clock-mode-line-map): Renamed from
165         `org-clock-mode-map'.
166         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
167         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
168         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
169         (org-clock-remove-overlays): Renamed from
170         `org-remove-clock-overlays'.
172         * org-timer.el (org-timer-pause-or-continue): Implement stopping
173         and mode line display.
174         (org-timer-stop): New command.
175         (org-timer-seconds): Return correct time when timer is paused.
176         (org-timer-mode-line-timer): New variable.
177         (org-timer-set-mode-line, org-timer-update-mode-line): New
178         functions.
180         * org.el (org-insert-heading):  Handle new value `auto' for
181         `org-blank-before-new-entry'.
182         (org-org-menu): Add new items for timer functions.
184         * org-list.el (org-insert-item): Handle new value `auto' for
185         `org-blank-before-new-entry'.
187         * org.el (org-blank-before-new-entry): New value `auto', made
188         default.
190 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org-exp.el (org-export-normalize-links): If the link is also
193         used as the description, protect the description.
195 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
197         * org.el (org-closest-date): Fix bug with yearly repeats, in
198         combination with preference of the past as it is used for deadline
199         and scheduling search.
201         * org-exp.el (org-html-handle-time-stamps): No longer check for
202         the `org-export-with-timestamps' option, because the preprocesser
203         has taken care of this already.
205         * org.el (org-entry-properties): Catch the case when this is
206         called in a non-org-mode file.
208         * org-export-latex.el (org-export-latex-remove-from-headlines):
209         Variable made obsolete, also LaTeX export now uses the standard
210         variables.
211         (org-export-as-latex): Add the timestamps parameter to the
212         preprocessor parameter list.
213         (org-export-latex-content): Export the remaining keywords without
214         considering to remove them.
215         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
216         Use bold font instead of tt font for the keywords.
217         (org-export-latex-fontify-headline): Format headlines, assuming
218         that all keywords still present should be published.
219         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
220         publish what ever remains of the time stamps.
221         (org-export-latex-list-parameters): New option.
222         (org-export-latex-lists): Pass additional parameters to the list
223         converter.
225         * org-exp.el (org-export-preprocess-string): Remove clock lines
226         and timestamps already in the preprocesor.
227         (org-export-remove-timestamps, org-export-remove-clock-lines): New
228         functions.
229         (org-export-as-ascii, org-export-as-html): Add the timestamps
230         parameter to the preprocessor parameter list.
232         * org-list.el (org-list-parse-list): Parse for checkboxes.
233         (org-list-to-generic): Introduce and handle new parameters :cbon
234         and :cboff.
235         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
236         optional parameter PARAMS.
238         * org-export-latex.el (org-export-latex-special-chars): Fix
239         problems with interpreting dollar signs.
240         (org-inside-latex-math-p): New function.
241         (org-export-latex-preprocess): Protect all the math fragments.
243         * org.el (org-latex-regexps): Allow a dash after a dollar.
245         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
246         mark after copying.
248         * org-agenda.el (org-run-agenda-series): Have series options set
249         when finalizing the agenda.
251         * org-exp.el (org-export-format-source-code-or-example): Protect
252         the converted examples.
254         * org.el (org-set-regexps-and-options): Fix the regexp
255         `org-complex-heading-regexp'.
257 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
259         * org.el (org-edit-src-get-label-format): New function.
260         (org-coderef-label-format): New option.
261         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
262         a label format specification and make sure it is used in the edit
263         buffer.
264         (org-edit-src-get-label-format): New function.
265         (org-store-link): Handle new coderef formats.
266         (org-link-search): Handle new coderef formats.
268         * org-footnote.el (org-footnote-create-definition)
269         (org-footnote-goto-local-insertion-point): Make footnote insertion
270         work correctly when the "Footnotes" headline is the last line in
271         the buffer.
273         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
274         the location.
276 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
278         * org-w3m.el (org-w3m): New customization group.
279         (org-w3m-deactivate-mark): New option.
280         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
281         option say not to.
283 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org.el (org-set-font-lock-defaults): Trigger footnote
286         fontification.
287         (org-activate-footnote-links): New function.
288         (org-activate-links): New entry `footnote'.
290         * org-faces.el (org-footnote): New face.
292 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
294         * org-macs.el (org-re): Handle the [:word:] class.
296         * org-exp.el (org-export-preprocess-string): Call
297         `org-export-protect-colon-examples'.
298         (org-export-protect-colon-examples): Renamed from
299         `org-export-protect-examples', and scope limited to lines starting
300         with a colon.
302 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org-exp.el (org-export-preprocess-string): Move the preprocess
305         hook to after turning on Org-mode.
306         (org-export-preprocess-after-include-files-hook)
307         (org-export-preprocess-after-tree-selection-hook)
308         (org-export-preprocess-before-backend-specifics-hook)
309         (org-export-preprocess-final-hook): New hooks.
310         (org-export-preprocess-string): Run the new hooks.
312         * org.el (org-ctrl-c-minus): Fix indentation for new items.
314         * org-footnote.el: New file.
316         * org.el (org-footnote): Require footnote code.
317         (org-startup-options): Add new footnote options.
318         (org-mode-map): New keybindig for footnotes.
319         (org-ctrl-c-ctrl-c): Add function at footnotes.
320         (org-org-menu): New menu entries for footnotes.
322         * org-export-latex.el (org-export-as-latex): Pass footnote
323         variable to preprocessor.
324         (org-export-latex-preprocess): Treat multiple references to a
325         footnote.
327         * org-exp.el (org-export-preprocess-string): Call
328         `org-footnote-normalize'.
329         (org-export-as-ascii, org-export-as-html): Pass footnote variable
330         to preprocessor.
331         (org-export-as-html): Treat multiple references to a footnote.
333 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
335         * org-export-latex.el (org-export-latex-links): Handle coderef
336         links.
338         * org.el (org-bracket-link-analytic-regexp++): New variable.
339         (org-make-link-regexps): Initialize
340         `org-bracket-link-analytic-regexp++'.
341         (org-store-link): Implement special case in edit-src buffer.
342         (org-insert-link): No use of ide to insert stored links.
343         (org-link-search): Implement special case for coderefs.
345         * org-exp.el (org-export-html-scripts): New constant.
346         (org-export-html-style-default): Add a new style for highlighted
347         code.
348         (org-export-code-refs): New variable.
349         (org-export-preprocess-string): Initialize `org-export-code-refs'.
350         Call `org-export-replace-src-segments-and-examples'
351         No longer call `org-export-protect-examples'.
352         (org-export-target-internal-links): Take care of coderef targets.
353         (org-export-last-code-line-counter-value): New variable.
354         (org-export-replace-src-segments-and-examples): Renamed from
355         `org-export-replace-src-segments', and modified.
356         (org-export-format-source-code-or-example): Renamed from
357         `org-export-format-source-code'.
358         (org-export-number-lines): New function.
359         (org-export-as-ascii, org-export-as-html): Handle coderef links.
361 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
363         * org-remember.el (org-remember-handler): Safer way to get a new
364         buffer accessing the target file.
366         * org.el (org-refile-get-location): Handle case of current buffer
367         not having a file associated with it.
369 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
371         * org-table.el (org-table-get-formula): Only ask to overwrite
372         field formula if there really is one.
374         * org-id.el (org-id-find): Allow the ID to be a symbol or a
375         number, by converting these to a string.
377         * org-colview.el (org-dblock-write:columnview): Allow ID to be
378         located in a different file.
380         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
381         org-colview.el.
383 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
385         * org.el (org-completion-use-ido): Enhance docstring of
386         `org-completion-use-ido'.
388         * org-export-latex.el (org-export-latex-make-header): Double the %
389         in the time stamp format.
390         (org-export-latex-special-chars): Handle case where there is no
391         match group 3.
393 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
395         * org.el (org-get-refile-targets, org-refile-get-location): Use
396         expanded file name to improve comparison.
398 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
400         * org.el (org-scan-tags): Rescan for tags, to get the correct
401         upcase/downcase stuff.  This slows things down for now, but it
402         works.
403         (org-mode): Make sure the tag-faces regexp is initialized.
405         * org-export-latex.el (org-export-latex-links): Fix bug with
406         undefined label.
408         * org-table.el (org-table-get-specials): Set
409         `org-table-current-last-data-line'.
410         (org-table-current-last-data-line): New variable.
411         (org-table-insert-column, org-table-delete-column)
412         (org-table-move-column, org-table-fix-formulas): Call
413         `org-table-fix-formulas' a second time to fix the $LR references.
414         (org-table-get-specials): Add the $LR references to the tables.
415         (org-table-get-formula): Do not offer last-row names as LHS of
416         formulas.
418         * org.el (org-store-link): Capture link description from
419         `org-id-store-link'.
421         * org-exp.el (org-export-html-format-image): Add the / to the end
422         of the <img> tag.
423         (org-export-format-source-code): Surround example by empty lines,
424         to make sure it will not be inside a paragraph.
426         * org.el (org-ido-switchb): New function.
428 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
430         * org-agenda.el (org-agenda-show): New prefix argument
431         FULL-ENTRY.
433         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
434         argument.
436         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
437         `org-agenda-change-all-lines'.
438         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
439         tags are now retrieved locally.
441 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
443         * org.el (org-get-outline-path): Fix bug if level is not given.
444         (org-org-menu): Do not quote function in menu vector.
446         * org-agenda.el (org-finalize-agenda): Fix typo with variable
447         name.
449 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
451         * org.el (org-refile): Avoid refiling to within the region to be
452         refiled.
454         * org-export-latex.el (org-export-latex-special-chars): Replace
455         special characters also in tables.
457         * org-agenda.el (org-agenda-change-all-lines): New argument
458         FORCE-TAGS.
459         (org-agenda-set-tags): Cet the new tags and pass them to
460         `org-format-agenda-item'.
462 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
464         * org-export-latex.el (org-export-latex-classes): Add longable as
465         a default package to all classes.
466         (org-export-latex-tables): Handle the longtable attribute and the
467         align attribute.
469         * org-table.el (orgtbl-to-generic): Handle tables that start with
470         a hline.
472         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
473         \verb for colde-like snippets.
474         (org-export-as-latex): Fix issues with region export.
476         * org.el (org-up-heading-safe): Speed up function by using a
477         direct regexp search.
478         (org-olpa): New variable.
479         (org-get-outline-path): Speed-up path constructions in cases where
480         this is possible because the entire hierarchy is scanned anyway.
481         (org-refile-get-location): Don't compare the truenames of files,
482         this is too slow.
483         (org-goto-max-level): New option.
484         (org-goto): Use `org-goto-max-level'.
486 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
488         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
489         Strip angle brackets from message-ids in the former and don't do
490         it in the latter.
491         (org-gnus-follow-link): Open summary reliable, even if the last
492         messages were deleted, and handle empty groups, too.
494 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
496         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
497         instead of \texttt for the =...= and ~===~ emphasis environments.
498         (org-export-as-latex): Remove any old :org-license-to-kill text
499         properties.
500         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
501         (org-export-latex-make-header): Add some hard space after the
502         table of contents.
503         (org-export-latex-first-lines): Accept RBEG argument.  Mark
504         exported text so that it will be excuded in further steps.
506         * org-table.el (org-table-get-specials): Make @0 reference the
507         last line in a table.
508         (org-table-recalculate): Improve docstring.
510 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
512         * org.el (org-log-done): Fix docstring.
514 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
516         * org-exp.el (org-export-html-format-image): Fix bugs.
518         * org-export-latex.el (org-export-latex-tables)
519         (org-export-latex-links): Implement attribute, label, and caption
520         handling.
522         * org-exp.el (org-export-html-style-default): Add style
523         definitions for the figure div.
524         (org-export-preprocess-string, org-export-as-html): Implement
525         attribute, label, and caption handling.
526         (org-export-attach-captions-and-attributes): New function.
527         (org-export-html-format-image): New function.
528         (org-format-org-table-html): Implement attribute, label, and
529         caption handling.
531         * org.el (org-find-text-property-in-string): New function.
532         (org-extract-attributes): Use the property org-attr instead of
533         org-attrobutes, because this property is now set with the #+ATTR
534         lines.
536 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
539         the case that FROM is nil.
541         * org.el (org-before-first-heading-p): New function.
543 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
545         * org-exp.el (org-export-as-html): Do not add a space before
546         enforces line breaks.
547         (org-export-as-html): Close paragraph before blockquote and verse
548         tags.
550 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
552         * org-id.el (org-id-locations-file): Wrap file name with
553         `convert-standard-filename'.
554         (org-id-files): New variable.
555         (org-id-use-hash): New option.
556         (org-id-update-id-locations): Also search in all files current
557         listed in `org-id-files'.  Convert the resulting alist to a hash
558         if the user customation says so.
559         (org-id-locations-save): Handle he case if `org-id-locations' is a
560         hash.
561         (org-id-locations-load): Convert the alist to a hash.
562         (org-id-add-location): Handle the hast case.
563         (kill-emacs-hook): Make sure id locations are saved when Emacs is
564         exited.
565         (org-id-hash-to-alist, org-id-alist-to-hash)
566         (org-id-paste-tracker): New functions.
568 -------------------------------------------------------------------------
570 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
573         bindings of calendar variables.
575         * org-table.el (org-table-find-row-type): Renamed from
576         `org-find-row-type'.
577         (org-table-rewrite-old-row-references): Renamed from
578         `org-rewrite-old-row-references'.
579         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
580         (org-table-cleanup-narrow-column-properties): Renamed from
581         `org-cleanup-narrow-column-properties'.
583 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
585         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
586         for better error messages.
587         (org-table-get-descriptor-line): Supply the new arguments to
588         `org-find-row-type'.
589         (org-table-error-on-row-ref-crossing-hline): New option.
591         * org.el (org-target-link-regexp): Make buffer-local.
592         (org-move-subtree-down): Fix bug with trees at beginning of
593         buffer.
595 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
597         * org-faces.el (org-set-tag-faces): New function.
598         (org-tags-special-faces-re): New variable.
600         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
602         * org-faces.el (org-tag-faces): New option.
603         (org-tag): Mention `org-tag-faces' in the docstring.
605 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
607         * org-exp.el (org-export-html-style-default): Implement new
608         quoting.
610         * org-jsinfo.el (org-infojs-template): Implement new quoting.
612         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
613         command to the `w3m-minor-mode-map'.
615         * org-archive.el (org-archive-to-archive-sibling): Protect
616         `this-command' to avoid appending kills during archiving.
618         * org-exp.el (org-export-with-priority): New variable.
619         (org-export-add-options-to-plist): Use `org-export-plist-vars'
620         instead of internal list of strings and properties.
621         (org-print-icalendar-entries): Retrieve the location property with
622         inheritance.
624 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
626         * org-exp.el (org-export-with-todo-keywords): New option.
627         (org-export-plist-vars): Include also the keys for the #+OPTIONS
628         line.
629         (org-default-export-plist, org-export-add-options-to-plist)
630         (org-export-as-ascii, org-export-as-html): Use the new structure
631         of `org-export-plist-vars'.
633         * org.el (org-map-entries): Return all values.
635 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
637         * org.el (org-matcher-time): Recognize more special values.
639         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
641 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org.el (org-tags-exclude-from-inheritance): New option.
644         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
645         `org-tags-exclude-from-inheritance'.
647         * org-agenda.el (org-agenda-show-inherited-tags): New option.
648         (org-format-agenda-item): Add inherited tags to the agenda line
649         string, and make sure that properties are kept when downcasing the
650         tags list.
651         (org-agenda-add-inherited-tags): New function.
652         (org-downcase-keep-props): New function.
654         * org.el (org-scan-tags): Mark inherited tags with a text
655         property.
656         (org-get-tags-at): Mark inherited tags with a text property.
657         (org-add-prop-inherited): New function.
659         * org-agenda.el (org-agenda-add-inherited-tags): New function.
660         (org-agenda-show-inherited-tags): New option.
662 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
664         * org.el (org-modules): Add org-w3m to the default modules.
666         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
667         orgtbl-mode.
668         (orgtabl-create-or-convert-from-region): New command.
670         * org-exp.el (org-export-as-ascii): Remove the handling of
671         targets.
672         (org-export-ascii-preprocess): Handle targets already in this
673         function.
675 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
677         * org-timer.el (org-timer-start-time): Define this variable.
678         (org-timer-item): Make argument optional.
680         * org-list.el (org-insert-item): Automatically insert a timer item
681         if the current list is a timer list.
683         * org-timer.el: New file.
685         * org-publish.el (org-publish-org-index): Only exclude the index
686         file in the main directory from being added to the site-map.
687         (org-publish-get-project-from-filename): If the current project is
688         a component, start publishing from the parent project.
690 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
692         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
694         * org-publish.el (org-publish-org-index): Improve removal of
695         temporary buffers.
697         * org-agenda.el (org-get-closed): Re-apply changes
698         accidentially overwritten by last commit to Emacs.
700         * org.el (org-outline-path-complete-in-steps): New option.
701         (org-refile-get-location): Honor
702         `org-outline-path-complete-in-steps'.
703         (org-agenda-change-all-lines, org-tags-sparse-tree)
704         (org-time-string-to-absolute, org-small-year-to-year)
705         (org-link-escape): Re-apply changes accidentially overwritten
706         by last commit to Emacs.
708 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
710         * org-clock.el (org-dblock-write:clocktable): Make sure the
711         clocktable sees the first line.
712         (org-clock-in): Warn if the clock cannot be resumed.
714 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
716         * org.el (org-open-at-point): Fix mixup about interactive and
717         non-interactive elisp links.
719 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
721         * org-exp.el (org-export-preprocess-string): Allow one comment
722         line before the first headline to always be included.  This is
723         to not miss a commented target.
725         * org-mouse.el (org-mouse-insert-item): Call
726         `org-indent-to-column' instead of `indent-to', for XEmacs
727         compatibility.
729         * org.el (org-refile-targets): Fix customize definition so
730         that it works also in XEmacs.
731         (org-fixup-indentation): Call `org-indent-to-column' instead
732         of `indent-to', for XEmacs compatibility.
734 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
736         * org-mew.el (org-mew-store-link): Get the correct case folder
737         for refiled messages.
739 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
741         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
742         line break indicators.
744         * org.el (org-ido-completing-read): Remove the "i:" prefix for
745         ido-completion propts.
747 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
749         * org-remember.el (org-remember-apply-template): Use
750         `org-substring-no-properties'.
752         * org-compat.el (org-substring-no-properties): New function.
754         * org-remember.el (org-remember-apply-template): Use
755         `org-substring-no-properties' for compatibility.
757         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
758         option.
759         (org-fix-bullet-type): respect
760         `org-list-two-spaces-after-bullet-regexp'.
762         * org-clock.el (org-clock-load): Clean up the code.
764         * org.el (org-adaptive-fill-function): Allow two spaces after
765         "1." as a list bullet.
767 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
769         * org-clock.el (org-clock-save, org-clock-load): Check for
770         live buffers, existing files, and buffer file names to ensure
771         consistent information.
772         (org-clock-persist): Make `clock' a special value of this
773         variable, and improve docstring.
775         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
776         (org-get-string-indentation): Adapt indentation when the bullet
777         width changes.
779 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
781         * org-remember.el (org-remember-finalize): Make interactive.
782         (org-remember-kill): New command.
783         (org-remember-finish-immediately): Call `org-remember-finalize'
784         directly.
785         (org-remember-finalize): Make `org-remember-finalize' an interactive
786         function.
788 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
790         * org-remember.el (org-remember-apply-template): No ido completion
791         for free prompts in remember templates.
792         (org-remember-before-finalize-hook): New hook.
793         (org-remember-mode): New minor mode.
794         (org-remember-apply-template): Turn on `org-remember-mode'.
796         * org-id.el (org-id-add-location): Avoid error when no file is
797         given.
799         * org-remember.el (org-remember-apply-template): Fix the way how
800         the list of allowed properties is retrieved from the target file.
802         * org.el (org-insert-link): Improve file link matching.
804 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
806         * org-colview.el (org-columns-display-here): New argument
807         DATELINE, to trigger using the new face.
808         (org-agenda-colview-summarize): Call `org-columns-display-here'
809         with the new argument.
811         * org-faces.el (org-agenda-column-dateline): New face.
813         * org-publish.el (org-publish-org-index): Use index-title at page
814         title, not as section.
816         * org-exp.el (org-export-html-format-desc): Respect the
817         org-protect property.
818         (org-export-as-html): Protect image specifiers that are in the
819         description part of a link.
821         * org.el (org-sort-entries-or-items, org-completing-read)
822         (org-refile-get-location, org-olpath-completing-read, org-todo)
823         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
824         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
825         (org-set-property, org-delete-property)
826         (org-delete-property-globally): Use `org-ido-completing-read'.
828         * org-remember.el (org-remember-apply-template): Use
829         `org-ido-completing-read'.
831         * org-publish.el (org-publish): Use `org-ido-completing-read'.
833         * org-colview.el (org-columns-edit-value, org-columns-new)
834         (org-insert-columns-dblock): Use `org-ido-completing-read'.
836         * org-colview-xemacs.el (org-columns-edit-value)
837         (org-columns-new, org-insert-columns-dblock): Use
838         `org-ido-completing-read'.
840         * org-attach.el (org-attach-delete-one, org-attach-open): Use
841         `org-ido-completing-read'.
843         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
844         `org-ido-completing-read'.
846         * org.el (org-time-today): New function.
847         (org-matcher-time): Use `org-time-today'.  Add special treatment
848         for "<tomorrow>" and "<yesterday>".
849         (org-ido-completing-read): New function.
850         (org-completion-use-ido): New option.
852         * org-exp.el (org-export-format-source-code): Fix bug in require
853         htmlize code.
854         (org-export-target-internal-links): Fix bug in search for text
855         property.
857 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
859         * org-export-latex.el (org-export-latex-subcontent): Interprete
860         target aliases as additonal labels.
862         * org-exp.el (org-export-target-aliases): New variable.
863         (org-export-preprocess-string)
864         (org-export-handle-invisible-targets): Fill the alias alist.
865         (org-export-as-html): Remove the &nbsp; from the anchor, and also
866         assign an id.
867         (org-html-level-start): Insert the target aliases as additonal
868         anchors.
870         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
871         picture area.
873 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
875         * org.el (org-open-at-mouse): Ensure correct link abbreviations
876         when following a link with the mouse from the agenda.
878         * org-exp.el (org-export-as-html): Avoid lone </div> when no
879         headlines are created.
881 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
883         * org-exp.el (org-export-preprocess-string): Reorder so that we
884         can still see ID properties when we collect targets.
885         (org-export-target-internal-links): Also store targets for ID's.
887         * org.el (org-link-translation-function): New option.
888         (org-open-at-point): Call `org-link-translation-function' if
889         non-nil.
890         (org-translate-link): New function.
891         (org-translate-link-from-planner): New function.
892         (org-open-at-point): Allow interactive commands in elisp links.
894         * org-exp.el (org-icalendar-cleanup-string): Restore the old
895         iCalendar quoting.  The new one seems to caus problems with
896         applications.
898         * org.el (org-yank): Set `this-command' to `yank', so that
899         `yank-pop' will work.
901 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
903         * org-id.el (org-id-search-archives): New option.
905         * org.el (org-link-to-org-use-id): New option.
906         (org-store-link): Use `org-link-to-org-use-id'.
907         (org-id): Make org-id.el a standard component.
909 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
911         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
912         hexified version of the tag.
914         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
915         compliance as far as quoting is concerned.
917         * org-vm.el (org-vm-follow-link): Require `vm-search'.
919         * org.el (org-up-heading-safe, org-forward-same-level): Always
920         call `org-back-to-heading' instead of `outline-back-to-heading'.
921         (org-back-to-heading): New wrapper around outline-back-to-heading,
922         with a useful error message telling where the error happened.
924         * org-list.el (org-update-checkbox-count): Always call
925         `org-back-to-heading' instead of `outline-back-to-heading'.
927         * org-exp.el (org-export-as-html): Make sure that each <img> tag
928         has an `alt' attribute, to ensure XHTML validation.
930 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
932         * org-publish.el (org-publish-attachment): Allow publishing to
933         overwrite attachment files.
935         * org-agenda.el (org-agenda-timerange-leaders): New option.
936         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
938         * org.el (org-edit-src-exit): Untabify ASCII image before
939         returning.
952 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
954         * org.el (org-yank): Make any prefix force normal yanking.
955         Suppress folding if text would be swallowed into a folded
956         subtree.
957         (org-yank-folded-subtrees, org-yank): Docstring updates.
959         * org-agenda.el (org-agenda-compare-effort): Treat no effort
960         defined as 0.
962         * org-exp.el (org-export-language-setup): Add Catalan and
963         Esperanto language entries.
965 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
967         * org.el (org-refile): Allow refiling of entire regions.
969         * org-clock.el (org-clock-time%): New function.
971         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
972         retrieve property values.
974 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
976         * org-agenda.el (org-agenda-list): Handle the value `only' of
977         org-agenda-show-log'.
978         (org-agenda-log-mode): Interpret a double prefix arg.
980 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
982         * org-exp.el (org-export-html-footnotes-section): New variable.
983         (org-export-as-html): Use `org-export-html-footnotes-section' to
984         insert the footnotes.
985         (org-export-language-setup): Add "Footnotes" to language words.
987 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
989         * org.el (org-yank): Fix bug when not inserting a subtree.
991 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
993         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
994         instead of `vm-beginning-of-message'.
996         * org.el (org-make-link-regexps): Make sure that links to gnus can
997         contain brackets.
999 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1001         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1002         code.
1004         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1005         shell output.
1007         * org.el (org-link-abbrev-alist): Improve customization type.
1009         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1010         functions.
1012         * org-agenda.el (org-agenda-get-progress): Renamed from
1013         `org-get-closed'.  Implement searching for state changes as well.
1014         (org-agenda-log-mode-items): New option.
1015         (org-agenda-log-mode): New option prefix argument, interpreted as
1016         request to show all possible progress info.
1017         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1018         `org-get-closed'.
1019         (org-agenda-set-mode-name): Handle the more complex log mode
1020         settings.
1021         (org-get-closed): New alias, pointing to `org-get-progress'.
1023 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1025         * org.el (org-file-apps-defaults-gnu)
1026         (org-file-apps-defaults-macosx)
1027         (org-file-apps-defaults-windowsnt): Add an entry defining the
1028         system command.
1029         (org-file-apps): Allow `system' as key and value.
1030         (org-open-at-point): Explain the effect of a double prefix arg.
1031         (org-open-file): If the argument `in-emacs' is (16),
1032         i.e. corresponding to a double prefix argument, try to open the
1033         file externally.
1035 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1037         * org.el (org-insert-link): Abbreviate absolute files names in
1038         links.  Also, fix a bug in which the double C-u prefix would not
1039         be honored.
1041 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1043         * org.el (org-insert-heading): If buffer does not end with a
1044         newline, add one if necessary to insert headline correctly.
1046         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1047         paragraphs, not inside.
1049         * org.el (org-todo): Quote
1050         `org-agenda-headline-snapshot-before-repeat'.
1052         * org-exp.el (org-export-as-html): Fully process link descriptions.
1053         (org-export-html-format-desc): New function.
1054         (org-export-as-html): Collect footnotes into the correct basket.
1055         (org-html-protect): No longer protect quotations marks here, this
1056         goes wrong.
1058         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1059         BEG.
1061         * org-compat.el (org-fit-window-to-buffer): New function (not
1062         really, a preliminary and incomplete version was present earlier,
1063         but not used).
1065         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1066         `org-fit-window-to-buffer'.
1068         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1070         * org-agenda.el (org-agenda-get-restriction-and-command)
1071         (org-fit-agenda-window, org-agenda-convert-date): Use
1072         `org-fit-window-to-buffer'.
1074         * org-exp.el (org-export-as-html): Process href links through
1075         `org-export-html-format-href'.
1076         (org-export-html-format-href): New function.
1078         * org-agenda.el (org-agenda-todo): Update only the current
1079         headline if this is a repeated TODO, marked done for today.
1080         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1081         only the current line.
1083         * org.el (org-todo): Take a snapshot of the headline if the
1084         repeater might change it.
1086 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1088         * org-publish.el (org-publish-find-title): Remove buffers visited
1089         only for extracting the title.
1091         * org-exp.el (org-export-html-style)
1092         (org-export-html-style-default): Mark style definitions as
1093         unparsed CDATA.
1095         * org-publish.el (org-publish-validate-link): Function
1096         re-introduced.
1098 2008-11-02  Charles Sebold  <csebold@gmail.com>
1100         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1101         property.
1102         (org-plot-quote-timestamp-field): New function.
1103         (org-plot-quote-tsv-field): Call timestamp field function when
1104         necessary rather than just quoting as a string.
1105         (org-plot/gnuplot-to-data): Pass in timefmt property.
1106         (org-plot/gnuplot-script): Supports timefmt property.
1107         (org-plot/gnuplot): Checks for timestamp column before checking
1108         for text index column.
1110 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1112         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1114         * org-publish.el (org-publish-org-index): Create a section in the
1115         index file.
1116         (org-publish-org-index): Stop linking to directories.
1118         * org.el (org-emphasis-alist): Use span instead of <u> to
1119         underline text.
1121         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1122         <pre> sections.
1124 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1126         * org-jsinfo.el (org-infojs-template): Remove language attribute
1127         from script tag.
1129 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1131         * org-agenda.el (org-agenda-remove-marked-text): New function.
1132         (org-agenda-mark-filtered-text)
1133         (org-agenda-unmark-filtered-text): New functions.
1134         (org-write-agenda): Remove fltered text.
1136         * org.el (org-make-tags-matcher): Give access to TODO "property"
1137         without speed penalty.
1139 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1141         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1142         option.
1143         (org-store-link-props): Make sure adding to the plist works
1144         correctly.
1146         * org-gnus.el (org-gnus-no-new-news): New function.
1147         (org-gnus-follow-link): Allow the article ID to be a message-id,
1148         in addition to allowing article numbers.  Message IDs make much
1149         more roubust links.
1150         (org-gnus-store-link): Use message-id to create link.
1152 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1154         * org.el (org-emphasize): Reverse the selection array.
1155         (org-emphasis-alist): Set <code> tags for the verbatim
1156         environment.
1158         * org-remember.el (org-remember-handler): Fix bug with
1159         prefix-related changing of the note storage target.
1161         * org-exp.el (org-print-icalendar-entries): Make the exported
1162         priorities compatible with RFC 2445.
1164         * org-clock.el (org-clock-save): Insert time stamp without
1165         dependence on time-stamp.el.
1167 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1169         * org.el ("saveplace"): If saveplace puts point into an invisible
1170         location, make it visible.
1171         (org-make-tags-matcher): Allow inactive time stamps in time
1172         comparisons.
1173         (org-yank-adjusted-subtrees): New option.
1174         (org-yank): Incorporate adjusting trees.
1175         (org-paste-subtree): New argument FOR-YANK which will cause
1176         insertion at point without backing up over white lines, and leave
1177         point at the end of the inserted text.  Also if the cursor is
1178         at the beginning of a headline, use the same level or the inserted
1179         tree.
1181         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1182         with broken symlinks
1184 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1186         * org-exp.el (org-export-select-tags, org-get-current-options):
1187         Fix typo.
1189 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1191         * org-agenda.el (org-format-agenda-item)
1192         (org-agenda-filter-make-matcher): Make sure tags are stored and
1193         compared donwcased.
1195 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1197         * org.el (org-insert-todo-heading): Fix bug with force-heading
1198         argument.
1200 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1202         * org-clock.el (org-clock-in-resume): Add a custom option to
1203         toggle starting the clock from an open clock line.
1204         (org-clock-in): When clocking in to an entry, if
1205         `org-clock-in-resume' is set, check if the first clock line is
1206         open and if so, start the clock from the time in the clock line.
1207         (org-clock-persist): Add a custom option to toggle clock
1208         persistence.
1209         (org-clock-persist-query-save): Add a custom option to toggle
1210         asking the user if they want to save the running clock when
1211         exiting.
1212         (org-clock-persist-query-resume): Add a custom option to toggle
1213         asking the user if they want to resume the saved clock when Emacs
1214         is restarted.
1215         (org-clock-save): Add a function to save clock data.
1216         This includes the contents of `org-clock-history' and the buffer
1217         and position of the currently clocked task, if any.
1218         (org-clock-load): Add a function to load clock data.
1219         This populates `org-clock-history', and resumes the saved clocked
1220         task if there is one.
1221         (org-clock-persistence-insinuate): Add a method to set up the
1222         hooks for clock persistence.
1224 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1226         * org-exp.el (org-export-as-ascii): Handle the case that we are
1227         publishing from an indirect buffer.
1229         * org-table.el (org-table-copy-down): Fix bug with time stamp
1230         increment.
1232         * org-mouse.el (org-mouse-features): New option.
1233         (org-mode-hook): Turn on features depending on
1234         `org-mouse-features'.
1236         * org.el (org-insert-heading-respect-content): Force heading
1237         creation.
1238         (org-insert-heading): keep the folding state of the heading before
1239         the inserted one.
1241 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1243         * org-archive.el (org-archive-to-archive-sibling): Handle top
1244         level headlines better.
1246 2008-10-21  Bastien Guerry  <bzg@altern.org>
1248         * org-export-latex.el (org-export-latex-classes): Added
1249         \usepackage{graphicx} to the default list of packages.
1251 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1253         * org-agenda.el (org-agenda-filter): Renamed from
1254         `org-agenda-filter-tags'.
1256 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1258         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1259         is not defined as a property in this entry.
1260         (org-add-log-note): Mask prefix argument when immediately storing
1261         the note.
1263         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1264         option.
1266 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1268         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1269         after drawers was skipping ahead one line too many, so notes were
1270         inserted after the first note instead of before it.
1272 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1274         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1275         New variables.
1276         (org-prepare-agenda): Reset the filter tags.
1277         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1278         Show filter tags in mode line.
1280         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1281         formatter.
1283         * org-export-latex.el (org-latex-entities-regexp): New constant.
1284         (org-export-as-pdf): Use two calls to `shell-command'.
1286 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1288         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1289         Honor the {} value of the subsuperscript setting.  Make sure that
1290         longer subsuperscripts are typeset in a roman font.
1292         * org.el (org-clock-update-time-maybe): Compute negative clock
1293         intervals correctly.
1295 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1297         * org.el (org-add-log-setup): Respect
1298         `org-log-state-notes-insert-after-drawers'.
1299         (org-log-state-notes-insert-after-drawers): New option.
1300         (org-todo-trigger-tag-changes): New function.
1301         (org-todo): Call `org-todo-trigger-tag-changes'.
1303 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1305         * org.el (org-add-log-setup): Only skip drawers if the are
1306         immediately after the scheduling keywords.
1308         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1309         function
1310         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1311         call it with the current todo state to get the state to switch to
1312         when clocking in.
1313         (org-clock-in): Use org-indent-line-function to indent clock lines.
1314         (org-clock-find-position): Fix indentation of empty clock drawers.
1316 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1318         * org-publish.el (org-publish-org-to): Handle case when
1319         org-export-to-pdf does return a file name, not a buffer.
1320         (org-publish-org-to-pdf): New function.
1322         * org-export-latex.el (org-export-as-pdf)
1323         (org-export-as-pdf-and-open): New commands.
1325         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1326         forms as ranges.
1328         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1329         things in protexted regions.
1331 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1333         * org-export-latex.el (org-export-latex-preprocess): Improve
1334         quoting of LaTeX environments.
1336 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1338         * org.el (org-edit-fixed-width-region): Exclude final newline from
1339         picture area.
1341         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1342         sections, to make internal links work.
1343         (org-export-latex-fontify-headline): Do not remove all text
1344         properties, to make sure that target properties survive this
1345         process.
1347         * org-exp.el (org-export-preprocess-string): Change sequence of
1348         modifications, to make sure links are prepared before the LaTeX
1349         conversions do happen.
1351 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1353         * org-attach.el (org-attach-delete-all): Renamed from
1354         `org-attch-delete'.  Add a security query before deleting the
1355         entire directory.  New optional argument FORCE can overrule the
1356         security query.
1357         (org-attach-delete-one): New command.
1359 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1361         * org-attach.el (org-attach-file-list): Fix bug with directory.
1363 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1365         * org.el (org-apps-regexp-alist): New function.
1366         (org-file-apps): Add auto-mode to the default value.
1367         (org-open-file): Use the new structure of org-file-apps.
1369         * org-attach.el (org-attach): Support the new keys.
1370         (org-attach-method): New option.
1372 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1374         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1375         March.
1377         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1378         of the list value o `org-use-tag-inheritance'.
1380         * org-attach.el (org-attach-auto-tag): New option.
1381         (org-attach-tag, org-attach-untag): New functions.
1382         (org-attach-attach, org-attach-new, org-attach-sync): Call
1383         `org-attach-tag'.
1384         (org-attach-delete): Call `org-attach-untag'.
1386 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1388         * org-table.el (orgtbl-self-insert-command): Make this work for
1389         the keypad as well.
1391 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1393         * org.el (org-add-log-setup): Limit searc for drawers to entry
1394         text, not to subtree.
1396         * org-clock.el (org-clock-heading-for-remember): New variable.
1397         (org-clock-in): Set `org-clock-heading-for-remember'.
1399 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1401         * org-remember.el (org-remember-apply-template): Add new
1402         expansions: %k, %K for currently clocked task and a link to the
1403         currently clocked task, and %< to file notes in the currently
1404         clocked task.
1406 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1408         * org-export-latex.el (org-export-latex-make-header): Also insert
1409         the content of the property :latex-header-extra.
1411         * org-exp.el (org-infile-export-plist): Put the content of
1412         #+LATEX_HEADER: into the property :latex-header-extra.
1414         * org-colview.el (org-columns-get-format-and-top-level): Remove
1415         resetting the marker.
1417         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1418         Remove resetting the marker.
1420         * org.el (org-entry-property-inherited-from): Improve docstring.
1421         (org-entry-get-with-inheritance): Reset marker before starting the
1422         search.
1424         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1426 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1428         * org.el (org-entry-get-multivalued-property)
1429         (org-entry-protect-space, org-entry-restore-space): New
1430         functions.
1431         (org-file-apps-defaults-macosx): Let postscript files be opened by
1432         preview.
1433         (org-time-stamp-inactive): Call `org-time-stamp'.
1434         (org-time-stamp): New argument `inactive'.  Also edit inacive
1435         stamps. Convert time stamp type.
1436         (org-open-file): Interpret the `default' value for the `command'
1437         in `org-file-apps'.
1439         * org-id.el (org-id-int-to-b36-one-digit)
1440         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1441         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1442         b36.
1444 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1446         * org-id.el (org-id-reverse-string): New function.
1447         (org-id-new): Use `org-id-reverse-string' to make sure the
1448         beginning chars of the ID are mutating fast.  This allows to use a
1449         directory structure to spread things better.
1450         (org-id-prefix): Changed default to nil.
1452         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1453         restore the column of the cursor position.
1455         * org-remember.el (org-remember-apply-template): Remove properties
1456         from `initial'.
1458 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1460         * org-wl.el (org-wl-open): Remove useless call to
1461         `wl-thread-open-all'.
1463         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1464         location.
1466 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1468         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1469         `org-bbdb-anniversaries'.
1471         * org.el (org-get-next-sibling, org-forward-same-level): New
1472         functions, similar to the outline versions, but invisible headings
1473         are OK.
1475 2008-09-25  Bastien Guerry  <bzg@altern.org>
1477         * org.el (org-auto-repeat-maybe): Insert a space between
1478         the timestamp's type and the timestamp itself.
1480 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1482         * org-table.el (org-table-sum): Do not format the result with %g,
1483         it does rounding when there are too many digits.
1485         * org.el (org-map-entries): Protect the keyword-selecting variables.
1487 2008-09-23  Bastien Guerry  <bzg@altern.org>
1489         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1490         against all agenda files.
1492 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1494         * org-list.el: New file, aggregating list functions from org.el
1495         and org-export-latex.el.
1497         * org.el (org-edit-src-region-extra): New option.
1499 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1501         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1502         time before 1am.
1504 2008-09-22  Bastien Guerry  <bzg@altern.org>
1506         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1508 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1510         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1511         hline work correctly.
1512         (org-plot/gnuplot-script): Put commas at the end of each script
1513         line.
1515 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1517         * org.el (org-get-refile-targets): Replace links with their
1518         descriptions
1519         (org-imenu-get-tree): Replace links with their descriptions.
1521         * org-remember.el (org-remember-apply-template): Add a new
1522         expansion for adding properties to remember items.
1524         * org.el (org-add-log-setup): Skip over drawers (properties,
1525         clocks etc) when adding notes.
1527         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1528         items as well as the start and end times.
1530         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1531         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1533         * org-remember.el (org-get-x-clipboard): Use the compat
1534         function to get clipboard values when x-selection-value is
1535         unavailable. Use substring-no-properties instead of
1536         set-text-properties to remove text properties from the clipboard
1537         value.
1539         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1540         modeline clock string, and display the full todo value in the
1541         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1542         the currently clocked task.
1543         (org-clock-string-limit): Add a custom value for the maximum
1544         length of the clock string in the modeline.
1545         (org-clock-mode-map): Add a keymap for the modeline string
1547 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1549         * org-compat.el (org-propertize): New function.
1551 2008-09-20  Bastien Guerry  <bzg@altern.org>
1553         * org-export-latex.el (org-export-latex-tables): protect exported
1554         tables from further special chars conversion.
1555         (org-export-latex-preprocess): Preserve LaTeX environments.
1556         (org-list-parse-list): Parse descriptive lists.
1557         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1558         (org-list-to-texinfo): Export descriptive lists.
1559         (org-quote-chars): Remove.
1560         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1561         (org-export-latex-list-beginning-re): Rename to
1562         `org-list-beginning-re'
1563         (org-list-item-begin): Rename to `org-list-item-beginning'
1565 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1567         * org.el (org-refile): Allow refiling to the last entry in the
1568         buffer.
1569         (org-get-tags-at): Fix bug when inheritance is turned off.
1571 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1573         * org.el (org-indent-line-function): No longer check for src
1574         regions, this is too much overhead.
1576         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1577         matching.
1579         * org.el (org-scan-tags): Make sure that tags matching is not case
1580         sensitive.  TODO keyword matching is case sensitive, however, to
1581         avoid confusion with similar words that are not meant to be
1582         keywords.
1584 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1586         * org.el (org-get-local-tags-at): New function.
1587         (org-get-local-tags): New function.
1589         * org-exp.el (org-export-get-categories): New function.
1591         * org-agenda.el (org-sorting-choice)
1592         (org-agenda-sorting-strategy, org-agenda-get-todos)
1593         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1594         (org-agenda-get-scheduled, org-agenda-get-blocks)
1595         (org-entries-lessp): Implement sorting by TODO state.
1596         (org-cmp-todo-state): New defsubst.
1598         * org-colview.el (org-colview-construct-allowed-dates): New
1599         function.
1600         (org-columns-next-allowed-value): Use
1601         `org-colview-construct-allowed-dates'.
1603         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1604         function.
1605         (org-columns-next-allowed-value): Use
1606         `org-colview-construct-allowed-dates'.
1608 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1610         * org.el (org-protect-slash): New function.
1611         (org-get-refile-targets): Use `org-protect-slash'.
1613         * org-agenda.el (org-global-tags-completion-table): New variable.
1615         * org-exp.el (org-export-handle-export-tags): New function.
1616         (org-export-preprocess-string): Call
1617         `org-export-handle-export-tags'.
1619         * org-plot.el: New file.
1621         * org-publish.el (org-publish-expand-components): Function removed.
1622         (org-publish-expand-projects): Allow components to have components.
1624 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1626         * org.el (org-indent-line-function): Do not indent in regions that
1627         are external source code.
1628         (org-yank-and-fold-if-subtree): New function.
1630         * org-agenda.el (org-agenda-todayp): New function.
1631         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1632         `org-agenda-todayp'.
1634         * org.el (org-insert-heading-respect-content)
1635         (org-insert-todo-heading-respect-content): New commands.
1636         (org-insert-heading-respect-content): New option.
1637         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1639         * org-clock.el (org-clock-find-position): Make sure the note after
1640         the clock line gets moved into the new clock drawer.
1642 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1644         * org-id.el (org-id-new): New option.
1646 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1648         * org-table.el (org-table-copy-down): Avoid overflow during
1649         increment.  Use prefix argument 0 to temporarily disable the
1650         increment.
1652 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1654         * org-exp.el (org-export-as-html): Do not turn on the major mode
1655         if the buffer will be killed anyway.
1656         (org-get-current-options): Exclude the #+TEXT field.
1657         (org-export-as-html): Make sure text before the first headline is
1658         a paragraph.
1660         * org-publish.el (org-publish-org-to): Tell the exporter that this
1661         buffer will be killed, so it is not necessary to do major mode
1662         initialization.
1664         * org-archive.el (org-archive-to-archive-sibling): Show empty
1665         lines after folding the archive sibling.
1667         * org.el (org-log-note-extra): New variable.
1669 2008-09-05  Bastien Guerry  <bzg@altern.org>
1671         * org.el (org-additional-option-like-keywords): Added keywords for
1672         the _QUOTE, _VERSE and _SRC environments.
1674         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1675         exporting _QUOTE and _VERSE environments.
1677 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1679         * org-agenda.el (org-agenda-filter-by-tag): New command.
1681         * org-exp.el (org-get-current-options): Remove angular brackets
1682         from the date entry.
1684         * org.el (org-edit-fixed-width-region): New function.
1685         (org-edit-fixed-width-region): Also try
1686         `org-edit-fixed-width-region'.
1687         (org-edit-fixed-width-region-mode): New option.
1688         (org-activate-code): Only interprete lines starting with colon
1689         plus a space as example lines.
1691         * org-remember.el (org-remember-templates): Add nil instead of
1692         empty strings to fix the length of remember templates.
1694         * org-table.el (org-calc-default-modes): Fix the time format for
1695         calc, from 12 hour to 24 hour clock.
1697 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1699         * org-agenda.el (org-agenda-get-deadlines)
1700         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1701         entries that are pre-warnings of deadlines or reminders.
1703         * org.el (org-sort-entries-or-items): Make numeric and alpha
1704         comparisons ignore any TODO keyword and priority cookie.
1706         * org-remember.el (org-remember-handler): Reinterpretation of the
1707         prefix argument.
1709 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1711         * org-agenda.el (org-agenda-get-scheduled): Use new
1712         `org-scheduled' face.
1714         * org-faces.el (org-scheduled): New face.
1716         * org-wl.el (org-wl-open): Remove incorrect declaration.
1718         * org-gnus.el (org-gnus-store-link): Support for :to information
1719         in gnus links.
1721         * org-exp.el (org-export-as-html): Fixed typo in creator
1722         information.
1723         (org-export-protect-examples): New parameter indent.  Insert extra
1724         spaces only when this parameter is specified.
1725         (org-export-preprocess-string): Call `org-export-protect-examples'
1726         with an indentation parameter when exporting to ASCII.
1728         * org-remember.el (org-remember-templates)
1729         (org-remember-apply-template): Allow the file component to be a
1730         function.
1732         * org.el (org-goto-local-search-headings): Renamed from
1733         `org-goto-local-search-forward-headings'.  Added the possibility
1734         to search backwards.
1736 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1738         * org-export-latex.el (org-export-latex): New customization
1739         group.
1741         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1743 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1745         * org-exp.el (org-html-do-expand): Allow {} to terminate
1746         tex macro
1748 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1750         * org.el (org-buffer-list): Select buffers based on major mode,
1751         not on file name.
1753 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1755         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1756         face property.
1758         * org-colview.el (org-columns-display-here): Use
1759         `org-columns-modify-value-for-display-function'.
1761         * org-colview-xemacs.el (org-columns-display-here): Use
1762         `org-columns-modify-value-for-display-function'.
1764 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1766         * org.el (org-columns-modify-value-for-display-function): New option.
1778         * org-publish.el (org-publish-file): Make sure the directory match
1779         for the publishing directory works correctly.
1781         * org-agenda.el (org-agenda-execute-calendar-command)
1782         (org-agenda-diary-entry): Additional optional argument.
1784 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1786         * org-exp.el (org-export-as-html): Add attributes also in mailto
1787         and ftp links.
1789         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1798 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1800         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1801         sure that calls from `org-export-region-as-html' do not do the
1802         special check for a subtree.
1804 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1806         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1808 2008-07-20  Juri Linkov  <juri@jurta.org>
1810         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1811         new keymap `narrow-map' instead of binding "\C-xns".
1813 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1815         * org.el (org-open-file): Use
1816         `org-open-directory-means-index-dot-org'.
1817         (org-open-directory-means-index-dot-org): New option.
1819 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1821         * org.el (org-make-link-string): Remove link attributes from
1822         description.
1823         (org-open-at-point): Remove link attributes bevore using the path.
1825         * org-exp.el (org-export-as-html): Handle link attributes.
1827         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1829         * org-table.el (org-table-to-lisp): New function.
1831         * org.el (org-narrow-to-subtree): Do not include the final newline
1832         into the narrowed region.
1834         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1835         bug with user-define skipping condition.
1837 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1839         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1841 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1843         * org-exp.el (org-export-html-style-default): Automatic overflow
1844         handling for pre fields.
1845         (org-export-as-ascii, org-export-as-html): Change default format
1846         for time stamp.
1848         * org-table.el (org-table-export): Offer completion for translator
1849         functions, and do not require a heading above the table.
1851         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1852         Cater for the case of a list starting in the first line of the
1853         buffer.
1855 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1857         * org-publish.el (org-publish-find-title): Bug fix.
1858         (org-publish-org-index): Implement new :index-style option.
1860 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1862         * org-publish.el (org-publish-timestamp-filename): Use
1863         SHA1-encoded file names in the timestamp directory.
1865 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1867         * org-publish.el (org-publish-needed-p): Be verbose about files
1868         published and files skipped.
1870         * org-exp.el (org-export-preprocess-string): Swap link
1871         normalization and inernal link targeting.
1873         * org-publish.el (org-publish-needed-p): Create timestamp
1874         directory when it does not exist.
1876 2008-07-04  Bastien Guerry  <bzg@altern.org>
1878         * org-clock.el (org-clock-out-when-done): Doc fix.
1880         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1882         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1883         Ignore case when searching for the COMMENT cookie at export time.
1885 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1887         * org-exp.el (org-get-file-contents)
1888         (org-get-and-remove-property): New functions.
1889         (org-export-handle-include-files): Handle the new prefix options.
1890         (org-export-as-html): Fix the verse environment.
1892 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1894         * org.el (org-time=, org-time<, org-time<=, org-time>)
1895         (org-time>=, org-time<>, org-2ft): New functions.
1896         (org-op-to-function): Also provide for the time testing fucntions.
1898 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1900         * org-exp.el (org-export-html-style-default): New constant.
1902 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1904         * org-exp.el (org-export-html-style-extra): New variable.
1905         (org-export-splice-style): New function.
1907 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1909         * org-exp.el (org-export-plist-vars, org-export-as-html):
1910         Implement `org-export-creator-info'.
1911         (org-export-creator-info): New option.
1913 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1915         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1916         (org-property-drawer-re, org-clock-drawer-re): New constants.
1918 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1920         * org-exp.el (org-icalendar-use-deadline)
1921         (org-icalendar-use-scheduled): New options.
1922         (org-icalendar-include-todo): Default changed to t.
1923         (org-print-icalendar-entries): Implement better utilization of
1924         scheduling and deadline time stamps.
1925         (org-export-target-internal-links, org-export-as-html): Allow file
1926         lines without the "file:" prefix if the file path is an absolute
1927         path or starts with ".".
1929         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1930         lastweek etc.
1931         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1933 2008-06-18  Glenn Morris  <rgm@gnu.org>
1934         * org.el (org-map-entries): Let-bind `file'.
1936 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1938         * org.el (org-agenda-skip-archived-trees): Docstring now
1939         discourages using this.
1940         (org-scan-tags): Check for org-agenda-archives-mode.
1941         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1942         (org-agenda-files): Functionality of second arg changed.
1944         * org-agenda.el (org-agenda-archives-mode): New variable
1945         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1946         (org-search-view, org-todo-list, org-tags-view)
1947         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1948         `ifmode' argument.
1949         (org-agenda-quit): Reset the archives mode.
1950         (org-agenda-archives-mode): New command.
1951         (org-agenda-set-mode-name): Include archives info.
1953 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1955         * org.el (org-paste-subtree): Make sure the yanked headline is
1956         visible if it was yanked at a visible point.
1957         (org-move-item-up): Fix the bug with moving white space at the end
1958         of the item.
1959         (org-show-empty-lines-in-parent): New function.
1961 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1963         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1965         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1967         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1968         agenda prefix as well.
1970         * org-publish.el (org-publish-org-index): Make a properly indented
1971         list.
1973         * org.el (org-calendar-agenda-action-key): New option.
1974         (org-get-cursor-date): New function.
1975         (org-mark-entry-for-agenda-action): New command.
1976         (org-overriding-default-time): New variable.
1977         (org-read-date): Respect `org-overriding-default-time'.
1979         * org-remember.el (org-remember-apply-template): Respect the
1980         ovverriding default time.
1982         * org-agenda.el (org-agenda-action-marker): New variable.
1983         (org-agenda-action): New command.
1984         (org-agenda-do-action): New function.
1986 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1988         * org.el (org-schedule, org-deadline): Protect scheduled and
1989         deadline tasks against changes that accidently remove the
1990         repeater.  Also show a message with the new date when done.
1992 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1994         * org.el (org-beginning-of-line): Cater for the case when there
1995         are tags but no headline text.
1996         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1997         it set.
1999 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2001         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2002         the return value is nil instead of "nil" when there is no match.
2004         * org-exp.el (org-insert-centered): Use fill-column instead of
2005         80.
2006         (org-export-as-ascii): Use string-width to measure the width of
2007         the heading.
2009         * org.el (org-diary-to-ical-string): No longer kill buffer
2010         FROMBUF, this is now done by the caller.
2012         * org-exp.el (org-print-icalendar-entries): Move the call to
2013         `org-diary-to-ical-string' out of the loop, and kill the buffer
2014         afterwords.
2016         * org-remember.el (org-remember-visit-immediately): Position
2017         cursor after moving to the note.
2018         (org-remember-apply-template): Use a text property to record the
2019         cursor position.
2020         (org-remember-handler): Align tags after pasting the note.
2022 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2024         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2026         * org-agenda.el (org-agenda-open-link): If there is an
2027         org-bbdb-name property in the current line, jump to that bbdb
2028         entry.
2030         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2031         text property, so that the agenda knows where this entry comes
2032         from.
2034         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2035         interaction between clocking-in from the agenda, and  automatic
2036         task state switching.
2038         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2040         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2041         zmacs-region stays after this command in XEmacs.
2043 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2045         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2047         * org-remember.el (org-remember-templates): Fix bug in
2048         customization type definition.
2050         * org.el (org-map-entries): New function.
2052 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2054         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2055         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2057 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2059         * org-remember.el (org-jump-to-target-location): New variable.
2060         (org-remember-apply-template): Set
2061         `org-remember-apply-template' if requested by template.
2062         (org-remember-handler): Start an idle timer to jump to
2063         remember location.
2065         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2067         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2068         file tags.
2069         (org-get-tags-at): Add the content of `org-file-tags'.
2071         * org-exp.el (org-export-handle-comments): Fix bug with several
2072         comment lines after each other.
2073         (org-number-to-roman, org-number-to-counter): New functions.
2074         (org-export-section-number-format): New option.
2076 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2078         * org-exp.el (org-export-protect-examples): Catch the case of a
2079         missing end_example line.
2081         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2082         `org-file-tags' to nil.
2084         * org-colview.el (org-columns-next-allowed-value): Handle next
2085         argument NTH to directly select a value.
2087         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2088         argument NTH to directly select a value.
2090 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2092         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2094 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2096         * org.el (org-columns-ellipses): New option.
2098 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2100         * org-colview.el (org-columns-add-ellipses): New function.
2101         (org-columns-compact-links): New function.
2102         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2103         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2104         when in agenda.
2105         (org-columns-edit-value): Fixed bug with editing values from
2106         agenda column view.
2107         (org-columns-redo): Also redo the agenda itself.
2109 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2111         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2112         option.
2114         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2116         * org-exp.el (org-export-ascii-preprocess): Renamed from
2117         `org-export-ascii-clean-string'.
2118         (org-export-kill-licensed-text)
2119         (org-export-define-heading-targets)
2120         (org-export-handle-invisible-targets)
2121         (org-export-target-internal-links)
2122         (org-export-remove-or-extract-drawers)
2123         (org-export-remove-archived-trees)
2124         (org-export-protect-quoted-subtrees)
2125         (org-export-protect-verbatim, org-export-protect-examples)
2126         (org-export-select-backend-specific-text)
2127         (org-export-mark-blockquote-and-verse)
2128         (org-export-remove-comment-blocks-and-subtrees)
2129         (org-export-handle-comments, org-export-mark-radio-links)
2130         (org-export-remove-special-table-lines)
2131         (org-export-normalize-links)
2132         (org-export-concatenate-multiline-links)
2133         (org-export-concatenate-multiline-emphasis): New functions,
2134         obtained from spliiting the export preprocessor.
2136         * org-table.el (org-table-recalculate): Improve error message if
2137         the row number is invalid.
2139 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2141         * org-archive.el (org-archive-save-context-info): Fix bugs in
2142         customization setup and docstring.
2144         * org-exp.el (org-export-html-style): Changed the size of in the
2145         <pre> element to 90%.
2147 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2149         * org.el (org-find-src-example-start): Function removed.
2150         (org-edit-src-find-region-and-lang): New function.
2152 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2154         * org.el (org-edit-src-exit): New function.
2155         (org-exit-edit-mode): New minor mode.
2157         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2158         comment-like lines from protected examples.
2160         * org.el (org-edit-src-example, org-find-src-example-start)
2161         (org-protect-source-example, org-edit-special): New functions.
2163 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2165         * org-publish.el (org-publish-project-alist): Fix typo in
2166         docstring.
2167         (org-publish-project-alist): Handle :index-title property.
2169 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2171         * org-export-latex.el (org-export-as-latex): Make sure region
2172         bounds are correct.  Parse subtree properties relating to export.
2174         * org-exp.el (org-export-add-options-to-plist): New function.
2175         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2177 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2179         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2180         EXPORT_TITLE.
2182         * org-exp.el (org-export-get-title-from-subtree)
2183         (org-export-as-ascii, org-export-as-html): Make sure the original
2184         region-beginning and region-end are used, even after moving
2185         point.
2186         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2187         property.
2189         * org-remember.el (org-remember-last-stored-marker): New variable.
2190         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2191         (org-remember-handler): Also use marker to remember
2192         last-stored position.
2194         * org.el (org-goto-marker-or-bmk): New function.
2196 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2198         * org.el (org-file-properties): Renamed from `org-local-properties'.
2199         (org-scan-tags): Take file tags into account.
2200         (org-tags-match-list-sublevels): Default changed to t.
2202         * org-exp.el (org-export-as-html): Close paragraph after a
2203         footnote.
2205         * org.el (org-update-parent-todo-statistics): New function.
2207         * org-exp.el (org-icalendar-store-UID): New option.
2208         (org-icalendar-force-UID): Option removed.
2209         (org-print-icalendar-entries): IMplement UIDs.
2211 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2213         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2215 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2217         * org-faces.el (org-column): Document how this face is being used
2218         and why sometimes the background faces shine through.
2220         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2222         * org-publish.el (org-publish-attachment): Create publishing
2223         directory if it does not yet exist.
2225         * org-table.el (org-calc-default-modes): Change default number
2226         format to (float 8).
2228         * org.el (org-olpath-completing-read): New function.
2229         (org-time-clocksum-format): New option.
2230         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2232         * org-clock.el (org-clock-display, org-clock-out)
2233         (org-update-mode-line): Use `org-time-clocksum-format'.
2235         * org-colview-xemacs.el (org-columns-number-to-string): Use
2236         `org-time-clocksum-format'.
2238         * org-colview.el (org-columns-number-to-string): Use
2239         `org-time-clocksum-format'.
2241 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2243         * org-id.el: New file, move from contrib to core.
2245         * org-exp.el (org-icalendar-force-UID): New option.
2247 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2249         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2250         shifted by one day if theere is a date range without an end
2251         time.
2253         * org.el (org-try-structure-completion): New function.
2255 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2257         * org.el (org-set-font-lock-defaults): Improve fontification of
2258         description lists.
2259         (org-insert-item): Handle description lists.
2260         (org-adaptive-fill-function): Improve auto indentation in
2261         description lists.
2263         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2264         Implement VERSE environment.
2265         (org-export-preprocess-string): Implement the COMMENT
2266         environment.
2268         * org-export-latex.el (org-export-latex-preprocess): Implement
2269         VERSE environment.
2271 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2273         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2274         option.
2276 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2278         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2280         * org.el (org-quote-csv-field): New functions.
2282         * org-table.el (org-table-export-default-format): Remove :splice
2283         from default format, we get the same effect by not specifying
2284         :tstart and :tend.
2285         (org-table-export): Improve setup, distinguish better between
2286         interactive and non-interactive use, allow specifying the format
2287         on the fly, better protection against wrong file names.
2288         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2289         and :tend when :splice is omitted.
2291 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2293         * org-clock.el (org-clock-select-task): Make sure the selection
2294         letters are 1-9 and A-Z, no special characters.
2296 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2298         * org-exp.el (org-export-htmlize): New group.
2299         (org-export-htmlize-output-type)
2300         (org-export-htmlize-css-font-prefix): New options.
2301         (org-export-htmlize-region-for-paste): New function.
2302         (org-export-htmlize-generate-css): New command.
2304 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2306         * org/org.el (org-modules, org-format-latex-options):
2307         * org/org-archive.el (org-archive-stamp-time)
2308         (org-archive-save-context-info):
2309         * org/org-faces.el (org-hide):
2310         * org/org-irc.el (org-irc-parse-link):
2311         * org/org-macs.el (org-call-with-arg, org-autoload):
2312         * org/org-mew.el (org-mew-store-link):
2313         * org/org-remember.el (org-remember-store-without-prompt)
2314         (org-remember-templates): Fix typos in docstrings.
2316         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2318         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2319         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2320         (org-bbdb-anniv-split): Fix typos in docstrings.
2322         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2323         (org-publish-use-timestamps-flag): Reflow docstring.
2324         (org-publish-files-alist): Fix typos in docstring.
2326 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2328         * org.el (org-set-visibility-according-to-property): New function.
2329         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2330         and compute the regular expressions, and update font-lock.
2331         (org-property-re): Allow a dash in property names.
2333         * org-archive.el (org-extract-archive-file): Insert the file name
2334         without the path into the format, to allow the location format to
2335         contain a subdirectory.
2337         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2338         of buffer, and the `org-agenda-type' property undefined, use the
2339         value from the character before.
2341         * org.el (org-add-planning-info): Don't let indentation for
2342         would-be timestamp become extra whitespace at the end of headline.
2344 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2346         * org.el (org-remove-double-quotes, org-file-contents): New
2347         functions.
2349         * org-exp.el (org-infile-export-plist): Also parse the
2350         contents of #+SETUPFILE files, recursively.
2352         * org.el (org-set-regexps-and-options): Also parse the
2353         contents of #+SETUPFILE files, recursively.
2355         * org-exp.el (org-export-handle-include-files): New function.
2356         (org-export-preprocess-string): Call
2357         `org-export-handle-include-files'.
2359         * org.el (org-delete-property-globally)
2360         (org-delete-property, org-set-property): Ignore case during
2361         completion.
2362         (org-set-property): Use `org-completing-read' instead of
2363         `completing-read'.
2365         * org.el (org-complete-expand-structure-template): New,
2366         experimental function.
2367         (org-structure-template-alist): New, experimental option.
2368         (org-complete): Call `org-complete-expand-structure-template'.
2370 2008-05-06  Bastien Guerry  <bzg@altern.org>
2372         * org-export-latex.el (org-export-latex-preprocess): Added
2373         support for blockquotes.
2375 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2377         * org.el (org-read-date-analyze): Catch the case where only a
2378         weekday is given.
2380 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2382         * org.el (org-set-font-lock-defaults): Make the description
2383         tag bold.
2385         * org-exp.el (org-export-as-html, org-close-li): Implement
2386         description lists.
2388 2008-05-04  Jason Riedy  <jason@acm.org>
2390         * org-table.el (*orgtbl-default-fmt*): New variable.
2391         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2392         when there is no other fmt available.
2394         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2395         :tend to suppress the appropriate string.
2397         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2398         table.
2400 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2402         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2403         read date.
2405         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2406         New function.
2408         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2409         New function.
2411 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2413         * org-clock.el (org-clock-find-position): Don't include notes
2414         into clock drawer.
2416         * org-archive.el (org-archive-subtree): No longer remove an
2417         extra line after cutting the subtree.  `org-cut-subtree' already
2418         takes care of this.
2420         * org-remember.el (org-remember-handler): Only kill the target
2421         buffer if it does not contain the running clock.
2423         * org.el (org-markers-to-move): New variable.
2424         (org-save-markers-in-region, org-check-and-save-marker)
2425         (org-reinstall-markers-in-region): New function.
2426         (org-move-subtree-down, org-copy-subtree): Remember relative
2427         marker positions before cutting.
2428         (org-move-subtree-down, org-paste-subtree): Restore relative
2429         marker positions after pasting.
2431         * org-remember.el (org-remember-clock-out-on-exit): New option.
2432         (org-remember-finalize): Clock out only if the setting in
2433         `org-remember-clock-out-on-exit' requires it.
2434         (org-remember-handler): Do the cleanup in the buffer, to make sure
2435         that the clock marker remains in tact.
2437 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2439         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2440         (org-clock-in): Make sure that also tasks outside the narrowed
2441         region will be clocked in correctly.
2442         (org-clock-insert-selection-line): Widen the buffer so that we can
2443         find the correct task heading.
2445         * org.el (org-base-buffer): New function.
2447         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2448         and ";" are escaped.
2449         (org-print-icalendar-entries): Also apply
2450         `org-icalendar-cleanup-string' to the headline, not only to the
2451         summary property.
2453 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2455         * org-exp.el (org-export-preprocess-hook): New hook.
2456         (org-export-preprocess-string): Call
2457         `org-export-preprocess-hook'.
2459         * org.el (org-font-lock-hook): New variable.
2460         (org-font-lock-hook): New function.
2461         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2463 ;; Local Variables:
2464 ;; coding: utf-8
2465 ;; add-log-time-zone-rule: t
2466 ;; End:
2468     Copyright (C) 2008  Free Software Foundation, Inc.
2470   This file is part of GNU Emacs.
2472   GNU Emacs is free software: you can redistribute it and/or modify
2473   it under the terms of the GNU General Public License as published by
2474   the Free Software Foundation, either version 3 of the License, or
2475   (at your option) any later version.
2477   GNU Emacs is distributed in the hope that it will be useful,
2478   but WITHOUT ANY WARRANTY; without even the implied warranty of
2479   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2480   GNU General Public License for more details.
2482   You should have received a copy of the GNU General Public License
2483   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2485 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c