1 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-feed.el (org-feed-update): fix problem with non-existing
5 (org-feed-skip-http-headers): New function.
6 (org-feed-get-feed): Call `org-feed-skip-http-headers'.
7 (org-feed-get-feed): Fix command line arguments for curl.
9 2009-06-28 Carsten Dominik <carsten.dominik@gmail.com>
11 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
14 2009-06-27 Carsten Dominik <carsten.dominik@gmail.com>
16 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
19 * org.el (org-map-entries): No longer force
20 `org-tags-match-list-sublevels' to t during a todo-only tags
23 2009-06-26 Carsten Dominik <carsten.dominik@gmail.com>
25 * org-latex.el (org-export-latex-low-levels): Allow user-defined
27 (org-export-latex-subcontent): Handle user-defined environment.
29 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
32 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
35 * org-latex.el (org-export-as-pdf): Protect match data during call
36 to shell-quote-argument.
38 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
39 (org-agenda-view-mode-dispatch): New function.
41 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
43 * org-agenda.el (org-agenda-mode): Reset list of marks.
44 (org-agenda-mode-map): Define new keys for refile and bulk action.
45 (org-agenda-menu): Add menu itesm for refile and bulk action.
46 (org-agenda-refile): New function.
47 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
48 (org-agenda-marked-entries): New variable.
49 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
50 (org-agenda-remove-all-bulk-action-marks)
51 (org-agenda-bulk-action): New functions/commands.
53 2009-06-23 Carsten Dominik <carsten.dominik@gmail.com>
55 * org-exp.el (org-get-file-contents): Protect org-like lines in
57 (org-export-format-source-code-or-example): Remove newlines.
59 * org-latex.el (org-export-latex-links): Check for no-description
62 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
63 argument separator back to comma.
64 (org-export-normalize-links): Mark links without description.
66 2009-06-22 Carsten Dominik <carsten.dominik@gmail.com>
68 * org-exp.el (org-infile-export-plist): Fix bug in macro
71 * org-agenda.el (org-agenda-clock-out): Update line after clocking
73 (org-agenda-highlight-todo): Fix bug with highlighting.
75 2009-06-21 Carsten Dominik <carsten.dominik@gmail.com>
77 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
78 new alignment strings.
80 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
82 (org-table-align): Check for forced align type.
84 * org.el (org-self-insert-command): Add yas/expand to command
87 * org-clock.el (org-clock-in-hook): New hook.
88 (org-clock-in): Run `org-clock-in-hook.
89 (org-clock-out-hook): New hook.
90 (org-clock-out): Run `org-clock-out-hook.
91 (org-clock-cancel-hook): New hook.
92 (org-clock-cancel): Run `org-clock-cancel-hook.
93 (org-clock-goto-hook): New hook.
94 (org-clock-goto): Run `org-clock-goto-hook.
96 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
98 * org.el (org-store-link): Better default description for link to
101 * org-exp.el (org-export-generic): Autoload the generic exporter
103 (org-export): Implement the `g' key for the generic exporter.
105 2009-06-19 Carsten Dominik <carsten.dominik@gmail.com>
107 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
110 * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
112 * org-exp.el (org-infile-export-plist): Get macros also from
115 2009-06-18 Carsten Dominik <carsten.dominik@gmail.com>
117 * org-colview.el (org-columns-capture-view): Protect vertical bars
119 (org-columns-capture-view): Exclude comment and archived trees.
121 * org-colview-xemacs.el (org-columns-capture-view): Protect
122 vertical bars in column values.
123 (org-columns-capture-view): Exclude comment and archived trees.
125 * org.el (org-quote-vert): New function.
127 * org-latex.el (org-export-latex-verbatim-wrap): New option.
129 * org-exp.el (org-export-format-source-code-or-example): Use
130 `org-export-latex-verbatim-wrap'.
132 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
135 * org-html.el (org-export-table-row-tags): New option.
136 (org-format-org-table-html): Rename `nlines' to `nline', use new
140 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
142 * org-exp-blocks.el: Declare functions and variables.
144 * org-remember.el (org-remember-templates): Allow the headline
145 element to be a function.
146 (org-remember-apply-template): If the headline is a function, call
147 it to get the true function.
149 * org-clock.el (org-clock-menu): New function.
150 (org-clock-update-mode-line): Update help string.
151 (org-clock-modify-effort-estimate): New function.
152 (org-clock-mark-default-task): New function.
154 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
156 (org-org-menu): Add new clocking stuff.
157 (org-clock-is-active): New function.
159 2009-06-14 Carsten Dominik <carsten.dominik@gmail.com>
161 * org.el (org-open-non-existing-files): Improve docstring.
163 2009-06-11 Carsten Dominik <carsten.dominik@gmail.com>
165 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
167 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
169 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
171 * org-list.el (org-get-checkbox-statistics-face): Use the new
174 * org-faces.el (org-checkbox-statistics-todo)
175 (org-checkbox-statistics-done): New faces.
177 2009-06-09 Carsten Dominik <carsten.dominik@gmail.com>
179 * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
180 (org-edit-src-exit): Better cursor positioning when returning from
183 * org-latex.el (org-export-latex-use-verb): New variable.
184 (org-export-latex-emph-format): Prefer \texttt over \verb when
185 org-export-latex-use-verb is set.
187 2009-06-08 Carsten Dominik <carsten.dominik@gmail.com>
189 * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
190 at normal indentation.
192 * org-html.el (org-export-html-close-lists-maybe): Also look at
195 * org-remember.el (org-remember-handler): Abort remember if the
198 * org-src.el (org-edit-src-content-indentation): New option.
199 (org-edit-src-exit): Apply extra indentation.
201 * org-exp.el (org-export-format-source-code-or-example): Run
204 * org-src.el (org-src-mode-hook): New variable.
205 (org-edit-src-code): Run `org-src-mode-hook'.
207 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
209 * org.el (org-indent-line-function): Fix indentation of +#end lines.
211 * org-src.el (org-edit-src-get-indentation): New function.
212 (org-edit-src-code): Base indentation on the begin line.
214 2009-06-07 Tassilo Horn <tassilo@member.fsf.org>
216 * org-gnus.el (org-gnus-store-link): Require message.el in
219 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
221 * org-src.el: New file, split out of org.el
223 * org-docbook.el (org-export-as-docbook): Better indentation
226 * org-macs.el (org-replace-match-keep-properties): New function.
228 * org-exp.el (org-export-mark-blockquote-verse-center): Better
229 preprocessing of center and quote and verse blocks.
231 * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
232 (org-export-as-docbook): Close lists when original indentation
235 * org-html.el (org-export-html-close-lists-maybe): New function.
236 (org-export-as-html): Close lists when original indentation
239 * org-list.el (org-list-end): Respect the stored "original"
240 indentation when determining the end of the list.
242 * org-exp.el (org-export-replace-src-segments-and-examples):
243 Remember indentation correctly.
245 2009-06-06 Carsten Dominik <carsten.dominik@gmail.com>
247 * org-clock.el (org-clock-update-mode-line): Apply face
250 * org-faces.el (org-mode-line-clock): New face.
252 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
254 * org-gnus.el (org-gnus-store-link): Fix bug where
255 `org-gnus-store-link' used wrong subject when called in an article
256 buffer. Patch provided by fengli AT gmail DOT com.
258 2009-06-04 Carsten Dominik <carsten.dominik@gmail.com>
260 * org-exp.el (org-export-format-source-code-or-example): Remember
261 the original indentation of source code snippets and examples.
263 * org-latex.el (org-export-as-latex): Relocate the table of
266 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
268 * org-agenda.el (org-run-agenda-series): Scope global options also
269 when creating the agenda buffer.
271 2009-06-03 Carsten Dominik <carsten.dominik@gmail.com>
273 * org.el (org-adapt-indentation): Improve documentation.
274 (org-insert-property-drawer): Respect org-adapt-indentation when
275 inserting the drawer.
276 (org-remove-flyspell-overlays-in): New function.
277 (org-do-emphasis-faces, org-activate-plain-links)
278 (org-activate-code, org-fontify-meta-lines-and-blocks)
279 (org-activate-angle-links, org-activate-footnote-links)
280 (org-activate-bracket-links, org-activate-dates)
281 (org-activate-target-links, org-activate-tags): Remove flyspell
284 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
286 * org.el (org-edit-src-save): New function.
288 * org-clock.el (org-clock-out-switch-to-state): New option.
289 (org-clock-out): Honor `org-clock-out-switch-to-state'.
291 * org-compat.el (org-compatible-face): Improve macro.
293 * org.el (org-global-properties-fixed): Add default for
294 CLOCK_MODELINE_TOTAL.
296 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
298 (org-clock-sum-current-item): Optional argument TSTART, pass it to
300 (org-clock-get-sum-start): New function.
302 * org.el (org-startup-options): New keywords blockhide and
304 (org-mode): Add new invisibility spec.
305 (org-set-startup-visibility): Hide block on startup if so
307 (org-hide-block-startup): New option.
308 (org-block-regexp): New constant.
309 (org-hide-block-overlays): New variable.
310 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
311 (org-show-block-all, org-hide-block-toggle-maybe)
312 (org-hide-block-toggle): New functions.
313 (org-edit-src-exit): Do not quote lines starting with # and no +
315 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
318 2009-05-30 Carsten Dominik <carsten.dominik@gmail.com>
320 * org.el (org-buffer-property-keys): Add Effort property for
323 2009-05-28 Carsten Dominik <carsten.dominik@gmail.com>
325 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
326 when retrieving total clocked time in the subtree.
328 * org.el (org-quoting-blocks): New variable.
330 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
332 * org-table.el (org-table-store-formulas)
333 (org-table-get-stored-formulas, org-table-fix-formulas)
334 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
335 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
337 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
338 indented #+TBLFM line.
340 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
341 indented #+TBLFM line.
343 * org-colview.el (org-dblock-write:columnview): Allow indented
346 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
347 indented #+TBLFM line.
349 * org-clock.el (org-dblock-write:clocktable): Allow indented
352 2009-05-26 Carsten Dominik <carsten.dominik@gmail.com>
354 * org-exp.el (org-export-format-source-code-or-example): Make
355 editing indented blocks work correctly.
357 * org.el (org-edit-src-nindent): New variable.
358 (org-edit-src-code, org-edit-fixed-width-region)
359 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
360 editing indented blocks work correctly.
362 2009-05-24 Carsten Dominik <carsten.dominik@gmail.com>
364 * org-exp.el (org-export-replace-src-segments-and-examples): FInd
366 (org-export-format-source-code-or-example): Fix indentation of
368 (org-export-remove-indentation): New function.
369 (org-export-select-backend-specific-text): Allow backend-specific
371 (org-export-mark-blockquote-verse-center): Allow markers to be
374 * org.el (org-fontify-meta-lines): New function.
375 (org-set-font-lock-defaults): Call the new fontification
378 * org-faces.el (org-meta-line): New face
379 (org-block): New face.
381 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
383 * org.el (org-treat-insert-todo-heading-as-state-change)
384 (org-treat-S-cursor-todo-selection-as-state-change): New
386 (org-insert-todo-heading): Honor
387 `org-treat-insert-todo-heading-as-state-change'.
388 (org-shiftright, org-shiftleft): Honor
389 `org-treat-S-cursor-todo-selection-as-state-change'.
390 (org-inhibit-logging): New variable.
392 2009-05-23 Carsten Dominik <carsten.dominik@gmail.com>
394 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
395 range for marker position checking.
397 * org-latex.el (org-export-latex-first-lines): Fix bug when
400 2009-05-22 Carsten Dominik <carsten.dominik@gmail.com>
402 * org-exp.el (org-export-push-to-kill-ring): Protect using
403 x-set-selection, because that does not always work.
405 * org-agenda.el (org-agenda-list): Apply the new face
406 `org-agenda-date-today'.
408 * org-faces.el (org-agenda-date-today): New face.
410 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
412 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
413 creating appointments.
415 * org-latex.el (org-export-latex-low-levels): Fix customization
418 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
421 * org-agenda.el (org-agenda-priority): Disable priority commands.
423 * org.el (org-enable-priority-commands): New option.
425 * org-colview-xemacs.el (org-columns-compute)
426 (org-columns-number-to-string): Fix problems with empty fields.
428 * org-colview.el (org-columns-compute)
429 (org-columns-number-to-string): Fix problems with empty fields.
431 * org-exp.el (org-export-push-to-kill-ring): New function.
432 (org-export-copy-to-kill-ring): New option.
434 * org-latex.el (org-export-as-latex): Call
435 `org-export-push-to-kill-ring'.
437 * org-html.el (org-export-as-html): Call
438 `org-export-push-to-kill-ring'.
440 * org-docbook.el (org-export-as-docbook): Call
441 `org-export-push-to-kill-ring'.
443 * org-ascii.el (org-export-as-ascii): Call
444 `org-export-push-to-kill-ring'.
446 * org-exp.el (org-export-show-temporary-export-buffer): New
449 * org-latex.el (org-export-as-latex): Use
450 `org-export-show-temporary-export-buffer'.
452 * org-html.el (org-export-as-html): Use
453 `org-export-show-temporary-export-buffer'.
455 * org-docbook.el (org-export-as-docbook): Use
456 `org-export-show-temporary-export-buffer'.
458 * org-ascii.el (org-export-as-ascii-to-buffer): Use
459 `org-export-show-temporary-export-buffer'.
461 * org-exp.el (org-export-show-temporary-export-buffer): New
463 (org-export-push-to-kill-ring): New function.
465 * org-colview.el (org-columns-compile-map): New variable.
466 (org-columns-new, org-columns-compute)
467 (org-columns-number-to-string, org-columns-uncompile-format)
468 (org-columns-compile-format): Implement new operators.
470 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
472 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
474 * org-html.el (org-export-html-xml-declaration): New option.
475 (org-export-as-html): Use `org-export-html-xml-declaration'.
477 * org-list.el (org-update-checkbox-count): Make property
480 * org.el (org-hierarchical-todo-statistics): New option.
481 (org-update-parent-todo-statistics): Modified to handle recursive
484 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
486 * org-publish.el (org-publish): Make this function behave
487 correctly in interactive use when called with a prefix argument.
489 * org.el (org-todo-statistics-hook): New hook.
490 (org-update-parent-todo-statistics): Use new hook.
491 (org-log-into-drawer): New function.
492 (org-add-log-setup): Use the new `org-log-into-drawer' function to
493 determine if we should be logging into a drawer.
494 (org-log-into-drawer): Update docstring.
495 (org-default-properties): Add LOG_INTO_DRAWER as a property.
497 * org-list.el (org-checkbox-statistics-hook): New hook.
498 (org-update-checkbox-count-maybe): Use new hook.
500 * org-ascii.el (org-export-ascii-copy-to-kill): New option.
501 (org-export-as-ascii): Hide export buffer, and copy exported ASCII
504 2009-05-17 Carsten Dominik <carsten.dominik@gmail.com>
506 * org-ascii.el (org-export-as-ascii): Fix bug with match string in
509 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
511 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
512 better bufer-generating mechanism.
513 (org-edit-src-find-buffer): New function.
515 * org-icalendar.el (org-print-icalendar-entries): Don't check for
516 archive tag, this is already done by `org-agenda-skip'.
517 data while constructing lost of tags.
519 2009-05-15 Carsten Dominik <carsten.dominik@gmail.com>
521 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
522 as argument separator in macros.
524 * org-html.el (org-export-as-html): Add xml declaration.
526 2009-05-14 Carsten Dominik <carsten.dominik@gmail.com>
528 * org.el (org-after-sorting-entries-or-items-hook): New hook.
529 (org-sort-entries-or-items): Run the new hook.
530 (org-after-refile-insert-hook): New hook.
531 (org-refile): Run `org-after-refile-insert-hook'.
533 * org-agenda.el (org-agenda-get-progress): Never take time of day
534 from headline when displaying progress.
536 * org-latex.el (org-export-latex-complex-heading-re): New variable.
537 (org-export-as-latex): Force the correct regexp in the
539 (org-export-latex-set-initial-vars): Set
540 `org-export-latex-complex-heading-re'.
542 * org-agenda.el (org-agenda-start-with-log-mode): New option.
543 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
545 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
547 * org-latex.el (org-export-latex-tables-centered): New option.
548 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
550 * org-exp.el (org-export-as-org): New command.
551 (org-export-as-org): New command.
553 * org-publish.el (org-publish-org-to-org): New function.
555 2009-05-12 Carsten Dominik <carsten.dominik@gmail.com>
557 * org.el (org-yank): Just call `org-yank-generic'.
558 (org-yank-generic): New function, containing the formaer
559 functionality of `org-yank'.
561 * org-latex.el (org-export-latex-not-done-keywords)
562 (org-export-latex-done-keywords): New variables.
563 (org-export-latex-todo-keyword-markup): New option.
564 (org-export-latex-set-initial-vars): Remember the TODO keywords.
565 (org-export-latex-keywords-maybe): Apply the TODO markup.
567 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
569 * org-exp.el (org-infile-export-plist): Add more default macros.
570 (org-export-preprocess-apply-macros): Process macro arguments.
572 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
574 * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
576 (org-print-icalendar-entries): Respect the new value of
577 `org-icalendar-include-todo'.
579 * org.el (org-link-try-special-completion)
580 (org-file-complete-link): New functions.
581 (org-insert-link): Add special completion support for some link
584 * org-bbdb.el (org-bbdb-complete-link): New function.
586 2009-05-08 Carsten Dominik <carsten.dominik@gmail.com>
588 * org-list.el (org-update-checkbox-count): Allow recursive
590 (org-hierarchical-checkbox-statistics): New option.
592 * org.el (org-cycle): Remove erraneous space character.
594 * org-icalendar.el (org-icalendar-timezone): Initialize from
597 * org-html.el (org-format-org-table-html): Specify the scope.
598 (org-format-table-table-html): Specify the scope.
599 (org-export-table-header-tags): Prepare the scope parameter.
601 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
604 (org-export-html-table-use-header-tags-for-first-column): New
607 * org.el (org-autoload): Fix autoloading of ascii export
609 (org-modules): Add org-special-blocks.
611 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
613 * org-icalendar.el (org-start-icalendar-file): Use the new option.
614 (org-ical-timezone): New option.
616 * org-exp.el (org-export-get-coderef-format): Use the description
619 * org.el (org-sort-entries-or-items): Improve docstring, and make
620 better implementation for time sorting.
622 2009-05-05 Carsten Dominik <carsten.dominik@gmail.com>
624 * org.el (org-edit-src-persistent-message): New option.
625 (org-edit-src-code, org-edit-fixed-width-region): Use the new
628 * org-clock.el (org-clock-insert-selection-line): Fix prefious
631 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
632 separate buffer instead of indirect buffer to edit source code.
633 (org-edit-src-exit): Make this function work with the new setup.
635 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
636 are properly fontified before shown in the selection menu.
638 * org.el (org-fontify-like-in-org-mode): New function.
640 * org-latex.el (org-export-latex-links): Use the property list to
641 retrieve the default image attributes.
643 * org-exp.el (org-export-plist-vars): Add a new option.
645 2009-05-04 Carsten Dominik <carsten.dominik@gmail.com>
647 * org-exp.el (org-export, org-export-visible): Support ASCII
649 (org-export-normalize-links): Do not protect the description if it
652 * org-ascii.el (org-export-as-ascii-to-buffer)
653 (org-replace-region-by-ascii, org-export-region-as-ascii): New
655 (org-export-as-ascii): Add all the same parameters that are also
656 supported by the other export functions.
658 * org-list.el (org-reset-checkbox-state-subtree): Moved here from
660 (org-reset-checkbox-state-subtree): Call
661 `org-reset-checkbox-state-subtree'.
663 * org-remember.el (org-select-remember-template): For the
664 selection of a valid template.
666 * org-latex.el (org-export-region-as-latex): Supply the
667 force-no-subtree argument.
668 (org-export-as-latex): Provide better limits when exporting the
669 first line. When exporting to string, we still want the first
671 (org-export-latex-first-lines): New argument END, to force the end
673 (org-export-region-as-latex): Use the property list.
674 (org-export-as-latex):
676 * org-colview-xemacs.el (org-columns-remove-overlays)
677 (org-columns): Fix call to `local-variable-p'.
679 2009-05-02 Carsten Dominik <carsten.dominik@gmail.com>
681 * org-html.el (org-export-html-after-blockquotes-hook): New hook.
682 (org-export-as-html): Run the new hook.
684 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
685 (org-export-latex-preprocess): Run the new hook.
687 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
688 (org-export-preprocess-string): Run the new hook.
690 2009-04-30 Carsten Dominik <carsten.dominik@gmail.com>
692 * org-macs.el (org-check-external-command): New defsubst.
694 * org.el (org-mode-map): New key for reload.
695 (org-format-latex): Better error message when external programs
698 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
700 * org.el (org-sort-entries-or-items): Explicit sorting function
701 for priorities, needed for XEmacs compatibility.
703 * org-remember.el (org-remember-apply-template): Improve auto-save
706 2009-04-29 Carsten Dominik <carsten.dominik@gmail.com>
708 * org-latex.el (org-export-latex-preprocess): Also protect
709 environments ending in a star.
711 * org-list.el (org-at-item-p): Fix regular expression.
713 2009-04-24 Carsten Dominik <carsten.dominik@gmail.com>
715 * org.el (org-end-of-subtree): Improve speed.
717 * org-agenda.el (org-agenda-get-timestamps)
718 (org-agenda-get-progress, org-agenda-get-deadlines)
719 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
720 in particular, wait as long as possible to collect the tags.
721 (org-stuck-projects): Improve docstring.
723 * org.el (org-store-link): No errors when getting custom id before
725 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
727 2009-04-23 Carsten Dominik <carsten.dominik@gmail.com>
729 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
731 * org-protocol.el: Remove dependency on url.el.
732 (org-protocol-unhex-compound, org-protocol-open-source): Remove
733 dependency on url.el.
735 * org-latex.el (org-export-as-pdf): Use
736 `org-latex-to-pdf-process'.
738 2009-04-22 Carsten Dominik <carsten.dominik@gmail.com>
740 * org-latex.el (org-latex-to-pdf-process): New option.
742 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
744 (org-agenda-get-timestamps): Honor
745 `org-agenda-skip-additional-timestamps-same-entry'.
747 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
748 (org-clock-goto): Find recent task only if
749 `org-clock-goto-may-find-recent-task' allows it.
751 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
752 drawers, and drawers that are missing the :END: line.
754 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
756 * org-clock.el (org-clock-goto): Go to recently clocked task if no
759 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
761 * org.el (org-update-parent-todo-statistics): Check for
762 STATISTICS_FROM property.
764 * org-list.el (org-update-checkbox-count): Check for
765 STATISTICS_FROM property.
767 * org.el (org-tab-first-hook)
768 (org-tab-after-check-for-table-hook)
769 (org-tab-after-check-for-cycling-hook): New hooks.
770 (org-cycle-internal-global, org-cycle-internal-local): New
771 functions, split out from `org-cycle'.
772 (org-cycle): Call the new hooks.
774 2009-04-19 Carsten Dominik <carsten.dominik@gmail.com>
776 * org-exp.el (org-export-preprocess-string): Reset the list of
777 preferred targets for each run of the preprocessor.
779 * org.el (org-refile-target-verify-function): Improve
781 (org-get-refile-targets): Respect point being moved by the
782 verification function.
784 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
786 (org-export-latex-keywords): Use new option.
788 * org.el (org-rear-nonsticky-at): New defsubst.
789 (org-activate-plain-links, org-activate-angle-links)
790 (org-activate-footnote-links, org-activate-bracket-links)
791 (org-activate-dates, org-activate-target-links)
792 (org-activate-tags): Place the rear-nonsticky properties at the
795 2009-04-18 Carsten Dominik <carsten.dominik@gmail.com>
797 * org-protocol.el (server-edit): Declare `server-edit'.
798 (org-protocol-unhex-string, org-protocol-unhex-compound): New
800 (org-protocol-check-filename-for-protocol): Call `server-edit'.
802 * org.el (org-default-properties): New default properteis for
805 * org-exp.el (org-export-add-subtree-options): Add new properties
808 * org-docbook.el (org-export-docbook-keywords-markup)
809 (org-export-docbook-timestamp-markup): New options.
810 (org-export-docbook-protect-tags): New function.
812 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
814 * org-id.el (org-id-get-with-outline-path-completion): Turn off
815 org-refile-target-verify-function for the duration of the command.
817 * org.el (org-link-to-org-use-id): New possible value
818 `create-if-interactive-and-no-custom-id'.
819 (org-store-link): Use custom IDs.
820 (org-link-search): Find custom ID properties from #link.
821 (org-default-properties): Add CUSTOM_ID for property completion.
822 (org-refile-target-verify-function): New option.
823 (org-goto): Turn off org-refile-target-verify-function
824 for the duration of the command.
826 2009-04-16 Carsten Dominik <carsten.dominik@gmail.com>
828 * org-html.el (org-export-as-html): Use custom IDs in the toc.
830 * org-exp.el (org-export-preferred-target-alist): New variable.
831 (org-export-define-heading-targets): Find the new CUSTOM_ID
833 (org-export-target-internal-links): Target the custom ids when
836 * org-latex.el (org-export-latex-preprocess): Better regexp for
837 matching latex macros with arguments.
839 2009-04-15 Carsten Dominik <carsten.dominik@gmail.com>
841 * org-remember.el (org-remember-handler): Allow filing to non-org
844 2009-04-15 Magnus Henoch <magnus.henoch@gmail.com>
846 * org-feed.el (org-feed-alist): New keyword options.
847 (org-feed-update): Use the new options.
848 (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
849 (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
850 (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
853 * org-table.el (org-table-fix-formulas): Do not change references
855 (org-table-get-remote-range): Convert standard coordinates to RC
858 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
860 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
862 * org-compat.el (org-sha1-string): Function removed.
864 * org.el (org-refile-allow-creating-parent-nodes): New option.
865 (org-refile-get-location): New argument NEW-NODES.
866 (org-refile): Call `org-refile-get-location' with the new
868 (org-refile-get-location): Arrange for adding a new child.
869 (org-refile-new-child): New function.
871 * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
872 an additional span element.
874 * org-clock.el: Fix a number of docstrings.
875 (org-clock-find-position): New argument
876 FIND-UNCLOSED to make the function find an unclosed clock in the
878 (org-clock-in): Call `org-clock-find-position' with the new
879 argument if we might be resuming a clock.
881 2009-04-13 Carsten Dominik <carsten.dominik@gmail.com>
883 * org-latex.el (org-export-latex-display-custom-times): New variable.
884 (org-export-latex-timestamp-markup): New option.
885 (org-export-latex-set-initial-vars): Remember the local value of
886 `org-display-custom-times'.
887 (org-export-latex-content): Process time stamps.
888 (org-export-latex-time-stamps): New function.
890 * org-macs.el (org-maybe-intangible): Add intangible property
891 again to invisible text.
893 2009-04-12 Carsten Dominik <carsten.dominik@gmail.com>
895 * org-exp.el (org-default-export-plist): Handle undefined
898 2009-04-11 Carsten Dominik <carsten.dominik@gmail.com>
900 * org.el (org-sort-entries-or-items): Match TODO keywrds
901 case-sensitively, when sorting.
902 (org-priority): Do not match TODO keywords with wrong case.
904 2009-04-09 Carsten Dominik <carsten.dominik@gmail.com>
906 * org-feed.el (org-feed-update): Bind the variable
909 * org-html.el (org-export-as-html): Start paragraphs after literal
912 * org-docbook.el (org-export-as-docbook): Start paragraphs after
915 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
917 * org.el (org-todo): Honor the NOBLOCKING property.
919 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
922 * org.el (org-scan-tags): Fix bug in tag scanner
924 2009-04-07 Carsten Dominik <carsten.dominik@gmail.com>
926 * org.el (org-modules): Mark obsolete packages.
928 * org-html.el: New file, split out from org-exp.el.
930 * org-icalendar.el: New file, split out from org-exp.el.
932 * org-xoxo.el: New file, split out from org-exp.el.
934 * org-ascii.el: New file, split out from org-exp.el.
936 2009-04-06 Carsten Dominik <carsten.dominik@gmail.com>
938 * org-compat.el (org-find-library-name): New function.
940 * org.el (org-pre-cycle-hook): New hook.
941 (org-cycle): Call the new hook in appropriate places.
942 (org-reload): Only reload files that have been loaded before.
944 2009-04-05 Carsten Dominik <carsten.dominik@gmail.com>
946 * org.el (org-set-font-lock-defaults): Enforxe space or line end
948 (org-todo): When changing TODO state, do matching
950 (org-map-continue-from): New variable.
951 (org-scan-tags): Respect values in `org-map-continue-from'.
952 (org-reload): Make XEmacs compatible.
954 2009-04-04 Carsten Dominik <carsten.dominik@gmail.com>
956 * org-protocol.el (org-protocol-flatten-greedy): New function.
957 (org-protocol-flatten): New function.
959 * org.el (org-open-link-from-string): Pass reference buffer to
961 (org-open-at-point): New optional argument `reference-buffer'.
963 2009-04-03 Carsten Dominik <carsten.dominik@gmail.com>
965 * org.el (org-scan-tags): Make tag scan find headline in first
967 (org-get-refile-targets): Add the naked file name.
968 (org-refile): Store as top-level entry when only file name was
971 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
973 * org.el (org-block-todo-from-children-or-siblings-or-parent):
974 Renamed from org-block-todo-from-children-or-siblings, and
975 enhanced to look for the parent's status as well.
977 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
978 (org-agenda-get-progress): Add first notes line to log entry if so
981 2009-04-02 Carsten Dominik <carsten.dominik@gmail.com>
983 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
984 (org-agenda-cleanup-fancy-diary): Call the new hook.
986 * org-remember.el (org-remember-apply-template): Take the default
987 for the annotation from the :annotation property.
989 * org-mac-message.el (org-mac-message-get-link): Remove the
991 (org-mac-message-get-link): Return the result.
993 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
995 * org.el (org-refile-get-location): Add file name only if not
996 already included in outline path.
998 * org-faces.el (org-n-level-faces): Fix customization type from
1001 * org-exp.el (org-export-headline-levels): Fix customization type
1002 from number to integer.
1004 * org-agenda.el (org-agenda-confirm-kill)
1005 (org-agenda-custom-commands-local-options)
1006 (org-timeline-show-empty-dates, org-agenda-ndays)
1007 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1008 customization type from number to integer.
1010 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
1012 * org-protocol.el: Declare some functions.
1014 * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1015 postion before inserting modified headline.
1017 * org-agenda.el (org-agenda-compare-effort): Honor
1018 `org-sort-agenda-noeffort-is-high'.
1019 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1020 (org-agenda-compare-effort): Implement the "?" operator for
1021 finding entries without effort setting.
1023 * org.el (org-extract-attributes-from-string): New function.
1025 * org-exp.el (org-export-splice-attributes): New function.
1027 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
1029 * org-mouse.el: XEmacs compatibility fixes
1031 * org-docbook.el (org-export-as-docbook): Process footnotes like
1034 * org.el (org-modules): Add org-inlinetasks.el
1035 (org-cycle): Implement limiting level on cycling.
1036 (org-move-subtree-down): Fix bug with swapping subtrees at end of
1039 * org-inlinetask.el: New file.
1041 * org.el (org-emphasis-regexp-components): Allow braces in
1042 emphasis pre and post match.
1044 * org-footnote.el (org-footnote-normalize): When only dorting, do
1045 not insert inline notes at the end.
1047 * org-docbook.el (org-id-find-id-file): Add function declaration.
1049 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1051 * org-docbook.el: New file.
1053 2009-03-28 Carsten Dominik <carsten.dominik@gmail.com>
1055 * org.el (org-reftex-citation): New command.
1057 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
1059 * org-agenda.el (org-agenda-cmp-user-defined): New option.
1060 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1062 (org-entries-lessp): Apply the new sorting option.
1064 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1065 blocker code, when an older sibling has children.
1067 * org-mac-message.el (org-mac-message-get-link): Improve getting
1068 links from multiple selected messages.
1070 2009-03-26 Carsten Dominik <carsten.dominik@gmail.com>
1072 * org-remember.el (org-remember-finalize): Do not set buffer file
1074 (org-remember-handler): Mark buffer as unmodified.
1075 (org-remember-handler): Delete backup file and show message about
1076 remaining backup files.
1077 (org-remember-auto-remove-backup-files): New option.
1079 * org.el (org-store-link): Use buffer name as link description in
1081 (org-ido-switchb): Fix argument bug for completion.
1083 * org-remember.el (org-remember-apply-template): Set local
1084 variable `auto-save-visited-file-name' instead of global one.
1086 2009-03-25 Carsten Dominik <carsten.dominik@gmail.com>
1088 * org-feed.el: Re-write.
1090 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1091 (org-agenda-get-todos): Mark file tags as inherited.
1092 (org-agenda-list): Always search diary lines for a time.
1094 2009-03-24 Carsten Dominik <carsten.dominik@gmail.com>
1096 * org-feed.el (org-feed-assume-stable): New option.
1097 (org-feed-before-adding-hook): New hook.
1099 * org-exp.el (org-export-as-html): Close local lists depending on
1100 indentation, also when starting a table.
1102 * org-remember.el (org-remember-backup-directory)
1103 (org-remember-backup-name): New internal variable.
1105 2009-03-23 Carsten Dominik <carsten.dominik@gmail.com>
1107 * org-clock.el (org-clock-out-if-current): Make buffer detection
1108 work in indirect buffers as well.
1110 * org.el (org-emphasis-regexp-components): Add the exxclamation
1111 mark to the post-emphasis characters.
1113 2009-03-22 Carsten Dominik <carsten.dominik@gmail.com>
1115 * org.el (org-read-date-minibiffer-septup-hook): New hook.
1116 (org-read-date): Run the new hook.
1118 * org-mac-message.el (org-mac-flagged-mail): New group.
1119 (org-mac-mail-account): New variable.
1120 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1123 * org-remember.el (org-remember-backup-directory): New variable.
1124 (org-remember-apply-template): Write file to backup directory.
1126 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
1128 * org-mouse.el (org-mouse-todo-menu): New function.
1129 (org-mouse-todo-keywords): Function removed.
1130 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1132 * org-table.el (org-table-beginning-of-field)
1133 (org-table-end-of-field): New commands
1134 (org-table-previous-field, org-table-beginning-of-field): Better
1136 (orgtbl-setup): Include `M-a' and `M-e'.
1138 * org.el (org-backward-sentence, org-forward-sentence): New
1141 * org-colview.el (org-colview-initial-truncate-line-value): New
1143 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1144 (org-columns): Remember the value of `truncate-lines'.
1146 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1148 (org-columns-remove-overlays): Restore the value of
1150 (org-columns): Remember the value of `truncate-lines'.
1152 * org.el (org-columns-skip-arrchived-trees): New option.
1154 * org-agenda.el (org-agenda-export-html-style): Define color for
1155 org-agenda-done face.
1156 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1157 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1159 * org.el (org-scan-tags): Use the new face.
1161 * org-faces.el (org-agenda-done): New face.
1163 * org.el (org-scan-tags): Test the value org
1164 `org-tags-match-list-sublevels'.
1165 (org-tags-match-list-sublevels): New allowed value: indented.
1167 * org-export-latex.el (org-export-latex-make-header): Apply macros
1170 * org-exp.el (org-export-apply-macros-in-string): New function.
1172 * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1173 with the definition of a checked box.
1175 * org-clock.el (org-clock-find-position): Fix drawer indentations.
1177 * org-export-latex.el (org-export-latex-low-levels): More options
1178 for how to process lower levels in LaTeX.
1179 (org-export-latex-subcontent): Better treatment for lists as a
1180 means of publishing lower levels.
1182 2009-03-20 Carsten Dominik <carsten.dominik@gmail.com>
1184 * org.el (org-set-font-lock-defaults): Use new checkbox face.
1186 * org-faces.el (org-checkbox): New face.
1188 * org-exp.el (org-export-html-preprocess): Only create LaTeX
1189 fragement images if there is an export file.
1191 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
1193 * org-agenda.el (org-stuck-projects): Document that the subtree of
1194 projects that are not stuck will now be searched for stuck
1196 (org-agenda-skip-entry-when-regexp-matches)
1197 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1198 (org-agenda-list-stuck-projects): Use
1199 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1201 * org-export-latex.el (org-export-latex-preprocess): Improve
1204 * org-exp.el (org-export-as-html): Implement centering as a div
1205 rather than a paragraph. Do a better job with line-end in verse
1208 2009-03-17 Carsten Dominik <carsten.dominik@gmail.com>
1210 * org.el (org-open-at-point): Fix tags searches by mouse click.
1212 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
1214 * org-export-latex.el (org-export-latex-preprocess): Implement the
1217 * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1218 from `org-export-mark-blockquote-and-verse'.
1219 (org-export-as-html): Implement the centering markup.
1221 * org-export-latex.el (org-export-latex-tables): Fix vertical
1224 2009-03-15 Carsten Dominik <carsten.dominik@gmail.com>
1226 * org.el (org-read-date-history): New variable.
1227 (org-read-date): Use new history variable.
1228 (org-toggle-heading): Fix bug when used before first headline.
1229 (org-store-log-note): Remove drawer if empty while note is
1231 (org-remove-empty-drawer-at): New function.
1232 (org-check-after-date): New command.
1233 (org-sparse-tree): New sparse tree command "a".
1235 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1237 2009-03-14 Bastien Guerry <bzg@altern.org>
1239 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1240 column and a space, not only a column.
1242 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
1244 * org-export-latex.el (org-export-latex-emphasis-alist): Better
1245 defaults for verbose emphasis.
1246 (org-export-latex-emph-format): New function.
1247 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1249 * org-agenda.el (org-agenda-menu): Add new commands to menu.
1250 (org-agenda-do-date-later, org-agenda-do-date-earlier)
1251 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1252 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1255 * org.el (org-timestamp-change): Move end-time along with start
1258 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
1260 * org-exp.el (org-export-target-internal-links)
1261 (org-export-as-html): Protect links specified as #name.
1263 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
1265 * org.el (org-clone-subtree-with-time-shift): New command.
1267 * org-export-latex.el (org-export-latex-special-chars)
1268 (org-export-latex-treat-sub-super-char): Fix subscript export.
1270 * org-exp.el (org-create-multibrace-regexp): Do not add
1271 backslashes to the class.
1273 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
1275 * org-colview.el (org-columns-map): Better functions for moving up
1276 and down a row, even if `truncate-line' is nil.
1278 * org.el (org-insert-todo-heading): Make sure the keyword is
1279 inserted at the correct position.
1281 * org-publish.el (org-publish-project-alist)
1282 (org-publish-projects, org-publish-org-index): Change default anme
1283 for the index of file names to "sitemap.org".
1285 * org-export-latex.el (org-export-latex-tables): Use
1286 `org-split-string', for Emacs 21 compatibility.
1288 2009-03-09 Carsten Dominik <carsten.dominik@gmail.com>
1290 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1292 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
1294 * org-exp.el (org-export-page-description)
1295 (org-export-page-keywords): New variables.
1296 (org-export-plist-vars): Add entries for :keywords and
1298 (org-infile-export-plist): Parse for new keywords.
1299 (org-get-current-options): Add new keywords
1300 (org-export-as-html): Publish description and keywords.
1302 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1304 (org-agenda-add-entry-text): Honor
1305 `org-agenda-add-entry-text-descriptive-links'.
1307 * org-export-latex.el (org-export-latex-preprocess): Make all
1308 external preprocess functions use a PARAMETER arg.
1310 * org-exp.el (org-export-preprocess-string)
1311 (org-export-select-backend-specific-text)
1312 (org-export-format-source-code-or-example)
1313 (org-format-org-table-html): Support docbook export.
1314 (org-export-preprocess-string): Make all external preprocess
1315 functions use a PARAMETER arg.
1317 2009-03-07 Carsten Dominik <carsten.dominik@gmail.com>
1319 * org-exp.el (org-export-html-style-include-scripts): New option.
1320 (org-export-plist-vars): Add new option
1321 `org-export-html-style-include-scripts'.
1322 (org-export-as-html): Honor new option
1323 `org-export-html-style-include-scripts'.
1324 (org-export-html-scripts, org-export-html-style-default): Fix
1325 xml issues with the Safari browser.
1327 2009-03-06 Carsten Dominik <carsten.dominik@gmail.com>
1329 * org-publish.el (org-publish-attachment): Only copy file when the
1332 2009-03-05 Carsten Dominik <carsten.dominik@gmail.com>
1334 * org-clock.el (org-clocktable-steps): Use inactive time stamps
1335 for clocktable steps.
1337 * org.el (org-additional-option-like-keywords): Add two more
1340 2009-03-04 Carsten Dominik <carsten.dominik@gmail.com>
1342 * org-exp.el (org-export-format-source-code-or-example): Mark
1343 temporary buffer unmodified, so that it will be killed even if
1344 mode like message mode has decided to assign a file name.
1346 * org.el (org-scan-tags): Improve tag inheritance.
1347 (org-scan-tags, org-make-tags-matcher): Make tag comparison
1349 (org-scan-tags): Use the internal tags list instead of creating it
1351 (org-trust-scanner-tags, org-scanner-tags): New variables.
1352 (org-scan-tags): Set `org-scanner-tags'.
1353 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1354 (org-map-entries): Document the possible speedup using scanner
1357 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
1359 * org.el (org-add-planning-info): Fix bug with looking for keyword
1362 * org-agenda.el (org-agenda-custom-commands-local-options): Add
1363 option for tags filter preset.
1364 (org-prepare-agenda): Store filter preset as a property on the
1366 (org-finalize-agenda): Call the filter, if there is a preset.
1367 (org-agenda-filter-by-tag): Filter again after clearing the
1368 filter, when there still is a preset.
1369 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1370 Include the preset filter.
1371 (org-agenda-redo): Apply the filter again, also the preset filter.
1373 * org-exp.el (org-export-as-html): Use IDs in the correct way.
1375 * org.el (org-uuidgen-p): New funtion.
1377 * org-agenda.el (org-agenda-fontify-priorities): New default value
1379 (org-agenda-fontify-priorities): Renamed from
1380 org-fontify-priorities.
1382 * org.el (org-set-font-lock-defaults): Call
1383 `org-font-lock-add-priority-faces'.
1384 (org-font-lock-add-priority-faces): New function.
1386 * org-faces.el: (org-set-tag-faces): New option.
1387 (org-priority-faces): New variable.
1389 * org-exp.el (org-export-as-html): Add a "content" div around the
1390 entire content of the body tag.
1391 (org-export-html-get-bibliography): New function.
1392 (org-export-html-validation-link): New variable.
1393 (org-export-as-html): Add validation link to exported page.
1395 * org.el (org-match-sparse-tree): Renamed from
1396 `org-tags-sparse-tree'.
1397 (org-tags-sparse-tree): New alias.
1399 2009-03-02 Carsten Dominik <carsten.dominik@gmail.com>
1401 * org.el (org-get-valid-level): Catch the case where the level
1404 * org-clock.el (org-clock-find-position): Better indentation of
1407 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
1409 * org-agenda.el (org-agenda-quit): Delete window only when the
1410 frame-setup was not `current-window'.
1412 * org.el (org-tag-persistent-alist): New option.
1413 (org-startup-options): Add keyword `noptag'.
1414 (org-fast-todo-selection): Handle :newline correctly.
1415 (org-set-tags): Handle :newline correctly.
1416 (org-fast-tag-selection): Handle :newline correctly.
1418 2009-02-28 Carsten Dominik <carsten.dominik@gmail.com>
1420 * org-exp.el (org-export-as-ascii): Reverse link buffer before
1422 (org-export-ascii-push-links): Fix bug with pussing links into the
1425 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
1427 * org-archive.el (org-archive-subtree): Do not add 1 to level if
1428 pasting at top level.
1430 * org-bbdb.el: Improve documentation.
1432 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
1434 * org-list.el (org-insert-item): Only consider insert empty lines
1435 is `org-empty-line-terminates-plain-lists' is not nil.
1437 * org.el (org-blank-before-new-entry): Mention the dependence on
1438 `org-empty-line-terminates-plain-lists' in the docstring.
1440 * org-publish.el (org-publish-get-project-from-filename): New
1441 optional argument UP. Only find the top project if UP is set.
1442 (org-publish-current-project): Find the top encloding project.
1444 * org-agenda.el (org-agenda-before-write-hook)
1445 (org-agenda-add-entry-text-maxlines): New options.
1446 (org-write-agenda): Run the new hook in the temporary buffer.
1447 (org-agenda-add-entry-text): New function.
1448 (org-write-agenda): Implement PDF export, using ps2pdf.
1450 * org.el (org-global-properties-fixed, org-global-properties):
1451 Improve documentation string.
1453 * org-exp.el (org-export-ascii-links-to-notes): New option.
1454 (org-export-as-ascii): Handle links better.
1455 (org-export-ascii-wrap, org-export-ascii-push-links): New
1458 2009-02-25 Carsten Dominik <carsten.dominik@gmail.com>
1460 * org-agenda.el (org-agenda): Make prefix arg optional.
1461 (org-agenda-search-headline-for-time): New option.
1462 (org-format-agenda-item): Honor
1463 `org-agenda-search-headline-for-time'.
1465 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1468 * org.el (org-self-insert-cluster-for-undo): New option.
1469 (org-self-insert-command): Cluster undo for 20 characters.
1470 (org-self-insert-command-undo-counter): New variable.
1472 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
1474 * org-exp.el (org-export-as-html): Fix problem with closing colone
1477 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
1479 * org-export-latex.el (org-export-as-latex)
1480 (org-export-latex-first-lines): Avoid modification flag when
1481 adding or removing text properties.
1482 (org-export-latex-fontify): Catch error when org-emph-alist has
1483 entries that are not defined for LaTeX export.
1485 * org.el (orgstruct++-mode): New function.
1486 (turn-on-orgstruct++): Call `orgstruct++-mode'.
1487 (org-context-p): Allow detecting item context after the first line
1489 (orgstruct-make-binding): Detect if item-body context should be
1491 (orgstruct-is-++): New variable.
1492 (org-add-planning-info): Catch the case when there is no planning
1493 info yet and the call does not want to add anything, only maybe
1494 tries to remove something.
1495 (org-special-ctrl-a/e): All value to be a cons cell with separate
1496 settings for `C-a. and `C-e'.
1497 (org-beginning-of-line, org-end-of-line): Honor separate values
1498 for `C-a' and `C-e'.
1500 2009-02-21 Carsten Dominik <carsten.dominik@gmail.com>
1502 * org.el (org-reload): New command.
1504 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
1506 * org-exp.el (org-export-htm-get-tag-class-name)
1507 (org-export-htm-get-todo-kwd-class-name): New functions.
1508 (org-export-html-tag-class-prefix)
1509 (org-export-html-todo-kwd-class-prefix): New options.
1510 (org-export-as-html): Call
1511 `org-export-html-get-todo-kwd-class-name'.
1512 (org-html-level-start): Wrap tags into classes.
1513 (org-export-html-get-tag-class-name)
1514 (org-export-html-get-todo-kwd-class-name): New functions.
1516 * org-export-latex.el (org-export-latex-collect-header-macros):
1517 Remove fields that are used anyway.
1518 (org-export-latex-make-header): Insert the options earlier.
1520 * org-agenda.el (org-agenda-get-progress): Fix bug with state
1523 * org-list.el (org-indent-item): Allow point to be at the end of
1526 * org.el (org-metaleft, org-metaright): Be more accurate about
1527 detecting a region where commands apply.
1529 * org-compat.el (org-cursor-to-region-beginning): New function.
1531 * org.el (org-priority): Also find invisible heading.
1533 * org-colview-xemacs.el (org-columns-edit-value): No special
1534 treatment for `org-todo' prefix.
1536 * org-colview.el (org-columns-edit-value): No special treatment
1537 for `org-todo' prefix.
1539 * org-remember.el (org-remember-apply-template): Use
1540 `org-completing-read-no-ido'.
1542 * org.el (org-completing-read-no-ido): New function.
1543 (org-make-tags-matcher, org-set-property): Use
1544 `org-completing-read-no-ido'.
1546 * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1548 (org-export-as-latex): Import in-buffer settings as TeX macros.
1549 (org-export-latex-make-header): Additional parameter OPT-DEFS.
1550 (org-export-latex-collect-header-macros): New function.
1552 * org.el (org-refile-get-location): Turn off
1553 `partial-completion-mode'.
1555 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
1557 * org.el (org-block-todo-from-checkboxes): Announce that
1558 checkboxes are the culprit.
1559 (org-block-todo-from-children-or-siblings): Call
1560 `org-up-heading-all instead' of `outline-up-heading'.
1562 * org-agenda.el (org-agenda-show-1): Renamed from
1564 (org-agenda-show): Re-install the old version for now.
1565 (org-agenda-dim-blocked-tasks): Update docstring. Scope a
1566 variable into the blokker hook, so that the checkbox checker can
1567 anounce that it caused the blocking.
1569 * org.el (org-track-ordered-property-with-tag): New option.
1570 (org-toggle-ordered-property): Honor
1571 `org-track-ordered-property-with-tag'.
1572 (org-tag-alist): Add newline options.
1573 (org-set-regexps-and-options): Separate option lines imply a
1575 (org-set-regexps-and-options, org-assign-fast-keys)
1576 (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1578 (org-indent-line-function): Make sure this works even if there is
1579 not `org-drawer-regexp' defined. This can happen when
1580 orgstruct-mode is used in a non-org buffer.
1582 * org-list.el (org-checkbox-blocked-p): New function.
1583 (org-toggle-checkbox): Check for blocking.
1585 * org.el (org-modules): Add an entry for org-R.el.
1587 * org-agenda.el (org-agenda-todo-ignore-with-date)
1588 (org-agenda-todo-ignore-scheduled)
1589 (org-agenda-todo-ignore-deadlines): Mention the variable
1590 `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1592 * org.el (org-get-wdays): Find the warning period also if it is in
1594 (org-ido-completing-read): Provide the correct arguments to
1595 ido-completing-read and bind `ido-enter-matching-directory' to
1598 2009-02-17 Carsten Dominik <carsten.dominik@gmail.com>
1600 * org.el (org-olpath-completing-read): Never use ido for this
1603 * org-exp.el (org-export-normalize-links): Use new macro.
1605 * org-macs.el (org-if-unprotected-at): New macro.
1607 * org-agenda.el (org-agenda-show): Allow numerical prefix
1608 arguments to specify how much context should be shown.
1609 (org-agenda-cycle-show): New command, could be bound to SPC in
1610 org-agenda-mode-map.
1612 * org-exp.el (org-html-level-start): Space after section number.
1614 2009-02-16 Carsten Dominik <carsten.dominik@gmail.com>
1616 * org-agenda.el (org-agenda-get-sexps): Add todo state as
1617 property, for sorting.
1618 (org-cmp-todo-state): Get the applicable TODO keywords directly
1620 (org-run-agenda-series, org-agenda-list, org-search-view)
1621 (org-todo-list, org-tags-view): Only fit agenda window when the
1622 whole series is done.
1624 * org.el (org-scan-tags): Add todo state as property, for sorting.
1626 * org-agenda.el (org-agenda-custom-commands-local-options): Add
1627 `org-agenda-overriding-header' as an option.
1628 (org-agenda-list): Honor org-agenda-overriding-header'.
1630 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
1632 * org-list.el (org-toggle-checkbox): Improve cursor positioning
1633 after removing a checkbox.
1635 * org.el (org-show-entry): Make this work correctly also if it is
1636 the last entry in the file.
1637 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1638 falling back to normal, default command.
1639 (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1640 item, call the checkbox toggler to get a box.
1642 * org-list.el (org-toggle-checkbox): Make double prefix set the
1644 (org-fix-bullet-type): Only replace bullet if it is changed.
1645 (org-renumber-ordered-list): Handle case when first item does not
1648 * org.el (org-add-log-setup): Fix positioning when
1649 `org-log-states-order-reversed' is nil.
1651 * org-clock.el (org-clock-in): Fix positioning when
1652 `org-log-states-order-reversed' is nil.
1653 (org-clock-find-position): Fix positioning when
1654 `org-log-states-order-reversed' is nil.
1656 2009-02-14 Carsten Dominik <carsten.dominik@gmail.com>
1658 * org-clock.el (org-clock-into-drawer): Take default from
1659 `org-log-into-drawer'.
1660 (org-clock-find-position): Look for the correct drawer.
1662 * org.el (org-log-into-drawer): Renamed from
1663 `org-log-state-notes-into-drawer'.
1664 (org-log-state-notes-into-drawer): New variable alias.
1665 (org-add-log-setup): Make drawer name default to LOGBOOK, not
1667 (org-insert-property-drawer): Also skip LOGBOOK drawers.
1669 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
1671 * org-agenda.el (org-agenda): Fix docstring.
1673 * org.el ("org-plot"): Help loading org-plot.
1674 (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1675 (org-metadown-hook, org-shiftmetaleft-hook)
1676 (org-shiftmetaright-hook, org-shiftmetaup-hook)
1677 (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1678 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1679 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1680 (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1682 * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1683 for selecting files with any (and even without) extension.
1685 * org.el (org-save-all-org-buffers): Also save id locations.
1686 (org-revert-all-org-buffers): Also load id locations.
1688 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
1689 * org.el (org-drawers): Add LOGBOOK to the default drawers.
1690 (org-log-state-notes-into-drawer): New option.
1691 (org-add-log-setup): Place the sate note marker into the drawer,
1692 create drawer when necessary.
1693 (org-refile-targets): Document special interpretation of LEVEL
1694 when odd-levels are used.
1696 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
1698 * org.el (org-store-log-note): Fix note indentation when adding
1699 notes to end of list.
1701 * org-exp.el (org-export-as-html): Add TODO keyword as extra
1702 class, so that each keyword can get special colors through CSS.
1704 * org-clock.el (org-clock-out): Add another nil for the previous
1705 state into the call to `org-add-log-setup'.
1707 * org.el (org-log-note-previous-state): New variable.
1708 (org-log-note-headings): New %S escape for old state.
1709 (org-todo): Call the note setup with the old state as an
1711 (org-add-note): Add another nil for the previous state into the
1712 call to `org-add-log-setup'.
1713 (org-add-log-setup): New argument PREV-STATE.
1714 (org-add-log-note): Handle new %S escape.
1715 (org-store-log-note): Handle new %S escape.
1717 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
1719 * org-clock.el (org-clock-find-position): Do not swallow an item
1720 less indented than the CLOCK line itself.
1721 (org-clock-in): Push markers to lin after the clock line.
1722 (org-clock-find-position): Handle values of
1723 `org-clock-into-drawer' smaller than 2.
1725 * org-exp.el (org-html-level-start): Add a CSS class to section
1727 (org-export-html-toplevel-hlevel): Better documentation of the
1728 influence of this variables on H levels and css classes in
1731 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
1733 * org-agenda.el (org-agenda-custom-commands-local-options): Add
1734 timestamp and nottimestamp to the chooe menu.
1736 * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1737 (org-revert-all-org-buffers): New command.
1739 2009-02-09 Carsten Dominik <carsten.dominik@gmail.com>
1741 * org.el (org-return): Implement `org-return-follows-link' in the
1742 function org-return. This is more robust than using the mouse
1744 (org-set-regexps-and-options): Match more general #+TODO lines.
1745 (org-make-options-regexp): New optional argument EXTRA, for an
1747 (org-tab-follows-link): Mark as deprecated.
1749 2009-02-07 Carsten Dominik <carsten.dominik@gmail.com>
1751 * org-exp.el (org-export-preprocess-string): Remove clock lines
1752 earlier, so that they cannot cotribute to verbatim snippets.
1754 2009-02-06 Carsten Dominik <carsten.dominik@gmail.com>
1756 * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1757 for finding drawers.
1758 (org-export-as-ascii, org-export-as-html): Count levels relative
1759 to the subtree header.
1760 (org-get-min-level): New optional argument OFFSET.
1761 (org-export): Make sure point is restored after popping up that
1764 * org.el (org-do-sort): Also take an inactive timestamp if no
1765 active one is found.
1767 * org-colview-xemacs.el (org-columns-capture-view): Copy before
1768 deleting duplicates.
1770 * org-colview.el (org-columns-capture-view): Copy before
1771 deleting duplicates.
1773 * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1774 text before first headline.
1776 * org.el (org-format-latex): Do not convert LaTeX fragments in
1779 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
1781 * org-exp.el (org-export-html-style-default): Use color values
1782 instead of names for XHTML validation.
1784 * org.el (org-get-scheduled-time, org-get-deadline-time): New
1786 (org-return-follows-link): Revert making this the default untile
1787 issues are resolved.
1789 * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1792 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
1794 * org.el (org-mode): Make dependence stuff work more reliably.
1795 (org-update-parent-todo-statistics): Fix bug with updating
1798 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1799 ~ as verbatim delimiters.
1801 * org-exp.el (org-export-html-format-image): New argument
1803 (org-export-as-html): Pass par-open to
1804 `org-export-html-format-image'.
1806 2009-02-01 Carsten Dominik <carsten.dominik@gmail.com>
1808 * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1809 (org-use-fast-todo-selection, org-tags-column): New default
1810 setting for variables, based on a poll what typical uses use.
1812 * org-agenda.el (org-agenda-sorting-strategy)
1813 (org-agenda-tags-column): New default setting for variables, based
1814 on a poll what typical uses use.
1816 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
1818 * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1819 blocked entries from setting the blocked tag.
1821 * org-exp.el (org-export-html-footnotes-section): Use a more
1822 consistent id for footnotes.
1824 * org-export-latex.el (org-export-latex-classes): Remove the
1825 a4paper option from the default styles.
1827 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
1829 * org.el (org-enforce-todo-checkbox-dependencies): New option.
1830 (org-block-todo-from-checkboxes): New function.
1831 (org-todo): Make tripple prefix arg circumvent blocking.
1833 * org-timer.el (org-timer): Provide the timer feature.
1835 * org.el (org-require-autoloaded-modules): Add a few more files to
1836 the list of autoloaded modules.
1838 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1840 2009-01-29 Carsten Dominik <carsten.dominik@gmail.com>
1842 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1843 drawers that are unprotected.
1844 (org-export-html-format-image): Make sure inlined LaTeX fragment
1845 images remain inlined.
1847 * org.el (org-toggle-ordered-property): New function.
1848 (org-mode-map): Add a key for `org-toggle-ordered-property'.
1849 (org-org-menu): Add menu entries for TODO dependencies.
1851 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
1853 * org.el (org-default-properties): Add ORDERED to the default
1854 properties, to get completion support for it.
1856 * org-list.el (org-update-checkbox-count): Update more than one cookie.
1858 * org.el (org-update-parent-todo-statistics): Update more than one
1861 * org-agenda.el (org-agenda-get-todos): Start search from correct
1864 * org.el (org-fast-todo-selection): Make sure TODO selection does
1865 not change buffer position.
1867 * org-list.el (org-toggle-checkbox): Implement adding or removing
1868 checkboxes from line or region when called with a prefix
1871 * org-rmail.el (org-rmail-store-link): Protect the call to
1872 `rmail-narrow-to-non-pruned-header'.
1874 * org-clock.el (org-clock-special-range): Fix week display in
1877 * org-exp.el (org-get-current-options): Fix bug when in indirect
1880 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
1882 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1883 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1884 (org-agenda-dim-blocked-tasks): New function.
1886 * org.el (org-enforce-todo-dependencies): New option.
1887 (org-block-todo-from-children-or-siblings): New function.
1889 * org-faces.el (org-agenda-dimmed-todo-face): New face.
1891 * org.el (org-todo): Return correct state type even if the blocker
1893 (org-modifier-cursor-error): Renamed from
1894 `org-shiftcursor-error'.
1895 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1896 (org-shiftmetadown): Call `org-modifier-cursor-error'.
1898 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1899 to get real errors from the blocker hook.
1901 * org.el (org-shiftselect-error, org-call-for-shift-select): New
1903 (org-set-visibility-according-to-property): Turn off the setting
1904 of `org-show-entry-below', to avoid overruling a FOLDED visibility
1907 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
1909 * org.el (org-support-shift-select): New option.
1910 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1911 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1912 selection outside contexts.
1914 * org-list.el (org-at-item-bullet-p): New function.
1916 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1919 * org-footnote.el (org-footnote-normalize): Remove unnecessary
1921 (org-insert-footnote-reference-near-definition): Remove
1922 unnecessary let form.
1924 * org-export-latex.el (org-export-latex-first-lines): Add
1925 OPT-PLIST parameter.
1926 (org-export-as-latex): Call `org-export-latex-first-lines' with
1927 opt-plits parameter.
1928 (org-export-latex-preprocess): Remove unnecessary variables.
1930 * org-exp.el (org-infile-export-plist)
1931 (org-export-add-options-to-plist, org-export-kill-licensed-text)
1932 (org-export-remove-headline-metadata)
1933 (org-export-get-title-from-subtree, org-get-min-level)
1934 (org-html-do-expand): Remove innecessary let form.
1936 * org-colview-xemacs.el (org-columns-display-here): Remove
1937 unnecessary variables.
1939 * org-colview.el (org-columns-display-here): Remove unnecessary
1942 * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1945 * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1946 unnecessary variables.
1948 * org-agenda.el (org-search-view, org-agenda-get-blocks)
1949 (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1952 * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1953 (org-compact-display-after-subtree-move): Remove unnecessary
1955 (org-edit-fixed-width-region): Remove unnecessary variables.
1956 (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1957 (org-olpath-completing-read): Remove unnecessary variable.
1958 (org-auto-repeat-maybe): Remove unnecessary variable.
1959 (org-map-entries): Remove unnecessary variable.
1960 (org-buffer-property-keys, org-imenu-get-tree)
1961 (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1963 -----------------------------------------------------------------
1965 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
1966 * org-exp.el (org-export-remove-timestamps): Never remove
1967 timestamps from tables.
1969 * org-export-latex.el (org-export-latex-first-lines): Add more
1970 options to the preprocessing of the text before the first
1973 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
1975 * org-faces.el (org-clock-overlay): Make face compatible with
1978 * org.el (org-yank): Add property for delete-selection mode.
1980 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
1982 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
1985 * org-table.el (org-table-insert-hline): Fix typo in fuction call
1988 * org-exp.el (org-export-as-html): Remove the initial space from
1991 * org.el (org-scan-tags): Call
1992 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
1994 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
1995 customization groups.
1996 (org-agenda-tags-todo-honor-ignore-options): New option.
1997 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
1999 (org-agenda-get-todos): Use
2000 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2002 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
2004 * org-exp.el (org-export-format-source-code-or-example): Escape
2005 HTML characters also in examples that anre not treated with
2006 htmlize. Also, just switch to EXAMPLE processing if we do not
2007 have a good version of htmlize.
2009 * org-rmail.el: Fix copyright notice.
2011 * org.el (org-activate-footnote-links): Improve footnote link
2014 * org-footnote.el (org-footnote-normalize): Fix finding the end of
2015 a footnote definition at the end of the file.
2017 * org-table.el (org-table-get-specials): Add an imagined hline at
2018 the end of the table. This can be useful for references that want
2019 to go to the end of the table. Also fix bug when computing last
2020 row constants, in tables that do not start right at the right
2022 (org-table-eval-formula): Match and replace remove references.
2023 (org-table-formula-substitute-names): Make sure that names inside
2024 a "remote" call are left alone, the will be replaced later when
2025 the remote call is handled.
2026 (org-table-convert-refs-to-rc): Do not convert things that might
2027 look like a reference, but are really part of an ID or namei n a
2029 (org-table-get-remote-range): New function.
2031 2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
2033 * org-faces.el (org-clock-overlay): Fix bug in face definition.
2035 * org-clock.el (org-clock-put-overlay): Use new face instead of
2036 `secondary-selection'.
2038 * org-faces.el (org-clock-overlay): New face.
2040 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
2042 * org-exp.el (org-get-current-options): Include the option for
2043 publishing time stamps.
2045 * org.el (org-toggle-heading): Renamed from
2046 `org-toggel-region-headings'.
2047 No longer needs a region defined, but will use it if there is one.
2048 (org-ctrl-c-star): Simplified, relying more on the internal
2049 workings of `org-toggle-heading'.
2050 (org-toggle-item): Renamed from `org-toggle-region-items'.
2051 No longer needs a region defined, but will use it if there is one.
2052 (org-ctrl-c-minus): Simplified, relying more on the inernal
2053 workings of `org-toggle-item'.
2055 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2056 environment detection. Also, do real changes only in unprotected
2059 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
2061 * org-export-latex.el (org-export-latex-quotation-marks): Use
2062 `org-if-unprotected-1'.
2063 (org-export-latex-set-initial-vars): Check for class definition in
2066 * org-macs.el (org-if-unprotected-1): New macro.
2068 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
2070 * org-compat.el (org-count-lines): New function.
2072 * org-exp.el (org-export-format-source-code-or-example): Handle
2073 switches related to text areas.
2075 * org.el (org-activate-footnote-links): Don't allow match inside a
2078 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2080 * org-export-latex.el (org-export-latex-links): Keep a relative
2081 path relative also after export.
2083 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2085 * org.el (org-make-tags-matcher): Never use IDO for completing the
2086 tags matcher match string.
2087 (org-completing-read): Also remove the special biding for "?".
2089 * org-attach.el (org-attach-allow-inheritance): New option.
2090 (org-attach-inherited): New variable.
2091 (org-attach-dir): Handle properties related to the attachment
2093 (org-attach-check-absolute-path): New function.
2094 (org-attach-set-directory, org-attach-set-inherit): New commands.
2095 (org-attach): Accommodate the new commands in the dispatcher.
2097 2009-01-18 Carsten Dominik <carsten.dominik@gmail.com>
2099 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2100 `window-full-width-p'.
2102 * org-exp.el (org-export-as-html): Only check for images files
2103 that really can be inlined
2105 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2106 list of extensions to be a parameter.
2108 * org-exp.el (org-export-html-inline-image-extensions): New
2111 * org-agenda.el (org-prepare-agenda): Use
2112 `org-agenda-block-separator'.
2113 (org-agenda-block-separator): New option.
2115 2009-01-17 Carsten Dominik <carsten.dominik@gmail.com>
2117 * org-export-latex.el (org-export-latex-tables): Call
2118 `org-table-clean-before-export' with the new optional argument.
2120 * org-exp.el (org-table-clean-before-export): New optional
2121 parameter MAYBE-QUOTED, allows for quoted characters like \# in
2124 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
2126 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2129 * org-colview.el (org-colview-construct-allowed-dates): Better
2130 error catching when a date/time property does not have allowed
2133 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2134 Better error catching when a date/time property does not have
2135 allowed values defined.
2137 2009-01-14 Carsten Dominik <carsten.dominik@gmail.com>
2139 * org.el (org-map-entries): Restore point and restriction after
2142 2009-01-13 Carsten Dominik <carsten.dominik@gmail.com>
2144 * org.el (org-time=, org-time<, org-time<=, org-time>)
2145 (org-time>=, org-time<>): Make sure both values are dates.
2147 2009-01-11 Carsten Dominik <carsten.dominik@gmail.com>
2149 * org-archive.el (org-extract-archive-heading): Allow %s for file
2150 name also in achive location heading.
2152 2009-01-10 Carsten Dominik <carsten.dominik@gmail.com>
2154 * org-archive.el (org-add-archive-files): Uniquify the list before
2157 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
2159 * org-compat.el (org-fit-window-to-buffer): Use
2160 `window-full-width-p'.
2162 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2163 space after the colon in short examples.
2165 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2166 enforce a space after the colon. However, we also allow lines
2167 that are *only* a colon.
2168 (org-export-as-html): Enforce the space after the colon in short
2170 (org-export-preprocess-string): Do the colon example protection
2172 (org-export-remove-timestamps): Do not check for protection at the
2175 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
2177 * org.el (org-format-latex-options): Add new matcher for single
2178 letters between dollars.
2179 (org-get-header): Function removed.
2180 (org-heading-components): New function.
2182 * org-exp.el (org-export-define-heading-targets): Record ID's also
2183 as alternative targets.
2184 (org-export-as-html): Interpret "id:" links to other files by
2185 preserving the relative path.
2187 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2190 * org-exp.el (org-export-normalize-links): Protect the main link,
2191 to avoid special character processing.
2193 * org-export-latex.el (org-export-latex-special-keyword-regexp):
2195 (org-export-latex-special-string-regexps): Variable removed.
2196 (org-export-latex-keywords): Use the new regexp.
2198 * org-exp.el (org-export-handle-include-files): Fetch switches and
2199 put them into the BEGIN statement.
2201 * org-timer.el (org-timer-mode-line-string): New variable.
2203 * org-clock.el (org-clock-mode-line-map): Renamed from
2204 `org-clock-mode-map'.
2205 (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2206 (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2207 (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2208 (org-clock-remove-overlays): Renamed from
2209 `org-remove-clock-overlays'.
2211 * org-timer.el (org-timer-pause-or-continue): Implement stopping
2212 and mode line display.
2213 (org-timer-stop): New command.
2214 (org-timer-seconds): Return correct time when timer is paused.
2215 (org-timer-mode-line-timer): New variable.
2216 (org-timer-set-mode-line, org-timer-update-mode-line): New
2219 * org.el (org-insert-heading): Handle new value `auto' for
2220 `org-blank-before-new-entry'.
2221 (org-org-menu): Add new items for timer functions.
2223 * org-list.el (org-insert-item): Handle new value `auto' for
2224 `org-blank-before-new-entry'.
2226 * org.el (org-blank-before-new-entry): New value `auto', made
2229 2009-01-07 Carsten Dominik <carsten.dominik@gmail.com>
2231 * org-exp.el (org-export-normalize-links): If the link is also
2232 used as the description, protect the description.
2234 2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
2236 * org.el (org-closest-date): Fix bug with yearly repeats, in
2237 combination with preference of the past as it is used for deadline
2238 and scheduling search.
2240 * org-exp.el (org-html-handle-time-stamps): No longer check for
2241 the `org-export-with-timestamps' option, because the preprocesser
2242 has taken care of this already.
2244 * org.el (org-entry-properties): Catch the case when this is
2245 called in a non-org-mode file.
2247 * org-export-latex.el (org-export-latex-remove-from-headlines):
2248 Variable made obsolete, also LaTeX export now uses the standard
2250 (org-export-as-latex): Add the timestamps parameter to the
2251 preprocessor parameter list.
2252 (org-export-latex-content): Export the remaining keywords without
2253 considering to remove them.
2254 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2255 Use bold font instead of tt font for the keywords.
2256 (org-export-latex-fontify-headline): Format headlines, assuming
2257 that all keywords still present should be published.
2258 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2259 publish what ever remains of the time stamps.
2260 (org-export-latex-list-parameters): New option.
2261 (org-export-latex-lists): Pass additional parameters to the list
2264 * org-exp.el (org-export-preprocess-string): Remove clock lines
2265 and timestamps already in the preprocesor.
2266 (org-export-remove-timestamps, org-export-remove-clock-lines): New
2268 (org-export-as-ascii, org-export-as-html): Add the timestamps
2269 parameter to the preprocessor parameter list.
2271 * org-list.el (org-list-parse-list): Parse for checkboxes.
2272 (org-list-to-generic): Introduce and handle new parameters :cbon
2274 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2275 optional parameter PARAMS.
2277 * org-export-latex.el (org-export-latex-special-chars): Fix
2278 problems with interpreting dollar signs.
2279 (org-inside-latex-math-p): New function.
2280 (org-export-latex-preprocess): Protect all the math fragments.
2282 * org.el (org-latex-regexps): Allow a dash after a dollar.
2284 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2287 * org-agenda.el (org-run-agenda-series): Have series options set
2288 when finalizing the agenda.
2290 * org-exp.el (org-export-format-source-code-or-example): Protect
2291 the converted examples.
2293 * org.el (org-set-regexps-and-options): Fix the regexp
2294 `org-complex-heading-regexp'.
2296 2009-01-05 Carsten Dominik <carsten.dominik@gmail.com>
2298 * org.el (org-edit-src-get-label-format): New function.
2299 (org-coderef-label-format): New option.
2300 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2301 a label format specification and make sure it is used in the edit
2303 (org-edit-src-get-label-format): New function.
2304 (org-store-link): Handle new coderef formats.
2305 (org-link-search): Handle new coderef formats.
2307 * org-footnote.el (org-footnote-create-definition)
2308 (org-footnote-goto-local-insertion-point): Make footnote insertion
2309 work correctly when the "Footnotes" headline is the last line in
2312 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2315 2009-01-04 Carsten Dominik <carsten.dominik@gmail.com>
2317 * org-w3m.el (org-w3m): New customization group.
2318 (org-w3m-deactivate-mark): New option.
2319 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2322 2009-01-02 Carsten Dominik <carsten.dominik@gmail.com>
2324 * org.el (org-set-font-lock-defaults): Trigger footnote
2326 (org-activate-footnote-links): New function.
2327 (org-activate-links): New entry `footnote'.
2329 * org-faces.el (org-footnote): New face.
2331 2009-01-01 Carsten Dominik <carsten.dominik@gmail.com>
2333 * org-macs.el (org-re): Handle the [:word:] class.
2335 * org-exp.el (org-export-preprocess-string): Call
2336 `org-export-protect-colon-examples'.
2337 (org-export-protect-colon-examples): Renamed from
2338 `org-export-protect-examples', and scope limited to lines starting
2341 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
2343 * org-exp.el (org-export-preprocess-string): Move the preprocess
2344 hook to after turning on Org-mode.
2345 (org-export-preprocess-after-include-files-hook)
2346 (org-export-preprocess-after-tree-selection-hook)
2347 (org-export-preprocess-before-backend-specifics-hook)
2348 (org-export-preprocess-final-hook): New hooks.
2349 (org-export-preprocess-string): Run the new hooks.
2351 * org.el (org-ctrl-c-minus): Fix indentation for new items.
2353 * org-footnote.el: New file.
2355 * org.el (org-footnote): Require footnote code.
2356 (org-startup-options): Add new footnote options.
2357 (org-mode-map): New keybindig for footnotes.
2358 (org-ctrl-c-ctrl-c): Add function at footnotes.
2359 (org-org-menu): New menu entries for footnotes.
2361 * org-export-latex.el (org-export-as-latex): Pass footnote
2362 variable to preprocessor.
2363 (org-export-latex-preprocess): Treat multiple references to a
2366 * org-exp.el (org-export-preprocess-string): Call
2367 `org-footnote-normalize'.
2368 (org-export-as-ascii, org-export-as-html): Pass footnote variable
2370 (org-export-as-html): Treat multiple references to a footnote.
2372 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
2374 * org-export-latex.el (org-export-latex-links): Handle coderef
2377 * org.el (org-bracket-link-analytic-regexp++): New variable.
2378 (org-make-link-regexps): Initialize
2379 `org-bracket-link-analytic-regexp++'.
2380 (org-store-link): Implement special case in edit-src buffer.
2381 (org-insert-link): No use of ide to insert stored links.
2382 (org-link-search): Implement special case for coderefs.
2384 * org-exp.el (org-export-html-scripts): New constant.
2385 (org-export-html-style-default): Add a new style for highlighted
2387 (org-export-code-refs): New variable.
2388 (org-export-preprocess-string): Initialize `org-export-code-refs'.
2389 Call `org-export-replace-src-segments-and-examples'
2390 No longer call `org-export-protect-examples'.
2391 (org-export-target-internal-links): Take care of coderef targets.
2392 (org-export-last-code-line-counter-value): New variable.
2393 (org-export-replace-src-segments-and-examples): Renamed from
2394 `org-export-replace-src-segments', and modified.
2395 (org-export-format-source-code-or-example): Renamed from
2396 `org-export-format-source-code'.
2397 (org-export-number-lines): New function.
2398 (org-export-as-ascii, org-export-as-html): Handle coderef links.
2400 --------------------------------------------------------------------------
2402 2008-12-23 Carsten Dominik <carsten.dominik@gmail.com>
2404 * org-remember.el (org-remember-handler): Safer way to get a new
2405 buffer accessing the target file.
2407 * org.el (org-refile-get-location): Handle case of current buffer
2408 not having a file associated with it.
2410 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
2412 * org-table.el (org-table-get-formula): Only ask to overwrite
2413 field formula if there really is one.
2415 * org-id.el (org-id-find): Allow the ID to be a symbol or a
2416 number, by converting these to a string.
2418 * org-colview.el (org-dblock-write:columnview): Allow ID to be
2419 located in a different file.
2421 * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2424 2008-12-21 Carsten Dominik <carsten.dominik@gmail.com>
2426 * org.el (org-completion-use-ido): Enhance docstring of
2427 `org-completion-use-ido'.
2429 * org-export-latex.el (org-export-latex-make-header): Double the %
2430 in the time stamp format.
2431 (org-export-latex-special-chars): Handle case where there is no
2434 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
2436 * org.el (org-get-refile-targets, org-refile-get-location): Use
2437 expanded file name to improve comparison.
2439 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
2441 * org.el (org-scan-tags): Rescan for tags, to get the correct
2442 upcase/downcase stuff. This slows things down for now, but it
2444 (org-mode): Make sure the tag-faces regexp is initialized.
2446 * org-export-latex.el (org-export-latex-links): Fix bug with
2449 * org-table.el (org-table-get-specials): Set
2450 `org-table-current-last-data-line'.
2451 (org-table-current-last-data-line): New variable.
2452 (org-table-insert-column, org-table-delete-column)
2453 (org-table-move-column, org-table-fix-formulas): Call
2454 `org-table-fix-formulas' a second time to fix the $LR references.
2455 (org-table-get-specials): Add the $LR references to the tables.
2456 (org-table-get-formula): Do not offer last-row names as LHS of
2459 * org.el (org-store-link): Capture link description from
2460 `org-id-store-link'.
2462 * org-exp.el (org-export-html-format-image): Add the / to the end
2464 (org-export-format-source-code): Surround example by empty lines,
2465 to make sure it will not be inside a paragraph.
2467 * org.el (org-ido-switchb): New function.
2469 2008-12-18 Carsten Dominik <carsten.dominik@gmail.com>
2471 * org-agenda.el (org-agenda-show): New prefix argument
2474 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2477 * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2478 `org-agenda-change-all-lines'.
2479 (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2480 tags are now retrieved locally.
2482 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
2484 * org.el (org-get-outline-path): Fix bug if level is not given.
2485 (org-org-menu): Do not quote function in menu vector.
2487 * org-agenda.el (org-finalize-agenda): Fix typo with variable
2490 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
2492 * org.el (org-refile): Avoid refiling to within the region to be
2495 * org-export-latex.el (org-export-latex-special-chars): Replace
2496 special characters also in tables.
2498 * org-agenda.el (org-agenda-change-all-lines): New argument
2500 (org-agenda-set-tags): Cet the new tags and pass them to
2501 `org-format-agenda-item'.
2503 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
2505 * org-export-latex.el (org-export-latex-classes): Add longable as
2506 a default package to all classes.
2507 (org-export-latex-tables): Handle the longtable attribute and the
2510 * org-table.el (orgtbl-to-generic): Handle tables that start with
2513 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2514 \verb for colde-like snippets.
2515 (org-export-as-latex): Fix issues with region export.
2517 * org.el (org-up-heading-safe): Speed up function by using a
2518 direct regexp search.
2519 (org-olpa): New variable.
2520 (org-get-outline-path): Speed-up path constructions in cases where
2521 this is possible because the entire hierarchy is scanned anyway.
2522 (org-refile-get-location): Don't compare the truenames of files,
2524 (org-goto-max-level): New option.
2525 (org-goto): Use `org-goto-max-level'.
2527 2008-12-12 Tassilo Horn <tassilo@member.fsf.org>
2529 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2530 Strip angle brackets from message-ids in the former and don't do
2532 (org-gnus-follow-link): Open summary reliable, even if the last
2533 messages were deleted, and handle empty groups, too.
2535 2008-12-12 Carsten Dominik <carsten.dominik@gmail.com>
2537 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2538 instead of \texttt for the =...= and ~===~ emphasis environments.
2539 (org-export-as-latex): Remove any old :org-license-to-kill text
2541 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2542 (org-export-latex-make-header): Add some hard space after the
2544 (org-export-latex-first-lines): Accept RBEG argument. Mark
2545 exported text so that it will be excuded in further steps.
2547 * org-table.el (org-table-get-specials): Make @0 reference the
2548 last line in a table.
2549 (org-table-recalculate): Improve docstring.
2551 2008-12-11 Carsten Dominik <carsten.dominik@gmail.com>
2553 * org.el (org-log-done): Fix docstring.
2555 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
2557 * org-exp.el (org-export-html-format-image): Fix bugs.
2559 * org-export-latex.el (org-export-latex-tables)
2560 (org-export-latex-links): Implement attribute, label, and caption
2563 * org-exp.el (org-export-html-style-default): Add style
2564 definitions for the figure div.
2565 (org-export-preprocess-string, org-export-as-html): Implement
2566 attribute, label, and caption handling.
2567 (org-export-attach-captions-and-attributes): New function.
2568 (org-export-html-format-image): New function.
2569 (org-format-org-table-html): Implement attribute, label, and
2572 * org.el (org-find-text-property-in-string): New function.
2573 (org-extract-attributes): Use the property org-attr instead of
2574 org-attrobutes, because this property is now set with the #+ATTR
2577 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
2579 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2580 the case that FROM is nil.
2582 * org.el (org-before-first-heading-p): New function.
2584 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
2586 * org-exp.el (org-export-as-html): Do not add a space before
2587 enforces line breaks.
2588 (org-export-as-html): Close paragraph before blockquote and verse
2591 2008-12-06 Carsten Dominik <carsten.dominik@gmail.com>
2593 * org-id.el (org-id-locations-file): Wrap file name with
2594 `convert-standard-filename'.
2595 (org-id-files): New variable.
2596 (org-id-use-hash): New option.
2597 (org-id-update-id-locations): Also search in all files current
2598 listed in `org-id-files'. Convert the resulting alist to a hash
2599 if the user customation says so.
2600 (org-id-locations-save): Handle he case if `org-id-locations' is a
2602 (org-id-locations-load): Convert the alist to a hash.
2603 (org-id-add-location): Handle the hast case.
2604 (kill-emacs-hook): Make sure id locations are saved when Emacs is
2606 (org-id-hash-to-alist, org-id-alist-to-hash)
2607 (org-id-paste-tracker): New functions.
2609 -------------------------------------------------------------------------
2611 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
2613 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2614 bindings of calendar variables.
2616 * org-table.el (org-table-find-row-type): Renamed from
2617 `org-find-row-type'.
2618 (org-table-rewrite-old-row-references): Renamed from
2619 `org-rewrite-old-row-references'.
2620 (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2621 (org-table-cleanup-narrow-column-properties): Renamed from
2622 `org-cleanup-narrow-column-properties'.
2624 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
2626 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2627 for better error messages.
2628 (org-table-get-descriptor-line): Supply the new arguments to
2629 `org-find-row-type'.
2630 (org-table-error-on-row-ref-crossing-hline): New option.
2632 * org.el (org-target-link-regexp): Make buffer-local.
2633 (org-move-subtree-down): Fix bug with trees at beginning of
2636 2008-12-04 Carsten Dominik <carsten.dominik@gmail.com>
2638 * org-faces.el (org-set-tag-faces): New function.
2639 (org-tags-special-faces-re): New variable.
2641 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2643 * org-faces.el (org-tag-faces): New option.
2644 (org-tag): Mention `org-tag-faces' in the docstring.
2646 2008-12-03 Carsten Dominik <carsten.dominik@gmail.com>
2648 * org-exp.el (org-export-html-style-default): Implement new
2651 * org-jsinfo.el (org-infojs-template): Implement new quoting.
2653 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2654 command to the `w3m-minor-mode-map'.
2656 * org-archive.el (org-archive-to-archive-sibling): Protect
2657 `this-command' to avoid appending kills during archiving.
2659 * org-exp.el (org-export-with-priority): New variable.
2660 (org-export-add-options-to-plist): Use `org-export-plist-vars'
2661 instead of internal list of strings and properties.
2662 (org-print-icalendar-entries): Retrieve the location property with
2665 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
2667 * org-exp.el (org-export-with-todo-keywords): New option.
2668 (org-export-plist-vars): Include also the keys for the #+OPTIONS
2670 (org-default-export-plist, org-export-add-options-to-plist)
2671 (org-export-as-ascii, org-export-as-html): Use the new structure
2672 of `org-export-plist-vars'.
2674 * org.el (org-map-entries): Return all values.
2676 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
2678 * org.el (org-matcher-time): Recognize more special values.
2680 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2682 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
2684 * org.el (org-tags-exclude-from-inheritance): New option.
2685 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2686 `org-tags-exclude-from-inheritance'.
2688 * org-agenda.el (org-agenda-show-inherited-tags): New option.
2689 (org-format-agenda-item): Add inherited tags to the agenda line
2690 string, and make sure that properties are kept when downcasing the
2692 (org-agenda-add-inherited-tags): New function.
2693 (org-downcase-keep-props): New function.
2695 * org.el (org-scan-tags): Mark inherited tags with a text
2697 (org-get-tags-at): Mark inherited tags with a text property.
2698 (org-add-prop-inherited): New function.
2700 * org-agenda.el (org-agenda-add-inherited-tags): New function.
2701 (org-agenda-show-inherited-tags): New option.
2703 2008-11-26 Carsten Dominik <carsten.dominik@gmail.com>
2705 * org.el (org-modules): Add org-w3m to the default modules.
2707 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2709 (orgtabl-create-or-convert-from-region): New command.
2711 * org-exp.el (org-export-as-ascii): Remove the handling of
2713 (org-export-ascii-preprocess): Handle targets already in this
2716 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
2718 * org-timer.el (org-timer-start-time): Define this variable.
2719 (org-timer-item): Make argument optional.
2721 * org-list.el (org-insert-item): Automatically insert a timer item
2722 if the current list is a timer list.
2724 * org-timer.el: New file.
2726 * org-publish.el (org-publish-org-index): Only exclude the index
2727 file in the main directory from being added to the site-map.
2728 (org-publish-get-project-from-filename): If the current project is
2729 a component, start publishing from the parent project.
2731 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
2733 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2735 * org-publish.el (org-publish-org-index): Improve removal of
2738 * org-agenda.el (org-get-closed): Re-apply changes
2739 accidentially overwritten by last commit to Emacs.
2741 * org.el (org-outline-path-complete-in-steps): New option.
2742 (org-refile-get-location): Honor
2743 `org-outline-path-complete-in-steps'.
2744 (org-agenda-change-all-lines, org-tags-sparse-tree)
2745 (org-time-string-to-absolute, org-small-year-to-year)
2746 (org-link-escape): Re-apply changes accidentially overwritten
2747 by last commit to Emacs.
2749 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
2751 * org-clock.el (org-dblock-write:clocktable): Make sure the
2752 clocktable sees the first line.
2753 (org-clock-in): Warn if the clock cannot be resumed.
2755 2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
2757 * org.el (org-open-at-point): Fix mixup about interactive and
2758 non-interactive elisp links.
2760 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
2762 * org-exp.el (org-export-preprocess-string): Allow one comment
2763 line before the first headline to always be included. This is
2764 to not miss a commented target.
2766 * org-mouse.el (org-mouse-insert-item): Call
2767 `org-indent-to-column' instead of `indent-to', for XEmacs
2770 * org.el (org-refile-targets): Fix customize definition so
2771 that it works also in XEmacs.
2772 (org-fixup-indentation): Call `org-indent-to-column' instead
2773 of `indent-to', for XEmacs compatibility.
2775 2008-11-21 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
2777 * org-mew.el (org-mew-store-link): Get the correct case folder
2778 for refiled messages.
2780 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
2782 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2783 line break indicators.
2785 * org.el (org-ido-completing-read): Remove the "i:" prefix for
2786 ido-completion propts.
2788 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
2790 * org-remember.el (org-remember-apply-template): Use
2791 `org-substring-no-properties'.
2793 * org-compat.el (org-substring-no-properties): New function.
2795 * org-remember.el (org-remember-apply-template): Use
2796 `org-substring-no-properties' for compatibility.
2798 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2800 (org-fix-bullet-type): respect
2801 `org-list-two-spaces-after-bullet-regexp'.
2803 * org-clock.el (org-clock-load): Clean up the code.
2805 * org.el (org-adaptive-fill-function): Allow two spaces after
2806 "1." as a list bullet.
2808 2008-11-20 Carsten Dominik <carsten.dominik@gmail.com>
2810 * org-clock.el (org-clock-save, org-clock-load): Check for
2811 live buffers, existing files, and buffer file names to ensure
2812 consistent information.
2813 (org-clock-persist): Make `clock' a special value of this
2814 variable, and improve docstring.
2816 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2817 (org-get-string-indentation): Adapt indentation when the bullet
2820 2008-11-19 Carsten Dominik <carsten.dominik@gmail.com>
2822 * org-remember.el (org-remember-finalize): Make interactive.
2823 (org-remember-kill): New command.
2824 (org-remember-finish-immediately): Call `org-remember-finalize'
2826 (org-remember-finalize): Make `org-remember-finalize' an interactive
2829 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
2831 * org-remember.el (org-remember-apply-template): No ido completion
2832 for free prompts in remember templates.
2833 (org-remember-before-finalize-hook): New hook.
2834 (org-remember-mode): New minor mode.
2835 (org-remember-apply-template): Turn on `org-remember-mode'.
2837 * org-id.el (org-id-add-location): Avoid error when no file is
2840 * org-remember.el (org-remember-apply-template): Fix the way how
2841 the list of allowed properties is retrieved from the target file.
2843 * org.el (org-insert-link): Improve file link matching.
2845 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
2847 * org-colview.el (org-columns-display-here): New argument
2848 DATELINE, to trigger using the new face.
2849 (org-agenda-colview-summarize): Call `org-columns-display-here'
2850 with the new argument.
2852 * org-faces.el (org-agenda-column-dateline): New face.
2854 * org-publish.el (org-publish-org-index): Use index-title at page
2855 title, not as section.
2857 * org-exp.el (org-export-html-format-desc): Respect the
2858 org-protect property.
2859 (org-export-as-html): Protect image specifiers that are in the
2860 description part of a link.
2862 * org.el (org-sort-entries-or-items, org-completing-read)
2863 (org-refile-get-location, org-olpath-completing-read, org-todo)
2864 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2865 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2866 (org-set-property, org-delete-property)
2867 (org-delete-property-globally): Use `org-ido-completing-read'.
2869 * org-remember.el (org-remember-apply-template): Use
2870 `org-ido-completing-read'.
2872 * org-publish.el (org-publish): Use `org-ido-completing-read'.
2874 * org-colview.el (org-columns-edit-value, org-columns-new)
2875 (org-insert-columns-dblock): Use `org-ido-completing-read'.
2877 * org-colview-xemacs.el (org-columns-edit-value)
2878 (org-columns-new, org-insert-columns-dblock): Use
2879 `org-ido-completing-read'.
2881 * org-attach.el (org-attach-delete-one, org-attach-open): Use
2882 `org-ido-completing-read'.
2884 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2885 `org-ido-completing-read'.
2887 * org.el (org-time-today): New function.
2888 (org-matcher-time): Use `org-time-today'. Add special treatment
2889 for "<tomorrow>" and "<yesterday>".
2890 (org-ido-completing-read): New function.
2891 (org-completion-use-ido): New option.
2893 * org-exp.el (org-export-format-source-code): Fix bug in require
2895 (org-export-target-internal-links): Fix bug in search for text
2898 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
2900 * org-export-latex.el (org-export-latex-subcontent): Interprete
2901 target aliases as additonal labels.
2903 * org-exp.el (org-export-target-aliases): New variable.
2904 (org-export-preprocess-string)
2905 (org-export-handle-invisible-targets): Fill the alias alist.
2906 (org-export-as-html): Remove the from the anchor, and also
2908 (org-html-level-start): Insert the target aliases as additonal
2911 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2914 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
2916 * org.el (org-open-at-mouse): Ensure correct link abbreviations
2917 when following a link with the mouse from the agenda.
2919 * org-exp.el (org-export-as-html): Avoid lone </div> when no
2920 headlines are created.
2922 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
2924 * org-exp.el (org-export-preprocess-string): Reorder so that we
2925 can still see ID properties when we collect targets.
2926 (org-export-target-internal-links): Also store targets for ID's.
2928 * org.el (org-link-translation-function): New option.
2929 (org-open-at-point): Call `org-link-translation-function' if
2931 (org-translate-link): New function.
2932 (org-translate-link-from-planner): New function.
2933 (org-open-at-point): Allow interactive commands in elisp links.
2935 * org-exp.el (org-icalendar-cleanup-string): Restore the old
2936 iCalendar quoting. The new one seems to caus problems with
2939 * org.el (org-yank): Set `this-command' to `yank', so that
2940 `yank-pop' will work.
2942 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2944 * org-id.el (org-id-search-archives): New option.
2946 * org.el (org-link-to-org-use-id): New option.
2947 (org-store-link): Use `org-link-to-org-use-id'.
2948 (org-id): Make org-id.el a standard component.
2950 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2952 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2953 hexified version of the tag.
2955 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2956 compliance as far as quoting is concerned.
2958 * org-vm.el (org-vm-follow-link): Require `vm-search'.
2960 * org.el (org-up-heading-safe, org-forward-same-level): Always
2961 call `org-back-to-heading' instead of `outline-back-to-heading'.
2962 (org-back-to-heading): New wrapper around outline-back-to-heading,
2963 with a useful error message telling where the error happened.
2965 * org-list.el (org-update-checkbox-count): Always call
2966 `org-back-to-heading' instead of `outline-back-to-heading'.
2968 * org-exp.el (org-export-as-html): Make sure that each <img> tag
2969 has an `alt' attribute, to ensure XHTML validation.
2971 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
2973 * org-publish.el (org-publish-attachment): Allow publishing to
2974 overwrite attachment files.
2976 * org-agenda.el (org-agenda-timerange-leaders): New option.
2977 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
2979 * org.el (org-edit-src-exit): Untabify ASCII image before
2993 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
2995 * org.el (org-yank): Make any prefix force normal yanking.
2996 Suppress folding if text would be swallowed into a folded
2998 (org-yank-folded-subtrees, org-yank): Docstring updates.
3000 * org-agenda.el (org-agenda-compare-effort): Treat no effort
3003 * org-exp.el (org-export-language-setup): Add Catalan and
3004 Esperanto language entries.
3006 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
3008 * org.el (org-refile): Allow refiling of entire regions.
3010 * org-clock.el (org-clock-time%): New function.
3012 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3013 retrieve property values.
3015 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
3017 * org-agenda.el (org-agenda-list): Handle the value `only' of
3018 org-agenda-show-log'.
3019 (org-agenda-log-mode): Interpret a double prefix arg.
3021 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
3023 * org-exp.el (org-export-html-footnotes-section): New variable.
3024 (org-export-as-html): Use `org-export-html-footnotes-section' to
3025 insert the footnotes.
3026 (org-export-language-setup): Add "Footnotes" to language words.
3028 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
3030 * org.el (org-yank): Fix bug when not inserting a subtree.
3032 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
3034 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3035 instead of `vm-beginning-of-message'.
3037 * org.el (org-make-link-regexps): Make sure that links to gnus can
3040 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
3042 * org-attach.el (org-attach-dir): Remove duplicate ID creation
3045 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3048 * org.el (org-link-abbrev-alist): Improve customization type.
3050 * org-attach.el (org-attach-expand-link, org-attach-expand): New
3053 * org-agenda.el (org-agenda-get-progress): Renamed from
3054 `org-get-closed'. Implement searching for state changes as well.
3055 (org-agenda-log-mode-items): New option.
3056 (org-agenda-log-mode): New option prefix argument, interpreted as
3057 request to show all possible progress info.
3058 (org-agenda-get-day-entries): Call `org-get-progress' instead of
3060 (org-agenda-set-mode-name): Handle the more complex log mode
3062 (org-get-closed): New alias, pointing to `org-get-progress'.
3064 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
3066 * org.el (org-file-apps-defaults-gnu)
3067 (org-file-apps-defaults-macosx)
3068 (org-file-apps-defaults-windowsnt): Add an entry defining the
3070 (org-file-apps): Allow `system' as key and value.
3071 (org-open-at-point): Explain the effect of a double prefix arg.
3072 (org-open-file): If the argument `in-emacs' is (16),
3073 i.e. corresponding to a double prefix argument, try to open the
3076 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
3078 * org.el (org-insert-link): Abbreviate absolute files names in
3079 links. Also, fix a bug in which the double C-u prefix would not
3082 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
3084 * org.el (org-insert-heading): If buffer does not end with a
3085 newline, add one if necessary to insert headline correctly.
3087 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3088 paragraphs, not inside.
3090 * org.el (org-todo): Quote
3091 `org-agenda-headline-snapshot-before-repeat'.
3093 * org-exp.el (org-export-as-html): Fully process link descriptions.
3094 (org-export-html-format-desc): New function.
3095 (org-export-as-html): Collect footnotes into the correct basket.
3096 (org-html-protect): No longer protect quotations marks here, this
3099 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3102 * org-compat.el (org-fit-window-to-buffer): New function (not
3103 really, a preliminary and incomplete version was present earlier,
3106 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3107 `org-fit-window-to-buffer'.
3109 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3111 * org-agenda.el (org-agenda-get-restriction-and-command)
3112 (org-fit-agenda-window, org-agenda-convert-date): Use
3113 `org-fit-window-to-buffer'.
3115 * org-exp.el (org-export-as-html): Process href links through
3116 `org-export-html-format-href'.
3117 (org-export-html-format-href): New function.
3119 * org-agenda.el (org-agenda-todo): Update only the current
3120 headline if this is a repeated TODO, marked done for today.
3121 (org-agenda-change-all-lines): New argument JUST-THIS, to change
3122 only the current line.
3124 * org.el (org-todo): Take a snapshot of the headline if the
3125 repeater might change it.
3127 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
3129 * org-publish.el (org-publish-find-title): Remove buffers visited
3130 only for extracting the title.
3132 * org-exp.el (org-export-html-style)
3133 (org-export-html-style-default): Mark style definitions as
3136 * org-publish.el (org-publish-validate-link): Function
3139 2008-11-02 Charles Sebold <csebold@gmail.com>
3141 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3143 (org-plot-quote-timestamp-field): New function.
3144 (org-plot-quote-tsv-field): Call timestamp field function when
3145 necessary rather than just quoting as a string.
3146 (org-plot/gnuplot-to-data): Pass in timefmt property.
3147 (org-plot/gnuplot-script): Supports timefmt property.
3148 (org-plot/gnuplot): Checks for timestamp column before checking
3149 for text index column.
3151 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
3153 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3155 * org-publish.el (org-publish-org-index): Create a section in the
3157 (org-publish-org-index): Stop linking to directories.
3159 * org.el (org-emphasis-alist): Use span instead of <u> to
3162 * org-exp.el (org-export-as-html): Make sure <p> is closed before
3165 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
3167 * org-jsinfo.el (org-infojs-template): Remove language attribute
3170 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
3172 * org-agenda.el (org-agenda-remove-marked-text): New function.
3173 (org-agenda-mark-filtered-text)
3174 (org-agenda-unmark-filtered-text): New functions.
3175 (org-write-agenda): Remove fltered text.
3177 * org.el (org-make-tags-matcher): Give access to TODO "property"
3178 without speed penalty.
3180 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
3182 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3184 (org-store-link-props): Make sure adding to the plist works
3187 * org-gnus.el (org-gnus-no-new-news): New function.
3188 (org-gnus-follow-link): Allow the article ID to be a message-id,
3189 in addition to allowing article numbers. Message IDs make much
3191 (org-gnus-store-link): Use message-id to create link.
3193 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
3195 * org.el (org-emphasize): Reverse the selection array.
3196 (org-emphasis-alist): Set <code> tags for the verbatim
3199 * org-remember.el (org-remember-handler): Fix bug with
3200 prefix-related changing of the note storage target.
3202 * org-exp.el (org-print-icalendar-entries): Make the exported
3203 priorities compatible with RFC 2445.
3205 * org-clock.el (org-clock-save): Insert time stamp without
3206 dependence on time-stamp.el.
3208 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
3210 * org.el ("saveplace"): If saveplace puts point into an invisible
3211 location, make it visible.
3212 (org-make-tags-matcher): Allow inactive time stamps in time
3214 (org-yank-adjusted-subtrees): New option.
3215 (org-yank): Incorporate adjusting trees.
3216 (org-paste-subtree): New argument FOR-YANK which will cause
3217 insertion at point without backing up over white lines, and leave
3218 point at the end of the inserted text. Also if the cursor is
3219 at the beginning of a headline, use the same level or the inserted
3222 * org-publish.el (org-publish-get-base-files-1): Deal correctly
3223 with broken symlinks
3225 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
3227 * org-exp.el (org-export-select-tags, org-get-current-options):
3230 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
3232 * org-agenda.el (org-format-agenda-item)
3233 (org-agenda-filter-make-matcher): Make sure tags are stored and
3236 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
3238 * org.el (org-insert-todo-heading): Fix bug with force-heading
3241 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
3243 * org-clock.el (org-clock-in-resume): Add a custom option to
3244 toggle starting the clock from an open clock line.
3245 (org-clock-in): When clocking in to an entry, if
3246 `org-clock-in-resume' is set, check if the first clock line is
3247 open and if so, start the clock from the time in the clock line.
3248 (org-clock-persist): Add a custom option to toggle clock
3250 (org-clock-persist-query-save): Add a custom option to toggle
3251 asking the user if they want to save the running clock when
3253 (org-clock-persist-query-resume): Add a custom option to toggle
3254 asking the user if they want to resume the saved clock when Emacs
3256 (org-clock-save): Add a function to save clock data.
3257 This includes the contents of `org-clock-history' and the buffer
3258 and position of the currently clocked task, if any.
3259 (org-clock-load): Add a function to load clock data.
3260 This populates `org-clock-history', and resumes the saved clocked
3261 task if there is one.
3262 (org-clock-persistence-insinuate): Add a method to set up the
3263 hooks for clock persistence.
3265 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
3267 * org-exp.el (org-export-as-ascii): Handle the case that we are
3268 publishing from an indirect buffer.
3270 * org-table.el (org-table-copy-down): Fix bug with time stamp
3273 * org-mouse.el (org-mouse-features): New option.
3274 (org-mode-hook): Turn on features depending on
3275 `org-mouse-features'.
3277 * org.el (org-insert-heading-respect-content): Force heading
3279 (org-insert-heading): keep the folding state of the heading before
3282 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
3284 * org-archive.el (org-archive-to-archive-sibling): Handle top
3285 level headlines better.
3287 2008-10-21 Bastien Guerry <bzg@altern.org>
3289 * org-export-latex.el (org-export-latex-classes): Added
3290 \usepackage{graphicx} to the default list of packages.
3292 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
3294 * org-agenda.el (org-agenda-filter): Renamed from
3295 `org-agenda-filter-tags'.
3297 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
3299 * org.el (org-entry-properties): Add CATEGORY property, iven if it
3300 is not defined as a property in this entry.
3301 (org-add-log-note): Mask prefix argument when immediately storing
3304 * org-agenda.el (org-agenda-filter-effort-default-operator): New
3307 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
3309 * org.el (org-add-log-setup): Bugfix; code to find insertion point
3310 after drawers was skipping ahead one line too many, so notes were
3311 inserted after the first note instead of before it.
3313 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
3315 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3317 (org-prepare-agenda): Reset the filter tags.
3318 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3319 Show filter tags in mode line.
3321 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3324 * org-export-latex.el (org-latex-entities-regexp): New constant.
3325 (org-export-as-pdf): Use two calls to `shell-command'.
3327 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
3329 * org-export-latex.el (org-export-latex-treat-sub-super-char):
3330 Honor the {} value of the subsuperscript setting. Make sure that
3331 longer subsuperscripts are typeset in a roman font.
3333 * org.el (org-clock-update-time-maybe): Compute negative clock
3334 intervals correctly.
3336 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
3338 * org.el (org-add-log-setup): Respect
3339 `org-log-state-notes-insert-after-drawers'.
3340 (org-log-state-notes-insert-after-drawers): New option.
3341 (org-todo-trigger-tag-changes): New function.
3342 (org-todo): Call `org-todo-trigger-tag-changes'.
3344 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
3346 * org.el (org-add-log-setup): Only skip drawers if the are
3347 immediately after the scheduling keywords.
3349 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3351 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3352 call it with the current todo state to get the state to switch to
3354 (org-clock-in): Use org-indent-line-function to indent clock lines.
3355 (org-clock-find-position): Fix indentation of empty clock drawers.
3357 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
3359 * org-publish.el (org-publish-org-to): Handle case when
3360 org-export-to-pdf does return a file name, not a buffer.
3361 (org-publish-org-to-pdf): New function.
3363 * org-export-latex.el (org-export-as-pdf)
3364 (org-export-as-pdf-and-open): New commands.
3366 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3369 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3370 things in protexted regions.
3372 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
3374 * org-export-latex.el (org-export-latex-preprocess): Improve
3375 quoting of LaTeX environments.
3377 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
3379 * org.el (org-edit-fixed-width-region): Exclude final newline from
3382 * org-export-latex.el (org-export-latex-subcontent): Add labels to
3383 sections, to make internal links work.
3384 (org-export-latex-fontify-headline): Do not remove all text
3385 properties, to make sure that target properties survive this
3388 * org-exp.el (org-export-preprocess-string): Change sequence of
3389 modifications, to make sure links are prepared before the LaTeX
3390 conversions do happen.
3392 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
3394 * org-attach.el (org-attach-delete-all): Renamed from
3395 `org-attch-delete'. Add a security query before deleting the
3396 entire directory. New optional argument FORCE can overrule the
3398 (org-attach-delete-one): New command.
3400 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
3402 * org-attach.el (org-attach-file-list): Fix bug with directory.
3404 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
3406 * org.el (org-apps-regexp-alist): New function.
3407 (org-file-apps): Add auto-mode to the default value.
3408 (org-open-file): Use the new structure of org-file-apps.
3410 * org-attach.el (org-attach): Support the new keys.
3411 (org-attach-method): New option.
3413 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
3415 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3418 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3419 of the list value o `org-use-tag-inheritance'.
3421 * org-attach.el (org-attach-auto-tag): New option.
3422 (org-attach-tag, org-attach-untag): New functions.
3423 (org-attach-attach, org-attach-new, org-attach-sync): Call
3425 (org-attach-delete): Call `org-attach-untag'.
3427 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
3429 * org-table.el (orgtbl-self-insert-command): Make this work for
3432 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
3434 * org.el (org-add-log-setup): Limit searc for drawers to entry
3435 text, not to subtree.
3437 * org-clock.el (org-clock-heading-for-remember): New variable.
3438 (org-clock-in): Set `org-clock-heading-for-remember'.
3440 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
3442 * org-remember.el (org-remember-apply-template): Add new
3443 expansions: %k, %K for currently clocked task and a link to the
3444 currently clocked task, and %< to file notes in the currently
3447 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
3449 * org-export-latex.el (org-export-latex-make-header): Also insert
3450 the content of the property :latex-header-extra.
3452 * org-exp.el (org-infile-export-plist): Put the content of
3453 #+LATEX_HEADER: into the property :latex-header-extra.
3455 * org-colview.el (org-columns-get-format-and-top-level): Remove
3456 resetting the marker.
3458 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3459 Remove resetting the marker.
3461 * org.el (org-entry-property-inherited-from): Improve docstring.
3462 (org-entry-get-with-inheritance): Reset marker before starting the
3465 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3467 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
3469 * org.el (org-entry-get-multivalued-property)
3470 (org-entry-protect-space, org-entry-restore-space): New
3472 (org-file-apps-defaults-macosx): Let postscript files be opened by
3474 (org-time-stamp-inactive): Call `org-time-stamp'.
3475 (org-time-stamp): New argument `inactive'. Also edit inacive
3476 stamps. Convert time stamp type.
3477 (org-open-file): Interpret the `default' value for the `command'
3480 * org-id.el (org-id-int-to-b36-one-digit)
3481 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3482 (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3485 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
3487 * org-id.el (org-id-reverse-string): New function.
3488 (org-id-new): Use `org-id-reverse-string' to make sure the
3489 beginning chars of the ID are mutating fast. This allows to use a
3490 directory structure to spread things better.
3491 (org-id-prefix): Changed default to nil.
3493 * org-list.el (org-move-item-down, org-move-item-up): Remember and
3494 restore the column of the cursor position.
3496 * org-remember.el (org-remember-apply-template): Remove properties
3499 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
3501 * org-wl.el (org-wl-open): Remove useless call to
3502 `wl-thread-open-all'.
3504 * org-remember.el (org-remember-handler): Fix bug with `bottom'
3507 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
3509 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3510 `org-bbdb-anniversaries'.
3512 * org.el (org-get-next-sibling, org-forward-same-level): New
3513 functions, similar to the outline versions, but invisible headings
3516 2008-09-25 Bastien Guerry <bzg@altern.org>
3518 * org.el (org-auto-repeat-maybe): Insert a space between
3519 the timestamp's type and the timestamp itself.
3521 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
3523 * org-table.el (org-table-sum): Do not format the result with %g,
3524 it does rounding when there are too many digits.
3526 * org.el (org-map-entries): Protect the keyword-selecting variables.
3528 2008-09-23 Bastien Guerry <bzg@altern.org>
3530 * org-agenda.el (org-agenda-to-appt): Make sure the function check
3531 against all agenda files.
3533 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
3535 * org-list.el: New file, aggregating list functions from org.el
3536 and org-export-latex.el.
3538 * org.el (org-edit-src-region-extra): New option.
3540 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
3542 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3545 2008-09-22 Bastien Guerry <bzg@altern.org>
3547 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3549 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
3551 * org-plot.el (org-plot/gnuplot): Make tables starting with a
3552 hline work correctly.
3553 (org-plot/gnuplot-script): Put commas at the end of each script
3556 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
3558 * org.el (org-get-refile-targets): Replace links with their
3560 (org-imenu-get-tree): Replace links with their descriptions.
3562 * org-remember.el (org-remember-apply-template): Add a new
3563 expansion for adding properties to remember items.
3565 * org.el (org-add-log-setup): Skip over drawers (properties,
3566 clocks etc) when adding notes.
3568 * org-agenda.el (org-agenda-get-closed): show durations of clocked
3569 items as well as the start and end times.
3571 * org-compat.el (org-get-x-clipboard-compat): Add a compat
3572 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3574 * org-remember.el (org-get-x-clipboard): Use the compat
3575 function to get clipboard values when x-selection-value is
3576 unavailable. Use substring-no-properties instead of
3577 set-text-properties to remove text properties from the clipboard
3580 * lisp/org-clock.el (org-update-mode-line): Support limiting the
3581 modeline clock string, and display the full todo value in the
3582 tooltip. Set a local keymap so mouse-3 on the clock string goes to
3583 the currently clocked task.
3584 (org-clock-string-limit): Add a custom value for the maximum
3585 length of the clock string in the modeline.
3586 (org-clock-mode-map): Add a keymap for the modeline string
3588 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
3590 * org-compat.el (org-propertize): New function.
3592 2008-09-20 Bastien Guerry <bzg@altern.org>
3594 * org-export-latex.el (org-export-latex-tables): protect exported
3595 tables from further special chars conversion.
3596 (org-export-latex-preprocess): Preserve LaTeX environments.
3597 (org-list-parse-list): Parse descriptive lists.
3598 (org-list-to-generic, org-list-to-latex, org-list-to-html)
3599 (org-list-to-texinfo): Export descriptive lists.
3600 (org-quote-chars): Remove.
3601 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3602 (org-export-latex-list-beginning-re): Rename to
3603 `org-list-beginning-re'
3604 (org-list-item-begin): Rename to `org-list-item-beginning'
3606 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
3608 * org.el (org-refile): Allow refiling to the last entry in the
3610 (org-get-tags-at): Fix bug when inheritance is turned off.
3612 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
3614 * org.el (org-indent-line-function): No longer check for src
3615 regions, this is too much overhead.
3617 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3620 * org.el (org-scan-tags): Make sure that tags matching is not case
3621 sensitive. TODO keyword matching is case sensitive, however, to
3622 avoid confusion with similar words that are not meant to be
3625 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
3627 * org.el (org-get-local-tags-at): New function.
3628 (org-get-local-tags): New function.
3630 * org-exp.el (org-export-get-categories): New function.
3632 * org-agenda.el (org-sorting-choice)
3633 (org-agenda-sorting-strategy, org-agenda-get-todos)
3634 (org-agenda-get-timestamps, org-agenda-get-deadlines)
3635 (org-agenda-get-scheduled, org-agenda-get-blocks)
3636 (org-entries-lessp): Implement sorting by TODO state.
3637 (org-cmp-todo-state): New defsubst.
3639 * org-colview.el (org-colview-construct-allowed-dates): New
3641 (org-columns-next-allowed-value): Use
3642 `org-colview-construct-allowed-dates'.
3644 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3646 (org-columns-next-allowed-value): Use
3647 `org-colview-construct-allowed-dates'.
3649 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
3651 * org.el (org-protect-slash): New function.
3652 (org-get-refile-targets): Use `org-protect-slash'.
3654 * org-agenda.el (org-global-tags-completion-table): New variable.
3656 * org-exp.el (org-export-handle-export-tags): New function.
3657 (org-export-preprocess-string): Call
3658 `org-export-handle-export-tags'.
3660 * org-plot.el: New file.
3662 * org-publish.el (org-publish-expand-components): Function removed.
3663 (org-publish-expand-projects): Allow components to have components.
3665 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
3667 * org.el (org-indent-line-function): Do not indent in regions that
3668 are external source code.
3669 (org-yank-and-fold-if-subtree): New function.
3671 * org-agenda.el (org-agenda-todayp): New function.
3672 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3673 `org-agenda-todayp'.
3675 * org.el (org-insert-heading-respect-content)
3676 (org-insert-todo-heading-respect-content): New commands.
3677 (org-insert-heading-respect-content): New option.
3678 (org-insert-heading): Respect `org-insert-heading-respect-content'.
3680 * org-clock.el (org-clock-find-position): Make sure the note after
3681 the clock line gets moved into the new clock drawer.
3683 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
3685 * org-id.el (org-id-new): New option.
3687 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
3689 * org-table.el (org-table-copy-down): Avoid overflow during
3690 increment. Use prefix argument 0 to temporarily disable the
3693 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
3695 * org-exp.el (org-export-as-html): Do not turn on the major mode
3696 if the buffer will be killed anyway.
3697 (org-get-current-options): Exclude the #+TEXT field.
3698 (org-export-as-html): Make sure text before the first headline is
3701 * org-publish.el (org-publish-org-to): Tell the exporter that this
3702 buffer will be killed, so it is not necessary to do major mode
3705 * org-archive.el (org-archive-to-archive-sibling): Show empty
3706 lines after folding the archive sibling.
3708 * org.el (org-log-note-extra): New variable.
3710 2008-09-05 Bastien Guerry <bzg@altern.org>
3712 * org.el (org-additional-option-like-keywords): Added keywords for
3713 the _QUOTE, _VERSE and _SRC environments.
3715 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3716 exporting _QUOTE and _VERSE environments.
3718 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
3720 * org-agenda.el (org-agenda-filter-by-tag): New command.
3722 * org-exp.el (org-get-current-options): Remove angular brackets
3723 from the date entry.
3725 * org.el (org-edit-fixed-width-region): New function.
3726 (org-edit-fixed-width-region): Also try
3727 `org-edit-fixed-width-region'.
3728 (org-edit-fixed-width-region-mode): New option.
3729 (org-activate-code): Only interprete lines starting with colon
3730 plus a space as example lines.
3732 * org-remember.el (org-remember-templates): Add nil instead of
3733 empty strings to fix the length of remember templates.
3735 * org-table.el (org-calc-default-modes): Fix the time format for
3736 calc, from 12 hour to 24 hour clock.
3738 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
3740 * org-agenda.el (org-agenda-get-deadlines)
3741 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3742 entries that are pre-warnings of deadlines or reminders.
3744 * org.el (org-sort-entries-or-items): Make numeric and alpha
3745 comparisons ignore any TODO keyword and priority cookie.
3747 * org-remember.el (org-remember-handler): Reinterpretation of the
3750 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
3752 * org-agenda.el (org-agenda-get-scheduled): Use new
3753 `org-scheduled' face.
3755 * org-faces.el (org-scheduled): New face.
3757 * org-wl.el (org-wl-open): Remove incorrect declaration.
3759 * org-gnus.el (org-gnus-store-link): Support for :to information
3762 * org-exp.el (org-export-as-html): Fixed typo in creator
3764 (org-export-protect-examples): New parameter indent. Insert extra
3765 spaces only when this parameter is specified.
3766 (org-export-preprocess-string): Call `org-export-protect-examples'
3767 with an indentation parameter when exporting to ASCII.
3769 * org-remember.el (org-remember-templates)
3770 (org-remember-apply-template): Allow the file component to be a
3773 * org.el (org-goto-local-search-headings): Renamed from
3774 `org-goto-local-search-forward-headings'. Added the possibility
3775 to search backwards.
3777 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
3779 * org-export-latex.el (org-export-latex): New customization
3782 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3784 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
3786 * org-exp.el (org-html-do-expand): Allow {} to terminate
3789 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
3791 * org.el (org-buffer-list): Select buffers based on major mode,
3794 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
3796 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3799 * org-colview.el (org-columns-display-here): Use
3800 `org-columns-modify-value-for-display-function'.
3802 * org-colview-xemacs.el (org-columns-display-here): Use
3803 `org-columns-modify-value-for-display-function'.
3805 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
3807 * org.el (org-columns-modify-value-for-display-function): New option.
3819 * org-publish.el (org-publish-file): Make sure the directory match
3820 for the publishing directory works correctly.
3822 * org-agenda.el (org-agenda-execute-calendar-command)
3823 (org-agenda-diary-entry): Additional optional argument.
3825 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
3827 * org-exp.el (org-export-as-html): Add attributes also in mailto
3830 * org.el (org-autoload): Add `org-dblock-write:columnview'.
3839 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
3841 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3842 sure that calls from `org-export-region-as-html' do not do the
3843 special check for a subtree.
3845 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
3847 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3849 2008-07-20 Juri Linkov <juri@jurta.org>
3851 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3852 new keymap `narrow-map' instead of binding "\C-xns".
3854 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
3856 * org.el (org-open-file): Use
3857 `org-open-directory-means-index-dot-org'.
3858 (org-open-directory-means-index-dot-org): New option.
3860 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
3862 * org.el (org-make-link-string): Remove link attributes from
3864 (org-open-at-point): Remove link attributes bevore using the path.
3866 * org-exp.el (org-export-as-html): Handle link attributes.
3868 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3870 * org-table.el (org-table-to-lisp): New function.
3872 * org.el (org-narrow-to-subtree): Do not include the final newline
3873 into the narrowed region.
3875 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3876 bug with user-define skipping condition.
3878 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
3880 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3882 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
3884 * org-exp.el (org-export-html-style-default): Automatic overflow
3885 handling for pre fields.
3886 (org-export-as-ascii, org-export-as-html): Change default format
3889 * org-table.el (org-table-export): Offer completion for translator
3890 functions, and do not require a heading above the table.
3892 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3893 Cater for the case of a list starting in the first line of the
3896 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
3898 * org-publish.el (org-publish-find-title): Bug fix.
3899 (org-publish-org-index): Implement new :index-style option.
3901 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
3903 * org-publish.el (org-publish-timestamp-filename): Use
3904 SHA1-encoded file names in the timestamp directory.
3906 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
3908 * org-publish.el (org-publish-needed-p): Be verbose about files
3909 published and files skipped.
3911 * org-exp.el (org-export-preprocess-string): Swap link
3912 normalization and inernal link targeting.
3914 * org-publish.el (org-publish-needed-p): Create timestamp
3915 directory when it does not exist.
3917 2008-07-04 Bastien Guerry <bzg@altern.org>
3919 * org-clock.el (org-clock-out-when-done): Doc fix.
3921 * org.el (org-agenda-skip-unavailable-files): Doc fix.
3923 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3924 Ignore case when searching for the COMMENT cookie at export time.
3926 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
3928 * org-exp.el (org-get-file-contents)
3929 (org-get-and-remove-property): New functions.
3930 (org-export-handle-include-files): Handle the new prefix options.
3931 (org-export-as-html): Fix the verse environment.
3933 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
3935 * org.el (org-time=, org-time<, org-time<=, org-time>)
3936 (org-time>=, org-time<>, org-2ft): New functions.
3937 (org-op-to-function): Also provide for the time testing fucntions.
3939 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
3941 * org-exp.el (org-export-html-style-default): New constant.
3943 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
3945 * org-exp.el (org-export-html-style-extra): New variable.
3946 (org-export-splice-style): New function.
3948 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
3950 * org-exp.el (org-export-plist-vars, org-export-as-html):
3951 Implement `org-export-creator-info'.
3952 (org-export-creator-info): New option.
3954 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
3956 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3957 (org-property-drawer-re, org-clock-drawer-re): New constants.
3959 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
3961 * org-exp.el (org-icalendar-use-deadline)
3962 (org-icalendar-use-scheduled): New options.
3963 (org-icalendar-include-todo): Default changed to t.
3964 (org-print-icalendar-entries): Implement better utilization of
3965 scheduling and deadline time stamps.
3966 (org-export-target-internal-links, org-export-as-html): Allow file
3967 lines without the "file:" prefix if the file path is an absolute
3968 path or starts with ".".
3970 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3972 (org-clock-special-range): Also undertand yesterday, lastweek etc.
3974 2008-06-18 Glenn Morris <rgm@gnu.org>
3975 * org.el (org-map-entries): Let-bind `file'.
3977 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
3979 * org.el (org-agenda-skip-archived-trees): Docstring now
3980 discourages using this.
3981 (org-scan-tags): Check for org-agenda-archives-mode.
3982 (org-map-entries): Make sure org-agenda-archives-mode is nil.
3983 (org-agenda-files): Functionality of second arg changed.
3985 * org-agenda.el (org-agenda-archives-mode): New variable
3986 (org-write-agenda, org-prepare-agenda, org-agenda-list)
3987 (org-search-view, org-todo-list, org-tags-view)
3988 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
3990 (org-agenda-quit): Reset the archives mode.
3991 (org-agenda-archives-mode): New command.
3992 (org-agenda-set-mode-name): Include archives info.
3994 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
3996 * org.el (org-paste-subtree): Make sure the yanked headline is
3997 visible if it was yanked at a visible point.
3998 (org-move-item-up): Fix the bug with moving white space at the end
4000 (org-show-empty-lines-in-parent): New function.
4002 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
4004 * org-colview.el (org-columns-next-allowed-value): Bug fix.
4006 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4008 * org-agenda.el (org-agenda-get-closed): Get the end time into the
4009 agenda prefix as well.
4011 * org-publish.el (org-publish-org-index): Make a properly indented
4014 * org.el (org-calendar-agenda-action-key): New option.
4015 (org-get-cursor-date): New function.
4016 (org-mark-entry-for-agenda-action): New command.
4017 (org-overriding-default-time): New variable.
4018 (org-read-date): Respect `org-overriding-default-time'.
4020 * org-remember.el (org-remember-apply-template): Respect the
4021 ovverriding default time.
4023 * org-agenda.el (org-agenda-action-marker): New variable.
4024 (org-agenda-action): New command.
4025 (org-agenda-do-action): New function.
4027 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
4029 * org.el (org-schedule, org-deadline): Protect scheduled and
4030 deadline tasks against changes that accidently remove the
4031 repeater. Also show a message with the new date when done.
4033 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
4035 * org.el (org-beginning-of-line): Cater for the case when there
4036 are tags but no headline text.
4037 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4040 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
4042 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4043 the return value is nil instead of "nil" when there is no match.
4045 * org-exp.el (org-insert-centered): Use fill-column instead of
4047 (org-export-as-ascii): Use string-width to measure the width of
4050 * org.el (org-diary-to-ical-string): No longer kill buffer
4051 FROMBUF, this is now done by the caller.
4053 * org-exp.el (org-print-icalendar-entries): Move the call to
4054 `org-diary-to-ical-string' out of the loop, and kill the buffer
4057 * org-remember.el (org-remember-visit-immediately): Position
4058 cursor after moving to the note.
4059 (org-remember-apply-template): Use a text property to record the
4061 (org-remember-handler): Align tags after pasting the note.
4063 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
4065 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4067 * org-agenda.el (org-agenda-open-link): If there is an
4068 org-bbdb-name property in the current line, jump to that bbdb
4071 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4072 text property, so that the agenda knows where this entry comes
4075 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4076 interaction between clocking-in from the agenda, and automatic
4077 task state switching.
4079 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4081 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4082 zmacs-region stays after this command in XEmacs.
4084 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
4086 * org.el (org-scan-tags): Allow new values for ACTION parameter.
4088 * org-remember.el (org-remember-templates): Fix bug in
4089 customization type definition.
4091 * org.el (org-map-entries): New function.
4093 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
4095 * org-agenda.el (org-agenda-skip-comment-trees): New option.
4096 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4098 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
4100 * org-remember.el (org-jump-to-target-location): New variable.
4101 (org-remember-apply-template): Set
4102 `org-remember-apply-template' if requested by template.
4103 (org-remember-handler): Start an idle timer to jump to
4106 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4108 * org.el (org-set-regexps-and-options): Fix bug with parsing of
4110 (org-get-tags-at): Add the content of `org-file-tags'.
4112 * org-exp.el (org-export-handle-comments): Fix bug with several
4113 comment lines after each other.
4114 (org-number-to-roman, org-number-to-counter): New functions.
4115 (org-export-section-number-format): New option.
4117 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
4119 * org-exp.el (org-export-protect-examples): Catch the case of a
4120 missing end_example line.
4122 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4123 `org-file-tags' to nil.
4125 * org-colview.el (org-columns-next-allowed-value): Handle next
4126 argument NTH to directly select a value.
4128 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4129 argument NTH to directly select a value.
4131 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
4133 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4135 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
4137 * org.el (org-columns-ellipses): New option.
4139 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
4141 * org-colview.el (org-columns-add-ellipses): New function.
4142 (org-columns-compact-links): New function.
4143 (org-columns-cleanup-item): Call `org-columns-compact-links'.
4144 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4146 (org-columns-edit-value): Fixed bug with editing values from
4148 (org-columns-redo): Also redo the agenda itself.
4150 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
4152 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4155 * org-colview.el (org-agenda-columns-cleanup-item): New function.
4157 * org-exp.el (org-export-ascii-preprocess): Renamed from
4158 `org-export-ascii-clean-string'.
4159 (org-export-kill-licensed-text)
4160 (org-export-define-heading-targets)
4161 (org-export-handle-invisible-targets)
4162 (org-export-target-internal-links)
4163 (org-export-remove-or-extract-drawers)
4164 (org-export-remove-archived-trees)
4165 (org-export-protect-quoted-subtrees)
4166 (org-export-protect-verbatim, org-export-protect-examples)
4167 (org-export-select-backend-specific-text)
4168 (org-export-mark-blockquote-and-verse)
4169 (org-export-remove-comment-blocks-and-subtrees)
4170 (org-export-handle-comments, org-export-mark-radio-links)
4171 (org-export-remove-special-table-lines)
4172 (org-export-normalize-links)
4173 (org-export-concatenate-multiline-links)
4174 (org-export-concatenate-multiline-emphasis): New functions,
4175 obtained from spliiting the export preprocessor.
4177 * org-table.el (org-table-recalculate): Improve error message if
4178 the row number is invalid.
4180 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
4182 * org-archive.el (org-archive-save-context-info): Fix bugs in
4183 customization setup and docstring.
4185 * org-exp.el (org-export-html-style): Changed the size of in the
4186 <pre> element to 90%.
4188 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
4190 * org.el (org-find-src-example-start): Function removed.
4191 (org-edit-src-find-region-and-lang): New function.
4193 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
4195 * org.el (org-edit-src-exit): New function.
4196 (org-exit-edit-mode): New minor mode.
4198 * org-exp.el (org-export-preprocess-string): Fix bug with removing
4199 comment-like lines from protected examples.
4201 * org.el (org-edit-src-example, org-find-src-example-start)
4202 (org-protect-source-example, org-edit-special): New functions.
4204 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
4206 * org-publish.el (org-publish-project-alist): Fix typo in
4208 (org-publish-project-alist): Handle :index-title property.
4210 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
4212 * org-export-latex.el (org-export-as-latex): Make sure region
4213 bounds are correct. Parse subtree properties relating to export.
4215 * org-exp.el (org-export-add-options-to-plist): New function.
4216 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4218 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
4220 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4223 * org-exp.el (org-export-get-title-from-subtree)
4224 (org-export-as-ascii, org-export-as-html): Make sure the original
4225 region-beginning and region-end are used, even after moving
4227 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4230 * org-remember.el (org-remember-last-stored-marker): New variable.
4231 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4232 (org-remember-handler): Also use marker to remember
4233 last-stored position.
4235 * org.el (org-goto-marker-or-bmk): New function.
4237 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
4239 * org.el (org-file-properties): Renamed from `org-local-properties'.
4240 (org-scan-tags): Take file tags into account.
4241 (org-tags-match-list-sublevels): Default changed to t.
4243 * org-exp.el (org-export-as-html): Close paragraph after a
4246 * org.el (org-update-parent-todo-statistics): New function.
4248 * org-exp.el (org-icalendar-store-UID): New option.
4249 (org-icalendar-force-UID): Option removed.
4250 (org-print-icalendar-entries): IMplement UIDs.
4252 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
4254 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4256 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
4258 * org-faces.el (org-column): Document how this face is being used
4259 and why sometimes the background faces shine through.
4261 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4263 * org-publish.el (org-publish-attachment): Create publishing
4264 directory if it does not yet exist.
4266 * org-table.el (org-calc-default-modes): Change default number
4267 format to (float 8).
4269 * org.el (org-olpath-completing-read): New function.
4270 (org-time-clocksum-format): New option.
4271 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4273 * org-clock.el (org-clock-display, org-clock-out)
4274 (org-update-mode-line): Use `org-time-clocksum-format'.
4276 * org-colview-xemacs.el (org-columns-number-to-string): Use
4277 `org-time-clocksum-format'.
4279 * org-colview.el (org-columns-number-to-string): Use
4280 `org-time-clocksum-format'.
4282 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
4284 * org-id.el: New file, move from contrib to core.
4286 * org-exp.el (org-icalendar-force-UID): New option.
4288 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
4290 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4291 shifted by one day if theere is a date range without an end
4294 * org.el (org-try-structure-completion): New function.
4296 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
4298 * org.el (org-set-font-lock-defaults): Improve fontification of
4300 (org-insert-item): Handle description lists.
4301 (org-adaptive-fill-function): Improve auto indentation in
4304 * org-exp.el (org-export-as-html, org-export-preprocess-string):
4305 Implement VERSE environment.
4306 (org-export-preprocess-string): Implement the COMMENT
4309 * org-export-latex.el (org-export-latex-preprocess): Implement
4312 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
4314 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4317 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
4319 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4321 * org.el (org-quote-csv-field): New functions.
4323 * org-table.el (org-table-export-default-format): Remove :splice
4324 from default format, we get the same effect by not specifying
4326 (org-table-export): Improve setup, distinguish better between
4327 interactive and non-interactive use, allow specifying the format
4328 on the fly, better protection against wrong file names.
4329 (orgtbl-to-generic): Fix documentation. Do not require :tstart
4330 and :tend when :splice is omitted.
4332 2008-05-09 Bernt Hansen <bernt@norang.ca>
4334 * org-clock.el (org-clock-select-task): Make sure the selection
4335 letters are 1-9 and A-Z, no special characters.
4337 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
4339 * org-exp.el (org-export-htmlize): New group.
4340 (org-export-htmlize-output-type)
4341 (org-export-htmlize-css-font-prefix): New options.
4342 (org-export-htmlize-region-for-paste): New function.
4343 (org-export-htmlize-generate-css): New command.
4345 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4347 * org/org.el (org-modules, org-format-latex-options):
4348 * org/org-archive.el (org-archive-stamp-time)
4349 (org-archive-save-context-info):
4350 * org/org-faces.el (org-hide):
4351 * org/org-irc.el (org-irc-parse-link):
4352 * org/org-macs.el (org-call-with-arg, org-autoload):
4353 * org/org-mew.el (org-mew-store-link):
4354 * org/org-remember.el (org-remember-store-without-prompt)
4355 (org-remember-templates): Fix typos in docstrings.
4357 * org/org-info.el (org-info-store-link): Remove leftover docstring.
4359 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4360 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4361 (org-bbdb-anniv-split): Fix typos in docstrings.
4363 * org/org-publish.el (org-publish-project-alist): Doc fixes.
4364 (org-publish-use-timestamps-flag): Reflow docstring.
4365 (org-publish-files-alist): Fix typos in docstring.
4367 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
4369 * org.el (org-set-visibility-according-to-property): New function.
4370 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4371 and compute the regular expressions, and update font-lock.
4372 (org-property-re): Allow a dash in property names.
4374 * org-archive.el (org-extract-archive-file): Insert the file name
4375 without the path into the format, to allow the location format to
4376 contain a subdirectory.
4378 * org-agenda.el (org-agenda-post-command-hook): If point is at end
4379 of buffer, and the `org-agenda-type' property undefined, use the
4380 value from the character before.
4382 * org.el (org-add-planning-info): Don't let indentation for
4383 would-be timestamp become extra whitespace at the end of headline.
4385 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
4387 * org.el (org-remove-double-quotes, org-file-contents): New
4390 * org-exp.el (org-infile-export-plist): Also parse the
4391 contents of #+SETUPFILE files, recursively.
4393 * org.el (org-set-regexps-and-options): Also parse the
4394 contents of #+SETUPFILE files, recursively.
4396 * org-exp.el (org-export-handle-include-files): New function.
4397 (org-export-preprocess-string): Call
4398 `org-export-handle-include-files'.
4400 * org.el (org-delete-property-globally)
4401 (org-delete-property, org-set-property): Ignore case during
4403 (org-set-property): Use `org-completing-read' instead of
4406 * org.el (org-complete-expand-structure-template): New,
4407 experimental function.
4408 (org-structure-template-alist): New, experimental option.
4409 (org-complete): Call `org-complete-expand-structure-template'.
4411 2008-05-06 Bastien Guerry <bzg@altern.org>
4413 * org-export-latex.el (org-export-latex-preprocess): Added
4414 support for blockquotes.
4416 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
4418 * org.el (org-read-date-analyze): Catch the case where only a
4421 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
4423 * org.el (org-set-font-lock-defaults): Make the description
4426 * org-exp.el (org-export-as-html, org-close-li): Implement
4429 2008-05-04 Jason Riedy <jason@acm.org>
4431 * org-table.el (*orgtbl-default-fmt*): New variable.
4432 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4433 when there is no other fmt available.
4435 (orgtbl-to-generic): Allow an explicitly nil :tstart or
4436 :tend to suppress the appropriate string.
4438 (orgtbl-to-orgtbl): New function for translating to another orgtbl
4441 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
4443 * org.el (org-read-date-analyze): "." as an alias for "+0" in
4446 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4449 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4452 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
4454 * org-clock.el (org-clock-find-position): Don't include notes
4457 * org-archive.el (org-archive-subtree): No longer remove an
4458 extra line after cutting the subtree. `org-cut-subtree' already
4461 * org-remember.el (org-remember-handler): Only kill the target
4462 buffer if it does not contain the running clock.
4464 * org.el (org-markers-to-move): New variable.
4465 (org-save-markers-in-region, org-check-and-save-marker)
4466 (org-reinstall-markers-in-region): New function.
4467 (org-move-subtree-down, org-copy-subtree): Remember relative
4468 marker positions before cutting.
4469 (org-move-subtree-down, org-paste-subtree): Restore relative
4470 marker positions after pasting.
4472 * org-remember.el (org-remember-clock-out-on-exit): New option.
4473 (org-remember-finalize): Clock out only if the setting in
4474 `org-remember-clock-out-on-exit' requires it.
4475 (org-remember-handler): Do the cleanup in the buffer, to make sure
4476 that the clock marker remains in tact.
4478 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
4480 * org-clock.el (org-clock-goto): Widen buffer if necessary.
4481 (org-clock-in): Make sure that also tasks outside the narrowed
4482 region will be clocked in correctly.
4483 (org-clock-insert-selection-line): Widen the buffer so that we can
4484 find the correct task heading.
4486 * org.el (org-base-buffer): New function.
4488 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4489 and ";" are escaped.
4490 (org-print-icalendar-entries): Also apply
4491 `org-icalendar-cleanup-string' to the headline, not only to the
4494 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
4496 * org-exp.el (org-export-preprocess-hook): New hook.
4497 (org-export-preprocess-string): Call
4498 `org-export-preprocess-hook'.
4500 * org.el (org-font-lock-hook): New variable.
4501 (org-font-lock-hook): New function.
4502 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4506 ;; add-log-time-zone-rule: t
4509 Copyright (C) 2008 Free Software Foundation, Inc.
4511 This file is part of GNU Emacs.
4513 GNU Emacs is free software: you can redistribute it and/or modify
4514 it under the terms of the GNU General Public License as published by
4515 the Free Software Foundation, either version 3 of the License, or
4516 (at your option) any later version.
4518 GNU Emacs is distributed in the hope that it will be useful,
4519 but WITHOUT ANY WARRANTY; without even the implied warranty of
4520 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4521 GNU General Public License for more details.
4523 You should have received a copy of the GNU General Public License
4524 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
4526 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c