LaTeX Export: Allow class definition in property
[org-mode.git] / lisp / ChangeLog
bloba4d0751f33e7de36bfc97a4ab767d4f2305de00b
1 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-export-latex.el (org-export-latex-quotation-marks): Use
4         `org-if-unprotected-1'.
5         (org-export-latex-set-initial-vars): Check for class definition in
6         property.
8         * org-macs.el (org-if-unprotected-1): New macro.
10 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
12         * org-compat.el (org-count-lines): New function.
14         * org-exp.el (org-export-format-source-code-or-example): Handle
15         switches related to text areas.
17         * org.el (org-activate-footnote-links): Don't allow match inside a
18         link.
20         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
22         * org-export-latex.el (org-export-latex-links): Keep a relative
23         path relative also after export.
25         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
27         * org.el (org-make-tags-matcher): Never use IDO for completing the
28         tags matcher match string.
29         (org-completing-read): Also remove the special biding for "?".
31         * org-attach.el (org-attach-allow-inheritance): New option.
32         (org-attach-inherited): New variable.
33         (org-attach-dir): Handle properties related to the attachment
34         directory.
35         (org-attach-check-absolute-path): New function.
36         (org-attach-set-directory, org-attach-set-inherit): New commands.
37         (org-attach): Accommodate the new commands in the dispatcher.
39 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
42         `window-full-width-p'.
44         * org-exp.el (org-export-as-html): Only check for images files
45         that really can be inlined
47         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
48         list of extensions to be a parameter.
50         * org-exp.el (org-export-html-inline-image-extensions): New
51         variable.
53         * org-agenda.el (org-prepare-agenda): Use
54         `org-agenda-block-separator'.
55         (org-agenda-block-separator): New option.
57 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
59         * org-export-latex.el (org-export-latex-tables): Call
60         `org-table-clean-before-export' with the new optional argument.
62         * org-exp.el (org-table-clean-before-export): New optional
63         parameter MAYBE-QUOTED, allows for quoted characters like \# in
64         first column.
66 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
68         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
69         histograms.
71         * org-colview.el (org-colview-construct-allowed-dates): Better
72         error catching when a date/time property does not have allowed
73         values defined.
75         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
76         Better error catching when a date/time property does not have
77         allowed values defined.
79 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
81         * org.el (org-map-entries): Restore point and restriction after
82         `org-map-entries'.
84 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
86         * org.el (org-time=, org-time<, org-time<=, org-time>)
87         (org-time>=, org-time<>): Make sure both values are dates.
89 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
91         * org-archive.el (org-extract-archive-heading): Allow %s for file
92         name also in achive location heading.
94 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org-archive.el (org-add-archive-files): Uniquify the list before
97         returning it.
99 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
101         * org-compat.el (org-fit-window-to-buffer): Use
102         `window-full-width-p'.
104         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
105         space after the colon in short examples.
107         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
108         enforce a space after the colon.  However, we also allow lines
109         that are *only* a colon.
110         (org-export-as-html): Enforce the space after the colon in short
111         examples.
112         (org-export-preprocess-string): Do the colon example protection
113         earlier.
114         (org-export-remove-timestamps): Do not check for protection at the
115         end of the line.
117 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org.el (org-format-latex-options): Add new matcher for single
120         letters between dollars.
121         (org-get-header): Function removed.
122         (org-heading-components): New function.
124         * org-exp.el (org-export-define-heading-targets): Record ID's also
125         as alternative targets.
126         (org-export-as-html): Interpret "id:" links to other files by
127         preserving the relative path.
129         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
130         is nil.
132         * org-exp.el (org-export-normalize-links): Protect the main link,
133         to avoid special character processing.
135         * org-export-latex.el (org-export-latex-special-keyword-regexp):
136         New variable.
137         (org-export-latex-special-string-regexps): Variable removed.
138         (org-export-latex-keywords): Use the new regexp.
140         * org-exp.el (org-export-handle-include-files): Fetch switches and
141         put them into the BEGIN statement.
143         * org-timer.el (org-timer-mode-line-string): New variable.
145         * org-clock.el (org-clock-mode-line-map): Renamed from
146         `org-clock-mode-map'.
147         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
148         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
149         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
150         (org-clock-remove-overlays): Renamed from
151         `org-remove-clock-overlays'.
153         * org-timer.el (org-timer-pause-or-continue): Implement stopping
154         and mode line display.
155         (org-timer-stop): New command.
156         (org-timer-seconds): Return correct time when timer is paused.
157         (org-timer-mode-line-timer): New variable.
158         (org-timer-set-mode-line, org-timer-update-mode-line): New
159         functions.
161         * org.el (org-insert-heading):  Handle new value `auto' for
162         `org-blank-before-new-entry'.
163         (org-org-menu): Add new items for timer functions.
165         * org-list.el (org-insert-item): Handle new value `auto' for
166         `org-blank-before-new-entry'.
168         * org.el (org-blank-before-new-entry): New value `auto', made
169         default.
171 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
173         * org-exp.el (org-export-normalize-links): If the link is also
174         used as the description, protect the description.
176 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
178         * org.el (org-closest-date): Fix bug with yearly repeats, in
179         combination with preference of the past as it is used for deadline
180         and scheduling search.
182         * org-exp.el (org-html-handle-time-stamps): No longer check for
183         the `org-export-with-timestamps' option, because the preprocesser
184         has taken care of this already.
186         * org.el (org-entry-properties): Catch the case when this is
187         called in a non-org-mode file.
189         * org-export-latex.el (org-export-latex-remove-from-headlines):
190         Variable made obsolete, also LaTeX export now uses the standard
191         variables.
192         (org-export-as-latex): Add the timestamps parameter to the
193         preprocessor parameter list.
194         (org-export-latex-content): Export the remaining keywords without
195         considering to remove them.
196         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
197         Use bold font instead of tt font for the keywords.
198         (org-export-latex-fontify-headline): Format headlines, assuming
199         that all keywords still present should be published.
200         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
201         publish what ever remains of the time stamps.
202         (org-export-latex-list-parameters): New option.
203         (org-export-latex-lists): Pass additional parameters to the list
204         converter.
206         * org-exp.el (org-export-preprocess-string): Remove clock lines
207         and timestamps already in the preprocesor.
208         (org-export-remove-timestamps, org-export-remove-clock-lines): New
209         functions.
210         (org-export-as-ascii, org-export-as-html): Add the timestamps
211         parameter to the preprocessor parameter list.
213         * org-list.el (org-list-parse-list): Parse for checkboxes.
214         (org-list-to-generic): Introduce and handle new parameters :cbon
215         and :cboff.
216         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
217         optional parameter PARAMS.
219         * org-export-latex.el (org-export-latex-special-chars): Fix
220         problems with interpreting dollar signs.
221         (org-inside-latex-math-p): New function.
222         (org-export-latex-preprocess): Protect all the math fragments.
224         * org.el (org-latex-regexps): Allow a dash after a dollar.
226         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
227         mark after copying.
229         * org-agenda.el (org-run-agenda-series): Have series options set
230         when finalizing the agenda.
232         * org-exp.el (org-export-format-source-code-or-example): Protect
233         the converted examples.
235         * org.el (org-set-regexps-and-options): Fix the regexp
236         `org-complex-heading-regexp'.
238 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
240         * org.el (org-edit-src-get-label-format): New function.
241         (org-coderef-label-format): New option.
242         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
243         a label format specification and make sure it is used in the edit
244         buffer.
245         (org-edit-src-get-label-format): New function.
246         (org-store-link): Handle new coderef formats.
247         (org-link-search): Handle new coderef formats.
249         * org-footnote.el (org-footnote-create-definition)
250         (org-footnote-goto-local-insertion-point): Make footnote insertion
251         work correctly when the "Footnotes" headline is the last line in
252         the buffer.
254         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
255         the location.
257 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
259         * org-w3m.el (org-w3m): New customization group.
260         (org-w3m-deactivate-mark): New option.
261         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
262         option say not to.
264 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org.el (org-set-font-lock-defaults): Trigger footnote
267         fontification.
268         (org-activate-footnote-links): New function.
269         (org-activate-links): New entry `footnote'.
271         * org-faces.el (org-footnote): New face.
273 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
275         * org-macs.el (org-re): Handle the [:word:] class.
277         * org-exp.el (org-export-preprocess-string): Call
278         `org-export-protect-colon-examples'.
279         (org-export-protect-colon-examples): Renamed from
280         `org-export-protect-examples', and scope limited to lines starting
281         with a colon.
283 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org-exp.el (org-export-preprocess-string): Move the preprocess
286         hook to after turning on Org-mode.
287         (org-export-preprocess-after-include-files-hook)
288         (org-export-preprocess-after-tree-selection-hook)
289         (org-export-preprocess-before-backend-specifics-hook)
290         (org-export-preprocess-final-hook): New hooks.
291         (org-export-preprocess-string): Run the new hooks.
293         * org.el (org-ctrl-c-minus): Fix indentation for new items.
295         * org-footnote.el: New file.
297         * org.el (org-footnote): Require footnote code.
298         (org-startup-options): Add new footnote options.
299         (org-mode-map): New keybindig for footnotes.
300         (org-ctrl-c-ctrl-c): Add function at footnotes.
301         (org-org-menu): New menu entries for footnotes.
303         * org-export-latex.el (org-export-as-latex): Pass footnote
304         variable to preprocessor.
305         (org-export-latex-preprocess): Treat multiple references to a
306         footnote.
308         * org-exp.el (org-export-preprocess-string): Call
309         `org-footnote-normalize'.
310         (org-export-as-ascii, org-export-as-html): Pass footnote variable
311         to preprocessor.
312         (org-export-as-html): Treat multiple references to a footnote.
314 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
316         * org-export-latex.el (org-export-latex-links): Handle coderef
317         links.
319         * org.el (org-bracket-link-analytic-regexp++): New variable.
320         (org-make-link-regexps): Initialize
321         `org-bracket-link-analytic-regexp++'.
322         (org-store-link): Implement special case in edit-src buffer.
323         (org-insert-link): No use of ide to insert stored links.
324         (org-link-search): Implement special case for coderefs.
326         * org-exp.el (org-export-html-scripts): New constant.
327         (org-export-html-style-default): Add a new style for highlighted
328         code.
329         (org-export-code-refs): New variable.
330         (org-export-preprocess-string): Initialize `org-export-code-refs'.
331         Call `org-export-replace-src-segments-and-examples'
332         No longer call `org-export-protect-examples'.
333         (org-export-target-internal-links): Take care of coderef targets.
334         (org-export-last-code-line-counter-value): New variable.
335         (org-export-replace-src-segments-and-examples): Renamed from
336         `org-export-replace-src-segments', and modified.
337         (org-export-format-source-code-or-example): Renamed from
338         `org-export-format-source-code'.
339         (org-export-number-lines): New function.
340         (org-export-as-ascii, org-export-as-html): Handle coderef links.
342 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
344         * org-remember.el (org-remember-handler): Safer way to get a new
345         buffer accessing the target file.
347         * org.el (org-refile-get-location): Handle case of current buffer
348         not having a file associated with it.
350 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
352         * org-table.el (org-table-get-formula): Only ask to overwrite
353         field formula if there really is one.
355         * org-id.el (org-id-find): Allow the ID to be a symbol or a
356         number, by converting these to a string.
358         * org-colview.el (org-dblock-write:columnview): Allow ID to be
359         located in a different file.
361         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
362         org-colview.el.
364 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
366         * org.el (org-completion-use-ido): Enhance docstring of
367         `org-completion-use-ido'.
369         * org-export-latex.el (org-export-latex-make-header): Double the %
370         in the time stamp format.
371         (org-export-latex-special-chars): Handle case where there is no
372         match group 3.
374 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
376         * org.el (org-get-refile-targets, org-refile-get-location): Use
377         expanded file name to improve comparison.
379 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
381         * org.el (org-scan-tags): Rescan for tags, to get the correct
382         upcase/downcase stuff.  This slows things down for now, but it
383         works.
384         (org-mode): Make sure the tag-faces regexp is initialized.
386         * org-export-latex.el (org-export-latex-links): Fix bug with
387         undefined label.
389         * org-table.el (org-table-get-specials): Set
390         `org-table-current-last-data-line'.
391         (org-table-current-last-data-line): New variable.
392         (org-table-insert-column, org-table-delete-column)
393         (org-table-move-column, org-table-fix-formulas): Call
394         `org-table-fix-formulas' a second time to fix the $LR references.
395         (org-table-get-specials): Add the $LR references to the tables.
396         (org-table-get-formula): Do not offer last-row names as LHS of
397         formulas.
399         * org.el (org-store-link): Capture link description from
400         `org-id-store-link'.
402         * org-exp.el (org-export-html-format-image): Add the / to the end
403         of the <img> tag.
404         (org-export-format-source-code): Surround example by empty lines,
405         to make sure it will not be inside a paragraph.
407         * org.el (org-ido-switchb): New function.
409 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org-agenda.el (org-agenda-show): New prefix argument
412         FULL-ENTRY.
414         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
415         argument.
417         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
418         `org-agenda-change-all-lines'.
419         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
420         tags are now retrieved locally.
422 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
424         * org.el (org-get-outline-path): Fix bug if level is not given.
425         (org-org-menu): Do not quote function in menu vector.
427         * org-agenda.el (org-finalize-agenda): Fix typo with variable
428         name.
430 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
432         * org.el (org-refile): Avoid refiling to within the region to be
433         refiled.
435         * org-export-latex.el (org-export-latex-special-chars): Replace
436         special characters also in tables.
438         * org-agenda.el (org-agenda-change-all-lines): New argument
439         FORCE-TAGS.
440         (org-agenda-set-tags): Cet the new tags and pass them to
441         `org-format-agenda-item'.
443 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
445         * org-export-latex.el (org-export-latex-classes): Add longable as
446         a default package to all classes.
447         (org-export-latex-tables): Handle the longtable attribute and the
448         align attribute.
450         * org-table.el (orgtbl-to-generic): Handle tables that start with
451         a hline.
453         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
454         \verb for colde-like snippets.
455         (org-export-as-latex): Fix issues with region export.
457         * org.el (org-up-heading-safe): Speed up function by using a
458         direct regexp search.
459         (org-olpa): New variable.
460         (org-get-outline-path): Speed-up path constructions in cases where
461         this is possible because the entire hierarchy is scanned anyway.
462         (org-refile-get-location): Don't compare the truenames of files,
463         this is too slow.
464         (org-goto-max-level): New option.
465         (org-goto): Use `org-goto-max-level'.
467 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
469         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
470         Strip angle brackets from message-ids in the former and don't do
471         it in the latter.
472         (org-gnus-follow-link): Open summary reliable, even if the last
473         messages were deleted, and handle empty groups, too.
475 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
477         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
478         instead of \texttt for the =...= and ~===~ emphasis environments.
479         (org-export-as-latex): Remove any old :org-license-to-kill text
480         properties.
481         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
482         (org-export-latex-make-header): Add some hard space after the
483         table of contents.
484         (org-export-latex-first-lines): Accept RBEG argument.  Mark
485         exported text so that it will be excuded in further steps.
487         * org-table.el (org-table-get-specials): Make @0 reference the
488         last line in a table.
489         (org-table-recalculate): Improve docstring.
491 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
493         * org.el (org-log-done): Fix docstring.
495 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
497         * org-exp.el (org-export-html-format-image): Fix bugs.
499         * org-export-latex.el (org-export-latex-tables)
500         (org-export-latex-links): Implement attribute, label, and caption
501         handling.
503         * org-exp.el (org-export-html-style-default): Add style
504         definitions for the figure div.
505         (org-export-preprocess-string, org-export-as-html): Implement
506         attribute, label, and caption handling.
507         (org-export-attach-captions-and-attributes): New function.
508         (org-export-html-format-image): New function.
509         (org-format-org-table-html): Implement attribute, label, and
510         caption handling.
512         * org.el (org-find-text-property-in-string): New function.
513         (org-extract-attributes): Use the property org-attr instead of
514         org-attrobutes, because this property is now set with the #+ATTR
515         lines.
517 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
519         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
520         the case that FROM is nil.
522         * org.el (org-before-first-heading-p): New function.
524 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
526         * org-exp.el (org-export-as-html): Do not add a space before
527         enforces line breaks.
528         (org-export-as-html): Close paragraph before blockquote and verse
529         tags.
531 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
533         * org-id.el (org-id-locations-file): Wrap file name with
534         `convert-standard-filename'.
535         (org-id-files): New variable.
536         (org-id-use-hash): New option.
537         (org-id-update-id-locations): Also search in all files current
538         listed in `org-id-files'.  Convert the resulting alist to a hash
539         if the user customation says so.
540         (org-id-locations-save): Handle he case if `org-id-locations' is a
541         hash.
542         (org-id-locations-load): Convert the alist to a hash.
543         (org-id-add-location): Handle the hast case.
544         (kill-emacs-hook): Make sure id locations are saved when Emacs is
545         exited.
546         (org-id-hash-to-alist, org-id-alist-to-hash)
547         (org-id-paste-tracker): New functions.
549 -------------------------------------------------------------------------
551 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
553         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
554         bindings of calendar variables.
556         * org-table.el (org-table-find-row-type): Renamed from
557         `org-find-row-type'.
558         (org-table-rewrite-old-row-references): Renamed from
559         `org-rewrite-old-row-references'.
560         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
561         (org-table-cleanup-narrow-column-properties): Renamed from
562         `org-cleanup-narrow-column-properties'.
564 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
567         for better error messages.
568         (org-table-get-descriptor-line): Supply the new arguments to
569         `org-find-row-type'.
570         (org-table-error-on-row-ref-crossing-hline): New option.
572         * org.el (org-target-link-regexp): Make buffer-local.
573         (org-move-subtree-down): Fix bug with trees at beginning of
574         buffer.
576 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org-faces.el (org-set-tag-faces): New function.
579         (org-tags-special-faces-re): New variable.
581         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
583         * org-faces.el (org-tag-faces): New option.
584         (org-tag): Mention `org-tag-faces' in the docstring.
586 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
588         * org-exp.el (org-export-html-style-default): Implement new
589         quoting.
591         * org-jsinfo.el (org-infojs-template): Implement new quoting.
593         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
594         command to the `w3m-minor-mode-map'.
596         * org-archive.el (org-archive-to-archive-sibling): Protect
597         `this-command' to avoid appending kills during archiving.
599         * org-exp.el (org-export-with-priority): New variable.
600         (org-export-add-options-to-plist): Use `org-export-plist-vars'
601         instead of internal list of strings and properties.
602         (org-print-icalendar-entries): Retrieve the location property with
603         inheritance.
605 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
607         * org-exp.el (org-export-with-todo-keywords): New option.
608         (org-export-plist-vars): Include also the keys for the #+OPTIONS
609         line.
610         (org-default-export-plist, org-export-add-options-to-plist)
611         (org-export-as-ascii, org-export-as-html): Use the new structure
612         of `org-export-plist-vars'.
614         * org.el (org-map-entries): Return all values.
616 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
618         * org.el (org-matcher-time): Recognize more special values.
620         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
622 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org.el (org-tags-exclude-from-inheritance): New option.
625         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
626         `org-tags-exclude-from-inheritance'.
628         * org-agenda.el (org-agenda-show-inherited-tags): New option.
629         (org-format-agenda-item): Add inherited tags to the agenda line
630         string, and make sure that properties are kept when downcasing the
631         tags list.
632         (org-agenda-add-inherited-tags): New function.
633         (org-downcase-keep-props): New function.
635         * org.el (org-scan-tags): Mark inherited tags with a text
636         property.
637         (org-get-tags-at): Mark inherited tags with a text property.
638         (org-add-prop-inherited): New function.
640         * org-agenda.el (org-agenda-add-inherited-tags): New function.
641         (org-agenda-show-inherited-tags): New option.
643 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
645         * org.el (org-modules): Add org-w3m to the default modules.
647         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
648         orgtbl-mode.
649         (orgtabl-create-or-convert-from-region): New command.
651         * org-exp.el (org-export-as-ascii): Remove the handling of
652         targets.
653         (org-export-ascii-preprocess): Handle targets already in this
654         function.
656 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
658         * org-timer.el (org-timer-start-time): Define this variable.
659         (org-timer-item): Make argument optional.
661         * org-list.el (org-insert-item): Automatically insert a timer item
662         if the current list is a timer list.
664         * org-timer.el: New file.
666         * org-publish.el (org-publish-org-index): Only exclude the index
667         file in the main directory from being added to the site-map.
668         (org-publish-get-project-from-filename): If the current project is
669         a component, start publishing from the parent project.
671 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
673         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
675         * org-publish.el (org-publish-org-index): Improve removal of
676         temporary buffers.
678         * org-agenda.el (org-get-closed): Re-apply changes
679         accidentially overwritten by last commit to Emacs.
681         * org.el (org-outline-path-complete-in-steps): New option.
682         (org-refile-get-location): Honor
683         `org-outline-path-complete-in-steps'.
684         (org-agenda-change-all-lines, org-tags-sparse-tree)
685         (org-time-string-to-absolute, org-small-year-to-year)
686         (org-link-escape): Re-apply changes accidentially overwritten
687         by last commit to Emacs.
689 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
691         * org-clock.el (org-dblock-write:clocktable): Make sure the
692         clocktable sees the first line.
693         (org-clock-in): Warn if the clock cannot be resumed.
695 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
697         * org.el (org-open-at-point): Fix mixup about interactive and
698         non-interactive elisp links.
700 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-exp.el (org-export-preprocess-string): Allow one comment
703         line before the first headline to always be included.  This is
704         to not miss a commented target.
706         * org-mouse.el (org-mouse-insert-item): Call
707         `org-indent-to-column' instead of `indent-to', for XEmacs
708         compatibility.
710         * org.el (org-refile-targets): Fix customize definition so
711         that it works also in XEmacs.
712         (org-fixup-indentation): Call `org-indent-to-column' instead
713         of `indent-to', for XEmacs compatibility.
715 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
717         * org-mew.el (org-mew-store-link): Get the correct case folder
718         for refiled messages.
720 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
722         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
723         line break indicators.
725         * org.el (org-ido-completing-read): Remove the "i:" prefix for
726         ido-completion propts.
728 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
730         * org-remember.el (org-remember-apply-template): Use
731         `org-substring-no-properties'.
733         * org-compat.el (org-substring-no-properties): New function.
735         * org-remember.el (org-remember-apply-template): Use
736         `org-substring-no-properties' for compatibility.
738         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
739         option.
740         (org-fix-bullet-type): respect
741         `org-list-two-spaces-after-bullet-regexp'.
743         * org-clock.el (org-clock-load): Clean up the code.
745         * org.el (org-adaptive-fill-function): Allow two spaces after
746         "1." as a list bullet.
748 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
750         * org-clock.el (org-clock-save, org-clock-load): Check for
751         live buffers, existing files, and buffer file names to ensure
752         consistent information.
753         (org-clock-persist): Make `clock' a special value of this
754         variable, and improve docstring.
756         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
757         (org-get-string-indentation): Adapt indentation when the bullet
758         width changes.
760 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
762         * org-remember.el (org-remember-finalize): Make interactive.
763         (org-remember-kill): New command.
764         (org-remember-finish-immediately): Call `org-remember-finalize'
765         directly.
766         (org-remember-finalize): Make `org-remember-finalize' an interactive
767         function.
769 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-remember.el (org-remember-apply-template): No ido completion
772         for free prompts in remember templates.
773         (org-remember-before-finalize-hook): New hook.
774         (org-remember-mode): New minor mode.
775         (org-remember-apply-template): Turn on `org-remember-mode'.
777         * org-id.el (org-id-add-location): Avoid error when no file is
778         given.
780         * org-remember.el (org-remember-apply-template): Fix the way how
781         the list of allowed properties is retrieved from the target file.
783         * org.el (org-insert-link): Improve file link matching.
785 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
787         * org-colview.el (org-columns-display-here): New argument
788         DATELINE, to trigger using the new face.
789         (org-agenda-colview-summarize): Call `org-columns-display-here'
790         with the new argument.
792         * org-faces.el (org-agenda-column-dateline): New face.
794         * org-publish.el (org-publish-org-index): Use index-title at page
795         title, not as section.
797         * org-exp.el (org-export-html-format-desc): Respect the
798         org-protect property.
799         (org-export-as-html): Protect image specifiers that are in the
800         description part of a link.
802         * org.el (org-sort-entries-or-items, org-completing-read)
803         (org-refile-get-location, org-olpath-completing-read, org-todo)
804         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
805         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
806         (org-set-property, org-delete-property)
807         (org-delete-property-globally): Use `org-ido-completing-read'.
809         * org-remember.el (org-remember-apply-template): Use
810         `org-ido-completing-read'.
812         * org-publish.el (org-publish): Use `org-ido-completing-read'.
814         * org-colview.el (org-columns-edit-value, org-columns-new)
815         (org-insert-columns-dblock): Use `org-ido-completing-read'.
817         * org-colview-xemacs.el (org-columns-edit-value)
818         (org-columns-new, org-insert-columns-dblock): Use
819         `org-ido-completing-read'.
821         * org-attach.el (org-attach-delete-one, org-attach-open): Use
822         `org-ido-completing-read'.
824         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
825         `org-ido-completing-read'.
827         * org.el (org-time-today): New function.
828         (org-matcher-time): Use `org-time-today'.  Add special treatment
829         for "<tomorrow>" and "<yesterday>".
830         (org-ido-completing-read): New function.
831         (org-completion-use-ido): New option.
833         * org-exp.el (org-export-format-source-code): Fix bug in require
834         htmlize code.
835         (org-export-target-internal-links): Fix bug in search for text
836         property.
838 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
840         * org-export-latex.el (org-export-latex-subcontent): Interprete
841         target aliases as additonal labels.
843         * org-exp.el (org-export-target-aliases): New variable.
844         (org-export-preprocess-string)
845         (org-export-handle-invisible-targets): Fill the alias alist.
846         (org-export-as-html): Remove the &nbsp; from the anchor, and also
847         assign an id.
848         (org-html-level-start): Insert the target aliases as additonal
849         anchors.
851         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
852         picture area.
854 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
856         * org.el (org-open-at-mouse): Ensure correct link abbreviations
857         when following a link with the mouse from the agenda.
859         * org-exp.el (org-export-as-html): Avoid lone </div> when no
860         headlines are created.
862 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
864         * org-exp.el (org-export-preprocess-string): Reorder so that we
865         can still see ID properties when we collect targets.
866         (org-export-target-internal-links): Also store targets for ID's.
868         * org.el (org-link-translation-function): New option.
869         (org-open-at-point): Call `org-link-translation-function' if
870         non-nil.
871         (org-translate-link): New function.
872         (org-translate-link-from-planner): New function.
873         (org-open-at-point): Allow interactive commands in elisp links.
875         * org-exp.el (org-icalendar-cleanup-string): Restore the old
876         iCalendar quoting.  The new one seems to caus problems with
877         applications.
879         * org.el (org-yank): Set `this-command' to `yank', so that
880         `yank-pop' will work.
882 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
884         * org-id.el (org-id-search-archives): New option.
886         * org.el (org-link-to-org-use-id): New option.
887         (org-store-link): Use `org-link-to-org-use-id'.
888         (org-id): Make org-id.el a standard component.
890 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
892         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
893         hexified version of the tag.
895         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
896         compliance as far as quoting is concerned.
898         * org-vm.el (org-vm-follow-link): Require `vm-search'.
900         * org.el (org-up-heading-safe, org-forward-same-level): Always
901         call `org-back-to-heading' instead of `outline-back-to-heading'.
902         (org-back-to-heading): New wrapper around outline-back-to-heading,
903         with a useful error message telling where the error happened.
905         * org-list.el (org-update-checkbox-count): Always call
906         `org-back-to-heading' instead of `outline-back-to-heading'.
908         * org-exp.el (org-export-as-html): Make sure that each <img> tag
909         has an `alt' attribute, to ensure XHTML validation.
911 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
913         * org-publish.el (org-publish-attachment): Allow publishing to
914         overwrite attachment files.
916         * org-agenda.el (org-agenda-timerange-leaders): New option.
917         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
919         * org.el (org-edit-src-exit): Untabify ASCII image before
920         returning.
933 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
935         * org.el (org-yank): Make any prefix force normal yanking.
936         Suppress folding if text would be swallowed into a folded
937         subtree.
938         (org-yank-folded-subtrees, org-yank): Docstring updates.
940         * org-agenda.el (org-agenda-compare-effort): Treat no effort
941         defined as 0.
943         * org-exp.el (org-export-language-setup): Add Catalan and
944         Esperanto language entries.
946 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
948         * org.el (org-refile): Allow refiling of entire regions.
950         * org-clock.el (org-clock-time%): New function.
952         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
953         retrieve property values.
955 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
957         * org-agenda.el (org-agenda-list): Handle the value `only' of
958         org-agenda-show-log'.
959         (org-agenda-log-mode): Interpret a double prefix arg.
961 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
963         * org-exp.el (org-export-html-footnotes-section): New variable.
964         (org-export-as-html): Use `org-export-html-footnotes-section' to
965         insert the footnotes.
966         (org-export-language-setup): Add "Footnotes" to language words.
968 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
970         * org.el (org-yank): Fix bug when not inserting a subtree.
972 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
974         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
975         instead of `vm-beginning-of-message'.
977         * org.el (org-make-link-regexps): Make sure that links to gnus can
978         contain brackets.
980 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
982         * org-attach.el (org-attach-dir): Remove duplicate ID creation
983         code.
985         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
986         shell output.
988         * org.el (org-link-abbrev-alist): Improve customization type.
990         * org-attach.el (org-attach-expand-link, org-attach-expand): New
991         functions.
993         * org-agenda.el (org-agenda-get-progress): Renamed from
994         `org-get-closed'.  Implement searching for state changes as well.
995         (org-agenda-log-mode-items): New option.
996         (org-agenda-log-mode): New option prefix argument, interpreted as
997         request to show all possible progress info.
998         (org-agenda-get-day-entries): Call `org-get-progress' instead of
999         `org-get-closed'.
1000         (org-agenda-set-mode-name): Handle the more complex log mode
1001         settings.
1002         (org-get-closed): New alias, pointing to `org-get-progress'.
1004 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1006         * org.el (org-file-apps-defaults-gnu)
1007         (org-file-apps-defaults-macosx)
1008         (org-file-apps-defaults-windowsnt): Add an entry defining the
1009         system command.
1010         (org-file-apps): Allow `system' as key and value.
1011         (org-open-at-point): Explain the effect of a double prefix arg.
1012         (org-open-file): If the argument `in-emacs' is (16),
1013         i.e. corresponding to a double prefix argument, try to open the
1014         file externally.
1016 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1018         * org.el (org-insert-link): Abbreviate absolute files names in
1019         links.  Also, fix a bug in which the double C-u prefix would not
1020         be honored.
1022 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1024         * org.el (org-insert-heading): If buffer does not end with a
1025         newline, add one if necessary to insert headline correctly.
1027         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1028         paragraphs, not inside.
1030         * org.el (org-todo): Quote
1031         `org-agenda-headline-snapshot-before-repeat'.
1033         * org-exp.el (org-export-as-html): Fully process link descriptions.
1034         (org-export-html-format-desc): New function.
1035         (org-export-as-html): Collect footnotes into the correct basket.
1036         (org-html-protect): No longer protect quotations marks here, this
1037         goes wrong.
1039         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1040         BEG.
1042         * org-compat.el (org-fit-window-to-buffer): New function (not
1043         really, a preliminary and incomplete version was present earlier,
1044         but not used).
1046         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1047         `org-fit-window-to-buffer'.
1049         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1051         * org-agenda.el (org-agenda-get-restriction-and-command)
1052         (org-fit-agenda-window, org-agenda-convert-date): Use
1053         `org-fit-window-to-buffer'.
1055         * org-exp.el (org-export-as-html): Process href links through
1056         `org-export-html-format-href'.
1057         (org-export-html-format-href): New function.
1059         * org-agenda.el (org-agenda-todo): Update only the current
1060         headline if this is a repeated TODO, marked done for today.
1061         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1062         only the current line.
1064         * org.el (org-todo): Take a snapshot of the headline if the
1065         repeater might change it.
1067 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1069         * org-publish.el (org-publish-find-title): Remove buffers visited
1070         only for extracting the title.
1072         * org-exp.el (org-export-html-style)
1073         (org-export-html-style-default): Mark style definitions as
1074         unparsed CDATA.
1076         * org-publish.el (org-publish-validate-link): Function
1077         re-introduced.
1079 2008-11-02  Charles Sebold  <csebold@gmail.com>
1081         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1082         property.
1083         (org-plot-quote-timestamp-field): New function.
1084         (org-plot-quote-tsv-field): Call timestamp field function when
1085         necessary rather than just quoting as a string.
1086         (org-plot/gnuplot-to-data): Pass in timefmt property.
1087         (org-plot/gnuplot-script): Supports timefmt property.
1088         (org-plot/gnuplot): Checks for timestamp column before checking
1089         for text index column.
1091 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1093         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1095         * org-publish.el (org-publish-org-index): Create a section in the
1096         index file.
1097         (org-publish-org-index): Stop linking to directories.
1099         * org.el (org-emphasis-alist): Use span instead of <u> to
1100         underline text.
1102         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1103         <pre> sections.
1105 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1107         * org-jsinfo.el (org-infojs-template): Remove language attribute
1108         from script tag.
1110 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1112         * org-agenda.el (org-agenda-remove-marked-text): New function.
1113         (org-agenda-mark-filtered-text)
1114         (org-agenda-unmark-filtered-text): New functions.
1115         (org-write-agenda): Remove fltered text.
1117         * org.el (org-make-tags-matcher): Give access to TODO "property"
1118         without speed penalty.
1120 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1122         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1123         option.
1124         (org-store-link-props): Make sure adding to the plist works
1125         correctly.
1127         * org-gnus.el (org-gnus-no-new-news): New function.
1128         (org-gnus-follow-link): Allow the article ID to be a message-id,
1129         in addition to allowing article numbers.  Message IDs make much
1130         more roubust links.
1131         (org-gnus-store-link): Use message-id to create link.
1133 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1135         * org.el (org-emphasize): Reverse the selection array.
1136         (org-emphasis-alist): Set <code> tags for the verbatim
1137         environment.
1139         * org-remember.el (org-remember-handler): Fix bug with
1140         prefix-related changing of the note storage target.
1142         * org-exp.el (org-print-icalendar-entries): Make the exported
1143         priorities compatible with RFC 2445.
1145         * org-clock.el (org-clock-save): Insert time stamp without
1146         dependence on time-stamp.el.
1148 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1150         * org.el ("saveplace"): If saveplace puts point into an invisible
1151         location, make it visible.
1152         (org-make-tags-matcher): Allow inactive time stamps in time
1153         comparisons.
1154         (org-yank-adjusted-subtrees): New option.
1155         (org-yank): Incorporate adjusting trees.
1156         (org-paste-subtree): New argument FOR-YANK which will cause
1157         insertion at point without backing up over white lines, and leave
1158         point at the end of the inserted text.  Also if the cursor is
1159         at the beginning of a headline, use the same level or the inserted
1160         tree.
1162         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1163         with broken symlinks
1165 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1167         * org-exp.el (org-export-select-tags, org-get-current-options):
1168         Fix typo.
1170 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1172         * org-agenda.el (org-format-agenda-item)
1173         (org-agenda-filter-make-matcher): Make sure tags are stored and
1174         compared donwcased.
1176 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1178         * org.el (org-insert-todo-heading): Fix bug with force-heading
1179         argument.
1181 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1183         * org-clock.el (org-clock-in-resume): Add a custom option to
1184         toggle starting the clock from an open clock line.
1185         (org-clock-in): When clocking in to an entry, if
1186         `org-clock-in-resume' is set, check if the first clock line is
1187         open and if so, start the clock from the time in the clock line.
1188         (org-clock-persist): Add a custom option to toggle clock
1189         persistence.
1190         (org-clock-persist-query-save): Add a custom option to toggle
1191         asking the user if they want to save the running clock when
1192         exiting.
1193         (org-clock-persist-query-resume): Add a custom option to toggle
1194         asking the user if they want to resume the saved clock when Emacs
1195         is restarted.
1196         (org-clock-save): Add a function to save clock data.
1197         This includes the contents of `org-clock-history' and the buffer
1198         and position of the currently clocked task, if any.
1199         (org-clock-load): Add a function to load clock data.
1200         This populates `org-clock-history', and resumes the saved clocked
1201         task if there is one.
1202         (org-clock-persistence-insinuate): Add a method to set up the
1203         hooks for clock persistence.
1205 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1207         * org-exp.el (org-export-as-ascii): Handle the case that we are
1208         publishing from an indirect buffer.
1210         * org-table.el (org-table-copy-down): Fix bug with time stamp
1211         increment.
1213         * org-mouse.el (org-mouse-features): New option.
1214         (org-mode-hook): Turn on features depending on
1215         `org-mouse-features'.
1217         * org.el (org-insert-heading-respect-content): Force heading
1218         creation.
1219         (org-insert-heading): keep the folding state of the heading before
1220         the inserted one.
1222 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1224         * org-archive.el (org-archive-to-archive-sibling): Handle top
1225         level headlines better.
1227 2008-10-21  Bastien Guerry  <bzg@altern.org>
1229         * org-export-latex.el (org-export-latex-classes): Added
1230         \usepackage{graphicx} to the default list of packages.
1232 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1234         * org-agenda.el (org-agenda-filter): Renamed from
1235         `org-agenda-filter-tags'.
1237 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1239         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1240         is not defined as a property in this entry.
1241         (org-add-log-note): Mask prefix argument when immediately storing
1242         the note.
1244         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1245         option.
1247 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1249         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1250         after drawers was skipping ahead one line too many, so notes were
1251         inserted after the first note instead of before it.
1253 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1255         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1256         New variables.
1257         (org-prepare-agenda): Reset the filter tags.
1258         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1259         Show filter tags in mode line.
1261         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1262         formatter.
1264         * org-export-latex.el (org-latex-entities-regexp): New constant.
1265         (org-export-as-pdf): Use two calls to `shell-command'.
1267 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1269         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1270         Honor the {} value of the subsuperscript setting.  Make sure that
1271         longer subsuperscripts are typeset in a roman font.
1273         * org.el (org-clock-update-time-maybe): Compute negative clock
1274         intervals correctly.
1276 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1278         * org.el (org-add-log-setup): Respect
1279         `org-log-state-notes-insert-after-drawers'.
1280         (org-log-state-notes-insert-after-drawers): New option.
1281         (org-todo-trigger-tag-changes): New function.
1282         (org-todo): Call `org-todo-trigger-tag-changes'.
1284 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1286         * org.el (org-add-log-setup): Only skip drawers if the are
1287         immediately after the scheduling keywords.
1289         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1290         function
1291         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1292         call it with the current todo state to get the state to switch to
1293         when clocking in.
1294         (org-clock-in): Use org-indent-line-function to indent clock lines.
1295         (org-clock-find-position): Fix indentation of empty clock drawers.
1297 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1299         * org-publish.el (org-publish-org-to): Handle case when
1300         org-export-to-pdf does return a file name, not a buffer.
1301         (org-publish-org-to-pdf): New function.
1303         * org-export-latex.el (org-export-as-pdf)
1304         (org-export-as-pdf-and-open): New commands.
1306         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1307         forms as ranges.
1309         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1310         things in protexted regions.
1312 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1314         * org-export-latex.el (org-export-latex-preprocess): Improve
1315         quoting of LaTeX environments.
1317 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1319         * org.el (org-edit-fixed-width-region): Exclude final newline from
1320         picture area.
1322         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1323         sections, to make internal links work.
1324         (org-export-latex-fontify-headline): Do not remove all text
1325         properties, to make sure that target properties survive this
1326         process.
1328         * org-exp.el (org-export-preprocess-string): Change sequence of
1329         modifications, to make sure links are prepared before the LaTeX
1330         conversions do happen.
1332 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1334         * org-attach.el (org-attach-delete-all): Renamed from
1335         `org-attch-delete'.  Add a security query before deleting the
1336         entire directory.  New optional argument FORCE can overrule the
1337         security query.
1338         (org-attach-delete-one): New command.
1340 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1342         * org-attach.el (org-attach-file-list): Fix bug with directory.
1344 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1346         * org.el (org-apps-regexp-alist): New function.
1347         (org-file-apps): Add auto-mode to the default value.
1348         (org-open-file): Use the new structure of org-file-apps.
1350         * org-attach.el (org-attach): Support the new keys.
1351         (org-attach-method): New option.
1353 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1355         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1356         March.
1358         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1359         of the list value o `org-use-tag-inheritance'.
1361         * org-attach.el (org-attach-auto-tag): New option.
1362         (org-attach-tag, org-attach-untag): New functions.
1363         (org-attach-attach, org-attach-new, org-attach-sync): Call
1364         `org-attach-tag'.
1365         (org-attach-delete): Call `org-attach-untag'.
1367 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1369         * org-table.el (orgtbl-self-insert-command): Make this work for
1370         the keypad as well.
1372 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1374         * org.el (org-add-log-setup): Limit searc for drawers to entry
1375         text, not to subtree.
1377         * org-clock.el (org-clock-heading-for-remember): New variable.
1378         (org-clock-in): Set `org-clock-heading-for-remember'.
1380 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1382         * org-remember.el (org-remember-apply-template): Add new
1383         expansions: %k, %K for currently clocked task and a link to the
1384         currently clocked task, and %< to file notes in the currently
1385         clocked task.
1387 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1389         * org-export-latex.el (org-export-latex-make-header): Also insert
1390         the content of the property :latex-header-extra.
1392         * org-exp.el (org-infile-export-plist): Put the content of
1393         #+LATEX_HEADER: into the property :latex-header-extra.
1395         * org-colview.el (org-columns-get-format-and-top-level): Remove
1396         resetting the marker.
1398         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1399         Remove resetting the marker.
1401         * org.el (org-entry-property-inherited-from): Improve docstring.
1402         (org-entry-get-with-inheritance): Reset marker before starting the
1403         search.
1405         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1407 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1409         * org.el (org-entry-get-multivalued-property)
1410         (org-entry-protect-space, org-entry-restore-space): New
1411         functions.
1412         (org-file-apps-defaults-macosx): Let postscript files be opened by
1413         preview.
1414         (org-time-stamp-inactive): Call `org-time-stamp'.
1415         (org-time-stamp): New argument `inactive'.  Also edit inacive
1416         stamps. Convert time stamp type.
1417         (org-open-file): Interpret the `default' value for the `command'
1418         in `org-file-apps'.
1420         * org-id.el (org-id-int-to-b36-one-digit)
1421         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1422         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1423         b36.
1425 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1427         * org-id.el (org-id-reverse-string): New function.
1428         (org-id-new): Use `org-id-reverse-string' to make sure the
1429         beginning chars of the ID are mutating fast.  This allows to use a
1430         directory structure to spread things better.
1431         (org-id-prefix): Changed default to nil.
1433         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1434         restore the column of the cursor position.
1436         * org-remember.el (org-remember-apply-template): Remove properties
1437         from `initial'.
1439 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1441         * org-wl.el (org-wl-open): Remove useless call to
1442         `wl-thread-open-all'.
1444         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1445         location.
1447 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1449         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1450         `org-bbdb-anniversaries'.
1452         * org.el (org-get-next-sibling, org-forward-same-level): New
1453         functions, similar to the outline versions, but invisible headings
1454         are OK.
1456 2008-09-25  Bastien Guerry  <bzg@altern.org>
1458         * org.el (org-auto-repeat-maybe): Insert a space between
1459         the timestamp's type and the timestamp itself.
1461 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1463         * org-table.el (org-table-sum): Do not format the result with %g,
1464         it does rounding when there are too many digits.
1466         * org.el (org-map-entries): Protect the keyword-selecting variables.
1468 2008-09-23  Bastien Guerry  <bzg@altern.org>
1470         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1471         against all agenda files.
1473 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1475         * org-list.el: New file, aggregating list functions from org.el
1476         and org-export-latex.el.
1478         * org.el (org-edit-src-region-extra): New option.
1480 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1482         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1483         time before 1am.
1485 2008-09-22  Bastien Guerry  <bzg@altern.org>
1487         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1489 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1491         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1492         hline work correctly.
1493         (org-plot/gnuplot-script): Put commas at the end of each script
1494         line.
1496 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1498         * org.el (org-get-refile-targets): Replace links with their
1499         descriptions
1500         (org-imenu-get-tree): Replace links with their descriptions.
1502         * org-remember.el (org-remember-apply-template): Add a new
1503         expansion for adding properties to remember items.
1505         * org.el (org-add-log-setup): Skip over drawers (properties,
1506         clocks etc) when adding notes.
1508         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1509         items as well as the start and end times.
1511         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1512         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1514         * org-remember.el (org-get-x-clipboard): Use the compat
1515         function to get clipboard values when x-selection-value is
1516         unavailable. Use substring-no-properties instead of
1517         set-text-properties to remove text properties from the clipboard
1518         value.
1520         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1521         modeline clock string, and display the full todo value in the
1522         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1523         the currently clocked task.
1524         (org-clock-string-limit): Add a custom value for the maximum
1525         length of the clock string in the modeline.
1526         (org-clock-mode-map): Add a keymap for the modeline string
1528 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1530         * org-compat.el (org-propertize): New function.
1532 2008-09-20  Bastien Guerry  <bzg@altern.org>
1534         * org-export-latex.el (org-export-latex-tables): protect exported
1535         tables from further special chars conversion.
1536         (org-export-latex-preprocess): Preserve LaTeX environments.
1537         (org-list-parse-list): Parse descriptive lists.
1538         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1539         (org-list-to-texinfo): Export descriptive lists.
1540         (org-quote-chars): Remove.
1541         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1542         (org-export-latex-list-beginning-re): Rename to
1543         `org-list-beginning-re'
1544         (org-list-item-begin): Rename to `org-list-item-beginning'
1546 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1548         * org.el (org-refile): Allow refiling to the last entry in the
1549         buffer.
1550         (org-get-tags-at): Fix bug when inheritance is turned off.
1552 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1554         * org.el (org-indent-line-function): No longer check for src
1555         regions, this is too much overhead.
1557         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1558         matching.
1560         * org.el (org-scan-tags): Make sure that tags matching is not case
1561         sensitive.  TODO keyword matching is case sensitive, however, to
1562         avoid confusion with similar words that are not meant to be
1563         keywords.
1565 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1567         * org.el (org-get-local-tags-at): New function.
1568         (org-get-local-tags): New function.
1570         * org-exp.el (org-export-get-categories): New function.
1572         * org-agenda.el (org-sorting-choice)
1573         (org-agenda-sorting-strategy, org-agenda-get-todos)
1574         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1575         (org-agenda-get-scheduled, org-agenda-get-blocks)
1576         (org-entries-lessp): Implement sorting by TODO state.
1577         (org-cmp-todo-state): New defsubst.
1579         * org-colview.el (org-colview-construct-allowed-dates): New
1580         function.
1581         (org-columns-next-allowed-value): Use
1582         `org-colview-construct-allowed-dates'.
1584         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1585         function.
1586         (org-columns-next-allowed-value): Use
1587         `org-colview-construct-allowed-dates'.
1589 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1591         * org.el (org-protect-slash): New function.
1592         (org-get-refile-targets): Use `org-protect-slash'.
1594         * org-agenda.el (org-global-tags-completion-table): New variable.
1596         * org-exp.el (org-export-handle-export-tags): New function.
1597         (org-export-preprocess-string): Call
1598         `org-export-handle-export-tags'.
1600         * org-plot.el: New file.
1602         * org-publish.el (org-publish-expand-components): Function removed.
1603         (org-publish-expand-projects): Allow components to have components.
1605 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1607         * org.el (org-indent-line-function): Do not indent in regions that
1608         are external source code.
1609         (org-yank-and-fold-if-subtree): New function.
1611         * org-agenda.el (org-agenda-todayp): New function.
1612         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1613         `org-agenda-todayp'.
1615         * org.el (org-insert-heading-respect-content)
1616         (org-insert-todo-heading-respect-content): New commands.
1617         (org-insert-heading-respect-content): New option.
1618         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1620         * org-clock.el (org-clock-find-position): Make sure the note after
1621         the clock line gets moved into the new clock drawer.
1623 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1625         * org-id.el (org-id-new): New option.
1627 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1629         * org-table.el (org-table-copy-down): Avoid overflow during
1630         increment.  Use prefix argument 0 to temporarily disable the
1631         increment.
1633 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1635         * org-exp.el (org-export-as-html): Do not turn on the major mode
1636         if the buffer will be killed anyway.
1637         (org-get-current-options): Exclude the #+TEXT field.
1638         (org-export-as-html): Make sure text before the first headline is
1639         a paragraph.
1641         * org-publish.el (org-publish-org-to): Tell the exporter that this
1642         buffer will be killed, so it is not necessary to do major mode
1643         initialization.
1645         * org-archive.el (org-archive-to-archive-sibling): Show empty
1646         lines after folding the archive sibling.
1648         * org.el (org-log-note-extra): New variable.
1650 2008-09-05  Bastien Guerry  <bzg@altern.org>
1652         * org.el (org-additional-option-like-keywords): Added keywords for
1653         the _QUOTE, _VERSE and _SRC environments.
1655         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1656         exporting _QUOTE and _VERSE environments.
1658 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1660         * org-agenda.el (org-agenda-filter-by-tag): New command.
1662         * org-exp.el (org-get-current-options): Remove angular brackets
1663         from the date entry.
1665         * org.el (org-edit-fixed-width-region): New function.
1666         (org-edit-fixed-width-region): Also try
1667         `org-edit-fixed-width-region'.
1668         (org-edit-fixed-width-region-mode): New option.
1669         (org-activate-code): Only interprete lines starting with colon
1670         plus a space as example lines.
1672         * org-remember.el (org-remember-templates): Add nil instead of
1673         empty strings to fix the length of remember templates.
1675         * org-table.el (org-calc-default-modes): Fix the time format for
1676         calc, from 12 hour to 24 hour clock.
1678 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1680         * org-agenda.el (org-agenda-get-deadlines)
1681         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1682         entries that are pre-warnings of deadlines or reminders.
1684         * org.el (org-sort-entries-or-items): Make numeric and alpha
1685         comparisons ignore any TODO keyword and priority cookie.
1687         * org-remember.el (org-remember-handler): Reinterpretation of the
1688         prefix argument.
1690 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1692         * org-agenda.el (org-agenda-get-scheduled): Use new
1693         `org-scheduled' face.
1695         * org-faces.el (org-scheduled): New face.
1697         * org-wl.el (org-wl-open): Remove incorrect declaration.
1699         * org-gnus.el (org-gnus-store-link): Support for :to information
1700         in gnus links.
1702         * org-exp.el (org-export-as-html): Fixed typo in creator
1703         information.
1704         (org-export-protect-examples): New parameter indent.  Insert extra
1705         spaces only when this parameter is specified.
1706         (org-export-preprocess-string): Call `org-export-protect-examples'
1707         with an indentation parameter when exporting to ASCII.
1709         * org-remember.el (org-remember-templates)
1710         (org-remember-apply-template): Allow the file component to be a
1711         function.
1713         * org.el (org-goto-local-search-headings): Renamed from
1714         `org-goto-local-search-forward-headings'.  Added the possibility
1715         to search backwards.
1717 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1719         * org-export-latex.el (org-export-latex): New customization
1720         group.
1722         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1724 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1726         * org-exp.el (org-html-do-expand): Allow {} to terminate
1727         tex macro
1729 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1731         * org.el (org-buffer-list): Select buffers based on major mode,
1732         not on file name.
1734 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1736         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1737         face property.
1739         * org-colview.el (org-columns-display-here): Use
1740         `org-columns-modify-value-for-display-function'.
1742         * org-colview-xemacs.el (org-columns-display-here): Use
1743         `org-columns-modify-value-for-display-function'.
1745 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1747         * org.el (org-columns-modify-value-for-display-function): New option.
1759         * org-publish.el (org-publish-file): Make sure the directory match
1760         for the publishing directory works correctly.
1762         * org-agenda.el (org-agenda-execute-calendar-command)
1763         (org-agenda-diary-entry): Additional optional argument.
1765 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1767         * org-exp.el (org-export-as-html): Add attributes also in mailto
1768         and ftp links.
1770         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1779 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1781         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1782         sure that calls from `org-export-region-as-html' do not do the
1783         special check for a subtree.
1785 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1787         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1789 2008-07-20  Juri Linkov  <juri@jurta.org>
1791         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1792         new keymap `narrow-map' instead of binding "\C-xns".
1794 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1796         * org.el (org-open-file): Use
1797         `org-open-directory-means-index-dot-org'.
1798         (org-open-directory-means-index-dot-org): New option.
1800 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1802         * org.el (org-make-link-string): Remove link attributes from
1803         description.
1804         (org-open-at-point): Remove link attributes bevore using the path.
1806         * org-exp.el (org-export-as-html): Handle link attributes.
1808         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1810         * org-table.el (org-table-to-lisp): New function.
1812         * org.el (org-narrow-to-subtree): Do not include the final newline
1813         into the narrowed region.
1815         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1816         bug with user-define skipping condition.
1818 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1820         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1822 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1824         * org-exp.el (org-export-html-style-default): Automatic overflow
1825         handling for pre fields.
1826         (org-export-as-ascii, org-export-as-html): Change default format
1827         for time stamp.
1829         * org-table.el (org-table-export): Offer completion for translator
1830         functions, and do not require a heading above the table.
1832         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1833         Cater for the case of a list starting in the first line of the
1834         buffer.
1836 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1838         * org-publish.el (org-publish-find-title): Bug fix.
1839         (org-publish-org-index): Implement new :index-style option.
1841 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1843         * org-publish.el (org-publish-timestamp-filename): Use
1844         SHA1-encoded file names in the timestamp directory.
1846 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1848         * org-publish.el (org-publish-needed-p): Be verbose about files
1849         published and files skipped.
1851         * org-exp.el (org-export-preprocess-string): Swap link
1852         normalization and inernal link targeting.
1854         * org-publish.el (org-publish-needed-p): Create timestamp
1855         directory when it does not exist.
1857 2008-07-04  Bastien Guerry  <bzg@altern.org>
1859         * org-clock.el (org-clock-out-when-done): Doc fix.
1861         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1863         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1864         Ignore case when searching for the COMMENT cookie at export time.
1866 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1868         * org-exp.el (org-get-file-contents)
1869         (org-get-and-remove-property): New functions.
1870         (org-export-handle-include-files): Handle the new prefix options.
1871         (org-export-as-html): Fix the verse environment.
1873 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1875         * org.el (org-time=, org-time<, org-time<=, org-time>)
1876         (org-time>=, org-time<>, org-2ft): New functions.
1877         (org-op-to-function): Also provide for the time testing fucntions.
1879 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1881         * org-exp.el (org-export-html-style-default): New constant.
1883 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1885         * org-exp.el (org-export-html-style-extra): New variable.
1886         (org-export-splice-style): New function.
1888 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1890         * org-exp.el (org-export-plist-vars, org-export-as-html):
1891         Implement `org-export-creator-info'.
1892         (org-export-creator-info): New option.
1894 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1896         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1897         (org-property-drawer-re, org-clock-drawer-re): New constants.
1899 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1901         * org-exp.el (org-icalendar-use-deadline)
1902         (org-icalendar-use-scheduled): New options.
1903         (org-icalendar-include-todo): Default changed to t.
1904         (org-print-icalendar-entries): Implement better utilization of
1905         scheduling and deadline time stamps.
1906         (org-export-target-internal-links, org-export-as-html): Allow file
1907         lines without the "file:" prefix if the file path is an absolute
1908         path or starts with ".".
1910         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1911         lastweek etc.
1912         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1914 2008-06-18  Glenn Morris  <rgm@gnu.org>
1915         * org.el (org-map-entries): Let-bind `file'.
1917 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1919         * org.el (org-agenda-skip-archived-trees): Docstring now
1920         discourages using this.
1921         (org-scan-tags): Check for org-agenda-archives-mode.
1922         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1923         (org-agenda-files): Functionality of second arg changed.
1925         * org-agenda.el (org-agenda-archives-mode): New variable
1926         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1927         (org-search-view, org-todo-list, org-tags-view)
1928         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1929         `ifmode' argument.
1930         (org-agenda-quit): Reset the archives mode.
1931         (org-agenda-archives-mode): New command.
1932         (org-agenda-set-mode-name): Include archives info.
1934 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1936         * org.el (org-paste-subtree): Make sure the yanked headline is
1937         visible if it was yanked at a visible point.
1938         (org-move-item-up): Fix the bug with moving white space at the end
1939         of the item.
1940         (org-show-empty-lines-in-parent): New function.
1942 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1944         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1946         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1948         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1949         agenda prefix as well.
1951         * org-publish.el (org-publish-org-index): Make a properly indented
1952         list.
1954         * org.el (org-calendar-agenda-action-key): New option.
1955         (org-get-cursor-date): New function.
1956         (org-mark-entry-for-agenda-action): New command.
1957         (org-overriding-default-time): New variable.
1958         (org-read-date): Respect `org-overriding-default-time'.
1960         * org-remember.el (org-remember-apply-template): Respect the
1961         ovverriding default time.
1963         * org-agenda.el (org-agenda-action-marker): New variable.
1964         (org-agenda-action): New command.
1965         (org-agenda-do-action): New function.
1967 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1969         * org.el (org-schedule, org-deadline): Protect scheduled and
1970         deadline tasks against changes that accidently remove the
1971         repeater.  Also show a message with the new date when done.
1973 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1975         * org.el (org-beginning-of-line): Cater for the case when there
1976         are tags but no headline text.
1977         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1978         it set.
1980 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1982         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1983         the return value is nil instead of "nil" when there is no match.
1985         * org-exp.el (org-insert-centered): Use fill-column instead of
1986         80.
1987         (org-export-as-ascii): Use string-width to measure the width of
1988         the heading.
1990         * org.el (org-diary-to-ical-string): No longer kill buffer
1991         FROMBUF, this is now done by the caller.
1993         * org-exp.el (org-print-icalendar-entries): Move the call to
1994         `org-diary-to-ical-string' out of the loop, and kill the buffer
1995         afterwords.
1997         * org-remember.el (org-remember-visit-immediately): Position
1998         cursor after moving to the note.
1999         (org-remember-apply-template): Use a text property to record the
2000         cursor position.
2001         (org-remember-handler): Align tags after pasting the note.
2003 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2005         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2007         * org-agenda.el (org-agenda-open-link): If there is an
2008         org-bbdb-name property in the current line, jump to that bbdb
2009         entry.
2011         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2012         text property, so that the agenda knows where this entry comes
2013         from.
2015         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2016         interaction between clocking-in from the agenda, and  automatic
2017         task state switching.
2019         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2021         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2022         zmacs-region stays after this command in XEmacs.
2024 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2026         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2028         * org-remember.el (org-remember-templates): Fix bug in
2029         customization type definition.
2031         * org.el (org-map-entries): New function.
2033 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2035         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2036         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2038 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2040         * org-remember.el (org-jump-to-target-location): New variable.
2041         (org-remember-apply-template): Set
2042         `org-remember-apply-template' if requested by template.
2043         (org-remember-handler): Start an idle timer to jump to
2044         remember location.
2046         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2048         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2049         file tags.
2050         (org-get-tags-at): Add the content of `org-file-tags'.
2052         * org-exp.el (org-export-handle-comments): Fix bug with several
2053         comment lines after each other.
2054         (org-number-to-roman, org-number-to-counter): New functions.
2055         (org-export-section-number-format): New option.
2057 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2059         * org-exp.el (org-export-protect-examples): Catch the case of a
2060         missing end_example line.
2062         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2063         `org-file-tags' to nil.
2065         * org-colview.el (org-columns-next-allowed-value): Handle next
2066         argument NTH to directly select a value.
2068         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2069         argument NTH to directly select a value.
2071 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2073         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2075 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2077         * org.el (org-columns-ellipses): New option.
2079 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2081         * org-colview.el (org-columns-add-ellipses): New function.
2082         (org-columns-compact-links): New function.
2083         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2084         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2085         when in agenda.
2086         (org-columns-edit-value): Fixed bug with editing values from
2087         agenda column view.
2088         (org-columns-redo): Also redo the agenda itself.
2090 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2092         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2093         option.
2095         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2097         * org-exp.el (org-export-ascii-preprocess): Renamed from
2098         `org-export-ascii-clean-string'.
2099         (org-export-kill-licensed-text)
2100         (org-export-define-heading-targets)
2101         (org-export-handle-invisible-targets)
2102         (org-export-target-internal-links)
2103         (org-export-remove-or-extract-drawers)
2104         (org-export-remove-archived-trees)
2105         (org-export-protect-quoted-subtrees)
2106         (org-export-protect-verbatim, org-export-protect-examples)
2107         (org-export-select-backend-specific-text)
2108         (org-export-mark-blockquote-and-verse)
2109         (org-export-remove-comment-blocks-and-subtrees)
2110         (org-export-handle-comments, org-export-mark-radio-links)
2111         (org-export-remove-special-table-lines)
2112         (org-export-normalize-links)
2113         (org-export-concatenate-multiline-links)
2114         (org-export-concatenate-multiline-emphasis): New functions,
2115         obtained from spliiting the export preprocessor.
2117         * org-table.el (org-table-recalculate): Improve error message if
2118         the row number is invalid.
2120 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2122         * org-archive.el (org-archive-save-context-info): Fix bugs in
2123         customization setup and docstring.
2125         * org-exp.el (org-export-html-style): Changed the size of in the
2126         <pre> element to 90%.
2128 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2130         * org.el (org-find-src-example-start): Function removed.
2131         (org-edit-src-find-region-and-lang): New function.
2133 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2135         * org.el (org-edit-src-exit): New function.
2136         (org-exit-edit-mode): New minor mode.
2138         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2139         comment-like lines from protected examples.
2141         * org.el (org-edit-src-example, org-find-src-example-start)
2142         (org-protect-source-example, org-edit-special): New functions.
2144 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2146         * org-publish.el (org-publish-project-alist): Fix typo in
2147         docstring.
2148         (org-publish-project-alist): Handle :index-title property.
2150 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2152         * org-export-latex.el (org-export-as-latex): Make sure region
2153         bounds are correct.  Parse subtree properties relating to export.
2155         * org-exp.el (org-export-add-options-to-plist): New function.
2156         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2158 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2160         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2161         EXPORT_TITLE.
2163         * org-exp.el (org-export-get-title-from-subtree)
2164         (org-export-as-ascii, org-export-as-html): Make sure the original
2165         region-beginning and region-end are used, even after moving
2166         point.
2167         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2168         property.
2170         * org-remember.el (org-remember-last-stored-marker): New variable.
2171         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2172         (org-remember-handler): Also use marker to remember
2173         last-stored position.
2175         * org.el (org-goto-marker-or-bmk): New function.
2177 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2179         * org.el (org-file-properties): Renamed from `org-local-properties'.
2180         (org-scan-tags): Take file tags into account.
2181         (org-tags-match-list-sublevels): Default changed to t.
2183         * org-exp.el (org-export-as-html): Close paragraph after a
2184         footnote.
2186         * org.el (org-update-parent-todo-statistics): New function.
2188         * org-exp.el (org-icalendar-store-UID): New option.
2189         (org-icalendar-force-UID): Option removed.
2190         (org-print-icalendar-entries): IMplement UIDs.
2192 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2194         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2196 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2198         * org-faces.el (org-column): Document how this face is being used
2199         and why sometimes the background faces shine through.
2201         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2203         * org-publish.el (org-publish-attachment): Create publishing
2204         directory if it does not yet exist.
2206         * org-table.el (org-calc-default-modes): Change default number
2207         format to (float 8).
2209         * org.el (org-olpath-completing-read): New function.
2210         (org-time-clocksum-format): New option.
2211         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2213         * org-clock.el (org-clock-display, org-clock-out)
2214         (org-update-mode-line): Use `org-time-clocksum-format'.
2216         * org-colview-xemacs.el (org-columns-number-to-string): Use
2217         `org-time-clocksum-format'.
2219         * org-colview.el (org-columns-number-to-string): Use
2220         `org-time-clocksum-format'.
2222 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2224         * org-id.el: New file, move from contrib to core.
2226         * org-exp.el (org-icalendar-force-UID): New option.
2228 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2230         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2231         shifted by one day if theere is a date range without an end
2232         time.
2234         * org.el (org-try-structure-completion): New function.
2236 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2238         * org.el (org-set-font-lock-defaults): Improve fontification of
2239         description lists.
2240         (org-insert-item): Handle description lists.
2241         (org-adaptive-fill-function): Improve auto indentation in
2242         description lists.
2244         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2245         Implement VERSE environment.
2246         (org-export-preprocess-string): Implement the COMMENT
2247         environment.
2249         * org-export-latex.el (org-export-latex-preprocess): Implement
2250         VERSE environment.
2252 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2254         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2255         option.
2257 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2259         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2261         * org.el (org-quote-csv-field): New functions.
2263         * org-table.el (org-table-export-default-format): Remove :splice
2264         from default format, we get the same effect by not specifying
2265         :tstart and :tend.
2266         (org-table-export): Improve setup, distinguish better between
2267         interactive and non-interactive use, allow specifying the format
2268         on the fly, better protection against wrong file names.
2269         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2270         and :tend when :splice is omitted.
2272 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2274         * org-clock.el (org-clock-select-task): Make sure the selection
2275         letters are 1-9 and A-Z, no special characters.
2277 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2279         * org-exp.el (org-export-htmlize): New group.
2280         (org-export-htmlize-output-type)
2281         (org-export-htmlize-css-font-prefix): New options.
2282         (org-export-htmlize-region-for-paste): New function.
2283         (org-export-htmlize-generate-css): New command.
2285 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2287         * org/org.el (org-modules, org-format-latex-options):
2288         * org/org-archive.el (org-archive-stamp-time)
2289         (org-archive-save-context-info):
2290         * org/org-faces.el (org-hide):
2291         * org/org-irc.el (org-irc-parse-link):
2292         * org/org-macs.el (org-call-with-arg, org-autoload):
2293         * org/org-mew.el (org-mew-store-link):
2294         * org/org-remember.el (org-remember-store-without-prompt)
2295         (org-remember-templates): Fix typos in docstrings.
2297         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2299         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2300         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2301         (org-bbdb-anniv-split): Fix typos in docstrings.
2303         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2304         (org-publish-use-timestamps-flag): Reflow docstring.
2305         (org-publish-files-alist): Fix typos in docstring.
2307 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2309         * org.el (org-set-visibility-according-to-property): New function.
2310         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2311         and compute the regular expressions, and update font-lock.
2312         (org-property-re): Allow a dash in property names.
2314         * org-archive.el (org-extract-archive-file): Insert the file name
2315         without the path into the format, to allow the location format to
2316         contain a subdirectory.
2318         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2319         of buffer, and the `org-agenda-type' property undefined, use the
2320         value from the character before.
2322         * org.el (org-add-planning-info): Don't let indentation for
2323         would-be timestamp become extra whitespace at the end of headline.
2325 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2327         * org.el (org-remove-double-quotes, org-file-contents): New
2328         functions.
2330         * org-exp.el (org-infile-export-plist): Also parse the
2331         contents of #+SETUPFILE files, recursively.
2333         * org.el (org-set-regexps-and-options): Also parse the
2334         contents of #+SETUPFILE files, recursively.
2336         * org-exp.el (org-export-handle-include-files): New function.
2337         (org-export-preprocess-string): Call
2338         `org-export-handle-include-files'.
2340         * org.el (org-delete-property-globally)
2341         (org-delete-property, org-set-property): Ignore case during
2342         completion.
2343         (org-set-property): Use `org-completing-read' instead of
2344         `completing-read'.
2346         * org.el (org-complete-expand-structure-template): New,
2347         experimental function.
2348         (org-structure-template-alist): New, experimental option.
2349         (org-complete): Call `org-complete-expand-structure-template'.
2351 2008-05-06  Bastien Guerry  <bzg@altern.org>
2353         * org-export-latex.el (org-export-latex-preprocess): Added
2354         support for blockquotes.
2356 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2358         * org.el (org-read-date-analyze): Catch the case where only a
2359         weekday is given.
2361 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2363         * org.el (org-set-font-lock-defaults): Make the description
2364         tag bold.
2366         * org-exp.el (org-export-as-html, org-close-li): Implement
2367         description lists.
2369 2008-05-04  Jason Riedy  <jason@acm.org>
2371         * org-table.el (*orgtbl-default-fmt*): New variable.
2372         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2373         when there is no other fmt available.
2375         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2376         :tend to suppress the appropriate string.
2378         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2379         table.
2381 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2383         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2384         read date.
2386         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2387         New function.
2389         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2390         New function.
2392 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2394         * org-clock.el (org-clock-find-position): Don't include notes
2395         into clock drawer.
2397         * org-archive.el (org-archive-subtree): No longer remove an
2398         extra line after cutting the subtree.  `org-cut-subtree' already
2399         takes care of this.
2401         * org-remember.el (org-remember-handler): Only kill the target
2402         buffer if it does not contain the running clock.
2404         * org.el (org-markers-to-move): New variable.
2405         (org-save-markers-in-region, org-check-and-save-marker)
2406         (org-reinstall-markers-in-region): New function.
2407         (org-move-subtree-down, org-copy-subtree): Remember relative
2408         marker positions before cutting.
2409         (org-move-subtree-down, org-paste-subtree): Restore relative
2410         marker positions after pasting.
2412         * org-remember.el (org-remember-clock-out-on-exit): New option.
2413         (org-remember-finalize): Clock out only if the setting in
2414         `org-remember-clock-out-on-exit' requires it.
2415         (org-remember-handler): Do the cleanup in the buffer, to make sure
2416         that the clock marker remains in tact.
2418 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2420         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2421         (org-clock-in): Make sure that also tasks outside the narrowed
2422         region will be clocked in correctly.
2423         (org-clock-insert-selection-line): Widen the buffer so that we can
2424         find the correct task heading.
2426         * org.el (org-base-buffer): New function.
2428         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2429         and ";" are escaped.
2430         (org-print-icalendar-entries): Also apply
2431         `org-icalendar-cleanup-string' to the headline, not only to the
2432         summary property.
2434 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2436         * org-exp.el (org-export-preprocess-hook): New hook.
2437         (org-export-preprocess-string): Call
2438         `org-export-preprocess-hook'.
2440         * org.el (org-font-lock-hook): New variable.
2441         (org-font-lock-hook): New function.
2442         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2444 ;; Local Variables:
2445 ;; coding: utf-8
2446 ;; add-log-time-zone-rule: t
2447 ;; End:
2449     Copyright (C) 2008  Free Software Foundation, Inc.
2451   This file is part of GNU Emacs.
2453   GNU Emacs is free software: you can redistribute it and/or modify
2454   it under the terms of the GNU General Public License as published by
2455   the Free Software Foundation, either version 3 of the License, or
2456   (at your option) any later version.
2458   GNU Emacs is distributed in the hope that it will be useful,
2459   but WITHOUT ANY WARRANTY; without even the implied warranty of
2460   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2461   GNU General Public License for more details.
2463   You should have received a copy of the GNU General Public License
2464   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2466 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c