Export: Make id: links work after export.
[org-mode.git] / lisp / ChangeLog
blob0e53d6397232785c337cd9e417b739282028fe96
1 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-format-latex-options): Add new matcher for single
4         letters between dollars.
6         * org-exp.el (org-export-define-heading-targets): Record ID's also
7         as alternative targets.
8         (org-export-as-html): Interpret "id:" links to other files by
9         preserving the relative path.
11         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
12         is nil.
14         * org-exp.el (org-export-normalize-links): Protect the main link,
15         to avoid special character processing.
17         * org-export-latex.el (org-export-latex-special-keyword-regexp):
18         New variable.
19         (org-export-latex-special-string-regexps): Variable removed.
20         (org-export-latex-keywords): Use the new regexp.
22         * org-exp.el (org-export-handle-include-files): Fetch switches and
23         put them into the BEGIN statement.
25         * org-timer.el (org-timer-mode-line-string): New variable.
27         * org-clock.el (org-clock-mode-line-map): Renamed from
28         `org-clock-mode-map'.
29         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
30         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
31         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
32         (org-clock-remove-overlays): Renamed from
33         `org-remove-clock-overlays'.
35         * org-timer.el (org-timer-pause-or-continue): Implement stopping
36         and mode line display.
37         (org-timer-stop): New command.
38         (org-timer-seconds): Return correct time when timer is paused.
39         (org-timer-mode-line-timer): New variable.
40         (org-timer-set-mode-line, org-timer-update-mode-line): New
41         functions.
43         * org.el (org-insert-heading):  Handle new value `auto' for
44         `org-blank-before-new-entry'.
45         (org-org-menu): Add new items for timer functions.
47         * org-list.el (org-insert-item): Handle new value `auto' for
48         `org-blank-before-new-entry'.
50         * org.el (org-blank-before-new-entry): New value `auto', made
51         default.
53 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
55         * org-exp.el (org-export-normalize-links): If the link is also
56         used as the description, protect the description.
58 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
60         * org.el (org-closest-date): Fix bug with yearly repeats, in
61         combination with preference of the past as it is used for deadline
62         and scheduling search.
64         * org-exp.el (org-html-handle-time-stamps): No longer check for
65         the `org-export-with-timestamps' option, because the preprocesser
66         has taken care of this already.
68         * org.el (org-entry-properties): Catch the case when this is
69         called in a non-org-mode file.
71         * org-export-latex.el (org-export-latex-remove-from-headlines):
72         Variable made obsolete, also LaTeX export now uses the standard
73         variables.
74         (org-export-as-latex): Add the timestamps parameter to the
75         preprocessor parameter list.
76         (org-export-latex-content): Export the remaining keywords without
77         considering to remove them.
78         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
79         Use bold font instead of tt font for the keywords.
80         (org-export-latex-fontify-headline): Format headlines, assuming
81         that all keywords still present should be published.
82         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
83         publish what ever remains of the time stamps.
84         (org-export-latex-list-parameters): New option.
85         (org-export-latex-lists): Pass additional parameters to the list
86         converter.
88         * org-exp.el (org-export-preprocess-string): Remove clock lines
89         and timestamps already in the preprocesor.
90         (org-export-remove-timestamps, org-export-remove-clock-lines): New
91         functions.
92         (org-export-as-ascii, org-export-as-html): Add the timestamps
93         parameter to the preprocessor parameter list.
95         * org-list.el (org-list-parse-list): Parse for checkboxes.
96         (org-list-to-generic): Introduce and handle new parameters :cbon
97         and :cboff.
98         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
99         optional parameter PARAMS.
101         * org-export-latex.el (org-export-latex-special-chars): Fix
102         problems with interpreting dollar signs.
103         (org-inside-latex-math-p): New function.
104         (org-export-latex-preprocess): Protect all the math fragments.
106         * org.el (org-latex-regexps): Allow a dash after a dollar.
108         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
109         mark after copying.
111         * org-agenda.el (org-run-agenda-series): Have series options set
112         when finalizing the agenda.
114         * org-exp.el (org-export-format-source-code-or-example): Protect
115         the converted examples.
117         * org.el (org-set-regexps-and-options): Fix the regexp
118         `org-complex-heading-regexp'.
120 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
122         * org.el (org-edit-src-get-label-format): New function.
123         (org-coderef-label-format): New option.
124         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
125         a label format specification and make sure it is used in the edit
126         buffer.
127         (org-edit-src-get-label-format): New function.
128         (org-store-link): Handle new coderef formats.
129         (org-link-search): Handle new coderef formats.
131         * org-footnote.el (org-footnote-create-definition)
132         (org-footnote-goto-local-insertion-point): Make footnote insertion
133         work correctly when the "Footnotes" headline is the last line in
134         the buffer.
136         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
137         the location.
139 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
141         * org-w3m.el (org-w3m): New customization group.
142         (org-w3m-deactivate-mark): New option.
143         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
144         option say not to.
146 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org.el (org-set-font-lock-defaults): Trigger footnote
149         fontification.
150         (org-activate-footnote-links): New function.
151         (org-activate-links): New entry `footnote'.
153         * org-faces.el (org-footnote): New face.
155 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
157         * org-macs.el (org-re): Handle the [:word:] class.
159         * org-exp.el (org-export-preprocess-string): Call
160         `org-export-protect-colon-examples'.
161         (org-export-protect-colon-examples): Renamed from
162         `org-export-protect-examples', and scope limited to lines starting
163         with a colon.
165 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
167         * org-exp.el (org-export-preprocess-string): Move the preprocess
168         hook to after turning on Org-mode.
169         (org-export-preprocess-after-include-files-hook)
170         (org-export-preprocess-after-tree-selection-hook)
171         (org-export-preprocess-before-backend-specifics-hook)
172         (org-export-preprocess-final-hook): New hooks.
173         (org-export-preprocess-string): Run the new hooks.
175         * org.el (org-ctrl-c-minus): Fix indentation for new items.
177         * org-footnote.el: New file.
179         * org.el (org-footnote): Require footnote code.
180         (org-startup-options): Add new footnote options.
181         (org-mode-map): New keybindig for footnotes.
182         (org-ctrl-c-ctrl-c): Add function at footnotes.
183         (org-org-menu): New menu entries for footnotes.
185         * org-export-latex.el (org-export-as-latex): Pass footnote
186         variable to preprocessor.
187         (org-export-latex-preprocess): Treat multiple references to a
188         footnote.
190         * org-exp.el (org-export-preprocess-string): Call
191         `org-footnote-normalize'.
192         (org-export-as-ascii, org-export-as-html): Pass footnote variable
193         to preprocessor.
194         (org-export-as-html): Treat multiple references to a footnote.
196 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
198         * org-export-latex.el (org-export-latex-links): Handle coderef
199         links.
201         * org.el (org-bracket-link-analytic-regexp++): New variable.
202         (org-make-link-regexps): Initialize
203         `org-bracket-link-analytic-regexp++'.
204         (org-store-link): Implement special case in edit-src buffer.
205         (org-insert-link): No use of ide to insert stored links.
206         (org-link-search): Implement special case for coderefs.
208         * org-exp.el (org-export-html-scripts): New constant.
209         (org-export-html-style-default): Add a new style for highlighted
210         code.
211         (org-export-code-refs): New variable.
212         (org-export-preprocess-string): Initialize `org-export-code-refs'.
213         Call `org-export-replace-src-segments-and-examples'
214         No longer call `org-export-protect-examples'.
215         (org-export-target-internal-links): Take care of coderef targets.
216         (org-export-last-code-line-counter-value): New variable.
217         (org-export-replace-src-segments-and-examples): Renamed from
218         `org-export-replace-src-segments', and modified.
219         (org-export-format-source-code-or-example): Renamed from
220         `org-export-format-source-code'.
221         (org-export-number-lines): New function.
222         (org-export-as-ascii, org-export-as-html): Handle coderef links.
224 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
226         * org-remember.el (org-remember-handler): Safer way to get a new
227         buffer accessing the target file.
229         * org.el (org-refile-get-location): Handle case of current buffer
230         not having a file associated with it.
232 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org-table.el (org-table-get-formula): Only ask to overwrite
235         field formula if there really is one.
237         * org-id.el (org-id-find): Allow the ID to be a symbol or a
238         number, by converting these to a string.
240         * org-colview.el (org-dblock-write:columnview): Allow ID to be
241         located in a different file.
243         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
244         org-colview.el.
246 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
248         * org.el (org-completion-use-ido): Enhance docstring of
249         `org-completion-use-ido'.
251         * org-export-latex.el (org-export-latex-make-header): Double the %
252         in the time stamp format.
253         (org-export-latex-special-chars): Handle case where there is no
254         match group 3.
256 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
258         * org.el (org-get-refile-targets, org-refile-get-location): Use
259         expanded file name to improve comparison.
261 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
263         * org.el (org-scan-tags): Rescan for tags, to get the correct
264         upcase/downcase stuff.  This slows things down for now, but it
265         works.
266         (org-mode): Make sure the tag-faces regexp is initialized.
268         * org-export-latex.el (org-export-latex-links): Fix bug with
269         undefined label.
271         * org-table.el (org-table-get-specials): Set
272         `org-table-current-last-data-line'.
273         (org-table-current-last-data-line): New variable.
274         (org-table-insert-column, org-table-delete-column)
275         (org-table-move-column, org-table-fix-formulas): Call
276         `org-table-fix-formulas' a second time to fix the $LR references.
277         (org-table-get-specials): Add the $LR references to the tables.
278         (org-table-get-formula): Do not offer last-row names as LHS of
279         formulas.
281         * org.el (org-store-link): Capture link description from
282         `org-id-store-link'.
284         * org-exp.el (org-export-html-format-image): Add the / to the end
285         of the <img> tag.
286         (org-export-format-source-code): Surround example by empty lines,
287         to make sure it will not be inside a paragraph.
289         * org.el (org-ido-switchb): New function.
291 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
293         * org-agenda.el (org-agenda-show): New prefix argument
294         FULL-ENTRY.
296         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
297         argument.
299         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
300         `org-agenda-change-all-lines'.
301         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
302         tags are now retrieved locally.
304 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org.el (org-get-outline-path): Fix bug if level is not given.
307         (org-org-menu): Do not quote function in menu vector.
309         * org-agenda.el (org-finalize-agenda): Fix typo with variable
310         name.
312 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
314         * org.el (org-refile): Avoid refiling to within the region to be
315         refiled.
317         * org-export-latex.el (org-export-latex-special-chars): Replace
318         special characters also in tables.
320         * org-agenda.el (org-agenda-change-all-lines): New argument
321         FORCE-TAGS.
322         (org-agenda-set-tags): Cet the new tags and pass them to
323         `org-format-agenda-item'.
325 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
327         * org-export-latex.el (org-export-latex-classes): Add longable as
328         a default package to all classes.
329         (org-export-latex-tables): Handle the longtable attribute and the
330         align attribute.
332         * org-table.el (orgtbl-to-generic): Handle tables that start with
333         a hline.
335         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
336         \verb for colde-like snippets.
337         (org-export-as-latex): Fix issues with region export.
339         * org.el (org-up-heading-safe): Speed up function by using a
340         direct regexp search.
341         (org-olpa): New variable.
342         (org-get-outline-path): Speed-up path constructions in cases where
343         this is possible because the entire hierarchy is scanned anyway.
344         (org-refile-get-location): Don't compare the truenames of files,
345         this is too slow.
346         (org-goto-max-level): New option.
347         (org-goto): Use `org-goto-max-level'.
349 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
351         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
352         Strip angle brackets from message-ids in the former and don't do
353         it in the latter.
354         (org-gnus-follow-link): Open summary reliable, even if the last
355         messages were deleted, and handle empty groups, too.
357 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
359         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
360         instead of \texttt for the =...= and ~===~ emphasis environments.
361         (org-export-as-latex): Remove any old :org-license-to-kill text
362         properties.
363         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
364         (org-export-latex-make-header): Add some hard space after the
365         table of contents.
366         (org-export-latex-first-lines): Accept RBEG argument.  Mark
367         exported text so that it will be excuded in further steps.
369         * org-table.el (org-table-get-specials): Make @0 reference the
370         last line in a table.
371         (org-table-recalculate): Improve docstring.
373 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
375         * org.el (org-log-done): Fix docstring.
377 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org-exp.el (org-export-html-format-image): Fix bugs.
381         * org-export-latex.el (org-export-latex-tables)
382         (org-export-latex-links): Implement attribute, label, and caption
383         handling.
385         * org-exp.el (org-export-html-style-default): Add style
386         definitions for the figure div.
387         (org-export-preprocess-string, org-export-as-html): Implement
388         attribute, label, and caption handling.
389         (org-export-attach-captions-and-attributes): New function.
390         (org-export-html-format-image): New function.
391         (org-format-org-table-html): Implement attribute, label, and
392         caption handling.
394         * org.el (org-find-text-property-in-string): New function.
395         (org-extract-attributes): Use the property org-attr instead of
396         org-attrobutes, because this property is now set with the #+ATTR
397         lines.
399 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
401         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
402         the case that FROM is nil.
404         * org.el (org-before-first-heading-p): New function.
406 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
408         * org-exp.el (org-export-as-html): Do not add a space before
409         enforces line breaks.
410         (org-export-as-html): Close paragraph before blockquote and verse
411         tags.
413 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
415         * org-id.el (org-id-locations-file): Wrap file name with
416         `convert-standard-filename'.
417         (org-id-files): New variable.
418         (org-id-use-hash): New option.
419         (org-id-update-id-locations): Also search in all files current
420         listed in `org-id-files'.  Convert the resulting alist to a hash
421         if the user customation says so.
422         (org-id-locations-save): Handle he case if `org-id-locations' is a
423         hash.
424         (org-id-locations-load): Convert the alist to a hash.
425         (org-id-add-location): Handle the hast case.
426         (kill-emacs-hook): Make sure id locations are saved when Emacs is
427         exited.
428         (org-id-hash-to-alist, org-id-alist-to-hash)
429         (org-id-paste-tracker): New functions.
431 -------------------------------------------------------------------------
433 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
435         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
436         bindings of calendar variables.
438         * org-table.el (org-table-find-row-type): Renamed from
439         `org-find-row-type'.
440         (org-table-rewrite-old-row-references): Renamed from
441         `org-rewrite-old-row-references'.
442         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
443         (org-table-cleanup-narrow-column-properties): Renamed from
444         `org-cleanup-narrow-column-properties'.
446 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
448         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
449         for better error messages.
450         (org-table-get-descriptor-line): Supply the new arguments to
451         `org-find-row-type'.
452         (org-table-error-on-row-ref-crossing-hline): New option.
454         * org.el (org-target-link-regexp): Make buffer-local.
455         (org-move-subtree-down): Fix bug with trees at beginning of
456         buffer.
458 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
460         * org-faces.el (org-set-tag-faces): New function.
461         (org-tags-special-faces-re): New variable.
463         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
465         * org-faces.el (org-tag-faces): New option.
466         (org-tag): Mention `org-tag-faces' in the docstring.
468 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
470         * org-exp.el (org-export-html-style-default): Implement new
471         quoting.
473         * org-jsinfo.el (org-infojs-template): Implement new quoting.
475         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
476         command to the `w3m-minor-mode-map'.
478         * org-archive.el (org-archive-to-archive-sibling): Protect
479         `this-command' to avoid appending kills during archiving.
481         * org-exp.el (org-export-with-priority): New variable.
482         (org-export-add-options-to-plist): Use `org-export-plist-vars'
483         instead of internal list of strings and properties.
484         (org-print-icalendar-entries): Retrieve the location property with
485         inheritance.
487 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
489         * org-exp.el (org-export-with-todo-keywords): New option.
490         (org-export-plist-vars): Include also the keys for the #+OPTIONS
491         line.
492         (org-default-export-plist, org-export-add-options-to-plist)
493         (org-export-as-ascii, org-export-as-html): Use the new structure
494         of `org-export-plist-vars'.
496         * org.el (org-map-entries): Return all values.
498 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
500         * org.el (org-matcher-time): Recognize more special values.
502         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
504 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
506         * org.el (org-tags-exclude-from-inheritance): New option.
507         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
508         `org-tags-exclude-from-inheritance'.
510         * org-agenda.el (org-agenda-show-inherited-tags): New option.
511         (org-format-agenda-item): Add inherited tags to the agenda line
512         string, and make sure that properties are kept when downcasing the
513         tags list.
514         (org-agenda-add-inherited-tags): New function.
515         (org-downcase-keep-props): New function.
517         * org.el (org-scan-tags): Mark inherited tags with a text
518         property.
519         (org-get-tags-at): Mark inherited tags with a text property.
520         (org-add-prop-inherited): New function.
522         * org-agenda.el (org-agenda-add-inherited-tags): New function.
523         (org-agenda-show-inherited-tags): New option.
525 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
527         * org.el (org-modules): Add org-w3m to the default modules.
529         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
530         orgtbl-mode.
531         (orgtabl-create-or-convert-from-region): New command.
533         * org-exp.el (org-export-as-ascii): Remove the handling of
534         targets.
535         (org-export-ascii-preprocess): Handle targets already in this
536         function.
538 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org-timer.el (org-timer-start-time): Define this variable.
541         (org-timer-item): Make argument optional.
543         * org-list.el (org-insert-item): Automatically insert a timer item
544         if the current list is a timer list.
546         * org-timer.el: New file.
548         * org-publish.el (org-publish-org-index): Only exclude the index
549         file in the main directory from being added to the site-map.
550         (org-publish-get-project-from-filename): If the current project is
551         a component, start publishing from the parent project.
553 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
555         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
557         * org-publish.el (org-publish-org-index): Improve removal of
558         temporary buffers.
560         * org-agenda.el (org-get-closed): Re-apply changes
561         accidentially overwritten by last commit to Emacs.
563         * org.el (org-outline-path-complete-in-steps): New option.
564         (org-refile-get-location): Honor
565         `org-outline-path-complete-in-steps'.
566         (org-agenda-change-all-lines, org-tags-sparse-tree)
567         (org-time-string-to-absolute, org-small-year-to-year)
568         (org-link-escape): Re-apply changes accidentially overwritten
569         by last commit to Emacs.
571 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org-clock.el (org-dblock-write:clocktable): Make sure the
574         clocktable sees the first line.
575         (org-clock-in): Warn if the clock cannot be resumed.
577 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
579         * org.el (org-open-at-point): Fix mixup about interactive and
580         non-interactive elisp links.
582 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org-exp.el (org-export-preprocess-string): Allow one comment
585         line before the first headline to always be included.  This is
586         to not miss a commented target.
588         * org-mouse.el (org-mouse-insert-item): Call
589         `org-indent-to-column' instead of `indent-to', for XEmacs
590         compatibility.
592         * org.el (org-refile-targets): Fix customize definition so
593         that it works also in XEmacs.
594         (org-fixup-indentation): Call `org-indent-to-column' instead
595         of `indent-to', for XEmacs compatibility.
597 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
599         * org-mew.el (org-mew-store-link): Get the correct case folder
600         for refiled messages.
602 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
604         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
605         line break indicators.
607         * org.el (org-ido-completing-read): Remove the "i:" prefix for
608         ido-completion propts.
610 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
612         * org-remember.el (org-remember-apply-template): Use
613         `org-substring-no-properties'.
615         * org-compat.el (org-substring-no-properties): New function.
617         * org-remember.el (org-remember-apply-template): Use
618         `org-substring-no-properties' for compatibility.
620         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
621         option.
622         (org-fix-bullet-type): respect
623         `org-list-two-spaces-after-bullet-regexp'.
625         * org-clock.el (org-clock-load): Clean up the code.
627         * org.el (org-adaptive-fill-function): Allow two spaces after
628         "1." as a list bullet.
630 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org-clock.el (org-clock-save, org-clock-load): Check for
633         live buffers, existing files, and buffer file names to ensure
634         consistent information.
635         (org-clock-persist): Make `clock' a special value of this
636         variable, and improve docstring.
638         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
639         (org-get-string-indentation): Adapt indentation when the bullet
640         width changes.
642 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
644         * org-remember.el (org-remember-finalize): Make interactive.
645         (org-remember-kill): New command.
646         (org-remember-finish-immediately): Call `org-remember-finalize'
647         directly.
648         (org-remember-finalize): Make `org-remember-finalize' an interactive
649         function.
651 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
653         * org-remember.el (org-remember-apply-template): No ido completion
654         for free prompts in remember templates.
655         (org-remember-before-finalize-hook): New hook.
656         (org-remember-mode): New minor mode.
657         (org-remember-apply-template): Turn on `org-remember-mode'.
659         * org-id.el (org-id-add-location): Avoid error when no file is
660         given.
662         * org-remember.el (org-remember-apply-template): Fix the way how
663         the list of allowed properties is retrieved from the target file.
665         * org.el (org-insert-link): Improve file link matching.
667 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
669         * org-colview.el (org-columns-display-here): New argument
670         DATELINE, to trigger using the new face.
671         (org-agenda-colview-summarize): Call `org-columns-display-here'
672         with the new argument.
674         * org-faces.el (org-agenda-column-dateline): New face.
676         * org-publish.el (org-publish-org-index): Use index-title at page
677         title, not as section.
679         * org-exp.el (org-export-html-format-desc): Respect the
680         org-protect property.
681         (org-export-as-html): Protect image specifiers that are in the
682         description part of a link.
684         * org.el (org-sort-entries-or-items, org-completing-read)
685         (org-refile-get-location, org-olpath-completing-read, org-todo)
686         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
687         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
688         (org-set-property, org-delete-property)
689         (org-delete-property-globally): Use `org-ido-completing-read'.
691         * org-remember.el (org-remember-apply-template): Use
692         `org-ido-completing-read'.
694         * org-publish.el (org-publish): Use `org-ido-completing-read'.
696         * org-colview.el (org-columns-edit-value, org-columns-new)
697         (org-insert-columns-dblock): Use `org-ido-completing-read'.
699         * org-colview-xemacs.el (org-columns-edit-value)
700         (org-columns-new, org-insert-columns-dblock): Use
701         `org-ido-completing-read'.
703         * org-attach.el (org-attach-delete-one, org-attach-open): Use
704         `org-ido-completing-read'.
706         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
707         `org-ido-completing-read'.
709         * org.el (org-time-today): New function.
710         (org-matcher-time): Use `org-time-today'.  Add special treatment
711         for "<tomorrow>" and "<yesterday>".
712         (org-ido-completing-read): New function.
713         (org-completion-use-ido): New option.
715         * org-exp.el (org-export-format-source-code): Fix bug in require
716         htmlize code.
717         (org-export-target-internal-links): Fix bug in search for text
718         property.
720 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
722         * org-export-latex.el (org-export-latex-subcontent): Interprete
723         target aliases as additonal labels.
725         * org-exp.el (org-export-target-aliases): New variable.
726         (org-export-preprocess-string)
727         (org-export-handle-invisible-targets): Fill the alias alist.
728         (org-export-as-html): Remove the &nbsp; from the anchor, and also
729         assign an id.
730         (org-html-level-start): Insert the target aliases as additonal
731         anchors.
733         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
734         picture area.
736 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
738         * org.el (org-open-at-mouse): Ensure correct link abbreviations
739         when following a link with the mouse from the agenda.
741         * org-exp.el (org-export-as-html): Avoid lone </div> when no
742         headlines are created.
744 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org-exp.el (org-export-preprocess-string): Reorder so that we
747         can still see ID properties when we collect targets.
748         (org-export-target-internal-links): Also store targets for ID's.
750         * org.el (org-link-translation-function): New option.
751         (org-open-at-point): Call `org-link-translation-function' if
752         non-nil.
753         (org-translate-link): New function.
754         (org-translate-link-from-planner): New function.
755         (org-open-at-point): Allow interactive commands in elisp links.
757         * org-exp.el (org-icalendar-cleanup-string): Restore the old
758         iCalendar quoting.  The new one seems to caus problems with
759         applications.
761         * org.el (org-yank): Set `this-command' to `yank', so that
762         `yank-pop' will work.
764 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
766         * org-id.el (org-id-search-archives): New option.
768         * org.el (org-link-to-org-use-id): New option.
769         (org-store-link): Use `org-link-to-org-use-id'.
770         (org-id): Make org-id.el a standard component.
772 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
774         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
775         hexified version of the tag.
777         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
778         compliance as far as quoting is concerned.
780         * org-vm.el (org-vm-follow-link): Require `vm-search'.
782         * org.el (org-up-heading-safe, org-forward-same-level): Always
783         call `org-back-to-heading' instead of `outline-back-to-heading'.
784         (org-back-to-heading): New wrapper around outline-back-to-heading,
785         with a useful error message telling where the error happened.
787         * org-list.el (org-update-checkbox-count): Always call
788         `org-back-to-heading' instead of `outline-back-to-heading'.
790         * org-exp.el (org-export-as-html): Make sure that each <img> tag
791         has an `alt' attribute, to ensure XHTML validation.
793 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
795         * org-publish.el (org-publish-attachment): Allow publishing to
796         overwrite attachment files.
798         * org-agenda.el (org-agenda-timerange-leaders): New option.
799         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
801         * org.el (org-edit-src-exit): Untabify ASCII image before
802         returning.
815 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
817         * org.el (org-yank): Make any prefix force normal yanking.
818         Suppress folding if text would be swallowed into a folded
819         subtree.
820         (org-yank-folded-subtrees, org-yank): Docstring updates.
822         * org-agenda.el (org-agenda-compare-effort): Treat no effort
823         defined as 0.
825         * org-exp.el (org-export-language-setup): Add Catalan and
826         Esperanto language entries.
828 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
830         * org.el (org-refile): Allow refiling of entire regions.
832         * org-clock.el (org-clock-time%): New function.
834         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
835         retrieve property values.
837 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
839         * org-agenda.el (org-agenda-list): Handle the value `only' of
840         org-agenda-show-log'.
841         (org-agenda-log-mode): Interpret a double prefix arg.
843 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
845         * org-exp.el (org-export-html-footnotes-section): New variable.
846         (org-export-as-html): Use `org-export-html-footnotes-section' to
847         insert the footnotes.
848         (org-export-language-setup): Add "Footnotes" to language words.
850 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org.el (org-yank): Fix bug when not inserting a subtree.
854 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
856         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
857         instead of `vm-beginning-of-message'.
859         * org.el (org-make-link-regexps): Make sure that links to gnus can
860         contain brackets.
862 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
864         * org-attach.el (org-attach-dir): Remove duplicate ID creation
865         code.
867         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
868         shell output.
870         * org.el (org-link-abbrev-alist): Improve customization type.
872         * org-attach.el (org-attach-expand-link, org-attach-expand): New
873         functions.
875         * org-agenda.el (org-agenda-get-progress): Renamed from
876         `org-get-closed'.  Implement searching for state changes as well.
877         (org-agenda-log-mode-items): New option.
878         (org-agenda-log-mode): New option prefix argument, interpreted as
879         request to show all possible progress info.
880         (org-agenda-get-day-entries): Call `org-get-progress' instead of
881         `org-get-closed'.
882         (org-agenda-set-mode-name): Handle the more complex log mode
883         settings.
884         (org-get-closed): New alias, pointing to `org-get-progress'.
886 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
888         * org.el (org-file-apps-defaults-gnu)
889         (org-file-apps-defaults-macosx)
890         (org-file-apps-defaults-windowsnt): Add an entry defining the
891         system command.
892         (org-file-apps): Allow `system' as key and value.
893         (org-open-at-point): Explain the effect of a double prefix arg.
894         (org-open-file): If the argument `in-emacs' is (16),
895         i.e. corresponding to a double prefix argument, try to open the
896         file externally.
898 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
900         * org.el (org-insert-link): Abbreviate absolute files names in
901         links.  Also, fix a bug in which the double C-u prefix would not
902         be honored.
904 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
906         * org.el (org-insert-heading): If buffer does not end with a
907         newline, add one if necessary to insert headline correctly.
909         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
910         paragraphs, not inside.
912         * org.el (org-todo): Quote
913         `org-agenda-headline-snapshot-before-repeat'.
915         * org-exp.el (org-export-as-html): Fully process link descriptions.
916         (org-export-html-format-desc): New function.
917         (org-export-as-html): Collect footnotes into the correct basket.
918         (org-html-protect): No longer protect quotations marks here, this
919         goes wrong.
921         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
922         BEG.
924         * org-compat.el (org-fit-window-to-buffer): New function (not
925         really, a preliminary and incomplete version was present earlier,
926         but not used).
928         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
929         `org-fit-window-to-buffer'.
931         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
933         * org-agenda.el (org-agenda-get-restriction-and-command)
934         (org-fit-agenda-window, org-agenda-convert-date): Use
935         `org-fit-window-to-buffer'.
937         * org-exp.el (org-export-as-html): Process href links through
938         `org-export-html-format-href'.
939         (org-export-html-format-href): New function.
941         * org-agenda.el (org-agenda-todo): Update only the current
942         headline if this is a repeated TODO, marked done for today.
943         (org-agenda-change-all-lines): New argument JUST-THIS, to change
944         only the current line.
946         * org.el (org-todo): Take a snapshot of the headline if the
947         repeater might change it.
949 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
951         * org-publish.el (org-publish-find-title): Remove buffers visited
952         only for extracting the title.
954         * org-exp.el (org-export-html-style)
955         (org-export-html-style-default): Mark style definitions as
956         unparsed CDATA.
958         * org-publish.el (org-publish-validate-link): Function
959         re-introduced.
961 2008-11-02  Charles Sebold  <csebold@gmail.com>
963         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
964         property.
965         (org-plot-quote-timestamp-field): New function.
966         (org-plot-quote-tsv-field): Call timestamp field function when
967         necessary rather than just quoting as a string.
968         (org-plot/gnuplot-to-data): Pass in timefmt property.
969         (org-plot/gnuplot-script): Supports timefmt property.
970         (org-plot/gnuplot): Checks for timestamp column before checking
971         for text index column.
973 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
975         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
977         * org-publish.el (org-publish-org-index): Create a section in the
978         index file.
979         (org-publish-org-index): Stop linking to directories.
981         * org.el (org-emphasis-alist): Use span instead of <u> to
982         underline text.
984         * org-exp.el (org-export-as-html): Make sure <p> is closed before
985         <pre> sections.
987 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
989         * org-jsinfo.el (org-infojs-template): Remove language attribute
990         from script tag.
992 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
994         * org-agenda.el (org-agenda-remove-marked-text): New function.
995         (org-agenda-mark-filtered-text)
996         (org-agenda-unmark-filtered-text): New functions.
997         (org-write-agenda): Remove fltered text.
999         * org.el (org-make-tags-matcher): Give access to TODO "property"
1000         without speed penalty.
1002 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1004         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1005         option.
1006         (org-store-link-props): Make sure adding to the plist works
1007         correctly.
1009         * org-gnus.el (org-gnus-no-new-news): New function.
1010         (org-gnus-follow-link): Allow the article ID to be a message-id,
1011         in addition to allowing article numbers.  Message IDs make much
1012         more roubust links.
1013         (org-gnus-store-link): Use message-id to create link.
1015 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1017         * org.el (org-emphasize): Reverse the selection array.
1018         (org-emphasis-alist): Set <code> tags for the verbatim
1019         environment.
1021         * org-remember.el (org-remember-handler): Fix bug with
1022         prefix-related changing of the note storage target.
1024         * org-exp.el (org-print-icalendar-entries): Make the exported
1025         priorities compatible with RFC 2445.
1027         * org-clock.el (org-clock-save): Insert time stamp without
1028         dependence on time-stamp.el.
1030 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1032         * org.el ("saveplace"): If saveplace puts point into an invisible
1033         location, make it visible.
1034         (org-make-tags-matcher): Allow inactive time stamps in time
1035         comparisons.
1036         (org-yank-adjusted-subtrees): New option.
1037         (org-yank): Incorporate adjusting trees.
1038         (org-paste-subtree): New argument FOR-YANK which will cause
1039         insertion at point without backing up over white lines, and leave
1040         point at the end of the inserted text.  Also if the cursor is
1041         at the beginning of a headline, use the same level or the inserted
1042         tree.
1044         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1045         with broken symlinks
1047 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1049         * org-exp.el (org-export-select-tags, org-get-current-options):
1050         Fix typo.
1052 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1054         * org-agenda.el (org-format-agenda-item)
1055         (org-agenda-filter-make-matcher): Make sure tags are stored and
1056         compared donwcased.
1058 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1060         * org.el (org-insert-todo-heading): Fix bug with force-heading
1061         argument.
1063 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1065         * org-clock.el (org-clock-in-resume): Add a custom option to
1066         toggle starting the clock from an open clock line.
1067         (org-clock-in): When clocking in to an entry, if
1068         `org-clock-in-resume' is set, check if the first clock line is
1069         open and if so, start the clock from the time in the clock line.
1070         (org-clock-persist): Add a custom option to toggle clock
1071         persistence.
1072         (org-clock-persist-query-save): Add a custom option to toggle
1073         asking the user if they want to save the running clock when
1074         exiting.
1075         (org-clock-persist-query-resume): Add a custom option to toggle
1076         asking the user if they want to resume the saved clock when Emacs
1077         is restarted.
1078         (org-clock-save): Add a function to save clock data.
1079         This includes the contents of `org-clock-history' and the buffer
1080         and position of the currently clocked task, if any.
1081         (org-clock-load): Add a function to load clock data.
1082         This populates `org-clock-history', and resumes the saved clocked
1083         task if there is one.
1084         (org-clock-persistence-insinuate): Add a method to set up the
1085         hooks for clock persistence.
1087 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1089         * org-exp.el (org-export-as-ascii): Handle the case that we are
1090         publishing from an indirect buffer.
1092         * org-table.el (org-table-copy-down): Fix bug with time stamp
1093         increment.
1095         * org-mouse.el (org-mouse-features): New option.
1096         (org-mode-hook): Turn on features depending on
1097         `org-mouse-features'.
1099         * org.el (org-insert-heading-respect-content): Force heading
1100         creation.
1101         (org-insert-heading): keep the folding state of the heading before
1102         the inserted one.
1104 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1106         * org-archive.el (org-archive-to-archive-sibling): Handle top
1107         level headlines better.
1109 2008-10-21  Bastien Guerry  <bzg@altern.org>
1111         * org-export-latex.el (org-export-latex-classes): Added
1112         \usepackage{graphicx} to the default list of packages.
1114 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1116         * org-agenda.el (org-agenda-filter): Renamed from
1117         `org-agenda-filter-tags'.
1119 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1121         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1122         is not defined as a property in this entry.
1123         (org-add-log-note): Mask prefix argument when immediately storing
1124         the note.
1126         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1127         option.
1129 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1131         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1132         after drawers was skipping ahead one line too many, so notes were
1133         inserted after the first note instead of before it.
1135 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1137         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1138         New variables.
1139         (org-prepare-agenda): Reset the filter tags.
1140         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1141         Show filter tags in mode line.
1143         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1144         formatter.
1146         * org-export-latex.el (org-latex-entities-regexp): New constant.
1147         (org-export-as-pdf): Use two calls to `shell-command'.
1149 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1151         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1152         Honor the {} value of the subsuperscript setting.  Make sure that
1153         longer subsuperscripts are typeset in a roman font.
1155         * org.el (org-clock-update-time-maybe): Compute negative clock
1156         intervals correctly.
1158 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1160         * org.el (org-add-log-setup): Respect
1161         `org-log-state-notes-insert-after-drawers'.
1162         (org-log-state-notes-insert-after-drawers): New option.
1163         (org-todo-trigger-tag-changes): New function.
1164         (org-todo): Call `org-todo-trigger-tag-changes'.
1166 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1168         * org.el (org-add-log-setup): Only skip drawers if the are
1169         immediately after the scheduling keywords.
1171         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1172         function
1173         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1174         call it with the current todo state to get the state to switch to
1175         when clocking in.
1176         (org-clock-in): Use org-indent-line-function to indent clock lines.
1177         (org-clock-find-position): Fix indentation of empty clock drawers.
1179 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1181         * org-publish.el (org-publish-org-to): Handle case when
1182         org-export-to-pdf does return a file name, not a buffer.
1183         (org-publish-org-to-pdf): New function.
1185         * org-export-latex.el (org-export-as-pdf)
1186         (org-export-as-pdf-and-open): New commands.
1188         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1189         forms as ranges.
1191         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1192         things in protexted regions.
1194 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1196         * org-export-latex.el (org-export-latex-preprocess): Improve
1197         quoting of LaTeX environments.
1199 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1201         * org.el (org-edit-fixed-width-region): Exclude final newline from
1202         picture area.
1204         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1205         sections, to make internal links work.
1206         (org-export-latex-fontify-headline): Do not remove all text
1207         properties, to make sure that target properties survive this
1208         process.
1210         * org-exp.el (org-export-preprocess-string): Change sequence of
1211         modifications, to make sure links are prepared before the LaTeX
1212         conversions do happen.
1214 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1216         * org-attach.el (org-attach-delete-all): Renamed from
1217         `org-attch-delete'.  Add a security query before deleting the
1218         entire directory.  New optional argument FORCE can overrule the
1219         security query.
1220         (org-attach-delete-one): New command.
1222 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1224         * org-attach.el (org-attach-file-list): Fix bug with directory.
1226 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1228         * org.el (org-apps-regexp-alist): New function.
1229         (org-file-apps): Add auto-mode to the default value.
1230         (org-open-file): Use the new structure of org-file-apps.
1232         * org-attach.el (org-attach): Support the new keys.
1233         (org-attach-method): New option.
1235 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1237         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1238         March.
1240         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1241         of the list value o `org-use-tag-inheritance'.
1243         * org-attach.el (org-attach-auto-tag): New option.
1244         (org-attach-tag, org-attach-untag): New functions.
1245         (org-attach-attach, org-attach-new, org-attach-sync): Call
1246         `org-attach-tag'.
1247         (org-attach-delete): Call `org-attach-untag'.
1249 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1251         * org-table.el (orgtbl-self-insert-command): Make this work for
1252         the keypad as well.
1254 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1256         * org.el (org-add-log-setup): Limit searc for drawers to entry
1257         text, not to subtree.
1259         * org-clock.el (org-clock-heading-for-remember): New variable.
1260         (org-clock-in): Set `org-clock-heading-for-remember'.
1262 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1264         * org-remember.el (org-remember-apply-template): Add new
1265         expansions: %k, %K for currently clocked task and a link to the
1266         currently clocked task, and %< to file notes in the currently
1267         clocked task.
1269 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1271         * org-export-latex.el (org-export-latex-make-header): Also insert
1272         the content of the property :latex-header-extra.
1274         * org-exp.el (org-infile-export-plist): Put the content of
1275         #+LATEX_HEADER: into the property :latex-header-extra.
1277         * org-colview.el (org-columns-get-format-and-top-level): Remove
1278         resetting the marker.
1280         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1281         Remove resetting the marker.
1283         * org.el (org-entry-property-inherited-from): Improve docstring.
1284         (org-entry-get-with-inheritance): Reset marker before starting the
1285         search.
1287         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1289 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1291         * org.el (org-entry-get-multivalued-property)
1292         (org-entry-protect-space, org-entry-restore-space): New
1293         functions.
1294         (org-file-apps-defaults-macosx): Let postscript files be opened by
1295         preview.
1296         (org-time-stamp-inactive): Call `org-time-stamp'.
1297         (org-time-stamp): New argument `inactive'.  Also edit inacive
1298         stamps. Convert time stamp type.
1299         (org-open-file): Interpret the `default' value for the `command'
1300         in `org-file-apps'.
1302         * org-id.el (org-id-int-to-b36-one-digit)
1303         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1304         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1305         b36.
1307 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1309         * org-id.el (org-id-reverse-string): New function.
1310         (org-id-new): Use `org-id-reverse-string' to make sure the
1311         beginning chars of the ID are mutating fast.  This allows to use a
1312         directory structure to spread things better.
1313         (org-id-prefix): Changed default to nil.
1315         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1316         restore the column of the cursor position.
1318         * org-remember.el (org-remember-apply-template): Remove properties
1319         from `initial'.
1321 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1323         * org-wl.el (org-wl-open): Remove useless call to
1324         `wl-thread-open-all'.
1326         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1327         location.
1329 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1331         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1332         `org-bbdb-anniversaries'.
1334         * org.el (org-get-next-sibling, org-forward-same-level): New
1335         functions, similar to the outline versions, but invisible headings
1336         are OK.
1338 2008-09-25  Bastien Guerry  <bzg@altern.org>
1340         * org.el (org-auto-repeat-maybe): Insert a space between
1341         the timestamp's type and the timestamp itself.
1343 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1345         * org-table.el (org-table-sum): Do not format the result with %g,
1346         it does rounding when there are too many digits.
1348         * org.el (org-map-entries): Protect the keyword-selecting variables.
1350 2008-09-23  Bastien Guerry  <bzg@altern.org>
1352         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1353         against all agenda files.
1355 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1357         * org-list.el: New file, aggregating list functions from org.el
1358         and org-export-latex.el.
1360         * org.el (org-edit-src-region-extra): New option.
1362 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1364         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1365         time before 1am.
1367 2008-09-22  Bastien Guerry  <bzg@altern.org>
1369         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1371 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1373         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1374         hline work correctly.
1375         (org-plot/gnuplot-script): Put commas at the end of each script
1376         line.
1378 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1380         * org.el (org-get-refile-targets): Replace links with their
1381         descriptions
1382         (org-imenu-get-tree): Replace links with their descriptions.
1384         * org-remember.el (org-remember-apply-template): Add a new
1385         expansion for adding properties to remember items.
1387         * org.el (org-add-log-setup): Skip over drawers (properties,
1388         clocks etc) when adding notes.
1390         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1391         items as well as the start and end times.
1393         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1394         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1396         * org-remember.el (org-get-x-clipboard): Use the compat
1397         function to get clipboard values when x-selection-value is
1398         unavailable. Use substring-no-properties instead of
1399         set-text-properties to remove text properties from the clipboard
1400         value.
1402         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1403         modeline clock string, and display the full todo value in the
1404         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1405         the currently clocked task.
1406         (org-clock-string-limit): Add a custom value for the maximum
1407         length of the clock string in the modeline.
1408         (org-clock-mode-map): Add a keymap for the modeline string
1410 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1412         * org-compat.el (org-propertize): New function.
1414 2008-09-20  Bastien Guerry  <bzg@altern.org>
1416         * org-export-latex.el (org-export-latex-tables): protect exported
1417         tables from further special chars conversion.
1418         (org-export-latex-preprocess): Preserve LaTeX environments.
1419         (org-list-parse-list): Parse descriptive lists.
1420         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1421         (org-list-to-texinfo): Export descriptive lists.
1422         (org-quote-chars): Remove.
1423         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1424         (org-export-latex-list-beginning-re): Rename to
1425         `org-list-beginning-re'
1426         (org-list-item-begin): Rename to `org-list-item-beginning'
1428 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1430         * org.el (org-refile): Allow refiling to the last entry in the
1431         buffer.
1432         (org-get-tags-at): Fix bug when inheritance is turned off.
1434 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1436         * org.el (org-indent-line-function): No longer check for src
1437         regions, this is too much overhead.
1439         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1440         matching.
1442         * org.el (org-scan-tags): Make sure that tags matching is not case
1443         sensitive.  TODO keyword matching is case sensitive, however, to
1444         avoid confusion with similar words that are not meant to be
1445         keywords.
1447 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1449         * org.el (org-get-local-tags-at): New function.
1450         (org-get-local-tags): New function.
1452         * org-exp.el (org-export-get-categories): New function.
1454         * org-agenda.el (org-sorting-choice)
1455         (org-agenda-sorting-strategy, org-agenda-get-todos)
1456         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1457         (org-agenda-get-scheduled, org-agenda-get-blocks)
1458         (org-entries-lessp): Implement sorting by TODO state.
1459         (org-cmp-todo-state): New defsubst.
1461         * org-colview.el (org-colview-construct-allowed-dates): New
1462         function.
1463         (org-columns-next-allowed-value): Use
1464         `org-colview-construct-allowed-dates'.
1466         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1467         function.
1468         (org-columns-next-allowed-value): Use
1469         `org-colview-construct-allowed-dates'.
1471 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1473         * org.el (org-protect-slash): New function.
1474         (org-get-refile-targets): Use `org-protect-slash'.
1476         * org-agenda.el (org-global-tags-completion-table): New variable.
1478         * org-exp.el (org-export-handle-export-tags): New function.
1479         (org-export-preprocess-string): Call
1480         `org-export-handle-export-tags'.
1482         * org-plot.el: New file.
1484         * org-publish.el (org-publish-expand-components): Function removed.
1485         (org-publish-expand-projects): Allow components to have components.
1487 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1489         * org.el (org-indent-line-function): Do not indent in regions that
1490         are external source code.
1491         (org-yank-and-fold-if-subtree): New function.
1493         * org-agenda.el (org-agenda-todayp): New function.
1494         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1495         `org-agenda-todayp'.
1497         * org.el (org-insert-heading-respect-content)
1498         (org-insert-todo-heading-respect-content): New commands.
1499         (org-insert-heading-respect-content): New option.
1500         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1502         * org-clock.el (org-clock-find-position): Make sure the note after
1503         the clock line gets moved into the new clock drawer.
1505 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1507         * org-id.el (org-id-new): New option.
1509 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1511         * org-table.el (org-table-copy-down): Avoid overflow during
1512         increment.  Use prefix argument 0 to temporarily disable the
1513         increment.
1515 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1517         * org-exp.el (org-export-as-html): Do not turn on the major mode
1518         if the buffer will be killed anyway.
1519         (org-get-current-options): Exclude the #+TEXT field.
1520         (org-export-as-html): Make sure text before the first headline is
1521         a paragraph.
1523         * org-publish.el (org-publish-org-to): Tell the exporter that this
1524         buffer will be killed, so it is not necessary to do major mode
1525         initialization.
1527         * org-archive.el (org-archive-to-archive-sibling): Show empty
1528         lines after folding the archive sibling.
1530         * org.el (org-log-note-extra): New variable.
1532 2008-09-05  Bastien Guerry  <bzg@altern.org>
1534         * org.el (org-additional-option-like-keywords): Added keywords for
1535         the _QUOTE, _VERSE and _SRC environments.
1537         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1538         exporting _QUOTE and _VERSE environments.
1540 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1542         * org-agenda.el (org-agenda-filter-by-tag): New command.
1544         * org-exp.el (org-get-current-options): Remove angular brackets
1545         from the date entry.
1547         * org.el (org-edit-fixed-width-region): New function.
1548         (org-edit-fixed-width-region): Also try
1549         `org-edit-fixed-width-region'.
1550         (org-edit-fixed-width-region-mode): New option.
1551         (org-activate-code): Only interprete lines starting with colon
1552         plus a space as example lines.
1554         * org-remember.el (org-remember-templates): Add nil instead of
1555         empty strings to fix the length of remember templates.
1557         * org-table.el (org-calc-default-modes): Fix the time format for
1558         calc, from 12 hour to 24 hour clock.
1560 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1562         * org-agenda.el (org-agenda-get-deadlines)
1563         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1564         entries that are pre-warnings of deadlines or reminders.
1566         * org.el (org-sort-entries-or-items): Make numeric and alpha
1567         comparisons ignore any TODO keyword and priority cookie.
1569         * org-remember.el (org-remember-handler): Reinterpretation of the
1570         prefix argument.
1572 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1574         * org-agenda.el (org-agenda-get-scheduled): Use new
1575         `org-scheduled' face.
1577         * org-faces.el (org-scheduled): New face.
1579         * org-wl.el (org-wl-open): Remove incorrect declaration.
1581         * org-gnus.el (org-gnus-store-link): Support for :to information
1582         in gnus links.
1584         * org-exp.el (org-export-as-html): Fixed typo in creator
1585         information.
1586         (org-export-protect-examples): New parameter indent.  Insert extra
1587         spaces only when this parameter is specified.
1588         (org-export-preprocess-string): Call `org-export-protect-examples'
1589         with an indentation parameter when exporting to ASCII.
1591         * org-remember.el (org-remember-templates)
1592         (org-remember-apply-template): Allow the file component to be a
1593         function.
1595         * org.el (org-goto-local-search-headings): Renamed from
1596         `org-goto-local-search-forward-headings'.  Added the possibility
1597         to search backwards.
1599 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1601         * org-export-latex.el (org-export-latex): New customization
1602         group.
1604         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1606 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1608         * org-exp.el (org-html-do-expand): Allow {} to terminate
1609         tex macro
1611 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1613         * org.el (org-buffer-list): Select buffers based on major mode,
1614         not on file name.
1616 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1618         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1619         face property.
1621         * org-colview.el (org-columns-display-here): Use
1622         `org-columns-modify-value-for-display-function'.
1624         * org-colview-xemacs.el (org-columns-display-here): Use
1625         `org-columns-modify-value-for-display-function'.
1627 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1629         * org.el (org-columns-modify-value-for-display-function): New option.
1641         * org-publish.el (org-publish-file): Make sure the directory match
1642         for the publishing directory works correctly.
1644         * org-agenda.el (org-agenda-execute-calendar-command)
1645         (org-agenda-diary-entry): Additional optional argument.
1647 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1649         * org-exp.el (org-export-as-html): Add attributes also in mailto
1650         and ftp links.
1652         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1661 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1663         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1664         sure that calls from `org-export-region-as-html' do not do the
1665         special check for a subtree.
1667 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1669         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1671 2008-07-20  Juri Linkov  <juri@jurta.org>
1673         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1674         new keymap `narrow-map' instead of binding "\C-xns".
1676 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1678         * org.el (org-open-file): Use
1679         `org-open-directory-means-index-dot-org'.
1680         (org-open-directory-means-index-dot-org): New option.
1682 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1684         * org.el (org-make-link-string): Remove link attributes from
1685         description.
1686         (org-open-at-point): Remove link attributes bevore using the path.
1688         * org-exp.el (org-export-as-html): Handle link attributes.
1690         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1692         * org-table.el (org-table-to-lisp): New function.
1694         * org.el (org-narrow-to-subtree): Do not include the final newline
1695         into the narrowed region.
1697         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1698         bug with user-define skipping condition.
1700 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1702         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1704 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1706         * org-exp.el (org-export-html-style-default): Automatic overflow
1707         handling for pre fields.
1708         (org-export-as-ascii, org-export-as-html): Change default format
1709         for time stamp.
1711         * org-table.el (org-table-export): Offer completion for translator
1712         functions, and do not require a heading above the table.
1714         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1715         Cater for the case of a list starting in the first line of the
1716         buffer.
1718 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1720         * org-publish.el (org-publish-find-title): Bug fix.
1721         (org-publish-org-index): Implement new :index-style option.
1723 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1725         * org-publish.el (org-publish-timestamp-filename): Use
1726         SHA1-encoded file names in the timestamp directory.
1728 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1730         * org-publish.el (org-publish-needed-p): Be verbose about files
1731         published and files skipped.
1733         * org-exp.el (org-export-preprocess-string): Swap link
1734         normalization and inernal link targeting.
1736         * org-publish.el (org-publish-needed-p): Create timestamp
1737         directory when it does not exist.
1739 2008-07-04  Bastien Guerry  <bzg@altern.org>
1741         * org-clock.el (org-clock-out-when-done): Doc fix.
1743         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1745         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1746         Ignore case when searching for the COMMENT cookie at export time.
1748 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1750         * org-exp.el (org-get-file-contents)
1751         (org-get-and-remove-property): New functions.
1752         (org-export-handle-include-files): Handle the new prefix options.
1753         (org-export-as-html): Fix the verse environment.
1755 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1757         * org.el (org-time=, org-time<, org-time<=, org-time>)
1758         (org-time>=, org-time<>, org-2ft): New functions.
1759         (org-op-to-function): Also provide for the time testing fucntions.
1761 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1763         * org-exp.el (org-export-html-style-default): New constant.
1765 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1767         * org-exp.el (org-export-html-style-extra): New variable.
1768         (org-export-splice-style): New function.
1770 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1772         * org-exp.el (org-export-plist-vars, org-export-as-html):
1773         Implement `org-export-creator-info'.
1774         (org-export-creator-info): New option.
1776 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1778         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1779         (org-property-drawer-re, org-clock-drawer-re): New constants.
1781 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1783         * org-exp.el (org-icalendar-use-deadline)
1784         (org-icalendar-use-scheduled): New options.
1785         (org-icalendar-include-todo): Default changed to t.
1786         (org-print-icalendar-entries): Implement better utilization of
1787         scheduling and deadline time stamps.
1788         (org-export-target-internal-links, org-export-as-html): Allow file
1789         lines without the "file:" prefix if the file path is an absolute
1790         path or starts with ".".
1792         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1793         lastweek etc.
1794         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1796 2008-06-18  Glenn Morris  <rgm@gnu.org>
1797         * org.el (org-map-entries): Let-bind `file'.
1799 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1801         * org.el (org-agenda-skip-archived-trees): Docstring now
1802         discourages using this.
1803         (org-scan-tags): Check for org-agenda-archives-mode.
1804         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1805         (org-agenda-files): Functionality of second arg changed.
1807         * org-agenda.el (org-agenda-archives-mode): New variable
1808         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1809         (org-search-view, org-todo-list, org-tags-view)
1810         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1811         `ifmode' argument.
1812         (org-agenda-quit): Reset the archives mode.
1813         (org-agenda-archives-mode): New command.
1814         (org-agenda-set-mode-name): Include archives info.
1816 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1818         * org.el (org-paste-subtree): Make sure the yanked headline is
1819         visible if it was yanked at a visible point.
1820         (org-move-item-up): Fix the bug with moving white space at the end
1821         of the item.
1822         (org-show-empty-lines-in-parent): New function.
1824 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1826         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1828         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1830         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1831         agenda prefix as well.
1833         * org-publish.el (org-publish-org-index): Make a properly indented
1834         list.
1836         * org.el (org-calendar-agenda-action-key): New option.
1837         (org-get-cursor-date): New function.
1838         (org-mark-entry-for-agenda-action): New command.
1839         (org-overriding-default-time): New variable.
1840         (org-read-date): Respect `org-overriding-default-time'.
1842         * org-remember.el (org-remember-apply-template): Respect the
1843         ovverriding default time.
1845         * org-agenda.el (org-agenda-action-marker): New variable.
1846         (org-agenda-action): New command.
1847         (org-agenda-do-action): New function.
1849 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1851         * org.el (org-schedule, org-deadline): Protect scheduled and
1852         deadline tasks against changes that accidently remove the
1853         repeater.  Also show a message with the new date when done.
1855 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1857         * org.el (org-beginning-of-line): Cater for the case when there
1858         are tags but no headline text.
1859         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1860         it set.
1862 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1864         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1865         the return value is nil instead of "nil" when there is no match.
1867         * org-exp.el (org-insert-centered): Use fill-column instead of
1868         80.
1869         (org-export-as-ascii): Use string-width to measure the width of
1870         the heading.
1872         * org.el (org-diary-to-ical-string): No longer kill buffer
1873         FROMBUF, this is now done by the caller.
1875         * org-exp.el (org-print-icalendar-entries): Move the call to
1876         `org-diary-to-ical-string' out of the loop, and kill the buffer
1877         afterwords.
1879         * org-remember.el (org-remember-visit-immediately): Position
1880         cursor after moving to the note.
1881         (org-remember-apply-template): Use a text property to record the
1882         cursor position.
1883         (org-remember-handler): Align tags after pasting the note.
1885 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1887         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1889         * org-agenda.el (org-agenda-open-link): If there is an
1890         org-bbdb-name property in the current line, jump to that bbdb
1891         entry.
1893         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1894         text property, so that the agenda knows where this entry comes
1895         from.
1897         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1898         interaction between clocking-in from the agenda, and  automatic
1899         task state switching.
1901         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1903         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1904         zmacs-region stays after this command in XEmacs.
1906 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1908         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1910         * org-remember.el (org-remember-templates): Fix bug in
1911         customization type definition.
1913         * org.el (org-map-entries): New function.
1915 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1917         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1918         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1920 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1922         * org-remember.el (org-jump-to-target-location): New variable.
1923         (org-remember-apply-template): Set
1924         `org-remember-apply-template' if requested by template.
1925         (org-remember-handler): Start an idle timer to jump to
1926         remember location.
1928         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1930         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1931         file tags.
1932         (org-get-tags-at): Add the content of `org-file-tags'.
1934         * org-exp.el (org-export-handle-comments): Fix bug with several
1935         comment lines after each other.
1936         (org-number-to-roman, org-number-to-counter): New functions.
1937         (org-export-section-number-format): New option.
1939 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1941         * org-exp.el (org-export-protect-examples): Catch the case of a
1942         missing end_example line.
1944         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1945         `org-file-tags' to nil.
1947         * org-colview.el (org-columns-next-allowed-value): Handle next
1948         argument NTH to directly select a value.
1950         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1951         argument NTH to directly select a value.
1953 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1955         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1957 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1959         * org.el (org-columns-ellipses): New option.
1961 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1963         * org-colview.el (org-columns-add-ellipses): New function.
1964         (org-columns-compact-links): New function.
1965         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1966         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1967         when in agenda.
1968         (org-columns-edit-value): Fixed bug with editing values from
1969         agenda column view.
1970         (org-columns-redo): Also redo the agenda itself.
1972 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1974         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1975         option.
1977         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1979         * org-exp.el (org-export-ascii-preprocess): Renamed from
1980         `org-export-ascii-clean-string'.
1981         (org-export-kill-licensed-text)
1982         (org-export-define-heading-targets)
1983         (org-export-handle-invisible-targets)
1984         (org-export-target-internal-links)
1985         (org-export-remove-or-extract-drawers)
1986         (org-export-remove-archived-trees)
1987         (org-export-protect-quoted-subtrees)
1988         (org-export-protect-verbatim, org-export-protect-examples)
1989         (org-export-select-backend-specific-text)
1990         (org-export-mark-blockquote-and-verse)
1991         (org-export-remove-comment-blocks-and-subtrees)
1992         (org-export-handle-comments, org-export-mark-radio-links)
1993         (org-export-remove-special-table-lines)
1994         (org-export-normalize-links)
1995         (org-export-concatenate-multiline-links)
1996         (org-export-concatenate-multiline-emphasis): New functions,
1997         obtained from spliiting the export preprocessor.
1999         * org-table.el (org-table-recalculate): Improve error message if
2000         the row number is invalid.
2002 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2004         * org-archive.el (org-archive-save-context-info): Fix bugs in
2005         customization setup and docstring.
2007         * org-exp.el (org-export-html-style): Changed the size of in the
2008         <pre> element to 90%.
2010 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2012         * org.el (org-find-src-example-start): Function removed.
2013         (org-edit-src-find-region-and-lang): New function.
2015 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2017         * org.el (org-edit-src-exit): New function.
2018         (org-exit-edit-mode): New minor mode.
2020         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2021         comment-like lines from protected examples.
2023         * org.el (org-edit-src-example, org-find-src-example-start)
2024         (org-protect-source-example, org-edit-special): New functions.
2026 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2028         * org-publish.el (org-publish-project-alist): Fix typo in
2029         docstring.
2030         (org-publish-project-alist): Handle :index-title property.
2032 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2034         * org-export-latex.el (org-export-as-latex): Make sure region
2035         bounds are correct.  Parse subtree properties relating to export.
2037         * org-exp.el (org-export-add-options-to-plist): New function.
2038         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2040 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2042         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2043         EXPORT_TITLE.
2045         * org-exp.el (org-export-get-title-from-subtree)
2046         (org-export-as-ascii, org-export-as-html): Make sure the original
2047         region-beginning and region-end are used, even after moving
2048         point.
2049         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2050         property.
2052         * org-remember.el (org-remember-last-stored-marker): New variable.
2053         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2054         (org-remember-handler): Also use marker to remember
2055         last-stored position.
2057         * org.el (org-goto-marker-or-bmk): New function.
2059 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2061         * org.el (org-file-properties): Renamed from `org-local-properties'.
2062         (org-scan-tags): Take file tags into account.
2063         (org-tags-match-list-sublevels): Default changed to t.
2065         * org-exp.el (org-export-as-html): Close paragraph after a
2066         footnote.
2068         * org.el (org-update-parent-todo-statistics): New function.
2070         * org-exp.el (org-icalendar-store-UID): New option.
2071         (org-icalendar-force-UID): Option removed.
2072         (org-print-icalendar-entries): IMplement UIDs.
2074 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2076         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2078 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2080         * org-faces.el (org-column): Document how this face is being used
2081         and why sometimes the background faces shine through.
2083         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2085         * org-publish.el (org-publish-attachment): Create publishing
2086         directory if it does not yet exist.
2088         * org-table.el (org-calc-default-modes): Change default number
2089         format to (float 8).
2091         * org.el (org-olpath-completing-read): New function.
2092         (org-time-clocksum-format): New option.
2093         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2095         * org-clock.el (org-clock-display, org-clock-out)
2096         (org-update-mode-line): Use `org-time-clocksum-format'.
2098         * org-colview-xemacs.el (org-columns-number-to-string): Use
2099         `org-time-clocksum-format'.
2101         * org-colview.el (org-columns-number-to-string): Use
2102         `org-time-clocksum-format'.
2104 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2106         * org-id.el: New file, move from contrib to core.
2108         * org-exp.el (org-icalendar-force-UID): New option.
2110 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2112         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2113         shifted by one day if theere is a date range without an end
2114         time.
2116         * org.el (org-try-structure-completion): New function.
2118 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2120         * org.el (org-set-font-lock-defaults): Improve fontification of
2121         description lists.
2122         (org-insert-item): Handle description lists.
2123         (org-adaptive-fill-function): Improve auto indentation in
2124         description lists.
2126         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2127         Implement VERSE environment.
2128         (org-export-preprocess-string): Implement the COMMENT
2129         environment.
2131         * org-export-latex.el (org-export-latex-preprocess): Implement
2132         VERSE environment.
2134 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2136         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2137         option.
2139 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2141         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2143         * org.el (org-quote-csv-field): New functions.
2145         * org-table.el (org-table-export-default-format): Remove :splice
2146         from default format, we get the same effect by not specifying
2147         :tstart and :tend.
2148         (org-table-export): Improve setup, distinguish better between
2149         interactive and non-interactive use, allow specifying the format
2150         on the fly, better protection against wrong file names.
2151         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2152         and :tend when :splice is omitted.
2154 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2156         * org-clock.el (org-clock-select-task): Make sure the selection
2157         letters are 1-9 and A-Z, no special characters.
2159 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2161         * org-exp.el (org-export-htmlize): New group.
2162         (org-export-htmlize-output-type)
2163         (org-export-htmlize-css-font-prefix): New options.
2164         (org-export-htmlize-region-for-paste): New function.
2165         (org-export-htmlize-generate-css): New command.
2167 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2169         * org/org.el (org-modules, org-format-latex-options):
2170         * org/org-archive.el (org-archive-stamp-time)
2171         (org-archive-save-context-info):
2172         * org/org-faces.el (org-hide):
2173         * org/org-irc.el (org-irc-parse-link):
2174         * org/org-macs.el (org-call-with-arg, org-autoload):
2175         * org/org-mew.el (org-mew-store-link):
2176         * org/org-remember.el (org-remember-store-without-prompt)
2177         (org-remember-templates): Fix typos in docstrings.
2179         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2181         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2182         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2183         (org-bbdb-anniv-split): Fix typos in docstrings.
2185         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2186         (org-publish-use-timestamps-flag): Reflow docstring.
2187         (org-publish-files-alist): Fix typos in docstring.
2189 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2191         * org.el (org-set-visibility-according-to-property): New function.
2192         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2193         and compute the regular expressions, and update font-lock.
2194         (org-property-re): Allow a dash in property names.
2196         * org-archive.el (org-extract-archive-file): Insert the file name
2197         without the path into the format, to allow the location format to
2198         contain a subdirectory.
2200         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2201         of buffer, and the `org-agenda-type' property undefined, use the
2202         value from the character before.
2204         * org.el (org-add-planning-info): Don't let indentation for
2205         would-be timestamp become extra whitespace at the end of headline.
2207 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2209         * org.el (org-remove-double-quotes, org-file-contents): New
2210         functions.
2212         * org-exp.el (org-infile-export-plist): Also parse the
2213         contents of #+SETUPFILE files, recursively.
2215         * org.el (org-set-regexps-and-options): Also parse the
2216         contents of #+SETUPFILE files, recursively.
2218         * org-exp.el (org-export-handle-include-files): New function.
2219         (org-export-preprocess-string): Call
2220         `org-export-handle-include-files'.
2222         * org.el (org-delete-property-globally)
2223         (org-delete-property, org-set-property): Ignore case during
2224         completion.
2225         (org-set-property): Use `org-completing-read' instead of
2226         `completing-read'.
2228         * org.el (org-complete-expand-structure-template): New,
2229         experimental function.
2230         (org-structure-template-alist): New, experimental option.
2231         (org-complete): Call `org-complete-expand-structure-template'.
2233 2008-05-06  Bastien Guerry  <bzg@altern.org>
2235         * org-export-latex.el (org-export-latex-preprocess): Added
2236         support for blockquotes.
2238 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2240         * org.el (org-read-date-analyze): Catch the case where only a
2241         weekday is given.
2243 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2245         * org.el (org-set-font-lock-defaults): Make the description
2246         tag bold.
2248         * org-exp.el (org-export-as-html, org-close-li): Implement
2249         description lists.
2251 2008-05-04  Jason Riedy  <jason@acm.org>
2253         * org-table.el (*orgtbl-default-fmt*): New variable.
2254         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2255         when there is no other fmt available.
2257         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2258         :tend to suppress the appropriate string.
2260         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2261         table.
2263 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2265         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2266         read date.
2268         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2269         New function.
2271         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2272         New function.
2274 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2276         * org-clock.el (org-clock-find-position): Don't include notes
2277         into clock drawer.
2279         * org-archive.el (org-archive-subtree): No longer remove an
2280         extra line after cutting the subtree.  `org-cut-subtree' already
2281         takes care of this.
2283         * org-remember.el (org-remember-handler): Only kill the target
2284         buffer if it does not contain the running clock.
2286         * org.el (org-markers-to-move): New variable.
2287         (org-save-markers-in-region, org-check-and-save-marker)
2288         (org-reinstall-markers-in-region): New function.
2289         (org-move-subtree-down, org-copy-subtree): Remember relative
2290         marker positions before cutting.
2291         (org-move-subtree-down, org-paste-subtree): Restore relative
2292         marker positions after pasting.
2294         * org-remember.el (org-remember-clock-out-on-exit): New option.
2295         (org-remember-finalize): Clock out only if the setting in
2296         `org-remember-clock-out-on-exit' requires it.
2297         (org-remember-handler): Do the cleanup in the buffer, to make sure
2298         that the clock marker remains in tact.
2300 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2302         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2303         (org-clock-in): Make sure that also tasks outside the narrowed
2304         region will be clocked in correctly.
2305         (org-clock-insert-selection-line): Widen the buffer so that we can
2306         find the correct task heading.
2308         * org.el (org-base-buffer): New function.
2310         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2311         and ";" are escaped.
2312         (org-print-icalendar-entries): Also apply
2313         `org-icalendar-cleanup-string' to the headline, not only to the
2314         summary property.
2316 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2318         * org-exp.el (org-export-preprocess-hook): New hook.
2319         (org-export-preprocess-string): Call
2320         `org-export-preprocess-hook'.
2322         * org.el (org-font-lock-hook): New variable.
2323         (org-font-lock-hook): New function.
2324         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2326 ;; Local Variables:
2327 ;; coding: utf-8
2328 ;; add-log-time-zone-rule: t
2329 ;; End:
2331     Copyright (C) 2008  Free Software Foundation, Inc.
2333   This file is part of GNU Emacs.
2335   GNU Emacs is free software: you can redistribute it and/or modify
2336   it under the terms of the GNU General Public License as published by
2337   the Free Software Foundation, either version 3 of the License, or
2338   (at your option) any later version.
2340   GNU Emacs is distributed in the hope that it will be useful,
2341   but WITHOUT ANY WARRANTY; without even the implied warranty of
2342   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2343   GNU General Public License for more details.
2345   You should have received a copy of the GNU General Public License
2346   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2348 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c