Shift-selection: More tweaking
[org-mode.git] / lisp / ChangeLog
blob25946c26d70e0bcc5395227385df116c51c04716
1 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4         functions.
6 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org.el (org-support-shift-select): New option.
9         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
10         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
11         selection outside contexts.
13         * org-list.el (org-at-item-bullet-p): New function.
15         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
16         variables.
18         * org-footnote.el (org-footnote-normalize): Remove unnecessary
19         variable.
20         (org-insert-footnote-reference-near-definition): Remove
21         unnecessary let form.
23         * org-export-latex.el (org-export-latex-first-lines): Add
24         OPT-PLIST parameter.
25         (org-export-as-latex): Call `org-export-latex-first-lines' with
26         opt-plits parameter.
27         (org-export-latex-preprocess): Remove unnecessary variables.
29         * org-exp.el (org-infile-export-plist)
30         (org-export-add-options-to-plist, org-export-kill-licensed-text)
31         (org-export-remove-headline-metadata)
32         (org-export-get-title-from-subtree, org-get-min-level)
33         (org-html-do-expand): Remove innecessary let form.
35         * org-colview-xemacs.el (org-columns-display-here): Remove
36         unnecessary variables.
38         * org-colview.el (org-columns-display-here): Remove unnecessary
39         variables.
41         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
42         variables.
44         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
45         unnecessary variables.
47         * org-agenda.el (org-search-view, org-agenda-get-blocks)
48         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
49         variables.
51         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
52         (org-compact-display-after-subtree-move): Remove unnecessary
53         variables.
54         (org-edit-fixed-width-region): Remove unnecessary variables.
55         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
56         (org-olpath-completing-read): Remove unnecessary variable.
57         (org-auto-repeat-maybe): Remove unnecessary variable.
58         (org-map-entries): Remove unnecessary variable.
59         (org-buffer-property-keys, org-imenu-get-tree)
60         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
62 -----------------------------------------------------------------
64 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
65         * org-exp.el (org-export-remove-timestamps): Never remove
66         timestamps from tables.
68         * org-export-latex.el (org-export-latex-first-lines): Add more
69         options to the preprocessing of the text before the first
70         headline.
72 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
74         * org-faces.el (org-clock-overlay): Make face compatible with
75         XEmacs.
77         * org.el (org-yank): Add property for delete-selection mode.
79         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
81         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
82         variable.
84         * org-table.el (org-table-insert-hline): Fix typo in fuction call
85         to `backward-char'.
87         * org-exp.el (org-export-as-html): Remove the initial space from
88         colon examples.
90         * org.el (org-scan-tags): Call
91         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
93         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
94         customization groups.
95         (org-agenda-tags-todo-honor-ignore-options): New option.
96         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
97         New function.
98         (org-agenda-get-todos): Use
99         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
101 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
103         * org-exp.el (org-export-format-source-code-or-example): Escape
104         HTML characters also in examples that anre not treated with
105         htmlize.  Also, just switch to EXAMPLE processing if we do not
106         have a good version of htmlize.
108         * org-rmail.el: Fix copyright notice.
110         * org.el (org-activate-footnote-links): Improve footnote link
111         highlighting.
113         * org-footnote.el (org-footnote-normalize): Fix finding the end of
114         a footnote definition at the end of the file.
116         * org-table.el (org-table-get-specials): Add an imagined hline at
117         the end of the table.  This can be useful for references that want
118         to go to the end of the table.  Also fix bug when computing last
119         row constants, in tables that do not start right at the right
120         margin.
121         (org-table-eval-formula): Match and replace remove references.
122         (org-table-formula-substitute-names): Make sure that names inside
123         a "remote" call are left alone, the will be replaced later when
124         the remote call is handled.
125         (org-table-convert-refs-to-rc): Do not convert things that might
126         look like a reference, but are really part of an ID or namei n a
127         remote reference.
128         (org-table-get-remote-range): New function.
130 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
132         * org-faces.el (org-clock-overlay): Fix bug in face definition.
134         * org-clock.el (org-clock-put-overlay): Use new face instead of
135         `secondary-selection'.
137         * org-faces.el (org-clock-overlay): New face.
139 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-exp.el (org-get-current-options): Include the option for
142         publishing time stamps.
144         * org.el (org-toggle-heading): Renamed from
145         `org-toggel-region-headings'.
146         No longer needs a region defined, but will use it if there is one.
147         (org-ctrl-c-star): Simplified, relying more on the internal
148         workings of `org-toggle-heading'.
149         (org-toggle-item): Renamed from `org-toggle-region-items'.
150         No longer needs a region defined, but will use it if there is one.
151         (org-ctrl-c-minus): Simplified, relying more on the inernal
152         workings of `org-toggle-item'.
154         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
155         environment detection.  Also, do real changes only in unprotected
156         places.
158 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
160         * org-export-latex.el (org-export-latex-quotation-marks): Use
161         `org-if-unprotected-1'.
162         (org-export-latex-set-initial-vars): Check for class definition in
163         property.
165         * org-macs.el (org-if-unprotected-1): New macro.
167 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
169         * org-compat.el (org-count-lines): New function.
171         * org-exp.el (org-export-format-source-code-or-example): Handle
172         switches related to text areas.
174         * org.el (org-activate-footnote-links): Don't allow match inside a
175         link.
177         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
179         * org-export-latex.el (org-export-latex-links): Keep a relative
180         path relative also after export.
182         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
184         * org.el (org-make-tags-matcher): Never use IDO for completing the
185         tags matcher match string.
186         (org-completing-read): Also remove the special biding for "?".
188         * org-attach.el (org-attach-allow-inheritance): New option.
189         (org-attach-inherited): New variable.
190         (org-attach-dir): Handle properties related to the attachment
191         directory.
192         (org-attach-check-absolute-path): New function.
193         (org-attach-set-directory, org-attach-set-inherit): New commands.
194         (org-attach): Accommodate the new commands in the dispatcher.
196 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
198         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
199         `window-full-width-p'.
201         * org-exp.el (org-export-as-html): Only check for images files
202         that really can be inlined
204         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
205         list of extensions to be a parameter.
207         * org-exp.el (org-export-html-inline-image-extensions): New
208         variable.
210         * org-agenda.el (org-prepare-agenda): Use
211         `org-agenda-block-separator'.
212         (org-agenda-block-separator): New option.
214 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
216         * org-export-latex.el (org-export-latex-tables): Call
217         `org-table-clean-before-export' with the new optional argument.
219         * org-exp.el (org-table-clean-before-export): New optional
220         parameter MAYBE-QUOTED, allows for quoted characters like \# in
221         first column.
223 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
226         histograms.
228         * org-colview.el (org-colview-construct-allowed-dates): Better
229         error catching when a date/time property does not have allowed
230         values defined.
232         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
233         Better error catching when a date/time property does not have
234         allowed values defined.
236 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
238         * org.el (org-map-entries): Restore point and restriction after
239         `org-map-entries'.
241 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
243         * org.el (org-time=, org-time<, org-time<=, org-time>)
244         (org-time>=, org-time<>): Make sure both values are dates.
246 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
248         * org-archive.el (org-extract-archive-heading): Allow %s for file
249         name also in achive location heading.
251 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
253         * org-archive.el (org-add-archive-files): Uniquify the list before
254         returning it.
256 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
258         * org-compat.el (org-fit-window-to-buffer): Use
259         `window-full-width-p'.
261         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
262         space after the colon in short examples.
264         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
265         enforce a space after the colon.  However, we also allow lines
266         that are *only* a colon.
267         (org-export-as-html): Enforce the space after the colon in short
268         examples.
269         (org-export-preprocess-string): Do the colon example protection
270         earlier.
271         (org-export-remove-timestamps): Do not check for protection at the
272         end of the line.
274 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
276         * org.el (org-format-latex-options): Add new matcher for single
277         letters between dollars.
278         (org-get-header): Function removed.
279         (org-heading-components): New function.
281         * org-exp.el (org-export-define-heading-targets): Record ID's also
282         as alternative targets.
283         (org-export-as-html): Interpret "id:" links to other files by
284         preserving the relative path.
286         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
287         is nil.
289         * org-exp.el (org-export-normalize-links): Protect the main link,
290         to avoid special character processing.
292         * org-export-latex.el (org-export-latex-special-keyword-regexp):
293         New variable.
294         (org-export-latex-special-string-regexps): Variable removed.
295         (org-export-latex-keywords): Use the new regexp.
297         * org-exp.el (org-export-handle-include-files): Fetch switches and
298         put them into the BEGIN statement.
300         * org-timer.el (org-timer-mode-line-string): New variable.
302         * org-clock.el (org-clock-mode-line-map): Renamed from
303         `org-clock-mode-map'.
304         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
305         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
306         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
307         (org-clock-remove-overlays): Renamed from
308         `org-remove-clock-overlays'.
310         * org-timer.el (org-timer-pause-or-continue): Implement stopping
311         and mode line display.
312         (org-timer-stop): New command.
313         (org-timer-seconds): Return correct time when timer is paused.
314         (org-timer-mode-line-timer): New variable.
315         (org-timer-set-mode-line, org-timer-update-mode-line): New
316         functions.
318         * org.el (org-insert-heading):  Handle new value `auto' for
319         `org-blank-before-new-entry'.
320         (org-org-menu): Add new items for timer functions.
322         * org-list.el (org-insert-item): Handle new value `auto' for
323         `org-blank-before-new-entry'.
325         * org.el (org-blank-before-new-entry): New value `auto', made
326         default.
328 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
330         * org-exp.el (org-export-normalize-links): If the link is also
331         used as the description, protect the description.
333 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
335         * org.el (org-closest-date): Fix bug with yearly repeats, in
336         combination with preference of the past as it is used for deadline
337         and scheduling search.
339         * org-exp.el (org-html-handle-time-stamps): No longer check for
340         the `org-export-with-timestamps' option, because the preprocesser
341         has taken care of this already.
343         * org.el (org-entry-properties): Catch the case when this is
344         called in a non-org-mode file.
346         * org-export-latex.el (org-export-latex-remove-from-headlines):
347         Variable made obsolete, also LaTeX export now uses the standard
348         variables.
349         (org-export-as-latex): Add the timestamps parameter to the
350         preprocessor parameter list.
351         (org-export-latex-content): Export the remaining keywords without
352         considering to remove them.
353         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
354         Use bold font instead of tt font for the keywords.
355         (org-export-latex-fontify-headline): Format headlines, assuming
356         that all keywords still present should be published.
357         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
358         publish what ever remains of the time stamps.
359         (org-export-latex-list-parameters): New option.
360         (org-export-latex-lists): Pass additional parameters to the list
361         converter.
363         * org-exp.el (org-export-preprocess-string): Remove clock lines
364         and timestamps already in the preprocesor.
365         (org-export-remove-timestamps, org-export-remove-clock-lines): New
366         functions.
367         (org-export-as-ascii, org-export-as-html): Add the timestamps
368         parameter to the preprocessor parameter list.
370         * org-list.el (org-list-parse-list): Parse for checkboxes.
371         (org-list-to-generic): Introduce and handle new parameters :cbon
372         and :cboff.
373         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
374         optional parameter PARAMS.
376         * org-export-latex.el (org-export-latex-special-chars): Fix
377         problems with interpreting dollar signs.
378         (org-inside-latex-math-p): New function.
379         (org-export-latex-preprocess): Protect all the math fragments.
381         * org.el (org-latex-regexps): Allow a dash after a dollar.
383         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
384         mark after copying.
386         * org-agenda.el (org-run-agenda-series): Have series options set
387         when finalizing the agenda.
389         * org-exp.el (org-export-format-source-code-or-example): Protect
390         the converted examples.
392         * org.el (org-set-regexps-and-options): Fix the regexp
393         `org-complex-heading-regexp'.
395 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
397         * org.el (org-edit-src-get-label-format): New function.
398         (org-coderef-label-format): New option.
399         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
400         a label format specification and make sure it is used in the edit
401         buffer.
402         (org-edit-src-get-label-format): New function.
403         (org-store-link): Handle new coderef formats.
404         (org-link-search): Handle new coderef formats.
406         * org-footnote.el (org-footnote-create-definition)
407         (org-footnote-goto-local-insertion-point): Make footnote insertion
408         work correctly when the "Footnotes" headline is the last line in
409         the buffer.
411         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
412         the location.
414 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
416         * org-w3m.el (org-w3m): New customization group.
417         (org-w3m-deactivate-mark): New option.
418         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
419         option say not to.
421 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
423         * org.el (org-set-font-lock-defaults): Trigger footnote
424         fontification.
425         (org-activate-footnote-links): New function.
426         (org-activate-links): New entry `footnote'.
428         * org-faces.el (org-footnote): New face.
430 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
432         * org-macs.el (org-re): Handle the [:word:] class.
434         * org-exp.el (org-export-preprocess-string): Call
435         `org-export-protect-colon-examples'.
436         (org-export-protect-colon-examples): Renamed from
437         `org-export-protect-examples', and scope limited to lines starting
438         with a colon.
440 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
442         * org-exp.el (org-export-preprocess-string): Move the preprocess
443         hook to after turning on Org-mode.
444         (org-export-preprocess-after-include-files-hook)
445         (org-export-preprocess-after-tree-selection-hook)
446         (org-export-preprocess-before-backend-specifics-hook)
447         (org-export-preprocess-final-hook): New hooks.
448         (org-export-preprocess-string): Run the new hooks.
450         * org.el (org-ctrl-c-minus): Fix indentation for new items.
452         * org-footnote.el: New file.
454         * org.el (org-footnote): Require footnote code.
455         (org-startup-options): Add new footnote options.
456         (org-mode-map): New keybindig for footnotes.
457         (org-ctrl-c-ctrl-c): Add function at footnotes.
458         (org-org-menu): New menu entries for footnotes.
460         * org-export-latex.el (org-export-as-latex): Pass footnote
461         variable to preprocessor.
462         (org-export-latex-preprocess): Treat multiple references to a
463         footnote.
465         * org-exp.el (org-export-preprocess-string): Call
466         `org-footnote-normalize'.
467         (org-export-as-ascii, org-export-as-html): Pass footnote variable
468         to preprocessor.
469         (org-export-as-html): Treat multiple references to a footnote.
471 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
473         * org-export-latex.el (org-export-latex-links): Handle coderef
474         links.
476         * org.el (org-bracket-link-analytic-regexp++): New variable.
477         (org-make-link-regexps): Initialize
478         `org-bracket-link-analytic-regexp++'.
479         (org-store-link): Implement special case in edit-src buffer.
480         (org-insert-link): No use of ide to insert stored links.
481         (org-link-search): Implement special case for coderefs.
483         * org-exp.el (org-export-html-scripts): New constant.
484         (org-export-html-style-default): Add a new style for highlighted
485         code.
486         (org-export-code-refs): New variable.
487         (org-export-preprocess-string): Initialize `org-export-code-refs'.
488         Call `org-export-replace-src-segments-and-examples'
489         No longer call `org-export-protect-examples'.
490         (org-export-target-internal-links): Take care of coderef targets.
491         (org-export-last-code-line-counter-value): New variable.
492         (org-export-replace-src-segments-and-examples): Renamed from
493         `org-export-replace-src-segments', and modified.
494         (org-export-format-source-code-or-example): Renamed from
495         `org-export-format-source-code'.
496         (org-export-number-lines): New function.
497         (org-export-as-ascii, org-export-as-html): Handle coderef links.
499 --------------------------------------------------------------------------
501 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
503         * org-remember.el (org-remember-handler): Safer way to get a new
504         buffer accessing the target file.
506         * org.el (org-refile-get-location): Handle case of current buffer
507         not having a file associated with it.
509 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org-table.el (org-table-get-formula): Only ask to overwrite
512         field formula if there really is one.
514         * org-id.el (org-id-find): Allow the ID to be a symbol or a
515         number, by converting these to a string.
517         * org-colview.el (org-dblock-write:columnview): Allow ID to be
518         located in a different file.
520         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
521         org-colview.el.
523 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
525         * org.el (org-completion-use-ido): Enhance docstring of
526         `org-completion-use-ido'.
528         * org-export-latex.el (org-export-latex-make-header): Double the %
529         in the time stamp format.
530         (org-export-latex-special-chars): Handle case where there is no
531         match group 3.
533 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
535         * org.el (org-get-refile-targets, org-refile-get-location): Use
536         expanded file name to improve comparison.
538 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org.el (org-scan-tags): Rescan for tags, to get the correct
541         upcase/downcase stuff.  This slows things down for now, but it
542         works.
543         (org-mode): Make sure the tag-faces regexp is initialized.
545         * org-export-latex.el (org-export-latex-links): Fix bug with
546         undefined label.
548         * org-table.el (org-table-get-specials): Set
549         `org-table-current-last-data-line'.
550         (org-table-current-last-data-line): New variable.
551         (org-table-insert-column, org-table-delete-column)
552         (org-table-move-column, org-table-fix-formulas): Call
553         `org-table-fix-formulas' a second time to fix the $LR references.
554         (org-table-get-specials): Add the $LR references to the tables.
555         (org-table-get-formula): Do not offer last-row names as LHS of
556         formulas.
558         * org.el (org-store-link): Capture link description from
559         `org-id-store-link'.
561         * org-exp.el (org-export-html-format-image): Add the / to the end
562         of the <img> tag.
563         (org-export-format-source-code): Surround example by empty lines,
564         to make sure it will not be inside a paragraph.
566         * org.el (org-ido-switchb): New function.
568 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
570         * org-agenda.el (org-agenda-show): New prefix argument
571         FULL-ENTRY.
573         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
574         argument.
576         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
577         `org-agenda-change-all-lines'.
578         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
579         tags are now retrieved locally.
581 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
583         * org.el (org-get-outline-path): Fix bug if level is not given.
584         (org-org-menu): Do not quote function in menu vector.
586         * org-agenda.el (org-finalize-agenda): Fix typo with variable
587         name.
589 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
591         * org.el (org-refile): Avoid refiling to within the region to be
592         refiled.
594         * org-export-latex.el (org-export-latex-special-chars): Replace
595         special characters also in tables.
597         * org-agenda.el (org-agenda-change-all-lines): New argument
598         FORCE-TAGS.
599         (org-agenda-set-tags): Cet the new tags and pass them to
600         `org-format-agenda-item'.
602 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
604         * org-export-latex.el (org-export-latex-classes): Add longable as
605         a default package to all classes.
606         (org-export-latex-tables): Handle the longtable attribute and the
607         align attribute.
609         * org-table.el (orgtbl-to-generic): Handle tables that start with
610         a hline.
612         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
613         \verb for colde-like snippets.
614         (org-export-as-latex): Fix issues with region export.
616         * org.el (org-up-heading-safe): Speed up function by using a
617         direct regexp search.
618         (org-olpa): New variable.
619         (org-get-outline-path): Speed-up path constructions in cases where
620         this is possible because the entire hierarchy is scanned anyway.
621         (org-refile-get-location): Don't compare the truenames of files,
622         this is too slow.
623         (org-goto-max-level): New option.
624         (org-goto): Use `org-goto-max-level'.
626 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
628         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
629         Strip angle brackets from message-ids in the former and don't do
630         it in the latter.
631         (org-gnus-follow-link): Open summary reliable, even if the last
632         messages were deleted, and handle empty groups, too.
634 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
636         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
637         instead of \texttt for the =...= and ~===~ emphasis environments.
638         (org-export-as-latex): Remove any old :org-license-to-kill text
639         properties.
640         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
641         (org-export-latex-make-header): Add some hard space after the
642         table of contents.
643         (org-export-latex-first-lines): Accept RBEG argument.  Mark
644         exported text so that it will be excuded in further steps.
646         * org-table.el (org-table-get-specials): Make @0 reference the
647         last line in a table.
648         (org-table-recalculate): Improve docstring.
650 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
652         * org.el (org-log-done): Fix docstring.
654 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org-exp.el (org-export-html-format-image): Fix bugs.
658         * org-export-latex.el (org-export-latex-tables)
659         (org-export-latex-links): Implement attribute, label, and caption
660         handling.
662         * org-exp.el (org-export-html-style-default): Add style
663         definitions for the figure div.
664         (org-export-preprocess-string, org-export-as-html): Implement
665         attribute, label, and caption handling.
666         (org-export-attach-captions-and-attributes): New function.
667         (org-export-html-format-image): New function.
668         (org-format-org-table-html): Implement attribute, label, and
669         caption handling.
671         * org.el (org-find-text-property-in-string): New function.
672         (org-extract-attributes): Use the property org-attr instead of
673         org-attrobutes, because this property is now set with the #+ATTR
674         lines.
676 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
678         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
679         the case that FROM is nil.
681         * org.el (org-before-first-heading-p): New function.
683 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
685         * org-exp.el (org-export-as-html): Do not add a space before
686         enforces line breaks.
687         (org-export-as-html): Close paragraph before blockquote and verse
688         tags.
690 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
692         * org-id.el (org-id-locations-file): Wrap file name with
693         `convert-standard-filename'.
694         (org-id-files): New variable.
695         (org-id-use-hash): New option.
696         (org-id-update-id-locations): Also search in all files current
697         listed in `org-id-files'.  Convert the resulting alist to a hash
698         if the user customation says so.
699         (org-id-locations-save): Handle he case if `org-id-locations' is a
700         hash.
701         (org-id-locations-load): Convert the alist to a hash.
702         (org-id-add-location): Handle the hast case.
703         (kill-emacs-hook): Make sure id locations are saved when Emacs is
704         exited.
705         (org-id-hash-to-alist, org-id-alist-to-hash)
706         (org-id-paste-tracker): New functions.
708 -------------------------------------------------------------------------
710 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
712         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
713         bindings of calendar variables.
715         * org-table.el (org-table-find-row-type): Renamed from
716         `org-find-row-type'.
717         (org-table-rewrite-old-row-references): Renamed from
718         `org-rewrite-old-row-references'.
719         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
720         (org-table-cleanup-narrow-column-properties): Renamed from
721         `org-cleanup-narrow-column-properties'.
723 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
725         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
726         for better error messages.
727         (org-table-get-descriptor-line): Supply the new arguments to
728         `org-find-row-type'.
729         (org-table-error-on-row-ref-crossing-hline): New option.
731         * org.el (org-target-link-regexp): Make buffer-local.
732         (org-move-subtree-down): Fix bug with trees at beginning of
733         buffer.
735 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
737         * org-faces.el (org-set-tag-faces): New function.
738         (org-tags-special-faces-re): New variable.
740         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
742         * org-faces.el (org-tag-faces): New option.
743         (org-tag): Mention `org-tag-faces' in the docstring.
745 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
747         * org-exp.el (org-export-html-style-default): Implement new
748         quoting.
750         * org-jsinfo.el (org-infojs-template): Implement new quoting.
752         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
753         command to the `w3m-minor-mode-map'.
755         * org-archive.el (org-archive-to-archive-sibling): Protect
756         `this-command' to avoid appending kills during archiving.
758         * org-exp.el (org-export-with-priority): New variable.
759         (org-export-add-options-to-plist): Use `org-export-plist-vars'
760         instead of internal list of strings and properties.
761         (org-print-icalendar-entries): Retrieve the location property with
762         inheritance.
764 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
766         * org-exp.el (org-export-with-todo-keywords): New option.
767         (org-export-plist-vars): Include also the keys for the #+OPTIONS
768         line.
769         (org-default-export-plist, org-export-add-options-to-plist)
770         (org-export-as-ascii, org-export-as-html): Use the new structure
771         of `org-export-plist-vars'.
773         * org.el (org-map-entries): Return all values.
775 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org.el (org-matcher-time): Recognize more special values.
779         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
781 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
783         * org.el (org-tags-exclude-from-inheritance): New option.
784         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
785         `org-tags-exclude-from-inheritance'.
787         * org-agenda.el (org-agenda-show-inherited-tags): New option.
788         (org-format-agenda-item): Add inherited tags to the agenda line
789         string, and make sure that properties are kept when downcasing the
790         tags list.
791         (org-agenda-add-inherited-tags): New function.
792         (org-downcase-keep-props): New function.
794         * org.el (org-scan-tags): Mark inherited tags with a text
795         property.
796         (org-get-tags-at): Mark inherited tags with a text property.
797         (org-add-prop-inherited): New function.
799         * org-agenda.el (org-agenda-add-inherited-tags): New function.
800         (org-agenda-show-inherited-tags): New option.
802 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
804         * org.el (org-modules): Add org-w3m to the default modules.
806         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
807         orgtbl-mode.
808         (orgtabl-create-or-convert-from-region): New command.
810         * org-exp.el (org-export-as-ascii): Remove the handling of
811         targets.
812         (org-export-ascii-preprocess): Handle targets already in this
813         function.
815 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
817         * org-timer.el (org-timer-start-time): Define this variable.
818         (org-timer-item): Make argument optional.
820         * org-list.el (org-insert-item): Automatically insert a timer item
821         if the current list is a timer list.
823         * org-timer.el: New file.
825         * org-publish.el (org-publish-org-index): Only exclude the index
826         file in the main directory from being added to the site-map.
827         (org-publish-get-project-from-filename): If the current project is
828         a component, start publishing from the parent project.
830 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
834         * org-publish.el (org-publish-org-index): Improve removal of
835         temporary buffers.
837         * org-agenda.el (org-get-closed): Re-apply changes
838         accidentially overwritten by last commit to Emacs.
840         * org.el (org-outline-path-complete-in-steps): New option.
841         (org-refile-get-location): Honor
842         `org-outline-path-complete-in-steps'.
843         (org-agenda-change-all-lines, org-tags-sparse-tree)
844         (org-time-string-to-absolute, org-small-year-to-year)
845         (org-link-escape): Re-apply changes accidentially overwritten
846         by last commit to Emacs.
848 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
850         * org-clock.el (org-dblock-write:clocktable): Make sure the
851         clocktable sees the first line.
852         (org-clock-in): Warn if the clock cannot be resumed.
854 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
856         * org.el (org-open-at-point): Fix mixup about interactive and
857         non-interactive elisp links.
859 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
861         * org-exp.el (org-export-preprocess-string): Allow one comment
862         line before the first headline to always be included.  This is
863         to not miss a commented target.
865         * org-mouse.el (org-mouse-insert-item): Call
866         `org-indent-to-column' instead of `indent-to', for XEmacs
867         compatibility.
869         * org.el (org-refile-targets): Fix customize definition so
870         that it works also in XEmacs.
871         (org-fixup-indentation): Call `org-indent-to-column' instead
872         of `indent-to', for XEmacs compatibility.
874 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
876         * org-mew.el (org-mew-store-link): Get the correct case folder
877         for refiled messages.
879 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
881         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
882         line break indicators.
884         * org.el (org-ido-completing-read): Remove the "i:" prefix for
885         ido-completion propts.
887 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
889         * org-remember.el (org-remember-apply-template): Use
890         `org-substring-no-properties'.
892         * org-compat.el (org-substring-no-properties): New function.
894         * org-remember.el (org-remember-apply-template): Use
895         `org-substring-no-properties' for compatibility.
897         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
898         option.
899         (org-fix-bullet-type): respect
900         `org-list-two-spaces-after-bullet-regexp'.
902         * org-clock.el (org-clock-load): Clean up the code.
904         * org.el (org-adaptive-fill-function): Allow two spaces after
905         "1." as a list bullet.
907 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
909         * org-clock.el (org-clock-save, org-clock-load): Check for
910         live buffers, existing files, and buffer file names to ensure
911         consistent information.
912         (org-clock-persist): Make `clock' a special value of this
913         variable, and improve docstring.
915         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
916         (org-get-string-indentation): Adapt indentation when the bullet
917         width changes.
919 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
921         * org-remember.el (org-remember-finalize): Make interactive.
922         (org-remember-kill): New command.
923         (org-remember-finish-immediately): Call `org-remember-finalize'
924         directly.
925         (org-remember-finalize): Make `org-remember-finalize' an interactive
926         function.
928 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
930         * org-remember.el (org-remember-apply-template): No ido completion
931         for free prompts in remember templates.
932         (org-remember-before-finalize-hook): New hook.
933         (org-remember-mode): New minor mode.
934         (org-remember-apply-template): Turn on `org-remember-mode'.
936         * org-id.el (org-id-add-location): Avoid error when no file is
937         given.
939         * org-remember.el (org-remember-apply-template): Fix the way how
940         the list of allowed properties is retrieved from the target file.
942         * org.el (org-insert-link): Improve file link matching.
944 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
946         * org-colview.el (org-columns-display-here): New argument
947         DATELINE, to trigger using the new face.
948         (org-agenda-colview-summarize): Call `org-columns-display-here'
949         with the new argument.
951         * org-faces.el (org-agenda-column-dateline): New face.
953         * org-publish.el (org-publish-org-index): Use index-title at page
954         title, not as section.
956         * org-exp.el (org-export-html-format-desc): Respect the
957         org-protect property.
958         (org-export-as-html): Protect image specifiers that are in the
959         description part of a link.
961         * org.el (org-sort-entries-or-items, org-completing-read)
962         (org-refile-get-location, org-olpath-completing-read, org-todo)
963         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
964         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
965         (org-set-property, org-delete-property)
966         (org-delete-property-globally): Use `org-ido-completing-read'.
968         * org-remember.el (org-remember-apply-template): Use
969         `org-ido-completing-read'.
971         * org-publish.el (org-publish): Use `org-ido-completing-read'.
973         * org-colview.el (org-columns-edit-value, org-columns-new)
974         (org-insert-columns-dblock): Use `org-ido-completing-read'.
976         * org-colview-xemacs.el (org-columns-edit-value)
977         (org-columns-new, org-insert-columns-dblock): Use
978         `org-ido-completing-read'.
980         * org-attach.el (org-attach-delete-one, org-attach-open): Use
981         `org-ido-completing-read'.
983         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
984         `org-ido-completing-read'.
986         * org.el (org-time-today): New function.
987         (org-matcher-time): Use `org-time-today'.  Add special treatment
988         for "<tomorrow>" and "<yesterday>".
989         (org-ido-completing-read): New function.
990         (org-completion-use-ido): New option.
992         * org-exp.el (org-export-format-source-code): Fix bug in require
993         htmlize code.
994         (org-export-target-internal-links): Fix bug in search for text
995         property.
997 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
999         * org-export-latex.el (org-export-latex-subcontent): Interprete
1000         target aliases as additonal labels.
1002         * org-exp.el (org-export-target-aliases): New variable.
1003         (org-export-preprocess-string)
1004         (org-export-handle-invisible-targets): Fill the alias alist.
1005         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1006         assign an id.
1007         (org-html-level-start): Insert the target aliases as additonal
1008         anchors.
1010         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1011         picture area.
1013 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1015         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1016         when following a link with the mouse from the agenda.
1018         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1019         headlines are created.
1021 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1023         * org-exp.el (org-export-preprocess-string): Reorder so that we
1024         can still see ID properties when we collect targets.
1025         (org-export-target-internal-links): Also store targets for ID's.
1027         * org.el (org-link-translation-function): New option.
1028         (org-open-at-point): Call `org-link-translation-function' if
1029         non-nil.
1030         (org-translate-link): New function.
1031         (org-translate-link-from-planner): New function.
1032         (org-open-at-point): Allow interactive commands in elisp links.
1034         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1035         iCalendar quoting.  The new one seems to caus problems with
1036         applications.
1038         * org.el (org-yank): Set `this-command' to `yank', so that
1039         `yank-pop' will work.
1041 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1043         * org-id.el (org-id-search-archives): New option.
1045         * org.el (org-link-to-org-use-id): New option.
1046         (org-store-link): Use `org-link-to-org-use-id'.
1047         (org-id): Make org-id.el a standard component.
1049 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1051         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1052         hexified version of the tag.
1054         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1055         compliance as far as quoting is concerned.
1057         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1059         * org.el (org-up-heading-safe, org-forward-same-level): Always
1060         call `org-back-to-heading' instead of `outline-back-to-heading'.
1061         (org-back-to-heading): New wrapper around outline-back-to-heading,
1062         with a useful error message telling where the error happened.
1064         * org-list.el (org-update-checkbox-count): Always call
1065         `org-back-to-heading' instead of `outline-back-to-heading'.
1067         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1068         has an `alt' attribute, to ensure XHTML validation.
1070 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1072         * org-publish.el (org-publish-attachment): Allow publishing to
1073         overwrite attachment files.
1075         * org-agenda.el (org-agenda-timerange-leaders): New option.
1076         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1078         * org.el (org-edit-src-exit): Untabify ASCII image before
1079         returning.
1092 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1094         * org.el (org-yank): Make any prefix force normal yanking.
1095         Suppress folding if text would be swallowed into a folded
1096         subtree.
1097         (org-yank-folded-subtrees, org-yank): Docstring updates.
1099         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1100         defined as 0.
1102         * org-exp.el (org-export-language-setup): Add Catalan and
1103         Esperanto language entries.
1105 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1107         * org.el (org-refile): Allow refiling of entire regions.
1109         * org-clock.el (org-clock-time%): New function.
1111         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1112         retrieve property values.
1114 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1116         * org-agenda.el (org-agenda-list): Handle the value `only' of
1117         org-agenda-show-log'.
1118         (org-agenda-log-mode): Interpret a double prefix arg.
1120 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1122         * org-exp.el (org-export-html-footnotes-section): New variable.
1123         (org-export-as-html): Use `org-export-html-footnotes-section' to
1124         insert the footnotes.
1125         (org-export-language-setup): Add "Footnotes" to language words.
1127 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1129         * org.el (org-yank): Fix bug when not inserting a subtree.
1131 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1133         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1134         instead of `vm-beginning-of-message'.
1136         * org.el (org-make-link-regexps): Make sure that links to gnus can
1137         contain brackets.
1139 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1141         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1142         code.
1144         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1145         shell output.
1147         * org.el (org-link-abbrev-alist): Improve customization type.
1149         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1150         functions.
1152         * org-agenda.el (org-agenda-get-progress): Renamed from
1153         `org-get-closed'.  Implement searching for state changes as well.
1154         (org-agenda-log-mode-items): New option.
1155         (org-agenda-log-mode): New option prefix argument, interpreted as
1156         request to show all possible progress info.
1157         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1158         `org-get-closed'.
1159         (org-agenda-set-mode-name): Handle the more complex log mode
1160         settings.
1161         (org-get-closed): New alias, pointing to `org-get-progress'.
1163 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1165         * org.el (org-file-apps-defaults-gnu)
1166         (org-file-apps-defaults-macosx)
1167         (org-file-apps-defaults-windowsnt): Add an entry defining the
1168         system command.
1169         (org-file-apps): Allow `system' as key and value.
1170         (org-open-at-point): Explain the effect of a double prefix arg.
1171         (org-open-file): If the argument `in-emacs' is (16),
1172         i.e. corresponding to a double prefix argument, try to open the
1173         file externally.
1175 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1177         * org.el (org-insert-link): Abbreviate absolute files names in
1178         links.  Also, fix a bug in which the double C-u prefix would not
1179         be honored.
1181 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1183         * org.el (org-insert-heading): If buffer does not end with a
1184         newline, add one if necessary to insert headline correctly.
1186         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1187         paragraphs, not inside.
1189         * org.el (org-todo): Quote
1190         `org-agenda-headline-snapshot-before-repeat'.
1192         * org-exp.el (org-export-as-html): Fully process link descriptions.
1193         (org-export-html-format-desc): New function.
1194         (org-export-as-html): Collect footnotes into the correct basket.
1195         (org-html-protect): No longer protect quotations marks here, this
1196         goes wrong.
1198         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1199         BEG.
1201         * org-compat.el (org-fit-window-to-buffer): New function (not
1202         really, a preliminary and incomplete version was present earlier,
1203         but not used).
1205         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1206         `org-fit-window-to-buffer'.
1208         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1210         * org-agenda.el (org-agenda-get-restriction-and-command)
1211         (org-fit-agenda-window, org-agenda-convert-date): Use
1212         `org-fit-window-to-buffer'.
1214         * org-exp.el (org-export-as-html): Process href links through
1215         `org-export-html-format-href'.
1216         (org-export-html-format-href): New function.
1218         * org-agenda.el (org-agenda-todo): Update only the current
1219         headline if this is a repeated TODO, marked done for today.
1220         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1221         only the current line.
1223         * org.el (org-todo): Take a snapshot of the headline if the
1224         repeater might change it.
1226 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1228         * org-publish.el (org-publish-find-title): Remove buffers visited
1229         only for extracting the title.
1231         * org-exp.el (org-export-html-style)
1232         (org-export-html-style-default): Mark style definitions as
1233         unparsed CDATA.
1235         * org-publish.el (org-publish-validate-link): Function
1236         re-introduced.
1238 2008-11-02  Charles Sebold  <csebold@gmail.com>
1240         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1241         property.
1242         (org-plot-quote-timestamp-field): New function.
1243         (org-plot-quote-tsv-field): Call timestamp field function when
1244         necessary rather than just quoting as a string.
1245         (org-plot/gnuplot-to-data): Pass in timefmt property.
1246         (org-plot/gnuplot-script): Supports timefmt property.
1247         (org-plot/gnuplot): Checks for timestamp column before checking
1248         for text index column.
1250 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1252         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1254         * org-publish.el (org-publish-org-index): Create a section in the
1255         index file.
1256         (org-publish-org-index): Stop linking to directories.
1258         * org.el (org-emphasis-alist): Use span instead of <u> to
1259         underline text.
1261         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1262         <pre> sections.
1264 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1266         * org-jsinfo.el (org-infojs-template): Remove language attribute
1267         from script tag.
1269 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1271         * org-agenda.el (org-agenda-remove-marked-text): New function.
1272         (org-agenda-mark-filtered-text)
1273         (org-agenda-unmark-filtered-text): New functions.
1274         (org-write-agenda): Remove fltered text.
1276         * org.el (org-make-tags-matcher): Give access to TODO "property"
1277         without speed penalty.
1279 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1281         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1282         option.
1283         (org-store-link-props): Make sure adding to the plist works
1284         correctly.
1286         * org-gnus.el (org-gnus-no-new-news): New function.
1287         (org-gnus-follow-link): Allow the article ID to be a message-id,
1288         in addition to allowing article numbers.  Message IDs make much
1289         more roubust links.
1290         (org-gnus-store-link): Use message-id to create link.
1292 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1294         * org.el (org-emphasize): Reverse the selection array.
1295         (org-emphasis-alist): Set <code> tags for the verbatim
1296         environment.
1298         * org-remember.el (org-remember-handler): Fix bug with
1299         prefix-related changing of the note storage target.
1301         * org-exp.el (org-print-icalendar-entries): Make the exported
1302         priorities compatible with RFC 2445.
1304         * org-clock.el (org-clock-save): Insert time stamp without
1305         dependence on time-stamp.el.
1307 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1309         * org.el ("saveplace"): If saveplace puts point into an invisible
1310         location, make it visible.
1311         (org-make-tags-matcher): Allow inactive time stamps in time
1312         comparisons.
1313         (org-yank-adjusted-subtrees): New option.
1314         (org-yank): Incorporate adjusting trees.
1315         (org-paste-subtree): New argument FOR-YANK which will cause
1316         insertion at point without backing up over white lines, and leave
1317         point at the end of the inserted text.  Also if the cursor is
1318         at the beginning of a headline, use the same level or the inserted
1319         tree.
1321         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1322         with broken symlinks
1324 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1326         * org-exp.el (org-export-select-tags, org-get-current-options):
1327         Fix typo.
1329 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1331         * org-agenda.el (org-format-agenda-item)
1332         (org-agenda-filter-make-matcher): Make sure tags are stored and
1333         compared donwcased.
1335 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1337         * org.el (org-insert-todo-heading): Fix bug with force-heading
1338         argument.
1340 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1342         * org-clock.el (org-clock-in-resume): Add a custom option to
1343         toggle starting the clock from an open clock line.
1344         (org-clock-in): When clocking in to an entry, if
1345         `org-clock-in-resume' is set, check if the first clock line is
1346         open and if so, start the clock from the time in the clock line.
1347         (org-clock-persist): Add a custom option to toggle clock
1348         persistence.
1349         (org-clock-persist-query-save): Add a custom option to toggle
1350         asking the user if they want to save the running clock when
1351         exiting.
1352         (org-clock-persist-query-resume): Add a custom option to toggle
1353         asking the user if they want to resume the saved clock when Emacs
1354         is restarted.
1355         (org-clock-save): Add a function to save clock data.
1356         This includes the contents of `org-clock-history' and the buffer
1357         and position of the currently clocked task, if any.
1358         (org-clock-load): Add a function to load clock data.
1359         This populates `org-clock-history', and resumes the saved clocked
1360         task if there is one.
1361         (org-clock-persistence-insinuate): Add a method to set up the
1362         hooks for clock persistence.
1364 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1366         * org-exp.el (org-export-as-ascii): Handle the case that we are
1367         publishing from an indirect buffer.
1369         * org-table.el (org-table-copy-down): Fix bug with time stamp
1370         increment.
1372         * org-mouse.el (org-mouse-features): New option.
1373         (org-mode-hook): Turn on features depending on
1374         `org-mouse-features'.
1376         * org.el (org-insert-heading-respect-content): Force heading
1377         creation.
1378         (org-insert-heading): keep the folding state of the heading before
1379         the inserted one.
1381 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1383         * org-archive.el (org-archive-to-archive-sibling): Handle top
1384         level headlines better.
1386 2008-10-21  Bastien Guerry  <bzg@altern.org>
1388         * org-export-latex.el (org-export-latex-classes): Added
1389         \usepackage{graphicx} to the default list of packages.
1391 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1393         * org-agenda.el (org-agenda-filter): Renamed from
1394         `org-agenda-filter-tags'.
1396 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1398         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1399         is not defined as a property in this entry.
1400         (org-add-log-note): Mask prefix argument when immediately storing
1401         the note.
1403         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1404         option.
1406 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1408         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1409         after drawers was skipping ahead one line too many, so notes were
1410         inserted after the first note instead of before it.
1412 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1414         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1415         New variables.
1416         (org-prepare-agenda): Reset the filter tags.
1417         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1418         Show filter tags in mode line.
1420         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1421         formatter.
1423         * org-export-latex.el (org-latex-entities-regexp): New constant.
1424         (org-export-as-pdf): Use two calls to `shell-command'.
1426 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1428         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1429         Honor the {} value of the subsuperscript setting.  Make sure that
1430         longer subsuperscripts are typeset in a roman font.
1432         * org.el (org-clock-update-time-maybe): Compute negative clock
1433         intervals correctly.
1435 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1437         * org.el (org-add-log-setup): Respect
1438         `org-log-state-notes-insert-after-drawers'.
1439         (org-log-state-notes-insert-after-drawers): New option.
1440         (org-todo-trigger-tag-changes): New function.
1441         (org-todo): Call `org-todo-trigger-tag-changes'.
1443 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1445         * org.el (org-add-log-setup): Only skip drawers if the are
1446         immediately after the scheduling keywords.
1448         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1449         function
1450         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1451         call it with the current todo state to get the state to switch to
1452         when clocking in.
1453         (org-clock-in): Use org-indent-line-function to indent clock lines.
1454         (org-clock-find-position): Fix indentation of empty clock drawers.
1456 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1458         * org-publish.el (org-publish-org-to): Handle case when
1459         org-export-to-pdf does return a file name, not a buffer.
1460         (org-publish-org-to-pdf): New function.
1462         * org-export-latex.el (org-export-as-pdf)
1463         (org-export-as-pdf-and-open): New commands.
1465         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1466         forms as ranges.
1468         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1469         things in protexted regions.
1471 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1473         * org-export-latex.el (org-export-latex-preprocess): Improve
1474         quoting of LaTeX environments.
1476 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1478         * org.el (org-edit-fixed-width-region): Exclude final newline from
1479         picture area.
1481         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1482         sections, to make internal links work.
1483         (org-export-latex-fontify-headline): Do not remove all text
1484         properties, to make sure that target properties survive this
1485         process.
1487         * org-exp.el (org-export-preprocess-string): Change sequence of
1488         modifications, to make sure links are prepared before the LaTeX
1489         conversions do happen.
1491 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1493         * org-attach.el (org-attach-delete-all): Renamed from
1494         `org-attch-delete'.  Add a security query before deleting the
1495         entire directory.  New optional argument FORCE can overrule the
1496         security query.
1497         (org-attach-delete-one): New command.
1499 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1501         * org-attach.el (org-attach-file-list): Fix bug with directory.
1503 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1505         * org.el (org-apps-regexp-alist): New function.
1506         (org-file-apps): Add auto-mode to the default value.
1507         (org-open-file): Use the new structure of org-file-apps.
1509         * org-attach.el (org-attach): Support the new keys.
1510         (org-attach-method): New option.
1512 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1514         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1515         March.
1517         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1518         of the list value o `org-use-tag-inheritance'.
1520         * org-attach.el (org-attach-auto-tag): New option.
1521         (org-attach-tag, org-attach-untag): New functions.
1522         (org-attach-attach, org-attach-new, org-attach-sync): Call
1523         `org-attach-tag'.
1524         (org-attach-delete): Call `org-attach-untag'.
1526 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1528         * org-table.el (orgtbl-self-insert-command): Make this work for
1529         the keypad as well.
1531 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1533         * org.el (org-add-log-setup): Limit searc for drawers to entry
1534         text, not to subtree.
1536         * org-clock.el (org-clock-heading-for-remember): New variable.
1537         (org-clock-in): Set `org-clock-heading-for-remember'.
1539 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1541         * org-remember.el (org-remember-apply-template): Add new
1542         expansions: %k, %K for currently clocked task and a link to the
1543         currently clocked task, and %< to file notes in the currently
1544         clocked task.
1546 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1548         * org-export-latex.el (org-export-latex-make-header): Also insert
1549         the content of the property :latex-header-extra.
1551         * org-exp.el (org-infile-export-plist): Put the content of
1552         #+LATEX_HEADER: into the property :latex-header-extra.
1554         * org-colview.el (org-columns-get-format-and-top-level): Remove
1555         resetting the marker.
1557         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1558         Remove resetting the marker.
1560         * org.el (org-entry-property-inherited-from): Improve docstring.
1561         (org-entry-get-with-inheritance): Reset marker before starting the
1562         search.
1564         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1566 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1568         * org.el (org-entry-get-multivalued-property)
1569         (org-entry-protect-space, org-entry-restore-space): New
1570         functions.
1571         (org-file-apps-defaults-macosx): Let postscript files be opened by
1572         preview.
1573         (org-time-stamp-inactive): Call `org-time-stamp'.
1574         (org-time-stamp): New argument `inactive'.  Also edit inacive
1575         stamps. Convert time stamp type.
1576         (org-open-file): Interpret the `default' value for the `command'
1577         in `org-file-apps'.
1579         * org-id.el (org-id-int-to-b36-one-digit)
1580         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1581         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1582         b36.
1584 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1586         * org-id.el (org-id-reverse-string): New function.
1587         (org-id-new): Use `org-id-reverse-string' to make sure the
1588         beginning chars of the ID are mutating fast.  This allows to use a
1589         directory structure to spread things better.
1590         (org-id-prefix): Changed default to nil.
1592         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1593         restore the column of the cursor position.
1595         * org-remember.el (org-remember-apply-template): Remove properties
1596         from `initial'.
1598 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1600         * org-wl.el (org-wl-open): Remove useless call to
1601         `wl-thread-open-all'.
1603         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1604         location.
1606 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1608         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1609         `org-bbdb-anniversaries'.
1611         * org.el (org-get-next-sibling, org-forward-same-level): New
1612         functions, similar to the outline versions, but invisible headings
1613         are OK.
1615 2008-09-25  Bastien Guerry  <bzg@altern.org>
1617         * org.el (org-auto-repeat-maybe): Insert a space between
1618         the timestamp's type and the timestamp itself.
1620 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1622         * org-table.el (org-table-sum): Do not format the result with %g,
1623         it does rounding when there are too many digits.
1625         * org.el (org-map-entries): Protect the keyword-selecting variables.
1627 2008-09-23  Bastien Guerry  <bzg@altern.org>
1629         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1630         against all agenda files.
1632 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1634         * org-list.el: New file, aggregating list functions from org.el
1635         and org-export-latex.el.
1637         * org.el (org-edit-src-region-extra): New option.
1639 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1641         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1642         time before 1am.
1644 2008-09-22  Bastien Guerry  <bzg@altern.org>
1646         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1648 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1650         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1651         hline work correctly.
1652         (org-plot/gnuplot-script): Put commas at the end of each script
1653         line.
1655 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1657         * org.el (org-get-refile-targets): Replace links with their
1658         descriptions
1659         (org-imenu-get-tree): Replace links with their descriptions.
1661         * org-remember.el (org-remember-apply-template): Add a new
1662         expansion for adding properties to remember items.
1664         * org.el (org-add-log-setup): Skip over drawers (properties,
1665         clocks etc) when adding notes.
1667         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1668         items as well as the start and end times.
1670         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1671         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1673         * org-remember.el (org-get-x-clipboard): Use the compat
1674         function to get clipboard values when x-selection-value is
1675         unavailable. Use substring-no-properties instead of
1676         set-text-properties to remove text properties from the clipboard
1677         value.
1679         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1680         modeline clock string, and display the full todo value in the
1681         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1682         the currently clocked task.
1683         (org-clock-string-limit): Add a custom value for the maximum
1684         length of the clock string in the modeline.
1685         (org-clock-mode-map): Add a keymap for the modeline string
1687 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1689         * org-compat.el (org-propertize): New function.
1691 2008-09-20  Bastien Guerry  <bzg@altern.org>
1693         * org-export-latex.el (org-export-latex-tables): protect exported
1694         tables from further special chars conversion.
1695         (org-export-latex-preprocess): Preserve LaTeX environments.
1696         (org-list-parse-list): Parse descriptive lists.
1697         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1698         (org-list-to-texinfo): Export descriptive lists.
1699         (org-quote-chars): Remove.
1700         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1701         (org-export-latex-list-beginning-re): Rename to
1702         `org-list-beginning-re'
1703         (org-list-item-begin): Rename to `org-list-item-beginning'
1705 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1707         * org.el (org-refile): Allow refiling to the last entry in the
1708         buffer.
1709         (org-get-tags-at): Fix bug when inheritance is turned off.
1711 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1713         * org.el (org-indent-line-function): No longer check for src
1714         regions, this is too much overhead.
1716         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1717         matching.
1719         * org.el (org-scan-tags): Make sure that tags matching is not case
1720         sensitive.  TODO keyword matching is case sensitive, however, to
1721         avoid confusion with similar words that are not meant to be
1722         keywords.
1724 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1726         * org.el (org-get-local-tags-at): New function.
1727         (org-get-local-tags): New function.
1729         * org-exp.el (org-export-get-categories): New function.
1731         * org-agenda.el (org-sorting-choice)
1732         (org-agenda-sorting-strategy, org-agenda-get-todos)
1733         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1734         (org-agenda-get-scheduled, org-agenda-get-blocks)
1735         (org-entries-lessp): Implement sorting by TODO state.
1736         (org-cmp-todo-state): New defsubst.
1738         * org-colview.el (org-colview-construct-allowed-dates): New
1739         function.
1740         (org-columns-next-allowed-value): Use
1741         `org-colview-construct-allowed-dates'.
1743         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1744         function.
1745         (org-columns-next-allowed-value): Use
1746         `org-colview-construct-allowed-dates'.
1748 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1750         * org.el (org-protect-slash): New function.
1751         (org-get-refile-targets): Use `org-protect-slash'.
1753         * org-agenda.el (org-global-tags-completion-table): New variable.
1755         * org-exp.el (org-export-handle-export-tags): New function.
1756         (org-export-preprocess-string): Call
1757         `org-export-handle-export-tags'.
1759         * org-plot.el: New file.
1761         * org-publish.el (org-publish-expand-components): Function removed.
1762         (org-publish-expand-projects): Allow components to have components.
1764 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1766         * org.el (org-indent-line-function): Do not indent in regions that
1767         are external source code.
1768         (org-yank-and-fold-if-subtree): New function.
1770         * org-agenda.el (org-agenda-todayp): New function.
1771         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1772         `org-agenda-todayp'.
1774         * org.el (org-insert-heading-respect-content)
1775         (org-insert-todo-heading-respect-content): New commands.
1776         (org-insert-heading-respect-content): New option.
1777         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1779         * org-clock.el (org-clock-find-position): Make sure the note after
1780         the clock line gets moved into the new clock drawer.
1782 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1784         * org-id.el (org-id-new): New option.
1786 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1788         * org-table.el (org-table-copy-down): Avoid overflow during
1789         increment.  Use prefix argument 0 to temporarily disable the
1790         increment.
1792 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1794         * org-exp.el (org-export-as-html): Do not turn on the major mode
1795         if the buffer will be killed anyway.
1796         (org-get-current-options): Exclude the #+TEXT field.
1797         (org-export-as-html): Make sure text before the first headline is
1798         a paragraph.
1800         * org-publish.el (org-publish-org-to): Tell the exporter that this
1801         buffer will be killed, so it is not necessary to do major mode
1802         initialization.
1804         * org-archive.el (org-archive-to-archive-sibling): Show empty
1805         lines after folding the archive sibling.
1807         * org.el (org-log-note-extra): New variable.
1809 2008-09-05  Bastien Guerry  <bzg@altern.org>
1811         * org.el (org-additional-option-like-keywords): Added keywords for
1812         the _QUOTE, _VERSE and _SRC environments.
1814         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1815         exporting _QUOTE and _VERSE environments.
1817 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1819         * org-agenda.el (org-agenda-filter-by-tag): New command.
1821         * org-exp.el (org-get-current-options): Remove angular brackets
1822         from the date entry.
1824         * org.el (org-edit-fixed-width-region): New function.
1825         (org-edit-fixed-width-region): Also try
1826         `org-edit-fixed-width-region'.
1827         (org-edit-fixed-width-region-mode): New option.
1828         (org-activate-code): Only interprete lines starting with colon
1829         plus a space as example lines.
1831         * org-remember.el (org-remember-templates): Add nil instead of
1832         empty strings to fix the length of remember templates.
1834         * org-table.el (org-calc-default-modes): Fix the time format for
1835         calc, from 12 hour to 24 hour clock.
1837 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1839         * org-agenda.el (org-agenda-get-deadlines)
1840         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1841         entries that are pre-warnings of deadlines or reminders.
1843         * org.el (org-sort-entries-or-items): Make numeric and alpha
1844         comparisons ignore any TODO keyword and priority cookie.
1846         * org-remember.el (org-remember-handler): Reinterpretation of the
1847         prefix argument.
1849 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1851         * org-agenda.el (org-agenda-get-scheduled): Use new
1852         `org-scheduled' face.
1854         * org-faces.el (org-scheduled): New face.
1856         * org-wl.el (org-wl-open): Remove incorrect declaration.
1858         * org-gnus.el (org-gnus-store-link): Support for :to information
1859         in gnus links.
1861         * org-exp.el (org-export-as-html): Fixed typo in creator
1862         information.
1863         (org-export-protect-examples): New parameter indent.  Insert extra
1864         spaces only when this parameter is specified.
1865         (org-export-preprocess-string): Call `org-export-protect-examples'
1866         with an indentation parameter when exporting to ASCII.
1868         * org-remember.el (org-remember-templates)
1869         (org-remember-apply-template): Allow the file component to be a
1870         function.
1872         * org.el (org-goto-local-search-headings): Renamed from
1873         `org-goto-local-search-forward-headings'.  Added the possibility
1874         to search backwards.
1876 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1878         * org-export-latex.el (org-export-latex): New customization
1879         group.
1881         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1883 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1885         * org-exp.el (org-html-do-expand): Allow {} to terminate
1886         tex macro
1888 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1890         * org.el (org-buffer-list): Select buffers based on major mode,
1891         not on file name.
1893 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1895         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1896         face property.
1898         * org-colview.el (org-columns-display-here): Use
1899         `org-columns-modify-value-for-display-function'.
1901         * org-colview-xemacs.el (org-columns-display-here): Use
1902         `org-columns-modify-value-for-display-function'.
1904 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1906         * org.el (org-columns-modify-value-for-display-function): New option.
1918         * org-publish.el (org-publish-file): Make sure the directory match
1919         for the publishing directory works correctly.
1921         * org-agenda.el (org-agenda-execute-calendar-command)
1922         (org-agenda-diary-entry): Additional optional argument.
1924 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1926         * org-exp.el (org-export-as-html): Add attributes also in mailto
1927         and ftp links.
1929         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1938 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1940         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1941         sure that calls from `org-export-region-as-html' do not do the
1942         special check for a subtree.
1944 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1946         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1948 2008-07-20  Juri Linkov  <juri@jurta.org>
1950         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1951         new keymap `narrow-map' instead of binding "\C-xns".
1953 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1955         * org.el (org-open-file): Use
1956         `org-open-directory-means-index-dot-org'.
1957         (org-open-directory-means-index-dot-org): New option.
1959 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1961         * org.el (org-make-link-string): Remove link attributes from
1962         description.
1963         (org-open-at-point): Remove link attributes bevore using the path.
1965         * org-exp.el (org-export-as-html): Handle link attributes.
1967         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1969         * org-table.el (org-table-to-lisp): New function.
1971         * org.el (org-narrow-to-subtree): Do not include the final newline
1972         into the narrowed region.
1974         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1975         bug with user-define skipping condition.
1977 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1979         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1981 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1983         * org-exp.el (org-export-html-style-default): Automatic overflow
1984         handling for pre fields.
1985         (org-export-as-ascii, org-export-as-html): Change default format
1986         for time stamp.
1988         * org-table.el (org-table-export): Offer completion for translator
1989         functions, and do not require a heading above the table.
1991         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1992         Cater for the case of a list starting in the first line of the
1993         buffer.
1995 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1997         * org-publish.el (org-publish-find-title): Bug fix.
1998         (org-publish-org-index): Implement new :index-style option.
2000 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2002         * org-publish.el (org-publish-timestamp-filename): Use
2003         SHA1-encoded file names in the timestamp directory.
2005 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2007         * org-publish.el (org-publish-needed-p): Be verbose about files
2008         published and files skipped.
2010         * org-exp.el (org-export-preprocess-string): Swap link
2011         normalization and inernal link targeting.
2013         * org-publish.el (org-publish-needed-p): Create timestamp
2014         directory when it does not exist.
2016 2008-07-04  Bastien Guerry  <bzg@altern.org>
2018         * org-clock.el (org-clock-out-when-done): Doc fix.
2020         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2022         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2023         Ignore case when searching for the COMMENT cookie at export time.
2025 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2027         * org-exp.el (org-get-file-contents)
2028         (org-get-and-remove-property): New functions.
2029         (org-export-handle-include-files): Handle the new prefix options.
2030         (org-export-as-html): Fix the verse environment.
2032 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2034         * org.el (org-time=, org-time<, org-time<=, org-time>)
2035         (org-time>=, org-time<>, org-2ft): New functions.
2036         (org-op-to-function): Also provide for the time testing fucntions.
2038 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2040         * org-exp.el (org-export-html-style-default): New constant.
2042 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2044         * org-exp.el (org-export-html-style-extra): New variable.
2045         (org-export-splice-style): New function.
2047 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2049         * org-exp.el (org-export-plist-vars, org-export-as-html):
2050         Implement `org-export-creator-info'.
2051         (org-export-creator-info): New option.
2053 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2055         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2056         (org-property-drawer-re, org-clock-drawer-re): New constants.
2058 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2060         * org-exp.el (org-icalendar-use-deadline)
2061         (org-icalendar-use-scheduled): New options.
2062         (org-icalendar-include-todo): Default changed to t.
2063         (org-print-icalendar-entries): Implement better utilization of
2064         scheduling and deadline time stamps.
2065         (org-export-target-internal-links, org-export-as-html): Allow file
2066         lines without the "file:" prefix if the file path is an absolute
2067         path or starts with ".".
2069         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2070         lastweek etc.
2071         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2073 2008-06-18  Glenn Morris  <rgm@gnu.org>
2074         * org.el (org-map-entries): Let-bind `file'.
2076 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2078         * org.el (org-agenda-skip-archived-trees): Docstring now
2079         discourages using this.
2080         (org-scan-tags): Check for org-agenda-archives-mode.
2081         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2082         (org-agenda-files): Functionality of second arg changed.
2084         * org-agenda.el (org-agenda-archives-mode): New variable
2085         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2086         (org-search-view, org-todo-list, org-tags-view)
2087         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2088         `ifmode' argument.
2089         (org-agenda-quit): Reset the archives mode.
2090         (org-agenda-archives-mode): New command.
2091         (org-agenda-set-mode-name): Include archives info.
2093 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2095         * org.el (org-paste-subtree): Make sure the yanked headline is
2096         visible if it was yanked at a visible point.
2097         (org-move-item-up): Fix the bug with moving white space at the end
2098         of the item.
2099         (org-show-empty-lines-in-parent): New function.
2101 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2103         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2105         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2107         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2108         agenda prefix as well.
2110         * org-publish.el (org-publish-org-index): Make a properly indented
2111         list.
2113         * org.el (org-calendar-agenda-action-key): New option.
2114         (org-get-cursor-date): New function.
2115         (org-mark-entry-for-agenda-action): New command.
2116         (org-overriding-default-time): New variable.
2117         (org-read-date): Respect `org-overriding-default-time'.
2119         * org-remember.el (org-remember-apply-template): Respect the
2120         ovverriding default time.
2122         * org-agenda.el (org-agenda-action-marker): New variable.
2123         (org-agenda-action): New command.
2124         (org-agenda-do-action): New function.
2126 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2128         * org.el (org-schedule, org-deadline): Protect scheduled and
2129         deadline tasks against changes that accidently remove the
2130         repeater.  Also show a message with the new date when done.
2132 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2134         * org.el (org-beginning-of-line): Cater for the case when there
2135         are tags but no headline text.
2136         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2137         it set.
2139 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2141         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2142         the return value is nil instead of "nil" when there is no match.
2144         * org-exp.el (org-insert-centered): Use fill-column instead of
2145         80.
2146         (org-export-as-ascii): Use string-width to measure the width of
2147         the heading.
2149         * org.el (org-diary-to-ical-string): No longer kill buffer
2150         FROMBUF, this is now done by the caller.
2152         * org-exp.el (org-print-icalendar-entries): Move the call to
2153         `org-diary-to-ical-string' out of the loop, and kill the buffer
2154         afterwords.
2156         * org-remember.el (org-remember-visit-immediately): Position
2157         cursor after moving to the note.
2158         (org-remember-apply-template): Use a text property to record the
2159         cursor position.
2160         (org-remember-handler): Align tags after pasting the note.
2162 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2164         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2166         * org-agenda.el (org-agenda-open-link): If there is an
2167         org-bbdb-name property in the current line, jump to that bbdb
2168         entry.
2170         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2171         text property, so that the agenda knows where this entry comes
2172         from.
2174         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2175         interaction between clocking-in from the agenda, and  automatic
2176         task state switching.
2178         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2180         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2181         zmacs-region stays after this command in XEmacs.
2183 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2185         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2187         * org-remember.el (org-remember-templates): Fix bug in
2188         customization type definition.
2190         * org.el (org-map-entries): New function.
2192 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2194         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2195         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2197 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2199         * org-remember.el (org-jump-to-target-location): New variable.
2200         (org-remember-apply-template): Set
2201         `org-remember-apply-template' if requested by template.
2202         (org-remember-handler): Start an idle timer to jump to
2203         remember location.
2205         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2207         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2208         file tags.
2209         (org-get-tags-at): Add the content of `org-file-tags'.
2211         * org-exp.el (org-export-handle-comments): Fix bug with several
2212         comment lines after each other.
2213         (org-number-to-roman, org-number-to-counter): New functions.
2214         (org-export-section-number-format): New option.
2216 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2218         * org-exp.el (org-export-protect-examples): Catch the case of a
2219         missing end_example line.
2221         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2222         `org-file-tags' to nil.
2224         * org-colview.el (org-columns-next-allowed-value): Handle next
2225         argument NTH to directly select a value.
2227         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2228         argument NTH to directly select a value.
2230 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2232         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2234 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2236         * org.el (org-columns-ellipses): New option.
2238 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2240         * org-colview.el (org-columns-add-ellipses): New function.
2241         (org-columns-compact-links): New function.
2242         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2243         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2244         when in agenda.
2245         (org-columns-edit-value): Fixed bug with editing values from
2246         agenda column view.
2247         (org-columns-redo): Also redo the agenda itself.
2249 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2251         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2252         option.
2254         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2256         * org-exp.el (org-export-ascii-preprocess): Renamed from
2257         `org-export-ascii-clean-string'.
2258         (org-export-kill-licensed-text)
2259         (org-export-define-heading-targets)
2260         (org-export-handle-invisible-targets)
2261         (org-export-target-internal-links)
2262         (org-export-remove-or-extract-drawers)
2263         (org-export-remove-archived-trees)
2264         (org-export-protect-quoted-subtrees)
2265         (org-export-protect-verbatim, org-export-protect-examples)
2266         (org-export-select-backend-specific-text)
2267         (org-export-mark-blockquote-and-verse)
2268         (org-export-remove-comment-blocks-and-subtrees)
2269         (org-export-handle-comments, org-export-mark-radio-links)
2270         (org-export-remove-special-table-lines)
2271         (org-export-normalize-links)
2272         (org-export-concatenate-multiline-links)
2273         (org-export-concatenate-multiline-emphasis): New functions,
2274         obtained from spliiting the export preprocessor.
2276         * org-table.el (org-table-recalculate): Improve error message if
2277         the row number is invalid.
2279 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2281         * org-archive.el (org-archive-save-context-info): Fix bugs in
2282         customization setup and docstring.
2284         * org-exp.el (org-export-html-style): Changed the size of in the
2285         <pre> element to 90%.
2287 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2289         * org.el (org-find-src-example-start): Function removed.
2290         (org-edit-src-find-region-and-lang): New function.
2292 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2294         * org.el (org-edit-src-exit): New function.
2295         (org-exit-edit-mode): New minor mode.
2297         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2298         comment-like lines from protected examples.
2300         * org.el (org-edit-src-example, org-find-src-example-start)
2301         (org-protect-source-example, org-edit-special): New functions.
2303 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2305         * org-publish.el (org-publish-project-alist): Fix typo in
2306         docstring.
2307         (org-publish-project-alist): Handle :index-title property.
2309 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2311         * org-export-latex.el (org-export-as-latex): Make sure region
2312         bounds are correct.  Parse subtree properties relating to export.
2314         * org-exp.el (org-export-add-options-to-plist): New function.
2315         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2317 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2319         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2320         EXPORT_TITLE.
2322         * org-exp.el (org-export-get-title-from-subtree)
2323         (org-export-as-ascii, org-export-as-html): Make sure the original
2324         region-beginning and region-end are used, even after moving
2325         point.
2326         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2327         property.
2329         * org-remember.el (org-remember-last-stored-marker): New variable.
2330         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2331         (org-remember-handler): Also use marker to remember
2332         last-stored position.
2334         * org.el (org-goto-marker-or-bmk): New function.
2336 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2338         * org.el (org-file-properties): Renamed from `org-local-properties'.
2339         (org-scan-tags): Take file tags into account.
2340         (org-tags-match-list-sublevels): Default changed to t.
2342         * org-exp.el (org-export-as-html): Close paragraph after a
2343         footnote.
2345         * org.el (org-update-parent-todo-statistics): New function.
2347         * org-exp.el (org-icalendar-store-UID): New option.
2348         (org-icalendar-force-UID): Option removed.
2349         (org-print-icalendar-entries): IMplement UIDs.
2351 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2353         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2355 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2357         * org-faces.el (org-column): Document how this face is being used
2358         and why sometimes the background faces shine through.
2360         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2362         * org-publish.el (org-publish-attachment): Create publishing
2363         directory if it does not yet exist.
2365         * org-table.el (org-calc-default-modes): Change default number
2366         format to (float 8).
2368         * org.el (org-olpath-completing-read): New function.
2369         (org-time-clocksum-format): New option.
2370         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2372         * org-clock.el (org-clock-display, org-clock-out)
2373         (org-update-mode-line): Use `org-time-clocksum-format'.
2375         * org-colview-xemacs.el (org-columns-number-to-string): Use
2376         `org-time-clocksum-format'.
2378         * org-colview.el (org-columns-number-to-string): Use
2379         `org-time-clocksum-format'.
2381 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2383         * org-id.el: New file, move from contrib to core.
2385         * org-exp.el (org-icalendar-force-UID): New option.
2387 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2389         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2390         shifted by one day if theere is a date range without an end
2391         time.
2393         * org.el (org-try-structure-completion): New function.
2395 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2397         * org.el (org-set-font-lock-defaults): Improve fontification of
2398         description lists.
2399         (org-insert-item): Handle description lists.
2400         (org-adaptive-fill-function): Improve auto indentation in
2401         description lists.
2403         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2404         Implement VERSE environment.
2405         (org-export-preprocess-string): Implement the COMMENT
2406         environment.
2408         * org-export-latex.el (org-export-latex-preprocess): Implement
2409         VERSE environment.
2411 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2413         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2414         option.
2416 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2418         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2420         * org.el (org-quote-csv-field): New functions.
2422         * org-table.el (org-table-export-default-format): Remove :splice
2423         from default format, we get the same effect by not specifying
2424         :tstart and :tend.
2425         (org-table-export): Improve setup, distinguish better between
2426         interactive and non-interactive use, allow specifying the format
2427         on the fly, better protection against wrong file names.
2428         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2429         and :tend when :splice is omitted.
2431 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2433         * org-clock.el (org-clock-select-task): Make sure the selection
2434         letters are 1-9 and A-Z, no special characters.
2436 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2438         * org-exp.el (org-export-htmlize): New group.
2439         (org-export-htmlize-output-type)
2440         (org-export-htmlize-css-font-prefix): New options.
2441         (org-export-htmlize-region-for-paste): New function.
2442         (org-export-htmlize-generate-css): New command.
2444 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2446         * org/org.el (org-modules, org-format-latex-options):
2447         * org/org-archive.el (org-archive-stamp-time)
2448         (org-archive-save-context-info):
2449         * org/org-faces.el (org-hide):
2450         * org/org-irc.el (org-irc-parse-link):
2451         * org/org-macs.el (org-call-with-arg, org-autoload):
2452         * org/org-mew.el (org-mew-store-link):
2453         * org/org-remember.el (org-remember-store-without-prompt)
2454         (org-remember-templates): Fix typos in docstrings.
2456         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2458         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2459         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2460         (org-bbdb-anniv-split): Fix typos in docstrings.
2462         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2463         (org-publish-use-timestamps-flag): Reflow docstring.
2464         (org-publish-files-alist): Fix typos in docstring.
2466 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2468         * org.el (org-set-visibility-according-to-property): New function.
2469         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2470         and compute the regular expressions, and update font-lock.
2471         (org-property-re): Allow a dash in property names.
2473         * org-archive.el (org-extract-archive-file): Insert the file name
2474         without the path into the format, to allow the location format to
2475         contain a subdirectory.
2477         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2478         of buffer, and the `org-agenda-type' property undefined, use the
2479         value from the character before.
2481         * org.el (org-add-planning-info): Don't let indentation for
2482         would-be timestamp become extra whitespace at the end of headline.
2484 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2486         * org.el (org-remove-double-quotes, org-file-contents): New
2487         functions.
2489         * org-exp.el (org-infile-export-plist): Also parse the
2490         contents of #+SETUPFILE files, recursively.
2492         * org.el (org-set-regexps-and-options): Also parse the
2493         contents of #+SETUPFILE files, recursively.
2495         * org-exp.el (org-export-handle-include-files): New function.
2496         (org-export-preprocess-string): Call
2497         `org-export-handle-include-files'.
2499         * org.el (org-delete-property-globally)
2500         (org-delete-property, org-set-property): Ignore case during
2501         completion.
2502         (org-set-property): Use `org-completing-read' instead of
2503         `completing-read'.
2505         * org.el (org-complete-expand-structure-template): New,
2506         experimental function.
2507         (org-structure-template-alist): New, experimental option.
2508         (org-complete): Call `org-complete-expand-structure-template'.
2510 2008-05-06  Bastien Guerry  <bzg@altern.org>
2512         * org-export-latex.el (org-export-latex-preprocess): Added
2513         support for blockquotes.
2515 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2517         * org.el (org-read-date-analyze): Catch the case where only a
2518         weekday is given.
2520 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2522         * org.el (org-set-font-lock-defaults): Make the description
2523         tag bold.
2525         * org-exp.el (org-export-as-html, org-close-li): Implement
2526         description lists.
2528 2008-05-04  Jason Riedy  <jason@acm.org>
2530         * org-table.el (*orgtbl-default-fmt*): New variable.
2531         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2532         when there is no other fmt available.
2534         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2535         :tend to suppress the appropriate string.
2537         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2538         table.
2540 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2542         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2543         read date.
2545         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2546         New function.
2548         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2549         New function.
2551 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2553         * org-clock.el (org-clock-find-position): Don't include notes
2554         into clock drawer.
2556         * org-archive.el (org-archive-subtree): No longer remove an
2557         extra line after cutting the subtree.  `org-cut-subtree' already
2558         takes care of this.
2560         * org-remember.el (org-remember-handler): Only kill the target
2561         buffer if it does not contain the running clock.
2563         * org.el (org-markers-to-move): New variable.
2564         (org-save-markers-in-region, org-check-and-save-marker)
2565         (org-reinstall-markers-in-region): New function.
2566         (org-move-subtree-down, org-copy-subtree): Remember relative
2567         marker positions before cutting.
2568         (org-move-subtree-down, org-paste-subtree): Restore relative
2569         marker positions after pasting.
2571         * org-remember.el (org-remember-clock-out-on-exit): New option.
2572         (org-remember-finalize): Clock out only if the setting in
2573         `org-remember-clock-out-on-exit' requires it.
2574         (org-remember-handler): Do the cleanup in the buffer, to make sure
2575         that the clock marker remains in tact.
2577 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2579         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2580         (org-clock-in): Make sure that also tasks outside the narrowed
2581         region will be clocked in correctly.
2582         (org-clock-insert-selection-line): Widen the buffer so that we can
2583         find the correct task heading.
2585         * org.el (org-base-buffer): New function.
2587         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2588         and ";" are escaped.
2589         (org-print-icalendar-entries): Also apply
2590         `org-icalendar-cleanup-string' to the headline, not only to the
2591         summary property.
2593 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2595         * org-exp.el (org-export-preprocess-hook): New hook.
2596         (org-export-preprocess-string): Call
2597         `org-export-preprocess-hook'.
2599         * org.el (org-font-lock-hook): New variable.
2600         (org-font-lock-hook): New function.
2601         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2603 ;; Local Variables:
2604 ;; coding: utf-8
2605 ;; add-log-time-zone-rule: t
2606 ;; End:
2608     Copyright (C) 2008  Free Software Foundation, Inc.
2610   This file is part of GNU Emacs.
2612   GNU Emacs is free software: you can redistribute it and/or modify
2613   it under the terms of the GNU General Public License as published by
2614   the Free Software Foundation, either version 3 of the License, or
2615   (at your option) any later version.
2617   GNU Emacs is distributed in the hope that it will be useful,
2618   but WITHOUT ANY WARRANTY; without even the implied warranty of
2619   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2620   GNU General Public License for more details.
2622   You should have received a copy of the GNU General Public License
2623   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2625 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c