Make it possible to have two spaces after some list bullets.
[org-mode.git] / lisp / ChangeLog
blob579c3486be16d743165d2d0f56575590683cd603
1 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4         option.
5         (org-fix-bullet-type): respect
6         `org-list-two-spaces-after-bullet-regexp'. 
8         * org-clock.el (org-clock-load): Clean up the code.
10         * org.el (org-adaptive-fill-function): Allow two spaces after
11         "1." as a list bullet.
13 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org-clock.el (org-clock-save, org-clock-load): Check for
16         live buffers, existing files, and buffer file names to ensure
17         consistent information.
18         (org-clock-persist): Make `clock' a special value of this
19         variable, and improve docstring.
21         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
22         (org-get-string-indentation): Adapt indentation when the bullet
23         width changes.
25 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
27         * org-remember.el (org-remember-finalize): Make interactive.
28         (org-remember-kill): New command.
29         (org-remember-finish-immediately): Call `org-remember-finalize'
30         directly.
31         (org-remember-finalize): Make `org-remember-finalize' an interactive
32         function.
34 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
36         * org-remember.el (org-remember-apply-template): No ido completion
37         for free prompts in remember templates.
38         (org-remember-before-finalize-hook): New hook.
39         (org-remember-mode): New minor mode.
40         (org-remember-apply-template): Turn on `org-remember-mode'.
42         * org-id.el (org-id-add-location): Avoid error when no file is
43         given.
45         * org-remember.el (org-remember-apply-template): Fix the way how
46         the list of allowed properties is retrieved from the target file.
48         * org.el (org-insert-link): Improve file link matching.
50 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
52         * org-colview.el (org-columns-display-here): New argument
53         DATELINE, to trigger using the new face.
54         (org-agenda-colview-summarize): Call `org-columns-display-here'
55         with the new argument.
57         * org-faces.el (org-agenda-column-dateline): New face.
59         * org-publish.el (org-publish-org-index): Use index-title at page
60         title, not as section.
62         * org-exp.el (org-export-html-format-desc): Respect the
63         org-protect property.
64         (org-export-as-html): Protect image specifiers that are in the
65         description part of a link.
67         * org.el (org-sort-entries-or-items, org-completing-read)
68         (org-refile-get-location, org-olpath-completing-read, org-todo)
69         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
70         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
71         (org-set-property, org-delete-property)
72         (org-delete-property-globally): Use `org-ido-completing-read'.
74         * org-remember.el (org-remember-apply-template): Use
75         `org-ido-completing-read'.
77         * org-publish.el (org-publish): Use `org-ido-completing-read'.
79         * org-colview.el (org-columns-edit-value, org-columns-new)
80         (org-insert-columns-dblock): Use `org-ido-completing-read'.
82         * org-colview-xemacs.el (org-columns-edit-value)
83         (org-columns-new, org-insert-columns-dblock): Use
84         `org-ido-completing-read'.
86         * org-attach.el (org-attach-delete-one, org-attach-open): Use
87         `org-ido-completing-read'.
89         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
90         `org-ido-completing-read'.
92         * org.el (org-time-today): New function.
93         (org-matcher-time): Use `org-time-today'.  Add special treatment
94         for "<tomorrow>" and "<yesterday>".
95         (org-ido-completing-read): New function.
96         (org-completion-use-ido): New option.
98         * org-exp.el (org-export-format-source-code): Fix bug in require
99         htmlize code.
100         (org-export-target-internal-links): Fix bug in search for text
101         property.
103 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
105         * org-export-latex.el (org-export-latex-subcontent): Interprete
106         target aliases as additonal labels.
108         * org-exp.el (org-export-target-aliases): New variable.
109         (org-export-preprocess-string)
110         (org-export-handle-invisible-targets): Fill the alias alist.
111         (org-export-as-html): Remove the &nbsp; from the anchor, and also
112         assign an id.
113         (org-html-level-start): Insert the target aliases as additonal
114         anchors.
116         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
117         picture area.
119 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
121         * org.el (org-open-at-mouse): Ensure correct link abbreviations
122         when following a link with the mouse from the agenda.
124         * org-exp.el (org-export-as-html): Avoid lone </div> when no
125         headlines are created.
127 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
129         * org.el (org-link-translation-function): New option.
130         (org-open-at-point): Call `org-link-translation-function' if
131         non-nil.
132         (org-translate-link): New function.
133         (org-translate-link-from-planner): New function.
134         (org-open-at-point): Allow interactive commands in elisp links.
136         * org-exp.el (org-icalendar-cleanup-string): Restore the old
137         iCalendar quoting.  The new one seems to caus problems with
138         applications.
140         * org.el (org-yank): Set `this-command' to `yank', so that
141         `yank-pop' will work.
143 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
145         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
146         compliance as far as quoting is concerned.
148         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
149         hexified version of the tag.
151         * org-vm.el (org-vm-follow-link): Require `vm-search'.
153         * org.el (org-up-heading-safe, org-forward-same-level): Always
154         call `org-back-to-heading' instead of `outline-back-to-heading'.
155         (org-back-to-heading): New wrapper around outline-back-to-heading,
156         with a useful error message telling where the error happened.
158         * org-list.el (org-update-checkbox-count): Always call
159         `org-back-to-heading' instead of `outline-back-to-heading'.
161         * org-exp.el (org-export-as-html): Make sure that each <img> tag
162         has an `alt' attribute, to ensure XHTML validation.
164 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
166         * org-publish.el (org-publish-attachment): Allow publishing to
167         overwrite attachment files.
169         * org-agenda.el (org-agenda-timerange-leaders): New option.
170         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
172         * org.el (org-edit-src-exit): Untabify ASCII image before
173         returning.
186 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
188         * org.el (org-yank): Make any prefix force normal yanking.
189         Suppress folding if text would be swallowed into a folded
190         subtree.
191         (org-yank-folded-subtrees, org-yank): Docstring updates.
193         * org-agenda.el (org-agenda-compare-effort): Treat no effort
194         defined as 0.
196         * org-exp.el (org-export-language-setup): Add Catalan and
197         Esperanto language entries.
199 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
201         * org.el (org-refile): Allow refiling of entire regions.
203         * org-clock.el (org-clock-time%): New function.
205         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
206         retrieve property values.
208 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
210         * org-agenda.el (org-agenda-list): Handle the value `only' of
211         org-agenda-show-log'.
212         (org-agenda-log-mode): Interpret a double prefix arg.
214 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
216         * org-exp.el (org-export-html-footnotes-section): New variable.
217         (org-export-as-html): Use `org-export-html-footnotes-section' to
218         insert the footnotes.
219         (org-export-language-setup): Add "Footnotes" to language words.
221 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
223         * org.el (org-yank): Fix bug when not inserting a subtree.
225 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
227         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
228         instead of `vm-beginning-of-message'.
230         * org.el (org-make-link-regexps): Make sure that links to gnus can
231         contain brackets.
233 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
235         * org-attach.el (org-attach-dir): Remove duplicate ID creation
236         code.
238         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
239         shell output.
241         * org.el (org-link-abbrev-alist): Improve customization type.
243         * org-attach.el (org-attach-expand-link, org-attach-expand): New
244         functions.
246         * org-agenda.el (org-agenda-get-progress): Renamed from
247         `org-get-closed'.  Implement searching for state changes as well.
248         (org-agenda-log-mode-items): New option.
249         (org-agenda-log-mode): New option prefix argument, interpreted as
250         request to show all possible progress info.
251         (org-agenda-get-day-entries): Call `org-get-progress' instead of
252         `org-get-closed'.
253         (org-agenda-set-mode-name): Handle the more complex log mode
254         settings.
255         (org-get-closed): New alias, pointing to `org-get-progress'.
257 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
259         * org.el (org-file-apps-defaults-gnu)
260         (org-file-apps-defaults-macosx)
261         (org-file-apps-defaults-windowsnt): Add an entry defining the
262         system command.
263         (org-file-apps): Allow `system' as key and value.
264         (org-open-at-point): Explain the effect of a double prefix arg.
265         (org-open-file): If the argument `in-emacs' is (16),
266         i.e. corresponding to a double prefix argument, try to open the
267         file externally.
269 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
271         * org.el (org-insert-link): Abbreviate absolute files names in
272         links.  Also, fix a bug in which the double C-u prefix would not
273         be honored.
275 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
277         * org.el (org-insert-heading): If buffer does not end with a
278         newline, add one if necessary to insert headline correctly.
280         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
281         paragraphs, not inside.
283         * org.el (org-todo): Quote
284         `org-agenda-headline-snapshot-before-repeat'.
286         * org-exp.el (org-export-as-html): Fully process link descriptions.
287         (org-export-html-format-desc): New function.
288         (org-export-as-html): Collect footnotes into the correct basket.
289         (org-html-protect): No longer protect quotations marks here, this
290         goes wrong.
292         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
293         BEG.
295         * org-compat.el (org-fit-window-to-buffer): New function (not
296         really, a preliminary and incomplete version was present earlier,
297         but not used).
299         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
300         `org-fit-window-to-buffer'.
302         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
304         * org-agenda.el (org-agenda-get-restriction-and-command)
305         (org-fit-agenda-window, org-agenda-convert-date): Use
306         `org-fit-window-to-buffer'.
308         * org-exp.el (org-export-as-html): Process href links through
309         `org-export-html-format-href'.
310         (org-export-html-format-href): New function.
312         * org-agenda.el (org-agenda-todo): Update only the current
313         headline if this is a repeated TODO, marked done for today.
314         (org-agenda-change-all-lines): New argument JUST-THIS, to change
315         only the current line.
317         * org.el (org-todo): Take a snapshot of the headline if the
318         repeater might change it.
320 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
322         * org-publish.el (org-publish-find-title): Remove buffers visited
323         only for extracting the title.
325         * org-exp.el (org-export-html-style)
326         (org-export-html-style-default): Mark style definitions as
327         unparsed CDATA.
329         * org-publish.el (org-publish-validate-link): Function
330         re-introduced.
332 2008-11-02  Charles Sebold  <csebold@gmail.com>
334         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
335         property.
336         (org-plot-quote-timestamp-field): New function.
337         (org-plot-quote-tsv-field): Call timestamp field function when
338         necessary rather than just quoting as a string.
339         (org-plot/gnuplot-to-data): Pass in timefmt property.
340         (org-plot/gnuplot-script): Supports timefmt property.
341         (org-plot/gnuplot): Checks for timestamp column before checking
342         for text index column.
344 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
346         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
348         * org-publish.el (org-publish-org-index): Create a section in the
349         index file.
350         (org-publish-org-index): Stop linking to directories.
352         * org.el (org-emphasis-alist): Use span instead of <u> to
353         underline text.
355         * org-exp.el (org-export-as-html): Make sure <p> is closed before
356         <pre> sections.
358 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
360         * org-jsinfo.el (org-infojs-template): Remove language attribute
361         from script tag.
363 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
365         * org-agenda.el (org-agenda-remove-marked-text): New function.
366         (org-agenda-mark-filtered-text)
367         (org-agenda-unmark-filtered-text): New functions.
368         (org-write-agenda): Remove fltered text.
370         * org.el (org-make-tags-matcher): Give access to TODO "property"
371         without speed penalty.
373 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
375         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
376         option.
377         (org-store-link-props): Make sure adding to the plist works
378         correctly.
380         * org-gnus.el (org-gnus-no-new-news): New function.
381         (org-gnus-follow-link): Allow the article ID to be a message-id,
382         in addition to allowing article numbers.  Message IDs make much
383         more roubust links.
384         (org-gnus-store-link): Use message-id to create link.
386 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
388         * org.el (org-emphasize): Reverse the selection array.
389         (org-emphasis-alist): Set <code> tags for the verbatim
390         environment.
392         * org-remember.el (org-remember-handler): Fix bug with
393         prefix-related changing of the note storage target.
395         * org-exp.el (org-print-icalendar-entries): Make the exported
396         priorities compatible with RFC 2445.
398         * org-clock.el (org-clock-save): Insert time stamp without
399         dependence on time-stamp.el.
401 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
403         * org.el ("saveplace"): If saveplace puts point into an invisible
404         location, make it visible.
405         (org-make-tags-matcher): Allow inactive time stamps in time
406         comparisons.
407         (org-yank-adjusted-subtrees): New option.
408         (org-yank): Incorporate adjusting trees.
409         (org-paste-subtree): New argument FOR-YANK which will cause
410         insertion at point without backing up over white lines, and leave
411         point at the end of the inserted text.  Also if the cursor is
412         at the beginning of a headline, use the same level or the inserted
413         tree.
415         * org-publish.el (org-publish-get-base-files-1): Deal correctly
416         with broken symlinks
418 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
420         * org-exp.el (org-export-select-tags, org-get-current-options):
421         Fix typo.
423 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
425         * org-agenda.el (org-format-agenda-item)
426         (org-agenda-filter-make-matcher): Make sure tags are stored and
427         compared donwcased.
429 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
431         * org.el (org-insert-todo-heading): Fix bug with force-heading
432         argument.
434 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
436         * org-clock.el (org-clock-in-resume): Add a custom option to
437         toggle starting the clock from an open clock line.
438         (org-clock-in): When clocking in to an entry, if
439         `org-clock-in-resume' is set, check if the first clock line is
440         open and if so, start the clock from the time in the clock line.
441         (org-clock-persist): Add a custom option to toggle clock
442         persistence.
443         (org-clock-persist-query-save): Add a custom option to toggle
444         asking the user if they want to save the running clock when
445         exiting.
446         (org-clock-persist-query-resume): Add a custom option to toggle
447         asking the user if they want to resume the saved clock when Emacs
448         is restarted.
449         (org-clock-save): Add a function to save clock data.
450         This includes the contents of `org-clock-history' and the buffer
451         and position of the currently clocked task, if any.
452         (org-clock-load): Add a function to load clock data.
453         This populates `org-clock-history', and resumes the saved clocked
454         task if there is one.
455         (org-clock-persistence-insinuate): Add a method to set up the
456         hooks for clock persistence.
458 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
460         * org-exp.el (org-export-as-ascii): Handle the case that we are
461         publishing from an indirect buffer.
463         * org-table.el (org-table-copy-down): Fix bug with time stamp
464         increment.
466         * org-mouse.el (org-mouse-features): New option.
467         (org-mode-hook): Turn on features depending on
468         `org-mouse-features'.
470         * org.el (org-insert-heading-respect-content): Force heading
471         creation.
472         (org-insert-heading): keep the folding state of the heading before
473         the inserted one.
475 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
477         * org-archive.el (org-archive-to-archive-sibling): Handle top
478         level headlines better.
480 2008-10-21  Bastien Guerry  <bzg@altern.org>
482         * org-export-latex.el (org-export-latex-classes): Added
483         \usepackage{graphicx} to the default list of packages.
485 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
487         * org-agenda.el (org-agenda-filter): Renamed from
488         `org-agenda-filter-tags'.
490 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
492         * org.el (org-entry-properties): Add CATEGORY property, iven if it
493         is not defined as a property in this entry.
494         (org-add-log-note): Mask prefix argument when immediately storing
495         the note.
497         * org-agenda.el (org-agenda-filter-effort-default-operator): New
498         option.
500 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
502         * org.el (org-add-log-setup): Bugfix; code to find insertion point
503         after drawers was skipping ahead one line too many, so notes were
504         inserted after the first note instead of before it.
506 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
508         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
509         New variables.
510         (org-prepare-agenda): Reset the filter tags.
511         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
512         Show filter tags in mode line.
514         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
515         formatter.
517         * org-export-latex.el (org-latex-entities-regexp): New constant.
518         (org-export-as-pdf): Use two calls to `shell-command'.
520 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
522         * org-export-latex.el (org-export-latex-treat-sub-super-char):
523         Honor the {} value of the subsuperscript setting.  Make sure that
524         longer subsuperscripts are typeset in a roman font.
526         * org.el (org-clock-update-time-maybe): Compute negative clock
527         intervals correctly.
529 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
531         * org.el (org-add-log-setup): Respect
532         `org-log-state-notes-insert-after-drawers'.
533         (org-log-state-notes-insert-after-drawers): New option.
534         (org-todo-trigger-tag-changes): New function.
535         (org-todo): Call `org-todo-trigger-tag-changes'.
537 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
539         * org.el (org-add-log-setup): Only skip drawers if the are
540         immediately after the scheduling keywords.
542         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
543         function
544         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
545         call it with the current todo state to get the state to switch to
546         when clocking in.
547         (org-clock-in): Use org-indent-line-function to indent clock lines.
548         (org-clock-find-position): Fix indentation of empty clock drawers.
550 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
552         * org-publish.el (org-publish-org-to): Handle case when
553         org-export-to-pdf does return a file name, not a buffer.
554         (org-publish-org-to-pdf): New function.
556         * org-export-latex.el (org-export-as-pdf)
557         (org-export-as-pdf-and-open): New commands.
559         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
560         forms as ranges.
562         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
563         things in protexted regions.
565 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
567         * org-export-latex.el (org-export-latex-preprocess): Improve
568         quoting of LaTeX environments.
570 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
572         * org.el (org-edit-fixed-width-region): Exclude final newline from
573         picture area.
575         * org-export-latex.el (org-export-latex-subcontent): Add labels to
576         sections, to make internal links work.
577         (org-export-latex-fontify-headline): Do not remove all text
578         properties, to make sure that target properties survive this
579         process.
581         * org-exp.el (org-export-preprocess-string): Change sequence of
582         modifications, to make sure links are prepared before the LaTeX
583         conversions do happen.
585 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
587         * org-attach.el (org-attach-delete-all): Renamed from
588         `org-attch-delete'.  Add a security query before deleting the
589         entire directory.  New optional argument FORCE can overrule the
590         security query.
591         (org-attach-delete-one): New command.
593 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
595         * org-attach.el (org-attach-file-list): Fix bug with directory.
597 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
599         * org.el (org-apps-regexp-alist): New function.
600         (org-file-apps): Add auto-mode to the default value.
601         (org-open-file): Use the new structure of org-file-apps.
603         * org-attach.el (org-attach): Support the new keys.
604         (org-attach-method): New option.
606 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
608         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
609         March.
611         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
612         of the list value o `org-use-tag-inheritance'.
614         * org-attach.el (org-attach-auto-tag): New option.
615         (org-attach-tag, org-attach-untag): New functions.
616         (org-attach-attach, org-attach-new, org-attach-sync): Call
617         `org-attach-tag'.
618         (org-attach-delete): Call `org-attach-untag'.
620 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
622         * org-table.el (orgtbl-self-insert-command): Make this work for
623         the keypad as well.
625 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
627         * org.el (org-add-log-setup): Limit searc for drawers to entry
628         text, not to subtree.
630         * org-clock.el (org-clock-heading-for-remember): New variable.
631         (org-clock-in): Set `org-clock-heading-for-remember'.
633 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
635         * org-remember.el (org-remember-apply-template): Add new
636         expansions: %k, %K for currently clocked task and a link to the
637         currently clocked task, and %< to file notes in the currently
638         clocked task.
640 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
642         * org-export-latex.el (org-export-latex-make-header): Also insert
643         the content of the property :latex-header-extra.
645         * org-exp.el (org-infile-export-plist): Put the content of
646         #+LATEX_HEADER: into the property :latex-header-extra.
648         * org-colview.el (org-columns-get-format-and-top-level): Remove
649         resetting the marker.
651         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
652         Remove resetting the marker.
654         * org.el (org-entry-property-inherited-from): Improve docstring.
655         (org-entry-get-with-inheritance): Reset marker before starting the
656         search.
658         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
660 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
662         * org.el (org-entry-get-multivalued-property)
663         (org-entry-protect-space, org-entry-restore-space): New
664         functions.
665         (org-file-apps-defaults-macosx): Let postscript files be opened by
666         preview.
667         (org-time-stamp-inactive): Call `org-time-stamp'.
668         (org-time-stamp): New argument `inactive'.  Also edit inacive
669         stamps. Convert time stamp type.
670         (org-open-file): Interpret the `default' value for the `command'
671         in `org-file-apps'.
673         * org-id.el (org-id-int-to-b36-one-digit)
674         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
675         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
676         b36.
678 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
680         * org-id.el (org-id-reverse-string): New function.
681         (org-id-new): Use `org-id-reverse-string' to make sure the
682         beginning chars of the ID are mutating fast.  This allows to use a
683         directory structure to spread things better.
684         (org-id-prefix): Changed default to nil.
686         * org-list.el (org-move-item-down, org-move-item-up): Remember and
687         restore the column of the cursor position.
689         * org-remember.el (org-remember-apply-template): Remove properties
690         from `initial'.
692 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
694         * org-wl.el (org-wl-open): Remove useless call to
695         `wl-thread-open-all'.
697         * org-remember.el (org-remember-handler): Fix bug with `bottom'
698         location.
700 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
702         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
703         `org-bbdb-anniversaries'.
705         * org.el (org-get-next-sibling, org-forward-same-level): New
706         functions, similar to the outline versions, but invisible headings
707         are OK.
709 2008-09-25  Bastien Guerry  <bzg@altern.org>
711         * org.el (org-auto-repeat-maybe): Insert a space between
712         the timestamp's type and the timestamp itself.
714 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
716         * org-table.el (org-table-sum): Do not format the result with %g,
717         it does rounding when there are too many digits.
719         * org.el (org-map-entries): Protect the keyword-selecting variables.
721 2008-09-23  Bastien Guerry  <bzg@altern.org>
723         * org-agenda.el (org-agenda-to-appt): Make sure the function check
724         against all agenda files.
726 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
728         * org-list.el: New file, aggregating list functions from org.el
729         and org-export-latex.el.
731         * org.el (org-edit-src-region-extra): New option.
733 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
735         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
736         time before 1am.
738 2008-09-22  Bastien Guerry  <bzg@altern.org>
740         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
742 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
744         * org-plot.el (org-plot/gnuplot): Make tables starting with a
745         hline work correctly.
746         (org-plot/gnuplot-script): Put commas at the end of each script
747         line.
749 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
751         * org.el (org-get-refile-targets): Replace links with their
752         descriptions
753         (org-imenu-get-tree): Replace links with their descriptions.
755         * org-remember.el (org-remember-apply-template): Add a new
756         expansion for adding properties to remember items.
758         * org.el (org-add-log-setup): Skip over drawers (properties,
759         clocks etc) when adding notes.
761         * org-agenda.el (org-agenda-get-closed): show durations of clocked
762         items as well as the start and end times.
764         * org-compat.el (org-get-x-clipboard-compat): Add a compat
765         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
767         * org-remember.el (org-get-x-clipboard): Use the compat
768         function to get clipboard values when x-selection-value is
769         unavailable. Use substring-no-properties instead of
770         set-text-properties to remove text properties from the clipboard
771         value.
773         * lisp/org-clock.el (org-update-mode-line): Support limiting the
774         modeline clock string, and display the full todo value in the
775         tooltip. Set a local keymap so mouse-3 on the clock string goes to
776         the currently clocked task.
777         (org-clock-string-limit): Add a custom value for the maximum
778         length of the clock string in the modeline.
779         (org-clock-mode-map): Add a keymap for the modeline string
781 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
783         * org-compat.el (org-propertize): New function.
785 2008-09-20  Bastien Guerry  <bzg@altern.org>
787         * org-export-latex.el (org-export-latex-tables): protect exported
788         tables from further special chars conversion.
789         (org-export-latex-preprocess): Preserve LaTeX environments.
790         (org-list-parse-list): Parse descriptive lists.
791         (org-list-to-generic, org-list-to-latex, org-list-to-html)
792         (org-list-to-texinfo): Export descriptive lists.
793         (org-quote-chars): Remove.
794         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
795         (org-export-latex-list-beginning-re): Rename to
796         `org-list-beginning-re'
797         (org-list-item-begin): Rename to `org-list-item-beginning'
799 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
801         * org.el (org-refile): Allow refiling to the last entry in the
802         buffer.
803         (org-get-tags-at): Fix bug when inheritance is turned off.
805 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
807         * org.el (org-indent-line-function): No longer check for src
808         regions, this is too much overhead.
810         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
811         matching.
813         * org.el (org-scan-tags): Make sure that tags matching is not case
814         sensitive.  TODO keyword matching is case sensitive, however, to
815         avoid confusion with similar words that are not meant to be
816         keywords.
818 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
820         * org.el (org-get-local-tags-at): New function.
821         (org-get-local-tags): New function.
823         * org-exp.el (org-export-get-categories): New function.
825         * org-agenda.el (org-sorting-choice)
826         (org-agenda-sorting-strategy, org-agenda-get-todos)
827         (org-agenda-get-timestamps, org-agenda-get-deadlines)
828         (org-agenda-get-scheduled, org-agenda-get-blocks)
829         (org-entries-lessp): Implement sorting by TODO state.
830         (org-cmp-todo-state): New defsubst.
832         * org-colview.el (org-colview-construct-allowed-dates): New
833         function.
834         (org-columns-next-allowed-value): Use
835         `org-colview-construct-allowed-dates'.
837         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
838         function.
839         (org-columns-next-allowed-value): Use
840         `org-colview-construct-allowed-dates'.
842 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
844         * org.el (org-protect-slash): New function.
845         (org-get-refile-targets): Use `org-protect-slash'.
847         * org-agenda.el (org-global-tags-completion-table): New variable.
849         * org-exp.el (org-export-handle-export-tags): New function.
850         (org-export-preprocess-string): Call
851         `org-export-handle-export-tags'.
853         * org-plot.el: New file.
855         * org-publish.el (org-publish-expand-components): Function removed.
856         (org-publish-expand-projects): Allow components to have components.
858 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
860         * org.el (org-indent-line-function): Do not indent in regions that
861         are external source code.
862         (org-yank-and-fold-if-subtree): New function.
864         * org-agenda.el (org-agenda-todayp): New function.
865         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
866         `org-agenda-todayp'.
868         * org.el (org-insert-heading-respect-content)
869         (org-insert-todo-heading-respect-content): New commands.
870         (org-insert-heading-respect-content): New option.
871         (org-insert-heading): Respect `org-insert-heading-respect-content'.
873         * org-clock.el (org-clock-find-position): Make sure the note after
874         the clock line gets moved into the new clock drawer.
876 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
878         * org-id.el (org-id-new): New option.
880 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
882         * org-table.el (org-table-copy-down): Avoid overflow during
883         increment.  Use prefix argument 0 to temporarily disable the
884         increment.
886 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
888         * org-exp.el (org-export-as-html): Do not turn on the major mode
889         if the buffer will be killed anyway.
890         (org-get-current-options): Exclude the #+TEXT field.
891         (org-export-as-html): Make sure text before the first headline is
892         a paragraph.
894         * org-publish.el (org-publish-org-to): Tell the exporter that this
895         buffer will be killed, so it is not necessary to do major mode
896         initialization.
898         * org-archive.el (org-archive-to-archive-sibling): Show empty
899         lines after folding the archive sibling.
901         * org.el (org-log-note-extra): New variable.
903 2008-09-05  Bastien Guerry  <bzg@altern.org>
905         * org.el (org-additional-option-like-keywords): Added keywords for
906         the _QUOTE, _VERSE and _SRC environments.
908         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
909         exporting _QUOTE and _VERSE environments.
911 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
913         * org-agenda.el (org-agenda-filter-by-tag): New command.
915         * org-exp.el (org-get-current-options): Remove angular brackets
916         from the date entry.
918         * org.el (org-edit-fixed-width-region): New function.
919         (org-edit-fixed-width-region): Also try
920         `org-edit-fixed-width-region'.
921         (org-edit-fixed-width-region-mode): New option.
922         (org-activate-code): Only interprete lines starting with colon
923         plus a space as example lines.
925         * org-remember.el (org-remember-templates): Add nil instead of
926         empty strings to fix the length of remember templates.
928         * org-table.el (org-calc-default-modes): Fix the time format for
929         calc, from 12 hour to 24 hour clock.
931 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
933         * org-agenda.el (org-agenda-get-deadlines)
934         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
935         entries that are pre-warnings of deadlines or reminders.
937         * org.el (org-sort-entries-or-items): Make numeric and alpha
938         comparisons ignore any TODO keyword and priority cookie.
940         * org-remember.el (org-remember-handler): Reinterpretation of the
941         prefix argument.
943 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
945         * org-agenda.el (org-agenda-get-scheduled): Use new
946         `org-scheduled' face.
948         * org-faces.el (org-scheduled): New face.
950         * org-wl.el (org-wl-open): Remove incorrect declaration.
952         * org-gnus.el (org-gnus-store-link): Support for :to information
953         in gnus links.
955         * org-exp.el (org-export-as-html): Fixed typo in creator
956         information.
957         (org-export-protect-examples): New parameter indent.  Insert extra
958         spaces only when this parameter is specified.
959         (org-export-preprocess-string): Call `org-export-protect-examples'
960         with an indentation parameter when exporting to ASCII.
962         * org-remember.el (org-remember-templates)
963         (org-remember-apply-template): Allow the file component to be a
964         function.
966         * org.el (org-goto-local-search-headings): Renamed from
967         `org-goto-local-search-forward-headings'.  Added the possibility
968         to search backwards.
970 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
972         * org-export-latex.el (org-export-latex): New customization
973         group.
975         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
977 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
979         * org-exp.el (org-html-do-expand): Allow {} to terminate
980         tex macro
982 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
984         * org.el (org-buffer-list): Select buffers based on major mode,
985         not on file name.
987 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
989         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
990         face property.
992         * org-colview.el (org-columns-display-here): Use
993         `org-columns-modify-value-for-display-function'.
995         * org-colview-xemacs.el (org-columns-display-here): Use
996         `org-columns-modify-value-for-display-function'.
998 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1000         * org.el (org-columns-modify-value-for-display-function): New option.
1012         * org-publish.el (org-publish-file): Make sure the directory match
1013         for the publishing directory works correctly.
1015         * org-agenda.el (org-agenda-execute-calendar-command)
1016         (org-agenda-diary-entry): Additional optional argument.
1018 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1020         * org-exp.el (org-export-as-html): Add attributes also in mailto
1021         and ftp links.
1023         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1032 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1034         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1035         sure that calls from `org-export-region-as-html' do not do the
1036         special check for a subtree.
1038 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1040         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1042 2008-07-20  Juri Linkov  <juri@jurta.org>
1044         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1045         new keymap `narrow-map' instead of binding "\C-xns".
1047 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1049         * org.el (org-open-file): Use
1050         `org-open-directory-means-index-dot-org'.
1051         (org-open-directory-means-index-dot-org): New option.
1053 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1055         * org.el (org-make-link-string): Remove link attributes from
1056         description.
1057         (org-open-at-point): Remove link attributes bevore using the path.
1059         * org-exp.el (org-export-as-html): Handle link attributes.
1061         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1063         * org-table.el (org-table-to-lisp): New function.
1065         * org.el (org-narrow-to-subtree): Do not include the final newline
1066         into the narrowed region.
1068         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1069         bug with user-define skipping condition.
1071 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1073         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1075 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1077         * org-exp.el (org-export-html-style-default): Automatic overflow
1078         handling for pre fields.
1079         (org-export-as-ascii, org-export-as-html): Change default format
1080         for time stamp.
1082         * org-table.el (org-table-export): Offer completion for translator
1083         functions, and do not require a heading above the table.
1085         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1086         Cater for the case of a list starting in the first line of the
1087         buffer.
1089 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1091         * org-publish.el (org-publish-find-title): Bug fix.
1092         (org-publish-org-index): Implement new :index-style option.
1094 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1096         * org-publish.el (org-publish-timestamp-filename): Use
1097         SHA1-encoded file names in the timestamp directory.
1099 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1101         * org-publish.el (org-publish-needed-p): Be verbose about files
1102         published and files skipped.
1104         * org-exp.el (org-export-preprocess-string): Swap link
1105         normalization and inernal link targeting.
1107         * org-publish.el (org-publish-needed-p): Create timestamp
1108         directory when it does not exist.
1110 2008-07-04  Bastien Guerry  <bzg@altern.org>
1112         * org-clock.el (org-clock-out-when-done): Doc fix.
1114         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1116         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1117         Ignore case when searching for the COMMENT cookie at export time.
1119 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1121         * org-exp.el (org-get-file-contents)
1122         (org-get-and-remove-property): New functions.
1123         (org-export-handle-include-files): Handle the new prefix options.
1124         (org-export-as-html): Fix the verse environment.
1126 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1128         * org.el (org-time=, org-time<, org-time<=, org-time>)
1129         (org-time>=, org-time<>, org-2ft): New functions.
1130         (org-op-to-function): Also provide for the time testing fucntions.
1132 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1134         * org-exp.el (org-export-html-style-default): New constant.
1136 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1138         * org-exp.el (org-export-html-style-extra): New variable.
1139         (org-export-splice-style): New function.
1141 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1143         * org-exp.el (org-export-plist-vars, org-export-as-html):
1144         Implement `org-export-creator-info'.
1145         (org-export-creator-info): New option.
1147 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1149         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1150         (org-property-drawer-re, org-clock-drawer-re): New constants.
1152 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1154         * org-exp.el (org-icalendar-use-deadline)
1155         (org-icalendar-use-scheduled): New options.
1156         (org-icalendar-include-todo): Default changed to t.
1157         (org-print-icalendar-entries): Implement better utilization of
1158         scheduling and deadline time stamps.
1159         (org-export-target-internal-links, org-export-as-html): Allow file
1160         lines without the "file:" prefix if the file path is an absolute
1161         path or starts with ".".
1163         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1164         lastweek etc.
1165         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1167 2008-06-18  Glenn Morris  <rgm@gnu.org>
1168         * org.el (org-map-entries): Let-bind `file'.
1170 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1172         * org.el (org-agenda-skip-archived-trees): Docstring now
1173         discourages using this.
1174         (org-scan-tags): Check for org-agenda-archives-mode.
1175         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1176         (org-agenda-files): Functionality of second arg changed.
1178         * org-agenda.el (org-agenda-archives-mode): New variable
1179         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1180         (org-search-view, org-todo-list, org-tags-view)
1181         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1182         `ifmode' argument.
1183         (org-agenda-quit): Reset the archives mode.
1184         (org-agenda-archives-mode): New command.
1185         (org-agenda-set-mode-name): Include archives info.
1187 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1189         * org.el (org-paste-subtree): Make sure the yanked headline is
1190         visible if it was yanked at a visible point.
1191         (org-move-item-up): Fix the bug with moving white space at the end
1192         of the item.
1193         (org-show-empty-lines-in-parent): New function.
1195 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1197         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1199         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1201         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1202         agenda prefix as well.
1204         * org-publish.el (org-publish-org-index): Make a properly indented
1205         list.
1207         * org.el (org-calendar-agenda-action-key): New option.
1208         (org-get-cursor-date): New function.
1209         (org-mark-entry-for-agenda-action): New command.
1210         (org-overriding-default-time): New variable.
1211         (org-read-date): Respect `org-overriding-default-time'.
1213         * org-remember.el (org-remember-apply-template): Respect the
1214         ovverriding default time.
1216         * org-agenda.el (org-agenda-action-marker): New variable.
1217         (org-agenda-action): New command.
1218         (org-agenda-do-action): New function.
1220 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1222         * org.el (org-schedule, org-deadline): Protect scheduled and
1223         deadline tasks against changes that accidently remove the
1224         repeater.  Also show a message with the new date when done.
1226 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1228         * org.el (org-beginning-of-line): Cater for the case when there
1229         are tags but no headline text.
1230         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1231         it set.
1233 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1235         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1236         the return value is nil instead of "nil" when there is no match.
1238         * org-exp.el (org-insert-centered): Use fill-column instead of
1239         80.
1240         (org-export-as-ascii): Use string-width to measure the width of
1241         the heading.
1243         * org.el (org-diary-to-ical-string): No longer kill buffer
1244         FROMBUF, this is now done by the caller.
1246         * org-exp.el (org-print-icalendar-entries): Move the call to
1247         `org-diary-to-ical-string' out of the loop, and kill the buffer
1248         afterwords.
1250         * org-remember.el (org-remember-visit-immediately): Position
1251         cursor after moving to the note.
1252         (org-remember-apply-template): Use a text property to record the
1253         cursor position.
1254         (org-remember-handler): Align tags after pasting the note.
1256 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1258         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1260         * org-agenda.el (org-agenda-open-link): If there is an
1261         org-bbdb-name property in the current line, jump to that bbdb
1262         entry.
1264         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1265         text property, so that the agenda knows where this entry comes
1266         from.
1268         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1269         interaction between clocking-in from the agenda, and  automatic
1270         task state switching.
1272         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1274         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1275         zmacs-region stays after this command in XEmacs.
1277 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1279         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1281         * org-remember.el (org-remember-templates): Fix bug in
1282         customization type definition.
1284         * org.el (org-map-entries): New function.
1286 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1288         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1289         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1291 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1293         * org-remember.el (org-jump-to-target-location): New variable.
1294         (org-remember-apply-template): Set
1295         `org-remember-apply-template' if requested by template.
1296         (org-remember-handler): Start an idle timer to jump to
1297         remember location.
1299         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1301         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1302         file tags.
1303         (org-get-tags-at): Add the content of `org-file-tags'.
1305         * org-exp.el (org-export-handle-comments): Fix bug with several
1306         comment lines after each other.
1307         (org-number-to-roman, org-number-to-counter): New functions.
1308         (org-export-section-number-format): New option.
1310 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1312         * org-exp.el (org-export-protect-examples): Catch the case of a
1313         missing end_example line.
1315         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1316         `org-file-tags' to nil.
1318         * org-colview.el (org-columns-next-allowed-value): Handle next
1319         argument NTH to directly select a value.
1321         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1322         argument NTH to directly select a value.
1324 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1326         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1328 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1330         * org.el (org-columns-ellipses): New option.
1332 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1334         * org-colview.el (org-columns-add-ellipses): New function.
1335         (org-columns-compact-links): New function.
1336         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1337         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1338         when in agenda.
1339         (org-columns-edit-value): Fixed bug with editing values from
1340         agenda column view.
1341         (org-columns-redo): Also redo the agenda itself.
1343 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1345         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1346         option.
1348         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1350         * org-exp.el (org-export-ascii-preprocess): Renamed from
1351         `org-export-ascii-clean-string'.
1352         (org-export-kill-licensed-text)
1353         (org-export-define-heading-targets)
1354         (org-export-handle-invisible-targets)
1355         (org-export-target-internal-links)
1356         (org-export-remove-or-extract-drawers)
1357         (org-export-remove-archived-trees)
1358         (org-export-protect-quoted-subtrees)
1359         (org-export-protect-verbatim, org-export-protect-examples)
1360         (org-export-select-backend-specific-text)
1361         (org-export-mark-blockquote-and-verse)
1362         (org-export-remove-comment-blocks-and-subtrees)
1363         (org-export-handle-comments, org-export-mark-radio-links)
1364         (org-export-remove-special-table-lines)
1365         (org-export-normalize-links)
1366         (org-export-concatenate-multiline-links)
1367         (org-export-concatenate-multiline-emphasis): New functions,
1368         obtained from spliiting the export preprocessor.
1370         * org-table.el (org-table-recalculate): Improve error message if
1371         the row number is invalid.
1373 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1375         * org-archive.el (org-archive-save-context-info): Fix bugs in
1376         customization setup and docstring.
1378         * org-exp.el (org-export-html-style): Changed the size of in the
1379         <pre> element to 90%.
1381 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1383         * org.el (org-find-src-example-start): Function removed.
1384         (org-edit-src-find-region-and-lang): New function.
1386 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1388         * org.el (org-edit-src-exit): New function.
1389         (org-exit-edit-mode): New minor mode.
1391         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1392         comment-like lines from protected examples.
1394         * org.el (org-edit-src-example, org-find-src-example-start)
1395         (org-protect-source-example, org-edit-special): New functions.
1397 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1399         * org-publish.el (org-publish-project-alist): Fix typo in
1400         docstring.
1401         (org-publish-project-alist): Handle :index-title property.
1403 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1405         * org-export-latex.el (org-export-as-latex): Make sure region
1406         bounds are correct.  Parse subtree properties relating to export.
1408         * org-exp.el (org-export-add-options-to-plist): New function.
1409         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1411 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1413         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1414         EXPORT_TITLE.
1416         * org-exp.el (org-export-get-title-from-subtree)
1417         (org-export-as-ascii, org-export-as-html): Make sure the original
1418         region-beginning and region-end are used, even after moving
1419         point.
1420         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1421         property.
1423         * org-remember.el (org-remember-last-stored-marker): New variable.
1424         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1425         (org-remember-handler): Also use marker to remember
1426         last-stored position.
1428         * org.el (org-goto-marker-or-bmk): New function.
1430 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1432         * org.el (org-file-properties): Renamed from `org-local-properties'.
1433         (org-scan-tags): Take file tags into account.
1434         (org-tags-match-list-sublevels): Default changed to t.
1436         * org-exp.el (org-export-as-html): Close paragraph after a
1437         footnote.
1439         * org.el (org-update-parent-todo-statistics): New function.
1441         * org-exp.el (org-icalendar-store-UID): New option.
1442         (org-icalendar-force-UID): Option removed.
1443         (org-print-icalendar-entries): IMplement UIDs.
1445 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1447         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1449 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1451         * org-faces.el (org-column): Document how this face is being used
1452         and why sometimes the background faces shine through.
1454         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1456         * org-publish.el (org-publish-attachment): Create publishing
1457         directory if it does not yet exist.
1459         * org-table.el (org-calc-default-modes): Change default number
1460         format to (float 8).
1462         * org.el (org-olpath-completing-read): New function.
1463         (org-time-clocksum-format): New option.
1464         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1466         * org-clock.el (org-clock-display, org-clock-out)
1467         (org-update-mode-line): Use `org-time-clocksum-format'.
1469         * org-colview-xemacs.el (org-columns-number-to-string): Use
1470         `org-time-clocksum-format'.
1472         * org-colview.el (org-columns-number-to-string): Use
1473         `org-time-clocksum-format'.
1475 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1477         * org-id.el: New file, move from contrib to core.
1479         * org-exp.el (org-icalendar-force-UID): New option.
1481 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1483         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1484         shifted by one day if theere is a date range without an end
1485         time.
1487         * org.el (org-try-structure-completion): New function.
1489 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1491         * org.el (org-set-font-lock-defaults): Improve fontification of
1492         description lists.
1493         (org-insert-item): Handle description lists.
1494         (org-adaptive-fill-function): Improve auto indentation in
1495         description lists.
1497         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1498         Implement VERSE environment.
1499         (org-export-preprocess-string): Implement the COMMENT
1500         environment.
1502         * org-export-latex.el (org-export-latex-preprocess): Implement
1503         VERSE environment.
1505 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1507         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1508         option.
1510 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1512         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1514         * org.el (org-quote-csv-field): New functions.
1516         * org-table.el (org-table-export-default-format): Remove :splice
1517         from default format, we get the same effect by not specifying
1518         :tstart and :tend.
1519         (org-table-export): Improve setup, distinguish better between
1520         interactive and non-interactive use, allow specifying the format
1521         on the fly, better protection against wrong file names.
1522         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1523         and :tend when :splice is omitted.
1525 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1527         * org-clock.el (org-clock-select-task): Make sure the selection
1528         letters are 1-9 and A-Z, no special characters.
1530 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1532         * org-exp.el (org-export-htmlize): New group.
1533         (org-export-htmlize-output-type)
1534         (org-export-htmlize-css-font-prefix): New options.
1535         (org-export-htmlize-region-for-paste): New function.
1536         (org-export-htmlize-generate-css): New command.
1538 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1540         * org/org.el (org-modules, org-format-latex-options):
1541         * org/org-archive.el (org-archive-stamp-time)
1542         (org-archive-save-context-info):
1543         * org/org-faces.el (org-hide):
1544         * org/org-irc.el (org-irc-parse-link):
1545         * org/org-macs.el (org-call-with-arg, org-autoload):
1546         * org/org-mew.el (org-mew-store-link):
1547         * org/org-remember.el (org-remember-store-without-prompt)
1548         (org-remember-templates): Fix typos in docstrings.
1550         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1552         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1553         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1554         (org-bbdb-anniv-split): Fix typos in docstrings.
1556         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1557         (org-publish-use-timestamps-flag): Reflow docstring.
1558         (org-publish-files-alist): Fix typos in docstring.
1560 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1562         * org.el (org-set-visibility-according-to-property): New function.
1563         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1564         and compute the regular expressions, and update font-lock.
1565         (org-property-re): Allow a dash in property names.
1567         * org-archive.el (org-extract-archive-file): Insert the file name
1568         without the path into the format, to allow the location format to
1569         contain a subdirectory.
1571         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1572         of buffer, and the `org-agenda-type' property undefined, use the
1573         value from the character before.
1575         * org.el (org-add-planning-info): Don't let indentation for
1576         would-be timestamp become extra whitespace at the end of headline.
1578 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1580         * org.el (org-remove-double-quotes, org-file-contents): New
1581         functions.
1583         * org-exp.el (org-infile-export-plist): Also parse the
1584         contents of #+SETUPFILE files, recursively.
1586         * org.el (org-set-regexps-and-options): Also parse the
1587         contents of #+SETUPFILE files, recursively.
1589         * org-exp.el (org-export-handle-include-files): New function.
1590         (org-export-preprocess-string): Call
1591         `org-export-handle-include-files'.
1593         * org.el (org-delete-property-globally)
1594         (org-delete-property, org-set-property): Ignore case during
1595         completion.
1596         (org-set-property): Use `org-completing-read' instead of
1597         `completing-read'.
1599         * org.el (org-complete-expand-structure-template): New,
1600         experimental function.
1601         (org-structure-template-alist): New, experimental option.
1602         (org-complete): Call `org-complete-expand-structure-template'.
1604 2008-05-06  Bastien Guerry  <bzg@altern.org>
1606         * org-export-latex.el (org-export-latex-preprocess): Added
1607         support for blockquotes.
1609 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1611         * org.el (org-read-date-analyze): Catch the case where only a
1612         weekday is given.
1614 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1616         * org.el (org-set-font-lock-defaults): Make the description
1617         tag bold.
1619         * org-exp.el (org-export-as-html, org-close-li): Implement
1620         description lists.
1622 2008-05-04  Jason Riedy  <jason@acm.org>
1624         * org-table.el (*orgtbl-default-fmt*): New variable.
1625         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1626         when there is no other fmt available.
1628         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1629         :tend to suppress the appropriate string.
1631         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1632         table.
1634 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1636         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1637         read date.
1639         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1640         New function.
1642         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1643         New function.
1645 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1647         * org-clock.el (org-clock-find-position): Don't include notes
1648         into clock drawer.
1650         * org-archive.el (org-archive-subtree): No longer remove an
1651         extra line after cutting the subtree.  `org-cut-subtree' already
1652         takes care of this.
1654         * org-remember.el (org-remember-handler): Only kill the target
1655         buffer if it does not contain the running clock.
1657         * org.el (org-markers-to-move): New variable.
1658         (org-save-markers-in-region, org-check-and-save-marker)
1659         (org-reinstall-markers-in-region): New function.
1660         (org-move-subtree-down, org-copy-subtree): Remember relative
1661         marker positions before cutting.
1662         (org-move-subtree-down, org-paste-subtree): Restore relative
1663         marker positions after pasting.
1665         * org-remember.el (org-remember-clock-out-on-exit): New option.
1666         (org-remember-finalize): Clock out only if the setting in
1667         `org-remember-clock-out-on-exit' requires it.
1668         (org-remember-handler): Do the cleanup in the buffer, to make sure
1669         that the clock marker remains in tact.
1671 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1673         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1674         (org-clock-in): Make sure that also tasks outside the narrowed
1675         region will be clocked in correctly.
1676         (org-clock-insert-selection-line): Widen the buffer so that we can
1677         find the correct task heading.
1679         * org.el (org-base-buffer): New function.
1681         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1682         and ";" are escaped.
1683         (org-print-icalendar-entries): Also apply
1684         `org-icalendar-cleanup-string' to the headline, not only to the
1685         summary property.
1687 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1689         * org-exp.el (org-export-preprocess-hook): New hook.
1690         (org-export-preprocess-string): Call
1691         `org-export-preprocess-hook'.
1693         * org.el (org-font-lock-hook): New variable.
1694         (org-font-lock-hook): New function.
1695         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1697 ;; Local Variables:
1698 ;; coding: utf-8
1699 ;; add-log-time-zone-rule: t
1700 ;; End:
1702     Copyright (C) 2008  Free Software Foundation, Inc.
1704   This file is part of GNU Emacs.
1706   GNU Emacs is free software: you can redistribute it and/or modify
1707   it under the terms of the GNU General Public License as published by
1708   the Free Software Foundation, either version 3 of the License, or
1709   (at your option) any later version.
1711   GNU Emacs is distributed in the hope that it will be useful,
1712   but WITHOUT ANY WARRANTY; without even the implied warranty of
1713   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1714   GNU General Public License for more details.
1716   You should have received a copy of the GNU General Public License
1717   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1719 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c