Fix typo.
[org-mode.git] / lisp / ChangeLog
blob42816695da19b0f026d424a73fc3219d8af284c5
1 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-link-translation-function): New option.
4         (org-open-at-point): Call `org-link-translation-function' if
5         non-nil.
6         (org-translate-link): New function.
7         (org-translate-link-from-planner): New function.
8         (org-open-at-point): Allow interactive commands in elisp links.
10         * org-exp.el (org-icalendar-cleanup-string): Restore the old
11         iCalendar quoting.  The new one seems to caus problems with
12         applications.
14         * org.el (org-yank): Set `this-command' to `yank', so that
15         `yank-pop' will work.
17 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
20         compliance as far as quoting is concerned.
22         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
23         hexified version of the tag.
25         * org-vm.el (org-vm-follow-link): Require `vm-search'.
27         * org.el (org-up-heading-safe, org-forward-same-level): Always
28         call `org-back-to-heading' instead of `outline-back-to-heading'.
29         (org-back-to-heading): New wrapper around outline-back-to-heading,
30         with a useful error message telling where the error happened.
32         * org-list.el (org-update-checkbox-count): Always call
33         `org-back-to-heading' instead of `outline-back-to-heading'.
35         * org-exp.el (org-export-as-html): Make sure that each <img> tag
36         has an `alt' attribute, to ensure XHTML validation.
38 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
40         * org-publish.el (org-publish-attachment): Allow publishing to
41         overwrite attachment files.
43         * org-agenda.el (org-agenda-timerange-leaders): New option.
44         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
46         * org.el (org-edit-src-exit): Untabify ASCII image before
47         returning.
60 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
62         * org.el (org-yank): Make any prefix force normal yanking.
63         Suppress folding if text would be swallowed into a folded
64         subtree.
65         (org-yank-folded-subtrees, org-yank): Docstring updates.
67         * org-agenda.el (org-agenda-compare-effort): Treat no effort
68         defined as 0.
70         * org-exp.el (org-export-language-setup): Add Catalan and
71         Esperanto language entries.
73 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
75         * org.el (org-refile): Allow refiling of entire regions.
77         * org-clock.el (org-clock-time%): New function.
79         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
80         retrieve property values.
82 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
84         * org-agenda.el (org-agenda-list): Handle the value `only' of
85         org-agenda-show-log'.
86         (org-agenda-log-mode): Interpret a double prefix arg.
88 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
90         * org-exp.el (org-export-html-footnotes-section): New variable.
91         (org-export-as-html): Use `org-export-html-footnotes-section' to
92         insert the footnotes.
93         (org-export-language-setup): Add "Footnotes" to language words.
95 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org.el (org-yank): Fix bug when not inserting a subtree.
99 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
101         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
102         instead of `vm-beginning-of-message'.
104         * org.el (org-make-link-regexps): Make sure that links to gnus can
105         contain brackets.
107 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
109         * org-attach.el (org-attach-dir): Remove duplicate ID creation
110         code.
112         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
113         shell output.
115         * org.el (org-link-abbrev-alist): Improve customization type.
117         * org-attach.el (org-attach-expand-link, org-attach-expand): New
118         functions.
120         * org-agenda.el (org-agenda-get-progress): Renamed from
121         `org-get-closed'.  Implement searching for state changes as well.
122         (org-agenda-log-mode-items): New option.
123         (org-agenda-log-mode): New option prefix argument, interpreted as
124         request to show all possible progress info.
125         (org-agenda-get-day-entries): Call `org-get-progress' instead of
126         `org-get-closed'.
127         (org-agenda-set-mode-name): Handle the more complex log mode
128         settings.
129         (org-get-closed): New alias, pointing to `org-get-progress'.
131 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
133         * org.el (org-file-apps-defaults-gnu)
134         (org-file-apps-defaults-macosx)
135         (org-file-apps-defaults-windowsnt): Add an entry defining the
136         system command.
137         (org-file-apps): Allow `system' as key and value.
138         (org-open-at-point): Explain the effect of a double prefix arg.
139         (org-open-file): If the argument `in-emacs' is (16),
140         i.e. corresponding to a double prefix argument, try to open the
141         file externally.
143 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
145         * org.el (org-insert-link): Abbreviate absolute files names in
146         links.  Also, fix a bug in which the double C-u prefix would not
147         be honored.
149 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
151         * org.el (org-insert-heading): If buffer does not end with a
152         newline, add one if necessary to insert headline correctly.
154         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
155         paragraphs, not inside.
157         * org.el (org-todo): Quote
158         `org-agenda-headline-snapshot-before-repeat'.
160         * org-exp.el (org-export-as-html): Fully process link descriptions.
161         (org-export-html-format-desc): New function.
162         (org-export-as-html): Collect footnotes into the correct basket.
163         (org-html-protect): No longer protect quotations marks here, this
164         goes wrong.
166         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
167         BEG.
169         * org-compat.el (org-fit-window-to-buffer): New function (not
170         really, a preliminary and incomplete version was present earlier,
171         but not used).
173         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
174         `org-fit-window-to-buffer'.
176         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
178         * org-agenda.el (org-agenda-get-restriction-and-command)
179         (org-fit-agenda-window, org-agenda-convert-date): Use
180         `org-fit-window-to-buffer'.
182         * org-exp.el (org-export-as-html): Process href links through
183         `org-export-html-format-href'.
184         (org-export-html-format-href): New function.
186         * org-agenda.el (org-agenda-todo): Update only the current
187         headline if this is a repeated TODO, marked done for today.
188         (org-agenda-change-all-lines): New argument JUST-THIS, to change
189         only the current line.
191         * org.el (org-todo): Take a snapshot of the headline if the
192         repeater might change it.
194 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
196         * org-publish.el (org-publish-find-title): Remove buffers visited
197         only for extracting the title.
199         * org-exp.el (org-export-html-style)
200         (org-export-html-style-default): Mark style definitions as
201         unparsed CDATA.
203         * org-publish.el (org-publish-validate-link): Function
204         re-introduced.
206 2008-11-02  Charles Sebold  <csebold@gmail.com>
208         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
209         property.
210         (org-plot-quote-timestamp-field): New function.
211         (org-plot-quote-tsv-field): Call timestamp field function when
212         necessary rather than just quoting as a string.
213         (org-plot/gnuplot-to-data): Pass in timefmt property.
214         (org-plot/gnuplot-script): Supports timefmt property.
215         (org-plot/gnuplot): Checks for timestamp column before checking
216         for text index column.
218 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
220         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
222         * org-publish.el (org-publish-org-index): Create a section in the
223         index file.
224         (org-publish-org-index): Stop linking to directories.
226         * org.el (org-emphasis-alist): Use span instead of <u> to
227         underline text.
229         * org-exp.el (org-export-as-html): Make sure <p> is closed before
230         <pre> sections.
232 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
234         * org-jsinfo.el (org-infojs-template): Remove language attribute
235         from script tag.
237 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
239         * org-agenda.el (org-agenda-remove-marked-text): New function.
240         (org-agenda-mark-filtered-text)
241         (org-agenda-unmark-filtered-text): New functions.
242         (org-write-agenda): Remove fltered text.
244         * org.el (org-make-tags-matcher): Give access to TODO "property"
245         without speed penalty.
247 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
249         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
250         option.
251         (org-store-link-props): Make sure adding to the plist works
252         correctly.
254         * org-gnus.el (org-gnus-no-new-news): New function.
255         (org-gnus-follow-link): Allow the article ID to be a message-id,
256         in addition to allowing article numbers.  Message IDs make much
257         more roubust links.
258         (org-gnus-store-link): Use message-id to create link.
260 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
262         * org.el (org-emphasize): Reverse the selection array.
263         (org-emphasis-alist): Set <code> tags for the verbatim
264         environment.
266         * org-remember.el (org-remember-handler): Fix bug with
267         prefix-related changing of the note storage target.
269         * org-exp.el (org-print-icalendar-entries): Make the exported
270         priorities compatible with RFC 2445.
272         * org-clock.el (org-clock-save): Insert time stamp without
273         dependence on time-stamp.el.
275 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
277         * org.el ("saveplace"): If saveplace puts point into an invisible
278         location, make it visible.
279         (org-make-tags-matcher): Allow inactive time stamps in time
280         comparisons.
281         (org-yank-adjusted-subtrees): New option.
282         (org-yank): Incorporate adjusting trees.
283         (org-paste-subtree): New argument FOR-YANK which will cause
284         insertion at point without backing up over white lines, and leave
285         point at the end of the inserted text.  Also if the cursor is
286         at the beginning of a headline, use the same level or the inserted
287         tree.
289         * org-publish.el (org-publish-get-base-files-1): Deal correctly
290         with broken symlinks
292 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
294         * org-exp.el (org-export-select-tags, org-get-current-options):
295         Fix typo.
297 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
299         * org-agenda.el (org-format-agenda-item)
300         (org-agenda-filter-make-matcher): Make sure tags are stored and
301         compared donwcased.
303 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
305         * org.el (org-insert-todo-heading): Fix bug with force-heading
306         argument.
308 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
310         * org-clock.el (org-clock-in-resume): Add a custom option to
311         toggle starting the clock from an open clock line.
312         (org-clock-in): When clocking in to an entry, if
313         `org-clock-in-resume' is set, check if the first clock line is
314         open and if so, start the clock from the time in the clock line.
315         (org-clock-persist): Add a custom option to toggle clock
316         persistence.
317         (org-clock-persist-query-save): Add a custom option to toggle
318         asking the user if they want to save the running clock when
319         exiting.
320         (org-clock-persist-query-resume): Add a custom option to toggle
321         asking the user if they want to resume the saved clock when Emacs
322         is restarted.
323         (org-clock-save): Add a function to save clock data.
324         This includes the contents of `org-clock-history' and the buffer
325         and position of the currently clocked task, if any.
326         (org-clock-load): Add a function to load clock data.
327         This populates `org-clock-history', and resumes the saved clocked
328         task if there is one.
329         (org-clock-persistence-insinuate): Add a method to set up the
330         hooks for clock persistence.
332 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
334         * org-exp.el (org-export-as-ascii): Handle the case that we are
335         publishing from an indirect buffer.
337         * org-table.el (org-table-copy-down): Fix bug with time stamp
338         increment.
340         * org-mouse.el (org-mouse-features): New option.
341         (org-mode-hook): Turn on features depending on
342         `org-mouse-features'.
344         * org.el (org-insert-heading-respect-content): Force heading
345         creation.
346         (org-insert-heading): keep the folding state of the heading before
347         the inserted one.
349 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
351         * org-archive.el (org-archive-to-archive-sibling): Handle top
352         level headlines better.
354 2008-10-21  Bastien Guerry  <bzg@altern.org>
356         * org-export-latex.el (org-export-latex-classes): Added
357         \usepackage{graphicx} to the default list of packages.
359 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
361         * org-agenda.el (org-agenda-filter): Renamed from
362         `org-agenda-filter-tags'.
364 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
366         * org.el (org-entry-properties): Add CATEGORY property, iven if it
367         is not defined as a property in this entry.
368         (org-add-log-note): Mask prefix argument when immediately storing
369         the note.
371         * org-agenda.el (org-agenda-filter-effort-default-operator): New
372         option.
374 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
376         * org.el (org-add-log-setup): Bugfix; code to find insertion point
377         after drawers was skipping ahead one line too many, so notes were
378         inserted after the first note instead of before it.
380 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
382         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
383         New variables.
384         (org-prepare-agenda): Reset the filter tags.
385         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
386         Show filter tags in mode line.
388         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
389         formatter.
391         * org-export-latex.el (org-latex-entities-regexp): New constant.
392         (org-export-as-pdf): Use two calls to `shell-command'.
394 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
396         * org-export-latex.el (org-export-latex-treat-sub-super-char):
397         Honor the {} value of the subsuperscript setting.  Make sure that
398         longer subsuperscripts are typeset in a roman font.
400         * org.el (org-clock-update-time-maybe): Compute negative clock
401         intervals correctly.
403 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
405         * org.el (org-add-log-setup): Respect
406         `org-log-state-notes-insert-after-drawers'.
407         (org-log-state-notes-insert-after-drawers): New option.
408         (org-todo-trigger-tag-changes): New function.
409         (org-todo): Call `org-todo-trigger-tag-changes'.
411 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
413         * org.el (org-add-log-setup): Only skip drawers if the are
414         immediately after the scheduling keywords.
416         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
417         function
418         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
419         call it with the current todo state to get the state to switch to
420         when clocking in.
421         (org-clock-in): Use org-indent-line-function to indent clock lines.
422         (org-clock-find-position): Fix indentation of empty clock drawers.
424 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
426         * org-publish.el (org-publish-org-to): Handle case when
427         org-export-to-pdf does return a file name, not a buffer.
428         (org-publish-org-to-pdf): New function.
430         * org-export-latex.el (org-export-as-pdf)
431         (org-export-as-pdf-and-open): New commands.
433         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
434         forms as ranges.
436         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
437         things in protexted regions.
439 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
441         * org-export-latex.el (org-export-latex-preprocess): Improve
442         quoting of LaTeX environments.
444 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
446         * org.el (org-edit-fixed-width-region): Exclude final newline from
447         picture area.
449         * org-export-latex.el (org-export-latex-subcontent): Add labels to
450         sections, to make internal links work.
451         (org-export-latex-fontify-headline): Do not remove all text
452         properties, to make sure that target properties survive this
453         process.
455         * org-exp.el (org-export-preprocess-string): Change sequence of
456         modifications, to make sure links are prepared before the LaTeX
457         conversions do happen.
459 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
461         * org-attach.el (org-attach-delete-all): Renamed from
462         `org-attch-delete'.  Add a security query before deleting the
463         entire directory.  New optional argument FORCE can overrule the
464         security query.
465         (org-attach-delete-one): New command.
467 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
469         * org-attach.el (org-attach-file-list): Fix bug with directory.
471 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
473         * org.el (org-apps-regexp-alist): New function.
474         (org-file-apps): Add auto-mode to the default value.
475         (org-open-file): Use the new structure of org-file-apps.
477         * org-attach.el (org-attach): Support the new keys.
478         (org-attach-method): New option.
480 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
482         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
483         March.
485         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
486         of the list value o `org-use-tag-inheritance'.
488         * org-attach.el (org-attach-auto-tag): New option.
489         (org-attach-tag, org-attach-untag): New functions.
490         (org-attach-attach, org-attach-new, org-attach-sync): Call
491         `org-attach-tag'.
492         (org-attach-delete): Call `org-attach-untag'.
494 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
496         * org-table.el (orgtbl-self-insert-command): Make this work for
497         the keypad as well.
499 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
501         * org.el (org-add-log-setup): Limit searc for drawers to entry
502         text, not to subtree.
504         * org-clock.el (org-clock-heading-for-remember): New variable.
505         (org-clock-in): Set `org-clock-heading-for-remember'.
507 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
509         * org-remember.el (org-remember-apply-template): Add new
510         expansions: %k, %K for currently clocked task and a link to the
511         currently clocked task, and %< to file notes in the currently
512         clocked task.
514 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
516         * org-export-latex.el (org-export-latex-make-header): Also insert
517         the content of the property :latex-header-extra.
519         * org-exp.el (org-infile-export-plist): Put the content of
520         #+LATEX_HEADER: into the property :latex-header-extra.
522         * org-colview.el (org-columns-get-format-and-top-level): Remove
523         resetting the marker.
525         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
526         Remove resetting the marker.
528         * org.el (org-entry-property-inherited-from): Improve docstring.
529         (org-entry-get-with-inheritance): Reset marker before starting the
530         search.
532         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
534 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
536         * org.el (org-entry-get-multivalued-property)
537         (org-entry-protect-space, org-entry-restore-space): New
538         functions.
539         (org-file-apps-defaults-macosx): Let postscript files be opened by
540         preview.
541         (org-time-stamp-inactive): Call `org-time-stamp'.
542         (org-time-stamp): New argument `inactive'.  Also edit inacive
543         stamps. Convert time stamp type.
544         (org-open-file): Interpret the `default' value for the `command'
545         in `org-file-apps'.
547         * org-id.el (org-id-int-to-b36-one-digit)
548         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
549         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
550         b36.
552 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
554         * org-id.el (org-id-reverse-string): New function.
555         (org-id-new): Use `org-id-reverse-string' to make sure the
556         beginning chars of the ID are mutating fast.  This allows to use a
557         directory structure to spread things better.
558         (org-id-prefix): Changed default to nil.
560         * org-list.el (org-move-item-down, org-move-item-up): Remember and
561         restore the column of the cursor position.
563         * org-remember.el (org-remember-apply-template): Remove properties
564         from `initial'.
566 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
568         * org-wl.el (org-wl-open): Remove useless call to
569         `wl-thread-open-all'.
571         * org-remember.el (org-remember-handler): Fix bug with `bottom'
572         location.
574 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
576         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
577         `org-bbdb-anniversaries'.
579         * org.el (org-get-next-sibling, org-forward-same-level): New
580         functions, similar to the outline versions, but invisible headings
581         are OK.
583 2008-09-25  Bastien Guerry  <bzg@altern.org>
585         * org.el (org-auto-repeat-maybe): Insert a space between
586         the timestamp's type and the timestamp itself.
588 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
590         * org-table.el (org-table-sum): Do not format the result with %g,
591         it does rounding when there are too many digits.
593         * org.el (org-map-entries): Protect the keyword-selecting variables.
595 2008-09-23  Bastien Guerry  <bzg@altern.org>
597         * org-agenda.el (org-agenda-to-appt): Make sure the function check
598         against all agenda files.
600 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
602         * org-list.el: New file, aggregating list functions from org.el
603         and org-export-latex.el.
605         * org.el (org-edit-src-region-extra): New option.
607 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
609         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
610         time before 1am.
612 2008-09-22  Bastien Guerry  <bzg@altern.org>
614         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
616 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
618         * org-plot.el (org-plot/gnuplot): Make tables starting with a
619         hline work correctly.
620         (org-plot/gnuplot-script): Put commas at the end of each script
621         line.
623 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
625         * org.el (org-get-refile-targets): Replace links with their
626         descriptions
627         (org-imenu-get-tree): Replace links with their descriptions.
629         * org-remember.el (org-remember-apply-template): Add a new
630         expansion for adding properties to remember items.
632         * org.el (org-add-log-setup): Skip over drawers (properties,
633         clocks etc) when adding notes.
635         * org-agenda.el (org-agenda-get-closed): show durations of clocked
636         items as well as the start and end times.
638         * org-compat.el (org-get-x-clipboard-compat): Add a compat
639         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
641         * org-remember.el (org-get-x-clipboard): Use the compat
642         function to get clipboard values when x-selection-value is
643         unavailable. Use substring-no-properties instead of
644         set-text-properties to remove text properties from the clipboard
645         value.
647         * lisp/org-clock.el (org-update-mode-line): Support limiting the
648         modeline clock string, and display the full todo value in the
649         tooltip. Set a local keymap so mouse-3 on the clock string goes to
650         the currently clocked task.
651         (org-clock-string-limit): Add a custom value for the maximum
652         length of the clock string in the modeline.
653         (org-clock-mode-map): Add a keymap for the modeline string
655 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
657         * org-compat.el (org-propertize): New function.
659 2008-09-20  Bastien Guerry  <bzg@altern.org>
661         * org-export-latex.el (org-export-latex-tables): protect exported
662         tables from further special chars conversion.
663         (org-export-latex-preprocess): Preserve LaTeX environments.
664         (org-list-parse-list): Parse descriptive lists.
665         (org-list-to-generic, org-list-to-latex, org-list-to-html)
666         (org-list-to-texinfo): Export descriptive lists.
667         (org-quote-chars): Remove.
668         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
669         (org-export-latex-list-beginning-re): Rename to
670         `org-list-beginning-re'
671         (org-list-item-begin): Rename to `org-list-item-beginning'
673 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
675         * org.el (org-refile): Allow refiling to the last entry in the
676         buffer.
677         (org-get-tags-at): Fix bug when inheritance is turned off.
679 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
681         * org.el (org-indent-line-function): No longer check for src
682         regions, this is too much overhead.
684         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
685         matching.
687         * org.el (org-scan-tags): Make sure that tags matching is not case
688         sensitive.  TODO keyword matching is case sensitive, however, to
689         avoid confusion with similar words that are not meant to be
690         keywords.
692 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
694         * org.el (org-get-local-tags-at): New function.
695         (org-get-local-tags): New function.
697         * org-exp.el (org-export-get-categories): New function.
699         * org-agenda.el (org-sorting-choice)
700         (org-agenda-sorting-strategy, org-agenda-get-todos)
701         (org-agenda-get-timestamps, org-agenda-get-deadlines)
702         (org-agenda-get-scheduled, org-agenda-get-blocks)
703         (org-entries-lessp): Implement sorting by TODO state.
704         (org-cmp-todo-state): New defsubst.
706         * org-colview.el (org-colview-construct-allowed-dates): New
707         function.
708         (org-columns-next-allowed-value): Use
709         `org-colview-construct-allowed-dates'.
711         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
712         function.
713         (org-columns-next-allowed-value): Use
714         `org-colview-construct-allowed-dates'.
716 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
718         * org.el (org-protect-slash): New function.
719         (org-get-refile-targets): Use `org-protect-slash'.
721         * org-agenda.el (org-global-tags-completion-table): New variable.
723         * org-exp.el (org-export-handle-export-tags): New function.
724         (org-export-preprocess-string): Call
725         `org-export-handle-export-tags'.
727         * org-plot.el: New file.
729         * org-publish.el (org-publish-expand-components): Function removed.
730         (org-publish-expand-projects): Allow components to have components.
732 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
734         * org.el (org-indent-line-function): Do not indent in regions that
735         are external source code.
736         (org-yank-and-fold-if-subtree): New function.
738         * org-agenda.el (org-agenda-todayp): New function.
739         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
740         `org-agenda-todayp'.
742         * org.el (org-insert-heading-respect-content)
743         (org-insert-todo-heading-respect-content): New commands.
744         (org-insert-heading-respect-content): New option.
745         (org-insert-heading): Respect `org-insert-heading-respect-content'.
747         * org-clock.el (org-clock-find-position): Make sure the note after
748         the clock line gets moved into the new clock drawer.
750 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
752         * org-id.el (org-id-new): New option.
754 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
756         * org-table.el (org-table-copy-down): Avoid overflow during
757         increment.  Use prefix argument 0 to temporarily disable the
758         increment.
760 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
762         * org-exp.el (org-export-as-html): Do not turn on the major mode
763         if the buffer will be killed anyway.
764         (org-get-current-options): Exclude the #+TEXT field.
765         (org-export-as-html): Make sure text before the first headline is
766         a paragraph.
768         * org-publish.el (org-publish-org-to): Tell the exporter that this
769         buffer will be killed, so it is not necessary to do major mode
770         initialization.
772         * org-archive.el (org-archive-to-archive-sibling): Show empty
773         lines after folding the archive sibling.
775         * org.el (org-log-note-extra): New variable.
777 2008-09-05  Bastien Guerry  <bzg@altern.org>
779         * org.el (org-additional-option-like-keywords): Added keywords for
780         the _QUOTE, _VERSE and _SRC environments.
782         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
783         exporting _QUOTE and _VERSE environments.
785 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
787         * org-agenda.el (org-agenda-filter-by-tag): New command.
789         * org-exp.el (org-get-current-options): Remove angular brackets
790         from the date entry.
792         * org.el (org-edit-fixed-width-region): New function.
793         (org-edit-fixed-width-region): Also try
794         `org-edit-fixed-width-region'.
795         (org-edit-fixed-width-region-mode): New option.
796         (org-activate-code): Only interprete lines starting with colon
797         plus a space as example lines.
799         * org-remember.el (org-remember-templates): Add nil instead of
800         empty strings to fix the length of remember templates.
802         * org-table.el (org-calc-default-modes): Fix the time format for
803         calc, from 12 hour to 24 hour clock.
805 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
807         * org-agenda.el (org-agenda-get-deadlines)
808         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
809         entries that are pre-warnings of deadlines or reminders.
811         * org.el (org-sort-entries-or-items): Make numeric and alpha
812         comparisons ignore any TODO keyword and priority cookie.
814         * org-remember.el (org-remember-handler): Reinterpretation of the
815         prefix argument.
817 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
819         * org-agenda.el (org-agenda-get-scheduled): Use new
820         `org-scheduled' face.
822         * org-faces.el (org-scheduled): New face.
824         * org-wl.el (org-wl-open): Remove incorrect declaration.
826         * org-gnus.el (org-gnus-store-link): Support for :to information
827         in gnus links.
829         * org-exp.el (org-export-as-html): Fixed typo in creator
830         information.
831         (org-export-protect-examples): New parameter indent.  Insert extra
832         spaces only when this parameter is specified.
833         (org-export-preprocess-string): Call `org-export-protect-examples'
834         with an indentation parameter when exporting to ASCII.
836         * org-remember.el (org-remember-templates)
837         (org-remember-apply-template): Allow the file component to be a
838         function.
840         * org.el (org-goto-local-search-headings): Renamed from
841         `org-goto-local-search-forward-headings'.  Added the possibility
842         to search backwards.
844 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
846         * org-export-latex.el (org-export-latex): New customization
847         group.
849         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
851 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
853         * org-exp.el (org-html-do-expand): Allow {} to terminate
854         tex macro
856 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
858         * org.el (org-buffer-list): Select buffers based on major mode,
859         not on file name.
861 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
863         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
864         face property.
866         * org-colview.el (org-columns-display-here): Use
867         `org-columns-modify-value-for-display-function'.
869         * org-colview-xemacs.el (org-columns-display-here): Use
870         `org-columns-modify-value-for-display-function'.
872 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
874         * org.el (org-columns-modify-value-for-display-function): New option.
886         * org-publish.el (org-publish-file): Make sure the directory match
887         for the publishing directory works correctly.
889         * org-agenda.el (org-agenda-execute-calendar-command)
890         (org-agenda-diary-entry): Additional optional argument.
892 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
894         * org-exp.el (org-export-as-html): Add attributes also in mailto
895         and ftp links.
897         * org.el (org-autoload): Add `org-dblock-write:columnview'.
906 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
908         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
909         sure that calls from `org-export-region-as-html' do not do the
910         special check for a subtree.
912 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
914         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
916 2008-07-20  Juri Linkov  <juri@jurta.org>
918         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
919         new keymap `narrow-map' instead of binding "\C-xns".
921 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
923         * org.el (org-open-file): Use
924         `org-open-directory-means-index-dot-org'.
925         (org-open-directory-means-index-dot-org): New option.
927 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
929         * org.el (org-make-link-string): Remove link attributes from
930         description.
931         (org-open-at-point): Remove link attributes bevore using the path.
933         * org-exp.el (org-export-as-html): Handle link attributes.
935         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
937         * org-table.el (org-table-to-lisp): New function.
939         * org.el (org-narrow-to-subtree): Do not include the final newline
940         into the narrowed region.
942         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
943         bug with user-define skipping condition.
945 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
947         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
949 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
951         * org-exp.el (org-export-html-style-default): Automatic overflow
952         handling for pre fields.
953         (org-export-as-ascii, org-export-as-html): Change default format
954         for time stamp.
956         * org-table.el (org-table-export): Offer completion for translator
957         functions, and do not require a heading above the table.
959         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
960         Cater for the case of a list starting in the first line of the
961         buffer.
963 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
965         * org-publish.el (org-publish-find-title): Bug fix.
966         (org-publish-org-index): Implement new :index-style option.
968 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
970         * org-publish.el (org-publish-timestamp-filename): Use
971         SHA1-encoded file names in the timestamp directory.
973 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
975         * org-publish.el (org-publish-needed-p): Be verbose about files
976         published and files skipped.
978         * org-exp.el (org-export-preprocess-string): Swap link
979         normalization and inernal link targeting.
981         * org-publish.el (org-publish-needed-p): Create timestamp
982         directory when it does not exist.
984 2008-07-04  Bastien Guerry  <bzg@altern.org>
986         * org-clock.el (org-clock-out-when-done): Doc fix.
988         * org.el (org-agenda-skip-unavailable-files): Doc fix.
990         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
991         Ignore case when searching for the COMMENT cookie at export time.
993 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
995         * org-exp.el (org-get-file-contents)
996         (org-get-and-remove-property): New functions.
997         (org-export-handle-include-files): Handle the new prefix options.
998         (org-export-as-html): Fix the verse environment.
1000 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1002         * org.el (org-time=, org-time<, org-time<=, org-time>)
1003         (org-time>=, org-time<>, org-2ft): New functions.
1004         (org-op-to-function): Also provide for the time testing fucntions.
1006 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1008         * org-exp.el (org-export-html-style-default): New constant.
1010 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1012         * org-exp.el (org-export-html-style-extra): New variable.
1013         (org-export-splice-style): New function.
1015 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1017         * org-exp.el (org-export-plist-vars, org-export-as-html):
1018         Implement `org-export-creator-info'.
1019         (org-export-creator-info): New option.
1021 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1023         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1024         (org-property-drawer-re, org-clock-drawer-re): New constants.
1026 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1028         * org-exp.el (org-icalendar-use-deadline)
1029         (org-icalendar-use-scheduled): New options.
1030         (org-icalendar-include-todo): Default changed to t.
1031         (org-print-icalendar-entries): Implement better utilization of
1032         scheduling and deadline time stamps.
1033         (org-export-target-internal-links, org-export-as-html): Allow file
1034         lines without the "file:" prefix if the file path is an absolute
1035         path or starts with ".".
1037         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1038         lastweek etc.
1039         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1041 2008-06-18  Glenn Morris  <rgm@gnu.org>
1042         * org.el (org-map-entries): Let-bind `file'.
1044 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1046         * org.el (org-agenda-skip-archived-trees): Docstring now
1047         discourages using this.
1048         (org-scan-tags): Check for org-agenda-archives-mode.
1049         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1050         (org-agenda-files): Functionality of second arg changed.
1052         * org-agenda.el (org-agenda-archives-mode): New variable
1053         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1054         (org-search-view, org-todo-list, org-tags-view)
1055         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1056         `ifmode' argument.
1057         (org-agenda-quit): Reset the archives mode.
1058         (org-agenda-archives-mode): New command.
1059         (org-agenda-set-mode-name): Include archives info.
1061 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1063         * org.el (org-paste-subtree): Make sure the yanked headline is
1064         visible if it was yanked at a visible point.
1065         (org-move-item-up): Fix the bug with moving white space at the end
1066         of the item.
1067         (org-show-empty-lines-in-parent): New function.
1069 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1071         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1073         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1075         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1076         agenda prefix as well.
1078         * org-publish.el (org-publish-org-index): Make a properly indented
1079         list.
1081         * org.el (org-calendar-agenda-action-key): New option.
1082         (org-get-cursor-date): New function.
1083         (org-mark-entry-for-agenda-action): New command.
1084         (org-overriding-default-time): New variable.
1085         (org-read-date): Respect `org-overriding-default-time'.
1087         * org-remember.el (org-remember-apply-template): Respect the
1088         ovverriding default time.
1090         * org-agenda.el (org-agenda-action-marker): New variable.
1091         (org-agenda-action): New command.
1092         (org-agenda-do-action): New function.
1094 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1096         * org.el (org-schedule, org-deadline): Protect scheduled and
1097         deadline tasks against changes that accidently remove the
1098         repeater.  Also show a message with the new date when done.
1100 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1102         * org.el (org-beginning-of-line): Cater for the case when there
1103         are tags but no headline text.
1104         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1105         it set.
1107 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1109         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1110         the return value is nil instead of "nil" when there is no match.
1112         * org-exp.el (org-insert-centered): Use fill-column instead of
1113         80.
1114         (org-export-as-ascii): Use string-width to measure the width of
1115         the heading.
1117         * org.el (org-diary-to-ical-string): No longer kill buffer
1118         FROMBUF, this is now done by the caller.
1120         * org-exp.el (org-print-icalendar-entries): Move the call to
1121         `org-diary-to-ical-string' out of the loop, and kill the buffer
1122         afterwords.
1124         * org-remember.el (org-remember-visit-immediately): Position
1125         cursor after moving to the note.
1126         (org-remember-apply-template): Use a text property to record the
1127         cursor position.
1128         (org-remember-handler): Align tags after pasting the note.
1130 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1132         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1134         * org-agenda.el (org-agenda-open-link): If there is an
1135         org-bbdb-name property in the current line, jump to that bbdb
1136         entry.
1138         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1139         text property, so that the agenda knows where this entry comes
1140         from.
1142         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1143         interaction between clocking-in from the agenda, and  automatic
1144         task state switching.
1146         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1148         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1149         zmacs-region stays after this command in XEmacs.
1151 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1153         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1155         * org-remember.el (org-remember-templates): Fix bug in
1156         customization type definition.
1158         * org.el (org-map-entries): New function.
1160 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1162         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1163         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1165 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1167         * org-remember.el (org-jump-to-target-location): New variable.
1168         (org-remember-apply-template): Set
1169         `org-remember-apply-template' if requested by template.
1170         (org-remember-handler): Start an idle timer to jump to
1171         remember location.
1173         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1175         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1176         file tags.
1177         (org-get-tags-at): Add the content of `org-file-tags'.
1179         * org-exp.el (org-export-handle-comments): Fix bug with several
1180         comment lines after each other.
1181         (org-number-to-roman, org-number-to-counter): New functions.
1182         (org-export-section-number-format): New option.
1184 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1186         * org-exp.el (org-export-protect-examples): Catch the case of a
1187         missing end_example line.
1189         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1190         `org-file-tags' to nil.
1192         * org-colview.el (org-columns-next-allowed-value): Handle next
1193         argument NTH to directly select a value.
1195         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1196         argument NTH to directly select a value.
1198 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1200         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1202 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1204         * org.el (org-columns-ellipses): New option.
1206 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1208         * org-colview.el (org-columns-add-ellipses): New function.
1209         (org-columns-compact-links): New function.
1210         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1211         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1212         when in agenda.
1213         (org-columns-edit-value): Fixed bug with editing values from
1214         agenda column view.
1215         (org-columns-redo): Also redo the agenda itself.
1217 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1219         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1220         option.
1222         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1224         * org-exp.el (org-export-ascii-preprocess): Renamed from
1225         `org-export-ascii-clean-string'.
1226         (org-export-kill-licensed-text)
1227         (org-export-define-heading-targets)
1228         (org-export-handle-invisible-targets)
1229         (org-export-target-internal-links)
1230         (org-export-remove-or-extract-drawers)
1231         (org-export-remove-archived-trees)
1232         (org-export-protect-quoted-subtrees)
1233         (org-export-protect-verbatim, org-export-protect-examples)
1234         (org-export-select-backend-specific-text)
1235         (org-export-mark-blockquote-and-verse)
1236         (org-export-remove-comment-blocks-and-subtrees)
1237         (org-export-handle-comments, org-export-mark-radio-links)
1238         (org-export-remove-special-table-lines)
1239         (org-export-normalize-links)
1240         (org-export-concatenate-multiline-links)
1241         (org-export-concatenate-multiline-emphasis): New functions,
1242         obtained from spliiting the export preprocessor.
1244         * org-table.el (org-table-recalculate): Improve error message if
1245         the row number is invalid.
1247 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1249         * org-archive.el (org-archive-save-context-info): Fix bugs in
1250         customization setup and docstring.
1252         * org-exp.el (org-export-html-style): Changed the size of in the
1253         <pre> element to 90%.
1255 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1257         * org.el (org-find-src-example-start): Function removed.
1258         (org-edit-src-find-region-and-lang): New function.
1260 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1262         * org.el (org-edit-src-exit): New function.
1263         (org-exit-edit-mode): New minor mode.
1265         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1266         comment-like lines from protected examples.
1268         * org.el (org-edit-src-example, org-find-src-example-start)
1269         (org-protect-source-example, org-edit-special): New functions.
1271 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1273         * org-publish.el (org-publish-project-alist): Fix typo in
1274         docstring.
1275         (org-publish-project-alist): Handle :index-title property.
1277 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1279         * org-export-latex.el (org-export-as-latex): Make sure region
1280         bounds are correct.  Parse subtree properties relating to export.
1282         * org-exp.el (org-export-add-options-to-plist): New function.
1283         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1285 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1287         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1288         EXPORT_TITLE.
1290         * org-exp.el (org-export-get-title-from-subtree)
1291         (org-export-as-ascii, org-export-as-html): Make sure the original
1292         region-beginning and region-end are used, even after moving
1293         point.
1294         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1295         property.
1297         * org-remember.el (org-remember-last-stored-marker): New variable.
1298         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1299         (org-remember-handler): Also use marker to remember
1300         last-stored position.
1302         * org.el (org-goto-marker-or-bmk): New function.
1304 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1306         * org.el (org-file-properties): Renamed from `org-local-properties'.
1307         (org-scan-tags): Take file tags into account.
1308         (org-tags-match-list-sublevels): Default changed to t.
1310         * org-exp.el (org-export-as-html): Close paragraph after a
1311         footnote.
1313         * org.el (org-update-parent-todo-statistics): New function.
1315         * org-exp.el (org-icalendar-store-UID): New option.
1316         (org-icalendar-force-UID): Option removed.
1317         (org-print-icalendar-entries): IMplement UIDs.
1319 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1321         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1323 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1325         * org-faces.el (org-column): Document how this face is being used
1326         and why sometimes the background faces shine through.
1328         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1330         * org-publish.el (org-publish-attachment): Create publishing
1331         directory if it does not yet exist.
1333         * org-table.el (org-calc-default-modes): Change default number
1334         format to (float 8).
1336         * org.el (org-olpath-completing-read): New function.
1337         (org-time-clocksum-format): New option.
1338         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1340         * org-clock.el (org-clock-display, org-clock-out)
1341         (org-update-mode-line): Use `org-time-clocksum-format'.
1343         * org-colview-xemacs.el (org-columns-number-to-string): Use
1344         `org-time-clocksum-format'.
1346         * org-colview.el (org-columns-number-to-string): Use
1347         `org-time-clocksum-format'.
1349 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1351         * org-id.el: New file, move from contrib to core.
1353         * org-exp.el (org-icalendar-force-UID): New option.
1355 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1357         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1358         shifted by one day if theere is a date range without an end
1359         time.
1361         * org.el (org-try-structure-completion): New function.
1363 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1365         * org.el (org-set-font-lock-defaults): Improve fontification of
1366         description lists.
1367         (org-insert-item): Handle description lists.
1368         (org-adaptive-fill-function): Improve auto indentation in
1369         description lists.
1371         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1372         Implement VERSE environment.
1373         (org-export-preprocess-string): Implement the COMMENT
1374         environment.
1376         * org-export-latex.el (org-export-latex-preprocess): Implement
1377         VERSE environment.
1379 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1381         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1382         option.
1384 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1386         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1388         * org.el (org-quote-csv-field): New functions.
1390         * org-table.el (org-table-export-default-format): Remove :splice
1391         from default format, we get the same effect by not specifying
1392         :tstart and :tend.
1393         (org-table-export): Improve setup, distinguish better between
1394         interactive and non-interactive use, allow specifying the format
1395         on the fly, better protection against wrong file names.
1396         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1397         and :tend when :splice is omitted.
1399 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1401         * org-clock.el (org-clock-select-task): Make sure the selection
1402         letters are 1-9 and A-Z, no special characters.
1404 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1406         * org-exp.el (org-export-htmlize): New group.
1407         (org-export-htmlize-output-type)
1408         (org-export-htmlize-css-font-prefix): New options.
1409         (org-export-htmlize-region-for-paste): New function.
1410         (org-export-htmlize-generate-css): New command.
1412 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1414         * org/org.el (org-modules, org-format-latex-options):
1415         * org/org-archive.el (org-archive-stamp-time)
1416         (org-archive-save-context-info):
1417         * org/org-faces.el (org-hide):
1418         * org/org-irc.el (org-irc-parse-link):
1419         * org/org-macs.el (org-call-with-arg, org-autoload):
1420         * org/org-mew.el (org-mew-store-link):
1421         * org/org-remember.el (org-remember-store-without-prompt)
1422         (org-remember-templates): Fix typos in docstrings.
1424         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1426         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1427         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1428         (org-bbdb-anniv-split): Fix typos in docstrings.
1430         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1431         (org-publish-use-timestamps-flag): Reflow docstring.
1432         (org-publish-files-alist): Fix typos in docstring.
1434 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1436         * org.el (org-set-visibility-according-to-property): New function.
1437         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1438         and compute the regular expressions, and update font-lock.
1439         (org-property-re): Allow a dash in property names.
1441         * org-archive.el (org-extract-archive-file): Insert the file name
1442         without the path into the format, to allow the location format to
1443         contain a subdirectory.
1445         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1446         of buffer, and the `org-agenda-type' property undefined, use the
1447         value from the character before.
1449         * org.el (org-add-planning-info): Don't let indentation for
1450         would-be timestamp become extra whitespace at the end of headline.
1452 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1454         * org.el (org-remove-double-quotes, org-file-contents): New
1455         functions.
1457         * org-exp.el (org-infile-export-plist): Also parse the
1458         contents of #+SETUPFILE files, recursively.
1460         * org.el (org-set-regexps-and-options): Also parse the
1461         contents of #+SETUPFILE files, recursively.
1463         * org-exp.el (org-export-handle-include-files): New function.
1464         (org-export-preprocess-string): Call
1465         `org-export-handle-include-files'.
1467         * org.el (org-delete-property-globally)
1468         (org-delete-property, org-set-property): Ignore case during
1469         completion.
1470         (org-set-property): Use `org-completing-read' instead of
1471         `completing-read'.
1473         * org.el (org-complete-expand-structure-template): New,
1474         experimental function.
1475         (org-structure-template-alist): New, experimental option.
1476         (org-complete): Call `org-complete-expand-structure-template'.
1478 2008-05-06  Bastien Guerry  <bzg@altern.org>
1480         * org-export-latex.el (org-export-latex-preprocess): Added
1481         support for blockquotes.
1483 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1485         * org.el (org-read-date-analyze): Catch the case where only a
1486         weekday is given.
1488 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1490         * org.el (org-set-font-lock-defaults): Make the description
1491         tag bold.
1493         * org-exp.el (org-export-as-html, org-close-li): Implement
1494         description lists.
1496 2008-05-04  Jason Riedy  <jason@acm.org>
1498         * org-table.el (*orgtbl-default-fmt*): New variable.
1499         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1500         when there is no other fmt available.
1502         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1503         :tend to suppress the appropriate string.
1505         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1506         table.
1508 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1510         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1511         read date.
1513         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1514         New function.
1516         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1517         New function.
1519 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1521         * org-clock.el (org-clock-find-position): Don't include notes
1522         into clock drawer.
1524         * org-archive.el (org-archive-subtree): No longer remove an
1525         extra line after cutting the subtree.  `org-cut-subtree' already
1526         takes care of this.
1528         * org-remember.el (org-remember-handler): Only kill the target
1529         buffer if it does not contain the running clock.
1531         * org.el (org-markers-to-move): New variable.
1532         (org-save-markers-in-region, org-check-and-save-marker)
1533         (org-reinstall-markers-in-region): New function.
1534         (org-move-subtree-down, org-copy-subtree): Remember relative
1535         marker positions before cutting.
1536         (org-move-subtree-down, org-paste-subtree): Restore relative
1537         marker positions after pasting.
1539         * org-remember.el (org-remember-clock-out-on-exit): New option.
1540         (org-remember-finalize): Clock out only if the setting in
1541         `org-remember-clock-out-on-exit' requires it.
1542         (org-remember-handler): Do the cleanup in the buffer, to make sure
1543         that the clock marker remains in tact.
1545 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1547         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1548         (org-clock-in): Make sure that also tasks outside the narrowed
1549         region will be clocked in correctly.
1550         (org-clock-insert-selection-line): Widen the buffer so that we can
1551         find the correct task heading.
1553         * org.el (org-base-buffer): New function.
1555         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1556         and ";" are escaped.
1557         (org-print-icalendar-entries): Also apply
1558         `org-icalendar-cleanup-string' to the headline, not only to the
1559         summary property.
1561 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1563         * org-exp.el (org-export-preprocess-hook): New hook.
1564         (org-export-preprocess-string): Call
1565         `org-export-preprocess-hook'.
1567         * org.el (org-font-lock-hook): New variable.
1568         (org-font-lock-hook): New function.
1569         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1571 ;; Local Variables:
1572 ;; coding: utf-8
1573 ;; add-log-time-zone-rule: t
1574 ;; End:
1576     Copyright (C) 2008  Free Software Foundation, Inc.
1578   This file is part of GNU Emacs.
1580   GNU Emacs is free software: you can redistribute it and/or modify
1581   it under the terms of the GNU General Public License as published by
1582   the Free Software Foundation, either version 3 of the License, or
1583   (at your option) any later version.
1585   GNU Emacs is distributed in the hope that it will be useful,
1586   but WITHOUT ANY WARRANTY; without even the implied warranty of
1587   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1588   GNU General Public License for more details.
1590   You should have received a copy of the GNU General Public License
1591   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1593 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c