1 2009-12-16 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-latex.el (org-export-as-latex): Ignore read-only
6 * org-exp.el (org-export-preprocess-string): Remove any
7 `read-only' properties.
9 * org-agenda.el (org-agenda-inactive-leader): New option.
10 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
11 (org-tags-view): Prompt for matcher if MATCH is an empty string.
12 (org-todo-list): Prompt for matcher if ARG is an empty string.
14 2009-12-15 Carsten Dominik <carsten.dominik@gmail.com>
16 * org.el (org-open-link-functions): New hook.
17 (org-open-at-point): Run `org-open-link-functions'.
19 2009-12-14 Carsten Dominik <carsten.dominik@gmail.com>
21 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
24 * org.el (org-inhibit-startup-visibility-stuff): New variable.
25 (org-mode): Don't do startup visibility if inhibited.
26 (org-outline-overlay-data, org-set-outline-overlay-data): New
28 (org-save-outline-visibility): New macro.
29 (org-log-note-headings): Document that one should not change the
32 2009-12-13 Carsten Dominik <carsten.dominik@gmail.com>
34 * org.el (org-make-link-regexps): Capture link path into a group.
36 2009-12-12 Carsten Dominik <carsten.dominik@gmail.com>
38 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
41 2009-12-11 Carsten Dominik <carsten.dominik@gmail.com>
43 * org.el (org-startup-with-beamer-mode): New option.
44 (org-property-changed-functions)
45 (org-property-allowed-value-functions): New hooks.
46 (org-entry-put, org-property-get-allowed-values): Run the new
48 (org-property-next-allowed-value): Run the new hooks.
50 * org-exp.el (org-export-select-backend-specific-text): Add the
54 (org-export-preprocess-before-selecting-backend-code-hook): New
57 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
58 (org-export-as-latex): Run
59 `org-export-latex-after-initial-vars-hook'.
60 (org-export-latex-format-toc-function)
61 (org-export-latex-make-header): Call
62 `org-export-latex-format-toc-function'.
64 * org.el (org-fill-template): Make template searches case sensitive.
66 * org-exp.el (org-export): Use "1" as a sign to export only the
69 * org-colview-xemacs.el (org-columns-edit-value): Use
70 org-unrestricted property.
72 * org-colview.el (org-columns-edit-value): Use
73 org-unrestricted property.
75 * org.el (org-compute-property-at-point): Set org-unrestricted
76 text property if the list contains ":ETC".
77 (org-insert-property-drawer): Use
78 org-unrestricted property.
81 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
82 (org-export-preprocess-string): Run
83 `org-export-preprocess-before-selecting-backend-code-hook'.
85 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
87 * org-latex.el (org-export-region-as-latex): Run
88 `org-export-first-hook'.
90 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
92 * org-docbook.el (org-export-as-docbook): Run
93 `org-export-first-hook'.
95 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
97 * org-exp.el (org-export-first-hook): New hook.
99 2009-12-10 Carsten Dominik <carsten.dominik@gmail.com>
101 * org-list.el (org-previous-item): Exit at the beginning of the
104 * org-id.el (org-id-locations-save): Only write the id locations
107 * org-archive.el (org-archive-all-done): Make this work in a file
108 with org-odd-levels-only set.
110 * org.el (org-get-refile-targets): Catch the case when a buffer
113 * org-latex.el (org-export-as-latex): Cleanup forced line ends
114 where they are not needed.
115 (org-export-latex-subcontent): Remove unnecessary newlines.
117 2009-12-09 Carsten Dominik <carsten.dominik@gmail.com>
119 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
120 (org-export-latex-fontify): Fix regexp bug that takes special
121 care of protecting the right boundary characters in emphasis
123 (org-export-latex-preprocess): Allow multiple arguments to latex
126 * org.el (org-make-link-regexps): Use John Gruber's regexp for
129 * org-macs.el (org-re): Interpret :punct: in regexps.
131 * org-exp.el (org-export-replace-src-segments-and-examples): Also
132 take the final newline after the END line.
134 * org.el (org-clean-visibility-after-subtree-move): Only fix
135 entries that are not entirely invisible already.
136 (org-insert-link): Respect org-link-file-path-type for
137 "docview:" links in addition to "file:" links.
139 2009-12-03 Carsten Dominik <carsten.dominik@gmail.com>
141 * org-exp.el (org-export-format-source-code-or-example): Avoid
142 additional extra white lines in LaTeX.
144 * org-list.el (org-list-parse-list): Leave empty lines after the
145 list, don't consider them as part of the list.
147 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
150 * org-clock.el (org-clock-select-task): Convert integer to
151 character for XEmacs.
153 2009-12-02 Carsten Dominik <carsten.dominik@gmail.com>
155 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
158 2009-11-30 Tassilo Horn <tassilo@member.fsf.org>
160 * org.el (org-complete-tags-always-offer-all-agenda-tags): New
162 (org-set-tags): Use it.
164 2009-11-30 Carsten Dominik <carsten.dominik@gmail.com>
166 * org-list.el (org-empty-line-terminates-plain-lists): Update
169 * org.el (org-format-latex): Fix link creation for processed latex
172 2009-11-29 Carsten Dominik <carsten.dominik@gmail.com>
174 * org-footnote.el (org-footnote-normalize): Protect replacement
177 * org.el (org-inside-latex-macro-p): Save match data.
179 2009-11-28 Jan Böcker <jan.boecker@jboecker.de>
181 * org-docview.el: New file.
183 2009-11-27 Carsten Dominik <carsten.dominik@gmail.com>
185 * org-latex.el (org-export-latex-class-options): New variable.
186 (org-export-latex-set-initial-vars): Use the class options.
188 * org.el (org-forward-same-level): Stop at headings that start
189 with an invisible character.
190 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
192 2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
194 * org-footnote.el (org-footnote-normalize): Don't take optional
195 arguments in LaTeX macros as footnotes.
197 * org.el (org-inside-latex-macro-p): New function.
199 * org-latex.el (org-latex-to-pdf-process): Change customization
200 group to `org-export-pdf'.
202 * org-agenda.el (org-agenda-get-blocks): Look at time string also
203 on days after the first one.
205 * org.el (org-insert-heading): Also check for item before assuming
206 before-first-heading condition.
208 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
209 (org-export-pdf-logfiles): New option.
210 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
211 (org-export-pdf-logfiles): Fix customization type.
213 * org.el (org-insert-link): Improve error message when there is no
214 default link to select with RET.
216 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
219 2009-11-25 Carsten Dominik <carsten.dominik@gmail.com>
221 * org-latex.el (org-export-latex-parse-global)
222 (org-export-latex-parse-content)
223 (org-export-latex-parse-subcontent): Use
224 `org-re-search-forward-unprotected'.
225 (org-export-as-pdf): Remove log files produced by XeTeX.
227 * org-macs.el (org-re-search-forward-unprotected): New function.
229 2009-11-25 James TD Smith <ahktenzero@mohorovi.cc>
231 * org-colview.el (org-agenda-colview-summarize): Sort out some
232 confusion between properties and titles, which resulted in
233 agenda summaries not working if a title was set for a column.
235 2009-11-24 Carsten Dominik <carsten.dominik@gmail.com>
237 * org-mobile.el (org-mobile-agendas): New option.
238 (org-mobile-sumo-agenda-command): Select the right agendas.
240 * org-latex.el (org-export-latex-format-image): Preserve the
241 original-indentation property.
243 2009-11-23 Carsten Dominik <carsten.dominik@gmail.com>
245 * org-clock.el (org-clock-insert-selection-line): Catch error when
246 an old tasks no longer exists.
248 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
249 (org-export-as-pdf): Don't remove the old PDF file before making
252 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
253 (org-mouse-context-menu): Use `org-looking-back'.
255 * org.el (org-cycle-level): Use `org-looking-back'.
257 * org-list.el (org-cycle-item-indentation): Use
260 * org-compat.el (org-looking-back): New function.
262 * org.el (org-insert-heading): Catch before-first-headline when
263 inserting a headline.
265 2009-11-22 Carsten Dominik <carsten.dominik@gmail.com>
267 * org-latex.el (org-export-latex-format-image): Indent figure
268 environment, so that it does not interrupt plain list.
270 * org.el (org-open-at-point): Allow long link descriptions.
272 2009-11-21 Carsten Dominik <carsten.dominik@gmail.com>
274 * org-html.el (org-export-as-html): Remove empty lines at the
275 beginning of the exported text.
277 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
279 * org-protocol.el (org-protocol-remember): Cater for empty title,
282 * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
283 agenda after adding new entry.
284 (org-agenda-get-represented-tags): New function.
285 (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
286 to get a list of tags in the agenda.
288 * org-datetree.el (org-datetree-find-day-create): Fix regular
291 * org.el (org-display-outline-path): Use a format specifier for
292 message, to avoid problems with heading containing `%'.
294 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
295 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
296 (org-agenda-fix-displayed-tags): New function.
297 (org-agenda-do-context-action): Just call
298 `org-display-outline-path', without piping the result through
301 * org-latex.el (org-export-latex-preprocess): Protect secondary
304 * org-indent.el (org-indent-initialize): Avoid empty strings as
307 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
308 hat checking for the mark does not throw an error.
309 (org-agenda-diary-entry-in-org-file): Catch the case that there is
310 not `day' text property in the cursor line.
312 * org.el (org-sort-entries-or-items): Make sure that the final
313 entry has a newline before doing the sorting.
315 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
316 property at the beginning of the line.
318 * org.el (org-make-link-string): Don't allow a description with
321 2009-11-19 Carsten Dominik <carsten.dominik@gmail.com>
323 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
324 (org-agenda-insert-diary-as-top-level): New function.
325 (org-agenda-add-entry-to-org-agenda-diary-file): Call
326 `org-agenda-insert-diary-as-top-level'.
328 * org.el (org-occur-in-agenda-files): Make sure none of the
330 (org-activate-plain-links): Add the face property here.
331 (org-set-font-lock-defaults): Do not add the face to plain links,
332 the activator function does this.
334 * org-habit.el (org-is-habit-p): Add doc string.
336 2009-11-18 Carsten Dominik <carsten.dominik@gmail.com>
338 * org-archive.el (org-archive-subtree-default-with-confirmation):
341 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
342 after match optional (happens at the end of a line...).
344 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
347 * org-faces.el (org-copy-face): Set lisp indentation.
348 (org-quote, org-verse): New faces.
350 * org-agenda.el (org-agenda-remove-date): Remove variable.
352 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
354 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
356 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
358 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
359 hash keys to cache and re-use images generated by the
360 org-exp-blocks interface to ditaa and dot.
362 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
364 * org-html.el (org-export-as-html): Move the home/up link into
367 * org.el (org-export-latex-packages-alist): Option definition
368 moved here from org-latex.el.
370 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
372 * org.el (org-format-latex): Latex images are now saved to files
373 named by the sha1 hash of the latex source text avoiding
374 regeneration of identical images.
376 2009-11-16 Carsten Dominik <carsten.dominik@gmail.com>
378 * org-html.el (org-export-html-home/up-format): Add an ID to the
381 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
383 * org-wl.el (org-wl-store-link): Handle the case that
384 `wl-use-petname' is set.
386 * org.el (org-set-effort): Improve prompt.
387 (org-get-outline-path): Widen to get full path.
388 (org-compact-display-after-subtree-move): Function removed.
390 * org-latex.el (org-export-as-latex): Add the :drawers property.
392 2009-11-14 Carsten Dominik <carsten.dominik@gmail.com>
394 * org.el (org-speed-commands-user): Allow documentation headlines.
395 (org-speed-commands-default): Organize the value of this constant
396 with descriptive headlines.
397 (org-print-speed-command): Output the headlines.
399 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
401 * org-agenda.el (org-agenda-show-outline-path): New option.
402 (org-agenda-do-context-action): New function.
403 (org-agenda-next-line, org-agenda-previous-line): Use
404 `org-agenda-do-context-action'.
406 * org.el (org-use-speed-commands): Allow function value.
407 (org-speed-commands-default): Make headline motion safe, so that
408 these commands always end on a headline.
409 (org-speed-commands-default): New key `v' for `org-agenda'.
410 (org-speed-move-safe): New function.
411 (org-self-insert-command): Use the function value of
412 `org-use-speed-commands'.
413 (org-get-outline-path): Improve docstring.
414 (org-format-outline-path): New function.
415 (org-display-outline-path): New function.
417 2009-11-12 John Wiegley <jwiegley@gmail.com>
419 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
420 a string, use that to find the LOGBOOK drawer.
422 2009-11-12 Carsten Dominik <carsten.dominik@gmail.com>
424 * org.el (org-clone-subtree-with-time-shift): Make it work at the
427 * org-mobile.el (org-mobile-write-checksums): Specify coding
429 (org-mobile-timestamp-buffer): Keep local variable/mode line at
432 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
434 * org.el (org-block-todo-from-children-or-siblings-or-parent)
435 (org-block-todo-from-checkboxes): Do not block changes to a nil
438 2009-11-12 James TD Smith <ahktenzero@mohorovi.cc>
440 * org-habit.el (org-habit-parse-todo): Indicate which habit is
441 wrongly set up in the error messages.
443 * org-colview.el (org-columns-display-here): Don't try to
444 calculate values if the underlying property is not set.
445 (org-columns-string-to-number): Convert age strings back into
447 (org-agenda-colview-summarize): Handle extended summary types
450 * org-colview-xemacs.el (org-columns-display-here): Don't try to
451 calculate values if the underlying property is not set.
452 (org-columns-string-to-number): Convert age strings back into
454 (org-agenda-colview-summarize): Handle extended summary types
457 2009-11-11 Carsten Dominik <carsten.dominik@gmail.com>
459 * org-exp.el (org-export-format-drawer-function): New variable.
460 (org-export-format-drawer): New function.
461 (org-export-preprocess-string): Pass the backend as a parameter to
462 `org-export-remove-or-extract-drawers'.
463 (org-export-remove-or-extract-drawers): New parameter BACKEND.
465 * org-protocol.el (org-protocol-char-to-string): New defsubst.
467 2009-11-10 Carsten Dominik <carsten.dominik@gmail.com>
469 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
470 message when no block is selected.
472 * org-latex.el (org-export-latex-links): Check for protectedness
473 in the last matched character, not after the match.
475 * org-datetree.el (org-datetree-find-date-create): Respect
476 restriction when KEEP-RESTRICTION is set.
477 (org-datetree-file-entry-under): New function.
478 (org-datetree-cleanup): New command.
480 2009-11-08 Dan Davison <davison@stats.ox.ac.uk>
482 * org-src.el (org-edit-src-code): New optional argument context
483 allows calling functions to avoid altering the saved window
485 (org-edit-src-exit): Do not restore window configuration when this
486 function is used in the context of saving the edit buffer.
488 2009-11-09 Carsten Dominik <carsten.dominik@gmail.com>
490 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
491 instances to switching to with-current-buffer, because these seem
492 to cause problems - no idea why.
494 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
495 Require diary-lib for (diary-date-display-form).
497 * org.el (org-log-reschedule, org-log-redeadline): New options.
498 (org-log-note-headings): Add templates for rescheduling and
500 (org-startup-options): Add in-buffer settings for logging changing
501 schedule and deadline time stamps.
502 (org-deadline, org-schedule): Check for existing date and arrange
503 for logging if the user requests it.
504 (org-add-log-note): Prepare proper note buffers for rescheduling
505 and deadline changes.
507 2009-11-08 Carsten Dominik <carsten.dominik@gmail.com>
509 * org-agenda.el (org-agenda-diary-entry-in-org-file)
510 (org-agenda-add-entry-to-org-agenda-diary-file)
511 (org-agenda-insert-diary-make-new-entry): New functions.
512 (org-agenda-diary-entry): Call
513 `org-agenda-diary-entry-in-org-file' when appropriate.
515 * org.el (org-calendar-insert-diary-entry-key): New option.
516 (org-agenda-diary-file): New option.
517 ("calendar"): Install our insertion function in the calendar.
519 * org-remember.el (org-datetree): Require.
520 (org-remember-templates): Add new positioning option.
521 (org-remember-reference-date): New variable.
522 (org-remember-apply-template): Store the reference date in a local
524 (org-remember-handler): Implement date tree positioning of entries.
526 * org-datetree.el: New file.
528 * org-latex.el (org-export-latex-preprocess): Protect targets in
531 * org-html.el (org-export-as-html): Protect targets in verbatim
534 * org-docbook.el (org-export-as-docbook): Protect targets in
537 2009-11-07 James TD Smith <ahktenzero@mohorovi.cc>
539 * org.el (org-link-display-format): Should be literal replacement.
541 2009-11-06 Carsten Dominik <carsten.dominik@gmail.com>
543 * org-clock.el (org-show-notification): Handle messages that
544 contain a percent character.
546 * org-remember.el (org-remember-apply-template): Turn of partial
549 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
550 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
552 * org.el (org-indent-mode): Define variable already in org.el.
553 (org-unfontify-region): Remove line-prefix and wrap-prefix
554 properties only if org-indent-mode is active.
556 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
558 * org-icalendar.el (org-print-icalendar-entries): Save match data
559 around call to verify function.
560 (org-print-icalendar-entries): Add a call to the verification
563 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
564 save-restrivtion' form.
566 2009-11-05 Dan Davison <davison@stats.ox.ac.uk>
568 * org-exp.el (org-export-format-source-code-or-example): restrict
569 scope of preserve-indentp to the let binding.
570 (org-src): require org-src, since org-src-preserve-indentation is used.
572 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
574 * org-timer.el (org-timer-set-timer): Set variables
575 org-timer-timer[123] correctly.
578 * org-mobile.el (org-mobile-files-alist): Make it work when
579 `agenda-archives' is included in
580 `org-agenda-text-search-extra-files'.
581 (org-mobile-push): Restore agenda after mobile push.
583 2009-11-05 John Wiegley <jwiegley@gmail.com>
585 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
586 way the amount of idle time is presented in the minibuffer.
588 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
590 * org-icalendar.el (org-print-icalendar-entries): Use
591 org-icalendar-verify-function only if non-nil.
593 * org.el (org-refile): Refile to clock only if the prefix arg is
595 (org-sparse-tree): Fix docstring to be in line with prompt.
596 (org-update-parent-todo-statistics): Call
597 `org-after-todo-statistics-hook' on each level.
599 2009-11-04 Carsten Dominik <carsten.dominik@gmail.com>
601 * org-remember.el (org-remember-apply-template): Make sure the
604 2009-11-03 Carsten Dominik <carsten.dominik@gmail.com>
606 * org.el (org-tab-ind-state): New variable.
607 (org-cycle-level): New function.
608 (org-cycle-level-after-item/entry-creation): New option.
609 (org-flag-subtree): New function.
610 (org-hide-archived-subtrees): Call `org-flag-subtree'.
611 (org-set-effort): Indexed access.
613 * org-list.el (org-cycle-item-indentation): New function.
615 * org.el (org-refile): Make prefix argument 2 refile to current
617 (org-priority): Interpret action `remove' as call to remove the
620 * org-remember.el (org-remember-apply-template): Don't depend on
621 buffer name being like file name.
623 2009-11-02 Carsten Dominik <carsten.dominik@gmail.com>
625 * org-clock.el (org-clock-play-sound): Expand file in
626 org-clock-sound, to allow ~ for home.
628 * org-remember.el (org-remember-handler): Set
629 text-before-node-creation even if this already looks like a node,
630 because the string might be needed on non-org-mode target files.
632 * org-agenda.el (org-agenda-open-link): Make this work in agenda
634 (org-agenda-switch-to): Follow a link at point if
635 org-return-follows-link' is set and there is nothing else to do in
638 2009-11-02 James TD Smith <ahktenzero@mohorovi.cc>
640 * org-colview-xemacs.el: Add in changes from org-colview.el
642 2009-11-01 Dan Davison <davison@stats.ox.ac.uk>
644 * org-exp-blocks.el: Modify split separator regexp to avoid empty
647 2009-11-01 James TD Smith <ahktenzero@mohorovi.cc>
649 * org-colview.el (org-columns-new): Make this work with the new
651 (org-columns-store-format): Make this work with the new operators.
653 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
655 * org-src.el (org-src-preserve-indentation): Document that this
656 variable is also used during export.
658 * org-exp.el (org-export-format-source-code-or-example): Preserve
659 indentation if a block has a -i option, or if
660 `org-src-preserve-indentation' is set.
662 * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
663 indentation if a block has a -i option, or if
664 `org-src-preserve-indentation' is set.
666 2009-10-31 Carsten Dominik <carsten.dominik@gmail.com>
668 * org.el (org-mode-map): Define the new archiving keys.
669 (org-speed-commands-default): Define an archiving key in the speed
671 (org-org-menu): Improve the menu structure concerning archiving.
673 * org-archive.el (org-archive-subtree-default-with-confirmation):
676 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
677 (org-agenda-menu): Add the new archiving commands to the menu.
678 (org-agenda-archive-default)
679 (org-agenda-archive-default-with-confirmation): New commands.
680 (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
681 call `org-agenda-archive-with'.
682 (org-agenda-archive-with): New function.
684 * org-table.el (org-table-convert-region): Inert spaces around "|"
685 to avoid line beginnings like "|-1" which will be mistaken as
688 2009-10-30 Carsten Dominik <carsten.dominik@gmail.com>
690 * org.el (org-offer-links-in-entry): Return nil if there are no
691 links, t if a link has been selected.
692 (org-open-at-point): Open attachment directory when called in the
693 headline and there are no links in the entry body.
694 (org-speed-commands-default): Add "o" for open-at-point as a speed
697 * org-attach.el (org-attach-reveal): Optional prefix arg
698 IF-EXISTS, which avoids creating the attachment directory if it
701 * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
704 2009-10-29 Carsten Dominik <carsten.dominik@gmail.com>
706 * org.el ("abbrev"): Work with abbrev tables only after they have
709 * org-list.el (org-list-send-list): Fix bug related to match
712 * org-latex.el (org-export-latex-fontify): Apply verbatim
714 (org-export-latex-make-header): Insert \obeylines if line breaks
717 * org-exp.el (org-export-protect-verbatim): Add an
718 `org-verbatim-emph' property to such text.
720 2009-10-28 Carsten Dominik <carsten.dominik@gmail.com>
722 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
723 (org-print-icalendar-entries): Skip entries where the timestamp is
724 not a deadline and not scheduled, if the user requests that.
726 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
727 before an opening quote.
729 * org-archive.el (org-archive-subtree): Keep archive after
732 * org-id.el (org-id-update-id-locations): Add archive files if
733 that is required by `org-id-extra-files'.
735 2009-10-27 Carsten Dominik <carsten.dominik@gmail.com>
737 * org-src.el (org-src-window-setup): New option.
738 (org-src-switch-to-buffer): New function.
739 (org-edit-src-exit): Add optional argument CONTEXT and use it to
740 restore window configuration.
741 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
742 Call `org-src-switch-to-buffer'.
744 * org.el (org-default-properties): Add STYLE property.
745 (org-files-list): Use the function call to get the files.
746 (org-additional-option-like-keywords): Add SETUPFILE to completion
749 2009-10-26 Carsten Dominik <carsten.dominik@gmail.com>
751 * org-table.el (org-table-convert-region): Correctly interpret
752 quoting in csv import.
754 * org.el (org-icompleting-read): Make iswitchb completion work
755 with lists and tables.
757 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
758 while pushing the mobile agenda.
760 2009-10-25 John Wiegley <jwiegley@gmail.com>
763 (org-clock-auto-clock-resolution): Now takes three values: nil, t
764 and `when-no-clock-is-running'.
765 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
766 whether or not to resolve Org buffers on clock in.
768 2009-10-25 James TD Smith <ahktenzero@mohorovi.cc>
770 * org-colview.el (org-format-time-period): Function to format
771 times in fractional days for display.
772 (org-columns-display-here): Add support for showing a calculated
773 value in place of the property.
774 (org-columns): Set `org-columns-time' to the current time so time
775 difference calculations will work.
776 (org-columns-time): Use to store the current time when column view
777 is displayed, so all time differences will use the same reference
779 (org-columns-compile-map): There is now an extra position in each
780 entry specifying the function to use to calculate the displayed
781 value for the non-calculated properties in the column,
782 (org-columns-compute-all): Set `org-columns-time' to the current
783 time so time difference calculations will work.
784 (org-columns-compute): Handle column operators where the values
785 used are calculated from the underlying property.
786 (org-columns-number-to-string): Handle the 'age' column format
787 (org-columns-string-to-number): Correct the function name (was
788 org-column...). Add support for the 'age' column format.
789 (org-columns-compile-format): Support the additional parameter in
790 org-columns-compile-map.
792 2009-10-26 Bastien Guerry <bzg@altern.org>
794 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
797 2009-10-25 Carsten Dominik <carsten.dominik@gmail.com>
799 * org-clock.el (org-clock-has-been-used): New variable.
800 (org-clock-in): Set `org-clock-has-been-used'.
801 (org-clock-save): Save only if clock data has been used or created
804 2009-10-24 Carsten Dominik <carsten.dominik@gmail.com>
806 * org-clock.el (org-clock-persist): New value, to store only the
808 (org-clock-save): Don't save the clock if only the history should
810 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
811 when restoring a saved clock.
813 2009-10-24 John Wiegley <jwiegley@gmail.com>
815 * org-clock.el (org-clock-display, org-clock-put-overlay): Use
816 `org-time-clock-use-fractional'.
818 * org.el (org-time-clocksum-use-fractional)
819 (org-time-clocksum-fractional-format): Two new customizable
820 variables which allow the user to select fractional times (1.25
821 instead of 1:25) in the `org-clock-display' report.
823 2009-10-23 John Wiegley <jwiegley@gmail.com>
825 * org-habit.el (org-habit-build-graph): None of the arguments
827 (org-habit-parse-todo, org-habit-deadline)
828 (org-habit-get-priority, org-habit-get-faces)
829 (org-habit-build-graph): Further simplifications by storing all
830 past, scheduled and deadline dates as a number of days past the
831 epoch, and not as times.
833 * org-habit.el (org-habit-warning-face)
834 (org-habit-warning-future-face): Removed because these are no
836 (org-habit-deadline, org-habit-deadline-repeat): Now always
837 returns a date; computed if there was a scheduled repeater but no
839 (org-habit-get-priority): Further improvements to the priority
840 algorithm. In particular, items past due should always appear
841 before items due or not yet due.
842 (org-habit-get-faces): Greatly simplified the logic, now that
843 `org-habit-deadline' always returns a valid time.
845 2009-10-23 Carsten Dominik <carsten.dominik@gmail.com>
847 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
850 * org.el (org-tag-alist): Fix customization type.
852 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
854 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
855 Make sure the regexp search can fail without throwing an error.
856 (org-mobile-apply): Save the inbox buffer after removing
857 successfully applied changes.
859 2009-10-22 John Wiegley <jwiegley@gmail.com>
861 * org-habit.el (org-habit-build-graph): Fix to the graph building
862 when last DONE date is earlier than `org-habit-preceding-days'.
864 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
865 time is reported after the user comes back (but before they
868 * org.el (org-get-repeat): Change so that this function can be
869 called with either `org-scheduled-string' or
870 `org-deadline-string'.
872 * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
873 to find the scheduled date.
875 * org-clock.el (org-clock-auto-clock-resolution): Renamed
876 `org-clock-disable-clock-resolution', since negatives don't sound
877 good in customization variables.
878 (org-clock-in): Don't use the auto-resolution logic if the user is
879 clocking into a different task while an active clock is running.
880 This then allows the default behavior of clocking out of the open
881 task and then into the new task.
883 * org-habit.el (org-habit-parse-todo): Generate an error if a
884 habit has a scheduled repeat period < 1.
885 (org-habit-get-faces): Fixes to the way that colors are computed.
886 (org-habit-build-graph): The graph wasn't displaying beyond any
887 day that had two completions in it.
889 * org.el (org-modules): Made this variable more consistent, since
890 it was referring to Org, OrgMode and Org-mode, whereas the docs
891 for the variable always refer to Org-mode.
893 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
895 * org.el (org-repeat-re): The changed org-repeat-re no longer
896 matched simple +2d type repeaters. Fix it so it does.
898 2009-10-21 Carsten Dominik <carsten.dominik@gmail.com>
900 * org-latex.el (org-export-latex-preprocess): Protect the vspace
901 macro in the VERSE environment.
903 2009-10-20 John Wiegley <jwiegley@gmail.com>
905 * org-habit.el (org-habit-get-priority): A new function that
906 determines the relative priority of a habit, based on how long
907 past its scheduled date it is, and how near the deadline is.
909 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
910 using `org-habit-get-priority'.
912 * org-habit.el (org-habit-build-graph): Start displaying colors
913 from the first scheduled date, if that date is earlier than the
914 first completion date.
916 * org-habit.el: Changed all "color" variables to faces, and made
917 them appropriate for light and dark backgrounds.
919 * org-habit.el (org-habit-duration-to-days): Made this function
921 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
923 * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
924 habits, since they don't use DEADLINE anymore.
926 * org.el (org-repeat-re, org-display-custom-time)
927 (org-timestamp-change): Extended to support the new ".+N/N"
928 syntax, used for habits.
930 * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
933 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
934 modeline when habits are being displayed (if that module is being
937 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
939 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
940 idle time using the xscreensaver extension.
941 (org-user-idle-seconds): Use X11 idle time if available.
943 2009-10-20 Carsten Dominik <carsten.dominik@gmail.com>
945 * org-agenda.el (org-agenda-next-line): New command.
946 (org-agenda-previous-line): New commands.
947 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
949 (org-agenda-follow-mode): Do the follow immediately if the mode is
951 (previous-line, next-line): Replace keys with the corresponding
953 (org-agenda-mode-map): Bind backspace and delete to the scrolling
956 * org.el (org-icompleting-read): Turn off partial completion mode
957 for the duration of this completion round.
959 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
960 macros in author lines and similar stuff.
962 * org.el (org-file-tags): Fix docstring.
963 (org-get-buffer-tags): Add the #+FILETAGS tags.
964 ("ecb"): Maks ecb show context after jumping into an Org file.
966 2009-10-20 John Wiegley <johnw@newartisans.com>
968 * org-agenda.el (org-finalize-agenda): Draw habit consistency
969 graphs after everything else in the buffer has been setup.
971 2009-10-19 Carsten Dominik <carsten.dominik@gmail.com>
973 * org-mobile.el (org-mobile-apply): Count success and failure.
975 * org.el (org-indent-line-function): Fix regexp replace problem.
977 2009-10-19 John Wiegley <johnw@newartisans.com>
979 * org-clock.el (org-clock-disable-clock-resolution): New
980 customization variable that disable automatic clock resolution on
982 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
983 not automatically resolve anything. This is does not affect
984 idle-time resolution, however, if `org-clock-idle-time' is set.
986 2009-10-19 John Wiegley <johnw@newartisans.com>
988 * org-habit.el: New file, which implements code to build a "habit
991 * org-agenda.el (org-agenda-get-deadlines)
992 (org-agenda-get-scheduled): Display consistency graphs when
993 outputting habits into the agenda. The graphs are always relative
995 (org-format-agenda-item): Added new parameter `habitp', which
996 indicates whether we are formatting a habit or not. Do not
997 display "extra" leading information if habitp is true.
999 * org.el (org-repeat-re): Improved regexp to include .+ and ++
1000 leaders for repeat strings.
1001 (org-get-repeat): Now takes a string parameter `tagline', so the
1002 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1004 2009-10-19 John Wiegley <johnw@newartisans.com>
1006 * org-agenda.el (org-agenda-auto-exclude-function): New
1007 customization variable for allowing the user to create an "auto
1008 exclusion" filter for doing context-aware auto tag filtering.
1009 (org-agenda-filter-by-tag): Changes to support the use of
1010 `org-agenda-auto-exclude-function'. See the new manual addition,.
1012 2009-10-18 John Wiegley <johnw@newartisans.com>
1014 * org.el (org-files-list): Don't attempt to return a file name for
1015 Org buffers which have no associated file.
1017 * org-agenda.el (org-agenda-do-action): Fixed a typo.
1019 2009-10-18 Carsten Dominik <carsten.dominik@gmail.com>
1021 * org-mobile.el (org-mobile-locate-entry): Interpret files
1022 relative to org-directory.
1023 (org-mobile-inbox-for-pull): Document the best location for this
1025 (org-mobile-check-setup): Verify `org-directory'.
1026 (org-mobile-create-index-file): Sort the files to be listed in
1029 2009-10-17 James TD Smith <ahktenzero@mohorovi.cc>
1031 * org.el (org-fast-tag-selection): Add a way to display a
1032 description for a tag group. This is done by adding a string to
1033 either the startgroup or endgroup cell.
1035 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1037 * org-clock.el (org-clock-resolve, org-resolve-clocks)
1038 (org-emacs-idle-seconds): Use `org-float-time' instead of
1041 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1043 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1046 * org.el (org-pre-cycle-hook): Document that `empty' can also be
1047 the value of ARG when doing local cycling.
1049 2009-10-17 John Wiegley <johnw@newartisans.com>
1051 * org-clock.el (org-clock-resolve-clock): If keeping or
1052 subtracting time results in a clock out at a time in the past, and
1053 if the resolution occurred due to idleness or invoking `M-x
1054 org-resolve-clocks', remember that past moment in time. On the
1055 next clock in, the user will be prompted to see if they want to
1056 back-date their new clock to then.
1057 (org-clock-resolve): Do not jump the user to the location of a
1058 dangling clock if the resolution is occuring due to an idle
1059 timeout. In that case there is typically only one dangling clock,
1060 the active one, and there is no value gained by shuffling their
1061 windows around to show it to them. Being prompted to resolve an
1062 idle clock should be as inobtrusive as possible.
1063 (org-resolve-clocks-if-idle): New function that resolves only the
1064 currently active clock if the user has exceeded the time returned
1065 by `org-user-idle-seconds', based on the value of
1066 `org-clock-idle-time'.
1067 (org-clock-in): If, after resolving clocks,
1068 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1070 * org-clock.el (org-clock-resolve-clock): New function that
1071 resolves a clock to a specific time, closing or resuming as need
1072 be, and possibly even starting a new clock.
1073 (org-clock-resolve): New function used by `org-resolve-clocks'
1074 that sets up for the call to `org-clock-resolve-clock'. It
1075 determines the time to resolve to based on a single-character
1076 selection from the user to either keep time, subtract away time or
1078 (org-resolve-clocks): New user command which resolves dangling
1079 clocks -- that is, open but not active -- anywhere in the file
1080 list returned by `org-files-list'.
1081 (org-clock-in): Automatically resolve dangling clocks whenever a
1083 (org-clock-cancel): If the user cancels the solely clock in a
1084 LOGBOOK, remove the empty drawer.
1086 * org-clock.el (org-clock-idle-time): New user customizable option
1087 for detecting whether the user has left a clock idle. Note: it is
1088 only used in this commit to test whether it's worthwhile to check
1089 OS X to get the Mac user's current idle time. If the Emacs idle
1090 time is less than the value, the user hasn't been away long enough
1091 to be worth checking (a more expensive test than just getting
1093 (org-user-idle-seconds, org-mac-idle-seconds)
1094 (org-emacs-idle-seconds): This three functions, in conjunction
1095 with the user customization variable `org-clock-idle-time', return
1096 the number of seconds (as a floating point) that the user has been
1097 away from their Emacs (or, if running on OS X, their computer).
1099 * org-clock.el (org-find-open-clocks): New function that returns a
1100 list of all open clocks in the given FILE. Note that each clock
1101 it returns is a cons cell of the format (MARKER . START-TIME).
1102 This "clock" value is used by several of the new clock module
1104 (org-is-active-clock): New inline function which tests whether the
1105 given clock value is the same as the currently active clock.
1106 Returns non-nil if this is the case.
1107 (org-with-clock-position): New macro that evaluates FORMS with
1108 point in the buffer and at the position of the given clock.
1109 Changes to the current clock are global.
1110 (org-with-clock): New macro that evaluates FORMS with point in the
1111 buffer and at the position of the given clock. However, changes
1112 to the current clock are local and have no effect on the user's
1113 active clock. This allows, for example, far any clock to be
1114 cancelled without cancelling the active clock.
1115 (org-clock-clock-in): New inline function that switches the active
1116 clock to the given clock. If either the argument RESUME, or the
1117 global `org-clock-in-resume', are non-nil, it will resume a clock
1118 that was previously left open.
1119 (org-clock-clock-out): New inline function that clocks out the
1120 given clock value without affecting the currently active clock.
1121 (org-clock-clock-cancel): New inline function that cancels the
1122 given clock value without affecting the currently active clock.
1124 * org-clock.el (org-clock-in): Before creating
1125 `org-clock-mode-line-timer', check to make sure an older timer is
1126 not currently running.
1127 (org-clock-out): Accept new third parameter `at-time', which
1128 permits a clock to be clocked out at a specific time. Note that
1129 no attempt is made to verify that the clock out time is later than
1132 * org.el (org-files-list): New utility function for returning a
1133 list of all open org-mode buffers, plus all files used to build
1134 the agenda buffer. Note that not all the files will necessarily
1135 be visited by a buffer at time of call.
1136 (org-entry-beginning-position): Like the function
1137 `line-beginning-position', this inline function returns the
1138 beginning position of the current heading/entry.
1139 (org-entry-end-position): Like the function `line-end-position',
1140 this inline function returns the end position of the current
1143 2009-10-16 Carsten Dominik <carsten.dominik@gmail.com>
1145 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1148 2009-10-15 Carsten Dominik <carsten.dominik@gmail.com>
1150 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1152 2009-10-14 Carsten Dominik <carsten.dominik@gmail.com>
1154 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1155 entries that have no tags.
1156 (org-agenda-search-view): New customize group.
1157 (org-agenda-search-view-search-words-only): New option.
1158 (org-search-view): Implement substring search.
1160 2009-10-13 Carsten Dominik <carsten.dominik@gmail.com>
1162 * org.el (org-outline-level): Add doc string.
1164 2009-10-12 Carsten Dominik <carsten.dominik@gmail.com>
1166 * org-inlinetask.el (org-inlinetask-export): Re-introduce
1168 (org-inlinetask-export-handler): Only export inline task if the
1169 user option calls for it.
1171 2009-10-10 Carsten Dominik <carsten.dominik@gmail.com>
1173 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1176 2009-10-07 Carsten Dominik <carsten.dominik@gmail.com>
1178 * org-latex.el (org-export-latex-tables): Don't format in
1181 2009-10-06 Carsten Dominik <carsten.dominik@gmail.com>
1183 * org-src.el (org-edit-src-code)
1184 (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1187 * org-agenda.el (org-prefix-category-max-length): New variable.
1188 (org-format-agenda-item): Use `org-prefix-category-max-length'.
1189 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1191 2009-10-03 Carsten Dominik <carsten.dominik@gmail.com>
1193 * org-mobile.el (org-mobile-create-index-file): Improve the
1194 listing of tags and todo keywords.
1196 * org-latex.el (org-export-latex-format-image): New function.
1197 (org-export-latex-links): Use `org-export-latex-format-image'.
1199 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
1201 * org-inlinetask.el (org-inlinetask-get-current-indentation)
1202 (org-inlinetask-remove-terminator): New functions.
1203 (org-inlinetask-export-handler): Terminate the description list.
1205 * org-exp.el (org-export-select-backend-specific-text): Remove the
1208 * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1209 tasks without content.
1211 * org-clock.el: Make sure the clock-in target position does not
1212 move to a different node by widening the buffer.
1214 * org-html.el (org-export-html-format-image): Wrap image into
1215 figure div only when there is a caption.
1217 * org-archive.el (org-archive-mark-done): Change default value to
1220 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1222 * org.el (org-context): Call `bobp', not `eobp'.
1224 * org-clock.el (org-clock-cancel): Remove quotes from marker
1227 * org.el (org-read-date-prefer-future): New allowed value `time'.
1228 (org-read-date-analyze): Shift day to tomorrow depending on time
1229 entered and value of `org-read-date-prefer-future'.
1231 2009-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1233 * org.el (org-set-tags-to): New command.
1235 * org-mobile.el (org-mobile-action-alist): Add more options and
1236 update the docstring.
1237 (org-mobile-apply-flags): Parse for and use the data.
1239 * org-latex.el (org-export-latex-set-initial-vars): Also check in
1242 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1245 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1247 2009-09-29 Carsten Dominik <carsten.dominik@gmail.com>
1249 * org-inlinetask.el (org-inlinetask-export): Option removed.
1250 (org-inlinetask-export-handler): Better export.
1252 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1253 (org-export-as-xoxo): Run the new hook.
1255 * org-html.el (org-export-html-final-hook): New hook.
1256 (org-export-as-html): Run the new hook.
1258 * org-docbook.el (org-export-docbook-final-hook): New hook.
1259 (org-export-as-docbook): Run the new hook.
1261 * org-ascii.el (org-export-ascii-final-hook): New hook.
1262 (org-export-as-ascii): Run the new hook.
1264 * org-mobile.el (org-mobile-create-sumo-agenda): Call
1265 `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1267 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1268 space character as the character before the ^/_.
1269 (org-export-latex-final-hook): New hook.
1270 (org-export-as-latex): Run `org-export-latex-final-hook'.
1272 2009-09-28 Carsten Dominik <carsten.dominik@gmail.com>
1274 * org-macs.el (org-if-unprotected-at): Fix docstring.
1276 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1277 text in the prefix (if category is a link).
1279 * org-latex.el (org-export-latex-preprocess): Deal properly with
1280 empty lines in verse environments.
1282 * org.el (org-format-latex-header): Inline fullpage.sty.
1284 * org-footnote.el (org-footnote-create-definition): Reveal context
1285 to add a new footnote definition.
1287 * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1289 (org-mobile-files): New option.
1290 (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1291 (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1293 (org-mobile-push): Start by creating the files lists.
1294 (org-mobile-copy-agenda-files): Move killing the buffer to after
1295 the save-excursion has exited.
1296 (org-mobile-write-checksums): Write checksums also for files in
1299 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1300 org-table-recalculate when cursor is in TBLFM line.
1302 * org-list.el (org-renumber-ordered-list): Fix cursor position
1303 when bullet length has changed.
1305 2009-09-26 Carsten Dominik <carsten.dominik@gmail.com>
1307 * org.el (org-format-latex): Mention `org-format-latex-options' in
1310 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1312 * org.el (org-agenda-get): New function.
1314 * org-agenda.el (org-agenda-post-command-hook): No longer move
1315 point away from end of line.
1316 (org-agenda-add-entry-text, org-agenda-collect-markers)
1317 (org-finalize-agenda, org-agenda-mark-clocking-task)
1318 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1319 (org-agenda-entry-text-show, org-agenda-highlight-todo)
1320 (org-agenda-compare-effort, org-agenda-filter-apply)
1321 (org-agenda-later, org-agenda-change-time-span)
1322 (org-agenda-post-command-hook, org-agenda-show-priority)
1323 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1324 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1325 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1326 (org-agenda-open-link, org-agenda-copy-local-variable)
1327 (org-agenda-switch-to, org-agenda-check-no-diary)
1328 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1329 (org-agenda-add-note, org-agenda-change-all-lines)
1330 (org-agenda-priority, org-agenda-set-tags)
1331 (org-agenda-set-property, org-agenda-set-effort)
1332 (org-agenda-toggle-archive-tag, org-agenda-date-later)
1333 (org-agenda-show-new-time, org-agenda-date-prompt)
1334 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1335 (org-agenda-clock-in, org-agenda-bulk-mark)
1336 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1339 * org-colview.el (org-columns-display-here)
1340 (org-columns-edit-allowed, org-agenda-columns): Use
1343 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1345 * org.el (org-special-ctrl-a/e): Improve documentation and
1347 (org-end-of-line): Don't jump to after the ellipsis.
1348 (org-mode-map): Bind <home> and <end> as well.
1350 2009-09-24 Carsten Dominik <carsten.dominik@gmail.com>
1352 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1353 space after #+ as comments.
1354 (org-open-at-point): Run `org-follow-link-hook' always.
1356 * org-latex.el (org-export-latex-emph-format): Use better commands
1357 to insert special characters in verbatim snippets.
1359 2009-09-22 Carsten Dominik <carsten.dominik@gmail.com>
1361 * org-faces.el (org-copy-face): New function. Use it to create
1362 various faces formerly created by using `copy-face'.
1364 * org-agenda.el (org-prepare-agenda): Don't officially mark this
1366 (org-agenda-quit): Kill the frame containing the agenda window if
1367 that frame was created for the agenda.
1369 2009-09-21 Carsten Dominik <carsten.dominik@gmail.com>
1371 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1372 stamp in the agenda.
1374 2009-09-19 Carsten Dominik <carsten.dominik@gmail.com>
1376 * org-mobile.el (org-mobile-create-index-file): Add the list of
1377 TODO keywords, and the list of drawers to the index file.
1379 * org-agenda.el (org-prepare-agenda): Reset
1380 `org-drawers-for-agenda'.
1381 (org-prepare-agenda): Uniquify list of drawers.
1383 * org.el (org-complex-heading-regexp-format): New variable.
1384 (org-set-regexps-and-options): Define
1385 `org-complex-heading-regexp-format'.
1386 (org-drawers-for-agenda): New variable.
1387 (org-map-entries): Bind `org-drawers-for-agenda'.
1388 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1390 * org-remember.el (org-go-to-remember-target)
1391 (org-remember-handler): Use `org-complex-heading-regexp-format'.
1393 2009-09-18 Carsten Dominik <carsten.dominik@gmail.com>
1395 * org-agenda.el (org-agenda-highlight-todo): Fix text property
1398 * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1399 the capture file, and make it non-configurable.
1401 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1402 always with `invisible-ok'.
1403 (org-store-link): No error when there is nothing to link to in the
1406 * org-list.el (org-update-checkbox-count): Insert changed cookie
1407 before the old, to avoid problems with invisibility at the end of
1409 (org-update-checkbox-count): Insert changed cookie before the old,
1410 to avoid problems with invisibility at the end of the line.
1412 * org.el (org-sort-entries-or-items): Include the final newline.
1413 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1414 lines for fontification.
1415 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1416 (org-prepare-dblock): Store the current indentation of the BEGIN
1418 (org-update-dblock): Apply the indentation of the begin line to
1419 the rest of the block.
1420 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1421 (org-startup-folded): New allowed value `showeverything'.
1422 (org-startup-options): Add STARTUP keyword `showeverything'.
1423 (org-set-startup-visibility): Respect value `showeverything' in
1426 2009-09-17 Carsten Dominik <carsten.dominik@gmail.com>
1428 * org.el (org-closest-date): Fix issue with past preference.
1430 * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1432 * org-archive.el (org-archive-set-tag)
1433 (org-archive-subtree-default): New commands.
1435 * org-mobile.el (org-mobile-create-index-file): Fix link to
1437 (org-mobile-copy-agenda-files): Create the capture file if it does
1440 * org-clock.el (org-clock-clocktable-default-properties): New
1442 (org-clock-report): Use
1443 `org-clock-clocktable-default-properties'.
1445 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
1447 * org.el (org-iswitchb-completing-read): Fix typo.
1449 * org-crypt.el: New file.
1451 * org.el: Add an entry for org-crypt.
1453 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
1455 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1457 (org-batch-store-agenda-views): New function.
1458 (org-mobile-force-id-on-agenda-items): Mention variable.
1459 (org-agenda-title-append): Define variable.
1460 (org-write-agenda): New export to Org files.
1461 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1462 (org-agenda): Allow to keep the restricted file list if a special
1463 variable is bound to t.
1464 (org-agenda): Define a special agenda view for working on flagged
1466 (org-agenda-get-restriction-and-command): List the new agenda
1468 (org-agenda-show-the-flagging-note): New command.
1469 (org-agenda-mode-map): New key `?' for looking at the flagging
1472 * org.el (org-autoload): Autoload org-mobile.el.
1473 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1475 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1477 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
1479 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1481 (org-table-get-remote-range): Match indented #+TBLNAME
1484 * org.el (org-convert-to-odd-levels)
1485 (org-convert-to-oddeven-levels): Work also correctly if the file
1488 2009-09-12 Carsten Dominik <carsten.dominik@gmail.com>
1490 * org.el (org-store-link): When in agenda buffer, link to
1492 (org-add-planning-info): Remove spaces at eol.
1494 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1497 2009-09-10 Carsten Dominik <carsten.dominik@gmail.com>
1499 * org-latex.el (org-export-latex-first-lines): Fix problem with
1500 LaTeX export of first line and selected subtree.
1502 * org.el (org-shifttab): Interpret arg differently when using only
1505 2009-09-09 Bastien Guerry <bzg@altern.org>
1507 * org.el (org-check-agenda-file): Use a more explicit message
1509 2009-09-08 Carsten Dominik <carsten.dominik@gmail.com>
1511 * org-exp.el (org-export-remove-special-table-lines): Don't remove
1514 2009-09-08 Bastien Guerry <bzg@altern.org>
1516 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1517 prompt in the temporary window.
1519 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1520 prefix for marked entries in the agenda view.
1522 2009-09-07 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
1524 * org.el (outline-end-of-subtree): Bugfix: advise this function in
1525 a way that prevents any trailing character from being displayed.
1527 2009-09-07 Carsten Dominik <carsten.dominik@gmail.com>
1529 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1532 * org-exp.el (org-export-remove-special-table-lines): Remove bad
1535 2009-09-06 Carsten Dominik <carsten.dominik@gmail.com>
1537 * org-latex.el (org-export-latex-preprocess): Do not protect in
1540 * org-src.el (org-edit-src-save): Save window setup while saving.
1541 (org-edit-src-code): Use new buffer name construction scheme.
1543 2009-09-04 Carsten Dominik <carsten.dominik@gmail.com>
1545 * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1547 (org-agenda-entry-text-cleanup-hook): New hook.
1548 (org-agenda-get-some-entry-text): Remove matches of
1549 `org-agenda-entry-text-exclude-regexps' and run the hook
1550 `org-agenda-entry-text-cleanup-hook'.
1552 * org.el (org-offer-links-in-entry): New argument ZERO to
1553 implement a link with index zero.
1554 (org-cycle-show-empty-lines): Not keep empty line under header
1556 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1557 to nil for special completion.
1558 (org-store-link): Don't error before the first heading.
1560 * org-agenda.el (org-agenda-open-link): Pass the prefix to
1561 `org-offer-links-in-entry'.
1563 2009-09-03 Carsten Dominik <carsten.dominik@gmail.com>
1565 * org-agenda.el (org-agenda-quit): Provide the window argument for
1566 `window-dedicated-p', Emacs 22 needs it.
1567 (org-format-agenda-item): If the category is a link, arrange for
1568 invisible text to replaced with spaces.
1569 (org-compile-prefix-format): Add the extra space.
1570 (org-prefix-category-length): New variable.
1572 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1573 references from TOC lines.
1575 * org.el (org-selected-window): New variable.
1577 * org-table.el (org-table-edit-formulas): Remember the selected
1579 (org-table-fedit-finish, org-table-fedit-abort): Select the window
1580 that was originally selected.
1582 * org-exp.el (org-export-preprocess-apply-macros): Scan the
1583 expansion of a macro for more macro definitions.
1585 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1586 invisibility overlay starts on the newline.
1588 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1590 * org-protocol.el (org-protocol-store-link)
1591 (org-protocol-remember, org-protocol-open-source): Add autoloads.
1593 * org-compat.el (org-float-time): New function.
1595 * org.el (org-clock-update-time-maybe)
1596 (org-sort-entries-or-items, org-do-sort)
1597 (org-evaluate-time-range, org-time-string-to-seconds)
1598 (org-closed-in-range): Use `org-float-time'.
1600 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1601 (org-timer-seconds): Use `org-float-time'.
1603 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1604 (org-clock-sum, org-dblock-write:clocktable)
1605 (org-clocktable-steps): Use `org-float-time'.
1607 * org-agenda.el (org-agenda-last-marker-time)
1608 (org-agenda-new-marker, org-diary): Use `org-float-time'.
1610 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1613 * org-exp.el (org-get-file-contents): Only protect lines that
1616 * org-html.el (require): Require cl for compilation.
1618 * org.el: Avoid using `default-major-mode'.
1620 * org-plot.el (require): Require CL only at compile time.
1622 * org-exp.el (require): Require CL only at compile time.
1624 * org-agenda.el (org-agenda-quit): When the agenda window is
1625 dedicated, remove other windows before exiting, so that the frame
1626 really will be killed.
1628 * org-exp.el (org-export-handle-include-files): Reset START and
1629 END for each loop cycle.
1631 2009-09-01 Carsten Dominik <carsten.dominik@gmail.com>
1633 * org.el (org-eval-in-calendar): Use
1634 `org-select-frame-set-input-focus'.
1636 * org-compat.el (org-select-frame-set-input-focus): New function.
1638 * org.el (org-update-statistics-cookies): New function.
1639 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1641 2009-08-31 Carsten Dominik <carsten.dominik@gmail.com>
1643 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1644 after the local variables are set.
1646 * org-latex.el (org-export-latex-protect-amp): New function.
1647 (org-export-latex-links): Protect link ampersands in tables.
1649 * org-exp.el (org-export-select-backend-specific-text): Match in
1650 two steps, to avoid regexp problems.
1652 * org.el (org-offer-links-in-entry): Improve working with many and
1655 * org-agenda.el (org-agenda-show-1): Make more consistent with
1657 (org-agenda-cycle-show): Make more consistent with normal cycling.
1659 * org-gnus.el (org-gnus-store-link): Restore the linking to a
1662 2009-08-30 Bastien Guerry <bzg@altern.org>
1664 * org-latex.el (org-export-latex-first-lines): Bugfix.
1666 2009-08-29 Carsten Dominik <carsten.dominik@gmail.com>
1668 * org-clock.el (org-clock-modify-effort-estimate): Emit message
1671 * org.el (org-set-effort): New function.
1672 (org-mode-map): New key for effort setting command.
1674 * org-agenda.el (org-agenda): Keep window setup when calling
1675 agenda from within agenda window.
1676 (org-agenda-mode-map): New keys for effort setting commands.
1677 (org-agenda-menu): Add effort setting commands to menu.
1678 (org-agenda-set-property, org-agenda-set-effort): New functions.
1680 * org-latex.el (org-export-latex-tables): Fix
1681 `org-table-last-alignment' and `org-table-last-column-widths' if
1682 the first column has been removed.
1684 2009-08-28 Carsten Dominik <carsten.dominik@gmail.com>
1686 * org.el (org-remove-timestamp-with-keyword): Only remove in
1687 entry, not in subtree.
1689 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1692 * org.el (org-open-at-point): When on headline, offer all strings
1695 * org-remember.el (org-remember-templates): Documentation fix.
1697 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1698 `org-get-last-sibling' instead of the outline versions of these
1700 (org-get-last-sibling): New function.
1701 (org-refile): Use `org-get-next-sibling' instead of the outline
1702 version of this function.
1703 (org-clean-visibility-after-subtree-move): Use
1704 `org-get-next-sibling' and `org-get-last-sibling' instead of the
1705 outline versions of these functions.
1707 2009-08-27 Carsten Dominik <carsten.dominik@gmail.com>
1709 * org-agenda.el (org-prepare-agenda): When creating a new frame
1710 for the agenda, make the window dedicated.
1712 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1714 * org-table.el (org-table-align): Change the order of reinsertion
1715 and deletion, to avoid problems with overlays following the table.
1717 * org.el (org-parse-time-string): Better error message.
1718 (org-show-subtree): Use org-end-of-subtree.
1720 * org-macs.el (org-goto-line): New defsubst.
1722 * org.el (org-open-file, org-change-tag-in-region)
1723 (org-fast-tag-show-exit): Don't use `goto-line'.
1725 * org-table.el (org-table-align, org-table-insert-column)
1726 (org-table-delete-column, org-table-move-column)
1727 (org-table-sort-lines, org-table-copy-region)
1728 (org-table-paste-rectangle, org-table-wrap-region)
1729 (org-table-get-specials, org-table-rotate-recalc-marks)
1730 (org-table-get-range, org-table-recalculate)
1731 (org-table-edit-formulas, org-table-fedit-convert-buffer)
1732 (org-table-show-reference, org-table-highlight-rectangle): Don't
1735 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1736 (org-edit-src-exit): Don't use `goto-line'.
1738 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1740 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1741 Don't use `goto-line'.
1743 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1745 * org-colview.el (org-columns, org-columns-redo)
1746 (org-agenda-columns): Don't use `goto-line'.
1748 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1751 * org-agenda.el (org-agenda-mode): Force visual line motion off.
1752 (org-agenda-add-entry-text-maxlines): Improve docstring.
1753 (org-agenda-start-with-entry-text-mode): New option.
1754 (org-agenda-entry-text-maxlines): New option.
1755 (org-agenda-entry-text-mode): New variable.
1756 (org-agenda-mode): Set initial value of
1757 `org-agenda-entry-text-mode'.
1758 (org-agenda-mode-map): Add the `E' key.
1759 (org-agenda-menu): Add entry text mode to the menu.
1760 (org-agenda-get-some-entry-text): Fix line count bug.
1761 (org-finalize-agenda): Apply entry text mode if appropriate.
1762 (org-agenda-entry-text-show-here): New function.
1763 (org-agenda-entry-text-show): New function.
1764 (org-agenda-entry-text-hide): New function.
1765 (org-agenda-view-mode-dispatch): Add entry text mode to the view
1767 (org-agenda-entry-text-mode): New command.
1768 (org-agenda-set-mode-name): Add entry text mode to the mode line
1770 (org-agenda-undo, org-agenda-get-restriction-and-command)
1771 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1774 2009-08-26 Bernt Hansen <bernt@norang.ca>
1776 * org-clock.el (org-notify): Bugfix.
1778 2009-08-25 Carsten Dominik <carsten.dominik@gmail.com>
1780 * org-agenda.el (org-agenda-open-link): Handle multiple links and
1781 check for after-string.
1783 * org-gnus.el (org-gnus-store-link): Simplify.
1785 * org.el (org-latex-regexps): Don't add extra empty lines for
1788 2009-08-24 Carsten Dominik <carsten.dominik@gmail.com>
1790 * org-agenda.el (org-agenda-get-some-entry-text): New function.
1791 (org-agenda-add-entry-text): Use
1792 `org-agenda-get-some-entry-text'.
1794 * org.el (org-cycle-separator-lines): Update docstring.
1795 (org-cycle-show-empty-lines): Handle negative values for
1796 `org-cycle-show-empty-lines'.
1798 * org-exp.el (org-export-protect-sub-super): New function.
1799 (org-export-normalize-links): Protect the url of plain links from
1800 supscript and superscript processing.
1802 * org-remember.el (org-remember-escaped-%): New function.
1803 (org-remember-apply-template): Use `org-remember-escaped-%' to
1804 detect escaped % signs.
1806 2009-08-23 Bastien Guerry <bzg@altern.org>
1808 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1809 sound when showing the notification.
1811 * org-clock.el (org-notify): New function.
1812 (org-clock-notify-once-if-expired): Use `org-notify'.
1814 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1815 and `gnus-article-mode' separately.
1816 (gnus-summary-article-header): Fix the declare-function.
1818 2009-08-23 Carsten Dominik <carsten.dominik@gmail.com>
1820 * org-exp.el (org-export-format-source-code-or-example): Translate
1823 * org-src.el (org-src-lang-modes): New variable
1824 (org-edit-src-code): Translate language.
1826 * org-exp.el (org-export-format-source-code-or-example): Deal wit
1827 the new structure of the `org-export-latex-listings-langs'
1830 * org-latex.el (org-export-latex-listings-langs): Change structure
1831 of the variable from plist to alist.
1833 2009-08-21 Carsten Dominik <carsten.dominik@gmail.com>
1835 * org.el (org-in-commented-line): New function.
1837 2009-08-20 Carsten Dominik <carsten.dominik@gmail.com>
1839 * org.el (org-hide-block-toggle): Make folded blocks searchable.
1841 2009-08-19 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
1843 * org.el (org-flag-drawer): More useful error.
1845 2009-08-19 Carsten Dominik <carsten.dominik@gmail.com>
1847 * org-remember.el (org-remember-apply-template): Use
1848 org-icompleting-read.
1850 * org-publish.el (org-publish): Use org-icompleting-read.
1852 * org-colview.el (org-columns-edit-value, org-columns-new)
1853 (org-insert-columns-dblock): Use org-icompleting-read.
1855 * org-colview-xemacs.el (org-columns-edit-value)
1856 (org-columns-new, org-insert-columns-dblock): Use
1857 org-icompleting-read.
1859 * org-attach.el (org-attach-delete-one, org-attach-open): Use
1860 org-icompleting-read.
1862 2009-08-18 Carsten Dominik <carsten.dominik@gmail.com>
1864 * org.el (org-hierarchical-todo-statistics): Improve docstring.
1865 (org-version): Return the version text.
1866 (org-org-menu): Add a menu entry for the new bug reporter.
1867 (org-submit-bug-report): New command.
1869 * org-list.el (org-hierarchical-checkbox-statistics): Improve
1872 * org.el (org-emphasis-regexp-components): Add "`" to set of
1873 pre-emphasis characters.
1875 * org-latex.el (org-export-latex-classes): Always include the soul
1877 (org-export-latex-emphasis-alist): Use \st for strikethough.
1879 * org-exp-blocks.el (org-export-blocks-preprocess): Use
1880 `indent-code-rigidly' to indent.
1882 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1883 properties only if MATCH really is a string.
1885 2009-08-16 Carsten Dominik <carsten.dominik@gmail.com>
1887 * org-latex.el (org-export-latex-packages-alist): Fix
1890 * org.el (org-create-formula-image): Also use
1891 `org-export-latex-packages-alist'.
1893 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1894 (org-export-as-html): Format footnotes correctly.
1896 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
1898 * org.el (org-fast-tag-selection): Avoid text properties on tags
1901 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1902 text properties on the match element.
1904 2009-08-12 Carsten Dominik <carsten.dominik@gmail.com>
1906 * org.el (org-set-regexps-and-options): Make sure the list of done
1907 keywords is not invalid.
1909 * org-exp.el (org-export-interpolate-newlines): New function.
1911 2009-08-11 Carsten Dominik <carsten.dominik@gmail.com>
1913 * org.el (org-format-latex): Avoid nested overlays.
1915 * org-latex.el (org-export-latex-listings-langs): Add a few more
1918 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1919 ignore newlines and space before the first macro argument.
1921 * org-latex.el (org-export-latex-tables): Remove save-excursion
1922 around `org-table-align'.
1924 2009-08-10 Carsten Dominik <carsten.dominik@gmail.com>
1926 * org.el (org-export-html-special-string-regexps): Definition
1929 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1932 2009-08-09 Carsten Dominik <carsten.dominik@gmail.com>
1934 * org-latex.el (org-export-latex-listings)
1935 (org-export-latex-listings-langs): New options.
1937 * org-exp.el (org-export-format-source-code-or-example): Use
1938 listing package if requested by the user.
1940 2009-08-08 Bastien Guerry <bzg@altern.org>
1942 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1943 command before actually switching to a buffer.
1945 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
1947 * org-exp.el (org-get-file-contents): Only quote org lines when
1948 the markup is src or example.
1950 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1952 (org-agenda-get-day-entries): Remember deadline results and pass
1953 them on into the function getting the scheduling information.
1954 (org-agenda-get-scheduled): Accept deadline results as parameters
1955 and maybe skip some entries.
1956 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1958 * org.el (org-insert-heading): When respecting content, do not
1959 convert current line to headline.
1961 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1962 cheeeeeck the hd marker
1963 (org-clock-in): Also set the hd marker.
1964 (org-clock-out): Also set the hd marker.
1965 (org-clock-cancel): Reset markers.
1967 * org.el (org-clock-hd-marker): New marker.
1969 * org-faces.el (org-agenda-clocking): New face.
1971 * org-agenda.el (org-agenda-mark-clocking-task): New function.
1972 (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1974 * org.el (org-modules): Add org-track.el.
1976 * org-agenda.el (org-agenda-bulk-marked-p): New function.
1977 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1978 `org-agenda-bulk-marked-p'.
1979 (org-agenda-bulk-toggle): New command.
1981 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1983 * org.el (org-move-subtree-down): Hide subtree if it was folded,
1986 * org-remember.el (org-remember-finalize): Avoid buffer-modified
1989 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
1991 * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1992 before gnuplot can read it.
1994 2009-08-05 Carsten Dominik <carsten.dominik@gmail.com>
1996 * org-latex.el (org-export-latex-first-lines): Fix bug with
1997 finding the end of the first lines.
1999 * org.el (org-create-formula-image): Remove the -E option for
2002 * org-exp.el (org-default-export-plist): Respect #+BIND.
2003 (org-export-confirm-letbind): New function.
2005 * org.el (org-paste-subtree): Test the kill ring entry if it is
2007 (org-copy-subtree): Use `org-forward-same-level'.
2008 (org-forward-same-level): Respect the `invisibe-ok' arg for
2011 2009-08-04 Carsten Dominik <carsten.dominik@gmail.com>
2013 * org.el (org-table-map-tables): Make sure cursor is back at table
2014 beginning after funcall.
2016 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2017 handled before children, and do not error if an entry is not
2018 found, probably because it hase been remove when the parent was
2019 archived or refiled.
2021 * org.el (org-ido-completing-read): Accept straight lists for
2022 completion as well as alists.
2024 * org-html.el (org-export-as-html): Fix parenthesis error in
2027 * org-timer.el (org-timer-cancel-timers): Renamed from
2028 `org-timer-cancel-timers'.
2030 * org.el (org-cycle-internal-local): Fix problem with finding next
2033 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
2035 * org-list.el (org-list-send-list): Call
2036 `org-list-goto-true-beginning' instead of
2037 `org-list-find-true-beginning', which does not exist.
2039 * org-timer.el (org-timer-reset-timers): Use `mapc'.
2040 (org-timer-set-timer): Do not assign to heading.
2042 * org-id.el (org-id-open): Quote function name.
2044 * org-macs.el (org-unmodified): Turn off recording undo
2045 information while running inside the macro.
2047 * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2049 (org-indent-mode): Remember and restore value of
2050 org-hide-leading-stars before `org-indent-mode'.
2052 * org-table.el (org-table-export): Also work in file-less
2055 * org.el (org-startup-indented): New option.
2056 (org-startup-options): Add new options indent and noindent.
2057 (org-unfontify-region): Remove line-prefix and wrap-prefix
2059 (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2061 (org-promote, org-demote): Run the new hooks.
2063 * org-table.el (org-table-align): Replace leading \n as well.
2065 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2066 and `line-wrap' text properties.
2068 * org-compat.el (org-kill-new): New function.
2070 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2071 `line-wrap' text properties.
2073 * org-indent.el: New file.
2075 2009-08-02 Carsten Dominik <carsten.dominik@gmail.com>
2077 * org.el (org-provide-todo-statistics): Tweak docstring.
2079 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2081 2009-08-01 Carsten Dominik <carsten.dominik@gmail.com>
2083 * org-exp.el (org-export-as-org): Insert the "-source" string
2084 before the extension.
2086 * org.el (org-read-date): Make sure the calendar is in the current
2088 (org-set-emph-re): Remove the ? from the post-match.
2089 (org-emphasis-regexp-components): Add backslash to the
2091 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2092 optional so that also lines at the end of the buffers will still
2093 be matched as headlines.
2095 * org-table.el (org-table-error-on-row-ref-crossing-hline):
2096 Variable made obsolete.
2097 (org-table-relative-ref-may-cross-hline): New option.
2098 (org-table-find-row-type): Honow the new option
2099 `org-table-relative-ref-may-cross-hline'.
2101 2009-07-31 Carsten Dominik <carsten.dominik@gmail.com>
2103 * org-table.el (org-table-cut-region, org-table-copy-region): Work
2104 on single field if no active region.
2106 2009-07-27 Carsten Dominik <carsten.dominik@gmail.com>
2108 * org-latex.el (org-export-latex-make-header): Only insert title
2111 * org.el (org-make-options-regexp): Allow empty values.
2113 * org-html.el (org-export-as-html): Move hrule detection to after
2114 plain list handling.
2116 2009-07-26 Carsten Dominik <carsten.dominik@gmail.com>
2118 * org-html.el (org-format-org-table-html): Fix colgroup tags.
2120 2009-07-23 Carsten Dominik <carsten.dominik@gmail.com>
2122 * org.el (org-cycle-internal-local): Improved version of finding
2124 (org-cycle-hide-drawers): Only hide drawers if this is really
2126 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2127 org-version of this function in Org-mode. We use advice to
2128 implement this change, so that future changes to this function in
2129 outline.el wil be handled properly.
2130 (org-forward-same-level, org-backward-same-level): New commands.
2132 2009-07-21 Carsten Dominik <carsten.dominik@gmail.com>
2134 * org.el (org-remove-empty-overlays-at)
2135 (org-clean-visibility-after-subtree-move): New functons.
2136 (org-move-subtree-down): Simplify cleanup of display.
2138 2009-07-20 Carsten Dominik <carsten.dominik@gmail.com>
2140 * org-mac-message.el (org-mac-message-get-links): Improve
2141 docstring. Make argument SELECT-OR-FLAGGED optional, default to
2142 "s". Fix the return value.
2143 (org-mac-message-insert-flagged): Simplify.
2145 * org.el (org-refile-get-location): Tamper with refile history o
2146 that history contains compete matches instead of the entered
2149 2009-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2151 * org.el (org-store-link): Never store a link to an inline task.
2153 * org-inlinetask.el (org-inlinetask-insert-task): New command.
2155 * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2156 inline tasks when positioning footnotes.
2158 * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2161 * org.el (org-refile): Remove the END line when archiving an
2162 inline task that does have an END line.
2164 * org-archive.el (org-archive-subtree): Remove the END line when
2165 archiving an inline task that does have an END line.
2167 * org-macs.el (org-with-limited-levels): New macro.
2168 (org-get-limited-outline-regexp): New function.
2170 * org-exp.el (org-export-format-source-code-or-example): Fix bug
2171 that did not enumerate first line.
2172 (org-export-mark-radio-links): Skip matches in links.
2174 2009-07-18 Carsten Dominik <carsten.dominik@gmail.com>
2176 * org.el (org-activate-plain-links): Make single-match.
2177 (org-adapt-indentation): Fix docstring.
2179 * org-macs.el (org-unmodified): Turn of modification hooks while
2182 2009-08-02 Bastien Guerry <bzg@altern.org>
2184 * org.el (org-adapt-indentation): Slightly improve the docstring.
2185 (org-occur): Sends an error when the user inputs an empty string.
2186 (org-priority): Bugfix: the tag alignement should happen within
2189 2009-07-31 Bastien Guerry <bzg@altern.org>
2191 * org.el (org-make-link-regexps): Don't exclude parentheses from
2193 (org-cycle-internal-local): When locally cycling, switch directly
2194 from CHILDREN to FOLDED if there is no subtree
2195 (org-cycle): Update the docstring to document the new behavior of
2196 `org-cycle-internal-local'.
2198 2009-07-29 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
2200 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2201 an abbreviated format for days.
2203 2009-07-27 Bastien Guerry <bzg@altern.org>
2205 * org-protocol.el (org-protocol-default-template-key): New
2208 * org.el (org-refile): Bugfix: save-excursion before reading the
2209 refile target, otherwise cursor moves might confuse `org-refile'.
2211 * org-html.el (org-export-as-html): Bugfix: correctly convert the
2212 footnote reference before the footnote itself.
2214 * org.el (org-toggle-heading): Bugfix: correctly convert list
2215 items before the first headline.
2217 * org-html.el (org-export-html-footnote-format): New option for
2218 formatting the footnote reference.
2219 (org-export-as-html): Use the new option.
2221 * org.el (org-provide-todo-statistics): Allow a list of TODO
2222 keywords to compute statistics against headlines containing a
2223 keyword from this list.
2224 (org-update-parent-todo-statistics): Possibly use the new allowed
2225 value of `org-provide-todo-statistics'.
2227 2009-07-26 Bastien Guerry <bzg@altern.org>
2229 * org-timer.el: Add autoload cookie.
2231 * org.el (org-occur-link-in-agenda-files): New function.
2233 * org-timer.el (org-timer-last-timer): New variable.
2235 * org-agenda.el (org-agenda-mode-map): New key for
2236 org-timer-set-timer called from the agenda.
2238 * org.el (org-mode-map): New key for org-timer-set-timer.
2240 * org-timer.el (org-timer-reset-timers)
2241 (org-timer-show-remaining-time, org-timer-set-timer): New
2244 * org-clock.el (org-show-notification): Update the docstring.
2246 * org.el (org-provide-todo-statistics): Allow new value
2247 'all-headlines for this option, which includes entries with no
2248 TODO keywords in the todo statistics.
2249 (org-update-parent-todo-statistics): Possibly use the new
2250 'all-headline value from `org-provide-todo-statistics'.
2252 2009-07-25 Bastien Guerry <bzg@altern.org>
2254 * org-clock.el (org-dblock-write:clocktable): Add a new option
2255 :timestamp which allows display of timestamps in clock reports.
2257 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2258 list to a subtree, preserving the structure of the list.
2259 (org-set-emph-re): Make the last element optional in the regexp.
2260 This regexp now matches an emphasized string at the end of a line.
2262 * org-list.el (org-list-goto-true-beginning)
2263 (org-list-make-subtree, org-list-make-subtrees): New functions.
2265 * org.el (org-eval-in-calendar): Select the right frame.
2266 (org-save-frame-excursion): Remove this macro.
2268 2009-07-24 Bastien Guerry <bzg@altern.org>
2270 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2271 trying to find the beginning of a list.
2273 * org-exp.el (org-get-file-contents): Use a new argument: markup.
2274 When present, tell org-get-file-contents not to protect org-like
2277 * org-id.el (org-id-uuid-program): New option to set the name of
2278 the uuidgen program.
2279 (org-id-method): Use `org-id-uuid-program'.
2280 (org-id-new): Use `org-id-uuid-program'.
2282 2009-07-23 Bastien Guerry <bzg@altern.org>
2284 * org-exp.el (org-export-number-lines): Allow whitespace in code
2285 references. Allow the -r switch to remove the references in the
2286 source code even when the lines are not numbered: the labels can
2289 * org.el (org-fontify-whole-heading-line): New option.
2290 (org-set-font-lock-defaults): Use the new option.
2292 * org-clock.el (org-show-notification-handler): New option.
2293 (org-show-notification): Use the new option.
2295 2009-07-21 Bastien Guerry <bzg@altern.org>
2297 * org.el (org-eval-in-calendar): Fix a bug about calendar
2298 navigation when `calendar-setup' value is 'calendar-only.
2300 2009-07-19 Bastien Guerry <bzg@altern.org>
2302 * org.el (orgstruct++-mode): Fix typo in docstring.
2303 (org-insert-link): Clean up: (or (...)) => (...)
2304 (org-insert-link): Use TAB for stored links completion.
2306 2009-07-18 Bastien Guerry <bzg@altern.org>
2308 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2309 building the list of targets.
2311 * org-remember.el (org-remember-delete-empty-lines-at-end): New
2313 (org-remember-handler): Use the new option.
2315 2009-07-17 James TD Smith <ahktenzero@mohorovi.cc>
2317 * org.el (org-tags-sort-function): New option for sorting tags.
2318 (org-set-tags): Use the new option to sort tags.
2320 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2321 premature deletion of the data when using org-plot in a script.
2323 2009-07-17 Bastien Guerry <bzg@altern.org>
2325 * org-clock.el (org-clock-in-prepare-hook): New hook.
2326 (org-clock-in): Use this new hook.
2328 2009-07-16 Bastien Guerry <bzg@altern.org>
2330 * org.el (org-special-ctrl-a/e): Explicitely bind the value
2331 'reversed for this option to the "true line boundary first"
2333 (org-tags-match-list-sublevels): Document the 'indented value for
2336 * org-latex.el (org-export-latex-first-lines): Fix problem with
2337 publishing the region.
2339 * org-exp.el (org-export-format-source-code-or-example): Fix
2340 bad line numbering when exporting examples in HTML.
2342 * org-colview.el (org-format-time-period): Formats a time in
2343 fractional days as days, hours, mins, seconds.
2344 (org-columns-display-here): Add special handling for SINCE and
2345 SINCE_IA to format for display.
2347 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
2349 * org.el (org-tags-sort-function): Add custom declaration for tags
2351 (org-set-tags): Sort tags if org-tags-sort-function is set
2353 2009-07-08 Carsten Dominik <carsten.dominik@gmail.com>
2355 * org-clock.el (org-clock-goto): Find hidden headlines as well.
2357 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2359 * org-plot.el (org-plot/add-options-to-plist): Add timeind
2362 2009-07-07 Carsten Dominik <carsten.dominik@gmail.com>
2364 * org-publish.el (org-publish-remove-all-timestamps): New function.
2365 (org-publish-all): Remove all timestamp files if `org-publish-all'
2366 is called with a prefix argument.
2368 * org-list.el (org-indent-item): Fix typo.
2369 (org-item-indent-positions): Normalize ordered bullet.
2371 * org-html.el (org-export-html-home/up-format): New option.
2372 (org-export-as-html): Insert the up and HOME links.
2374 2009-07-06 Carsten Dominik <carsten.dominik@gmail.com>
2376 * org-html.el (org-export-as-html): Insert the title into the
2378 (org-export-html-insert-plist-item): New function.
2379 (org-export-as-html): Call `org-export-html-insert-plist-item'.
2381 * org-macs.el (org-set-local): Make a local variable, do not make
2382 the variable buffer-local!
2384 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2386 * org-html.el (org-export-as-html): Call `org-install-letbind'.
2388 * org-docbook.el (org-export-as-docbook): Call
2389 `org-install-letbind'.
2391 * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2393 * org-exp.el (org-infile-export-plist): Read BIND lines.
2394 (org-install-letbind): New function.
2395 (org-export-as-org, org-export-preprocess-string): Call
2396 `org-install-letbind'.
2398 * org-src.el (org-edit-src-exit): Untabify the example before
2401 * org-list.el (org-list-demote-modify-bullet): New option.
2402 (org-first-list-item-p): Save point.
2403 (org-fix-bullet-type): New optional argument FORCE-BULLET.
2404 (org-indent-item): Honor `org-list-demote-modify-bullet'.
2405 (org-item-indent-positions): Return bullet types along with
2408 2009-07-05 Carsten Dominik <carsten.dominik@gmail.com>
2410 * org.el (org-show-entry): Hide drawers.
2412 2009-07-03 Carsten Dominik <carsten.dominik@gmail.com>
2414 * org-footnote.el (org-footnote-auto-adjust): New option.
2415 (org-footnote-auto-adjust-maybe): New function.
2416 (org-footnote-new, org-footnote-delete): Call
2417 `org-footnote-auto-adjust-maybe'.
2419 * org.el (org-startup-options): Add new footnote-related
2422 * org-publish.el (org-publish-timestamp-filename): Additional
2423 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2424 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2425 TRUE-PUB-DIR. Pass them through to
2426 `org-publish-timestamp-filename'.
2427 (org-publish-update-timestamp): Additional arguments PUB-DIR and
2428 PUB-FUNC, which are included in the hash.
2429 (org-publish-file): Delay timestamp test until the publishing
2432 2009-07-02 Carsten Dominik <carsten.dominik@gmail.com>
2434 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2435 setting the deadline.
2437 * org.el (org-read-date-final-answer): New variable.
2438 (org-read-date): Store the final answer string, including the date
2439 from the calendar, for reuse by agenda bulk commands.
2441 * org-publish.el (org-publish-attachment): Fix publishing of
2444 * org-latex.el (org-export-latex-quotation-marks): Fix export of
2445 quotation makrs in parenthesis.
2446 (org-remove-initial-hash): New function.
2447 (org-export-latex-preprocess): Fix bug with infinite loop if
2448 environment is not properly closed.
2450 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2453 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2454 highlight also when indented.
2456 2009-07-01 Carsten Dominik <carsten.dominik@gmail.com>
2458 * org-footnote.el (org-footnote-renumber-fn:N): New command.
2459 (org-footnote-action): Offer renumbering.
2461 * org.el (org-cycle): Honor the `integrate' value of
2462 org-cycle-include-plain-lists'.
2464 * org-list.el (org-cycle-include-plain-lists): New allowed value
2465 `internal'. Improve the docstring.
2467 * org.el (org-set-autofill-regexps): Improve the paragraph-start
2468 regexp to work better with LaTeX commands.
2470 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
2472 * org-feed.el (org-feed-update): fix problem with non-existing
2474 (org-feed-skip-http-headers): New function.
2475 (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2476 (org-feed-get-feed): Fix command line arguments for curl.
2478 2009-06-28 Carsten Dominik <carsten.dominik@gmail.com>
2480 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2483 2009-06-27 Carsten Dominik <carsten.dominik@gmail.com>
2485 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2488 * org.el (org-map-entries): No longer force
2489 `org-tags-match-list-sublevels' to t during a todo-only tags
2492 2009-06-26 Carsten Dominik <carsten.dominik@gmail.com>
2494 * org-latex.el (org-export-latex-low-levels): Allow user-defined
2496 (org-export-latex-subcontent): Handle user-defined environment.
2498 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2499 the View dispatcher.
2501 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2504 * org-latex.el (org-export-as-pdf): Protect match data during call
2505 to shell-quote-argument.
2507 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2508 (org-agenda-view-mode-dispatch): New function.
2510 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
2512 * org-agenda.el (org-agenda-mode): Reset list of marks.
2513 (org-agenda-mode-map): Define new keys for refile and bulk action.
2514 (org-agenda-menu): Add menu itesm for refile and bulk action.
2515 (org-agenda-refile): New function.
2516 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2517 (org-agenda-marked-entries): New variable.
2518 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2519 (org-agenda-remove-all-bulk-action-marks)
2520 (org-agenda-bulk-action): New functions/commands.
2522 2009-06-23 Carsten Dominik <carsten.dominik@gmail.com>
2524 * org-exp.el (org-get-file-contents): Protect org-like lines in
2526 (org-export-format-source-code-or-example): Remove newlines.
2528 * org-latex.el (org-export-latex-links): Check for no-description
2531 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2532 argument separator back to comma.
2533 (org-export-normalize-links): Mark links without description.
2535 2009-06-22 Carsten Dominik <carsten.dominik@gmail.com>
2537 * org-exp.el (org-infile-export-plist): Fix bug in macro
2540 * org-agenda.el (org-agenda-clock-out): Update line after clocking
2542 (org-agenda-highlight-todo): Fix bug with highlighting.
2544 2009-06-21 Carsten Dominik <carsten.dominik@gmail.com>
2546 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2547 new alignment strings.
2549 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2551 (org-table-align): Check for forced align type.
2553 * org.el (org-self-insert-command): Add yas/expand to command
2556 * org-clock.el (org-clock-in-hook): New hook.
2557 (org-clock-in): Run `org-clock-in-hook.
2558 (org-clock-out-hook): New hook.
2559 (org-clock-out): Run `org-clock-out-hook.
2560 (org-clock-cancel-hook): New hook.
2561 (org-clock-cancel): Run `org-clock-cancel-hook.
2562 (org-clock-goto-hook): New hook.
2563 (org-clock-goto): Run `org-clock-goto-hook.
2565 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
2567 * org.el (org-store-link): Better default description for link to
2570 * org-exp.el (org-export-generic): Autoload the generic exporter
2572 (org-export): Implement the `g' key for the generic exporter.
2574 2009-06-19 Carsten Dominik <carsten.dominik@gmail.com>
2576 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2579 * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2581 * org-exp.el (org-infile-export-plist): Get macros also from
2584 2009-06-18 Carsten Dominik <carsten.dominik@gmail.com>
2586 * org-colview.el (org-columns-capture-view): Protect vertical bars
2588 (org-columns-capture-view): Exclude comment and archived trees.
2590 * org-colview-xemacs.el (org-columns-capture-view): Protect
2591 vertical bars in column values.
2592 (org-columns-capture-view): Exclude comment and archived trees.
2594 * org.el (org-quote-vert): New function.
2596 * org-latex.el (org-export-latex-verbatim-wrap): New option.
2598 * org-exp.el (org-export-format-source-code-or-example): Use
2599 `org-export-latex-verbatim-wrap'.
2601 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2604 * org-html.el (org-export-table-row-tags): New option.
2605 (org-format-org-table-html): Rename `nlines' to `nline', use new
2609 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
2611 * org-exp-blocks.el: Declare functions and variables.
2613 * org-remember.el (org-remember-templates): Allow the headline
2614 element to be a function.
2615 (org-remember-apply-template): If the headline is a function, call
2616 it to get the true function.
2618 * org-clock.el (org-clock-menu): New function.
2619 (org-clock-update-mode-line): Update help string.
2620 (org-clock-modify-effort-estimate): New function.
2621 (org-clock-mark-default-task): New function.
2623 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2625 (org-org-menu): Add new clocking stuff.
2626 (org-clock-is-active): New function.
2628 2009-06-14 Carsten Dominik <carsten.dominik@gmail.com>
2630 * org.el (org-open-non-existing-files): Improve docstring.
2632 2009-06-11 Carsten Dominik <carsten.dominik@gmail.com>
2634 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2636 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2638 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2640 * org-list.el (org-get-checkbox-statistics-face): Use the new
2643 * org-faces.el (org-checkbox-statistics-todo)
2644 (org-checkbox-statistics-done): New faces.
2646 2009-06-09 Carsten Dominik <carsten.dominik@gmail.com>
2648 * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2649 (org-edit-src-exit): Better cursor positioning when returning from
2652 * org-latex.el (org-export-latex-use-verb): New variable.
2653 (org-export-latex-emph-format): Prefer \texttt over \verb when
2654 org-export-latex-use-verb is set.
2656 2009-06-08 Carsten Dominik <carsten.dominik@gmail.com>
2658 * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2659 at normal indentation.
2661 * org-html.el (org-export-html-close-lists-maybe): Also look at
2664 * org-remember.el (org-remember-handler): Abort remember if the
2667 * org-src.el (org-edit-src-content-indentation): New option.
2668 (org-edit-src-exit): Apply extra indentation.
2670 * org-exp.el (org-export-format-source-code-or-example): Run
2671 `org-src-mode-hook'.
2673 * org-src.el (org-src-mode-hook): New variable.
2674 (org-edit-src-code): Run `org-src-mode-hook'.
2676 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2678 * org.el (org-indent-line-function): Fix indentation of +#end lines.
2680 * org-src.el (org-edit-src-get-indentation): New function.
2681 (org-edit-src-code): Base indentation on the begin line.
2683 2009-06-07 Tassilo Horn <tassilo@member.fsf.org>
2685 * org-gnus.el (org-gnus-store-link): Require message.el in
2686 org-gnus-store-link.
2688 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2690 * org-src.el: New file, split out of org.el
2692 * org-docbook.el (org-export-as-docbook): Better indentation
2695 * org-macs.el (org-replace-match-keep-properties): New function.
2697 * org-exp.el (org-export-mark-blockquote-verse-center): Better
2698 preprocessing of center and quote and verse blocks.
2700 * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2701 (org-export-as-docbook): Close lists when original indentation
2704 * org-html.el (org-export-html-close-lists-maybe): New function.
2705 (org-export-as-html): Close lists when original indentation
2708 * org-list.el (org-list-end): Respect the stored "original"
2709 indentation when determining the end of the list.
2711 * org-exp.el (org-export-replace-src-segments-and-examples):
2712 Remember indentation correctly.
2714 2009-06-06 Carsten Dominik <carsten.dominik@gmail.com>
2716 * org-clock.el (org-clock-update-mode-line): Apply face
2717 org-mode-line-clock.
2719 * org-faces.el (org-mode-line-clock): New face.
2721 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
2723 * org-gnus.el (org-gnus-store-link): Fix bug where
2724 `org-gnus-store-link' used wrong subject when called in an article
2725 buffer. Patch provided by fengli AT gmail DOT com.
2727 2009-06-04 Carsten Dominik <carsten.dominik@gmail.com>
2729 * org-exp.el (org-export-format-source-code-or-example): Remember
2730 the original indentation of source code snippets and examples.
2732 * org-latex.el (org-export-as-latex): Relocate the table of
2735 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2737 * org-agenda.el (org-run-agenda-series): Scope global options also
2738 when creating the agenda buffer.
2740 2009-06-03 Carsten Dominik <carsten.dominik@gmail.com>
2742 * org.el (org-adapt-indentation): Improve documentation.
2743 (org-insert-property-drawer): Respect org-adapt-indentation when
2744 inserting the drawer.
2745 (org-remove-flyspell-overlays-in): New function.
2746 (org-do-emphasis-faces, org-activate-plain-links)
2747 (org-activate-code, org-fontify-meta-lines-and-blocks)
2748 (org-activate-angle-links, org-activate-footnote-links)
2749 (org-activate-bracket-links, org-activate-dates)
2750 (org-activate-target-links, org-activate-tags): Remove flyspell
2753 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
2755 * org.el (org-edit-src-save): New function.
2757 * org-clock.el (org-clock-out-switch-to-state): New option.
2758 (org-clock-out): Honor `org-clock-out-switch-to-state'.
2760 * org-compat.el (org-compatible-face): Improve macro.
2762 * org.el (org-global-properties-fixed): Add default for
2763 CLOCK_MODELINE_TOTAL.
2765 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2767 (org-clock-sum-current-item): Optional argument TSTART, pass it to
2769 (org-clock-get-sum-start): New function.
2771 * org.el (org-startup-options): New keywords blockhide and
2773 (org-mode): Add new invisibility spec.
2774 (org-set-startup-visibility): Hide block on startup if so
2776 (org-hide-block-startup): New option.
2777 (org-block-regexp): New constant.
2778 (org-hide-block-overlays): New variable.
2779 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2780 (org-show-block-all, org-hide-block-toggle-maybe)
2781 (org-hide-block-toggle): New functions.
2782 (org-edit-src-exit): Do not quote lines starting with # and no +
2784 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2787 2009-05-30 Carsten Dominik <carsten.dominik@gmail.com>
2789 * org.el (org-buffer-property-keys): Add Effort property for
2792 2009-05-28 Carsten Dominik <carsten.dominik@gmail.com>
2794 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2795 when retrieving total clocked time in the subtree.
2797 * org.el (org-quoting-blocks): New variable.
2799 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2801 * org-table.el (org-table-store-formulas)
2802 (org-table-get-stored-formulas, org-table-fix-formulas)
2803 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2804 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2806 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2807 indented #+TBLFM line.
2809 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2810 indented #+TBLFM line.
2812 * org-colview.el (org-dblock-write:columnview): Allow indented
2815 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2816 indented #+TBLFM line.
2818 * org-clock.el (org-dblock-write:clocktable): Allow indented
2821 2009-05-26 Carsten Dominik <carsten.dominik@gmail.com>
2823 * org-exp.el (org-export-format-source-code-or-example): Make
2824 editing indented blocks work correctly.
2826 * org.el (org-edit-src-nindent): New variable.
2827 (org-edit-src-code, org-edit-fixed-width-region)
2828 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2829 editing indented blocks work correctly.
2831 2009-05-24 Carsten Dominik <carsten.dominik@gmail.com>
2833 * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2835 (org-export-format-source-code-or-example): Fix indentation of
2837 (org-export-remove-indentation): New function.
2838 (org-export-select-backend-specific-text): Allow backend-specific
2839 code to be indented.
2840 (org-export-mark-blockquote-verse-center): Allow markers to be
2843 * org.el (org-fontify-meta-lines): New function.
2844 (org-set-font-lock-defaults): Call the new fontification
2847 * org-faces.el (org-meta-line): New face
2848 (org-block): New face.
2850 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2852 * org.el (org-treat-insert-todo-heading-as-state-change)
2853 (org-treat-S-cursor-todo-selection-as-state-change): New
2855 (org-insert-todo-heading): Honor
2856 `org-treat-insert-todo-heading-as-state-change'.
2857 (org-shiftright, org-shiftleft): Honor
2858 `org-treat-S-cursor-todo-selection-as-state-change'.
2859 (org-inhibit-logging): New variable.
2861 2009-05-23 Carsten Dominik <carsten.dominik@gmail.com>
2863 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2864 range for marker position checking.
2866 * org-latex.el (org-export-latex-first-lines): Fix bug when
2869 2009-05-22 Carsten Dominik <carsten.dominik@gmail.com>
2871 * org-exp.el (org-export-push-to-kill-ring): Protect using
2872 x-set-selection, because that does not always work.
2874 * org-agenda.el (org-agenda-list): Apply the new face
2875 `org-agenda-date-today'.
2877 * org-faces.el (org-agenda-date-today): New face.
2879 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
2881 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2882 creating appointments.
2884 * org-latex.el (org-export-latex-low-levels): Fix customization
2887 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2890 * org-agenda.el (org-agenda-priority): Disable priority commands.
2892 * org.el (org-enable-priority-commands): New option.
2894 * org-colview-xemacs.el (org-columns-compute)
2895 (org-columns-number-to-string): Fix problems with empty fields.
2897 * org-colview.el (org-columns-compute)
2898 (org-columns-number-to-string): Fix problems with empty fields.
2900 * org-exp.el (org-export-push-to-kill-ring): New function.
2901 (org-export-copy-to-kill-ring): New option.
2903 * org-latex.el (org-export-as-latex): Call
2904 `org-export-push-to-kill-ring'.
2906 * org-html.el (org-export-as-html): Call
2907 `org-export-push-to-kill-ring'.
2909 * org-docbook.el (org-export-as-docbook): Call
2910 `org-export-push-to-kill-ring'.
2912 * org-ascii.el (org-export-as-ascii): Call
2913 `org-export-push-to-kill-ring'.
2915 * org-exp.el (org-export-show-temporary-export-buffer): New
2918 * org-latex.el (org-export-as-latex): Use
2919 `org-export-show-temporary-export-buffer'.
2921 * org-html.el (org-export-as-html): Use
2922 `org-export-show-temporary-export-buffer'.
2924 * org-docbook.el (org-export-as-docbook): Use
2925 `org-export-show-temporary-export-buffer'.
2927 * org-ascii.el (org-export-as-ascii-to-buffer): Use
2928 `org-export-show-temporary-export-buffer'.
2930 * org-exp.el (org-export-show-temporary-export-buffer): New
2932 (org-export-push-to-kill-ring): New function.
2934 * org-colview.el (org-columns-compile-map): New variable.
2935 (org-columns-new, org-columns-compute)
2936 (org-columns-number-to-string, org-columns-uncompile-format)
2937 (org-columns-compile-format): Implement new operators.
2939 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
2941 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2943 * org-html.el (org-export-html-xml-declaration): New option.
2944 (org-export-as-html): Use `org-export-html-xml-declaration'.
2946 * org-list.el (org-update-checkbox-count): Make property
2949 * org.el (org-hierarchical-todo-statistics): New option.
2950 (org-update-parent-todo-statistics): Modified to handle recursive
2953 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
2955 * org-publish.el (org-publish): Make this function behave
2956 correctly in interactive use when called with a prefix argument.
2958 * org.el (org-todo-statistics-hook): New hook.
2959 (org-update-parent-todo-statistics): Use new hook.
2960 (org-log-into-drawer): New function.
2961 (org-add-log-setup): Use the new `org-log-into-drawer' function to
2962 determine if we should be logging into a drawer.
2963 (org-log-into-drawer): Update docstring.
2964 (org-default-properties): Add LOG_INTO_DRAWER as a property.
2966 * org-list.el (org-checkbox-statistics-hook): New hook.
2967 (org-update-checkbox-count-maybe): Use new hook.
2969 * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2970 (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2973 2009-05-17 Carsten Dominik <carsten.dominik@gmail.com>
2975 * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2978 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
2980 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2981 better bufer-generating mechanism.
2982 (org-edit-src-find-buffer): New function.
2984 * org-icalendar.el (org-print-icalendar-entries): Don't check for
2985 archive tag, this is already done by `org-agenda-skip'.
2986 data while constructing lost of tags.
2988 2009-05-15 Carsten Dominik <carsten.dominik@gmail.com>
2990 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2991 as argument separator in macros.
2993 * org-html.el (org-export-as-html): Add xml declaration.
2995 2009-05-14 Carsten Dominik <carsten.dominik@gmail.com>
2997 * org.el (org-after-sorting-entries-or-items-hook): New hook.
2998 (org-sort-entries-or-items): Run the new hook.
2999 (org-after-refile-insert-hook): New hook.
3000 (org-refile): Run `org-after-refile-insert-hook'.
3002 * org-agenda.el (org-agenda-get-progress): Never take time of day
3003 from headline when displaying progress.
3005 * org-latex.el (org-export-latex-complex-heading-re): New variable.
3006 (org-export-as-latex): Force the correct regexp in the
3007 preprocessor buffer.
3008 (org-export-latex-set-initial-vars): Set
3009 `org-export-latex-complex-heading-re'.
3011 * org-agenda.el (org-agenda-start-with-log-mode): New option.
3012 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3014 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
3016 * org-latex.el (org-export-latex-tables-centered): New option.
3017 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3019 * org-exp.el (org-export-as-org): New command.
3020 (org-export-as-org): New command.
3022 * org-publish.el (org-publish-org-to-org): New function.
3024 2009-05-12 Carsten Dominik <carsten.dominik@gmail.com>
3026 * org.el (org-yank): Just call `org-yank-generic'.
3027 (org-yank-generic): New function, containing the formaer
3028 functionality of `org-yank'.
3030 * org-latex.el (org-export-latex-not-done-keywords)
3031 (org-export-latex-done-keywords): New variables.
3032 (org-export-latex-todo-keyword-markup): New option.
3033 (org-export-latex-set-initial-vars): Remember the TODO keywords.
3034 (org-export-latex-keywords-maybe): Apply the TODO markup.
3036 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
3038 * org-exp.el (org-infile-export-plist): Add more default macros.
3039 (org-export-preprocess-apply-macros): Process macro arguments.
3041 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
3043 * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3045 (org-print-icalendar-entries): Respect the new value of
3046 `org-icalendar-include-todo'.
3048 * org.el (org-link-try-special-completion)
3049 (org-file-complete-link): New functions.
3050 (org-insert-link): Add special completion support for some link
3053 * org-bbdb.el (org-bbdb-complete-link): New function.
3055 2009-05-08 Carsten Dominik <carsten.dominik@gmail.com>
3057 * org-list.el (org-update-checkbox-count): Allow recursive
3059 (org-hierarchical-checkbox-statistics): New option.
3061 * org.el (org-cycle): Remove erraneous space character.
3063 * org-icalendar.el (org-icalendar-timezone): Initialize from
3066 * org-html.el (org-format-org-table-html): Specify the scope.
3067 (org-format-table-table-html): Specify the scope.
3068 (org-export-table-header-tags): Prepare the scope parameter.
3070 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
3073 (org-export-html-table-use-header-tags-for-first-column): New
3076 * org.el (org-autoload): Fix autoloading of ascii export
3078 (org-modules): Add org-special-blocks.
3080 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
3082 * org-icalendar.el (org-start-icalendar-file): Use the new option.
3083 (org-ical-timezone): New option.
3085 * org-exp.el (org-export-get-coderef-format): Use the description
3088 * org.el (org-sort-entries-or-items): Improve docstring, and make
3089 better implementation for time sorting.
3091 2009-05-05 Carsten Dominik <carsten.dominik@gmail.com>
3093 * org.el (org-edit-src-persistent-message): New option.
3094 (org-edit-src-code, org-edit-fixed-width-region): Use the new
3097 * org-clock.el (org-clock-insert-selection-line): Fix prefious
3100 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3101 separate buffer instead of indirect buffer to edit source code.
3102 (org-edit-src-exit): Make this function work with the new setup.
3104 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3105 are properly fontified before shown in the selection menu.
3107 * org.el (org-fontify-like-in-org-mode): New function.
3109 * org-latex.el (org-export-latex-links): Use the property list to
3110 retrieve the default image attributes.
3112 * org-exp.el (org-export-plist-vars): Add a new option.
3114 2009-05-04 Carsten Dominik <carsten.dominik@gmail.com>
3116 * org-exp.el (org-export, org-export-visible): Support ASCII
3118 (org-export-normalize-links): Do not protect the description if it
3119 is explicitly given.
3121 * org-ascii.el (org-export-as-ascii-to-buffer)
3122 (org-replace-region-by-ascii, org-export-region-as-ascii): New
3124 (org-export-as-ascii): Add all the same parameters that are also
3125 supported by the other export functions.
3127 * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3129 (org-reset-checkbox-state-subtree): Call
3130 `org-reset-checkbox-state-subtree'.
3132 * org-remember.el (org-select-remember-template): For the
3133 selection of a valid template.
3135 * org-latex.el (org-export-region-as-latex): Supply the
3136 force-no-subtree argument.
3137 (org-export-as-latex): Provide better limits when exporting the
3138 first line. When exporting to string, we still want the first
3140 (org-export-latex-first-lines): New argument END, to force the end
3142 (org-export-region-as-latex): Use the property list.
3143 (org-export-as-latex):
3145 * org-colview-xemacs.el (org-columns-remove-overlays)
3146 (org-columns): Fix call to `local-variable-p'.
3148 2009-05-02 Carsten Dominik <carsten.dominik@gmail.com>
3150 * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3151 (org-export-as-html): Run the new hook.
3153 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3154 (org-export-latex-preprocess): Run the new hook.
3156 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3157 (org-export-preprocess-string): Run the new hook.
3159 2009-04-30 Carsten Dominik <carsten.dominik@gmail.com>
3161 * org-macs.el (org-check-external-command): New defsubst.
3163 * org.el (org-mode-map): New key for reload.
3164 (org-format-latex): Better error message when external programs
3167 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3169 * org.el (org-sort-entries-or-items): Explicit sorting function
3170 for priorities, needed for XEmacs compatibility.
3172 * org-remember.el (org-remember-apply-template): Improve auto-save
3175 2009-04-29 Carsten Dominik <carsten.dominik@gmail.com>
3177 * org-latex.el (org-export-latex-preprocess): Also protect
3178 environments ending in a star.
3180 * org-list.el (org-at-item-p): Fix regular expression.
3182 2009-04-24 Carsten Dominik <carsten.dominik@gmail.com>
3184 * org.el (org-end-of-subtree): Improve speed.
3186 * org-agenda.el (org-agenda-get-timestamps)
3187 (org-agenda-get-progress, org-agenda-get-deadlines)
3188 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3189 in particular, wait as long as possible to collect the tags.
3190 (org-stuck-projects): Improve docstring.
3192 * org.el (org-store-link): No errors when getting custom id before
3194 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3196 2009-04-23 Carsten Dominik <carsten.dominik@gmail.com>
3198 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3200 * org-protocol.el: Remove dependency on url.el.
3201 (org-protocol-unhex-compound, org-protocol-open-source): Remove
3202 dependency on url.el.
3204 * org-latex.el (org-export-as-pdf): Use
3205 `org-latex-to-pdf-process'.
3207 2009-04-22 Carsten Dominik <carsten.dominik@gmail.com>
3209 * org-latex.el (org-latex-to-pdf-process): New option.
3211 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3213 (org-agenda-get-timestamps): Honor
3214 `org-agenda-skip-additional-timestamps-same-entry'.
3216 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3217 (org-clock-goto): Find recent task only if
3218 `org-clock-goto-may-find-recent-task' allows it.
3220 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3221 drawers, and drawers that are missing the :END: line.
3223 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3225 * org-clock.el (org-clock-goto): Go to recently clocked task if no
3228 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3230 * org.el (org-update-parent-todo-statistics): Check for
3231 STATISTICS_FROM property.
3233 * org-list.el (org-update-checkbox-count): Check for
3234 STATISTICS_FROM property.
3236 * org.el (org-tab-first-hook)
3237 (org-tab-after-check-for-table-hook)
3238 (org-tab-after-check-for-cycling-hook): New hooks.
3239 (org-cycle-internal-global, org-cycle-internal-local): New
3240 functions, split out from `org-cycle'.
3241 (org-cycle): Call the new hooks.
3243 2009-04-19 Carsten Dominik <carsten.dominik@gmail.com>
3245 * org-exp.el (org-export-preprocess-string): Reset the list of
3246 preferred targets for each run of the preprocessor.
3248 * org.el (org-refile-target-verify-function): Improve
3250 (org-get-refile-targets): Respect point being moved by the
3251 verification function.
3253 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3255 (org-export-latex-keywords): Use new option.
3257 * org.el (org-rear-nonsticky-at): New defsubst.
3258 (org-activate-plain-links, org-activate-angle-links)
3259 (org-activate-footnote-links, org-activate-bracket-links)
3260 (org-activate-dates, org-activate-target-links)
3261 (org-activate-tags): Place the rear-nonsticky properties at the
3264 2009-04-18 Carsten Dominik <carsten.dominik@gmail.com>
3266 * org-protocol.el (server-edit): Declare `server-edit'.
3267 (org-protocol-unhex-string, org-protocol-unhex-compound): New
3269 (org-protocol-check-filename-for-protocol): Call `server-edit'.
3271 * org.el (org-default-properties): New default properteis for
3274 * org-exp.el (org-export-add-subtree-options): Add new properties
3277 * org-docbook.el (org-export-docbook-keywords-markup)
3278 (org-export-docbook-timestamp-markup): New options.
3279 (org-export-docbook-protect-tags): New function.
3281 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
3283 * org-id.el (org-id-get-with-outline-path-completion): Turn off
3284 org-refile-target-verify-function for the duration of the command.
3286 * org.el (org-link-to-org-use-id): New possible value
3287 `create-if-interactive-and-no-custom-id'.
3288 (org-store-link): Use custom IDs.
3289 (org-link-search): Find custom ID properties from #link.
3290 (org-default-properties): Add CUSTOM_ID for property completion.
3291 (org-refile-target-verify-function): New option.
3292 (org-goto): Turn off org-refile-target-verify-function
3293 for the duration of the command.
3295 2009-04-16 Carsten Dominik <carsten.dominik@gmail.com>
3297 * org-html.el (org-export-as-html): Use custom IDs in the toc.
3299 * org-exp.el (org-export-preferred-target-alist): New variable.
3300 (org-export-define-heading-targets): Find the new CUSTOM_ID
3302 (org-export-target-internal-links): Target the custom ids when
3305 * org-latex.el (org-export-latex-preprocess): Better regexp for
3306 matching latex macros with arguments.
3308 2009-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3310 * org-remember.el (org-remember-handler): Allow filing to non-org
3313 2009-04-15 Magnus Henoch <magnus.henoch@gmail.com>
3315 * org-feed.el (org-feed-alist): New keyword options.
3316 (org-feed-update): Use the new options.
3317 (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3318 (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3319 (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3322 * org-table.el (org-table-fix-formulas): Do not change references
3324 (org-table-get-remote-range): Convert standard coordinates to RC
3327 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3329 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
3331 * org-compat.el (org-sha1-string): Function removed.
3333 * org.el (org-refile-allow-creating-parent-nodes): New option.
3334 (org-refile-get-location): New argument NEW-NODES.
3335 (org-refile): Call `org-refile-get-location' with the new
3337 (org-refile-get-location): Arrange for adding a new child.
3338 (org-refile-new-child): New function.
3340 * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3341 an additional span element.
3343 * org-clock.el: Fix a number of docstrings.
3344 (org-clock-find-position): New argument
3345 FIND-UNCLOSED to make the function find an unclosed clock in the
3347 (org-clock-in): Call `org-clock-find-position' with the new
3348 argument if we might be resuming a clock.
3350 2009-04-13 Carsten Dominik <carsten.dominik@gmail.com>
3352 * org-latex.el (org-export-latex-display-custom-times): New variable.
3353 (org-export-latex-timestamp-markup): New option.
3354 (org-export-latex-set-initial-vars): Remember the local value of
3355 `org-display-custom-times'.
3356 (org-export-latex-content): Process time stamps.
3357 (org-export-latex-time-stamps): New function.
3359 * org-macs.el (org-maybe-intangible): Add intangible property
3360 again to invisible text.
3362 2009-04-12 Carsten Dominik <carsten.dominik@gmail.com>
3364 * org-exp.el (org-default-export-plist): Handle undefined
3367 2009-04-11 Carsten Dominik <carsten.dominik@gmail.com>
3369 * org.el (org-sort-entries-or-items): Match TODO keywrds
3370 case-sensitively, when sorting.
3371 (org-priority): Do not match TODO keywords with wrong case.
3373 2009-04-09 Carsten Dominik <carsten.dominik@gmail.com>
3375 * org-feed.el (org-feed-update): Bind the variable
3378 * org-html.el (org-export-as-html): Start paragraphs after literal
3381 * org-docbook.el (org-export-as-docbook): Start paragraphs after
3384 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
3386 * org.el (org-todo): Honor the NOBLOCKING property.
3388 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3389 NOBLOCKING property.
3391 * org.el (org-scan-tags): Fix bug in tag scanner
3393 2009-04-07 Carsten Dominik <carsten.dominik@gmail.com>
3395 * org.el (org-modules): Mark obsolete packages.
3397 * org-html.el: New file, split out from org-exp.el.
3399 * org-icalendar.el: New file, split out from org-exp.el.
3401 * org-xoxo.el: New file, split out from org-exp.el.
3403 * org-ascii.el: New file, split out from org-exp.el.
3405 2009-04-06 Carsten Dominik <carsten.dominik@gmail.com>
3407 * org-compat.el (org-find-library-name): New function.
3409 * org.el (org-pre-cycle-hook): New hook.
3410 (org-cycle): Call the new hook in appropriate places.
3411 (org-reload): Only reload files that have been loaded before.
3413 2009-04-05 Carsten Dominik <carsten.dominik@gmail.com>
3415 * org.el (org-set-font-lock-defaults): Enforxe space or line end
3417 (org-todo): When changing TODO state, do matching
3419 (org-map-continue-from): New variable.
3420 (org-scan-tags): Respect values in `org-map-continue-from'.
3421 (org-reload): Make XEmacs compatible.
3423 2009-04-04 Carsten Dominik <carsten.dominik@gmail.com>
3425 * org-protocol.el (org-protocol-flatten-greedy): New function.
3426 (org-protocol-flatten): New function.
3428 * org.el (org-open-link-from-string): Pass reference buffer to
3429 `org-open-at-point'.
3430 (org-open-at-point): New optional argument `reference-buffer'.
3432 2009-04-03 Carsten Dominik <carsten.dominik@gmail.com>
3434 * org.el (org-scan-tags): Make tag scan find headline in first
3436 (org-get-refile-targets): Add the naked file name.
3437 (org-refile): Store as top-level entry when only file name was
3440 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3442 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3443 Renamed from org-block-todo-from-children-or-siblings, and
3444 enhanced to look for the parent's status as well.
3446 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3447 (org-agenda-get-progress): Add first notes line to log entry if so
3450 2009-04-02 Carsten Dominik <carsten.dominik@gmail.com>
3452 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3453 (org-agenda-cleanup-fancy-diary): Call the new hook.
3455 * org-remember.el (org-remember-apply-template): Take the default
3456 for the annotation from the :annotation property.
3458 * org-mac-message.el (org-mac-message-get-link): Remove the
3460 (org-mac-message-get-link): Return the result.
3462 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
3464 * org.el (org-refile-get-location): Add file name only if not
3465 already included in outline path.
3467 * org-faces.el (org-n-level-faces): Fix customization type from
3470 * org-exp.el (org-export-headline-levels): Fix customization type
3471 from number to integer.
3473 * org-agenda.el (org-agenda-confirm-kill)
3474 (org-agenda-custom-commands-local-options)
3475 (org-timeline-show-empty-dates, org-agenda-ndays)
3476 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3477 customization type from number to integer.
3479 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
3481 * org-protocol.el: Declare some functions.
3483 * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3484 postion before inserting modified headline.
3486 * org-agenda.el (org-agenda-compare-effort): Honor
3487 `org-sort-agenda-noeffort-is-high'.
3488 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3489 (org-agenda-compare-effort): Implement the "?" operator for
3490 finding entries without effort setting.
3492 * org.el (org-extract-attributes-from-string): New function.
3494 * org-exp.el (org-export-splice-attributes): New function.
3496 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
3498 * org-mouse.el: XEmacs compatibility fixes
3500 * org-docbook.el (org-export-as-docbook): Process footnotes like
3503 * org.el (org-modules): Add org-inlinetasks.el
3504 (org-cycle): Implement limiting level on cycling.
3505 (org-move-subtree-down): Fix bug with swapping subtrees at end of
3508 * org-inlinetask.el: New file.
3510 * org.el (org-emphasis-regexp-components): Allow braces in
3511 emphasis pre and post match.
3513 * org-footnote.el (org-footnote-normalize): When only dorting, do
3514 not insert inline notes at the end.
3516 * org-docbook.el (org-id-find-id-file): Add function declaration.
3518 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3520 * org-docbook.el: New file.
3522 2009-03-28 Carsten Dominik <carsten.dominik@gmail.com>
3524 * org.el (org-reftex-citation): New command.
3526 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
3528 * org-agenda.el (org-agenda-cmp-user-defined): New option.
3529 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3531 (org-entries-lessp): Apply the new sorting option.
3533 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3534 blocker code, when an older sibling has children.
3536 * org-mac-message.el (org-mac-message-get-link): Improve getting
3537 links from multiple selected messages.
3539 2009-03-26 Carsten Dominik <carsten.dominik@gmail.com>
3541 * org-remember.el (org-remember-finalize): Do not set buffer file
3543 (org-remember-handler): Mark buffer as unmodified.
3544 (org-remember-handler): Delete backup file and show message about
3545 remaining backup files.
3546 (org-remember-auto-remove-backup-files): New option.
3548 * org.el (org-store-link): Use buffer name as link description in
3550 (org-ido-switchb): Fix argument bug for completion.
3552 * org-remember.el (org-remember-apply-template): Set local
3553 variable `auto-save-visited-file-name' instead of global one.
3555 2009-03-25 Carsten Dominik <carsten.dominik@gmail.com>
3557 * org-feed.el: Re-write.
3559 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3560 (org-agenda-get-todos): Mark file tags as inherited.
3561 (org-agenda-list): Always search diary lines for a time.
3563 2009-03-24 Carsten Dominik <carsten.dominik@gmail.com>
3565 * org-feed.el (org-feed-assume-stable): New option.
3566 (org-feed-before-adding-hook): New hook.
3568 * org-exp.el (org-export-as-html): Close local lists depending on
3569 indentation, also when starting a table.
3571 * org-remember.el (org-remember-backup-directory)
3572 (org-remember-backup-name): New internal variable.
3574 2009-03-23 Carsten Dominik <carsten.dominik@gmail.com>
3576 * org-clock.el (org-clock-out-if-current): Make buffer detection
3577 work in indirect buffers as well.
3579 * org.el (org-emphasis-regexp-components): Add the exxclamation
3580 mark to the post-emphasis characters.
3582 2009-03-22 Carsten Dominik <carsten.dominik@gmail.com>
3584 * org.el (org-read-date-minibiffer-septup-hook): New hook.
3585 (org-read-date): Run the new hook.
3587 * org-mac-message.el (org-mac-flagged-mail): New group.
3588 (org-mac-mail-account): New variable.
3589 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3592 * org-remember.el (org-remember-backup-directory): New variable.
3593 (org-remember-apply-template): Write file to backup directory.
3595 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
3597 * org-mouse.el (org-mouse-todo-menu): New function.
3598 (org-mouse-todo-keywords): Function removed.
3599 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3601 * org-table.el (org-table-beginning-of-field)
3602 (org-table-end-of-field): New commands
3603 (org-table-previous-field, org-table-beginning-of-field): Better
3605 (orgtbl-setup): Include `M-a' and `M-e'.
3607 * org.el (org-backward-sentence, org-forward-sentence): New
3610 * org-colview.el (org-colview-initial-truncate-line-value): New
3612 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3613 (org-columns): Remember the value of `truncate-lines'.
3615 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3617 (org-columns-remove-overlays): Restore the value of
3619 (org-columns): Remember the value of `truncate-lines'.
3621 * org.el (org-columns-skip-arrchived-trees): New option.
3623 * org-agenda.el (org-agenda-export-html-style): Define color for
3624 org-agenda-done face.
3625 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3626 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3628 * org.el (org-scan-tags): Use the new face.
3630 * org-faces.el (org-agenda-done): New face.
3632 * org.el (org-scan-tags): Test the value org
3633 `org-tags-match-list-sublevels'.
3634 (org-tags-match-list-sublevels): New allowed value: indented.
3636 * org-export-latex.el (org-export-latex-make-header): Apply macros
3639 * org-exp.el (org-export-apply-macros-in-string): New function.
3641 * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3642 with the definition of a checked box.
3644 * org-clock.el (org-clock-find-position): Fix drawer indentations.
3646 * org-export-latex.el (org-export-latex-low-levels): More options
3647 for how to process lower levels in LaTeX.
3648 (org-export-latex-subcontent): Better treatment for lists as a
3649 means of publishing lower levels.
3651 2009-03-20 Carsten Dominik <carsten.dominik@gmail.com>
3653 * org.el (org-set-font-lock-defaults): Use new checkbox face.
3655 * org-faces.el (org-checkbox): New face.
3657 * org-exp.el (org-export-html-preprocess): Only create LaTeX
3658 fragement images if there is an export file.
3660 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
3662 * org-agenda.el (org-stuck-projects): Document that the subtree of
3663 projects that are not stuck will now be searched for stuck
3665 (org-agenda-skip-entry-when-regexp-matches)
3666 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3667 (org-agenda-list-stuck-projects): Use
3668 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3670 * org-export-latex.el (org-export-latex-preprocess): Improve
3673 * org-exp.el (org-export-as-html): Implement centering as a div
3674 rather than a paragraph. Do a better job with line-end in verse
3677 2009-03-17 Carsten Dominik <carsten.dominik@gmail.com>
3679 * org.el (org-open-at-point): Fix tags searches by mouse click.
3681 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
3683 * org-export-latex.el (org-export-latex-preprocess): Implement the
3686 * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3687 from `org-export-mark-blockquote-and-verse'.
3688 (org-export-as-html): Implement the centering markup.
3690 * org-export-latex.el (org-export-latex-tables): Fix vertical
3693 2009-03-15 Carsten Dominik <carsten.dominik@gmail.com>
3695 * org.el (org-read-date-history): New variable.
3696 (org-read-date): Use new history variable.
3697 (org-toggle-heading): Fix bug when used before first headline.
3698 (org-store-log-note): Remove drawer if empty while note is
3700 (org-remove-empty-drawer-at): New function.
3701 (org-check-after-date): New command.
3702 (org-sparse-tree): New sparse tree command "a".
3704 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3706 2009-03-14 Bastien Guerry <bzg@altern.org>
3708 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3709 column and a space, not only a column.
3711 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
3713 * org-export-latex.el (org-export-latex-emphasis-alist): Better
3714 defaults for verbose emphasis.
3715 (org-export-latex-emph-format): New function.
3716 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3718 * org-agenda.el (org-agenda-menu): Add new commands to menu.
3719 (org-agenda-do-date-later, org-agenda-do-date-earlier)
3720 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3721 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3724 * org.el (org-timestamp-change): Move end-time along with start
3727 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
3729 * org-exp.el (org-export-target-internal-links)
3730 (org-export-as-html): Protect links specified as #name.
3732 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
3734 * org.el (org-clone-subtree-with-time-shift): New command.
3736 * org-export-latex.el (org-export-latex-special-chars)
3737 (org-export-latex-treat-sub-super-char): Fix subscript export.
3739 * org-exp.el (org-create-multibrace-regexp): Do not add
3740 backslashes to the class.
3742 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
3744 * org-colview.el (org-columns-map): Better functions for moving up
3745 and down a row, even if `truncate-line' is nil.
3747 * org.el (org-insert-todo-heading): Make sure the keyword is
3748 inserted at the correct position.
3750 * org-publish.el (org-publish-project-alist)
3751 (org-publish-projects, org-publish-org-index): Change default anme
3752 for the index of file names to "sitemap.org".
3754 * org-export-latex.el (org-export-latex-tables): Use
3755 `org-split-string', for Emacs 21 compatibility.
3757 2009-03-09 Carsten Dominik <carsten.dominik@gmail.com>
3759 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3761 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
3763 * org-exp.el (org-export-page-description)
3764 (org-export-page-keywords): New variables.
3765 (org-export-plist-vars): Add entries for :keywords and
3767 (org-infile-export-plist): Parse for new keywords.
3768 (org-get-current-options): Add new keywords
3769 (org-export-as-html): Publish description and keywords.
3771 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3773 (org-agenda-add-entry-text): Honor
3774 `org-agenda-add-entry-text-descriptive-links'.
3776 * org-export-latex.el (org-export-latex-preprocess): Make all
3777 external preprocess functions use a PARAMETER arg.
3779 * org-exp.el (org-export-preprocess-string)
3780 (org-export-select-backend-specific-text)
3781 (org-export-format-source-code-or-example)
3782 (org-format-org-table-html): Support docbook export.
3783 (org-export-preprocess-string): Make all external preprocess
3784 functions use a PARAMETER arg.
3786 2009-03-07 Carsten Dominik <carsten.dominik@gmail.com>
3788 * org-exp.el (org-export-html-style-include-scripts): New option.
3789 (org-export-plist-vars): Add new option
3790 `org-export-html-style-include-scripts'.
3791 (org-export-as-html): Honor new option
3792 `org-export-html-style-include-scripts'.
3793 (org-export-html-scripts, org-export-html-style-default): Fix
3794 xml issues with the Safari browser.
3796 2009-03-06 Carsten Dominik <carsten.dominik@gmail.com>
3798 * org-publish.el (org-publish-attachment): Only copy file when the
3801 2009-03-05 Carsten Dominik <carsten.dominik@gmail.com>
3803 * org-clock.el (org-clocktable-steps): Use inactive time stamps
3804 for clocktable steps.
3806 * org.el (org-additional-option-like-keywords): Add two more
3809 2009-03-04 Carsten Dominik <carsten.dominik@gmail.com>
3811 * org-exp.el (org-export-format-source-code-or-example): Mark
3812 temporary buffer unmodified, so that it will be killed even if
3813 mode like message mode has decided to assign a file name.
3815 * org.el (org-scan-tags): Improve tag inheritance.
3816 (org-scan-tags, org-make-tags-matcher): Make tag comparison
3818 (org-scan-tags): Use the internal tags list instead of creating it
3820 (org-trust-scanner-tags, org-scanner-tags): New variables.
3821 (org-scan-tags): Set `org-scanner-tags'.
3822 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3823 (org-map-entries): Document the possible speedup using scanner
3826 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
3828 * org.el (org-add-planning-info): Fix bug with looking for keyword
3831 * org-agenda.el (org-agenda-custom-commands-local-options): Add
3832 option for tags filter preset.
3833 (org-prepare-agenda): Store filter preset as a property on the
3835 (org-finalize-agenda): Call the filter, if there is a preset.
3836 (org-agenda-filter-by-tag): Filter again after clearing the
3837 filter, when there still is a preset.
3838 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3839 Include the preset filter.
3840 (org-agenda-redo): Apply the filter again, also the preset filter.
3842 * org-exp.el (org-export-as-html): Use IDs in the correct way.
3844 * org.el (org-uuidgen-p): New funtion.
3846 * org-agenda.el (org-agenda-fontify-priorities): New default value
3848 (org-agenda-fontify-priorities): Renamed from
3849 org-fontify-priorities.
3851 * org.el (org-set-font-lock-defaults): Call
3852 `org-font-lock-add-priority-faces'.
3853 (org-font-lock-add-priority-faces): New function.
3855 * org-faces.el: (org-set-tag-faces): New option.
3856 (org-priority-faces): New variable.
3858 * org-exp.el (org-export-as-html): Add a "content" div around the
3859 entire content of the body tag.
3860 (org-export-html-get-bibliography): New function.
3861 (org-export-html-validation-link): New variable.
3862 (org-export-as-html): Add validation link to exported page.
3864 * org.el (org-match-sparse-tree): Renamed from
3865 `org-tags-sparse-tree'.
3866 (org-tags-sparse-tree): New alias.
3868 2009-03-02 Carsten Dominik <carsten.dominik@gmail.com>
3870 * org.el (org-get-valid-level): Catch the case where the level
3873 * org-clock.el (org-clock-find-position): Better indentation of
3876 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
3878 * org-agenda.el (org-agenda-quit): Delete window only when the
3879 frame-setup was not `current-window'.
3881 * org.el (org-tag-persistent-alist): New option.
3882 (org-startup-options): Add keyword `noptag'.
3883 (org-fast-todo-selection): Handle :newline correctly.
3884 (org-set-tags): Handle :newline correctly.
3885 (org-fast-tag-selection): Handle :newline correctly.
3887 2009-02-28 Carsten Dominik <carsten.dominik@gmail.com>
3889 * org-exp.el (org-export-as-ascii): Reverse link buffer before
3891 (org-export-ascii-push-links): Fix bug with pussing links into the
3894 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
3896 * org-archive.el (org-archive-subtree): Do not add 1 to level if
3897 pasting at top level.
3899 * org-bbdb.el: Improve documentation.
3901 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
3903 * org-list.el (org-insert-item): Only consider insert empty lines
3904 is `org-empty-line-terminates-plain-lists' is not nil.
3906 * org.el (org-blank-before-new-entry): Mention the dependence on
3907 `org-empty-line-terminates-plain-lists' in the docstring.
3909 * org-publish.el (org-publish-get-project-from-filename): New
3910 optional argument UP. Only find the top project if UP is set.
3911 (org-publish-current-project): Find the top encloding project.
3913 * org-agenda.el (org-agenda-before-write-hook)
3914 (org-agenda-add-entry-text-maxlines): New options.
3915 (org-write-agenda): Run the new hook in the temporary buffer.
3916 (org-agenda-add-entry-text): New function.
3917 (org-write-agenda): Implement PDF export, using ps2pdf.
3919 * org.el (org-global-properties-fixed, org-global-properties):
3920 Improve documentation string.
3922 * org-exp.el (org-export-ascii-links-to-notes): New option.
3923 (org-export-as-ascii): Handle links better.
3924 (org-export-ascii-wrap, org-export-ascii-push-links): New
3927 2009-02-25 Carsten Dominik <carsten.dominik@gmail.com>
3929 * org-agenda.el (org-agenda): Make prefix arg optional.
3930 (org-agenda-search-headline-for-time): New option.
3931 (org-format-agenda-item): Honor
3932 `org-agenda-search-headline-for-time'.
3934 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3937 * org.el (org-self-insert-cluster-for-undo): New option.
3938 (org-self-insert-command): Cluster undo for 20 characters.
3939 (org-self-insert-command-undo-counter): New variable.
3941 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
3943 * org-exp.el (org-export-as-html): Fix problem with closing colone
3946 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
3948 * org-export-latex.el (org-export-as-latex)
3949 (org-export-latex-first-lines): Avoid modification flag when
3950 adding or removing text properties.
3951 (org-export-latex-fontify): Catch error when org-emph-alist has
3952 entries that are not defined for LaTeX export.
3954 * org.el (orgstruct++-mode): New function.
3955 (turn-on-orgstruct++): Call `orgstruct++-mode'.
3956 (org-context-p): Allow detecting item context after the first line
3958 (orgstruct-make-binding): Detect if item-body context should be
3960 (orgstruct-is-++): New variable.
3961 (org-add-planning-info): Catch the case when there is no planning
3962 info yet and the call does not want to add anything, only maybe
3963 tries to remove something.
3964 (org-special-ctrl-a/e): All value to be a cons cell with separate
3965 settings for `C-a. and `C-e'.
3966 (org-beginning-of-line, org-end-of-line): Honor separate values
3967 for `C-a' and `C-e'.
3969 2009-02-21 Carsten Dominik <carsten.dominik@gmail.com>
3971 * org.el (org-reload): New command.
3973 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
3975 * org-exp.el (org-export-htm-get-tag-class-name)
3976 (org-export-htm-get-todo-kwd-class-name): New functions.
3977 (org-export-html-tag-class-prefix)
3978 (org-export-html-todo-kwd-class-prefix): New options.
3979 (org-export-as-html): Call
3980 `org-export-html-get-todo-kwd-class-name'.
3981 (org-html-level-start): Wrap tags into classes.
3982 (org-export-html-get-tag-class-name)
3983 (org-export-html-get-todo-kwd-class-name): New functions.
3985 * org-export-latex.el (org-export-latex-collect-header-macros):
3986 Remove fields that are used anyway.
3987 (org-export-latex-make-header): Insert the options earlier.
3989 * org-agenda.el (org-agenda-get-progress): Fix bug with state
3992 * org-list.el (org-indent-item): Allow point to be at the end of
3995 * org.el (org-metaleft, org-metaright): Be more accurate about
3996 detecting a region where commands apply.
3998 * org-compat.el (org-cursor-to-region-beginning): New function.
4000 * org.el (org-priority): Also find invisible heading.
4002 * org-colview-xemacs.el (org-columns-edit-value): No special
4003 treatment for `org-todo' prefix.
4005 * org-colview.el (org-columns-edit-value): No special treatment
4006 for `org-todo' prefix.
4008 * org-remember.el (org-remember-apply-template): Use
4009 `org-completing-read-no-ido'.
4011 * org.el (org-completing-read-no-ido): New function.
4012 (org-make-tags-matcher, org-set-property): Use
4013 `org-completing-read-no-ido'.
4015 * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4017 (org-export-as-latex): Import in-buffer settings as TeX macros.
4018 (org-export-latex-make-header): Additional parameter OPT-DEFS.
4019 (org-export-latex-collect-header-macros): New function.
4021 * org.el (org-refile-get-location): Turn off
4022 `partial-completion-mode'.
4024 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
4026 * org.el (org-block-todo-from-checkboxes): Announce that
4027 checkboxes are the culprit.
4028 (org-block-todo-from-children-or-siblings): Call
4029 `org-up-heading-all instead' of `outline-up-heading'.
4031 * org-agenda.el (org-agenda-show-1): Renamed from
4033 (org-agenda-show): Re-install the old version for now.
4034 (org-agenda-dim-blocked-tasks): Update docstring. Scope a
4035 variable into the blokker hook, so that the checkbox checker can
4036 anounce that it caused the blocking.
4038 * org.el (org-track-ordered-property-with-tag): New option.
4039 (org-toggle-ordered-property): Honor
4040 `org-track-ordered-property-with-tag'.
4041 (org-tag-alist): Add newline options.
4042 (org-set-regexps-and-options): Separate option lines imply a
4044 (org-set-regexps-and-options, org-assign-fast-keys)
4045 (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4047 (org-indent-line-function): Make sure this works even if there is
4048 not `org-drawer-regexp' defined. This can happen when
4049 orgstruct-mode is used in a non-org buffer.
4051 * org-list.el (org-checkbox-blocked-p): New function.
4052 (org-toggle-checkbox): Check for blocking.
4054 * org.el (org-modules): Add an entry for org-R.el.
4056 * org-agenda.el (org-agenda-todo-ignore-with-date)
4057 (org-agenda-todo-ignore-scheduled)
4058 (org-agenda-todo-ignore-deadlines): Mention the variable
4059 `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4061 * org.el (org-get-wdays): Find the warning period also if it is in
4063 (org-ido-completing-read): Provide the correct arguments to
4064 ido-completing-read and bind `ido-enter-matching-directory' to
4067 2009-02-17 Carsten Dominik <carsten.dominik@gmail.com>
4069 * org.el (org-olpath-completing-read): Never use ido for this
4072 * org-exp.el (org-export-normalize-links): Use new macro.
4074 * org-macs.el (org-if-unprotected-at): New macro.
4076 * org-agenda.el (org-agenda-show): Allow numerical prefix
4077 arguments to specify how much context should be shown.
4078 (org-agenda-cycle-show): New command, could be bound to SPC in
4079 org-agenda-mode-map.
4081 * org-exp.el (org-html-level-start): Space after section number.
4083 2009-02-16 Carsten Dominik <carsten.dominik@gmail.com>
4085 * org-agenda.el (org-agenda-get-sexps): Add todo state as
4086 property, for sorting.
4087 (org-cmp-todo-state): Get the applicable TODO keywords directly
4089 (org-run-agenda-series, org-agenda-list, org-search-view)
4090 (org-todo-list, org-tags-view): Only fit agenda window when the
4091 whole series is done.
4093 * org.el (org-scan-tags): Add todo state as property, for sorting.
4095 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4096 `org-agenda-overriding-header' as an option.
4097 (org-agenda-list): Honor org-agenda-overriding-header'.
4099 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
4101 * org-list.el (org-toggle-checkbox): Improve cursor positioning
4102 after removing a checkbox.
4104 * org.el (org-show-entry): Make this work correctly also if it is
4105 the last entry in the file.
4106 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4107 falling back to normal, default command.
4108 (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4109 item, call the checkbox toggler to get a box.
4111 * org-list.el (org-toggle-checkbox): Make double prefix set the
4113 (org-fix-bullet-type): Only replace bullet if it is changed.
4114 (org-renumber-ordered-list): Handle case when first item does not
4117 * org.el (org-add-log-setup): Fix positioning when
4118 `org-log-states-order-reversed' is nil.
4120 * org-clock.el (org-clock-in): Fix positioning when
4121 `org-log-states-order-reversed' is nil.
4122 (org-clock-find-position): Fix positioning when
4123 `org-log-states-order-reversed' is nil.
4125 2009-02-14 Carsten Dominik <carsten.dominik@gmail.com>
4127 * org-clock.el (org-clock-into-drawer): Take default from
4128 `org-log-into-drawer'.
4129 (org-clock-find-position): Look for the correct drawer.
4131 * org.el (org-log-into-drawer): Renamed from
4132 `org-log-state-notes-into-drawer'.
4133 (org-log-state-notes-into-drawer): New variable alias.
4134 (org-add-log-setup): Make drawer name default to LOGBOOK, not
4136 (org-insert-property-drawer): Also skip LOGBOOK drawers.
4138 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
4140 * org-agenda.el (org-agenda): Fix docstring.
4142 * org.el ("org-plot"): Help loading org-plot.
4143 (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4144 (org-metadown-hook, org-shiftmetaleft-hook)
4145 (org-shiftmetaright-hook, org-shiftmetaup-hook)
4146 (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4147 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4148 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4149 (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4151 * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4152 for selecting files with any (and even without) extension.
4154 * org.el (org-save-all-org-buffers): Also save id locations.
4155 (org-revert-all-org-buffers): Also load id locations.
4157 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4158 * org.el (org-drawers): Add LOGBOOK to the default drawers.
4159 (org-log-state-notes-into-drawer): New option.
4160 (org-add-log-setup): Place the sate note marker into the drawer,
4161 create drawer when necessary.
4162 (org-refile-targets): Document special interpretation of LEVEL
4163 when odd-levels are used.
4165 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4167 * org.el (org-store-log-note): Fix note indentation when adding
4168 notes to end of list.
4170 * org-exp.el (org-export-as-html): Add TODO keyword as extra
4171 class, so that each keyword can get special colors through CSS.
4173 * org-clock.el (org-clock-out): Add another nil for the previous
4174 state into the call to `org-add-log-setup'.
4176 * org.el (org-log-note-previous-state): New variable.
4177 (org-log-note-headings): New %S escape for old state.
4178 (org-todo): Call the note setup with the old state as an
4180 (org-add-note): Add another nil for the previous state into the
4181 call to `org-add-log-setup'.
4182 (org-add-log-setup): New argument PREV-STATE.
4183 (org-add-log-note): Handle new %S escape.
4184 (org-store-log-note): Handle new %S escape.
4186 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
4188 * org-clock.el (org-clock-find-position): Do not swallow an item
4189 less indented than the CLOCK line itself.
4190 (org-clock-in): Push markers to lin after the clock line.
4191 (org-clock-find-position): Handle values of
4192 `org-clock-into-drawer' smaller than 2.
4194 * org-exp.el (org-html-level-start): Add a CSS class to section
4196 (org-export-html-toplevel-hlevel): Better documentation of the
4197 influence of this variables on H levels and css classes in
4200 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
4202 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4203 timestamp and nottimestamp to the chooe menu.
4205 * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4206 (org-revert-all-org-buffers): New command.
4208 2009-02-09 Carsten Dominik <carsten.dominik@gmail.com>
4210 * org.el (org-return): Implement `org-return-follows-link' in the
4211 function org-return. This is more robust than using the mouse
4213 (org-set-regexps-and-options): Match more general #+TODO lines.
4214 (org-make-options-regexp): New optional argument EXTRA, for an
4216 (org-tab-follows-link): Mark as deprecated.
4218 2009-02-07 Carsten Dominik <carsten.dominik@gmail.com>
4220 * org-exp.el (org-export-preprocess-string): Remove clock lines
4221 earlier, so that they cannot cotribute to verbatim snippets.
4223 2009-02-06 Carsten Dominik <carsten.dominik@gmail.com>
4225 * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4226 for finding drawers.
4227 (org-export-as-ascii, org-export-as-html): Count levels relative
4228 to the subtree header.
4229 (org-get-min-level): New optional argument OFFSET.
4230 (org-export): Make sure point is restored after popping up that
4233 * org.el (org-do-sort): Also take an inactive timestamp if no
4234 active one is found.
4236 * org-colview-xemacs.el (org-columns-capture-view): Copy before
4237 deleting duplicates.
4239 * org-colview.el (org-columns-capture-view): Copy before
4240 deleting duplicates.
4242 * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4243 text before first headline.
4245 * org.el (org-format-latex): Do not convert LaTeX fragments in
4248 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
4250 * org-exp.el (org-export-html-style-default): Use color values
4251 instead of names for XHTML validation.
4253 * org.el (org-get-scheduled-time, org-get-deadline-time): New
4255 (org-return-follows-link): Revert making this the default untile
4256 issues are resolved.
4258 * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4261 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
4263 * org.el (org-mode): Make dependence stuff work more reliably.
4264 (org-update-parent-todo-statistics): Fix bug with updating
4267 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4268 ~ as verbatim delimiters.
4270 * org-exp.el (org-export-html-format-image): New argument
4272 (org-export-as-html): Pass par-open to
4273 `org-export-html-format-image'.
4275 2009-02-01 Carsten Dominik <carsten.dominik@gmail.com>
4277 * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4278 (org-use-fast-todo-selection, org-tags-column): New default
4279 setting for variables, based on a poll what typical uses use.
4281 * org-agenda.el (org-agenda-sorting-strategy)
4282 (org-agenda-tags-column): New default setting for variables, based
4283 on a poll what typical uses use.
4285 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4287 * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4288 blocked entries from setting the blocked tag.
4290 * org-exp.el (org-export-html-footnotes-section): Use a more
4291 consistent id for footnotes.
4293 * org-export-latex.el (org-export-latex-classes): Remove the
4294 a4paper option from the default styles.
4296 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
4298 * org.el (org-enforce-todo-checkbox-dependencies): New option.
4299 (org-block-todo-from-checkboxes): New function.
4300 (org-todo): Make tripple prefix arg circumvent blocking.
4302 * org-timer.el (org-timer): Provide the timer feature.
4304 * org.el (org-require-autoloaded-modules): Add a few more files to
4305 the list of autoloaded modules.
4307 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4309 2009-01-29 Carsten Dominik <carsten.dominik@gmail.com>
4311 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4312 drawers that are unprotected.
4313 (org-export-html-format-image): Make sure inlined LaTeX fragment
4314 images remain inlined.
4316 * org.el (org-toggle-ordered-property): New function.
4317 (org-mode-map): Add a key for `org-toggle-ordered-property'.
4318 (org-org-menu): Add menu entries for TODO dependencies.
4320 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
4322 * org.el (org-default-properties): Add ORDERED to the default
4323 properties, to get completion support for it.
4325 * org-list.el (org-update-checkbox-count): Update more than one cookie.
4327 * org.el (org-update-parent-todo-statistics): Update more than one
4330 * org-agenda.el (org-agenda-get-todos): Start search from correct
4333 * org.el (org-fast-todo-selection): Make sure TODO selection does
4334 not change buffer position.
4336 * org-list.el (org-toggle-checkbox): Implement adding or removing
4337 checkboxes from line or region when called with a prefix
4340 * org-rmail.el (org-rmail-store-link): Protect the call to
4341 `rmail-narrow-to-non-pruned-header'.
4343 * org-clock.el (org-clock-special-range): Fix week display in
4346 * org-exp.el (org-get-current-options): Fix bug when in indirect
4349 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
4351 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4352 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4353 (org-agenda-dim-blocked-tasks): New function.
4355 * org.el (org-enforce-todo-dependencies): New option.
4356 (org-block-todo-from-children-or-siblings): New function.
4358 * org-faces.el (org-agenda-dimmed-todo-face): New face.
4360 * org.el (org-todo): Return correct state type even if the blocker
4362 (org-modifier-cursor-error): Renamed from
4363 `org-shiftcursor-error'.
4364 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4365 (org-shiftmetadown): Call `org-modifier-cursor-error'.
4367 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4368 to get real errors from the blocker hook.
4370 * org.el (org-shiftselect-error, org-call-for-shift-select): New
4372 (org-set-visibility-according-to-property): Turn off the setting
4373 of `org-show-entry-below', to avoid overruling a FOLDED visibility
4376 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
4378 * org.el (org-support-shift-select): New option.
4379 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4380 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4381 selection outside contexts.
4383 * org-list.el (org-at-item-bullet-p): New function.
4385 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4388 * org-footnote.el (org-footnote-normalize): Remove unnecessary
4390 (org-insert-footnote-reference-near-definition): Remove
4391 unnecessary let form.
4393 * org-export-latex.el (org-export-latex-first-lines): Add
4394 OPT-PLIST parameter.
4395 (org-export-as-latex): Call `org-export-latex-first-lines' with
4396 opt-plits parameter.
4397 (org-export-latex-preprocess): Remove unnecessary variables.
4399 * org-exp.el (org-infile-export-plist)
4400 (org-export-add-options-to-plist, org-export-kill-licensed-text)
4401 (org-export-remove-headline-metadata)
4402 (org-export-get-title-from-subtree, org-get-min-level)
4403 (org-html-do-expand): Remove innecessary let form.
4405 * org-colview-xemacs.el (org-columns-display-here): Remove
4406 unnecessary variables.
4408 * org-colview.el (org-columns-display-here): Remove unnecessary
4411 * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4414 * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4415 unnecessary variables.
4417 * org-agenda.el (org-search-view, org-agenda-get-blocks)
4418 (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4421 * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4422 (org-compact-display-after-subtree-move): Remove unnecessary
4424 (org-edit-fixed-width-region): Remove unnecessary variables.
4425 (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4426 (org-olpath-completing-read): Remove unnecessary variable.
4427 (org-auto-repeat-maybe): Remove unnecessary variable.
4428 (org-map-entries): Remove unnecessary variable.
4429 (org-buffer-property-keys, org-imenu-get-tree)
4430 (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4432 -----------------------------------------------------------------
4434 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
4435 * org-exp.el (org-export-remove-timestamps): Never remove
4436 timestamps from tables.
4438 * org-export-latex.el (org-export-latex-first-lines): Add more
4439 options to the preprocessing of the text before the first
4442 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
4444 * org-faces.el (org-clock-overlay): Make face compatible with
4447 * org.el (org-yank): Add property for delete-selection mode.
4449 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4451 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4454 * org-table.el (org-table-insert-hline): Fix typo in fuction call
4457 * org-exp.el (org-export-as-html): Remove the initial space from
4460 * org.el (org-scan-tags): Call
4461 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4463 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4464 customization groups.
4465 (org-agenda-tags-todo-honor-ignore-options): New option.
4466 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4468 (org-agenda-get-todos): Use
4469 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4471 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
4473 * org-exp.el (org-export-format-source-code-or-example): Escape
4474 HTML characters also in examples that anre not treated with
4475 htmlize. Also, just switch to EXAMPLE processing if we do not
4476 have a good version of htmlize.
4478 * org-rmail.el: Fix copyright notice.
4480 * org.el (org-activate-footnote-links): Improve footnote link
4483 * org-footnote.el (org-footnote-normalize): Fix finding the end of
4484 a footnote definition at the end of the file.
4486 * org-table.el (org-table-get-specials): Add an imagined hline at
4487 the end of the table. This can be useful for references that want
4488 to go to the end of the table. Also fix bug when computing last
4489 row constants, in tables that do not start right at the right
4491 (org-table-eval-formula): Match and replace remove references.
4492 (org-table-formula-substitute-names): Make sure that names inside
4493 a "remote" call are left alone, the will be replaced later when
4494 the remote call is handled.
4495 (org-table-convert-refs-to-rc): Do not convert things that might
4496 look like a reference, but are really part of an ID or namei n a
4498 (org-table-get-remote-range): New function.
4500 2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
4502 * org-faces.el (org-clock-overlay): Fix bug in face definition.
4504 * org-clock.el (org-clock-put-overlay): Use new face instead of
4505 `secondary-selection'.
4507 * org-faces.el (org-clock-overlay): New face.
4509 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
4511 * org-exp.el (org-get-current-options): Include the option for
4512 publishing time stamps.
4514 * org.el (org-toggle-heading): Renamed from
4515 `org-toggel-region-headings'.
4516 No longer needs a region defined, but will use it if there is one.
4517 (org-ctrl-c-star): Simplified, relying more on the internal
4518 workings of `org-toggle-heading'.
4519 (org-toggle-item): Renamed from `org-toggle-region-items'.
4520 No longer needs a region defined, but will use it if there is one.
4521 (org-ctrl-c-minus): Simplified, relying more on the inernal
4522 workings of `org-toggle-item'.
4524 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4525 environment detection. Also, do real changes only in unprotected
4528 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
4530 * org-export-latex.el (org-export-latex-quotation-marks): Use
4531 `org-if-unprotected-1'.
4532 (org-export-latex-set-initial-vars): Check for class definition in
4535 * org-macs.el (org-if-unprotected-1): New macro.
4537 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
4539 * org-compat.el (org-count-lines): New function.
4541 * org-exp.el (org-export-format-source-code-or-example): Handle
4542 switches related to text areas.
4544 * org.el (org-activate-footnote-links): Don't allow match inside a
4547 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4549 * org-export-latex.el (org-export-latex-links): Keep a relative
4550 path relative also after export.
4552 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4554 * org.el (org-make-tags-matcher): Never use IDO for completing the
4555 tags matcher match string.
4556 (org-completing-read): Also remove the special biding for "?".
4558 * org-attach.el (org-attach-allow-inheritance): New option.
4559 (org-attach-inherited): New variable.
4560 (org-attach-dir): Handle properties related to the attachment
4562 (org-attach-check-absolute-path): New function.
4563 (org-attach-set-directory, org-attach-set-inherit): New commands.
4564 (org-attach): Accommodate the new commands in the dispatcher.
4566 2009-01-18 Carsten Dominik <carsten.dominik@gmail.com>
4568 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4569 `window-full-width-p'.
4571 * org-exp.el (org-export-as-html): Only check for images files
4572 that really can be inlined
4574 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4575 list of extensions to be a parameter.
4577 * org-exp.el (org-export-html-inline-image-extensions): New
4580 * org-agenda.el (org-prepare-agenda): Use
4581 `org-agenda-block-separator'.
4582 (org-agenda-block-separator): New option.
4584 2009-01-17 Carsten Dominik <carsten.dominik@gmail.com>
4586 * org-export-latex.el (org-export-latex-tables): Call
4587 `org-table-clean-before-export' with the new optional argument.
4589 * org-exp.el (org-table-clean-before-export): New optional
4590 parameter MAYBE-QUOTED, allows for quoted characters like \# in
4593 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
4595 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4598 * org-colview.el (org-colview-construct-allowed-dates): Better
4599 error catching when a date/time property does not have allowed
4602 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4603 Better error catching when a date/time property does not have
4604 allowed values defined.
4606 2009-01-14 Carsten Dominik <carsten.dominik@gmail.com>
4608 * org.el (org-map-entries): Restore point and restriction after
4611 2009-01-13 Carsten Dominik <carsten.dominik@gmail.com>
4613 * org.el (org-time=, org-time<, org-time<=, org-time>)
4614 (org-time>=, org-time<>): Make sure both values are dates.
4616 2009-01-11 Carsten Dominik <carsten.dominik@gmail.com>
4618 * org-archive.el (org-extract-archive-heading): Allow %s for file
4619 name also in achive location heading.
4621 2009-01-10 Carsten Dominik <carsten.dominik@gmail.com>
4623 * org-archive.el (org-add-archive-files): Uniquify the list before
4626 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
4628 * org-compat.el (org-fit-window-to-buffer): Use
4629 `window-full-width-p'.
4631 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4632 space after the colon in short examples.
4634 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4635 enforce a space after the colon. However, we also allow lines
4636 that are *only* a colon.
4637 (org-export-as-html): Enforce the space after the colon in short
4639 (org-export-preprocess-string): Do the colon example protection
4641 (org-export-remove-timestamps): Do not check for protection at the
4644 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
4646 * org.el (org-format-latex-options): Add new matcher for single
4647 letters between dollars.
4648 (org-get-header): Function removed.
4649 (org-heading-components): New function.
4651 * org-exp.el (org-export-define-heading-targets): Record ID's also
4652 as alternative targets.
4653 (org-export-as-html): Interpret "id:" links to other files by
4654 preserving the relative path.
4656 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4659 * org-exp.el (org-export-normalize-links): Protect the main link,
4660 to avoid special character processing.
4662 * org-export-latex.el (org-export-latex-special-keyword-regexp):
4664 (org-export-latex-special-string-regexps): Variable removed.
4665 (org-export-latex-keywords): Use the new regexp.
4667 * org-exp.el (org-export-handle-include-files): Fetch switches and
4668 put them into the BEGIN statement.
4670 * org-timer.el (org-timer-mode-line-string): New variable.
4672 * org-clock.el (org-clock-mode-line-map): Renamed from
4673 `org-clock-mode-map'.
4674 (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4675 (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4676 (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4677 (org-clock-remove-overlays): Renamed from
4678 `org-remove-clock-overlays'.
4680 * org-timer.el (org-timer-pause-or-continue): Implement stopping
4681 and mode line display.
4682 (org-timer-stop): New command.
4683 (org-timer-seconds): Return correct time when timer is paused.
4684 (org-timer-mode-line-timer): New variable.
4685 (org-timer-set-mode-line, org-timer-update-mode-line): New
4688 * org.el (org-insert-heading): Handle new value `auto' for
4689 `org-blank-before-new-entry'.
4690 (org-org-menu): Add new items for timer functions.
4692 * org-list.el (org-insert-item): Handle new value `auto' for
4693 `org-blank-before-new-entry'.
4695 * org.el (org-blank-before-new-entry): New value `auto', made
4698 2009-01-07 Carsten Dominik <carsten.dominik@gmail.com>
4700 * org-exp.el (org-export-normalize-links): If the link is also
4701 used as the description, protect the description.
4703 2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
4705 * org.el (org-closest-date): Fix bug with yearly repeats, in
4706 combination with preference of the past as it is used for deadline
4707 and scheduling search.
4709 * org-exp.el (org-html-handle-time-stamps): No longer check for
4710 the `org-export-with-timestamps' option, because the preprocesser
4711 has taken care of this already.
4713 * org.el (org-entry-properties): Catch the case when this is
4714 called in a non-org-mode file.
4716 * org-export-latex.el (org-export-latex-remove-from-headlines):
4717 Variable made obsolete, also LaTeX export now uses the standard
4719 (org-export-as-latex): Add the timestamps parameter to the
4720 preprocessor parameter list.
4721 (org-export-latex-content): Export the remaining keywords without
4722 considering to remove them.
4723 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4724 Use bold font instead of tt font for the keywords.
4725 (org-export-latex-fontify-headline): Format headlines, assuming
4726 that all keywords still present should be published.
4727 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4728 publish what ever remains of the time stamps.
4729 (org-export-latex-list-parameters): New option.
4730 (org-export-latex-lists): Pass additional parameters to the list
4733 * org-exp.el (org-export-preprocess-string): Remove clock lines
4734 and timestamps already in the preprocesor.
4735 (org-export-remove-timestamps, org-export-remove-clock-lines): New
4737 (org-export-as-ascii, org-export-as-html): Add the timestamps
4738 parameter to the preprocessor parameter list.
4740 * org-list.el (org-list-parse-list): Parse for checkboxes.
4741 (org-list-to-generic): Introduce and handle new parameters :cbon
4743 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4744 optional parameter PARAMS.
4746 * org-export-latex.el (org-export-latex-special-chars): Fix
4747 problems with interpreting dollar signs.
4748 (org-inside-latex-math-p): New function.
4749 (org-export-latex-preprocess): Protect all the math fragments.
4751 * org.el (org-latex-regexps): Allow a dash after a dollar.
4753 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4756 * org-agenda.el (org-run-agenda-series): Have series options set
4757 when finalizing the agenda.
4759 * org-exp.el (org-export-format-source-code-or-example): Protect
4760 the converted examples.
4762 * org.el (org-set-regexps-and-options): Fix the regexp
4763 `org-complex-heading-regexp'.
4765 2009-01-05 Carsten Dominik <carsten.dominik@gmail.com>
4767 * org.el (org-edit-src-get-label-format): New function.
4768 (org-coderef-label-format): New option.
4769 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4770 a label format specification and make sure it is used in the edit
4772 (org-edit-src-get-label-format): New function.
4773 (org-store-link): Handle new coderef formats.
4774 (org-link-search): Handle new coderef formats.
4776 * org-footnote.el (org-footnote-create-definition)
4777 (org-footnote-goto-local-insertion-point): Make footnote insertion
4778 work correctly when the "Footnotes" headline is the last line in
4781 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4784 2009-01-04 Carsten Dominik <carsten.dominik@gmail.com>
4786 * org-w3m.el (org-w3m): New customization group.
4787 (org-w3m-deactivate-mark): New option.
4788 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4791 2009-01-02 Carsten Dominik <carsten.dominik@gmail.com>
4793 * org.el (org-set-font-lock-defaults): Trigger footnote
4795 (org-activate-footnote-links): New function.
4796 (org-activate-links): New entry `footnote'.
4798 * org-faces.el (org-footnote): New face.
4800 2009-01-01 Carsten Dominik <carsten.dominik@gmail.com>
4802 * org-macs.el (org-re): Handle the [:word:] class.
4804 * org-exp.el (org-export-preprocess-string): Call
4805 `org-export-protect-colon-examples'.
4806 (org-export-protect-colon-examples): Renamed from
4807 `org-export-protect-examples', and scope limited to lines starting
4810 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
4812 * org-exp.el (org-export-preprocess-string): Move the preprocess
4813 hook to after turning on Org-mode.
4814 (org-export-preprocess-after-include-files-hook)
4815 (org-export-preprocess-after-tree-selection-hook)
4816 (org-export-preprocess-before-backend-specifics-hook)
4817 (org-export-preprocess-final-hook): New hooks.
4818 (org-export-preprocess-string): Run the new hooks.
4820 * org.el (org-ctrl-c-minus): Fix indentation for new items.
4822 * org-footnote.el: New file.
4824 * org.el (org-footnote): Require footnote code.
4825 (org-startup-options): Add new footnote options.
4826 (org-mode-map): New keybindig for footnotes.
4827 (org-ctrl-c-ctrl-c): Add function at footnotes.
4828 (org-org-menu): New menu entries for footnotes.
4830 * org-export-latex.el (org-export-as-latex): Pass footnote
4831 variable to preprocessor.
4832 (org-export-latex-preprocess): Treat multiple references to a
4835 * org-exp.el (org-export-preprocess-string): Call
4836 `org-footnote-normalize'.
4837 (org-export-as-ascii, org-export-as-html): Pass footnote variable
4839 (org-export-as-html): Treat multiple references to a footnote.
4841 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
4843 * org-export-latex.el (org-export-latex-links): Handle coderef
4846 * org.el (org-bracket-link-analytic-regexp++): New variable.
4847 (org-make-link-regexps): Initialize
4848 `org-bracket-link-analytic-regexp++'.
4849 (org-store-link): Implement special case in edit-src buffer.
4850 (org-insert-link): No use of ide to insert stored links.
4851 (org-link-search): Implement special case for coderefs.
4853 * org-exp.el (org-export-html-scripts): New constant.
4854 (org-export-html-style-default): Add a new style for highlighted
4856 (org-export-code-refs): New variable.
4857 (org-export-preprocess-string): Initialize `org-export-code-refs'.
4858 Call `org-export-replace-src-segments-and-examples'
4859 No longer call `org-export-protect-examples'.
4860 (org-export-target-internal-links): Take care of coderef targets.
4861 (org-export-last-code-line-counter-value): New variable.
4862 (org-export-replace-src-segments-and-examples): Renamed from
4863 `org-export-replace-src-segments', and modified.
4864 (org-export-format-source-code-or-example): Renamed from
4865 `org-export-format-source-code'.
4866 (org-export-number-lines): New function.
4867 (org-export-as-ascii, org-export-as-html): Handle coderef links.
4869 --------------------------------------------------------------------------
4871 2008-12-23 Carsten Dominik <carsten.dominik@gmail.com>
4873 * org-remember.el (org-remember-handler): Safer way to get a new
4874 buffer accessing the target file.
4876 * org.el (org-refile-get-location): Handle case of current buffer
4877 not having a file associated with it.
4879 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
4881 * org-table.el (org-table-get-formula): Only ask to overwrite
4882 field formula if there really is one.
4884 * org-id.el (org-id-find): Allow the ID to be a symbol or a
4885 number, by converting these to a string.
4887 * org-colview.el (org-dblock-write:columnview): Allow ID to be
4888 located in a different file.
4890 * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4893 2008-12-21 Carsten Dominik <carsten.dominik@gmail.com>
4895 * org.el (org-completion-use-ido): Enhance docstring of
4896 `org-completion-use-ido'.
4898 * org-export-latex.el (org-export-latex-make-header): Double the %
4899 in the time stamp format.
4900 (org-export-latex-special-chars): Handle case where there is no
4903 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
4905 * org.el (org-get-refile-targets, org-refile-get-location): Use
4906 expanded file name to improve comparison.
4908 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
4910 * org.el (org-scan-tags): Rescan for tags, to get the correct
4911 upcase/downcase stuff. This slows things down for now, but it
4913 (org-mode): Make sure the tag-faces regexp is initialized.
4915 * org-export-latex.el (org-export-latex-links): Fix bug with
4918 * org-table.el (org-table-get-specials): Set
4919 `org-table-current-last-data-line'.
4920 (org-table-current-last-data-line): New variable.
4921 (org-table-insert-column, org-table-delete-column)
4922 (org-table-move-column, org-table-fix-formulas): Call
4923 `org-table-fix-formulas' a second time to fix the $LR references.
4924 (org-table-get-specials): Add the $LR references to the tables.
4925 (org-table-get-formula): Do not offer last-row names as LHS of
4928 * org.el (org-store-link): Capture link description from
4929 `org-id-store-link'.
4931 * org-exp.el (org-export-html-format-image): Add the / to the end
4933 (org-export-format-source-code): Surround example by empty lines,
4934 to make sure it will not be inside a paragraph.
4936 * org.el (org-ido-switchb): New function.
4938 2008-12-18 Carsten Dominik <carsten.dominik@gmail.com>
4940 * org-agenda.el (org-agenda-show): New prefix argument
4943 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4946 * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4947 `org-agenda-change-all-lines'.
4948 (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4949 tags are now retrieved locally.
4951 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
4953 * org.el (org-get-outline-path): Fix bug if level is not given.
4954 (org-org-menu): Do not quote function in menu vector.
4956 * org-agenda.el (org-finalize-agenda): Fix typo with variable
4959 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4961 * org.el (org-refile): Avoid refiling to within the region to be
4964 * org-export-latex.el (org-export-latex-special-chars): Replace
4965 special characters also in tables.
4967 * org-agenda.el (org-agenda-change-all-lines): New argument
4969 (org-agenda-set-tags): Cet the new tags and pass them to
4970 `org-format-agenda-item'.
4972 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
4974 * org-export-latex.el (org-export-latex-classes): Add longable as
4975 a default package to all classes.
4976 (org-export-latex-tables): Handle the longtable attribute and the
4979 * org-table.el (orgtbl-to-generic): Handle tables that start with
4982 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4983 \verb for colde-like snippets.
4984 (org-export-as-latex): Fix issues with region export.
4986 * org.el (org-up-heading-safe): Speed up function by using a
4987 direct regexp search.
4988 (org-olpa): New variable.
4989 (org-get-outline-path): Speed-up path constructions in cases where
4990 this is possible because the entire hierarchy is scanned anyway.
4991 (org-refile-get-location): Don't compare the truenames of files,
4993 (org-goto-max-level): New option.
4994 (org-goto): Use `org-goto-max-level'.
4996 2008-12-12 Tassilo Horn <tassilo@member.fsf.org>
4998 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4999 Strip angle brackets from message-ids in the former and don't do
5001 (org-gnus-follow-link): Open summary reliable, even if the last
5002 messages were deleted, and handle empty groups, too.
5004 2008-12-12 Carsten Dominik <carsten.dominik@gmail.com>
5006 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5007 instead of \texttt for the =...= and ~===~ emphasis environments.
5008 (org-export-as-latex): Remove any old :org-license-to-kill text
5010 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5011 (org-export-latex-make-header): Add some hard space after the
5013 (org-export-latex-first-lines): Accept RBEG argument. Mark
5014 exported text so that it will be excuded in further steps.
5016 * org-table.el (org-table-get-specials): Make @0 reference the
5017 last line in a table.
5018 (org-table-recalculate): Improve docstring.
5020 2008-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5022 * org.el (org-log-done): Fix docstring.
5024 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
5026 * org-exp.el (org-export-html-format-image): Fix bugs.
5028 * org-export-latex.el (org-export-latex-tables)
5029 (org-export-latex-links): Implement attribute, label, and caption
5032 * org-exp.el (org-export-html-style-default): Add style
5033 definitions for the figure div.
5034 (org-export-preprocess-string, org-export-as-html): Implement
5035 attribute, label, and caption handling.
5036 (org-export-attach-captions-and-attributes): New function.
5037 (org-export-html-format-image): New function.
5038 (org-format-org-table-html): Implement attribute, label, and
5041 * org.el (org-find-text-property-in-string): New function.
5042 (org-extract-attributes): Use the property org-attr instead of
5043 org-attrobutes, because this property is now set with the #+ATTR
5046 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
5048 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5049 the case that FROM is nil.
5051 * org.el (org-before-first-heading-p): New function.
5053 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
5055 * org-exp.el (org-export-as-html): Do not add a space before
5056 enforces line breaks.
5057 (org-export-as-html): Close paragraph before blockquote and verse
5060 2008-12-06 Carsten Dominik <carsten.dominik@gmail.com>
5062 * org-id.el (org-id-locations-file): Wrap file name with
5063 `convert-standard-filename'.
5064 (org-id-files): New variable.
5065 (org-id-use-hash): New option.
5066 (org-id-update-id-locations): Also search in all files current
5067 listed in `org-id-files'. Convert the resulting alist to a hash
5068 if the user customation says so.
5069 (org-id-locations-save): Handle he case if `org-id-locations' is a
5071 (org-id-locations-load): Convert the alist to a hash.
5072 (org-id-add-location): Handle the hast case.
5073 (kill-emacs-hook): Make sure id locations are saved when Emacs is
5075 (org-id-hash-to-alist, org-id-alist-to-hash)
5076 (org-id-paste-tracker): New functions.
5078 -------------------------------------------------------------------------
5080 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5082 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5083 bindings of calendar variables.
5085 * org-table.el (org-table-find-row-type): Renamed from
5086 `org-find-row-type'.
5087 (org-table-rewrite-old-row-references): Renamed from
5088 `org-rewrite-old-row-references'.
5089 (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5090 (org-table-cleanup-narrow-column-properties): Renamed from
5091 `org-cleanup-narrow-column-properties'.
5093 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5095 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5096 for better error messages.
5097 (org-table-get-descriptor-line): Supply the new arguments to
5098 `org-find-row-type'.
5099 (org-table-error-on-row-ref-crossing-hline): New option.
5101 * org.el (org-target-link-regexp): Make buffer-local.
5102 (org-move-subtree-down): Fix bug with trees at beginning of
5105 2008-12-04 Carsten Dominik <carsten.dominik@gmail.com>
5107 * org-faces.el (org-set-tag-faces): New function.
5108 (org-tags-special-faces-re): New variable.
5110 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5112 * org-faces.el (org-tag-faces): New option.
5113 (org-tag): Mention `org-tag-faces' in the docstring.
5115 2008-12-03 Carsten Dominik <carsten.dominik@gmail.com>
5117 * org-exp.el (org-export-html-style-default): Implement new
5120 * org-jsinfo.el (org-infojs-template): Implement new quoting.
5122 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5123 command to the `w3m-minor-mode-map'.
5125 * org-archive.el (org-archive-to-archive-sibling): Protect
5126 `this-command' to avoid appending kills during archiving.
5128 * org-exp.el (org-export-with-priority): New variable.
5129 (org-export-add-options-to-plist): Use `org-export-plist-vars'
5130 instead of internal list of strings and properties.
5131 (org-print-icalendar-entries): Retrieve the location property with
5134 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5136 * org-exp.el (org-export-with-todo-keywords): New option.
5137 (org-export-plist-vars): Include also the keys for the #+OPTIONS
5139 (org-default-export-plist, org-export-add-options-to-plist)
5140 (org-export-as-ascii, org-export-as-html): Use the new structure
5141 of `org-export-plist-vars'.
5143 * org.el (org-map-entries): Return all values.
5145 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
5147 * org.el (org-matcher-time): Recognize more special values.
5149 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5151 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
5153 * org.el (org-tags-exclude-from-inheritance): New option.
5154 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5155 `org-tags-exclude-from-inheritance'.
5157 * org-agenda.el (org-agenda-show-inherited-tags): New option.
5158 (org-format-agenda-item): Add inherited tags to the agenda line
5159 string, and make sure that properties are kept when downcasing the
5161 (org-agenda-add-inherited-tags): New function.
5162 (org-downcase-keep-props): New function.
5164 * org.el (org-scan-tags): Mark inherited tags with a text
5166 (org-get-tags-at): Mark inherited tags with a text property.
5167 (org-add-prop-inherited): New function.
5169 * org-agenda.el (org-agenda-add-inherited-tags): New function.
5170 (org-agenda-show-inherited-tags): New option.
5172 2008-11-26 Carsten Dominik <carsten.dominik@gmail.com>
5174 * org.el (org-modules): Add org-w3m to the default modules.
5176 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5178 (orgtabl-create-or-convert-from-region): New command.
5180 * org-exp.el (org-export-as-ascii): Remove the handling of
5182 (org-export-ascii-preprocess): Handle targets already in this
5185 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
5187 * org-timer.el (org-timer-start-time): Define this variable.
5188 (org-timer-item): Make argument optional.
5190 * org-list.el (org-insert-item): Automatically insert a timer item
5191 if the current list is a timer list.
5193 * org-timer.el: New file.
5195 * org-publish.el (org-publish-org-index): Only exclude the index
5196 file in the main directory from being added to the site-map.
5197 (org-publish-get-project-from-filename): If the current project is
5198 a component, start publishing from the parent project.
5200 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
5202 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5204 * org-publish.el (org-publish-org-index): Improve removal of
5207 * org-agenda.el (org-get-closed): Re-apply changes
5208 accidentially overwritten by last commit to Emacs.
5210 * org.el (org-outline-path-complete-in-steps): New option.
5211 (org-refile-get-location): Honor
5212 `org-outline-path-complete-in-steps'.
5213 (org-agenda-change-all-lines, org-tags-sparse-tree)
5214 (org-time-string-to-absolute, org-small-year-to-year)
5215 (org-link-escape): Re-apply changes accidentially overwritten
5216 by last commit to Emacs
5218 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
5220 * org-clock.el (org-dblock-write:clocktable): Make sure the
5221 clocktable sees the first line.
5222 (org-clock-in): Warn if the clock cannot be resumed.
5224 2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
5226 * org.el (org-open-at-point): Fix mixup about interactive and
5227 non-interactive elisp links.
5229 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5231 * org-exp.el (org-export-preprocess-string): Allow one comment
5232 line before the first headline to always be included. This is
5233 to not miss a commented target.
5235 * org-mouse.el (org-mouse-insert-item): Call
5236 `org-indent-to-column' instead of `indent-to', for XEmacs
5239 * org.el (org-refile-targets): Fix customize definition so
5240 that it works also in XEmacs.
5241 (org-fixup-indentation): Call `org-indent-to-column' instead
5242 of `indent-to', for XEmacs compatibility.
5244 2008-11-21 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
5246 * org-mew.el (org-mew-store-link): Get the correct case folder
5247 for refiled messages.
5249 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5251 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5252 line break indicators.
5254 * org.el (org-ido-completing-read): Remove the "i:" prefix for
5255 ido-completion propts.
5257 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5259 * org-remember.el (org-remember-apply-template): Use
5260 `org-substring-no-properties'.
5262 * org-compat.el (org-substring-no-properties): New function.
5264 * org-remember.el (org-remember-apply-template): Use
5265 `org-substring-no-properties' for compatibility.
5267 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5269 (org-fix-bullet-type): respect
5270 `org-list-two-spaces-after-bullet-regexp'.
5272 * org-clock.el (org-clock-load): Clean up the code.
5274 * org.el (org-adaptive-fill-function): Allow two spaces after
5275 "1." as a list bullet.
5277 2008-11-20 Carsten Dominik <carsten.dominik@gmail.com>
5279 * org-clock.el (org-clock-save, org-clock-load): Check for
5280 live buffers, existing files, and buffer file names to ensure
5281 consistent information.
5282 (org-clock-persist): Make `clock' a special value of this
5283 variable, and improve docstring.
5285 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5286 (org-get-string-indentation): Adapt indentation when the bullet
5289 2008-11-19 Carsten Dominik <carsten.dominik@gmail.com>
5291 * org-remember.el (org-remember-finalize): Make interactive.
5292 (org-remember-kill): New command.
5293 (org-remember-finish-immediately): Call `org-remember-finalize'
5295 (org-remember-finalize): Make `org-remember-finalize' an interactive
5298 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
5300 * org-remember.el (org-remember-apply-template): No ido completion
5301 for free prompts in remember templates.
5302 (org-remember-before-finalize-hook): New hook.
5303 (org-remember-mode): New minor mode.
5304 (org-remember-apply-template): Turn on `org-remember-mode'.
5306 * org-id.el (org-id-add-location): Avoid error when no file is
5309 * org-remember.el (org-remember-apply-template): Fix the way how
5310 the list of allowed properties is retrieved from the target file.
5312 * org.el (org-insert-link): Improve file link matching.
5314 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
5316 * org-colview.el (org-columns-display-here): New argument
5317 DATELINE, to trigger using the new face.
5318 (org-agenda-colview-summarize): Call `org-columns-display-here'
5319 with the new argument.
5321 * org-faces.el (org-agenda-column-dateline): New face.
5323 * org-publish.el (org-publish-org-index): Use index-title at page
5324 title, not as section.
5326 * org-exp.el (org-export-html-format-desc): Respect the
5327 org-protect property.
5328 (org-export-as-html): Protect image specifiers that are in the
5329 description part of a link.
5331 * org.el (org-sort-entries-or-items, org-completing-read)
5332 (org-refile-get-location, org-olpath-completing-read, org-todo)
5333 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5334 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5335 (org-set-property, org-delete-property)
5336 (org-delete-property-globally): Use `org-ido-completing-read'.
5338 * org-remember.el (org-remember-apply-template): Use
5339 `org-ido-completing-read'.
5341 * org-publish.el (org-publish): Use `org-ido-completing-read'.
5343 * org-colview.el (org-columns-edit-value, org-columns-new)
5344 (org-insert-columns-dblock): Use `org-ido-completing-read'.
5346 * org-colview-xemacs.el (org-columns-edit-value)
5347 (org-columns-new, org-insert-columns-dblock): Use
5348 `org-ido-completing-read'.
5350 * org-attach.el (org-attach-delete-one, org-attach-open): Use
5351 `org-ido-completing-read'.
5353 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5354 `org-ido-completing-read'.
5356 * org.el (org-time-today): New function.
5357 (org-matcher-time): Use `org-time-today'. Add special treatment
5358 for "<tomorrow>" and "<yesterday>".
5359 (org-ido-completing-read): New function.
5360 (org-completion-use-ido): New option.
5362 * org-exp.el (org-export-format-source-code): Fix bug in require
5364 (org-export-target-internal-links): Fix bug in search for text
5367 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
5369 * org-export-latex.el (org-export-latex-subcontent): Interprete
5370 target aliases as additonal labels.
5372 * org-exp.el (org-export-target-aliases): New variable.
5373 (org-export-preprocess-string)
5374 (org-export-handle-invisible-targets): Fill the alias alist.
5375 (org-export-as-html): Remove the from the anchor, and also
5377 (org-html-level-start): Insert the target aliases as additonal
5380 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5383 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
5385 * org.el (org-open-at-mouse): Ensure correct link abbreviations
5386 when following a link with the mouse from the agenda.
5388 * org-exp.el (org-export-as-html): Avoid lone </div> when no
5389 headlines are created.
5391 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
5393 * org-exp.el (org-export-preprocess-string): Reorder so that we
5394 can still see ID properties when we collect targets.
5395 (org-export-target-internal-links): Also store targets for ID's.
5397 * org.el (org-link-translation-function): New option.
5398 (org-open-at-point): Call `org-link-translation-function' if
5400 (org-translate-link): New function.
5401 (org-translate-link-from-planner): New function.
5402 (org-open-at-point): Allow interactive commands in elisp links.
5404 * org-exp.el (org-icalendar-cleanup-string): Restore the old
5405 iCalendar quoting. The new one seems to caus problems with
5408 * org.el (org-yank): Set `this-command' to `yank', so that
5409 `yank-pop' will work.
5411 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5413 * org-id.el (org-id-search-archives): New option.
5415 * org.el (org-link-to-org-use-id): New option.
5416 (org-store-link): Use `org-link-to-org-use-id'.
5417 (org-id): Make org-id.el a standard component.
5419 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
5421 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5422 hexified version of the tag.
5424 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5425 compliance as far as quoting is concerned.
5427 * org-vm.el (org-vm-follow-link): Require `vm-search'.
5429 * org.el (org-up-heading-safe, org-forward-same-level): Always
5430 call `org-back-to-heading' instead of `outline-back-to-heading'.
5431 (org-back-to-heading): New wrapper around outline-back-to-heading,
5432 with a useful error message telling where the error happened.
5434 * org-list.el (org-update-checkbox-count): Always call
5435 `org-back-to-heading' instead of `outline-back-to-heading'.
5437 * org-exp.el (org-export-as-html): Make sure that each <img> tag
5438 has an `alt' attribute, to ensure XHTML validation.
5440 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
5442 * org-publish.el (org-publish-attachment): Allow publishing to
5443 overwrite attachment files.
5445 * org-agenda.el (org-agenda-timerange-leaders): New option.
5446 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5448 * org.el (org-edit-src-exit): Untabify ASCII image before
5462 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
5464 * org.el (org-yank): Make any prefix force normal yanking.
5465 Suppress folding if text would be swallowed into a folded
5467 (org-yank-folded-subtrees, org-yank): Docstring updates.
5469 * org-agenda.el (org-agenda-compare-effort): Treat no effort
5472 * org-exp.el (org-export-language-setup): Add Catalan and
5473 Esperanto language entries.
5475 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5477 * org.el (org-refile): Allow refiling of entire regions.
5479 * org-clock.el (org-clock-time%): New function.
5481 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5482 retrieve property values.
5484 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
5486 * org-agenda.el (org-agenda-list): Handle the value `only' of
5487 org-agenda-show-log'.
5488 (org-agenda-log-mode): Interpret a double prefix arg.
5490 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
5492 * org-exp.el (org-export-html-footnotes-section): New variable.
5493 (org-export-as-html): Use `org-export-html-footnotes-section' to
5494 insert the footnotes.
5495 (org-export-language-setup): Add "Footnotes" to language words.
5497 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
5499 * org.el (org-yank): Fix bug when not inserting a subtree.
5501 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
5503 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5504 instead of `vm-beginning-of-message'.
5506 * org.el (org-make-link-regexps): Make sure that links to gnus can
5509 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
5511 * org-attach.el (org-attach-dir): Remove duplicate ID creation
5514 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5517 * org.el (org-link-abbrev-alist): Improve customization type.
5519 * org-attach.el (org-attach-expand-link, org-attach-expand): New
5522 * org-agenda.el (org-agenda-get-progress): Renamed from
5523 `org-get-closed'. Implement searching for state changes as well.
5524 (org-agenda-log-mode-items): New option.
5525 (org-agenda-log-mode): New option prefix argument, interpreted as
5526 request to show all possible progress info.
5527 (org-agenda-get-day-entries): Call `org-get-progress' instead of
5529 (org-agenda-set-mode-name): Handle the more complex log mode
5531 (org-get-closed): New alias, pointing to `org-get-progress'.
5533 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
5535 * org.el (org-file-apps-defaults-gnu)
5536 (org-file-apps-defaults-macosx)
5537 (org-file-apps-defaults-windowsnt): Add an entry defining the
5539 (org-file-apps): Allow `system' as key and value.
5540 (org-open-at-point): Explain the effect of a double prefix arg.
5541 (org-open-file): If the argument `in-emacs' is (16),
5542 i.e. corresponding to a double prefix argument, try to open the
5545 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
5547 * org.el (org-insert-link): Abbreviate absolute files names in
5548 links. Also, fix a bug in which the double C-u prefix would not
5551 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
5553 * org.el (org-insert-heading): If buffer does not end with a
5554 newline, add one if necessary to insert headline correctly.
5556 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5557 paragraphs, not inside.
5559 * org.el (org-todo): Quote
5560 `org-agenda-headline-snapshot-before-repeat'.
5562 * org-exp.el (org-export-as-html): Fully process link descriptions.
5563 (org-export-html-format-desc): New function.
5564 (org-export-as-html): Collect footnotes into the correct basket.
5565 (org-html-protect): No longer protect quotations marks here, this
5568 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5571 * org-compat.el (org-fit-window-to-buffer): New function (not
5572 really, a preliminary and incomplete version was present earlier,
5575 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5576 `org-fit-window-to-buffer'.
5578 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5580 * org-agenda.el (org-agenda-get-restriction-and-command)
5581 (org-fit-agenda-window, org-agenda-convert-date): Use
5582 `org-fit-window-to-buffer'.
5584 * org-exp.el (org-export-as-html): Process href links through
5585 `org-export-html-format-href'.
5586 (org-export-html-format-href): New function.
5588 * org-agenda.el (org-agenda-todo): Update only the current
5589 headline if this is a repeated TODO, marked done for today.
5590 (org-agenda-change-all-lines): New argument JUST-THIS, to change
5591 only the current line.
5593 * org.el (org-todo): Take a snapshot of the headline if the
5594 repeater might change it.
5596 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5598 * org-publish.el (org-publish-find-title): Remove buffers visited
5599 only for extracting the title.
5601 * org-exp.el (org-export-html-style)
5602 (org-export-html-style-default): Mark style definitions as
5605 * org-publish.el (org-publish-validate-link): Function
5608 2008-11-02 Charles Sebold <csebold@gmail.com>
5610 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5612 (org-plot-quote-timestamp-field): New function.
5613 (org-plot-quote-tsv-field): Call timestamp field function when
5614 necessary rather than just quoting as a string.
5615 (org-plot/gnuplot-to-data): Pass in timefmt property.
5616 (org-plot/gnuplot-script): Supports timefmt property.
5617 (org-plot/gnuplot): Checks for timestamp column before checking
5618 for text index column.
5620 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5622 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5624 * org-publish.el (org-publish-org-index): Create a section in the
5626 (org-publish-org-index): Stop linking to directories.
5628 * org.el (org-emphasis-alist): Use span instead of <u> to
5631 * org-exp.el (org-export-as-html): Make sure <p> is closed before
5634 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
5636 * org-jsinfo.el (org-infojs-template): Remove language attribute
5639 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
5641 * org-agenda.el (org-agenda-remove-marked-text): New function.
5642 (org-agenda-mark-filtered-text)
5643 (org-agenda-unmark-filtered-text): New functions.
5644 (org-write-agenda): Remove fltered text.
5646 * org.el (org-make-tags-matcher): Give access to TODO "property"
5647 without speed penalty.
5649 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
5651 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5653 (org-store-link-props): Make sure adding to the plist works
5656 * org-gnus.el (org-gnus-no-new-news): New function.
5657 (org-gnus-follow-link): Allow the article ID to be a message-id,
5658 in addition to allowing article numbers. Message IDs make much
5660 (org-gnus-store-link): Use message-id to create link.
5662 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
5664 * org.el (org-emphasize): Reverse the selection array.
5665 (org-emphasis-alist): Set <code> tags for the verbatim
5668 * org-remember.el (org-remember-handler): Fix bug with
5669 prefix-related changing of the note storage target.
5671 * org-exp.el (org-print-icalendar-entries): Make the exported
5672 priorities compatible with RFC 2445.
5674 * org-clock.el (org-clock-save): Insert time stamp without
5675 dependence on time-stamp.el.
5677 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
5679 * org.el ("saveplace"): If saveplace puts point into an invisible
5680 location, make it visible.
5681 (org-make-tags-matcher): Allow inactive time stamps in time
5683 (org-yank-adjusted-subtrees): New option.
5684 (org-yank): Incorporate adjusting trees.
5685 (org-paste-subtree): New argument FOR-YANK which will cause
5686 insertion at point without backing up over white lines, and leave
5687 point at the end of the inserted text. Also if the cursor is
5688 at the beginning of a headline, use the same level or the inserted
5691 * org-publish.el (org-publish-get-base-files-1): Deal correctly
5692 with broken symlinks
5694 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
5696 * org-exp.el (org-export-select-tags, org-get-current-options):
5699 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
5701 * org-agenda.el (org-format-agenda-item)
5702 (org-agenda-filter-make-matcher): Make sure tags are stored and
5705 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
5707 * org.el (org-insert-todo-heading): Fix bug with force-heading
5710 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
5712 * org-clock.el (org-clock-in-resume): Add a custom option to
5713 toggle starting the clock from an open clock line.
5714 (org-clock-in): When clocking in to an entry, if
5715 `org-clock-in-resume' is set, check if the first clock line is
5716 open and if so, start the clock from the time in the clock line.
5717 (org-clock-persist): Add a custom option to toggle clock
5719 (org-clock-persist-query-save): Add a custom option to toggle
5720 asking the user if they want to save the running clock when
5722 (org-clock-persist-query-resume): Add a custom option to toggle
5723 asking the user if they want to resume the saved clock when Emacs
5725 (org-clock-save): Add a function to save clock data.
5726 This includes the contents of `org-clock-history' and the buffer
5727 and position of the currently clocked task, if any.
5728 (org-clock-load): Add a function to load clock data.
5729 This populates `org-clock-history', and resumes the saved clocked
5730 task if there is one.
5731 (org-clock-persistence-insinuate): Add a method to set up the
5732 hooks for clock persistence.
5734 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
5736 * org-exp.el (org-export-as-ascii): Handle the case that we are
5737 publishing from an indirect buffer.
5739 * org-table.el (org-table-copy-down): Fix bug with time stamp
5742 * org-mouse.el (org-mouse-features): New option.
5743 (org-mode-hook): Turn on features depending on
5744 `org-mouse-features'.
5746 * org.el (org-insert-heading-respect-content): Force heading
5748 (org-insert-heading): keep the folding state of the heading before
5751 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5753 * org-archive.el (org-archive-to-archive-sibling): Handle top
5754 level headlines better.
5756 2008-10-21 Bastien Guerry <bzg@altern.org>
5758 * org-export-latex.el (org-export-latex-classes): Added
5759 \usepackage{graphicx} to the default list of packages.
5761 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5763 * org-agenda.el (org-agenda-filter): Renamed from
5764 `org-agenda-filter-tags'.
5766 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
5768 * org.el (org-entry-properties): Add CATEGORY property, iven if it
5769 is not defined as a property in this entry.
5770 (org-add-log-note): Mask prefix argument when immediately storing
5773 * org-agenda.el (org-agenda-filter-effort-default-operator): New
5776 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
5778 * org.el (org-add-log-setup): Bugfix; code to find insertion point
5779 after drawers was skipping ahead one line too many, so notes were
5780 inserted after the first note instead of before it.
5782 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
5784 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5786 (org-prepare-agenda): Reset the filter tags.
5787 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5788 Show filter tags in mode line.
5790 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5793 * org-export-latex.el (org-latex-entities-regexp): New constant.
5794 (org-export-as-pdf): Use two calls to `shell-command'.
5796 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
5798 * org-export-latex.el (org-export-latex-treat-sub-super-char):
5799 Honor the {} value of the subsuperscript setting. Make sure that
5800 longer subsuperscripts are typeset in a roman font.
5802 * org.el (org-clock-update-time-maybe): Compute negative clock
5803 intervals correctly.
5805 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
5807 * org.el (org-add-log-setup): Respect
5808 `org-log-state-notes-insert-after-drawers'.
5809 (org-log-state-notes-insert-after-drawers): New option.
5810 (org-todo-trigger-tag-changes): New function.
5811 (org-todo): Call `org-todo-trigger-tag-changes'.
5813 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
5815 * org.el (org-add-log-setup): Only skip drawers if the are
5816 immediately after the scheduling keywords.
5818 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5820 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5821 call it with the current todo state to get the state to switch to
5823 (org-clock-in): Use org-indent-line-function to indent clock lines.
5824 (org-clock-find-position): Fix indentation of empty clock drawers.
5826 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
5828 * org-publish.el (org-publish-org-to): Handle case when
5829 org-export-to-pdf does return a file name, not a buffer.
5830 (org-publish-org-to-pdf): New function.
5832 * org-export-latex.el (org-export-as-pdf)
5833 (org-export-as-pdf-and-open): New commands.
5835 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5838 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5839 things in protexted regions.
5841 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
5843 * org-export-latex.el (org-export-latex-preprocess): Improve
5844 quoting of LaTeX environments.
5846 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
5848 * org.el (org-edit-fixed-width-region): Exclude final newline from
5851 * org-export-latex.el (org-export-latex-subcontent): Add labels to
5852 sections, to make internal links work.
5853 (org-export-latex-fontify-headline): Do not remove all text
5854 properties, to make sure that target properties survive this
5857 * org-exp.el (org-export-preprocess-string): Change sequence of
5858 modifications, to make sure links are prepared before the LaTeX
5859 conversions do happen.
5861 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
5863 * org-attach.el (org-attach-delete-all): Renamed from
5864 `org-attch-delete'. Add a security query before deleting the
5865 entire directory. New optional argument FORCE can overrule the
5867 (org-attach-delete-one): New command.
5869 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
5871 * org-attach.el (org-attach-file-list): Fix bug with directory.
5873 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
5875 * org.el (org-apps-regexp-alist): New function.
5876 (org-file-apps): Add auto-mode to the default value.
5877 (org-open-file): Use the new structure of org-file-apps.
5879 * org-attach.el (org-attach): Support the new keys.
5880 (org-attach-method): New option.
5882 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
5884 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5887 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5888 of the list value o `org-use-tag-inheritance'.
5890 * org-attach.el (org-attach-auto-tag): New option.
5891 (org-attach-tag, org-attach-untag): New functions.
5892 (org-attach-attach, org-attach-new, org-attach-sync): Call
5894 (org-attach-delete): Call `org-attach-untag'.
5896 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
5898 * org-table.el (orgtbl-self-insert-command): Make this work for
5901 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
5903 * org.el (org-add-log-setup): Limit searc for drawers to entry
5904 text, not to subtree.
5906 * org-clock.el (org-clock-heading-for-remember): New variable.
5907 (org-clock-in): Set `org-clock-heading-for-remember'.
5909 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
5911 * org-remember.el (org-remember-apply-template): Add new
5912 expansions: %k, %K for currently clocked task and a link to the
5913 currently clocked task, and %< to file notes in the currently
5916 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
5918 * org-export-latex.el (org-export-latex-make-header): Also insert
5919 the content of the property :latex-header-extra.
5921 * org-exp.el (org-infile-export-plist): Put the content of
5922 #+LATEX_HEADER: into the property :latex-header-extra.
5924 * org-colview.el (org-columns-get-format-and-top-level): Remove
5925 resetting the marker.
5927 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5928 Remove resetting the marker.
5930 * org.el (org-entry-property-inherited-from): Improve docstring.
5931 (org-entry-get-with-inheritance): Reset marker before starting the
5934 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5936 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
5938 * org.el (org-entry-get-multivalued-property)
5939 (org-entry-protect-space, org-entry-restore-space): New
5941 (org-file-apps-defaults-macosx): Let postscript files be opened by
5943 (org-time-stamp-inactive): Call `org-time-stamp'.
5944 (org-time-stamp): New argument `inactive'. Also edit inacive
5945 stamps. Convert time stamp type.
5946 (org-open-file): Interpret the `default' value for the `command'
5949 * org-id.el (org-id-int-to-b36-one-digit)
5950 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5951 (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5954 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
5956 * org-id.el (org-id-reverse-string): New function.
5957 (org-id-new): Use `org-id-reverse-string' to make sure the
5958 beginning chars of the ID are mutating fast. This allows to use a
5959 directory structure to spread things better.
5960 (org-id-prefix): Changed default to nil.
5962 * org-list.el (org-move-item-down, org-move-item-up): Remember and
5963 restore the column of the cursor position.
5965 * org-remember.el (org-remember-apply-template): Remove properties
5968 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
5970 * org-wl.el (org-wl-open): Remove useless call to
5971 `wl-thread-open-all'.
5973 * org-remember.el (org-remember-handler): Fix bug with `bottom'
5976 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
5978 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5979 `org-bbdb-anniversaries'.
5981 * org.el (org-get-next-sibling, org-forward-same-level): New
5982 functions, similar to the outline versions, but invisible headings
5985 2008-09-25 Bastien Guerry <bzg@altern.org>
5987 * org.el (org-auto-repeat-maybe): Insert a space between
5988 the timestamp's type and the timestamp itself.
5990 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
5992 * org-table.el (org-table-sum): Do not format the result with %g,
5993 it does rounding when there are too many digits.
5995 * org.el (org-map-entries): Protect the keyword-selecting variables.
5997 2008-09-23 Bastien Guerry <bzg@altern.org>
5999 * org-agenda.el (org-agenda-to-appt): Make sure the function check
6000 against all agenda files.
6002 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
6004 * org-list.el: New file, aggregating list functions from org.el
6005 and org-export-latex.el.
6007 * org.el (org-edit-src-region-extra): New option.
6009 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
6011 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6014 2008-09-22 Bastien Guerry <bzg@altern.org>
6016 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6018 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
6020 * org-plot.el (org-plot/gnuplot): Make tables starting with a
6021 hline work correctly.
6022 (org-plot/gnuplot-script): Put commas at the end of each script
6025 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
6027 * org.el (org-get-refile-targets): Replace links with their
6029 (org-imenu-get-tree): Replace links with their descriptions.
6031 * org-remember.el (org-remember-apply-template): Add a new
6032 expansion for adding properties to remember items.
6034 * org.el (org-add-log-setup): Skip over drawers (properties,
6035 clocks etc) when adding notes.
6037 * org-agenda.el (org-agenda-get-closed): show durations of clocked
6038 items as well as the start and end times.
6040 * org-compat.el (org-get-x-clipboard-compat): Add a compat
6041 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6043 * org-remember.el (org-get-x-clipboard): Use the compat
6044 function to get clipboard values when x-selection-value is
6045 unavailable. Use substring-no-properties instead of
6046 set-text-properties to remove text properties from the clipboard
6049 * lisp/org-clock.el (org-update-mode-line): Support limiting the
6050 modeline clock string, and display the full todo value in the
6051 tooltip. Set a local keymap so mouse-3 on the clock string goes to
6052 the currently clocked task.
6053 (org-clock-string-limit): Add a custom value for the maximum
6054 length of the clock string in the modeline.
6055 (org-clock-mode-map): Add a keymap for the modeline string
6057 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
6059 * org-compat.el (org-propertize): New function.
6061 2008-09-20 Bastien Guerry <bzg@altern.org>
6063 * org-export-latex.el (org-export-latex-tables): protect exported
6064 tables from further special chars conversion.
6065 (org-export-latex-preprocess): Preserve LaTeX environments.
6066 (org-list-parse-list): Parse descriptive lists.
6067 (org-list-to-generic, org-list-to-latex, org-list-to-html)
6068 (org-list-to-texinfo): Export descriptive lists.
6069 (org-quote-chars): Remove.
6070 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6071 (org-export-latex-list-beginning-re): Rename to
6072 `org-list-beginning-re'
6073 (org-list-item-begin): Rename to `org-list-item-beginning'
6075 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
6077 * org.el (org-refile): Allow refiling to the last entry in the
6079 (org-get-tags-at): Fix bug when inheritance is turned off.
6081 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
6083 * org.el (org-indent-line-function): No longer check for src
6084 regions, this is too much overhead.
6086 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6089 * org.el (org-scan-tags): Make sure that tags matching is not case
6090 sensitive. TODO keyword matching is case sensitive, however, to
6091 avoid confusion with similar words that are not meant to be
6094 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
6096 * org.el (org-get-local-tags-at): New function.
6097 (org-get-local-tags): New function.
6099 * org-exp.el (org-export-get-categories): New function.
6101 * org-agenda.el (org-sorting-choice)
6102 (org-agenda-sorting-strategy, org-agenda-get-todos)
6103 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6104 (org-agenda-get-scheduled, org-agenda-get-blocks)
6105 (org-entries-lessp): Implement sorting by TODO state.
6106 (org-cmp-todo-state): New defsubst.
6108 * org-colview.el (org-colview-construct-allowed-dates): New
6110 (org-columns-next-allowed-value): Use
6111 `org-colview-construct-allowed-dates'.
6113 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6115 (org-columns-next-allowed-value): Use
6116 `org-colview-construct-allowed-dates'.
6118 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
6120 * org.el (org-protect-slash): New function.
6121 (org-get-refile-targets): Use `org-protect-slash'.
6123 * org-agenda.el (org-global-tags-completion-table): New variable.
6125 * org-exp.el (org-export-handle-export-tags): New function.
6126 (org-export-preprocess-string): Call
6127 `org-export-handle-export-tags'.
6129 * org-plot.el: New file.
6131 * org-publish.el (org-publish-expand-components): Function removed.
6132 (org-publish-expand-projects): Allow components to have components.
6134 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
6136 * org.el (org-indent-line-function): Do not indent in regions that
6137 are external source code.
6138 (org-yank-and-fold-if-subtree): New function.
6140 * org-agenda.el (org-agenda-todayp): New function.
6141 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6142 `org-agenda-todayp'.
6144 * org.el (org-insert-heading-respect-content)
6145 (org-insert-todo-heading-respect-content): New commands.
6146 (org-insert-heading-respect-content): New option.
6147 (org-insert-heading): Respect `org-insert-heading-respect-content'.
6149 * org-clock.el (org-clock-find-position): Make sure the note after
6150 the clock line gets moved into the new clock drawer.
6152 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
6154 * org-id.el (org-id-new): New option.
6156 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
6158 * org-table.el (org-table-copy-down): Avoid overflow during
6159 increment. Use prefix argument 0 to temporarily disable the
6162 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
6164 * org-exp.el (org-export-as-html): Do not turn on the major mode
6165 if the buffer will be killed anyway.
6166 (org-get-current-options): Exclude the #+TEXT field.
6167 (org-export-as-html): Make sure text before the first headline is
6170 * org-publish.el (org-publish-org-to): Tell the exporter that this
6171 buffer will be killed, so it is not necessary to do major mode
6174 * org-archive.el (org-archive-to-archive-sibling): Show empty
6175 lines after folding the archive sibling.
6177 * org.el (org-log-note-extra): New variable.
6179 2008-09-05 Bastien Guerry <bzg@altern.org>
6181 * org.el (org-additional-option-like-keywords): Added keywords for
6182 the _QUOTE, _VERSE and _SRC environments.
6184 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6185 exporting _QUOTE and _VERSE environments.
6187 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
6189 * org-agenda.el (org-agenda-filter-by-tag): New command.
6191 * org-exp.el (org-get-current-options): Remove angular brackets
6192 from the date entry.
6194 * org.el (org-edit-fixed-width-region): New function.
6195 (org-edit-fixed-width-region): Also try
6196 `org-edit-fixed-width-region'.
6197 (org-edit-fixed-width-region-mode): New option.
6198 (org-activate-code): Only interprete lines starting with colon
6199 plus a space as example lines.
6201 * org-remember.el (org-remember-templates): Add nil instead of
6202 empty strings to fix the length of remember templates.
6204 * org-table.el (org-calc-default-modes): Fix the time format for
6205 calc, from 12 hour to 24 hour clock.
6207 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
6209 * org-agenda.el (org-agenda-get-deadlines)
6210 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6211 entries that are pre-warnings of deadlines or reminders.
6213 * org.el (org-sort-entries-or-items): Make numeric and alpha
6214 comparisons ignore any TODO keyword and priority cookie.
6216 * org-remember.el (org-remember-handler): Reinterpretation of the
6219 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
6221 * org-agenda.el (org-agenda-get-scheduled): Use new
6222 `org-scheduled' face.
6224 * org-faces.el (org-scheduled): New face.
6226 * org-wl.el (org-wl-open): Remove incorrect declaration.
6228 * org-gnus.el (org-gnus-store-link): Support for :to information
6231 * org-exp.el (org-export-as-html): Fixed typo in creator
6233 (org-export-protect-examples): New parameter indent. Insert extra
6234 spaces only when this parameter is specified.
6235 (org-export-preprocess-string): Call `org-export-protect-examples'
6236 with an indentation parameter when exporting to ASCII.
6238 * org-remember.el (org-remember-templates)
6239 (org-remember-apply-template): Allow the file component to be a
6242 * org.el (org-goto-local-search-headings): Renamed from
6243 `org-goto-local-search-forward-headings'. Added the possibility
6244 to search backwards.
6246 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
6248 * org-export-latex.el (org-export-latex): New customization
6251 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6253 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
6255 * org-exp.el (org-html-do-expand): Allow {} to terminate
6258 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
6260 * org.el (org-buffer-list): Select buffers based on major mode,
6263 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
6265 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6268 * org-colview.el (org-columns-display-here): Use
6269 `org-columns-modify-value-for-display-function'.
6271 * org-colview-xemacs.el (org-columns-display-here): Use
6272 `org-columns-modify-value-for-display-function'.
6274 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6276 * org.el (org-columns-modify-value-for-display-function): New option.
6288 * org-publish.el (org-publish-file): Make sure the directory match
6289 for the publishing directory works correctly.
6291 * org-agenda.el (org-agenda-execute-calendar-command)
6292 (org-agenda-diary-entry): Additional optional argument.
6294 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6296 * org-exp.el (org-export-as-html): Add attributes also in mailto
6299 * org.el (org-autoload): Add `org-dblock-write:columnview'.
6308 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
6310 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6311 sure that calls from `org-export-region-as-html' do not do the
6312 special check for a subtree.
6314 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
6316 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6318 2008-07-20 Juri Linkov <juri@jurta.org>
6320 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6321 new keymap `narrow-map' instead of binding "\C-xns".
6323 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
6325 * org.el (org-open-file): Use
6326 `org-open-directory-means-index-dot-org'.
6327 (org-open-directory-means-index-dot-org): New option.
6329 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
6331 * org.el (org-make-link-string): Remove link attributes from
6333 (org-open-at-point): Remove link attributes bevore using the path.
6335 * org-exp.el (org-export-as-html): Handle link attributes.
6337 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6339 * org-table.el (org-table-to-lisp): New function.
6341 * org.el (org-narrow-to-subtree): Do not include the final newline
6342 into the narrowed region.
6344 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6345 bug with user-define skipping condition.
6347 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
6349 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6351 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
6353 * org-exp.el (org-export-html-style-default): Automatic overflow
6354 handling for pre fields.
6355 (org-export-as-ascii, org-export-as-html): Change default format
6358 * org-table.el (org-table-export): Offer completion for translator
6359 functions, and do not require a heading above the table.
6361 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6362 Cater for the case of a list starting in the first line of the
6365 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
6367 * org-publish.el (org-publish-find-title): Bug fix.
6368 (org-publish-org-index): Implement new :index-style option.
6370 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
6372 * org-publish.el (org-publish-timestamp-filename): Use
6373 SHA1-encoded file names in the timestamp directory.
6375 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
6377 * org-publish.el (org-publish-needed-p): Be verbose about files
6378 published and files skipped.
6380 * org-exp.el (org-export-preprocess-string): Swap link
6381 normalization and inernal link targeting.
6383 * org-publish.el (org-publish-needed-p): Create timestamp
6384 directory when it does not exist.
6386 2008-07-04 Bastien Guerry <bzg@altern.org>
6388 * org-clock.el (org-clock-out-when-done): Doc fix.
6390 * org.el (org-agenda-skip-unavailable-files): Doc fix.
6392 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6393 Ignore case when searching for the COMMENT cookie at export time.
6395 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
6397 * org-exp.el (org-get-file-contents)
6398 (org-get-and-remove-property): New functions.
6399 (org-export-handle-include-files): Handle the new prefix options.
6400 (org-export-as-html): Fix the verse environment.
6402 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
6404 * org.el (org-time=, org-time<, org-time<=, org-time>)
6405 (org-time>=, org-time<>, org-2ft): New functions.
6406 (org-op-to-function): Also provide for the time testing fucntions.
6408 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
6410 * org-exp.el (org-export-html-style-default): New constant.
6412 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
6414 * org-exp.el (org-export-html-style-extra): New variable.
6415 (org-export-splice-style): New function.
6417 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
6419 * org-exp.el (org-export-plist-vars, org-export-as-html):
6420 Implement `org-export-creator-info'.
6421 (org-export-creator-info): New option.
6423 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
6425 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6426 (org-property-drawer-re, org-clock-drawer-re): New constants.
6428 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
6430 * org-exp.el (org-icalendar-use-deadline)
6431 (org-icalendar-use-scheduled): New options.
6432 (org-icalendar-include-todo): Default changed to t.
6433 (org-print-icalendar-entries): Implement better utilization of
6434 scheduling and deadline time stamps.
6435 (org-export-target-internal-links, org-export-as-html): Allow file
6436 lines without the "file:" prefix if the file path is an absolute
6437 path or starts with ".".
6439 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6441 (org-clock-special-range): Also undertand yesterday, lastweek etc.
6443 2008-06-18 Glenn Morris <rgm@gnu.org>
6444 * org.el (org-map-entries): Let-bind `file'.
6446 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
6448 * org.el (org-agenda-skip-archived-trees): Docstring now
6449 discourages using this.
6450 (org-scan-tags): Check for org-agenda-archives-mode.
6451 (org-map-entries): Make sure org-agenda-archives-mode is nil.
6452 (org-agenda-files): Functionality of second arg changed.
6454 * org-agenda.el (org-agenda-archives-mode): New variable
6455 (org-write-agenda, org-prepare-agenda, org-agenda-list)
6456 (org-search-view, org-todo-list, org-tags-view)
6457 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6459 (org-agenda-quit): Reset the archives mode.
6460 (org-agenda-archives-mode): New command.
6461 (org-agenda-set-mode-name): Include archives info.
6463 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
6465 * org.el (org-paste-subtree): Make sure the yanked headline is
6466 visible if it was yanked at a visible point.
6467 (org-move-item-up): Fix the bug with moving white space at the end
6469 (org-show-empty-lines-in-parent): New function.
6471 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
6473 * org-colview.el (org-columns-next-allowed-value): Bug fix.
6475 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6477 * org-agenda.el (org-agenda-get-closed): Get the end time into the
6478 agenda prefix as well.
6480 * org-publish.el (org-publish-org-index): Make a properly indented
6483 * org.el (org-calendar-agenda-action-key): New option.
6484 (org-get-cursor-date): New function.
6485 (org-mark-entry-for-agenda-action): New command.
6486 (org-overriding-default-time): New variable.
6487 (org-read-date): Respect `org-overriding-default-time'.
6489 * org-remember.el (org-remember-apply-template): Respect the
6490 ovverriding default time.
6492 * org-agenda.el (org-agenda-action-marker): New variable.
6493 (org-agenda-action): New command.
6494 (org-agenda-do-action): New function.
6496 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
6498 * org.el (org-schedule, org-deadline): Protect scheduled and
6499 deadline tasks against changes that accidently remove the
6500 repeater. Also show a message with the new date when done.
6502 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
6504 * org.el (org-beginning-of-line): Cater for the case when there
6505 are tags but no headline text.
6506 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6509 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
6511 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6512 the return value is nil instead of "nil" when there is no match.
6514 * org-exp.el (org-insert-centered): Use fill-column instead of
6516 (org-export-as-ascii): Use string-width to measure the width of
6519 * org.el (org-diary-to-ical-string): No longer kill buffer
6520 FROMBUF, this is now done by the caller.
6522 * org-exp.el (org-print-icalendar-entries): Move the call to
6523 `org-diary-to-ical-string' out of the loop, and kill the buffer
6526 * org-remember.el (org-remember-visit-immediately): Position
6527 cursor after moving to the note.
6528 (org-remember-apply-template): Use a text property to record the
6530 (org-remember-handler): Align tags after pasting the note.
6532 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
6534 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6536 * org-agenda.el (org-agenda-open-link): If there is an
6537 org-bbdb-name property in the current line, jump to that bbdb
6540 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6541 text property, so that the agenda knows where this entry comes
6544 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6545 interaction between clocking-in from the agenda, and automatic
6546 task state switching.
6548 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6550 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6551 zmacs-region stays after this command in XEmacs.
6553 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
6555 * org.el (org-scan-tags): Allow new values for ACTION parameter.
6557 * org-remember.el (org-remember-templates): Fix bug in
6558 customization type definition.
6560 * org.el (org-map-entries): New function.
6562 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
6564 * org-agenda.el (org-agenda-skip-comment-trees): New option.
6565 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6567 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
6569 * org-remember.el (org-jump-to-target-location): New variable.
6570 (org-remember-apply-template): Set
6571 `org-remember-apply-template' if requested by template.
6572 (org-remember-handler): Start an idle timer to jump to
6575 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6577 * org.el (org-set-regexps-and-options): Fix bug with parsing of
6579 (org-get-tags-at): Add the content of `org-file-tags'.
6581 * org-exp.el (org-export-handle-comments): Fix bug with several
6582 comment lines after each other.
6583 (org-number-to-roman, org-number-to-counter): New functions.
6584 (org-export-section-number-format): New option.
6586 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
6588 * org-exp.el (org-export-protect-examples): Catch the case of a
6589 missing end_example line.
6591 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6592 `org-file-tags' to nil.
6594 * org-colview.el (org-columns-next-allowed-value): Handle next
6595 argument NTH to directly select a value.
6597 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6598 argument NTH to directly select a value.
6600 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
6602 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6604 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
6606 * org.el (org-columns-ellipses): New option.
6608 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
6610 * org-colview.el (org-columns-add-ellipses): New function.
6611 (org-columns-compact-links): New function.
6612 (org-columns-cleanup-item): Call `org-columns-compact-links'.
6613 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6615 (org-columns-edit-value): Fixed bug with editing values from
6617 (org-columns-redo): Also redo the agenda itself.
6619 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
6621 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6624 * org-colview.el (org-agenda-columns-cleanup-item): New function.
6626 * org-exp.el (org-export-ascii-preprocess): Renamed from
6627 `org-export-ascii-clean-string'.
6628 (org-export-kill-licensed-text)
6629 (org-export-define-heading-targets)
6630 (org-export-handle-invisible-targets)
6631 (org-export-target-internal-links)
6632 (org-export-remove-or-extract-drawers)
6633 (org-export-remove-archived-trees)
6634 (org-export-protect-quoted-subtrees)
6635 (org-export-protect-verbatim, org-export-protect-examples)
6636 (org-export-select-backend-specific-text)
6637 (org-export-mark-blockquote-and-verse)
6638 (org-export-remove-comment-blocks-and-subtrees)
6639 (org-export-handle-comments, org-export-mark-radio-links)
6640 (org-export-remove-special-table-lines)
6641 (org-export-normalize-links)
6642 (org-export-concatenate-multiline-links)
6643 (org-export-concatenate-multiline-emphasis): New functions,
6644 obtained from spliiting the export preprocessor.
6646 * org-table.el (org-table-recalculate): Improve error message if
6647 the row number is invalid.
6649 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
6651 * org-archive.el (org-archive-save-context-info): Fix bugs in
6652 customization setup and docstring.
6654 * org-exp.el (org-export-html-style): Changed the size of in the
6655 <pre> element to 90%.
6657 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
6659 * org.el (org-find-src-example-start): Function removed.
6660 (org-edit-src-find-region-and-lang): New function.
6662 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
6664 * org.el (org-edit-src-exit): New function.
6665 (org-exit-edit-mode): New minor mode.
6667 * org-exp.el (org-export-preprocess-string): Fix bug with removing
6668 comment-like lines from protected examples.
6670 * org.el (org-edit-src-example, org-find-src-example-start)
6671 (org-protect-source-example, org-edit-special): New functions.
6673 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
6675 * org-publish.el (org-publish-project-alist): Fix typo in
6677 (org-publish-project-alist): Handle :index-title property.
6679 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
6681 * org-export-latex.el (org-export-as-latex): Make sure region
6682 bounds are correct. Parse subtree properties relating to export.
6684 * org-exp.el (org-export-add-options-to-plist): New function.
6685 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6687 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
6689 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6692 * org-exp.el (org-export-get-title-from-subtree)
6693 (org-export-as-ascii, org-export-as-html): Make sure the original
6694 region-beginning and region-end are used, even after moving
6696 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6699 * org-remember.el (org-remember-last-stored-marker): New variable.
6700 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6701 (org-remember-handler): Also use marker to remember
6702 last-stored position.
6704 * org.el (org-goto-marker-or-bmk): New function.
6706 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
6708 * org.el (org-file-properties): Renamed from `org-local-properties'.
6709 (org-scan-tags): Take file tags into account.
6710 (org-tags-match-list-sublevels): Default changed to t.
6712 * org-exp.el (org-export-as-html): Close paragraph after a
6715 * org.el (org-update-parent-todo-statistics): New function.
6717 * org-exp.el (org-icalendar-store-UID): New option.
6718 (org-icalendar-force-UID): Option removed.
6719 (org-print-icalendar-entries): IMplement UIDs.
6721 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
6723 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6725 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
6727 * org-faces.el (org-column): Document how this face is being used
6728 and why sometimes the background faces shine through.
6730 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6732 * org-publish.el (org-publish-attachment): Create publishing
6733 directory if it does not yet exist.
6735 * org-table.el (org-calc-default-modes): Change default number
6736 format to (float 8).
6738 * org.el (org-olpath-completing-read): New function.
6739 (org-time-clocksum-format): New option.
6740 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6742 * org-clock.el (org-clock-display, org-clock-out)
6743 (org-update-mode-line): Use `org-time-clocksum-format'.
6745 * org-colview-xemacs.el (org-columns-number-to-string): Use
6746 `org-time-clocksum-format'.
6748 * org-colview.el (org-columns-number-to-string): Use
6749 `org-time-clocksum-format'.
6751 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
6753 * org-id.el: New file, move from contrib to core.
6755 * org-exp.el (org-icalendar-force-UID): New option.
6757 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
6759 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6760 shifted by one day if theere is a date range without an end
6763 * org.el (org-try-structure-completion): New function.
6765 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
6767 * org.el (org-set-font-lock-defaults): Improve fontification of
6769 (org-insert-item): Handle description lists.
6770 (org-adaptive-fill-function): Improve auto indentation in
6773 * org-exp.el (org-export-as-html, org-export-preprocess-string):
6774 Implement VERSE environment.
6775 (org-export-preprocess-string): Implement the COMMENT
6778 * org-export-latex.el (org-export-latex-preprocess): Implement
6781 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
6783 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6786 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
6788 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6790 * org.el (org-quote-csv-field): New functions.
6792 * org-table.el (org-table-export-default-format): Remove :splice
6793 from default format, we get the same effect by not specifying
6795 (org-table-export): Improve setup, distinguish better between
6796 interactive and non-interactive use, allow specifying the format
6797 on the fly, better protection against wrong file names.
6798 (orgtbl-to-generic): Fix documentation. Do not require :tstart
6799 and :tend when :splice is omitted.
6801 2008-05-09 Bernt Hansen <bernt@norang.ca>
6803 * org-clock.el (org-clock-select-task): Make sure the selection
6804 letters are 1-9 and A-Z, no special characters.
6806 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
6808 * org-exp.el (org-export-htmlize): New group.
6809 (org-export-htmlize-output-type)
6810 (org-export-htmlize-css-font-prefix): New options.
6811 (org-export-htmlize-region-for-paste): New function.
6812 (org-export-htmlize-generate-css): New command.
6814 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6816 * org/org.el (org-modules, org-format-latex-options):
6817 * org/org-archive.el (org-archive-stamp-time)
6818 (org-archive-save-context-info):
6819 * org/org-faces.el (org-hide):
6820 * org/org-irc.el (org-irc-parse-link):
6821 * org/org-macs.el (org-call-with-arg, org-autoload):
6822 * org/org-mew.el (org-mew-store-link):
6823 * org/org-remember.el (org-remember-store-without-prompt)
6824 (org-remember-templates): Fix typos in docstrings.
6826 * org/org-info.el (org-info-store-link): Remove leftover docstring.
6828 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6829 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6830 (org-bbdb-anniv-split): Fix typos in docstrings.
6832 * org/org-publish.el (org-publish-project-alist): Doc fixes.
6833 (org-publish-use-timestamps-flag): Reflow docstring.
6834 (org-publish-files-alist): Fix typos in docstring.
6836 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
6838 * org.el (org-set-visibility-according-to-property): New function.
6839 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6840 and compute the regular expressions, and update font-lock.
6841 (org-property-re): Allow a dash in property names.
6843 * org-archive.el (org-extract-archive-file): Insert the file name
6844 without the path into the format, to allow the location format to
6845 contain a subdirectory.
6847 * org-agenda.el (org-agenda-post-command-hook): If point is at end
6848 of buffer, and the `org-agenda-type' property undefined, use the
6849 value from the character before.
6851 * org.el (org-add-planning-info): Don't let indentation for
6852 would-be timestamp become extra whitespace at the end of headline.
6854 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
6856 * org.el (org-remove-double-quotes, org-file-contents): New
6859 * org-exp.el (org-infile-export-plist): Also parse the
6860 contents of #+SETUPFILE files, recursively.
6862 * org.el (org-set-regexps-and-options): Also parse the
6863 contents of #+SETUPFILE files, recursively.
6865 * org-exp.el (org-export-handle-include-files): New function.
6866 (org-export-preprocess-string): Call
6867 `org-export-handle-include-files'.
6869 * org.el (org-delete-property-globally)
6870 (org-delete-property, org-set-property): Ignore case during
6872 (org-set-property): Use `org-completing-read' instead of
6875 * org.el (org-complete-expand-structure-template): New,
6876 experimental function.
6877 (org-structure-template-alist): New, experimental option.
6878 (org-complete): Call `org-complete-expand-structure-template'.
6880 2008-05-06 Bastien Guerry <bzg@altern.org>
6882 * org-export-latex.el (org-export-latex-preprocess): Added
6883 support for blockquotes.
6885 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
6887 * org.el (org-read-date-analyze): Catch the case where only a
6890 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
6892 * org.el (org-set-font-lock-defaults): Make the description
6895 * org-exp.el (org-export-as-html, org-close-li): Implement
6898 2008-05-04 Jason Riedy <jason@acm.org>
6900 * org-table.el (*orgtbl-default-fmt*): New variable.
6901 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6902 when there is no other fmt available.
6904 (orgtbl-to-generic): Allow an explicitly nil :tstart or
6905 :tend to suppress the appropriate string.
6907 (orgtbl-to-orgtbl): New function for translating to another orgtbl
6910 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
6912 * org.el (org-read-date-analyze): "." as an alias for "+0" in
6915 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6918 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6921 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
6923 * org-clock.el (org-clock-find-position): Don't include notes
6926 * org-archive.el (org-archive-subtree): No longer remove an
6927 extra line after cutting the subtree. `org-cut-subtree' already
6930 * org-remember.el (org-remember-handler): Only kill the target
6931 buffer if it does not contain the running clock.
6933 * org.el (org-markers-to-move): New variable.
6934 (org-save-markers-in-region, org-check-and-save-marker)
6935 (org-reinstall-markers-in-region): New function.
6936 (org-move-subtree-down, org-copy-subtree): Remember relative
6937 marker positions before cutting.
6938 (org-move-subtree-down, org-paste-subtree): Restore relative
6939 marker positions after pasting.
6941 * org-remember.el (org-remember-clock-out-on-exit): New option.
6942 (org-remember-finalize): Clock out only if the setting in
6943 `org-remember-clock-out-on-exit' requires it.
6944 (org-remember-handler): Do the cleanup in the buffer, to make sure
6945 that the clock marker remains in tact.
6947 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
6949 * org-clock.el (org-clock-goto): Widen buffer if necessary.
6950 (org-clock-in): Make sure that also tasks outside the narrowed
6951 region will be clocked in correctly.
6952 (org-clock-insert-selection-line): Widen the buffer so that we can
6953 find the correct task heading.
6955 * org.el (org-base-buffer): New function.
6957 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6958 and ";" are escaped.
6959 (org-print-icalendar-entries): Also apply
6960 `org-icalendar-cleanup-string' to the headline, not only to the
6963 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
6965 * org-exp.el (org-export-preprocess-hook): New hook.
6966 (org-export-preprocess-string): Call
6967 `org-export-preprocess-hook'.
6969 * org.el (org-font-lock-hook): New variable.
6970 (org-font-lock-hook): New function.
6971 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6975 ;; add-log-time-zone-rule: t
6978 Copyright (C) 2008 Free Software Foundation, Inc.
6980 This file is part of GNU Emacs.
6982 GNU Emacs is free software: you can redistribute it and/or modify
6983 it under the terms of the GNU General Public License as published by
6984 the Free Software Foundation, either version 3 of the License, or
6985 (at your option) any later version.
6987 GNU Emacs is distributed in the hope that it will be useful,
6988 but WITHOUT ANY WARRANTY; without even the implied warranty of
6989 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6990 GNU General Public License for more details.
6992 You should have received a copy of the GNU General Public License
6993 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6995 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c