LaTeX export: Make TODO keyword markup configurable
[org-mode.git] / lisp / ChangeLog
blobfe7defcc0075412696428c67b1dd197d40a3d6e3
1 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-latex.el (org-export-latex-not-done-keywords)
4         (org-export-latex-done-keywords): New variables.
5         (org-export-latex-todo-keyword-markup): New option.
6         (org-export-latex-set-initial-vars): Remember the TODO keywords.
7         (org-export-latex-keywords-maybe): Apply the TODO markup.
9 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org-exp.el (org-infile-export-plist): Add more default macros.
12         (org-export-preprocess-apply-macros): Process macro arguments.
14 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
16         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
17         `unblocked'.
18         (org-print-icalendar-entries): Respect the new value of
19         `org-icalendar-include-todo'.
21         * org.el (org-link-try-special-completion)
22         (org-file-complete-link): New functions.
23         (org-insert-link): Add special completion support for some link
24         types.
26         * org-bbdb.el (org-bbdb-complete-link): New function.
28 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
30         * org-list.el (org-update-checkbox-count): Allow recursive
31         statistics.
32         (org-hierarchical-checkbox-statistics): New option.
34         * org.el (org-cycle): Remove erraneous space character.
36         * org-icalendar.el (org-icalendar-timezone): Initialize from
37         environment.
39         * org-html.el (org-format-org-table-html): Specify the scope.
40         (org-format-table-table-html): Specify the scope.
41         (org-export-table-header-tags): Prepare the scope parameter.
43 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
45         * org-html.el
46         (org-export-html-table-use-header-tags-for-first-column): New
47         option.
49         * org.el (org-autoload): Fix autoloading of ascii export
50         functions.
51         (org-modules): Add org-special-blocks.
53 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
55         * org-icalendar.el (org-start-icalendar-file): Use the new option.
56         (org-ical-timezone): New option.
58         * org-exp.el (org-export-get-coderef-format): Use the description
59         is present.
61         * org.el (org-sort-entries-or-items): Improve docstring, and make
62         better implementation for time sorting.
64 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
66         * org.el (org-edit-src-persistent-message): New option.
67         (org-edit-src-code, org-edit-fixed-width-region): Use the new
68         option.
70         * org-clock.el (org-clock-insert-selection-line): Fix prefious
71         patch.
73         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
74         separate buffer instead of indirect buffer to edit source code.
75         (org-edit-src-exit): Make this function work with the new setup.
77         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
78         are properly fontified before shown in the selection menu.
80         * org.el (org-fontify-like-in-org-mode): New function.
82         * org-latex.el (org-export-latex-links): Use the property list to
83         retrieve the default image attributes.
85         * org-exp.el (org-export-plist-vars): Add a new option.
87 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org-exp.el (org-export, org-export-visible): Support ASCII
90         export to buffer
91         (org-export-normalize-links): Do not protect the description if it
92         is explicitly given.
94         * org-ascii.el (org-export-as-ascii-to-buffer)
95         (org-replace-region-by-ascii, org-export-region-as-ascii): New
96         commands.
97         (org-export-as-ascii): Add all the same parameters that are also
98         supported by the other export functions.
100         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
101         org-checklist.el.
102         (org-reset-checkbox-state-subtree): Call
103         `org-reset-checkbox-state-subtree'.
105         * org-remember.el (org-select-remember-template): For the
106         selection of a valid template.
108         * org-latex.el (org-export-region-as-latex): Supply the
109         force-no-subtree argument.
110         (org-export-as-latex): Provide better limits when exporting the
111         first line.  When exporting to string, we still want the first
112         lines.
113         (org-export-latex-first-lines): New argument END, to force the end
114         of the region.
115         (org-export-region-as-latex): Use the property list.
116         (org-export-as-latex):
118         * org-colview-xemacs.el (org-columns-remove-overlays)
119         (org-columns): Fix call to `local-variable-p'.
121 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
123         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
124         (org-export-as-html): Run the new hook.
126         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
127         (org-export-latex-preprocess): Run the new hook.
129         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
130         (org-export-preprocess-string): Run the new hook.
132 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
134         * org-macs.el (org-check-external-command): New defsubst.
136         * org.el (org-mode-map): New key for reload.
137         (org-format-latex): Better error message when external programs
138         are not available.
140         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
142         * org.el (org-sort-entries-or-items): Explicit sorting function
143         for priorities, needed for XEmacs compatibility.
145         * org-remember.el (org-remember-apply-template): Improve auto-save
146         behavior.
148 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
150         * org-latex.el (org-export-latex-preprocess): Also protect
151         environments ending in a star.
153         * org-list.el (org-at-item-p): Fix regular expression.
155 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
157         * org.el (org-end-of-subtree): Improve speed.
159         * org-agenda.el (org-agenda-get-timestamps)
160         (org-agenda-get-progress, org-agenda-get-deadlines)
161         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
162         in particular, wait as long as possible to collect the tags.
163         (org-stuck-projects): Improve docstring.
165         * org.el (org-store-link): No errors when getting custom id before
166         first headline.
167         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
169 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
173         * org-protocol.el: Remove dependency on url.el.
174         (org-protocol-unhex-compound, org-protocol-open-source): Remove
175         dependency on url.el.
177         * org-latex.el (org-export-as-pdf): Use
178         `org-latex-to-pdf-process'.
180 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org-latex.el (org-latex-to-pdf-process): New option.
184         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
185         New option.
186         (org-agenda-get-timestamps): Honor
187         `org-agenda-skip-additional-timestamps-same-entry'.
189         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
190         (org-clock-goto): Find recent task only if
191         `org-clock-goto-may-find-recent-task' allows it.
193         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
194         drawers, and drawers that are missing the :END: line.
196 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
198         * org-clock.el (org-clock-goto): Go to recently clocked task if no
199         clock is running.
201 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
203         * org.el (org-update-parent-todo-statistics): Check for
204         STATISTICS_FROM property.
206         * org-list.el (org-update-checkbox-count): Check for
207         STATISTICS_FROM property.
209         * org.el (org-tab-first-hook)
210         (org-tab-after-check-for-table-hook)
211         (org-tab-after-check-for-cycling-hook): New hooks.
212         (org-cycle-internal-global, org-cycle-internal-local): New
213         functions, split out from `org-cycle'.
214         (org-cycle): Call the new hooks.
216 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org-exp.el (org-export-preprocess-string): Reset the list of
219         preferred targets for each run of the preprocessor.
221         * org.el (org-refile-target-verify-function): Improve
222         documentation.
223         (org-get-refile-targets): Respect point being moved by the
224         verification function.
226         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
227         option.
228         (org-export-latex-keywords): Use new option.
230         * org.el (org-rear-nonsticky-at): New defsubst.
231         (org-activate-plain-links, org-activate-angle-links)
232         (org-activate-footnote-links, org-activate-bracket-links)
233         (org-activate-dates, org-activate-target-links)
234         (org-activate-tags): Place the rear-nonsticky properties at the
235         correct location.
237 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
239         * org-protocol.el (server-edit): Declare `server-edit'.
240         (org-protocol-unhex-string, org-protocol-unhex-compound): New
241         functions.
242         (org-protocol-check-filename-for-protocol): Call `server-edit'.
244         * org.el (org-default-properties): New default properteis for
245         completion.
247         * org-exp.el (org-export-add-subtree-options): Add new properties
248         for subtree export.
250         * org-docbook.el (org-export-docbook-keywords-markup)
251         (org-export-docbook-timestamp-markup): New options.
252         (org-export-docbook-protect-tags): New function.
254 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
256         * org-id.el (org-id-get-with-outline-path-completion): Turn off
257         org-refile-target-verify-function for the duration of the command.
259         * org.el (org-link-to-org-use-id): New possible value
260         `create-if-interactive-and-no-custom-id'.
261         (org-store-link): Use custom IDs.
262         (org-link-search): Find custom ID properties from #link.
263         (org-default-properties): Add CUSTOM_ID for property completion.
264         (org-refile-target-verify-function): New option.
265         (org-goto): Turn off org-refile-target-verify-function
266         for the duration of the command.
268 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
270         * org-html.el (org-export-as-html): Use custom IDs in the toc.
272         * org-exp.el (org-export-preferred-target-alist): New variable.
273         (org-export-define-heading-targets): Find the new CUSTOM_ID
274         property.
275         (org-export-target-internal-links): Target the custom ids when
276         possible.
278         * org-latex.el (org-export-latex-preprocess): Better regexp for
279         matching latex macros with arguments.
281 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
283         * org-remember.el (org-remember-handler): Allow filing to non-org
284         files.
286 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
288         * org-feed.el (org-feed-alist): New keyword options.
289         (org-feed-update): Use the new options.
290         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
291         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
292         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
293         functions.
295         * org-table.el (org-table-fix-formulas): Do not change references
296         to remote tables.
297         (org-table-get-remote-range): Convert standard coordinates to RC
298         format.
300         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
302 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org-compat.el (org-sha1-string): Function removed.
306         * org.el (org-refile-allow-creating-parent-nodes): New option.
307         (org-refile-get-location): New argument NEW-NODES.
308         (org-refile): Call `org-refile-get-location' with the new
309         argument.
310         (org-refile-get-location): Arrange for adding a new child.
311         (org-refile-new-child): New function.
313         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
314         an additional span element.
316         * org-clock.el: Fix a number of docstrings.
317         (org-clock-find-position): New argument
318         FIND-UNCLOSED to make the function find an unclosed clock in the
319         entry.
320         (org-clock-in): Call `org-clock-find-position' with the new
321         argument if we might be resuming a clock.
323 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-latex.el (org-export-latex-display-custom-times): New variable.
326         (org-export-latex-timestamp-markup): New option.
327         (org-export-latex-set-initial-vars): Remember the local value of
328         `org-display-custom-times'.
329         (org-export-latex-content): Process time stamps.
330         (org-export-latex-time-stamps): New function.
332         * org-macs.el (org-maybe-intangible): Add intangible property
333         again to invisible text.
335 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
337         * org-exp.el (org-default-export-plist): Handle undefined
338         variables.
340 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
342         * org.el (org-sort-entries-or-items): Match TODO keywrds
343         case-sensitively, when sorting.
344         (org-priority): Do not match TODO keywords with wrong case.
346 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
348         * org-feed.el (org-feed-update): Bind the variable
349         `new-formatted'.
351         * org-html.el (org-export-as-html): Start paragraphs after literal
352         examples.
354         * org-docbook.el (org-export-as-docbook): Start paragraphs after
355         literal examples.
357 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
359         * org.el (org-todo): Honor the NOBLOCKING property.
361         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
362         NOBLOCKING property.
364         * org.el (org-scan-tags): Fix bug in tag scanner
366 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
368         * org.el (org-modules): Mark obsolete packages.
370         * org-html.el: New file, split out from org-exp.el.
372         * org-icalendar.el: New file, split out from org-exp.el.
374         * org-xoxo.el: New file, split out from org-exp.el.
376         * org-ascii.el: New file, split out from org-exp.el.
378 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
380         * org-compat.el (org-find-library-name): New function.
382         * org.el (org-pre-cycle-hook): New hook.
383         (org-cycle): Call the new hook in appropriate places.
384         (org-reload): Only reload files that have been loaded before.
386 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
388         * org.el (org-set-font-lock-defaults): Enforxe space or line end
389         after todo keyword.
390         (org-todo): When changing TODO state, do matching
391         case-sensitively.
392         (org-map-continue-from): New variable.
393         (org-scan-tags): Respect values in `org-map-continue-from'.
394         (org-reload): Make XEmacs compatible.
396 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
398         * org-protocol.el (org-protocol-flatten-greedy): New function.
399         (org-protocol-flatten): New function.
401         * org.el (org-open-link-from-string): Pass reference buffer to
402         `org-open-at-point'.
403         (org-open-at-point): New optional argument `reference-buffer'.
405 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
407         * org.el (org-scan-tags): Make tag scan find headline in first
408         line, 2nd attempt.
409         (org-get-refile-targets): Add the naked file name.
410         (org-refile): Store as top-level entry when only file name was
411         given.
413         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
415         * org.el (org-block-todo-from-children-or-siblings-or-parent):
416         Renamed from org-block-todo-from-children-or-siblings, and
417         enhanced to look for the parent's status as well.
419         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
420         (org-agenda-get-progress): Add first notes line to log entry if so
421         desired.
423 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
425         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
426         (org-agenda-cleanup-fancy-diary): Call the new hook.
428         * org-remember.el (org-remember-apply-template): Take the default
429         for the annotation from the :annotation property.
431         * org-mac-message.el (org-mac-message-get-link): Remove the
432         quotes.
433         (org-mac-message-get-link): Return the result.
435 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
437         * org.el (org-refile-get-location): Add file name only if not
438         already included in outline path.
440         * org-faces.el (org-n-level-faces): Fix customization type from
441         number to integer.
443         * org-exp.el (org-export-headline-levels): Fix customization type
444         from number to integer.
446         * org-agenda.el (org-agenda-confirm-kill)
447         (org-agenda-custom-commands-local-options)
448         (org-timeline-show-empty-dates, org-agenda-ndays)
449         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
450         customization type from number to integer.
452 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
454         * org-protocol.el: Declare some functions.
456         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
457         postion before inserting modified headline.
459         * org-agenda.el (org-agenda-compare-effort): Honor
460         `org-sort-agenda-noeffort-is-high'.
461         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
462         (org-agenda-compare-effort): Implement the "?" operator for
463         finding entries without effort setting.
465         * org.el (org-extract-attributes-from-string): New function.
467         * org-exp.el (org-export-splice-attributes): New function.
469 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
471         * org-mouse.el: XEmacs compatibility fixes
473         * org-docbook.el (org-export-as-docbook): Process footnotes like
474         normal text.
476         * org.el (org-modules): Add org-inlinetasks.el
477         (org-cycle): Implement limiting level on cycling.
478         (org-move-subtree-down): Fix bug with swapping subtrees at end of
479         buffer.
481         * org-inlinetask.el: New file.
483         * org.el (org-emphasis-regexp-components): Allow braces in
484         emphasis pre and post match.
486         * org-footnote.el (org-footnote-normalize): When only dorting, do
487         not insert inline notes at the end.
489         * org-docbook.el (org-id-find-id-file): Add function declaration.
491         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
493         * org-docbook.el: New file.
495 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
497         * org.el (org-reftex-citation): New command.
499 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
501         * org-agenda.el (org-agenda-cmp-user-defined): New option.
502         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
503         sorting options.
504         (org-entries-lessp): Apply the new sorting option.
506         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
507         blocker code, when an older sibling has children.
509         * org-mac-message.el (org-mac-message-get-link): Improve getting
510         links from multiple selected messages.
512 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
514         * org-remember.el (org-remember-finalize): Do not set buffer file
515         name to nil.
516         (org-remember-handler): Mark buffer as unmodified.
517         (org-remember-handler): Delete backup file and show message about
518         remaining backup files.
519         (org-remember-auto-remove-backup-files): New option.
521         * org.el (org-store-link): Use buffer name as link description in
522         w3-mode buffers.
523         (org-ido-switchb): Fix argument bug for completion.
525         * org-remember.el (org-remember-apply-template): Set local
526         variable `auto-save-visited-file-name' instead of global one.
528 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
530         * org-feed.el: Re-write.
532         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
533         (org-agenda-get-todos): Mark file tags as inherited.
534         (org-agenda-list): Always search diary lines for a time.
536 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org-feed.el (org-feed-assume-stable): New option.
539         (org-feed-before-adding-hook): New hook.
541         * org-exp.el (org-export-as-html): Close local lists depending on
542         indentation, also when starting a table.
544         * org-remember.el (org-remember-backup-directory)
545         (org-remember-backup-name): New internal variable.
547 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
549         * org-clock.el (org-clock-out-if-current): Make buffer detection
550         work in indirect buffers as well.
552         * org.el (org-emphasis-regexp-components): Add the exxclamation
553         mark to the post-emphasis characters.
555 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org.el (org-read-date-minibiffer-septup-hook): New hook.
558         (org-read-date): Run the new hook.
560         * org-mac-message.el (org-mac-flagged-mail): New group.
561         (org-mac-mail-account): New variable.
562         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
563         commands.
565         * org-remember.el (org-remember-backup-directory): New variable.
566         (org-remember-apply-template): Write file to backup directory.
568 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
570         * org-mouse.el (org-mouse-todo-menu): New function.
571         (org-mouse-todo-keywords): Function removed.
572         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
574         * org-table.el (org-table-beginning-of-field)
575         (org-table-end-of-field): New commands
576         (org-table-previous-field, org-table-beginning-of-field): Better
577         error messages.
578         (orgtbl-setup): Include `M-a' and `M-e'.
580         * org.el (org-backward-sentence, org-forward-sentence): New
581         commands.
583         * org-colview.el (org-colview-initial-truncate-line-value): New
584         variable.
585         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
586         (org-columns): Remember the value of `truncate-lines'.
588         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
589         New variable.
590         (org-columns-remove-overlays): Restore the value of
591         `truncate-lines'.
592         (org-columns): Remember the value of `truncate-lines'.
594         * org.el (org-columns-skip-arrchived-trees): New option.
596         * org-agenda.el (org-agenda-export-html-style): Define color for
597         org-agenda-done face.
598         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
599         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
601         * org.el (org-scan-tags): Use the new face.
603         * org-faces.el (org-agenda-done): New face.
605         * org.el (org-scan-tags): Test the value org
606         `org-tags-match-list-sublevels'.
607         (org-tags-match-list-sublevels): New allowed value: indented.
609         * org-export-latex.el (org-export-latex-make-header): Apply macros
610         in header.
612         * org-exp.el (org-export-apply-macros-in-string): New function.
614         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
615         with the definition of a checked box.
617         * org-clock.el (org-clock-find-position): Fix drawer indentations.
619         * org-export-latex.el (org-export-latex-low-levels): More options
620         for how to process lower levels in LaTeX.
621         (org-export-latex-subcontent): Better treatment for lists as a
622         means of publishing lower levels.
624 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
626         * org.el (org-set-font-lock-defaults): Use new checkbox face.
628         * org-faces.el (org-checkbox): New face.
630         * org-exp.el (org-export-html-preprocess): Only create LaTeX
631         fragement images if there is an export file.
633 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
635         * org-agenda.el (org-stuck-projects): Document that the subtree of
636         projects that are not stuck will now be searched for stuck
637         sub-projects.
638         (org-agenda-skip-entry-when-regexp-matches)
639         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
640         (org-agenda-list-stuck-projects): Use
641         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
643         * org-export-latex.el (org-export-latex-preprocess): Improve
644         export of verses.
646         * org-exp.el (org-export-as-html): Implement centering as a div
647         rather than a paragraph.  Do a better job with line-end in verse
648         environments.
650 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
652         * org.el (org-open-at-point): Fix tags searches by mouse click.
654 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
656         * org-export-latex.el (org-export-latex-preprocess): Implement the
657         centering markup.
659         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
660         from `org-export-mark-blockquote-and-verse'.
661         (org-export-as-html): Implement the centering markup.
663         * org-export-latex.el (org-export-latex-tables): Fix vertical
664         lines in tables.
666 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
668         * org.el (org-read-date-history): New variable.
669         (org-read-date): Use new history variable.
670         (org-toggle-heading): Fix bug when used before first headline.
671         (org-store-log-note): Remove drawer if empty while note is
672         aborted.
673         (org-remove-empty-drawer-at): New function.
674         (org-check-after-date): New command.
675         (org-sparse-tree): New sparse tree command "a".
677         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
679 2009-03-14  Bastien Guerry  <bzg@altern.org>
681         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
682         column and a space, not only a column.
684 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
686         * org-export-latex.el (org-export-latex-emphasis-alist): Better
687         defaults for verbose emphasis.
688         (org-export-latex-emph-format): New function.
689         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
691         * org-agenda.el (org-agenda-menu): Add new commands to menu.
692         (org-agenda-do-date-later, org-agenda-do-date-earlier)
693         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
694         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
695         commands.
697         * org.el (org-timestamp-change): Move end-time along with start
698         time.
700 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-exp.el (org-export-target-internal-links)
703         (org-export-as-html): Protect links specified as #name.
705 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
707         * org.el (org-clone-subtree-with-time-shift): New command.
709         * org-export-latex.el (org-export-latex-special-chars)
710         (org-export-latex-treat-sub-super-char): Fix subscript export.
712         * org-exp.el (org-create-multibrace-regexp): Do not add
713         backslashes to the class.
715 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
717         * org-colview.el (org-columns-map): Better functions for moving up
718         and down a row, even if `truncate-line' is nil.
720         * org.el (org-insert-todo-heading): Make sure the keyword is
721         inserted at the correct position.
723         * org-publish.el (org-publish-project-alist)
724         (org-publish-projects, org-publish-org-index): Change default anme
725         for the index of file names to "sitemap.org".
727         * org-export-latex.el (org-export-latex-tables): Use
728         `org-split-string', for Emacs 21 compatibility.
730 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
732         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
734 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
736         * org-exp.el (org-export-page-description)
737         (org-export-page-keywords): New variables.
738         (org-export-plist-vars): Add entries for :keywords and
739         :description.
740         (org-infile-export-plist): Parse for new keywords.
741         (org-get-current-options): Add new keywords
742         (org-export-as-html): Publish description and keywords.
744         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
745         option.
746         (org-agenda-add-entry-text): Honor
747         `org-agenda-add-entry-text-descriptive-links'.
749         * org-export-latex.el (org-export-latex-preprocess): Make all
750         external preprocess functions use a PARAMETER arg.
752         * org-exp.el (org-export-preprocess-string)
753         (org-export-select-backend-specific-text)
754         (org-export-format-source-code-or-example)
755         (org-format-org-table-html): Support docbook export.
756         (org-export-preprocess-string): Make all external preprocess
757         functions use a PARAMETER arg.
759 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
761         * org-exp.el (org-export-html-style-include-scripts): New option.
762         (org-export-plist-vars): Add new option
763         `org-export-html-style-include-scripts'.
764         (org-export-as-html): Honor new option
765         `org-export-html-style-include-scripts'.
766         (org-export-html-scripts, org-export-html-style-default): Fix
767         xml issues with the Safari browser.
769 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org-publish.el (org-publish-attachment): Only copy file when the
772         directories differ.
774 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
776         * org-clock.el (org-clocktable-steps): Use inactive time stamps
777         for clocktable steps.
779         * org.el (org-additional-option-like-keywords): Add two more
780         keywords.
782 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
784         * org-exp.el (org-export-format-source-code-or-example): Mark
785         temporary buffer unmodified, so that it will be killed even if
786         mode like message mode has decided to assign a file name.
788         * org.el (org-scan-tags): Improve tag inheritance.
789         (org-scan-tags, org-make-tags-matcher): Make tag comparison
790         case-sensitive.
791         (org-scan-tags): Use the internal tags list instead of creating it
792         from scratch.
793         (org-trust-scanner-tags, org-scanner-tags): New variables.
794         (org-scan-tags): Set `org-scanner-tags'.
795         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
796         (org-map-entries): Document the possible speedup using scanner
797         tags.
799 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
801         * org.el (org-add-planning-info): Fix bug with looking for keyword
802         only at column 0.
804         * org-agenda.el (org-agenda-custom-commands-local-options): Add
805         option for tags filter preset.
806         (org-prepare-agenda): Store filter preset as a property on the
807         filter variable.
808         (org-finalize-agenda): Call the filter, if there is a preset.
809         (org-agenda-filter-by-tag): Filter again after clearing the
810         filter, when there still is a preset.
811         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
812         Include the preset filter.
813         (org-agenda-redo): Apply the filter again, also the preset filter.
815         * org-exp.el (org-export-as-html): Use IDs in the correct way.
817         * org.el (org-uuidgen-p): New funtion.
819         * org-agenda.el (org-agenda-fontify-priorities): New default value
820         `cookies'.
821         (org-agenda-fontify-priorities): Renamed from
822         org-fontify-priorities.
824         * org.el (org-set-font-lock-defaults): Call
825         `org-font-lock-add-priority-faces'.
826         (org-font-lock-add-priority-faces): New function.
828         * org-faces.el: (org-set-tag-faces): New option.
829         (org-priority-faces): New variable.
831         * org-exp.el (org-export-as-html): Add a "content" div around the
832         entire content of the body tag.
833         (org-export-html-get-bibliography): New function.
834         (org-export-html-validation-link): New variable.
835         (org-export-as-html): Add validation link to exported page.
837         * org.el (org-match-sparse-tree): Renamed from
838         `org-tags-sparse-tree'.
839         (org-tags-sparse-tree): New alias.
841 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
843         * org.el (org-get-valid-level): Catch the case where the level
844         change is nil.
846         * org-clock.el (org-clock-find-position): Better indentation of
847         new clock drawers.
849 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
851         * org-agenda.el (org-agenda-quit): Delete window only when the
852         frame-setup was not `current-window'.
854         * org.el (org-tag-persistent-alist): New option.
855         (org-startup-options): Add keyword `noptag'.
856         (org-fast-todo-selection): Handle :newline correctly.
857         (org-set-tags): Handle :newline correctly.
858         (org-fast-tag-selection): Handle :newline correctly.
860 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
862         * org-exp.el (org-export-as-ascii): Reverse link buffer before
863         outputting it.
864         (org-export-ascii-push-links): Fix bug with pussing links into the
865         export buffer.
867 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
869         * org-archive.el (org-archive-subtree): Do not add 1 to level if
870         pasting at top level.
872         * org-bbdb.el: Improve documentation.
874 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
876         * org-list.el (org-insert-item): Only consider insert empty lines
877         is `org-empty-line-terminates-plain-lists' is not nil.
879         * org.el (org-blank-before-new-entry): Mention the dependence on
880         `org-empty-line-terminates-plain-lists' in the docstring.
882         * org-publish.el (org-publish-get-project-from-filename): New
883         optional argument UP.  Only find the top project if UP is set.
884         (org-publish-current-project): Find the top encloding project.
886         * org-agenda.el (org-agenda-before-write-hook)
887         (org-agenda-add-entry-text-maxlines): New options.
888         (org-write-agenda): Run the new hook in the temporary buffer.
889         (org-agenda-add-entry-text): New function.
890         (org-write-agenda): Implement PDF export, using ps2pdf.
892         * org.el (org-global-properties-fixed, org-global-properties):
893         Improve documentation string.
895         * org-exp.el (org-export-ascii-links-to-notes): New option.
896         (org-export-as-ascii): Handle links better.
897         (org-export-ascii-wrap, org-export-ascii-push-links): New
898         functions.
900 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
902         * org-agenda.el (org-agenda): Make prefix arg optional.
903         (org-agenda-search-headline-for-time): New option.
904         (org-format-agenda-item): Honor
905         `org-agenda-search-headline-for-time'.
907         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
908         characters.
910         * org.el (org-self-insert-cluster-for-undo): New option.
911         (org-self-insert-command): Cluster undo for 20 characters.
912         (org-self-insert-command-undo-counter): New variable.
914 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
916         * org-exp.el (org-export-as-html): Fix problem with closing colone
917         example.
919 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
921         * org-export-latex.el (org-export-as-latex)
922         (org-export-latex-first-lines): Avoid modification flag when
923         adding or removing text properties.
924         (org-export-latex-fontify): Catch error when org-emph-alist has
925         entries that are not defined for LaTeX export.
927         * org.el (orgstruct++-mode): New function.
928         (turn-on-orgstruct++): Call `orgstruct++-mode'.
929         (org-context-p): Allow detecting item context after the first line
930         of an item.
931         (orgstruct-make-binding): Detect if item-body context should be
932         seen.
933         (orgstruct-is-++): New variable.
934         (org-add-planning-info): Catch the case when there is no planning
935         info yet and the call does not want to add anything, only maybe
936         tries to remove something.
937         (org-special-ctrl-a/e): All value to be a cons cell with separate
938         settings for `C-a. and `C-e'.
939         (org-beginning-of-line, org-end-of-line): Honor separate values
940         for `C-a' and `C-e'.
942 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
944         * org.el (org-reload): New command.
946 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
948         * org-exp.el (org-export-htm-get-tag-class-name)
949         (org-export-htm-get-todo-kwd-class-name): New functions.
950         (org-export-html-tag-class-prefix)
951         (org-export-html-todo-kwd-class-prefix): New options.
952         (org-export-as-html): Call
953         `org-export-html-get-todo-kwd-class-name'.
954         (org-html-level-start): Wrap tags into classes.
955         (org-export-html-get-tag-class-name)
956         (org-export-html-get-todo-kwd-class-name): New functions.
958         * org-export-latex.el (org-export-latex-collect-header-macros):
959         Remove fields that are used anyway.
960         (org-export-latex-make-header): Insert the options earlier.
962         * org-agenda.el (org-agenda-get-progress): Fix bug with state
963         matching.
965         * org-list.el (org-indent-item): Allow point to be at the end of
966         the region.
968         * org.el (org-metaleft, org-metaright): Be more accurate about
969         detecting a region where commands apply.
971         * org-compat.el (org-cursor-to-region-beginning): New function.
973         * org.el (org-priority): Also find invisible heading.
975         * org-colview-xemacs.el (org-columns-edit-value): No special
976         treatment for `org-todo' prefix.
978         * org-colview.el (org-columns-edit-value): No special treatment
979         for `org-todo' prefix.
981         * org-remember.el (org-remember-apply-template): Use
982         `org-completing-read-no-ido'.
984         * org.el (org-completing-read-no-ido): New function.
985         (org-make-tags-matcher, org-set-property): Use
986         `org-completing-read-no-ido'.
988         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
989         New option.
990         (org-export-as-latex): Import in-buffer settings as TeX macros.
991         (org-export-latex-make-header): Additional parameter OPT-DEFS.
992         (org-export-latex-collect-header-macros): New function.
994         * org.el (org-refile-get-location): Turn off
995         `partial-completion-mode'.
997 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
999         * org.el (org-block-todo-from-checkboxes): Announce that
1000         checkboxes are the culprit.
1001         (org-block-todo-from-children-or-siblings): Call
1002         `org-up-heading-all instead' of `outline-up-heading'.
1004         * org-agenda.el (org-agenda-show-1): Renamed from
1005         `org-agenda-show'.
1006         (org-agenda-show): Re-install the old version for now.
1007         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1008         variable into the blokker hook, so that the checkbox checker can
1009         anounce that it caused the blocking.
1011         * org.el (org-track-ordered-property-with-tag): New option.
1012         (org-toggle-ordered-property): Honor
1013         `org-track-ordered-property-with-tag'.
1014         (org-tag-alist): Add newline options.
1015         (org-set-regexps-and-options): Separate option lines imply a
1016         newline.
1017         (org-set-regexps-and-options, org-assign-fast-keys)
1018         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1019         option.
1020         (org-indent-line-function): Make sure this works even if there is
1021         not `org-drawer-regexp' defined.  This can happen when
1022         orgstruct-mode is used in a non-org buffer.
1024         * org-list.el (org-checkbox-blocked-p): New function.
1025         (org-toggle-checkbox): Check for blocking.
1027         * org.el (org-modules): Add an entry for org-R.el.
1029         * org-agenda.el (org-agenda-todo-ignore-with-date)
1030         (org-agenda-todo-ignore-scheduled)
1031         (org-agenda-todo-ignore-deadlines): Mention the variable
1032         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1034         * org.el (org-get-wdays): Find the warning period also if it is in
1035         the wrong place.
1036         (org-ido-completing-read): Provide the correct arguments to
1037         ido-completing-read and bind `ido-enter-matching-directory' to
1038         nil.
1040 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1042         * org.el (org-olpath-completing-read): Never use ido for this
1043         one.
1045         * org-exp.el (org-export-normalize-links): Use new macro.
1047         * org-macs.el (org-if-unprotected-at): New macro.
1049         * org-agenda.el (org-agenda-show): Allow numerical prefix
1050         arguments to specify how much context should be shown.
1051         (org-agenda-cycle-show): New command, could be bound to SPC in
1052         org-agenda-mode-map.
1054         * org-exp.el (org-html-level-start): Space after section number.
1056 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1058         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1059         property, for sorting.
1060         (org-cmp-todo-state): Get the applicable TODO keywords directly
1061         from the buffer.
1062         (org-run-agenda-series, org-agenda-list, org-search-view)
1063         (org-todo-list, org-tags-view): Only fit agenda window when the
1064         whole series is done.
1066         * org.el (org-scan-tags): Add todo state as property, for sorting.
1068         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1069         `org-agenda-overriding-header' as an option.
1070         (org-agenda-list): Honor org-agenda-overriding-header'.
1072 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1075         after removing a checkbox.
1077         * org.el (org-show-entry): Make this work correctly also if it is
1078         the last entry in the file.
1079         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1080         falling back to normal, default command.
1081         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1082         item, call the checkbox toggler to get a box.
1084         * org-list.el (org-toggle-checkbox): Make double prefix set the
1085         checkbox to "[-]".
1086         (org-fix-bullet-type): Only replace bullet it it is changed.
1087         (org-renumber-ordered-list): Handle case when first item does not
1088         have a number.
1090         * org.el (org-add-log-setup): Fix positioning when
1091         `org-log-states-order-reversed' is nil.
1093         * org-clock.el (org-clock-in): Fix positioning when
1094         `org-log-states-order-reversed' is nil.
1095         (org-clock-find-position): Fix positioning when
1096         `org-log-states-order-reversed' is nil.
1098 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1100         * org-clock.el (org-clock-into-drawer): Take default from
1101         `org-log-into-drawer'.
1102         (org-clock-find-position): Look for the correct drawer.
1104         * org.el (org-log-into-drawer): Renamed from
1105         `org-log-state-notes-into-drawer'.
1106         (org-log-state-notes-into-drawer): New variable alias.
1107         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1108         CLOCK.
1109         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1111 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1113         * org-agenda.el (org-agenda): Fix docstring.
1115         * org.el ("org-plot"): Help loading org-plot.
1116         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1117         (org-metadown-hook, org-shiftmetaleft-hook)
1118         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1119         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1120         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1121         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1122         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1124         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1125         for selecting files with any (and even without) extension.
1127         * org.el (org-save-all-org-buffers): Also save id locations.
1128         (org-revert-all-org-buffers): Also load id locations.
1130 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1131         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1132         (org-log-state-notes-into-drawer): New option.
1133         (org-add-log-setup): Place the sate note marker into the drawer,
1134         create drawer when necessary.
1135         (org-refile-targets): Document special interpretation of LEVEL
1136         when odd-levels are used.
1138 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1140         * org.el (org-store-log-note): Fix note indentation when adding
1141         notes to end of list.
1143         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1144         class, so that each keyword can get special colors through CSS.
1146         * org-clock.el (org-clock-out): Add another nil for the previous
1147         state into the call to `org-add-log-setup'.
1149         * org.el (org-log-note-previous-state): New variable.
1150         (org-log-note-headings): New %S escape for old state.
1151         (org-todo): Call the note setup with the old state as an
1152         argument.
1153         (org-add-note): Add another nil for the previous state into the
1154         call to `org-add-log-setup'.
1155         (org-add-log-setup): New argument PREV-STATE.
1156         (org-add-log-note): Handle new %S escape.
1157         (org-store-log-note): Handle new %S escape.
1159 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1161         * org-clock.el (org-clock-find-position): Do not swallow an item
1162         less indented than the CLOCK line itself.
1163         (org-clock-in): Push markers to lin after the clock line.
1164         (org-clock-find-position): Handle values of
1165         `org-clock-into-drawer' smaller than 2.
1167         * org-exp.el (org-html-level-start): Add a CSS class to section
1168         numbers.
1169         (org-export-html-toplevel-hlevel): Better documentation of the
1170         influence of this variables on H levels and css classes in
1171         export.
1173 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1175         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1176         timestamp and nottimestamp to the chooe menu.
1178         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1179         (org-revert-all-org-buffers): New command.
1181 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1183         * org.el (org-return): Implement `org-return-follows-link' in the
1184         function org-return.  This is more robust than using the mouse
1185         map, I think.
1186         (org-set-regexps-and-options): Match more general #+TODO lines.
1187         (org-make-options-regexp): New optional argument EXTRA, for an
1188         extra regexp.
1189         (org-tab-follows-link): Mark as deprecated.
1191 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1193         * org-exp.el (org-export-preprocess-string): Remove clock lines
1194         earlier, so that they cannot cotribute to verbatim snippets.
1196 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1198         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1199         for finding drawers.
1200         (org-export-as-ascii, org-export-as-html): Count levels relative
1201         to the subtree header.
1202         (org-get-min-level): New optional argument OFFSET.
1203         (org-export): Make sure point is restored after popping up that
1204         window.
1206         * org.el (org-do-sort): Also take an inactive timestamp if no
1207         active one is found.
1209         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1210         deleting duplicates.
1212         * org-colview.el (org-columns-capture-view): Copy before
1213         deleting duplicates.
1215         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1216         text before first headline.
1218         * org.el (org-format-latex): Do not convert LaTeX fragments in
1219         protected examples.
1221 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1223         * org-exp.el (org-export-html-style-default): Use color values
1224         instead of names for XHTML validation.
1226         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1227         functions.
1228         (org-return-follows-link): Revert making this the default untile
1229         issues are resolved.
1231         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1232         nottimestamp.
1234 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1236         * org.el (org-mode): Make dependence stuff work more reliably.
1237         (org-update-parent-todo-statistics): Fix bug with updating
1238         statistics cookie.
1240         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1241         ~ as verbatim delimiters.
1243         * org-exp.el (org-export-html-format-image): New argument
1244         PAR-OPEN.
1245         (org-export-as-html): Pass par-open to
1246         `org-export-html-format-image'.
1248 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1250         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1251         (org-use-fast-todo-selection, org-tags-column): New default
1252         setting for variables, based on a poll what typical uses use.
1254         * org-agenda.el (org-agenda-sorting-strategy)
1255         (org-agenda-tags-column): New default setting for variables, based
1256         on a poll what typical uses use.
1258 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1260         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1261         blocked entries from setting the blocked tag.
1263         * org-exp.el (org-export-html-footnotes-section): Use a more
1264         consistent id for footnotes.
1266         * org-export-latex.el (org-export-latex-classes): Remove the
1267         a4paper option from the default styles.
1269 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1271         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1272         (org-block-todo-from-checkboxes): New function.
1273         (org-todo): Make tripple prefix arg circumvent blocking.
1275         * org-timer.el (org-timer): Provide the timer feature.
1277         * org.el (org-require-autoloaded-modules): Add a few more files to
1278         the list of autoloaded modules.
1280         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1282 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1284         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1285         drawers that are unprotected.
1286         (org-export-html-format-image): Make sure inlined LaTeX fragment
1287         images remain inlined.
1289         * org.el (org-toggle-ordered-property): New function.
1290         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1291         (org-org-menu): Add menu entries for TODO dependencies.
1293 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1295         * org.el (org-default-properties): Add ORDERED to the default
1296         properties, to get completion support for it.
1298         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1300         * org.el (org-update-parent-todo-statistics): Update more than one
1301         cookie.
1303         * org-agenda.el (org-agenda-get-todos): Start search from correct
1304         position.
1306         * org.el (org-fast-todo-selection): Make sure TODO selection does
1307         not change buffer position.
1309         * org-list.el (org-toggle-checkbox): Implement adding or removing
1310         checkboxes from line or region when called with a prefix
1311         argument.
1313         * org-rmail.el (org-rmail-store-link): Protect the call to
1314         `rmail-narrow-to-non-pruned-header'.
1316         * org-clock.el (org-clock-special-range): Fix week display in
1317         clock tables.
1319         * org-exp.el (org-get-current-options): Fix bug when in indirect
1320         buffer.
1322 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1324         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1325         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1326         (org-agenda-dim-blocked-tasks): New function.
1328         * org.el (org-enforce-todo-dependencies): New option.
1329         (org-block-todo-from-children-or-siblings): New function.
1331         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1333         * org.el (org-todo): Return correct state type even if the blocker
1334         throws an error.
1335         (org-modifier-cursor-error): Renamed from
1336         `org-shiftcursor-error'.
1337         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1338         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1340         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1341         to get real errors from the blocker hook.
1343         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1344         functions.
1345         (org-set-visibility-according-to-property): Turn off the setting
1346         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1347         property.
1349 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1351         * org.el (org-support-shift-select): New option.
1352         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1353         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1354         selection outside contexts.
1356         * org-list.el (org-at-item-bullet-p): New function.
1358         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1359         variables.
1361         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1362         variable.
1363         (org-insert-footnote-reference-near-definition): Remove
1364         unnecessary let form.
1366         * org-export-latex.el (org-export-latex-first-lines): Add
1367         OPT-PLIST parameter.
1368         (org-export-as-latex): Call `org-export-latex-first-lines' with
1369         opt-plits parameter.
1370         (org-export-latex-preprocess): Remove unnecessary variables.
1372         * org-exp.el (org-infile-export-plist)
1373         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1374         (org-export-remove-headline-metadata)
1375         (org-export-get-title-from-subtree, org-get-min-level)
1376         (org-html-do-expand): Remove innecessary let form.
1378         * org-colview-xemacs.el (org-columns-display-here): Remove
1379         unnecessary variables.
1381         * org-colview.el (org-columns-display-here): Remove unnecessary
1382         variables.
1384         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1385         variables.
1387         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1388         unnecessary variables.
1390         * org-agenda.el (org-search-view, org-agenda-get-blocks)
1391         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1392         variables.
1394         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1395         (org-compact-display-after-subtree-move): Remove unnecessary
1396         variables.
1397         (org-edit-fixed-width-region): Remove unnecessary variables.
1398         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1399         (org-olpath-completing-read): Remove unnecessary variable.
1400         (org-auto-repeat-maybe): Remove unnecessary variable.
1401         (org-map-entries): Remove unnecessary variable.
1402         (org-buffer-property-keys, org-imenu-get-tree)
1403         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1405 -----------------------------------------------------------------
1407 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org-exp.el (org-export-remove-timestamps): Never remove
1409         timestamps from tables.
1411         * org-export-latex.el (org-export-latex-first-lines): Add more
1412         options to the preprocessing of the text before the first
1413         headline.
1415 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
1417         * org-faces.el (org-clock-overlay): Make face compatible with
1418         XEmacs.
1420         * org.el (org-yank): Add property for delete-selection mode.
1422         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1424         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1425         variable.
1427         * org-table.el (org-table-insert-hline): Fix typo in fuction call
1428         to `backward-char'.
1430         * org-exp.el (org-export-as-html): Remove the initial space from
1431         colon examples.
1433         * org.el (org-scan-tags): Call
1434         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1436         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1437         customization groups.
1438         (org-agenda-tags-todo-honor-ignore-options): New option.
1439         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1440         New function.
1441         (org-agenda-get-todos): Use
1442         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1444 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
1446         * org-exp.el (org-export-format-source-code-or-example): Escape
1447         HTML characters also in examples that anre not treated with
1448         htmlize.  Also, just switch to EXAMPLE processing if we do not
1449         have a good version of htmlize.
1451         * org-rmail.el: Fix copyright notice.
1453         * org.el (org-activate-footnote-links): Improve footnote link
1454         highlighting.
1456         * org-footnote.el (org-footnote-normalize): Fix finding the end of
1457         a footnote definition at the end of the file.
1459         * org-table.el (org-table-get-specials): Add an imagined hline at
1460         the end of the table.  This can be useful for references that want
1461         to go to the end of the table.  Also fix bug when computing last
1462         row constants, in tables that do not start right at the right
1463         margin.
1464         (org-table-eval-formula): Match and replace remove references.
1465         (org-table-formula-substitute-names): Make sure that names inside
1466         a "remote" call are left alone, the will be replaced later when
1467         the remote call is handled.
1468         (org-table-convert-refs-to-rc): Do not convert things that might
1469         look like a reference, but are really part of an ID or namei n a
1470         remote reference.
1471         (org-table-get-remote-range): New function.
1473 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
1475         * org-faces.el (org-clock-overlay): Fix bug in face definition.
1477         * org-clock.el (org-clock-put-overlay): Use new face instead of
1478         `secondary-selection'.
1480         * org-faces.el (org-clock-overlay): New face.
1482 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
1484         * org-exp.el (org-get-current-options): Include the option for
1485         publishing time stamps.
1487         * org.el (org-toggle-heading): Renamed from
1488         `org-toggel-region-headings'.
1489         No longer needs a region defined, but will use it if there is one.
1490         (org-ctrl-c-star): Simplified, relying more on the internal
1491         workings of `org-toggle-heading'.
1492         (org-toggle-item): Renamed from `org-toggle-region-items'.
1493         No longer needs a region defined, but will use it if there is one.
1494         (org-ctrl-c-minus): Simplified, relying more on the inernal
1495         workings of `org-toggle-item'.
1497         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
1498         environment detection.  Also, do real changes only in unprotected
1499         places.
1501 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
1503         * org-export-latex.el (org-export-latex-quotation-marks): Use
1504         `org-if-unprotected-1'.
1505         (org-export-latex-set-initial-vars): Check for class definition in
1506         property.
1508         * org-macs.el (org-if-unprotected-1): New macro.
1510 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
1512         * org-compat.el (org-count-lines): New function.
1514         * org-exp.el (org-export-format-source-code-or-example): Handle
1515         switches related to text areas.
1517         * org.el (org-activate-footnote-links): Don't allow match inside a
1518         link.
1520         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
1522         * org-export-latex.el (org-export-latex-links): Keep a relative
1523         path relative also after export.
1525         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
1527         * org.el (org-make-tags-matcher): Never use IDO for completing the
1528         tags matcher match string.
1529         (org-completing-read): Also remove the special biding for "?".
1531         * org-attach.el (org-attach-allow-inheritance): New option.
1532         (org-attach-inherited): New variable.
1533         (org-attach-dir): Handle properties related to the attachment
1534         directory.
1535         (org-attach-check-absolute-path): New function.
1536         (org-attach-set-directory, org-attach-set-inherit): New commands.
1537         (org-attach): Accommodate the new commands in the dispatcher.
1539 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
1541         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
1542         `window-full-width-p'.
1544         * org-exp.el (org-export-as-html): Only check for images files
1545         that really can be inlined
1547         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
1548         list of extensions to be a parameter.
1550         * org-exp.el (org-export-html-inline-image-extensions): New
1551         variable.
1553         * org-agenda.el (org-prepare-agenda): Use
1554         `org-agenda-block-separator'.
1555         (org-agenda-block-separator): New option.
1557 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
1559         * org-export-latex.el (org-export-latex-tables): Call
1560         `org-table-clean-before-export' with the new optional argument.
1562         * org-exp.el (org-table-clean-before-export): New optional
1563         parameter MAYBE-QUOTED, allows for quoted characters like \# in
1564         first column.
1566 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
1568         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
1569         histograms.
1571         * org-colview.el (org-colview-construct-allowed-dates): Better
1572         error catching when a date/time property does not have allowed
1573         values defined.
1575         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
1576         Better error catching when a date/time property does not have
1577         allowed values defined.
1579 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
1581         * org.el (org-map-entries): Restore point and restriction after
1582         `org-map-entries'.
1584 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
1586         * org.el (org-time=, org-time<, org-time<=, org-time>)
1587         (org-time>=, org-time<>): Make sure both values are dates.
1589 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
1591         * org-archive.el (org-extract-archive-heading): Allow %s for file
1592         name also in achive location heading.
1594 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
1596         * org-archive.el (org-add-archive-files): Uniquify the list before
1597         returning it.
1599 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
1601         * org-compat.el (org-fit-window-to-buffer): Use
1602         `window-full-width-p'.
1604         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
1605         space after the colon in short examples.
1607         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
1608         enforce a space after the colon.  However, we also allow lines
1609         that are *only* a colon.
1610         (org-export-as-html): Enforce the space after the colon in short
1611         examples.
1612         (org-export-preprocess-string): Do the colon example protection
1613         earlier.
1614         (org-export-remove-timestamps): Do not check for protection at the
1615         end of the line.
1617 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org.el (org-format-latex-options): Add new matcher for single
1620         letters between dollars.
1621         (org-get-header): Function removed.
1622         (org-heading-components): New function.
1624         * org-exp.el (org-export-define-heading-targets): Record ID's also
1625         as alternative targets.
1626         (org-export-as-html): Interpret "id:" links to other files by
1627         preserving the relative path.
1629         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
1630         is nil.
1632         * org-exp.el (org-export-normalize-links): Protect the main link,
1633         to avoid special character processing.
1635         * org-export-latex.el (org-export-latex-special-keyword-regexp):
1636         New variable.
1637         (org-export-latex-special-string-regexps): Variable removed.
1638         (org-export-latex-keywords): Use the new regexp.
1640         * org-exp.el (org-export-handle-include-files): Fetch switches and
1641         put them into the BEGIN statement.
1643         * org-timer.el (org-timer-mode-line-string): New variable.
1645         * org-clock.el (org-clock-mode-line-map): Renamed from
1646         `org-clock-mode-map'.
1647         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
1648         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
1649         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
1650         (org-clock-remove-overlays): Renamed from
1651         `org-remove-clock-overlays'.
1653         * org-timer.el (org-timer-pause-or-continue): Implement stopping
1654         and mode line display.
1655         (org-timer-stop): New command.
1656         (org-timer-seconds): Return correct time when timer is paused.
1657         (org-timer-mode-line-timer): New variable.
1658         (org-timer-set-mode-line, org-timer-update-mode-line): New
1659         functions.
1661         * org.el (org-insert-heading):  Handle new value `auto' for
1662         `org-blank-before-new-entry'.
1663         (org-org-menu): Add new items for timer functions.
1665         * org-list.el (org-insert-item): Handle new value `auto' for
1666         `org-blank-before-new-entry'.
1668         * org.el (org-blank-before-new-entry): New value `auto', made
1669         default.
1671 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
1673         * org-exp.el (org-export-normalize-links): If the link is also
1674         used as the description, protect the description.
1676 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
1678         * org.el (org-closest-date): Fix bug with yearly repeats, in
1679         combination with preference of the past as it is used for deadline
1680         and scheduling search.
1682         * org-exp.el (org-html-handle-time-stamps): No longer check for
1683         the `org-export-with-timestamps' option, because the preprocesser
1684         has taken care of this already.
1686         * org.el (org-entry-properties): Catch the case when this is
1687         called in a non-org-mode file.
1689         * org-export-latex.el (org-export-latex-remove-from-headlines):
1690         Variable made obsolete, also LaTeX export now uses the standard
1691         variables.
1692         (org-export-as-latex): Add the timestamps parameter to the
1693         preprocessor parameter list.
1694         (org-export-latex-content): Export the remaining keywords without
1695         considering to remove them.
1696         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
1697         Use bold font instead of tt font for the keywords.
1698         (org-export-latex-fontify-headline): Format headlines, assuming
1699         that all keywords still present should be published.
1700         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
1701         publish what ever remains of the time stamps.
1702         (org-export-latex-list-parameters): New option.
1703         (org-export-latex-lists): Pass additional parameters to the list
1704         converter.
1706         * org-exp.el (org-export-preprocess-string): Remove clock lines
1707         and timestamps already in the preprocesor.
1708         (org-export-remove-timestamps, org-export-remove-clock-lines): New
1709         functions.
1710         (org-export-as-ascii, org-export-as-html): Add the timestamps
1711         parameter to the preprocessor parameter list.
1713         * org-list.el (org-list-parse-list): Parse for checkboxes.
1714         (org-list-to-generic): Introduce and handle new parameters :cbon
1715         and :cboff.
1716         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
1717         optional parameter PARAMS.
1719         * org-export-latex.el (org-export-latex-special-chars): Fix
1720         problems with interpreting dollar signs.
1721         (org-inside-latex-math-p): New function.
1722         (org-export-latex-preprocess): Protect all the math fragments.
1724         * org.el (org-latex-regexps): Allow a dash after a dollar.
1726         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
1727         mark after copying.
1729         * org-agenda.el (org-run-agenda-series): Have series options set
1730         when finalizing the agenda.
1732         * org-exp.el (org-export-format-source-code-or-example): Protect
1733         the converted examples.
1735         * org.el (org-set-regexps-and-options): Fix the regexp
1736         `org-complex-heading-regexp'.
1738 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
1740         * org.el (org-edit-src-get-label-format): New function.
1741         (org-coderef-label-format): New option.
1742         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
1743         a label format specification and make sure it is used in the edit
1744         buffer.
1745         (org-edit-src-get-label-format): New function.
1746         (org-store-link): Handle new coderef formats.
1747         (org-link-search): Handle new coderef formats.
1749         * org-footnote.el (org-footnote-create-definition)
1750         (org-footnote-goto-local-insertion-point): Make footnote insertion
1751         work correctly when the "Footnotes" headline is the last line in
1752         the buffer.
1754         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
1755         the location.
1757 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
1759         * org-w3m.el (org-w3m): New customization group.
1760         (org-w3m-deactivate-mark): New option.
1761         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
1762         option say not to.
1764 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
1766         * org.el (org-set-font-lock-defaults): Trigger footnote
1767         fontification.
1768         (org-activate-footnote-links): New function.
1769         (org-activate-links): New entry `footnote'.
1771         * org-faces.el (org-footnote): New face.
1773 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
1775         * org-macs.el (org-re): Handle the [:word:] class.
1777         * org-exp.el (org-export-preprocess-string): Call
1778         `org-export-protect-colon-examples'.
1779         (org-export-protect-colon-examples): Renamed from
1780         `org-export-protect-examples', and scope limited to lines starting
1781         with a colon.
1783 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
1785         * org-exp.el (org-export-preprocess-string): Move the preprocess
1786         hook to after turning on Org-mode.
1787         (org-export-preprocess-after-include-files-hook)
1788         (org-export-preprocess-after-tree-selection-hook)
1789         (org-export-preprocess-before-backend-specifics-hook)
1790         (org-export-preprocess-final-hook): New hooks.
1791         (org-export-preprocess-string): Run the new hooks.
1793         * org.el (org-ctrl-c-minus): Fix indentation for new items.
1795         * org-footnote.el: New file.
1797         * org.el (org-footnote): Require footnote code.
1798         (org-startup-options): Add new footnote options.
1799         (org-mode-map): New keybindig for footnotes.
1800         (org-ctrl-c-ctrl-c): Add function at footnotes.
1801         (org-org-menu): New menu entries for footnotes.
1803         * org-export-latex.el (org-export-as-latex): Pass footnote
1804         variable to preprocessor.
1805         (org-export-latex-preprocess): Treat multiple references to a
1806         footnote.
1808         * org-exp.el (org-export-preprocess-string): Call
1809         `org-footnote-normalize'.
1810         (org-export-as-ascii, org-export-as-html): Pass footnote variable
1811         to preprocessor.
1812         (org-export-as-html): Treat multiple references to a footnote.
1814 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
1816         * org-export-latex.el (org-export-latex-links): Handle coderef
1817         links.
1819         * org.el (org-bracket-link-analytic-regexp++): New variable.
1820         (org-make-link-regexps): Initialize
1821         `org-bracket-link-analytic-regexp++'.
1822         (org-store-link): Implement special case in edit-src buffer.
1823         (org-insert-link): No use of ide to insert stored links.
1824         (org-link-search): Implement special case for coderefs.
1826         * org-exp.el (org-export-html-scripts): New constant.
1827         (org-export-html-style-default): Add a new style for highlighted
1828         code.
1829         (org-export-code-refs): New variable.
1830         (org-export-preprocess-string): Initialize `org-export-code-refs'.
1831         Call `org-export-replace-src-segments-and-examples'
1832         No longer call `org-export-protect-examples'.
1833         (org-export-target-internal-links): Take care of coderef targets.
1834         (org-export-last-code-line-counter-value): New variable.
1835         (org-export-replace-src-segments-and-examples): Renamed from
1836         `org-export-replace-src-segments', and modified.
1837         (org-export-format-source-code-or-example): Renamed from
1838         `org-export-format-source-code'.
1839         (org-export-number-lines): New function.
1840         (org-export-as-ascii, org-export-as-html): Handle coderef links.
1842 --------------------------------------------------------------------------
1844 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
1846         * org-remember.el (org-remember-handler): Safer way to get a new
1847         buffer accessing the target file.
1849         * org.el (org-refile-get-location): Handle case of current buffer
1850         not having a file associated with it.
1852 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1854         * org-table.el (org-table-get-formula): Only ask to overwrite
1855         field formula if there really is one.
1857         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1858         number, by converting these to a string.
1860         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1861         located in a different file.
1863         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1864         org-colview.el.
1866 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1868         * org.el (org-completion-use-ido): Enhance docstring of
1869         `org-completion-use-ido'.
1871         * org-export-latex.el (org-export-latex-make-header): Double the %
1872         in the time stamp format.
1873         (org-export-latex-special-chars): Handle case where there is no
1874         match group 3.
1876 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1878         * org.el (org-get-refile-targets, org-refile-get-location): Use
1879         expanded file name to improve comparison.
1881 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1883         * org.el (org-scan-tags): Rescan for tags, to get the correct
1884         upcase/downcase stuff.  This slows things down for now, but it
1885         works.
1886         (org-mode): Make sure the tag-faces regexp is initialized.
1888         * org-export-latex.el (org-export-latex-links): Fix bug with
1889         undefined label.
1891         * org-table.el (org-table-get-specials): Set
1892         `org-table-current-last-data-line'.
1893         (org-table-current-last-data-line): New variable.
1894         (org-table-insert-column, org-table-delete-column)
1895         (org-table-move-column, org-table-fix-formulas): Call
1896         `org-table-fix-formulas' a second time to fix the $LR references.
1897         (org-table-get-specials): Add the $LR references to the tables.
1898         (org-table-get-formula): Do not offer last-row names as LHS of
1899         formulas.
1901         * org.el (org-store-link): Capture link description from
1902         `org-id-store-link'.
1904         * org-exp.el (org-export-html-format-image): Add the / to the end
1905         of the <img> tag.
1906         (org-export-format-source-code): Surround example by empty lines,
1907         to make sure it will not be inside a paragraph.
1909         * org.el (org-ido-switchb): New function.
1911 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1913         * org-agenda.el (org-agenda-show): New prefix argument
1914         FULL-ENTRY.
1916         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1917         argument.
1919         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1920         `org-agenda-change-all-lines'.
1921         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1922         tags are now retrieved locally.
1924 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1926         * org.el (org-get-outline-path): Fix bug if level is not given.
1927         (org-org-menu): Do not quote function in menu vector.
1929         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1930         name.
1932 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1934         * org.el (org-refile): Avoid refiling to within the region to be
1935         refiled.
1937         * org-export-latex.el (org-export-latex-special-chars): Replace
1938         special characters also in tables.
1940         * org-agenda.el (org-agenda-change-all-lines): New argument
1941         FORCE-TAGS.
1942         (org-agenda-set-tags): Cet the new tags and pass them to
1943         `org-format-agenda-item'.
1945 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1947         * org-export-latex.el (org-export-latex-classes): Add longable as
1948         a default package to all classes.
1949         (org-export-latex-tables): Handle the longtable attribute and the
1950         align attribute.
1952         * org-table.el (orgtbl-to-generic): Handle tables that start with
1953         a hline.
1955         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1956         \verb for colde-like snippets.
1957         (org-export-as-latex): Fix issues with region export.
1959         * org.el (org-up-heading-safe): Speed up function by using a
1960         direct regexp search.
1961         (org-olpa): New variable.
1962         (org-get-outline-path): Speed-up path constructions in cases where
1963         this is possible because the entire hierarchy is scanned anyway.
1964         (org-refile-get-location): Don't compare the truenames of files,
1965         this is too slow.
1966         (org-goto-max-level): New option.
1967         (org-goto): Use `org-goto-max-level'.
1969 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1971         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1972         Strip angle brackets from message-ids in the former and don't do
1973         it in the latter.
1974         (org-gnus-follow-link): Open summary reliable, even if the last
1975         messages were deleted, and handle empty groups, too.
1977 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1979         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1980         instead of \texttt for the =...= and ~===~ emphasis environments.
1981         (org-export-as-latex): Remove any old :org-license-to-kill text
1982         properties.
1983         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1984         (org-export-latex-make-header): Add some hard space after the
1985         table of contents.
1986         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1987         exported text so that it will be excuded in further steps.
1989         * org-table.el (org-table-get-specials): Make @0 reference the
1990         last line in a table.
1991         (org-table-recalculate): Improve docstring.
1993 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1995         * org.el (org-log-done): Fix docstring.
1997 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1999         * org-exp.el (org-export-html-format-image): Fix bugs.
2001         * org-export-latex.el (org-export-latex-tables)
2002         (org-export-latex-links): Implement attribute, label, and caption
2003         handling.
2005         * org-exp.el (org-export-html-style-default): Add style
2006         definitions for the figure div.
2007         (org-export-preprocess-string, org-export-as-html): Implement
2008         attribute, label, and caption handling.
2009         (org-export-attach-captions-and-attributes): New function.
2010         (org-export-html-format-image): New function.
2011         (org-format-org-table-html): Implement attribute, label, and
2012         caption handling.
2014         * org.el (org-find-text-property-in-string): New function.
2015         (org-extract-attributes): Use the property org-attr instead of
2016         org-attrobutes, because this property is now set with the #+ATTR
2017         lines.
2019 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2021         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2022         the case that FROM is nil.
2024         * org.el (org-before-first-heading-p): New function.
2026 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2028         * org-exp.el (org-export-as-html): Do not add a space before
2029         enforces line breaks.
2030         (org-export-as-html): Close paragraph before blockquote and verse
2031         tags.
2033 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2035         * org-id.el (org-id-locations-file): Wrap file name with
2036         `convert-standard-filename'.
2037         (org-id-files): New variable.
2038         (org-id-use-hash): New option.
2039         (org-id-update-id-locations): Also search in all files current
2040         listed in `org-id-files'.  Convert the resulting alist to a hash
2041         if the user customation says so.
2042         (org-id-locations-save): Handle he case if `org-id-locations' is a
2043         hash.
2044         (org-id-locations-load): Convert the alist to a hash.
2045         (org-id-add-location): Handle the hast case.
2046         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2047         exited.
2048         (org-id-hash-to-alist, org-id-alist-to-hash)
2049         (org-id-paste-tracker): New functions.
2051 -------------------------------------------------------------------------
2053 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2055         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2056         bindings of calendar variables.
2058         * org-table.el (org-table-find-row-type): Renamed from
2059         `org-find-row-type'.
2060         (org-table-rewrite-old-row-references): Renamed from
2061         `org-rewrite-old-row-references'.
2062         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2063         (org-table-cleanup-narrow-column-properties): Renamed from
2064         `org-cleanup-narrow-column-properties'.
2066 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2068         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2069         for better error messages.
2070         (org-table-get-descriptor-line): Supply the new arguments to
2071         `org-find-row-type'.
2072         (org-table-error-on-row-ref-crossing-hline): New option.
2074         * org.el (org-target-link-regexp): Make buffer-local.
2075         (org-move-subtree-down): Fix bug with trees at beginning of
2076         buffer.
2078 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2080         * org-faces.el (org-set-tag-faces): New function.
2081         (org-tags-special-faces-re): New variable.
2083         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2085         * org-faces.el (org-tag-faces): New option.
2086         (org-tag): Mention `org-tag-faces' in the docstring.
2088 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2090         * org-exp.el (org-export-html-style-default): Implement new
2091         quoting.
2093         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2095         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2096         command to the `w3m-minor-mode-map'.
2098         * org-archive.el (org-archive-to-archive-sibling): Protect
2099         `this-command' to avoid appending kills during archiving.
2101         * org-exp.el (org-export-with-priority): New variable.
2102         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2103         instead of internal list of strings and properties.
2104         (org-print-icalendar-entries): Retrieve the location property with
2105         inheritance.
2107 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2109         * org-exp.el (org-export-with-todo-keywords): New option.
2110         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2111         line.
2112         (org-default-export-plist, org-export-add-options-to-plist)
2113         (org-export-as-ascii, org-export-as-html): Use the new structure
2114         of `org-export-plist-vars'.
2116         * org.el (org-map-entries): Return all values.
2118 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2120         * org.el (org-matcher-time): Recognize more special values.
2122         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2124 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2126         * org.el (org-tags-exclude-from-inheritance): New option.
2127         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2128         `org-tags-exclude-from-inheritance'.
2130         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2131         (org-format-agenda-item): Add inherited tags to the agenda line
2132         string, and make sure that properties are kept when downcasing the
2133         tags list.
2134         (org-agenda-add-inherited-tags): New function.
2135         (org-downcase-keep-props): New function.
2137         * org.el (org-scan-tags): Mark inherited tags with a text
2138         property.
2139         (org-get-tags-at): Mark inherited tags with a text property.
2140         (org-add-prop-inherited): New function.
2142         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2143         (org-agenda-show-inherited-tags): New option.
2145 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2147         * org.el (org-modules): Add org-w3m to the default modules.
2149         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2150         orgtbl-mode.
2151         (orgtabl-create-or-convert-from-region): New command.
2153         * org-exp.el (org-export-as-ascii): Remove the handling of
2154         targets.
2155         (org-export-ascii-preprocess): Handle targets already in this
2156         function.
2158 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2160         * org-timer.el (org-timer-start-time): Define this variable.
2161         (org-timer-item): Make argument optional.
2163         * org-list.el (org-insert-item): Automatically insert a timer item
2164         if the current list is a timer list.
2166         * org-timer.el: New file.
2168         * org-publish.el (org-publish-org-index): Only exclude the index
2169         file in the main directory from being added to the site-map.
2170         (org-publish-get-project-from-filename): If the current project is
2171         a component, start publishing from the parent project.
2173 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2175         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2177         * org-publish.el (org-publish-org-index): Improve removal of
2178         temporary buffers.
2180         * org-agenda.el (org-get-closed): Re-apply changes
2181         accidentially overwritten by last commit to Emacs.
2183         * org.el (org-outline-path-complete-in-steps): New option.
2184         (org-refile-get-location): Honor
2185         `org-outline-path-complete-in-steps'.
2186         (org-agenda-change-all-lines, org-tags-sparse-tree)
2187         (org-time-string-to-absolute, org-small-year-to-year)
2188         (org-link-escape): Re-apply changes accidentially overwritten
2189         by last commit to Emacs.
2191 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2193         * org-clock.el (org-dblock-write:clocktable): Make sure the
2194         clocktable sees the first line.
2195         (org-clock-in): Warn if the clock cannot be resumed.
2197 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2199         * org.el (org-open-at-point): Fix mixup about interactive and
2200         non-interactive elisp links.
2202 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2204         * org-exp.el (org-export-preprocess-string): Allow one comment
2205         line before the first headline to always be included.  This is
2206         to not miss a commented target.
2208         * org-mouse.el (org-mouse-insert-item): Call
2209         `org-indent-to-column' instead of `indent-to', for XEmacs
2210         compatibility.
2212         * org.el (org-refile-targets): Fix customize definition so
2213         that it works also in XEmacs.
2214         (org-fixup-indentation): Call `org-indent-to-column' instead
2215         of `indent-to', for XEmacs compatibility.
2217 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2219         * org-mew.el (org-mew-store-link): Get the correct case folder
2220         for refiled messages.
2222 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2224         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2225         line break indicators.
2227         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2228         ido-completion propts.
2230 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2232         * org-remember.el (org-remember-apply-template): Use
2233         `org-substring-no-properties'.
2235         * org-compat.el (org-substring-no-properties): New function.
2237         * org-remember.el (org-remember-apply-template): Use
2238         `org-substring-no-properties' for compatibility.
2240         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2241         option.
2242         (org-fix-bullet-type): respect
2243         `org-list-two-spaces-after-bullet-regexp'.
2245         * org-clock.el (org-clock-load): Clean up the code.
2247         * org.el (org-adaptive-fill-function): Allow two spaces after
2248         "1." as a list bullet.
2250 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2252         * org-clock.el (org-clock-save, org-clock-load): Check for
2253         live buffers, existing files, and buffer file names to ensure
2254         consistent information.
2255         (org-clock-persist): Make `clock' a special value of this
2256         variable, and improve docstring.
2258         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2259         (org-get-string-indentation): Adapt indentation when the bullet
2260         width changes.
2262 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2264         * org-remember.el (org-remember-finalize): Make interactive.
2265         (org-remember-kill): New command.
2266         (org-remember-finish-immediately): Call `org-remember-finalize'
2267         directly.
2268         (org-remember-finalize): Make `org-remember-finalize' an interactive
2269         function.
2271 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2273         * org-remember.el (org-remember-apply-template): No ido completion
2274         for free prompts in remember templates.
2275         (org-remember-before-finalize-hook): New hook.
2276         (org-remember-mode): New minor mode.
2277         (org-remember-apply-template): Turn on `org-remember-mode'.
2279         * org-id.el (org-id-add-location): Avoid error when no file is
2280         given.
2282         * org-remember.el (org-remember-apply-template): Fix the way how
2283         the list of allowed properties is retrieved from the target file.
2285         * org.el (org-insert-link): Improve file link matching.
2287 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2289         * org-colview.el (org-columns-display-here): New argument
2290         DATELINE, to trigger using the new face.
2291         (org-agenda-colview-summarize): Call `org-columns-display-here'
2292         with the new argument.
2294         * org-faces.el (org-agenda-column-dateline): New face.
2296         * org-publish.el (org-publish-org-index): Use index-title at page
2297         title, not as section.
2299         * org-exp.el (org-export-html-format-desc): Respect the
2300         org-protect property.
2301         (org-export-as-html): Protect image specifiers that are in the
2302         description part of a link.
2304         * org.el (org-sort-entries-or-items, org-completing-read)
2305         (org-refile-get-location, org-olpath-completing-read, org-todo)
2306         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2307         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2308         (org-set-property, org-delete-property)
2309         (org-delete-property-globally): Use `org-ido-completing-read'.
2311         * org-remember.el (org-remember-apply-template): Use
2312         `org-ido-completing-read'.
2314         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2316         * org-colview.el (org-columns-edit-value, org-columns-new)
2317         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2319         * org-colview-xemacs.el (org-columns-edit-value)
2320         (org-columns-new, org-insert-columns-dblock): Use
2321         `org-ido-completing-read'.
2323         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2324         `org-ido-completing-read'.
2326         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2327         `org-ido-completing-read'.
2329         * org.el (org-time-today): New function.
2330         (org-matcher-time): Use `org-time-today'.  Add special treatment
2331         for "<tomorrow>" and "<yesterday>".
2332         (org-ido-completing-read): New function.
2333         (org-completion-use-ido): New option.
2335         * org-exp.el (org-export-format-source-code): Fix bug in require
2336         htmlize code.
2337         (org-export-target-internal-links): Fix bug in search for text
2338         property.
2340 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2342         * org-export-latex.el (org-export-latex-subcontent): Interprete
2343         target aliases as additonal labels.
2345         * org-exp.el (org-export-target-aliases): New variable.
2346         (org-export-preprocess-string)
2347         (org-export-handle-invisible-targets): Fill the alias alist.
2348         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2349         assign an id.
2350         (org-html-level-start): Insert the target aliases as additonal
2351         anchors.
2353         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2354         picture area.
2356 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2358         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2359         when following a link with the mouse from the agenda.
2361         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2362         headlines are created.
2364 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2366         * org-exp.el (org-export-preprocess-string): Reorder so that we
2367         can still see ID properties when we collect targets.
2368         (org-export-target-internal-links): Also store targets for ID's.
2370         * org.el (org-link-translation-function): New option.
2371         (org-open-at-point): Call `org-link-translation-function' if
2372         non-nil.
2373         (org-translate-link): New function.
2374         (org-translate-link-from-planner): New function.
2375         (org-open-at-point): Allow interactive commands in elisp links.
2377         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2378         iCalendar quoting.  The new one seems to caus problems with
2379         applications.
2381         * org.el (org-yank): Set `this-command' to `yank', so that
2382         `yank-pop' will work.
2384 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2386         * org-id.el (org-id-search-archives): New option.
2388         * org.el (org-link-to-org-use-id): New option.
2389         (org-store-link): Use `org-link-to-org-use-id'.
2390         (org-id): Make org-id.el a standard component.
2392 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2394         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2395         hexified version of the tag.
2397         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2398         compliance as far as quoting is concerned.
2400         * org-vm.el (org-vm-follow-link): Require `vm-search'.
2402         * org.el (org-up-heading-safe, org-forward-same-level): Always
2403         call `org-back-to-heading' instead of `outline-back-to-heading'.
2404         (org-back-to-heading): New wrapper around outline-back-to-heading,
2405         with a useful error message telling where the error happened.
2407         * org-list.el (org-update-checkbox-count): Always call
2408         `org-back-to-heading' instead of `outline-back-to-heading'.
2410         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2411         has an `alt' attribute, to ensure XHTML validation.
2413 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2415         * org-publish.el (org-publish-attachment): Allow publishing to
2416         overwrite attachment files.
2418         * org-agenda.el (org-agenda-timerange-leaders): New option.
2419         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2421         * org.el (org-edit-src-exit): Untabify ASCII image before
2422         returning.
2435 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
2437         * org.el (org-yank): Make any prefix force normal yanking.
2438         Suppress folding if text would be swallowed into a folded
2439         subtree.
2440         (org-yank-folded-subtrees, org-yank): Docstring updates.
2442         * org-agenda.el (org-agenda-compare-effort): Treat no effort
2443         defined as 0.
2445         * org-exp.el (org-export-language-setup): Add Catalan and
2446         Esperanto language entries.
2448 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
2450         * org.el (org-refile): Allow refiling of entire regions.
2452         * org-clock.el (org-clock-time%): New function.
2454         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
2455         retrieve property values.
2457 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
2459         * org-agenda.el (org-agenda-list): Handle the value `only' of
2460         org-agenda-show-log'.
2461         (org-agenda-log-mode): Interpret a double prefix arg.
2463 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
2465         * org-exp.el (org-export-html-footnotes-section): New variable.
2466         (org-export-as-html): Use `org-export-html-footnotes-section' to
2467         insert the footnotes.
2468         (org-export-language-setup): Add "Footnotes" to language words.
2470 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
2472         * org.el (org-yank): Fix bug when not inserting a subtree.
2474 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
2476         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
2477         instead of `vm-beginning-of-message'.
2479         * org.el (org-make-link-regexps): Make sure that links to gnus can
2480         contain brackets.
2482 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
2484         * org-attach.el (org-attach-dir): Remove duplicate ID creation
2485         code.
2487         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
2488         shell output.
2490         * org.el (org-link-abbrev-alist): Improve customization type.
2492         * org-attach.el (org-attach-expand-link, org-attach-expand): New
2493         functions.
2495         * org-agenda.el (org-agenda-get-progress): Renamed from
2496         `org-get-closed'.  Implement searching for state changes as well.
2497         (org-agenda-log-mode-items): New option.
2498         (org-agenda-log-mode): New option prefix argument, interpreted as
2499         request to show all possible progress info.
2500         (org-agenda-get-day-entries): Call `org-get-progress' instead of
2501         `org-get-closed'.
2502         (org-agenda-set-mode-name): Handle the more complex log mode
2503         settings.
2504         (org-get-closed): New alias, pointing to `org-get-progress'.
2506 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
2508         * org.el (org-file-apps-defaults-gnu)
2509         (org-file-apps-defaults-macosx)
2510         (org-file-apps-defaults-windowsnt): Add an entry defining the
2511         system command.
2512         (org-file-apps): Allow `system' as key and value.
2513         (org-open-at-point): Explain the effect of a double prefix arg.
2514         (org-open-file): If the argument `in-emacs' is (16),
2515         i.e. corresponding to a double prefix argument, try to open the
2516         file externally.
2518 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
2520         * org.el (org-insert-link): Abbreviate absolute files names in
2521         links.  Also, fix a bug in which the double C-u prefix would not
2522         be honored.
2524 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
2526         * org.el (org-insert-heading): If buffer does not end with a
2527         newline, add one if necessary to insert headline correctly.
2529         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
2530         paragraphs, not inside.
2532         * org.el (org-todo): Quote
2533         `org-agenda-headline-snapshot-before-repeat'.
2535         * org-exp.el (org-export-as-html): Fully process link descriptions.
2536         (org-export-html-format-desc): New function.
2537         (org-export-as-html): Collect footnotes into the correct basket.
2538         (org-html-protect): No longer protect quotations marks here, this
2539         goes wrong.
2541         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
2542         BEG.
2544         * org-compat.el (org-fit-window-to-buffer): New function (not
2545         really, a preliminary and incomplete version was present earlier,
2546         but not used).
2548         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
2549         `org-fit-window-to-buffer'.
2551         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
2553         * org-agenda.el (org-agenda-get-restriction-and-command)
2554         (org-fit-agenda-window, org-agenda-convert-date): Use
2555         `org-fit-window-to-buffer'.
2557         * org-exp.el (org-export-as-html): Process href links through
2558         `org-export-html-format-href'.
2559         (org-export-html-format-href): New function.
2561         * org-agenda.el (org-agenda-todo): Update only the current
2562         headline if this is a repeated TODO, marked done for today.
2563         (org-agenda-change-all-lines): New argument JUST-THIS, to change
2564         only the current line.
2566         * org.el (org-todo): Take a snapshot of the headline if the
2567         repeater might change it.
2569 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2571         * org-publish.el (org-publish-find-title): Remove buffers visited
2572         only for extracting the title.
2574         * org-exp.el (org-export-html-style)
2575         (org-export-html-style-default): Mark style definitions as
2576         unparsed CDATA.
2578         * org-publish.el (org-publish-validate-link): Function
2579         re-introduced.
2581 2008-11-02  Charles Sebold  <csebold@gmail.com>
2583         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
2584         property.
2585         (org-plot-quote-timestamp-field): New function.
2586         (org-plot-quote-tsv-field): Call timestamp field function when
2587         necessary rather than just quoting as a string.
2588         (org-plot/gnuplot-to-data): Pass in timefmt property.
2589         (org-plot/gnuplot-script): Supports timefmt property.
2590         (org-plot/gnuplot): Checks for timestamp column before checking
2591         for text index column.
2593 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
2595         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
2597         * org-publish.el (org-publish-org-index): Create a section in the
2598         index file.
2599         (org-publish-org-index): Stop linking to directories.
2601         * org.el (org-emphasis-alist): Use span instead of <u> to
2602         underline text.
2604         * org-exp.el (org-export-as-html): Make sure <p> is closed before
2605         <pre> sections.
2607 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
2609         * org-jsinfo.el (org-infojs-template): Remove language attribute
2610         from script tag.
2612 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
2614         * org-agenda.el (org-agenda-remove-marked-text): New function.
2615         (org-agenda-mark-filtered-text)
2616         (org-agenda-unmark-filtered-text): New functions.
2617         (org-write-agenda): Remove fltered text.
2619         * org.el (org-make-tags-matcher): Give access to TODO "property"
2620         without speed penalty.
2622 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
2624         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
2625         option.
2626         (org-store-link-props): Make sure adding to the plist works
2627         correctly.
2629         * org-gnus.el (org-gnus-no-new-news): New function.
2630         (org-gnus-follow-link): Allow the article ID to be a message-id,
2631         in addition to allowing article numbers.  Message IDs make much
2632         more roubust links.
2633         (org-gnus-store-link): Use message-id to create link.
2635 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
2637         * org.el (org-emphasize): Reverse the selection array.
2638         (org-emphasis-alist): Set <code> tags for the verbatim
2639         environment.
2641         * org-remember.el (org-remember-handler): Fix bug with
2642         prefix-related changing of the note storage target.
2644         * org-exp.el (org-print-icalendar-entries): Make the exported
2645         priorities compatible with RFC 2445.
2647         * org-clock.el (org-clock-save): Insert time stamp without
2648         dependence on time-stamp.el.
2650 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
2652         * org.el ("saveplace"): If saveplace puts point into an invisible
2653         location, make it visible.
2654         (org-make-tags-matcher): Allow inactive time stamps in time
2655         comparisons.
2656         (org-yank-adjusted-subtrees): New option.
2657         (org-yank): Incorporate adjusting trees.
2658         (org-paste-subtree): New argument FOR-YANK which will cause
2659         insertion at point without backing up over white lines, and leave
2660         point at the end of the inserted text.  Also if the cursor is
2661         at the beginning of a headline, use the same level or the inserted
2662         tree.
2664         * org-publish.el (org-publish-get-base-files-1): Deal correctly
2665         with broken symlinks
2667 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
2669         * org-exp.el (org-export-select-tags, org-get-current-options):
2670         Fix typo.
2672 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
2674         * org-agenda.el (org-format-agenda-item)
2675         (org-agenda-filter-make-matcher): Make sure tags are stored and
2676         compared donwcased.
2678 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
2680         * org.el (org-insert-todo-heading): Fix bug with force-heading
2681         argument.
2683 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
2685         * org-clock.el (org-clock-in-resume): Add a custom option to
2686         toggle starting the clock from an open clock line.
2687         (org-clock-in): When clocking in to an entry, if
2688         `org-clock-in-resume' is set, check if the first clock line is
2689         open and if so, start the clock from the time in the clock line.
2690         (org-clock-persist): Add a custom option to toggle clock
2691         persistence.
2692         (org-clock-persist-query-save): Add a custom option to toggle
2693         asking the user if they want to save the running clock when
2694         exiting.
2695         (org-clock-persist-query-resume): Add a custom option to toggle
2696         asking the user if they want to resume the saved clock when Emacs
2697         is restarted.
2698         (org-clock-save): Add a function to save clock data.
2699         This includes the contents of `org-clock-history' and the buffer
2700         and position of the currently clocked task, if any.
2701         (org-clock-load): Add a function to load clock data.
2702         This populates `org-clock-history', and resumes the saved clocked
2703         task if there is one.
2704         (org-clock-persistence-insinuate): Add a method to set up the
2705         hooks for clock persistence.
2707 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
2709         * org-exp.el (org-export-as-ascii): Handle the case that we are
2710         publishing from an indirect buffer.
2712         * org-table.el (org-table-copy-down): Fix bug with time stamp
2713         increment.
2715         * org-mouse.el (org-mouse-features): New option.
2716         (org-mode-hook): Turn on features depending on
2717         `org-mouse-features'.
2719         * org.el (org-insert-heading-respect-content): Force heading
2720         creation.
2721         (org-insert-heading): keep the folding state of the heading before
2722         the inserted one.
2724 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2726         * org-archive.el (org-archive-to-archive-sibling): Handle top
2727         level headlines better.
2729 2008-10-21  Bastien Guerry  <bzg@altern.org>
2731         * org-export-latex.el (org-export-latex-classes): Added
2732         \usepackage{graphicx} to the default list of packages.
2734 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
2736         * org-agenda.el (org-agenda-filter): Renamed from
2737         `org-agenda-filter-tags'.
2739 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
2741         * org.el (org-entry-properties): Add CATEGORY property, iven if it
2742         is not defined as a property in this entry.
2743         (org-add-log-note): Mask prefix argument when immediately storing
2744         the note.
2746         * org-agenda.el (org-agenda-filter-effort-default-operator): New
2747         option.
2749 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
2751         * org.el (org-add-log-setup): Bugfix; code to find insertion point
2752         after drawers was skipping ahead one line too many, so notes were
2753         inserted after the first note instead of before it.
2755 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
2757         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
2758         New variables.
2759         (org-prepare-agenda): Reset the filter tags.
2760         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
2761         Show filter tags in mode line.
2763         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
2764         formatter.
2766         * org-export-latex.el (org-latex-entities-regexp): New constant.
2767         (org-export-as-pdf): Use two calls to `shell-command'.
2769 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
2771         * org-export-latex.el (org-export-latex-treat-sub-super-char):
2772         Honor the {} value of the subsuperscript setting.  Make sure that
2773         longer subsuperscripts are typeset in a roman font.
2775         * org.el (org-clock-update-time-maybe): Compute negative clock
2776         intervals correctly.
2778 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
2780         * org.el (org-add-log-setup): Respect
2781         `org-log-state-notes-insert-after-drawers'.
2782         (org-log-state-notes-insert-after-drawers): New option.
2783         (org-todo-trigger-tag-changes): New function.
2784         (org-todo): Call `org-todo-trigger-tag-changes'.
2786 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
2788         * org.el (org-add-log-setup): Only skip drawers if the are
2789         immediately after the scheduling keywords.
2791         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
2792         function
2793         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
2794         call it with the current todo state to get the state to switch to
2795         when clocking in.
2796         (org-clock-in): Use org-indent-line-function to indent clock lines.
2797         (org-clock-find-position): Fix indentation of empty clock drawers.
2799 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
2801         * org-publish.el (org-publish-org-to): Handle case when
2802         org-export-to-pdf does return a file name, not a buffer.
2803         (org-publish-org-to-pdf): New function.
2805         * org-export-latex.el (org-export-as-pdf)
2806         (org-export-as-pdf-and-open): New commands.
2808         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
2809         forms as ranges.
2811         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
2812         things in protexted regions.
2814 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
2816         * org-export-latex.el (org-export-latex-preprocess): Improve
2817         quoting of LaTeX environments.
2819 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
2821         * org.el (org-edit-fixed-width-region): Exclude final newline from
2822         picture area.
2824         * org-export-latex.el (org-export-latex-subcontent): Add labels to
2825         sections, to make internal links work.
2826         (org-export-latex-fontify-headline): Do not remove all text
2827         properties, to make sure that target properties survive this
2828         process.
2830         * org-exp.el (org-export-preprocess-string): Change sequence of
2831         modifications, to make sure links are prepared before the LaTeX
2832         conversions do happen.
2834 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
2836         * org-attach.el (org-attach-delete-all): Renamed from
2837         `org-attch-delete'.  Add a security query before deleting the
2838         entire directory.  New optional argument FORCE can overrule the
2839         security query.
2840         (org-attach-delete-one): New command.
2842 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
2844         * org-attach.el (org-attach-file-list): Fix bug with directory.
2846 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
2848         * org.el (org-apps-regexp-alist): New function.
2849         (org-file-apps): Add auto-mode to the default value.
2850         (org-open-file): Use the new structure of org-file-apps.
2852         * org-attach.el (org-attach): Support the new keys.
2853         (org-attach-method): New option.
2855 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2857         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2858         March.
2860         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2861         of the list value o `org-use-tag-inheritance'.
2863         * org-attach.el (org-attach-auto-tag): New option.
2864         (org-attach-tag, org-attach-untag): New functions.
2865         (org-attach-attach, org-attach-new, org-attach-sync): Call
2866         `org-attach-tag'.
2867         (org-attach-delete): Call `org-attach-untag'.
2869 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2871         * org-table.el (orgtbl-self-insert-command): Make this work for
2872         the keypad as well.
2874 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2876         * org.el (org-add-log-setup): Limit searc for drawers to entry
2877         text, not to subtree.
2879         * org-clock.el (org-clock-heading-for-remember): New variable.
2880         (org-clock-in): Set `org-clock-heading-for-remember'.
2882 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2884         * org-remember.el (org-remember-apply-template): Add new
2885         expansions: %k, %K for currently clocked task and a link to the
2886         currently clocked task, and %< to file notes in the currently
2887         clocked task.
2889 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2891         * org-export-latex.el (org-export-latex-make-header): Also insert
2892         the content of the property :latex-header-extra.
2894         * org-exp.el (org-infile-export-plist): Put the content of
2895         #+LATEX_HEADER: into the property :latex-header-extra.
2897         * org-colview.el (org-columns-get-format-and-top-level): Remove
2898         resetting the marker.
2900         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2901         Remove resetting the marker.
2903         * org.el (org-entry-property-inherited-from): Improve docstring.
2904         (org-entry-get-with-inheritance): Reset marker before starting the
2905         search.
2907         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2909 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2911         * org.el (org-entry-get-multivalued-property)
2912         (org-entry-protect-space, org-entry-restore-space): New
2913         functions.
2914         (org-file-apps-defaults-macosx): Let postscript files be opened by
2915         preview.
2916         (org-time-stamp-inactive): Call `org-time-stamp'.
2917         (org-time-stamp): New argument `inactive'.  Also edit inacive
2918         stamps. Convert time stamp type.
2919         (org-open-file): Interpret the `default' value for the `command'
2920         in `org-file-apps'.
2922         * org-id.el (org-id-int-to-b36-one-digit)
2923         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2924         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2925         b36.
2927 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2929         * org-id.el (org-id-reverse-string): New function.
2930         (org-id-new): Use `org-id-reverse-string' to make sure the
2931         beginning chars of the ID are mutating fast.  This allows to use a
2932         directory structure to spread things better.
2933         (org-id-prefix): Changed default to nil.
2935         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2936         restore the column of the cursor position.
2938         * org-remember.el (org-remember-apply-template): Remove properties
2939         from `initial'.
2941 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2943         * org-wl.el (org-wl-open): Remove useless call to
2944         `wl-thread-open-all'.
2946         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2947         location.
2949 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2951         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2952         `org-bbdb-anniversaries'.
2954         * org.el (org-get-next-sibling, org-forward-same-level): New
2955         functions, similar to the outline versions, but invisible headings
2956         are OK.
2958 2008-09-25  Bastien Guerry  <bzg@altern.org>
2960         * org.el (org-auto-repeat-maybe): Insert a space between
2961         the timestamp's type and the timestamp itself.
2963 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2965         * org-table.el (org-table-sum): Do not format the result with %g,
2966         it does rounding when there are too many digits.
2968         * org.el (org-map-entries): Protect the keyword-selecting variables.
2970 2008-09-23  Bastien Guerry  <bzg@altern.org>
2972         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2973         against all agenda files.
2975 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2977         * org-list.el: New file, aggregating list functions from org.el
2978         and org-export-latex.el.
2980         * org.el (org-edit-src-region-extra): New option.
2982 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2984         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2985         time before 1am.
2987 2008-09-22  Bastien Guerry  <bzg@altern.org>
2989         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2991 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2993         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2994         hline work correctly.
2995         (org-plot/gnuplot-script): Put commas at the end of each script
2996         line.
2998 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3000         * org.el (org-get-refile-targets): Replace links with their
3001         descriptions
3002         (org-imenu-get-tree): Replace links with their descriptions.
3004         * org-remember.el (org-remember-apply-template): Add a new
3005         expansion for adding properties to remember items.
3007         * org.el (org-add-log-setup): Skip over drawers (properties,
3008         clocks etc) when adding notes.
3010         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3011         items as well as the start and end times.
3013         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3014         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3016         * org-remember.el (org-get-x-clipboard): Use the compat
3017         function to get clipboard values when x-selection-value is
3018         unavailable. Use substring-no-properties instead of
3019         set-text-properties to remove text properties from the clipboard
3020         value.
3022         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3023         modeline clock string, and display the full todo value in the
3024         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3025         the currently clocked task.
3026         (org-clock-string-limit): Add a custom value for the maximum
3027         length of the clock string in the modeline.
3028         (org-clock-mode-map): Add a keymap for the modeline string
3030 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3032         * org-compat.el (org-propertize): New function.
3034 2008-09-20  Bastien Guerry  <bzg@altern.org>
3036         * org-export-latex.el (org-export-latex-tables): protect exported
3037         tables from further special chars conversion.
3038         (org-export-latex-preprocess): Preserve LaTeX environments.
3039         (org-list-parse-list): Parse descriptive lists.
3040         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3041         (org-list-to-texinfo): Export descriptive lists.
3042         (org-quote-chars): Remove.
3043         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3044         (org-export-latex-list-beginning-re): Rename to
3045         `org-list-beginning-re'
3046         (org-list-item-begin): Rename to `org-list-item-beginning'
3048 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3050         * org.el (org-refile): Allow refiling to the last entry in the
3051         buffer.
3052         (org-get-tags-at): Fix bug when inheritance is turned off.
3054 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3056         * org.el (org-indent-line-function): No longer check for src
3057         regions, this is too much overhead.
3059         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3060         matching.
3062         * org.el (org-scan-tags): Make sure that tags matching is not case
3063         sensitive.  TODO keyword matching is case sensitive, however, to
3064         avoid confusion with similar words that are not meant to be
3065         keywords.
3067 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3069         * org.el (org-get-local-tags-at): New function.
3070         (org-get-local-tags): New function.
3072         * org-exp.el (org-export-get-categories): New function.
3074         * org-agenda.el (org-sorting-choice)
3075         (org-agenda-sorting-strategy, org-agenda-get-todos)
3076         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3077         (org-agenda-get-scheduled, org-agenda-get-blocks)
3078         (org-entries-lessp): Implement sorting by TODO state.
3079         (org-cmp-todo-state): New defsubst.
3081         * org-colview.el (org-colview-construct-allowed-dates): New
3082         function.
3083         (org-columns-next-allowed-value): Use
3084         `org-colview-construct-allowed-dates'.
3086         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3087         function.
3088         (org-columns-next-allowed-value): Use
3089         `org-colview-construct-allowed-dates'.
3091 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3093         * org.el (org-protect-slash): New function.
3094         (org-get-refile-targets): Use `org-protect-slash'.
3096         * org-agenda.el (org-global-tags-completion-table): New variable.
3098         * org-exp.el (org-export-handle-export-tags): New function.
3099         (org-export-preprocess-string): Call
3100         `org-export-handle-export-tags'.
3102         * org-plot.el: New file.
3104         * org-publish.el (org-publish-expand-components): Function removed.
3105         (org-publish-expand-projects): Allow components to have components.
3107 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3109         * org.el (org-indent-line-function): Do not indent in regions that
3110         are external source code.
3111         (org-yank-and-fold-if-subtree): New function.
3113         * org-agenda.el (org-agenda-todayp): New function.
3114         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3115         `org-agenda-todayp'.
3117         * org.el (org-insert-heading-respect-content)
3118         (org-insert-todo-heading-respect-content): New commands.
3119         (org-insert-heading-respect-content): New option.
3120         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3122         * org-clock.el (org-clock-find-position): Make sure the note after
3123         the clock line gets moved into the new clock drawer.
3125 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3127         * org-id.el (org-id-new): New option.
3129 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3131         * org-table.el (org-table-copy-down): Avoid overflow during
3132         increment.  Use prefix argument 0 to temporarily disable the
3133         increment.
3135 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3137         * org-exp.el (org-export-as-html): Do not turn on the major mode
3138         if the buffer will be killed anyway.
3139         (org-get-current-options): Exclude the #+TEXT field.
3140         (org-export-as-html): Make sure text before the first headline is
3141         a paragraph.
3143         * org-publish.el (org-publish-org-to): Tell the exporter that this
3144         buffer will be killed, so it is not necessary to do major mode
3145         initialization.
3147         * org-archive.el (org-archive-to-archive-sibling): Show empty
3148         lines after folding the archive sibling.
3150         * org.el (org-log-note-extra): New variable.
3152 2008-09-05  Bastien Guerry  <bzg@altern.org>
3154         * org.el (org-additional-option-like-keywords): Added keywords for
3155         the _QUOTE, _VERSE and _SRC environments.
3157         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3158         exporting _QUOTE and _VERSE environments.
3160 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3162         * org-agenda.el (org-agenda-filter-by-tag): New command.
3164         * org-exp.el (org-get-current-options): Remove angular brackets
3165         from the date entry.
3167         * org.el (org-edit-fixed-width-region): New function.
3168         (org-edit-fixed-width-region): Also try
3169         `org-edit-fixed-width-region'.
3170         (org-edit-fixed-width-region-mode): New option.
3171         (org-activate-code): Only interprete lines starting with colon
3172         plus a space as example lines.
3174         * org-remember.el (org-remember-templates): Add nil instead of
3175         empty strings to fix the length of remember templates.
3177         * org-table.el (org-calc-default-modes): Fix the time format for
3178         calc, from 12 hour to 24 hour clock.
3180 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3182         * org-agenda.el (org-agenda-get-deadlines)
3183         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3184         entries that are pre-warnings of deadlines or reminders.
3186         * org.el (org-sort-entries-or-items): Make numeric and alpha
3187         comparisons ignore any TODO keyword and priority cookie.
3189         * org-remember.el (org-remember-handler): Reinterpretation of the
3190         prefix argument.
3192 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3194         * org-agenda.el (org-agenda-get-scheduled): Use new
3195         `org-scheduled' face.
3197         * org-faces.el (org-scheduled): New face.
3199         * org-wl.el (org-wl-open): Remove incorrect declaration.
3201         * org-gnus.el (org-gnus-store-link): Support for :to information
3202         in gnus links.
3204         * org-exp.el (org-export-as-html): Fixed typo in creator
3205         information.
3206         (org-export-protect-examples): New parameter indent.  Insert extra
3207         spaces only when this parameter is specified.
3208         (org-export-preprocess-string): Call `org-export-protect-examples'
3209         with an indentation parameter when exporting to ASCII.
3211         * org-remember.el (org-remember-templates)
3212         (org-remember-apply-template): Allow the file component to be a
3213         function.
3215         * org.el (org-goto-local-search-headings): Renamed from
3216         `org-goto-local-search-forward-headings'.  Added the possibility
3217         to search backwards.
3219 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3221         * org-export-latex.el (org-export-latex): New customization
3222         group.
3224         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3226 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3228         * org-exp.el (org-html-do-expand): Allow {} to terminate
3229         tex macro
3231 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3233         * org.el (org-buffer-list): Select buffers based on major mode,
3234         not on file name.
3236 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3238         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3239         face property.
3241         * org-colview.el (org-columns-display-here): Use
3242         `org-columns-modify-value-for-display-function'.
3244         * org-colview-xemacs.el (org-columns-display-here): Use
3245         `org-columns-modify-value-for-display-function'.
3247 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3249         * org.el (org-columns-modify-value-for-display-function): New option.
3261         * org-publish.el (org-publish-file): Make sure the directory match
3262         for the publishing directory works correctly.
3264         * org-agenda.el (org-agenda-execute-calendar-command)
3265         (org-agenda-diary-entry): Additional optional argument.
3267 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3269         * org-exp.el (org-export-as-html): Add attributes also in mailto
3270         and ftp links.
3272         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3281 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3283         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3284         sure that calls from `org-export-region-as-html' do not do the
3285         special check for a subtree.
3287 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3289         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3291 2008-07-20  Juri Linkov  <juri@jurta.org>
3293         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3294         new keymap `narrow-map' instead of binding "\C-xns".
3296 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3298         * org.el (org-open-file): Use
3299         `org-open-directory-means-index-dot-org'.
3300         (org-open-directory-means-index-dot-org): New option.
3302 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3304         * org.el (org-make-link-string): Remove link attributes from
3305         description.
3306         (org-open-at-point): Remove link attributes bevore using the path.
3308         * org-exp.el (org-export-as-html): Handle link attributes.
3310         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3312         * org-table.el (org-table-to-lisp): New function.
3314         * org.el (org-narrow-to-subtree): Do not include the final newline
3315         into the narrowed region.
3317         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3318         bug with user-define skipping condition.
3320 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3322         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3324 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3326         * org-exp.el (org-export-html-style-default): Automatic overflow
3327         handling for pre fields.
3328         (org-export-as-ascii, org-export-as-html): Change default format
3329         for time stamp.
3331         * org-table.el (org-table-export): Offer completion for translator
3332         functions, and do not require a heading above the table.
3334         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3335         Cater for the case of a list starting in the first line of the
3336         buffer.
3338 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3340         * org-publish.el (org-publish-find-title): Bug fix.
3341         (org-publish-org-index): Implement new :index-style option.
3343 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3345         * org-publish.el (org-publish-timestamp-filename): Use
3346         SHA1-encoded file names in the timestamp directory.
3348 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3350         * org-publish.el (org-publish-needed-p): Be verbose about files
3351         published and files skipped.
3353         * org-exp.el (org-export-preprocess-string): Swap link
3354         normalization and inernal link targeting.
3356         * org-publish.el (org-publish-needed-p): Create timestamp
3357         directory when it does not exist.
3359 2008-07-04  Bastien Guerry  <bzg@altern.org>
3361         * org-clock.el (org-clock-out-when-done): Doc fix.
3363         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3365         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3366         Ignore case when searching for the COMMENT cookie at export time.
3368 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3370         * org-exp.el (org-get-file-contents)
3371         (org-get-and-remove-property): New functions.
3372         (org-export-handle-include-files): Handle the new prefix options.
3373         (org-export-as-html): Fix the verse environment.
3375 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3377         * org.el (org-time=, org-time<, org-time<=, org-time>)
3378         (org-time>=, org-time<>, org-2ft): New functions.
3379         (org-op-to-function): Also provide for the time testing fucntions.
3381 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
3383         * org-exp.el (org-export-html-style-default): New constant.
3385 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
3387         * org-exp.el (org-export-html-style-extra): New variable.
3388         (org-export-splice-style): New function.
3390 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
3392         * org-exp.el (org-export-plist-vars, org-export-as-html):
3393         Implement `org-export-creator-info'.
3394         (org-export-creator-info): New option.
3396 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
3398         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3399         (org-property-drawer-re, org-clock-drawer-re): New constants.
3401 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
3403         * org-exp.el (org-icalendar-use-deadline)
3404         (org-icalendar-use-scheduled): New options.
3405         (org-icalendar-include-todo): Default changed to t.
3406         (org-print-icalendar-entries): Implement better utilization of
3407         scheduling and deadline time stamps.
3408         (org-export-target-internal-links, org-export-as-html): Allow file
3409         lines without the "file:" prefix if the file path is an absolute
3410         path or starts with ".".
3412         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3413         lastweek etc.
3414         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3416 2008-06-18  Glenn Morris  <rgm@gnu.org>
3417         * org.el (org-map-entries): Let-bind `file'.
3419 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
3421         * org.el (org-agenda-skip-archived-trees): Docstring now
3422         discourages using this.
3423         (org-scan-tags): Check for org-agenda-archives-mode.
3424         (org-map-entries): Make sure org-agenda-archives-mode is nil.
3425         (org-agenda-files): Functionality of second arg changed.
3427         * org-agenda.el (org-agenda-archives-mode): New variable
3428         (org-write-agenda, org-prepare-agenda, org-agenda-list)
3429         (org-search-view, org-todo-list, org-tags-view)
3430         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3431         `ifmode' argument.
3432         (org-agenda-quit): Reset the archives mode.
3433         (org-agenda-archives-mode): New command.
3434         (org-agenda-set-mode-name): Include archives info.
3436 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
3438         * org.el (org-paste-subtree): Make sure the yanked headline is
3439         visible if it was yanked at a visible point.
3440         (org-move-item-up): Fix the bug with moving white space at the end
3441         of the item.
3442         (org-show-empty-lines-in-parent): New function.
3444 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
3446         * org-colview.el (org-columns-next-allowed-value): Bug fix.
3448         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
3450         * org-agenda.el (org-agenda-get-closed): Get the end time into the
3451         agenda prefix as well.
3453         * org-publish.el (org-publish-org-index): Make a properly indented
3454         list.
3456         * org.el (org-calendar-agenda-action-key): New option.
3457         (org-get-cursor-date): New function.
3458         (org-mark-entry-for-agenda-action): New command.
3459         (org-overriding-default-time): New variable.
3460         (org-read-date): Respect `org-overriding-default-time'.
3462         * org-remember.el (org-remember-apply-template): Respect the
3463         ovverriding default time.
3465         * org-agenda.el (org-agenda-action-marker): New variable.
3466         (org-agenda-action): New command.
3467         (org-agenda-do-action): New function.
3469 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3471         * org.el (org-schedule, org-deadline): Protect scheduled and
3472         deadline tasks against changes that accidently remove the
3473         repeater.  Also show a message with the new date when done.
3475 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
3477         * org.el (org-beginning-of-line): Cater for the case when there
3478         are tags but no headline text.
3479         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
3480         it set.
3482 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
3484         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
3485         the return value is nil instead of "nil" when there is no match.
3487         * org-exp.el (org-insert-centered): Use fill-column instead of
3488         80.
3489         (org-export-as-ascii): Use string-width to measure the width of
3490         the heading.
3492         * org.el (org-diary-to-ical-string): No longer kill buffer
3493         FROMBUF, this is now done by the caller.
3495         * org-exp.el (org-print-icalendar-entries): Move the call to
3496         `org-diary-to-ical-string' out of the loop, and kill the buffer
3497         afterwords.
3499         * org-remember.el (org-remember-visit-immediately): Position
3500         cursor after moving to the note.
3501         (org-remember-apply-template): Use a text property to record the
3502         cursor position.
3503         (org-remember-handler): Align tags after pasting the note.
3505 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
3507         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
3509         * org-agenda.el (org-agenda-open-link): If there is an
3510         org-bbdb-name property in the current line, jump to that bbdb
3511         entry.
3513         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
3514         text property, so that the agenda knows where this entry comes
3515         from.
3517         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
3518         interaction between clocking-in from the agenda, and  automatic
3519         task state switching.
3521         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
3523         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
3524         zmacs-region stays after this command in XEmacs.
3526 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
3528         * org.el (org-scan-tags): Allow new values for ACTION parameter.
3530         * org-remember.el (org-remember-templates): Fix bug in
3531         customization type definition.
3533         * org.el (org-map-entries): New function.
3535 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
3537         * org-agenda.el (org-agenda-skip-comment-trees): New option.
3538         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
3540 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
3542         * org-remember.el (org-jump-to-target-location): New variable.
3543         (org-remember-apply-template): Set
3544         `org-remember-apply-template' if requested by template.
3545         (org-remember-handler): Start an idle timer to jump to
3546         remember location.
3548         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
3550         * org.el (org-set-regexps-and-options): Fix bug with parsing of
3551         file tags.
3552         (org-get-tags-at): Add the content of `org-file-tags'.
3554         * org-exp.el (org-export-handle-comments): Fix bug with several
3555         comment lines after each other.
3556         (org-number-to-roman, org-number-to-counter): New functions.
3557         (org-export-section-number-format): New option.
3559 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
3561         * org-exp.el (org-export-protect-examples): Catch the case of a
3562         missing end_example line.
3564         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
3565         `org-file-tags' to nil.
3567         * org-colview.el (org-columns-next-allowed-value): Handle next
3568         argument NTH to directly select a value.
3570         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
3571         argument NTH to directly select a value.
3573 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
3575         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
3577 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
3579         * org.el (org-columns-ellipses): New option.
3581 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
3583         * org-colview.el (org-columns-add-ellipses): New function.
3584         (org-columns-compact-links): New function.
3585         (org-columns-cleanup-item): Call `org-columns-compact-links'.
3586         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
3587         when in agenda.
3588         (org-columns-edit-value): Fixed bug with editing values from
3589         agenda column view.
3590         (org-columns-redo): Also redo the agenda itself.
3592 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
3594         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
3595         option.
3597         * org-colview.el (org-agenda-columns-cleanup-item): New function.
3599         * org-exp.el (org-export-ascii-preprocess): Renamed from
3600         `org-export-ascii-clean-string'.
3601         (org-export-kill-licensed-text)
3602         (org-export-define-heading-targets)
3603         (org-export-handle-invisible-targets)
3604         (org-export-target-internal-links)
3605         (org-export-remove-or-extract-drawers)
3606         (org-export-remove-archived-trees)
3607         (org-export-protect-quoted-subtrees)
3608         (org-export-protect-verbatim, org-export-protect-examples)
3609         (org-export-select-backend-specific-text)
3610         (org-export-mark-blockquote-and-verse)
3611         (org-export-remove-comment-blocks-and-subtrees)
3612         (org-export-handle-comments, org-export-mark-radio-links)
3613         (org-export-remove-special-table-lines)
3614         (org-export-normalize-links)
3615         (org-export-concatenate-multiline-links)
3616         (org-export-concatenate-multiline-emphasis): New functions,
3617         obtained from spliiting the export preprocessor.
3619         * org-table.el (org-table-recalculate): Improve error message if
3620         the row number is invalid.
3622 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
3624         * org-archive.el (org-archive-save-context-info): Fix bugs in
3625         customization setup and docstring.
3627         * org-exp.el (org-export-html-style): Changed the size of in the
3628         <pre> element to 90%.
3630 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
3632         * org.el (org-find-src-example-start): Function removed.
3633         (org-edit-src-find-region-and-lang): New function.
3635 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
3637         * org.el (org-edit-src-exit): New function.
3638         (org-exit-edit-mode): New minor mode.
3640         * org-exp.el (org-export-preprocess-string): Fix bug with removing
3641         comment-like lines from protected examples.
3643         * org.el (org-edit-src-example, org-find-src-example-start)
3644         (org-protect-source-example, org-edit-special): New functions.
3646 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
3648         * org-publish.el (org-publish-project-alist): Fix typo in
3649         docstring.
3650         (org-publish-project-alist): Handle :index-title property.
3652 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
3654         * org-export-latex.el (org-export-as-latex): Make sure region
3655         bounds are correct.  Parse subtree properties relating to export.
3657         * org-exp.el (org-export-add-options-to-plist): New function.
3658         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
3660 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
3662         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
3663         EXPORT_TITLE.
3665         * org-exp.el (org-export-get-title-from-subtree)
3666         (org-export-as-ascii, org-export-as-html): Make sure the original
3667         region-beginning and region-end are used, even after moving
3668         point.
3669         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
3670         property.
3672         * org-remember.el (org-remember-last-stored-marker): New variable.
3673         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
3674         (org-remember-handler): Also use marker to remember
3675         last-stored position.
3677         * org.el (org-goto-marker-or-bmk): New function.
3679 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
3681         * org.el (org-file-properties): Renamed from `org-local-properties'.
3682         (org-scan-tags): Take file tags into account.
3683         (org-tags-match-list-sublevels): Default changed to t.
3685         * org-exp.el (org-export-as-html): Close paragraph after a
3686         footnote.
3688         * org.el (org-update-parent-todo-statistics): New function.
3690         * org-exp.el (org-icalendar-store-UID): New option.
3691         (org-icalendar-force-UID): Option removed.
3692         (org-print-icalendar-entries): IMplement UIDs.
3694 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
3696         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
3698 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
3700         * org-faces.el (org-column): Document how this face is being used
3701         and why sometimes the background faces shine through.
3703         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
3705         * org-publish.el (org-publish-attachment): Create publishing
3706         directory if it does not yet exist.
3708         * org-table.el (org-calc-default-modes): Change default number
3709         format to (float 8).
3711         * org.el (org-olpath-completing-read): New function.
3712         (org-time-clocksum-format): New option.
3713         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
3715         * org-clock.el (org-clock-display, org-clock-out)
3716         (org-update-mode-line): Use `org-time-clocksum-format'.
3718         * org-colview-xemacs.el (org-columns-number-to-string): Use
3719         `org-time-clocksum-format'.
3721         * org-colview.el (org-columns-number-to-string): Use
3722         `org-time-clocksum-format'.
3724 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
3726         * org-id.el: New file, move from contrib to core.
3728         * org-exp.el (org-icalendar-force-UID): New option.
3730 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
3732         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3733         shifted by one day if theere is a date range without an end
3734         time.
3736         * org.el (org-try-structure-completion): New function.
3738 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
3740         * org.el (org-set-font-lock-defaults): Improve fontification of
3741         description lists.
3742         (org-insert-item): Handle description lists.
3743         (org-adaptive-fill-function): Improve auto indentation in
3744         description lists.
3746         * org-exp.el (org-export-as-html, org-export-preprocess-string):
3747         Implement VERSE environment.
3748         (org-export-preprocess-string): Implement the COMMENT
3749         environment.
3751         * org-export-latex.el (org-export-latex-preprocess): Implement
3752         VERSE environment.
3754 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
3756         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
3757         option.
3759 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
3761         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
3763         * org.el (org-quote-csv-field): New functions.
3765         * org-table.el (org-table-export-default-format): Remove :splice
3766         from default format, we get the same effect by not specifying
3767         :tstart and :tend.
3768         (org-table-export): Improve setup, distinguish better between
3769         interactive and non-interactive use, allow specifying the format
3770         on the fly, better protection against wrong file names.
3771         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
3772         and :tend when :splice is omitted.
3774 2008-05-09  Bernt Hansen  <bernt@norang.ca>
3776         * org-clock.el (org-clock-select-task): Make sure the selection
3777         letters are 1-9 and A-Z, no special characters.
3779 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
3781         * org-exp.el (org-export-htmlize): New group.
3782         (org-export-htmlize-output-type)
3783         (org-export-htmlize-css-font-prefix): New options.
3784         (org-export-htmlize-region-for-paste): New function.
3785         (org-export-htmlize-generate-css): New command.
3787 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
3789         * org/org.el (org-modules, org-format-latex-options):
3790         * org/org-archive.el (org-archive-stamp-time)
3791         (org-archive-save-context-info):
3792         * org/org-faces.el (org-hide):
3793         * org/org-irc.el (org-irc-parse-link):
3794         * org/org-macs.el (org-call-with-arg, org-autoload):
3795         * org/org-mew.el (org-mew-store-link):
3796         * org/org-remember.el (org-remember-store-without-prompt)
3797         (org-remember-templates): Fix typos in docstrings.
3799         * org/org-info.el (org-info-store-link): Remove leftover docstring.
3801         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3802         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3803         (org-bbdb-anniv-split): Fix typos in docstrings.
3805         * org/org-publish.el (org-publish-project-alist): Doc fixes.
3806         (org-publish-use-timestamps-flag): Reflow docstring.
3807         (org-publish-files-alist): Fix typos in docstring.
3809 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
3811         * org.el (org-set-visibility-according-to-property): New function.
3812         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
3813         and compute the regular expressions, and update font-lock.
3814         (org-property-re): Allow a dash in property names.
3816         * org-archive.el (org-extract-archive-file): Insert the file name
3817         without the path into the format, to allow the location format to
3818         contain a subdirectory.
3820         * org-agenda.el (org-agenda-post-command-hook): If point is at end
3821         of buffer, and the `org-agenda-type' property undefined, use the
3822         value from the character before.
3824         * org.el (org-add-planning-info): Don't let indentation for
3825         would-be timestamp become extra whitespace at the end of headline.
3827 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
3829         * org.el (org-remove-double-quotes, org-file-contents): New
3830         functions.
3832         * org-exp.el (org-infile-export-plist): Also parse the
3833         contents of #+SETUPFILE files, recursively.
3835         * org.el (org-set-regexps-and-options): Also parse the
3836         contents of #+SETUPFILE files, recursively.
3838         * org-exp.el (org-export-handle-include-files): New function.
3839         (org-export-preprocess-string): Call
3840         `org-export-handle-include-files'.
3842         * org.el (org-delete-property-globally)
3843         (org-delete-property, org-set-property): Ignore case during
3844         completion.
3845         (org-set-property): Use `org-completing-read' instead of
3846         `completing-read'.
3848         * org.el (org-complete-expand-structure-template): New,
3849         experimental function.
3850         (org-structure-template-alist): New, experimental option.
3851         (org-complete): Call `org-complete-expand-structure-template'.
3853 2008-05-06  Bastien Guerry  <bzg@altern.org>
3855         * org-export-latex.el (org-export-latex-preprocess): Added
3856         support for blockquotes.
3858 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3860         * org.el (org-read-date-analyze): Catch the case where only a
3861         weekday is given.
3863 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3865         * org.el (org-set-font-lock-defaults): Make the description
3866         tag bold.
3868         * org-exp.el (org-export-as-html, org-close-li): Implement
3869         description lists.
3871 2008-05-04  Jason Riedy  <jason@acm.org>
3873         * org-table.el (*orgtbl-default-fmt*): New variable.
3874         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3875         when there is no other fmt available.
3877         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3878         :tend to suppress the appropriate string.
3880         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3881         table.
3883 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3885         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3886         read date.
3888         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3889         New function.
3891         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3892         New function.
3894 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3896         * org-clock.el (org-clock-find-position): Don't include notes
3897         into clock drawer.
3899         * org-archive.el (org-archive-subtree): No longer remove an
3900         extra line after cutting the subtree.  `org-cut-subtree' already
3901         takes care of this.
3903         * org-remember.el (org-remember-handler): Only kill the target
3904         buffer if it does not contain the running clock.
3906         * org.el (org-markers-to-move): New variable.
3907         (org-save-markers-in-region, org-check-and-save-marker)
3908         (org-reinstall-markers-in-region): New function.
3909         (org-move-subtree-down, org-copy-subtree): Remember relative
3910         marker positions before cutting.
3911         (org-move-subtree-down, org-paste-subtree): Restore relative
3912         marker positions after pasting.
3914         * org-remember.el (org-remember-clock-out-on-exit): New option.
3915         (org-remember-finalize): Clock out only if the setting in
3916         `org-remember-clock-out-on-exit' requires it.
3917         (org-remember-handler): Do the cleanup in the buffer, to make sure
3918         that the clock marker remains in tact.
3920 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3922         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3923         (org-clock-in): Make sure that also tasks outside the narrowed
3924         region will be clocked in correctly.
3925         (org-clock-insert-selection-line): Widen the buffer so that we can
3926         find the correct task heading.
3928         * org.el (org-base-buffer): New function.
3930         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3931         and ";" are escaped.
3932         (org-print-icalendar-entries): Also apply
3933         `org-icalendar-cleanup-string' to the headline, not only to the
3934         summary property.
3936 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3938         * org-exp.el (org-export-preprocess-hook): New hook.
3939         (org-export-preprocess-string): Call
3940         `org-export-preprocess-hook'.
3942         * org.el (org-font-lock-hook): New variable.
3943         (org-font-lock-hook): New function.
3944         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3946 ;; Local Variables:
3947 ;; coding: utf-8
3948 ;; add-log-time-zone-rule: t
3949 ;; End:
3951     Copyright (C) 2008  Free Software Foundation, Inc.
3953   This file is part of GNU Emacs.
3955   GNU Emacs is free software: you can redistribute it and/or modify
3956   it under the terms of the GNU General Public License as published by
3957   the Free Software Foundation, either version 3 of the License, or
3958   (at your option) any later version.
3960   GNU Emacs is distributed in the hope that it will be useful,
3961   but WITHOUT ANY WARRANTY; without even the implied warranty of
3962   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3963   GNU General Public License for more details.
3965   You should have received a copy of the GNU General Public License
3966   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3968 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c