1 2009-12-14 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
6 * org.el (org-inhibit-startup-visibility-stuff): New variable.
7 (org-mode): Don't do startup visibility if inhibited.
8 (org-outline-overlay-data, org-set-outline-overlay-data): New
10 (org-save-outline-visibility): New macro.
11 (org-log-note-headings): Document that one should not change the
14 2009-12-13 Carsten Dominik <carsten.dominik@gmail.com>
16 * org.el (org-make-link-regexps): Capture link path into a group.
18 2009-12-12 Carsten Dominik <carsten.dominik@gmail.com>
20 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
23 2009-12-11 Carsten Dominik <carsten.dominik@gmail.com>
25 * org.el (org-startup-with-beamer-mode): New option.
26 (org-property-changed-functions)
27 (org-property-allowed-value-functions): New hooks.
28 (org-entry-put, org-property-get-allowed-values): Run the new
30 (org-property-next-allowed-value): Run the new hooks.
32 * org-exp.el (org-export-select-backend-specific-text): Add the
36 (org-export-preprocess-before-selecting-backend-code-hook): New
39 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
40 (org-export-as-latex): Run
41 `org-export-latex-after-initial-vars-hook'.
42 (org-export-latex-format-toc-function)
43 (org-export-latex-make-header): Call
44 `org-export-latex-format-toc-function'.
46 * org.el (org-fill-template): Make template searches case sensitive.
48 * org-exp.el (org-export): Use "1" as a sign to export only the
51 * org-colview-xemacs.el (org-columns-edit-value): Use
52 org-unrestricted property.
54 * org-colview.el (org-columns-edit-value): Use
55 org-unrestricted property.
57 * org.el (org-compute-property-at-point): Set org-unrestricted
58 text property if the list contains ":ETC".
59 (org-insert-property-drawer): Use
60 org-unrestricted property.
63 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
64 (org-export-preprocess-string): Run
65 `org-export-preprocess-before-selecting-backend-code-hook'.
67 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
69 * org-latex.el (org-export-region-as-latex): Run
70 `org-export-first-hook'.
72 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
74 * org-docbook.el (org-export-as-docbook): Run
75 `org-export-first-hook'.
77 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
79 * org-exp.el (org-export-first-hook): New hook.
81 2009-12-10 Carsten Dominik <carsten.dominik@gmail.com>
83 * org-list.el (org-previous-item): Exit at the beginning of the
86 * org-id.el (org-id-locations-save): Only write the id locations
89 * org-archive.el (org-archive-all-done): Make this work in a file
90 with org-odd-levels-only set.
92 * org.el (org-get-refile-targets): Catch the case when a buffer
95 * org-latex.el (org-export-as-latex): Cleanup forced line ends
96 where they are not needed.
97 (org-export-latex-subcontent): Remove unnecessary newlines.
99 2009-12-09 Carsten Dominik <carsten.dominik@gmail.com>
101 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
102 (org-export-latex-fontify): Fix regexp bug that takes special
103 care of protecting the right boundary characters in emphasis
105 (org-export-latex-preprocess): Allow multiple arguments to latex
108 * org.el (org-make-link-regexps): Use John Gruber's regexp for
111 * org-macs.el (org-re): Interpret :punct: in regexps.
113 * org-exp.el (org-export-replace-src-segments-and-examples): Also
114 take the final newline after the END line.
116 * org.el (org-clean-visibility-after-subtree-move): Only fix
117 entries that are not entirely invisible already.
118 (org-insert-link): Respect org-link-file-path-type for
119 "docview:" links in addition to "file:" links.
121 2009-12-03 Carsten Dominik <carsten.dominik@gmail.com>
123 * org-exp.el (org-export-format-source-code-or-example): Avoid
124 additional extra white lines in LaTeX.
126 * org-list.el (org-list-parse-list): Leave empty lines after the
127 list, don't consider them as part of the list.
129 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
132 * org-clock.el (org-clock-select-task): Convert integer to
133 character for XEmacs.
135 2009-12-02 Carsten Dominik <carsten.dominik@gmail.com>
137 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
140 2009-11-30 Tassilo Horn <tassilo@member.fsf.org>
142 * org.el (org-complete-tags-always-offer-all-agenda-tags): New
144 (org-set-tags): Use it.
146 2009-11-30 Carsten Dominik <carsten.dominik@gmail.com>
148 * org-list.el (org-empty-line-terminates-plain-lists): Update
151 * org.el (org-format-latex): Fix link creation for processed latex
154 2009-11-29 Carsten Dominik <carsten.dominik@gmail.com>
156 * org-footnote.el (org-footnote-normalize): Protect replacement
159 * org.el (org-inside-latex-macro-p): Save match data.
161 2009-11-28 Jan Böcker <jan.boecker@jboecker.de>
163 * org-docview.el: New file.
165 2009-11-27 Carsten Dominik <carsten.dominik@gmail.com>
167 * org-latex.el (org-export-latex-class-options): New variable.
168 (org-export-latex-set-initial-vars): Use the class options.
170 * org.el (org-forward-same-level): Stop at headings that start
171 with an invisible character.
172 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
174 2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
176 * org-footnote.el (org-footnote-normalize): Don't take optional
177 arguments in LaTeX macros as footnotes.
179 * org.el (org-inside-latex-macro-p): New function.
181 * org-latex.el (org-latex-to-pdf-process): Change customization
182 group to `org-export-pdf'.
184 * org-agenda.el (org-agenda-get-blocks): Look at time string also
185 on days after the first one.
187 * org.el (org-insert-heading): Also check for item before assuming
188 before-first-heading condition.
190 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
191 (org-export-pdf-logfiles): New option.
192 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
193 (org-export-pdf-logfiles): Fix customization type.
195 * org.el (org-insert-link): Improve error message when there is no
196 default link to select with RET.
198 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
201 2009-11-25 Carsten Dominik <carsten.dominik@gmail.com>
203 * org-latex.el (org-export-latex-parse-global)
204 (org-export-latex-parse-content)
205 (org-export-latex-parse-subcontent): Use
206 `org-re-search-forward-unprotected'.
207 (org-export-as-pdf): Remove log files produced by XeTeX.
209 * org-macs.el (org-re-search-forward-unprotected): New function.
211 2009-11-25 James TD Smith <ahktenzero@mohorovi.cc>
213 * org-colview.el (org-agenda-colview-summarize): Sort out some
214 confusion between properties and titles, which resulted in
215 agenda summaries not working if a title was set for a column.
217 2009-11-24 Carsten Dominik <carsten.dominik@gmail.com>
219 * org-mobile.el (org-mobile-agendas): New option.
220 (org-mobile-sumo-agenda-command): Select the right agendas.
222 * org-latex.el (org-export-latex-format-image): Preserve the
223 original-indentation property.
225 2009-11-23 Carsten Dominik <carsten.dominik@gmail.com>
227 * org-clock.el (org-clock-insert-selection-line): Catch error when
228 an old tasks no longer exists.
230 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
231 (org-export-as-pdf): Don't remove the old PDF file before making
234 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
235 (org-mouse-context-menu): Use `org-looking-back'.
237 * org.el (org-cycle-level): Use `org-looking-back'.
239 * org-list.el (org-cycle-item-indentation): Use
242 * org-compat.el (org-looking-back): New function.
244 * org.el (org-insert-heading): Catch before-first-headline when
245 inserting a headline.
247 2009-11-22 Carsten Dominik <carsten.dominik@gmail.com>
249 * org-latex.el (org-export-latex-format-image): Indent figure
250 environment, so that it does not interrupt plain list.
252 * org.el (org-open-at-point): Allow long link descriptions.
254 2009-11-21 Carsten Dominik <carsten.dominik@gmail.com>
256 * org-html.el (org-export-as-html): Remove empty lines at the
257 beginning of the exported text.
259 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
261 * org-protocol.el (org-protocol-remember): Cater for empty title,
264 * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
265 agenda after adding new entry.
266 (org-agenda-get-represented-tags): New function.
267 (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
268 to get a list of tags in the agenda.
270 * org-datetree.el (org-datetree-find-day-create): Fix regular
273 * org.el (org-display-outline-path): Use a format specifier for
274 message, to avoid problems with heading containing `%'.
276 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
277 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
278 (org-agenda-fix-displayed-tags): New function.
279 (org-agenda-do-context-action): Just call
280 `org-display-outline-path', without piping the result through
283 * org-latex.el (org-export-latex-preprocess): Protect secondary
286 * org-indent.el (org-indent-initialize): Avoid empty strings as
289 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
290 hat checking for the mark does not throw an error.
291 (org-agenda-diary-entry-in-org-file): Catch the case that there is
292 not `day' text property in the cursor line.
294 * org.el (org-sort-entries-or-items): Make sure that the final
295 entry has a newline before doing the sorting.
297 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
298 property at the beginning of the line.
300 * org.el (org-make-link-string): Don't allow a description with
303 2009-11-19 Carsten Dominik <carsten.dominik@gmail.com>
305 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
306 (org-agenda-insert-diary-as-top-level): New function.
307 (org-agenda-add-entry-to-org-agenda-diary-file): Call
308 `org-agenda-insert-diary-as-top-level'.
310 * org.el (org-occur-in-agenda-files): Make sure none of the
312 (org-activate-plain-links): Add the face property here.
313 (org-set-font-lock-defaults): Do not add the face to plain links,
314 the activator function does this.
316 * org-habit.el (org-is-habit-p): Add doc string.
318 2009-11-18 Carsten Dominik <carsten.dominik@gmail.com>
320 * org-archive.el (org-archive-subtree-default-with-confirmation):
323 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
324 after match optional (happens at the end of a line...).
326 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
329 * org-faces.el (org-copy-face): Set lisp indentation.
330 (org-quote, org-verse): New faces.
332 * org-agenda.el (org-agenda-remove-date): Remove variable.
334 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
336 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
338 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
340 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
341 hash keys to cache and re-use images generated by the
342 org-exp-blocks interface to ditaa and dot.
344 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
346 * org-html.el (org-export-as-html): Move the home/up link into
349 * org.el (org-export-latex-packages-alist): Option definition
350 moved here from org-latex.el.
352 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
354 * org.el (org-format-latex): Latex images are now saved to files
355 named by the sha1 hash of the latex source text avoiding
356 regeneration of identical images.
358 2009-11-16 Carsten Dominik <carsten.dominik@gmail.com>
360 * org-html.el (org-export-html-home/up-format): Add an ID to the
363 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
365 * org-wl.el (org-wl-store-link): Handle the case that
366 `wl-use-petname' is set.
368 * org.el (org-set-effort): Improve prompt.
369 (org-get-outline-path): Widen to get full path.
370 (org-compact-display-after-subtree-move): Function removed.
372 * org-latex.el (org-export-as-latex): Add the :drawers property.
374 2009-11-14 Carsten Dominik <carsten.dominik@gmail.com>
376 * org.el (org-speed-commands-user): Allow documentation headlines.
377 (org-speed-commands-default): Organize the value of this constant
378 with descriptive headlines.
379 (org-print-speed-command): Output the headlines.
381 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
383 * org-agenda.el (org-agenda-show-outline-path): New option.
384 (org-agenda-do-context-action): New function.
385 (org-agenda-next-line, org-agenda-previous-line): Use
386 `org-agenda-do-context-action'.
388 * org.el (org-use-speed-commands): Allow function value.
389 (org-speed-commands-default): Make headline motion safe, so that
390 these commands always end on a headline.
391 (org-speed-commands-default): New key `v' for `org-agenda'.
392 (org-speed-move-safe): New function.
393 (org-self-insert-command): Use the function value of
394 `org-use-speed-commands'.
395 (org-get-outline-path): Improve docstring.
396 (org-format-outline-path): New function.
397 (org-display-outline-path): New function.
399 2009-11-12 John Wiegley <jwiegley@gmail.com>
401 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
402 a string, use that to find the LOGBOOK drawer.
404 2009-11-12 Carsten Dominik <carsten.dominik@gmail.com>
406 * org.el (org-clone-subtree-with-time-shift): Make it work at the
409 * org-mobile.el (org-mobile-write-checksums): Specify coding
411 (org-mobile-timestamp-buffer): Keep local variable/mode line at
414 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
416 * org.el (org-block-todo-from-children-or-siblings-or-parent)
417 (org-block-todo-from-checkboxes): Do not block changes to a nil
420 2009-11-12 James TD Smith <ahktenzero@mohorovi.cc>
422 * org-habit.el (org-habit-parse-todo): Indicate which habit is
423 wrongly set up in the error messages.
425 * org-colview.el (org-columns-display-here): Don't try to
426 calculate values if the underlying property is not set.
427 (org-columns-string-to-number): Convert age strings back into
429 (org-agenda-colview-summarize): Handle extended summary types
432 * org-colview-xemacs.el (org-columns-display-here): Don't try to
433 calculate values if the underlying property is not set.
434 (org-columns-string-to-number): Convert age strings back into
436 (org-agenda-colview-summarize): Handle extended summary types
439 2009-11-11 Carsten Dominik <carsten.dominik@gmail.com>
441 * org-exp.el (org-export-format-drawer-function): New variable.
442 (org-export-format-drawer): New function.
443 (org-export-preprocess-string): Pass the backend as a parameter to
444 `org-export-remove-or-extract-drawers'.
445 (org-export-remove-or-extract-drawers): New parameter BACKEND.
447 * org-protocol.el (org-protocol-char-to-string): New defsubst.
449 2009-11-10 Carsten Dominik <carsten.dominik@gmail.com>
451 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
452 message when no block is selected.
454 * org-latex.el (org-export-latex-links): Check for protectedness
455 in the last matched character, not after the match.
457 * org-datetree.el (org-datetree-find-date-create): Respect
458 restriction when KEEP-RESTRICTION is set.
459 (org-datetree-file-entry-under): New function.
460 (org-datetree-cleanup): New command.
462 2009-11-08 Dan Davison <davison@stats.ox.ac.uk>
464 * org-src.el (org-edit-src-code): New optional argument context
465 allows calling functions to avoid altering the saved window
467 (org-edit-src-exit): Do not restore window configuration when this
468 function is used in the context of saving the edit buffer.
470 2009-11-09 Carsten Dominik <carsten.dominik@gmail.com>
472 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
473 instances to switching to with-current-buffer, because these seem
474 to cause problems - no idea why.
476 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
477 Require diary-lib for (diary-date-display-form).
479 * org.el (org-log-reschedule, org-log-redeadline): New options.
480 (org-log-note-headings): Add templates for rescheduling and
482 (org-startup-options): Add in-buffer settings for logging changing
483 schedule and deadline time stamps.
484 (org-deadline, org-schedule): Check for existing date and arrange
485 for logging if the user requests it.
486 (org-add-log-note): Prepare proper note buffers for rescheduling
487 and deadline changes.
489 2009-11-08 Carsten Dominik <carsten.dominik@gmail.com>
491 * org-agenda.el (org-agenda-diary-entry-in-org-file)
492 (org-agenda-add-entry-to-org-agenda-diary-file)
493 (org-agenda-insert-diary-make-new-entry): New functions.
494 (org-agenda-diary-entry): Call
495 `org-agenda-diary-entry-in-org-file' when appropriate.
497 * org.el (org-calendar-insert-diary-entry-key): New option.
498 (org-agenda-diary-file): New option.
499 ("calendar"): Install our insertion function in the calendar.
501 * org-remember.el (org-datetree): Require.
502 (org-remember-templates): Add new positioning option.
503 (org-remember-reference-date): New variable.
504 (org-remember-apply-template): Store the reference date in a local
506 (org-remember-handler): Implement date tree positioning of entries.
508 * org-datetree.el: New file.
510 * org-latex.el (org-export-latex-preprocess): Protect targets in
513 * org-html.el (org-export-as-html): Protect targets in verbatim
516 * org-docbook.el (org-export-as-docbook): Protect targets in
519 2009-11-07 James TD Smith <ahktenzero@mohorovi.cc>
521 * org.el (org-link-display-format): Should be literal replacement.
523 2009-11-06 Carsten Dominik <carsten.dominik@gmail.com>
525 * org-clock.el (org-show-notification): Handle messages that
526 contain a percent character.
528 * org-remember.el (org-remember-apply-template): Turn of partial
531 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
532 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
534 * org.el (org-indent-mode): Define variable already in org.el.
535 (org-unfontify-region): Remove line-prefix and wrap-prefix
536 properties only if org-indent-mode is active.
538 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
540 * org-icalendar.el (org-print-icalendar-entries): Save match data
541 around call to verify function.
542 (org-print-icalendar-entries): Add a call to the verification
545 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
546 save-restrivtion' form.
548 2009-11-05 Dan Davison <davison@stats.ox.ac.uk>
550 * org-exp.el (org-export-format-source-code-or-example): restrict
551 scope of preserve-indentp to the let binding.
552 (org-src): require org-src, since org-src-preserve-indentation is used.
554 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
556 * org-timer.el (org-timer-set-timer): Set variables
557 org-timer-timer[123] correctly.
560 * org-mobile.el (org-mobile-files-alist): Make it work when
561 `agenda-archives' is included in
562 `org-agenda-text-search-extra-files'.
563 (org-mobile-push): Restore agenda after mobile push.
565 2009-11-05 John Wiegley <jwiegley@gmail.com>
567 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
568 way the amount of idle time is presented in the minibuffer.
570 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
572 * org-icalendar.el (org-print-icalendar-entries): Use
573 org-icalendar-verify-function only if non-nil.
575 * org.el (org-refile): Refile to clock only if the prefix arg is
577 (org-sparse-tree): Fix docstring to be in line with prompt.
578 (org-update-parent-todo-statistics): Call
579 `org-after-todo-statistics-hook' on each level.
581 2009-11-04 Carsten Dominik <carsten.dominik@gmail.com>
583 * org-remember.el (org-remember-apply-template): Make sure the
586 2009-11-03 Carsten Dominik <carsten.dominik@gmail.com>
588 * org.el (org-tab-ind-state): New variable.
589 (org-cycle-level): New function.
590 (org-cycle-level-after-item/entry-creation): New option.
591 (org-flag-subtree): New function.
592 (org-hide-archived-subtrees): Call `org-flag-subtree'.
593 (org-set-effort): Indexed access.
595 * org-list.el (org-cycle-item-indentation): New function.
597 * org.el (org-refile): Make prefix argument 2 refile to current
599 (org-priority): Interpret action `remove' as call to remove the
602 * org-remember.el (org-remember-apply-template): Don't depend on
603 buffer name being like file name.
605 2009-11-02 Carsten Dominik <carsten.dominik@gmail.com>
607 * org-clock.el (org-clock-play-sound): Expand file in
608 org-clock-sound, to allow ~ for home.
610 * org-remember.el (org-remember-handler): Set
611 text-before-node-creation even if this already looks like a node,
612 because the string might be needed on non-org-mode target files.
614 * org-agenda.el (org-agenda-open-link): Make this work in agenda
616 (org-agenda-switch-to): Follow a link at point if
617 org-return-follows-link' is set and there is nothing else to do in
620 2009-11-02 James TD Smith <ahktenzero@mohorovi.cc>
622 * org-colview-xemacs.el: Add in changes from org-colview.el
624 2009-11-01 Dan Davison <davison@stats.ox.ac.uk>
626 * org-exp-blocks.el: Modify split separator regexp to avoid empty
629 2009-11-01 James TD Smith <ahktenzero@mohorovi.cc>
631 * org-colview.el (org-columns-new): Make this work with the new
633 (org-columns-store-format): Make this work with the new operators.
635 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
637 * org-src.el (org-src-preserve-indentation): Document that this
638 variable is also used during export.
640 * org-exp.el (org-export-format-source-code-or-example): Preserve
641 indentation if a block has a -i option, or if
642 `org-src-preserve-indentation' is set.
644 * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
645 indentation if a block has a -i option, or if
646 `org-src-preserve-indentation' is set.
648 2009-10-31 Carsten Dominik <carsten.dominik@gmail.com>
650 * org.el (org-mode-map): Define the new archiving keys.
651 (org-speed-commands-default): Define an archiving key in the speed
653 (org-org-menu): Improve the menu structure concerning archiving.
655 * org-archive.el (org-archive-subtree-default-with-confirmation):
658 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
659 (org-agenda-menu): Add the new archiving commands to the menu.
660 (org-agenda-archive-default)
661 (org-agenda-archive-default-with-confirmation): New commands.
662 (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
663 call `org-agenda-archive-with'.
664 (org-agenda-archive-with): New function.
666 * org-table.el (org-table-convert-region): Inert spaces around "|"
667 to avoid line beginnings like "|-1" which will be mistaken as
670 2009-10-30 Carsten Dominik <carsten.dominik@gmail.com>
672 * org.el (org-offer-links-in-entry): Return nil if there are no
673 links, t if a link has been selected.
674 (org-open-at-point): Open attachment directory when called in the
675 headline and there are no links in the entry body.
676 (org-speed-commands-default): Add "o" for open-at-point as a speed
679 * org-attach.el (org-attach-reveal): Optional prefix arg
680 IF-EXISTS, which avoids creating the attachment directory if it
683 * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
686 2009-10-29 Carsten Dominik <carsten.dominik@gmail.com>
688 * org.el ("abbrev"): Work with abbrev tables only after they have
691 * org-list.el (org-list-send-list): Fix bug related to match
694 * org-latex.el (org-export-latex-fontify): Apply verbatim
696 (org-export-latex-make-header): Insert \obeylines if line breaks
699 * org-exp.el (org-export-protect-verbatim): Add an
700 `org-verbatim-emph' property to such text.
702 2009-10-28 Carsten Dominik <carsten.dominik@gmail.com>
704 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
705 (org-print-icalendar-entries): Skip entries where the timestamp is
706 not a deadline and not scheduled, if the user requests that.
708 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
709 before an opening quote.
711 * org-archive.el (org-archive-subtree): Keep archive after
714 * org-id.el (org-id-update-id-locations): Add archive files if
715 that is required by `org-id-extra-files'.
717 2009-10-27 Carsten Dominik <carsten.dominik@gmail.com>
719 * org-src.el (org-src-window-setup): New option.
720 (org-src-switch-to-buffer): New function.
721 (org-edit-src-exit): Add optional argument CONTEXT and use it to
722 restore window configuration.
723 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
724 Call `org-src-switch-to-buffer'.
726 * org.el (org-default-properties): Add STYLE property.
727 (org-files-list): Use the function call to get the files.
728 (org-additional-option-like-keywords): Add SETUPFILE to completion
731 2009-10-26 Carsten Dominik <carsten.dominik@gmail.com>
733 * org-table.el (org-table-convert-region): Correctly interpret
734 quoting in csv import.
736 * org.el (org-icompleting-read): Make iswitchb completion work
737 with lists and tables.
739 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
740 while pushing the mobile agenda.
742 2009-10-25 John Wiegley <jwiegley@gmail.com>
745 (org-clock-auto-clock-resolution): Now takes three values: nil, t
746 and `when-no-clock-is-running'.
747 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
748 whether or not to resolve Org buffers on clock in.
750 2009-10-25 James TD Smith <ahktenzero@mohorovi.cc>
752 * org-colview.el (org-format-time-period): Function to format
753 times in fractional days for display.
754 (org-columns-display-here): Add support for showing a calculated
755 value in place of the property.
756 (org-columns): Set `org-columns-time' to the current time so time
757 difference calculations will work.
758 (org-columns-time): Use to store the current time when column view
759 is displayed, so all time differences will use the same reference
761 (org-columns-compile-map): There is now an extra position in each
762 entry specifying the function to use to calculate the displayed
763 value for the non-calculated properties in the column,
764 (org-columns-compute-all): Set `org-columns-time' to the current
765 time so time difference calculations will work.
766 (org-columns-compute): Handle column operators where the values
767 used are calculated from the underlying property.
768 (org-columns-number-to-string): Handle the 'age' column format
769 (org-columns-string-to-number): Correct the function name (was
770 org-column...). Add support for the 'age' column format.
771 (org-columns-compile-format): Support the additional parameter in
772 org-columns-compile-map.
774 2009-10-26 Bastien Guerry <bzg@altern.org>
776 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
779 2009-10-25 Carsten Dominik <carsten.dominik@gmail.com>
781 * org-clock.el (org-clock-has-been-used): New variable.
782 (org-clock-in): Set `org-clock-has-been-used'.
783 (org-clock-save): Save only if clock data has been used or created
786 2009-10-24 Carsten Dominik <carsten.dominik@gmail.com>
788 * org-clock.el (org-clock-persist): New value, to store only the
790 (org-clock-save): Don't save the clock if only the history should
792 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
793 when restoring a saved clock.
795 2009-10-24 John Wiegley <jwiegley@gmail.com>
797 * org-clock.el (org-clock-display, org-clock-put-overlay): Use
798 `org-time-clock-use-fractional'.
800 * org.el (org-time-clocksum-use-fractional)
801 (org-time-clocksum-fractional-format): Two new customizable
802 variables which allow the user to select fractional times (1.25
803 instead of 1:25) in the `org-clock-display' report.
805 2009-10-23 John Wiegley <jwiegley@gmail.com>
807 * org-habit.el (org-habit-build-graph): None of the arguments
809 (org-habit-parse-todo, org-habit-deadline)
810 (org-habit-get-priority, org-habit-get-faces)
811 (org-habit-build-graph): Further simplifications by storing all
812 past, scheduled and deadline dates as a number of days past the
813 epoch, and not as times.
815 * org-habit.el (org-habit-warning-face)
816 (org-habit-warning-future-face): Removed because these are no
818 (org-habit-deadline, org-habit-deadline-repeat): Now always
819 returns a date; computed if there was a scheduled repeater but no
821 (org-habit-get-priority): Further improvements to the priority
822 algorithm. In particular, items past due should always appear
823 before items due or not yet due.
824 (org-habit-get-faces): Greatly simplified the logic, now that
825 `org-habit-deadline' always returns a valid time.
827 2009-10-23 Carsten Dominik <carsten.dominik@gmail.com>
829 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
832 * org.el (org-tag-alist): Fix customization type.
834 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
836 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
837 Make sure the regexp search can fail without throwing an error.
838 (org-mobile-apply): Save the inbox buffer after removing
839 successfully applied changes.
841 2009-10-22 John Wiegley <jwiegley@gmail.com>
843 * org-habit.el (org-habit-build-graph): Fix to the graph building
844 when last DONE date is earlier than `org-habit-preceding-days'.
846 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
847 time is reported after the user comes back (but before they
850 * org.el (org-get-repeat): Change so that this function can be
851 called with either `org-scheduled-string' or
852 `org-deadline-string'.
854 * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
855 to find the scheduled date.
857 * org-clock.el (org-clock-auto-clock-resolution): Renamed
858 `org-clock-disable-clock-resolution', since negatives don't sound
859 good in customization variables.
860 (org-clock-in): Don't use the auto-resolution logic if the user is
861 clocking into a different task while an active clock is running.
862 This then allows the default behavior of clocking out of the open
863 task and then into the new task.
865 * org-habit.el (org-habit-parse-todo): Generate an error if a
866 habit has a scheduled repeat period < 1.
867 (org-habit-get-faces): Fixes to the way that colors are computed.
868 (org-habit-build-graph): The graph wasn't displaying beyond any
869 day that had two completions in it.
871 * org.el (org-modules): Made this variable more consistent, since
872 it was referring to Org, OrgMode and Org-mode, whereas the docs
873 for the variable always refer to Org-mode.
875 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
877 * org.el (org-repeat-re): The changed org-repeat-re no longer
878 matched simple +2d type repeaters. Fix it so it does.
880 2009-10-21 Carsten Dominik <carsten.dominik@gmail.com>
882 * org-latex.el (org-export-latex-preprocess): Protect the vspace
883 macro in the VERSE environment.
885 2009-10-20 John Wiegley <jwiegley@gmail.com>
887 * org-habit.el (org-habit-get-priority): A new function that
888 determines the relative priority of a habit, based on how long
889 past its scheduled date it is, and how near the deadline is.
891 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
892 using `org-habit-get-priority'.
894 * org-habit.el (org-habit-build-graph): Start displaying colors
895 from the first scheduled date, if that date is earlier than the
896 first completion date.
898 * org-habit.el: Changed all "color" variables to faces, and made
899 them appropriate for light and dark backgrounds.
901 * org-habit.el (org-habit-duration-to-days): Made this function
903 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
905 * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
906 habits, since they don't use DEADLINE anymore.
908 * org.el (org-repeat-re, org-display-custom-time)
909 (org-timestamp-change): Extended to support the new ".+N/N"
910 syntax, used for habits.
912 * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
915 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
916 modeline when habits are being displayed (if that module is being
919 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
921 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
922 idle time using the xscreensaver extension.
923 (org-user-idle-seconds): Use X11 idle time if available.
925 2009-10-20 Carsten Dominik <carsten.dominik@gmail.com>
927 * org-agenda.el (org-agenda-next-line): New command.
928 (org-agenda-previous-line): New commands.
929 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
931 (org-agenda-follow-mode): Do the follow immediately if the mode is
933 (previous-line, next-line): Replace keys with the corresponding
935 (org-agenda-mode-map): Bind backspace and delete to the scrolling
938 * org.el (org-icompleting-read): Turn off partial completion mode
939 for the duration of this completion round.
941 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
942 macros in author lines and similar stuff.
944 * org.el (org-file-tags): Fix docstring.
945 (org-get-buffer-tags): Add the #+FILETAGS tags.
946 ("ecb"): Maks ecb show context after jumping into an Org file.
948 2009-10-20 John Wiegley <johnw@newartisans.com>
950 * org-agenda.el (org-finalize-agenda): Draw habit consistency
951 graphs after everything else in the buffer has been setup.
953 2009-10-19 Carsten Dominik <carsten.dominik@gmail.com>
955 * org-mobile.el (org-mobile-apply): Count success and failure.
957 * org.el (org-indent-line-function): Fix regexp replace problem.
959 2009-10-19 John Wiegley <johnw@newartisans.com>
961 * org-clock.el (org-clock-disable-clock-resolution): New
962 customization variable that disable automatic clock resolution on
964 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
965 not automatically resolve anything. This is does not affect
966 idle-time resolution, however, if `org-clock-idle-time' is set.
968 2009-10-19 John Wiegley <johnw@newartisans.com>
970 * org-habit.el: New file, which implements code to build a "habit
973 * org-agenda.el (org-agenda-get-deadlines)
974 (org-agenda-get-scheduled): Display consistency graphs when
975 outputting habits into the agenda. The graphs are always relative
977 (org-format-agenda-item): Added new parameter `habitp', which
978 indicates whether we are formatting a habit or not. Do not
979 display "extra" leading information if habitp is true.
981 * org.el (org-repeat-re): Improved regexp to include .+ and ++
982 leaders for repeat strings.
983 (org-get-repeat): Now takes a string parameter `tagline', so the
984 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
986 2009-10-19 John Wiegley <johnw@newartisans.com>
988 * org-agenda.el (org-agenda-auto-exclude-function): New
989 customization variable for allowing the user to create an "auto
990 exclusion" filter for doing context-aware auto tag filtering.
991 (org-agenda-filter-by-tag): Changes to support the use of
992 `org-agenda-auto-exclude-function'. See the new manual addition,.
994 2009-10-18 John Wiegley <johnw@newartisans.com>
996 * org.el (org-files-list): Don't attempt to return a file name for
997 Org buffers which have no associated file.
999 * org-agenda.el (org-agenda-do-action): Fixed a typo.
1001 2009-10-18 Carsten Dominik <carsten.dominik@gmail.com>
1003 * org-mobile.el (org-mobile-locate-entry): Interpret files
1004 relative to org-directory.
1005 (org-mobile-inbox-for-pull): Document the best location for this
1007 (org-mobile-check-setup): Verify `org-directory'.
1008 (org-mobile-create-index-file): Sort the files to be listed in
1011 2009-10-17 James TD Smith <ahktenzero@mohorovi.cc>
1013 * org.el (org-fast-tag-selection): Add a way to display a
1014 description for a tag group. This is done by adding a string to
1015 either the startgroup or endgroup cell.
1017 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1019 * org-clock.el (org-clock-resolve, org-resolve-clocks)
1020 (org-emacs-idle-seconds): Use `org-float-time' instead of
1023 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1025 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1028 * org.el (org-pre-cycle-hook): Document that `empty' can also be
1029 the value of ARG when doing local cycling.
1031 2009-10-17 John Wiegley <johnw@newartisans.com>
1033 * org-clock.el (org-clock-resolve-clock): If keeping or
1034 subtracting time results in a clock out at a time in the past, and
1035 if the resolution occurred due to idleness or invoking `M-x
1036 org-resolve-clocks', remember that past moment in time. On the
1037 next clock in, the user will be prompted to see if they want to
1038 back-date their new clock to then.
1039 (org-clock-resolve): Do not jump the user to the location of a
1040 dangling clock if the resolution is occuring due to an idle
1041 timeout. In that case there is typically only one dangling clock,
1042 the active one, and there is no value gained by shuffling their
1043 windows around to show it to them. Being prompted to resolve an
1044 idle clock should be as inobtrusive as possible.
1045 (org-resolve-clocks-if-idle): New function that resolves only the
1046 currently active clock if the user has exceeded the time returned
1047 by `org-user-idle-seconds', based on the value of
1048 `org-clock-idle-time'.
1049 (org-clock-in): If, after resolving clocks,
1050 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1052 * org-clock.el (org-clock-resolve-clock): New function that
1053 resolves a clock to a specific time, closing or resuming as need
1054 be, and possibly even starting a new clock.
1055 (org-clock-resolve): New function used by `org-resolve-clocks'
1056 that sets up for the call to `org-clock-resolve-clock'. It
1057 determines the time to resolve to based on a single-character
1058 selection from the user to either keep time, subtract away time or
1060 (org-resolve-clocks): New user command which resolves dangling
1061 clocks -- that is, open but not active -- anywhere in the file
1062 list returned by `org-files-list'.
1063 (org-clock-in): Automatically resolve dangling clocks whenever a
1065 (org-clock-cancel): If the user cancels the solely clock in a
1066 LOGBOOK, remove the empty drawer.
1068 * org-clock.el (org-clock-idle-time): New user customizable option
1069 for detecting whether the user has left a clock idle. Note: it is
1070 only used in this commit to test whether it's worthwhile to check
1071 OS X to get the Mac user's current idle time. If the Emacs idle
1072 time is less than the value, the user hasn't been away long enough
1073 to be worth checking (a more expensive test than just getting
1075 (org-user-idle-seconds, org-mac-idle-seconds)
1076 (org-emacs-idle-seconds): This three functions, in conjunction
1077 with the user customization variable `org-clock-idle-time', return
1078 the number of seconds (as a floating point) that the user has been
1079 away from their Emacs (or, if running on OS X, their computer).
1081 * org-clock.el (org-find-open-clocks): New function that returns a
1082 list of all open clocks in the given FILE. Note that each clock
1083 it returns is a cons cell of the format (MARKER . START-TIME).
1084 This "clock" value is used by several of the new clock module
1086 (org-is-active-clock): New inline function which tests whether the
1087 given clock value is the same as the currently active clock.
1088 Returns non-nil if this is the case.
1089 (org-with-clock-position): New macro that evaluates FORMS with
1090 point in the buffer and at the position of the given clock.
1091 Changes to the current clock are global.
1092 (org-with-clock): New macro that evaluates FORMS with point in the
1093 buffer and at the position of the given clock. However, changes
1094 to the current clock are local and have no effect on the user's
1095 active clock. This allows, for example, far any clock to be
1096 cancelled without cancelling the active clock.
1097 (org-clock-clock-in): New inline function that switches the active
1098 clock to the given clock. If either the argument RESUME, or the
1099 global `org-clock-in-resume', are non-nil, it will resume a clock
1100 that was previously left open.
1101 (org-clock-clock-out): New inline function that clocks out the
1102 given clock value without affecting the currently active clock.
1103 (org-clock-clock-cancel): New inline function that cancels the
1104 given clock value without affecting the currently active clock.
1106 * org-clock.el (org-clock-in): Before creating
1107 `org-clock-mode-line-timer', check to make sure an older timer is
1108 not currently running.
1109 (org-clock-out): Accept new third parameter `at-time', which
1110 permits a clock to be clocked out at a specific time. Note that
1111 no attempt is made to verify that the clock out time is later than
1114 * org.el (org-files-list): New utility function for returning a
1115 list of all open org-mode buffers, plus all files used to build
1116 the agenda buffer. Note that not all the files will necessarily
1117 be visited by a buffer at time of call.
1118 (org-entry-beginning-position): Like the function
1119 `line-beginning-position', this inline function returns the
1120 beginning position of the current heading/entry.
1121 (org-entry-end-position): Like the function `line-end-position',
1122 this inline function returns the end position of the current
1125 2009-10-16 Carsten Dominik <carsten.dominik@gmail.com>
1127 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1130 2009-10-15 Carsten Dominik <carsten.dominik@gmail.com>
1132 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1134 2009-10-14 Carsten Dominik <carsten.dominik@gmail.com>
1136 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1137 entries that have no tags.
1138 (org-agenda-search-view): New customize group.
1139 (org-agenda-search-view-search-words-only): New option.
1140 (org-search-view): Implement substring search.
1142 2009-10-13 Carsten Dominik <carsten.dominik@gmail.com>
1144 * org.el (org-outline-level): Add doc string.
1146 2009-10-12 Carsten Dominik <carsten.dominik@gmail.com>
1148 * org-inlinetask.el (org-inlinetask-export): Re-introduce
1150 (org-inlinetask-export-handler): Only export inline task if the
1151 user option calls for it.
1153 2009-10-10 Carsten Dominik <carsten.dominik@gmail.com>
1155 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1158 2009-10-07 Carsten Dominik <carsten.dominik@gmail.com>
1160 * org-latex.el (org-export-latex-tables): Don't format in
1163 2009-10-06 Carsten Dominik <carsten.dominik@gmail.com>
1165 * org-src.el (org-edit-src-code)
1166 (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1169 * org-agenda.el (org-prefix-category-max-length): New variable.
1170 (org-format-agenda-item): Use `org-prefix-category-max-length'.
1171 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1173 2009-10-03 Carsten Dominik <carsten.dominik@gmail.com>
1175 * org-mobile.el (org-mobile-create-index-file): Improve the
1176 listing of tags and todo keywords.
1178 * org-latex.el (org-export-latex-format-image): New function.
1179 (org-export-latex-links): Use `org-export-latex-format-image'.
1181 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
1183 * org-inlinetask.el (org-inlinetask-get-current-indentation)
1184 (org-inlinetask-remove-terminator): New functions.
1185 (org-inlinetask-export-handler): Terminate the description list.
1187 * org-exp.el (org-export-select-backend-specific-text): Remove the
1190 * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1191 tasks without content.
1193 * org-clock.el: Make sure the clock-in target position does not
1194 move to a different node by widening the buffer.
1196 * org-html.el (org-export-html-format-image): Wrap image into
1197 figure div only when there is a caption.
1199 * org-archive.el (org-archive-mark-done): Change default value to
1202 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1204 * org.el (org-context): Call `bobp', not `eobp'.
1206 * org-clock.el (org-clock-cancel): Remove quotes from marker
1209 * org.el (org-read-date-prefer-future): New allowed value `time'.
1210 (org-read-date-analyze): Shift day to tomorrow depending on time
1211 entered and value of `org-read-date-prefer-future'.
1213 2009-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1215 * org.el (org-set-tags-to): New command.
1217 * org-mobile.el (org-mobile-action-alist): Add more options and
1218 update the docstring.
1219 (org-mobile-apply-flags): Parse for and use the data.
1221 * org-latex.el (org-export-latex-set-initial-vars): Also check in
1224 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1227 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1229 2009-09-29 Carsten Dominik <carsten.dominik@gmail.com>
1231 * org-inlinetask.el (org-inlinetask-export): Option removed.
1232 (org-inlinetask-export-handler): Better export.
1234 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1235 (org-export-as-xoxo): Run the new hook.
1237 * org-html.el (org-export-html-final-hook): New hook.
1238 (org-export-as-html): Run the new hook.
1240 * org-docbook.el (org-export-docbook-final-hook): New hook.
1241 (org-export-as-docbook): Run the new hook.
1243 * org-ascii.el (org-export-ascii-final-hook): New hook.
1244 (org-export-as-ascii): Run the new hook.
1246 * org-mobile.el (org-mobile-create-sumo-agenda): Call
1247 `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1249 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1250 space character as the character before the ^/_.
1251 (org-export-latex-final-hook): New hook.
1252 (org-export-as-latex): Run `org-export-latex-final-hook'.
1254 2009-09-28 Carsten Dominik <carsten.dominik@gmail.com>
1256 * org-macs.el (org-if-unprotected-at): Fix docstring.
1258 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1259 text in the prefix (if category is a link).
1261 * org-latex.el (org-export-latex-preprocess): Deal properly with
1262 empty lines in verse environments.
1264 * org.el (org-format-latex-header): Inline fullpage.sty.
1266 * org-footnote.el (org-footnote-create-definition): Reveal context
1267 to add a new footnote definition.
1269 * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1271 (org-mobile-files): New option.
1272 (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1273 (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1275 (org-mobile-push): Start by creating the files lists.
1276 (org-mobile-copy-agenda-files): Move killing the buffer to after
1277 the save-excursion has exited.
1278 (org-mobile-write-checksums): Write checksums also for files in
1281 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1282 org-table-recalculate when cursor is in TBLFM line.
1284 * org-list.el (org-renumber-ordered-list): Fix cursor position
1285 when bullet length has changed.
1287 2009-09-26 Carsten Dominik <carsten.dominik@gmail.com>
1289 * org.el (org-format-latex): Mention `org-format-latex-options' in
1292 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1294 * org.el (org-agenda-get): New function.
1296 * org-agenda.el (org-agenda-post-command-hook): No longer move
1297 point away from end of line.
1298 (org-agenda-add-entry-text, org-agenda-collect-markers)
1299 (org-finalize-agenda, org-agenda-mark-clocking-task)
1300 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1301 (org-agenda-entry-text-show, org-agenda-highlight-todo)
1302 (org-agenda-compare-effort, org-agenda-filter-apply)
1303 (org-agenda-later, org-agenda-change-time-span)
1304 (org-agenda-post-command-hook, org-agenda-show-priority)
1305 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1306 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1307 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1308 (org-agenda-open-link, org-agenda-copy-local-variable)
1309 (org-agenda-switch-to, org-agenda-check-no-diary)
1310 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1311 (org-agenda-add-note, org-agenda-change-all-lines)
1312 (org-agenda-priority, org-agenda-set-tags)
1313 (org-agenda-set-property, org-agenda-set-effort)
1314 (org-agenda-toggle-archive-tag, org-agenda-date-later)
1315 (org-agenda-show-new-time, org-agenda-date-prompt)
1316 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1317 (org-agenda-clock-in, org-agenda-bulk-mark)
1318 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1321 * org-colview.el (org-columns-display-here)
1322 (org-columns-edit-allowed, org-agenda-columns): Use
1325 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1327 * org.el (org-special-ctrl-a/e): Improve documentation and
1329 (org-end-of-line): Don't jump to after the ellipsis.
1330 (org-mode-map): Bind <home> and <end> as well.
1332 2009-09-24 Carsten Dominik <carsten.dominik@gmail.com>
1334 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1335 space after #+ as comments.
1336 (org-open-at-point): Run `org-follow-link-hook' always.
1338 * org-latex.el (org-export-latex-emph-format): Use better commands
1339 to insert special characters in verbatim snippets.
1341 2009-09-22 Carsten Dominik <carsten.dominik@gmail.com>
1343 * org-faces.el (org-copy-face): New function. Use it to create
1344 various faces formerly created by using `copy-face'.
1346 * org-agenda.el (org-prepare-agenda): Don't officially mark this
1348 (org-agenda-quit): Kill the frame containing the agenda window if
1349 that frame was created for the agenda.
1351 2009-09-21 Carsten Dominik <carsten.dominik@gmail.com>
1353 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1354 stamp in the agenda.
1356 2009-09-19 Carsten Dominik <carsten.dominik@gmail.com>
1358 * org-mobile.el (org-mobile-create-index-file): Add the list of
1359 TODO keywords, and the list of drawers to the index file.
1361 * org-agenda.el (org-prepare-agenda): Reset
1362 `org-drawers-for-agenda'.
1363 (org-prepare-agenda): Uniquify list of drawers.
1365 * org.el (org-complex-heading-regexp-format): New variable.
1366 (org-set-regexps-and-options): Define
1367 `org-complex-heading-regexp-format'.
1368 (org-drawers-for-agenda): New variable.
1369 (org-map-entries): Bind `org-drawers-for-agenda'.
1370 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1372 * org-remember.el (org-go-to-remember-target)
1373 (org-remember-handler): Use `org-complex-heading-regexp-format'.
1375 2009-09-18 Carsten Dominik <carsten.dominik@gmail.com>
1377 * org-agenda.el (org-agenda-highlight-todo): Fix text property
1380 * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1381 the capture file, and make it non-configurable.
1383 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1384 always with `invisible-ok'.
1385 (org-store-link): No error when there is nothing to link to in the
1388 * org-list.el (org-update-checkbox-count): Insert changed cookie
1389 before the old, to avoid problems with invisibility at the end of
1391 (org-update-checkbox-count): Insert changed cookie before the old,
1392 to avoid problems with invisibility at the end of the line.
1394 * org.el (org-sort-entries-or-items): Include the final newline.
1395 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1396 lines for fontification.
1397 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1398 (org-prepare-dblock): Store the current indentation of the BEGIN
1400 (org-update-dblock): Apply the indentation of the begin line to
1401 the rest of the block.
1402 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1403 (org-startup-folded): New allowed value `showeverything'.
1404 (org-startup-options): Add STARTUP keyword `showeverything'.
1405 (org-set-startup-visibility): Respect value `showeverything' in
1408 2009-09-17 Carsten Dominik <carsten.dominik@gmail.com>
1410 * org.el (org-closest-date): Fix issue with past preference.
1412 * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1414 * org-archive.el (org-archive-set-tag)
1415 (org-archive-subtree-default): New commands.
1417 * org-mobile.el (org-mobile-create-index-file): Fix link to
1419 (org-mobile-copy-agenda-files): Create the capture file if it does
1422 * org-clock.el (org-clock-clocktable-default-properties): New
1424 (org-clock-report): Use
1425 `org-clock-clocktable-default-properties'.
1427 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
1429 * org.el (org-iswitchb-completing-read): Fix typo.
1431 * org-crypt.el: New file.
1433 * org.el: Add an entry for org-crypt.
1435 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
1437 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1439 (org-batch-store-agenda-views): New function.
1440 (org-mobile-force-id-on-agenda-items): Mention variable.
1441 (org-agenda-title-append): Define variable.
1442 (org-write-agenda): New export to Org files.
1443 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1444 (org-agenda): Allow to keep the restricted file list if a special
1445 variable is bound to t.
1446 (org-agenda): Define a special agenda view for working on flagged
1448 (org-agenda-get-restriction-and-command): List the new agenda
1450 (org-agenda-show-the-flagging-note): New command.
1451 (org-agenda-mode-map): New key `?' for looking at the flagging
1454 * org.el (org-autoload): Autoload org-mobile.el.
1455 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1457 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1459 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
1461 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1463 (org-table-get-remote-range): Match indented #+TBLNAME
1466 * org.el (org-convert-to-odd-levels)
1467 (org-convert-to-oddeven-levels): Work also correctly if the file
1470 2009-09-12 Carsten Dominik <carsten.dominik@gmail.com>
1472 * org.el (org-store-link): When in agenda buffer, link to
1474 (org-add-planning-info): Remove spaces at eol.
1476 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1479 2009-09-10 Carsten Dominik <carsten.dominik@gmail.com>
1481 * org-latex.el (org-export-latex-first-lines): Fix problem with
1482 LaTeX export of first line and selected subtree.
1484 * org.el (org-shifttab): Interpret arg differently when using only
1487 2009-09-09 Bastien Guerry <bzg@altern.org>
1489 * org.el (org-check-agenda-file): Use a more explicit message
1491 2009-09-08 Carsten Dominik <carsten.dominik@gmail.com>
1493 * org-exp.el (org-export-remove-special-table-lines): Don't remove
1496 2009-09-08 Bastien Guerry <bzg@altern.org>
1498 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1499 prompt in the temporary window.
1501 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1502 prefix for marked entries in the agenda view.
1504 2009-09-07 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
1506 * org.el (outline-end-of-subtree): Bugfix: advise this function in
1507 a way that prevents any trailing character from being displayed.
1509 2009-09-07 Carsten Dominik <carsten.dominik@gmail.com>
1511 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1514 * org-exp.el (org-export-remove-special-table-lines): Remove bad
1517 2009-09-06 Carsten Dominik <carsten.dominik@gmail.com>
1519 * org-latex.el (org-export-latex-preprocess): Do not protect in
1522 * org-src.el (org-edit-src-save): Save window setup while saving.
1523 (org-edit-src-code): Use new buffer name construction scheme.
1525 2009-09-04 Carsten Dominik <carsten.dominik@gmail.com>
1527 * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1529 (org-agenda-entry-text-cleanup-hook): New hook.
1530 (org-agenda-get-some-entry-text): Remove matches of
1531 `org-agenda-entry-text-exclude-regexps' and run the hook
1532 `org-agenda-entry-text-cleanup-hook'.
1534 * org.el (org-offer-links-in-entry): New argument ZERO to
1535 implement a link with index zero.
1536 (org-cycle-show-empty-lines): Not keep empty line under header
1538 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1539 to nil for special completion.
1540 (org-store-link): Don't error before the first heading.
1542 * org-agenda.el (org-agenda-open-link): Pass the prefix to
1543 `org-offer-links-in-entry'.
1545 2009-09-03 Carsten Dominik <carsten.dominik@gmail.com>
1547 * org-agenda.el (org-agenda-quit): Provide the window argument for
1548 `window-dedicated-p', Emacs 22 needs it.
1549 (org-format-agenda-item): If the category is a link, arrange for
1550 invisible text to replaced with spaces.
1551 (org-compile-prefix-format): Add the extra space.
1552 (org-prefix-category-length): New variable.
1554 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1555 references from TOC lines.
1557 * org.el (org-selected-window): New variable.
1559 * org-table.el (org-table-edit-formulas): Remember the selected
1561 (org-table-fedit-finish, org-table-fedit-abort): Select the window
1562 that was originally selected.
1564 * org-exp.el (org-export-preprocess-apply-macros): Scan the
1565 expansion of a macro for more macro definitions.
1567 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1568 invisibility overlay starts on the newline.
1570 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1572 * org-protocol.el (org-protocol-store-link)
1573 (org-protocol-remember, org-protocol-open-source): Add autoloads.
1575 * org-compat.el (org-float-time): New function.
1577 * org.el (org-clock-update-time-maybe)
1578 (org-sort-entries-or-items, org-do-sort)
1579 (org-evaluate-time-range, org-time-string-to-seconds)
1580 (org-closed-in-range): Use `org-float-time'.
1582 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1583 (org-timer-seconds): Use `org-float-time'.
1585 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1586 (org-clock-sum, org-dblock-write:clocktable)
1587 (org-clocktable-steps): Use `org-float-time'.
1589 * org-agenda.el (org-agenda-last-marker-time)
1590 (org-agenda-new-marker, org-diary): Use `org-float-time'.
1592 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1595 * org-exp.el (org-get-file-contents): Only protect lines that
1598 * org-html.el (require): Require cl for compilation.
1600 * org.el: Avoid using `default-major-mode'.
1602 * org-plot.el (require): Require CL only at compile time.
1604 * org-exp.el (require): Require CL only at compile time.
1606 * org-agenda.el (org-agenda-quit): When the agenda window is
1607 dedicated, remove other windows before exiting, so that the frame
1608 really will be killed.
1610 * org-exp.el (org-export-handle-include-files): Reset START and
1611 END for each loop cycle.
1613 2009-09-01 Carsten Dominik <carsten.dominik@gmail.com>
1615 * org.el (org-eval-in-calendar): Use
1616 `org-select-frame-set-input-focus'.
1618 * org-compat.el (org-select-frame-set-input-focus): New function.
1620 * org.el (org-update-statistics-cookies): New function.
1621 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1623 2009-08-31 Carsten Dominik <carsten.dominik@gmail.com>
1625 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1626 after the local variables are set.
1628 * org-latex.el (org-export-latex-protect-amp): New function.
1629 (org-export-latex-links): Protect link ampersands in tables.
1631 * org-exp.el (org-export-select-backend-specific-text): Match in
1632 two steps, to avoid regexp problems.
1634 * org.el (org-offer-links-in-entry): Improve working with many and
1637 * org-agenda.el (org-agenda-show-1): Make more consistent with
1639 (org-agenda-cycle-show): Make more consistent with normal cycling.
1641 * org-gnus.el (org-gnus-store-link): Restore the linking to a
1644 2009-08-30 Bastien Guerry <bzg@altern.org>
1646 * org-latex.el (org-export-latex-first-lines): Bugfix.
1648 2009-08-29 Carsten Dominik <carsten.dominik@gmail.com>
1650 * org-clock.el (org-clock-modify-effort-estimate): Emit message
1653 * org.el (org-set-effort): New function.
1654 (org-mode-map): New key for effort setting command.
1656 * org-agenda.el (org-agenda): Keep window setup when calling
1657 agenda from within agenda window.
1658 (org-agenda-mode-map): New keys for effort setting commands.
1659 (org-agenda-menu): Add effort setting commands to menu.
1660 (org-agenda-set-property, org-agenda-set-effort): New functions.
1662 * org-latex.el (org-export-latex-tables): Fix
1663 `org-table-last-alignment' and `org-table-last-column-widths' if
1664 the first column has been removed.
1666 2009-08-28 Carsten Dominik <carsten.dominik@gmail.com>
1668 * org.el (org-remove-timestamp-with-keyword): Only remove in
1669 entry, not in subtree.
1671 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1674 * org.el (org-open-at-point): When on headline, offer all strings
1677 * org-remember.el (org-remember-templates): Documentation fix.
1679 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1680 `org-get-last-sibling' instead of the outline versions of these
1682 (org-get-last-sibling): New function.
1683 (org-refile): Use `org-get-next-sibling' instead of the outline
1684 version of this function.
1685 (org-clean-visibility-after-subtree-move): Use
1686 `org-get-next-sibling' and `org-get-last-sibling' instead of the
1687 outline versions of these functions.
1689 2009-08-27 Carsten Dominik <carsten.dominik@gmail.com>
1691 * org-agenda.el (org-prepare-agenda): When creating a new frame
1692 for the agenda, make the window dedicated.
1694 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1696 * org-table.el (org-table-align): Change the order of reinsertion
1697 and deletion, to avoid problems with overlays following the table.
1699 * org.el (org-parse-time-string): Better error message.
1700 (org-show-subtree): Use org-end-of-subtree.
1702 * org-macs.el (org-goto-line): New defsubst.
1704 * org.el (org-open-file, org-change-tag-in-region)
1705 (org-fast-tag-show-exit): Don't use `goto-line'.
1707 * org-table.el (org-table-align, org-table-insert-column)
1708 (org-table-delete-column, org-table-move-column)
1709 (org-table-sort-lines, org-table-copy-region)
1710 (org-table-paste-rectangle, org-table-wrap-region)
1711 (org-table-get-specials, org-table-rotate-recalc-marks)
1712 (org-table-get-range, org-table-recalculate)
1713 (org-table-edit-formulas, org-table-fedit-convert-buffer)
1714 (org-table-show-reference, org-table-highlight-rectangle): Don't
1717 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1718 (org-edit-src-exit): Don't use `goto-line'.
1720 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1722 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1723 Don't use `goto-line'.
1725 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1727 * org-colview.el (org-columns, org-columns-redo)
1728 (org-agenda-columns): Don't use `goto-line'.
1730 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1733 * org-agenda.el (org-agenda-mode): Force visual line motion off.
1734 (org-agenda-add-entry-text-maxlines): Improve docstring.
1735 (org-agenda-start-with-entry-text-mode): New option.
1736 (org-agenda-entry-text-maxlines): New option.
1737 (org-agenda-entry-text-mode): New variable.
1738 (org-agenda-mode): Set initial value of
1739 `org-agenda-entry-text-mode'.
1740 (org-agenda-mode-map): Add the `E' key.
1741 (org-agenda-menu): Add entry text mode to the menu.
1742 (org-agenda-get-some-entry-text): Fix line count bug.
1743 (org-finalize-agenda): Apply entry text mode if appropriate.
1744 (org-agenda-entry-text-show-here): New function.
1745 (org-agenda-entry-text-show): New function.
1746 (org-agenda-entry-text-hide): New function.
1747 (org-agenda-view-mode-dispatch): Add entry text mode to the view
1749 (org-agenda-entry-text-mode): New command.
1750 (org-agenda-set-mode-name): Add entry text mode to the mode line
1752 (org-agenda-undo, org-agenda-get-restriction-and-command)
1753 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1756 2009-08-26 Bernt Hansen <bernt@norang.ca>
1758 * org-clock.el (org-notify): Bugfix.
1760 2009-08-25 Carsten Dominik <carsten.dominik@gmail.com>
1762 * org-agenda.el (org-agenda-open-link): Handle multiple links and
1763 check for after-string.
1765 * org-gnus.el (org-gnus-store-link): Simplify.
1767 * org.el (org-latex-regexps): Don't add extra empty lines for
1770 2009-08-24 Carsten Dominik <carsten.dominik@gmail.com>
1772 * org-agenda.el (org-agenda-get-some-entry-text): New function.
1773 (org-agenda-add-entry-text): Use
1774 `org-agenda-get-some-entry-text'.
1776 * org.el (org-cycle-separator-lines): Update docstring.
1777 (org-cycle-show-empty-lines): Handle negative values for
1778 `org-cycle-show-empty-lines'.
1780 * org-exp.el (org-export-protect-sub-super): New function.
1781 (org-export-normalize-links): Protect the url of plain links from
1782 supscript and superscript processing.
1784 * org-remember.el (org-remember-escaped-%): New function.
1785 (org-remember-apply-template): Use `org-remember-escaped-%' to
1786 detect escaped % signs.
1788 2009-08-23 Bastien Guerry <bzg@altern.org>
1790 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1791 sound when showing the notification.
1793 * org-clock.el (org-notify): New function.
1794 (org-clock-notify-once-if-expired): Use `org-notify'.
1796 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1797 and `gnus-article-mode' separately.
1798 (gnus-summary-article-header): Fix the declare-function.
1800 2009-08-23 Carsten Dominik <carsten.dominik@gmail.com>
1802 * org-exp.el (org-export-format-source-code-or-example): Translate
1805 * org-src.el (org-src-lang-modes): New variable
1806 (org-edit-src-code): Translate language.
1808 * org-exp.el (org-export-format-source-code-or-example): Deal wit
1809 the new structure of the `org-export-latex-listings-langs'
1812 * org-latex.el (org-export-latex-listings-langs): Change structure
1813 of the variable from plist to alist.
1815 2009-08-21 Carsten Dominik <carsten.dominik@gmail.com>
1817 * org.el (org-in-commented-line): New function.
1819 2009-08-20 Carsten Dominik <carsten.dominik@gmail.com>
1821 * org.el (org-hide-block-toggle): Make folded blocks searchable.
1823 2009-08-19 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
1825 * org.el (org-flag-drawer): More useful error.
1827 2009-08-19 Carsten Dominik <carsten.dominik@gmail.com>
1829 * org-remember.el (org-remember-apply-template): Use
1830 org-icompleting-read.
1832 * org-publish.el (org-publish): Use org-icompleting-read.
1834 * org-colview.el (org-columns-edit-value, org-columns-new)
1835 (org-insert-columns-dblock): Use org-icompleting-read.
1837 * org-colview-xemacs.el (org-columns-edit-value)
1838 (org-columns-new, org-insert-columns-dblock): Use
1839 org-icompleting-read.
1841 * org-attach.el (org-attach-delete-one, org-attach-open): Use
1842 org-icompleting-read.
1844 2009-08-18 Carsten Dominik <carsten.dominik@gmail.com>
1846 * org.el (org-hierarchical-todo-statistics): Improve docstring.
1847 (org-version): Return the version text.
1848 (org-org-menu): Add a menu entry for the new bug reporter.
1849 (org-submit-bug-report): New command.
1851 * org-list.el (org-hierarchical-checkbox-statistics): Improve
1854 * org.el (org-emphasis-regexp-components): Add "`" to set of
1855 pre-emphasis characters.
1857 * org-latex.el (org-export-latex-classes): Always include the soul
1859 (org-export-latex-emphasis-alist): Use \st for strikethough.
1861 * org-exp-blocks.el (org-export-blocks-preprocess): Use
1862 `indent-code-rigidly' to indent.
1864 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1865 properties only if MATCH really is a string.
1867 2009-08-16 Carsten Dominik <carsten.dominik@gmail.com>
1869 * org-latex.el (org-export-latex-packages-alist): Fix
1872 * org.el (org-create-formula-image): Also use
1873 `org-export-latex-packages-alist'.
1875 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1876 (org-export-as-html): Format footnotes correctly.
1878 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
1880 * org.el (org-fast-tag-selection): Avoid text properties on tags
1883 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1884 text properties on the match element.
1886 2009-08-12 Carsten Dominik <carsten.dominik@gmail.com>
1888 * org.el (org-set-regexps-and-options): Make sure the list of done
1889 keywords is not invalid.
1891 * org-exp.el (org-export-interpolate-newlines): New function.
1893 2009-08-11 Carsten Dominik <carsten.dominik@gmail.com>
1895 * org.el (org-format-latex): Avoid nested overlays.
1897 * org-latex.el (org-export-latex-listings-langs): Add a few more
1900 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1901 ignore newlines and space before the first macro argument.
1903 * org-latex.el (org-export-latex-tables): Remove save-excursion
1904 around `org-table-align'.
1906 2009-08-10 Carsten Dominik <carsten.dominik@gmail.com>
1908 * org.el (org-export-html-special-string-regexps): Definition
1911 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1914 2009-08-09 Carsten Dominik <carsten.dominik@gmail.com>
1916 * org-latex.el (org-export-latex-listings)
1917 (org-export-latex-listings-langs): New options.
1919 * org-exp.el (org-export-format-source-code-or-example): Use
1920 listing package if requested by the user.
1922 2009-08-08 Bastien Guerry <bzg@altern.org>
1924 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1925 command before actually switching to a buffer.
1927 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
1929 * org-exp.el (org-get-file-contents): Only quote org lines when
1930 the markup is src or example.
1932 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1934 (org-agenda-get-day-entries): Remember deadline results and pass
1935 them on into the function getting the scheduling information.
1936 (org-agenda-get-scheduled): Accept deadline results as parameters
1937 and maybe skip some entries.
1938 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1940 * org.el (org-insert-heading): When respecting content, do not
1941 convert current line to headline.
1943 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1944 cheeeeeck the hd marker
1945 (org-clock-in): Also set the hd marker.
1946 (org-clock-out): Also set the hd marker.
1947 (org-clock-cancel): Reset markers.
1949 * org.el (org-clock-hd-marker): New marker.
1951 * org-faces.el (org-agenda-clocking): New face.
1953 * org-agenda.el (org-agenda-mark-clocking-task): New function.
1954 (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1956 * org.el (org-modules): Add org-track.el.
1958 * org-agenda.el (org-agenda-bulk-marked-p): New function.
1959 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1960 `org-agenda-bulk-marked-p'.
1961 (org-agenda-bulk-toggle): New command.
1963 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1965 * org.el (org-move-subtree-down): Hide subtree if it was folded,
1968 * org-remember.el (org-remember-finalize): Avoid buffer-modified
1971 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
1973 * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1974 before gnuplot can read it.
1976 2009-08-05 Carsten Dominik <carsten.dominik@gmail.com>
1978 * org-latex.el (org-export-latex-first-lines): Fix bug with
1979 finding the end of the first lines.
1981 * org.el (org-create-formula-image): Remove the -E option for
1984 * org-exp.el (org-default-export-plist): Respect #+BIND.
1985 (org-export-confirm-letbind): New function.
1987 * org.el (org-paste-subtree): Test the kill ring entry if it is
1989 (org-copy-subtree): Use `org-forward-same-level'.
1990 (org-forward-same-level): Respect the `invisibe-ok' arg for
1993 2009-08-04 Carsten Dominik <carsten.dominik@gmail.com>
1995 * org.el (org-table-map-tables): Make sure cursor is back at table
1996 beginning after funcall.
1998 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1999 handled before children, and do not error if an entry is not
2000 found, probably because it hase been remove when the parent was
2001 archived or refiled.
2003 * org.el (org-ido-completing-read): Accept straight lists for
2004 completion as well as alists.
2006 * org-html.el (org-export-as-html): Fix parenthesis error in
2009 * org-timer.el (org-timer-cancel-timers): Renamed from
2010 `org-timer-cancel-timers'.
2012 * org.el (org-cycle-internal-local): Fix problem with finding next
2015 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
2017 * org-list.el (org-list-send-list): Call
2018 `org-list-goto-true-beginning' instead of
2019 `org-list-find-true-beginning', which does not exist.
2021 * org-timer.el (org-timer-reset-timers): Use `mapc'.
2022 (org-timer-set-timer): Do not assign to heading.
2024 * org-id.el (org-id-open): Quote function name.
2026 * org-macs.el (org-unmodified): Turn off recording undo
2027 information while running inside the macro.
2029 * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2031 (org-indent-mode): Remember and restore value of
2032 org-hide-leading-stars before `org-indent-mode'.
2034 * org-table.el (org-table-export): Also work in file-less
2037 * org.el (org-startup-indented): New option.
2038 (org-startup-options): Add new options indent and noindent.
2039 (org-unfontify-region): Remove line-prefix and wrap-prefix
2041 (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2043 (org-promote, org-demote): Run the new hooks.
2045 * org-table.el (org-table-align): Replace leading \n as well.
2047 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2048 and `line-wrap' text properties.
2050 * org-compat.el (org-kill-new): New function.
2052 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2053 `line-wrap' text properties.
2055 * org-indent.el: New file.
2057 2009-08-02 Carsten Dominik <carsten.dominik@gmail.com>
2059 * org.el (org-provide-todo-statistics): Tweak docstring.
2061 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2063 2009-08-01 Carsten Dominik <carsten.dominik@gmail.com>
2065 * org-exp.el (org-export-as-org): Insert the "-source" string
2066 before the extension.
2068 * org.el (org-read-date): Make sure the calendar is in the current
2070 (org-set-emph-re): Remove the ? from the post-match.
2071 (org-emphasis-regexp-components): Add backslash to the
2073 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2074 optional so that also lines at the end of the buffers will still
2075 be matched as headlines.
2077 * org-table.el (org-table-error-on-row-ref-crossing-hline):
2078 Variable made obsolete.
2079 (org-table-relative-ref-may-cross-hline): New option.
2080 (org-table-find-row-type): Honow the new option
2081 `org-table-relative-ref-may-cross-hline'.
2083 2009-07-31 Carsten Dominik <carsten.dominik@gmail.com>
2085 * org-table.el (org-table-cut-region, org-table-copy-region): Work
2086 on single field if no active region.
2088 2009-07-27 Carsten Dominik <carsten.dominik@gmail.com>
2090 * org-latex.el (org-export-latex-make-header): Only insert title
2093 * org.el (org-make-options-regexp): Allow empty values.
2095 * org-html.el (org-export-as-html): Move hrule detection to after
2096 plain list handling.
2098 2009-07-26 Carsten Dominik <carsten.dominik@gmail.com>
2100 * org-html.el (org-format-org-table-html): Fix colgroup tags.
2102 2009-07-23 Carsten Dominik <carsten.dominik@gmail.com>
2104 * org.el (org-cycle-internal-local): Improved version of finding
2106 (org-cycle-hide-drawers): Only hide drawers if this is really
2108 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2109 org-version of this function in Org-mode. We use advice to
2110 implement this change, so that future changes to this function in
2111 outline.el wil be handled properly.
2112 (org-forward-same-level, org-backward-same-level): New commands.
2114 2009-07-21 Carsten Dominik <carsten.dominik@gmail.com>
2116 * org.el (org-remove-empty-overlays-at)
2117 (org-clean-visibility-after-subtree-move): New functons.
2118 (org-move-subtree-down): Simplify cleanup of display.
2120 2009-07-20 Carsten Dominik <carsten.dominik@gmail.com>
2122 * org-mac-message.el (org-mac-message-get-links): Improve
2123 docstring. Make argument SELECT-OR-FLAGGED optional, default to
2124 "s". Fix the return value.
2125 (org-mac-message-insert-flagged): Simplify.
2127 * org.el (org-refile-get-location): Tamper with refile history o
2128 that history contains compete matches instead of the entered
2131 2009-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2133 * org.el (org-store-link): Never store a link to an inline task.
2135 * org-inlinetask.el (org-inlinetask-insert-task): New command.
2137 * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2138 inline tasks when positioning footnotes.
2140 * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2143 * org.el (org-refile): Remove the END line when archiving an
2144 inline task that does have an END line.
2146 * org-archive.el (org-archive-subtree): Remove the END line when
2147 archiving an inline task that does have an END line.
2149 * org-macs.el (org-with-limited-levels): New macro.
2150 (org-get-limited-outline-regexp): New function.
2152 * org-exp.el (org-export-format-source-code-or-example): Fix bug
2153 that did not enumerate first line.
2154 (org-export-mark-radio-links): Skip matches in links.
2156 2009-07-18 Carsten Dominik <carsten.dominik@gmail.com>
2158 * org.el (org-activate-plain-links): Make single-match.
2159 (org-adapt-indentation): Fix docstring.
2161 * org-macs.el (org-unmodified): Turn of modification hooks while
2164 2009-08-02 Bastien Guerry <bzg@altern.org>
2166 * org.el (org-adapt-indentation): Slightly improve the docstring.
2167 (org-occur): Sends an error when the user inputs an empty string.
2168 (org-priority): Bugfix: the tag alignement should happen within
2171 2009-07-31 Bastien Guerry <bzg@altern.org>
2173 * org.el (org-make-link-regexps): Don't exclude parentheses from
2175 (org-cycle-internal-local): When locally cycling, switch directly
2176 from CHILDREN to FOLDED if there is no subtree
2177 (org-cycle): Update the docstring to document the new behavior of
2178 `org-cycle-internal-local'.
2180 2009-07-29 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
2182 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2183 an abbreviated format for days.
2185 2009-07-27 Bastien Guerry <bzg@altern.org>
2187 * org-protocol.el (org-protocol-default-template-key): New
2190 * org.el (org-refile): Bugfix: save-excursion before reading the
2191 refile target, otherwise cursor moves might confuse `org-refile'.
2193 * org-html.el (org-export-as-html): Bugfix: correctly convert the
2194 footnote reference before the footnote itself.
2196 * org.el (org-toggle-heading): Bugfix: correctly convert list
2197 items before the first headline.
2199 * org-html.el (org-export-html-footnote-format): New option for
2200 formatting the footnote reference.
2201 (org-export-as-html): Use the new option.
2203 * org.el (org-provide-todo-statistics): Allow a list of TODO
2204 keywords to compute statistics against headlines containing a
2205 keyword from this list.
2206 (org-update-parent-todo-statistics): Possibly use the new allowed
2207 value of `org-provide-todo-statistics'.
2209 2009-07-26 Bastien Guerry <bzg@altern.org>
2211 * org-timer.el: Add autoload cookie.
2213 * org.el (org-occur-link-in-agenda-files): New function.
2215 * org-timer.el (org-timer-last-timer): New variable.
2217 * org-agenda.el (org-agenda-mode-map): New key for
2218 org-timer-set-timer called from the agenda.
2220 * org.el (org-mode-map): New key for org-timer-set-timer.
2222 * org-timer.el (org-timer-reset-timers)
2223 (org-timer-show-remaining-time, org-timer-set-timer): New
2226 * org-clock.el (org-show-notification): Update the docstring.
2228 * org.el (org-provide-todo-statistics): Allow new value
2229 'all-headlines for this option, which includes entries with no
2230 TODO keywords in the todo statistics.
2231 (org-update-parent-todo-statistics): Possibly use the new
2232 'all-headline value from `org-provide-todo-statistics'.
2234 2009-07-25 Bastien Guerry <bzg@altern.org>
2236 * org-clock.el (org-dblock-write:clocktable): Add a new option
2237 :timestamp which allows display of timestamps in clock reports.
2239 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2240 list to a subtree, preserving the structure of the list.
2241 (org-set-emph-re): Make the last element optional in the regexp.
2242 This regexp now matches an emphasized string at the end of a line.
2244 * org-list.el (org-list-goto-true-beginning)
2245 (org-list-make-subtree, org-list-make-subtrees): New functions.
2247 * org.el (org-eval-in-calendar): Select the right frame.
2248 (org-save-frame-excursion): Remove this macro.
2250 2009-07-24 Bastien Guerry <bzg@altern.org>
2252 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2253 trying to find the beginning of a list.
2255 * org-exp.el (org-get-file-contents): Use a new argument: markup.
2256 When present, tell org-get-file-contents not to protect org-like
2259 * org-id.el (org-id-uuid-program): New option to set the name of
2260 the uuidgen program.
2261 (org-id-method): Use `org-id-uuid-program'.
2262 (org-id-new): Use `org-id-uuid-program'.
2264 2009-07-23 Bastien Guerry <bzg@altern.org>
2266 * org-exp.el (org-export-number-lines): Allow whitespace in code
2267 references. Allow the -r switch to remove the references in the
2268 source code even when the lines are not numbered: the labels can
2271 * org.el (org-fontify-whole-heading-line): New option.
2272 (org-set-font-lock-defaults): Use the new option.
2274 * org-clock.el (org-show-notification-handler): New option.
2275 (org-show-notification): Use the new option.
2277 2009-07-21 Bastien Guerry <bzg@altern.org>
2279 * org.el (org-eval-in-calendar): Fix a bug about calendar
2280 navigation when `calendar-setup' value is 'calendar-only.
2282 2009-07-19 Bastien Guerry <bzg@altern.org>
2284 * org.el (orgstruct++-mode): Fix typo in docstring.
2285 (org-insert-link): Clean up: (or (...)) => (...)
2286 (org-insert-link): Use TAB for stored links completion.
2288 2009-07-18 Bastien Guerry <bzg@altern.org>
2290 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2291 building the list of targets.
2293 * org-remember.el (org-remember-delete-empty-lines-at-end): New
2295 (org-remember-handler): Use the new option.
2297 2009-07-17 James TD Smith <ahktenzero@mohorovi.cc>
2299 * org.el (org-tags-sort-function): New option for sorting tags.
2300 (org-set-tags): Use the new option to sort tags.
2302 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2303 premature deletion of the data when using org-plot in a script.
2305 2009-07-17 Bastien Guerry <bzg@altern.org>
2307 * org-clock.el (org-clock-in-prepare-hook): New hook.
2308 (org-clock-in): Use this new hook.
2310 2009-07-16 Bastien Guerry <bzg@altern.org>
2312 * org.el (org-special-ctrl-a/e): Explicitely bind the value
2313 'reversed for this option to the "true line boundary first"
2315 (org-tags-match-list-sublevels): Document the 'indented value for
2318 * org-latex.el (org-export-latex-first-lines): Fix problem with
2319 publishing the region.
2321 * org-exp.el (org-export-format-source-code-or-example): Fix
2322 bad line numbering when exporting examples in HTML.
2324 * org-colview.el (org-format-time-period): Formats a time in
2325 fractional days as days, hours, mins, seconds.
2326 (org-columns-display-here): Add special handling for SINCE and
2327 SINCE_IA to format for display.
2329 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
2331 * org.el (org-tags-sort-function): Add custom declaration for tags
2333 (org-set-tags): Sort tags if org-tags-sort-function is set
2335 2009-07-08 Carsten Dominik <carsten.dominik@gmail.com>
2337 * org-clock.el (org-clock-goto): Find hidden headlines as well.
2339 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2341 * org-plot.el (org-plot/add-options-to-plist): Add timeind
2344 2009-07-07 Carsten Dominik <carsten.dominik@gmail.com>
2346 * org-publish.el (org-publish-remove-all-timestamps): New function.
2347 (org-publish-all): Remove all timestamp files if `org-publish-all'
2348 is called with a prefix argument.
2350 * org-list.el (org-indent-item): Fix typo.
2351 (org-item-indent-positions): Normalize ordered bullet.
2353 * org-html.el (org-export-html-home/up-format): New option.
2354 (org-export-as-html): Insert the up and HOME links.
2356 2009-07-06 Carsten Dominik <carsten.dominik@gmail.com>
2358 * org-html.el (org-export-as-html): Insert the title into the
2360 (org-export-html-insert-plist-item): New function.
2361 (org-export-as-html): Call `org-export-html-insert-plist-item'.
2363 * org-macs.el (org-set-local): Make a local variable, do not make
2364 the variable buffer-local!
2366 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2368 * org-html.el (org-export-as-html): Call `org-install-letbind'.
2370 * org-docbook.el (org-export-as-docbook): Call
2371 `org-install-letbind'.
2373 * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2375 * org-exp.el (org-infile-export-plist): Read BIND lines.
2376 (org-install-letbind): New function.
2377 (org-export-as-org, org-export-preprocess-string): Call
2378 `org-install-letbind'.
2380 * org-src.el (org-edit-src-exit): Untabify the example before
2383 * org-list.el (org-list-demote-modify-bullet): New option.
2384 (org-first-list-item-p): Save point.
2385 (org-fix-bullet-type): New optional argument FORCE-BULLET.
2386 (org-indent-item): Honor `org-list-demote-modify-bullet'.
2387 (org-item-indent-positions): Return bullet types along with
2390 2009-07-05 Carsten Dominik <carsten.dominik@gmail.com>
2392 * org.el (org-show-entry): Hide drawers.
2394 2009-07-03 Carsten Dominik <carsten.dominik@gmail.com>
2396 * org-footnote.el (org-footnote-auto-adjust): New option.
2397 (org-footnote-auto-adjust-maybe): New function.
2398 (org-footnote-new, org-footnote-delete): Call
2399 `org-footnote-auto-adjust-maybe'.
2401 * org.el (org-startup-options): Add new footnote-related
2404 * org-publish.el (org-publish-timestamp-filename): Additional
2405 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2406 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2407 TRUE-PUB-DIR. Pass them through to
2408 `org-publish-timestamp-filename'.
2409 (org-publish-update-timestamp): Additional arguments PUB-DIR and
2410 PUB-FUNC, which are included in the hash.
2411 (org-publish-file): Delay timestamp test until the publishing
2414 2009-07-02 Carsten Dominik <carsten.dominik@gmail.com>
2416 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2417 setting the deadline.
2419 * org.el (org-read-date-final-answer): New variable.
2420 (org-read-date): Store the final answer string, including the date
2421 from the calendar, for reuse by agenda bulk commands.
2423 * org-publish.el (org-publish-attachment): Fix publishing of
2426 * org-latex.el (org-export-latex-quotation-marks): Fix export of
2427 quotation makrs in parenthesis.
2428 (org-remove-initial-hash): New function.
2429 (org-export-latex-preprocess): Fix bug with infinite loop if
2430 environment is not properly closed.
2432 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2435 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2436 highlight also when indented.
2438 2009-07-01 Carsten Dominik <carsten.dominik@gmail.com>
2440 * org-footnote.el (org-footnote-renumber-fn:N): New command.
2441 (org-footnote-action): Offer renumbering.
2443 * org.el (org-cycle): Honor the `integrate' value of
2444 org-cycle-include-plain-lists'.
2446 * org-list.el (org-cycle-include-plain-lists): New allowed value
2447 `internal'. Improve the docstring.
2449 * org.el (org-set-autofill-regexps): Improve the paragraph-start
2450 regexp to work better with LaTeX commands.
2452 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
2454 * org-feed.el (org-feed-update): fix problem with non-existing
2456 (org-feed-skip-http-headers): New function.
2457 (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2458 (org-feed-get-feed): Fix command line arguments for curl.
2460 2009-06-28 Carsten Dominik <carsten.dominik@gmail.com>
2462 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2465 2009-06-27 Carsten Dominik <carsten.dominik@gmail.com>
2467 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2470 * org.el (org-map-entries): No longer force
2471 `org-tags-match-list-sublevels' to t during a todo-only tags
2474 2009-06-26 Carsten Dominik <carsten.dominik@gmail.com>
2476 * org-latex.el (org-export-latex-low-levels): Allow user-defined
2478 (org-export-latex-subcontent): Handle user-defined environment.
2480 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2481 the View dispatcher.
2483 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2486 * org-latex.el (org-export-as-pdf): Protect match data during call
2487 to shell-quote-argument.
2489 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2490 (org-agenda-view-mode-dispatch): New function.
2492 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
2494 * org-agenda.el (org-agenda-mode): Reset list of marks.
2495 (org-agenda-mode-map): Define new keys for refile and bulk action.
2496 (org-agenda-menu): Add menu itesm for refile and bulk action.
2497 (org-agenda-refile): New function.
2498 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2499 (org-agenda-marked-entries): New variable.
2500 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2501 (org-agenda-remove-all-bulk-action-marks)
2502 (org-agenda-bulk-action): New functions/commands.
2504 2009-06-23 Carsten Dominik <carsten.dominik@gmail.com>
2506 * org-exp.el (org-get-file-contents): Protect org-like lines in
2508 (org-export-format-source-code-or-example): Remove newlines.
2510 * org-latex.el (org-export-latex-links): Check for no-description
2513 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2514 argument separator back to comma.
2515 (org-export-normalize-links): Mark links without description.
2517 2009-06-22 Carsten Dominik <carsten.dominik@gmail.com>
2519 * org-exp.el (org-infile-export-plist): Fix bug in macro
2522 * org-agenda.el (org-agenda-clock-out): Update line after clocking
2524 (org-agenda-highlight-todo): Fix bug with highlighting.
2526 2009-06-21 Carsten Dominik <carsten.dominik@gmail.com>
2528 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2529 new alignment strings.
2531 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2533 (org-table-align): Check for forced align type.
2535 * org.el (org-self-insert-command): Add yas/expand to command
2538 * org-clock.el (org-clock-in-hook): New hook.
2539 (org-clock-in): Run `org-clock-in-hook.
2540 (org-clock-out-hook): New hook.
2541 (org-clock-out): Run `org-clock-out-hook.
2542 (org-clock-cancel-hook): New hook.
2543 (org-clock-cancel): Run `org-clock-cancel-hook.
2544 (org-clock-goto-hook): New hook.
2545 (org-clock-goto): Run `org-clock-goto-hook.
2547 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
2549 * org.el (org-store-link): Better default description for link to
2552 * org-exp.el (org-export-generic): Autoload the generic exporter
2554 (org-export): Implement the `g' key for the generic exporter.
2556 2009-06-19 Carsten Dominik <carsten.dominik@gmail.com>
2558 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2561 * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2563 * org-exp.el (org-infile-export-plist): Get macros also from
2566 2009-06-18 Carsten Dominik <carsten.dominik@gmail.com>
2568 * org-colview.el (org-columns-capture-view): Protect vertical bars
2570 (org-columns-capture-view): Exclude comment and archived trees.
2572 * org-colview-xemacs.el (org-columns-capture-view): Protect
2573 vertical bars in column values.
2574 (org-columns-capture-view): Exclude comment and archived trees.
2576 * org.el (org-quote-vert): New function.
2578 * org-latex.el (org-export-latex-verbatim-wrap): New option.
2580 * org-exp.el (org-export-format-source-code-or-example): Use
2581 `org-export-latex-verbatim-wrap'.
2583 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2586 * org-html.el (org-export-table-row-tags): New option.
2587 (org-format-org-table-html): Rename `nlines' to `nline', use new
2591 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
2593 * org-exp-blocks.el: Declare functions and variables.
2595 * org-remember.el (org-remember-templates): Allow the headline
2596 element to be a function.
2597 (org-remember-apply-template): If the headline is a function, call
2598 it to get the true function.
2600 * org-clock.el (org-clock-menu): New function.
2601 (org-clock-update-mode-line): Update help string.
2602 (org-clock-modify-effort-estimate): New function.
2603 (org-clock-mark-default-task): New function.
2605 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2607 (org-org-menu): Add new clocking stuff.
2608 (org-clock-is-active): New function.
2610 2009-06-14 Carsten Dominik <carsten.dominik@gmail.com>
2612 * org.el (org-open-non-existing-files): Improve docstring.
2614 2009-06-11 Carsten Dominik <carsten.dominik@gmail.com>
2616 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2618 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2620 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2622 * org-list.el (org-get-checkbox-statistics-face): Use the new
2625 * org-faces.el (org-checkbox-statistics-todo)
2626 (org-checkbox-statistics-done): New faces.
2628 2009-06-09 Carsten Dominik <carsten.dominik@gmail.com>
2630 * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2631 (org-edit-src-exit): Better cursor positioning when returning from
2634 * org-latex.el (org-export-latex-use-verb): New variable.
2635 (org-export-latex-emph-format): Prefer \texttt over \verb when
2636 org-export-latex-use-verb is set.
2638 2009-06-08 Carsten Dominik <carsten.dominik@gmail.com>
2640 * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2641 at normal indentation.
2643 * org-html.el (org-export-html-close-lists-maybe): Also look at
2646 * org-remember.el (org-remember-handler): Abort remember if the
2649 * org-src.el (org-edit-src-content-indentation): New option.
2650 (org-edit-src-exit): Apply extra indentation.
2652 * org-exp.el (org-export-format-source-code-or-example): Run
2653 `org-src-mode-hook'.
2655 * org-src.el (org-src-mode-hook): New variable.
2656 (org-edit-src-code): Run `org-src-mode-hook'.
2658 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2660 * org.el (org-indent-line-function): Fix indentation of +#end lines.
2662 * org-src.el (org-edit-src-get-indentation): New function.
2663 (org-edit-src-code): Base indentation on the begin line.
2665 2009-06-07 Tassilo Horn <tassilo@member.fsf.org>
2667 * org-gnus.el (org-gnus-store-link): Require message.el in
2668 org-gnus-store-link.
2670 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2672 * org-src.el: New file, split out of org.el
2674 * org-docbook.el (org-export-as-docbook): Better indentation
2677 * org-macs.el (org-replace-match-keep-properties): New function.
2679 * org-exp.el (org-export-mark-blockquote-verse-center): Better
2680 preprocessing of center and quote and verse blocks.
2682 * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2683 (org-export-as-docbook): Close lists when original indentation
2686 * org-html.el (org-export-html-close-lists-maybe): New function.
2687 (org-export-as-html): Close lists when original indentation
2690 * org-list.el (org-list-end): Respect the stored "original"
2691 indentation when determining the end of the list.
2693 * org-exp.el (org-export-replace-src-segments-and-examples):
2694 Remember indentation correctly.
2696 2009-06-06 Carsten Dominik <carsten.dominik@gmail.com>
2698 * org-clock.el (org-clock-update-mode-line): Apply face
2699 org-mode-line-clock.
2701 * org-faces.el (org-mode-line-clock): New face.
2703 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
2705 * org-gnus.el (org-gnus-store-link): Fix bug where
2706 `org-gnus-store-link' used wrong subject when called in an article
2707 buffer. Patch provided by fengli AT gmail DOT com.
2709 2009-06-04 Carsten Dominik <carsten.dominik@gmail.com>
2711 * org-exp.el (org-export-format-source-code-or-example): Remember
2712 the original indentation of source code snippets and examples.
2714 * org-latex.el (org-export-as-latex): Relocate the table of
2717 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2719 * org-agenda.el (org-run-agenda-series): Scope global options also
2720 when creating the agenda buffer.
2722 2009-06-03 Carsten Dominik <carsten.dominik@gmail.com>
2724 * org.el (org-adapt-indentation): Improve documentation.
2725 (org-insert-property-drawer): Respect org-adapt-indentation when
2726 inserting the drawer.
2727 (org-remove-flyspell-overlays-in): New function.
2728 (org-do-emphasis-faces, org-activate-plain-links)
2729 (org-activate-code, org-fontify-meta-lines-and-blocks)
2730 (org-activate-angle-links, org-activate-footnote-links)
2731 (org-activate-bracket-links, org-activate-dates)
2732 (org-activate-target-links, org-activate-tags): Remove flyspell
2735 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
2737 * org.el (org-edit-src-save): New function.
2739 * org-clock.el (org-clock-out-switch-to-state): New option.
2740 (org-clock-out): Honor `org-clock-out-switch-to-state'.
2742 * org-compat.el (org-compatible-face): Improve macro.
2744 * org.el (org-global-properties-fixed): Add default for
2745 CLOCK_MODELINE_TOTAL.
2747 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2749 (org-clock-sum-current-item): Optional argument TSTART, pass it to
2751 (org-clock-get-sum-start): New function.
2753 * org.el (org-startup-options): New keywords blockhide and
2755 (org-mode): Add new invisibility spec.
2756 (org-set-startup-visibility): Hide block on startup if so
2758 (org-hide-block-startup): New option.
2759 (org-block-regexp): New constant.
2760 (org-hide-block-overlays): New variable.
2761 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2762 (org-show-block-all, org-hide-block-toggle-maybe)
2763 (org-hide-block-toggle): New functions.
2764 (org-edit-src-exit): Do not quote lines starting with # and no +
2766 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2769 2009-05-30 Carsten Dominik <carsten.dominik@gmail.com>
2771 * org.el (org-buffer-property-keys): Add Effort property for
2774 2009-05-28 Carsten Dominik <carsten.dominik@gmail.com>
2776 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2777 when retrieving total clocked time in the subtree.
2779 * org.el (org-quoting-blocks): New variable.
2781 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2783 * org-table.el (org-table-store-formulas)
2784 (org-table-get-stored-formulas, org-table-fix-formulas)
2785 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2786 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2788 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2789 indented #+TBLFM line.
2791 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2792 indented #+TBLFM line.
2794 * org-colview.el (org-dblock-write:columnview): Allow indented
2797 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2798 indented #+TBLFM line.
2800 * org-clock.el (org-dblock-write:clocktable): Allow indented
2803 2009-05-26 Carsten Dominik <carsten.dominik@gmail.com>
2805 * org-exp.el (org-export-format-source-code-or-example): Make
2806 editing indented blocks work correctly.
2808 * org.el (org-edit-src-nindent): New variable.
2809 (org-edit-src-code, org-edit-fixed-width-region)
2810 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2811 editing indented blocks work correctly.
2813 2009-05-24 Carsten Dominik <carsten.dominik@gmail.com>
2815 * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2817 (org-export-format-source-code-or-example): Fix indentation of
2819 (org-export-remove-indentation): New function.
2820 (org-export-select-backend-specific-text): Allow backend-specific
2821 code to be indented.
2822 (org-export-mark-blockquote-verse-center): Allow markers to be
2825 * org.el (org-fontify-meta-lines): New function.
2826 (org-set-font-lock-defaults): Call the new fontification
2829 * org-faces.el (org-meta-line): New face
2830 (org-block): New face.
2832 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2834 * org.el (org-treat-insert-todo-heading-as-state-change)
2835 (org-treat-S-cursor-todo-selection-as-state-change): New
2837 (org-insert-todo-heading): Honor
2838 `org-treat-insert-todo-heading-as-state-change'.
2839 (org-shiftright, org-shiftleft): Honor
2840 `org-treat-S-cursor-todo-selection-as-state-change'.
2841 (org-inhibit-logging): New variable.
2843 2009-05-23 Carsten Dominik <carsten.dominik@gmail.com>
2845 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2846 range for marker position checking.
2848 * org-latex.el (org-export-latex-first-lines): Fix bug when
2851 2009-05-22 Carsten Dominik <carsten.dominik@gmail.com>
2853 * org-exp.el (org-export-push-to-kill-ring): Protect using
2854 x-set-selection, because that does not always work.
2856 * org-agenda.el (org-agenda-list): Apply the new face
2857 `org-agenda-date-today'.
2859 * org-faces.el (org-agenda-date-today): New face.
2861 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
2863 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2864 creating appointments.
2866 * org-latex.el (org-export-latex-low-levels): Fix customization
2869 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2872 * org-agenda.el (org-agenda-priority): Disable priority commands.
2874 * org.el (org-enable-priority-commands): New option.
2876 * org-colview-xemacs.el (org-columns-compute)
2877 (org-columns-number-to-string): Fix problems with empty fields.
2879 * org-colview.el (org-columns-compute)
2880 (org-columns-number-to-string): Fix problems with empty fields.
2882 * org-exp.el (org-export-push-to-kill-ring): New function.
2883 (org-export-copy-to-kill-ring): New option.
2885 * org-latex.el (org-export-as-latex): Call
2886 `org-export-push-to-kill-ring'.
2888 * org-html.el (org-export-as-html): Call
2889 `org-export-push-to-kill-ring'.
2891 * org-docbook.el (org-export-as-docbook): Call
2892 `org-export-push-to-kill-ring'.
2894 * org-ascii.el (org-export-as-ascii): Call
2895 `org-export-push-to-kill-ring'.
2897 * org-exp.el (org-export-show-temporary-export-buffer): New
2900 * org-latex.el (org-export-as-latex): Use
2901 `org-export-show-temporary-export-buffer'.
2903 * org-html.el (org-export-as-html): Use
2904 `org-export-show-temporary-export-buffer'.
2906 * org-docbook.el (org-export-as-docbook): Use
2907 `org-export-show-temporary-export-buffer'.
2909 * org-ascii.el (org-export-as-ascii-to-buffer): Use
2910 `org-export-show-temporary-export-buffer'.
2912 * org-exp.el (org-export-show-temporary-export-buffer): New
2914 (org-export-push-to-kill-ring): New function.
2916 * org-colview.el (org-columns-compile-map): New variable.
2917 (org-columns-new, org-columns-compute)
2918 (org-columns-number-to-string, org-columns-uncompile-format)
2919 (org-columns-compile-format): Implement new operators.
2921 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
2923 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2925 * org-html.el (org-export-html-xml-declaration): New option.
2926 (org-export-as-html): Use `org-export-html-xml-declaration'.
2928 * org-list.el (org-update-checkbox-count): Make property
2931 * org.el (org-hierarchical-todo-statistics): New option.
2932 (org-update-parent-todo-statistics): Modified to handle recursive
2935 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
2937 * org-publish.el (org-publish): Make this function behave
2938 correctly in interactive use when called with a prefix argument.
2940 * org.el (org-todo-statistics-hook): New hook.
2941 (org-update-parent-todo-statistics): Use new hook.
2942 (org-log-into-drawer): New function.
2943 (org-add-log-setup): Use the new `org-log-into-drawer' function to
2944 determine if we should be logging into a drawer.
2945 (org-log-into-drawer): Update docstring.
2946 (org-default-properties): Add LOG_INTO_DRAWER as a property.
2948 * org-list.el (org-checkbox-statistics-hook): New hook.
2949 (org-update-checkbox-count-maybe): Use new hook.
2951 * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2952 (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2955 2009-05-17 Carsten Dominik <carsten.dominik@gmail.com>
2957 * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2960 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
2962 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2963 better bufer-generating mechanism.
2964 (org-edit-src-find-buffer): New function.
2966 * org-icalendar.el (org-print-icalendar-entries): Don't check for
2967 archive tag, this is already done by `org-agenda-skip'.
2968 data while constructing lost of tags.
2970 2009-05-15 Carsten Dominik <carsten.dominik@gmail.com>
2972 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2973 as argument separator in macros.
2975 * org-html.el (org-export-as-html): Add xml declaration.
2977 2009-05-14 Carsten Dominik <carsten.dominik@gmail.com>
2979 * org.el (org-after-sorting-entries-or-items-hook): New hook.
2980 (org-sort-entries-or-items): Run the new hook.
2981 (org-after-refile-insert-hook): New hook.
2982 (org-refile): Run `org-after-refile-insert-hook'.
2984 * org-agenda.el (org-agenda-get-progress): Never take time of day
2985 from headline when displaying progress.
2987 * org-latex.el (org-export-latex-complex-heading-re): New variable.
2988 (org-export-as-latex): Force the correct regexp in the
2989 preprocessor buffer.
2990 (org-export-latex-set-initial-vars): Set
2991 `org-export-latex-complex-heading-re'.
2993 * org-agenda.el (org-agenda-start-with-log-mode): New option.
2994 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2996 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
2998 * org-latex.el (org-export-latex-tables-centered): New option.
2999 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3001 * org-exp.el (org-export-as-org): New command.
3002 (org-export-as-org): New command.
3004 * org-publish.el (org-publish-org-to-org): New function.
3006 2009-05-12 Carsten Dominik <carsten.dominik@gmail.com>
3008 * org.el (org-yank): Just call `org-yank-generic'.
3009 (org-yank-generic): New function, containing the formaer
3010 functionality of `org-yank'.
3012 * org-latex.el (org-export-latex-not-done-keywords)
3013 (org-export-latex-done-keywords): New variables.
3014 (org-export-latex-todo-keyword-markup): New option.
3015 (org-export-latex-set-initial-vars): Remember the TODO keywords.
3016 (org-export-latex-keywords-maybe): Apply the TODO markup.
3018 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
3020 * org-exp.el (org-infile-export-plist): Add more default macros.
3021 (org-export-preprocess-apply-macros): Process macro arguments.
3023 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
3025 * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3027 (org-print-icalendar-entries): Respect the new value of
3028 `org-icalendar-include-todo'.
3030 * org.el (org-link-try-special-completion)
3031 (org-file-complete-link): New functions.
3032 (org-insert-link): Add special completion support for some link
3035 * org-bbdb.el (org-bbdb-complete-link): New function.
3037 2009-05-08 Carsten Dominik <carsten.dominik@gmail.com>
3039 * org-list.el (org-update-checkbox-count): Allow recursive
3041 (org-hierarchical-checkbox-statistics): New option.
3043 * org.el (org-cycle): Remove erraneous space character.
3045 * org-icalendar.el (org-icalendar-timezone): Initialize from
3048 * org-html.el (org-format-org-table-html): Specify the scope.
3049 (org-format-table-table-html): Specify the scope.
3050 (org-export-table-header-tags): Prepare the scope parameter.
3052 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
3055 (org-export-html-table-use-header-tags-for-first-column): New
3058 * org.el (org-autoload): Fix autoloading of ascii export
3060 (org-modules): Add org-special-blocks.
3062 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
3064 * org-icalendar.el (org-start-icalendar-file): Use the new option.
3065 (org-ical-timezone): New option.
3067 * org-exp.el (org-export-get-coderef-format): Use the description
3070 * org.el (org-sort-entries-or-items): Improve docstring, and make
3071 better implementation for time sorting.
3073 2009-05-05 Carsten Dominik <carsten.dominik@gmail.com>
3075 * org.el (org-edit-src-persistent-message): New option.
3076 (org-edit-src-code, org-edit-fixed-width-region): Use the new
3079 * org-clock.el (org-clock-insert-selection-line): Fix prefious
3082 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3083 separate buffer instead of indirect buffer to edit source code.
3084 (org-edit-src-exit): Make this function work with the new setup.
3086 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3087 are properly fontified before shown in the selection menu.
3089 * org.el (org-fontify-like-in-org-mode): New function.
3091 * org-latex.el (org-export-latex-links): Use the property list to
3092 retrieve the default image attributes.
3094 * org-exp.el (org-export-plist-vars): Add a new option.
3096 2009-05-04 Carsten Dominik <carsten.dominik@gmail.com>
3098 * org-exp.el (org-export, org-export-visible): Support ASCII
3100 (org-export-normalize-links): Do not protect the description if it
3101 is explicitly given.
3103 * org-ascii.el (org-export-as-ascii-to-buffer)
3104 (org-replace-region-by-ascii, org-export-region-as-ascii): New
3106 (org-export-as-ascii): Add all the same parameters that are also
3107 supported by the other export functions.
3109 * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3111 (org-reset-checkbox-state-subtree): Call
3112 `org-reset-checkbox-state-subtree'.
3114 * org-remember.el (org-select-remember-template): For the
3115 selection of a valid template.
3117 * org-latex.el (org-export-region-as-latex): Supply the
3118 force-no-subtree argument.
3119 (org-export-as-latex): Provide better limits when exporting the
3120 first line. When exporting to string, we still want the first
3122 (org-export-latex-first-lines): New argument END, to force the end
3124 (org-export-region-as-latex): Use the property list.
3125 (org-export-as-latex):
3127 * org-colview-xemacs.el (org-columns-remove-overlays)
3128 (org-columns): Fix call to `local-variable-p'.
3130 2009-05-02 Carsten Dominik <carsten.dominik@gmail.com>
3132 * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3133 (org-export-as-html): Run the new hook.
3135 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3136 (org-export-latex-preprocess): Run the new hook.
3138 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3139 (org-export-preprocess-string): Run the new hook.
3141 2009-04-30 Carsten Dominik <carsten.dominik@gmail.com>
3143 * org-macs.el (org-check-external-command): New defsubst.
3145 * org.el (org-mode-map): New key for reload.
3146 (org-format-latex): Better error message when external programs
3149 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3151 * org.el (org-sort-entries-or-items): Explicit sorting function
3152 for priorities, needed for XEmacs compatibility.
3154 * org-remember.el (org-remember-apply-template): Improve auto-save
3157 2009-04-29 Carsten Dominik <carsten.dominik@gmail.com>
3159 * org-latex.el (org-export-latex-preprocess): Also protect
3160 environments ending in a star.
3162 * org-list.el (org-at-item-p): Fix regular expression.
3164 2009-04-24 Carsten Dominik <carsten.dominik@gmail.com>
3166 * org.el (org-end-of-subtree): Improve speed.
3168 * org-agenda.el (org-agenda-get-timestamps)
3169 (org-agenda-get-progress, org-agenda-get-deadlines)
3170 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3171 in particular, wait as long as possible to collect the tags.
3172 (org-stuck-projects): Improve docstring.
3174 * org.el (org-store-link): No errors when getting custom id before
3176 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3178 2009-04-23 Carsten Dominik <carsten.dominik@gmail.com>
3180 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3182 * org-protocol.el: Remove dependency on url.el.
3183 (org-protocol-unhex-compound, org-protocol-open-source): Remove
3184 dependency on url.el.
3186 * org-latex.el (org-export-as-pdf): Use
3187 `org-latex-to-pdf-process'.
3189 2009-04-22 Carsten Dominik <carsten.dominik@gmail.com>
3191 * org-latex.el (org-latex-to-pdf-process): New option.
3193 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3195 (org-agenda-get-timestamps): Honor
3196 `org-agenda-skip-additional-timestamps-same-entry'.
3198 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3199 (org-clock-goto): Find recent task only if
3200 `org-clock-goto-may-find-recent-task' allows it.
3202 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3203 drawers, and drawers that are missing the :END: line.
3205 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3207 * org-clock.el (org-clock-goto): Go to recently clocked task if no
3210 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3212 * org.el (org-update-parent-todo-statistics): Check for
3213 STATISTICS_FROM property.
3215 * org-list.el (org-update-checkbox-count): Check for
3216 STATISTICS_FROM property.
3218 * org.el (org-tab-first-hook)
3219 (org-tab-after-check-for-table-hook)
3220 (org-tab-after-check-for-cycling-hook): New hooks.
3221 (org-cycle-internal-global, org-cycle-internal-local): New
3222 functions, split out from `org-cycle'.
3223 (org-cycle): Call the new hooks.
3225 2009-04-19 Carsten Dominik <carsten.dominik@gmail.com>
3227 * org-exp.el (org-export-preprocess-string): Reset the list of
3228 preferred targets for each run of the preprocessor.
3230 * org.el (org-refile-target-verify-function): Improve
3232 (org-get-refile-targets): Respect point being moved by the
3233 verification function.
3235 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3237 (org-export-latex-keywords): Use new option.
3239 * org.el (org-rear-nonsticky-at): New defsubst.
3240 (org-activate-plain-links, org-activate-angle-links)
3241 (org-activate-footnote-links, org-activate-bracket-links)
3242 (org-activate-dates, org-activate-target-links)
3243 (org-activate-tags): Place the rear-nonsticky properties at the
3246 2009-04-18 Carsten Dominik <carsten.dominik@gmail.com>
3248 * org-protocol.el (server-edit): Declare `server-edit'.
3249 (org-protocol-unhex-string, org-protocol-unhex-compound): New
3251 (org-protocol-check-filename-for-protocol): Call `server-edit'.
3253 * org.el (org-default-properties): New default properteis for
3256 * org-exp.el (org-export-add-subtree-options): Add new properties
3259 * org-docbook.el (org-export-docbook-keywords-markup)
3260 (org-export-docbook-timestamp-markup): New options.
3261 (org-export-docbook-protect-tags): New function.
3263 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
3265 * org-id.el (org-id-get-with-outline-path-completion): Turn off
3266 org-refile-target-verify-function for the duration of the command.
3268 * org.el (org-link-to-org-use-id): New possible value
3269 `create-if-interactive-and-no-custom-id'.
3270 (org-store-link): Use custom IDs.
3271 (org-link-search): Find custom ID properties from #link.
3272 (org-default-properties): Add CUSTOM_ID for property completion.
3273 (org-refile-target-verify-function): New option.
3274 (org-goto): Turn off org-refile-target-verify-function
3275 for the duration of the command.
3277 2009-04-16 Carsten Dominik <carsten.dominik@gmail.com>
3279 * org-html.el (org-export-as-html): Use custom IDs in the toc.
3281 * org-exp.el (org-export-preferred-target-alist): New variable.
3282 (org-export-define-heading-targets): Find the new CUSTOM_ID
3284 (org-export-target-internal-links): Target the custom ids when
3287 * org-latex.el (org-export-latex-preprocess): Better regexp for
3288 matching latex macros with arguments.
3290 2009-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3292 * org-remember.el (org-remember-handler): Allow filing to non-org
3295 2009-04-15 Magnus Henoch <magnus.henoch@gmail.com>
3297 * org-feed.el (org-feed-alist): New keyword options.
3298 (org-feed-update): Use the new options.
3299 (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3300 (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3301 (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3304 * org-table.el (org-table-fix-formulas): Do not change references
3306 (org-table-get-remote-range): Convert standard coordinates to RC
3309 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3311 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
3313 * org-compat.el (org-sha1-string): Function removed.
3315 * org.el (org-refile-allow-creating-parent-nodes): New option.
3316 (org-refile-get-location): New argument NEW-NODES.
3317 (org-refile): Call `org-refile-get-location' with the new
3319 (org-refile-get-location): Arrange for adding a new child.
3320 (org-refile-new-child): New function.
3322 * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3323 an additional span element.
3325 * org-clock.el: Fix a number of docstrings.
3326 (org-clock-find-position): New argument
3327 FIND-UNCLOSED to make the function find an unclosed clock in the
3329 (org-clock-in): Call `org-clock-find-position' with the new
3330 argument if we might be resuming a clock.
3332 2009-04-13 Carsten Dominik <carsten.dominik@gmail.com>
3334 * org-latex.el (org-export-latex-display-custom-times): New variable.
3335 (org-export-latex-timestamp-markup): New option.
3336 (org-export-latex-set-initial-vars): Remember the local value of
3337 `org-display-custom-times'.
3338 (org-export-latex-content): Process time stamps.
3339 (org-export-latex-time-stamps): New function.
3341 * org-macs.el (org-maybe-intangible): Add intangible property
3342 again to invisible text.
3344 2009-04-12 Carsten Dominik <carsten.dominik@gmail.com>
3346 * org-exp.el (org-default-export-plist): Handle undefined
3349 2009-04-11 Carsten Dominik <carsten.dominik@gmail.com>
3351 * org.el (org-sort-entries-or-items): Match TODO keywrds
3352 case-sensitively, when sorting.
3353 (org-priority): Do not match TODO keywords with wrong case.
3355 2009-04-09 Carsten Dominik <carsten.dominik@gmail.com>
3357 * org-feed.el (org-feed-update): Bind the variable
3360 * org-html.el (org-export-as-html): Start paragraphs after literal
3363 * org-docbook.el (org-export-as-docbook): Start paragraphs after
3366 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
3368 * org.el (org-todo): Honor the NOBLOCKING property.
3370 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3371 NOBLOCKING property.
3373 * org.el (org-scan-tags): Fix bug in tag scanner
3375 2009-04-07 Carsten Dominik <carsten.dominik@gmail.com>
3377 * org.el (org-modules): Mark obsolete packages.
3379 * org-html.el: New file, split out from org-exp.el.
3381 * org-icalendar.el: New file, split out from org-exp.el.
3383 * org-xoxo.el: New file, split out from org-exp.el.
3385 * org-ascii.el: New file, split out from org-exp.el.
3387 2009-04-06 Carsten Dominik <carsten.dominik@gmail.com>
3389 * org-compat.el (org-find-library-name): New function.
3391 * org.el (org-pre-cycle-hook): New hook.
3392 (org-cycle): Call the new hook in appropriate places.
3393 (org-reload): Only reload files that have been loaded before.
3395 2009-04-05 Carsten Dominik <carsten.dominik@gmail.com>
3397 * org.el (org-set-font-lock-defaults): Enforxe space or line end
3399 (org-todo): When changing TODO state, do matching
3401 (org-map-continue-from): New variable.
3402 (org-scan-tags): Respect values in `org-map-continue-from'.
3403 (org-reload): Make XEmacs compatible.
3405 2009-04-04 Carsten Dominik <carsten.dominik@gmail.com>
3407 * org-protocol.el (org-protocol-flatten-greedy): New function.
3408 (org-protocol-flatten): New function.
3410 * org.el (org-open-link-from-string): Pass reference buffer to
3411 `org-open-at-point'.
3412 (org-open-at-point): New optional argument `reference-buffer'.
3414 2009-04-03 Carsten Dominik <carsten.dominik@gmail.com>
3416 * org.el (org-scan-tags): Make tag scan find headline in first
3418 (org-get-refile-targets): Add the naked file name.
3419 (org-refile): Store as top-level entry when only file name was
3422 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3424 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3425 Renamed from org-block-todo-from-children-or-siblings, and
3426 enhanced to look for the parent's status as well.
3428 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3429 (org-agenda-get-progress): Add first notes line to log entry if so
3432 2009-04-02 Carsten Dominik <carsten.dominik@gmail.com>
3434 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3435 (org-agenda-cleanup-fancy-diary): Call the new hook.
3437 * org-remember.el (org-remember-apply-template): Take the default
3438 for the annotation from the :annotation property.
3440 * org-mac-message.el (org-mac-message-get-link): Remove the
3442 (org-mac-message-get-link): Return the result.
3444 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
3446 * org.el (org-refile-get-location): Add file name only if not
3447 already included in outline path.
3449 * org-faces.el (org-n-level-faces): Fix customization type from
3452 * org-exp.el (org-export-headline-levels): Fix customization type
3453 from number to integer.
3455 * org-agenda.el (org-agenda-confirm-kill)
3456 (org-agenda-custom-commands-local-options)
3457 (org-timeline-show-empty-dates, org-agenda-ndays)
3458 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3459 customization type from number to integer.
3461 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
3463 * org-protocol.el: Declare some functions.
3465 * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3466 postion before inserting modified headline.
3468 * org-agenda.el (org-agenda-compare-effort): Honor
3469 `org-sort-agenda-noeffort-is-high'.
3470 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3471 (org-agenda-compare-effort): Implement the "?" operator for
3472 finding entries without effort setting.
3474 * org.el (org-extract-attributes-from-string): New function.
3476 * org-exp.el (org-export-splice-attributes): New function.
3478 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
3480 * org-mouse.el: XEmacs compatibility fixes
3482 * org-docbook.el (org-export-as-docbook): Process footnotes like
3485 * org.el (org-modules): Add org-inlinetasks.el
3486 (org-cycle): Implement limiting level on cycling.
3487 (org-move-subtree-down): Fix bug with swapping subtrees at end of
3490 * org-inlinetask.el: New file.
3492 * org.el (org-emphasis-regexp-components): Allow braces in
3493 emphasis pre and post match.
3495 * org-footnote.el (org-footnote-normalize): When only dorting, do
3496 not insert inline notes at the end.
3498 * org-docbook.el (org-id-find-id-file): Add function declaration.
3500 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3502 * org-docbook.el: New file.
3504 2009-03-28 Carsten Dominik <carsten.dominik@gmail.com>
3506 * org.el (org-reftex-citation): New command.
3508 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
3510 * org-agenda.el (org-agenda-cmp-user-defined): New option.
3511 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3513 (org-entries-lessp): Apply the new sorting option.
3515 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3516 blocker code, when an older sibling has children.
3518 * org-mac-message.el (org-mac-message-get-link): Improve getting
3519 links from multiple selected messages.
3521 2009-03-26 Carsten Dominik <carsten.dominik@gmail.com>
3523 * org-remember.el (org-remember-finalize): Do not set buffer file
3525 (org-remember-handler): Mark buffer as unmodified.
3526 (org-remember-handler): Delete backup file and show message about
3527 remaining backup files.
3528 (org-remember-auto-remove-backup-files): New option.
3530 * org.el (org-store-link): Use buffer name as link description in
3532 (org-ido-switchb): Fix argument bug for completion.
3534 * org-remember.el (org-remember-apply-template): Set local
3535 variable `auto-save-visited-file-name' instead of global one.
3537 2009-03-25 Carsten Dominik <carsten.dominik@gmail.com>
3539 * org-feed.el: Re-write.
3541 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3542 (org-agenda-get-todos): Mark file tags as inherited.
3543 (org-agenda-list): Always search diary lines for a time.
3545 2009-03-24 Carsten Dominik <carsten.dominik@gmail.com>
3547 * org-feed.el (org-feed-assume-stable): New option.
3548 (org-feed-before-adding-hook): New hook.
3550 * org-exp.el (org-export-as-html): Close local lists depending on
3551 indentation, also when starting a table.
3553 * org-remember.el (org-remember-backup-directory)
3554 (org-remember-backup-name): New internal variable.
3556 2009-03-23 Carsten Dominik <carsten.dominik@gmail.com>
3558 * org-clock.el (org-clock-out-if-current): Make buffer detection
3559 work in indirect buffers as well.
3561 * org.el (org-emphasis-regexp-components): Add the exxclamation
3562 mark to the post-emphasis characters.
3564 2009-03-22 Carsten Dominik <carsten.dominik@gmail.com>
3566 * org.el (org-read-date-minibiffer-septup-hook): New hook.
3567 (org-read-date): Run the new hook.
3569 * org-mac-message.el (org-mac-flagged-mail): New group.
3570 (org-mac-mail-account): New variable.
3571 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3574 * org-remember.el (org-remember-backup-directory): New variable.
3575 (org-remember-apply-template): Write file to backup directory.
3577 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
3579 * org-mouse.el (org-mouse-todo-menu): New function.
3580 (org-mouse-todo-keywords): Function removed.
3581 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3583 * org-table.el (org-table-beginning-of-field)
3584 (org-table-end-of-field): New commands
3585 (org-table-previous-field, org-table-beginning-of-field): Better
3587 (orgtbl-setup): Include `M-a' and `M-e'.
3589 * org.el (org-backward-sentence, org-forward-sentence): New
3592 * org-colview.el (org-colview-initial-truncate-line-value): New
3594 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3595 (org-columns): Remember the value of `truncate-lines'.
3597 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3599 (org-columns-remove-overlays): Restore the value of
3601 (org-columns): Remember the value of `truncate-lines'.
3603 * org.el (org-columns-skip-arrchived-trees): New option.
3605 * org-agenda.el (org-agenda-export-html-style): Define color for
3606 org-agenda-done face.
3607 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3608 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3610 * org.el (org-scan-tags): Use the new face.
3612 * org-faces.el (org-agenda-done): New face.
3614 * org.el (org-scan-tags): Test the value org
3615 `org-tags-match-list-sublevels'.
3616 (org-tags-match-list-sublevels): New allowed value: indented.
3618 * org-export-latex.el (org-export-latex-make-header): Apply macros
3621 * org-exp.el (org-export-apply-macros-in-string): New function.
3623 * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3624 with the definition of a checked box.
3626 * org-clock.el (org-clock-find-position): Fix drawer indentations.
3628 * org-export-latex.el (org-export-latex-low-levels): More options
3629 for how to process lower levels in LaTeX.
3630 (org-export-latex-subcontent): Better treatment for lists as a
3631 means of publishing lower levels.
3633 2009-03-20 Carsten Dominik <carsten.dominik@gmail.com>
3635 * org.el (org-set-font-lock-defaults): Use new checkbox face.
3637 * org-faces.el (org-checkbox): New face.
3639 * org-exp.el (org-export-html-preprocess): Only create LaTeX
3640 fragement images if there is an export file.
3642 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
3644 * org-agenda.el (org-stuck-projects): Document that the subtree of
3645 projects that are not stuck will now be searched for stuck
3647 (org-agenda-skip-entry-when-regexp-matches)
3648 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3649 (org-agenda-list-stuck-projects): Use
3650 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3652 * org-export-latex.el (org-export-latex-preprocess): Improve
3655 * org-exp.el (org-export-as-html): Implement centering as a div
3656 rather than a paragraph. Do a better job with line-end in verse
3659 2009-03-17 Carsten Dominik <carsten.dominik@gmail.com>
3661 * org.el (org-open-at-point): Fix tags searches by mouse click.
3663 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
3665 * org-export-latex.el (org-export-latex-preprocess): Implement the
3668 * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3669 from `org-export-mark-blockquote-and-verse'.
3670 (org-export-as-html): Implement the centering markup.
3672 * org-export-latex.el (org-export-latex-tables): Fix vertical
3675 2009-03-15 Carsten Dominik <carsten.dominik@gmail.com>
3677 * org.el (org-read-date-history): New variable.
3678 (org-read-date): Use new history variable.
3679 (org-toggle-heading): Fix bug when used before first headline.
3680 (org-store-log-note): Remove drawer if empty while note is
3682 (org-remove-empty-drawer-at): New function.
3683 (org-check-after-date): New command.
3684 (org-sparse-tree): New sparse tree command "a".
3686 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3688 2009-03-14 Bastien Guerry <bzg@altern.org>
3690 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3691 column and a space, not only a column.
3693 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
3695 * org-export-latex.el (org-export-latex-emphasis-alist): Better
3696 defaults for verbose emphasis.
3697 (org-export-latex-emph-format): New function.
3698 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3700 * org-agenda.el (org-agenda-menu): Add new commands to menu.
3701 (org-agenda-do-date-later, org-agenda-do-date-earlier)
3702 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3703 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3706 * org.el (org-timestamp-change): Move end-time along with start
3709 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
3711 * org-exp.el (org-export-target-internal-links)
3712 (org-export-as-html): Protect links specified as #name.
3714 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
3716 * org.el (org-clone-subtree-with-time-shift): New command.
3718 * org-export-latex.el (org-export-latex-special-chars)
3719 (org-export-latex-treat-sub-super-char): Fix subscript export.
3721 * org-exp.el (org-create-multibrace-regexp): Do not add
3722 backslashes to the class.
3724 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
3726 * org-colview.el (org-columns-map): Better functions for moving up
3727 and down a row, even if `truncate-line' is nil.
3729 * org.el (org-insert-todo-heading): Make sure the keyword is
3730 inserted at the correct position.
3732 * org-publish.el (org-publish-project-alist)
3733 (org-publish-projects, org-publish-org-index): Change default anme
3734 for the index of file names to "sitemap.org".
3736 * org-export-latex.el (org-export-latex-tables): Use
3737 `org-split-string', for Emacs 21 compatibility.
3739 2009-03-09 Carsten Dominik <carsten.dominik@gmail.com>
3741 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3743 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
3745 * org-exp.el (org-export-page-description)
3746 (org-export-page-keywords): New variables.
3747 (org-export-plist-vars): Add entries for :keywords and
3749 (org-infile-export-plist): Parse for new keywords.
3750 (org-get-current-options): Add new keywords
3751 (org-export-as-html): Publish description and keywords.
3753 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3755 (org-agenda-add-entry-text): Honor
3756 `org-agenda-add-entry-text-descriptive-links'.
3758 * org-export-latex.el (org-export-latex-preprocess): Make all
3759 external preprocess functions use a PARAMETER arg.
3761 * org-exp.el (org-export-preprocess-string)
3762 (org-export-select-backend-specific-text)
3763 (org-export-format-source-code-or-example)
3764 (org-format-org-table-html): Support docbook export.
3765 (org-export-preprocess-string): Make all external preprocess
3766 functions use a PARAMETER arg.
3768 2009-03-07 Carsten Dominik <carsten.dominik@gmail.com>
3770 * org-exp.el (org-export-html-style-include-scripts): New option.
3771 (org-export-plist-vars): Add new option
3772 `org-export-html-style-include-scripts'.
3773 (org-export-as-html): Honor new option
3774 `org-export-html-style-include-scripts'.
3775 (org-export-html-scripts, org-export-html-style-default): Fix
3776 xml issues with the Safari browser.
3778 2009-03-06 Carsten Dominik <carsten.dominik@gmail.com>
3780 * org-publish.el (org-publish-attachment): Only copy file when the
3783 2009-03-05 Carsten Dominik <carsten.dominik@gmail.com>
3785 * org-clock.el (org-clocktable-steps): Use inactive time stamps
3786 for clocktable steps.
3788 * org.el (org-additional-option-like-keywords): Add two more
3791 2009-03-04 Carsten Dominik <carsten.dominik@gmail.com>
3793 * org-exp.el (org-export-format-source-code-or-example): Mark
3794 temporary buffer unmodified, so that it will be killed even if
3795 mode like message mode has decided to assign a file name.
3797 * org.el (org-scan-tags): Improve tag inheritance.
3798 (org-scan-tags, org-make-tags-matcher): Make tag comparison
3800 (org-scan-tags): Use the internal tags list instead of creating it
3802 (org-trust-scanner-tags, org-scanner-tags): New variables.
3803 (org-scan-tags): Set `org-scanner-tags'.
3804 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3805 (org-map-entries): Document the possible speedup using scanner
3808 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
3810 * org.el (org-add-planning-info): Fix bug with looking for keyword
3813 * org-agenda.el (org-agenda-custom-commands-local-options): Add
3814 option for tags filter preset.
3815 (org-prepare-agenda): Store filter preset as a property on the
3817 (org-finalize-agenda): Call the filter, if there is a preset.
3818 (org-agenda-filter-by-tag): Filter again after clearing the
3819 filter, when there still is a preset.
3820 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3821 Include the preset filter.
3822 (org-agenda-redo): Apply the filter again, also the preset filter.
3824 * org-exp.el (org-export-as-html): Use IDs in the correct way.
3826 * org.el (org-uuidgen-p): New funtion.
3828 * org-agenda.el (org-agenda-fontify-priorities): New default value
3830 (org-agenda-fontify-priorities): Renamed from
3831 org-fontify-priorities.
3833 * org.el (org-set-font-lock-defaults): Call
3834 `org-font-lock-add-priority-faces'.
3835 (org-font-lock-add-priority-faces): New function.
3837 * org-faces.el: (org-set-tag-faces): New option.
3838 (org-priority-faces): New variable.
3840 * org-exp.el (org-export-as-html): Add a "content" div around the
3841 entire content of the body tag.
3842 (org-export-html-get-bibliography): New function.
3843 (org-export-html-validation-link): New variable.
3844 (org-export-as-html): Add validation link to exported page.
3846 * org.el (org-match-sparse-tree): Renamed from
3847 `org-tags-sparse-tree'.
3848 (org-tags-sparse-tree): New alias.
3850 2009-03-02 Carsten Dominik <carsten.dominik@gmail.com>
3852 * org.el (org-get-valid-level): Catch the case where the level
3855 * org-clock.el (org-clock-find-position): Better indentation of
3858 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
3860 * org-agenda.el (org-agenda-quit): Delete window only when the
3861 frame-setup was not `current-window'.
3863 * org.el (org-tag-persistent-alist): New option.
3864 (org-startup-options): Add keyword `noptag'.
3865 (org-fast-todo-selection): Handle :newline correctly.
3866 (org-set-tags): Handle :newline correctly.
3867 (org-fast-tag-selection): Handle :newline correctly.
3869 2009-02-28 Carsten Dominik <carsten.dominik@gmail.com>
3871 * org-exp.el (org-export-as-ascii): Reverse link buffer before
3873 (org-export-ascii-push-links): Fix bug with pussing links into the
3876 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
3878 * org-archive.el (org-archive-subtree): Do not add 1 to level if
3879 pasting at top level.
3881 * org-bbdb.el: Improve documentation.
3883 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
3885 * org-list.el (org-insert-item): Only consider insert empty lines
3886 is `org-empty-line-terminates-plain-lists' is not nil.
3888 * org.el (org-blank-before-new-entry): Mention the dependence on
3889 `org-empty-line-terminates-plain-lists' in the docstring.
3891 * org-publish.el (org-publish-get-project-from-filename): New
3892 optional argument UP. Only find the top project if UP is set.
3893 (org-publish-current-project): Find the top encloding project.
3895 * org-agenda.el (org-agenda-before-write-hook)
3896 (org-agenda-add-entry-text-maxlines): New options.
3897 (org-write-agenda): Run the new hook in the temporary buffer.
3898 (org-agenda-add-entry-text): New function.
3899 (org-write-agenda): Implement PDF export, using ps2pdf.
3901 * org.el (org-global-properties-fixed, org-global-properties):
3902 Improve documentation string.
3904 * org-exp.el (org-export-ascii-links-to-notes): New option.
3905 (org-export-as-ascii): Handle links better.
3906 (org-export-ascii-wrap, org-export-ascii-push-links): New
3909 2009-02-25 Carsten Dominik <carsten.dominik@gmail.com>
3911 * org-agenda.el (org-agenda): Make prefix arg optional.
3912 (org-agenda-search-headline-for-time): New option.
3913 (org-format-agenda-item): Honor
3914 `org-agenda-search-headline-for-time'.
3916 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3919 * org.el (org-self-insert-cluster-for-undo): New option.
3920 (org-self-insert-command): Cluster undo for 20 characters.
3921 (org-self-insert-command-undo-counter): New variable.
3923 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
3925 * org-exp.el (org-export-as-html): Fix problem with closing colone
3928 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
3930 * org-export-latex.el (org-export-as-latex)
3931 (org-export-latex-first-lines): Avoid modification flag when
3932 adding or removing text properties.
3933 (org-export-latex-fontify): Catch error when org-emph-alist has
3934 entries that are not defined for LaTeX export.
3936 * org.el (orgstruct++-mode): New function.
3937 (turn-on-orgstruct++): Call `orgstruct++-mode'.
3938 (org-context-p): Allow detecting item context after the first line
3940 (orgstruct-make-binding): Detect if item-body context should be
3942 (orgstruct-is-++): New variable.
3943 (org-add-planning-info): Catch the case when there is no planning
3944 info yet and the call does not want to add anything, only maybe
3945 tries to remove something.
3946 (org-special-ctrl-a/e): All value to be a cons cell with separate
3947 settings for `C-a. and `C-e'.
3948 (org-beginning-of-line, org-end-of-line): Honor separate values
3949 for `C-a' and `C-e'.
3951 2009-02-21 Carsten Dominik <carsten.dominik@gmail.com>
3953 * org.el (org-reload): New command.
3955 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
3957 * org-exp.el (org-export-htm-get-tag-class-name)
3958 (org-export-htm-get-todo-kwd-class-name): New functions.
3959 (org-export-html-tag-class-prefix)
3960 (org-export-html-todo-kwd-class-prefix): New options.
3961 (org-export-as-html): Call
3962 `org-export-html-get-todo-kwd-class-name'.
3963 (org-html-level-start): Wrap tags into classes.
3964 (org-export-html-get-tag-class-name)
3965 (org-export-html-get-todo-kwd-class-name): New functions.
3967 * org-export-latex.el (org-export-latex-collect-header-macros):
3968 Remove fields that are used anyway.
3969 (org-export-latex-make-header): Insert the options earlier.
3971 * org-agenda.el (org-agenda-get-progress): Fix bug with state
3974 * org-list.el (org-indent-item): Allow point to be at the end of
3977 * org.el (org-metaleft, org-metaright): Be more accurate about
3978 detecting a region where commands apply.
3980 * org-compat.el (org-cursor-to-region-beginning): New function.
3982 * org.el (org-priority): Also find invisible heading.
3984 * org-colview-xemacs.el (org-columns-edit-value): No special
3985 treatment for `org-todo' prefix.
3987 * org-colview.el (org-columns-edit-value): No special treatment
3988 for `org-todo' prefix.
3990 * org-remember.el (org-remember-apply-template): Use
3991 `org-completing-read-no-ido'.
3993 * org.el (org-completing-read-no-ido): New function.
3994 (org-make-tags-matcher, org-set-property): Use
3995 `org-completing-read-no-ido'.
3997 * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3999 (org-export-as-latex): Import in-buffer settings as TeX macros.
4000 (org-export-latex-make-header): Additional parameter OPT-DEFS.
4001 (org-export-latex-collect-header-macros): New function.
4003 * org.el (org-refile-get-location): Turn off
4004 `partial-completion-mode'.
4006 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
4008 * org.el (org-block-todo-from-checkboxes): Announce that
4009 checkboxes are the culprit.
4010 (org-block-todo-from-children-or-siblings): Call
4011 `org-up-heading-all instead' of `outline-up-heading'.
4013 * org-agenda.el (org-agenda-show-1): Renamed from
4015 (org-agenda-show): Re-install the old version for now.
4016 (org-agenda-dim-blocked-tasks): Update docstring. Scope a
4017 variable into the blokker hook, so that the checkbox checker can
4018 anounce that it caused the blocking.
4020 * org.el (org-track-ordered-property-with-tag): New option.
4021 (org-toggle-ordered-property): Honor
4022 `org-track-ordered-property-with-tag'.
4023 (org-tag-alist): Add newline options.
4024 (org-set-regexps-and-options): Separate option lines imply a
4026 (org-set-regexps-and-options, org-assign-fast-keys)
4027 (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4029 (org-indent-line-function): Make sure this works even if there is
4030 not `org-drawer-regexp' defined. This can happen when
4031 orgstruct-mode is used in a non-org buffer.
4033 * org-list.el (org-checkbox-blocked-p): New function.
4034 (org-toggle-checkbox): Check for blocking.
4036 * org.el (org-modules): Add an entry for org-R.el.
4038 * org-agenda.el (org-agenda-todo-ignore-with-date)
4039 (org-agenda-todo-ignore-scheduled)
4040 (org-agenda-todo-ignore-deadlines): Mention the variable
4041 `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4043 * org.el (org-get-wdays): Find the warning period also if it is in
4045 (org-ido-completing-read): Provide the correct arguments to
4046 ido-completing-read and bind `ido-enter-matching-directory' to
4049 2009-02-17 Carsten Dominik <carsten.dominik@gmail.com>
4051 * org.el (org-olpath-completing-read): Never use ido for this
4054 * org-exp.el (org-export-normalize-links): Use new macro.
4056 * org-macs.el (org-if-unprotected-at): New macro.
4058 * org-agenda.el (org-agenda-show): Allow numerical prefix
4059 arguments to specify how much context should be shown.
4060 (org-agenda-cycle-show): New command, could be bound to SPC in
4061 org-agenda-mode-map.
4063 * org-exp.el (org-html-level-start): Space after section number.
4065 2009-02-16 Carsten Dominik <carsten.dominik@gmail.com>
4067 * org-agenda.el (org-agenda-get-sexps): Add todo state as
4068 property, for sorting.
4069 (org-cmp-todo-state): Get the applicable TODO keywords directly
4071 (org-run-agenda-series, org-agenda-list, org-search-view)
4072 (org-todo-list, org-tags-view): Only fit agenda window when the
4073 whole series is done.
4075 * org.el (org-scan-tags): Add todo state as property, for sorting.
4077 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4078 `org-agenda-overriding-header' as an option.
4079 (org-agenda-list): Honor org-agenda-overriding-header'.
4081 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
4083 * org-list.el (org-toggle-checkbox): Improve cursor positioning
4084 after removing a checkbox.
4086 * org.el (org-show-entry): Make this work correctly also if it is
4087 the last entry in the file.
4088 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4089 falling back to normal, default command.
4090 (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4091 item, call the checkbox toggler to get a box.
4093 * org-list.el (org-toggle-checkbox): Make double prefix set the
4095 (org-fix-bullet-type): Only replace bullet if it is changed.
4096 (org-renumber-ordered-list): Handle case when first item does not
4099 * org.el (org-add-log-setup): Fix positioning when
4100 `org-log-states-order-reversed' is nil.
4102 * org-clock.el (org-clock-in): Fix positioning when
4103 `org-log-states-order-reversed' is nil.
4104 (org-clock-find-position): Fix positioning when
4105 `org-log-states-order-reversed' is nil.
4107 2009-02-14 Carsten Dominik <carsten.dominik@gmail.com>
4109 * org-clock.el (org-clock-into-drawer): Take default from
4110 `org-log-into-drawer'.
4111 (org-clock-find-position): Look for the correct drawer.
4113 * org.el (org-log-into-drawer): Renamed from
4114 `org-log-state-notes-into-drawer'.
4115 (org-log-state-notes-into-drawer): New variable alias.
4116 (org-add-log-setup): Make drawer name default to LOGBOOK, not
4118 (org-insert-property-drawer): Also skip LOGBOOK drawers.
4120 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
4122 * org-agenda.el (org-agenda): Fix docstring.
4124 * org.el ("org-plot"): Help loading org-plot.
4125 (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4126 (org-metadown-hook, org-shiftmetaleft-hook)
4127 (org-shiftmetaright-hook, org-shiftmetaup-hook)
4128 (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4129 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4130 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4131 (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4133 * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4134 for selecting files with any (and even without) extension.
4136 * org.el (org-save-all-org-buffers): Also save id locations.
4137 (org-revert-all-org-buffers): Also load id locations.
4139 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4140 * org.el (org-drawers): Add LOGBOOK to the default drawers.
4141 (org-log-state-notes-into-drawer): New option.
4142 (org-add-log-setup): Place the sate note marker into the drawer,
4143 create drawer when necessary.
4144 (org-refile-targets): Document special interpretation of LEVEL
4145 when odd-levels are used.
4147 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4149 * org.el (org-store-log-note): Fix note indentation when adding
4150 notes to end of list.
4152 * org-exp.el (org-export-as-html): Add TODO keyword as extra
4153 class, so that each keyword can get special colors through CSS.
4155 * org-clock.el (org-clock-out): Add another nil for the previous
4156 state into the call to `org-add-log-setup'.
4158 * org.el (org-log-note-previous-state): New variable.
4159 (org-log-note-headings): New %S escape for old state.
4160 (org-todo): Call the note setup with the old state as an
4162 (org-add-note): Add another nil for the previous state into the
4163 call to `org-add-log-setup'.
4164 (org-add-log-setup): New argument PREV-STATE.
4165 (org-add-log-note): Handle new %S escape.
4166 (org-store-log-note): Handle new %S escape.
4168 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
4170 * org-clock.el (org-clock-find-position): Do not swallow an item
4171 less indented than the CLOCK line itself.
4172 (org-clock-in): Push markers to lin after the clock line.
4173 (org-clock-find-position): Handle values of
4174 `org-clock-into-drawer' smaller than 2.
4176 * org-exp.el (org-html-level-start): Add a CSS class to section
4178 (org-export-html-toplevel-hlevel): Better documentation of the
4179 influence of this variables on H levels and css classes in
4182 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
4184 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4185 timestamp and nottimestamp to the chooe menu.
4187 * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4188 (org-revert-all-org-buffers): New command.
4190 2009-02-09 Carsten Dominik <carsten.dominik@gmail.com>
4192 * org.el (org-return): Implement `org-return-follows-link' in the
4193 function org-return. This is more robust than using the mouse
4195 (org-set-regexps-and-options): Match more general #+TODO lines.
4196 (org-make-options-regexp): New optional argument EXTRA, for an
4198 (org-tab-follows-link): Mark as deprecated.
4200 2009-02-07 Carsten Dominik <carsten.dominik@gmail.com>
4202 * org-exp.el (org-export-preprocess-string): Remove clock lines
4203 earlier, so that they cannot cotribute to verbatim snippets.
4205 2009-02-06 Carsten Dominik <carsten.dominik@gmail.com>
4207 * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4208 for finding drawers.
4209 (org-export-as-ascii, org-export-as-html): Count levels relative
4210 to the subtree header.
4211 (org-get-min-level): New optional argument OFFSET.
4212 (org-export): Make sure point is restored after popping up that
4215 * org.el (org-do-sort): Also take an inactive timestamp if no
4216 active one is found.
4218 * org-colview-xemacs.el (org-columns-capture-view): Copy before
4219 deleting duplicates.
4221 * org-colview.el (org-columns-capture-view): Copy before
4222 deleting duplicates.
4224 * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4225 text before first headline.
4227 * org.el (org-format-latex): Do not convert LaTeX fragments in
4230 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
4232 * org-exp.el (org-export-html-style-default): Use color values
4233 instead of names for XHTML validation.
4235 * org.el (org-get-scheduled-time, org-get-deadline-time): New
4237 (org-return-follows-link): Revert making this the default untile
4238 issues are resolved.
4240 * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4243 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
4245 * org.el (org-mode): Make dependence stuff work more reliably.
4246 (org-update-parent-todo-statistics): Fix bug with updating
4249 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4250 ~ as verbatim delimiters.
4252 * org-exp.el (org-export-html-format-image): New argument
4254 (org-export-as-html): Pass par-open to
4255 `org-export-html-format-image'.
4257 2009-02-01 Carsten Dominik <carsten.dominik@gmail.com>
4259 * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4260 (org-use-fast-todo-selection, org-tags-column): New default
4261 setting for variables, based on a poll what typical uses use.
4263 * org-agenda.el (org-agenda-sorting-strategy)
4264 (org-agenda-tags-column): New default setting for variables, based
4265 on a poll what typical uses use.
4267 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4269 * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4270 blocked entries from setting the blocked tag.
4272 * org-exp.el (org-export-html-footnotes-section): Use a more
4273 consistent id for footnotes.
4275 * org-export-latex.el (org-export-latex-classes): Remove the
4276 a4paper option from the default styles.
4278 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
4280 * org.el (org-enforce-todo-checkbox-dependencies): New option.
4281 (org-block-todo-from-checkboxes): New function.
4282 (org-todo): Make tripple prefix arg circumvent blocking.
4284 * org-timer.el (org-timer): Provide the timer feature.
4286 * org.el (org-require-autoloaded-modules): Add a few more files to
4287 the list of autoloaded modules.
4289 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4291 2009-01-29 Carsten Dominik <carsten.dominik@gmail.com>
4293 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4294 drawers that are unprotected.
4295 (org-export-html-format-image): Make sure inlined LaTeX fragment
4296 images remain inlined.
4298 * org.el (org-toggle-ordered-property): New function.
4299 (org-mode-map): Add a key for `org-toggle-ordered-property'.
4300 (org-org-menu): Add menu entries for TODO dependencies.
4302 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
4304 * org.el (org-default-properties): Add ORDERED to the default
4305 properties, to get completion support for it.
4307 * org-list.el (org-update-checkbox-count): Update more than one cookie.
4309 * org.el (org-update-parent-todo-statistics): Update more than one
4312 * org-agenda.el (org-agenda-get-todos): Start search from correct
4315 * org.el (org-fast-todo-selection): Make sure TODO selection does
4316 not change buffer position.
4318 * org-list.el (org-toggle-checkbox): Implement adding or removing
4319 checkboxes from line or region when called with a prefix
4322 * org-rmail.el (org-rmail-store-link): Protect the call to
4323 `rmail-narrow-to-non-pruned-header'.
4325 * org-clock.el (org-clock-special-range): Fix week display in
4328 * org-exp.el (org-get-current-options): Fix bug when in indirect
4331 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
4333 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4334 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4335 (org-agenda-dim-blocked-tasks): New function.
4337 * org.el (org-enforce-todo-dependencies): New option.
4338 (org-block-todo-from-children-or-siblings): New function.
4340 * org-faces.el (org-agenda-dimmed-todo-face): New face.
4342 * org.el (org-todo): Return correct state type even if the blocker
4344 (org-modifier-cursor-error): Renamed from
4345 `org-shiftcursor-error'.
4346 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4347 (org-shiftmetadown): Call `org-modifier-cursor-error'.
4349 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4350 to get real errors from the blocker hook.
4352 * org.el (org-shiftselect-error, org-call-for-shift-select): New
4354 (org-set-visibility-according-to-property): Turn off the setting
4355 of `org-show-entry-below', to avoid overruling a FOLDED visibility
4358 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
4360 * org.el (org-support-shift-select): New option.
4361 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4362 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4363 selection outside contexts.
4365 * org-list.el (org-at-item-bullet-p): New function.
4367 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4370 * org-footnote.el (org-footnote-normalize): Remove unnecessary
4372 (org-insert-footnote-reference-near-definition): Remove
4373 unnecessary let form.
4375 * org-export-latex.el (org-export-latex-first-lines): Add
4376 OPT-PLIST parameter.
4377 (org-export-as-latex): Call `org-export-latex-first-lines' with
4378 opt-plits parameter.
4379 (org-export-latex-preprocess): Remove unnecessary variables.
4381 * org-exp.el (org-infile-export-plist)
4382 (org-export-add-options-to-plist, org-export-kill-licensed-text)
4383 (org-export-remove-headline-metadata)
4384 (org-export-get-title-from-subtree, org-get-min-level)
4385 (org-html-do-expand): Remove innecessary let form.
4387 * org-colview-xemacs.el (org-columns-display-here): Remove
4388 unnecessary variables.
4390 * org-colview.el (org-columns-display-here): Remove unnecessary
4393 * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4396 * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4397 unnecessary variables.
4399 * org-agenda.el (org-search-view, org-agenda-get-blocks)
4400 (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4403 * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4404 (org-compact-display-after-subtree-move): Remove unnecessary
4406 (org-edit-fixed-width-region): Remove unnecessary variables.
4407 (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4408 (org-olpath-completing-read): Remove unnecessary variable.
4409 (org-auto-repeat-maybe): Remove unnecessary variable.
4410 (org-map-entries): Remove unnecessary variable.
4411 (org-buffer-property-keys, org-imenu-get-tree)
4412 (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4414 -----------------------------------------------------------------
4416 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
4417 * org-exp.el (org-export-remove-timestamps): Never remove
4418 timestamps from tables.
4420 * org-export-latex.el (org-export-latex-first-lines): Add more
4421 options to the preprocessing of the text before the first
4424 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
4426 * org-faces.el (org-clock-overlay): Make face compatible with
4429 * org.el (org-yank): Add property for delete-selection mode.
4431 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4433 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4436 * org-table.el (org-table-insert-hline): Fix typo in fuction call
4439 * org-exp.el (org-export-as-html): Remove the initial space from
4442 * org.el (org-scan-tags): Call
4443 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4445 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4446 customization groups.
4447 (org-agenda-tags-todo-honor-ignore-options): New option.
4448 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4450 (org-agenda-get-todos): Use
4451 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4453 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
4455 * org-exp.el (org-export-format-source-code-or-example): Escape
4456 HTML characters also in examples that anre not treated with
4457 htmlize. Also, just switch to EXAMPLE processing if we do not
4458 have a good version of htmlize.
4460 * org-rmail.el: Fix copyright notice.
4462 * org.el (org-activate-footnote-links): Improve footnote link
4465 * org-footnote.el (org-footnote-normalize): Fix finding the end of
4466 a footnote definition at the end of the file.
4468 * org-table.el (org-table-get-specials): Add an imagined hline at
4469 the end of the table. This can be useful for references that want
4470 to go to the end of the table. Also fix bug when computing last
4471 row constants, in tables that do not start right at the right
4473 (org-table-eval-formula): Match and replace remove references.
4474 (org-table-formula-substitute-names): Make sure that names inside
4475 a "remote" call are left alone, the will be replaced later when
4476 the remote call is handled.
4477 (org-table-convert-refs-to-rc): Do not convert things that might
4478 look like a reference, but are really part of an ID or namei n a
4480 (org-table-get-remote-range): New function.
4482 2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
4484 * org-faces.el (org-clock-overlay): Fix bug in face definition.
4486 * org-clock.el (org-clock-put-overlay): Use new face instead of
4487 `secondary-selection'.
4489 * org-faces.el (org-clock-overlay): New face.
4491 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
4493 * org-exp.el (org-get-current-options): Include the option for
4494 publishing time stamps.
4496 * org.el (org-toggle-heading): Renamed from
4497 `org-toggel-region-headings'.
4498 No longer needs a region defined, but will use it if there is one.
4499 (org-ctrl-c-star): Simplified, relying more on the internal
4500 workings of `org-toggle-heading'.
4501 (org-toggle-item): Renamed from `org-toggle-region-items'.
4502 No longer needs a region defined, but will use it if there is one.
4503 (org-ctrl-c-minus): Simplified, relying more on the inernal
4504 workings of `org-toggle-item'.
4506 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4507 environment detection. Also, do real changes only in unprotected
4510 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
4512 * org-export-latex.el (org-export-latex-quotation-marks): Use
4513 `org-if-unprotected-1'.
4514 (org-export-latex-set-initial-vars): Check for class definition in
4517 * org-macs.el (org-if-unprotected-1): New macro.
4519 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
4521 * org-compat.el (org-count-lines): New function.
4523 * org-exp.el (org-export-format-source-code-or-example): Handle
4524 switches related to text areas.
4526 * org.el (org-activate-footnote-links): Don't allow match inside a
4529 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4531 * org-export-latex.el (org-export-latex-links): Keep a relative
4532 path relative also after export.
4534 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4536 * org.el (org-make-tags-matcher): Never use IDO for completing the
4537 tags matcher match string.
4538 (org-completing-read): Also remove the special biding for "?".
4540 * org-attach.el (org-attach-allow-inheritance): New option.
4541 (org-attach-inherited): New variable.
4542 (org-attach-dir): Handle properties related to the attachment
4544 (org-attach-check-absolute-path): New function.
4545 (org-attach-set-directory, org-attach-set-inherit): New commands.
4546 (org-attach): Accommodate the new commands in the dispatcher.
4548 2009-01-18 Carsten Dominik <carsten.dominik@gmail.com>
4550 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4551 `window-full-width-p'.
4553 * org-exp.el (org-export-as-html): Only check for images files
4554 that really can be inlined
4556 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4557 list of extensions to be a parameter.
4559 * org-exp.el (org-export-html-inline-image-extensions): New
4562 * org-agenda.el (org-prepare-agenda): Use
4563 `org-agenda-block-separator'.
4564 (org-agenda-block-separator): New option.
4566 2009-01-17 Carsten Dominik <carsten.dominik@gmail.com>
4568 * org-export-latex.el (org-export-latex-tables): Call
4569 `org-table-clean-before-export' with the new optional argument.
4571 * org-exp.el (org-table-clean-before-export): New optional
4572 parameter MAYBE-QUOTED, allows for quoted characters like \# in
4575 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
4577 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4580 * org-colview.el (org-colview-construct-allowed-dates): Better
4581 error catching when a date/time property does not have allowed
4584 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4585 Better error catching when a date/time property does not have
4586 allowed values defined.
4588 2009-01-14 Carsten Dominik <carsten.dominik@gmail.com>
4590 * org.el (org-map-entries): Restore point and restriction after
4593 2009-01-13 Carsten Dominik <carsten.dominik@gmail.com>
4595 * org.el (org-time=, org-time<, org-time<=, org-time>)
4596 (org-time>=, org-time<>): Make sure both values are dates.
4598 2009-01-11 Carsten Dominik <carsten.dominik@gmail.com>
4600 * org-archive.el (org-extract-archive-heading): Allow %s for file
4601 name also in achive location heading.
4603 2009-01-10 Carsten Dominik <carsten.dominik@gmail.com>
4605 * org-archive.el (org-add-archive-files): Uniquify the list before
4608 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
4610 * org-compat.el (org-fit-window-to-buffer): Use
4611 `window-full-width-p'.
4613 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4614 space after the colon in short examples.
4616 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4617 enforce a space after the colon. However, we also allow lines
4618 that are *only* a colon.
4619 (org-export-as-html): Enforce the space after the colon in short
4621 (org-export-preprocess-string): Do the colon example protection
4623 (org-export-remove-timestamps): Do not check for protection at the
4626 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
4628 * org.el (org-format-latex-options): Add new matcher for single
4629 letters between dollars.
4630 (org-get-header): Function removed.
4631 (org-heading-components): New function.
4633 * org-exp.el (org-export-define-heading-targets): Record ID's also
4634 as alternative targets.
4635 (org-export-as-html): Interpret "id:" links to other files by
4636 preserving the relative path.
4638 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4641 * org-exp.el (org-export-normalize-links): Protect the main link,
4642 to avoid special character processing.
4644 * org-export-latex.el (org-export-latex-special-keyword-regexp):
4646 (org-export-latex-special-string-regexps): Variable removed.
4647 (org-export-latex-keywords): Use the new regexp.
4649 * org-exp.el (org-export-handle-include-files): Fetch switches and
4650 put them into the BEGIN statement.
4652 * org-timer.el (org-timer-mode-line-string): New variable.
4654 * org-clock.el (org-clock-mode-line-map): Renamed from
4655 `org-clock-mode-map'.
4656 (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4657 (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4658 (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4659 (org-clock-remove-overlays): Renamed from
4660 `org-remove-clock-overlays'.
4662 * org-timer.el (org-timer-pause-or-continue): Implement stopping
4663 and mode line display.
4664 (org-timer-stop): New command.
4665 (org-timer-seconds): Return correct time when timer is paused.
4666 (org-timer-mode-line-timer): New variable.
4667 (org-timer-set-mode-line, org-timer-update-mode-line): New
4670 * org.el (org-insert-heading): Handle new value `auto' for
4671 `org-blank-before-new-entry'.
4672 (org-org-menu): Add new items for timer functions.
4674 * org-list.el (org-insert-item): Handle new value `auto' for
4675 `org-blank-before-new-entry'.
4677 * org.el (org-blank-before-new-entry): New value `auto', made
4680 2009-01-07 Carsten Dominik <carsten.dominik@gmail.com>
4682 * org-exp.el (org-export-normalize-links): If the link is also
4683 used as the description, protect the description.
4685 2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
4687 * org.el (org-closest-date): Fix bug with yearly repeats, in
4688 combination with preference of the past as it is used for deadline
4689 and scheduling search.
4691 * org-exp.el (org-html-handle-time-stamps): No longer check for
4692 the `org-export-with-timestamps' option, because the preprocesser
4693 has taken care of this already.
4695 * org.el (org-entry-properties): Catch the case when this is
4696 called in a non-org-mode file.
4698 * org-export-latex.el (org-export-latex-remove-from-headlines):
4699 Variable made obsolete, also LaTeX export now uses the standard
4701 (org-export-as-latex): Add the timestamps parameter to the
4702 preprocessor parameter list.
4703 (org-export-latex-content): Export the remaining keywords without
4704 considering to remove them.
4705 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4706 Use bold font instead of tt font for the keywords.
4707 (org-export-latex-fontify-headline): Format headlines, assuming
4708 that all keywords still present should be published.
4709 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4710 publish what ever remains of the time stamps.
4711 (org-export-latex-list-parameters): New option.
4712 (org-export-latex-lists): Pass additional parameters to the list
4715 * org-exp.el (org-export-preprocess-string): Remove clock lines
4716 and timestamps already in the preprocesor.
4717 (org-export-remove-timestamps, org-export-remove-clock-lines): New
4719 (org-export-as-ascii, org-export-as-html): Add the timestamps
4720 parameter to the preprocessor parameter list.
4722 * org-list.el (org-list-parse-list): Parse for checkboxes.
4723 (org-list-to-generic): Introduce and handle new parameters :cbon
4725 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4726 optional parameter PARAMS.
4728 * org-export-latex.el (org-export-latex-special-chars): Fix
4729 problems with interpreting dollar signs.
4730 (org-inside-latex-math-p): New function.
4731 (org-export-latex-preprocess): Protect all the math fragments.
4733 * org.el (org-latex-regexps): Allow a dash after a dollar.
4735 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4738 * org-agenda.el (org-run-agenda-series): Have series options set
4739 when finalizing the agenda.
4741 * org-exp.el (org-export-format-source-code-or-example): Protect
4742 the converted examples.
4744 * org.el (org-set-regexps-and-options): Fix the regexp
4745 `org-complex-heading-regexp'.
4747 2009-01-05 Carsten Dominik <carsten.dominik@gmail.com>
4749 * org.el (org-edit-src-get-label-format): New function.
4750 (org-coderef-label-format): New option.
4751 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4752 a label format specification and make sure it is used in the edit
4754 (org-edit-src-get-label-format): New function.
4755 (org-store-link): Handle new coderef formats.
4756 (org-link-search): Handle new coderef formats.
4758 * org-footnote.el (org-footnote-create-definition)
4759 (org-footnote-goto-local-insertion-point): Make footnote insertion
4760 work correctly when the "Footnotes" headline is the last line in
4763 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4766 2009-01-04 Carsten Dominik <carsten.dominik@gmail.com>
4768 * org-w3m.el (org-w3m): New customization group.
4769 (org-w3m-deactivate-mark): New option.
4770 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4773 2009-01-02 Carsten Dominik <carsten.dominik@gmail.com>
4775 * org.el (org-set-font-lock-defaults): Trigger footnote
4777 (org-activate-footnote-links): New function.
4778 (org-activate-links): New entry `footnote'.
4780 * org-faces.el (org-footnote): New face.
4782 2009-01-01 Carsten Dominik <carsten.dominik@gmail.com>
4784 * org-macs.el (org-re): Handle the [:word:] class.
4786 * org-exp.el (org-export-preprocess-string): Call
4787 `org-export-protect-colon-examples'.
4788 (org-export-protect-colon-examples): Renamed from
4789 `org-export-protect-examples', and scope limited to lines starting
4792 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
4794 * org-exp.el (org-export-preprocess-string): Move the preprocess
4795 hook to after turning on Org-mode.
4796 (org-export-preprocess-after-include-files-hook)
4797 (org-export-preprocess-after-tree-selection-hook)
4798 (org-export-preprocess-before-backend-specifics-hook)
4799 (org-export-preprocess-final-hook): New hooks.
4800 (org-export-preprocess-string): Run the new hooks.
4802 * org.el (org-ctrl-c-minus): Fix indentation for new items.
4804 * org-footnote.el: New file.
4806 * org.el (org-footnote): Require footnote code.
4807 (org-startup-options): Add new footnote options.
4808 (org-mode-map): New keybindig for footnotes.
4809 (org-ctrl-c-ctrl-c): Add function at footnotes.
4810 (org-org-menu): New menu entries for footnotes.
4812 * org-export-latex.el (org-export-as-latex): Pass footnote
4813 variable to preprocessor.
4814 (org-export-latex-preprocess): Treat multiple references to a
4817 * org-exp.el (org-export-preprocess-string): Call
4818 `org-footnote-normalize'.
4819 (org-export-as-ascii, org-export-as-html): Pass footnote variable
4821 (org-export-as-html): Treat multiple references to a footnote.
4823 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
4825 * org-export-latex.el (org-export-latex-links): Handle coderef
4828 * org.el (org-bracket-link-analytic-regexp++): New variable.
4829 (org-make-link-regexps): Initialize
4830 `org-bracket-link-analytic-regexp++'.
4831 (org-store-link): Implement special case in edit-src buffer.
4832 (org-insert-link): No use of ide to insert stored links.
4833 (org-link-search): Implement special case for coderefs.
4835 * org-exp.el (org-export-html-scripts): New constant.
4836 (org-export-html-style-default): Add a new style for highlighted
4838 (org-export-code-refs): New variable.
4839 (org-export-preprocess-string): Initialize `org-export-code-refs'.
4840 Call `org-export-replace-src-segments-and-examples'
4841 No longer call `org-export-protect-examples'.
4842 (org-export-target-internal-links): Take care of coderef targets.
4843 (org-export-last-code-line-counter-value): New variable.
4844 (org-export-replace-src-segments-and-examples): Renamed from
4845 `org-export-replace-src-segments', and modified.
4846 (org-export-format-source-code-or-example): Renamed from
4847 `org-export-format-source-code'.
4848 (org-export-number-lines): New function.
4849 (org-export-as-ascii, org-export-as-html): Handle coderef links.
4851 --------------------------------------------------------------------------
4853 2008-12-23 Carsten Dominik <carsten.dominik@gmail.com>
4855 * org-remember.el (org-remember-handler): Safer way to get a new
4856 buffer accessing the target file.
4858 * org.el (org-refile-get-location): Handle case of current buffer
4859 not having a file associated with it.
4861 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
4863 * org-table.el (org-table-get-formula): Only ask to overwrite
4864 field formula if there really is one.
4866 * org-id.el (org-id-find): Allow the ID to be a symbol or a
4867 number, by converting these to a string.
4869 * org-colview.el (org-dblock-write:columnview): Allow ID to be
4870 located in a different file.
4872 * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4875 2008-12-21 Carsten Dominik <carsten.dominik@gmail.com>
4877 * org.el (org-completion-use-ido): Enhance docstring of
4878 `org-completion-use-ido'.
4880 * org-export-latex.el (org-export-latex-make-header): Double the %
4881 in the time stamp format.
4882 (org-export-latex-special-chars): Handle case where there is no
4885 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
4887 * org.el (org-get-refile-targets, org-refile-get-location): Use
4888 expanded file name to improve comparison.
4890 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
4892 * org.el (org-scan-tags): Rescan for tags, to get the correct
4893 upcase/downcase stuff. This slows things down for now, but it
4895 (org-mode): Make sure the tag-faces regexp is initialized.
4897 * org-export-latex.el (org-export-latex-links): Fix bug with
4900 * org-table.el (org-table-get-specials): Set
4901 `org-table-current-last-data-line'.
4902 (org-table-current-last-data-line): New variable.
4903 (org-table-insert-column, org-table-delete-column)
4904 (org-table-move-column, org-table-fix-formulas): Call
4905 `org-table-fix-formulas' a second time to fix the $LR references.
4906 (org-table-get-specials): Add the $LR references to the tables.
4907 (org-table-get-formula): Do not offer last-row names as LHS of
4910 * org.el (org-store-link): Capture link description from
4911 `org-id-store-link'.
4913 * org-exp.el (org-export-html-format-image): Add the / to the end
4915 (org-export-format-source-code): Surround example by empty lines,
4916 to make sure it will not be inside a paragraph.
4918 * org.el (org-ido-switchb): New function.
4920 2008-12-18 Carsten Dominik <carsten.dominik@gmail.com>
4922 * org-agenda.el (org-agenda-show): New prefix argument
4925 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4928 * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4929 `org-agenda-change-all-lines'.
4930 (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4931 tags are now retrieved locally.
4933 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
4935 * org.el (org-get-outline-path): Fix bug if level is not given.
4936 (org-org-menu): Do not quote function in menu vector.
4938 * org-agenda.el (org-finalize-agenda): Fix typo with variable
4941 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4943 * org.el (org-refile): Avoid refiling to within the region to be
4946 * org-export-latex.el (org-export-latex-special-chars): Replace
4947 special characters also in tables.
4949 * org-agenda.el (org-agenda-change-all-lines): New argument
4951 (org-agenda-set-tags): Cet the new tags and pass them to
4952 `org-format-agenda-item'.
4954 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
4956 * org-export-latex.el (org-export-latex-classes): Add longable as
4957 a default package to all classes.
4958 (org-export-latex-tables): Handle the longtable attribute and the
4961 * org-table.el (orgtbl-to-generic): Handle tables that start with
4964 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4965 \verb for colde-like snippets.
4966 (org-export-as-latex): Fix issues with region export.
4968 * org.el (org-up-heading-safe): Speed up function by using a
4969 direct regexp search.
4970 (org-olpa): New variable.
4971 (org-get-outline-path): Speed-up path constructions in cases where
4972 this is possible because the entire hierarchy is scanned anyway.
4973 (org-refile-get-location): Don't compare the truenames of files,
4975 (org-goto-max-level): New option.
4976 (org-goto): Use `org-goto-max-level'.
4978 2008-12-12 Tassilo Horn <tassilo@member.fsf.org>
4980 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4981 Strip angle brackets from message-ids in the former and don't do
4983 (org-gnus-follow-link): Open summary reliable, even if the last
4984 messages were deleted, and handle empty groups, too.
4986 2008-12-12 Carsten Dominik <carsten.dominik@gmail.com>
4988 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4989 instead of \texttt for the =...= and ~===~ emphasis environments.
4990 (org-export-as-latex): Remove any old :org-license-to-kill text
4992 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4993 (org-export-latex-make-header): Add some hard space after the
4995 (org-export-latex-first-lines): Accept RBEG argument. Mark
4996 exported text so that it will be excuded in further steps.
4998 * org-table.el (org-table-get-specials): Make @0 reference the
4999 last line in a table.
5000 (org-table-recalculate): Improve docstring.
5002 2008-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5004 * org.el (org-log-done): Fix docstring.
5006 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
5008 * org-exp.el (org-export-html-format-image): Fix bugs.
5010 * org-export-latex.el (org-export-latex-tables)
5011 (org-export-latex-links): Implement attribute, label, and caption
5014 * org-exp.el (org-export-html-style-default): Add style
5015 definitions for the figure div.
5016 (org-export-preprocess-string, org-export-as-html): Implement
5017 attribute, label, and caption handling.
5018 (org-export-attach-captions-and-attributes): New function.
5019 (org-export-html-format-image): New function.
5020 (org-format-org-table-html): Implement attribute, label, and
5023 * org.el (org-find-text-property-in-string): New function.
5024 (org-extract-attributes): Use the property org-attr instead of
5025 org-attrobutes, because this property is now set with the #+ATTR
5028 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
5030 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5031 the case that FROM is nil.
5033 * org.el (org-before-first-heading-p): New function.
5035 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
5037 * org-exp.el (org-export-as-html): Do not add a space before
5038 enforces line breaks.
5039 (org-export-as-html): Close paragraph before blockquote and verse
5042 2008-12-06 Carsten Dominik <carsten.dominik@gmail.com>
5044 * org-id.el (org-id-locations-file): Wrap file name with
5045 `convert-standard-filename'.
5046 (org-id-files): New variable.
5047 (org-id-use-hash): New option.
5048 (org-id-update-id-locations): Also search in all files current
5049 listed in `org-id-files'. Convert the resulting alist to a hash
5050 if the user customation says so.
5051 (org-id-locations-save): Handle he case if `org-id-locations' is a
5053 (org-id-locations-load): Convert the alist to a hash.
5054 (org-id-add-location): Handle the hast case.
5055 (kill-emacs-hook): Make sure id locations are saved when Emacs is
5057 (org-id-hash-to-alist, org-id-alist-to-hash)
5058 (org-id-paste-tracker): New functions.
5060 -------------------------------------------------------------------------
5062 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5064 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5065 bindings of calendar variables.
5067 * org-table.el (org-table-find-row-type): Renamed from
5068 `org-find-row-type'.
5069 (org-table-rewrite-old-row-references): Renamed from
5070 `org-rewrite-old-row-references'.
5071 (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5072 (org-table-cleanup-narrow-column-properties): Renamed from
5073 `org-cleanup-narrow-column-properties'.
5075 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5077 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5078 for better error messages.
5079 (org-table-get-descriptor-line): Supply the new arguments to
5080 `org-find-row-type'.
5081 (org-table-error-on-row-ref-crossing-hline): New option.
5083 * org.el (org-target-link-regexp): Make buffer-local.
5084 (org-move-subtree-down): Fix bug with trees at beginning of
5087 2008-12-04 Carsten Dominik <carsten.dominik@gmail.com>
5089 * org-faces.el (org-set-tag-faces): New function.
5090 (org-tags-special-faces-re): New variable.
5092 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5094 * org-faces.el (org-tag-faces): New option.
5095 (org-tag): Mention `org-tag-faces' in the docstring.
5097 2008-12-03 Carsten Dominik <carsten.dominik@gmail.com>
5099 * org-exp.el (org-export-html-style-default): Implement new
5102 * org-jsinfo.el (org-infojs-template): Implement new quoting.
5104 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5105 command to the `w3m-minor-mode-map'.
5107 * org-archive.el (org-archive-to-archive-sibling): Protect
5108 `this-command' to avoid appending kills during archiving.
5110 * org-exp.el (org-export-with-priority): New variable.
5111 (org-export-add-options-to-plist): Use `org-export-plist-vars'
5112 instead of internal list of strings and properties.
5113 (org-print-icalendar-entries): Retrieve the location property with
5116 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5118 * org-exp.el (org-export-with-todo-keywords): New option.
5119 (org-export-plist-vars): Include also the keys for the #+OPTIONS
5121 (org-default-export-plist, org-export-add-options-to-plist)
5122 (org-export-as-ascii, org-export-as-html): Use the new structure
5123 of `org-export-plist-vars'.
5125 * org.el (org-map-entries): Return all values.
5127 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
5129 * org.el (org-matcher-time): Recognize more special values.
5131 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5133 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
5135 * org.el (org-tags-exclude-from-inheritance): New option.
5136 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5137 `org-tags-exclude-from-inheritance'.
5139 * org-agenda.el (org-agenda-show-inherited-tags): New option.
5140 (org-format-agenda-item): Add inherited tags to the agenda line
5141 string, and make sure that properties are kept when downcasing the
5143 (org-agenda-add-inherited-tags): New function.
5144 (org-downcase-keep-props): New function.
5146 * org.el (org-scan-tags): Mark inherited tags with a text
5148 (org-get-tags-at): Mark inherited tags with a text property.
5149 (org-add-prop-inherited): New function.
5151 * org-agenda.el (org-agenda-add-inherited-tags): New function.
5152 (org-agenda-show-inherited-tags): New option.
5154 2008-11-26 Carsten Dominik <carsten.dominik@gmail.com>
5156 * org.el (org-modules): Add org-w3m to the default modules.
5158 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5160 (orgtabl-create-or-convert-from-region): New command.
5162 * org-exp.el (org-export-as-ascii): Remove the handling of
5164 (org-export-ascii-preprocess): Handle targets already in this
5167 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
5169 * org-timer.el (org-timer-start-time): Define this variable.
5170 (org-timer-item): Make argument optional.
5172 * org-list.el (org-insert-item): Automatically insert a timer item
5173 if the current list is a timer list.
5175 * org-timer.el: New file.
5177 * org-publish.el (org-publish-org-index): Only exclude the index
5178 file in the main directory from being added to the site-map.
5179 (org-publish-get-project-from-filename): If the current project is
5180 a component, start publishing from the parent project.
5182 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
5184 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5186 * org-publish.el (org-publish-org-index): Improve removal of
5189 * org-agenda.el (org-get-closed): Re-apply changes
5190 accidentially overwritten by last commit to Emacs.
5192 * org.el (org-outline-path-complete-in-steps): New option.
5193 (org-refile-get-location): Honor
5194 `org-outline-path-complete-in-steps'.
5195 (org-agenda-change-all-lines, org-tags-sparse-tree)
5196 (org-time-string-to-absolute, org-small-year-to-year)
5197 (org-link-escape): Re-apply changes accidentially overwritten
5198 by last commit to Emacs
5200 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
5202 * org-clock.el (org-dblock-write:clocktable): Make sure the
5203 clocktable sees the first line.
5204 (org-clock-in): Warn if the clock cannot be resumed.
5206 2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
5208 * org.el (org-open-at-point): Fix mixup about interactive and
5209 non-interactive elisp links.
5211 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5213 * org-exp.el (org-export-preprocess-string): Allow one comment
5214 line before the first headline to always be included. This is
5215 to not miss a commented target.
5217 * org-mouse.el (org-mouse-insert-item): Call
5218 `org-indent-to-column' instead of `indent-to', for XEmacs
5221 * org.el (org-refile-targets): Fix customize definition so
5222 that it works also in XEmacs.
5223 (org-fixup-indentation): Call `org-indent-to-column' instead
5224 of `indent-to', for XEmacs compatibility.
5226 2008-11-21 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
5228 * org-mew.el (org-mew-store-link): Get the correct case folder
5229 for refiled messages.
5231 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5233 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5234 line break indicators.
5236 * org.el (org-ido-completing-read): Remove the "i:" prefix for
5237 ido-completion propts.
5239 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5241 * org-remember.el (org-remember-apply-template): Use
5242 `org-substring-no-properties'.
5244 * org-compat.el (org-substring-no-properties): New function.
5246 * org-remember.el (org-remember-apply-template): Use
5247 `org-substring-no-properties' for compatibility.
5249 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5251 (org-fix-bullet-type): respect
5252 `org-list-two-spaces-after-bullet-regexp'.
5254 * org-clock.el (org-clock-load): Clean up the code.
5256 * org.el (org-adaptive-fill-function): Allow two spaces after
5257 "1." as a list bullet.
5259 2008-11-20 Carsten Dominik <carsten.dominik@gmail.com>
5261 * org-clock.el (org-clock-save, org-clock-load): Check for
5262 live buffers, existing files, and buffer file names to ensure
5263 consistent information.
5264 (org-clock-persist): Make `clock' a special value of this
5265 variable, and improve docstring.
5267 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5268 (org-get-string-indentation): Adapt indentation when the bullet
5271 2008-11-19 Carsten Dominik <carsten.dominik@gmail.com>
5273 * org-remember.el (org-remember-finalize): Make interactive.
5274 (org-remember-kill): New command.
5275 (org-remember-finish-immediately): Call `org-remember-finalize'
5277 (org-remember-finalize): Make `org-remember-finalize' an interactive
5280 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
5282 * org-remember.el (org-remember-apply-template): No ido completion
5283 for free prompts in remember templates.
5284 (org-remember-before-finalize-hook): New hook.
5285 (org-remember-mode): New minor mode.
5286 (org-remember-apply-template): Turn on `org-remember-mode'.
5288 * org-id.el (org-id-add-location): Avoid error when no file is
5291 * org-remember.el (org-remember-apply-template): Fix the way how
5292 the list of allowed properties is retrieved from the target file.
5294 * org.el (org-insert-link): Improve file link matching.
5296 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
5298 * org-colview.el (org-columns-display-here): New argument
5299 DATELINE, to trigger using the new face.
5300 (org-agenda-colview-summarize): Call `org-columns-display-here'
5301 with the new argument.
5303 * org-faces.el (org-agenda-column-dateline): New face.
5305 * org-publish.el (org-publish-org-index): Use index-title at page
5306 title, not as section.
5308 * org-exp.el (org-export-html-format-desc): Respect the
5309 org-protect property.
5310 (org-export-as-html): Protect image specifiers that are in the
5311 description part of a link.
5313 * org.el (org-sort-entries-or-items, org-completing-read)
5314 (org-refile-get-location, org-olpath-completing-read, org-todo)
5315 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5316 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5317 (org-set-property, org-delete-property)
5318 (org-delete-property-globally): Use `org-ido-completing-read'.
5320 * org-remember.el (org-remember-apply-template): Use
5321 `org-ido-completing-read'.
5323 * org-publish.el (org-publish): Use `org-ido-completing-read'.
5325 * org-colview.el (org-columns-edit-value, org-columns-new)
5326 (org-insert-columns-dblock): Use `org-ido-completing-read'.
5328 * org-colview-xemacs.el (org-columns-edit-value)
5329 (org-columns-new, org-insert-columns-dblock): Use
5330 `org-ido-completing-read'.
5332 * org-attach.el (org-attach-delete-one, org-attach-open): Use
5333 `org-ido-completing-read'.
5335 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5336 `org-ido-completing-read'.
5338 * org.el (org-time-today): New function.
5339 (org-matcher-time): Use `org-time-today'. Add special treatment
5340 for "<tomorrow>" and "<yesterday>".
5341 (org-ido-completing-read): New function.
5342 (org-completion-use-ido): New option.
5344 * org-exp.el (org-export-format-source-code): Fix bug in require
5346 (org-export-target-internal-links): Fix bug in search for text
5349 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
5351 * org-export-latex.el (org-export-latex-subcontent): Interprete
5352 target aliases as additonal labels.
5354 * org-exp.el (org-export-target-aliases): New variable.
5355 (org-export-preprocess-string)
5356 (org-export-handle-invisible-targets): Fill the alias alist.
5357 (org-export-as-html): Remove the from the anchor, and also
5359 (org-html-level-start): Insert the target aliases as additonal
5362 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5365 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5367 * org.el (org-open-at-mouse): Ensure correct link abbreviations
5368 when following a link with the mouse from the agenda.
5370 * org-exp.el (org-export-as-html): Avoid lone </div> when no
5371 headlines are created.
5373 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
5375 * org-exp.el (org-export-preprocess-string): Reorder so that we
5376 can still see ID properties when we collect targets.
5377 (org-export-target-internal-links): Also store targets for ID's.
5379 * org.el (org-link-translation-function): New option.
5380 (org-open-at-point): Call `org-link-translation-function' if
5382 (org-translate-link): New function.
5383 (org-translate-link-from-planner): New function.
5384 (org-open-at-point): Allow interactive commands in elisp links.
5386 * org-exp.el (org-icalendar-cleanup-string): Restore the old
5387 iCalendar quoting. The new one seems to caus problems with
5390 * org.el (org-yank): Set `this-command' to `yank', so that
5391 `yank-pop' will work.
5393 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5395 * org-id.el (org-id-search-archives): New option.
5397 * org.el (org-link-to-org-use-id): New option.
5398 (org-store-link): Use `org-link-to-org-use-id'.
5399 (org-id): Make org-id.el a standard component.
5401 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5403 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5404 hexified version of the tag.
5406 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5407 compliance as far as quoting is concerned.
5409 * org-vm.el (org-vm-follow-link): Require `vm-search'.
5411 * org.el (org-up-heading-safe, org-forward-same-level): Always
5412 call `org-back-to-heading' instead of `outline-back-to-heading'.
5413 (org-back-to-heading): New wrapper around outline-back-to-heading,
5414 with a useful error message telling where the error happened.
5416 * org-list.el (org-update-checkbox-count): Always call
5417 `org-back-to-heading' instead of `outline-back-to-heading'.
5419 * org-exp.el (org-export-as-html): Make sure that each <img> tag
5420 has an `alt' attribute, to ensure XHTML validation.
5422 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
5424 * org-publish.el (org-publish-attachment): Allow publishing to
5425 overwrite attachment files.
5427 * org-agenda.el (org-agenda-timerange-leaders): New option.
5428 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5430 * org.el (org-edit-src-exit): Untabify ASCII image before
5444 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
5446 * org.el (org-yank): Make any prefix force normal yanking.
5447 Suppress folding if text would be swallowed into a folded
5449 (org-yank-folded-subtrees, org-yank): Docstring updates.
5451 * org-agenda.el (org-agenda-compare-effort): Treat no effort
5454 * org-exp.el (org-export-language-setup): Add Catalan and
5455 Esperanto language entries.
5457 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5459 * org.el (org-refile): Allow refiling of entire regions.
5461 * org-clock.el (org-clock-time%): New function.
5463 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5464 retrieve property values.
5466 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
5468 * org-agenda.el (org-agenda-list): Handle the value `only' of
5469 org-agenda-show-log'.
5470 (org-agenda-log-mode): Interpret a double prefix arg.
5472 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
5474 * org-exp.el (org-export-html-footnotes-section): New variable.
5475 (org-export-as-html): Use `org-export-html-footnotes-section' to
5476 insert the footnotes.
5477 (org-export-language-setup): Add "Footnotes" to language words.
5479 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
5481 * org.el (org-yank): Fix bug when not inserting a subtree.
5483 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
5485 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5486 instead of `vm-beginning-of-message'.
5488 * org.el (org-make-link-regexps): Make sure that links to gnus can
5491 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
5493 * org-attach.el (org-attach-dir): Remove duplicate ID creation
5496 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5499 * org.el (org-link-abbrev-alist): Improve customization type.
5501 * org-attach.el (org-attach-expand-link, org-attach-expand): New
5504 * org-agenda.el (org-agenda-get-progress): Renamed from
5505 `org-get-closed'. Implement searching for state changes as well.
5506 (org-agenda-log-mode-items): New option.
5507 (org-agenda-log-mode): New option prefix argument, interpreted as
5508 request to show all possible progress info.
5509 (org-agenda-get-day-entries): Call `org-get-progress' instead of
5511 (org-agenda-set-mode-name): Handle the more complex log mode
5513 (org-get-closed): New alias, pointing to `org-get-progress'.
5515 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
5517 * org.el (org-file-apps-defaults-gnu)
5518 (org-file-apps-defaults-macosx)
5519 (org-file-apps-defaults-windowsnt): Add an entry defining the
5521 (org-file-apps): Allow `system' as key and value.
5522 (org-open-at-point): Explain the effect of a double prefix arg.
5523 (org-open-file): If the argument `in-emacs' is (16),
5524 i.e. corresponding to a double prefix argument, try to open the
5527 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
5529 * org.el (org-insert-link): Abbreviate absolute files names in
5530 links. Also, fix a bug in which the double C-u prefix would not
5533 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
5535 * org.el (org-insert-heading): If buffer does not end with a
5536 newline, add one if necessary to insert headline correctly.
5538 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5539 paragraphs, not inside.
5541 * org.el (org-todo): Quote
5542 `org-agenda-headline-snapshot-before-repeat'.
5544 * org-exp.el (org-export-as-html): Fully process link descriptions.
5545 (org-export-html-format-desc): New function.
5546 (org-export-as-html): Collect footnotes into the correct basket.
5547 (org-html-protect): No longer protect quotations marks here, this
5550 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5553 * org-compat.el (org-fit-window-to-buffer): New function (not
5554 really, a preliminary and incomplete version was present earlier,
5557 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5558 `org-fit-window-to-buffer'.
5560 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5562 * org-agenda.el (org-agenda-get-restriction-and-command)
5563 (org-fit-agenda-window, org-agenda-convert-date): Use
5564 `org-fit-window-to-buffer'.
5566 * org-exp.el (org-export-as-html): Process href links through
5567 `org-export-html-format-href'.
5568 (org-export-html-format-href): New function.
5570 * org-agenda.el (org-agenda-todo): Update only the current
5571 headline if this is a repeated TODO, marked done for today.
5572 (org-agenda-change-all-lines): New argument JUST-THIS, to change
5573 only the current line.
5575 * org.el (org-todo): Take a snapshot of the headline if the
5576 repeater might change it.
5578 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5580 * org-publish.el (org-publish-find-title): Remove buffers visited
5581 only for extracting the title.
5583 * org-exp.el (org-export-html-style)
5584 (org-export-html-style-default): Mark style definitions as
5587 * org-publish.el (org-publish-validate-link): Function
5590 2008-11-02 Charles Sebold <csebold@gmail.com>
5592 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5594 (org-plot-quote-timestamp-field): New function.
5595 (org-plot-quote-tsv-field): Call timestamp field function when
5596 necessary rather than just quoting as a string.
5597 (org-plot/gnuplot-to-data): Pass in timefmt property.
5598 (org-plot/gnuplot-script): Supports timefmt property.
5599 (org-plot/gnuplot): Checks for timestamp column before checking
5600 for text index column.
5602 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5604 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5606 * org-publish.el (org-publish-org-index): Create a section in the
5608 (org-publish-org-index): Stop linking to directories.
5610 * org.el (org-emphasis-alist): Use span instead of <u> to
5613 * org-exp.el (org-export-as-html): Make sure <p> is closed before
5616 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
5618 * org-jsinfo.el (org-infojs-template): Remove language attribute
5621 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
5623 * org-agenda.el (org-agenda-remove-marked-text): New function.
5624 (org-agenda-mark-filtered-text)
5625 (org-agenda-unmark-filtered-text): New functions.
5626 (org-write-agenda): Remove fltered text.
5628 * org.el (org-make-tags-matcher): Give access to TODO "property"
5629 without speed penalty.
5631 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
5633 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5635 (org-store-link-props): Make sure adding to the plist works
5638 * org-gnus.el (org-gnus-no-new-news): New function.
5639 (org-gnus-follow-link): Allow the article ID to be a message-id,
5640 in addition to allowing article numbers. Message IDs make much
5642 (org-gnus-store-link): Use message-id to create link.
5644 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
5646 * org.el (org-emphasize): Reverse the selection array.
5647 (org-emphasis-alist): Set <code> tags for the verbatim
5650 * org-remember.el (org-remember-handler): Fix bug with
5651 prefix-related changing of the note storage target.
5653 * org-exp.el (org-print-icalendar-entries): Make the exported
5654 priorities compatible with RFC 2445.
5656 * org-clock.el (org-clock-save): Insert time stamp without
5657 dependence on time-stamp.el.
5659 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
5661 * org.el ("saveplace"): If saveplace puts point into an invisible
5662 location, make it visible.
5663 (org-make-tags-matcher): Allow inactive time stamps in time
5665 (org-yank-adjusted-subtrees): New option.
5666 (org-yank): Incorporate adjusting trees.
5667 (org-paste-subtree): New argument FOR-YANK which will cause
5668 insertion at point without backing up over white lines, and leave
5669 point at the end of the inserted text. Also if the cursor is
5670 at the beginning of a headline, use the same level or the inserted
5673 * org-publish.el (org-publish-get-base-files-1): Deal correctly
5674 with broken symlinks
5676 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
5678 * org-exp.el (org-export-select-tags, org-get-current-options):
5681 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
5683 * org-agenda.el (org-format-agenda-item)
5684 (org-agenda-filter-make-matcher): Make sure tags are stored and
5687 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
5689 * org.el (org-insert-todo-heading): Fix bug with force-heading
5692 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
5694 * org-clock.el (org-clock-in-resume): Add a custom option to
5695 toggle starting the clock from an open clock line.
5696 (org-clock-in): When clocking in to an entry, if
5697 `org-clock-in-resume' is set, check if the first clock line is
5698 open and if so, start the clock from the time in the clock line.
5699 (org-clock-persist): Add a custom option to toggle clock
5701 (org-clock-persist-query-save): Add a custom option to toggle
5702 asking the user if they want to save the running clock when
5704 (org-clock-persist-query-resume): Add a custom option to toggle
5705 asking the user if they want to resume the saved clock when Emacs
5707 (org-clock-save): Add a function to save clock data.
5708 This includes the contents of `org-clock-history' and the buffer
5709 and position of the currently clocked task, if any.
5710 (org-clock-load): Add a function to load clock data.
5711 This populates `org-clock-history', and resumes the saved clocked
5712 task if there is one.
5713 (org-clock-persistence-insinuate): Add a method to set up the
5714 hooks for clock persistence.
5716 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
5718 * org-exp.el (org-export-as-ascii): Handle the case that we are
5719 publishing from an indirect buffer.
5721 * org-table.el (org-table-copy-down): Fix bug with time stamp
5724 * org-mouse.el (org-mouse-features): New option.
5725 (org-mode-hook): Turn on features depending on
5726 `org-mouse-features'.
5728 * org.el (org-insert-heading-respect-content): Force heading
5730 (org-insert-heading): keep the folding state of the heading before
5733 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5735 * org-archive.el (org-archive-to-archive-sibling): Handle top
5736 level headlines better.
5738 2008-10-21 Bastien Guerry <bzg@altern.org>
5740 * org-export-latex.el (org-export-latex-classes): Added
5741 \usepackage{graphicx} to the default list of packages.
5743 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5745 * org-agenda.el (org-agenda-filter): Renamed from
5746 `org-agenda-filter-tags'.
5748 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
5750 * org.el (org-entry-properties): Add CATEGORY property, iven if it
5751 is not defined as a property in this entry.
5752 (org-add-log-note): Mask prefix argument when immediately storing
5755 * org-agenda.el (org-agenda-filter-effort-default-operator): New
5758 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
5760 * org.el (org-add-log-setup): Bugfix; code to find insertion point
5761 after drawers was skipping ahead one line too many, so notes were
5762 inserted after the first note instead of before it.
5764 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
5766 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5768 (org-prepare-agenda): Reset the filter tags.
5769 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5770 Show filter tags in mode line.
5772 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5775 * org-export-latex.el (org-latex-entities-regexp): New constant.
5776 (org-export-as-pdf): Use two calls to `shell-command'.
5778 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
5780 * org-export-latex.el (org-export-latex-treat-sub-super-char):
5781 Honor the {} value of the subsuperscript setting. Make sure that
5782 longer subsuperscripts are typeset in a roman font.
5784 * org.el (org-clock-update-time-maybe): Compute negative clock
5785 intervals correctly.
5787 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
5789 * org.el (org-add-log-setup): Respect
5790 `org-log-state-notes-insert-after-drawers'.
5791 (org-log-state-notes-insert-after-drawers): New option.
5792 (org-todo-trigger-tag-changes): New function.
5793 (org-todo): Call `org-todo-trigger-tag-changes'.
5795 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
5797 * org.el (org-add-log-setup): Only skip drawers if the are
5798 immediately after the scheduling keywords.
5800 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5802 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5803 call it with the current todo state to get the state to switch to
5805 (org-clock-in): Use org-indent-line-function to indent clock lines.
5806 (org-clock-find-position): Fix indentation of empty clock drawers.
5808 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
5810 * org-publish.el (org-publish-org-to): Handle case when
5811 org-export-to-pdf does return a file name, not a buffer.
5812 (org-publish-org-to-pdf): New function.
5814 * org-export-latex.el (org-export-as-pdf)
5815 (org-export-as-pdf-and-open): New commands.
5817 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5820 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5821 things in protexted regions.
5823 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
5825 * org-export-latex.el (org-export-latex-preprocess): Improve
5826 quoting of LaTeX environments.
5828 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
5830 * org.el (org-edit-fixed-width-region): Exclude final newline from
5833 * org-export-latex.el (org-export-latex-subcontent): Add labels to
5834 sections, to make internal links work.
5835 (org-export-latex-fontify-headline): Do not remove all text
5836 properties, to make sure that target properties survive this
5839 * org-exp.el (org-export-preprocess-string): Change sequence of
5840 modifications, to make sure links are prepared before the LaTeX
5841 conversions do happen.
5843 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
5845 * org-attach.el (org-attach-delete-all): Renamed from
5846 `org-attch-delete'. Add a security query before deleting the
5847 entire directory. New optional argument FORCE can overrule the
5849 (org-attach-delete-one): New command.
5851 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
5853 * org-attach.el (org-attach-file-list): Fix bug with directory.
5855 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
5857 * org.el (org-apps-regexp-alist): New function.
5858 (org-file-apps): Add auto-mode to the default value.
5859 (org-open-file): Use the new structure of org-file-apps.
5861 * org-attach.el (org-attach): Support the new keys.
5862 (org-attach-method): New option.
5864 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
5866 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5869 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5870 of the list value o `org-use-tag-inheritance'.
5872 * org-attach.el (org-attach-auto-tag): New option.
5873 (org-attach-tag, org-attach-untag): New functions.
5874 (org-attach-attach, org-attach-new, org-attach-sync): Call
5876 (org-attach-delete): Call `org-attach-untag'.
5878 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
5880 * org-table.el (orgtbl-self-insert-command): Make this work for
5883 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
5885 * org.el (org-add-log-setup): Limit searc for drawers to entry
5886 text, not to subtree.
5888 * org-clock.el (org-clock-heading-for-remember): New variable.
5889 (org-clock-in): Set `org-clock-heading-for-remember'.
5891 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
5893 * org-remember.el (org-remember-apply-template): Add new
5894 expansions: %k, %K for currently clocked task and a link to the
5895 currently clocked task, and %< to file notes in the currently
5898 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
5900 * org-export-latex.el (org-export-latex-make-header): Also insert
5901 the content of the property :latex-header-extra.
5903 * org-exp.el (org-infile-export-plist): Put the content of
5904 #+LATEX_HEADER: into the property :latex-header-extra.
5906 * org-colview.el (org-columns-get-format-and-top-level): Remove
5907 resetting the marker.
5909 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5910 Remove resetting the marker.
5912 * org.el (org-entry-property-inherited-from): Improve docstring.
5913 (org-entry-get-with-inheritance): Reset marker before starting the
5916 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5918 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
5920 * org.el (org-entry-get-multivalued-property)
5921 (org-entry-protect-space, org-entry-restore-space): New
5923 (org-file-apps-defaults-macosx): Let postscript files be opened by
5925 (org-time-stamp-inactive): Call `org-time-stamp'.
5926 (org-time-stamp): New argument `inactive'. Also edit inacive
5927 stamps. Convert time stamp type.
5928 (org-open-file): Interpret the `default' value for the `command'
5931 * org-id.el (org-id-int-to-b36-one-digit)
5932 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5933 (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5936 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
5938 * org-id.el (org-id-reverse-string): New function.
5939 (org-id-new): Use `org-id-reverse-string' to make sure the
5940 beginning chars of the ID are mutating fast. This allows to use a
5941 directory structure to spread things better.
5942 (org-id-prefix): Changed default to nil.
5944 * org-list.el (org-move-item-down, org-move-item-up): Remember and
5945 restore the column of the cursor position.
5947 * org-remember.el (org-remember-apply-template): Remove properties
5950 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
5952 * org-wl.el (org-wl-open): Remove useless call to
5953 `wl-thread-open-all'.
5955 * org-remember.el (org-remember-handler): Fix bug with `bottom'
5958 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
5960 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5961 `org-bbdb-anniversaries'.
5963 * org.el (org-get-next-sibling, org-forward-same-level): New
5964 functions, similar to the outline versions, but invisible headings
5967 2008-09-25 Bastien Guerry <bzg@altern.org>
5969 * org.el (org-auto-repeat-maybe): Insert a space between
5970 the timestamp's type and the timestamp itself.
5972 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
5974 * org-table.el (org-table-sum): Do not format the result with %g,
5975 it does rounding when there are too many digits.
5977 * org.el (org-map-entries): Protect the keyword-selecting variables.
5979 2008-09-23 Bastien Guerry <bzg@altern.org>
5981 * org-agenda.el (org-agenda-to-appt): Make sure the function check
5982 against all agenda files.
5984 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
5986 * org-list.el: New file, aggregating list functions from org.el
5987 and org-export-latex.el.
5989 * org.el (org-edit-src-region-extra): New option.
5991 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
5993 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5996 2008-09-22 Bastien Guerry <bzg@altern.org>
5998 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6000 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
6002 * org-plot.el (org-plot/gnuplot): Make tables starting with a
6003 hline work correctly.
6004 (org-plot/gnuplot-script): Put commas at the end of each script
6007 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
6009 * org.el (org-get-refile-targets): Replace links with their
6011 (org-imenu-get-tree): Replace links with their descriptions.
6013 * org-remember.el (org-remember-apply-template): Add a new
6014 expansion for adding properties to remember items.
6016 * org.el (org-add-log-setup): Skip over drawers (properties,
6017 clocks etc) when adding notes.
6019 * org-agenda.el (org-agenda-get-closed): show durations of clocked
6020 items as well as the start and end times.
6022 * org-compat.el (org-get-x-clipboard-compat): Add a compat
6023 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6025 * org-remember.el (org-get-x-clipboard): Use the compat
6026 function to get clipboard values when x-selection-value is
6027 unavailable. Use substring-no-properties instead of
6028 set-text-properties to remove text properties from the clipboard
6031 * lisp/org-clock.el (org-update-mode-line): Support limiting the
6032 modeline clock string, and display the full todo value in the
6033 tooltip. Set a local keymap so mouse-3 on the clock string goes to
6034 the currently clocked task.
6035 (org-clock-string-limit): Add a custom value for the maximum
6036 length of the clock string in the modeline.
6037 (org-clock-mode-map): Add a keymap for the modeline string
6039 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
6041 * org-compat.el (org-propertize): New function.
6043 2008-09-20 Bastien Guerry <bzg@altern.org>
6045 * org-export-latex.el (org-export-latex-tables): protect exported
6046 tables from further special chars conversion.
6047 (org-export-latex-preprocess): Preserve LaTeX environments.
6048 (org-list-parse-list): Parse descriptive lists.
6049 (org-list-to-generic, org-list-to-latex, org-list-to-html)
6050 (org-list-to-texinfo): Export descriptive lists.
6051 (org-quote-chars): Remove.
6052 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6053 (org-export-latex-list-beginning-re): Rename to
6054 `org-list-beginning-re'
6055 (org-list-item-begin): Rename to `org-list-item-beginning'
6057 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
6059 * org.el (org-refile): Allow refiling to the last entry in the
6061 (org-get-tags-at): Fix bug when inheritance is turned off.
6063 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
6065 * org.el (org-indent-line-function): No longer check for src
6066 regions, this is too much overhead.
6068 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6071 * org.el (org-scan-tags): Make sure that tags matching is not case
6072 sensitive. TODO keyword matching is case sensitive, however, to
6073 avoid confusion with similar words that are not meant to be
6076 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
6078 * org.el (org-get-local-tags-at): New function.
6079 (org-get-local-tags): New function.
6081 * org-exp.el (org-export-get-categories): New function.
6083 * org-agenda.el (org-sorting-choice)
6084 (org-agenda-sorting-strategy, org-agenda-get-todos)
6085 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6086 (org-agenda-get-scheduled, org-agenda-get-blocks)
6087 (org-entries-lessp): Implement sorting by TODO state.
6088 (org-cmp-todo-state): New defsubst.
6090 * org-colview.el (org-colview-construct-allowed-dates): New
6092 (org-columns-next-allowed-value): Use
6093 `org-colview-construct-allowed-dates'.
6095 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6097 (org-columns-next-allowed-value): Use
6098 `org-colview-construct-allowed-dates'.
6100 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
6102 * org.el (org-protect-slash): New function.
6103 (org-get-refile-targets): Use `org-protect-slash'.
6105 * org-agenda.el (org-global-tags-completion-table): New variable.
6107 * org-exp.el (org-export-handle-export-tags): New function.
6108 (org-export-preprocess-string): Call
6109 `org-export-handle-export-tags'.
6111 * org-plot.el: New file.
6113 * org-publish.el (org-publish-expand-components): Function removed.
6114 (org-publish-expand-projects): Allow components to have components.
6116 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
6118 * org.el (org-indent-line-function): Do not indent in regions that
6119 are external source code.
6120 (org-yank-and-fold-if-subtree): New function.
6122 * org-agenda.el (org-agenda-todayp): New function.
6123 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6124 `org-agenda-todayp'.
6126 * org.el (org-insert-heading-respect-content)
6127 (org-insert-todo-heading-respect-content): New commands.
6128 (org-insert-heading-respect-content): New option.
6129 (org-insert-heading): Respect `org-insert-heading-respect-content'.
6131 * org-clock.el (org-clock-find-position): Make sure the note after
6132 the clock line gets moved into the new clock drawer.
6134 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
6136 * org-id.el (org-id-new): New option.
6138 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
6140 * org-table.el (org-table-copy-down): Avoid overflow during
6141 increment. Use prefix argument 0 to temporarily disable the
6144 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
6146 * org-exp.el (org-export-as-html): Do not turn on the major mode
6147 if the buffer will be killed anyway.
6148 (org-get-current-options): Exclude the #+TEXT field.
6149 (org-export-as-html): Make sure text before the first headline is
6152 * org-publish.el (org-publish-org-to): Tell the exporter that this
6153 buffer will be killed, so it is not necessary to do major mode
6156 * org-archive.el (org-archive-to-archive-sibling): Show empty
6157 lines after folding the archive sibling.
6159 * org.el (org-log-note-extra): New variable.
6161 2008-09-05 Bastien Guerry <bzg@altern.org>
6163 * org.el (org-additional-option-like-keywords): Added keywords for
6164 the _QUOTE, _VERSE and _SRC environments.
6166 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6167 exporting _QUOTE and _VERSE environments.
6169 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
6171 * org-agenda.el (org-agenda-filter-by-tag): New command.
6173 * org-exp.el (org-get-current-options): Remove angular brackets
6174 from the date entry.
6176 * org.el (org-edit-fixed-width-region): New function.
6177 (org-edit-fixed-width-region): Also try
6178 `org-edit-fixed-width-region'.
6179 (org-edit-fixed-width-region-mode): New option.
6180 (org-activate-code): Only interprete lines starting with colon
6181 plus a space as example lines.
6183 * org-remember.el (org-remember-templates): Add nil instead of
6184 empty strings to fix the length of remember templates.
6186 * org-table.el (org-calc-default-modes): Fix the time format for
6187 calc, from 12 hour to 24 hour clock.
6189 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
6191 * org-agenda.el (org-agenda-get-deadlines)
6192 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6193 entries that are pre-warnings of deadlines or reminders.
6195 * org.el (org-sort-entries-or-items): Make numeric and alpha
6196 comparisons ignore any TODO keyword and priority cookie.
6198 * org-remember.el (org-remember-handler): Reinterpretation of the
6201 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
6203 * org-agenda.el (org-agenda-get-scheduled): Use new
6204 `org-scheduled' face.
6206 * org-faces.el (org-scheduled): New face.
6208 * org-wl.el (org-wl-open): Remove incorrect declaration.
6210 * org-gnus.el (org-gnus-store-link): Support for :to information
6213 * org-exp.el (org-export-as-html): Fixed typo in creator
6215 (org-export-protect-examples): New parameter indent. Insert extra
6216 spaces only when this parameter is specified.
6217 (org-export-preprocess-string): Call `org-export-protect-examples'
6218 with an indentation parameter when exporting to ASCII.
6220 * org-remember.el (org-remember-templates)
6221 (org-remember-apply-template): Allow the file component to be a
6224 * org.el (org-goto-local-search-headings): Renamed from
6225 `org-goto-local-search-forward-headings'. Added the possibility
6226 to search backwards.
6228 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
6230 * org-export-latex.el (org-export-latex): New customization
6233 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6235 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
6237 * org-exp.el (org-html-do-expand): Allow {} to terminate
6240 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
6242 * org.el (org-buffer-list): Select buffers based on major mode,
6245 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
6247 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6250 * org-colview.el (org-columns-display-here): Use
6251 `org-columns-modify-value-for-display-function'.
6253 * org-colview-xemacs.el (org-columns-display-here): Use
6254 `org-columns-modify-value-for-display-function'.
6256 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6258 * org.el (org-columns-modify-value-for-display-function): New option.
6270 * org-publish.el (org-publish-file): Make sure the directory match
6271 for the publishing directory works correctly.
6273 * org-agenda.el (org-agenda-execute-calendar-command)
6274 (org-agenda-diary-entry): Additional optional argument.
6276 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6278 * org-exp.el (org-export-as-html): Add attributes also in mailto
6281 * org.el (org-autoload): Add `org-dblock-write:columnview'.
6290 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
6292 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6293 sure that calls from `org-export-region-as-html' do not do the
6294 special check for a subtree.
6296 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
6298 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6300 2008-07-20 Juri Linkov <juri@jurta.org>
6302 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6303 new keymap `narrow-map' instead of binding "\C-xns".
6305 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
6307 * org.el (org-open-file): Use
6308 `org-open-directory-means-index-dot-org'.
6309 (org-open-directory-means-index-dot-org): New option.
6311 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
6313 * org.el (org-make-link-string): Remove link attributes from
6315 (org-open-at-point): Remove link attributes bevore using the path.
6317 * org-exp.el (org-export-as-html): Handle link attributes.
6319 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6321 * org-table.el (org-table-to-lisp): New function.
6323 * org.el (org-narrow-to-subtree): Do not include the final newline
6324 into the narrowed region.
6326 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6327 bug with user-define skipping condition.
6329 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
6331 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6333 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
6335 * org-exp.el (org-export-html-style-default): Automatic overflow
6336 handling for pre fields.
6337 (org-export-as-ascii, org-export-as-html): Change default format
6340 * org-table.el (org-table-export): Offer completion for translator
6341 functions, and do not require a heading above the table.
6343 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6344 Cater for the case of a list starting in the first line of the
6347 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
6349 * org-publish.el (org-publish-find-title): Bug fix.
6350 (org-publish-org-index): Implement new :index-style option.
6352 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
6354 * org-publish.el (org-publish-timestamp-filename): Use
6355 SHA1-encoded file names in the timestamp directory.
6357 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
6359 * org-publish.el (org-publish-needed-p): Be verbose about files
6360 published and files skipped.
6362 * org-exp.el (org-export-preprocess-string): Swap link
6363 normalization and inernal link targeting.
6365 * org-publish.el (org-publish-needed-p): Create timestamp
6366 directory when it does not exist.
6368 2008-07-04 Bastien Guerry <bzg@altern.org>
6370 * org-clock.el (org-clock-out-when-done): Doc fix.
6372 * org.el (org-agenda-skip-unavailable-files): Doc fix.
6374 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6375 Ignore case when searching for the COMMENT cookie at export time.
6377 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
6379 * org-exp.el (org-get-file-contents)
6380 (org-get-and-remove-property): New functions.
6381 (org-export-handle-include-files): Handle the new prefix options.
6382 (org-export-as-html): Fix the verse environment.
6384 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
6386 * org.el (org-time=, org-time<, org-time<=, org-time>)
6387 (org-time>=, org-time<>, org-2ft): New functions.
6388 (org-op-to-function): Also provide for the time testing fucntions.
6390 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
6392 * org-exp.el (org-export-html-style-default): New constant.
6394 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
6396 * org-exp.el (org-export-html-style-extra): New variable.
6397 (org-export-splice-style): New function.
6399 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
6401 * org-exp.el (org-export-plist-vars, org-export-as-html):
6402 Implement `org-export-creator-info'.
6403 (org-export-creator-info): New option.
6405 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
6407 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6408 (org-property-drawer-re, org-clock-drawer-re): New constants.
6410 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
6412 * org-exp.el (org-icalendar-use-deadline)
6413 (org-icalendar-use-scheduled): New options.
6414 (org-icalendar-include-todo): Default changed to t.
6415 (org-print-icalendar-entries): Implement better utilization of
6416 scheduling and deadline time stamps.
6417 (org-export-target-internal-links, org-export-as-html): Allow file
6418 lines without the "file:" prefix if the file path is an absolute
6419 path or starts with ".".
6421 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6423 (org-clock-special-range): Also undertand yesterday, lastweek etc.
6425 2008-06-18 Glenn Morris <rgm@gnu.org>
6426 * org.el (org-map-entries): Let-bind `file'.
6428 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
6430 * org.el (org-agenda-skip-archived-trees): Docstring now
6431 discourages using this.
6432 (org-scan-tags): Check for org-agenda-archives-mode.
6433 (org-map-entries): Make sure org-agenda-archives-mode is nil.
6434 (org-agenda-files): Functionality of second arg changed.
6436 * org-agenda.el (org-agenda-archives-mode): New variable
6437 (org-write-agenda, org-prepare-agenda, org-agenda-list)
6438 (org-search-view, org-todo-list, org-tags-view)
6439 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6441 (org-agenda-quit): Reset the archives mode.
6442 (org-agenda-archives-mode): New command.
6443 (org-agenda-set-mode-name): Include archives info.
6445 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
6447 * org.el (org-paste-subtree): Make sure the yanked headline is
6448 visible if it was yanked at a visible point.
6449 (org-move-item-up): Fix the bug with moving white space at the end
6451 (org-show-empty-lines-in-parent): New function.
6453 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
6455 * org-colview.el (org-columns-next-allowed-value): Bug fix.
6457 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6459 * org-agenda.el (org-agenda-get-closed): Get the end time into the
6460 agenda prefix as well.
6462 * org-publish.el (org-publish-org-index): Make a properly indented
6465 * org.el (org-calendar-agenda-action-key): New option.
6466 (org-get-cursor-date): New function.
6467 (org-mark-entry-for-agenda-action): New command.
6468 (org-overriding-default-time): New variable.
6469 (org-read-date): Respect `org-overriding-default-time'.
6471 * org-remember.el (org-remember-apply-template): Respect the
6472 ovverriding default time.
6474 * org-agenda.el (org-agenda-action-marker): New variable.
6475 (org-agenda-action): New command.
6476 (org-agenda-do-action): New function.
6478 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
6480 * org.el (org-schedule, org-deadline): Protect scheduled and
6481 deadline tasks against changes that accidently remove the
6482 repeater. Also show a message with the new date when done.
6484 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
6486 * org.el (org-beginning-of-line): Cater for the case when there
6487 are tags but no headline text.
6488 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6491 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
6493 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6494 the return value is nil instead of "nil" when there is no match.
6496 * org-exp.el (org-insert-centered): Use fill-column instead of
6498 (org-export-as-ascii): Use string-width to measure the width of
6501 * org.el (org-diary-to-ical-string): No longer kill buffer
6502 FROMBUF, this is now done by the caller.
6504 * org-exp.el (org-print-icalendar-entries): Move the call to
6505 `org-diary-to-ical-string' out of the loop, and kill the buffer
6508 * org-remember.el (org-remember-visit-immediately): Position
6509 cursor after moving to the note.
6510 (org-remember-apply-template): Use a text property to record the
6512 (org-remember-handler): Align tags after pasting the note.
6514 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
6516 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6518 * org-agenda.el (org-agenda-open-link): If there is an
6519 org-bbdb-name property in the current line, jump to that bbdb
6522 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6523 text property, so that the agenda knows where this entry comes
6526 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6527 interaction between clocking-in from the agenda, and automatic
6528 task state switching.
6530 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6532 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6533 zmacs-region stays after this command in XEmacs.
6535 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
6537 * org.el (org-scan-tags): Allow new values for ACTION parameter.
6539 * org-remember.el (org-remember-templates): Fix bug in
6540 customization type definition.
6542 * org.el (org-map-entries): New function.
6544 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
6546 * org-agenda.el (org-agenda-skip-comment-trees): New option.
6547 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6549 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
6551 * org-remember.el (org-jump-to-target-location): New variable.
6552 (org-remember-apply-template): Set
6553 `org-remember-apply-template' if requested by template.
6554 (org-remember-handler): Start an idle timer to jump to
6557 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6559 * org.el (org-set-regexps-and-options): Fix bug with parsing of
6561 (org-get-tags-at): Add the content of `org-file-tags'.
6563 * org-exp.el (org-export-handle-comments): Fix bug with several
6564 comment lines after each other.
6565 (org-number-to-roman, org-number-to-counter): New functions.
6566 (org-export-section-number-format): New option.
6568 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
6570 * org-exp.el (org-export-protect-examples): Catch the case of a
6571 missing end_example line.
6573 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6574 `org-file-tags' to nil.
6576 * org-colview.el (org-columns-next-allowed-value): Handle next
6577 argument NTH to directly select a value.
6579 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6580 argument NTH to directly select a value.
6582 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
6584 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6586 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
6588 * org.el (org-columns-ellipses): New option.
6590 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
6592 * org-colview.el (org-columns-add-ellipses): New function.
6593 (org-columns-compact-links): New function.
6594 (org-columns-cleanup-item): Call `org-columns-compact-links'.
6595 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6597 (org-columns-edit-value): Fixed bug with editing values from
6599 (org-columns-redo): Also redo the agenda itself.
6601 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
6603 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6606 * org-colview.el (org-agenda-columns-cleanup-item): New function.
6608 * org-exp.el (org-export-ascii-preprocess): Renamed from
6609 `org-export-ascii-clean-string'.
6610 (org-export-kill-licensed-text)
6611 (org-export-define-heading-targets)
6612 (org-export-handle-invisible-targets)
6613 (org-export-target-internal-links)
6614 (org-export-remove-or-extract-drawers)
6615 (org-export-remove-archived-trees)
6616 (org-export-protect-quoted-subtrees)
6617 (org-export-protect-verbatim, org-export-protect-examples)
6618 (org-export-select-backend-specific-text)
6619 (org-export-mark-blockquote-and-verse)
6620 (org-export-remove-comment-blocks-and-subtrees)
6621 (org-export-handle-comments, org-export-mark-radio-links)
6622 (org-export-remove-special-table-lines)
6623 (org-export-normalize-links)
6624 (org-export-concatenate-multiline-links)
6625 (org-export-concatenate-multiline-emphasis): New functions,
6626 obtained from spliiting the export preprocessor.
6628 * org-table.el (org-table-recalculate): Improve error message if
6629 the row number is invalid.
6631 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
6633 * org-archive.el (org-archive-save-context-info): Fix bugs in
6634 customization setup and docstring.
6636 * org-exp.el (org-export-html-style): Changed the size of in the
6637 <pre> element to 90%.
6639 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
6641 * org.el (org-find-src-example-start): Function removed.
6642 (org-edit-src-find-region-and-lang): New function.
6644 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
6646 * org.el (org-edit-src-exit): New function.
6647 (org-exit-edit-mode): New minor mode.
6649 * org-exp.el (org-export-preprocess-string): Fix bug with removing
6650 comment-like lines from protected examples.
6652 * org.el (org-edit-src-example, org-find-src-example-start)
6653 (org-protect-source-example, org-edit-special): New functions.
6655 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
6657 * org-publish.el (org-publish-project-alist): Fix typo in
6659 (org-publish-project-alist): Handle :index-title property.
6661 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
6663 * org-export-latex.el (org-export-as-latex): Make sure region
6664 bounds are correct. Parse subtree properties relating to export.
6666 * org-exp.el (org-export-add-options-to-plist): New function.
6667 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6669 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
6671 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6674 * org-exp.el (org-export-get-title-from-subtree)
6675 (org-export-as-ascii, org-export-as-html): Make sure the original
6676 region-beginning and region-end are used, even after moving
6678 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6681 * org-remember.el (org-remember-last-stored-marker): New variable.
6682 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6683 (org-remember-handler): Also use marker to remember
6684 last-stored position.
6686 * org.el (org-goto-marker-or-bmk): New function.
6688 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
6690 * org.el (org-file-properties): Renamed from `org-local-properties'.
6691 (org-scan-tags): Take file tags into account.
6692 (org-tags-match-list-sublevels): Default changed to t.
6694 * org-exp.el (org-export-as-html): Close paragraph after a
6697 * org.el (org-update-parent-todo-statistics): New function.
6699 * org-exp.el (org-icalendar-store-UID): New option.
6700 (org-icalendar-force-UID): Option removed.
6701 (org-print-icalendar-entries): IMplement UIDs.
6703 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
6705 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6707 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
6709 * org-faces.el (org-column): Document how this face is being used
6710 and why sometimes the background faces shine through.
6712 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6714 * org-publish.el (org-publish-attachment): Create publishing
6715 directory if it does not yet exist.
6717 * org-table.el (org-calc-default-modes): Change default number
6718 format to (float 8).
6720 * org.el (org-olpath-completing-read): New function.
6721 (org-time-clocksum-format): New option.
6722 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6724 * org-clock.el (org-clock-display, org-clock-out)
6725 (org-update-mode-line): Use `org-time-clocksum-format'.
6727 * org-colview-xemacs.el (org-columns-number-to-string): Use
6728 `org-time-clocksum-format'.
6730 * org-colview.el (org-columns-number-to-string): Use
6731 `org-time-clocksum-format'.
6733 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
6735 * org-id.el: New file, move from contrib to core.
6737 * org-exp.el (org-icalendar-force-UID): New option.
6739 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
6741 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6742 shifted by one day if theere is a date range without an end
6745 * org.el (org-try-structure-completion): New function.
6747 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
6749 * org.el (org-set-font-lock-defaults): Improve fontification of
6751 (org-insert-item): Handle description lists.
6752 (org-adaptive-fill-function): Improve auto indentation in
6755 * org-exp.el (org-export-as-html, org-export-preprocess-string):
6756 Implement VERSE environment.
6757 (org-export-preprocess-string): Implement the COMMENT
6760 * org-export-latex.el (org-export-latex-preprocess): Implement
6763 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
6765 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6768 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
6770 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6772 * org.el (org-quote-csv-field): New functions.
6774 * org-table.el (org-table-export-default-format): Remove :splice
6775 from default format, we get the same effect by not specifying
6777 (org-table-export): Improve setup, distinguish better between
6778 interactive and non-interactive use, allow specifying the format
6779 on the fly, better protection against wrong file names.
6780 (orgtbl-to-generic): Fix documentation. Do not require :tstart
6781 and :tend when :splice is omitted.
6783 2008-05-09 Bernt Hansen <bernt@norang.ca>
6785 * org-clock.el (org-clock-select-task): Make sure the selection
6786 letters are 1-9 and A-Z, no special characters.
6788 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
6790 * org-exp.el (org-export-htmlize): New group.
6791 (org-export-htmlize-output-type)
6792 (org-export-htmlize-css-font-prefix): New options.
6793 (org-export-htmlize-region-for-paste): New function.
6794 (org-export-htmlize-generate-css): New command.
6796 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6798 * org/org.el (org-modules, org-format-latex-options):
6799 * org/org-archive.el (org-archive-stamp-time)
6800 (org-archive-save-context-info):
6801 * org/org-faces.el (org-hide):
6802 * org/org-irc.el (org-irc-parse-link):
6803 * org/org-macs.el (org-call-with-arg, org-autoload):
6804 * org/org-mew.el (org-mew-store-link):
6805 * org/org-remember.el (org-remember-store-without-prompt)
6806 (org-remember-templates): Fix typos in docstrings.
6808 * org/org-info.el (org-info-store-link): Remove leftover docstring.
6810 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6811 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6812 (org-bbdb-anniv-split): Fix typos in docstrings.
6814 * org/org-publish.el (org-publish-project-alist): Doc fixes.
6815 (org-publish-use-timestamps-flag): Reflow docstring.
6816 (org-publish-files-alist): Fix typos in docstring.
6818 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
6820 * org.el (org-set-visibility-according-to-property): New function.
6821 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6822 and compute the regular expressions, and update font-lock.
6823 (org-property-re): Allow a dash in property names.
6825 * org-archive.el (org-extract-archive-file): Insert the file name
6826 without the path into the format, to allow the location format to
6827 contain a subdirectory.
6829 * org-agenda.el (org-agenda-post-command-hook): If point is at end
6830 of buffer, and the `org-agenda-type' property undefined, use the
6831 value from the character before.
6833 * org.el (org-add-planning-info): Don't let indentation for
6834 would-be timestamp become extra whitespace at the end of headline.
6836 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
6838 * org.el (org-remove-double-quotes, org-file-contents): New
6841 * org-exp.el (org-infile-export-plist): Also parse the
6842 contents of #+SETUPFILE files, recursively.
6844 * org.el (org-set-regexps-and-options): Also parse the
6845 contents of #+SETUPFILE files, recursively.
6847 * org-exp.el (org-export-handle-include-files): New function.
6848 (org-export-preprocess-string): Call
6849 `org-export-handle-include-files'.
6851 * org.el (org-delete-property-globally)
6852 (org-delete-property, org-set-property): Ignore case during
6854 (org-set-property): Use `org-completing-read' instead of
6857 * org.el (org-complete-expand-structure-template): New,
6858 experimental function.
6859 (org-structure-template-alist): New, experimental option.
6860 (org-complete): Call `org-complete-expand-structure-template'.
6862 2008-05-06 Bastien Guerry <bzg@altern.org>
6864 * org-export-latex.el (org-export-latex-preprocess): Added
6865 support for blockquotes.
6867 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
6869 * org.el (org-read-date-analyze): Catch the case where only a
6872 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
6874 * org.el (org-set-font-lock-defaults): Make the description
6877 * org-exp.el (org-export-as-html, org-close-li): Implement
6880 2008-05-04 Jason Riedy <jason@acm.org>
6882 * org-table.el (*orgtbl-default-fmt*): New variable.
6883 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6884 when there is no other fmt available.
6886 (orgtbl-to-generic): Allow an explicitly nil :tstart or
6887 :tend to suppress the appropriate string.
6889 (orgtbl-to-orgtbl): New function for translating to another orgtbl
6892 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
6894 * org.el (org-read-date-analyze): "." as an alias for "+0" in
6897 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6900 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6903 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
6905 * org-clock.el (org-clock-find-position): Don't include notes
6908 * org-archive.el (org-archive-subtree): No longer remove an
6909 extra line after cutting the subtree. `org-cut-subtree' already
6912 * org-remember.el (org-remember-handler): Only kill the target
6913 buffer if it does not contain the running clock.
6915 * org.el (org-markers-to-move): New variable.
6916 (org-save-markers-in-region, org-check-and-save-marker)
6917 (org-reinstall-markers-in-region): New function.
6918 (org-move-subtree-down, org-copy-subtree): Remember relative
6919 marker positions before cutting.
6920 (org-move-subtree-down, org-paste-subtree): Restore relative
6921 marker positions after pasting.
6923 * org-remember.el (org-remember-clock-out-on-exit): New option.
6924 (org-remember-finalize): Clock out only if the setting in
6925 `org-remember-clock-out-on-exit' requires it.
6926 (org-remember-handler): Do the cleanup in the buffer, to make sure
6927 that the clock marker remains in tact.
6929 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
6931 * org-clock.el (org-clock-goto): Widen buffer if necessary.
6932 (org-clock-in): Make sure that also tasks outside the narrowed
6933 region will be clocked in correctly.
6934 (org-clock-insert-selection-line): Widen the buffer so that we can
6935 find the correct task heading.
6937 * org.el (org-base-buffer): New function.
6939 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6940 and ";" are escaped.
6941 (org-print-icalendar-entries): Also apply
6942 `org-icalendar-cleanup-string' to the headline, not only to the
6945 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
6947 * org-exp.el (org-export-preprocess-hook): New hook.
6948 (org-export-preprocess-string): Call
6949 `org-export-preprocess-hook'.
6951 * org.el (org-font-lock-hook): New variable.
6952 (org-font-lock-hook): New function.
6953 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6957 ;; add-log-time-zone-rule: t
6960 Copyright (C) 2008 Free Software Foundation, Inc.
6962 This file is part of GNU Emacs.
6964 GNU Emacs is free software: you can redistribute it and/or modify
6965 it under the terms of the GNU General Public License as published by
6966 the Free Software Foundation, either version 3 of the License, or
6967 (at your option) any later version.
6969 GNU Emacs is distributed in the hope that it will be useful,
6970 but WITHOUT ANY WARRANTY; without even the implied warranty of
6971 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6972 GNU General Public License for more details.
6974 You should have received a copy of the GNU General Public License
6975 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6977 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c