Fix compiler issues related to the timer.
[org-mode/org-mode-NeilSmithlineMods.git] / lisp / ChangeLog
blob57082437253743bd7809dc7abecbb3f1eb20b0ed
1 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-timer.el (org-timer-start-time): Define this variable.
4         (org-timer-item): Make argument optional.
6         * org-list.el (org-insert-item): Automatically insert a timer item
7         if the current list is a timer list.
9         * org-timer.el: New file.
11         * org-publish.el (org-publish-org-index): Only exclude the index
12         file in the main directory from being added to the site-map.
13         (org-publish-get-project-from-filename): If the current project is
14         a component, start publishing from the parent project.
16 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
18         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
20         * org-publish.el (org-publish-org-index): Improve removal of
21         temporary buffers.
23         * org-agenda.el (org-get-closed): Re-apply changes
24         accidentially overwritten by last commit to Emacs.
26         * org.el (org-outline-path-complete-in-steps): New option.
27         (org-refile-get-location): Honor
28         `org-outline-path-complete-in-steps'.
29         (org-agenda-change-all-lines, org-tags-sparse-tree)
30         (org-time-string-to-absolute, org-small-year-to-year)
31         (org-link-escape): Re-apply changes accidentially overwritten
32         by last commit to Emacs.
34 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
36         * org-clock.el (org-dblock-write:clocktable): Make sure the
37         clocktable sees the first line.
38         (org-clock-in): Warn if the clock cannot be resumed.
40 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org.el (org-open-at-point): Fix mixup about interactive and
43         non-interactive elisp links.
45 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
47         * org-exp.el (org-export-preprocess-string): Allow one comment
48         line before the first headline to always be included.  This is
49         to not miss a commented target.
51         * org-mouse.el (org-mouse-insert-item): Call
52         `org-indent-to-column' instead of `indent-to', for XEmacs
53         compatibility.
55         * org.el (org-refile-targets): Fix customize definition so
56         that it works also in XEmacs.
57         (org-fixup-indentation): Call `org-indent-to-column' instead
58         of `indent-to', for XEmacs compatibility.
60 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
62         * org-mew.el (org-mew-store-link): Get the correct case folder
63         for refiled messages.
65 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
67         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
68         line break indicators.
70         * org.el (org-ido-completing-read): Remove the "i:" prefix for
71         ido-completion propts.
73 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
75         * org-remember.el (org-remember-apply-template): Use
76         `org-substring-no-properties'.
78         * org-compat.el (org-substring-no-properties): New function.
80         * org-remember.el (org-remember-apply-template): Use
81         `org-substring-no-properties' for compatibility.
83         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
84         option.
85         (org-fix-bullet-type): respect
86         `org-list-two-spaces-after-bullet-regexp'.
88         * org-clock.el (org-clock-load): Clean up the code.
90         * org.el (org-adaptive-fill-function): Allow two spaces after
91         "1." as a list bullet.
93 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
95         * org-clock.el (org-clock-save, org-clock-load): Check for
96         live buffers, existing files, and buffer file names to ensure
97         consistent information.
98         (org-clock-persist): Make `clock' a special value of this
99         variable, and improve docstring.
101         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
102         (org-get-string-indentation): Adapt indentation when the bullet
103         width changes.
105 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
107         * org-remember.el (org-remember-finalize): Make interactive.
108         (org-remember-kill): New command.
109         (org-remember-finish-immediately): Call `org-remember-finalize'
110         directly.
111         (org-remember-finalize): Make `org-remember-finalize' an interactive
112         function.
114 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
116         * org-remember.el (org-remember-apply-template): No ido completion
117         for free prompts in remember templates.
118         (org-remember-before-finalize-hook): New hook.
119         (org-remember-mode): New minor mode.
120         (org-remember-apply-template): Turn on `org-remember-mode'.
122         * org-id.el (org-id-add-location): Avoid error when no file is
123         given.
125         * org-remember.el (org-remember-apply-template): Fix the way how
126         the list of allowed properties is retrieved from the target file.
128         * org.el (org-insert-link): Improve file link matching.
130 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
132         * org-colview.el (org-columns-display-here): New argument
133         DATELINE, to trigger using the new face.
134         (org-agenda-colview-summarize): Call `org-columns-display-here'
135         with the new argument.
137         * org-faces.el (org-agenda-column-dateline): New face.
139         * org-publish.el (org-publish-org-index): Use index-title at page
140         title, not as section.
142         * org-exp.el (org-export-html-format-desc): Respect the
143         org-protect property.
144         (org-export-as-html): Protect image specifiers that are in the
145         description part of a link.
147         * org.el (org-sort-entries-or-items, org-completing-read)
148         (org-refile-get-location, org-olpath-completing-read, org-todo)
149         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
150         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
151         (org-set-property, org-delete-property)
152         (org-delete-property-globally): Use `org-ido-completing-read'.
154         * org-remember.el (org-remember-apply-template): Use
155         `org-ido-completing-read'.
157         * org-publish.el (org-publish): Use `org-ido-completing-read'.
159         * org-colview.el (org-columns-edit-value, org-columns-new)
160         (org-insert-columns-dblock): Use `org-ido-completing-read'.
162         * org-colview-xemacs.el (org-columns-edit-value)
163         (org-columns-new, org-insert-columns-dblock): Use
164         `org-ido-completing-read'.
166         * org-attach.el (org-attach-delete-one, org-attach-open): Use
167         `org-ido-completing-read'.
169         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
170         `org-ido-completing-read'.
172         * org.el (org-time-today): New function.
173         (org-matcher-time): Use `org-time-today'.  Add special treatment
174         for "<tomorrow>" and "<yesterday>".
175         (org-ido-completing-read): New function.
176         (org-completion-use-ido): New option.
178         * org-exp.el (org-export-format-source-code): Fix bug in require
179         htmlize code.
180         (org-export-target-internal-links): Fix bug in search for text
181         property.
183 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
185         * org-export-latex.el (org-export-latex-subcontent): Interprete
186         target aliases as additonal labels.
188         * org-exp.el (org-export-target-aliases): New variable.
189         (org-export-preprocess-string)
190         (org-export-handle-invisible-targets): Fill the alias alist.
191         (org-export-as-html): Remove the &nbsp; from the anchor, and also
192         assign an id.
193         (org-html-level-start): Insert the target aliases as additonal
194         anchors.
196         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
197         picture area.
199 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
201         * org.el (org-open-at-mouse): Ensure correct link abbreviations
202         when following a link with the mouse from the agenda.
204         * org-exp.el (org-export-as-html): Avoid lone </div> when no
205         headlines are created.
207 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org.el (org-link-translation-function): New option.
210         (org-open-at-point): Call `org-link-translation-function' if
211         non-nil.
212         (org-translate-link): New function.
213         (org-translate-link-from-planner): New function.
214         (org-open-at-point): Allow interactive commands in elisp links.
216         * org-exp.el (org-icalendar-cleanup-string): Restore the old
217         iCalendar quoting.  The new one seems to caus problems with
218         applications.
220         * org.el (org-yank): Set `this-command' to `yank', so that
221         `yank-pop' will work.
223 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
225         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
226         compliance as far as quoting is concerned.
228         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
229         hexified version of the tag.
231         * org-vm.el (org-vm-follow-link): Require `vm-search'.
233         * org.el (org-up-heading-safe, org-forward-same-level): Always
234         call `org-back-to-heading' instead of `outline-back-to-heading'.
235         (org-back-to-heading): New wrapper around outline-back-to-heading,
236         with a useful error message telling where the error happened.
238         * org-list.el (org-update-checkbox-count): Always call
239         `org-back-to-heading' instead of `outline-back-to-heading'.
241         * org-exp.el (org-export-as-html): Make sure that each <img> tag
242         has an `alt' attribute, to ensure XHTML validation.
244 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-publish.el (org-publish-attachment): Allow publishing to
247         overwrite attachment files.
249         * org-agenda.el (org-agenda-timerange-leaders): New option.
250         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
252         * org.el (org-edit-src-exit): Untabify ASCII image before
253         returning.
266 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
268         * org.el (org-yank): Make any prefix force normal yanking.
269         Suppress folding if text would be swallowed into a folded
270         subtree.
271         (org-yank-folded-subtrees, org-yank): Docstring updates.
273         * org-agenda.el (org-agenda-compare-effort): Treat no effort
274         defined as 0.
276         * org-exp.el (org-export-language-setup): Add Catalan and
277         Esperanto language entries.
279 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
281         * org.el (org-refile): Allow refiling of entire regions.
283         * org-clock.el (org-clock-time%): New function.
285         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
286         retrieve property values.
288 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org-agenda.el (org-agenda-list): Handle the value `only' of
291         org-agenda-show-log'.
292         (org-agenda-log-mode): Interpret a double prefix arg.
294 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
296         * org-exp.el (org-export-html-footnotes-section): New variable.
297         (org-export-as-html): Use `org-export-html-footnotes-section' to
298         insert the footnotes.
299         (org-export-language-setup): Add "Footnotes" to language words.
301 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
303         * org.el (org-yank): Fix bug when not inserting a subtree.
305 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
307         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
308         instead of `vm-beginning-of-message'.
310         * org.el (org-make-link-regexps): Make sure that links to gnus can
311         contain brackets.
313 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
315         * org-attach.el (org-attach-dir): Remove duplicate ID creation
316         code.
318         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
319         shell output.
321         * org.el (org-link-abbrev-alist): Improve customization type.
323         * org-attach.el (org-attach-expand-link, org-attach-expand): New
324         functions.
326         * org-agenda.el (org-agenda-get-progress): Renamed from
327         `org-get-closed'.  Implement searching for state changes as well.
328         (org-agenda-log-mode-items): New option.
329         (org-agenda-log-mode): New option prefix argument, interpreted as
330         request to show all possible progress info.
331         (org-agenda-get-day-entries): Call `org-get-progress' instead of
332         `org-get-closed'.
333         (org-agenda-set-mode-name): Handle the more complex log mode
334         settings.
335         (org-get-closed): New alias, pointing to `org-get-progress'.
337 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
339         * org.el (org-file-apps-defaults-gnu)
340         (org-file-apps-defaults-macosx)
341         (org-file-apps-defaults-windowsnt): Add an entry defining the
342         system command.
343         (org-file-apps): Allow `system' as key and value.
344         (org-open-at-point): Explain the effect of a double prefix arg.
345         (org-open-file): If the argument `in-emacs' is (16),
346         i.e. corresponding to a double prefix argument, try to open the
347         file externally.
349 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
351         * org.el (org-insert-link): Abbreviate absolute files names in
352         links.  Also, fix a bug in which the double C-u prefix would not
353         be honored.
355 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
357         * org.el (org-insert-heading): If buffer does not end with a
358         newline, add one if necessary to insert headline correctly.
360         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
361         paragraphs, not inside.
363         * org.el (org-todo): Quote
364         `org-agenda-headline-snapshot-before-repeat'.
366         * org-exp.el (org-export-as-html): Fully process link descriptions.
367         (org-export-html-format-desc): New function.
368         (org-export-as-html): Collect footnotes into the correct basket.
369         (org-html-protect): No longer protect quotations marks here, this
370         goes wrong.
372         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
373         BEG.
375         * org-compat.el (org-fit-window-to-buffer): New function (not
376         really, a preliminary and incomplete version was present earlier,
377         but not used).
379         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
380         `org-fit-window-to-buffer'.
382         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
384         * org-agenda.el (org-agenda-get-restriction-and-command)
385         (org-fit-agenda-window, org-agenda-convert-date): Use
386         `org-fit-window-to-buffer'.
388         * org-exp.el (org-export-as-html): Process href links through
389         `org-export-html-format-href'.
390         (org-export-html-format-href): New function.
392         * org-agenda.el (org-agenda-todo): Update only the current
393         headline if this is a repeated TODO, marked done for today.
394         (org-agenda-change-all-lines): New argument JUST-THIS, to change
395         only the current line.
397         * org.el (org-todo): Take a snapshot of the headline if the
398         repeater might change it.
400 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
402         * org-publish.el (org-publish-find-title): Remove buffers visited
403         only for extracting the title.
405         * org-exp.el (org-export-html-style)
406         (org-export-html-style-default): Mark style definitions as
407         unparsed CDATA.
409         * org-publish.el (org-publish-validate-link): Function
410         re-introduced.
412 2008-11-02  Charles Sebold  <csebold@gmail.com>
414         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
415         property.
416         (org-plot-quote-timestamp-field): New function.
417         (org-plot-quote-tsv-field): Call timestamp field function when
418         necessary rather than just quoting as a string.
419         (org-plot/gnuplot-to-data): Pass in timefmt property.
420         (org-plot/gnuplot-script): Supports timefmt property.
421         (org-plot/gnuplot): Checks for timestamp column before checking
422         for text index column.
424 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
426         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
428         * org-publish.el (org-publish-org-index): Create a section in the
429         index file.
430         (org-publish-org-index): Stop linking to directories.
432         * org.el (org-emphasis-alist): Use span instead of <u> to
433         underline text.
435         * org-exp.el (org-export-as-html): Make sure <p> is closed before
436         <pre> sections.
438 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
440         * org-jsinfo.el (org-infojs-template): Remove language attribute
441         from script tag.
443 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
445         * org-agenda.el (org-agenda-remove-marked-text): New function.
446         (org-agenda-mark-filtered-text)
447         (org-agenda-unmark-filtered-text): New functions.
448         (org-write-agenda): Remove fltered text.
450         * org.el (org-make-tags-matcher): Give access to TODO "property"
451         without speed penalty.
453 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
455         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
456         option.
457         (org-store-link-props): Make sure adding to the plist works
458         correctly.
460         * org-gnus.el (org-gnus-no-new-news): New function.
461         (org-gnus-follow-link): Allow the article ID to be a message-id,
462         in addition to allowing article numbers.  Message IDs make much
463         more roubust links.
464         (org-gnus-store-link): Use message-id to create link.
466 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
468         * org.el (org-emphasize): Reverse the selection array.
469         (org-emphasis-alist): Set <code> tags for the verbatim
470         environment.
472         * org-remember.el (org-remember-handler): Fix bug with
473         prefix-related changing of the note storage target.
475         * org-exp.el (org-print-icalendar-entries): Make the exported
476         priorities compatible with RFC 2445.
478         * org-clock.el (org-clock-save): Insert time stamp without
479         dependence on time-stamp.el.
481 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
483         * org.el ("saveplace"): If saveplace puts point into an invisible
484         location, make it visible.
485         (org-make-tags-matcher): Allow inactive time stamps in time
486         comparisons.
487         (org-yank-adjusted-subtrees): New option.
488         (org-yank): Incorporate adjusting trees.
489         (org-paste-subtree): New argument FOR-YANK which will cause
490         insertion at point without backing up over white lines, and leave
491         point at the end of the inserted text.  Also if the cursor is
492         at the beginning of a headline, use the same level or the inserted
493         tree.
495         * org-publish.el (org-publish-get-base-files-1): Deal correctly
496         with broken symlinks
498 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
500         * org-exp.el (org-export-select-tags, org-get-current-options):
501         Fix typo.
503 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
505         * org-agenda.el (org-format-agenda-item)
506         (org-agenda-filter-make-matcher): Make sure tags are stored and
507         compared donwcased.
509 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
511         * org.el (org-insert-todo-heading): Fix bug with force-heading
512         argument.
514 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
516         * org-clock.el (org-clock-in-resume): Add a custom option to
517         toggle starting the clock from an open clock line.
518         (org-clock-in): When clocking in to an entry, if
519         `org-clock-in-resume' is set, check if the first clock line is
520         open and if so, start the clock from the time in the clock line.
521         (org-clock-persist): Add a custom option to toggle clock
522         persistence.
523         (org-clock-persist-query-save): Add a custom option to toggle
524         asking the user if they want to save the running clock when
525         exiting.
526         (org-clock-persist-query-resume): Add a custom option to toggle
527         asking the user if they want to resume the saved clock when Emacs
528         is restarted.
529         (org-clock-save): Add a function to save clock data.
530         This includes the contents of `org-clock-history' and the buffer
531         and position of the currently clocked task, if any.
532         (org-clock-load): Add a function to load clock data.
533         This populates `org-clock-history', and resumes the saved clocked
534         task if there is one.
535         (org-clock-persistence-insinuate): Add a method to set up the
536         hooks for clock persistence.
538 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
540         * org-exp.el (org-export-as-ascii): Handle the case that we are
541         publishing from an indirect buffer.
543         * org-table.el (org-table-copy-down): Fix bug with time stamp
544         increment.
546         * org-mouse.el (org-mouse-features): New option.
547         (org-mode-hook): Turn on features depending on
548         `org-mouse-features'.
550         * org.el (org-insert-heading-respect-content): Force heading
551         creation.
552         (org-insert-heading): keep the folding state of the heading before
553         the inserted one.
555 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
557         * org-archive.el (org-archive-to-archive-sibling): Handle top
558         level headlines better.
560 2008-10-21  Bastien Guerry  <bzg@altern.org>
562         * org-export-latex.el (org-export-latex-classes): Added
563         \usepackage{graphicx} to the default list of packages.
565 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
567         * org-agenda.el (org-agenda-filter): Renamed from
568         `org-agenda-filter-tags'.
570 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
572         * org.el (org-entry-properties): Add CATEGORY property, iven if it
573         is not defined as a property in this entry.
574         (org-add-log-note): Mask prefix argument when immediately storing
575         the note.
577         * org-agenda.el (org-agenda-filter-effort-default-operator): New
578         option.
580 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
582         * org.el (org-add-log-setup): Bugfix; code to find insertion point
583         after drawers was skipping ahead one line too many, so notes were
584         inserted after the first note instead of before it.
586 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
588         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
589         New variables.
590         (org-prepare-agenda): Reset the filter tags.
591         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
592         Show filter tags in mode line.
594         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
595         formatter.
597         * org-export-latex.el (org-latex-entities-regexp): New constant.
598         (org-export-as-pdf): Use two calls to `shell-command'.
600 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
602         * org-export-latex.el (org-export-latex-treat-sub-super-char):
603         Honor the {} value of the subsuperscript setting.  Make sure that
604         longer subsuperscripts are typeset in a roman font.
606         * org.el (org-clock-update-time-maybe): Compute negative clock
607         intervals correctly.
609 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
611         * org.el (org-add-log-setup): Respect
612         `org-log-state-notes-insert-after-drawers'.
613         (org-log-state-notes-insert-after-drawers): New option.
614         (org-todo-trigger-tag-changes): New function.
615         (org-todo): Call `org-todo-trigger-tag-changes'.
617 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
619         * org.el (org-add-log-setup): Only skip drawers if the are
620         immediately after the scheduling keywords.
622         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
623         function
624         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
625         call it with the current todo state to get the state to switch to
626         when clocking in.
627         (org-clock-in): Use org-indent-line-function to indent clock lines.
628         (org-clock-find-position): Fix indentation of empty clock drawers.
630 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
632         * org-publish.el (org-publish-org-to): Handle case when
633         org-export-to-pdf does return a file name, not a buffer.
634         (org-publish-org-to-pdf): New function.
636         * org-export-latex.el (org-export-as-pdf)
637         (org-export-as-pdf-and-open): New commands.
639         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
640         forms as ranges.
642         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
643         things in protexted regions.
645 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
647         * org-export-latex.el (org-export-latex-preprocess): Improve
648         quoting of LaTeX environments.
650 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
652         * org.el (org-edit-fixed-width-region): Exclude final newline from
653         picture area.
655         * org-export-latex.el (org-export-latex-subcontent): Add labels to
656         sections, to make internal links work.
657         (org-export-latex-fontify-headline): Do not remove all text
658         properties, to make sure that target properties survive this
659         process.
661         * org-exp.el (org-export-preprocess-string): Change sequence of
662         modifications, to make sure links are prepared before the LaTeX
663         conversions do happen.
665 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
667         * org-attach.el (org-attach-delete-all): Renamed from
668         `org-attch-delete'.  Add a security query before deleting the
669         entire directory.  New optional argument FORCE can overrule the
670         security query.
671         (org-attach-delete-one): New command.
673 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
675         * org-attach.el (org-attach-file-list): Fix bug with directory.
677 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
679         * org.el (org-apps-regexp-alist): New function.
680         (org-file-apps): Add auto-mode to the default value.
681         (org-open-file): Use the new structure of org-file-apps.
683         * org-attach.el (org-attach): Support the new keys.
684         (org-attach-method): New option.
686 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
688         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
689         March.
691         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
692         of the list value o `org-use-tag-inheritance'.
694         * org-attach.el (org-attach-auto-tag): New option.
695         (org-attach-tag, org-attach-untag): New functions.
696         (org-attach-attach, org-attach-new, org-attach-sync): Call
697         `org-attach-tag'.
698         (org-attach-delete): Call `org-attach-untag'.
700 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
702         * org-table.el (orgtbl-self-insert-command): Make this work for
703         the keypad as well.
705 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
707         * org.el (org-add-log-setup): Limit searc for drawers to entry
708         text, not to subtree.
710         * org-clock.el (org-clock-heading-for-remember): New variable.
711         (org-clock-in): Set `org-clock-heading-for-remember'.
713 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
715         * org-remember.el (org-remember-apply-template): Add new
716         expansions: %k, %K for currently clocked task and a link to the
717         currently clocked task, and %< to file notes in the currently
718         clocked task.
720 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
722         * org-export-latex.el (org-export-latex-make-header): Also insert
723         the content of the property :latex-header-extra.
725         * org-exp.el (org-infile-export-plist): Put the content of
726         #+LATEX_HEADER: into the property :latex-header-extra.
728         * org-colview.el (org-columns-get-format-and-top-level): Remove
729         resetting the marker.
731         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
732         Remove resetting the marker.
734         * org.el (org-entry-property-inherited-from): Improve docstring.
735         (org-entry-get-with-inheritance): Reset marker before starting the
736         search.
738         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
740 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
742         * org.el (org-entry-get-multivalued-property)
743         (org-entry-protect-space, org-entry-restore-space): New
744         functions.
745         (org-file-apps-defaults-macosx): Let postscript files be opened by
746         preview.
747         (org-time-stamp-inactive): Call `org-time-stamp'.
748         (org-time-stamp): New argument `inactive'.  Also edit inacive
749         stamps. Convert time stamp type.
750         (org-open-file): Interpret the `default' value for the `command'
751         in `org-file-apps'.
753         * org-id.el (org-id-int-to-b36-one-digit)
754         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
755         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
756         b36.
758 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
760         * org-id.el (org-id-reverse-string): New function.
761         (org-id-new): Use `org-id-reverse-string' to make sure the
762         beginning chars of the ID are mutating fast.  This allows to use a
763         directory structure to spread things better.
764         (org-id-prefix): Changed default to nil.
766         * org-list.el (org-move-item-down, org-move-item-up): Remember and
767         restore the column of the cursor position.
769         * org-remember.el (org-remember-apply-template): Remove properties
770         from `initial'.
772 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
774         * org-wl.el (org-wl-open): Remove useless call to
775         `wl-thread-open-all'.
777         * org-remember.el (org-remember-handler): Fix bug with `bottom'
778         location.
780 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
782         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
783         `org-bbdb-anniversaries'.
785         * org.el (org-get-next-sibling, org-forward-same-level): New
786         functions, similar to the outline versions, but invisible headings
787         are OK.
789 2008-09-25  Bastien Guerry  <bzg@altern.org>
791         * org.el (org-auto-repeat-maybe): Insert a space between
792         the timestamp's type and the timestamp itself.
794 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
796         * org-table.el (org-table-sum): Do not format the result with %g,
797         it does rounding when there are too many digits.
799         * org.el (org-map-entries): Protect the keyword-selecting variables.
801 2008-09-23  Bastien Guerry  <bzg@altern.org>
803         * org-agenda.el (org-agenda-to-appt): Make sure the function check
804         against all agenda files.
806 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
808         * org-list.el: New file, aggregating list functions from org.el
809         and org-export-latex.el.
811         * org.el (org-edit-src-region-extra): New option.
813 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
815         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
816         time before 1am.
818 2008-09-22  Bastien Guerry  <bzg@altern.org>
820         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
822 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
824         * org-plot.el (org-plot/gnuplot): Make tables starting with a
825         hline work correctly.
826         (org-plot/gnuplot-script): Put commas at the end of each script
827         line.
829 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
831         * org.el (org-get-refile-targets): Replace links with their
832         descriptions
833         (org-imenu-get-tree): Replace links with their descriptions.
835         * org-remember.el (org-remember-apply-template): Add a new
836         expansion for adding properties to remember items.
838         * org.el (org-add-log-setup): Skip over drawers (properties,
839         clocks etc) when adding notes.
841         * org-agenda.el (org-agenda-get-closed): show durations of clocked
842         items as well as the start and end times.
844         * org-compat.el (org-get-x-clipboard-compat): Add a compat
845         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
847         * org-remember.el (org-get-x-clipboard): Use the compat
848         function to get clipboard values when x-selection-value is
849         unavailable. Use substring-no-properties instead of
850         set-text-properties to remove text properties from the clipboard
851         value.
853         * lisp/org-clock.el (org-update-mode-line): Support limiting the
854         modeline clock string, and display the full todo value in the
855         tooltip. Set a local keymap so mouse-3 on the clock string goes to
856         the currently clocked task.
857         (org-clock-string-limit): Add a custom value for the maximum
858         length of the clock string in the modeline.
859         (org-clock-mode-map): Add a keymap for the modeline string
861 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
863         * org-compat.el (org-propertize): New function.
865 2008-09-20  Bastien Guerry  <bzg@altern.org>
867         * org-export-latex.el (org-export-latex-tables): protect exported
868         tables from further special chars conversion.
869         (org-export-latex-preprocess): Preserve LaTeX environments.
870         (org-list-parse-list): Parse descriptive lists.
871         (org-list-to-generic, org-list-to-latex, org-list-to-html)
872         (org-list-to-texinfo): Export descriptive lists.
873         (org-quote-chars): Remove.
874         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
875         (org-export-latex-list-beginning-re): Rename to
876         `org-list-beginning-re'
877         (org-list-item-begin): Rename to `org-list-item-beginning'
879 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
881         * org.el (org-refile): Allow refiling to the last entry in the
882         buffer.
883         (org-get-tags-at): Fix bug when inheritance is turned off.
885 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
887         * org.el (org-indent-line-function): No longer check for src
888         regions, this is too much overhead.
890         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
891         matching.
893         * org.el (org-scan-tags): Make sure that tags matching is not case
894         sensitive.  TODO keyword matching is case sensitive, however, to
895         avoid confusion with similar words that are not meant to be
896         keywords.
898 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
900         * org.el (org-get-local-tags-at): New function.
901         (org-get-local-tags): New function.
903         * org-exp.el (org-export-get-categories): New function.
905         * org-agenda.el (org-sorting-choice)
906         (org-agenda-sorting-strategy, org-agenda-get-todos)
907         (org-agenda-get-timestamps, org-agenda-get-deadlines)
908         (org-agenda-get-scheduled, org-agenda-get-blocks)
909         (org-entries-lessp): Implement sorting by TODO state.
910         (org-cmp-todo-state): New defsubst.
912         * org-colview.el (org-colview-construct-allowed-dates): New
913         function.
914         (org-columns-next-allowed-value): Use
915         `org-colview-construct-allowed-dates'.
917         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
918         function.
919         (org-columns-next-allowed-value): Use
920         `org-colview-construct-allowed-dates'.
922 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
924         * org.el (org-protect-slash): New function.
925         (org-get-refile-targets): Use `org-protect-slash'.
927         * org-agenda.el (org-global-tags-completion-table): New variable.
929         * org-exp.el (org-export-handle-export-tags): New function.
930         (org-export-preprocess-string): Call
931         `org-export-handle-export-tags'.
933         * org-plot.el: New file.
935         * org-publish.el (org-publish-expand-components): Function removed.
936         (org-publish-expand-projects): Allow components to have components.
938 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
940         * org.el (org-indent-line-function): Do not indent in regions that
941         are external source code.
942         (org-yank-and-fold-if-subtree): New function.
944         * org-agenda.el (org-agenda-todayp): New function.
945         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
946         `org-agenda-todayp'.
948         * org.el (org-insert-heading-respect-content)
949         (org-insert-todo-heading-respect-content): New commands.
950         (org-insert-heading-respect-content): New option.
951         (org-insert-heading): Respect `org-insert-heading-respect-content'.
953         * org-clock.el (org-clock-find-position): Make sure the note after
954         the clock line gets moved into the new clock drawer.
956 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
958         * org-id.el (org-id-new): New option.
960 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
962         * org-table.el (org-table-copy-down): Avoid overflow during
963         increment.  Use prefix argument 0 to temporarily disable the
964         increment.
966 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
968         * org-exp.el (org-export-as-html): Do not turn on the major mode
969         if the buffer will be killed anyway.
970         (org-get-current-options): Exclude the #+TEXT field.
971         (org-export-as-html): Make sure text before the first headline is
972         a paragraph.
974         * org-publish.el (org-publish-org-to): Tell the exporter that this
975         buffer will be killed, so it is not necessary to do major mode
976         initialization.
978         * org-archive.el (org-archive-to-archive-sibling): Show empty
979         lines after folding the archive sibling.
981         * org.el (org-log-note-extra): New variable.
983 2008-09-05  Bastien Guerry  <bzg@altern.org>
985         * org.el (org-additional-option-like-keywords): Added keywords for
986         the _QUOTE, _VERSE and _SRC environments.
988         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
989         exporting _QUOTE and _VERSE environments.
991 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
993         * org-agenda.el (org-agenda-filter-by-tag): New command.
995         * org-exp.el (org-get-current-options): Remove angular brackets
996         from the date entry.
998         * org.el (org-edit-fixed-width-region): New function.
999         (org-edit-fixed-width-region): Also try
1000         `org-edit-fixed-width-region'.
1001         (org-edit-fixed-width-region-mode): New option.
1002         (org-activate-code): Only interprete lines starting with colon
1003         plus a space as example lines.
1005         * org-remember.el (org-remember-templates): Add nil instead of
1006         empty strings to fix the length of remember templates.
1008         * org-table.el (org-calc-default-modes): Fix the time format for
1009         calc, from 12 hour to 24 hour clock.
1011 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1013         * org-agenda.el (org-agenda-get-deadlines)
1014         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1015         entries that are pre-warnings of deadlines or reminders.
1017         * org.el (org-sort-entries-or-items): Make numeric and alpha
1018         comparisons ignore any TODO keyword and priority cookie.
1020         * org-remember.el (org-remember-handler): Reinterpretation of the
1021         prefix argument.
1023 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1025         * org-agenda.el (org-agenda-get-scheduled): Use new
1026         `org-scheduled' face.
1028         * org-faces.el (org-scheduled): New face.
1030         * org-wl.el (org-wl-open): Remove incorrect declaration.
1032         * org-gnus.el (org-gnus-store-link): Support for :to information
1033         in gnus links.
1035         * org-exp.el (org-export-as-html): Fixed typo in creator
1036         information.
1037         (org-export-protect-examples): New parameter indent.  Insert extra
1038         spaces only when this parameter is specified.
1039         (org-export-preprocess-string): Call `org-export-protect-examples'
1040         with an indentation parameter when exporting to ASCII.
1042         * org-remember.el (org-remember-templates)
1043         (org-remember-apply-template): Allow the file component to be a
1044         function.
1046         * org.el (org-goto-local-search-headings): Renamed from
1047         `org-goto-local-search-forward-headings'.  Added the possibility
1048         to search backwards.
1050 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1052         * org-export-latex.el (org-export-latex): New customization
1053         group.
1055         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1057 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1059         * org-exp.el (org-html-do-expand): Allow {} to terminate
1060         tex macro
1062 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1064         * org.el (org-buffer-list): Select buffers based on major mode,
1065         not on file name.
1067 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
1069         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1070         face property.
1072         * org-colview.el (org-columns-display-here): Use
1073         `org-columns-modify-value-for-display-function'.
1075         * org-colview-xemacs.el (org-columns-display-here): Use
1076         `org-columns-modify-value-for-display-function'.
1078 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
1080         * org.el (org-columns-modify-value-for-display-function): New option.
1092         * org-publish.el (org-publish-file): Make sure the directory match
1093         for the publishing directory works correctly.
1095         * org-agenda.el (org-agenda-execute-calendar-command)
1096         (org-agenda-diary-entry): Additional optional argument.
1098 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
1100         * org-exp.el (org-export-as-html): Add attributes also in mailto
1101         and ftp links.
1103         * org.el (org-autoload): Add `org-dblock-write:columnview'.
1112 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
1114         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1115         sure that calls from `org-export-region-as-html' do not do the
1116         special check for a subtree.
1118 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
1120         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1122 2008-07-20  Juri Linkov  <juri@jurta.org>
1124         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1125         new keymap `narrow-map' instead of binding "\C-xns".
1127 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
1129         * org.el (org-open-file): Use
1130         `org-open-directory-means-index-dot-org'.
1131         (org-open-directory-means-index-dot-org): New option.
1133 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
1135         * org.el (org-make-link-string): Remove link attributes from
1136         description.
1137         (org-open-at-point): Remove link attributes bevore using the path.
1139         * org-exp.el (org-export-as-html): Handle link attributes.
1141         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1143         * org-table.el (org-table-to-lisp): New function.
1145         * org.el (org-narrow-to-subtree): Do not include the final newline
1146         into the narrowed region.
1148         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1149         bug with user-define skipping condition.
1151 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
1153         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1155 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
1157         * org-exp.el (org-export-html-style-default): Automatic overflow
1158         handling for pre fields.
1159         (org-export-as-ascii, org-export-as-html): Change default format
1160         for time stamp.
1162         * org-table.el (org-table-export): Offer completion for translator
1163         functions, and do not require a heading above the table.
1165         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1166         Cater for the case of a list starting in the first line of the
1167         buffer.
1169 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
1171         * org-publish.el (org-publish-find-title): Bug fix.
1172         (org-publish-org-index): Implement new :index-style option.
1174 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
1176         * org-publish.el (org-publish-timestamp-filename): Use
1177         SHA1-encoded file names in the timestamp directory.
1179 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
1181         * org-publish.el (org-publish-needed-p): Be verbose about files
1182         published and files skipped.
1184         * org-exp.el (org-export-preprocess-string): Swap link
1185         normalization and inernal link targeting.
1187         * org-publish.el (org-publish-needed-p): Create timestamp
1188         directory when it does not exist.
1190 2008-07-04  Bastien Guerry  <bzg@altern.org>
1192         * org-clock.el (org-clock-out-when-done): Doc fix.
1194         * org.el (org-agenda-skip-unavailable-files): Doc fix.
1196         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1197         Ignore case when searching for the COMMENT cookie at export time.
1199 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
1201         * org-exp.el (org-get-file-contents)
1202         (org-get-and-remove-property): New functions.
1203         (org-export-handle-include-files): Handle the new prefix options.
1204         (org-export-as-html): Fix the verse environment.
1206 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
1208         * org.el (org-time=, org-time<, org-time<=, org-time>)
1209         (org-time>=, org-time<>, org-2ft): New functions.
1210         (org-op-to-function): Also provide for the time testing fucntions.
1212 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
1214         * org-exp.el (org-export-html-style-default): New constant.
1216 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
1218         * org-exp.el (org-export-html-style-extra): New variable.
1219         (org-export-splice-style): New function.
1221 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
1223         * org-exp.el (org-export-plist-vars, org-export-as-html):
1224         Implement `org-export-creator-info'.
1225         (org-export-creator-info): New option.
1227 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
1229         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1230         (org-property-drawer-re, org-clock-drawer-re): New constants.
1232 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
1234         * org-exp.el (org-icalendar-use-deadline)
1235         (org-icalendar-use-scheduled): New options.
1236         (org-icalendar-include-todo): Default changed to t.
1237         (org-print-icalendar-entries): Implement better utilization of
1238         scheduling and deadline time stamps.
1239         (org-export-target-internal-links, org-export-as-html): Allow file
1240         lines without the "file:" prefix if the file path is an absolute
1241         path or starts with ".".
1243         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1244         lastweek etc.
1245         (org-clock-special-range): Also undertand yesterday, lastweek etc.
1247 2008-06-18  Glenn Morris  <rgm@gnu.org>
1248         * org.el (org-map-entries): Let-bind `file'.
1250 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
1252         * org.el (org-agenda-skip-archived-trees): Docstring now
1253         discourages using this.
1254         (org-scan-tags): Check for org-agenda-archives-mode.
1255         (org-map-entries): Make sure org-agenda-archives-mode is nil.
1256         (org-agenda-files): Functionality of second arg changed.
1258         * org-agenda.el (org-agenda-archives-mode): New variable
1259         (org-write-agenda, org-prepare-agenda, org-agenda-list)
1260         (org-search-view, org-todo-list, org-tags-view)
1261         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1262         `ifmode' argument.
1263         (org-agenda-quit): Reset the archives mode.
1264         (org-agenda-archives-mode): New command.
1265         (org-agenda-set-mode-name): Include archives info.
1267 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
1269         * org.el (org-paste-subtree): Make sure the yanked headline is
1270         visible if it was yanked at a visible point.
1271         (org-move-item-up): Fix the bug with moving white space at the end
1272         of the item.
1273         (org-show-empty-lines-in-parent): New function.
1275 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
1277         * org-colview.el (org-columns-next-allowed-value): Bug fix.
1279         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1281         * org-agenda.el (org-agenda-get-closed): Get the end time into the
1282         agenda prefix as well.
1284         * org-publish.el (org-publish-org-index): Make a properly indented
1285         list.
1287         * org.el (org-calendar-agenda-action-key): New option.
1288         (org-get-cursor-date): New function.
1289         (org-mark-entry-for-agenda-action): New command.
1290         (org-overriding-default-time): New variable.
1291         (org-read-date): Respect `org-overriding-default-time'.
1293         * org-remember.el (org-remember-apply-template): Respect the
1294         ovverriding default time.
1296         * org-agenda.el (org-agenda-action-marker): New variable.
1297         (org-agenda-action): New command.
1298         (org-agenda-do-action): New function.
1300 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1302         * org.el (org-schedule, org-deadline): Protect scheduled and
1303         deadline tasks against changes that accidently remove the
1304         repeater.  Also show a message with the new date when done.
1306 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
1308         * org.el (org-beginning-of-line): Cater for the case when there
1309         are tags but no headline text.
1310         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1311         it set.
1313 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
1315         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1316         the return value is nil instead of "nil" when there is no match.
1318         * org-exp.el (org-insert-centered): Use fill-column instead of
1319         80.
1320         (org-export-as-ascii): Use string-width to measure the width of
1321         the heading.
1323         * org.el (org-diary-to-ical-string): No longer kill buffer
1324         FROMBUF, this is now done by the caller.
1326         * org-exp.el (org-print-icalendar-entries): Move the call to
1327         `org-diary-to-ical-string' out of the loop, and kill the buffer
1328         afterwords.
1330         * org-remember.el (org-remember-visit-immediately): Position
1331         cursor after moving to the note.
1332         (org-remember-apply-template): Use a text property to record the
1333         cursor position.
1334         (org-remember-handler): Align tags after pasting the note.
1336 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
1338         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1340         * org-agenda.el (org-agenda-open-link): If there is an
1341         org-bbdb-name property in the current line, jump to that bbdb
1342         entry.
1344         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1345         text property, so that the agenda knows where this entry comes
1346         from.
1348         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1349         interaction between clocking-in from the agenda, and  automatic
1350         task state switching.
1352         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1354         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1355         zmacs-region stays after this command in XEmacs.
1357 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
1359         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1361         * org-remember.el (org-remember-templates): Fix bug in
1362         customization type definition.
1364         * org.el (org-map-entries): New function.
1366 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
1368         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1369         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1371 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
1373         * org-remember.el (org-jump-to-target-location): New variable.
1374         (org-remember-apply-template): Set
1375         `org-remember-apply-template' if requested by template.
1376         (org-remember-handler): Start an idle timer to jump to
1377         remember location.
1379         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1381         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1382         file tags.
1383         (org-get-tags-at): Add the content of `org-file-tags'.
1385         * org-exp.el (org-export-handle-comments): Fix bug with several
1386         comment lines after each other.
1387         (org-number-to-roman, org-number-to-counter): New functions.
1388         (org-export-section-number-format): New option.
1390 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
1392         * org-exp.el (org-export-protect-examples): Catch the case of a
1393         missing end_example line.
1395         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1396         `org-file-tags' to nil.
1398         * org-colview.el (org-columns-next-allowed-value): Handle next
1399         argument NTH to directly select a value.
1401         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1402         argument NTH to directly select a value.
1404 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
1406         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1408 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
1410         * org.el (org-columns-ellipses): New option.
1412 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
1414         * org-colview.el (org-columns-add-ellipses): New function.
1415         (org-columns-compact-links): New function.
1416         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1417         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1418         when in agenda.
1419         (org-columns-edit-value): Fixed bug with editing values from
1420         agenda column view.
1421         (org-columns-redo): Also redo the agenda itself.
1423 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
1425         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1426         option.
1428         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1430         * org-exp.el (org-export-ascii-preprocess): Renamed from
1431         `org-export-ascii-clean-string'.
1432         (org-export-kill-licensed-text)
1433         (org-export-define-heading-targets)
1434         (org-export-handle-invisible-targets)
1435         (org-export-target-internal-links)
1436         (org-export-remove-or-extract-drawers)
1437         (org-export-remove-archived-trees)
1438         (org-export-protect-quoted-subtrees)
1439         (org-export-protect-verbatim, org-export-protect-examples)
1440         (org-export-select-backend-specific-text)
1441         (org-export-mark-blockquote-and-verse)
1442         (org-export-remove-comment-blocks-and-subtrees)
1443         (org-export-handle-comments, org-export-mark-radio-links)
1444         (org-export-remove-special-table-lines)
1445         (org-export-normalize-links)
1446         (org-export-concatenate-multiline-links)
1447         (org-export-concatenate-multiline-emphasis): New functions,
1448         obtained from spliiting the export preprocessor.
1450         * org-table.el (org-table-recalculate): Improve error message if
1451         the row number is invalid.
1453 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
1455         * org-archive.el (org-archive-save-context-info): Fix bugs in
1456         customization setup and docstring.
1458         * org-exp.el (org-export-html-style): Changed the size of in the
1459         <pre> element to 90%.
1461 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
1463         * org.el (org-find-src-example-start): Function removed.
1464         (org-edit-src-find-region-and-lang): New function.
1466 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
1468         * org.el (org-edit-src-exit): New function.
1469         (org-exit-edit-mode): New minor mode.
1471         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1472         comment-like lines from protected examples.
1474         * org.el (org-edit-src-example, org-find-src-example-start)
1475         (org-protect-source-example, org-edit-special): New functions.
1477 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
1479         * org-publish.el (org-publish-project-alist): Fix typo in
1480         docstring.
1481         (org-publish-project-alist): Handle :index-title property.
1483 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
1485         * org-export-latex.el (org-export-as-latex): Make sure region
1486         bounds are correct.  Parse subtree properties relating to export.
1488         * org-exp.el (org-export-add-options-to-plist): New function.
1489         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1491 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
1493         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1494         EXPORT_TITLE.
1496         * org-exp.el (org-export-get-title-from-subtree)
1497         (org-export-as-ascii, org-export-as-html): Make sure the original
1498         region-beginning and region-end are used, even after moving
1499         point.
1500         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1501         property.
1503         * org-remember.el (org-remember-last-stored-marker): New variable.
1504         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1505         (org-remember-handler): Also use marker to remember
1506         last-stored position.
1508         * org.el (org-goto-marker-or-bmk): New function.
1510 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
1512         * org.el (org-file-properties): Renamed from `org-local-properties'.
1513         (org-scan-tags): Take file tags into account.
1514         (org-tags-match-list-sublevels): Default changed to t.
1516         * org-exp.el (org-export-as-html): Close paragraph after a
1517         footnote.
1519         * org.el (org-update-parent-todo-statistics): New function.
1521         * org-exp.el (org-icalendar-store-UID): New option.
1522         (org-icalendar-force-UID): Option removed.
1523         (org-print-icalendar-entries): IMplement UIDs.
1525 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
1527         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1529 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
1531         * org-faces.el (org-column): Document how this face is being used
1532         and why sometimes the background faces shine through.
1534         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1536         * org-publish.el (org-publish-attachment): Create publishing
1537         directory if it does not yet exist.
1539         * org-table.el (org-calc-default-modes): Change default number
1540         format to (float 8).
1542         * org.el (org-olpath-completing-read): New function.
1543         (org-time-clocksum-format): New option.
1544         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1546         * org-clock.el (org-clock-display, org-clock-out)
1547         (org-update-mode-line): Use `org-time-clocksum-format'.
1549         * org-colview-xemacs.el (org-columns-number-to-string): Use
1550         `org-time-clocksum-format'.
1552         * org-colview.el (org-columns-number-to-string): Use
1553         `org-time-clocksum-format'.
1555 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1557         * org-id.el: New file, move from contrib to core.
1559         * org-exp.el (org-icalendar-force-UID): New option.
1561 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1563         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1564         shifted by one day if theere is a date range without an end
1565         time.
1567         * org.el (org-try-structure-completion): New function.
1569 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1571         * org.el (org-set-font-lock-defaults): Improve fontification of
1572         description lists.
1573         (org-insert-item): Handle description lists.
1574         (org-adaptive-fill-function): Improve auto indentation in
1575         description lists.
1577         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1578         Implement VERSE environment.
1579         (org-export-preprocess-string): Implement the COMMENT
1580         environment.
1582         * org-export-latex.el (org-export-latex-preprocess): Implement
1583         VERSE environment.
1585 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1587         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1588         option.
1590 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1592         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1594         * org.el (org-quote-csv-field): New functions.
1596         * org-table.el (org-table-export-default-format): Remove :splice
1597         from default format, we get the same effect by not specifying
1598         :tstart and :tend.
1599         (org-table-export): Improve setup, distinguish better between
1600         interactive and non-interactive use, allow specifying the format
1601         on the fly, better protection against wrong file names.
1602         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1603         and :tend when :splice is omitted.
1605 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1607         * org-clock.el (org-clock-select-task): Make sure the selection
1608         letters are 1-9 and A-Z, no special characters.
1610 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1612         * org-exp.el (org-export-htmlize): New group.
1613         (org-export-htmlize-output-type)
1614         (org-export-htmlize-css-font-prefix): New options.
1615         (org-export-htmlize-region-for-paste): New function.
1616         (org-export-htmlize-generate-css): New command.
1618 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1620         * org/org.el (org-modules, org-format-latex-options):
1621         * org/org-archive.el (org-archive-stamp-time)
1622         (org-archive-save-context-info):
1623         * org/org-faces.el (org-hide):
1624         * org/org-irc.el (org-irc-parse-link):
1625         * org/org-macs.el (org-call-with-arg, org-autoload):
1626         * org/org-mew.el (org-mew-store-link):
1627         * org/org-remember.el (org-remember-store-without-prompt)
1628         (org-remember-templates): Fix typos in docstrings.
1630         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1632         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1633         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1634         (org-bbdb-anniv-split): Fix typos in docstrings.
1636         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1637         (org-publish-use-timestamps-flag): Reflow docstring.
1638         (org-publish-files-alist): Fix typos in docstring.
1640 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1642         * org.el (org-set-visibility-according-to-property): New function.
1643         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1644         and compute the regular expressions, and update font-lock.
1645         (org-property-re): Allow a dash in property names.
1647         * org-archive.el (org-extract-archive-file): Insert the file name
1648         without the path into the format, to allow the location format to
1649         contain a subdirectory.
1651         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1652         of buffer, and the `org-agenda-type' property undefined, use the
1653         value from the character before.
1655         * org.el (org-add-planning-info): Don't let indentation for
1656         would-be timestamp become extra whitespace at the end of headline.
1658 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1660         * org.el (org-remove-double-quotes, org-file-contents): New
1661         functions.
1663         * org-exp.el (org-infile-export-plist): Also parse the
1664         contents of #+SETUPFILE files, recursively.
1666         * org.el (org-set-regexps-and-options): Also parse the
1667         contents of #+SETUPFILE files, recursively.
1669         * org-exp.el (org-export-handle-include-files): New function.
1670         (org-export-preprocess-string): Call
1671         `org-export-handle-include-files'.
1673         * org.el (org-delete-property-globally)
1674         (org-delete-property, org-set-property): Ignore case during
1675         completion.
1676         (org-set-property): Use `org-completing-read' instead of
1677         `completing-read'.
1679         * org.el (org-complete-expand-structure-template): New,
1680         experimental function.
1681         (org-structure-template-alist): New, experimental option.
1682         (org-complete): Call `org-complete-expand-structure-template'.
1684 2008-05-06  Bastien Guerry  <bzg@altern.org>
1686         * org-export-latex.el (org-export-latex-preprocess): Added
1687         support for blockquotes.
1689 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1691         * org.el (org-read-date-analyze): Catch the case where only a
1692         weekday is given.
1694 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1696         * org.el (org-set-font-lock-defaults): Make the description
1697         tag bold.
1699         * org-exp.el (org-export-as-html, org-close-li): Implement
1700         description lists.
1702 2008-05-04  Jason Riedy  <jason@acm.org>
1704         * org-table.el (*orgtbl-default-fmt*): New variable.
1705         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1706         when there is no other fmt available.
1708         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1709         :tend to suppress the appropriate string.
1711         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1712         table.
1714 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1716         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1717         read date.
1719         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1720         New function.
1722         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1723         New function.
1725 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1727         * org-clock.el (org-clock-find-position): Don't include notes
1728         into clock drawer.
1730         * org-archive.el (org-archive-subtree): No longer remove an
1731         extra line after cutting the subtree.  `org-cut-subtree' already
1732         takes care of this.
1734         * org-remember.el (org-remember-handler): Only kill the target
1735         buffer if it does not contain the running clock.
1737         * org.el (org-markers-to-move): New variable.
1738         (org-save-markers-in-region, org-check-and-save-marker)
1739         (org-reinstall-markers-in-region): New function.
1740         (org-move-subtree-down, org-copy-subtree): Remember relative
1741         marker positions before cutting.
1742         (org-move-subtree-down, org-paste-subtree): Restore relative
1743         marker positions after pasting.
1745         * org-remember.el (org-remember-clock-out-on-exit): New option.
1746         (org-remember-finalize): Clock out only if the setting in
1747         `org-remember-clock-out-on-exit' requires it.
1748         (org-remember-handler): Do the cleanup in the buffer, to make sure
1749         that the clock marker remains in tact.
1751 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1753         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1754         (org-clock-in): Make sure that also tasks outside the narrowed
1755         region will be clocked in correctly.
1756         (org-clock-insert-selection-line): Widen the buffer so that we can
1757         find the correct task heading.
1759         * org.el (org-base-buffer): New function.
1761         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1762         and ";" are escaped.
1763         (org-print-icalendar-entries): Also apply
1764         `org-icalendar-cleanup-string' to the headline, not only to the
1765         summary property.
1767 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1769         * org-exp.el (org-export-preprocess-hook): New hook.
1770         (org-export-preprocess-string): Call
1771         `org-export-preprocess-hook'.
1773         * org.el (org-font-lock-hook): New variable.
1774         (org-font-lock-hook): New function.
1775         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1777 ;; Local Variables:
1778 ;; coding: utf-8
1779 ;; add-log-time-zone-rule: t
1780 ;; End:
1782     Copyright (C) 2008  Free Software Foundation, Inc.
1784   This file is part of GNU Emacs.
1786   GNU Emacs is free software: you can redistribute it and/or modify
1787   it under the terms of the GNU General Public License as published by
1788   the Free Software Foundation, either version 3 of the License, or
1789   (at your option) any later version.
1791   GNU Emacs is distributed in the hope that it will be useful,
1792   but WITHOUT ANY WARRANTY; without even the implied warranty of
1793   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1794   GNU General Public License for more details.
1796   You should have received a copy of the GNU General Public License
1797   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1799 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c