Introduce function to create links to attachments.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob346da6fb4853b80dca0886b3c3be6648b10bd4ad
1 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-link-abbrev-alist): Improve customization type.
5         * org-attach.el (org-attach-expand-link, org-attach-expand): New
6         functions.
8         * org-agenda.el (org-agenda-get-progress): Renamed from
9         `org-get-closed'.  Implement searching for state changes as well.
10         (org-agenda-log-mode-items): New option.
11         (org-agenda-log-mode): New option prefix argument, interpreted as
12         request to show all possible progress info.
13         (org-agenda-get-day-entries): Call `org-get-progress' instead of
14         `org-get-closed'.
15         (org-agenda-set-mode-name): Handle the more complex log mode
16         settings.
17         (org-get-closed): New alias, pointing to `org-get-progress'.
19 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
21         * org.el (org-file-apps-defaults-gnu)
22         (org-file-apps-defaults-macosx)
23         (org-file-apps-defaults-windowsnt): Add an entry defining the
24         system command.
25         (org-file-apps): Allow `system' as key and value.
26         (org-open-at-point): Explain the effect of a double prefix arg.
27         (org-open-file): If the argument `in-emacs' is (16),
28         i.e. corresponding to a double prefix argument, try to open the
29         file externally.
31 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
33         * org.el (org-insert-link): Abbreviate absolute files names in
34         links.  Also, fix a bug in which the double C-u prefix would not
35         be honored.
37 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
39         * org.el (org-insert-heading): If buffer does not end with a
40         newline, add one if necessary to insert headline correctly.
42         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
43         paragraphs, not inside.
45         * org.el (org-todo): Quote
46         `org-agenda-headline-snapshot-before-repeat'.
48         * org-exp.el (org-export-as-html): Fully process link descriptions.
49         (org-export-html-format-desc): New function.
50         (org-export-as-html): Collect footnotes into the correct basket.
51         (org-html-protect): No longer protect quotations marks here, this
52         goes wrong.
54         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
55         BEG.
57         * org-compat.el (org-fit-window-to-buffer): New function (not
58         really, a preliminary and incomplete version was present earlier,
59         but not used).
61         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
62         `org-fit-window-to-buffer'.
64         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
66         * org-agenda.el (org-agenda-get-restriction-and-command)
67         (org-fit-agenda-window, org-agenda-convert-date): Use
68         `org-fit-window-to-buffer'.
70         * org-exp.el (org-export-as-html): Process href links through
71         `org-export-html-format-href'.
72         (org-export-html-format-href): New function.
74         * org-agenda.el (org-agenda-todo): Update only the current
75         headline if this is a repeated TODO, marked done for today.
76         (org-agenda-change-all-lines): New argument JUST-THIS, to change
77         only the current line.
79         * org.el (org-todo): Take a snapshot of the headline if the
80         repeater might change it.
82 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
84         * org-publish.el (org-publish-find-title): Remove buffers visited
85         only for extracting the title.
87         * org-exp.el (org-export-html-style)
88         (org-export-html-style-default): Mark style definitions as
89         unparsed CDATA.
91         * org-publish.el (org-publish-validate-link): Function
92         re-introduced.
94 2008-11-02  Charles Sebold  <csebold@gmail.com>
96         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
97         property.
98         (org-plot-quote-timestamp-field): New function.
99         (org-plot-quote-tsv-field): Call timestamp field function when
100         necessary rather than just quoting as a string.
101         (org-plot/gnuplot-to-data): Pass in timefmt property.
102         (org-plot/gnuplot-script): Supports timefmt property.
103         (org-plot/gnuplot): Checks for timestamp column before checking
104         for text index column.
106 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
108         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
110         * org-publish.el (org-publish-org-index): Create a section in the
111         index file.
112         (org-publish-org-index): Stop linking to directories.
114         * org.el (org-emphasis-alist): Use span instead of <u> to
115         underline text.
117         * org-exp.el (org-export-as-html): Make sure <p> is closed before
118         <pre> sections.
120 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
122         * org-jsinfo.el (org-infojs-template): Remove language attribute
123         from script tag.
125 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
127         * org-agenda.el (org-agenda-remove-marked-text): New function.
128         (org-agenda-mark-filtered-text)
129         (org-agenda-unmark-filtered-text): New functions.
130         (org-write-agenda): Remove fltered text.
132         * org.el (org-make-tags-matcher): Give access to TODO "property"
133         without speed penalty.
135 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
137         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
138         option.
139         (org-store-link-props): Make sure adding to the plist works
140         correctly.
142         * org-gnus.el (org-gnus-no-new-news): New function.
143         (org-gnus-follow-link): Allow the article ID to be a message-id,
144         in addition to allowing article numbers.  Message IDs make much
145         more roubust links.
146         (org-gnus-store-link): Use message-id to create link.
148 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
150         * org.el (org-emphasize): Reverse the selection array.
151         (org-emphasis-alist): Set <code> tags for the verbatim
152         environment.
154         * org-remember.el (org-remember-handler): Fix bug with
155         prefix-related changing of the note storage target.
157         * org-exp.el (org-print-icalendar-entries): Make the exported
158         priorities compatible with RFC 2445.
160         * org-clock.el (org-clock-save): Insert time stamp without
161         dependence on time-stamp.el.
163 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
165         * org.el ("saveplace"): If saveplace puts point into an invisible
166         location, make it visible.
167         (org-make-tags-matcher): Allow inactive time stamps in time
168         comparisons.
169         (org-yank-adjusted-subtrees): New option.
170         (org-yank): Incorporate adjusting trees.
171         (org-paste-subtree): New argument FOR-YANK which will cause
172         insertion at point without backing up over white lines, and leave
173         point at the end of the inserted text.  Also if the cursor is
174         at the beginning of a headline, use the same level or the inserted
175         tree.
177         * org-publish.el (org-publish-get-base-files-1): Deal correctly
178         with broken symlinks
180 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
182         * org-exp.el (org-export-select-tags, org-get-current-options):
183         Fix typo.
185 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
187         * org-agenda.el (org-format-agenda-item)
188         (org-agenda-filter-make-matcher): Make sure tags are stored and
189         compared donwcased.
191 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
193         * org.el (org-insert-todo-heading): Fix bug with force-heading
194         argument.
196 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
198         * org-clock.el (org-clock-in-resume): Add a custom option to
199         toggle starting the clock from an open clock line.
200         (org-clock-in): When clocking in to an entry, if
201         `org-clock-in-resume' is set, check if the first clock line is
202         open and if so, start the clock from the time in the clock line.
203         (org-clock-persist): Add a custom option to toggle clock
204         persistence.
205         (org-clock-persist-query-save): Add a custom option to toggle
206         asking the user if they want to save the running clock when
207         exiting.
208         (org-clock-persist-query-resume): Add a custom option to toggle
209         asking the user if they want to resume the saved clock when Emacs
210         is restarted.
211         (org-clock-save): Add a function to save clock data.
212         This includes the contents of `org-clock-history' and the buffer
213         and position of the currently clocked task, if any.
214         (org-clock-load): Add a function to load clock data.
215         This populates `org-clock-history', and resumes the saved clocked
216         task if there is one.
217         (org-clock-persistence-insinuate): Add a method to set up the
218         hooks for clock persistence.
220 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
222         * org-exp.el (org-export-as-ascii): Handle the case that we are
223         publishing from an indirect buffer.
225         * org-table.el (org-table-copy-down): Fix bug with time stamp
226         increment.
228         * org-mouse.el (org-mouse-features): New option.
229         (org-mode-hook): Turn on features depending on
230         `org-mouse-features'.
232         * org.el (org-insert-heading-respect-content): Force heading
233         creation.
234         (org-insert-heading): keep the folding state of the heading before
235         the inserted one.
237 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
239         * org-archive.el (org-archive-to-archive-sibling): Handle top
240         level headlines better.
242 2008-10-21  Bastien Guerry  <bzg@altern.org>
244         * org-export-latex.el (org-export-latex-classes): Added
245         \usepackage{graphicx} to the default list of packages.
247 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
249         * org-agenda.el (org-agenda-filter): Renamed from
250         `org-agenda-filter-tags'.
252 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
254         * org.el (org-entry-properties): Add CATEGORY property, iven if it
255         is not defined as a property in this entry.
256         (org-add-log-note): Mask prefix argument when immediately storing
257         the note.
259         * org-agenda.el (org-agenda-filter-effort-default-operator): New
260         option.
262 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
264         * org.el (org-add-log-setup): Bugfix; code to find insertion point
265         after drawers was skipping ahead one line too many, so notes were
266         inserted after the first note instead of before it.
268 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
270         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
271         New variables.
272         (org-prepare-agenda): Reset the filter tags.
273         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
274         Show filter tags in mode line.
276         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
277         formatter.
279         * org-export-latex.el (org-latex-entities-regexp): New constant.
280         (org-export-as-pdf): Use two calls to `shell-command'.
282 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
284         * org-export-latex.el (org-export-latex-treat-sub-super-char):
285         Honor the {} value of the subsuperscript setting.  Make sure that
286         longer subsuperscripts are typeset in a roman font.
288         * org.el (org-clock-update-time-maybe): Compute negative clock
289         intervals correctly.
291 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
293         * org.el (org-add-log-setup): Respect
294         `org-log-state-notes-insert-after-drawers'.
295         (org-log-state-notes-insert-after-drawers): New option.
296         (org-todo-trigger-tag-changes): New function.
297         (org-todo): Call `org-todo-trigger-tag-changes'.
299 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
301         * org.el (org-add-log-setup): Only skip drawers if the are
302         immediately after the scheduling keywords.
304         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
305         function
306         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
307         call it with the current todo state to get the state to switch to
308         when clocking in.
309         (org-clock-in): Use org-indent-line-function to indent clock lines.
310         (org-clock-find-position): Fix indentation of empty clock drawers.
312 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
314         * org-publish.el (org-publish-org-to): Handle case when
315         org-export-to-pdf does return a file name, not a buffer.
316         (org-publish-org-to-pdf): New function.
318         * org-export-latex.el (org-export-as-pdf)
319         (org-export-as-pdf-and-open): New commands.
321         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
322         forms as ranges.
324         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
325         things in protexted regions.
327 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
329         * org-export-latex.el (org-export-latex-preprocess): Improve
330         quoting of LaTeX environments.
332 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
334         * org.el (org-edit-fixed-width-region): Exclude final newline from
335         picture area.
337         * org-export-latex.el (org-export-latex-subcontent): Add labels to
338         sections, to make internal links work.
339         (org-export-latex-fontify-headline): Do not remove all text
340         properties, to make sure that target properties survive this
341         process.
343         * org-exp.el (org-export-preprocess-string): Change sequence of
344         modifications, to make sure links are prepared before the LaTeX
345         conversions do happen.
347 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
349         * org-attach.el (org-attach-delete-all): Renamed from
350         `org-attch-delete'.  Add a security query before deleting the
351         entire directory.  New optional argument FORCE can overrule the
352         security query.
353         (org-attach-delete-one): New command.
355 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
357         * org-attach.el (org-attach-file-list): Fix bug with directory.
359 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
361         * org.el (org-apps-regexp-alist): New function.
362         (org-file-apps): Add auto-mode to the default value.
363         (org-open-file): Use the new structure of org-file-apps.
365         * org-attach.el (org-attach): Support the new keys.
366         (org-attach-method): New option.
368 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
370         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
371         March.
373         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
374         of the list value o `org-use-tag-inheritance'.
376         * org-attach.el (org-attach-auto-tag): New option.
377         (org-attach-tag, org-attach-untag): New functions.
378         (org-attach-attach, org-attach-new, org-attach-sync): Call
379         `org-attach-tag'.
380         (org-attach-delete): Call `org-attach-untag'.
382 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
384         * org-table.el (orgtbl-self-insert-command): Make this work for
385         the keypad as well.
387 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
389         * org.el (org-add-log-setup): Limit searc for drawers to entry
390         text, not to subtree.
392         * org-clock.el (org-clock-heading-for-remember): New variable.
393         (org-clock-in): Set `org-clock-heading-for-remember'.
395 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
397         * org-remember.el (org-remember-apply-template): Add new
398         expansions: %k, %K for currently clocked task and a link to the
399         currently clocked task, and %< to file notes in the currently
400         clocked task.
402 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
404         * org-export-latex.el (org-export-latex-make-header): Also insert
405         the content of the property :latex-header-extra.
407         * org-exp.el (org-infile-export-plist): Put the content of
408         #+LATEX_HEADER: into the property :latex-header-extra.
410         * org-colview.el (org-columns-get-format-and-top-level): Remove
411         resetting the marker.
413         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
414         Remove resetting the marker.
416         * org.el (org-entry-property-inherited-from): Improve docstring.
417         (org-entry-get-with-inheritance): Reset marker before starting the
418         search.
420         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
422 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
424         * org.el (org-entry-get-multivalued-property)
425         (org-entry-protect-space, org-entry-restore-space): New
426         functions.
427         (org-file-apps-defaults-macosx): Let postscript files be opened by
428         preview.
429         (org-time-stamp-inactive): Call `org-time-stamp'.
430         (org-time-stamp): New argument `inactive'.  Also edit inacive
431         stamps. Convert time stamp type.
432         (org-open-file): Interpret the `default' value for the `command'
433         in `org-file-apps'.
435         * org-id.el (org-id-int-to-b36-one-digit)
436         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
437         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
438         b36.
440 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
442         * org-id.el (org-id-reverse-string): New function.
443         (org-id-new): Use `org-id-reverse-string' to make sure the
444         beginning chars of the ID are mutating fast.  This allows to use a
445         directory structure to spread things better.
446         (org-id-prefix): Changed default to nil.
448         * org-list.el (org-move-item-down, org-move-item-up): Remember and
449         restore the column of the cursor position.
451         * org-remember.el (org-remember-apply-template): Remove properties
452         from `initial'.
454 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
456         * org-wl.el (org-wl-open): Remove useless call to
457         `wl-thread-open-all'.
459         * org-remember.el (org-remember-handler): Fix bug with `bottom'
460         location.
462 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
464         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
465         `org-bbdb-anniversaries'.
467         * org.el (org-get-next-sibling, org-forward-same-level): New
468         functions, similar to the outline versions, but invisible headings
469         are OK.
471 2008-09-25  Bastien Guerry  <bzg@altern.org>
473         * org.el (org-auto-repeat-maybe): Insert a space between
474         the timestamp's type and the timestamp itself.
476 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
478         * org-table.el (org-table-sum): Do not format the result with %g,
479         it does rounding when there are too many digits.
481         * org.el (org-map-entries): Protect the keyword-selecting variables.
483 2008-09-23  Bastien Guerry  <bzg@altern.org>
485         * org-agenda.el (org-agenda-to-appt): Make sure the function check
486         against all agenda files.
488 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
490         * org-list.el: New file, aggregating list functions from org.el
491         and org-export-latex.el.
493         * org.el (org-edit-src-region-extra): New option.
495 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
497         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
498         time before 1am.
500 2008-09-22  Bastien Guerry  <bzg@altern.org>
502         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
504 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
506         * org-plot.el (org-plot/gnuplot): Make tables starting with a
507         hline work correctly.
508         (org-plot/gnuplot-script): Put commas at the end of each script
509         line.
511 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
513         * org.el (org-get-refile-targets): Replace links with their
514         descriptions
515         (org-imenu-get-tree): Replace links with their descriptions.
517         * org-remember.el (org-remember-apply-template): Add a new
518         expansion for adding properties to remember items.
520         * org.el (org-add-log-setup): Skip over drawers (properties,
521         clocks etc) when adding notes.
523         * org-agenda.el (org-agenda-get-closed): show durations of clocked
524         items as well as the start and end times.
526         * org-compat.el (org-get-x-clipboard-compat): Add a compat
527         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
529         * org-remember.el (org-get-x-clipboard): Use the compat
530         function to get clipboard values when x-selection-value is
531         unavailable. Use substring-no-properties instead of
532         set-text-properties to remove text properties from the clipboard
533         value.
535         * lisp/org-clock.el (org-update-mode-line): Support limiting the
536         modeline clock string, and display the full todo value in the
537         tooltip. Set a local keymap so mouse-3 on the clock string goes to
538         the currently clocked task.
539         (org-clock-string-limit): Add a custom value for the maximum
540         length of the clock string in the modeline.
541         (org-clock-mode-map): Add a keymap for the modeline string
543 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
545         * org-compat.el (org-propertize): New function.
547 2008-09-20  Bastien Guerry  <bzg@altern.org>
549         * org-export-latex.el (org-export-latex-tables): protect exported
550         tables from further special chars conversion.
551         (org-export-latex-preprocess): Preserve LaTeX environments.
552         (org-list-parse-list): Parse descriptive lists.
553         (org-list-to-generic, org-list-to-latex, org-list-to-html)
554         (org-list-to-texinfo): Export descriptive lists.
555         (org-quote-chars): Remove.
556         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
557         (org-export-latex-list-beginning-re): Rename to
558         `org-list-beginning-re'
559         (org-list-item-begin): Rename to `org-list-item-beginning'
561 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
563         * org.el (org-refile): Allow refiling to the last entry in the
564         buffer.
565         (org-get-tags-at): Fix bug when inheritance is turned off.
567 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
569         * org.el (org-indent-line-function): No longer check for src
570         regions, this is too much overhead.
572         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
573         matching.
575         * org.el (org-scan-tags): Make sure that tags matching is not case
576         sensitive.  TODO keyword matching is case sensitive, however, to
577         avoid confusion with similar words that are not meant to be
578         keywords.
580 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
582         * org.el (org-get-local-tags-at): New function.
583         (org-get-local-tags): New function.
585         * org-exp.el (org-export-get-categories): New function.
587         * org-agenda.el (org-sorting-choice)
588         (org-agenda-sorting-strategy, org-agenda-get-todos)
589         (org-agenda-get-timestamps, org-agenda-get-deadlines)
590         (org-agenda-get-scheduled, org-agenda-get-blocks)
591         (org-entries-lessp): Implement sorting by TODO state.
592         (org-cmp-todo-state): New defsubst.
594         * org-colview.el (org-colview-construct-allowed-dates): New
595         function.
596         (org-columns-next-allowed-value): Use
597         `org-colview-construct-allowed-dates'.
599         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
600         function.
601         (org-columns-next-allowed-value): Use
602         `org-colview-construct-allowed-dates'.
604 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
606         * org.el (org-protect-slash): New function.
607         (org-get-refile-targets): Use `org-protect-slash'.
609         * org-agenda.el (org-global-tags-completion-table): New variable.
611         * org-exp.el (org-export-handle-export-tags): New function.
612         (org-export-preprocess-string): Call
613         `org-export-handle-export-tags'.
615         * org-plot.el: New file.
617         * org-publish.el (org-publish-expand-components): Function removed.
618         (org-publish-expand-projects): Allow components to have components.
620 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
622         * org.el (org-indent-line-function): Do not indent in regions that
623         are external source code.
624         (org-yank-and-fold-if-subtree): New function.
626         * org-agenda.el (org-agenda-todayp): New function.
627         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
628         `org-agenda-todayp'.
630         * org.el (org-insert-heading-respect-content)
631         (org-insert-todo-heading-respect-content): New commands.
632         (org-insert-heading-respect-content): New option.
633         (org-insert-heading): Respect `org-insert-heading-respect-content'.
635         * org-clock.el (org-clock-find-position): Make sure the note after
636         the clock line gets moved into the new clock drawer.
638 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
640         * org-id.el (org-id-new): New option.
642 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
644         * org-table.el (org-table-copy-down): Avoid overflow during
645         increment.  Use prefix argument 0 to temporarily disable the
646         increment.
648 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
650         * org-exp.el (org-export-as-html): Do not turn on the major mode
651         if the buffer will be killed anyway.
652         (org-get-current-options): Exclude the #+TEXT field.
653         (org-export-as-html): Make sure text before the first headline is
654         a paragraph.
656         * org-publish.el (org-publish-org-to): Tell the exporter that this
657         buffer will be killed, so it is not necessary to do major mode
658         initialization.
660         * org-archive.el (org-archive-to-archive-sibling): Show empty
661         lines after folding the archive sibling.
663         * org.el (org-log-note-extra): New variable.
665 2008-09-05  Bastien Guerry  <bzg@altern.org>
667         * org.el (org-additional-option-like-keywords): Added keywords for
668         the _QUOTE, _VERSE and _SRC environments.
670         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
671         exporting _QUOTE and _VERSE environments.
673 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
675         * org-agenda.el (org-agenda-filter-by-tag): New command.
677         * org-exp.el (org-get-current-options): Remove angular brackets
678         from the date entry.
680         * org.el (org-edit-fixed-width-region): New function.
681         (org-edit-fixed-width-region): Also try
682         `org-edit-fixed-width-region'.
683         (org-edit-fixed-width-region-mode): New option.
684         (org-activate-code): Only interprete lines starting with colon
685         plus a space as example lines.
687         * org-remember.el (org-remember-templates): Add nil instead of
688         empty strings to fix the length of remember templates.
690         * org-table.el (org-calc-default-modes): Fix the time format for
691         calc, from 12 hour to 24 hour clock.
693 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
695         * org-agenda.el (org-agenda-get-deadlines)
696         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
697         entries that are pre-warnings of deadlines or reminders.
699         * org.el (org-sort-entries-or-items): Make numeric and alpha
700         comparisons ignore any TODO keyword and priority cookie.
702         * org-remember.el (org-remember-handler): Reinterpretation of the
703         prefix argument.
705 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
707         * org-agenda.el (org-agenda-get-scheduled): Use new
708         `org-scheduled' face.
710         * org-faces.el (org-scheduled): New face.
712         * org-wl.el (org-wl-open): Remove incorrect declaration.
714         * org-gnus.el (org-gnus-store-link): Support for :to information
715         in gnus links.
717         * org-exp.el (org-export-as-html): Fixed typo in creator
718         information.
719         (org-export-protect-examples): New parameter indent.  Insert extra
720         spaces only when this parameter is specified.
721         (org-export-preprocess-string): Call `org-export-protect-examples'
722         with an indentation parameter when exporting to ASCII.
724         * org-remember.el (org-remember-templates)
725         (org-remember-apply-template): Allow the file component to be a
726         function.
728         * org.el (org-goto-local-search-headings): Renamed from
729         `org-goto-local-search-forward-headings'.  Added the possibility
730         to search backwards.
732 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
734         * org-export-latex.el (org-export-latex): New customization
735         group.
737         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
739 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
741         * org-exp.el (org-html-do-expand): Allow {} to terminate
742         tex macro
744 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
746         * org.el (org-buffer-list): Select buffers based on major mode,
747         not on file name.
749 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
751         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
752         face property.
754         * org-colview.el (org-columns-display-here): Use
755         `org-columns-modify-value-for-display-function'.
757         * org-colview-xemacs.el (org-columns-display-here): Use
758         `org-columns-modify-value-for-display-function'.
760 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
762         * org.el (org-columns-modify-value-for-display-function): New option.
774         * org-publish.el (org-publish-file): Make sure the directory match
775         for the publishing directory works correctly.
777         * org-agenda.el (org-agenda-execute-calendar-command)
778         (org-agenda-diary-entry): Additional optional argument.
780 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
782         * org-exp.el (org-export-as-html): Add attributes also in mailto
783         and ftp links.
785         * org.el (org-autoload): Add `org-dblock-write:columnview'.
794 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
796         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
797         sure that calls from `org-export-region-as-html' do not do the
798         special check for a subtree.
800 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
802         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
804 2008-07-20  Juri Linkov  <juri@jurta.org>
806         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
807         new keymap `narrow-map' instead of binding "\C-xns".
809 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
811         * org.el (org-open-file): Use
812         `org-open-directory-means-index-dot-org'.
813         (org-open-directory-means-index-dot-org): New option.
815 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
817         * org.el (org-make-link-string): Remove link attributes from
818         description.
819         (org-open-at-point): Remove link attributes bevore using the path.
821         * org-exp.el (org-export-as-html): Handle link attributes.
823         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
825         * org-table.el (org-table-to-lisp): New function.
827         * org.el (org-narrow-to-subtree): Do not include the final newline
828         into the narrowed region.
830         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
831         bug with user-define skipping condition.
833 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
835         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
837 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
839         * org-exp.el (org-export-html-style-default): Automatic overflow
840         handling for pre fields.
841         (org-export-as-ascii, org-export-as-html): Change default format
842         for time stamp.
844         * org-table.el (org-table-export): Offer completion for translator
845         functions, and do not require a heading above the table.
847         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
848         Cater for the case of a list starting in the first line of the
849         buffer.
851 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
853         * org-publish.el (org-publish-find-title): Bug fix.
854         (org-publish-org-index): Implement new :index-style option.
856 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
858         * org-publish.el (org-publish-timestamp-filename): Use
859         SHA1-encoded file names in the timestamp directory.
861 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
863         * org-publish.el (org-publish-needed-p): Be verbose about files
864         published and files skipped.
866         * org-exp.el (org-export-preprocess-string): Swap link
867         normalization and inernal link targeting.
869         * org-publish.el (org-publish-needed-p): Create timestamp
870         directory when it does not exist.
872 2008-07-04  Bastien Guerry  <bzg@altern.org>
874         * org-clock.el (org-clock-out-when-done): Doc fix.
876         * org.el (org-agenda-skip-unavailable-files): Doc fix.
878         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
879         Ignore case when searching for the COMMENT cookie at export time.
881 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
883         * org-exp.el (org-get-file-contents)
884         (org-get-and-remove-property): New functions.
885         (org-export-handle-include-files): Handle the new prefix options.
886         (org-export-as-html): Fix the verse environment.
888 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
890         * org.el (org-time=, org-time<, org-time<=, org-time>)
891         (org-time>=, org-time<>, org-2ft): New functions.
892         (org-op-to-function): Also provide for the time testing fucntions.
894 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
896         * org-exp.el (org-export-html-style-default): New constant.
898 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
900         * org-exp.el (org-export-html-style-extra): New variable.
901         (org-export-splice-style): New function.
903 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
905         * org-exp.el (org-export-plist-vars, org-export-as-html):
906         Implement `org-export-creator-info'.
907         (org-export-creator-info): New option.
909 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
911         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
912         (org-property-drawer-re, org-clock-drawer-re): New constants.
914 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
916         * org-exp.el (org-icalendar-use-deadline)
917         (org-icalendar-use-scheduled): New options.
918         (org-icalendar-include-todo): Default changed to t.
919         (org-print-icalendar-entries): Implement better utilization of
920         scheduling and deadline time stamps.
921         (org-export-target-internal-links, org-export-as-html): Allow file
922         lines without the "file:" prefix if the file path is an absolute
923         path or starts with ".".
925         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
926         lastweek etc.
927         (org-clock-special-range): Also undertand yesterday, lastweek etc.
929 2008-06-18  Glenn Morris  <rgm@gnu.org>
930         * org.el (org-map-entries): Let-bind `file'.
932 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
934         * org.el (org-agenda-skip-archived-trees): Docstring now
935         discourages using this.
936         (org-scan-tags): Check for org-agenda-archives-mode.
937         (org-map-entries): Make sure org-agenda-archives-mode is nil.
938         (org-agenda-files): Functionality of second arg changed.
940         * org-agenda.el (org-agenda-archives-mode): New variable
941         (org-write-agenda, org-prepare-agenda, org-agenda-list)
942         (org-search-view, org-todo-list, org-tags-view)
943         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
944         `ifmode' argument.
945         (org-agenda-quit): Reset the archives mode.
946         (org-agenda-archives-mode): New command.
947         (org-agenda-set-mode-name): Include archives info.
949 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
951         * org.el (org-paste-subtree): Make sure the yanked headline is
952         visible if it was yanked at a visible point.
953         (org-move-item-up): Fix the bug with moving white space at the end
954         of the item.
955         (org-show-empty-lines-in-parent): New function.
957 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
959         * org-colview.el (org-columns-next-allowed-value): Bug fix.
961         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
963         * org-agenda.el (org-agenda-get-closed): Get the end time into the
964         agenda prefix as well.
966         * org-publish.el (org-publish-org-index): Make a properly indented
967         list.
969         * org.el (org-calendar-agenda-action-key): New option.
970         (org-get-cursor-date): New function.
971         (org-mark-entry-for-agenda-action): New command.
972         (org-overriding-default-time): New variable.
973         (org-read-date): Respect `org-overriding-default-time'.
975         * org-remember.el (org-remember-apply-template): Respect the
976         ovverriding default time.
978         * org-agenda.el (org-agenda-action-marker): New variable.
979         (org-agenda-action): New command.
980         (org-agenda-do-action): New function.
982 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
984         * org.el (org-schedule, org-deadline): Protect scheduled and
985         deadline tasks against changes that accidently remove the
986         repeater.  Also show a message with the new date when done.
988 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
990         * org.el (org-beginning-of-line): Cater for the case when there
991         are tags but no headline text.
992         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
993         it set.
995 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
997         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
998         the return value is nil instead of "nil" when there is no match.
1000         * org-exp.el (org-insert-centered): Use fill-column instead of
1001         80.
1002         (org-export-as-ascii): Use string-width to measure the width of
1003         the heading.
1005         * org.el (org-diary-to-ical-string): No longer kill buffer
1006         FROMBUF, this is now done by the caller.
1008         * org-exp.el (org-print-icalendar-entries): Move the call to
1009         `org-diary-to-ical-string' out of the loop, and kill the buffer
1010         afterwords.
1012         * org-remember.el (org-remember-visit-immediately): Position
1013         cursor after moving to the note.
1014         (org-remember-apply-template): Use a text property to record the
1015         cursor position.
1016         (org-remember-handler): Align tags after pasting the note.
1018 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1020         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1022         * org-agenda.el (org-agenda-open-link): If there is an
1023         org-bbdb-name property in the current line, jump to that bbdb
1024         entry.
1026         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1027         text property, so that the agenda knows where this entry comes
1028         from.
1030         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1031         interaction between clocking-in from the agenda, and  automatic
1032         task state switching.
1034         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1036         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1037         zmacs-region stays after this command in XEmacs.
1039 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1041         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1043         * org-remember.el (org-remember-templates): Fix bug in
1044         customization type definition.
1046         * org.el (org-map-entries): New function.
1048 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1050         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1051         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1053 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1055         * org-remember.el (org-jump-to-target-location): New variable.
1056         (org-remember-apply-template): Set
1057         `org-remember-apply-template' if requested by template.
1058         (org-remember-handler): Start an idle timer to jump to
1059         remember location.
1061         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1063         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1064         file tags.
1065         (org-get-tags-at): Add the content of `org-file-tags'.
1067         * org-exp.el (org-export-handle-comments): Fix bug with several
1068         comment lines after each other.
1069         (org-number-to-roman, org-number-to-counter): New functions.
1070         (org-export-section-number-format): New option.
1072 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1074         * org-exp.el (org-export-protect-examples): Catch the case of a
1075         missing end_example line.
1077         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1078         `org-file-tags' to nil.
1080         * org-colview.el (org-columns-next-allowed-value): Handle next
1081         argument NTH to directly select a value.
1083         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1084         argument NTH to directly select a value.
1086 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1088         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1090 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1092         * org.el (org-columns-ellipses): New option.
1094 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1096         * org-colview.el (org-columns-add-ellipses): New function.
1097         (org-columns-compact-links): New function.
1098         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1099         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1100         when in agenda.
1101         (org-columns-edit-value): Fixed bug with editing values from
1102         agenda column view.
1103         (org-columns-redo): Also redo the agenda itself.
1105 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1107         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1108         option.
1110         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1112         * org-exp.el (org-export-ascii-preprocess): Renamed from
1113         `org-export-ascii-clean-string'.
1114         (org-export-kill-licensed-text)
1115         (org-export-define-heading-targets)
1116         (org-export-handle-invisible-targets)
1117         (org-export-target-internal-links)
1118         (org-export-remove-or-extract-drawers)
1119         (org-export-remove-archived-trees)
1120         (org-export-protect-quoted-subtrees)
1121         (org-export-protect-verbatim, org-export-protect-examples)
1122         (org-export-select-backend-specific-text)
1123         (org-export-mark-blockquote-and-verse)
1124         (org-export-remove-comment-blocks-and-subtrees)
1125         (org-export-handle-comments, org-export-mark-radio-links)
1126         (org-export-remove-special-table-lines)
1127         (org-export-normalize-links)
1128         (org-export-concatenate-multiline-links)
1129         (org-export-concatenate-multiline-emphasis): New functions,
1130         obtained from spliiting the export preprocessor.
1132         * org-table.el (org-table-recalculate): Improve error message if
1133         the row number is invalid.
1135 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1137         * org-archive.el (org-archive-save-context-info): Fix bugs in
1138         customization setup and docstring.
1140         * org-exp.el (org-export-html-style): Changed the size of in the
1141         <pre> element to 90%.
1143 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1145         * org.el (org-find-src-example-start): Function removed.
1146         (org-edit-src-find-region-and-lang): New function.
1148 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1150         * org.el (org-edit-src-exit): New function.
1151         (org-exit-edit-mode): New minor mode.
1153         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1154         comment-like lines from protected examples.
1156         * org.el (org-edit-src-example, org-find-src-example-start)
1157         (org-protect-source-example, org-edit-special): New functions.
1159 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1161         * org-publish.el (org-publish-project-alist): Fix typo in
1162         docstring.
1163         (org-publish-project-alist): Handle :index-title property.
1165 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1167         * org-export-latex.el (org-export-as-latex): Make sure region
1168         bounds are correct.  Parse subtree properties relating to export.
1170         * org-exp.el (org-export-add-options-to-plist): New function.
1171         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1173 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1175         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1176         EXPORT_TITLE.
1178         * org-exp.el (org-export-get-title-from-subtree)
1179         (org-export-as-ascii, org-export-as-html): Make sure the original
1180         region-beginning and region-end are used, even after moving
1181         point.
1182         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1183         property.
1185         * org-remember.el (org-remember-last-stored-marker): New variable.
1186         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1187         (org-remember-handler): Also use marker to remember
1188         last-stored position.
1190         * org.el (org-goto-marker-or-bmk): New function.
1192 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1194         * org.el (org-file-properties): Renamed from `org-local-properties'.
1195         (org-scan-tags): Take file tags into account.
1196         (org-tags-match-list-sublevels): Default changed to t.
1198         * org-exp.el (org-export-as-html): Close paragraph after a
1199         footnote.
1201         * org.el (org-update-parent-todo-statistics): New function.
1203         * org-exp.el (org-icalendar-store-UID): New option.
1204         (org-icalendar-force-UID): Option removed.
1205         (org-print-icalendar-entries): IMplement UIDs.
1207 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1209         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1211 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1213         * org-faces.el (org-column): Document how this face is being used
1214         and why sometimes the background faces shine through.
1216         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1218         * org-publish.el (org-publish-attachment): Create publishing
1219         directory if it does not yet exist.
1221         * org-table.el (org-calc-default-modes): Change default number
1222         format to (float 8).
1224         * org.el (org-olpath-completing-read): New function.
1225         (org-time-clocksum-format): New option.
1226         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1228         * org-clock.el (org-clock-display, org-clock-out)
1229         (org-update-mode-line): Use `org-time-clocksum-format'.
1231         * org-colview-xemacs.el (org-columns-number-to-string): Use
1232         `org-time-clocksum-format'.
1234         * org-colview.el (org-columns-number-to-string): Use
1235         `org-time-clocksum-format'.
1237 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1239         * org-id.el: New file, move from contrib to core.
1241         * org-exp.el (org-icalendar-force-UID): New option.
1243 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1245         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1246         shifted by one day if theere is a date range without an end
1247         time.
1249         * org.el (org-try-structure-completion): New function.
1251 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1253         * org.el (org-set-font-lock-defaults): Improve fontification of
1254         description lists.
1255         (org-insert-item): Handle description lists.
1256         (org-adaptive-fill-function): Improve auto indentation in
1257         description lists.
1259         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1260         Implement VERSE environment.
1261         (org-export-preprocess-string): Implement the COMMENT
1262         environment.
1264         * org-export-latex.el (org-export-latex-preprocess): Implement
1265         VERSE environment.
1267 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1269         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1270         option.
1272 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1274         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1276         * org.el (org-quote-csv-field): New functions.
1278         * org-table.el (org-table-export-default-format): Remove :splice
1279         from default format, we get the same effect by not specifying
1280         :tstart and :tend.
1281         (org-table-export): Improve setup, distinguish better between
1282         interactive and non-interactive use, allow specifying the format
1283         on the fly, better protection against wrong file names.
1284         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1285         and :tend when :splice is omitted.
1287 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1289         * org-clock.el (org-clock-select-task): Make sure the selection
1290         letters are 1-9 and A-Z, no special characters.
1292 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1294         * org-exp.el (org-export-htmlize): New group.
1295         (org-export-htmlize-output-type)
1296         (org-export-htmlize-css-font-prefix): New options.
1297         (org-export-htmlize-region-for-paste): New function.
1298         (org-export-htmlize-generate-css): New command.
1300 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1302         * org/org.el (org-modules, org-format-latex-options):
1303         * org/org-archive.el (org-archive-stamp-time)
1304         (org-archive-save-context-info):
1305         * org/org-faces.el (org-hide):
1306         * org/org-irc.el (org-irc-parse-link):
1307         * org/org-macs.el (org-call-with-arg, org-autoload):
1308         * org/org-mew.el (org-mew-store-link):
1309         * org/org-remember.el (org-remember-store-without-prompt)
1310         (org-remember-templates): Fix typos in docstrings.
1312         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1314         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1315         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1316         (org-bbdb-anniv-split): Fix typos in docstrings.
1318         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1319         (org-publish-use-timestamps-flag): Reflow docstring.
1320         (org-publish-files-alist): Fix typos in docstring.
1322 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1324         * org.el (org-set-visibility-according-to-property): New function.
1325         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1326         and compute the regular expressions, and update font-lock.
1327         (org-property-re): Allow a dash in property names.
1329         * org-archive.el (org-extract-archive-file): Insert the file name
1330         without the path into the format, to allow the location format to
1331         contain a subdirectory.
1333         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1334         of buffer, and the `org-agenda-type' property undefined, use the
1335         value from the character before.
1337         * org.el (org-add-planning-info): Don't let indentation for
1338         would-be timestamp become extra whitespace at the end of headline.
1340 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1342         * org.el (org-remove-double-quotes, org-file-contents): New
1343         functions.
1345         * org-exp.el (org-infile-export-plist): Also parse the
1346         contents of #+SETUPFILE files, recursively.
1348         * org.el (org-set-regexps-and-options): Also parse the
1349         contents of #+SETUPFILE files, recursively.
1351         * org-exp.el (org-export-handle-include-files): New function.
1352         (org-export-preprocess-string): Call
1353         `org-export-handle-include-files'.
1355         * org.el (org-delete-property-globally)
1356         (org-delete-property, org-set-property): Ignore case during
1357         completion.
1358         (org-set-property): Use `org-completing-read' instead of
1359         `completing-read'.
1361         * org.el (org-complete-expand-structure-template): New,
1362         experimental function.
1363         (org-structure-template-alist): New, experimental option.
1364         (org-complete): Call `org-complete-expand-structure-template'.
1366 2008-05-06  Bastien Guerry  <bzg@altern.org>
1368         * org-export-latex.el (org-export-latex-preprocess): Added
1369         support for blockquotes.
1371 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1373         * org.el (org-read-date-analyze): Catch the case where only a
1374         weekday is given.
1376 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1378         * org.el (org-set-font-lock-defaults): Make the description
1379         tag bold.
1381         * org-exp.el (org-export-as-html, org-close-li): Implement
1382         description lists.
1384 2008-05-04  Jason Riedy  <jason@acm.org>
1386         * org-table.el (*orgtbl-default-fmt*): New variable.
1387         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1388         when there is no other fmt available.
1390         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1391         :tend to suppress the appropriate string.
1393         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1394         table.
1396 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1398         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1399         read date.
1401         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1402         New function.
1404         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1405         New function.
1407 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1409         * org-clock.el (org-clock-find-position): Don't include notes
1410         into clock drawer.
1412         * org-archive.el (org-archive-subtree): No longer remove an
1413         extra line after cutting the subtree.  `org-cut-subtree' already
1414         takes care of this.
1416         * org-remember.el (org-remember-handler): Only kill the target
1417         buffer if it does not contain the running clock.
1419         * org.el (org-markers-to-move): New variable.
1420         (org-save-markers-in-region, org-check-and-save-marker)
1421         (org-reinstall-markers-in-region): New function.
1422         (org-move-subtree-down, org-copy-subtree): Remember relative
1423         marker positions before cutting.
1424         (org-move-subtree-down, org-paste-subtree): Restore relative
1425         marker positions after pasting.
1427         * org-remember.el (org-remember-clock-out-on-exit): New option.
1428         (org-remember-finalize): Clock out only if the setting in
1429         `org-remember-clock-out-on-exit' requires it.
1430         (org-remember-handler): Do the cleanup in the buffer, to make sure
1431         that the clock marker remains in tact.
1433 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1435         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1436         (org-clock-in): Make sure that also tasks outside the narrowed
1437         region will be clocked in correctly.
1438         (org-clock-insert-selection-line): Widen the buffer so that we can
1439         find the correct task heading.
1441         * org.el (org-base-buffer): New function.
1443         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1444         and ";" are escaped.
1445         (org-print-icalendar-entries): Also apply
1446         `org-icalendar-cleanup-string' to the headline, not only to the
1447         summary property.
1449 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1451         * org-exp.el (org-export-preprocess-hook): New hook.
1452         (org-export-preprocess-string): Call
1453         `org-export-preprocess-hook'.
1455         * org.el (org-font-lock-hook): New variable.
1456         (org-font-lock-hook): New function.
1457         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1459 ;; Local Variables:
1460 ;; coding: utf-8
1461 ;; add-log-time-zone-rule: t
1462 ;; End:
1464     Copyright (C) 2008  Free Software Foundation, Inc.
1466   This file is part of GNU Emacs.
1468   GNU Emacs is free software: you can redistribute it and/or modify
1469   it under the terms of the GNU General Public License as published by
1470   the Free Software Foundation, either version 3 of the License, or
1471   (at your option) any later version.
1473   GNU Emacs is distributed in the hope that it will be useful,
1474   but WITHOUT ANY WARRANTY; without even the implied warranty of
1475   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1476   GNU General Public License for more details.
1478   You should have received a copy of the GNU General Public License
1479   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1481 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c