1 2009-12-17 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-latex.el (org-export-latex-tables): No forced line end if
6 2009-12-16 Carsten Dominik <carsten.dominik@gmail.com>
8 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
11 * org-latex.el (org-export-latex-tables): Only add a caption when
12 macro in in longtable environments if one has been defined.
14 * org-html.el (org-export-as-html): Only take title from buffer if
15 not exporting body-only.
17 * org-latex.el (org-export-latex-preprocess): Better version of
18 the regular expression for protecting LaTeX macros.
19 (org-export-latex-preprocess): Start searching for macros to
20 protect from beginning of buffer.
22 * org-exp.el (org-export-target-internal-links): Check for
23 protectedness earlier in the string.
25 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
28 * org-id.el (org-id-store-link): Match TODO keywords case
31 * org.el (org-heading-components, org-get-outline-path)
32 (org-display-outline-path): Match TODO keywords case sensitively.
34 * org-latex.el (org-export-as-latex): Ignore read-only
37 * org-exp.el (org-export-preprocess-string): Remove any
38 `read-only' properties.
40 * org-agenda.el (org-agenda-inactive-leader): New option.
41 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
42 (org-tags-view): Prompt for matcher if MATCH is an empty string.
43 (org-todo-list): Prompt for matcher if ARG is an empty string.
45 2009-12-15 Carsten Dominik <carsten.dominik@gmail.com>
47 * org.el (org-open-link-functions): New hook.
48 (org-open-at-point): Run `org-open-link-functions'.
50 2009-12-14 Carsten Dominik <carsten.dominik@gmail.com>
52 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
55 * org.el (org-inhibit-startup-visibility-stuff): New variable.
56 (org-mode): Don't do startup visibility if inhibited.
57 (org-outline-overlay-data, org-set-outline-overlay-data): New
59 (org-save-outline-visibility): New macro.
60 (org-log-note-headings): Document that one should not change the
63 2009-12-13 Carsten Dominik <carsten.dominik@gmail.com>
65 * org.el (org-make-link-regexps): Capture link path into a group.
67 2009-12-12 Carsten Dominik <carsten.dominik@gmail.com>
69 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
72 2009-12-11 Carsten Dominik <carsten.dominik@gmail.com>
74 * org.el (org-startup-with-beamer-mode): New option.
75 (org-property-changed-functions)
76 (org-property-allowed-value-functions): New hooks.
77 (org-entry-put, org-property-get-allowed-values): Run the new
79 (org-property-next-allowed-value): Run the new hooks.
81 * org-exp.el (org-export-select-backend-specific-text): Add the
85 (org-export-preprocess-before-selecting-backend-code-hook): New
88 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
89 (org-export-as-latex): Run
90 `org-export-latex-after-initial-vars-hook'.
91 (org-export-latex-format-toc-function)
92 (org-export-latex-make-header): Call
93 `org-export-latex-format-toc-function'.
95 * org.el (org-fill-template): Make template searches case sensitive.
97 * org-exp.el (org-export): Use "1" as a sign to export only the
100 * org-colview-xemacs.el (org-columns-edit-value): Use
101 org-unrestricted property.
103 * org-colview.el (org-columns-edit-value): Use
104 org-unrestricted property.
106 * org.el (org-compute-property-at-point): Set org-unrestricted
107 text property if the list contains ":ETC".
108 (org-insert-property-drawer): Use
109 org-unrestricted property.
112 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
113 (org-export-preprocess-string): Run
114 `org-export-preprocess-before-selecting-backend-code-hook'.
116 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
118 * org-latex.el (org-export-region-as-latex): Run
119 `org-export-first-hook'.
121 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
123 * org-docbook.el (org-export-as-docbook): Run
124 `org-export-first-hook'.
126 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
128 * org-exp.el (org-export-first-hook): New hook.
130 2009-12-10 Carsten Dominik <carsten.dominik@gmail.com>
132 * org-list.el (org-previous-item): Exit at the beginning of the
135 * org-id.el (org-id-locations-save): Only write the id locations
138 * org-archive.el (org-archive-all-done): Make this work in a file
139 with org-odd-levels-only set.
141 * org.el (org-get-refile-targets): Catch the case when a buffer
144 * org-latex.el (org-export-as-latex): Cleanup forced line ends
145 where they are not needed.
146 (org-export-latex-subcontent): Remove unnecessary newlines.
148 2009-12-09 Carsten Dominik <carsten.dominik@gmail.com>
150 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
151 (org-export-latex-fontify): Fix regexp bug that takes special
152 care of protecting the right boundary characters in emphasis
154 (org-export-latex-preprocess): Allow multiple arguments to latex
157 * org.el (org-make-link-regexps): Use John Gruber's regexp for
160 * org-macs.el (org-re): Interpret :punct: in regexps.
162 * org-exp.el (org-export-replace-src-segments-and-examples): Also
163 take the final newline after the END line.
165 * org.el (org-clean-visibility-after-subtree-move): Only fix
166 entries that are not entirely invisible already.
167 (org-insert-link): Respect org-link-file-path-type for
168 "docview:" links in addition to "file:" links.
170 2009-12-03 Carsten Dominik <carsten.dominik@gmail.com>
172 * org-exp.el (org-export-format-source-code-or-example): Avoid
173 additional extra white lines in LaTeX.
175 * org-list.el (org-list-parse-list): Leave empty lines after the
176 list, don't consider them as part of the list.
178 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
181 * org-clock.el (org-clock-select-task): Convert integer to
182 character for XEmacs.
184 2009-12-02 Carsten Dominik <carsten.dominik@gmail.com>
186 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
189 2009-11-30 Tassilo Horn <tassilo@member.fsf.org>
191 * org.el (org-complete-tags-always-offer-all-agenda-tags): New
193 (org-set-tags): Use it.
195 2009-11-30 Carsten Dominik <carsten.dominik@gmail.com>
197 * org-list.el (org-empty-line-terminates-plain-lists): Update
200 * org.el (org-format-latex): Fix link creation for processed latex
203 2009-11-29 Carsten Dominik <carsten.dominik@gmail.com>
205 * org-footnote.el (org-footnote-normalize): Protect replacement
208 * org.el (org-inside-latex-macro-p): Save match data.
210 2009-11-28 Jan Böcker <jan.boecker@jboecker.de>
212 * org-docview.el: New file.
214 2009-11-27 Carsten Dominik <carsten.dominik@gmail.com>
216 * org-latex.el (org-export-latex-class-options): New variable.
217 (org-export-latex-set-initial-vars): Use the class options.
219 * org.el (org-forward-same-level): Stop at headings that start
220 with an invisible character.
221 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
223 2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
225 * org-footnote.el (org-footnote-normalize): Don't take optional
226 arguments in LaTeX macros as footnotes.
228 * org.el (org-inside-latex-macro-p): New function.
230 * org-latex.el (org-latex-to-pdf-process): Change customization
231 group to `org-export-pdf'.
233 * org-agenda.el (org-agenda-get-blocks): Look at time string also
234 on days after the first one.
236 * org.el (org-insert-heading): Also check for item before assuming
237 before-first-heading condition.
239 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
240 (org-export-pdf-logfiles): New option.
241 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
242 (org-export-pdf-logfiles): Fix customization type.
244 * org.el (org-insert-link): Improve error message when there is no
245 default link to select with RET.
247 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
250 2009-11-25 Carsten Dominik <carsten.dominik@gmail.com>
252 * org-latex.el (org-export-latex-parse-global)
253 (org-export-latex-parse-content)
254 (org-export-latex-parse-subcontent): Use
255 `org-re-search-forward-unprotected'.
256 (org-export-as-pdf): Remove log files produced by XeTeX.
258 * org-macs.el (org-re-search-forward-unprotected): New function.
260 2009-11-25 James TD Smith <ahktenzero@mohorovi.cc>
262 * org-colview.el (org-agenda-colview-summarize): Sort out some
263 confusion between properties and titles, which resulted in
264 agenda summaries not working if a title was set for a column.
266 2009-11-24 Carsten Dominik <carsten.dominik@gmail.com>
268 * org-mobile.el (org-mobile-agendas): New option.
269 (org-mobile-sumo-agenda-command): Select the right agendas.
271 * org-latex.el (org-export-latex-format-image): Preserve the
272 original-indentation property.
274 2009-11-23 Carsten Dominik <carsten.dominik@gmail.com>
276 * org-clock.el (org-clock-insert-selection-line): Catch error when
277 an old tasks no longer exists.
279 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
280 (org-export-as-pdf): Don't remove the old PDF file before making
283 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
284 (org-mouse-context-menu): Use `org-looking-back'.
286 * org.el (org-cycle-level): Use `org-looking-back'.
288 * org-list.el (org-cycle-item-indentation): Use
291 * org-compat.el (org-looking-back): New function.
293 * org.el (org-insert-heading): Catch before-first-headline when
294 inserting a headline.
296 2009-11-22 Carsten Dominik <carsten.dominik@gmail.com>
298 * org-latex.el (org-export-latex-format-image): Indent figure
299 environment, so that it does not interrupt plain list.
301 * org.el (org-open-at-point): Allow long link descriptions.
303 2009-11-21 Carsten Dominik <carsten.dominik@gmail.com>
305 * org-html.el (org-export-as-html): Remove empty lines at the
306 beginning of the exported text.
308 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
310 * org-protocol.el (org-protocol-remember): Cater for empty title,
313 * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
314 agenda after adding new entry.
315 (org-agenda-get-represented-tags): New function.
316 (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
317 to get a list of tags in the agenda.
319 * org-datetree.el (org-datetree-find-day-create): Fix regular
322 * org.el (org-display-outline-path): Use a format specifier for
323 message, to avoid problems with heading containing `%'.
325 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
326 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
327 (org-agenda-fix-displayed-tags): New function.
328 (org-agenda-do-context-action): Just call
329 `org-display-outline-path', without piping the result through
332 * org-latex.el (org-export-latex-preprocess): Protect secondary
335 * org-indent.el (org-indent-initialize): Avoid empty strings as
338 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
339 hat checking for the mark does not throw an error.
340 (org-agenda-diary-entry-in-org-file): Catch the case that there is
341 not `day' text property in the cursor line.
343 * org.el (org-sort-entries-or-items): Make sure that the final
344 entry has a newline before doing the sorting.
346 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
347 property at the beginning of the line.
349 * org.el (org-make-link-string): Don't allow a description with
352 2009-11-19 Carsten Dominik <carsten.dominik@gmail.com>
354 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
355 (org-agenda-insert-diary-as-top-level): New function.
356 (org-agenda-add-entry-to-org-agenda-diary-file): Call
357 `org-agenda-insert-diary-as-top-level'.
359 * org.el (org-occur-in-agenda-files): Make sure none of the
361 (org-activate-plain-links): Add the face property here.
362 (org-set-font-lock-defaults): Do not add the face to plain links,
363 the activator function does this.
365 * org-habit.el (org-is-habit-p): Add doc string.
367 2009-11-18 Carsten Dominik <carsten.dominik@gmail.com>
369 * org-archive.el (org-archive-subtree-default-with-confirmation):
372 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
373 after match optional (happens at the end of a line...).
375 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
378 * org-faces.el (org-copy-face): Set lisp indentation.
379 (org-quote, org-verse): New faces.
381 * org-agenda.el (org-agenda-remove-date): Remove variable.
383 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
385 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
387 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
389 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
390 hash keys to cache and re-use images generated by the
391 org-exp-blocks interface to ditaa and dot.
393 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
395 * org-html.el (org-export-as-html): Move the home/up link into
398 * org.el (org-export-latex-packages-alist): Option definition
399 moved here from org-latex.el.
401 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
403 * org.el (org-format-latex): Latex images are now saved to files
404 named by the sha1 hash of the latex source text avoiding
405 regeneration of identical images.
407 2009-11-16 Carsten Dominik <carsten.dominik@gmail.com>
409 * org-html.el (org-export-html-home/up-format): Add an ID to the
412 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
414 * org-wl.el (org-wl-store-link): Handle the case that
415 `wl-use-petname' is set.
417 * org.el (org-set-effort): Improve prompt.
418 (org-get-outline-path): Widen to get full path.
419 (org-compact-display-after-subtree-move): Function removed.
421 * org-latex.el (org-export-as-latex): Add the :drawers property.
423 2009-11-14 Carsten Dominik <carsten.dominik@gmail.com>
425 * org.el (org-speed-commands-user): Allow documentation headlines.
426 (org-speed-commands-default): Organize the value of this constant
427 with descriptive headlines.
428 (org-print-speed-command): Output the headlines.
430 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
432 * org-agenda.el (org-agenda-show-outline-path): New option.
433 (org-agenda-do-context-action): New function.
434 (org-agenda-next-line, org-agenda-previous-line): Use
435 `org-agenda-do-context-action'.
437 * org.el (org-use-speed-commands): Allow function value.
438 (org-speed-commands-default): Make headline motion safe, so that
439 these commands always end on a headline.
440 (org-speed-commands-default): New key `v' for `org-agenda'.
441 (org-speed-move-safe): New function.
442 (org-self-insert-command): Use the function value of
443 `org-use-speed-commands'.
444 (org-get-outline-path): Improve docstring.
445 (org-format-outline-path): New function.
446 (org-display-outline-path): New function.
448 2009-11-12 John Wiegley <jwiegley@gmail.com>
450 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
451 a string, use that to find the LOGBOOK drawer.
453 2009-11-12 Carsten Dominik <carsten.dominik@gmail.com>
455 * org.el (org-clone-subtree-with-time-shift): Make it work at the
458 * org-mobile.el (org-mobile-write-checksums): Specify coding
460 (org-mobile-timestamp-buffer): Keep local variable/mode line at
463 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
465 * org.el (org-block-todo-from-children-or-siblings-or-parent)
466 (org-block-todo-from-checkboxes): Do not block changes to a nil
469 2009-11-12 James TD Smith <ahktenzero@mohorovi.cc>
471 * org-habit.el (org-habit-parse-todo): Indicate which habit is
472 wrongly set up in the error messages.
474 * org-colview.el (org-columns-display-here): Don't try to
475 calculate values if the underlying property is not set.
476 (org-columns-string-to-number): Convert age strings back into
478 (org-agenda-colview-summarize): Handle extended summary types
481 * org-colview-xemacs.el (org-columns-display-here): Don't try to
482 calculate values if the underlying property is not set.
483 (org-columns-string-to-number): Convert age strings back into
485 (org-agenda-colview-summarize): Handle extended summary types
488 2009-11-11 Carsten Dominik <carsten.dominik@gmail.com>
490 * org-exp.el (org-export-format-drawer-function): New variable.
491 (org-export-format-drawer): New function.
492 (org-export-preprocess-string): Pass the backend as a parameter to
493 `org-export-remove-or-extract-drawers'.
494 (org-export-remove-or-extract-drawers): New parameter BACKEND.
496 * org-protocol.el (org-protocol-char-to-string): New defsubst.
498 2009-11-10 Carsten Dominik <carsten.dominik@gmail.com>
500 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
501 message when no block is selected.
503 * org-latex.el (org-export-latex-links): Check for protectedness
504 in the last matched character, not after the match.
506 * org-datetree.el (org-datetree-find-date-create): Respect
507 restriction when KEEP-RESTRICTION is set.
508 (org-datetree-file-entry-under): New function.
509 (org-datetree-cleanup): New command.
511 2009-11-08 Dan Davison <davison@stats.ox.ac.uk>
513 * org-src.el (org-edit-src-code): New optional argument context
514 allows calling functions to avoid altering the saved window
516 (org-edit-src-exit): Do not restore window configuration when this
517 function is used in the context of saving the edit buffer.
519 2009-11-09 Carsten Dominik <carsten.dominik@gmail.com>
521 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
522 instances to switching to with-current-buffer, because these seem
523 to cause problems - no idea why.
525 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
526 Require diary-lib for (diary-date-display-form).
528 * org.el (org-log-reschedule, org-log-redeadline): New options.
529 (org-log-note-headings): Add templates for rescheduling and
531 (org-startup-options): Add in-buffer settings for logging changing
532 schedule and deadline time stamps.
533 (org-deadline, org-schedule): Check for existing date and arrange
534 for logging if the user requests it.
535 (org-add-log-note): Prepare proper note buffers for rescheduling
536 and deadline changes.
538 2009-11-08 Carsten Dominik <carsten.dominik@gmail.com>
540 * org-agenda.el (org-agenda-diary-entry-in-org-file)
541 (org-agenda-add-entry-to-org-agenda-diary-file)
542 (org-agenda-insert-diary-make-new-entry): New functions.
543 (org-agenda-diary-entry): Call
544 `org-agenda-diary-entry-in-org-file' when appropriate.
546 * org.el (org-calendar-insert-diary-entry-key): New option.
547 (org-agenda-diary-file): New option.
548 ("calendar"): Install our insertion function in the calendar.
550 * org-remember.el (org-datetree): Require.
551 (org-remember-templates): Add new positioning option.
552 (org-remember-reference-date): New variable.
553 (org-remember-apply-template): Store the reference date in a local
555 (org-remember-handler): Implement date tree positioning of entries.
557 * org-datetree.el: New file.
559 * org-latex.el (org-export-latex-preprocess): Protect targets in
562 * org-html.el (org-export-as-html): Protect targets in verbatim
565 * org-docbook.el (org-export-as-docbook): Protect targets in
568 2009-11-07 James TD Smith <ahktenzero@mohorovi.cc>
570 * org.el (org-link-display-format): Should be literal replacement.
572 2009-11-06 Carsten Dominik <carsten.dominik@gmail.com>
574 * org-clock.el (org-show-notification): Handle messages that
575 contain a percent character.
577 * org-remember.el (org-remember-apply-template): Turn of partial
580 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
581 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
583 * org.el (org-indent-mode): Define variable already in org.el.
584 (org-unfontify-region): Remove line-prefix and wrap-prefix
585 properties only if org-indent-mode is active.
587 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
589 * org-icalendar.el (org-print-icalendar-entries): Save match data
590 around call to verify function.
591 (org-print-icalendar-entries): Add a call to the verification
594 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
595 save-restrivtion' form.
597 2009-11-05 Dan Davison <davison@stats.ox.ac.uk>
599 * org-exp.el (org-export-format-source-code-or-example): restrict
600 scope of preserve-indentp to the let binding.
601 (org-src): require org-src, since org-src-preserve-indentation is used.
603 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
605 * org-timer.el (org-timer-set-timer): Set variables
606 org-timer-timer[123] correctly.
609 * org-mobile.el (org-mobile-files-alist): Make it work when
610 `agenda-archives' is included in
611 `org-agenda-text-search-extra-files'.
612 (org-mobile-push): Restore agenda after mobile push.
614 2009-11-05 John Wiegley <jwiegley@gmail.com>
616 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
617 way the amount of idle time is presented in the minibuffer.
619 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
621 * org-icalendar.el (org-print-icalendar-entries): Use
622 org-icalendar-verify-function only if non-nil.
624 * org.el (org-refile): Refile to clock only if the prefix arg is
626 (org-sparse-tree): Fix docstring to be in line with prompt.
627 (org-update-parent-todo-statistics): Call
628 `org-after-todo-statistics-hook' on each level.
630 2009-11-04 Carsten Dominik <carsten.dominik@gmail.com>
632 * org-remember.el (org-remember-apply-template): Make sure the
635 2009-11-03 Carsten Dominik <carsten.dominik@gmail.com>
637 * org.el (org-tab-ind-state): New variable.
638 (org-cycle-level): New function.
639 (org-cycle-level-after-item/entry-creation): New option.
640 (org-flag-subtree): New function.
641 (org-hide-archived-subtrees): Call `org-flag-subtree'.
642 (org-set-effort): Indexed access.
644 * org-list.el (org-cycle-item-indentation): New function.
646 * org.el (org-refile): Make prefix argument 2 refile to current
648 (org-priority): Interpret action `remove' as call to remove the
651 * org-remember.el (org-remember-apply-template): Don't depend on
652 buffer name being like file name.
654 2009-11-02 Carsten Dominik <carsten.dominik@gmail.com>
656 * org-clock.el (org-clock-play-sound): Expand file in
657 org-clock-sound, to allow ~ for home.
659 * org-remember.el (org-remember-handler): Set
660 text-before-node-creation even if this already looks like a node,
661 because the string might be needed on non-org-mode target files.
663 * org-agenda.el (org-agenda-open-link): Make this work in agenda
665 (org-agenda-switch-to): Follow a link at point if
666 org-return-follows-link' is set and there is nothing else to do in
669 2009-11-02 James TD Smith <ahktenzero@mohorovi.cc>
671 * org-colview-xemacs.el: Add in changes from org-colview.el
673 2009-11-01 Dan Davison <davison@stats.ox.ac.uk>
675 * org-exp-blocks.el: Modify split separator regexp to avoid empty
678 2009-11-01 James TD Smith <ahktenzero@mohorovi.cc>
680 * org-colview.el (org-columns-new): Make this work with the new
682 (org-columns-store-format): Make this work with the new operators.
684 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
686 * org-src.el (org-src-preserve-indentation): Document that this
687 variable is also used during export.
689 * org-exp.el (org-export-format-source-code-or-example): Preserve
690 indentation if a block has a -i option, or if
691 `org-src-preserve-indentation' is set.
693 * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
694 indentation if a block has a -i option, or if
695 `org-src-preserve-indentation' is set.
697 2009-10-31 Carsten Dominik <carsten.dominik@gmail.com>
699 * org.el (org-mode-map): Define the new archiving keys.
700 (org-speed-commands-default): Define an archiving key in the speed
702 (org-org-menu): Improve the menu structure concerning archiving.
704 * org-archive.el (org-archive-subtree-default-with-confirmation):
707 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
708 (org-agenda-menu): Add the new archiving commands to the menu.
709 (org-agenda-archive-default)
710 (org-agenda-archive-default-with-confirmation): New commands.
711 (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
712 call `org-agenda-archive-with'.
713 (org-agenda-archive-with): New function.
715 * org-table.el (org-table-convert-region): Inert spaces around "|"
716 to avoid line beginnings like "|-1" which will be mistaken as
719 2009-10-30 Carsten Dominik <carsten.dominik@gmail.com>
721 * org.el (org-offer-links-in-entry): Return nil if there are no
722 links, t if a link has been selected.
723 (org-open-at-point): Open attachment directory when called in the
724 headline and there are no links in the entry body.
725 (org-speed-commands-default): Add "o" for open-at-point as a speed
728 * org-attach.el (org-attach-reveal): Optional prefix arg
729 IF-EXISTS, which avoids creating the attachment directory if it
732 * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
735 2009-10-29 Carsten Dominik <carsten.dominik@gmail.com>
737 * org.el ("abbrev"): Work with abbrev tables only after they have
740 * org-list.el (org-list-send-list): Fix bug related to match
743 * org-latex.el (org-export-latex-fontify): Apply verbatim
745 (org-export-latex-make-header): Insert \obeylines if line breaks
748 * org-exp.el (org-export-protect-verbatim): Add an
749 `org-verbatim-emph' property to such text.
751 2009-10-28 Carsten Dominik <carsten.dominik@gmail.com>
753 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
754 (org-print-icalendar-entries): Skip entries where the timestamp is
755 not a deadline and not scheduled, if the user requests that.
757 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
758 before an opening quote.
760 * org-archive.el (org-archive-subtree): Keep archive after
763 * org-id.el (org-id-update-id-locations): Add archive files if
764 that is required by `org-id-extra-files'.
766 2009-10-27 Carsten Dominik <carsten.dominik@gmail.com>
768 * org-src.el (org-src-window-setup): New option.
769 (org-src-switch-to-buffer): New function.
770 (org-edit-src-exit): Add optional argument CONTEXT and use it to
771 restore window configuration.
772 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
773 Call `org-src-switch-to-buffer'.
775 * org.el (org-default-properties): Add STYLE property.
776 (org-files-list): Use the function call to get the files.
777 (org-additional-option-like-keywords): Add SETUPFILE to completion
780 2009-10-26 Carsten Dominik <carsten.dominik@gmail.com>
782 * org-table.el (org-table-convert-region): Correctly interpret
783 quoting in csv import.
785 * org.el (org-icompleting-read): Make iswitchb completion work
786 with lists and tables.
788 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
789 while pushing the mobile agenda.
791 2009-10-25 John Wiegley <jwiegley@gmail.com>
794 (org-clock-auto-clock-resolution): Now takes three values: nil, t
795 and `when-no-clock-is-running'.
796 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
797 whether or not to resolve Org buffers on clock in.
799 2009-10-25 James TD Smith <ahktenzero@mohorovi.cc>
801 * org-colview.el (org-format-time-period): Function to format
802 times in fractional days for display.
803 (org-columns-display-here): Add support for showing a calculated
804 value in place of the property.
805 (org-columns): Set `org-columns-time' to the current time so time
806 difference calculations will work.
807 (org-columns-time): Use to store the current time when column view
808 is displayed, so all time differences will use the same reference
810 (org-columns-compile-map): There is now an extra position in each
811 entry specifying the function to use to calculate the displayed
812 value for the non-calculated properties in the column,
813 (org-columns-compute-all): Set `org-columns-time' to the current
814 time so time difference calculations will work.
815 (org-columns-compute): Handle column operators where the values
816 used are calculated from the underlying property.
817 (org-columns-number-to-string): Handle the 'age' column format
818 (org-columns-string-to-number): Correct the function name (was
819 org-column...). Add support for the 'age' column format.
820 (org-columns-compile-format): Support the additional parameter in
821 org-columns-compile-map.
823 2009-10-26 Bastien Guerry <bzg@altern.org>
825 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
828 2009-10-25 Carsten Dominik <carsten.dominik@gmail.com>
830 * org-clock.el (org-clock-has-been-used): New variable.
831 (org-clock-in): Set `org-clock-has-been-used'.
832 (org-clock-save): Save only if clock data has been used or created
835 2009-10-24 Carsten Dominik <carsten.dominik@gmail.com>
837 * org-clock.el (org-clock-persist): New value, to store only the
839 (org-clock-save): Don't save the clock if only the history should
841 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
842 when restoring a saved clock.
844 2009-10-24 John Wiegley <jwiegley@gmail.com>
846 * org-clock.el (org-clock-display, org-clock-put-overlay): Use
847 `org-time-clock-use-fractional'.
849 * org.el (org-time-clocksum-use-fractional)
850 (org-time-clocksum-fractional-format): Two new customizable
851 variables which allow the user to select fractional times (1.25
852 instead of 1:25) in the `org-clock-display' report.
854 2009-10-23 John Wiegley <jwiegley@gmail.com>
856 * org-habit.el (org-habit-build-graph): None of the arguments
858 (org-habit-parse-todo, org-habit-deadline)
859 (org-habit-get-priority, org-habit-get-faces)
860 (org-habit-build-graph): Further simplifications by storing all
861 past, scheduled and deadline dates as a number of days past the
862 epoch, and not as times.
864 * org-habit.el (org-habit-warning-face)
865 (org-habit-warning-future-face): Removed because these are no
867 (org-habit-deadline, org-habit-deadline-repeat): Now always
868 returns a date; computed if there was a scheduled repeater but no
870 (org-habit-get-priority): Further improvements to the priority
871 algorithm. In particular, items past due should always appear
872 before items due or not yet due.
873 (org-habit-get-faces): Greatly simplified the logic, now that
874 `org-habit-deadline' always returns a valid time.
876 2009-10-23 Carsten Dominik <carsten.dominik@gmail.com>
878 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
881 * org.el (org-tag-alist): Fix customization type.
883 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
885 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
886 Make sure the regexp search can fail without throwing an error.
887 (org-mobile-apply): Save the inbox buffer after removing
888 successfully applied changes.
890 2009-10-22 John Wiegley <jwiegley@gmail.com>
892 * org-habit.el (org-habit-build-graph): Fix to the graph building
893 when last DONE date is earlier than `org-habit-preceding-days'.
895 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
896 time is reported after the user comes back (but before they
899 * org.el (org-get-repeat): Change so that this function can be
900 called with either `org-scheduled-string' or
901 `org-deadline-string'.
903 * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
904 to find the scheduled date.
906 * org-clock.el (org-clock-auto-clock-resolution): Renamed
907 `org-clock-disable-clock-resolution', since negatives don't sound
908 good in customization variables.
909 (org-clock-in): Don't use the auto-resolution logic if the user is
910 clocking into a different task while an active clock is running.
911 This then allows the default behavior of clocking out of the open
912 task and then into the new task.
914 * org-habit.el (org-habit-parse-todo): Generate an error if a
915 habit has a scheduled repeat period < 1.
916 (org-habit-get-faces): Fixes to the way that colors are computed.
917 (org-habit-build-graph): The graph wasn't displaying beyond any
918 day that had two completions in it.
920 * org.el (org-modules): Made this variable more consistent, since
921 it was referring to Org, OrgMode and Org-mode, whereas the docs
922 for the variable always refer to Org-mode.
924 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
926 * org.el (org-repeat-re): The changed org-repeat-re no longer
927 matched simple +2d type repeaters. Fix it so it does.
929 2009-10-21 Carsten Dominik <carsten.dominik@gmail.com>
931 * org-latex.el (org-export-latex-preprocess): Protect the vspace
932 macro in the VERSE environment.
934 2009-10-20 John Wiegley <jwiegley@gmail.com>
936 * org-habit.el (org-habit-get-priority): A new function that
937 determines the relative priority of a habit, based on how long
938 past its scheduled date it is, and how near the deadline is.
940 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
941 using `org-habit-get-priority'.
943 * org-habit.el (org-habit-build-graph): Start displaying colors
944 from the first scheduled date, if that date is earlier than the
945 first completion date.
947 * org-habit.el: Changed all "color" variables to faces, and made
948 them appropriate for light and dark backgrounds.
950 * org-habit.el (org-habit-duration-to-days): Made this function
952 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
954 * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
955 habits, since they don't use DEADLINE anymore.
957 * org.el (org-repeat-re, org-display-custom-time)
958 (org-timestamp-change): Extended to support the new ".+N/N"
959 syntax, used for habits.
961 * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
964 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
965 modeline when habits are being displayed (if that module is being
968 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
970 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
971 idle time using the xscreensaver extension.
972 (org-user-idle-seconds): Use X11 idle time if available.
974 2009-10-20 Carsten Dominik <carsten.dominik@gmail.com>
976 * org-agenda.el (org-agenda-next-line): New command.
977 (org-agenda-previous-line): New commands.
978 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
980 (org-agenda-follow-mode): Do the follow immediately if the mode is
982 (previous-line, next-line): Replace keys with the corresponding
984 (org-agenda-mode-map): Bind backspace and delete to the scrolling
987 * org.el (org-icompleting-read): Turn off partial completion mode
988 for the duration of this completion round.
990 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
991 macros in author lines and similar stuff.
993 * org.el (org-file-tags): Fix docstring.
994 (org-get-buffer-tags): Add the #+FILETAGS tags.
995 ("ecb"): Maks ecb show context after jumping into an Org file.
997 2009-10-20 John Wiegley <johnw@newartisans.com>
999 * org-agenda.el (org-finalize-agenda): Draw habit consistency
1000 graphs after everything else in the buffer has been setup.
1002 2009-10-19 Carsten Dominik <carsten.dominik@gmail.com>
1004 * org-mobile.el (org-mobile-apply): Count success and failure.
1006 * org.el (org-indent-line-function): Fix regexp replace problem.
1008 2009-10-19 John Wiegley <johnw@newartisans.com>
1010 * org-clock.el (org-clock-disable-clock-resolution): New
1011 customization variable that disable automatic clock resolution on
1013 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1014 not automatically resolve anything. This is does not affect
1015 idle-time resolution, however, if `org-clock-idle-time' is set.
1017 2009-10-19 John Wiegley <johnw@newartisans.com>
1019 * org-habit.el: New file, which implements code to build a "habit
1022 * org-agenda.el (org-agenda-get-deadlines)
1023 (org-agenda-get-scheduled): Display consistency graphs when
1024 outputting habits into the agenda. The graphs are always relative
1025 to the current time.
1026 (org-format-agenda-item): Added new parameter `habitp', which
1027 indicates whether we are formatting a habit or not. Do not
1028 display "extra" leading information if habitp is true.
1030 * org.el (org-repeat-re): Improved regexp to include .+ and ++
1031 leaders for repeat strings.
1032 (org-get-repeat): Now takes a string parameter `tagline', so the
1033 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1035 2009-10-19 John Wiegley <johnw@newartisans.com>
1037 * org-agenda.el (org-agenda-auto-exclude-function): New
1038 customization variable for allowing the user to create an "auto
1039 exclusion" filter for doing context-aware auto tag filtering.
1040 (org-agenda-filter-by-tag): Changes to support the use of
1041 `org-agenda-auto-exclude-function'. See the new manual addition,.
1043 2009-10-18 John Wiegley <johnw@newartisans.com>
1045 * org.el (org-files-list): Don't attempt to return a file name for
1046 Org buffers which have no associated file.
1048 * org-agenda.el (org-agenda-do-action): Fixed a typo.
1050 2009-10-18 Carsten Dominik <carsten.dominik@gmail.com>
1052 * org-mobile.el (org-mobile-locate-entry): Interpret files
1053 relative to org-directory.
1054 (org-mobile-inbox-for-pull): Document the best location for this
1056 (org-mobile-check-setup): Verify `org-directory'.
1057 (org-mobile-create-index-file): Sort the files to be listed in
1060 2009-10-17 James TD Smith <ahktenzero@mohorovi.cc>
1062 * org.el (org-fast-tag-selection): Add a way to display a
1063 description for a tag group. This is done by adding a string to
1064 either the startgroup or endgroup cell.
1066 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1068 * org-clock.el (org-clock-resolve, org-resolve-clocks)
1069 (org-emacs-idle-seconds): Use `org-float-time' instead of
1072 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1074 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1077 * org.el (org-pre-cycle-hook): Document that `empty' can also be
1078 the value of ARG when doing local cycling.
1080 2009-10-17 John Wiegley <johnw@newartisans.com>
1082 * org-clock.el (org-clock-resolve-clock): If keeping or
1083 subtracting time results in a clock out at a time in the past, and
1084 if the resolution occurred due to idleness or invoking `M-x
1085 org-resolve-clocks', remember that past moment in time. On the
1086 next clock in, the user will be prompted to see if they want to
1087 back-date their new clock to then.
1088 (org-clock-resolve): Do not jump the user to the location of a
1089 dangling clock if the resolution is occuring due to an idle
1090 timeout. In that case there is typically only one dangling clock,
1091 the active one, and there is no value gained by shuffling their
1092 windows around to show it to them. Being prompted to resolve an
1093 idle clock should be as inobtrusive as possible.
1094 (org-resolve-clocks-if-idle): New function that resolves only the
1095 currently active clock if the user has exceeded the time returned
1096 by `org-user-idle-seconds', based on the value of
1097 `org-clock-idle-time'.
1098 (org-clock-in): If, after resolving clocks,
1099 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1101 * org-clock.el (org-clock-resolve-clock): New function that
1102 resolves a clock to a specific time, closing or resuming as need
1103 be, and possibly even starting a new clock.
1104 (org-clock-resolve): New function used by `org-resolve-clocks'
1105 that sets up for the call to `org-clock-resolve-clock'. It
1106 determines the time to resolve to based on a single-character
1107 selection from the user to either keep time, subtract away time or
1109 (org-resolve-clocks): New user command which resolves dangling
1110 clocks -- that is, open but not active -- anywhere in the file
1111 list returned by `org-files-list'.
1112 (org-clock-in): Automatically resolve dangling clocks whenever a
1114 (org-clock-cancel): If the user cancels the solely clock in a
1115 LOGBOOK, remove the empty drawer.
1117 * org-clock.el (org-clock-idle-time): New user customizable option
1118 for detecting whether the user has left a clock idle. Note: it is
1119 only used in this commit to test whether it's worthwhile to check
1120 OS X to get the Mac user's current idle time. If the Emacs idle
1121 time is less than the value, the user hasn't been away long enough
1122 to be worth checking (a more expensive test than just getting
1124 (org-user-idle-seconds, org-mac-idle-seconds)
1125 (org-emacs-idle-seconds): This three functions, in conjunction
1126 with the user customization variable `org-clock-idle-time', return
1127 the number of seconds (as a floating point) that the user has been
1128 away from their Emacs (or, if running on OS X, their computer).
1130 * org-clock.el (org-find-open-clocks): New function that returns a
1131 list of all open clocks in the given FILE. Note that each clock
1132 it returns is a cons cell of the format (MARKER . START-TIME).
1133 This "clock" value is used by several of the new clock module
1135 (org-is-active-clock): New inline function which tests whether the
1136 given clock value is the same as the currently active clock.
1137 Returns non-nil if this is the case.
1138 (org-with-clock-position): New macro that evaluates FORMS with
1139 point in the buffer and at the position of the given clock.
1140 Changes to the current clock are global.
1141 (org-with-clock): New macro that evaluates FORMS with point in the
1142 buffer and at the position of the given clock. However, changes
1143 to the current clock are local and have no effect on the user's
1144 active clock. This allows, for example, far any clock to be
1145 cancelled without cancelling the active clock.
1146 (org-clock-clock-in): New inline function that switches the active
1147 clock to the given clock. If either the argument RESUME, or the
1148 global `org-clock-in-resume', are non-nil, it will resume a clock
1149 that was previously left open.
1150 (org-clock-clock-out): New inline function that clocks out the
1151 given clock value without affecting the currently active clock.
1152 (org-clock-clock-cancel): New inline function that cancels the
1153 given clock value without affecting the currently active clock.
1155 * org-clock.el (org-clock-in): Before creating
1156 `org-clock-mode-line-timer', check to make sure an older timer is
1157 not currently running.
1158 (org-clock-out): Accept new third parameter `at-time', which
1159 permits a clock to be clocked out at a specific time. Note that
1160 no attempt is made to verify that the clock out time is later than
1163 * org.el (org-files-list): New utility function for returning a
1164 list of all open org-mode buffers, plus all files used to build
1165 the agenda buffer. Note that not all the files will necessarily
1166 be visited by a buffer at time of call.
1167 (org-entry-beginning-position): Like the function
1168 `line-beginning-position', this inline function returns the
1169 beginning position of the current heading/entry.
1170 (org-entry-end-position): Like the function `line-end-position',
1171 this inline function returns the end position of the current
1174 2009-10-16 Carsten Dominik <carsten.dominik@gmail.com>
1176 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1179 2009-10-15 Carsten Dominik <carsten.dominik@gmail.com>
1181 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1183 2009-10-14 Carsten Dominik <carsten.dominik@gmail.com>
1185 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1186 entries that have no tags.
1187 (org-agenda-search-view): New customize group.
1188 (org-agenda-search-view-search-words-only): New option.
1189 (org-search-view): Implement substring search.
1191 2009-10-13 Carsten Dominik <carsten.dominik@gmail.com>
1193 * org.el (org-outline-level): Add doc string.
1195 2009-10-12 Carsten Dominik <carsten.dominik@gmail.com>
1197 * org-inlinetask.el (org-inlinetask-export): Re-introduce
1199 (org-inlinetask-export-handler): Only export inline task if the
1200 user option calls for it.
1202 2009-10-10 Carsten Dominik <carsten.dominik@gmail.com>
1204 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1207 2009-10-07 Carsten Dominik <carsten.dominik@gmail.com>
1209 * org-latex.el (org-export-latex-tables): Don't format in
1212 2009-10-06 Carsten Dominik <carsten.dominik@gmail.com>
1214 * org-src.el (org-edit-src-code)
1215 (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1218 * org-agenda.el (org-prefix-category-max-length): New variable.
1219 (org-format-agenda-item): Use `org-prefix-category-max-length'.
1220 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1222 2009-10-03 Carsten Dominik <carsten.dominik@gmail.com>
1224 * org-mobile.el (org-mobile-create-index-file): Improve the
1225 listing of tags and todo keywords.
1227 * org-latex.el (org-export-latex-format-image): New function.
1228 (org-export-latex-links): Use `org-export-latex-format-image'.
1230 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
1232 * org-inlinetask.el (org-inlinetask-get-current-indentation)
1233 (org-inlinetask-remove-terminator): New functions.
1234 (org-inlinetask-export-handler): Terminate the description list.
1236 * org-exp.el (org-export-select-backend-specific-text): Remove the
1239 * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1240 tasks without content.
1242 * org-clock.el: Make sure the clock-in target position does not
1243 move to a different node by widening the buffer.
1245 * org-html.el (org-export-html-format-image): Wrap image into
1246 figure div only when there is a caption.
1248 * org-archive.el (org-archive-mark-done): Change default value to
1251 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1253 * org.el (org-context): Call `bobp', not `eobp'.
1255 * org-clock.el (org-clock-cancel): Remove quotes from marker
1258 * org.el (org-read-date-prefer-future): New allowed value `time'.
1259 (org-read-date-analyze): Shift day to tomorrow depending on time
1260 entered and value of `org-read-date-prefer-future'.
1262 2009-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1264 * org.el (org-set-tags-to): New command.
1266 * org-mobile.el (org-mobile-action-alist): Add more options and
1267 update the docstring.
1268 (org-mobile-apply-flags): Parse for and use the data.
1270 * org-latex.el (org-export-latex-set-initial-vars): Also check in
1273 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1276 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1278 2009-09-29 Carsten Dominik <carsten.dominik@gmail.com>
1280 * org-inlinetask.el (org-inlinetask-export): Option removed.
1281 (org-inlinetask-export-handler): Better export.
1283 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1284 (org-export-as-xoxo): Run the new hook.
1286 * org-html.el (org-export-html-final-hook): New hook.
1287 (org-export-as-html): Run the new hook.
1289 * org-docbook.el (org-export-docbook-final-hook): New hook.
1290 (org-export-as-docbook): Run the new hook.
1292 * org-ascii.el (org-export-ascii-final-hook): New hook.
1293 (org-export-as-ascii): Run the new hook.
1295 * org-mobile.el (org-mobile-create-sumo-agenda): Call
1296 `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1298 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1299 space character as the character before the ^/_.
1300 (org-export-latex-final-hook): New hook.
1301 (org-export-as-latex): Run `org-export-latex-final-hook'.
1303 2009-09-28 Carsten Dominik <carsten.dominik@gmail.com>
1305 * org-macs.el (org-if-unprotected-at): Fix docstring.
1307 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1308 text in the prefix (if category is a link).
1310 * org-latex.el (org-export-latex-preprocess): Deal properly with
1311 empty lines in verse environments.
1313 * org.el (org-format-latex-header): Inline fullpage.sty.
1315 * org-footnote.el (org-footnote-create-definition): Reveal context
1316 to add a new footnote definition.
1318 * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1320 (org-mobile-files): New option.
1321 (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1322 (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1324 (org-mobile-push): Start by creating the files lists.
1325 (org-mobile-copy-agenda-files): Move killing the buffer to after
1326 the save-excursion has exited.
1327 (org-mobile-write-checksums): Write checksums also for files in
1330 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1331 org-table-recalculate when cursor is in TBLFM line.
1333 * org-list.el (org-renumber-ordered-list): Fix cursor position
1334 when bullet length has changed.
1336 2009-09-26 Carsten Dominik <carsten.dominik@gmail.com>
1338 * org.el (org-format-latex): Mention `org-format-latex-options' in
1341 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1343 * org.el (org-agenda-get): New function.
1345 * org-agenda.el (org-agenda-post-command-hook): No longer move
1346 point away from end of line.
1347 (org-agenda-add-entry-text, org-agenda-collect-markers)
1348 (org-finalize-agenda, org-agenda-mark-clocking-task)
1349 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1350 (org-agenda-entry-text-show, org-agenda-highlight-todo)
1351 (org-agenda-compare-effort, org-agenda-filter-apply)
1352 (org-agenda-later, org-agenda-change-time-span)
1353 (org-agenda-post-command-hook, org-agenda-show-priority)
1354 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1355 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1356 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1357 (org-agenda-open-link, org-agenda-copy-local-variable)
1358 (org-agenda-switch-to, org-agenda-check-no-diary)
1359 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1360 (org-agenda-add-note, org-agenda-change-all-lines)
1361 (org-agenda-priority, org-agenda-set-tags)
1362 (org-agenda-set-property, org-agenda-set-effort)
1363 (org-agenda-toggle-archive-tag, org-agenda-date-later)
1364 (org-agenda-show-new-time, org-agenda-date-prompt)
1365 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1366 (org-agenda-clock-in, org-agenda-bulk-mark)
1367 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1370 * org-colview.el (org-columns-display-here)
1371 (org-columns-edit-allowed, org-agenda-columns): Use
1374 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1376 * org.el (org-special-ctrl-a/e): Improve documentation and
1378 (org-end-of-line): Don't jump to after the ellipsis.
1379 (org-mode-map): Bind <home> and <end> as well.
1381 2009-09-24 Carsten Dominik <carsten.dominik@gmail.com>
1383 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1384 space after #+ as comments.
1385 (org-open-at-point): Run `org-follow-link-hook' always.
1387 * org-latex.el (org-export-latex-emph-format): Use better commands
1388 to insert special characters in verbatim snippets.
1390 2009-09-22 Carsten Dominik <carsten.dominik@gmail.com>
1392 * org-faces.el (org-copy-face): New function. Use it to create
1393 various faces formerly created by using `copy-face'.
1395 * org-agenda.el (org-prepare-agenda): Don't officially mark this
1397 (org-agenda-quit): Kill the frame containing the agenda window if
1398 that frame was created for the agenda.
1400 2009-09-21 Carsten Dominik <carsten.dominik@gmail.com>
1402 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1403 stamp in the agenda.
1405 2009-09-19 Carsten Dominik <carsten.dominik@gmail.com>
1407 * org-mobile.el (org-mobile-create-index-file): Add the list of
1408 TODO keywords, and the list of drawers to the index file.
1410 * org-agenda.el (org-prepare-agenda): Reset
1411 `org-drawers-for-agenda'.
1412 (org-prepare-agenda): Uniquify list of drawers.
1414 * org.el (org-complex-heading-regexp-format): New variable.
1415 (org-set-regexps-and-options): Define
1416 `org-complex-heading-regexp-format'.
1417 (org-drawers-for-agenda): New variable.
1418 (org-map-entries): Bind `org-drawers-for-agenda'.
1419 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1421 * org-remember.el (org-go-to-remember-target)
1422 (org-remember-handler): Use `org-complex-heading-regexp-format'.
1424 2009-09-18 Carsten Dominik <carsten.dominik@gmail.com>
1426 * org-agenda.el (org-agenda-highlight-todo): Fix text property
1429 * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1430 the capture file, and make it non-configurable.
1432 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1433 always with `invisible-ok'.
1434 (org-store-link): No error when there is nothing to link to in the
1437 * org-list.el (org-update-checkbox-count): Insert changed cookie
1438 before the old, to avoid problems with invisibility at the end of
1440 (org-update-checkbox-count): Insert changed cookie before the old,
1441 to avoid problems with invisibility at the end of the line.
1443 * org.el (org-sort-entries-or-items): Include the final newline.
1444 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1445 lines for fontification.
1446 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1447 (org-prepare-dblock): Store the current indentation of the BEGIN
1449 (org-update-dblock): Apply the indentation of the begin line to
1450 the rest of the block.
1451 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1452 (org-startup-folded): New allowed value `showeverything'.
1453 (org-startup-options): Add STARTUP keyword `showeverything'.
1454 (org-set-startup-visibility): Respect value `showeverything' in
1457 2009-09-17 Carsten Dominik <carsten.dominik@gmail.com>
1459 * org.el (org-closest-date): Fix issue with past preference.
1461 * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1463 * org-archive.el (org-archive-set-tag)
1464 (org-archive-subtree-default): New commands.
1466 * org-mobile.el (org-mobile-create-index-file): Fix link to
1468 (org-mobile-copy-agenda-files): Create the capture file if it does
1471 * org-clock.el (org-clock-clocktable-default-properties): New
1473 (org-clock-report): Use
1474 `org-clock-clocktable-default-properties'.
1476 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
1478 * org.el (org-iswitchb-completing-read): Fix typo.
1480 * org-crypt.el: New file.
1482 * org.el: Add an entry for org-crypt.
1484 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
1486 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1488 (org-batch-store-agenda-views): New function.
1489 (org-mobile-force-id-on-agenda-items): Mention variable.
1490 (org-agenda-title-append): Define variable.
1491 (org-write-agenda): New export to Org files.
1492 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1493 (org-agenda): Allow to keep the restricted file list if a special
1494 variable is bound to t.
1495 (org-agenda): Define a special agenda view for working on flagged
1497 (org-agenda-get-restriction-and-command): List the new agenda
1499 (org-agenda-show-the-flagging-note): New command.
1500 (org-agenda-mode-map): New key `?' for looking at the flagging
1503 * org.el (org-autoload): Autoload org-mobile.el.
1504 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1506 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1508 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
1510 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1512 (org-table-get-remote-range): Match indented #+TBLNAME
1515 * org.el (org-convert-to-odd-levels)
1516 (org-convert-to-oddeven-levels): Work also correctly if the file
1519 2009-09-12 Carsten Dominik <carsten.dominik@gmail.com>
1521 * org.el (org-store-link): When in agenda buffer, link to
1523 (org-add-planning-info): Remove spaces at eol.
1525 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1528 2009-09-10 Carsten Dominik <carsten.dominik@gmail.com>
1530 * org-latex.el (org-export-latex-first-lines): Fix problem with
1531 LaTeX export of first line and selected subtree.
1533 * org.el (org-shifttab): Interpret arg differently when using only
1536 2009-09-09 Bastien Guerry <bzg@altern.org>
1538 * org.el (org-check-agenda-file): Use a more explicit message
1540 2009-09-08 Carsten Dominik <carsten.dominik@gmail.com>
1542 * org-exp.el (org-export-remove-special-table-lines): Don't remove
1545 2009-09-08 Bastien Guerry <bzg@altern.org>
1547 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1548 prompt in the temporary window.
1550 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1551 prefix for marked entries in the agenda view.
1553 2009-09-07 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
1555 * org.el (outline-end-of-subtree): Bugfix: advise this function in
1556 a way that prevents any trailing character from being displayed.
1558 2009-09-07 Carsten Dominik <carsten.dominik@gmail.com>
1560 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1563 * org-exp.el (org-export-remove-special-table-lines): Remove bad
1566 2009-09-06 Carsten Dominik <carsten.dominik@gmail.com>
1568 * org-latex.el (org-export-latex-preprocess): Do not protect in
1571 * org-src.el (org-edit-src-save): Save window setup while saving.
1572 (org-edit-src-code): Use new buffer name construction scheme.
1574 2009-09-04 Carsten Dominik <carsten.dominik@gmail.com>
1576 * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1578 (org-agenda-entry-text-cleanup-hook): New hook.
1579 (org-agenda-get-some-entry-text): Remove matches of
1580 `org-agenda-entry-text-exclude-regexps' and run the hook
1581 `org-agenda-entry-text-cleanup-hook'.
1583 * org.el (org-offer-links-in-entry): New argument ZERO to
1584 implement a link with index zero.
1585 (org-cycle-show-empty-lines): Not keep empty line under header
1587 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1588 to nil for special completion.
1589 (org-store-link): Don't error before the first heading.
1591 * org-agenda.el (org-agenda-open-link): Pass the prefix to
1592 `org-offer-links-in-entry'.
1594 2009-09-03 Carsten Dominik <carsten.dominik@gmail.com>
1596 * org-agenda.el (org-agenda-quit): Provide the window argument for
1597 `window-dedicated-p', Emacs 22 needs it.
1598 (org-format-agenda-item): If the category is a link, arrange for
1599 invisible text to replaced with spaces.
1600 (org-compile-prefix-format): Add the extra space.
1601 (org-prefix-category-length): New variable.
1603 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1604 references from TOC lines.
1606 * org.el (org-selected-window): New variable.
1608 * org-table.el (org-table-edit-formulas): Remember the selected
1610 (org-table-fedit-finish, org-table-fedit-abort): Select the window
1611 that was originally selected.
1613 * org-exp.el (org-export-preprocess-apply-macros): Scan the
1614 expansion of a macro for more macro definitions.
1616 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1617 invisibility overlay starts on the newline.
1619 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1621 * org-protocol.el (org-protocol-store-link)
1622 (org-protocol-remember, org-protocol-open-source): Add autoloads.
1624 * org-compat.el (org-float-time): New function.
1626 * org.el (org-clock-update-time-maybe)
1627 (org-sort-entries-or-items, org-do-sort)
1628 (org-evaluate-time-range, org-time-string-to-seconds)
1629 (org-closed-in-range): Use `org-float-time'.
1631 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1632 (org-timer-seconds): Use `org-float-time'.
1634 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1635 (org-clock-sum, org-dblock-write:clocktable)
1636 (org-clocktable-steps): Use `org-float-time'.
1638 * org-agenda.el (org-agenda-last-marker-time)
1639 (org-agenda-new-marker, org-diary): Use `org-float-time'.
1641 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1644 * org-exp.el (org-get-file-contents): Only protect lines that
1647 * org-html.el (require): Require cl for compilation.
1649 * org.el: Avoid using `default-major-mode'.
1651 * org-plot.el (require): Require CL only at compile time.
1653 * org-exp.el (require): Require CL only at compile time.
1655 * org-agenda.el (org-agenda-quit): When the agenda window is
1656 dedicated, remove other windows before exiting, so that the frame
1657 really will be killed.
1659 * org-exp.el (org-export-handle-include-files): Reset START and
1660 END for each loop cycle.
1662 2009-09-01 Carsten Dominik <carsten.dominik@gmail.com>
1664 * org.el (org-eval-in-calendar): Use
1665 `org-select-frame-set-input-focus'.
1667 * org-compat.el (org-select-frame-set-input-focus): New function.
1669 * org.el (org-update-statistics-cookies): New function.
1670 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1672 2009-08-31 Carsten Dominik <carsten.dominik@gmail.com>
1674 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1675 after the local variables are set.
1677 * org-latex.el (org-export-latex-protect-amp): New function.
1678 (org-export-latex-links): Protect link ampersands in tables.
1680 * org-exp.el (org-export-select-backend-specific-text): Match in
1681 two steps, to avoid regexp problems.
1683 * org.el (org-offer-links-in-entry): Improve working with many and
1686 * org-agenda.el (org-agenda-show-1): Make more consistent with
1688 (org-agenda-cycle-show): Make more consistent with normal cycling.
1690 * org-gnus.el (org-gnus-store-link): Restore the linking to a
1693 2009-08-30 Bastien Guerry <bzg@altern.org>
1695 * org-latex.el (org-export-latex-first-lines): Bugfix.
1697 2009-08-29 Carsten Dominik <carsten.dominik@gmail.com>
1699 * org-clock.el (org-clock-modify-effort-estimate): Emit message
1702 * org.el (org-set-effort): New function.
1703 (org-mode-map): New key for effort setting command.
1705 * org-agenda.el (org-agenda): Keep window setup when calling
1706 agenda from within agenda window.
1707 (org-agenda-mode-map): New keys for effort setting commands.
1708 (org-agenda-menu): Add effort setting commands to menu.
1709 (org-agenda-set-property, org-agenda-set-effort): New functions.
1711 * org-latex.el (org-export-latex-tables): Fix
1712 `org-table-last-alignment' and `org-table-last-column-widths' if
1713 the first column has been removed.
1715 2009-08-28 Carsten Dominik <carsten.dominik@gmail.com>
1717 * org.el (org-remove-timestamp-with-keyword): Only remove in
1718 entry, not in subtree.
1720 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1723 * org.el (org-open-at-point): When on headline, offer all strings
1726 * org-remember.el (org-remember-templates): Documentation fix.
1728 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1729 `org-get-last-sibling' instead of the outline versions of these
1731 (org-get-last-sibling): New function.
1732 (org-refile): Use `org-get-next-sibling' instead of the outline
1733 version of this function.
1734 (org-clean-visibility-after-subtree-move): Use
1735 `org-get-next-sibling' and `org-get-last-sibling' instead of the
1736 outline versions of these functions.
1738 2009-08-27 Carsten Dominik <carsten.dominik@gmail.com>
1740 * org-agenda.el (org-prepare-agenda): When creating a new frame
1741 for the agenda, make the window dedicated.
1743 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1745 * org-table.el (org-table-align): Change the order of reinsertion
1746 and deletion, to avoid problems with overlays following the table.
1748 * org.el (org-parse-time-string): Better error message.
1749 (org-show-subtree): Use org-end-of-subtree.
1751 * org-macs.el (org-goto-line): New defsubst.
1753 * org.el (org-open-file, org-change-tag-in-region)
1754 (org-fast-tag-show-exit): Don't use `goto-line'.
1756 * org-table.el (org-table-align, org-table-insert-column)
1757 (org-table-delete-column, org-table-move-column)
1758 (org-table-sort-lines, org-table-copy-region)
1759 (org-table-paste-rectangle, org-table-wrap-region)
1760 (org-table-get-specials, org-table-rotate-recalc-marks)
1761 (org-table-get-range, org-table-recalculate)
1762 (org-table-edit-formulas, org-table-fedit-convert-buffer)
1763 (org-table-show-reference, org-table-highlight-rectangle): Don't
1766 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1767 (org-edit-src-exit): Don't use `goto-line'.
1769 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1771 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1772 Don't use `goto-line'.
1774 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1776 * org-colview.el (org-columns, org-columns-redo)
1777 (org-agenda-columns): Don't use `goto-line'.
1779 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1782 * org-agenda.el (org-agenda-mode): Force visual line motion off.
1783 (org-agenda-add-entry-text-maxlines): Improve docstring.
1784 (org-agenda-start-with-entry-text-mode): New option.
1785 (org-agenda-entry-text-maxlines): New option.
1786 (org-agenda-entry-text-mode): New variable.
1787 (org-agenda-mode): Set initial value of
1788 `org-agenda-entry-text-mode'.
1789 (org-agenda-mode-map): Add the `E' key.
1790 (org-agenda-menu): Add entry text mode to the menu.
1791 (org-agenda-get-some-entry-text): Fix line count bug.
1792 (org-finalize-agenda): Apply entry text mode if appropriate.
1793 (org-agenda-entry-text-show-here): New function.
1794 (org-agenda-entry-text-show): New function.
1795 (org-agenda-entry-text-hide): New function.
1796 (org-agenda-view-mode-dispatch): Add entry text mode to the view
1798 (org-agenda-entry-text-mode): New command.
1799 (org-agenda-set-mode-name): Add entry text mode to the mode line
1801 (org-agenda-undo, org-agenda-get-restriction-and-command)
1802 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1805 2009-08-26 Bernt Hansen <bernt@norang.ca>
1807 * org-clock.el (org-notify): Bugfix.
1809 2009-08-25 Carsten Dominik <carsten.dominik@gmail.com>
1811 * org-agenda.el (org-agenda-open-link): Handle multiple links and
1812 check for after-string.
1814 * org-gnus.el (org-gnus-store-link): Simplify.
1816 * org.el (org-latex-regexps): Don't add extra empty lines for
1819 2009-08-24 Carsten Dominik <carsten.dominik@gmail.com>
1821 * org-agenda.el (org-agenda-get-some-entry-text): New function.
1822 (org-agenda-add-entry-text): Use
1823 `org-agenda-get-some-entry-text'.
1825 * org.el (org-cycle-separator-lines): Update docstring.
1826 (org-cycle-show-empty-lines): Handle negative values for
1827 `org-cycle-show-empty-lines'.
1829 * org-exp.el (org-export-protect-sub-super): New function.
1830 (org-export-normalize-links): Protect the url of plain links from
1831 supscript and superscript processing.
1833 * org-remember.el (org-remember-escaped-%): New function.
1834 (org-remember-apply-template): Use `org-remember-escaped-%' to
1835 detect escaped % signs.
1837 2009-08-23 Bastien Guerry <bzg@altern.org>
1839 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1840 sound when showing the notification.
1842 * org-clock.el (org-notify): New function.
1843 (org-clock-notify-once-if-expired): Use `org-notify'.
1845 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1846 and `gnus-article-mode' separately.
1847 (gnus-summary-article-header): Fix the declare-function.
1849 2009-08-23 Carsten Dominik <carsten.dominik@gmail.com>
1851 * org-exp.el (org-export-format-source-code-or-example): Translate
1854 * org-src.el (org-src-lang-modes): New variable
1855 (org-edit-src-code): Translate language.
1857 * org-exp.el (org-export-format-source-code-or-example): Deal wit
1858 the new structure of the `org-export-latex-listings-langs'
1861 * org-latex.el (org-export-latex-listings-langs): Change structure
1862 of the variable from plist to alist.
1864 2009-08-21 Carsten Dominik <carsten.dominik@gmail.com>
1866 * org.el (org-in-commented-line): New function.
1868 2009-08-20 Carsten Dominik <carsten.dominik@gmail.com>
1870 * org.el (org-hide-block-toggle): Make folded blocks searchable.
1872 2009-08-19 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
1874 * org.el (org-flag-drawer): More useful error.
1876 2009-08-19 Carsten Dominik <carsten.dominik@gmail.com>
1878 * org-remember.el (org-remember-apply-template): Use
1879 org-icompleting-read.
1881 * org-publish.el (org-publish): Use org-icompleting-read.
1883 * org-colview.el (org-columns-edit-value, org-columns-new)
1884 (org-insert-columns-dblock): Use org-icompleting-read.
1886 * org-colview-xemacs.el (org-columns-edit-value)
1887 (org-columns-new, org-insert-columns-dblock): Use
1888 org-icompleting-read.
1890 * org-attach.el (org-attach-delete-one, org-attach-open): Use
1891 org-icompleting-read.
1893 2009-08-18 Carsten Dominik <carsten.dominik@gmail.com>
1895 * org.el (org-hierarchical-todo-statistics): Improve docstring.
1896 (org-version): Return the version text.
1897 (org-org-menu): Add a menu entry for the new bug reporter.
1898 (org-submit-bug-report): New command.
1900 * org-list.el (org-hierarchical-checkbox-statistics): Improve
1903 * org.el (org-emphasis-regexp-components): Add "`" to set of
1904 pre-emphasis characters.
1906 * org-latex.el (org-export-latex-classes): Always include the soul
1908 (org-export-latex-emphasis-alist): Use \st for strikethough.
1910 * org-exp-blocks.el (org-export-blocks-preprocess): Use
1911 `indent-code-rigidly' to indent.
1913 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1914 properties only if MATCH really is a string.
1916 2009-08-16 Carsten Dominik <carsten.dominik@gmail.com>
1918 * org-latex.el (org-export-latex-packages-alist): Fix
1921 * org.el (org-create-formula-image): Also use
1922 `org-export-latex-packages-alist'.
1924 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1925 (org-export-as-html): Format footnotes correctly.
1927 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
1929 * org.el (org-fast-tag-selection): Avoid text properties on tags
1932 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1933 text properties on the match element.
1935 2009-08-12 Carsten Dominik <carsten.dominik@gmail.com>
1937 * org.el (org-set-regexps-and-options): Make sure the list of done
1938 keywords is not invalid.
1940 * org-exp.el (org-export-interpolate-newlines): New function.
1942 2009-08-11 Carsten Dominik <carsten.dominik@gmail.com>
1944 * org.el (org-format-latex): Avoid nested overlays.
1946 * org-latex.el (org-export-latex-listings-langs): Add a few more
1949 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1950 ignore newlines and space before the first macro argument.
1952 * org-latex.el (org-export-latex-tables): Remove save-excursion
1953 around `org-table-align'.
1955 2009-08-10 Carsten Dominik <carsten.dominik@gmail.com>
1957 * org.el (org-export-html-special-string-regexps): Definition
1960 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1963 2009-08-09 Carsten Dominik <carsten.dominik@gmail.com>
1965 * org-latex.el (org-export-latex-listings)
1966 (org-export-latex-listings-langs): New options.
1968 * org-exp.el (org-export-format-source-code-or-example): Use
1969 listing package if requested by the user.
1971 2009-08-08 Bastien Guerry <bzg@altern.org>
1973 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1974 command before actually switching to a buffer.
1976 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
1978 * org-exp.el (org-get-file-contents): Only quote org lines when
1979 the markup is src or example.
1981 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1983 (org-agenda-get-day-entries): Remember deadline results and pass
1984 them on into the function getting the scheduling information.
1985 (org-agenda-get-scheduled): Accept deadline results as parameters
1986 and maybe skip some entries.
1987 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1989 * org.el (org-insert-heading): When respecting content, do not
1990 convert current line to headline.
1992 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1993 cheeeeeck the hd marker
1994 (org-clock-in): Also set the hd marker.
1995 (org-clock-out): Also set the hd marker.
1996 (org-clock-cancel): Reset markers.
1998 * org.el (org-clock-hd-marker): New marker.
2000 * org-faces.el (org-agenda-clocking): New face.
2002 * org-agenda.el (org-agenda-mark-clocking-task): New function.
2003 (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2005 * org.el (org-modules): Add org-track.el.
2007 * org-agenda.el (org-agenda-bulk-marked-p): New function.
2008 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2009 `org-agenda-bulk-marked-p'.
2010 (org-agenda-bulk-toggle): New command.
2012 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2014 * org.el (org-move-subtree-down): Hide subtree if it was folded,
2017 * org-remember.el (org-remember-finalize): Avoid buffer-modified
2020 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
2022 * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2023 before gnuplot can read it.
2025 2009-08-05 Carsten Dominik <carsten.dominik@gmail.com>
2027 * org-latex.el (org-export-latex-first-lines): Fix bug with
2028 finding the end of the first lines.
2030 * org.el (org-create-formula-image): Remove the -E option for
2033 * org-exp.el (org-default-export-plist): Respect #+BIND.
2034 (org-export-confirm-letbind): New function.
2036 * org.el (org-paste-subtree): Test the kill ring entry if it is
2038 (org-copy-subtree): Use `org-forward-same-level'.
2039 (org-forward-same-level): Respect the `invisibe-ok' arg for
2042 2009-08-04 Carsten Dominik <carsten.dominik@gmail.com>
2044 * org.el (org-table-map-tables): Make sure cursor is back at table
2045 beginning after funcall.
2047 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2048 handled before children, and do not error if an entry is not
2049 found, probably because it hase been remove when the parent was
2050 archived or refiled.
2052 * org.el (org-ido-completing-read): Accept straight lists for
2053 completion as well as alists.
2055 * org-html.el (org-export-as-html): Fix parenthesis error in
2058 * org-timer.el (org-timer-cancel-timers): Renamed from
2059 `org-timer-cancel-timers'.
2061 * org.el (org-cycle-internal-local): Fix problem with finding next
2064 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
2066 * org-list.el (org-list-send-list): Call
2067 `org-list-goto-true-beginning' instead of
2068 `org-list-find-true-beginning', which does not exist.
2070 * org-timer.el (org-timer-reset-timers): Use `mapc'.
2071 (org-timer-set-timer): Do not assign to heading.
2073 * org-id.el (org-id-open): Quote function name.
2075 * org-macs.el (org-unmodified): Turn off recording undo
2076 information while running inside the macro.
2078 * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2080 (org-indent-mode): Remember and restore value of
2081 org-hide-leading-stars before `org-indent-mode'.
2083 * org-table.el (org-table-export): Also work in file-less
2086 * org.el (org-startup-indented): New option.
2087 (org-startup-options): Add new options indent and noindent.
2088 (org-unfontify-region): Remove line-prefix and wrap-prefix
2090 (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2092 (org-promote, org-demote): Run the new hooks.
2094 * org-table.el (org-table-align): Replace leading \n as well.
2096 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2097 and `line-wrap' text properties.
2099 * org-compat.el (org-kill-new): New function.
2101 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2102 `line-wrap' text properties.
2104 * org-indent.el: New file.
2106 2009-08-02 Carsten Dominik <carsten.dominik@gmail.com>
2108 * org.el (org-provide-todo-statistics): Tweak docstring.
2110 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2112 2009-08-01 Carsten Dominik <carsten.dominik@gmail.com>
2114 * org-exp.el (org-export-as-org): Insert the "-source" string
2115 before the extension.
2117 * org.el (org-read-date): Make sure the calendar is in the current
2119 (org-set-emph-re): Remove the ? from the post-match.
2120 (org-emphasis-regexp-components): Add backslash to the
2122 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2123 optional so that also lines at the end of the buffers will still
2124 be matched as headlines.
2126 * org-table.el (org-table-error-on-row-ref-crossing-hline):
2127 Variable made obsolete.
2128 (org-table-relative-ref-may-cross-hline): New option.
2129 (org-table-find-row-type): Honow the new option
2130 `org-table-relative-ref-may-cross-hline'.
2132 2009-07-31 Carsten Dominik <carsten.dominik@gmail.com>
2134 * org-table.el (org-table-cut-region, org-table-copy-region): Work
2135 on single field if no active region.
2137 2009-07-27 Carsten Dominik <carsten.dominik@gmail.com>
2139 * org-latex.el (org-export-latex-make-header): Only insert title
2142 * org.el (org-make-options-regexp): Allow empty values.
2144 * org-html.el (org-export-as-html): Move hrule detection to after
2145 plain list handling.
2147 2009-07-26 Carsten Dominik <carsten.dominik@gmail.com>
2149 * org-html.el (org-format-org-table-html): Fix colgroup tags.
2151 2009-07-23 Carsten Dominik <carsten.dominik@gmail.com>
2153 * org.el (org-cycle-internal-local): Improved version of finding
2155 (org-cycle-hide-drawers): Only hide drawers if this is really
2157 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2158 org-version of this function in Org-mode. We use advice to
2159 implement this change, so that future changes to this function in
2160 outline.el wil be handled properly.
2161 (org-forward-same-level, org-backward-same-level): New commands.
2163 2009-07-21 Carsten Dominik <carsten.dominik@gmail.com>
2165 * org.el (org-remove-empty-overlays-at)
2166 (org-clean-visibility-after-subtree-move): New functons.
2167 (org-move-subtree-down): Simplify cleanup of display.
2169 2009-07-20 Carsten Dominik <carsten.dominik@gmail.com>
2171 * org-mac-message.el (org-mac-message-get-links): Improve
2172 docstring. Make argument SELECT-OR-FLAGGED optional, default to
2173 "s". Fix the return value.
2174 (org-mac-message-insert-flagged): Simplify.
2176 * org.el (org-refile-get-location): Tamper with refile history o
2177 that history contains compete matches instead of the entered
2180 2009-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2182 * org.el (org-store-link): Never store a link to an inline task.
2184 * org-inlinetask.el (org-inlinetask-insert-task): New command.
2186 * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2187 inline tasks when positioning footnotes.
2189 * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2192 * org.el (org-refile): Remove the END line when archiving an
2193 inline task that does have an END line.
2195 * org-archive.el (org-archive-subtree): Remove the END line when
2196 archiving an inline task that does have an END line.
2198 * org-macs.el (org-with-limited-levels): New macro.
2199 (org-get-limited-outline-regexp): New function.
2201 * org-exp.el (org-export-format-source-code-or-example): Fix bug
2202 that did not enumerate first line.
2203 (org-export-mark-radio-links): Skip matches in links.
2205 2009-07-18 Carsten Dominik <carsten.dominik@gmail.com>
2207 * org.el (org-activate-plain-links): Make single-match.
2208 (org-adapt-indentation): Fix docstring.
2210 * org-macs.el (org-unmodified): Turn of modification hooks while
2213 2009-08-02 Bastien Guerry <bzg@altern.org>
2215 * org.el (org-adapt-indentation): Slightly improve the docstring.
2216 (org-occur): Sends an error when the user inputs an empty string.
2217 (org-priority): Bugfix: the tag alignement should happen within
2220 2009-07-31 Bastien Guerry <bzg@altern.org>
2222 * org.el (org-make-link-regexps): Don't exclude parentheses from
2224 (org-cycle-internal-local): When locally cycling, switch directly
2225 from CHILDREN to FOLDED if there is no subtree
2226 (org-cycle): Update the docstring to document the new behavior of
2227 `org-cycle-internal-local'.
2229 2009-07-29 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
2231 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2232 an abbreviated format for days.
2234 2009-07-27 Bastien Guerry <bzg@altern.org>
2236 * org-protocol.el (org-protocol-default-template-key): New
2239 * org.el (org-refile): Bugfix: save-excursion before reading the
2240 refile target, otherwise cursor moves might confuse `org-refile'.
2242 * org-html.el (org-export-as-html): Bugfix: correctly convert the
2243 footnote reference before the footnote itself.
2245 * org.el (org-toggle-heading): Bugfix: correctly convert list
2246 items before the first headline.
2248 * org-html.el (org-export-html-footnote-format): New option for
2249 formatting the footnote reference.
2250 (org-export-as-html): Use the new option.
2252 * org.el (org-provide-todo-statistics): Allow a list of TODO
2253 keywords to compute statistics against headlines containing a
2254 keyword from this list.
2255 (org-update-parent-todo-statistics): Possibly use the new allowed
2256 value of `org-provide-todo-statistics'.
2258 2009-07-26 Bastien Guerry <bzg@altern.org>
2260 * org-timer.el: Add autoload cookie.
2262 * org.el (org-occur-link-in-agenda-files): New function.
2264 * org-timer.el (org-timer-last-timer): New variable.
2266 * org-agenda.el (org-agenda-mode-map): New key for
2267 org-timer-set-timer called from the agenda.
2269 * org.el (org-mode-map): New key for org-timer-set-timer.
2271 * org-timer.el (org-timer-reset-timers)
2272 (org-timer-show-remaining-time, org-timer-set-timer): New
2275 * org-clock.el (org-show-notification): Update the docstring.
2277 * org.el (org-provide-todo-statistics): Allow new value
2278 'all-headlines for this option, which includes entries with no
2279 TODO keywords in the todo statistics.
2280 (org-update-parent-todo-statistics): Possibly use the new
2281 'all-headline value from `org-provide-todo-statistics'.
2283 2009-07-25 Bastien Guerry <bzg@altern.org>
2285 * org-clock.el (org-dblock-write:clocktable): Add a new option
2286 :timestamp which allows display of timestamps in clock reports.
2288 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2289 list to a subtree, preserving the structure of the list.
2290 (org-set-emph-re): Make the last element optional in the regexp.
2291 This regexp now matches an emphasized string at the end of a line.
2293 * org-list.el (org-list-goto-true-beginning)
2294 (org-list-make-subtree, org-list-make-subtrees): New functions.
2296 * org.el (org-eval-in-calendar): Select the right frame.
2297 (org-save-frame-excursion): Remove this macro.
2299 2009-07-24 Bastien Guerry <bzg@altern.org>
2301 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2302 trying to find the beginning of a list.
2304 * org-exp.el (org-get-file-contents): Use a new argument: markup.
2305 When present, tell org-get-file-contents not to protect org-like
2308 * org-id.el (org-id-uuid-program): New option to set the name of
2309 the uuidgen program.
2310 (org-id-method): Use `org-id-uuid-program'.
2311 (org-id-new): Use `org-id-uuid-program'.
2313 2009-07-23 Bastien Guerry <bzg@altern.org>
2315 * org-exp.el (org-export-number-lines): Allow whitespace in code
2316 references. Allow the -r switch to remove the references in the
2317 source code even when the lines are not numbered: the labels can
2320 * org.el (org-fontify-whole-heading-line): New option.
2321 (org-set-font-lock-defaults): Use the new option.
2323 * org-clock.el (org-show-notification-handler): New option.
2324 (org-show-notification): Use the new option.
2326 2009-07-21 Bastien Guerry <bzg@altern.org>
2328 * org.el (org-eval-in-calendar): Fix a bug about calendar
2329 navigation when `calendar-setup' value is 'calendar-only.
2331 2009-07-19 Bastien Guerry <bzg@altern.org>
2333 * org.el (orgstruct++-mode): Fix typo in docstring.
2334 (org-insert-link): Clean up: (or (...)) => (...)
2335 (org-insert-link): Use TAB for stored links completion.
2337 2009-07-18 Bastien Guerry <bzg@altern.org>
2339 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2340 building the list of targets.
2342 * org-remember.el (org-remember-delete-empty-lines-at-end): New
2344 (org-remember-handler): Use the new option.
2346 2009-07-17 James TD Smith <ahktenzero@mohorovi.cc>
2348 * org.el (org-tags-sort-function): New option for sorting tags.
2349 (org-set-tags): Use the new option to sort tags.
2351 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2352 premature deletion of the data when using org-plot in a script.
2354 2009-07-17 Bastien Guerry <bzg@altern.org>
2356 * org-clock.el (org-clock-in-prepare-hook): New hook.
2357 (org-clock-in): Use this new hook.
2359 2009-07-16 Bastien Guerry <bzg@altern.org>
2361 * org.el (org-special-ctrl-a/e): Explicitely bind the value
2362 'reversed for this option to the "true line boundary first"
2364 (org-tags-match-list-sublevels): Document the 'indented value for
2367 * org-latex.el (org-export-latex-first-lines): Fix problem with
2368 publishing the region.
2370 * org-exp.el (org-export-format-source-code-or-example): Fix
2371 bad line numbering when exporting examples in HTML.
2373 * org-colview.el (org-format-time-period): Formats a time in
2374 fractional days as days, hours, mins, seconds.
2375 (org-columns-display-here): Add special handling for SINCE and
2376 SINCE_IA to format for display.
2378 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
2380 * org.el (org-tags-sort-function): Add custom declaration for tags
2382 (org-set-tags): Sort tags if org-tags-sort-function is set
2384 2009-07-08 Carsten Dominik <carsten.dominik@gmail.com>
2386 * org-clock.el (org-clock-goto): Find hidden headlines as well.
2388 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2390 * org-plot.el (org-plot/add-options-to-plist): Add timeind
2393 2009-07-07 Carsten Dominik <carsten.dominik@gmail.com>
2395 * org-publish.el (org-publish-remove-all-timestamps): New function.
2396 (org-publish-all): Remove all timestamp files if `org-publish-all'
2397 is called with a prefix argument.
2399 * org-list.el (org-indent-item): Fix typo.
2400 (org-item-indent-positions): Normalize ordered bullet.
2402 * org-html.el (org-export-html-home/up-format): New option.
2403 (org-export-as-html): Insert the up and HOME links.
2405 2009-07-06 Carsten Dominik <carsten.dominik@gmail.com>
2407 * org-html.el (org-export-as-html): Insert the title into the
2409 (org-export-html-insert-plist-item): New function.
2410 (org-export-as-html): Call `org-export-html-insert-plist-item'.
2412 * org-macs.el (org-set-local): Make a local variable, do not make
2413 the variable buffer-local!
2415 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2417 * org-html.el (org-export-as-html): Call `org-install-letbind'.
2419 * org-docbook.el (org-export-as-docbook): Call
2420 `org-install-letbind'.
2422 * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2424 * org-exp.el (org-infile-export-plist): Read BIND lines.
2425 (org-install-letbind): New function.
2426 (org-export-as-org, org-export-preprocess-string): Call
2427 `org-install-letbind'.
2429 * org-src.el (org-edit-src-exit): Untabify the example before
2432 * org-list.el (org-list-demote-modify-bullet): New option.
2433 (org-first-list-item-p): Save point.
2434 (org-fix-bullet-type): New optional argument FORCE-BULLET.
2435 (org-indent-item): Honor `org-list-demote-modify-bullet'.
2436 (org-item-indent-positions): Return bullet types along with
2439 2009-07-05 Carsten Dominik <carsten.dominik@gmail.com>
2441 * org.el (org-show-entry): Hide drawers.
2443 2009-07-03 Carsten Dominik <carsten.dominik@gmail.com>
2445 * org-footnote.el (org-footnote-auto-adjust): New option.
2446 (org-footnote-auto-adjust-maybe): New function.
2447 (org-footnote-new, org-footnote-delete): Call
2448 `org-footnote-auto-adjust-maybe'.
2450 * org.el (org-startup-options): Add new footnote-related
2453 * org-publish.el (org-publish-timestamp-filename): Additional
2454 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2455 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2456 TRUE-PUB-DIR. Pass them through to
2457 `org-publish-timestamp-filename'.
2458 (org-publish-update-timestamp): Additional arguments PUB-DIR and
2459 PUB-FUNC, which are included in the hash.
2460 (org-publish-file): Delay timestamp test until the publishing
2463 2009-07-02 Carsten Dominik <carsten.dominik@gmail.com>
2465 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2466 setting the deadline.
2468 * org.el (org-read-date-final-answer): New variable.
2469 (org-read-date): Store the final answer string, including the date
2470 from the calendar, for reuse by agenda bulk commands.
2472 * org-publish.el (org-publish-attachment): Fix publishing of
2475 * org-latex.el (org-export-latex-quotation-marks): Fix export of
2476 quotation makrs in parenthesis.
2477 (org-remove-initial-hash): New function.
2478 (org-export-latex-preprocess): Fix bug with infinite loop if
2479 environment is not properly closed.
2481 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2484 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2485 highlight also when indented.
2487 2009-07-01 Carsten Dominik <carsten.dominik@gmail.com>
2489 * org-footnote.el (org-footnote-renumber-fn:N): New command.
2490 (org-footnote-action): Offer renumbering.
2492 * org.el (org-cycle): Honor the `integrate' value of
2493 org-cycle-include-plain-lists'.
2495 * org-list.el (org-cycle-include-plain-lists): New allowed value
2496 `internal'. Improve the docstring.
2498 * org.el (org-set-autofill-regexps): Improve the paragraph-start
2499 regexp to work better with LaTeX commands.
2501 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
2503 * org-feed.el (org-feed-update): fix problem with non-existing
2505 (org-feed-skip-http-headers): New function.
2506 (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2507 (org-feed-get-feed): Fix command line arguments for curl.
2509 2009-06-28 Carsten Dominik <carsten.dominik@gmail.com>
2511 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2514 2009-06-27 Carsten Dominik <carsten.dominik@gmail.com>
2516 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2519 * org.el (org-map-entries): No longer force
2520 `org-tags-match-list-sublevels' to t during a todo-only tags
2523 2009-06-26 Carsten Dominik <carsten.dominik@gmail.com>
2525 * org-latex.el (org-export-latex-low-levels): Allow user-defined
2527 (org-export-latex-subcontent): Handle user-defined environment.
2529 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2530 the View dispatcher.
2532 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2535 * org-latex.el (org-export-as-pdf): Protect match data during call
2536 to shell-quote-argument.
2538 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2539 (org-agenda-view-mode-dispatch): New function.
2541 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
2543 * org-agenda.el (org-agenda-mode): Reset list of marks.
2544 (org-agenda-mode-map): Define new keys for refile and bulk action.
2545 (org-agenda-menu): Add menu itesm for refile and bulk action.
2546 (org-agenda-refile): New function.
2547 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2548 (org-agenda-marked-entries): New variable.
2549 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2550 (org-agenda-remove-all-bulk-action-marks)
2551 (org-agenda-bulk-action): New functions/commands.
2553 2009-06-23 Carsten Dominik <carsten.dominik@gmail.com>
2555 * org-exp.el (org-get-file-contents): Protect org-like lines in
2557 (org-export-format-source-code-or-example): Remove newlines.
2559 * org-latex.el (org-export-latex-links): Check for no-description
2562 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2563 argument separator back to comma.
2564 (org-export-normalize-links): Mark links without description.
2566 2009-06-22 Carsten Dominik <carsten.dominik@gmail.com>
2568 * org-exp.el (org-infile-export-plist): Fix bug in macro
2571 * org-agenda.el (org-agenda-clock-out): Update line after clocking
2573 (org-agenda-highlight-todo): Fix bug with highlighting.
2575 2009-06-21 Carsten Dominik <carsten.dominik@gmail.com>
2577 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2578 new alignment strings.
2580 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2582 (org-table-align): Check for forced align type.
2584 * org.el (org-self-insert-command): Add yas/expand to command
2587 * org-clock.el (org-clock-in-hook): New hook.
2588 (org-clock-in): Run `org-clock-in-hook.
2589 (org-clock-out-hook): New hook.
2590 (org-clock-out): Run `org-clock-out-hook.
2591 (org-clock-cancel-hook): New hook.
2592 (org-clock-cancel): Run `org-clock-cancel-hook.
2593 (org-clock-goto-hook): New hook.
2594 (org-clock-goto): Run `org-clock-goto-hook.
2596 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
2598 * org.el (org-store-link): Better default description for link to
2601 * org-exp.el (org-export-generic): Autoload the generic exporter
2603 (org-export): Implement the `g' key for the generic exporter.
2605 2009-06-19 Carsten Dominik <carsten.dominik@gmail.com>
2607 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2610 * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2612 * org-exp.el (org-infile-export-plist): Get macros also from
2615 2009-06-18 Carsten Dominik <carsten.dominik@gmail.com>
2617 * org-colview.el (org-columns-capture-view): Protect vertical bars
2619 (org-columns-capture-view): Exclude comment and archived trees.
2621 * org-colview-xemacs.el (org-columns-capture-view): Protect
2622 vertical bars in column values.
2623 (org-columns-capture-view): Exclude comment and archived trees.
2625 * org.el (org-quote-vert): New function.
2627 * org-latex.el (org-export-latex-verbatim-wrap): New option.
2629 * org-exp.el (org-export-format-source-code-or-example): Use
2630 `org-export-latex-verbatim-wrap'.
2632 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2635 * org-html.el (org-export-table-row-tags): New option.
2636 (org-format-org-table-html): Rename `nlines' to `nline', use new
2640 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
2642 * org-exp-blocks.el: Declare functions and variables.
2644 * org-remember.el (org-remember-templates): Allow the headline
2645 element to be a function.
2646 (org-remember-apply-template): If the headline is a function, call
2647 it to get the true function.
2649 * org-clock.el (org-clock-menu): New function.
2650 (org-clock-update-mode-line): Update help string.
2651 (org-clock-modify-effort-estimate): New function.
2652 (org-clock-mark-default-task): New function.
2654 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2656 (org-org-menu): Add new clocking stuff.
2657 (org-clock-is-active): New function.
2659 2009-06-14 Carsten Dominik <carsten.dominik@gmail.com>
2661 * org.el (org-open-non-existing-files): Improve docstring.
2663 2009-06-11 Carsten Dominik <carsten.dominik@gmail.com>
2665 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2667 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2669 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2671 * org-list.el (org-get-checkbox-statistics-face): Use the new
2674 * org-faces.el (org-checkbox-statistics-todo)
2675 (org-checkbox-statistics-done): New faces.
2677 2009-06-09 Carsten Dominik <carsten.dominik@gmail.com>
2679 * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2680 (org-edit-src-exit): Better cursor positioning when returning from
2683 * org-latex.el (org-export-latex-use-verb): New variable.
2684 (org-export-latex-emph-format): Prefer \texttt over \verb when
2685 org-export-latex-use-verb is set.
2687 2009-06-08 Carsten Dominik <carsten.dominik@gmail.com>
2689 * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2690 at normal indentation.
2692 * org-html.el (org-export-html-close-lists-maybe): Also look at
2695 * org-remember.el (org-remember-handler): Abort remember if the
2698 * org-src.el (org-edit-src-content-indentation): New option.
2699 (org-edit-src-exit): Apply extra indentation.
2701 * org-exp.el (org-export-format-source-code-or-example): Run
2702 `org-src-mode-hook'.
2704 * org-src.el (org-src-mode-hook): New variable.
2705 (org-edit-src-code): Run `org-src-mode-hook'.
2707 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2709 * org.el (org-indent-line-function): Fix indentation of +#end lines.
2711 * org-src.el (org-edit-src-get-indentation): New function.
2712 (org-edit-src-code): Base indentation on the begin line.
2714 2009-06-07 Tassilo Horn <tassilo@member.fsf.org>
2716 * org-gnus.el (org-gnus-store-link): Require message.el in
2717 org-gnus-store-link.
2719 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2721 * org-src.el: New file, split out of org.el
2723 * org-docbook.el (org-export-as-docbook): Better indentation
2726 * org-macs.el (org-replace-match-keep-properties): New function.
2728 * org-exp.el (org-export-mark-blockquote-verse-center): Better
2729 preprocessing of center and quote and verse blocks.
2731 * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2732 (org-export-as-docbook): Close lists when original indentation
2735 * org-html.el (org-export-html-close-lists-maybe): New function.
2736 (org-export-as-html): Close lists when original indentation
2739 * org-list.el (org-list-end): Respect the stored "original"
2740 indentation when determining the end of the list.
2742 * org-exp.el (org-export-replace-src-segments-and-examples):
2743 Remember indentation correctly.
2745 2009-06-06 Carsten Dominik <carsten.dominik@gmail.com>
2747 * org-clock.el (org-clock-update-mode-line): Apply face
2748 org-mode-line-clock.
2750 * org-faces.el (org-mode-line-clock): New face.
2752 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
2754 * org-gnus.el (org-gnus-store-link): Fix bug where
2755 `org-gnus-store-link' used wrong subject when called in an article
2756 buffer. Patch provided by fengli AT gmail DOT com.
2758 2009-06-04 Carsten Dominik <carsten.dominik@gmail.com>
2760 * org-exp.el (org-export-format-source-code-or-example): Remember
2761 the original indentation of source code snippets and examples.
2763 * org-latex.el (org-export-as-latex): Relocate the table of
2766 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2768 * org-agenda.el (org-run-agenda-series): Scope global options also
2769 when creating the agenda buffer.
2771 2009-06-03 Carsten Dominik <carsten.dominik@gmail.com>
2773 * org.el (org-adapt-indentation): Improve documentation.
2774 (org-insert-property-drawer): Respect org-adapt-indentation when
2775 inserting the drawer.
2776 (org-remove-flyspell-overlays-in): New function.
2777 (org-do-emphasis-faces, org-activate-plain-links)
2778 (org-activate-code, org-fontify-meta-lines-and-blocks)
2779 (org-activate-angle-links, org-activate-footnote-links)
2780 (org-activate-bracket-links, org-activate-dates)
2781 (org-activate-target-links, org-activate-tags): Remove flyspell
2784 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
2786 * org.el (org-edit-src-save): New function.
2788 * org-clock.el (org-clock-out-switch-to-state): New option.
2789 (org-clock-out): Honor `org-clock-out-switch-to-state'.
2791 * org-compat.el (org-compatible-face): Improve macro.
2793 * org.el (org-global-properties-fixed): Add default for
2794 CLOCK_MODELINE_TOTAL.
2796 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2798 (org-clock-sum-current-item): Optional argument TSTART, pass it to
2800 (org-clock-get-sum-start): New function.
2802 * org.el (org-startup-options): New keywords blockhide and
2804 (org-mode): Add new invisibility spec.
2805 (org-set-startup-visibility): Hide block on startup if so
2807 (org-hide-block-startup): New option.
2808 (org-block-regexp): New constant.
2809 (org-hide-block-overlays): New variable.
2810 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2811 (org-show-block-all, org-hide-block-toggle-maybe)
2812 (org-hide-block-toggle): New functions.
2813 (org-edit-src-exit): Do not quote lines starting with # and no +
2815 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2818 2009-05-30 Carsten Dominik <carsten.dominik@gmail.com>
2820 * org.el (org-buffer-property-keys): Add Effort property for
2823 2009-05-28 Carsten Dominik <carsten.dominik@gmail.com>
2825 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2826 when retrieving total clocked time in the subtree.
2828 * org.el (org-quoting-blocks): New variable.
2830 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2832 * org-table.el (org-table-store-formulas)
2833 (org-table-get-stored-formulas, org-table-fix-formulas)
2834 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2835 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2837 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2838 indented #+TBLFM line.
2840 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2841 indented #+TBLFM line.
2843 * org-colview.el (org-dblock-write:columnview): Allow indented
2846 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2847 indented #+TBLFM line.
2849 * org-clock.el (org-dblock-write:clocktable): Allow indented
2852 2009-05-26 Carsten Dominik <carsten.dominik@gmail.com>
2854 * org-exp.el (org-export-format-source-code-or-example): Make
2855 editing indented blocks work correctly.
2857 * org.el (org-edit-src-nindent): New variable.
2858 (org-edit-src-code, org-edit-fixed-width-region)
2859 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2860 editing indented blocks work correctly.
2862 2009-05-24 Carsten Dominik <carsten.dominik@gmail.com>
2864 * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2866 (org-export-format-source-code-or-example): Fix indentation of
2868 (org-export-remove-indentation): New function.
2869 (org-export-select-backend-specific-text): Allow backend-specific
2870 code to be indented.
2871 (org-export-mark-blockquote-verse-center): Allow markers to be
2874 * org.el (org-fontify-meta-lines): New function.
2875 (org-set-font-lock-defaults): Call the new fontification
2878 * org-faces.el (org-meta-line): New face
2879 (org-block): New face.
2881 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2883 * org.el (org-treat-insert-todo-heading-as-state-change)
2884 (org-treat-S-cursor-todo-selection-as-state-change): New
2886 (org-insert-todo-heading): Honor
2887 `org-treat-insert-todo-heading-as-state-change'.
2888 (org-shiftright, org-shiftleft): Honor
2889 `org-treat-S-cursor-todo-selection-as-state-change'.
2890 (org-inhibit-logging): New variable.
2892 2009-05-23 Carsten Dominik <carsten.dominik@gmail.com>
2894 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2895 range for marker position checking.
2897 * org-latex.el (org-export-latex-first-lines): Fix bug when
2900 2009-05-22 Carsten Dominik <carsten.dominik@gmail.com>
2902 * org-exp.el (org-export-push-to-kill-ring): Protect using
2903 x-set-selection, because that does not always work.
2905 * org-agenda.el (org-agenda-list): Apply the new face
2906 `org-agenda-date-today'.
2908 * org-faces.el (org-agenda-date-today): New face.
2910 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
2912 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2913 creating appointments.
2915 * org-latex.el (org-export-latex-low-levels): Fix customization
2918 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2921 * org-agenda.el (org-agenda-priority): Disable priority commands.
2923 * org.el (org-enable-priority-commands): New option.
2925 * org-colview-xemacs.el (org-columns-compute)
2926 (org-columns-number-to-string): Fix problems with empty fields.
2928 * org-colview.el (org-columns-compute)
2929 (org-columns-number-to-string): Fix problems with empty fields.
2931 * org-exp.el (org-export-push-to-kill-ring): New function.
2932 (org-export-copy-to-kill-ring): New option.
2934 * org-latex.el (org-export-as-latex): Call
2935 `org-export-push-to-kill-ring'.
2937 * org-html.el (org-export-as-html): Call
2938 `org-export-push-to-kill-ring'.
2940 * org-docbook.el (org-export-as-docbook): Call
2941 `org-export-push-to-kill-ring'.
2943 * org-ascii.el (org-export-as-ascii): Call
2944 `org-export-push-to-kill-ring'.
2946 * org-exp.el (org-export-show-temporary-export-buffer): New
2949 * org-latex.el (org-export-as-latex): Use
2950 `org-export-show-temporary-export-buffer'.
2952 * org-html.el (org-export-as-html): Use
2953 `org-export-show-temporary-export-buffer'.
2955 * org-docbook.el (org-export-as-docbook): Use
2956 `org-export-show-temporary-export-buffer'.
2958 * org-ascii.el (org-export-as-ascii-to-buffer): Use
2959 `org-export-show-temporary-export-buffer'.
2961 * org-exp.el (org-export-show-temporary-export-buffer): New
2963 (org-export-push-to-kill-ring): New function.
2965 * org-colview.el (org-columns-compile-map): New variable.
2966 (org-columns-new, org-columns-compute)
2967 (org-columns-number-to-string, org-columns-uncompile-format)
2968 (org-columns-compile-format): Implement new operators.
2970 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
2972 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2974 * org-html.el (org-export-html-xml-declaration): New option.
2975 (org-export-as-html): Use `org-export-html-xml-declaration'.
2977 * org-list.el (org-update-checkbox-count): Make property
2980 * org.el (org-hierarchical-todo-statistics): New option.
2981 (org-update-parent-todo-statistics): Modified to handle recursive
2984 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
2986 * org-publish.el (org-publish): Make this function behave
2987 correctly in interactive use when called with a prefix argument.
2989 * org.el (org-todo-statistics-hook): New hook.
2990 (org-update-parent-todo-statistics): Use new hook.
2991 (org-log-into-drawer): New function.
2992 (org-add-log-setup): Use the new `org-log-into-drawer' function to
2993 determine if we should be logging into a drawer.
2994 (org-log-into-drawer): Update docstring.
2995 (org-default-properties): Add LOG_INTO_DRAWER as a property.
2997 * org-list.el (org-checkbox-statistics-hook): New hook.
2998 (org-update-checkbox-count-maybe): Use new hook.
3000 * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3001 (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3004 2009-05-17 Carsten Dominik <carsten.dominik@gmail.com>
3006 * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3009 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
3011 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3012 better bufer-generating mechanism.
3013 (org-edit-src-find-buffer): New function.
3015 * org-icalendar.el (org-print-icalendar-entries): Don't check for
3016 archive tag, this is already done by `org-agenda-skip'.
3017 data while constructing lost of tags.
3019 2009-05-15 Carsten Dominik <carsten.dominik@gmail.com>
3021 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3022 as argument separator in macros.
3024 * org-html.el (org-export-as-html): Add xml declaration.
3026 2009-05-14 Carsten Dominik <carsten.dominik@gmail.com>
3028 * org.el (org-after-sorting-entries-or-items-hook): New hook.
3029 (org-sort-entries-or-items): Run the new hook.
3030 (org-after-refile-insert-hook): New hook.
3031 (org-refile): Run `org-after-refile-insert-hook'.
3033 * org-agenda.el (org-agenda-get-progress): Never take time of day
3034 from headline when displaying progress.
3036 * org-latex.el (org-export-latex-complex-heading-re): New variable.
3037 (org-export-as-latex): Force the correct regexp in the
3038 preprocessor buffer.
3039 (org-export-latex-set-initial-vars): Set
3040 `org-export-latex-complex-heading-re'.
3042 * org-agenda.el (org-agenda-start-with-log-mode): New option.
3043 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3045 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
3047 * org-latex.el (org-export-latex-tables-centered): New option.
3048 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3050 * org-exp.el (org-export-as-org): New command.
3051 (org-export-as-org): New command.
3053 * org-publish.el (org-publish-org-to-org): New function.
3055 2009-05-12 Carsten Dominik <carsten.dominik@gmail.com>
3057 * org.el (org-yank): Just call `org-yank-generic'.
3058 (org-yank-generic): New function, containing the formaer
3059 functionality of `org-yank'.
3061 * org-latex.el (org-export-latex-not-done-keywords)
3062 (org-export-latex-done-keywords): New variables.
3063 (org-export-latex-todo-keyword-markup): New option.
3064 (org-export-latex-set-initial-vars): Remember the TODO keywords.
3065 (org-export-latex-keywords-maybe): Apply the TODO markup.
3067 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
3069 * org-exp.el (org-infile-export-plist): Add more default macros.
3070 (org-export-preprocess-apply-macros): Process macro arguments.
3072 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
3074 * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3076 (org-print-icalendar-entries): Respect the new value of
3077 `org-icalendar-include-todo'.
3079 * org.el (org-link-try-special-completion)
3080 (org-file-complete-link): New functions.
3081 (org-insert-link): Add special completion support for some link
3084 * org-bbdb.el (org-bbdb-complete-link): New function.
3086 2009-05-08 Carsten Dominik <carsten.dominik@gmail.com>
3088 * org-list.el (org-update-checkbox-count): Allow recursive
3090 (org-hierarchical-checkbox-statistics): New option.
3092 * org.el (org-cycle): Remove erraneous space character.
3094 * org-icalendar.el (org-icalendar-timezone): Initialize from
3097 * org-html.el (org-format-org-table-html): Specify the scope.
3098 (org-format-table-table-html): Specify the scope.
3099 (org-export-table-header-tags): Prepare the scope parameter.
3101 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
3104 (org-export-html-table-use-header-tags-for-first-column): New
3107 * org.el (org-autoload): Fix autoloading of ascii export
3109 (org-modules): Add org-special-blocks.
3111 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
3113 * org-icalendar.el (org-start-icalendar-file): Use the new option.
3114 (org-ical-timezone): New option.
3116 * org-exp.el (org-export-get-coderef-format): Use the description
3119 * org.el (org-sort-entries-or-items): Improve docstring, and make
3120 better implementation for time sorting.
3122 2009-05-05 Carsten Dominik <carsten.dominik@gmail.com>
3124 * org.el (org-edit-src-persistent-message): New option.
3125 (org-edit-src-code, org-edit-fixed-width-region): Use the new
3128 * org-clock.el (org-clock-insert-selection-line): Fix prefious
3131 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3132 separate buffer instead of indirect buffer to edit source code.
3133 (org-edit-src-exit): Make this function work with the new setup.
3135 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3136 are properly fontified before shown in the selection menu.
3138 * org.el (org-fontify-like-in-org-mode): New function.
3140 * org-latex.el (org-export-latex-links): Use the property list to
3141 retrieve the default image attributes.
3143 * org-exp.el (org-export-plist-vars): Add a new option.
3145 2009-05-04 Carsten Dominik <carsten.dominik@gmail.com>
3147 * org-exp.el (org-export, org-export-visible): Support ASCII
3149 (org-export-normalize-links): Do not protect the description if it
3150 is explicitly given.
3152 * org-ascii.el (org-export-as-ascii-to-buffer)
3153 (org-replace-region-by-ascii, org-export-region-as-ascii): New
3155 (org-export-as-ascii): Add all the same parameters that are also
3156 supported by the other export functions.
3158 * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3160 (org-reset-checkbox-state-subtree): Call
3161 `org-reset-checkbox-state-subtree'.
3163 * org-remember.el (org-select-remember-template): For the
3164 selection of a valid template.
3166 * org-latex.el (org-export-region-as-latex): Supply the
3167 force-no-subtree argument.
3168 (org-export-as-latex): Provide better limits when exporting the
3169 first line. When exporting to string, we still want the first
3171 (org-export-latex-first-lines): New argument END, to force the end
3173 (org-export-region-as-latex): Use the property list.
3174 (org-export-as-latex):
3176 * org-colview-xemacs.el (org-columns-remove-overlays)
3177 (org-columns): Fix call to `local-variable-p'.
3179 2009-05-02 Carsten Dominik <carsten.dominik@gmail.com>
3181 * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3182 (org-export-as-html): Run the new hook.
3184 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3185 (org-export-latex-preprocess): Run the new hook.
3187 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3188 (org-export-preprocess-string): Run the new hook.
3190 2009-04-30 Carsten Dominik <carsten.dominik@gmail.com>
3192 * org-macs.el (org-check-external-command): New defsubst.
3194 * org.el (org-mode-map): New key for reload.
3195 (org-format-latex): Better error message when external programs
3198 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3200 * org.el (org-sort-entries-or-items): Explicit sorting function
3201 for priorities, needed for XEmacs compatibility.
3203 * org-remember.el (org-remember-apply-template): Improve auto-save
3206 2009-04-29 Carsten Dominik <carsten.dominik@gmail.com>
3208 * org-latex.el (org-export-latex-preprocess): Also protect
3209 environments ending in a star.
3211 * org-list.el (org-at-item-p): Fix regular expression.
3213 2009-04-24 Carsten Dominik <carsten.dominik@gmail.com>
3215 * org.el (org-end-of-subtree): Improve speed.
3217 * org-agenda.el (org-agenda-get-timestamps)
3218 (org-agenda-get-progress, org-agenda-get-deadlines)
3219 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3220 in particular, wait as long as possible to collect the tags.
3221 (org-stuck-projects): Improve docstring.
3223 * org.el (org-store-link): No errors when getting custom id before
3225 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3227 2009-04-23 Carsten Dominik <carsten.dominik@gmail.com>
3229 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3231 * org-protocol.el: Remove dependency on url.el.
3232 (org-protocol-unhex-compound, org-protocol-open-source): Remove
3233 dependency on url.el.
3235 * org-latex.el (org-export-as-pdf): Use
3236 `org-latex-to-pdf-process'.
3238 2009-04-22 Carsten Dominik <carsten.dominik@gmail.com>
3240 * org-latex.el (org-latex-to-pdf-process): New option.
3242 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3244 (org-agenda-get-timestamps): Honor
3245 `org-agenda-skip-additional-timestamps-same-entry'.
3247 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3248 (org-clock-goto): Find recent task only if
3249 `org-clock-goto-may-find-recent-task' allows it.
3251 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3252 drawers, and drawers that are missing the :END: line.
3254 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3256 * org-clock.el (org-clock-goto): Go to recently clocked task if no
3259 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3261 * org.el (org-update-parent-todo-statistics): Check for
3262 STATISTICS_FROM property.
3264 * org-list.el (org-update-checkbox-count): Check for
3265 STATISTICS_FROM property.
3267 * org.el (org-tab-first-hook)
3268 (org-tab-after-check-for-table-hook)
3269 (org-tab-after-check-for-cycling-hook): New hooks.
3270 (org-cycle-internal-global, org-cycle-internal-local): New
3271 functions, split out from `org-cycle'.
3272 (org-cycle): Call the new hooks.
3274 2009-04-19 Carsten Dominik <carsten.dominik@gmail.com>
3276 * org-exp.el (org-export-preprocess-string): Reset the list of
3277 preferred targets for each run of the preprocessor.
3279 * org.el (org-refile-target-verify-function): Improve
3281 (org-get-refile-targets): Respect point being moved by the
3282 verification function.
3284 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3286 (org-export-latex-keywords): Use new option.
3288 * org.el (org-rear-nonsticky-at): New defsubst.
3289 (org-activate-plain-links, org-activate-angle-links)
3290 (org-activate-footnote-links, org-activate-bracket-links)
3291 (org-activate-dates, org-activate-target-links)
3292 (org-activate-tags): Place the rear-nonsticky properties at the
3295 2009-04-18 Carsten Dominik <carsten.dominik@gmail.com>
3297 * org-protocol.el (server-edit): Declare `server-edit'.
3298 (org-protocol-unhex-string, org-protocol-unhex-compound): New
3300 (org-protocol-check-filename-for-protocol): Call `server-edit'.
3302 * org.el (org-default-properties): New default properteis for
3305 * org-exp.el (org-export-add-subtree-options): Add new properties
3308 * org-docbook.el (org-export-docbook-keywords-markup)
3309 (org-export-docbook-timestamp-markup): New options.
3310 (org-export-docbook-protect-tags): New function.
3312 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
3314 * org-id.el (org-id-get-with-outline-path-completion): Turn off
3315 org-refile-target-verify-function for the duration of the command.
3317 * org.el (org-link-to-org-use-id): New possible value
3318 `create-if-interactive-and-no-custom-id'.
3319 (org-store-link): Use custom IDs.
3320 (org-link-search): Find custom ID properties from #link.
3321 (org-default-properties): Add CUSTOM_ID for property completion.
3322 (org-refile-target-verify-function): New option.
3323 (org-goto): Turn off org-refile-target-verify-function
3324 for the duration of the command.
3326 2009-04-16 Carsten Dominik <carsten.dominik@gmail.com>
3328 * org-html.el (org-export-as-html): Use custom IDs in the toc.
3330 * org-exp.el (org-export-preferred-target-alist): New variable.
3331 (org-export-define-heading-targets): Find the new CUSTOM_ID
3333 (org-export-target-internal-links): Target the custom ids when
3336 * org-latex.el (org-export-latex-preprocess): Better regexp for
3337 matching latex macros with arguments.
3339 2009-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3341 * org-remember.el (org-remember-handler): Allow filing to non-org
3344 2009-04-15 Magnus Henoch <magnus.henoch@gmail.com>
3346 * org-feed.el (org-feed-alist): New keyword options.
3347 (org-feed-update): Use the new options.
3348 (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3349 (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3350 (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3353 * org-table.el (org-table-fix-formulas): Do not change references
3355 (org-table-get-remote-range): Convert standard coordinates to RC
3358 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3360 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
3362 * org-compat.el (org-sha1-string): Function removed.
3364 * org.el (org-refile-allow-creating-parent-nodes): New option.
3365 (org-refile-get-location): New argument NEW-NODES.
3366 (org-refile): Call `org-refile-get-location' with the new
3368 (org-refile-get-location): Arrange for adding a new child.
3369 (org-refile-new-child): New function.
3371 * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3372 an additional span element.
3374 * org-clock.el: Fix a number of docstrings.
3375 (org-clock-find-position): New argument
3376 FIND-UNCLOSED to make the function find an unclosed clock in the
3378 (org-clock-in): Call `org-clock-find-position' with the new
3379 argument if we might be resuming a clock.
3381 2009-04-13 Carsten Dominik <carsten.dominik@gmail.com>
3383 * org-latex.el (org-export-latex-display-custom-times): New variable.
3384 (org-export-latex-timestamp-markup): New option.
3385 (org-export-latex-set-initial-vars): Remember the local value of
3386 `org-display-custom-times'.
3387 (org-export-latex-content): Process time stamps.
3388 (org-export-latex-time-stamps): New function.
3390 * org-macs.el (org-maybe-intangible): Add intangible property
3391 again to invisible text.
3393 2009-04-12 Carsten Dominik <carsten.dominik@gmail.com>
3395 * org-exp.el (org-default-export-plist): Handle undefined
3398 2009-04-11 Carsten Dominik <carsten.dominik@gmail.com>
3400 * org.el (org-sort-entries-or-items): Match TODO keywrds
3401 case-sensitively, when sorting.
3402 (org-priority): Do not match TODO keywords with wrong case.
3404 2009-04-09 Carsten Dominik <carsten.dominik@gmail.com>
3406 * org-feed.el (org-feed-update): Bind the variable
3409 * org-html.el (org-export-as-html): Start paragraphs after literal
3412 * org-docbook.el (org-export-as-docbook): Start paragraphs after
3415 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
3417 * org.el (org-todo): Honor the NOBLOCKING property.
3419 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3420 NOBLOCKING property.
3422 * org.el (org-scan-tags): Fix bug in tag scanner
3424 2009-04-07 Carsten Dominik <carsten.dominik@gmail.com>
3426 * org.el (org-modules): Mark obsolete packages.
3428 * org-html.el: New file, split out from org-exp.el.
3430 * org-icalendar.el: New file, split out from org-exp.el.
3432 * org-xoxo.el: New file, split out from org-exp.el.
3434 * org-ascii.el: New file, split out from org-exp.el.
3436 2009-04-06 Carsten Dominik <carsten.dominik@gmail.com>
3438 * org-compat.el (org-find-library-name): New function.
3440 * org.el (org-pre-cycle-hook): New hook.
3441 (org-cycle): Call the new hook in appropriate places.
3442 (org-reload): Only reload files that have been loaded before.
3444 2009-04-05 Carsten Dominik <carsten.dominik@gmail.com>
3446 * org.el (org-set-font-lock-defaults): Enforxe space or line end
3448 (org-todo): When changing TODO state, do matching
3450 (org-map-continue-from): New variable.
3451 (org-scan-tags): Respect values in `org-map-continue-from'.
3452 (org-reload): Make XEmacs compatible.
3454 2009-04-04 Carsten Dominik <carsten.dominik@gmail.com>
3456 * org-protocol.el (org-protocol-flatten-greedy): New function.
3457 (org-protocol-flatten): New function.
3459 * org.el (org-open-link-from-string): Pass reference buffer to
3460 `org-open-at-point'.
3461 (org-open-at-point): New optional argument `reference-buffer'.
3463 2009-04-03 Carsten Dominik <carsten.dominik@gmail.com>
3465 * org.el (org-scan-tags): Make tag scan find headline in first
3467 (org-get-refile-targets): Add the naked file name.
3468 (org-refile): Store as top-level entry when only file name was
3471 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3473 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3474 Renamed from org-block-todo-from-children-or-siblings, and
3475 enhanced to look for the parent's status as well.
3477 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3478 (org-agenda-get-progress): Add first notes line to log entry if so
3481 2009-04-02 Carsten Dominik <carsten.dominik@gmail.com>
3483 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3484 (org-agenda-cleanup-fancy-diary): Call the new hook.
3486 * org-remember.el (org-remember-apply-template): Take the default
3487 for the annotation from the :annotation property.
3489 * org-mac-message.el (org-mac-message-get-link): Remove the
3491 (org-mac-message-get-link): Return the result.
3493 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
3495 * org.el (org-refile-get-location): Add file name only if not
3496 already included in outline path.
3498 * org-faces.el (org-n-level-faces): Fix customization type from
3501 * org-exp.el (org-export-headline-levels): Fix customization type
3502 from number to integer.
3504 * org-agenda.el (org-agenda-confirm-kill)
3505 (org-agenda-custom-commands-local-options)
3506 (org-timeline-show-empty-dates, org-agenda-ndays)
3507 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3508 customization type from number to integer.
3510 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
3512 * org-protocol.el: Declare some functions.
3514 * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3515 postion before inserting modified headline.
3517 * org-agenda.el (org-agenda-compare-effort): Honor
3518 `org-sort-agenda-noeffort-is-high'.
3519 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3520 (org-agenda-compare-effort): Implement the "?" operator for
3521 finding entries without effort setting.
3523 * org.el (org-extract-attributes-from-string): New function.
3525 * org-exp.el (org-export-splice-attributes): New function.
3527 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
3529 * org-mouse.el: XEmacs compatibility fixes
3531 * org-docbook.el (org-export-as-docbook): Process footnotes like
3534 * org.el (org-modules): Add org-inlinetasks.el
3535 (org-cycle): Implement limiting level on cycling.
3536 (org-move-subtree-down): Fix bug with swapping subtrees at end of
3539 * org-inlinetask.el: New file.
3541 * org.el (org-emphasis-regexp-components): Allow braces in
3542 emphasis pre and post match.
3544 * org-footnote.el (org-footnote-normalize): When only dorting, do
3545 not insert inline notes at the end.
3547 * org-docbook.el (org-id-find-id-file): Add function declaration.
3549 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3551 * org-docbook.el: New file.
3553 2009-03-28 Carsten Dominik <carsten.dominik@gmail.com>
3555 * org.el (org-reftex-citation): New command.
3557 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
3559 * org-agenda.el (org-agenda-cmp-user-defined): New option.
3560 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3562 (org-entries-lessp): Apply the new sorting option.
3564 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3565 blocker code, when an older sibling has children.
3567 * org-mac-message.el (org-mac-message-get-link): Improve getting
3568 links from multiple selected messages.
3570 2009-03-26 Carsten Dominik <carsten.dominik@gmail.com>
3572 * org-remember.el (org-remember-finalize): Do not set buffer file
3574 (org-remember-handler): Mark buffer as unmodified.
3575 (org-remember-handler): Delete backup file and show message about
3576 remaining backup files.
3577 (org-remember-auto-remove-backup-files): New option.
3579 * org.el (org-store-link): Use buffer name as link description in
3581 (org-ido-switchb): Fix argument bug for completion.
3583 * org-remember.el (org-remember-apply-template): Set local
3584 variable `auto-save-visited-file-name' instead of global one.
3586 2009-03-25 Carsten Dominik <carsten.dominik@gmail.com>
3588 * org-feed.el: Re-write.
3590 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3591 (org-agenda-get-todos): Mark file tags as inherited.
3592 (org-agenda-list): Always search diary lines for a time.
3594 2009-03-24 Carsten Dominik <carsten.dominik@gmail.com>
3596 * org-feed.el (org-feed-assume-stable): New option.
3597 (org-feed-before-adding-hook): New hook.
3599 * org-exp.el (org-export-as-html): Close local lists depending on
3600 indentation, also when starting a table.
3602 * org-remember.el (org-remember-backup-directory)
3603 (org-remember-backup-name): New internal variable.
3605 2009-03-23 Carsten Dominik <carsten.dominik@gmail.com>
3607 * org-clock.el (org-clock-out-if-current): Make buffer detection
3608 work in indirect buffers as well.
3610 * org.el (org-emphasis-regexp-components): Add the exxclamation
3611 mark to the post-emphasis characters.
3613 2009-03-22 Carsten Dominik <carsten.dominik@gmail.com>
3615 * org.el (org-read-date-minibiffer-septup-hook): New hook.
3616 (org-read-date): Run the new hook.
3618 * org-mac-message.el (org-mac-flagged-mail): New group.
3619 (org-mac-mail-account): New variable.
3620 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3623 * org-remember.el (org-remember-backup-directory): New variable.
3624 (org-remember-apply-template): Write file to backup directory.
3626 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
3628 * org-mouse.el (org-mouse-todo-menu): New function.
3629 (org-mouse-todo-keywords): Function removed.
3630 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3632 * org-table.el (org-table-beginning-of-field)
3633 (org-table-end-of-field): New commands
3634 (org-table-previous-field, org-table-beginning-of-field): Better
3636 (orgtbl-setup): Include `M-a' and `M-e'.
3638 * org.el (org-backward-sentence, org-forward-sentence): New
3641 * org-colview.el (org-colview-initial-truncate-line-value): New
3643 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3644 (org-columns): Remember the value of `truncate-lines'.
3646 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3648 (org-columns-remove-overlays): Restore the value of
3650 (org-columns): Remember the value of `truncate-lines'.
3652 * org.el (org-columns-skip-arrchived-trees): New option.
3654 * org-agenda.el (org-agenda-export-html-style): Define color for
3655 org-agenda-done face.
3656 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3657 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3659 * org.el (org-scan-tags): Use the new face.
3661 * org-faces.el (org-agenda-done): New face.
3663 * org.el (org-scan-tags): Test the value org
3664 `org-tags-match-list-sublevels'.
3665 (org-tags-match-list-sublevels): New allowed value: indented.
3667 * org-export-latex.el (org-export-latex-make-header): Apply macros
3670 * org-exp.el (org-export-apply-macros-in-string): New function.
3672 * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3673 with the definition of a checked box.
3675 * org-clock.el (org-clock-find-position): Fix drawer indentations.
3677 * org-export-latex.el (org-export-latex-low-levels): More options
3678 for how to process lower levels in LaTeX.
3679 (org-export-latex-subcontent): Better treatment for lists as a
3680 means of publishing lower levels.
3682 2009-03-20 Carsten Dominik <carsten.dominik@gmail.com>
3684 * org.el (org-set-font-lock-defaults): Use new checkbox face.
3686 * org-faces.el (org-checkbox): New face.
3688 * org-exp.el (org-export-html-preprocess): Only create LaTeX
3689 fragement images if there is an export file.
3691 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
3693 * org-agenda.el (org-stuck-projects): Document that the subtree of
3694 projects that are not stuck will now be searched for stuck
3696 (org-agenda-skip-entry-when-regexp-matches)
3697 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3698 (org-agenda-list-stuck-projects): Use
3699 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3701 * org-export-latex.el (org-export-latex-preprocess): Improve
3704 * org-exp.el (org-export-as-html): Implement centering as a div
3705 rather than a paragraph. Do a better job with line-end in verse
3708 2009-03-17 Carsten Dominik <carsten.dominik@gmail.com>
3710 * org.el (org-open-at-point): Fix tags searches by mouse click.
3712 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
3714 * org-export-latex.el (org-export-latex-preprocess): Implement the
3717 * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3718 from `org-export-mark-blockquote-and-verse'.
3719 (org-export-as-html): Implement the centering markup.
3721 * org-export-latex.el (org-export-latex-tables): Fix vertical
3724 2009-03-15 Carsten Dominik <carsten.dominik@gmail.com>
3726 * org.el (org-read-date-history): New variable.
3727 (org-read-date): Use new history variable.
3728 (org-toggle-heading): Fix bug when used before first headline.
3729 (org-store-log-note): Remove drawer if empty while note is
3731 (org-remove-empty-drawer-at): New function.
3732 (org-check-after-date): New command.
3733 (org-sparse-tree): New sparse tree command "a".
3735 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3737 2009-03-14 Bastien Guerry <bzg@altern.org>
3739 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3740 column and a space, not only a column.
3742 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
3744 * org-export-latex.el (org-export-latex-emphasis-alist): Better
3745 defaults for verbose emphasis.
3746 (org-export-latex-emph-format): New function.
3747 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3749 * org-agenda.el (org-agenda-menu): Add new commands to menu.
3750 (org-agenda-do-date-later, org-agenda-do-date-earlier)
3751 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3752 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3755 * org.el (org-timestamp-change): Move end-time along with start
3758 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
3760 * org-exp.el (org-export-target-internal-links)
3761 (org-export-as-html): Protect links specified as #name.
3763 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
3765 * org.el (org-clone-subtree-with-time-shift): New command.
3767 * org-export-latex.el (org-export-latex-special-chars)
3768 (org-export-latex-treat-sub-super-char): Fix subscript export.
3770 * org-exp.el (org-create-multibrace-regexp): Do not add
3771 backslashes to the class.
3773 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
3775 * org-colview.el (org-columns-map): Better functions for moving up
3776 and down a row, even if `truncate-line' is nil.
3778 * org.el (org-insert-todo-heading): Make sure the keyword is
3779 inserted at the correct position.
3781 * org-publish.el (org-publish-project-alist)
3782 (org-publish-projects, org-publish-org-index): Change default anme
3783 for the index of file names to "sitemap.org".
3785 * org-export-latex.el (org-export-latex-tables): Use
3786 `org-split-string', for Emacs 21 compatibility.
3788 2009-03-09 Carsten Dominik <carsten.dominik@gmail.com>
3790 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3792 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
3794 * org-exp.el (org-export-page-description)
3795 (org-export-page-keywords): New variables.
3796 (org-export-plist-vars): Add entries for :keywords and
3798 (org-infile-export-plist): Parse for new keywords.
3799 (org-get-current-options): Add new keywords
3800 (org-export-as-html): Publish description and keywords.
3802 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3804 (org-agenda-add-entry-text): Honor
3805 `org-agenda-add-entry-text-descriptive-links'.
3807 * org-export-latex.el (org-export-latex-preprocess): Make all
3808 external preprocess functions use a PARAMETER arg.
3810 * org-exp.el (org-export-preprocess-string)
3811 (org-export-select-backend-specific-text)
3812 (org-export-format-source-code-or-example)
3813 (org-format-org-table-html): Support docbook export.
3814 (org-export-preprocess-string): Make all external preprocess
3815 functions use a PARAMETER arg.
3817 2009-03-07 Carsten Dominik <carsten.dominik@gmail.com>
3819 * org-exp.el (org-export-html-style-include-scripts): New option.
3820 (org-export-plist-vars): Add new option
3821 `org-export-html-style-include-scripts'.
3822 (org-export-as-html): Honor new option
3823 `org-export-html-style-include-scripts'.
3824 (org-export-html-scripts, org-export-html-style-default): Fix
3825 xml issues with the Safari browser.
3827 2009-03-06 Carsten Dominik <carsten.dominik@gmail.com>
3829 * org-publish.el (org-publish-attachment): Only copy file when the
3832 2009-03-05 Carsten Dominik <carsten.dominik@gmail.com>
3834 * org-clock.el (org-clocktable-steps): Use inactive time stamps
3835 for clocktable steps.
3837 * org.el (org-additional-option-like-keywords): Add two more
3840 2009-03-04 Carsten Dominik <carsten.dominik@gmail.com>
3842 * org-exp.el (org-export-format-source-code-or-example): Mark
3843 temporary buffer unmodified, so that it will be killed even if
3844 mode like message mode has decided to assign a file name.
3846 * org.el (org-scan-tags): Improve tag inheritance.
3847 (org-scan-tags, org-make-tags-matcher): Make tag comparison
3849 (org-scan-tags): Use the internal tags list instead of creating it
3851 (org-trust-scanner-tags, org-scanner-tags): New variables.
3852 (org-scan-tags): Set `org-scanner-tags'.
3853 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3854 (org-map-entries): Document the possible speedup using scanner
3857 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
3859 * org.el (org-add-planning-info): Fix bug with looking for keyword
3862 * org-agenda.el (org-agenda-custom-commands-local-options): Add
3863 option for tags filter preset.
3864 (org-prepare-agenda): Store filter preset as a property on the
3866 (org-finalize-agenda): Call the filter, if there is a preset.
3867 (org-agenda-filter-by-tag): Filter again after clearing the
3868 filter, when there still is a preset.
3869 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3870 Include the preset filter.
3871 (org-agenda-redo): Apply the filter again, also the preset filter.
3873 * org-exp.el (org-export-as-html): Use IDs in the correct way.
3875 * org.el (org-uuidgen-p): New funtion.
3877 * org-agenda.el (org-agenda-fontify-priorities): New default value
3879 (org-agenda-fontify-priorities): Renamed from
3880 org-fontify-priorities.
3882 * org.el (org-set-font-lock-defaults): Call
3883 `org-font-lock-add-priority-faces'.
3884 (org-font-lock-add-priority-faces): New function.
3886 * org-faces.el: (org-set-tag-faces): New option.
3887 (org-priority-faces): New variable.
3889 * org-exp.el (org-export-as-html): Add a "content" div around the
3890 entire content of the body tag.
3891 (org-export-html-get-bibliography): New function.
3892 (org-export-html-validation-link): New variable.
3893 (org-export-as-html): Add validation link to exported page.
3895 * org.el (org-match-sparse-tree): Renamed from
3896 `org-tags-sparse-tree'.
3897 (org-tags-sparse-tree): New alias.
3899 2009-03-02 Carsten Dominik <carsten.dominik@gmail.com>
3901 * org.el (org-get-valid-level): Catch the case where the level
3904 * org-clock.el (org-clock-find-position): Better indentation of
3907 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
3909 * org-agenda.el (org-agenda-quit): Delete window only when the
3910 frame-setup was not `current-window'.
3912 * org.el (org-tag-persistent-alist): New option.
3913 (org-startup-options): Add keyword `noptag'.
3914 (org-fast-todo-selection): Handle :newline correctly.
3915 (org-set-tags): Handle :newline correctly.
3916 (org-fast-tag-selection): Handle :newline correctly.
3918 2009-02-28 Carsten Dominik <carsten.dominik@gmail.com>
3920 * org-exp.el (org-export-as-ascii): Reverse link buffer before
3922 (org-export-ascii-push-links): Fix bug with pussing links into the
3925 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
3927 * org-archive.el (org-archive-subtree): Do not add 1 to level if
3928 pasting at top level.
3930 * org-bbdb.el: Improve documentation.
3932 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
3934 * org-list.el (org-insert-item): Only consider insert empty lines
3935 is `org-empty-line-terminates-plain-lists' is not nil.
3937 * org.el (org-blank-before-new-entry): Mention the dependence on
3938 `org-empty-line-terminates-plain-lists' in the docstring.
3940 * org-publish.el (org-publish-get-project-from-filename): New
3941 optional argument UP. Only find the top project if UP is set.
3942 (org-publish-current-project): Find the top encloding project.
3944 * org-agenda.el (org-agenda-before-write-hook)
3945 (org-agenda-add-entry-text-maxlines): New options.
3946 (org-write-agenda): Run the new hook in the temporary buffer.
3947 (org-agenda-add-entry-text): New function.
3948 (org-write-agenda): Implement PDF export, using ps2pdf.
3950 * org.el (org-global-properties-fixed, org-global-properties):
3951 Improve documentation string.
3953 * org-exp.el (org-export-ascii-links-to-notes): New option.
3954 (org-export-as-ascii): Handle links better.
3955 (org-export-ascii-wrap, org-export-ascii-push-links): New
3958 2009-02-25 Carsten Dominik <carsten.dominik@gmail.com>
3960 * org-agenda.el (org-agenda): Make prefix arg optional.
3961 (org-agenda-search-headline-for-time): New option.
3962 (org-format-agenda-item): Honor
3963 `org-agenda-search-headline-for-time'.
3965 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3968 * org.el (org-self-insert-cluster-for-undo): New option.
3969 (org-self-insert-command): Cluster undo for 20 characters.
3970 (org-self-insert-command-undo-counter): New variable.
3972 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
3974 * org-exp.el (org-export-as-html): Fix problem with closing colone
3977 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
3979 * org-export-latex.el (org-export-as-latex)
3980 (org-export-latex-first-lines): Avoid modification flag when
3981 adding or removing text properties.
3982 (org-export-latex-fontify): Catch error when org-emph-alist has
3983 entries that are not defined for LaTeX export.
3985 * org.el (orgstruct++-mode): New function.
3986 (turn-on-orgstruct++): Call `orgstruct++-mode'.
3987 (org-context-p): Allow detecting item context after the first line
3989 (orgstruct-make-binding): Detect if item-body context should be
3991 (orgstruct-is-++): New variable.
3992 (org-add-planning-info): Catch the case when there is no planning
3993 info yet and the call does not want to add anything, only maybe
3994 tries to remove something.
3995 (org-special-ctrl-a/e): All value to be a cons cell with separate
3996 settings for `C-a. and `C-e'.
3997 (org-beginning-of-line, org-end-of-line): Honor separate values
3998 for `C-a' and `C-e'.
4000 2009-02-21 Carsten Dominik <carsten.dominik@gmail.com>
4002 * org.el (org-reload): New command.
4004 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
4006 * org-exp.el (org-export-htm-get-tag-class-name)
4007 (org-export-htm-get-todo-kwd-class-name): New functions.
4008 (org-export-html-tag-class-prefix)
4009 (org-export-html-todo-kwd-class-prefix): New options.
4010 (org-export-as-html): Call
4011 `org-export-html-get-todo-kwd-class-name'.
4012 (org-html-level-start): Wrap tags into classes.
4013 (org-export-html-get-tag-class-name)
4014 (org-export-html-get-todo-kwd-class-name): New functions.
4016 * org-export-latex.el (org-export-latex-collect-header-macros):
4017 Remove fields that are used anyway.
4018 (org-export-latex-make-header): Insert the options earlier.
4020 * org-agenda.el (org-agenda-get-progress): Fix bug with state
4023 * org-list.el (org-indent-item): Allow point to be at the end of
4026 * org.el (org-metaleft, org-metaright): Be more accurate about
4027 detecting a region where commands apply.
4029 * org-compat.el (org-cursor-to-region-beginning): New function.
4031 * org.el (org-priority): Also find invisible heading.
4033 * org-colview-xemacs.el (org-columns-edit-value): No special
4034 treatment for `org-todo' prefix.
4036 * org-colview.el (org-columns-edit-value): No special treatment
4037 for `org-todo' prefix.
4039 * org-remember.el (org-remember-apply-template): Use
4040 `org-completing-read-no-ido'.
4042 * org.el (org-completing-read-no-ido): New function.
4043 (org-make-tags-matcher, org-set-property): Use
4044 `org-completing-read-no-ido'.
4046 * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4048 (org-export-as-latex): Import in-buffer settings as TeX macros.
4049 (org-export-latex-make-header): Additional parameter OPT-DEFS.
4050 (org-export-latex-collect-header-macros): New function.
4052 * org.el (org-refile-get-location): Turn off
4053 `partial-completion-mode'.
4055 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
4057 * org.el (org-block-todo-from-checkboxes): Announce that
4058 checkboxes are the culprit.
4059 (org-block-todo-from-children-or-siblings): Call
4060 `org-up-heading-all instead' of `outline-up-heading'.
4062 * org-agenda.el (org-agenda-show-1): Renamed from
4064 (org-agenda-show): Re-install the old version for now.
4065 (org-agenda-dim-blocked-tasks): Update docstring. Scope a
4066 variable into the blokker hook, so that the checkbox checker can
4067 anounce that it caused the blocking.
4069 * org.el (org-track-ordered-property-with-tag): New option.
4070 (org-toggle-ordered-property): Honor
4071 `org-track-ordered-property-with-tag'.
4072 (org-tag-alist): Add newline options.
4073 (org-set-regexps-and-options): Separate option lines imply a
4075 (org-set-regexps-and-options, org-assign-fast-keys)
4076 (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4078 (org-indent-line-function): Make sure this works even if there is
4079 not `org-drawer-regexp' defined. This can happen when
4080 orgstruct-mode is used in a non-org buffer.
4082 * org-list.el (org-checkbox-blocked-p): New function.
4083 (org-toggle-checkbox): Check for blocking.
4085 * org.el (org-modules): Add an entry for org-R.el.
4087 * org-agenda.el (org-agenda-todo-ignore-with-date)
4088 (org-agenda-todo-ignore-scheduled)
4089 (org-agenda-todo-ignore-deadlines): Mention the variable
4090 `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4092 * org.el (org-get-wdays): Find the warning period also if it is in
4094 (org-ido-completing-read): Provide the correct arguments to
4095 ido-completing-read and bind `ido-enter-matching-directory' to
4098 2009-02-17 Carsten Dominik <carsten.dominik@gmail.com>
4100 * org.el (org-olpath-completing-read): Never use ido for this
4103 * org-exp.el (org-export-normalize-links): Use new macro.
4105 * org-macs.el (org-if-unprotected-at): New macro.
4107 * org-agenda.el (org-agenda-show): Allow numerical prefix
4108 arguments to specify how much context should be shown.
4109 (org-agenda-cycle-show): New command, could be bound to SPC in
4110 org-agenda-mode-map.
4112 * org-exp.el (org-html-level-start): Space after section number.
4114 2009-02-16 Carsten Dominik <carsten.dominik@gmail.com>
4116 * org-agenda.el (org-agenda-get-sexps): Add todo state as
4117 property, for sorting.
4118 (org-cmp-todo-state): Get the applicable TODO keywords directly
4120 (org-run-agenda-series, org-agenda-list, org-search-view)
4121 (org-todo-list, org-tags-view): Only fit agenda window when the
4122 whole series is done.
4124 * org.el (org-scan-tags): Add todo state as property, for sorting.
4126 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4127 `org-agenda-overriding-header' as an option.
4128 (org-agenda-list): Honor org-agenda-overriding-header'.
4130 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
4132 * org-list.el (org-toggle-checkbox): Improve cursor positioning
4133 after removing a checkbox.
4135 * org.el (org-show-entry): Make this work correctly also if it is
4136 the last entry in the file.
4137 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4138 falling back to normal, default command.
4139 (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4140 item, call the checkbox toggler to get a box.
4142 * org-list.el (org-toggle-checkbox): Make double prefix set the
4144 (org-fix-bullet-type): Only replace bullet if it is changed.
4145 (org-renumber-ordered-list): Handle case when first item does not
4148 * org.el (org-add-log-setup): Fix positioning when
4149 `org-log-states-order-reversed' is nil.
4151 * org-clock.el (org-clock-in): Fix positioning when
4152 `org-log-states-order-reversed' is nil.
4153 (org-clock-find-position): Fix positioning when
4154 `org-log-states-order-reversed' is nil.
4156 2009-02-14 Carsten Dominik <carsten.dominik@gmail.com>
4158 * org-clock.el (org-clock-into-drawer): Take default from
4159 `org-log-into-drawer'.
4160 (org-clock-find-position): Look for the correct drawer.
4162 * org.el (org-log-into-drawer): Renamed from
4163 `org-log-state-notes-into-drawer'.
4164 (org-log-state-notes-into-drawer): New variable alias.
4165 (org-add-log-setup): Make drawer name default to LOGBOOK, not
4167 (org-insert-property-drawer): Also skip LOGBOOK drawers.
4169 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
4171 * org-agenda.el (org-agenda): Fix docstring.
4173 * org.el ("org-plot"): Help loading org-plot.
4174 (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4175 (org-metadown-hook, org-shiftmetaleft-hook)
4176 (org-shiftmetaright-hook, org-shiftmetaup-hook)
4177 (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4178 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4179 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4180 (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4182 * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4183 for selecting files with any (and even without) extension.
4185 * org.el (org-save-all-org-buffers): Also save id locations.
4186 (org-revert-all-org-buffers): Also load id locations.
4188 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4189 * org.el (org-drawers): Add LOGBOOK to the default drawers.
4190 (org-log-state-notes-into-drawer): New option.
4191 (org-add-log-setup): Place the sate note marker into the drawer,
4192 create drawer when necessary.
4193 (org-refile-targets): Document special interpretation of LEVEL
4194 when odd-levels are used.
4196 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4198 * org.el (org-store-log-note): Fix note indentation when adding
4199 notes to end of list.
4201 * org-exp.el (org-export-as-html): Add TODO keyword as extra
4202 class, so that each keyword can get special colors through CSS.
4204 * org-clock.el (org-clock-out): Add another nil for the previous
4205 state into the call to `org-add-log-setup'.
4207 * org.el (org-log-note-previous-state): New variable.
4208 (org-log-note-headings): New %S escape for old state.
4209 (org-todo): Call the note setup with the old state as an
4211 (org-add-note): Add another nil for the previous state into the
4212 call to `org-add-log-setup'.
4213 (org-add-log-setup): New argument PREV-STATE.
4214 (org-add-log-note): Handle new %S escape.
4215 (org-store-log-note): Handle new %S escape.
4217 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
4219 * org-clock.el (org-clock-find-position): Do not swallow an item
4220 less indented than the CLOCK line itself.
4221 (org-clock-in): Push markers to lin after the clock line.
4222 (org-clock-find-position): Handle values of
4223 `org-clock-into-drawer' smaller than 2.
4225 * org-exp.el (org-html-level-start): Add a CSS class to section
4227 (org-export-html-toplevel-hlevel): Better documentation of the
4228 influence of this variables on H levels and css classes in
4231 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
4233 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4234 timestamp and nottimestamp to the chooe menu.
4236 * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4237 (org-revert-all-org-buffers): New command.
4239 2009-02-09 Carsten Dominik <carsten.dominik@gmail.com>
4241 * org.el (org-return): Implement `org-return-follows-link' in the
4242 function org-return. This is more robust than using the mouse
4244 (org-set-regexps-and-options): Match more general #+TODO lines.
4245 (org-make-options-regexp): New optional argument EXTRA, for an
4247 (org-tab-follows-link): Mark as deprecated.
4249 2009-02-07 Carsten Dominik <carsten.dominik@gmail.com>
4251 * org-exp.el (org-export-preprocess-string): Remove clock lines
4252 earlier, so that they cannot cotribute to verbatim snippets.
4254 2009-02-06 Carsten Dominik <carsten.dominik@gmail.com>
4256 * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4257 for finding drawers.
4258 (org-export-as-ascii, org-export-as-html): Count levels relative
4259 to the subtree header.
4260 (org-get-min-level): New optional argument OFFSET.
4261 (org-export): Make sure point is restored after popping up that
4264 * org.el (org-do-sort): Also take an inactive timestamp if no
4265 active one is found.
4267 * org-colview-xemacs.el (org-columns-capture-view): Copy before
4268 deleting duplicates.
4270 * org-colview.el (org-columns-capture-view): Copy before
4271 deleting duplicates.
4273 * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4274 text before first headline.
4276 * org.el (org-format-latex): Do not convert LaTeX fragments in
4279 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
4281 * org-exp.el (org-export-html-style-default): Use color values
4282 instead of names for XHTML validation.
4284 * org.el (org-get-scheduled-time, org-get-deadline-time): New
4286 (org-return-follows-link): Revert making this the default untile
4287 issues are resolved.
4289 * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4292 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
4294 * org.el (org-mode): Make dependence stuff work more reliably.
4295 (org-update-parent-todo-statistics): Fix bug with updating
4298 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4299 ~ as verbatim delimiters.
4301 * org-exp.el (org-export-html-format-image): New argument
4303 (org-export-as-html): Pass par-open to
4304 `org-export-html-format-image'.
4306 2009-02-01 Carsten Dominik <carsten.dominik@gmail.com>
4308 * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4309 (org-use-fast-todo-selection, org-tags-column): New default
4310 setting for variables, based on a poll what typical uses use.
4312 * org-agenda.el (org-agenda-sorting-strategy)
4313 (org-agenda-tags-column): New default setting for variables, based
4314 on a poll what typical uses use.
4316 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4318 * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4319 blocked entries from setting the blocked tag.
4321 * org-exp.el (org-export-html-footnotes-section): Use a more
4322 consistent id for footnotes.
4324 * org-export-latex.el (org-export-latex-classes): Remove the
4325 a4paper option from the default styles.
4327 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
4329 * org.el (org-enforce-todo-checkbox-dependencies): New option.
4330 (org-block-todo-from-checkboxes): New function.
4331 (org-todo): Make tripple prefix arg circumvent blocking.
4333 * org-timer.el (org-timer): Provide the timer feature.
4335 * org.el (org-require-autoloaded-modules): Add a few more files to
4336 the list of autoloaded modules.
4338 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4340 2009-01-29 Carsten Dominik <carsten.dominik@gmail.com>
4342 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4343 drawers that are unprotected.
4344 (org-export-html-format-image): Make sure inlined LaTeX fragment
4345 images remain inlined.
4347 * org.el (org-toggle-ordered-property): New function.
4348 (org-mode-map): Add a key for `org-toggle-ordered-property'.
4349 (org-org-menu): Add menu entries for TODO dependencies.
4351 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
4353 * org.el (org-default-properties): Add ORDERED to the default
4354 properties, to get completion support for it.
4356 * org-list.el (org-update-checkbox-count): Update more than one cookie.
4358 * org.el (org-update-parent-todo-statistics): Update more than one
4361 * org-agenda.el (org-agenda-get-todos): Start search from correct
4364 * org.el (org-fast-todo-selection): Make sure TODO selection does
4365 not change buffer position.
4367 * org-list.el (org-toggle-checkbox): Implement adding or removing
4368 checkboxes from line or region when called with a prefix
4371 * org-rmail.el (org-rmail-store-link): Protect the call to
4372 `rmail-narrow-to-non-pruned-header'.
4374 * org-clock.el (org-clock-special-range): Fix week display in
4377 * org-exp.el (org-get-current-options): Fix bug when in indirect
4380 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
4382 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4383 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4384 (org-agenda-dim-blocked-tasks): New function.
4386 * org.el (org-enforce-todo-dependencies): New option.
4387 (org-block-todo-from-children-or-siblings): New function.
4389 * org-faces.el (org-agenda-dimmed-todo-face): New face.
4391 * org.el (org-todo): Return correct state type even if the blocker
4393 (org-modifier-cursor-error): Renamed from
4394 `org-shiftcursor-error'.
4395 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4396 (org-shiftmetadown): Call `org-modifier-cursor-error'.
4398 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4399 to get real errors from the blocker hook.
4401 * org.el (org-shiftselect-error, org-call-for-shift-select): New
4403 (org-set-visibility-according-to-property): Turn off the setting
4404 of `org-show-entry-below', to avoid overruling a FOLDED visibility
4407 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
4409 * org.el (org-support-shift-select): New option.
4410 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4411 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4412 selection outside contexts.
4414 * org-list.el (org-at-item-bullet-p): New function.
4416 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4419 * org-footnote.el (org-footnote-normalize): Remove unnecessary
4421 (org-insert-footnote-reference-near-definition): Remove
4422 unnecessary let form.
4424 * org-export-latex.el (org-export-latex-first-lines): Add
4425 OPT-PLIST parameter.
4426 (org-export-as-latex): Call `org-export-latex-first-lines' with
4427 opt-plits parameter.
4428 (org-export-latex-preprocess): Remove unnecessary variables.
4430 * org-exp.el (org-infile-export-plist)
4431 (org-export-add-options-to-plist, org-export-kill-licensed-text)
4432 (org-export-remove-headline-metadata)
4433 (org-export-get-title-from-subtree, org-get-min-level)
4434 (org-html-do-expand): Remove innecessary let form.
4436 * org-colview-xemacs.el (org-columns-display-here): Remove
4437 unnecessary variables.
4439 * org-colview.el (org-columns-display-here): Remove unnecessary
4442 * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4445 * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4446 unnecessary variables.
4448 * org-agenda.el (org-search-view, org-agenda-get-blocks)
4449 (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4452 * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4453 (org-compact-display-after-subtree-move): Remove unnecessary
4455 (org-edit-fixed-width-region): Remove unnecessary variables.
4456 (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4457 (org-olpath-completing-read): Remove unnecessary variable.
4458 (org-auto-repeat-maybe): Remove unnecessary variable.
4459 (org-map-entries): Remove unnecessary variable.
4460 (org-buffer-property-keys, org-imenu-get-tree)
4461 (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4463 -----------------------------------------------------------------
4465 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
4466 * org-exp.el (org-export-remove-timestamps): Never remove
4467 timestamps from tables.
4469 * org-export-latex.el (org-export-latex-first-lines): Add more
4470 options to the preprocessing of the text before the first
4473 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
4475 * org-faces.el (org-clock-overlay): Make face compatible with
4478 * org.el (org-yank): Add property for delete-selection mode.
4480 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4482 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4485 * org-table.el (org-table-insert-hline): Fix typo in fuction call
4488 * org-exp.el (org-export-as-html): Remove the initial space from
4491 * org.el (org-scan-tags): Call
4492 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4494 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4495 customization groups.
4496 (org-agenda-tags-todo-honor-ignore-options): New option.
4497 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4499 (org-agenda-get-todos): Use
4500 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4502 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
4504 * org-exp.el (org-export-format-source-code-or-example): Escape
4505 HTML characters also in examples that anre not treated with
4506 htmlize. Also, just switch to EXAMPLE processing if we do not
4507 have a good version of htmlize.
4509 * org-rmail.el: Fix copyright notice.
4511 * org.el (org-activate-footnote-links): Improve footnote link
4514 * org-footnote.el (org-footnote-normalize): Fix finding the end of
4515 a footnote definition at the end of the file.
4517 * org-table.el (org-table-get-specials): Add an imagined hline at
4518 the end of the table. This can be useful for references that want
4519 to go to the end of the table. Also fix bug when computing last
4520 row constants, in tables that do not start right at the right
4522 (org-table-eval-formula): Match and replace remove references.
4523 (org-table-formula-substitute-names): Make sure that names inside
4524 a "remote" call are left alone, the will be replaced later when
4525 the remote call is handled.
4526 (org-table-convert-refs-to-rc): Do not convert things that might
4527 look like a reference, but are really part of an ID or namei n a
4529 (org-table-get-remote-range): New function.
4531 2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
4533 * org-faces.el (org-clock-overlay): Fix bug in face definition.
4535 * org-clock.el (org-clock-put-overlay): Use new face instead of
4536 `secondary-selection'.
4538 * org-faces.el (org-clock-overlay): New face.
4540 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
4542 * org-exp.el (org-get-current-options): Include the option for
4543 publishing time stamps.
4545 * org.el (org-toggle-heading): Renamed from
4546 `org-toggel-region-headings'.
4547 No longer needs a region defined, but will use it if there is one.
4548 (org-ctrl-c-star): Simplified, relying more on the internal
4549 workings of `org-toggle-heading'.
4550 (org-toggle-item): Renamed from `org-toggle-region-items'.
4551 No longer needs a region defined, but will use it if there is one.
4552 (org-ctrl-c-minus): Simplified, relying more on the inernal
4553 workings of `org-toggle-item'.
4555 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4556 environment detection. Also, do real changes only in unprotected
4559 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
4561 * org-export-latex.el (org-export-latex-quotation-marks): Use
4562 `org-if-unprotected-1'.
4563 (org-export-latex-set-initial-vars): Check for class definition in
4566 * org-macs.el (org-if-unprotected-1): New macro.
4568 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
4570 * org-compat.el (org-count-lines): New function.
4572 * org-exp.el (org-export-format-source-code-or-example): Handle
4573 switches related to text areas.
4575 * org.el (org-activate-footnote-links): Don't allow match inside a
4578 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4580 * org-export-latex.el (org-export-latex-links): Keep a relative
4581 path relative also after export.
4583 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4585 * org.el (org-make-tags-matcher): Never use IDO for completing the
4586 tags matcher match string.
4587 (org-completing-read): Also remove the special biding for "?".
4589 * org-attach.el (org-attach-allow-inheritance): New option.
4590 (org-attach-inherited): New variable.
4591 (org-attach-dir): Handle properties related to the attachment
4593 (org-attach-check-absolute-path): New function.
4594 (org-attach-set-directory, org-attach-set-inherit): New commands.
4595 (org-attach): Accommodate the new commands in the dispatcher.
4597 2009-01-18 Carsten Dominik <carsten.dominik@gmail.com>
4599 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4600 `window-full-width-p'.
4602 * org-exp.el (org-export-as-html): Only check for images files
4603 that really can be inlined
4605 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4606 list of extensions to be a parameter.
4608 * org-exp.el (org-export-html-inline-image-extensions): New
4611 * org-agenda.el (org-prepare-agenda): Use
4612 `org-agenda-block-separator'.
4613 (org-agenda-block-separator): New option.
4615 2009-01-17 Carsten Dominik <carsten.dominik@gmail.com>
4617 * org-export-latex.el (org-export-latex-tables): Call
4618 `org-table-clean-before-export' with the new optional argument.
4620 * org-exp.el (org-table-clean-before-export): New optional
4621 parameter MAYBE-QUOTED, allows for quoted characters like \# in
4624 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
4626 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4629 * org-colview.el (org-colview-construct-allowed-dates): Better
4630 error catching when a date/time property does not have allowed
4633 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4634 Better error catching when a date/time property does not have
4635 allowed values defined.
4637 2009-01-14 Carsten Dominik <carsten.dominik@gmail.com>
4639 * org.el (org-map-entries): Restore point and restriction after
4642 2009-01-13 Carsten Dominik <carsten.dominik@gmail.com>
4644 * org.el (org-time=, org-time<, org-time<=, org-time>)
4645 (org-time>=, org-time<>): Make sure both values are dates.
4647 2009-01-11 Carsten Dominik <carsten.dominik@gmail.com>
4649 * org-archive.el (org-extract-archive-heading): Allow %s for file
4650 name also in achive location heading.
4652 2009-01-10 Carsten Dominik <carsten.dominik@gmail.com>
4654 * org-archive.el (org-add-archive-files): Uniquify the list before
4657 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
4659 * org-compat.el (org-fit-window-to-buffer): Use
4660 `window-full-width-p'.
4662 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4663 space after the colon in short examples.
4665 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4666 enforce a space after the colon. However, we also allow lines
4667 that are *only* a colon.
4668 (org-export-as-html): Enforce the space after the colon in short
4670 (org-export-preprocess-string): Do the colon example protection
4672 (org-export-remove-timestamps): Do not check for protection at the
4675 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
4677 * org.el (org-format-latex-options): Add new matcher for single
4678 letters between dollars.
4679 (org-get-header): Function removed.
4680 (org-heading-components): New function.
4682 * org-exp.el (org-export-define-heading-targets): Record ID's also
4683 as alternative targets.
4684 (org-export-as-html): Interpret "id:" links to other files by
4685 preserving the relative path.
4687 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4690 * org-exp.el (org-export-normalize-links): Protect the main link,
4691 to avoid special character processing.
4693 * org-export-latex.el (org-export-latex-special-keyword-regexp):
4695 (org-export-latex-special-string-regexps): Variable removed.
4696 (org-export-latex-keywords): Use the new regexp.
4698 * org-exp.el (org-export-handle-include-files): Fetch switches and
4699 put them into the BEGIN statement.
4701 * org-timer.el (org-timer-mode-line-string): New variable.
4703 * org-clock.el (org-clock-mode-line-map): Renamed from
4704 `org-clock-mode-map'.
4705 (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4706 (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4707 (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4708 (org-clock-remove-overlays): Renamed from
4709 `org-remove-clock-overlays'.
4711 * org-timer.el (org-timer-pause-or-continue): Implement stopping
4712 and mode line display.
4713 (org-timer-stop): New command.
4714 (org-timer-seconds): Return correct time when timer is paused.
4715 (org-timer-mode-line-timer): New variable.
4716 (org-timer-set-mode-line, org-timer-update-mode-line): New
4719 * org.el (org-insert-heading): Handle new value `auto' for
4720 `org-blank-before-new-entry'.
4721 (org-org-menu): Add new items for timer functions.
4723 * org-list.el (org-insert-item): Handle new value `auto' for
4724 `org-blank-before-new-entry'.
4726 * org.el (org-blank-before-new-entry): New value `auto', made
4729 2009-01-07 Carsten Dominik <carsten.dominik@gmail.com>
4731 * org-exp.el (org-export-normalize-links): If the link is also
4732 used as the description, protect the description.
4734 2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
4736 * org.el (org-closest-date): Fix bug with yearly repeats, in
4737 combination with preference of the past as it is used for deadline
4738 and scheduling search.
4740 * org-exp.el (org-html-handle-time-stamps): No longer check for
4741 the `org-export-with-timestamps' option, because the preprocesser
4742 has taken care of this already.
4744 * org.el (org-entry-properties): Catch the case when this is
4745 called in a non-org-mode file.
4747 * org-export-latex.el (org-export-latex-remove-from-headlines):
4748 Variable made obsolete, also LaTeX export now uses the standard
4750 (org-export-as-latex): Add the timestamps parameter to the
4751 preprocessor parameter list.
4752 (org-export-latex-content): Export the remaining keywords without
4753 considering to remove them.
4754 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4755 Use bold font instead of tt font for the keywords.
4756 (org-export-latex-fontify-headline): Format headlines, assuming
4757 that all keywords still present should be published.
4758 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4759 publish what ever remains of the time stamps.
4760 (org-export-latex-list-parameters): New option.
4761 (org-export-latex-lists): Pass additional parameters to the list
4764 * org-exp.el (org-export-preprocess-string): Remove clock lines
4765 and timestamps already in the preprocesor.
4766 (org-export-remove-timestamps, org-export-remove-clock-lines): New
4768 (org-export-as-ascii, org-export-as-html): Add the timestamps
4769 parameter to the preprocessor parameter list.
4771 * org-list.el (org-list-parse-list): Parse for checkboxes.
4772 (org-list-to-generic): Introduce and handle new parameters :cbon
4774 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4775 optional parameter PARAMS.
4777 * org-export-latex.el (org-export-latex-special-chars): Fix
4778 problems with interpreting dollar signs.
4779 (org-inside-latex-math-p): New function.
4780 (org-export-latex-preprocess): Protect all the math fragments.
4782 * org.el (org-latex-regexps): Allow a dash after a dollar.
4784 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4787 * org-agenda.el (org-run-agenda-series): Have series options set
4788 when finalizing the agenda.
4790 * org-exp.el (org-export-format-source-code-or-example): Protect
4791 the converted examples.
4793 * org.el (org-set-regexps-and-options): Fix the regexp
4794 `org-complex-heading-regexp'.
4796 2009-01-05 Carsten Dominik <carsten.dominik@gmail.com>
4798 * org.el (org-edit-src-get-label-format): New function.
4799 (org-coderef-label-format): New option.
4800 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4801 a label format specification and make sure it is used in the edit
4803 (org-edit-src-get-label-format): New function.
4804 (org-store-link): Handle new coderef formats.
4805 (org-link-search): Handle new coderef formats.
4807 * org-footnote.el (org-footnote-create-definition)
4808 (org-footnote-goto-local-insertion-point): Make footnote insertion
4809 work correctly when the "Footnotes" headline is the last line in
4812 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4815 2009-01-04 Carsten Dominik <carsten.dominik@gmail.com>
4817 * org-w3m.el (org-w3m): New customization group.
4818 (org-w3m-deactivate-mark): New option.
4819 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4822 2009-01-02 Carsten Dominik <carsten.dominik@gmail.com>
4824 * org.el (org-set-font-lock-defaults): Trigger footnote
4826 (org-activate-footnote-links): New function.
4827 (org-activate-links): New entry `footnote'.
4829 * org-faces.el (org-footnote): New face.
4831 2009-01-01 Carsten Dominik <carsten.dominik@gmail.com>
4833 * org-macs.el (org-re): Handle the [:word:] class.
4835 * org-exp.el (org-export-preprocess-string): Call
4836 `org-export-protect-colon-examples'.
4837 (org-export-protect-colon-examples): Renamed from
4838 `org-export-protect-examples', and scope limited to lines starting
4841 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
4843 * org-exp.el (org-export-preprocess-string): Move the preprocess
4844 hook to after turning on Org-mode.
4845 (org-export-preprocess-after-include-files-hook)
4846 (org-export-preprocess-after-tree-selection-hook)
4847 (org-export-preprocess-before-backend-specifics-hook)
4848 (org-export-preprocess-final-hook): New hooks.
4849 (org-export-preprocess-string): Run the new hooks.
4851 * org.el (org-ctrl-c-minus): Fix indentation for new items.
4853 * org-footnote.el: New file.
4855 * org.el (org-footnote): Require footnote code.
4856 (org-startup-options): Add new footnote options.
4857 (org-mode-map): New keybindig for footnotes.
4858 (org-ctrl-c-ctrl-c): Add function at footnotes.
4859 (org-org-menu): New menu entries for footnotes.
4861 * org-export-latex.el (org-export-as-latex): Pass footnote
4862 variable to preprocessor.
4863 (org-export-latex-preprocess): Treat multiple references to a
4866 * org-exp.el (org-export-preprocess-string): Call
4867 `org-footnote-normalize'.
4868 (org-export-as-ascii, org-export-as-html): Pass footnote variable
4870 (org-export-as-html): Treat multiple references to a footnote.
4872 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
4874 * org-export-latex.el (org-export-latex-links): Handle coderef
4877 * org.el (org-bracket-link-analytic-regexp++): New variable.
4878 (org-make-link-regexps): Initialize
4879 `org-bracket-link-analytic-regexp++'.
4880 (org-store-link): Implement special case in edit-src buffer.
4881 (org-insert-link): No use of ide to insert stored links.
4882 (org-link-search): Implement special case for coderefs.
4884 * org-exp.el (org-export-html-scripts): New constant.
4885 (org-export-html-style-default): Add a new style for highlighted
4887 (org-export-code-refs): New variable.
4888 (org-export-preprocess-string): Initialize `org-export-code-refs'.
4889 Call `org-export-replace-src-segments-and-examples'
4890 No longer call `org-export-protect-examples'.
4891 (org-export-target-internal-links): Take care of coderef targets.
4892 (org-export-last-code-line-counter-value): New variable.
4893 (org-export-replace-src-segments-and-examples): Renamed from
4894 `org-export-replace-src-segments', and modified.
4895 (org-export-format-source-code-or-example): Renamed from
4896 `org-export-format-source-code'.
4897 (org-export-number-lines): New function.
4898 (org-export-as-ascii, org-export-as-html): Handle coderef links.
4900 --------------------------------------------------------------------------
4902 2008-12-23 Carsten Dominik <carsten.dominik@gmail.com>
4904 * org-remember.el (org-remember-handler): Safer way to get a new
4905 buffer accessing the target file.
4907 * org.el (org-refile-get-location): Handle case of current buffer
4908 not having a file associated with it.
4910 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
4912 * org-table.el (org-table-get-formula): Only ask to overwrite
4913 field formula if there really is one.
4915 * org-id.el (org-id-find): Allow the ID to be a symbol or a
4916 number, by converting these to a string.
4918 * org-colview.el (org-dblock-write:columnview): Allow ID to be
4919 located in a different file.
4921 * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4924 2008-12-21 Carsten Dominik <carsten.dominik@gmail.com>
4926 * org.el (org-completion-use-ido): Enhance docstring of
4927 `org-completion-use-ido'.
4929 * org-export-latex.el (org-export-latex-make-header): Double the %
4930 in the time stamp format.
4931 (org-export-latex-special-chars): Handle case where there is no
4934 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
4936 * org.el (org-get-refile-targets, org-refile-get-location): Use
4937 expanded file name to improve comparison.
4939 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
4941 * org.el (org-scan-tags): Rescan for tags, to get the correct
4942 upcase/downcase stuff. This slows things down for now, but it
4944 (org-mode): Make sure the tag-faces regexp is initialized.
4946 * org-export-latex.el (org-export-latex-links): Fix bug with
4949 * org-table.el (org-table-get-specials): Set
4950 `org-table-current-last-data-line'.
4951 (org-table-current-last-data-line): New variable.
4952 (org-table-insert-column, org-table-delete-column)
4953 (org-table-move-column, org-table-fix-formulas): Call
4954 `org-table-fix-formulas' a second time to fix the $LR references.
4955 (org-table-get-specials): Add the $LR references to the tables.
4956 (org-table-get-formula): Do not offer last-row names as LHS of
4959 * org.el (org-store-link): Capture link description from
4960 `org-id-store-link'.
4962 * org-exp.el (org-export-html-format-image): Add the / to the end
4964 (org-export-format-source-code): Surround example by empty lines,
4965 to make sure it will not be inside a paragraph.
4967 * org.el (org-ido-switchb): New function.
4969 2008-12-18 Carsten Dominik <carsten.dominik@gmail.com>
4971 * org-agenda.el (org-agenda-show): New prefix argument
4974 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4977 * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4978 `org-agenda-change-all-lines'.
4979 (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4980 tags are now retrieved locally.
4982 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
4984 * org.el (org-get-outline-path): Fix bug if level is not given.
4985 (org-org-menu): Do not quote function in menu vector.
4987 * org-agenda.el (org-finalize-agenda): Fix typo with variable
4990 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4992 * org.el (org-refile): Avoid refiling to within the region to be
4995 * org-export-latex.el (org-export-latex-special-chars): Replace
4996 special characters also in tables.
4998 * org-agenda.el (org-agenda-change-all-lines): New argument
5000 (org-agenda-set-tags): Cet the new tags and pass them to
5001 `org-format-agenda-item'.
5003 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
5005 * org-export-latex.el (org-export-latex-classes): Add longable as
5006 a default package to all classes.
5007 (org-export-latex-tables): Handle the longtable attribute and the
5010 * org-table.el (orgtbl-to-generic): Handle tables that start with
5013 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5014 \verb for colde-like snippets.
5015 (org-export-as-latex): Fix issues with region export.
5017 * org.el (org-up-heading-safe): Speed up function by using a
5018 direct regexp search.
5019 (org-olpa): New variable.
5020 (org-get-outline-path): Speed-up path constructions in cases where
5021 this is possible because the entire hierarchy is scanned anyway.
5022 (org-refile-get-location): Don't compare the truenames of files,
5024 (org-goto-max-level): New option.
5025 (org-goto): Use `org-goto-max-level'.
5027 2008-12-12 Tassilo Horn <tassilo@member.fsf.org>
5029 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5030 Strip angle brackets from message-ids in the former and don't do
5032 (org-gnus-follow-link): Open summary reliable, even if the last
5033 messages were deleted, and handle empty groups, too.
5035 2008-12-12 Carsten Dominik <carsten.dominik@gmail.com>
5037 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5038 instead of \texttt for the =...= and ~===~ emphasis environments.
5039 (org-export-as-latex): Remove any old :org-license-to-kill text
5041 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5042 (org-export-latex-make-header): Add some hard space after the
5044 (org-export-latex-first-lines): Accept RBEG argument. Mark
5045 exported text so that it will be excuded in further steps.
5047 * org-table.el (org-table-get-specials): Make @0 reference the
5048 last line in a table.
5049 (org-table-recalculate): Improve docstring.
5051 2008-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5053 * org.el (org-log-done): Fix docstring.
5055 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
5057 * org-exp.el (org-export-html-format-image): Fix bugs.
5059 * org-export-latex.el (org-export-latex-tables)
5060 (org-export-latex-links): Implement attribute, label, and caption
5063 * org-exp.el (org-export-html-style-default): Add style
5064 definitions for the figure div.
5065 (org-export-preprocess-string, org-export-as-html): Implement
5066 attribute, label, and caption handling.
5067 (org-export-attach-captions-and-attributes): New function.
5068 (org-export-html-format-image): New function.
5069 (org-format-org-table-html): Implement attribute, label, and
5072 * org.el (org-find-text-property-in-string): New function.
5073 (org-extract-attributes): Use the property org-attr instead of
5074 org-attrobutes, because this property is now set with the #+ATTR
5077 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
5079 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5080 the case that FROM is nil.
5082 * org.el (org-before-first-heading-p): New function.
5084 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
5086 * org-exp.el (org-export-as-html): Do not add a space before
5087 enforces line breaks.
5088 (org-export-as-html): Close paragraph before blockquote and verse
5091 2008-12-06 Carsten Dominik <carsten.dominik@gmail.com>
5093 * org-id.el (org-id-locations-file): Wrap file name with
5094 `convert-standard-filename'.
5095 (org-id-files): New variable.
5096 (org-id-use-hash): New option.
5097 (org-id-update-id-locations): Also search in all files current
5098 listed in `org-id-files'. Convert the resulting alist to a hash
5099 if the user customation says so.
5100 (org-id-locations-save): Handle he case if `org-id-locations' is a
5102 (org-id-locations-load): Convert the alist to a hash.
5103 (org-id-add-location): Handle the hast case.
5104 (kill-emacs-hook): Make sure id locations are saved when Emacs is
5106 (org-id-hash-to-alist, org-id-alist-to-hash)
5107 (org-id-paste-tracker): New functions.
5109 -------------------------------------------------------------------------
5111 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5113 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5114 bindings of calendar variables.
5116 * org-table.el (org-table-find-row-type): Renamed from
5117 `org-find-row-type'.
5118 (org-table-rewrite-old-row-references): Renamed from
5119 `org-rewrite-old-row-references'.
5120 (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5121 (org-table-cleanup-narrow-column-properties): Renamed from
5122 `org-cleanup-narrow-column-properties'.
5124 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5126 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5127 for better error messages.
5128 (org-table-get-descriptor-line): Supply the new arguments to
5129 `org-find-row-type'.
5130 (org-table-error-on-row-ref-crossing-hline): New option.
5132 * org.el (org-target-link-regexp): Make buffer-local.
5133 (org-move-subtree-down): Fix bug with trees at beginning of
5136 2008-12-04 Carsten Dominik <carsten.dominik@gmail.com>
5138 * org-faces.el (org-set-tag-faces): New function.
5139 (org-tags-special-faces-re): New variable.
5141 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5143 * org-faces.el (org-tag-faces): New option.
5144 (org-tag): Mention `org-tag-faces' in the docstring.
5146 2008-12-03 Carsten Dominik <carsten.dominik@gmail.com>
5148 * org-exp.el (org-export-html-style-default): Implement new
5151 * org-jsinfo.el (org-infojs-template): Implement new quoting.
5153 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5154 command to the `w3m-minor-mode-map'.
5156 * org-archive.el (org-archive-to-archive-sibling): Protect
5157 `this-command' to avoid appending kills during archiving.
5159 * org-exp.el (org-export-with-priority): New variable.
5160 (org-export-add-options-to-plist): Use `org-export-plist-vars'
5161 instead of internal list of strings and properties.
5162 (org-print-icalendar-entries): Retrieve the location property with
5165 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5167 * org-exp.el (org-export-with-todo-keywords): New option.
5168 (org-export-plist-vars): Include also the keys for the #+OPTIONS
5170 (org-default-export-plist, org-export-add-options-to-plist)
5171 (org-export-as-ascii, org-export-as-html): Use the new structure
5172 of `org-export-plist-vars'.
5174 * org.el (org-map-entries): Return all values.
5176 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
5178 * org.el (org-matcher-time): Recognize more special values.
5180 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5182 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
5184 * org.el (org-tags-exclude-from-inheritance): New option.
5185 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5186 `org-tags-exclude-from-inheritance'.
5188 * org-agenda.el (org-agenda-show-inherited-tags): New option.
5189 (org-format-agenda-item): Add inherited tags to the agenda line
5190 string, and make sure that properties are kept when downcasing the
5192 (org-agenda-add-inherited-tags): New function.
5193 (org-downcase-keep-props): New function.
5195 * org.el (org-scan-tags): Mark inherited tags with a text
5197 (org-get-tags-at): Mark inherited tags with a text property.
5198 (org-add-prop-inherited): New function.
5200 * org-agenda.el (org-agenda-add-inherited-tags): New function.
5201 (org-agenda-show-inherited-tags): New option.
5203 2008-11-26 Carsten Dominik <carsten.dominik@gmail.com>
5205 * org.el (org-modules): Add org-w3m to the default modules.
5207 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5209 (orgtabl-create-or-convert-from-region): New command.
5211 * org-exp.el (org-export-as-ascii): Remove the handling of
5213 (org-export-ascii-preprocess): Handle targets already in this
5216 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
5218 * org-timer.el (org-timer-start-time): Define this variable.
5219 (org-timer-item): Make argument optional.
5221 * org-list.el (org-insert-item): Automatically insert a timer item
5222 if the current list is a timer list.
5224 * org-timer.el: New file.
5226 * org-publish.el (org-publish-org-index): Only exclude the index
5227 file in the main directory from being added to the site-map.
5228 (org-publish-get-project-from-filename): If the current project is
5229 a component, start publishing from the parent project.
5231 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
5233 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5235 * org-publish.el (org-publish-org-index): Improve removal of
5238 * org-agenda.el (org-get-closed): Re-apply changes
5239 accidentially overwritten by last commit to Emacs.
5241 * org.el (org-outline-path-complete-in-steps): New option.
5242 (org-refile-get-location): Honor
5243 `org-outline-path-complete-in-steps'.
5244 (org-agenda-change-all-lines, org-tags-sparse-tree)
5245 (org-time-string-to-absolute, org-small-year-to-year)
5246 (org-link-escape): Re-apply changes accidentially overwritten
5247 by last commit to Emacs
5249 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
5251 * org-clock.el (org-dblock-write:clocktable): Make sure the
5252 clocktable sees the first line.
5253 (org-clock-in): Warn if the clock cannot be resumed.
5255 2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
5257 * org.el (org-open-at-point): Fix mixup about interactive and
5258 non-interactive elisp links.
5260 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5262 * org-exp.el (org-export-preprocess-string): Allow one comment
5263 line before the first headline to always be included. This is
5264 to not miss a commented target.
5266 * org-mouse.el (org-mouse-insert-item): Call
5267 `org-indent-to-column' instead of `indent-to', for XEmacs
5270 * org.el (org-refile-targets): Fix customize definition so
5271 that it works also in XEmacs.
5272 (org-fixup-indentation): Call `org-indent-to-column' instead
5273 of `indent-to', for XEmacs compatibility.
5275 2008-11-21 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
5277 * org-mew.el (org-mew-store-link): Get the correct case folder
5278 for refiled messages.
5280 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5282 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5283 line break indicators.
5285 * org.el (org-ido-completing-read): Remove the "i:" prefix for
5286 ido-completion propts.
5288 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5290 * org-remember.el (org-remember-apply-template): Use
5291 `org-substring-no-properties'.
5293 * org-compat.el (org-substring-no-properties): New function.
5295 * org-remember.el (org-remember-apply-template): Use
5296 `org-substring-no-properties' for compatibility.
5298 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5300 (org-fix-bullet-type): respect
5301 `org-list-two-spaces-after-bullet-regexp'.
5303 * org-clock.el (org-clock-load): Clean up the code.
5305 * org.el (org-adaptive-fill-function): Allow two spaces after
5306 "1." as a list bullet.
5308 2008-11-20 Carsten Dominik <carsten.dominik@gmail.com>
5310 * org-clock.el (org-clock-save, org-clock-load): Check for
5311 live buffers, existing files, and buffer file names to ensure
5312 consistent information.
5313 (org-clock-persist): Make `clock' a special value of this
5314 variable, and improve docstring.
5316 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5317 (org-get-string-indentation): Adapt indentation when the bullet
5320 2008-11-19 Carsten Dominik <carsten.dominik@gmail.com>
5322 * org-remember.el (org-remember-finalize): Make interactive.
5323 (org-remember-kill): New command.
5324 (org-remember-finish-immediately): Call `org-remember-finalize'
5326 (org-remember-finalize): Make `org-remember-finalize' an interactive
5329 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
5331 * org-remember.el (org-remember-apply-template): No ido completion
5332 for free prompts in remember templates.
5333 (org-remember-before-finalize-hook): New hook.
5334 (org-remember-mode): New minor mode.
5335 (org-remember-apply-template): Turn on `org-remember-mode'.
5337 * org-id.el (org-id-add-location): Avoid error when no file is
5340 * org-remember.el (org-remember-apply-template): Fix the way how
5341 the list of allowed properties is retrieved from the target file.
5343 * org.el (org-insert-link): Improve file link matching.
5345 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
5347 * org-colview.el (org-columns-display-here): New argument
5348 DATELINE, to trigger using the new face.
5349 (org-agenda-colview-summarize): Call `org-columns-display-here'
5350 with the new argument.
5352 * org-faces.el (org-agenda-column-dateline): New face.
5354 * org-publish.el (org-publish-org-index): Use index-title at page
5355 title, not as section.
5357 * org-exp.el (org-export-html-format-desc): Respect the
5358 org-protect property.
5359 (org-export-as-html): Protect image specifiers that are in the
5360 description part of a link.
5362 * org.el (org-sort-entries-or-items, org-completing-read)
5363 (org-refile-get-location, org-olpath-completing-read, org-todo)
5364 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5365 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5366 (org-set-property, org-delete-property)
5367 (org-delete-property-globally): Use `org-ido-completing-read'.
5369 * org-remember.el (org-remember-apply-template): Use
5370 `org-ido-completing-read'.
5372 * org-publish.el (org-publish): Use `org-ido-completing-read'.
5374 * org-colview.el (org-columns-edit-value, org-columns-new)
5375 (org-insert-columns-dblock): Use `org-ido-completing-read'.
5377 * org-colview-xemacs.el (org-columns-edit-value)
5378 (org-columns-new, org-insert-columns-dblock): Use
5379 `org-ido-completing-read'.
5381 * org-attach.el (org-attach-delete-one, org-attach-open): Use
5382 `org-ido-completing-read'.
5384 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5385 `org-ido-completing-read'.
5387 * org.el (org-time-today): New function.
5388 (org-matcher-time): Use `org-time-today'. Add special treatment
5389 for "<tomorrow>" and "<yesterday>".
5390 (org-ido-completing-read): New function.
5391 (org-completion-use-ido): New option.
5393 * org-exp.el (org-export-format-source-code): Fix bug in require
5395 (org-export-target-internal-links): Fix bug in search for text
5398 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
5400 * org-export-latex.el (org-export-latex-subcontent): Interprete
5401 target aliases as additonal labels.
5403 * org-exp.el (org-export-target-aliases): New variable.
5404 (org-export-preprocess-string)
5405 (org-export-handle-invisible-targets): Fill the alias alist.
5406 (org-export-as-html): Remove the from the anchor, and also
5408 (org-html-level-start): Insert the target aliases as additonal
5411 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5414 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5416 * org.el (org-open-at-mouse): Ensure correct link abbreviations
5417 when following a link with the mouse from the agenda.
5419 * org-exp.el (org-export-as-html): Avoid lone </div> when no
5420 headlines are created.
5422 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
5424 * org-exp.el (org-export-preprocess-string): Reorder so that we
5425 can still see ID properties when we collect targets.
5426 (org-export-target-internal-links): Also store targets for ID's.
5428 * org.el (org-link-translation-function): New option.
5429 (org-open-at-point): Call `org-link-translation-function' if
5431 (org-translate-link): New function.
5432 (org-translate-link-from-planner): New function.
5433 (org-open-at-point): Allow interactive commands in elisp links.
5435 * org-exp.el (org-icalendar-cleanup-string): Restore the old
5436 iCalendar quoting. The new one seems to caus problems with
5439 * org.el (org-yank): Set `this-command' to `yank', so that
5440 `yank-pop' will work.
5442 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5444 * org-id.el (org-id-search-archives): New option.
5446 * org.el (org-link-to-org-use-id): New option.
5447 (org-store-link): Use `org-link-to-org-use-id'.
5448 (org-id): Make org-id.el a standard component.
5450 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5452 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5453 hexified version of the tag.
5455 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5456 compliance as far as quoting is concerned.
5458 * org-vm.el (org-vm-follow-link): Require `vm-search'.
5460 * org.el (org-up-heading-safe, org-forward-same-level): Always
5461 call `org-back-to-heading' instead of `outline-back-to-heading'.
5462 (org-back-to-heading): New wrapper around outline-back-to-heading,
5463 with a useful error message telling where the error happened.
5465 * org-list.el (org-update-checkbox-count): Always call
5466 `org-back-to-heading' instead of `outline-back-to-heading'.
5468 * org-exp.el (org-export-as-html): Make sure that each <img> tag
5469 has an `alt' attribute, to ensure XHTML validation.
5471 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
5473 * org-publish.el (org-publish-attachment): Allow publishing to
5474 overwrite attachment files.
5476 * org-agenda.el (org-agenda-timerange-leaders): New option.
5477 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5479 * org.el (org-edit-src-exit): Untabify ASCII image before
5493 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
5495 * org.el (org-yank): Make any prefix force normal yanking.
5496 Suppress folding if text would be swallowed into a folded
5498 (org-yank-folded-subtrees, org-yank): Docstring updates.
5500 * org-agenda.el (org-agenda-compare-effort): Treat no effort
5503 * org-exp.el (org-export-language-setup): Add Catalan and
5504 Esperanto language entries.
5506 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5508 * org.el (org-refile): Allow refiling of entire regions.
5510 * org-clock.el (org-clock-time%): New function.
5512 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5513 retrieve property values.
5515 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
5517 * org-agenda.el (org-agenda-list): Handle the value `only' of
5518 org-agenda-show-log'.
5519 (org-agenda-log-mode): Interpret a double prefix arg.
5521 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
5523 * org-exp.el (org-export-html-footnotes-section): New variable.
5524 (org-export-as-html): Use `org-export-html-footnotes-section' to
5525 insert the footnotes.
5526 (org-export-language-setup): Add "Footnotes" to language words.
5528 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
5530 * org.el (org-yank): Fix bug when not inserting a subtree.
5532 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
5534 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5535 instead of `vm-beginning-of-message'.
5537 * org.el (org-make-link-regexps): Make sure that links to gnus can
5540 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
5542 * org-attach.el (org-attach-dir): Remove duplicate ID creation
5545 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5548 * org.el (org-link-abbrev-alist): Improve customization type.
5550 * org-attach.el (org-attach-expand-link, org-attach-expand): New
5553 * org-agenda.el (org-agenda-get-progress): Renamed from
5554 `org-get-closed'. Implement searching for state changes as well.
5555 (org-agenda-log-mode-items): New option.
5556 (org-agenda-log-mode): New option prefix argument, interpreted as
5557 request to show all possible progress info.
5558 (org-agenda-get-day-entries): Call `org-get-progress' instead of
5560 (org-agenda-set-mode-name): Handle the more complex log mode
5562 (org-get-closed): New alias, pointing to `org-get-progress'.
5564 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
5566 * org.el (org-file-apps-defaults-gnu)
5567 (org-file-apps-defaults-macosx)
5568 (org-file-apps-defaults-windowsnt): Add an entry defining the
5570 (org-file-apps): Allow `system' as key and value.
5571 (org-open-at-point): Explain the effect of a double prefix arg.
5572 (org-open-file): If the argument `in-emacs' is (16),
5573 i.e. corresponding to a double prefix argument, try to open the
5576 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
5578 * org.el (org-insert-link): Abbreviate absolute files names in
5579 links. Also, fix a bug in which the double C-u prefix would not
5582 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
5584 * org.el (org-insert-heading): If buffer does not end with a
5585 newline, add one if necessary to insert headline correctly.
5587 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5588 paragraphs, not inside.
5590 * org.el (org-todo): Quote
5591 `org-agenda-headline-snapshot-before-repeat'.
5593 * org-exp.el (org-export-as-html): Fully process link descriptions.
5594 (org-export-html-format-desc): New function.
5595 (org-export-as-html): Collect footnotes into the correct basket.
5596 (org-html-protect): No longer protect quotations marks here, this
5599 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5602 * org-compat.el (org-fit-window-to-buffer): New function (not
5603 really, a preliminary and incomplete version was present earlier,
5606 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5607 `org-fit-window-to-buffer'.
5609 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5611 * org-agenda.el (org-agenda-get-restriction-and-command)
5612 (org-fit-agenda-window, org-agenda-convert-date): Use
5613 `org-fit-window-to-buffer'.
5615 * org-exp.el (org-export-as-html): Process href links through
5616 `org-export-html-format-href'.
5617 (org-export-html-format-href): New function.
5619 * org-agenda.el (org-agenda-todo): Update only the current
5620 headline if this is a repeated TODO, marked done for today.
5621 (org-agenda-change-all-lines): New argument JUST-THIS, to change
5622 only the current line.
5624 * org.el (org-todo): Take a snapshot of the headline if the
5625 repeater might change it.
5627 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5629 * org-publish.el (org-publish-find-title): Remove buffers visited
5630 only for extracting the title.
5632 * org-exp.el (org-export-html-style)
5633 (org-export-html-style-default): Mark style definitions as
5636 * org-publish.el (org-publish-validate-link): Function
5639 2008-11-02 Charles Sebold <csebold@gmail.com>
5641 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5643 (org-plot-quote-timestamp-field): New function.
5644 (org-plot-quote-tsv-field): Call timestamp field function when
5645 necessary rather than just quoting as a string.
5646 (org-plot/gnuplot-to-data): Pass in timefmt property.
5647 (org-plot/gnuplot-script): Supports timefmt property.
5648 (org-plot/gnuplot): Checks for timestamp column before checking
5649 for text index column.
5651 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5653 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5655 * org-publish.el (org-publish-org-index): Create a section in the
5657 (org-publish-org-index): Stop linking to directories.
5659 * org.el (org-emphasis-alist): Use span instead of <u> to
5662 * org-exp.el (org-export-as-html): Make sure <p> is closed before
5665 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
5667 * org-jsinfo.el (org-infojs-template): Remove language attribute
5670 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
5672 * org-agenda.el (org-agenda-remove-marked-text): New function.
5673 (org-agenda-mark-filtered-text)
5674 (org-agenda-unmark-filtered-text): New functions.
5675 (org-write-agenda): Remove fltered text.
5677 * org.el (org-make-tags-matcher): Give access to TODO "property"
5678 without speed penalty.
5680 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
5682 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5684 (org-store-link-props): Make sure adding to the plist works
5687 * org-gnus.el (org-gnus-no-new-news): New function.
5688 (org-gnus-follow-link): Allow the article ID to be a message-id,
5689 in addition to allowing article numbers. Message IDs make much
5691 (org-gnus-store-link): Use message-id to create link.
5693 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
5695 * org.el (org-emphasize): Reverse the selection array.
5696 (org-emphasis-alist): Set <code> tags for the verbatim
5699 * org-remember.el (org-remember-handler): Fix bug with
5700 prefix-related changing of the note storage target.
5702 * org-exp.el (org-print-icalendar-entries): Make the exported
5703 priorities compatible with RFC 2445.
5705 * org-clock.el (org-clock-save): Insert time stamp without
5706 dependence on time-stamp.el.
5708 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
5710 * org.el ("saveplace"): If saveplace puts point into an invisible
5711 location, make it visible.
5712 (org-make-tags-matcher): Allow inactive time stamps in time
5714 (org-yank-adjusted-subtrees): New option.
5715 (org-yank): Incorporate adjusting trees.
5716 (org-paste-subtree): New argument FOR-YANK which will cause
5717 insertion at point without backing up over white lines, and leave
5718 point at the end of the inserted text. Also if the cursor is
5719 at the beginning of a headline, use the same level or the inserted
5722 * org-publish.el (org-publish-get-base-files-1): Deal correctly
5723 with broken symlinks
5725 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
5727 * org-exp.el (org-export-select-tags, org-get-current-options):
5730 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
5732 * org-agenda.el (org-format-agenda-item)
5733 (org-agenda-filter-make-matcher): Make sure tags are stored and
5736 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
5738 * org.el (org-insert-todo-heading): Fix bug with force-heading
5741 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
5743 * org-clock.el (org-clock-in-resume): Add a custom option to
5744 toggle starting the clock from an open clock line.
5745 (org-clock-in): When clocking in to an entry, if
5746 `org-clock-in-resume' is set, check if the first clock line is
5747 open and if so, start the clock from the time in the clock line.
5748 (org-clock-persist): Add a custom option to toggle clock
5750 (org-clock-persist-query-save): Add a custom option to toggle
5751 asking the user if they want to save the running clock when
5753 (org-clock-persist-query-resume): Add a custom option to toggle
5754 asking the user if they want to resume the saved clock when Emacs
5756 (org-clock-save): Add a function to save clock data.
5757 This includes the contents of `org-clock-history' and the buffer
5758 and position of the currently clocked task, if any.
5759 (org-clock-load): Add a function to load clock data.
5760 This populates `org-clock-history', and resumes the saved clocked
5761 task if there is one.
5762 (org-clock-persistence-insinuate): Add a method to set up the
5763 hooks for clock persistence.
5765 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
5767 * org-exp.el (org-export-as-ascii): Handle the case that we are
5768 publishing from an indirect buffer.
5770 * org-table.el (org-table-copy-down): Fix bug with time stamp
5773 * org-mouse.el (org-mouse-features): New option.
5774 (org-mode-hook): Turn on features depending on
5775 `org-mouse-features'.
5777 * org.el (org-insert-heading-respect-content): Force heading
5779 (org-insert-heading): keep the folding state of the heading before
5782 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5784 * org-archive.el (org-archive-to-archive-sibling): Handle top
5785 level headlines better.
5787 2008-10-21 Bastien Guerry <bzg@altern.org>
5789 * org-export-latex.el (org-export-latex-classes): Added
5790 \usepackage{graphicx} to the default list of packages.
5792 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5794 * org-agenda.el (org-agenda-filter): Renamed from
5795 `org-agenda-filter-tags'.
5797 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
5799 * org.el (org-entry-properties): Add CATEGORY property, iven if it
5800 is not defined as a property in this entry.
5801 (org-add-log-note): Mask prefix argument when immediately storing
5804 * org-agenda.el (org-agenda-filter-effort-default-operator): New
5807 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
5809 * org.el (org-add-log-setup): Bugfix; code to find insertion point
5810 after drawers was skipping ahead one line too many, so notes were
5811 inserted after the first note instead of before it.
5813 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
5815 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5817 (org-prepare-agenda): Reset the filter tags.
5818 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5819 Show filter tags in mode line.
5821 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5824 * org-export-latex.el (org-latex-entities-regexp): New constant.
5825 (org-export-as-pdf): Use two calls to `shell-command'.
5827 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
5829 * org-export-latex.el (org-export-latex-treat-sub-super-char):
5830 Honor the {} value of the subsuperscript setting. Make sure that
5831 longer subsuperscripts are typeset in a roman font.
5833 * org.el (org-clock-update-time-maybe): Compute negative clock
5834 intervals correctly.
5836 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
5838 * org.el (org-add-log-setup): Respect
5839 `org-log-state-notes-insert-after-drawers'.
5840 (org-log-state-notes-insert-after-drawers): New option.
5841 (org-todo-trigger-tag-changes): New function.
5842 (org-todo): Call `org-todo-trigger-tag-changes'.
5844 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
5846 * org.el (org-add-log-setup): Only skip drawers if the are
5847 immediately after the scheduling keywords.
5849 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5851 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5852 call it with the current todo state to get the state to switch to
5854 (org-clock-in): Use org-indent-line-function to indent clock lines.
5855 (org-clock-find-position): Fix indentation of empty clock drawers.
5857 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
5859 * org-publish.el (org-publish-org-to): Handle case when
5860 org-export-to-pdf does return a file name, not a buffer.
5861 (org-publish-org-to-pdf): New function.
5863 * org-export-latex.el (org-export-as-pdf)
5864 (org-export-as-pdf-and-open): New commands.
5866 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5869 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5870 things in protexted regions.
5872 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
5874 * org-export-latex.el (org-export-latex-preprocess): Improve
5875 quoting of LaTeX environments.
5877 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
5879 * org.el (org-edit-fixed-width-region): Exclude final newline from
5882 * org-export-latex.el (org-export-latex-subcontent): Add labels to
5883 sections, to make internal links work.
5884 (org-export-latex-fontify-headline): Do not remove all text
5885 properties, to make sure that target properties survive this
5888 * org-exp.el (org-export-preprocess-string): Change sequence of
5889 modifications, to make sure links are prepared before the LaTeX
5890 conversions do happen.
5892 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
5894 * org-attach.el (org-attach-delete-all): Renamed from
5895 `org-attch-delete'. Add a security query before deleting the
5896 entire directory. New optional argument FORCE can overrule the
5898 (org-attach-delete-one): New command.
5900 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
5902 * org-attach.el (org-attach-file-list): Fix bug with directory.
5904 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
5906 * org.el (org-apps-regexp-alist): New function.
5907 (org-file-apps): Add auto-mode to the default value.
5908 (org-open-file): Use the new structure of org-file-apps.
5910 * org-attach.el (org-attach): Support the new keys.
5911 (org-attach-method): New option.
5913 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
5915 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5918 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5919 of the list value o `org-use-tag-inheritance'.
5921 * org-attach.el (org-attach-auto-tag): New option.
5922 (org-attach-tag, org-attach-untag): New functions.
5923 (org-attach-attach, org-attach-new, org-attach-sync): Call
5925 (org-attach-delete): Call `org-attach-untag'.
5927 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
5929 * org-table.el (orgtbl-self-insert-command): Make this work for
5932 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
5934 * org.el (org-add-log-setup): Limit searc for drawers to entry
5935 text, not to subtree.
5937 * org-clock.el (org-clock-heading-for-remember): New variable.
5938 (org-clock-in): Set `org-clock-heading-for-remember'.
5940 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
5942 * org-remember.el (org-remember-apply-template): Add new
5943 expansions: %k, %K for currently clocked task and a link to the
5944 currently clocked task, and %< to file notes in the currently
5947 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
5949 * org-export-latex.el (org-export-latex-make-header): Also insert
5950 the content of the property :latex-header-extra.
5952 * org-exp.el (org-infile-export-plist): Put the content of
5953 #+LATEX_HEADER: into the property :latex-header-extra.
5955 * org-colview.el (org-columns-get-format-and-top-level): Remove
5956 resetting the marker.
5958 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5959 Remove resetting the marker.
5961 * org.el (org-entry-property-inherited-from): Improve docstring.
5962 (org-entry-get-with-inheritance): Reset marker before starting the
5965 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5967 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
5969 * org.el (org-entry-get-multivalued-property)
5970 (org-entry-protect-space, org-entry-restore-space): New
5972 (org-file-apps-defaults-macosx): Let postscript files be opened by
5974 (org-time-stamp-inactive): Call `org-time-stamp'.
5975 (org-time-stamp): New argument `inactive'. Also edit inacive
5976 stamps. Convert time stamp type.
5977 (org-open-file): Interpret the `default' value for the `command'
5980 * org-id.el (org-id-int-to-b36-one-digit)
5981 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5982 (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5985 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
5987 * org-id.el (org-id-reverse-string): New function.
5988 (org-id-new): Use `org-id-reverse-string' to make sure the
5989 beginning chars of the ID are mutating fast. This allows to use a
5990 directory structure to spread things better.
5991 (org-id-prefix): Changed default to nil.
5993 * org-list.el (org-move-item-down, org-move-item-up): Remember and
5994 restore the column of the cursor position.
5996 * org-remember.el (org-remember-apply-template): Remove properties
5999 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
6001 * org-wl.el (org-wl-open): Remove useless call to
6002 `wl-thread-open-all'.
6004 * org-remember.el (org-remember-handler): Fix bug with `bottom'
6007 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
6009 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6010 `org-bbdb-anniversaries'.
6012 * org.el (org-get-next-sibling, org-forward-same-level): New
6013 functions, similar to the outline versions, but invisible headings
6016 2008-09-25 Bastien Guerry <bzg@altern.org>
6018 * org.el (org-auto-repeat-maybe): Insert a space between
6019 the timestamp's type and the timestamp itself.
6021 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
6023 * org-table.el (org-table-sum): Do not format the result with %g,
6024 it does rounding when there are too many digits.
6026 * org.el (org-map-entries): Protect the keyword-selecting variables.
6028 2008-09-23 Bastien Guerry <bzg@altern.org>
6030 * org-agenda.el (org-agenda-to-appt): Make sure the function check
6031 against all agenda files.
6033 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
6035 * org-list.el: New file, aggregating list functions from org.el
6036 and org-export-latex.el.
6038 * org.el (org-edit-src-region-extra): New option.
6040 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
6042 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6045 2008-09-22 Bastien Guerry <bzg@altern.org>
6047 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6049 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
6051 * org-plot.el (org-plot/gnuplot): Make tables starting with a
6052 hline work correctly.
6053 (org-plot/gnuplot-script): Put commas at the end of each script
6056 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
6058 * org.el (org-get-refile-targets): Replace links with their
6060 (org-imenu-get-tree): Replace links with their descriptions.
6062 * org-remember.el (org-remember-apply-template): Add a new
6063 expansion for adding properties to remember items.
6065 * org.el (org-add-log-setup): Skip over drawers (properties,
6066 clocks etc) when adding notes.
6068 * org-agenda.el (org-agenda-get-closed): show durations of clocked
6069 items as well as the start and end times.
6071 * org-compat.el (org-get-x-clipboard-compat): Add a compat
6072 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6074 * org-remember.el (org-get-x-clipboard): Use the compat
6075 function to get clipboard values when x-selection-value is
6076 unavailable. Use substring-no-properties instead of
6077 set-text-properties to remove text properties from the clipboard
6080 * lisp/org-clock.el (org-update-mode-line): Support limiting the
6081 modeline clock string, and display the full todo value in the
6082 tooltip. Set a local keymap so mouse-3 on the clock string goes to
6083 the currently clocked task.
6084 (org-clock-string-limit): Add a custom value for the maximum
6085 length of the clock string in the modeline.
6086 (org-clock-mode-map): Add a keymap for the modeline string
6088 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
6090 * org-compat.el (org-propertize): New function.
6092 2008-09-20 Bastien Guerry <bzg@altern.org>
6094 * org-export-latex.el (org-export-latex-tables): protect exported
6095 tables from further special chars conversion.
6096 (org-export-latex-preprocess): Preserve LaTeX environments.
6097 (org-list-parse-list): Parse descriptive lists.
6098 (org-list-to-generic, org-list-to-latex, org-list-to-html)
6099 (org-list-to-texinfo): Export descriptive lists.
6100 (org-quote-chars): Remove.
6101 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6102 (org-export-latex-list-beginning-re): Rename to
6103 `org-list-beginning-re'
6104 (org-list-item-begin): Rename to `org-list-item-beginning'
6106 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
6108 * org.el (org-refile): Allow refiling to the last entry in the
6110 (org-get-tags-at): Fix bug when inheritance is turned off.
6112 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
6114 * org.el (org-indent-line-function): No longer check for src
6115 regions, this is too much overhead.
6117 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6120 * org.el (org-scan-tags): Make sure that tags matching is not case
6121 sensitive. TODO keyword matching is case sensitive, however, to
6122 avoid confusion with similar words that are not meant to be
6125 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
6127 * org.el (org-get-local-tags-at): New function.
6128 (org-get-local-tags): New function.
6130 * org-exp.el (org-export-get-categories): New function.
6132 * org-agenda.el (org-sorting-choice)
6133 (org-agenda-sorting-strategy, org-agenda-get-todos)
6134 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6135 (org-agenda-get-scheduled, org-agenda-get-blocks)
6136 (org-entries-lessp): Implement sorting by TODO state.
6137 (org-cmp-todo-state): New defsubst.
6139 * org-colview.el (org-colview-construct-allowed-dates): New
6141 (org-columns-next-allowed-value): Use
6142 `org-colview-construct-allowed-dates'.
6144 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6146 (org-columns-next-allowed-value): Use
6147 `org-colview-construct-allowed-dates'.
6149 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
6151 * org.el (org-protect-slash): New function.
6152 (org-get-refile-targets): Use `org-protect-slash'.
6154 * org-agenda.el (org-global-tags-completion-table): New variable.
6156 * org-exp.el (org-export-handle-export-tags): New function.
6157 (org-export-preprocess-string): Call
6158 `org-export-handle-export-tags'.
6160 * org-plot.el: New file.
6162 * org-publish.el (org-publish-expand-components): Function removed.
6163 (org-publish-expand-projects): Allow components to have components.
6165 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
6167 * org.el (org-indent-line-function): Do not indent in regions that
6168 are external source code.
6169 (org-yank-and-fold-if-subtree): New function.
6171 * org-agenda.el (org-agenda-todayp): New function.
6172 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6173 `org-agenda-todayp'.
6175 * org.el (org-insert-heading-respect-content)
6176 (org-insert-todo-heading-respect-content): New commands.
6177 (org-insert-heading-respect-content): New option.
6178 (org-insert-heading): Respect `org-insert-heading-respect-content'.
6180 * org-clock.el (org-clock-find-position): Make sure the note after
6181 the clock line gets moved into the new clock drawer.
6183 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
6185 * org-id.el (org-id-new): New option.
6187 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
6189 * org-table.el (org-table-copy-down): Avoid overflow during
6190 increment. Use prefix argument 0 to temporarily disable the
6193 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
6195 * org-exp.el (org-export-as-html): Do not turn on the major mode
6196 if the buffer will be killed anyway.
6197 (org-get-current-options): Exclude the #+TEXT field.
6198 (org-export-as-html): Make sure text before the first headline is
6201 * org-publish.el (org-publish-org-to): Tell the exporter that this
6202 buffer will be killed, so it is not necessary to do major mode
6205 * org-archive.el (org-archive-to-archive-sibling): Show empty
6206 lines after folding the archive sibling.
6208 * org.el (org-log-note-extra): New variable.
6210 2008-09-05 Bastien Guerry <bzg@altern.org>
6212 * org.el (org-additional-option-like-keywords): Added keywords for
6213 the _QUOTE, _VERSE and _SRC environments.
6215 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6216 exporting _QUOTE and _VERSE environments.
6218 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
6220 * org-agenda.el (org-agenda-filter-by-tag): New command.
6222 * org-exp.el (org-get-current-options): Remove angular brackets
6223 from the date entry.
6225 * org.el (org-edit-fixed-width-region): New function.
6226 (org-edit-fixed-width-region): Also try
6227 `org-edit-fixed-width-region'.
6228 (org-edit-fixed-width-region-mode): New option.
6229 (org-activate-code): Only interprete lines starting with colon
6230 plus a space as example lines.
6232 * org-remember.el (org-remember-templates): Add nil instead of
6233 empty strings to fix the length of remember templates.
6235 * org-table.el (org-calc-default-modes): Fix the time format for
6236 calc, from 12 hour to 24 hour clock.
6238 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
6240 * org-agenda.el (org-agenda-get-deadlines)
6241 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6242 entries that are pre-warnings of deadlines or reminders.
6244 * org.el (org-sort-entries-or-items): Make numeric and alpha
6245 comparisons ignore any TODO keyword and priority cookie.
6247 * org-remember.el (org-remember-handler): Reinterpretation of the
6250 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
6252 * org-agenda.el (org-agenda-get-scheduled): Use new
6253 `org-scheduled' face.
6255 * org-faces.el (org-scheduled): New face.
6257 * org-wl.el (org-wl-open): Remove incorrect declaration.
6259 * org-gnus.el (org-gnus-store-link): Support for :to information
6262 * org-exp.el (org-export-as-html): Fixed typo in creator
6264 (org-export-protect-examples): New parameter indent. Insert extra
6265 spaces only when this parameter is specified.
6266 (org-export-preprocess-string): Call `org-export-protect-examples'
6267 with an indentation parameter when exporting to ASCII.
6269 * org-remember.el (org-remember-templates)
6270 (org-remember-apply-template): Allow the file component to be a
6273 * org.el (org-goto-local-search-headings): Renamed from
6274 `org-goto-local-search-forward-headings'. Added the possibility
6275 to search backwards.
6277 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
6279 * org-export-latex.el (org-export-latex): New customization
6282 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6284 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
6286 * org-exp.el (org-html-do-expand): Allow {} to terminate
6289 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
6291 * org.el (org-buffer-list): Select buffers based on major mode,
6294 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
6296 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6299 * org-colview.el (org-columns-display-here): Use
6300 `org-columns-modify-value-for-display-function'.
6302 * org-colview-xemacs.el (org-columns-display-here): Use
6303 `org-columns-modify-value-for-display-function'.
6305 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6307 * org.el (org-columns-modify-value-for-display-function): New option.
6319 * org-publish.el (org-publish-file): Make sure the directory match
6320 for the publishing directory works correctly.
6322 * org-agenda.el (org-agenda-execute-calendar-command)
6323 (org-agenda-diary-entry): Additional optional argument.
6325 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6327 * org-exp.el (org-export-as-html): Add attributes also in mailto
6330 * org.el (org-autoload): Add `org-dblock-write:columnview'.
6339 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
6341 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6342 sure that calls from `org-export-region-as-html' do not do the
6343 special check for a subtree.
6345 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
6347 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6349 2008-07-20 Juri Linkov <juri@jurta.org>
6351 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6352 new keymap `narrow-map' instead of binding "\C-xns".
6354 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
6356 * org.el (org-open-file): Use
6357 `org-open-directory-means-index-dot-org'.
6358 (org-open-directory-means-index-dot-org): New option.
6360 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
6362 * org.el (org-make-link-string): Remove link attributes from
6364 (org-open-at-point): Remove link attributes bevore using the path.
6366 * org-exp.el (org-export-as-html): Handle link attributes.
6368 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6370 * org-table.el (org-table-to-lisp): New function.
6372 * org.el (org-narrow-to-subtree): Do not include the final newline
6373 into the narrowed region.
6375 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6376 bug with user-define skipping condition.
6378 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
6380 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6382 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
6384 * org-exp.el (org-export-html-style-default): Automatic overflow
6385 handling for pre fields.
6386 (org-export-as-ascii, org-export-as-html): Change default format
6389 * org-table.el (org-table-export): Offer completion for translator
6390 functions, and do not require a heading above the table.
6392 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6393 Cater for the case of a list starting in the first line of the
6396 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
6398 * org-publish.el (org-publish-find-title): Bug fix.
6399 (org-publish-org-index): Implement new :index-style option.
6401 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
6403 * org-publish.el (org-publish-timestamp-filename): Use
6404 SHA1-encoded file names in the timestamp directory.
6406 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
6408 * org-publish.el (org-publish-needed-p): Be verbose about files
6409 published and files skipped.
6411 * org-exp.el (org-export-preprocess-string): Swap link
6412 normalization and inernal link targeting.
6414 * org-publish.el (org-publish-needed-p): Create timestamp
6415 directory when it does not exist.
6417 2008-07-04 Bastien Guerry <bzg@altern.org>
6419 * org-clock.el (org-clock-out-when-done): Doc fix.
6421 * org.el (org-agenda-skip-unavailable-files): Doc fix.
6423 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6424 Ignore case when searching for the COMMENT cookie at export time.
6426 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
6428 * org-exp.el (org-get-file-contents)
6429 (org-get-and-remove-property): New functions.
6430 (org-export-handle-include-files): Handle the new prefix options.
6431 (org-export-as-html): Fix the verse environment.
6433 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
6435 * org.el (org-time=, org-time<, org-time<=, org-time>)
6436 (org-time>=, org-time<>, org-2ft): New functions.
6437 (org-op-to-function): Also provide for the time testing fucntions.
6439 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
6441 * org-exp.el (org-export-html-style-default): New constant.
6443 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
6445 * org-exp.el (org-export-html-style-extra): New variable.
6446 (org-export-splice-style): New function.
6448 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
6450 * org-exp.el (org-export-plist-vars, org-export-as-html):
6451 Implement `org-export-creator-info'.
6452 (org-export-creator-info): New option.
6454 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
6456 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6457 (org-property-drawer-re, org-clock-drawer-re): New constants.
6459 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
6461 * org-exp.el (org-icalendar-use-deadline)
6462 (org-icalendar-use-scheduled): New options.
6463 (org-icalendar-include-todo): Default changed to t.
6464 (org-print-icalendar-entries): Implement better utilization of
6465 scheduling and deadline time stamps.
6466 (org-export-target-internal-links, org-export-as-html): Allow file
6467 lines without the "file:" prefix if the file path is an absolute
6468 path or starts with ".".
6470 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6472 (org-clock-special-range): Also undertand yesterday, lastweek etc.
6474 2008-06-18 Glenn Morris <rgm@gnu.org>
6475 * org.el (org-map-entries): Let-bind `file'.
6477 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
6479 * org.el (org-agenda-skip-archived-trees): Docstring now
6480 discourages using this.
6481 (org-scan-tags): Check for org-agenda-archives-mode.
6482 (org-map-entries): Make sure org-agenda-archives-mode is nil.
6483 (org-agenda-files): Functionality of second arg changed.
6485 * org-agenda.el (org-agenda-archives-mode): New variable
6486 (org-write-agenda, org-prepare-agenda, org-agenda-list)
6487 (org-search-view, org-todo-list, org-tags-view)
6488 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6490 (org-agenda-quit): Reset the archives mode.
6491 (org-agenda-archives-mode): New command.
6492 (org-agenda-set-mode-name): Include archives info.
6494 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
6496 * org.el (org-paste-subtree): Make sure the yanked headline is
6497 visible if it was yanked at a visible point.
6498 (org-move-item-up): Fix the bug with moving white space at the end
6500 (org-show-empty-lines-in-parent): New function.
6502 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
6504 * org-colview.el (org-columns-next-allowed-value): Bug fix.
6506 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6508 * org-agenda.el (org-agenda-get-closed): Get the end time into the
6509 agenda prefix as well.
6511 * org-publish.el (org-publish-org-index): Make a properly indented
6514 * org.el (org-calendar-agenda-action-key): New option.
6515 (org-get-cursor-date): New function.
6516 (org-mark-entry-for-agenda-action): New command.
6517 (org-overriding-default-time): New variable.
6518 (org-read-date): Respect `org-overriding-default-time'.
6520 * org-remember.el (org-remember-apply-template): Respect the
6521 ovverriding default time.
6523 * org-agenda.el (org-agenda-action-marker): New variable.
6524 (org-agenda-action): New command.
6525 (org-agenda-do-action): New function.
6527 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
6529 * org.el (org-schedule, org-deadline): Protect scheduled and
6530 deadline tasks against changes that accidently remove the
6531 repeater. Also show a message with the new date when done.
6533 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
6535 * org.el (org-beginning-of-line): Cater for the case when there
6536 are tags but no headline text.
6537 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6540 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
6542 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6543 the return value is nil instead of "nil" when there is no match.
6545 * org-exp.el (org-insert-centered): Use fill-column instead of
6547 (org-export-as-ascii): Use string-width to measure the width of
6550 * org.el (org-diary-to-ical-string): No longer kill buffer
6551 FROMBUF, this is now done by the caller.
6553 * org-exp.el (org-print-icalendar-entries): Move the call to
6554 `org-diary-to-ical-string' out of the loop, and kill the buffer
6557 * org-remember.el (org-remember-visit-immediately): Position
6558 cursor after moving to the note.
6559 (org-remember-apply-template): Use a text property to record the
6561 (org-remember-handler): Align tags after pasting the note.
6563 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
6565 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6567 * org-agenda.el (org-agenda-open-link): If there is an
6568 org-bbdb-name property in the current line, jump to that bbdb
6571 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6572 text property, so that the agenda knows where this entry comes
6575 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6576 interaction between clocking-in from the agenda, and automatic
6577 task state switching.
6579 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6581 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6582 zmacs-region stays after this command in XEmacs.
6584 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
6586 * org.el (org-scan-tags): Allow new values for ACTION parameter.
6588 * org-remember.el (org-remember-templates): Fix bug in
6589 customization type definition.
6591 * org.el (org-map-entries): New function.
6593 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
6595 * org-agenda.el (org-agenda-skip-comment-trees): New option.
6596 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6598 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
6600 * org-remember.el (org-jump-to-target-location): New variable.
6601 (org-remember-apply-template): Set
6602 `org-remember-apply-template' if requested by template.
6603 (org-remember-handler): Start an idle timer to jump to
6606 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6608 * org.el (org-set-regexps-and-options): Fix bug with parsing of
6610 (org-get-tags-at): Add the content of `org-file-tags'.
6612 * org-exp.el (org-export-handle-comments): Fix bug with several
6613 comment lines after each other.
6614 (org-number-to-roman, org-number-to-counter): New functions.
6615 (org-export-section-number-format): New option.
6617 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
6619 * org-exp.el (org-export-protect-examples): Catch the case of a
6620 missing end_example line.
6622 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6623 `org-file-tags' to nil.
6625 * org-colview.el (org-columns-next-allowed-value): Handle next
6626 argument NTH to directly select a value.
6628 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6629 argument NTH to directly select a value.
6631 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
6633 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6635 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
6637 * org.el (org-columns-ellipses): New option.
6639 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
6641 * org-colview.el (org-columns-add-ellipses): New function.
6642 (org-columns-compact-links): New function.
6643 (org-columns-cleanup-item): Call `org-columns-compact-links'.
6644 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6646 (org-columns-edit-value): Fixed bug with editing values from
6648 (org-columns-redo): Also redo the agenda itself.
6650 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
6652 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6655 * org-colview.el (org-agenda-columns-cleanup-item): New function.
6657 * org-exp.el (org-export-ascii-preprocess): Renamed from
6658 `org-export-ascii-clean-string'.
6659 (org-export-kill-licensed-text)
6660 (org-export-define-heading-targets)
6661 (org-export-handle-invisible-targets)
6662 (org-export-target-internal-links)
6663 (org-export-remove-or-extract-drawers)
6664 (org-export-remove-archived-trees)
6665 (org-export-protect-quoted-subtrees)
6666 (org-export-protect-verbatim, org-export-protect-examples)
6667 (org-export-select-backend-specific-text)
6668 (org-export-mark-blockquote-and-verse)
6669 (org-export-remove-comment-blocks-and-subtrees)
6670 (org-export-handle-comments, org-export-mark-radio-links)
6671 (org-export-remove-special-table-lines)
6672 (org-export-normalize-links)
6673 (org-export-concatenate-multiline-links)
6674 (org-export-concatenate-multiline-emphasis): New functions,
6675 obtained from spliiting the export preprocessor.
6677 * org-table.el (org-table-recalculate): Improve error message if
6678 the row number is invalid.
6680 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
6682 * org-archive.el (org-archive-save-context-info): Fix bugs in
6683 customization setup and docstring.
6685 * org-exp.el (org-export-html-style): Changed the size of in the
6686 <pre> element to 90%.
6688 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
6690 * org.el (org-find-src-example-start): Function removed.
6691 (org-edit-src-find-region-and-lang): New function.
6693 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
6695 * org.el (org-edit-src-exit): New function.
6696 (org-exit-edit-mode): New minor mode.
6698 * org-exp.el (org-export-preprocess-string): Fix bug with removing
6699 comment-like lines from protected examples.
6701 * org.el (org-edit-src-example, org-find-src-example-start)
6702 (org-protect-source-example, org-edit-special): New functions.
6704 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
6706 * org-publish.el (org-publish-project-alist): Fix typo in
6708 (org-publish-project-alist): Handle :index-title property.
6710 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
6712 * org-export-latex.el (org-export-as-latex): Make sure region
6713 bounds are correct. Parse subtree properties relating to export.
6715 * org-exp.el (org-export-add-options-to-plist): New function.
6716 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6718 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
6720 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6723 * org-exp.el (org-export-get-title-from-subtree)
6724 (org-export-as-ascii, org-export-as-html): Make sure the original
6725 region-beginning and region-end are used, even after moving
6727 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6730 * org-remember.el (org-remember-last-stored-marker): New variable.
6731 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6732 (org-remember-handler): Also use marker to remember
6733 last-stored position.
6735 * org.el (org-goto-marker-or-bmk): New function.
6737 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
6739 * org.el (org-file-properties): Renamed from `org-local-properties'.
6740 (org-scan-tags): Take file tags into account.
6741 (org-tags-match-list-sublevels): Default changed to t.
6743 * org-exp.el (org-export-as-html): Close paragraph after a
6746 * org.el (org-update-parent-todo-statistics): New function.
6748 * org-exp.el (org-icalendar-store-UID): New option.
6749 (org-icalendar-force-UID): Option removed.
6750 (org-print-icalendar-entries): IMplement UIDs.
6752 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
6754 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6756 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
6758 * org-faces.el (org-column): Document how this face is being used
6759 and why sometimes the background faces shine through.
6761 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6763 * org-publish.el (org-publish-attachment): Create publishing
6764 directory if it does not yet exist.
6766 * org-table.el (org-calc-default-modes): Change default number
6767 format to (float 8).
6769 * org.el (org-olpath-completing-read): New function.
6770 (org-time-clocksum-format): New option.
6771 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6773 * org-clock.el (org-clock-display, org-clock-out)
6774 (org-update-mode-line): Use `org-time-clocksum-format'.
6776 * org-colview-xemacs.el (org-columns-number-to-string): Use
6777 `org-time-clocksum-format'.
6779 * org-colview.el (org-columns-number-to-string): Use
6780 `org-time-clocksum-format'.
6782 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
6784 * org-id.el: New file, move from contrib to core.
6786 * org-exp.el (org-icalendar-force-UID): New option.
6788 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
6790 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6791 shifted by one day if theere is a date range without an end
6794 * org.el (org-try-structure-completion): New function.
6796 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
6798 * org.el (org-set-font-lock-defaults): Improve fontification of
6800 (org-insert-item): Handle description lists.
6801 (org-adaptive-fill-function): Improve auto indentation in
6804 * org-exp.el (org-export-as-html, org-export-preprocess-string):
6805 Implement VERSE environment.
6806 (org-export-preprocess-string): Implement the COMMENT
6809 * org-export-latex.el (org-export-latex-preprocess): Implement
6812 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
6814 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6817 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
6819 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6821 * org.el (org-quote-csv-field): New functions.
6823 * org-table.el (org-table-export-default-format): Remove :splice
6824 from default format, we get the same effect by not specifying
6826 (org-table-export): Improve setup, distinguish better between
6827 interactive and non-interactive use, allow specifying the format
6828 on the fly, better protection against wrong file names.
6829 (orgtbl-to-generic): Fix documentation. Do not require :tstart
6830 and :tend when :splice is omitted.
6832 2008-05-09 Bernt Hansen <bernt@norang.ca>
6834 * org-clock.el (org-clock-select-task): Make sure the selection
6835 letters are 1-9 and A-Z, no special characters.
6837 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
6839 * org-exp.el (org-export-htmlize): New group.
6840 (org-export-htmlize-output-type)
6841 (org-export-htmlize-css-font-prefix): New options.
6842 (org-export-htmlize-region-for-paste): New function.
6843 (org-export-htmlize-generate-css): New command.
6845 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6847 * org/org.el (org-modules, org-format-latex-options):
6848 * org/org-archive.el (org-archive-stamp-time)
6849 (org-archive-save-context-info):
6850 * org/org-faces.el (org-hide):
6851 * org/org-irc.el (org-irc-parse-link):
6852 * org/org-macs.el (org-call-with-arg, org-autoload):
6853 * org/org-mew.el (org-mew-store-link):
6854 * org/org-remember.el (org-remember-store-without-prompt)
6855 (org-remember-templates): Fix typos in docstrings.
6857 * org/org-info.el (org-info-store-link): Remove leftover docstring.
6859 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6860 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6861 (org-bbdb-anniv-split): Fix typos in docstrings.
6863 * org/org-publish.el (org-publish-project-alist): Doc fixes.
6864 (org-publish-use-timestamps-flag): Reflow docstring.
6865 (org-publish-files-alist): Fix typos in docstring.
6867 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
6869 * org.el (org-set-visibility-according-to-property): New function.
6870 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6871 and compute the regular expressions, and update font-lock.
6872 (org-property-re): Allow a dash in property names.
6874 * org-archive.el (org-extract-archive-file): Insert the file name
6875 without the path into the format, to allow the location format to
6876 contain a subdirectory.
6878 * org-agenda.el (org-agenda-post-command-hook): If point is at end
6879 of buffer, and the `org-agenda-type' property undefined, use the
6880 value from the character before.
6882 * org.el (org-add-planning-info): Don't let indentation for
6883 would-be timestamp become extra whitespace at the end of headline.
6885 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
6887 * org.el (org-remove-double-quotes, org-file-contents): New
6890 * org-exp.el (org-infile-export-plist): Also parse the
6891 contents of #+SETUPFILE files, recursively.
6893 * org.el (org-set-regexps-and-options): Also parse the
6894 contents of #+SETUPFILE files, recursively.
6896 * org-exp.el (org-export-handle-include-files): New function.
6897 (org-export-preprocess-string): Call
6898 `org-export-handle-include-files'.
6900 * org.el (org-delete-property-globally)
6901 (org-delete-property, org-set-property): Ignore case during
6903 (org-set-property): Use `org-completing-read' instead of
6906 * org.el (org-complete-expand-structure-template): New,
6907 experimental function.
6908 (org-structure-template-alist): New, experimental option.
6909 (org-complete): Call `org-complete-expand-structure-template'.
6911 2008-05-06 Bastien Guerry <bzg@altern.org>
6913 * org-export-latex.el (org-export-latex-preprocess): Added
6914 support for blockquotes.
6916 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
6918 * org.el (org-read-date-analyze): Catch the case where only a
6921 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
6923 * org.el (org-set-font-lock-defaults): Make the description
6926 * org-exp.el (org-export-as-html, org-close-li): Implement
6929 2008-05-04 Jason Riedy <jason@acm.org>
6931 * org-table.el (*orgtbl-default-fmt*): New variable.
6932 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6933 when there is no other fmt available.
6935 (orgtbl-to-generic): Allow an explicitly nil :tstart or
6936 :tend to suppress the appropriate string.
6938 (orgtbl-to-orgtbl): New function for translating to another orgtbl
6941 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
6943 * org.el (org-read-date-analyze): "." as an alias for "+0" in
6946 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6949 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6952 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
6954 * org-clock.el (org-clock-find-position): Don't include notes
6957 * org-archive.el (org-archive-subtree): No longer remove an
6958 extra line after cutting the subtree. `org-cut-subtree' already
6961 * org-remember.el (org-remember-handler): Only kill the target
6962 buffer if it does not contain the running clock.
6964 * org.el (org-markers-to-move): New variable.
6965 (org-save-markers-in-region, org-check-and-save-marker)
6966 (org-reinstall-markers-in-region): New function.
6967 (org-move-subtree-down, org-copy-subtree): Remember relative
6968 marker positions before cutting.
6969 (org-move-subtree-down, org-paste-subtree): Restore relative
6970 marker positions after pasting.
6972 * org-remember.el (org-remember-clock-out-on-exit): New option.
6973 (org-remember-finalize): Clock out only if the setting in
6974 `org-remember-clock-out-on-exit' requires it.
6975 (org-remember-handler): Do the cleanup in the buffer, to make sure
6976 that the clock marker remains in tact.
6978 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
6980 * org-clock.el (org-clock-goto): Widen buffer if necessary.
6981 (org-clock-in): Make sure that also tasks outside the narrowed
6982 region will be clocked in correctly.
6983 (org-clock-insert-selection-line): Widen the buffer so that we can
6984 find the correct task heading.
6986 * org.el (org-base-buffer): New function.
6988 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6989 and ";" are escaped.
6990 (org-print-icalendar-entries): Also apply
6991 `org-icalendar-cleanup-string' to the headline, not only to the
6994 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
6996 * org-exp.el (org-export-preprocess-hook): New hook.
6997 (org-export-preprocess-string): Call
6998 `org-export-preprocess-hook'.
7000 * org.el (org-font-lock-hook): New variable.
7001 (org-font-lock-hook): New function.
7002 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7006 ;; add-log-time-zone-rule: t
7009 Copyright (C) 2008 Free Software Foundation, Inc.
7011 This file is part of GNU Emacs.
7013 GNU Emacs is free software: you can redistribute it and/or modify
7014 it under the terms of the GNU General Public License as published by
7015 the Free Software Foundation, either version 3 of the License, or
7016 (at your option) any later version.
7018 GNU Emacs is distributed in the hope that it will be useful,
7019 but WITHOUT ANY WARRANTY; without even the implied warranty of
7020 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7021 GNU General Public License for more details.
7023 You should have received a copy of the GNU General Public License
7024 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7026 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c