1 2010-03-08 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-docbook.el (org-export-as-docbook): Remove unnecessary
5 (org-export-as-docbook): Remove unnecessary newline.
6 (org-export-as-docbook): Fix problem with double footnote
7 reference in one place.
9 * org-exp.el (org-export-format-source-code-or-example): Remove
12 * org.el (org-deadline, org-schedule): Allow rescheduling entries
15 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
16 function calls that look like references.
18 * org.el (org-open-at-point): Get link abbreviations from
21 2010-03-07 Carsten Dominik <carsten.dominik@gmail.com>
23 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
26 2010-03-05 Carsten Dominik <carsten.dominik@gmail.com>
28 * org.el (org-link-unescape): Solve issue with lower-case escapes.
30 2010-03-04 Carsten Dominik <carsten.dominik@gmail.com>
32 * org-latex.el (org-export-latex-classes): Add
33 \usepackage{latexsym} to all classes.
35 2010-03-03 Carsten Dominik <carsten.dominik@gmail.com>
37 * org-html.el (org-export-as-html): Do not allow protected lines
38 into the table of contents.
40 * org-latex.el (org-export-latex-special-chars): Find subsequent
41 occurrences of special characters.
42 (org-export-latex-tables): Do not convert table-like stuff that is
45 2010-03-01 Carsten Dominik <carsten.dominik@gmail.com>
47 * org-list.el (org-toggle-checkbox): No errors when updating
48 checkbox count fails because there is no heading.
50 2010-02-27 Carsten Dominik <carsten.dominik@gmail.com>
52 * org-clock.el (org-clock-report-include-clocking-task): New
54 (org-clock-sum): Add the current clocking task.
56 2010-02-26 Carsten Dominik <carsten.dominik@gmail.com>
58 * org.el (org-cycle): Print a message when in a table.el table.
59 (org-edit-special): Recognize the table.el context.
60 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
62 * org-src.el (org-at-table.el-p): Declare.
63 (org-edit-src-code): Handle a special case for table.el editing.
64 (org-edit-src-find-region-and-lang): Recognize the table.el
67 * org-latex.el (org-export-latex-tables): Convert table.el
69 (org-export-latex-convert-table.el-table): New function.
71 * org-html.el (org-html-expand): Fix table.el export.
73 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
76 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
77 table for the id locations.
79 * org.el (org-read-date-analyze): Match American-style dates, like
80 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
81 current year when reading ISO and American dates.
83 2010-02-25 Carsten Dominik <carsten.dominik@gmail.com>
85 * org.el (org-face-from-face-or-color): New function.
86 (org-get-todo-face, org-font-lock-add-priority-faces)
87 (org-get-tag-face): Use `org-face-from-face-or-color'.
89 * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
90 simple colors as values.
91 (org-faces-easy-properties): New option.
93 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
94 restricted, as an agenda mode.
95 (org-agenda-fontify-priorities): Allow simple colors as values.
97 2010-02-25 Bastien Guerry <bzg@altern.org>
99 * org-timer.el (org-timer-current-timer): Renamed from
100 `org-timer-last-timer'.
101 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
102 (org-timer-cancel-timer, org-timer-show-remaining-time)
103 (org-timer-set-timer): Update to use only one timer.
105 * org.el (org-set-property): Remove useless space in the prompt.
107 2010-02-25 Carsten Dominik <carsten.dominik@gmail.com>
109 * org-html.el (org-export-html-style-default): Add a default style
112 * org-exp.el (org-export-format-source-code-or-example): Fix
115 2010-02-24 Bastien Guerry <bzg@altern.org>
117 * org-clock.el (org-clock-current-task): New variable to store
118 last clocked in task.
119 (org-clock-set-current, org-clock-delete-current): New functions.
121 2010-02-24 Carsten Dominik <carsten.dominik@gmail.com>
123 * org-remember.el (org-remember-apply-template): Extend comment.
124 (org-remember-handler): Implement clock sibling filing.
126 2010-02-23 Carsten Dominik <carsten.dominik@gmail.com>
128 * org-publish.el (org-publish-all, org-publish-current-file)
129 (org-publish-current-project): When called with prefix argument
130 FORCE, also rebuild the validation file list.
132 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
135 2010-02-21 Carsten Dominik <carsten.dominik@gmail.com>
137 * org-html.el (org-export-as-html-and-open): Kill product buffer
138 if the user wants that.
140 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
141 if the user wants that.
143 * org-exp.el (org-export-kill-product-buffer-when-displayed): New
146 * org-agenda.el (org-batch-agenda-csv): Use the time property
147 instead of the `time-of-day' property.
149 2010-02-20 Carsten Dominik <carsten.dominik@gmail.com>
151 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
152 (org-timer-pause-hook, org-timer-set-hook)
153 (org-timer-cancel-hook): New hooks.
154 (org-timer-start): Run `org-timer-start-hook'.
155 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
156 (org-timer-stop): Run `org-timer-stop-hook'.
157 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
159 2010-02-19 Carsten Dominik <carsten.dominik@gmail.com>
161 * org.el (org-reveal): Double prefix arg shows the subtree of the
164 2010-02-17 Carsten Dominik <carsten.dominik@gmail.com>
166 * org-agenda.el (org-search-view): Fix bug with searching full
167 words in headlines in search view.
168 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
169 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
170 scheduled (if the user configures it so.
172 2010-02-16 Carsten Dominik <carsten.dominik@gmail.com>
174 * org.el (org-hide-archived-subtrees): Don't jump to end of
175 subtree if the match was not in a headline.
176 (org-inside-latex-macro-p): Allow more complex arguments.
177 (org-emphasize): Protect against use at end of buffer.
179 2010-02-15 Carsten Dominik <carsten.dominik@gmail.com>
181 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
184 2010-02-14 Carsten Dominik <carsten.dominik@gmail.com>
186 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
188 (org-agenda-todo-ignore-scheduled)
189 (org-agenda-todo-ignore-deadlines): More control with different
191 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
192 Honor the new option settings.
194 2010-02-12 Carsten Dominik <carsten.dominik@gmail.com>
196 * org.el (org-get-location): Make sure the selection buffer is
197 shown in the current frame.
199 * org-ascii.el (org-export-ascii-table-widen-columns): New
201 (org-export-ascii-preprocess): Realign tables to remove narrowing
202 if `org-export-ascii-table-widen-columns' is set.
204 * org-table.el (org-table-do-narrow): New variable.
205 (org-table-align): Narrow only if `org-table-do-narrow' is t.
207 * org.el (org-deadline, org-schedule): Allow updating if the
208 relevant time stamp does not have a repeater, i.e. do not require
209 that no time stamp has a repeater.
211 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
212 new white space before the tags.
214 * org-latex.el (org-export-as-latex): Do nit require the buffer to
215 be visiting a file when only exporting to a buffer or string.
216 (org-export-latex-fix-inputenc): Only save the buffer is there is
217 a file name attached to it.
219 2010-02-09 Dan Davison <davison@stats.ox.ac.uk>
221 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
223 2010-02-08 Carsten Dominik <carsten.dominik@gmail.com>
225 * org.el (org-fontify-meta-lines-and-blocks): Honor
226 `org-fontify-quote-and-verse-blocks'.
228 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
230 2010-02-03 Carsten Dominik <carsten.dominik@gmail.com>
232 * org.el (org-open-at-point): Also check for text property
233 org-linked-text before offering collected links.
235 2010-02-03 Stephen Eglen <stephen@gnu.org>
237 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
238 Optionally extract time specification from text and add to the
241 2010-02-03 Carsten Dominik <carsten.dominik@gmail.com>
243 * org-exp.el (org-html-entities): Fix typo.
245 * org-latex.el (org-export-latex-make-header): Use \providecommand
246 to make sure the \alert macro is defined.
248 * org.el (org-format-latex-signal-error)
249 (org-create-formula-image): Use `org-format-latex-signal-error'.
251 2010-02-02 Stephen Eglen <stephen@gnu.org>
253 * org.el (org-store-link): For dired buffers, use
254 default-directory as link name if dired-get-filename returns
257 2010-02-02 Carsten Dominik <carsten.dominik@gmail.com>
259 * org-exp.el (org-export-concatenate-multiline-links): The for
260 protectedness at beginning of match.
262 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
263 AUTO as a coding system, instead default to utf8.
265 2010-02-01 Carsten Dominik <carsten.dominik@gmail.com>
267 * org.el (org-block-todo-from-children-or-siblings-or-parent)
268 (org-block-todo-from-checkboxes): Respect the local variable
269 value when deciding if blocking should be active.
271 * org-latex.el (org-export-latex-make-header): Define the align
272 macro if it is not yet defined.
274 * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
275 `org-insert-heading' with the INVISIBLE-OK argument.
277 * org-mac-message.el (org-mac-message-insert-flagged): Call
278 `org-insert-heading' with the INVISIBLE-OK argument.
280 * org.el (org-insert-heading): New argument INVISIBLE-OK.
282 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
285 * org-html.el (org-html-level-start): Use the
286 `html-container-class' text property to set an additional class
287 for an outline container.
289 * org-exp.el (org-export-remember-html-container-classes): New
291 (org-export-preprocess-string): Call
292 `org-export-remember-html-container-classes'.
294 * org.el (org-cycle): Mention level cycling in the docstring.
295 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
297 * org-remember.el (org-remember-apply-template): Do file insertion
300 2010-01-31 Carsten Dominik <carsten.dominik@gmail.com>
302 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
303 problem with mis-aligned graphs when showing habits.
305 2010-01-28 Mikael Fornius <mfo@abc.se>
307 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
308 when assigning. Begin using numerical characters when all in name
309 is used up. This is to spare alphanumeric characters for better
310 match with other keywords.
312 2010-01-28 Carsten Dominik <carsten.dominik@gmail.com>
314 * org-exp.el (org-export-preprocess-hook): Improve documentation.
316 * org-latex.el (org-export-latex-preprocess): More consistent
317 conversion and protection of the words LaTeX and TeX.
318 (org-export-latex-fontify-headline, org-export-latex-preprocess):
319 Allow angle brackets in commands, for beamer.
321 2010-01-26 Carsten Dominik <carsten.dominik@gmail.com>
323 * org-clock.el (org-clock-in): Improve the look of the clock line
326 2010-01-24 Carsten Dominik <carsten.dominik@gmail.com>
328 * org-latex.el (org-export-latex-classes): Use AUTO as the place
329 holder string for the coding system. And improve the
331 (org-export-latex-fix-inputenc): Only modify the coding system if
332 it is given by the placeholder AUTO.
334 2010-01-23 Carsten Dominik <carsten.dominik@gmail.com>
336 * org-clock.el (org-task-overrun-text): New option.
337 (org-task-overrun, org-clock-update-period): New variables.
338 (org-clock-get-clock-string, org-clock-update-mode-line): Mark
340 (org-clock-notify-once-if-expired): Check if clock is overrun.
342 * org-faces.el: New face `org-mode-line-clock-overrun'.
344 2010-01-18 Jan Böcker <jan.boecker@jboecker.de>
346 * org.el (org-narrow-to-subtree): Position the end of the narrowed
347 region before the line with the next heading, to prevent the user
348 from prepending text to the next headline.
350 2010-01-20 Stephen Eglen <stephen@gnu.org>
352 * org-agenda.el (org-get-time-of-day): Use
353 org-agenda-time-leading-zero to allow leading zero (rather than
356 2010-01-20 Carsten Dominik <carsten.dominik@gmail.com>
358 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
359 org-datetree.el is loaded.
361 * org-datetree.el: autoload `org-datetree-find-day-create'
363 * org-latex.el (org-export-latex-hyperref-format): New option.
364 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
366 2010-01-18 Carsten Dominik <carsten.dominik@gmail.com>
368 * org-ctags.el (org-ctags-enable): Change order of functions.
369 (org-ctags-create-tags): Add wildcard to file name expansion.
371 2010-01-17 Carsten Dominik <carsten.dominik@gmail.com>
373 * org.el (org-entry-properties): Fix some important bugs.
375 2010-01-16 Carsten Dominik <carsten.dominik@gmail.com>
377 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
378 the table is not explicitly given.
380 2010-01-15 Carsten Dominik <carsten.dominik@gmail.com>
382 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
384 (org-clock-out-if-current): Work with the new list value of
385 `org-clock-out-when-done'.
386 (org-clock-out, org-clock-out-if-current): Avoid circular logic
387 between clocking out and state changes.
389 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
391 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
392 accident protect a character that is before a backslash.
394 2010-01-14 Carsten Dominik <carsten.dominik@gmail.com>
396 * org-agenda.el (org-diary-class): Use
397 `org-order-calendar-date-args'.
399 * org.el (org-order-calendar-date-args): New function.
401 * org-exp.el (org-export-target-internal-links): Check for
402 protectedness after the first bracket.
404 * org.el (org-entry-properties): Don't match wrong-case TODO
407 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
408 Document that ARG is passed through to remove the date.
409 (org-agenda-bulk-action): Accept prefix arg and pass it on. Do
410 not read a date when the user has given a `C-u' prefix.
412 2010-01-11 Carsten Dominik <carsten.dominik@gmail.com>
414 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
417 2010-01-10 Carsten Dominik <carsten.dominik@gmail.com>
419 * org-latex.el (org-export-latex-fix-inputenc): New function.
420 (org-export-latex-inputenc-alist): New option.
422 * org-exp.el (org-export): New key SPC to publish enclosing
425 2010-01-09 Carsten Dominik <carsten.dominik@gmail.com>
427 * org-indent.el (org-indent-add-properties): Catch case when there
428 is no headline in the buffer.
430 2010-01-08 Carsten Dominik <carsten.dominik@gmail.com>
432 * org-exp.el (org-html-entities): Add checkmark symbol.
434 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
435 verbatim code for ASCII export.
437 * org.el (org-update-statistics-cookies): Also see checkboxes in
440 2010-01-07 Carsten Dominik <carsten.dominik@gmail.com>
442 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
445 * org-beamer.el (org-beamer-amend-header): Change the location
446 where `org-beamer-header-extra' is inserted.
448 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
449 just for computing this regexp.
451 2010-01-06 Carsten Dominik <carsten.dominik@gmail.com>
453 * org-beamer.el (org-beamer-frame-default-options): New option.
454 (org-beamer-sectioning): Use default options if the user does not
456 (org-beamer-fix-toc): Put a frame around the table of contents.
458 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
459 sure case-folding works well when processing comment stuff.
461 * org-latex.el (org-export-latex-after-save-hook): New hook.
462 (org-export-as-latex): Run the new hook.
464 2010-01-05 Carsten Dominik <carsten.dominik@gmail.com>
466 * org-beamer.el (org-beamer-environments-default): Add the note
468 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
469 lines and collect and combine the content.
470 (org-beamer-after-initial-vars): Check for note tags and make sure
471 they will be seen like a property.
473 * org.el (org-offer-links-in-entry): Fix bug when there is a
476 * org-exp.el (org-export): Make sure the mark is activated, also
477 when `transient-mark-mode' is off.
479 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
480 (org-agenda-search-view-search-words-only): Obsolete variable, is
481 now an alias for `org-agenda-search-view-always-boolean'.
482 (org-agenda-search-view-force-full-words): New option.
483 (org-search-view): Improve docstring, and implement a better logic
484 for Boolean and phrase searches.
485 (org-agenda-last-search-view-search-was-boolean): New variable.
486 (org-agenda-manipulate-query): Consider the type of the last
487 search when modifying the search string.
489 2010-01-04 Carsten Dominik <carsten.dominik@gmail.com>
491 * org-latex.el (org-export-as-latex): Do the first letbind in the
494 * org-agenda.el (org-get-entries-from-diary): Add the new face to
497 * org-faces.el (org-agenda-diary): New face.
499 * org.el (org-make-link-regexps): Allow regexp-special characters
501 (org-open-file): When in-emacs is `system', also force system
502 opening, like when the value was `(16)'.
503 (org-update-statistics-cookies): Handle entries without children.
506 (org-export-preprocess-before-normalizing-links-hook): New hook.
507 (org-export-preprocess-string): Run the new hook.
509 * org.el (org-offer-links-in-entry): Make RET open all links.
511 * org-html.el (org-export-as-html): Remove any left-over display
512 properties in the html file.
514 * org-wl.el (org-wl-store-link): Work-around for format bug with
517 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
518 invisibility while adding the graphs.
520 2010-01-03 Carsten Dominik <carsten.dominik@gmail.com>
522 * org-remember.el (org-select-remember-template): Use C letter to
523 customize remember templates.
525 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
526 Move cursor to next visible line.
528 2010-01-02 Carsten Dominik <carsten.dominik@gmail.com>
530 * org-beamer.el (org-beamer-sectioning): Leave columns environment
531 by specifying 0 or 1 for column width.
532 (org-beamer-column-widths): Make 0 stand for 0.0.
534 2010-01-01 Carsten Dominik <carsten.dominik@gmail.com>
536 * org-exp.el (org-export-mark-radio-links): Don't match inside
539 * org.el (org-format-latex-header-extra): New variable.
540 (org-format-latex): Set org-format-latex-header-extra from
542 (org-format-latex): Add org-format-latex-header-extra to the
543 variables on which image creation depends.
544 (org-create-formula-image): Add the header stuff from in-buffer
546 (org-read-date-analyze): Base the analysis for future preference
547 on NOW, not on the default date.
549 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
550 for TODO keyword in inline tasks.
552 * org.el (org-log-note-headings): New headings for removing
553 deadline or scheduling date.
554 (org-deadline, org-schedule): Arrange for logging when removing a
556 (org-add-log-note): Handle deadline and scheduling removal.
558 2009-12-31 Carsten Dominik <carsten.dominik@gmail.com>
560 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
562 2009-12-28 Carsten Dominik <carsten.dominik@gmail.com>
564 * org-agenda.el (org-diary-class): New function.
566 2009-12-24 Carsten Dominik <carsten.dominik@gmail.com>
568 * org-latex.el (org-export-latex-preprocess): Do process the text
571 2009-12-20 Carsten Dominik <carsten.dominik@gmail.com>
573 * org.el (org-entry-properties): Add TIMESTAMP properties back
576 2009-12-18 Carsten Dominik <carsten.dominik@gmail.com>
578 * org.el (org-all-time-keywords): New variable.
579 (org-set-regexps-and-options): Set `org-all-time-keywords'.
580 (org-entry-blocked-p): New function.
581 (org-special-properties): Add BLOCKED as a new special property.
582 (org-entry-properties): New optional argument SPECIFIC, only parse
583 for this property when it is specified.
584 (org-entry-get): Pass a SPECIFIC argument to
585 `org-entry-properties'.
587 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
589 2009-12-17 Carsten Dominik <carsten.dominik@gmail.com>
591 * org-latex.el (org-export-latex-tables): No forced line end if
594 2009-12-16 Carsten Dominik <carsten.dominik@gmail.com>
596 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
599 * org-latex.el (org-export-latex-tables): Only add a caption when
600 macro in in longtable environments if one has been defined.
602 * org-html.el (org-export-as-html): Only take title from buffer if
603 not exporting body-only.
605 * org-latex.el (org-export-latex-preprocess): Better version of
606 the regular expression for protecting LaTeX macros.
607 (org-export-latex-preprocess): Start searching for macros to
608 protect from beginning of buffer.
610 * org-exp.el (org-export-target-internal-links): Check for
611 protectedness earlier in the string.
613 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
616 * org-id.el (org-id-store-link): Match TODO keywords case
619 * org.el (org-heading-components, org-get-outline-path)
620 (org-display-outline-path): Match TODO keywords case sensitively.
622 * org-latex.el (org-export-as-latex): Ignore read-only
625 * org-exp.el (org-export-preprocess-string): Remove any
626 `read-only' properties.
628 * org-agenda.el (org-agenda-inactive-leader): New option.
629 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
630 (org-tags-view): Prompt for matcher if MATCH is an empty string.
631 (org-todo-list): Prompt for matcher if ARG is an empty string.
633 2009-12-15 Carsten Dominik <carsten.dominik@gmail.com>
635 * org.el (org-open-link-functions): New hook.
636 (org-open-at-point): Run `org-open-link-functions'.
638 2009-12-14 Carsten Dominik <carsten.dominik@gmail.com>
640 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
643 * org.el (org-inhibit-startup-visibility-stuff): New variable.
644 (org-mode): Don't do startup visibility if inhibited.
645 (org-outline-overlay-data, org-set-outline-overlay-data): New
647 (org-save-outline-visibility): New macro.
648 (org-log-note-headings): Document that one should not change the
651 2009-12-13 Carsten Dominik <carsten.dominik@gmail.com>
653 * org.el (org-make-link-regexps): Capture link path into a group.
655 2009-12-12 Carsten Dominik <carsten.dominik@gmail.com>
657 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
660 2009-12-11 Carsten Dominik <carsten.dominik@gmail.com>
662 * org.el (org-startup-with-beamer-mode): New option.
663 (org-property-changed-functions)
664 (org-property-allowed-value-functions): New hooks.
665 (org-entry-put, org-property-get-allowed-values): Run the new
667 (org-property-next-allowed-value): Run the new hooks.
669 * org-exp.el (org-export-select-backend-specific-text): Add the
673 (org-export-preprocess-before-selecting-backend-code-hook): New
676 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
677 (org-export-as-latex): Run
678 `org-export-latex-after-initial-vars-hook'.
679 (org-export-latex-format-toc-function)
680 (org-export-latex-make-header): Call
681 `org-export-latex-format-toc-function'.
683 * org.el (org-fill-template): Make template searches case sensitive.
685 * org-exp.el (org-export): Use "1" as a sign to export only the
688 * org-colview-xemacs.el (org-columns-edit-value): Use
689 org-unrestricted property.
691 * org-colview.el (org-columns-edit-value): Use
692 org-unrestricted property.
694 * org.el (org-compute-property-at-point): Set org-unrestricted
695 text property if the list contains ":ETC".
696 (org-insert-property-drawer): Use
697 org-unrestricted property.
700 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
701 (org-export-preprocess-string): Run
702 `org-export-preprocess-before-selecting-backend-code-hook'.
704 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
706 * org-latex.el (org-export-region-as-latex): Run
707 `org-export-first-hook'.
709 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
711 * org-docbook.el (org-export-as-docbook): Run
712 `org-export-first-hook'.
714 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
716 * org-exp.el (org-export-first-hook): New hook.
718 2009-12-10 Carsten Dominik <carsten.dominik@gmail.com>
720 * org-list.el (org-previous-item): Exit at the beginning of the
723 * org-id.el (org-id-locations-save): Only write the id locations
726 * org-archive.el (org-archive-all-done): Make this work in a file
727 with org-odd-levels-only set.
729 * org.el (org-get-refile-targets): Catch the case when a buffer
732 * org-latex.el (org-export-as-latex): Cleanup forced line ends
733 where they are not needed.
734 (org-export-latex-subcontent): Remove unnecessary newlines.
736 2009-12-09 Carsten Dominik <carsten.dominik@gmail.com>
738 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
739 (org-export-latex-fontify): Fix regexp bug that takes special
740 care of protecting the right boundary characters in emphasis
742 (org-export-latex-preprocess): Allow multiple arguments to latex
745 * org.el (org-make-link-regexps): Use John Gruber's regexp for
748 * org-macs.el (org-re): Interpret :punct: in regexps.
750 * org-exp.el (org-export-replace-src-segments-and-examples): Also
751 take the final newline after the END line.
753 * org.el (org-clean-visibility-after-subtree-move): Only fix
754 entries that are not entirely invisible already.
755 (org-insert-link): Respect org-link-file-path-type for
756 "docview:" links in addition to "file:" links.
758 2009-12-03 Carsten Dominik <carsten.dominik@gmail.com>
760 * org-exp.el (org-export-format-source-code-or-example): Avoid
761 additional extra white lines in LaTeX.
763 * org-list.el (org-list-parse-list): Leave empty lines after the
764 list, don't consider them as part of the list.
766 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
769 * org-clock.el (org-clock-select-task): Convert integer to
770 character for XEmacs.
772 2009-12-02 Carsten Dominik <carsten.dominik@gmail.com>
774 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
777 2009-11-30 Tassilo Horn <tassilo@member.fsf.org>
779 * org.el (org-complete-tags-always-offer-all-agenda-tags): New
781 (org-set-tags): Use it.
783 2009-11-30 Carsten Dominik <carsten.dominik@gmail.com>
785 * org-list.el (org-empty-line-terminates-plain-lists): Update
788 * org.el (org-format-latex): Fix link creation for processed latex
791 2009-11-29 Carsten Dominik <carsten.dominik@gmail.com>
793 * org-footnote.el (org-footnote-normalize): Protect replacement
796 * org.el (org-inside-latex-macro-p): Save match data.
798 2009-11-28 Jan Böcker <jan.boecker@jboecker.de>
800 * org-docview.el: New file.
802 2009-11-27 Carsten Dominik <carsten.dominik@gmail.com>
804 * org-latex.el (org-export-latex-class-options): New variable.
805 (org-export-latex-set-initial-vars): Use the class options.
807 * org.el (org-forward-same-level): Stop at headings that start
808 with an invisible character.
809 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
811 2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
813 * org-footnote.el (org-footnote-normalize): Don't take optional
814 arguments in LaTeX macros as footnotes.
816 * org.el (org-inside-latex-macro-p): New function.
818 * org-latex.el (org-latex-to-pdf-process): Change customization
819 group to `org-export-pdf'.
821 * org-agenda.el (org-agenda-get-blocks): Look at time string also
822 on days after the first one.
824 * org.el (org-insert-heading): Also check for item before assuming
825 before-first-heading condition.
827 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
828 (org-export-pdf-logfiles): New option.
829 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
830 (org-export-pdf-logfiles): Fix customization type.
832 * org.el (org-insert-link): Improve error message when there is no
833 default link to select with RET.
835 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
838 2009-11-25 Carsten Dominik <carsten.dominik@gmail.com>
840 * org-latex.el (org-export-latex-parse-global)
841 (org-export-latex-parse-content)
842 (org-export-latex-parse-subcontent): Use
843 `org-re-search-forward-unprotected'.
844 (org-export-as-pdf): Remove log files produced by XeTeX.
846 * org-macs.el (org-re-search-forward-unprotected): New function.
848 2009-11-25 James TD Smith <ahktenzero@mohorovi.cc>
850 * org-colview.el (org-agenda-colview-summarize): Sort out some
851 confusion between properties and titles, which resulted in
852 agenda summaries not working if a title was set for a column.
854 2009-11-24 Carsten Dominik <carsten.dominik@gmail.com>
856 * org-mobile.el (org-mobile-agendas): New option.
857 (org-mobile-sumo-agenda-command): Select the right agendas.
859 * org-latex.el (org-export-latex-format-image): Preserve the
860 original-indentation property.
862 2009-11-23 Carsten Dominik <carsten.dominik@gmail.com>
864 * org-clock.el (org-clock-insert-selection-line): Catch error when
865 an old tasks no longer exists.
867 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
868 (org-export-as-pdf): Don't remove the old PDF file before making
871 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
872 (org-mouse-context-menu): Use `org-looking-back'.
874 * org.el (org-cycle-level): Use `org-looking-back'.
876 * org-list.el (org-cycle-item-indentation): Use
879 * org-compat.el (org-looking-back): New function.
881 * org.el (org-insert-heading): Catch before-first-headline when
882 inserting a headline.
884 2009-11-22 Carsten Dominik <carsten.dominik@gmail.com>
886 * org-latex.el (org-export-latex-format-image): Indent figure
887 environment, so that it does not interrupt plain list.
889 * org.el (org-open-at-point): Allow long link descriptions.
891 2009-11-21 Carsten Dominik <carsten.dominik@gmail.com>
893 * org-html.el (org-export-as-html): Remove empty lines at the
894 beginning of the exported text.
896 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
898 * org-protocol.el (org-protocol-remember): Cater for empty title,
901 * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
902 agenda after adding new entry.
903 (org-agenda-get-represented-tags): New function.
904 (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
905 to get a list of tags in the agenda.
907 * org-datetree.el (org-datetree-find-day-create): Fix regular
910 * org.el (org-display-outline-path): Use a format specifier for
911 message, to avoid problems with heading containing `%'.
913 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
914 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
915 (org-agenda-fix-displayed-tags): New function.
916 (org-agenda-do-context-action): Just call
917 `org-display-outline-path', without piping the result through
920 * org-latex.el (org-export-latex-preprocess): Protect secondary
923 * org-indent.el (org-indent-initialize): Avoid empty strings as
926 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
927 hat checking for the mark does not throw an error.
928 (org-agenda-diary-entry-in-org-file): Catch the case that there is
929 not `day' text property in the cursor line.
931 * org.el (org-sort-entries-or-items): Make sure that the final
932 entry has a newline before doing the sorting.
934 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
935 property at the beginning of the line.
937 * org.el (org-make-link-string): Don't allow a description with
940 2009-11-19 Carsten Dominik <carsten.dominik@gmail.com>
942 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
943 (org-agenda-insert-diary-as-top-level): New function.
944 (org-agenda-add-entry-to-org-agenda-diary-file): Call
945 `org-agenda-insert-diary-as-top-level'.
947 * org.el (org-occur-in-agenda-files): Make sure none of the
949 (org-activate-plain-links): Add the face property here.
950 (org-set-font-lock-defaults): Do not add the face to plain links,
951 the activator function does this.
953 * org-habit.el (org-is-habit-p): Add doc string.
955 2009-11-18 Carsten Dominik <carsten.dominik@gmail.com>
957 * org-archive.el (org-archive-subtree-default-with-confirmation):
960 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
961 after match optional (happens at the end of a line...).
963 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
966 * org-faces.el (org-copy-face): Set lisp indentation.
967 (org-quote, org-verse): New faces.
969 * org-agenda.el (org-agenda-remove-date): Remove variable.
971 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
973 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
975 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
977 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
978 hash keys to cache and re-use images generated by the
979 org-exp-blocks interface to ditaa and dot.
981 2009-11-17 Carsten Dominik <carsten.dominik@gmail.com>
983 * org-html.el (org-export-as-html): Move the home/up link into
986 * org.el (org-export-latex-packages-alist): Option definition
987 moved here from org-latex.el.
989 2009-11-17 Eric Schulte <schulte.eric@gmail.com>
991 * org.el (org-format-latex): Latex images are now saved to files
992 named by the sha1 hash of the latex source text avoiding
993 regeneration of identical images.
995 2009-11-16 Carsten Dominik <carsten.dominik@gmail.com>
997 * org-html.el (org-export-html-home/up-format): Add an ID to the
1000 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
1002 * org-wl.el (org-wl-store-link): Handle the case that
1003 `wl-use-petname' is set.
1005 * org.el (org-set-effort): Improve prompt.
1006 (org-get-outline-path): Widen to get full path.
1007 (org-compact-display-after-subtree-move): Function removed.
1009 * org-latex.el (org-export-as-latex): Add the :drawers property.
1011 2009-11-14 Carsten Dominik <carsten.dominik@gmail.com>
1013 * org.el (org-speed-commands-user): Allow documentation headlines.
1014 (org-speed-commands-default): Organize the value of this constant
1015 with descriptive headlines.
1016 (org-print-speed-command): Output the headlines.
1018 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
1020 * org-agenda.el (org-agenda-show-outline-path): New option.
1021 (org-agenda-do-context-action): New function.
1022 (org-agenda-next-line, org-agenda-previous-line): Use
1023 `org-agenda-do-context-action'.
1025 * org.el (org-use-speed-commands): Allow function value.
1026 (org-speed-commands-default): Make headline motion safe, so that
1027 these commands always end on a headline.
1028 (org-speed-commands-default): New key `v' for `org-agenda'.
1029 (org-speed-move-safe): New function.
1030 (org-self-insert-command): Use the function value of
1031 `org-use-speed-commands'.
1032 (org-get-outline-path): Improve docstring.
1033 (org-format-outline-path): New function.
1034 (org-display-outline-path): New function.
1036 2009-11-12 John Wiegley <jwiegley@gmail.com>
1038 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
1039 a string, use that to find the LOGBOOK drawer.
1041 2009-11-12 Carsten Dominik <carsten.dominik@gmail.com>
1043 * org.el (org-clone-subtree-with-time-shift): Make it work at the
1046 * org-mobile.el (org-mobile-write-checksums): Specify coding
1048 (org-mobile-timestamp-buffer): Keep local variable/mode line at
1049 beginning of buffer.
1051 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
1053 * org.el (org-block-todo-from-children-or-siblings-or-parent)
1054 (org-block-todo-from-checkboxes): Do not block changes to a nil
1057 2009-11-12 James TD Smith <ahktenzero@mohorovi.cc>
1059 * org-habit.el (org-habit-parse-todo): Indicate which habit is
1060 wrongly set up in the error messages.
1062 * org-colview.el (org-columns-display-here): Don't try to
1063 calculate values if the underlying property is not set.
1064 (org-columns-string-to-number): Convert age strings back into
1066 (org-agenda-colview-summarize): Handle extended summary types
1069 * org-colview-xemacs.el (org-columns-display-here): Don't try to
1070 calculate values if the underlying property is not set.
1071 (org-columns-string-to-number): Convert age strings back into
1073 (org-agenda-colview-summarize): Handle extended summary types
1076 2009-11-11 Carsten Dominik <carsten.dominik@gmail.com>
1078 * org-exp.el (org-export-format-drawer-function): New variable.
1079 (org-export-format-drawer): New function.
1080 (org-export-preprocess-string): Pass the backend as a parameter to
1081 `org-export-remove-or-extract-drawers'.
1082 (org-export-remove-or-extract-drawers): New parameter BACKEND.
1084 * org-protocol.el (org-protocol-char-to-string): New defsubst.
1086 2009-11-10 Carsten Dominik <carsten.dominik@gmail.com>
1088 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
1089 message when no block is selected.
1091 * org-latex.el (org-export-latex-links): Check for protectedness
1092 in the last matched character, not after the match.
1094 * org-datetree.el (org-datetree-find-date-create): Respect
1095 restriction when KEEP-RESTRICTION is set.
1096 (org-datetree-file-entry-under): New function.
1097 (org-datetree-cleanup): New command.
1099 2009-11-08 Dan Davison <davison@stats.ox.ac.uk>
1101 * org-src.el (org-edit-src-code): New optional argument context
1102 allows calling functions to avoid altering the saved window
1104 (org-edit-src-exit): Do not restore window configuration when this
1105 function is used in the context of saving the edit buffer.
1107 2009-11-09 Carsten Dominik <carsten.dominik@gmail.com>
1109 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
1110 instances to switching to with-current-buffer, because these seem
1111 to cause problems - no idea why.
1113 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1114 Require diary-lib for (diary-date-display-form).
1116 * org.el (org-log-reschedule, org-log-redeadline): New options.
1117 (org-log-note-headings): Add templates for rescheduling and
1119 (org-startup-options): Add in-buffer settings for logging changing
1120 schedule and deadline time stamps.
1121 (org-deadline, org-schedule): Check for existing date and arrange
1122 for logging if the user requests it.
1123 (org-add-log-note): Prepare proper note buffers for rescheduling
1124 and deadline changes.
1126 2009-11-08 Carsten Dominik <carsten.dominik@gmail.com>
1128 * org-agenda.el (org-agenda-diary-entry-in-org-file)
1129 (org-agenda-add-entry-to-org-agenda-diary-file)
1130 (org-agenda-insert-diary-make-new-entry): New functions.
1131 (org-agenda-diary-entry): Call
1132 `org-agenda-diary-entry-in-org-file' when appropriate.
1134 * org.el (org-calendar-insert-diary-entry-key): New option.
1135 (org-agenda-diary-file): New option.
1136 ("calendar"): Install our insertion function in the calendar.
1138 * org-remember.el (org-datetree): Require.
1139 (org-remember-templates): Add new positioning option.
1140 (org-remember-reference-date): New variable.
1141 (org-remember-apply-template): Store the reference date in a local
1143 (org-remember-handler): Implement date tree positioning of entries.
1145 * org-datetree.el: New file.
1147 * org-latex.el (org-export-latex-preprocess): Protect targets in
1150 * org-html.el (org-export-as-html): Protect targets in verbatim
1153 * org-docbook.el (org-export-as-docbook): Protect targets in
1156 2009-11-07 James TD Smith <ahktenzero@mohorovi.cc>
1158 * org.el (org-link-display-format): Should be literal replacement.
1160 2009-11-06 Carsten Dominik <carsten.dominik@gmail.com>
1162 * org-clock.el (org-show-notification): Handle messages that
1163 contain a percent character.
1165 * org-remember.el (org-remember-apply-template): Turn of partial
1168 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
1169 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
1171 * org.el (org-indent-mode): Define variable already in org.el.
1172 (org-unfontify-region): Remove line-prefix and wrap-prefix
1173 properties only if org-indent-mode is active.
1175 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
1177 * org-icalendar.el (org-print-icalendar-entries): Save match data
1178 around call to verify function.
1179 (org-print-icalendar-entries): Add a call to the verification
1182 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
1183 save-restrivtion' form.
1185 2009-11-05 Dan Davison <davison@stats.ox.ac.uk>
1187 * org-exp.el (org-export-format-source-code-or-example): restrict
1188 scope of preserve-indentp to the let binding.
1189 (org-src): require org-src, since org-src-preserve-indentation is used.
1191 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
1193 * org-timer.el (org-timer-set-timer): Set variables
1194 org-timer-timer[123] correctly.
1197 * org-mobile.el (org-mobile-files-alist): Make it work when
1198 `agenda-archives' is included in
1199 `org-agenda-text-search-extra-files'.
1200 (org-mobile-push): Restore agenda after mobile push.
1202 2009-11-05 John Wiegley <jwiegley@gmail.com>
1204 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
1205 way the amount of idle time is presented in the minibuffer.
1207 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
1209 * org-icalendar.el (org-print-icalendar-entries): Use
1210 org-icalendar-verify-function only if non-nil.
1212 * org.el (org-refile): Refile to clock only if the prefix arg is
1214 (org-sparse-tree): Fix docstring to be in line with prompt.
1215 (org-update-parent-todo-statistics): Call
1216 `org-after-todo-statistics-hook' on each level.
1218 2009-11-04 Carsten Dominik <carsten.dominik@gmail.com>
1220 * org-remember.el (org-remember-apply-template): Make sure the
1223 2009-11-03 Carsten Dominik <carsten.dominik@gmail.com>
1225 * org.el (org-tab-ind-state): New variable.
1226 (org-cycle-level): New function.
1227 (org-cycle-level-after-item/entry-creation): New option.
1228 (org-flag-subtree): New function.
1229 (org-hide-archived-subtrees): Call `org-flag-subtree'.
1230 (org-set-effort): Indexed access.
1232 * org-list.el (org-cycle-item-indentation): New function.
1234 * org.el (org-refile): Make prefix argument 2 refile to current
1236 (org-priority): Interpret action `remove' as call to remove the
1239 * org-remember.el (org-remember-apply-template): Don't depend on
1240 buffer name being like file name.
1242 2009-11-02 Carsten Dominik <carsten.dominik@gmail.com>
1244 * org-clock.el (org-clock-play-sound): Expand file in
1245 org-clock-sound, to allow ~ for home.
1247 * org-remember.el (org-remember-handler): Set
1248 text-before-node-creation even if this already looks like a node,
1249 because the string might be needed on non-org-mode target files.
1251 * org-agenda.el (org-agenda-open-link): Make this work in agenda
1253 (org-agenda-switch-to): Follow a link at point if
1254 org-return-follows-link' is set and there is nothing else to do in
1257 2009-11-02 James TD Smith <ahktenzero@mohorovi.cc>
1259 * org-colview-xemacs.el: Add in changes from org-colview.el
1261 2009-11-01 Dan Davison <davison@stats.ox.ac.uk>
1263 * org-exp-blocks.el: Modify split separator regexp to avoid empty
1266 2009-11-01 James TD Smith <ahktenzero@mohorovi.cc>
1268 * org-colview.el (org-columns-new): Make this work with the new
1270 (org-columns-store-format): Make this work with the new operators.
1272 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
1274 * org-src.el (org-src-preserve-indentation): Document that this
1275 variable is also used during export.
1277 * org-exp.el (org-export-format-source-code-or-example): Preserve
1278 indentation if a block has a -i option, or if
1279 `org-src-preserve-indentation' is set.
1281 * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
1282 indentation if a block has a -i option, or if
1283 `org-src-preserve-indentation' is set.
1285 2009-10-31 Carsten Dominik <carsten.dominik@gmail.com>
1287 * org.el (org-mode-map): Define the new archiving keys.
1288 (org-speed-commands-default): Define an archiving key in the speed
1290 (org-org-menu): Improve the menu structure concerning archiving.
1292 * org-archive.el (org-archive-subtree-default-with-confirmation):
1295 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
1296 (org-agenda-menu): Add the new archiving commands to the menu.
1297 (org-agenda-archive-default)
1298 (org-agenda-archive-default-with-confirmation): New commands.
1299 (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
1300 call `org-agenda-archive-with'.
1301 (org-agenda-archive-with): New function.
1303 * org-table.el (org-table-convert-region): Inert spaces around "|"
1304 to avoid line beginnings like "|-1" which will be mistaken as
1307 2009-10-30 Carsten Dominik <carsten.dominik@gmail.com>
1309 * org.el (org-offer-links-in-entry): Return nil if there are no
1310 links, t if a link has been selected.
1311 (org-open-at-point): Open attachment directory when called in the
1312 headline and there are no links in the entry body.
1313 (org-speed-commands-default): Add "o" for open-at-point as a speed
1316 * org-attach.el (org-attach-reveal): Optional prefix arg
1317 IF-EXISTS, which avoids creating the attachment directory if it
1320 * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
1323 2009-10-29 Carsten Dominik <carsten.dominik@gmail.com>
1325 * org.el ("abbrev"): Work with abbrev tables only after they have
1328 * org-list.el (org-list-send-list): Fix bug related to match
1331 * org-latex.el (org-export-latex-fontify): Apply verbatim
1333 (org-export-latex-make-header): Insert \obeylines if line breaks
1334 should be preserved.
1336 * org-exp.el (org-export-protect-verbatim): Add an
1337 `org-verbatim-emph' property to such text.
1339 2009-10-28 Carsten Dominik <carsten.dominik@gmail.com>
1341 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1342 (org-print-icalendar-entries): Skip entries where the timestamp is
1343 not a deadline and not scheduled, if the user requests that.
1345 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1346 before an opening quote.
1348 * org-archive.el (org-archive-subtree): Keep archive after
1349 archiving something.
1351 * org-id.el (org-id-update-id-locations): Add archive files if
1352 that is required by `org-id-extra-files'.
1354 2009-10-27 Carsten Dominik <carsten.dominik@gmail.com>
1356 * org-src.el (org-src-window-setup): New option.
1357 (org-src-switch-to-buffer): New function.
1358 (org-edit-src-exit): Add optional argument CONTEXT and use it to
1359 restore window configuration.
1360 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1361 Call `org-src-switch-to-buffer'.
1363 * org.el (org-default-properties): Add STYLE property.
1364 (org-files-list): Use the function call to get the files.
1365 (org-additional-option-like-keywords): Add SETUPFILE to completion
1368 2009-10-26 Carsten Dominik <carsten.dominik@gmail.com>
1370 * org-table.el (org-table-convert-region): Correctly interpret
1371 quoting in csv import.
1373 * org.el (org-icompleting-read): Make iswitchb completion work
1374 with lists and tables.
1376 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1377 while pushing the mobile agenda.
1379 2009-10-25 John Wiegley <jwiegley@gmail.com>
1382 (org-clock-auto-clock-resolution): Now takes three values: nil, t
1383 and `when-no-clock-is-running'.
1384 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1385 whether or not to resolve Org buffers on clock in.
1387 2009-10-25 James TD Smith <ahktenzero@mohorovi.cc>
1389 * org-colview.el (org-format-time-period): Function to format
1390 times in fractional days for display.
1391 (org-columns-display-here): Add support for showing a calculated
1392 value in place of the property.
1393 (org-columns): Set `org-columns-time' to the current time so time
1394 difference calculations will work.
1395 (org-columns-time): Use to store the current time when column view
1396 is displayed, so all time differences will use the same reference
1398 (org-columns-compile-map): There is now an extra position in each
1399 entry specifying the function to use to calculate the displayed
1400 value for the non-calculated properties in the column,
1401 (org-columns-compute-all): Set `org-columns-time' to the current
1402 time so time difference calculations will work.
1403 (org-columns-compute): Handle column operators where the values
1404 used are calculated from the underlying property.
1405 (org-columns-number-to-string): Handle the 'age' column format
1406 (org-columns-string-to-number): Correct the function name (was
1407 org-column...). Add support for the 'age' column format.
1408 (org-columns-compile-format): Support the additional parameter in
1409 org-columns-compile-map.
1411 2009-10-26 Bastien Guerry <bzg@altern.org>
1413 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1416 2009-10-25 Carsten Dominik <carsten.dominik@gmail.com>
1418 * org-clock.el (org-clock-has-been-used): New variable.
1419 (org-clock-in): Set `org-clock-has-been-used'.
1420 (org-clock-save): Save only if clock data has been used or created
1421 during this session.
1423 2009-10-24 Carsten Dominik <carsten.dominik@gmail.com>
1425 * org-clock.el (org-clock-persist): New value, to store only the
1427 (org-clock-save): Don't save the clock if only the history should
1429 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1430 when restoring a saved clock.
1432 2009-10-24 John Wiegley <jwiegley@gmail.com>
1434 * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1435 `org-time-clock-use-fractional'.
1437 * org.el (org-time-clocksum-use-fractional)
1438 (org-time-clocksum-fractional-format): Two new customizable
1439 variables which allow the user to select fractional times (1.25
1440 instead of 1:25) in the `org-clock-display' report.
1442 2009-10-23 John Wiegley <jwiegley@gmail.com>
1444 * org-habit.el (org-habit-build-graph): None of the arguments
1446 (org-habit-parse-todo, org-habit-deadline)
1447 (org-habit-get-priority, org-habit-get-faces)
1448 (org-habit-build-graph): Further simplifications by storing all
1449 past, scheduled and deadline dates as a number of days past the
1450 epoch, and not as times.
1452 * org-habit.el (org-habit-warning-face)
1453 (org-habit-warning-future-face): Removed because these are no
1455 (org-habit-deadline, org-habit-deadline-repeat): Now always
1456 returns a date; computed if there was a scheduled repeater but no
1458 (org-habit-get-priority): Further improvements to the priority
1459 algorithm. In particular, items past due should always appear
1460 before items due or not yet due.
1461 (org-habit-get-faces): Greatly simplified the logic, now that
1462 `org-habit-deadline' always returns a valid time.
1464 2009-10-23 Carsten Dominik <carsten.dominik@gmail.com>
1466 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1469 * org.el (org-tag-alist): Fix customization type.
1471 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
1473 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1474 Make sure the regexp search can fail without throwing an error.
1475 (org-mobile-apply): Save the inbox buffer after removing
1476 successfully applied changes.
1478 2009-10-22 John Wiegley <jwiegley@gmail.com>
1480 * org-habit.el (org-habit-build-graph): Fix to the graph building
1481 when last DONE date is earlier than `org-habit-preceding-days'.
1483 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1484 time is reported after the user comes back (but before they
1487 * org.el (org-get-repeat): Change so that this function can be
1488 called with either `org-scheduled-string' or
1489 `org-deadline-string'.
1491 * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1492 to find the scheduled date.
1494 * org-clock.el (org-clock-auto-clock-resolution): Renamed
1495 `org-clock-disable-clock-resolution', since negatives don't sound
1496 good in customization variables.
1497 (org-clock-in): Don't use the auto-resolution logic if the user is
1498 clocking into a different task while an active clock is running.
1499 This then allows the default behavior of clocking out of the open
1500 task and then into the new task.
1502 * org-habit.el (org-habit-parse-todo): Generate an error if a
1503 habit has a scheduled repeat period < 1.
1504 (org-habit-get-faces): Fixes to the way that colors are computed.
1505 (org-habit-build-graph): The graph wasn't displaying beyond any
1506 day that had two completions in it.
1508 * org.el (org-modules): Made this variable more consistent, since
1509 it was referring to Org, OrgMode and Org-mode, whereas the docs
1510 for the variable always refer to Org-mode.
1512 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
1514 * org.el (org-repeat-re): The changed org-repeat-re no longer
1515 matched simple +2d type repeaters. Fix it so it does.
1517 2009-10-21 Carsten Dominik <carsten.dominik@gmail.com>
1519 * org-latex.el (org-export-latex-preprocess): Protect the vspace
1520 macro in the VERSE environment.
1522 2009-10-20 John Wiegley <jwiegley@gmail.com>
1524 * org-habit.el (org-habit-get-priority): A new function that
1525 determines the relative priority of a habit, based on how long
1526 past its scheduled date it is, and how near the deadline is.
1528 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1529 using `org-habit-get-priority'.
1531 * org-habit.el (org-habit-build-graph): Start displaying colors
1532 from the first scheduled date, if that date is earlier than the
1533 first completion date.
1535 * org-habit.el: Changed all "color" variables to faces, and made
1536 them appropriate for light and dark backgrounds.
1538 * org-habit.el (org-habit-duration-to-days): Made this function
1540 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1542 * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1543 habits, since they don't use DEADLINE anymore.
1545 * org.el (org-repeat-re, org-display-custom-time)
1546 (org-timestamp-change): Extended to support the new ".+N/N"
1547 syntax, used for habits.
1549 * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1552 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1553 modeline when habits are being displayed (if that module is being
1556 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
1558 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1559 idle time using the xscreensaver extension.
1560 (org-user-idle-seconds): Use X11 idle time if available.
1562 2009-10-20 Carsten Dominik <carsten.dominik@gmail.com>
1564 * org-agenda.el (org-agenda-next-line): New command.
1565 (org-agenda-previous-line): New commands.
1566 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1568 (org-agenda-follow-mode): Do the follow immediately if the mode is
1570 (previous-line, next-line): Replace keys with the corresponding
1572 (org-agenda-mode-map): Bind backspace and delete to the scrolling
1575 * org.el (org-icompleting-read): Turn off partial completion mode
1576 for the duration of this completion round.
1578 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1579 macros in author lines and similar stuff.
1581 * org.el (org-file-tags): Fix docstring.
1582 (org-get-buffer-tags): Add the #+FILETAGS tags.
1583 ("ecb"): Maks ecb show context after jumping into an Org file.
1585 2009-10-20 John Wiegley <johnw@newartisans.com>
1587 * org-agenda.el (org-finalize-agenda): Draw habit consistency
1588 graphs after everything else in the buffer has been setup.
1590 2009-10-19 Carsten Dominik <carsten.dominik@gmail.com>
1592 * org-mobile.el (org-mobile-apply): Count success and failure.
1594 * org.el (org-indent-line-function): Fix regexp replace problem.
1596 2009-10-19 John Wiegley <johnw@newartisans.com>
1598 * org-clock.el (org-clock-disable-clock-resolution): New
1599 customization variable that disable automatic clock resolution on
1601 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1602 not automatically resolve anything. This is does not affect
1603 idle-time resolution, however, if `org-clock-idle-time' is set.
1605 2009-10-19 John Wiegley <johnw@newartisans.com>
1607 * org-habit.el: New file, which implements code to build a "habit
1610 * org-agenda.el (org-agenda-get-deadlines)
1611 (org-agenda-get-scheduled): Display consistency graphs when
1612 outputting habits into the agenda. The graphs are always relative
1613 to the current time.
1614 (org-format-agenda-item): Added new parameter `habitp', which
1615 indicates whether we are formatting a habit or not. Do not
1616 display "extra" leading information if habitp is true.
1618 * org.el (org-repeat-re): Improved regexp to include .+ and ++
1619 leaders for repeat strings.
1620 (org-get-repeat): Now takes a string parameter `tagline', so the
1621 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1623 2009-10-19 John Wiegley <johnw@newartisans.com>
1625 * org-agenda.el (org-agenda-auto-exclude-function): New
1626 customization variable for allowing the user to create an "auto
1627 exclusion" filter for doing context-aware auto tag filtering.
1628 (org-agenda-filter-by-tag): Changes to support the use of
1629 `org-agenda-auto-exclude-function'. See the new manual addition,.
1631 2009-10-18 John Wiegley <johnw@newartisans.com>
1633 * org.el (org-files-list): Don't attempt to return a file name for
1634 Org buffers which have no associated file.
1636 * org-agenda.el (org-agenda-do-action): Fixed a typo.
1638 2009-10-18 Carsten Dominik <carsten.dominik@gmail.com>
1640 * org-mobile.el (org-mobile-locate-entry): Interpret files
1641 relative to org-directory.
1642 (org-mobile-inbox-for-pull): Document the best location for this
1644 (org-mobile-check-setup): Verify `org-directory'.
1645 (org-mobile-create-index-file): Sort the files to be listed in
1648 2009-10-17 James TD Smith <ahktenzero@mohorovi.cc>
1650 * org.el (org-fast-tag-selection): Add a way to display a
1651 description for a tag group. This is done by adding a string to
1652 either the startgroup or endgroup cell.
1654 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1656 * org-clock.el (org-clock-resolve, org-resolve-clocks)
1657 (org-emacs-idle-seconds): Use `org-float-time' instead of
1660 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
1662 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1665 * org.el (org-pre-cycle-hook): Document that `empty' can also be
1666 the value of ARG when doing local cycling.
1668 2009-10-17 John Wiegley <johnw@newartisans.com>
1670 * org-clock.el (org-clock-resolve-clock): If keeping or
1671 subtracting time results in a clock out at a time in the past, and
1672 if the resolution occurred due to idleness or invoking `M-x
1673 org-resolve-clocks', remember that past moment in time. On the
1674 next clock in, the user will be prompted to see if they want to
1675 back-date their new clock to then.
1676 (org-clock-resolve): Do not jump the user to the location of a
1677 dangling clock if the resolution is occuring due to an idle
1678 timeout. In that case there is typically only one dangling clock,
1679 the active one, and there is no value gained by shuffling their
1680 windows around to show it to them. Being prompted to resolve an
1681 idle clock should be as inobtrusive as possible.
1682 (org-resolve-clocks-if-idle): New function that resolves only the
1683 currently active clock if the user has exceeded the time returned
1684 by `org-user-idle-seconds', based on the value of
1685 `org-clock-idle-time'.
1686 (org-clock-in): If, after resolving clocks,
1687 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1689 * org-clock.el (org-clock-resolve-clock): New function that
1690 resolves a clock to a specific time, closing or resuming as need
1691 be, and possibly even starting a new clock.
1692 (org-clock-resolve): New function used by `org-resolve-clocks'
1693 that sets up for the call to `org-clock-resolve-clock'. It
1694 determines the time to resolve to based on a single-character
1695 selection from the user to either keep time, subtract away time or
1697 (org-resolve-clocks): New user command which resolves dangling
1698 clocks -- that is, open but not active -- anywhere in the file
1699 list returned by `org-files-list'.
1700 (org-clock-in): Automatically resolve dangling clocks whenever a
1702 (org-clock-cancel): If the user cancels the solely clock in a
1703 LOGBOOK, remove the empty drawer.
1705 * org-clock.el (org-clock-idle-time): New user customizable option
1706 for detecting whether the user has left a clock idle. Note: it is
1707 only used in this commit to test whether it's worthwhile to check
1708 OS X to get the Mac user's current idle time. If the Emacs idle
1709 time is less than the value, the user hasn't been away long enough
1710 to be worth checking (a more expensive test than just getting
1712 (org-user-idle-seconds, org-mac-idle-seconds)
1713 (org-emacs-idle-seconds): This three functions, in conjunction
1714 with the user customization variable `org-clock-idle-time', return
1715 the number of seconds (as a floating point) that the user has been
1716 away from their Emacs (or, if running on OS X, their computer).
1718 * org-clock.el (org-find-open-clocks): New function that returns a
1719 list of all open clocks in the given FILE. Note that each clock
1720 it returns is a cons cell of the format (MARKER . START-TIME).
1721 This "clock" value is used by several of the new clock module
1723 (org-is-active-clock): New inline function which tests whether the
1724 given clock value is the same as the currently active clock.
1725 Returns non-nil if this is the case.
1726 (org-with-clock-position): New macro that evaluates FORMS with
1727 point in the buffer and at the position of the given clock.
1728 Changes to the current clock are global.
1729 (org-with-clock): New macro that evaluates FORMS with point in the
1730 buffer and at the position of the given clock. However, changes
1731 to the current clock are local and have no effect on the user's
1732 active clock. This allows, for example, far any clock to be
1733 cancelled without cancelling the active clock.
1734 (org-clock-clock-in): New inline function that switches the active
1735 clock to the given clock. If either the argument RESUME, or the
1736 global `org-clock-in-resume', are non-nil, it will resume a clock
1737 that was previously left open.
1738 (org-clock-clock-out): New inline function that clocks out the
1739 given clock value without affecting the currently active clock.
1740 (org-clock-clock-cancel): New inline function that cancels the
1741 given clock value without affecting the currently active clock.
1743 * org-clock.el (org-clock-in): Before creating
1744 `org-clock-mode-line-timer', check to make sure an older timer is
1745 not currently running.
1746 (org-clock-out): Accept new third parameter `at-time', which
1747 permits a clock to be clocked out at a specific time. Note that
1748 no attempt is made to verify that the clock out time is later than
1751 * org.el (org-files-list): New utility function for returning a
1752 list of all open org-mode buffers, plus all files used to build
1753 the agenda buffer. Note that not all the files will necessarily
1754 be visited by a buffer at time of call.
1755 (org-entry-beginning-position): Like the function
1756 `line-beginning-position', this inline function returns the
1757 beginning position of the current heading/entry.
1758 (org-entry-end-position): Like the function `line-end-position',
1759 this inline function returns the end position of the current
1762 2009-10-16 Carsten Dominik <carsten.dominik@gmail.com>
1764 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1767 2009-10-15 Carsten Dominik <carsten.dominik@gmail.com>
1769 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1771 2009-10-14 Carsten Dominik <carsten.dominik@gmail.com>
1773 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1774 entries that have no tags.
1775 (org-agenda-search-view): New customize group.
1776 (org-agenda-search-view-search-words-only): New option.
1777 (org-search-view): Implement substring search.
1779 2009-10-13 Carsten Dominik <carsten.dominik@gmail.com>
1781 * org.el (org-outline-level): Add doc string.
1783 2009-10-12 Carsten Dominik <carsten.dominik@gmail.com>
1785 * org-inlinetask.el (org-inlinetask-export): Re-introduce
1787 (org-inlinetask-export-handler): Only export inline task if the
1788 user option calls for it.
1790 2009-10-10 Carsten Dominik <carsten.dominik@gmail.com>
1792 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1795 2009-10-07 Carsten Dominik <carsten.dominik@gmail.com>
1797 * org-latex.el (org-export-latex-tables): Don't format in
1800 2009-10-06 Carsten Dominik <carsten.dominik@gmail.com>
1802 * org-src.el (org-edit-src-code)
1803 (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1806 * org-agenda.el (org-prefix-category-max-length): New variable.
1807 (org-format-agenda-item): Use `org-prefix-category-max-length'.
1808 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1810 2009-10-03 Carsten Dominik <carsten.dominik@gmail.com>
1812 * org-mobile.el (org-mobile-create-index-file): Improve the
1813 listing of tags and todo keywords.
1815 * org-latex.el (org-export-latex-format-image): New function.
1816 (org-export-latex-links): Use `org-export-latex-format-image'.
1818 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
1820 * org-inlinetask.el (org-inlinetask-get-current-indentation)
1821 (org-inlinetask-remove-terminator): New functions.
1822 (org-inlinetask-export-handler): Terminate the description list.
1824 * org-exp.el (org-export-select-backend-specific-text): Remove the
1827 * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1828 tasks without content.
1830 * org-clock.el: Make sure the clock-in target position does not
1831 move to a different node by widening the buffer.
1833 * org-html.el (org-export-html-format-image): Wrap image into
1834 figure div only when there is a caption.
1836 * org-archive.el (org-archive-mark-done): Change default value to
1839 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1841 * org.el (org-context): Call `bobp', not `eobp'.
1843 * org-clock.el (org-clock-cancel): Remove quotes from marker
1846 * org.el (org-read-date-prefer-future): New allowed value `time'.
1847 (org-read-date-analyze): Shift day to tomorrow depending on time
1848 entered and value of `org-read-date-prefer-future'.
1850 2009-09-30 Carsten Dominik <carsten.dominik@gmail.com>
1852 * org.el (org-set-tags-to): New command.
1854 * org-mobile.el (org-mobile-action-alist): Add more options and
1855 update the docstring.
1856 (org-mobile-apply-flags): Parse for and use the data.
1858 * org-latex.el (org-export-latex-set-initial-vars): Also check in
1861 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1864 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1866 2009-09-29 Carsten Dominik <carsten.dominik@gmail.com>
1868 * org-inlinetask.el (org-inlinetask-export): Option removed.
1869 (org-inlinetask-export-handler): Better export.
1871 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1872 (org-export-as-xoxo): Run the new hook.
1874 * org-html.el (org-export-html-final-hook): New hook.
1875 (org-export-as-html): Run the new hook.
1877 * org-docbook.el (org-export-docbook-final-hook): New hook.
1878 (org-export-as-docbook): Run the new hook.
1880 * org-ascii.el (org-export-ascii-final-hook): New hook.
1881 (org-export-as-ascii): Run the new hook.
1883 * org-mobile.el (org-mobile-create-sumo-agenda): Call
1884 `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1886 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1887 space character as the character before the ^/_.
1888 (org-export-latex-final-hook): New hook.
1889 (org-export-as-latex): Run `org-export-latex-final-hook'.
1891 2009-09-28 Carsten Dominik <carsten.dominik@gmail.com>
1893 * org-macs.el (org-if-unprotected-at): Fix docstring.
1895 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1896 text in the prefix (if category is a link).
1898 * org-latex.el (org-export-latex-preprocess): Deal properly with
1899 empty lines in verse environments.
1901 * org.el (org-format-latex-header): Inline fullpage.sty.
1903 * org-footnote.el (org-footnote-create-definition): Reveal context
1904 to add a new footnote definition.
1906 * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1908 (org-mobile-files): New option.
1909 (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1910 (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1912 (org-mobile-push): Start by creating the files lists.
1913 (org-mobile-copy-agenda-files): Move killing the buffer to after
1914 the save-excursion has exited.
1915 (org-mobile-write-checksums): Write checksums also for files in
1918 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1919 org-table-recalculate when cursor is in TBLFM line.
1921 * org-list.el (org-renumber-ordered-list): Fix cursor position
1922 when bullet length has changed.
1924 2009-09-26 Carsten Dominik <carsten.dominik@gmail.com>
1926 * org.el (org-format-latex): Mention `org-format-latex-options' in
1929 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1931 * org.el (org-agenda-get): New function.
1933 * org-agenda.el (org-agenda-post-command-hook): No longer move
1934 point away from end of line.
1935 (org-agenda-add-entry-text, org-agenda-collect-markers)
1936 (org-finalize-agenda, org-agenda-mark-clocking-task)
1937 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1938 (org-agenda-entry-text-show, org-agenda-highlight-todo)
1939 (org-agenda-compare-effort, org-agenda-filter-apply)
1940 (org-agenda-later, org-agenda-change-time-span)
1941 (org-agenda-post-command-hook, org-agenda-show-priority)
1942 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1943 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1944 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1945 (org-agenda-open-link, org-agenda-copy-local-variable)
1946 (org-agenda-switch-to, org-agenda-check-no-diary)
1947 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1948 (org-agenda-add-note, org-agenda-change-all-lines)
1949 (org-agenda-priority, org-agenda-set-tags)
1950 (org-agenda-set-property, org-agenda-set-effort)
1951 (org-agenda-toggle-archive-tag, org-agenda-date-later)
1952 (org-agenda-show-new-time, org-agenda-date-prompt)
1953 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1954 (org-agenda-clock-in, org-agenda-bulk-mark)
1955 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1958 * org-colview.el (org-columns-display-here)
1959 (org-columns-edit-allowed, org-agenda-columns): Use
1962 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
1964 * org.el (org-special-ctrl-a/e): Improve documentation and
1966 (org-end-of-line): Don't jump to after the ellipsis.
1967 (org-mode-map): Bind <home> and <end> as well.
1969 2009-09-24 Carsten Dominik <carsten.dominik@gmail.com>
1971 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1972 space after #+ as comments.
1973 (org-open-at-point): Run `org-follow-link-hook' always.
1975 * org-latex.el (org-export-latex-emph-format): Use better commands
1976 to insert special characters in verbatim snippets.
1978 2009-09-22 Carsten Dominik <carsten.dominik@gmail.com>
1980 * org-faces.el (org-copy-face): New function. Use it to create
1981 various faces formerly created by using `copy-face'.
1983 * org-agenda.el (org-prepare-agenda): Don't officially mark this
1985 (org-agenda-quit): Kill the frame containing the agenda window if
1986 that frame was created for the agenda.
1988 2009-09-21 Carsten Dominik <carsten.dominik@gmail.com>
1990 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1991 stamp in the agenda.
1993 2009-09-19 Carsten Dominik <carsten.dominik@gmail.com>
1995 * org-mobile.el (org-mobile-create-index-file): Add the list of
1996 TODO keywords, and the list of drawers to the index file.
1998 * org-agenda.el (org-prepare-agenda): Reset
1999 `org-drawers-for-agenda'.
2000 (org-prepare-agenda): Uniquify list of drawers.
2002 * org.el (org-complex-heading-regexp-format): New variable.
2003 (org-set-regexps-and-options): Define
2004 `org-complex-heading-regexp-format'.
2005 (org-drawers-for-agenda): New variable.
2006 (org-map-entries): Bind `org-drawers-for-agenda'.
2007 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
2009 * org-remember.el (org-go-to-remember-target)
2010 (org-remember-handler): Use `org-complex-heading-regexp-format'.
2012 2009-09-18 Carsten Dominik <carsten.dominik@gmail.com>
2014 * org-agenda.el (org-agenda-highlight-todo): Fix text property
2017 * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
2018 the capture file, and make it non-configurable.
2020 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
2021 always with `invisible-ok'.
2022 (org-store-link): No error when there is nothing to link to in the
2025 * org-list.el (org-update-checkbox-count): Insert changed cookie
2026 before the old, to avoid problems with invisibility at the end of
2028 (org-update-checkbox-count): Insert changed cookie before the old,
2029 to avoid problems with invisibility at the end of the line.
2031 * org.el (org-sort-entries-or-items): Include the final newline.
2032 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
2033 lines for fontification.
2034 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
2035 (org-prepare-dblock): Store the current indentation of the BEGIN
2037 (org-update-dblock): Apply the indentation of the begin line to
2038 the rest of the block.
2039 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
2040 (org-startup-folded): New allowed value `showeverything'.
2041 (org-startup-options): Add STARTUP keyword `showeverything'.
2042 (org-set-startup-visibility): Respect value `showeverything' in
2045 2009-09-17 Carsten Dominik <carsten.dominik@gmail.com>
2047 * org.el (org-closest-date): Fix issue with past preference.
2049 * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
2051 * org-archive.el (org-archive-set-tag)
2052 (org-archive-subtree-default): New commands.
2054 * org-mobile.el (org-mobile-create-index-file): Fix link to
2056 (org-mobile-copy-agenda-files): Create the capture file if it does
2059 * org-clock.el (org-clock-clocktable-default-properties): New
2061 (org-clock-report): Use
2062 `org-clock-clocktable-default-properties'.
2064 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
2066 * org.el (org-iswitchb-completing-read): Fix typo.
2068 * org-crypt.el: New file.
2070 * org.el: Add an entry for org-crypt.
2072 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
2074 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
2076 (org-batch-store-agenda-views): New function.
2077 (org-mobile-force-id-on-agenda-items): Mention variable.
2078 (org-agenda-title-append): Define variable.
2079 (org-write-agenda): New export to Org files.
2080 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
2081 (org-agenda): Allow to keep the restricted file list if a special
2082 variable is bound to t.
2083 (org-agenda): Define a special agenda view for working on flagged
2085 (org-agenda-get-restriction-and-command): List the new agenda
2087 (org-agenda-show-the-flagging-note): New command.
2088 (org-agenda-mode-map): New key `?' for looking at the flagging
2091 * org.el (org-autoload): Autoload org-mobile.el.
2092 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
2094 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
2096 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
2098 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
2100 (org-table-get-remote-range): Match indented #+TBLNAME
2103 * org.el (org-convert-to-odd-levels)
2104 (org-convert-to-oddeven-levels): Work also correctly if the file
2107 2009-09-12 Carsten Dominik <carsten.dominik@gmail.com>
2109 * org.el (org-store-link): When in agenda buffer, link to
2111 (org-add-planning-info): Remove spaces at eol.
2113 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
2116 2009-09-10 Carsten Dominik <carsten.dominik@gmail.com>
2118 * org-latex.el (org-export-latex-first-lines): Fix problem with
2119 LaTeX export of first line and selected subtree.
2121 * org.el (org-shifttab): Interpret arg differently when using only
2124 2009-09-09 Bastien Guerry <bzg@altern.org>
2126 * org.el (org-check-agenda-file): Use a more explicit message
2128 2009-09-08 Carsten Dominik <carsten.dominik@gmail.com>
2130 * org-exp.el (org-export-remove-special-table-lines): Don't remove
2133 2009-09-08 Bastien Guerry <bzg@altern.org>
2135 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
2136 prompt in the temporary window.
2138 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
2139 prefix for marked entries in the agenda view.
2141 2009-09-07 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
2143 * org.el (outline-end-of-subtree): Bugfix: advise this function in
2144 a way that prevents any trailing character from being displayed.
2146 2009-09-07 Carsten Dominik <carsten.dominik@gmail.com>
2148 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
2151 * org-exp.el (org-export-remove-special-table-lines): Remove bad
2154 2009-09-06 Carsten Dominik <carsten.dominik@gmail.com>
2156 * org-latex.el (org-export-latex-preprocess): Do not protect in
2159 * org-src.el (org-edit-src-save): Save window setup while saving.
2160 (org-edit-src-code): Use new buffer name construction scheme.
2162 2009-09-04 Carsten Dominik <carsten.dominik@gmail.com>
2164 * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
2166 (org-agenda-entry-text-cleanup-hook): New hook.
2167 (org-agenda-get-some-entry-text): Remove matches of
2168 `org-agenda-entry-text-exclude-regexps' and run the hook
2169 `org-agenda-entry-text-cleanup-hook'.
2171 * org.el (org-offer-links-in-entry): New argument ZERO to
2172 implement a link with index zero.
2173 (org-cycle-show-empty-lines): Not keep empty line under header
2175 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
2176 to nil for special completion.
2177 (org-store-link): Don't error before the first heading.
2179 * org-agenda.el (org-agenda-open-link): Pass the prefix to
2180 `org-offer-links-in-entry'.
2182 2009-09-03 Carsten Dominik <carsten.dominik@gmail.com>
2184 * org-agenda.el (org-agenda-quit): Provide the window argument for
2185 `window-dedicated-p', Emacs 22 needs it.
2186 (org-format-agenda-item): If the category is a link, arrange for
2187 invisible text to replaced with spaces.
2188 (org-compile-prefix-format): Add the extra space.
2189 (org-prefix-category-length): New variable.
2191 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
2192 references from TOC lines.
2194 * org.el (org-selected-window): New variable.
2196 * org-table.el (org-table-edit-formulas): Remember the selected
2198 (org-table-fedit-finish, org-table-fedit-abort): Select the window
2199 that was originally selected.
2201 * org-exp.el (org-export-preprocess-apply-macros): Scan the
2202 expansion of a macro for more macro definitions.
2204 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
2205 invisibility overlay starts on the newline.
2207 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
2209 * org-protocol.el (org-protocol-store-link)
2210 (org-protocol-remember, org-protocol-open-source): Add autoloads.
2212 * org-compat.el (org-float-time): New function.
2214 * org.el (org-clock-update-time-maybe)
2215 (org-sort-entries-or-items, org-do-sort)
2216 (org-evaluate-time-range, org-time-string-to-seconds)
2217 (org-closed-in-range): Use `org-float-time'.
2219 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
2220 (org-timer-seconds): Use `org-float-time'.
2222 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
2223 (org-clock-sum, org-dblock-write:clocktable)
2224 (org-clocktable-steps): Use `org-float-time'.
2226 * org-agenda.el (org-agenda-last-marker-time)
2227 (org-agenda-new-marker, org-diary): Use `org-float-time'.
2229 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
2232 * org-exp.el (org-get-file-contents): Only protect lines that
2235 * org-html.el (require): Require cl for compilation.
2237 * org.el: Avoid using `default-major-mode'.
2239 * org-plot.el (require): Require CL only at compile time.
2241 * org-exp.el (require): Require CL only at compile time.
2243 * org-agenda.el (org-agenda-quit): When the agenda window is
2244 dedicated, remove other windows before exiting, so that the frame
2245 really will be killed.
2247 * org-exp.el (org-export-handle-include-files): Reset START and
2248 END for each loop cycle.
2250 2009-09-01 Carsten Dominik <carsten.dominik@gmail.com>
2252 * org.el (org-eval-in-calendar): Use
2253 `org-select-frame-set-input-focus'.
2255 * org-compat.el (org-select-frame-set-input-focus): New function.
2257 * org.el (org-update-statistics-cookies): New function.
2258 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
2260 2009-08-31 Carsten Dominik <carsten.dominik@gmail.com>
2262 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
2263 after the local variables are set.
2265 * org-latex.el (org-export-latex-protect-amp): New function.
2266 (org-export-latex-links): Protect link ampersands in tables.
2268 * org-exp.el (org-export-select-backend-specific-text): Match in
2269 two steps, to avoid regexp problems.
2271 * org.el (org-offer-links-in-entry): Improve working with many and
2274 * org-agenda.el (org-agenda-show-1): Make more consistent with
2276 (org-agenda-cycle-show): Make more consistent with normal cycling.
2278 * org-gnus.el (org-gnus-store-link): Restore the linking to a
2281 2009-08-30 Bastien Guerry <bzg@altern.org>
2283 * org-latex.el (org-export-latex-first-lines): Bugfix.
2285 2009-08-29 Carsten Dominik <carsten.dominik@gmail.com>
2287 * org-clock.el (org-clock-modify-effort-estimate): Emit message
2290 * org.el (org-set-effort): New function.
2291 (org-mode-map): New key for effort setting command.
2293 * org-agenda.el (org-agenda): Keep window setup when calling
2294 agenda from within agenda window.
2295 (org-agenda-mode-map): New keys for effort setting commands.
2296 (org-agenda-menu): Add effort setting commands to menu.
2297 (org-agenda-set-property, org-agenda-set-effort): New functions.
2299 * org-latex.el (org-export-latex-tables): Fix
2300 `org-table-last-alignment' and `org-table-last-column-widths' if
2301 the first column has been removed.
2303 2009-08-28 Carsten Dominik <carsten.dominik@gmail.com>
2305 * org.el (org-remove-timestamp-with-keyword): Only remove in
2306 entry, not in subtree.
2308 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
2311 * org.el (org-open-at-point): When on headline, offer all strings
2314 * org-remember.el (org-remember-templates): Documentation fix.
2316 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
2317 `org-get-last-sibling' instead of the outline versions of these
2319 (org-get-last-sibling): New function.
2320 (org-refile): Use `org-get-next-sibling' instead of the outline
2321 version of this function.
2322 (org-clean-visibility-after-subtree-move): Use
2323 `org-get-next-sibling' and `org-get-last-sibling' instead of the
2324 outline versions of these functions.
2326 2009-08-27 Carsten Dominik <carsten.dominik@gmail.com>
2328 * org-agenda.el (org-prepare-agenda): When creating a new frame
2329 for the agenda, make the window dedicated.
2331 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2333 * org-table.el (org-table-align): Change the order of reinsertion
2334 and deletion, to avoid problems with overlays following the table.
2336 * org.el (org-parse-time-string): Better error message.
2337 (org-show-subtree): Use org-end-of-subtree.
2339 * org-macs.el (org-goto-line): New defsubst.
2341 * org.el (org-open-file, org-change-tag-in-region)
2342 (org-fast-tag-show-exit): Don't use `goto-line'.
2344 * org-table.el (org-table-align, org-table-insert-column)
2345 (org-table-delete-column, org-table-move-column)
2346 (org-table-sort-lines, org-table-copy-region)
2347 (org-table-paste-rectangle, org-table-wrap-region)
2348 (org-table-get-specials, org-table-rotate-recalc-marks)
2349 (org-table-get-range, org-table-recalculate)
2350 (org-table-edit-formulas, org-table-fedit-convert-buffer)
2351 (org-table-show-reference, org-table-highlight-rectangle): Don't
2354 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2355 (org-edit-src-exit): Don't use `goto-line'.
2357 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2359 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2360 Don't use `goto-line'.
2362 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2364 * org-colview.el (org-columns, org-columns-redo)
2365 (org-agenda-columns): Don't use `goto-line'.
2367 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2370 * org-agenda.el (org-agenda-mode): Force visual line motion off.
2371 (org-agenda-add-entry-text-maxlines): Improve docstring.
2372 (org-agenda-start-with-entry-text-mode): New option.
2373 (org-agenda-entry-text-maxlines): New option.
2374 (org-agenda-entry-text-mode): New variable.
2375 (org-agenda-mode): Set initial value of
2376 `org-agenda-entry-text-mode'.
2377 (org-agenda-mode-map): Add the `E' key.
2378 (org-agenda-menu): Add entry text mode to the menu.
2379 (org-agenda-get-some-entry-text): Fix line count bug.
2380 (org-finalize-agenda): Apply entry text mode if appropriate.
2381 (org-agenda-entry-text-show-here): New function.
2382 (org-agenda-entry-text-show): New function.
2383 (org-agenda-entry-text-hide): New function.
2384 (org-agenda-view-mode-dispatch): Add entry text mode to the view
2386 (org-agenda-entry-text-mode): New command.
2387 (org-agenda-set-mode-name): Add entry text mode to the mode line
2389 (org-agenda-undo, org-agenda-get-restriction-and-command)
2390 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2393 2009-08-26 Bernt Hansen <bernt@norang.ca>
2395 * org-clock.el (org-notify): Bugfix.
2397 2009-08-25 Carsten Dominik <carsten.dominik@gmail.com>
2399 * org-agenda.el (org-agenda-open-link): Handle multiple links and
2400 check for after-string.
2402 * org-gnus.el (org-gnus-store-link): Simplify.
2404 * org.el (org-latex-regexps): Don't add extra empty lines for
2407 2009-08-24 Carsten Dominik <carsten.dominik@gmail.com>
2409 * org-agenda.el (org-agenda-get-some-entry-text): New function.
2410 (org-agenda-add-entry-text): Use
2411 `org-agenda-get-some-entry-text'.
2413 * org.el (org-cycle-separator-lines): Update docstring.
2414 (org-cycle-show-empty-lines): Handle negative values for
2415 `org-cycle-show-empty-lines'.
2417 * org-exp.el (org-export-protect-sub-super): New function.
2418 (org-export-normalize-links): Protect the url of plain links from
2419 supscript and superscript processing.
2421 * org-remember.el (org-remember-escaped-%): New function.
2422 (org-remember-apply-template): Use `org-remember-escaped-%' to
2423 detect escaped % signs.
2425 2009-08-23 Bastien Guerry <bzg@altern.org>
2427 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2428 sound when showing the notification.
2430 * org-clock.el (org-notify): New function.
2431 (org-clock-notify-once-if-expired): Use `org-notify'.
2433 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2434 and `gnus-article-mode' separately.
2435 (gnus-summary-article-header): Fix the declare-function.
2437 2009-08-23 Carsten Dominik <carsten.dominik@gmail.com>
2439 * org-exp.el (org-export-format-source-code-or-example): Translate
2442 * org-src.el (org-src-lang-modes): New variable
2443 (org-edit-src-code): Translate language.
2445 * org-exp.el (org-export-format-source-code-or-example): Deal wit
2446 the new structure of the `org-export-latex-listings-langs'
2449 * org-latex.el (org-export-latex-listings-langs): Change structure
2450 of the variable from plist to alist.
2452 2009-08-21 Carsten Dominik <carsten.dominik@gmail.com>
2454 * org.el (org-in-commented-line): New function.
2456 2009-08-20 Carsten Dominik <carsten.dominik@gmail.com>
2458 * org.el (org-hide-block-toggle): Make folded blocks searchable.
2460 2009-08-19 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
2462 * org.el (org-flag-drawer): More useful error.
2464 2009-08-19 Carsten Dominik <carsten.dominik@gmail.com>
2466 * org-remember.el (org-remember-apply-template): Use
2467 org-icompleting-read.
2469 * org-publish.el (org-publish): Use org-icompleting-read.
2471 * org-colview.el (org-columns-edit-value, org-columns-new)
2472 (org-insert-columns-dblock): Use org-icompleting-read.
2474 * org-colview-xemacs.el (org-columns-edit-value)
2475 (org-columns-new, org-insert-columns-dblock): Use
2476 org-icompleting-read.
2478 * org-attach.el (org-attach-delete-one, org-attach-open): Use
2479 org-icompleting-read.
2481 2009-08-18 Carsten Dominik <carsten.dominik@gmail.com>
2483 * org.el (org-hierarchical-todo-statistics): Improve docstring.
2484 (org-version): Return the version text.
2485 (org-org-menu): Add a menu entry for the new bug reporter.
2486 (org-submit-bug-report): New command.
2488 * org-list.el (org-hierarchical-checkbox-statistics): Improve
2491 * org.el (org-emphasis-regexp-components): Add "`" to set of
2492 pre-emphasis characters.
2494 * org-latex.el (org-export-latex-classes): Always include the soul
2496 (org-export-latex-emphasis-alist): Use \st for strikethough.
2498 * org-exp-blocks.el (org-export-blocks-preprocess): Use
2499 `indent-code-rigidly' to indent.
2501 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2502 properties only if MATCH really is a string.
2504 2009-08-16 Carsten Dominik <carsten.dominik@gmail.com>
2506 * org-latex.el (org-export-latex-packages-alist): Fix
2509 * org.el (org-create-formula-image): Also use
2510 `org-export-latex-packages-alist'.
2512 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2513 (org-export-as-html): Format footnotes correctly.
2515 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
2517 * org.el (org-fast-tag-selection): Avoid text properties on tags
2520 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2521 text properties on the match element.
2523 2009-08-12 Carsten Dominik <carsten.dominik@gmail.com>
2525 * org.el (org-set-regexps-and-options): Make sure the list of done
2526 keywords is not invalid.
2528 * org-exp.el (org-export-interpolate-newlines): New function.
2530 2009-08-11 Carsten Dominik <carsten.dominik@gmail.com>
2532 * org.el (org-format-latex): Avoid nested overlays.
2534 * org-latex.el (org-export-latex-listings-langs): Add a few more
2537 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2538 ignore newlines and space before the first macro argument.
2540 * org-latex.el (org-export-latex-tables): Remove save-excursion
2541 around `org-table-align'.
2543 2009-08-10 Carsten Dominik <carsten.dominik@gmail.com>
2545 * org.el (org-export-html-special-string-regexps): Definition
2548 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2551 2009-08-09 Carsten Dominik <carsten.dominik@gmail.com>
2553 * org-latex.el (org-export-latex-listings)
2554 (org-export-latex-listings-langs): New options.
2556 * org-exp.el (org-export-format-source-code-or-example): Use
2557 listing package if requested by the user.
2559 2009-08-08 Bastien Guerry <bzg@altern.org>
2561 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2562 command before actually switching to a buffer.
2564 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
2566 * org-exp.el (org-get-file-contents): Only quote org lines when
2567 the markup is src or example.
2569 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2571 (org-agenda-get-day-entries): Remember deadline results and pass
2572 them on into the function getting the scheduling information.
2573 (org-agenda-get-scheduled): Accept deadline results as parameters
2574 and maybe skip some entries.
2575 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2577 * org.el (org-insert-heading): When respecting content, do not
2578 convert current line to headline.
2580 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2581 cheeeeeck the hd marker
2582 (org-clock-in): Also set the hd marker.
2583 (org-clock-out): Also set the hd marker.
2584 (org-clock-cancel): Reset markers.
2586 * org.el (org-clock-hd-marker): New marker.
2588 * org-faces.el (org-agenda-clocking): New face.
2590 * org-agenda.el (org-agenda-mark-clocking-task): New function.
2591 (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2593 * org.el (org-modules): Add org-track.el.
2595 * org-agenda.el (org-agenda-bulk-marked-p): New function.
2596 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2597 `org-agenda-bulk-marked-p'.
2598 (org-agenda-bulk-toggle): New command.
2600 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2602 * org.el (org-move-subtree-down): Hide subtree if it was folded,
2605 * org-remember.el (org-remember-finalize): Avoid buffer-modified
2608 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
2610 * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2611 before gnuplot can read it.
2613 2009-08-05 Carsten Dominik <carsten.dominik@gmail.com>
2615 * org-latex.el (org-export-latex-first-lines): Fix bug with
2616 finding the end of the first lines.
2618 * org.el (org-create-formula-image): Remove the -E option for
2621 * org-exp.el (org-default-export-plist): Respect #+BIND.
2622 (org-export-confirm-letbind): New function.
2624 * org.el (org-paste-subtree): Test the kill ring entry if it is
2626 (org-copy-subtree): Use `org-forward-same-level'.
2627 (org-forward-same-level): Respect the `invisibe-ok' arg for
2630 2009-08-04 Carsten Dominik <carsten.dominik@gmail.com>
2632 * org.el (org-table-map-tables): Make sure cursor is back at table
2633 beginning after funcall.
2635 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2636 handled before children, and do not error if an entry is not
2637 found, probably because it hase been remove when the parent was
2638 archived or refiled.
2640 * org.el (org-ido-completing-read): Accept straight lists for
2641 completion as well as alists.
2643 * org-html.el (org-export-as-html): Fix parenthesis error in
2646 * org-timer.el (org-timer-cancel-timers): Renamed from
2647 `org-timer-cancel-timers'.
2649 * org.el (org-cycle-internal-local): Fix problem with finding next
2652 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
2654 * org-list.el (org-list-send-list): Call
2655 `org-list-goto-true-beginning' instead of
2656 `org-list-find-true-beginning', which does not exist.
2658 * org-timer.el (org-timer-reset-timers): Use `mapc'.
2659 (org-timer-set-timer): Do not assign to heading.
2661 * org-id.el (org-id-open): Quote function name.
2663 * org-macs.el (org-unmodified): Turn off recording undo
2664 information while running inside the macro.
2666 * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2668 (org-indent-mode): Remember and restore value of
2669 org-hide-leading-stars before `org-indent-mode'.
2671 * org-table.el (org-table-export): Also work in file-less
2674 * org.el (org-startup-indented): New option.
2675 (org-startup-options): Add new options indent and noindent.
2676 (org-unfontify-region): Remove line-prefix and wrap-prefix
2678 (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2680 (org-promote, org-demote): Run the new hooks.
2682 * org-table.el (org-table-align): Replace leading \n as well.
2684 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2685 and `line-wrap' text properties.
2687 * org-compat.el (org-kill-new): New function.
2689 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2690 `line-wrap' text properties.
2692 * org-indent.el: New file.
2694 2009-08-02 Carsten Dominik <carsten.dominik@gmail.com>
2696 * org.el (org-provide-todo-statistics): Tweak docstring.
2698 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2700 2009-08-01 Carsten Dominik <carsten.dominik@gmail.com>
2702 * org-exp.el (org-export-as-org): Insert the "-source" string
2703 before the extension.
2705 * org.el (org-read-date): Make sure the calendar is in the current
2707 (org-set-emph-re): Remove the ? from the post-match.
2708 (org-emphasis-regexp-components): Add backslash to the
2710 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2711 optional so that also lines at the end of the buffers will still
2712 be matched as headlines.
2714 * org-table.el (org-table-error-on-row-ref-crossing-hline):
2715 Variable made obsolete.
2716 (org-table-relative-ref-may-cross-hline): New option.
2717 (org-table-find-row-type): Honow the new option
2718 `org-table-relative-ref-may-cross-hline'.
2720 2009-07-31 Carsten Dominik <carsten.dominik@gmail.com>
2722 * org-table.el (org-table-cut-region, org-table-copy-region): Work
2723 on single field if no active region.
2725 2009-07-27 Carsten Dominik <carsten.dominik@gmail.com>
2727 * org-latex.el (org-export-latex-make-header): Only insert title
2730 * org.el (org-make-options-regexp): Allow empty values.
2732 * org-html.el (org-export-as-html): Move hrule detection to after
2733 plain list handling.
2735 2009-07-26 Carsten Dominik <carsten.dominik@gmail.com>
2737 * org-html.el (org-format-org-table-html): Fix colgroup tags.
2739 2009-07-23 Carsten Dominik <carsten.dominik@gmail.com>
2741 * org.el (org-cycle-internal-local): Improved version of finding
2743 (org-cycle-hide-drawers): Only hide drawers if this is really
2745 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2746 org-version of this function in Org-mode. We use advice to
2747 implement this change, so that future changes to this function in
2748 outline.el wil be handled properly.
2749 (org-forward-same-level, org-backward-same-level): New commands.
2751 2009-07-21 Carsten Dominik <carsten.dominik@gmail.com>
2753 * org.el (org-remove-empty-overlays-at)
2754 (org-clean-visibility-after-subtree-move): New functons.
2755 (org-move-subtree-down): Simplify cleanup of display.
2757 2009-07-20 Carsten Dominik <carsten.dominik@gmail.com>
2759 * org-mac-message.el (org-mac-message-get-links): Improve
2760 docstring. Make argument SELECT-OR-FLAGGED optional, default to
2761 "s". Fix the return value.
2762 (org-mac-message-insert-flagged): Simplify.
2764 * org.el (org-refile-get-location): Tamper with refile history o
2765 that history contains compete matches instead of the entered
2768 2009-07-19 Carsten Dominik <carsten.dominik@gmail.com>
2770 * org.el (org-store-link): Never store a link to an inline task.
2772 * org-inlinetask.el (org-inlinetask-insert-task): New command.
2774 * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2775 inline tasks when positioning footnotes.
2777 * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2780 * org.el (org-refile): Remove the END line when archiving an
2781 inline task that does have an END line.
2783 * org-archive.el (org-archive-subtree): Remove the END line when
2784 archiving an inline task that does have an END line.
2786 * org-macs.el (org-with-limited-levels): New macro.
2787 (org-get-limited-outline-regexp): New function.
2789 * org-exp.el (org-export-format-source-code-or-example): Fix bug
2790 that did not enumerate first line.
2791 (org-export-mark-radio-links): Skip matches in links.
2793 2009-07-18 Carsten Dominik <carsten.dominik@gmail.com>
2795 * org.el (org-activate-plain-links): Make single-match.
2796 (org-adapt-indentation): Fix docstring.
2798 * org-macs.el (org-unmodified): Turn of modification hooks while
2801 2009-08-02 Bastien Guerry <bzg@altern.org>
2803 * org.el (org-adapt-indentation): Slightly improve the docstring.
2804 (org-occur): Sends an error when the user inputs an empty string.
2805 (org-priority): Bugfix: the tag alignement should happen within
2808 2009-07-31 Bastien Guerry <bzg@altern.org>
2810 * org.el (org-make-link-regexps): Don't exclude parentheses from
2812 (org-cycle-internal-local): When locally cycling, switch directly
2813 from CHILDREN to FOLDED if there is no subtree
2814 (org-cycle): Update the docstring to document the new behavior of
2815 `org-cycle-internal-local'.
2817 2009-07-29 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
2819 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2820 an abbreviated format for days.
2822 2009-07-27 Bastien Guerry <bzg@altern.org>
2824 * org-protocol.el (org-protocol-default-template-key): New
2827 * org.el (org-refile): Bugfix: save-excursion before reading the
2828 refile target, otherwise cursor moves might confuse `org-refile'.
2830 * org-html.el (org-export-as-html): Bugfix: correctly convert the
2831 footnote reference before the footnote itself.
2833 * org.el (org-toggle-heading): Bugfix: correctly convert list
2834 items before the first headline.
2836 * org-html.el (org-export-html-footnote-format): New option for
2837 formatting the footnote reference.
2838 (org-export-as-html): Use the new option.
2840 * org.el (org-provide-todo-statistics): Allow a list of TODO
2841 keywords to compute statistics against headlines containing a
2842 keyword from this list.
2843 (org-update-parent-todo-statistics): Possibly use the new allowed
2844 value of `org-provide-todo-statistics'.
2846 2009-07-26 Bastien Guerry <bzg@altern.org>
2848 * org-timer.el: Add autoload cookie.
2850 * org.el (org-occur-link-in-agenda-files): New function.
2852 * org-timer.el (org-timer-last-timer): New variable.
2854 * org-agenda.el (org-agenda-mode-map): New key for
2855 org-timer-set-timer called from the agenda.
2857 * org.el (org-mode-map): New key for org-timer-set-timer.
2859 * org-timer.el (org-timer-reset-timers)
2860 (org-timer-show-remaining-time, org-timer-set-timer): New
2863 * org-clock.el (org-show-notification): Update the docstring.
2865 * org.el (org-provide-todo-statistics): Allow new value
2866 'all-headlines for this option, which includes entries with no
2867 TODO keywords in the todo statistics.
2868 (org-update-parent-todo-statistics): Possibly use the new
2869 'all-headline value from `org-provide-todo-statistics'.
2871 2009-07-25 Bastien Guerry <bzg@altern.org>
2873 * org-clock.el (org-dblock-write:clocktable): Add a new option
2874 :timestamp which allows display of timestamps in clock reports.
2876 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2877 list to a subtree, preserving the structure of the list.
2878 (org-set-emph-re): Make the last element optional in the regexp.
2879 This regexp now matches an emphasized string at the end of a line.
2881 * org-list.el (org-list-goto-true-beginning)
2882 (org-list-make-subtree, org-list-make-subtrees): New functions.
2884 * org.el (org-eval-in-calendar): Select the right frame.
2885 (org-save-frame-excursion): Remove this macro.
2887 2009-07-24 Bastien Guerry <bzg@altern.org>
2889 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2890 trying to find the beginning of a list.
2892 * org-exp.el (org-get-file-contents): Use a new argument: markup.
2893 When present, tell org-get-file-contents not to protect org-like
2896 * org-id.el (org-id-uuid-program): New option to set the name of
2897 the uuidgen program.
2898 (org-id-method): Use `org-id-uuid-program'.
2899 (org-id-new): Use `org-id-uuid-program'.
2901 2009-07-23 Bastien Guerry <bzg@altern.org>
2903 * org-exp.el (org-export-number-lines): Allow whitespace in code
2904 references. Allow the -r switch to remove the references in the
2905 source code even when the lines are not numbered: the labels can
2908 * org.el (org-fontify-whole-heading-line): New option.
2909 (org-set-font-lock-defaults): Use the new option.
2911 * org-clock.el (org-show-notification-handler): New option.
2912 (org-show-notification): Use the new option.
2914 2009-07-21 Bastien Guerry <bzg@altern.org>
2916 * org.el (org-eval-in-calendar): Fix a bug about calendar
2917 navigation when `calendar-setup' value is 'calendar-only.
2919 2009-07-19 Bastien Guerry <bzg@altern.org>
2921 * org.el (orgstruct++-mode): Fix typo in docstring.
2922 (org-insert-link): Clean up: (or (...)) => (...)
2923 (org-insert-link): Use TAB for stored links completion.
2925 2009-07-18 Bastien Guerry <bzg@altern.org>
2927 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2928 building the list of targets.
2930 * org-remember.el (org-remember-delete-empty-lines-at-end): New
2932 (org-remember-handler): Use the new option.
2934 2009-07-17 James TD Smith <ahktenzero@mohorovi.cc>
2936 * org.el (org-tags-sort-function): New option for sorting tags.
2937 (org-set-tags): Use the new option to sort tags.
2939 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2940 premature deletion of the data when using org-plot in a script.
2942 2009-07-17 Bastien Guerry <bzg@altern.org>
2944 * org-clock.el (org-clock-in-prepare-hook): New hook.
2945 (org-clock-in): Use this new hook.
2947 2009-07-16 Bastien Guerry <bzg@altern.org>
2949 * org.el (org-special-ctrl-a/e): Explicitely bind the value
2950 'reversed for this option to the "true line boundary first"
2952 (org-tags-match-list-sublevels): Document the 'indented value for
2955 * org-latex.el (org-export-latex-first-lines): Fix problem with
2956 publishing the region.
2958 * org-exp.el (org-export-format-source-code-or-example): Fix
2959 bad line numbering when exporting examples in HTML.
2961 * org-colview.el (org-format-time-period): Formats a time in
2962 fractional days as days, hours, mins, seconds.
2963 (org-columns-display-here): Add special handling for SINCE and
2964 SINCE_IA to format for display.
2966 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
2968 * org.el (org-tags-sort-function): Add custom declaration for tags
2970 (org-set-tags): Sort tags if org-tags-sort-function is set
2972 2009-07-08 Carsten Dominik <carsten.dominik@gmail.com>
2974 * org-clock.el (org-clock-goto): Find hidden headlines as well.
2976 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2978 * org-plot.el (org-plot/add-options-to-plist): Add timeind
2981 2009-07-07 Carsten Dominik <carsten.dominik@gmail.com>
2983 * org-publish.el (org-publish-remove-all-timestamps): New function.
2984 (org-publish-all): Remove all timestamp files if `org-publish-all'
2985 is called with a prefix argument.
2987 * org-list.el (org-indent-item): Fix typo.
2988 (org-item-indent-positions): Normalize ordered bullet.
2990 * org-html.el (org-export-html-home/up-format): New option.
2991 (org-export-as-html): Insert the up and HOME links.
2993 2009-07-06 Carsten Dominik <carsten.dominik@gmail.com>
2995 * org-html.el (org-export-as-html): Insert the title into the
2997 (org-export-html-insert-plist-item): New function.
2998 (org-export-as-html): Call `org-export-html-insert-plist-item'.
3000 * org-macs.el (org-set-local): Make a local variable, do not make
3001 the variable buffer-local!
3003 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
3005 * org-html.el (org-export-as-html): Call `org-install-letbind'.
3007 * org-docbook.el (org-export-as-docbook): Call
3008 `org-install-letbind'.
3010 * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
3012 * org-exp.el (org-infile-export-plist): Read BIND lines.
3013 (org-install-letbind): New function.
3014 (org-export-as-org, org-export-preprocess-string): Call
3015 `org-install-letbind'.
3017 * org-src.el (org-edit-src-exit): Untabify the example before
3020 * org-list.el (org-list-demote-modify-bullet): New option.
3021 (org-first-list-item-p): Save point.
3022 (org-fix-bullet-type): New optional argument FORCE-BULLET.
3023 (org-indent-item): Honor `org-list-demote-modify-bullet'.
3024 (org-item-indent-positions): Return bullet types along with
3027 2009-07-05 Carsten Dominik <carsten.dominik@gmail.com>
3029 * org.el (org-show-entry): Hide drawers.
3031 2009-07-03 Carsten Dominik <carsten.dominik@gmail.com>
3033 * org-footnote.el (org-footnote-auto-adjust): New option.
3034 (org-footnote-auto-adjust-maybe): New function.
3035 (org-footnote-new, org-footnote-delete): Call
3036 `org-footnote-auto-adjust-maybe'.
3038 * org.el (org-startup-options): Add new footnote-related
3041 * org-publish.el (org-publish-timestamp-filename): Additional
3042 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
3043 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
3044 TRUE-PUB-DIR. Pass them through to
3045 `org-publish-timestamp-filename'.
3046 (org-publish-update-timestamp): Additional arguments PUB-DIR and
3047 PUB-FUNC, which are included in the hash.
3048 (org-publish-file): Delay timestamp test until the publishing
3051 2009-07-02 Carsten Dominik <carsten.dominik@gmail.com>
3053 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
3054 setting the deadline.
3056 * org.el (org-read-date-final-answer): New variable.
3057 (org-read-date): Store the final answer string, including the date
3058 from the calendar, for reuse by agenda bulk commands.
3060 * org-publish.el (org-publish-attachment): Fix publishing of
3063 * org-latex.el (org-export-latex-quotation-marks): Fix export of
3064 quotation makrs in parenthesis.
3065 (org-remove-initial-hash): New function.
3066 (org-export-latex-preprocess): Fix bug with infinite loop if
3067 environment is not properly closed.
3069 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
3072 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
3073 highlight also when indented.
3075 2009-07-01 Carsten Dominik <carsten.dominik@gmail.com>
3077 * org-footnote.el (org-footnote-renumber-fn:N): New command.
3078 (org-footnote-action): Offer renumbering.
3080 * org.el (org-cycle): Honor the `integrate' value of
3081 org-cycle-include-plain-lists'.
3083 * org-list.el (org-cycle-include-plain-lists): New allowed value
3084 `internal'. Improve the docstring.
3086 * org.el (org-set-autofill-regexps): Improve the paragraph-start
3087 regexp to work better with LaTeX commands.
3089 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
3091 * org-feed.el (org-feed-update): fix problem with non-existing
3093 (org-feed-skip-http-headers): New function.
3094 (org-feed-get-feed): Call `org-feed-skip-http-headers'.
3095 (org-feed-get-feed): Fix command line arguments for curl.
3097 2009-06-28 Carsten Dominik <carsten.dominik@gmail.com>
3099 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
3102 2009-06-27 Carsten Dominik <carsten.dominik@gmail.com>
3104 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
3107 * org.el (org-map-entries): No longer force
3108 `org-tags-match-list-sublevels' to t during a todo-only tags
3111 2009-06-26 Carsten Dominik <carsten.dominik@gmail.com>
3113 * org-latex.el (org-export-latex-low-levels): Allow user-defined
3115 (org-export-latex-subcontent): Handle user-defined environment.
3117 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
3118 the View dispatcher.
3120 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
3123 * org-latex.el (org-export-as-pdf): Protect match data during call
3124 to shell-quote-argument.
3126 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
3127 (org-agenda-view-mode-dispatch): New function.
3129 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
3131 * org-agenda.el (org-agenda-mode): Reset list of marks.
3132 (org-agenda-mode-map): Define new keys for refile and bulk action.
3133 (org-agenda-menu): Add menu itesm for refile and bulk action.
3134 (org-agenda-refile): New function.
3135 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
3136 (org-agenda-marked-entries): New variable.
3137 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
3138 (org-agenda-remove-all-bulk-action-marks)
3139 (org-agenda-bulk-action): New functions/commands.
3141 2009-06-23 Carsten Dominik <carsten.dominik@gmail.com>
3143 * org-exp.el (org-get-file-contents): Protect org-like lines in
3145 (org-export-format-source-code-or-example): Remove newlines.
3147 * org-latex.el (org-export-latex-links): Check for no-description
3150 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
3151 argument separator back to comma.
3152 (org-export-normalize-links): Mark links without description.
3154 2009-06-22 Carsten Dominik <carsten.dominik@gmail.com>
3156 * org-exp.el (org-infile-export-plist): Fix bug in macro
3159 * org-agenda.el (org-agenda-clock-out): Update line after clocking
3161 (org-agenda-highlight-todo): Fix bug with highlighting.
3163 2009-06-21 Carsten Dominik <carsten.dominik@gmail.com>
3165 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
3166 new alignment strings.
3168 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
3170 (org-table-align): Check for forced align type.
3172 * org.el (org-self-insert-command): Add yas/expand to command
3175 * org-clock.el (org-clock-in-hook): New hook.
3176 (org-clock-in): Run `org-clock-in-hook.
3177 (org-clock-out-hook): New hook.
3178 (org-clock-out): Run `org-clock-out-hook.
3179 (org-clock-cancel-hook): New hook.
3180 (org-clock-cancel): Run `org-clock-cancel-hook.
3181 (org-clock-goto-hook): New hook.
3182 (org-clock-goto): Run `org-clock-goto-hook.
3184 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
3186 * org.el (org-store-link): Better default description for link to
3189 * org-exp.el (org-export-generic): Autoload the generic exporter
3191 (org-export): Implement the `g' key for the generic exporter.
3193 2009-06-19 Carsten Dominik <carsten.dominik@gmail.com>
3195 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
3198 * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
3200 * org-exp.el (org-infile-export-plist): Get macros also from
3203 2009-06-18 Carsten Dominik <carsten.dominik@gmail.com>
3205 * org-colview.el (org-columns-capture-view): Protect vertical bars
3207 (org-columns-capture-view): Exclude comment and archived trees.
3209 * org-colview-xemacs.el (org-columns-capture-view): Protect
3210 vertical bars in column values.
3211 (org-columns-capture-view): Exclude comment and archived trees.
3213 * org.el (org-quote-vert): New function.
3215 * org-latex.el (org-export-latex-verbatim-wrap): New option.
3217 * org-exp.el (org-export-format-source-code-or-example): Use
3218 `org-export-latex-verbatim-wrap'.
3220 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
3223 * org-html.el (org-export-table-row-tags): New option.
3224 (org-format-org-table-html): Rename `nlines' to `nline', use new
3228 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
3230 * org-exp-blocks.el: Declare functions and variables.
3232 * org-remember.el (org-remember-templates): Allow the headline
3233 element to be a function.
3234 (org-remember-apply-template): If the headline is a function, call
3235 it to get the true function.
3237 * org-clock.el (org-clock-menu): New function.
3238 (org-clock-update-mode-line): Update help string.
3239 (org-clock-modify-effort-estimate): New function.
3240 (org-clock-mark-default-task): New function.
3242 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
3244 (org-org-menu): Add new clocking stuff.
3245 (org-clock-is-active): New function.
3247 2009-06-14 Carsten Dominik <carsten.dominik@gmail.com>
3249 * org.el (org-open-non-existing-files): Improve docstring.
3251 2009-06-11 Carsten Dominik <carsten.dominik@gmail.com>
3253 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
3255 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
3257 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
3259 * org-list.el (org-get-checkbox-statistics-face): Use the new
3262 * org-faces.el (org-checkbox-statistics-todo)
3263 (org-checkbox-statistics-done): New faces.
3265 2009-06-09 Carsten Dominik <carsten.dominik@gmail.com>
3267 * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
3268 (org-edit-src-exit): Better cursor positioning when returning from
3271 * org-latex.el (org-export-latex-use-verb): New variable.
3272 (org-export-latex-emph-format): Prefer \texttt over \verb when
3273 org-export-latex-use-verb is set.
3275 2009-06-08 Carsten Dominik <carsten.dominik@gmail.com>
3277 * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
3278 at normal indentation.
3280 * org-html.el (org-export-html-close-lists-maybe): Also look at
3283 * org-remember.el (org-remember-handler): Abort remember if the
3286 * org-src.el (org-edit-src-content-indentation): New option.
3287 (org-edit-src-exit): Apply extra indentation.
3289 * org-exp.el (org-export-format-source-code-or-example): Run
3290 `org-src-mode-hook'.
3292 * org-src.el (org-src-mode-hook): New variable.
3293 (org-edit-src-code): Run `org-src-mode-hook'.
3295 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
3297 * org.el (org-indent-line-function): Fix indentation of +#end lines.
3299 * org-src.el (org-edit-src-get-indentation): New function.
3300 (org-edit-src-code): Base indentation on the begin line.
3302 2009-06-07 Tassilo Horn <tassilo@member.fsf.org>
3304 * org-gnus.el (org-gnus-store-link): Require message.el in
3305 org-gnus-store-link.
3307 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
3309 * org-src.el: New file, split out of org.el
3311 * org-docbook.el (org-export-as-docbook): Better indentation
3314 * org-macs.el (org-replace-match-keep-properties): New function.
3316 * org-exp.el (org-export-mark-blockquote-verse-center): Better
3317 preprocessing of center and quote and verse blocks.
3319 * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
3320 (org-export-as-docbook): Close lists when original indentation
3323 * org-html.el (org-export-html-close-lists-maybe): New function.
3324 (org-export-as-html): Close lists when original indentation
3327 * org-list.el (org-list-end): Respect the stored "original"
3328 indentation when determining the end of the list.
3330 * org-exp.el (org-export-replace-src-segments-and-examples):
3331 Remember indentation correctly.
3333 2009-06-06 Carsten Dominik <carsten.dominik@gmail.com>
3335 * org-clock.el (org-clock-update-mode-line): Apply face
3336 org-mode-line-clock.
3338 * org-faces.el (org-mode-line-clock): New face.
3340 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
3342 * org-gnus.el (org-gnus-store-link): Fix bug where
3343 `org-gnus-store-link' used wrong subject when called in an article
3344 buffer. Patch provided by fengli AT gmail DOT com.
3346 2009-06-04 Carsten Dominik <carsten.dominik@gmail.com>
3348 * org-exp.el (org-export-format-source-code-or-example): Remember
3349 the original indentation of source code snippets and examples.
3351 * org-latex.el (org-export-as-latex): Relocate the table of
3354 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3356 * org-agenda.el (org-run-agenda-series): Scope global options also
3357 when creating the agenda buffer.
3359 2009-06-03 Carsten Dominik <carsten.dominik@gmail.com>
3361 * org.el (org-adapt-indentation): Improve documentation.
3362 (org-insert-property-drawer): Respect org-adapt-indentation when
3363 inserting the drawer.
3364 (org-remove-flyspell-overlays-in): New function.
3365 (org-do-emphasis-faces, org-activate-plain-links)
3366 (org-activate-code, org-fontify-meta-lines-and-blocks)
3367 (org-activate-angle-links, org-activate-footnote-links)
3368 (org-activate-bracket-links, org-activate-dates)
3369 (org-activate-target-links, org-activate-tags): Remove flyspell
3372 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
3374 * org.el (org-edit-src-save): New function.
3376 * org-clock.el (org-clock-out-switch-to-state): New option.
3377 (org-clock-out): Honor `org-clock-out-switch-to-state'.
3379 * org-compat.el (org-compatible-face): Improve macro.
3381 * org.el (org-global-properties-fixed): Add default for
3382 CLOCK_MODELINE_TOTAL.
3384 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3386 (org-clock-sum-current-item): Optional argument TSTART, pass it to
3388 (org-clock-get-sum-start): New function.
3390 * org.el (org-startup-options): New keywords blockhide and
3392 (org-mode): Add new invisibility spec.
3393 (org-set-startup-visibility): Hide block on startup if so
3395 (org-hide-block-startup): New option.
3396 (org-block-regexp): New constant.
3397 (org-hide-block-overlays): New variable.
3398 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3399 (org-show-block-all, org-hide-block-toggle-maybe)
3400 (org-hide-block-toggle): New functions.
3401 (org-edit-src-exit): Do not quote lines starting with # and no +
3403 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3406 2009-05-30 Carsten Dominik <carsten.dominik@gmail.com>
3408 * org.el (org-buffer-property-keys): Add Effort property for
3411 2009-05-28 Carsten Dominik <carsten.dominik@gmail.com>
3413 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3414 when retrieving total clocked time in the subtree.
3416 * org.el (org-quoting-blocks): New variable.
3418 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
3420 * org-table.el (org-table-store-formulas)
3421 (org-table-get-stored-formulas, org-table-fix-formulas)
3422 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3423 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3425 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3426 indented #+TBLFM line.
3428 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3429 indented #+TBLFM line.
3431 * org-colview.el (org-dblock-write:columnview): Allow indented
3434 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3435 indented #+TBLFM line.
3437 * org-clock.el (org-dblock-write:clocktable): Allow indented
3440 2009-05-26 Carsten Dominik <carsten.dominik@gmail.com>
3442 * org-exp.el (org-export-format-source-code-or-example): Make
3443 editing indented blocks work correctly.
3445 * org.el (org-edit-src-nindent): New variable.
3446 (org-edit-src-code, org-edit-fixed-width-region)
3447 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3448 editing indented blocks work correctly.
3450 2009-05-24 Carsten Dominik <carsten.dominik@gmail.com>
3452 * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3454 (org-export-format-source-code-or-example): Fix indentation of
3456 (org-export-remove-indentation): New function.
3457 (org-export-select-backend-specific-text): Allow backend-specific
3458 code to be indented.
3459 (org-export-mark-blockquote-verse-center): Allow markers to be
3462 * org.el (org-fontify-meta-lines): New function.
3463 (org-set-font-lock-defaults): Call the new fontification
3466 * org-faces.el (org-meta-line): New face
3467 (org-block): New face.
3469 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
3471 * org.el (org-treat-insert-todo-heading-as-state-change)
3472 (org-treat-S-cursor-todo-selection-as-state-change): New
3474 (org-insert-todo-heading): Honor
3475 `org-treat-insert-todo-heading-as-state-change'.
3476 (org-shiftright, org-shiftleft): Honor
3477 `org-treat-S-cursor-todo-selection-as-state-change'.
3478 (org-inhibit-logging): New variable.
3480 2009-05-23 Carsten Dominik <carsten.dominik@gmail.com>
3482 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3483 range for marker position checking.
3485 * org-latex.el (org-export-latex-first-lines): Fix bug when
3488 2009-05-22 Carsten Dominik <carsten.dominik@gmail.com>
3490 * org-exp.el (org-export-push-to-kill-ring): Protect using
3491 x-set-selection, because that does not always work.
3493 * org-agenda.el (org-agenda-list): Apply the new face
3494 `org-agenda-date-today'.
3496 * org-faces.el (org-agenda-date-today): New face.
3498 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
3500 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3501 creating appointments.
3503 * org-latex.el (org-export-latex-low-levels): Fix customization
3506 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3509 * org-agenda.el (org-agenda-priority): Disable priority commands.
3511 * org.el (org-enable-priority-commands): New option.
3513 * org-colview-xemacs.el (org-columns-compute)
3514 (org-columns-number-to-string): Fix problems with empty fields.
3516 * org-colview.el (org-columns-compute)
3517 (org-columns-number-to-string): Fix problems with empty fields.
3519 * org-exp.el (org-export-push-to-kill-ring): New function.
3520 (org-export-copy-to-kill-ring): New option.
3522 * org-latex.el (org-export-as-latex): Call
3523 `org-export-push-to-kill-ring'.
3525 * org-html.el (org-export-as-html): Call
3526 `org-export-push-to-kill-ring'.
3528 * org-docbook.el (org-export-as-docbook): Call
3529 `org-export-push-to-kill-ring'.
3531 * org-ascii.el (org-export-as-ascii): Call
3532 `org-export-push-to-kill-ring'.
3534 * org-exp.el (org-export-show-temporary-export-buffer): New
3537 * org-latex.el (org-export-as-latex): Use
3538 `org-export-show-temporary-export-buffer'.
3540 * org-html.el (org-export-as-html): Use
3541 `org-export-show-temporary-export-buffer'.
3543 * org-docbook.el (org-export-as-docbook): Use
3544 `org-export-show-temporary-export-buffer'.
3546 * org-ascii.el (org-export-as-ascii-to-buffer): Use
3547 `org-export-show-temporary-export-buffer'.
3549 * org-exp.el (org-export-show-temporary-export-buffer): New
3551 (org-export-push-to-kill-ring): New function.
3553 * org-colview.el (org-columns-compile-map): New variable.
3554 (org-columns-new, org-columns-compute)
3555 (org-columns-number-to-string, org-columns-uncompile-format)
3556 (org-columns-compile-format): Implement new operators.
3558 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
3560 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3562 * org-html.el (org-export-html-xml-declaration): New option.
3563 (org-export-as-html): Use `org-export-html-xml-declaration'.
3565 * org-list.el (org-update-checkbox-count): Make property
3568 * org.el (org-hierarchical-todo-statistics): New option.
3569 (org-update-parent-todo-statistics): Modified to handle recursive
3572 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
3574 * org-publish.el (org-publish): Make this function behave
3575 correctly in interactive use when called with a prefix argument.
3577 * org.el (org-todo-statistics-hook): New hook.
3578 (org-update-parent-todo-statistics): Use new hook.
3579 (org-log-into-drawer): New function.
3580 (org-add-log-setup): Use the new `org-log-into-drawer' function to
3581 determine if we should be logging into a drawer.
3582 (org-log-into-drawer): Update docstring.
3583 (org-default-properties): Add LOG_INTO_DRAWER as a property.
3585 * org-list.el (org-checkbox-statistics-hook): New hook.
3586 (org-update-checkbox-count-maybe): Use new hook.
3588 * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3589 (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3592 2009-05-17 Carsten Dominik <carsten.dominik@gmail.com>
3594 * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3597 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
3599 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3600 better bufer-generating mechanism.
3601 (org-edit-src-find-buffer): New function.
3603 * org-icalendar.el (org-print-icalendar-entries): Don't check for
3604 archive tag, this is already done by `org-agenda-skip'.
3605 data while constructing lost of tags.
3607 2009-05-15 Carsten Dominik <carsten.dominik@gmail.com>
3609 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3610 as argument separator in macros.
3612 * org-html.el (org-export-as-html): Add xml declaration.
3614 2009-05-14 Carsten Dominik <carsten.dominik@gmail.com>
3616 * org.el (org-after-sorting-entries-or-items-hook): New hook.
3617 (org-sort-entries-or-items): Run the new hook.
3618 (org-after-refile-insert-hook): New hook.
3619 (org-refile): Run `org-after-refile-insert-hook'.
3621 * org-agenda.el (org-agenda-get-progress): Never take time of day
3622 from headline when displaying progress.
3624 * org-latex.el (org-export-latex-complex-heading-re): New variable.
3625 (org-export-as-latex): Force the correct regexp in the
3626 preprocessor buffer.
3627 (org-export-latex-set-initial-vars): Set
3628 `org-export-latex-complex-heading-re'.
3630 * org-agenda.el (org-agenda-start-with-log-mode): New option.
3631 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3633 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
3635 * org-latex.el (org-export-latex-tables-centered): New option.
3636 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3638 * org-exp.el (org-export-as-org): New command.
3639 (org-export-as-org): New command.
3641 * org-publish.el (org-publish-org-to-org): New function.
3643 2009-05-12 Carsten Dominik <carsten.dominik@gmail.com>
3645 * org.el (org-yank): Just call `org-yank-generic'.
3646 (org-yank-generic): New function, containing the formaer
3647 functionality of `org-yank'.
3649 * org-latex.el (org-export-latex-not-done-keywords)
3650 (org-export-latex-done-keywords): New variables.
3651 (org-export-latex-todo-keyword-markup): New option.
3652 (org-export-latex-set-initial-vars): Remember the TODO keywords.
3653 (org-export-latex-keywords-maybe): Apply the TODO markup.
3655 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
3657 * org-exp.el (org-infile-export-plist): Add more default macros.
3658 (org-export-preprocess-apply-macros): Process macro arguments.
3660 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
3662 * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3664 (org-print-icalendar-entries): Respect the new value of
3665 `org-icalendar-include-todo'.
3667 * org.el (org-link-try-special-completion)
3668 (org-file-complete-link): New functions.
3669 (org-insert-link): Add special completion support for some link
3672 * org-bbdb.el (org-bbdb-complete-link): New function.
3674 2009-05-08 Carsten Dominik <carsten.dominik@gmail.com>
3676 * org-list.el (org-update-checkbox-count): Allow recursive
3678 (org-hierarchical-checkbox-statistics): New option.
3680 * org.el (org-cycle): Remove erraneous space character.
3682 * org-icalendar.el (org-icalendar-timezone): Initialize from
3685 * org-html.el (org-format-org-table-html): Specify the scope.
3686 (org-format-table-table-html): Specify the scope.
3687 (org-export-table-header-tags): Prepare the scope parameter.
3689 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
3692 (org-export-html-table-use-header-tags-for-first-column): New
3695 * org.el (org-autoload): Fix autoloading of ascii export
3697 (org-modules): Add org-special-blocks.
3699 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
3701 * org-icalendar.el (org-start-icalendar-file): Use the new option.
3702 (org-ical-timezone): New option.
3704 * org-exp.el (org-export-get-coderef-format): Use the description
3707 * org.el (org-sort-entries-or-items): Improve docstring, and make
3708 better implementation for time sorting.
3710 2009-05-05 Carsten Dominik <carsten.dominik@gmail.com>
3712 * org.el (org-edit-src-persistent-message): New option.
3713 (org-edit-src-code, org-edit-fixed-width-region): Use the new
3716 * org-clock.el (org-clock-insert-selection-line): Fix prefious
3719 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3720 separate buffer instead of indirect buffer to edit source code.
3721 (org-edit-src-exit): Make this function work with the new setup.
3723 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3724 are properly fontified before shown in the selection menu.
3726 * org.el (org-fontify-like-in-org-mode): New function.
3728 * org-latex.el (org-export-latex-links): Use the property list to
3729 retrieve the default image attributes.
3731 * org-exp.el (org-export-plist-vars): Add a new option.
3733 2009-05-04 Carsten Dominik <carsten.dominik@gmail.com>
3735 * org-exp.el (org-export, org-export-visible): Support ASCII
3737 (org-export-normalize-links): Do not protect the description if it
3738 is explicitly given.
3740 * org-ascii.el (org-export-as-ascii-to-buffer)
3741 (org-replace-region-by-ascii, org-export-region-as-ascii): New
3743 (org-export-as-ascii): Add all the same parameters that are also
3744 supported by the other export functions.
3746 * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3748 (org-reset-checkbox-state-subtree): Call
3749 `org-reset-checkbox-state-subtree'.
3751 * org-remember.el (org-select-remember-template): For the
3752 selection of a valid template.
3754 * org-latex.el (org-export-region-as-latex): Supply the
3755 force-no-subtree argument.
3756 (org-export-as-latex): Provide better limits when exporting the
3757 first line. When exporting to string, we still want the first
3759 (org-export-latex-first-lines): New argument END, to force the end
3761 (org-export-region-as-latex): Use the property list.
3762 (org-export-as-latex):
3764 * org-colview-xemacs.el (org-columns-remove-overlays)
3765 (org-columns): Fix call to `local-variable-p'.
3767 2009-05-02 Carsten Dominik <carsten.dominik@gmail.com>
3769 * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3770 (org-export-as-html): Run the new hook.
3772 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3773 (org-export-latex-preprocess): Run the new hook.
3775 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3776 (org-export-preprocess-string): Run the new hook.
3778 2009-04-30 Carsten Dominik <carsten.dominik@gmail.com>
3780 * org-macs.el (org-check-external-command): New defsubst.
3782 * org.el (org-mode-map): New key for reload.
3783 (org-format-latex): Better error message when external programs
3786 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3788 * org.el (org-sort-entries-or-items): Explicit sorting function
3789 for priorities, needed for XEmacs compatibility.
3791 * org-remember.el (org-remember-apply-template): Improve auto-save
3794 2009-04-29 Carsten Dominik <carsten.dominik@gmail.com>
3796 * org-latex.el (org-export-latex-preprocess): Also protect
3797 environments ending in a star.
3799 * org-list.el (org-at-item-p): Fix regular expression.
3801 2009-04-24 Carsten Dominik <carsten.dominik@gmail.com>
3803 * org.el (org-end-of-subtree): Improve speed.
3805 * org-agenda.el (org-agenda-get-timestamps)
3806 (org-agenda-get-progress, org-agenda-get-deadlines)
3807 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3808 in particular, wait as long as possible to collect the tags.
3809 (org-stuck-projects): Improve docstring.
3811 * org.el (org-store-link): No errors when getting custom id before
3813 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3815 2009-04-23 Carsten Dominik <carsten.dominik@gmail.com>
3817 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3819 * org-protocol.el: Remove dependency on url.el.
3820 (org-protocol-unhex-compound, org-protocol-open-source): Remove
3821 dependency on url.el.
3823 * org-latex.el (org-export-as-pdf): Use
3824 `org-latex-to-pdf-process'.
3826 2009-04-22 Carsten Dominik <carsten.dominik@gmail.com>
3828 * org-latex.el (org-latex-to-pdf-process): New option.
3830 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3832 (org-agenda-get-timestamps): Honor
3833 `org-agenda-skip-additional-timestamps-same-entry'.
3835 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3836 (org-clock-goto): Find recent task only if
3837 `org-clock-goto-may-find-recent-task' allows it.
3839 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3840 drawers, and drawers that are missing the :END: line.
3842 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3844 * org-clock.el (org-clock-goto): Go to recently clocked task if no
3847 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
3849 * org.el (org-update-parent-todo-statistics): Check for
3850 STATISTICS_FROM property.
3852 * org-list.el (org-update-checkbox-count): Check for
3853 STATISTICS_FROM property.
3855 * org.el (org-tab-first-hook)
3856 (org-tab-after-check-for-table-hook)
3857 (org-tab-after-check-for-cycling-hook): New hooks.
3858 (org-cycle-internal-global, org-cycle-internal-local): New
3859 functions, split out from `org-cycle'.
3860 (org-cycle): Call the new hooks.
3862 2009-04-19 Carsten Dominik <carsten.dominik@gmail.com>
3864 * org-exp.el (org-export-preprocess-string): Reset the list of
3865 preferred targets for each run of the preprocessor.
3867 * org.el (org-refile-target-verify-function): Improve
3869 (org-get-refile-targets): Respect point being moved by the
3870 verification function.
3872 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3874 (org-export-latex-keywords): Use new option.
3876 * org.el (org-rear-nonsticky-at): New defsubst.
3877 (org-activate-plain-links, org-activate-angle-links)
3878 (org-activate-footnote-links, org-activate-bracket-links)
3879 (org-activate-dates, org-activate-target-links)
3880 (org-activate-tags): Place the rear-nonsticky properties at the
3883 2009-04-18 Carsten Dominik <carsten.dominik@gmail.com>
3885 * org-protocol.el (server-edit): Declare `server-edit'.
3886 (org-protocol-unhex-string, org-protocol-unhex-compound): New
3888 (org-protocol-check-filename-for-protocol): Call `server-edit'.
3890 * org.el (org-default-properties): New default properteis for
3893 * org-exp.el (org-export-add-subtree-options): Add new properties
3896 * org-docbook.el (org-export-docbook-keywords-markup)
3897 (org-export-docbook-timestamp-markup): New options.
3898 (org-export-docbook-protect-tags): New function.
3900 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
3902 * org-id.el (org-id-get-with-outline-path-completion): Turn off
3903 org-refile-target-verify-function for the duration of the command.
3905 * org.el (org-link-to-org-use-id): New possible value
3906 `create-if-interactive-and-no-custom-id'.
3907 (org-store-link): Use custom IDs.
3908 (org-link-search): Find custom ID properties from #link.
3909 (org-default-properties): Add CUSTOM_ID for property completion.
3910 (org-refile-target-verify-function): New option.
3911 (org-goto): Turn off org-refile-target-verify-function
3912 for the duration of the command.
3914 2009-04-16 Carsten Dominik <carsten.dominik@gmail.com>
3916 * org-html.el (org-export-as-html): Use custom IDs in the toc.
3918 * org-exp.el (org-export-preferred-target-alist): New variable.
3919 (org-export-define-heading-targets): Find the new CUSTOM_ID
3921 (org-export-target-internal-links): Target the custom ids when
3924 * org-latex.el (org-export-latex-preprocess): Better regexp for
3925 matching latex macros with arguments.
3927 2009-04-15 Carsten Dominik <carsten.dominik@gmail.com>
3929 * org-remember.el (org-remember-handler): Allow filing to non-org
3932 2009-04-15 Magnus Henoch <magnus.henoch@gmail.com>
3934 * org-feed.el (org-feed-alist): New keyword options.
3935 (org-feed-update): Use the new options.
3936 (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3937 (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3938 (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3941 * org-table.el (org-table-fix-formulas): Do not change references
3943 (org-table-get-remote-range): Convert standard coordinates to RC
3946 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3948 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
3950 * org-compat.el (org-sha1-string): Function removed.
3952 * org.el (org-refile-allow-creating-parent-nodes): New option.
3953 (org-refile-get-location): New argument NEW-NODES.
3954 (org-refile): Call `org-refile-get-location' with the new
3956 (org-refile-get-location): Arrange for adding a new child.
3957 (org-refile-new-child): New function.
3959 * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3960 an additional span element.
3962 * org-clock.el: Fix a number of docstrings.
3963 (org-clock-find-position): New argument
3964 FIND-UNCLOSED to make the function find an unclosed clock in the
3966 (org-clock-in): Call `org-clock-find-position' with the new
3967 argument if we might be resuming a clock.
3969 2009-04-13 Carsten Dominik <carsten.dominik@gmail.com>
3971 * org-latex.el (org-export-latex-display-custom-times): New variable.
3972 (org-export-latex-timestamp-markup): New option.
3973 (org-export-latex-set-initial-vars): Remember the local value of
3974 `org-display-custom-times'.
3975 (org-export-latex-content): Process time stamps.
3976 (org-export-latex-time-stamps): New function.
3978 * org-macs.el (org-maybe-intangible): Add intangible property
3979 again to invisible text.
3981 2009-04-12 Carsten Dominik <carsten.dominik@gmail.com>
3983 * org-exp.el (org-default-export-plist): Handle undefined
3986 2009-04-11 Carsten Dominik <carsten.dominik@gmail.com>
3988 * org.el (org-sort-entries-or-items): Match TODO keywrds
3989 case-sensitively, when sorting.
3990 (org-priority): Do not match TODO keywords with wrong case.
3992 2009-04-09 Carsten Dominik <carsten.dominik@gmail.com>
3994 * org-feed.el (org-feed-update): Bind the variable
3997 * org-html.el (org-export-as-html): Start paragraphs after literal
4000 * org-docbook.el (org-export-as-docbook): Start paragraphs after
4003 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
4005 * org.el (org-todo): Honor the NOBLOCKING property.
4007 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
4008 NOBLOCKING property.
4010 * org.el (org-scan-tags): Fix bug in tag scanner
4012 2009-04-07 Carsten Dominik <carsten.dominik@gmail.com>
4014 * org.el (org-modules): Mark obsolete packages.
4016 * org-html.el: New file, split out from org-exp.el.
4018 * org-icalendar.el: New file, split out from org-exp.el.
4020 * org-xoxo.el: New file, split out from org-exp.el.
4022 * org-ascii.el: New file, split out from org-exp.el.
4024 2009-04-06 Carsten Dominik <carsten.dominik@gmail.com>
4026 * org-compat.el (org-find-library-name): New function.
4028 * org.el (org-pre-cycle-hook): New hook.
4029 (org-cycle): Call the new hook in appropriate places.
4030 (org-reload): Only reload files that have been loaded before.
4032 2009-04-05 Carsten Dominik <carsten.dominik@gmail.com>
4034 * org.el (org-set-font-lock-defaults): Enforxe space or line end
4036 (org-todo): When changing TODO state, do matching
4038 (org-map-continue-from): New variable.
4039 (org-scan-tags): Respect values in `org-map-continue-from'.
4040 (org-reload): Make XEmacs compatible.
4042 2009-04-04 Carsten Dominik <carsten.dominik@gmail.com>
4044 * org-protocol.el (org-protocol-flatten-greedy): New function.
4045 (org-protocol-flatten): New function.
4047 * org.el (org-open-link-from-string): Pass reference buffer to
4048 `org-open-at-point'.
4049 (org-open-at-point): New optional argument `reference-buffer'.
4051 2009-04-03 Carsten Dominik <carsten.dominik@gmail.com>
4053 * org.el (org-scan-tags): Make tag scan find headline in first
4055 (org-get-refile-targets): Add the naked file name.
4056 (org-refile): Store as top-level entry when only file name was
4059 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
4061 * org.el (org-block-todo-from-children-or-siblings-or-parent):
4062 Renamed from org-block-todo-from-children-or-siblings, and
4063 enhanced to look for the parent's status as well.
4065 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
4066 (org-agenda-get-progress): Add first notes line to log entry if so
4069 2009-04-02 Carsten Dominik <carsten.dominik@gmail.com>
4071 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
4072 (org-agenda-cleanup-fancy-diary): Call the new hook.
4074 * org-remember.el (org-remember-apply-template): Take the default
4075 for the annotation from the :annotation property.
4077 * org-mac-message.el (org-mac-message-get-link): Remove the
4079 (org-mac-message-get-link): Return the result.
4081 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
4083 * org.el (org-refile-get-location): Add file name only if not
4084 already included in outline path.
4086 * org-faces.el (org-n-level-faces): Fix customization type from
4089 * org-exp.el (org-export-headline-levels): Fix customization type
4090 from number to integer.
4092 * org-agenda.el (org-agenda-confirm-kill)
4093 (org-agenda-custom-commands-local-options)
4094 (org-timeline-show-empty-dates, org-agenda-ndays)
4095 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
4096 customization type from number to integer.
4098 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
4100 * org-protocol.el: Declare some functions.
4102 * org-inlinetask.el (org-inlinetask-export-handler): Fix line
4103 postion before inserting modified headline.
4105 * org-agenda.el (org-agenda-compare-effort): Honor
4106 `org-sort-agenda-noeffort-is-high'.
4107 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
4108 (org-agenda-compare-effort): Implement the "?" operator for
4109 finding entries without effort setting.
4111 * org.el (org-extract-attributes-from-string): New function.
4113 * org-exp.el (org-export-splice-attributes): New function.
4115 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
4117 * org-mouse.el: XEmacs compatibility fixes
4119 * org-docbook.el (org-export-as-docbook): Process footnotes like
4122 * org.el (org-modules): Add org-inlinetasks.el
4123 (org-cycle): Implement limiting level on cycling.
4124 (org-move-subtree-down): Fix bug with swapping subtrees at end of
4127 * org-inlinetask.el: New file.
4129 * org.el (org-emphasis-regexp-components): Allow braces in
4130 emphasis pre and post match.
4132 * org-footnote.el (org-footnote-normalize): When only dorting, do
4133 not insert inline notes at the end.
4135 * org-docbook.el (org-id-find-id-file): Add function declaration.
4137 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
4139 * org-docbook.el: New file.
4141 2009-03-28 Carsten Dominik <carsten.dominik@gmail.com>
4143 * org.el (org-reftex-citation): New command.
4145 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
4147 * org-agenda.el (org-agenda-cmp-user-defined): New option.
4148 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
4150 (org-entries-lessp): Apply the new sorting option.
4152 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
4153 blocker code, when an older sibling has children.
4155 * org-mac-message.el (org-mac-message-get-link): Improve getting
4156 links from multiple selected messages.
4158 2009-03-26 Carsten Dominik <carsten.dominik@gmail.com>
4160 * org-remember.el (org-remember-finalize): Do not set buffer file
4162 (org-remember-handler): Mark buffer as unmodified.
4163 (org-remember-handler): Delete backup file and show message about
4164 remaining backup files.
4165 (org-remember-auto-remove-backup-files): New option.
4167 * org.el (org-store-link): Use buffer name as link description in
4169 (org-ido-switchb): Fix argument bug for completion.
4171 * org-remember.el (org-remember-apply-template): Set local
4172 variable `auto-save-visited-file-name' instead of global one.
4174 2009-03-25 Carsten Dominik <carsten.dominik@gmail.com>
4176 * org-feed.el: Re-write.
4178 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
4179 (org-agenda-get-todos): Mark file tags as inherited.
4180 (org-agenda-list): Always search diary lines for a time.
4182 2009-03-24 Carsten Dominik <carsten.dominik@gmail.com>
4184 * org-feed.el (org-feed-assume-stable): New option.
4185 (org-feed-before-adding-hook): New hook.
4187 * org-exp.el (org-export-as-html): Close local lists depending on
4188 indentation, also when starting a table.
4190 * org-remember.el (org-remember-backup-directory)
4191 (org-remember-backup-name): New internal variable.
4193 2009-03-23 Carsten Dominik <carsten.dominik@gmail.com>
4195 * org-clock.el (org-clock-out-if-current): Make buffer detection
4196 work in indirect buffers as well.
4198 * org.el (org-emphasis-regexp-components): Add the exxclamation
4199 mark to the post-emphasis characters.
4201 2009-03-22 Carsten Dominik <carsten.dominik@gmail.com>
4203 * org.el (org-read-date-minibiffer-septup-hook): New hook.
4204 (org-read-date): Run the new hook.
4206 * org-mac-message.el (org-mac-flagged-mail): New group.
4207 (org-mac-mail-account): New variable.
4208 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
4211 * org-remember.el (org-remember-backup-directory): New variable.
4212 (org-remember-apply-template): Write file to backup directory.
4214 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
4216 * org-mouse.el (org-mouse-todo-menu): New function.
4217 (org-mouse-todo-keywords): Function removed.
4218 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
4220 * org-table.el (org-table-beginning-of-field)
4221 (org-table-end-of-field): New commands
4222 (org-table-previous-field, org-table-beginning-of-field): Better
4224 (orgtbl-setup): Include `M-a' and `M-e'.
4226 * org.el (org-backward-sentence, org-forward-sentence): New
4229 * org-colview.el (org-colview-initial-truncate-line-value): New
4231 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
4232 (org-columns): Remember the value of `truncate-lines'.
4234 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
4236 (org-columns-remove-overlays): Restore the value of
4238 (org-columns): Remember the value of `truncate-lines'.
4240 * org.el (org-columns-skip-arrchived-trees): New option.
4242 * org-agenda.el (org-agenda-export-html-style): Define color for
4243 org-agenda-done face.
4244 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
4245 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
4247 * org.el (org-scan-tags): Use the new face.
4249 * org-faces.el (org-agenda-done): New face.
4251 * org.el (org-scan-tags): Test the value org
4252 `org-tags-match-list-sublevels'.
4253 (org-tags-match-list-sublevels): New allowed value: indented.
4255 * org-export-latex.el (org-export-latex-make-header): Apply macros
4258 * org-exp.el (org-export-apply-macros-in-string): New function.
4260 * org-export-latex.el (org-export-latex-list-parameters): Fix bug
4261 with the definition of a checked box.
4263 * org-clock.el (org-clock-find-position): Fix drawer indentations.
4265 * org-export-latex.el (org-export-latex-low-levels): More options
4266 for how to process lower levels in LaTeX.
4267 (org-export-latex-subcontent): Better treatment for lists as a
4268 means of publishing lower levels.
4270 2009-03-20 Carsten Dominik <carsten.dominik@gmail.com>
4272 * org.el (org-set-font-lock-defaults): Use new checkbox face.
4274 * org-faces.el (org-checkbox): New face.
4276 * org-exp.el (org-export-html-preprocess): Only create LaTeX
4277 fragement images if there is an export file.
4279 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
4281 * org-agenda.el (org-stuck-projects): Document that the subtree of
4282 projects that are not stuck will now be searched for stuck
4284 (org-agenda-skip-entry-when-regexp-matches)
4285 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4286 (org-agenda-list-stuck-projects): Use
4287 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
4289 * org-export-latex.el (org-export-latex-preprocess): Improve
4292 * org-exp.el (org-export-as-html): Implement centering as a div
4293 rather than a paragraph. Do a better job with line-end in verse
4296 2009-03-17 Carsten Dominik <carsten.dominik@gmail.com>
4298 * org.el (org-open-at-point): Fix tags searches by mouse click.
4300 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
4302 * org-export-latex.el (org-export-latex-preprocess): Implement the
4305 * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
4306 from `org-export-mark-blockquote-and-verse'.
4307 (org-export-as-html): Implement the centering markup.
4309 * org-export-latex.el (org-export-latex-tables): Fix vertical
4312 2009-03-15 Carsten Dominik <carsten.dominik@gmail.com>
4314 * org.el (org-read-date-history): New variable.
4315 (org-read-date): Use new history variable.
4316 (org-toggle-heading): Fix bug when used before first headline.
4317 (org-store-log-note): Remove drawer if empty while note is
4319 (org-remove-empty-drawer-at): New function.
4320 (org-check-after-date): New command.
4321 (org-sparse-tree): New sparse tree command "a".
4323 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4325 2009-03-14 Bastien Guerry <bzg@altern.org>
4327 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4328 column and a space, not only a column.
4330 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
4332 * org-export-latex.el (org-export-latex-emphasis-alist): Better
4333 defaults for verbose emphasis.
4334 (org-export-latex-emph-format): New function.
4335 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4337 * org-agenda.el (org-agenda-menu): Add new commands to menu.
4338 (org-agenda-do-date-later, org-agenda-do-date-earlier)
4339 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4340 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4343 * org.el (org-timestamp-change): Move end-time along with start
4346 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
4348 * org-exp.el (org-export-target-internal-links)
4349 (org-export-as-html): Protect links specified as #name.
4351 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
4353 * org.el (org-clone-subtree-with-time-shift): New command.
4355 * org-export-latex.el (org-export-latex-special-chars)
4356 (org-export-latex-treat-sub-super-char): Fix subscript export.
4358 * org-exp.el (org-create-multibrace-regexp): Do not add
4359 backslashes to the class.
4361 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
4363 * org-colview.el (org-columns-map): Better functions for moving up
4364 and down a row, even if `truncate-line' is nil.
4366 * org.el (org-insert-todo-heading): Make sure the keyword is
4367 inserted at the correct position.
4369 * org-publish.el (org-publish-project-alist)
4370 (org-publish-projects, org-publish-org-index): Change default anme
4371 for the index of file names to "sitemap.org".
4373 * org-export-latex.el (org-export-latex-tables): Use
4374 `org-split-string', for Emacs 21 compatibility.
4376 2009-03-09 Carsten Dominik <carsten.dominik@gmail.com>
4378 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4380 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
4382 * org-exp.el (org-export-page-description)
4383 (org-export-page-keywords): New variables.
4384 (org-export-plist-vars): Add entries for :keywords and
4386 (org-infile-export-plist): Parse for new keywords.
4387 (org-get-current-options): Add new keywords
4388 (org-export-as-html): Publish description and keywords.
4390 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4392 (org-agenda-add-entry-text): Honor
4393 `org-agenda-add-entry-text-descriptive-links'.
4395 * org-export-latex.el (org-export-latex-preprocess): Make all
4396 external preprocess functions use a PARAMETER arg.
4398 * org-exp.el (org-export-preprocess-string)
4399 (org-export-select-backend-specific-text)
4400 (org-export-format-source-code-or-example)
4401 (org-format-org-table-html): Support docbook export.
4402 (org-export-preprocess-string): Make all external preprocess
4403 functions use a PARAMETER arg.
4405 2009-03-07 Carsten Dominik <carsten.dominik@gmail.com>
4407 * org-exp.el (org-export-html-style-include-scripts): New option.
4408 (org-export-plist-vars): Add new option
4409 `org-export-html-style-include-scripts'.
4410 (org-export-as-html): Honor new option
4411 `org-export-html-style-include-scripts'.
4412 (org-export-html-scripts, org-export-html-style-default): Fix
4413 xml issues with the Safari browser.
4415 2009-03-06 Carsten Dominik <carsten.dominik@gmail.com>
4417 * org-publish.el (org-publish-attachment): Only copy file when the
4420 2009-03-05 Carsten Dominik <carsten.dominik@gmail.com>
4422 * org-clock.el (org-clocktable-steps): Use inactive time stamps
4423 for clocktable steps.
4425 * org.el (org-additional-option-like-keywords): Add two more
4428 2009-03-04 Carsten Dominik <carsten.dominik@gmail.com>
4430 * org-exp.el (org-export-format-source-code-or-example): Mark
4431 temporary buffer unmodified, so that it will be killed even if
4432 mode like message mode has decided to assign a file name.
4434 * org.el (org-scan-tags): Improve tag inheritance.
4435 (org-scan-tags, org-make-tags-matcher): Make tag comparison
4437 (org-scan-tags): Use the internal tags list instead of creating it
4439 (org-trust-scanner-tags, org-scanner-tags): New variables.
4440 (org-scan-tags): Set `org-scanner-tags'.
4441 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4442 (org-map-entries): Document the possible speedup using scanner
4445 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
4447 * org.el (org-add-planning-info): Fix bug with looking for keyword
4450 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4451 option for tags filter preset.
4452 (org-prepare-agenda): Store filter preset as a property on the
4454 (org-finalize-agenda): Call the filter, if there is a preset.
4455 (org-agenda-filter-by-tag): Filter again after clearing the
4456 filter, when there still is a preset.
4457 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4458 Include the preset filter.
4459 (org-agenda-redo): Apply the filter again, also the preset filter.
4461 * org-exp.el (org-export-as-html): Use IDs in the correct way.
4463 * org.el (org-uuidgen-p): New funtion.
4465 * org-agenda.el (org-agenda-fontify-priorities): New default value
4467 (org-agenda-fontify-priorities): Renamed from
4468 org-fontify-priorities.
4470 * org.el (org-set-font-lock-defaults): Call
4471 `org-font-lock-add-priority-faces'.
4472 (org-font-lock-add-priority-faces): New function.
4474 * org-faces.el: (org-set-tag-faces): New option.
4475 (org-priority-faces): New variable.
4477 * org-exp.el (org-export-as-html): Add a "content" div around the
4478 entire content of the body tag.
4479 (org-export-html-get-bibliography): New function.
4480 (org-export-html-validation-link): New variable.
4481 (org-export-as-html): Add validation link to exported page.
4483 * org.el (org-match-sparse-tree): Renamed from
4484 `org-tags-sparse-tree'.
4485 (org-tags-sparse-tree): New alias.
4487 2009-03-02 Carsten Dominik <carsten.dominik@gmail.com>
4489 * org.el (org-get-valid-level): Catch the case where the level
4492 * org-clock.el (org-clock-find-position): Better indentation of
4495 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
4497 * org-agenda.el (org-agenda-quit): Delete window only when the
4498 frame-setup was not `current-window'.
4500 * org.el (org-tag-persistent-alist): New option.
4501 (org-startup-options): Add keyword `noptag'.
4502 (org-fast-todo-selection): Handle :newline correctly.
4503 (org-set-tags): Handle :newline correctly.
4504 (org-fast-tag-selection): Handle :newline correctly.
4506 2009-02-28 Carsten Dominik <carsten.dominik@gmail.com>
4508 * org-exp.el (org-export-as-ascii): Reverse link buffer before
4510 (org-export-ascii-push-links): Fix bug with pussing links into the
4513 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
4515 * org-archive.el (org-archive-subtree): Do not add 1 to level if
4516 pasting at top level.
4518 * org-bbdb.el: Improve documentation.
4520 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
4522 * org-list.el (org-insert-item): Only consider insert empty lines
4523 is `org-empty-line-terminates-plain-lists' is not nil.
4525 * org.el (org-blank-before-new-entry): Mention the dependence on
4526 `org-empty-line-terminates-plain-lists' in the docstring.
4528 * org-publish.el (org-publish-get-project-from-filename): New
4529 optional argument UP. Only find the top project if UP is set.
4530 (org-publish-current-project): Find the top encloding project.
4532 * org-agenda.el (org-agenda-before-write-hook)
4533 (org-agenda-add-entry-text-maxlines): New options.
4534 (org-write-agenda): Run the new hook in the temporary buffer.
4535 (org-agenda-add-entry-text): New function.
4536 (org-write-agenda): Implement PDF export, using ps2pdf.
4538 * org.el (org-global-properties-fixed, org-global-properties):
4539 Improve documentation string.
4541 * org-exp.el (org-export-ascii-links-to-notes): New option.
4542 (org-export-as-ascii): Handle links better.
4543 (org-export-ascii-wrap, org-export-ascii-push-links): New
4546 2009-02-25 Carsten Dominik <carsten.dominik@gmail.com>
4548 * org-agenda.el (org-agenda): Make prefix arg optional.
4549 (org-agenda-search-headline-for-time): New option.
4550 (org-format-agenda-item): Honor
4551 `org-agenda-search-headline-for-time'.
4553 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4556 * org.el (org-self-insert-cluster-for-undo): New option.
4557 (org-self-insert-command): Cluster undo for 20 characters.
4558 (org-self-insert-command-undo-counter): New variable.
4560 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
4562 * org-exp.el (org-export-as-html): Fix problem with closing colone
4565 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
4567 * org-export-latex.el (org-export-as-latex)
4568 (org-export-latex-first-lines): Avoid modification flag when
4569 adding or removing text properties.
4570 (org-export-latex-fontify): Catch error when org-emph-alist has
4571 entries that are not defined for LaTeX export.
4573 * org.el (orgstruct++-mode): New function.
4574 (turn-on-orgstruct++): Call `orgstruct++-mode'.
4575 (org-context-p): Allow detecting item context after the first line
4577 (orgstruct-make-binding): Detect if item-body context should be
4579 (orgstruct-is-++): New variable.
4580 (org-add-planning-info): Catch the case when there is no planning
4581 info yet and the call does not want to add anything, only maybe
4582 tries to remove something.
4583 (org-special-ctrl-a/e): All value to be a cons cell with separate
4584 settings for `C-a. and `C-e'.
4585 (org-beginning-of-line, org-end-of-line): Honor separate values
4586 for `C-a' and `C-e'.
4588 2009-02-21 Carsten Dominik <carsten.dominik@gmail.com>
4590 * org.el (org-reload): New command.
4592 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
4594 * org-exp.el (org-export-htm-get-tag-class-name)
4595 (org-export-htm-get-todo-kwd-class-name): New functions.
4596 (org-export-html-tag-class-prefix)
4597 (org-export-html-todo-kwd-class-prefix): New options.
4598 (org-export-as-html): Call
4599 `org-export-html-get-todo-kwd-class-name'.
4600 (org-html-level-start): Wrap tags into classes.
4601 (org-export-html-get-tag-class-name)
4602 (org-export-html-get-todo-kwd-class-name): New functions.
4604 * org-export-latex.el (org-export-latex-collect-header-macros):
4605 Remove fields that are used anyway.
4606 (org-export-latex-make-header): Insert the options earlier.
4608 * org-agenda.el (org-agenda-get-progress): Fix bug with state
4611 * org-list.el (org-indent-item): Allow point to be at the end of
4614 * org.el (org-metaleft, org-metaright): Be more accurate about
4615 detecting a region where commands apply.
4617 * org-compat.el (org-cursor-to-region-beginning): New function.
4619 * org.el (org-priority): Also find invisible heading.
4621 * org-colview-xemacs.el (org-columns-edit-value): No special
4622 treatment for `org-todo' prefix.
4624 * org-colview.el (org-columns-edit-value): No special treatment
4625 for `org-todo' prefix.
4627 * org-remember.el (org-remember-apply-template): Use
4628 `org-completing-read-no-ido'.
4630 * org.el (org-completing-read-no-ido): New function.
4631 (org-make-tags-matcher, org-set-property): Use
4632 `org-completing-read-no-ido'.
4634 * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4636 (org-export-as-latex): Import in-buffer settings as TeX macros.
4637 (org-export-latex-make-header): Additional parameter OPT-DEFS.
4638 (org-export-latex-collect-header-macros): New function.
4640 * org.el (org-refile-get-location): Turn off
4641 `partial-completion-mode'.
4643 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
4645 * org.el (org-block-todo-from-checkboxes): Announce that
4646 checkboxes are the culprit.
4647 (org-block-todo-from-children-or-siblings): Call
4648 `org-up-heading-all instead' of `outline-up-heading'.
4650 * org-agenda.el (org-agenda-show-1): Renamed from
4652 (org-agenda-show): Re-install the old version for now.
4653 (org-agenda-dim-blocked-tasks): Update docstring. Scope a
4654 variable into the blokker hook, so that the checkbox checker can
4655 anounce that it caused the blocking.
4657 * org.el (org-track-ordered-property-with-tag): New option.
4658 (org-toggle-ordered-property): Honor
4659 `org-track-ordered-property-with-tag'.
4660 (org-tag-alist): Add newline options.
4661 (org-set-regexps-and-options): Separate option lines imply a
4663 (org-set-regexps-and-options, org-assign-fast-keys)
4664 (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4666 (org-indent-line-function): Make sure this works even if there is
4667 not `org-drawer-regexp' defined. This can happen when
4668 orgstruct-mode is used in a non-org buffer.
4670 * org-list.el (org-checkbox-blocked-p): New function.
4671 (org-toggle-checkbox): Check for blocking.
4673 * org.el (org-modules): Add an entry for org-R.el.
4675 * org-agenda.el (org-agenda-todo-ignore-with-date)
4676 (org-agenda-todo-ignore-scheduled)
4677 (org-agenda-todo-ignore-deadlines): Mention the variable
4678 `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4680 * org.el (org-get-wdays): Find the warning period also if it is in
4682 (org-ido-completing-read): Provide the correct arguments to
4683 ido-completing-read and bind `ido-enter-matching-directory' to
4686 2009-02-17 Carsten Dominik <carsten.dominik@gmail.com>
4688 * org.el (org-olpath-completing-read): Never use ido for this
4691 * org-exp.el (org-export-normalize-links): Use new macro.
4693 * org-macs.el (org-if-unprotected-at): New macro.
4695 * org-agenda.el (org-agenda-show): Allow numerical prefix
4696 arguments to specify how much context should be shown.
4697 (org-agenda-cycle-show): New command, could be bound to SPC in
4698 org-agenda-mode-map.
4700 * org-exp.el (org-html-level-start): Space after section number.
4702 2009-02-16 Carsten Dominik <carsten.dominik@gmail.com>
4704 * org-agenda.el (org-agenda-get-sexps): Add todo state as
4705 property, for sorting.
4706 (org-cmp-todo-state): Get the applicable TODO keywords directly
4708 (org-run-agenda-series, org-agenda-list, org-search-view)
4709 (org-todo-list, org-tags-view): Only fit agenda window when the
4710 whole series is done.
4712 * org.el (org-scan-tags): Add todo state as property, for sorting.
4714 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4715 `org-agenda-overriding-header' as an option.
4716 (org-agenda-list): Honor org-agenda-overriding-header'.
4718 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
4720 * org-list.el (org-toggle-checkbox): Improve cursor positioning
4721 after removing a checkbox.
4723 * org.el (org-show-entry): Make this work correctly also if it is
4724 the last entry in the file.
4725 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4726 falling back to normal, default command.
4727 (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4728 item, call the checkbox toggler to get a box.
4730 * org-list.el (org-toggle-checkbox): Make double prefix set the
4732 (org-fix-bullet-type): Only replace bullet if it is changed.
4733 (org-renumber-ordered-list): Handle case when first item does not
4736 * org.el (org-add-log-setup): Fix positioning when
4737 `org-log-states-order-reversed' is nil.
4739 * org-clock.el (org-clock-in): Fix positioning when
4740 `org-log-states-order-reversed' is nil.
4741 (org-clock-find-position): Fix positioning when
4742 `org-log-states-order-reversed' is nil.
4744 2009-02-14 Carsten Dominik <carsten.dominik@gmail.com>
4746 * org-clock.el (org-clock-into-drawer): Take default from
4747 `org-log-into-drawer'.
4748 (org-clock-find-position): Look for the correct drawer.
4750 * org.el (org-log-into-drawer): Renamed from
4751 `org-log-state-notes-into-drawer'.
4752 (org-log-state-notes-into-drawer): New variable alias.
4753 (org-add-log-setup): Make drawer name default to LOGBOOK, not
4755 (org-insert-property-drawer): Also skip LOGBOOK drawers.
4757 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
4759 * org-agenda.el (org-agenda): Fix docstring.
4761 * org.el ("org-plot"): Help loading org-plot.
4762 (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4763 (org-metadown-hook, org-shiftmetaleft-hook)
4764 (org-shiftmetaright-hook, org-shiftmetaup-hook)
4765 (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4766 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4767 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4768 (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4770 * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4771 for selecting files with any (and even without) extension.
4773 * org.el (org-save-all-org-buffers): Also save id locations.
4774 (org-revert-all-org-buffers): Also load id locations.
4776 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4777 * org.el (org-drawers): Add LOGBOOK to the default drawers.
4778 (org-log-state-notes-into-drawer): New option.
4779 (org-add-log-setup): Place the sate note marker into the drawer,
4780 create drawer when necessary.
4781 (org-refile-targets): Document special interpretation of LEVEL
4782 when odd-levels are used.
4784 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
4786 * org.el (org-store-log-note): Fix note indentation when adding
4787 notes to end of list.
4789 * org-exp.el (org-export-as-html): Add TODO keyword as extra
4790 class, so that each keyword can get special colors through CSS.
4792 * org-clock.el (org-clock-out): Add another nil for the previous
4793 state into the call to `org-add-log-setup'.
4795 * org.el (org-log-note-previous-state): New variable.
4796 (org-log-note-headings): New %S escape for old state.
4797 (org-todo): Call the note setup with the old state as an
4799 (org-add-note): Add another nil for the previous state into the
4800 call to `org-add-log-setup'.
4801 (org-add-log-setup): New argument PREV-STATE.
4802 (org-add-log-note): Handle new %S escape.
4803 (org-store-log-note): Handle new %S escape.
4805 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
4807 * org-clock.el (org-clock-find-position): Do not swallow an item
4808 less indented than the CLOCK line itself.
4809 (org-clock-in): Push markers to lin after the clock line.
4810 (org-clock-find-position): Handle values of
4811 `org-clock-into-drawer' smaller than 2.
4813 * org-exp.el (org-html-level-start): Add a CSS class to section
4815 (org-export-html-toplevel-hlevel): Better documentation of the
4816 influence of this variables on H levels and css classes in
4819 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
4821 * org-agenda.el (org-agenda-custom-commands-local-options): Add
4822 timestamp and nottimestamp to the chooe menu.
4824 * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4825 (org-revert-all-org-buffers): New command.
4827 2009-02-09 Carsten Dominik <carsten.dominik@gmail.com>
4829 * org.el (org-return): Implement `org-return-follows-link' in the
4830 function org-return. This is more robust than using the mouse
4832 (org-set-regexps-and-options): Match more general #+TODO lines.
4833 (org-make-options-regexp): New optional argument EXTRA, for an
4835 (org-tab-follows-link): Mark as deprecated.
4837 2009-02-07 Carsten Dominik <carsten.dominik@gmail.com>
4839 * org-exp.el (org-export-preprocess-string): Remove clock lines
4840 earlier, so that they cannot cotribute to verbatim snippets.
4842 2009-02-06 Carsten Dominik <carsten.dominik@gmail.com>
4844 * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4845 for finding drawers.
4846 (org-export-as-ascii, org-export-as-html): Count levels relative
4847 to the subtree header.
4848 (org-get-min-level): New optional argument OFFSET.
4849 (org-export): Make sure point is restored after popping up that
4852 * org.el (org-do-sort): Also take an inactive timestamp if no
4853 active one is found.
4855 * org-colview-xemacs.el (org-columns-capture-view): Copy before
4856 deleting duplicates.
4858 * org-colview.el (org-columns-capture-view): Copy before
4859 deleting duplicates.
4861 * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4862 text before first headline.
4864 * org.el (org-format-latex): Do not convert LaTeX fragments in
4867 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
4869 * org-exp.el (org-export-html-style-default): Use color values
4870 instead of names for XHTML validation.
4872 * org.el (org-get-scheduled-time, org-get-deadline-time): New
4874 (org-return-follows-link): Revert making this the default untile
4875 issues are resolved.
4877 * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4880 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
4882 * org.el (org-mode): Make dependence stuff work more reliably.
4883 (org-update-parent-todo-statistics): Fix bug with updating
4886 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4887 ~ as verbatim delimiters.
4889 * org-exp.el (org-export-html-format-image): New argument
4891 (org-export-as-html): Pass par-open to
4892 `org-export-html-format-image'.
4894 2009-02-01 Carsten Dominik <carsten.dominik@gmail.com>
4896 * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4897 (org-use-fast-todo-selection, org-tags-column): New default
4898 setting for variables, based on a poll what typical uses use.
4900 * org-agenda.el (org-agenda-sorting-strategy)
4901 (org-agenda-tags-column): New default setting for variables, based
4902 on a poll what typical uses use.
4904 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
4906 * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4907 blocked entries from setting the blocked tag.
4909 * org-exp.el (org-export-html-footnotes-section): Use a more
4910 consistent id for footnotes.
4912 * org-export-latex.el (org-export-latex-classes): Remove the
4913 a4paper option from the default styles.
4915 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
4917 * org.el (org-enforce-todo-checkbox-dependencies): New option.
4918 (org-block-todo-from-checkboxes): New function.
4919 (org-todo): Make tripple prefix arg circumvent blocking.
4921 * org-timer.el (org-timer): Provide the timer feature.
4923 * org.el (org-require-autoloaded-modules): Add a few more files to
4924 the list of autoloaded modules.
4926 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4928 2009-01-29 Carsten Dominik <carsten.dominik@gmail.com>
4930 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4931 drawers that are unprotected.
4932 (org-export-html-format-image): Make sure inlined LaTeX fragment
4933 images remain inlined.
4935 * org.el (org-toggle-ordered-property): New function.
4936 (org-mode-map): Add a key for `org-toggle-ordered-property'.
4937 (org-org-menu): Add menu entries for TODO dependencies.
4939 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
4941 * org.el (org-default-properties): Add ORDERED to the default
4942 properties, to get completion support for it.
4944 * org-list.el (org-update-checkbox-count): Update more than one cookie.
4946 * org.el (org-update-parent-todo-statistics): Update more than one
4949 * org-agenda.el (org-agenda-get-todos): Start search from correct
4952 * org.el (org-fast-todo-selection): Make sure TODO selection does
4953 not change buffer position.
4955 * org-list.el (org-toggle-checkbox): Implement adding or removing
4956 checkboxes from line or region when called with a prefix
4959 * org-rmail.el (org-rmail-store-link): Protect the call to
4960 `rmail-narrow-to-non-pruned-header'.
4962 * org-clock.el (org-clock-special-range): Fix week display in
4965 * org-exp.el (org-get-current-options): Fix bug when in indirect
4968 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
4970 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4971 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4972 (org-agenda-dim-blocked-tasks): New function.
4974 * org.el (org-enforce-todo-dependencies): New option.
4975 (org-block-todo-from-children-or-siblings): New function.
4977 * org-faces.el (org-agenda-dimmed-todo-face): New face.
4979 * org.el (org-todo): Return correct state type even if the blocker
4981 (org-modifier-cursor-error): Renamed from
4982 `org-shiftcursor-error'.
4983 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4984 (org-shiftmetadown): Call `org-modifier-cursor-error'.
4986 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4987 to get real errors from the blocker hook.
4989 * org.el (org-shiftselect-error, org-call-for-shift-select): New
4991 (org-set-visibility-according-to-property): Turn off the setting
4992 of `org-show-entry-below', to avoid overruling a FOLDED visibility
4995 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
4997 * org.el (org-support-shift-select): New option.
4998 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4999 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
5000 selection outside contexts.
5002 * org-list.el (org-at-item-bullet-p): New function.
5004 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
5007 * org-footnote.el (org-footnote-normalize): Remove unnecessary
5009 (org-insert-footnote-reference-near-definition): Remove
5010 unnecessary let form.
5012 * org-export-latex.el (org-export-latex-first-lines): Add
5013 OPT-PLIST parameter.
5014 (org-export-as-latex): Call `org-export-latex-first-lines' with
5015 opt-plits parameter.
5016 (org-export-latex-preprocess): Remove unnecessary variables.
5018 * org-exp.el (org-infile-export-plist)
5019 (org-export-add-options-to-plist, org-export-kill-licensed-text)
5020 (org-export-remove-headline-metadata)
5021 (org-export-get-title-from-subtree, org-get-min-level)
5022 (org-html-do-expand): Remove innecessary let form.
5024 * org-colview-xemacs.el (org-columns-display-here): Remove
5025 unnecessary variables.
5027 * org-colview.el (org-columns-display-here): Remove unnecessary
5030 * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
5033 * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
5034 unnecessary variables.
5036 * org-agenda.el (org-search-view, org-agenda-get-blocks)
5037 (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
5040 * org.el (org-set-emph-re): Clean-up the STACKED stuff.
5041 (org-compact-display-after-subtree-move): Remove unnecessary
5043 (org-edit-fixed-width-region): Remove unnecessary variables.
5044 (org-edit-src-find-region-and-lang): Remove unnecessary variables.
5045 (org-olpath-completing-read): Remove unnecessary variable.
5046 (org-auto-repeat-maybe): Remove unnecessary variable.
5047 (org-map-entries): Remove unnecessary variable.
5048 (org-buffer-property-keys, org-imenu-get-tree)
5049 (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
5051 -----------------------------------------------------------------
5053 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
5054 * org-exp.el (org-export-remove-timestamps): Never remove
5055 timestamps from tables.
5057 * org-export-latex.el (org-export-latex-first-lines): Add more
5058 options to the preprocessing of the text before the first
5061 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
5063 * org-faces.el (org-clock-overlay): Make face compatible with
5066 * org.el (org-yank): Add property for delete-selection mode.
5068 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
5070 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
5073 * org-table.el (org-table-insert-hline): Fix typo in fuction call
5076 * org-exp.el (org-export-as-html): Remove the initial space from
5079 * org.el (org-scan-tags): Call
5080 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5082 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
5083 customization groups.
5084 (org-agenda-tags-todo-honor-ignore-options): New option.
5085 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5087 (org-agenda-get-todos): Use
5088 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5090 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
5092 * org-exp.el (org-export-format-source-code-or-example): Escape
5093 HTML characters also in examples that anre not treated with
5094 htmlize. Also, just switch to EXAMPLE processing if we do not
5095 have a good version of htmlize.
5097 * org-rmail.el: Fix copyright notice.
5099 * org.el (org-activate-footnote-links): Improve footnote link
5102 * org-footnote.el (org-footnote-normalize): Fix finding the end of
5103 a footnote definition at the end of the file.
5105 * org-table.el (org-table-get-specials): Add an imagined hline at
5106 the end of the table. This can be useful for references that want
5107 to go to the end of the table. Also fix bug when computing last
5108 row constants, in tables that do not start right at the right
5110 (org-table-eval-formula): Match and replace remove references.
5111 (org-table-formula-substitute-names): Make sure that names inside
5112 a "remote" call are left alone, the will be replaced later when
5113 the remote call is handled.
5114 (org-table-convert-refs-to-rc): Do not convert things that might
5115 look like a reference, but are really part of an ID or namei n a
5117 (org-table-get-remote-range): New function.
5119 2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
5121 * org-faces.el (org-clock-overlay): Fix bug in face definition.
5123 * org-clock.el (org-clock-put-overlay): Use new face instead of
5124 `secondary-selection'.
5126 * org-faces.el (org-clock-overlay): New face.
5128 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
5130 * org-exp.el (org-get-current-options): Include the option for
5131 publishing time stamps.
5133 * org.el (org-toggle-heading): Renamed from
5134 `org-toggel-region-headings'.
5135 No longer needs a region defined, but will use it if there is one.
5136 (org-ctrl-c-star): Simplified, relying more on the internal
5137 workings of `org-toggle-heading'.
5138 (org-toggle-item): Renamed from `org-toggle-region-items'.
5139 No longer needs a region defined, but will use it if there is one.
5140 (org-ctrl-c-minus): Simplified, relying more on the inernal
5141 workings of `org-toggle-item'.
5143 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
5144 environment detection. Also, do real changes only in unprotected
5147 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
5149 * org-export-latex.el (org-export-latex-quotation-marks): Use
5150 `org-if-unprotected-1'.
5151 (org-export-latex-set-initial-vars): Check for class definition in
5154 * org-macs.el (org-if-unprotected-1): New macro.
5156 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
5158 * org-compat.el (org-count-lines): New function.
5160 * org-exp.el (org-export-format-source-code-or-example): Handle
5161 switches related to text areas.
5163 * org.el (org-activate-footnote-links): Don't allow match inside a
5166 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
5168 * org-export-latex.el (org-export-latex-links): Keep a relative
5169 path relative also after export.
5171 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
5173 * org.el (org-make-tags-matcher): Never use IDO for completing the
5174 tags matcher match string.
5175 (org-completing-read): Also remove the special biding for "?".
5177 * org-attach.el (org-attach-allow-inheritance): New option.
5178 (org-attach-inherited): New variable.
5179 (org-attach-dir): Handle properties related to the attachment
5181 (org-attach-check-absolute-path): New function.
5182 (org-attach-set-directory, org-attach-set-inherit): New commands.
5183 (org-attach): Accommodate the new commands in the dispatcher.
5185 2009-01-18 Carsten Dominik <carsten.dominik@gmail.com>
5187 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
5188 `window-full-width-p'.
5190 * org-exp.el (org-export-as-html): Only check for images files
5191 that really can be inlined
5193 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
5194 list of extensions to be a parameter.
5196 * org-exp.el (org-export-html-inline-image-extensions): New
5199 * org-agenda.el (org-prepare-agenda): Use
5200 `org-agenda-block-separator'.
5201 (org-agenda-block-separator): New option.
5203 2009-01-17 Carsten Dominik <carsten.dominik@gmail.com>
5205 * org-export-latex.el (org-export-latex-tables): Call
5206 `org-table-clean-before-export' with the new optional argument.
5208 * org-exp.el (org-table-clean-before-export): New optional
5209 parameter MAYBE-QUOTED, allows for quoted characters like \# in
5212 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
5214 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
5217 * org-colview.el (org-colview-construct-allowed-dates): Better
5218 error catching when a date/time property does not have allowed
5221 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
5222 Better error catching when a date/time property does not have
5223 allowed values defined.
5225 2009-01-14 Carsten Dominik <carsten.dominik@gmail.com>
5227 * org.el (org-map-entries): Restore point and restriction after
5230 2009-01-13 Carsten Dominik <carsten.dominik@gmail.com>
5232 * org.el (org-time=, org-time<, org-time<=, org-time>)
5233 (org-time>=, org-time<>): Make sure both values are dates.
5235 2009-01-11 Carsten Dominik <carsten.dominik@gmail.com>
5237 * org-archive.el (org-extract-archive-heading): Allow %s for file
5238 name also in achive location heading.
5240 2009-01-10 Carsten Dominik <carsten.dominik@gmail.com>
5242 * org-archive.el (org-add-archive-files): Uniquify the list before
5245 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
5247 * org-compat.el (org-fit-window-to-buffer): Use
5248 `window-full-width-p'.
5250 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
5251 space after the colon in short examples.
5253 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
5254 enforce a space after the colon. However, we also allow lines
5255 that are *only* a colon.
5256 (org-export-as-html): Enforce the space after the colon in short
5258 (org-export-preprocess-string): Do the colon example protection
5260 (org-export-remove-timestamps): Do not check for protection at the
5263 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
5265 * org.el (org-format-latex-options): Add new matcher for single
5266 letters between dollars.
5267 (org-get-header): Function removed.
5268 (org-heading-components): New function.
5270 * org-exp.el (org-export-define-heading-targets): Record ID's also
5271 as alternative targets.
5272 (org-export-as-html): Interpret "id:" links to other files by
5273 preserving the relative path.
5275 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
5278 * org-exp.el (org-export-normalize-links): Protect the main link,
5279 to avoid special character processing.
5281 * org-export-latex.el (org-export-latex-special-keyword-regexp):
5283 (org-export-latex-special-string-regexps): Variable removed.
5284 (org-export-latex-keywords): Use the new regexp.
5286 * org-exp.el (org-export-handle-include-files): Fetch switches and
5287 put them into the BEGIN statement.
5289 * org-timer.el (org-timer-mode-line-string): New variable.
5291 * org-clock.el (org-clock-mode-line-map): Renamed from
5292 `org-clock-mode-map'.
5293 (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
5294 (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
5295 (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
5296 (org-clock-remove-overlays): Renamed from
5297 `org-remove-clock-overlays'.
5299 * org-timer.el (org-timer-pause-or-continue): Implement stopping
5300 and mode line display.
5301 (org-timer-stop): New command.
5302 (org-timer-seconds): Return correct time when timer is paused.
5303 (org-timer-mode-line-timer): New variable.
5304 (org-timer-set-mode-line, org-timer-update-mode-line): New
5307 * org.el (org-insert-heading): Handle new value `auto' for
5308 `org-blank-before-new-entry'.
5309 (org-org-menu): Add new items for timer functions.
5311 * org-list.el (org-insert-item): Handle new value `auto' for
5312 `org-blank-before-new-entry'.
5314 * org.el (org-blank-before-new-entry): New value `auto', made
5317 2009-01-07 Carsten Dominik <carsten.dominik@gmail.com>
5319 * org-exp.el (org-export-normalize-links): If the link is also
5320 used as the description, protect the description.
5322 2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
5324 * org.el (org-closest-date): Fix bug with yearly repeats, in
5325 combination with preference of the past as it is used for deadline
5326 and scheduling search.
5328 * org-exp.el (org-html-handle-time-stamps): No longer check for
5329 the `org-export-with-timestamps' option, because the preprocesser
5330 has taken care of this already.
5332 * org.el (org-entry-properties): Catch the case when this is
5333 called in a non-org-mode file.
5335 * org-export-latex.el (org-export-latex-remove-from-headlines):
5336 Variable made obsolete, also LaTeX export now uses the standard
5338 (org-export-as-latex): Add the timestamps parameter to the
5339 preprocessor parameter list.
5340 (org-export-latex-content): Export the remaining keywords without
5341 considering to remove them.
5342 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5343 Use bold font instead of tt font for the keywords.
5344 (org-export-latex-fontify-headline): Format headlines, assuming
5345 that all keywords still present should be published.
5346 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5347 publish what ever remains of the time stamps.
5348 (org-export-latex-list-parameters): New option.
5349 (org-export-latex-lists): Pass additional parameters to the list
5352 * org-exp.el (org-export-preprocess-string): Remove clock lines
5353 and timestamps already in the preprocesor.
5354 (org-export-remove-timestamps, org-export-remove-clock-lines): New
5356 (org-export-as-ascii, org-export-as-html): Add the timestamps
5357 parameter to the preprocessor parameter list.
5359 * org-list.el (org-list-parse-list): Parse for checkboxes.
5360 (org-list-to-generic): Introduce and handle new parameters :cbon
5362 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5363 optional parameter PARAMS.
5365 * org-export-latex.el (org-export-latex-special-chars): Fix
5366 problems with interpreting dollar signs.
5367 (org-inside-latex-math-p): New function.
5368 (org-export-latex-preprocess): Protect all the math fragments.
5370 * org.el (org-latex-regexps): Allow a dash after a dollar.
5372 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5375 * org-agenda.el (org-run-agenda-series): Have series options set
5376 when finalizing the agenda.
5378 * org-exp.el (org-export-format-source-code-or-example): Protect
5379 the converted examples.
5381 * org.el (org-set-regexps-and-options): Fix the regexp
5382 `org-complex-heading-regexp'.
5384 2009-01-05 Carsten Dominik <carsten.dominik@gmail.com>
5386 * org.el (org-edit-src-get-label-format): New function.
5387 (org-coderef-label-format): New option.
5388 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5389 a label format specification and make sure it is used in the edit
5391 (org-edit-src-get-label-format): New function.
5392 (org-store-link): Handle new coderef formats.
5393 (org-link-search): Handle new coderef formats.
5395 * org-footnote.el (org-footnote-create-definition)
5396 (org-footnote-goto-local-insertion-point): Make footnote insertion
5397 work correctly when the "Footnotes" headline is the last line in
5400 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5403 2009-01-04 Carsten Dominik <carsten.dominik@gmail.com>
5405 * org-w3m.el (org-w3m): New customization group.
5406 (org-w3m-deactivate-mark): New option.
5407 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5410 2009-01-02 Carsten Dominik <carsten.dominik@gmail.com>
5412 * org.el (org-set-font-lock-defaults): Trigger footnote
5414 (org-activate-footnote-links): New function.
5415 (org-activate-links): New entry `footnote'.
5417 * org-faces.el (org-footnote): New face.
5419 2009-01-01 Carsten Dominik <carsten.dominik@gmail.com>
5421 * org-macs.el (org-re): Handle the [:word:] class.
5423 * org-exp.el (org-export-preprocess-string): Call
5424 `org-export-protect-colon-examples'.
5425 (org-export-protect-colon-examples): Renamed from
5426 `org-export-protect-examples', and scope limited to lines starting
5429 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
5431 * org-exp.el (org-export-preprocess-string): Move the preprocess
5432 hook to after turning on Org-mode.
5433 (org-export-preprocess-after-include-files-hook)
5434 (org-export-preprocess-after-tree-selection-hook)
5435 (org-export-preprocess-before-backend-specifics-hook)
5436 (org-export-preprocess-final-hook): New hooks.
5437 (org-export-preprocess-string): Run the new hooks.
5439 * org.el (org-ctrl-c-minus): Fix indentation for new items.
5441 * org-footnote.el: New file.
5443 * org.el (org-footnote): Require footnote code.
5444 (org-startup-options): Add new footnote options.
5445 (org-mode-map): New keybindig for footnotes.
5446 (org-ctrl-c-ctrl-c): Add function at footnotes.
5447 (org-org-menu): New menu entries for footnotes.
5449 * org-export-latex.el (org-export-as-latex): Pass footnote
5450 variable to preprocessor.
5451 (org-export-latex-preprocess): Treat multiple references to a
5454 * org-exp.el (org-export-preprocess-string): Call
5455 `org-footnote-normalize'.
5456 (org-export-as-ascii, org-export-as-html): Pass footnote variable
5458 (org-export-as-html): Treat multiple references to a footnote.
5460 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
5462 * org-export-latex.el (org-export-latex-links): Handle coderef
5465 * org.el (org-bracket-link-analytic-regexp++): New variable.
5466 (org-make-link-regexps): Initialize
5467 `org-bracket-link-analytic-regexp++'.
5468 (org-store-link): Implement special case in edit-src buffer.
5469 (org-insert-link): No use of ide to insert stored links.
5470 (org-link-search): Implement special case for coderefs.
5472 * org-exp.el (org-export-html-scripts): New constant.
5473 (org-export-html-style-default): Add a new style for highlighted
5475 (org-export-code-refs): New variable.
5476 (org-export-preprocess-string): Initialize `org-export-code-refs'.
5477 Call `org-export-replace-src-segments-and-examples'
5478 No longer call `org-export-protect-examples'.
5479 (org-export-target-internal-links): Take care of coderef targets.
5480 (org-export-last-code-line-counter-value): New variable.
5481 (org-export-replace-src-segments-and-examples): Renamed from
5482 `org-export-replace-src-segments', and modified.
5483 (org-export-format-source-code-or-example): Renamed from
5484 `org-export-format-source-code'.
5485 (org-export-number-lines): New function.
5486 (org-export-as-ascii, org-export-as-html): Handle coderef links.
5488 --------------------------------------------------------------------------
5490 2008-12-23 Carsten Dominik <carsten.dominik@gmail.com>
5492 * org-remember.el (org-remember-handler): Safer way to get a new
5493 buffer accessing the target file.
5495 * org.el (org-refile-get-location): Handle case of current buffer
5496 not having a file associated with it.
5498 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
5500 * org-table.el (org-table-get-formula): Only ask to overwrite
5501 field formula if there really is one.
5503 * org-id.el (org-id-find): Allow the ID to be a symbol or a
5504 number, by converting these to a string.
5506 * org-colview.el (org-dblock-write:columnview): Allow ID to be
5507 located in a different file.
5509 * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5512 2008-12-21 Carsten Dominik <carsten.dominik@gmail.com>
5514 * org.el (org-completion-use-ido): Enhance docstring of
5515 `org-completion-use-ido'.
5517 * org-export-latex.el (org-export-latex-make-header): Double the %
5518 in the time stamp format.
5519 (org-export-latex-special-chars): Handle case where there is no
5522 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
5524 * org.el (org-get-refile-targets, org-refile-get-location): Use
5525 expanded file name to improve comparison.
5527 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
5529 * org.el (org-scan-tags): Rescan for tags, to get the correct
5530 upcase/downcase stuff. This slows things down for now, but it
5532 (org-mode): Make sure the tag-faces regexp is initialized.
5534 * org-export-latex.el (org-export-latex-links): Fix bug with
5537 * org-table.el (org-table-get-specials): Set
5538 `org-table-current-last-data-line'.
5539 (org-table-current-last-data-line): New variable.
5540 (org-table-insert-column, org-table-delete-column)
5541 (org-table-move-column, org-table-fix-formulas): Call
5542 `org-table-fix-formulas' a second time to fix the $LR references.
5543 (org-table-get-specials): Add the $LR references to the tables.
5544 (org-table-get-formula): Do not offer last-row names as LHS of
5547 * org.el (org-store-link): Capture link description from
5548 `org-id-store-link'.
5550 * org-exp.el (org-export-html-format-image): Add the / to the end
5552 (org-export-format-source-code): Surround example by empty lines,
5553 to make sure it will not be inside a paragraph.
5555 * org.el (org-ido-switchb): New function.
5557 2008-12-18 Carsten Dominik <carsten.dominik@gmail.com>
5559 * org-agenda.el (org-agenda-show): New prefix argument
5562 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5565 * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5566 `org-agenda-change-all-lines'.
5567 (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5568 tags are now retrieved locally.
5570 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
5572 * org.el (org-get-outline-path): Fix bug if level is not given.
5573 (org-org-menu): Do not quote function in menu vector.
5575 * org-agenda.el (org-finalize-agenda): Fix typo with variable
5578 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
5580 * org.el (org-refile): Avoid refiling to within the region to be
5583 * org-export-latex.el (org-export-latex-special-chars): Replace
5584 special characters also in tables.
5586 * org-agenda.el (org-agenda-change-all-lines): New argument
5588 (org-agenda-set-tags): Cet the new tags and pass them to
5589 `org-format-agenda-item'.
5591 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
5593 * org-export-latex.el (org-export-latex-classes): Add longable as
5594 a default package to all classes.
5595 (org-export-latex-tables): Handle the longtable attribute and the
5598 * org-table.el (orgtbl-to-generic): Handle tables that start with
5601 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5602 \verb for colde-like snippets.
5603 (org-export-as-latex): Fix issues with region export.
5605 * org.el (org-up-heading-safe): Speed up function by using a
5606 direct regexp search.
5607 (org-olpa): New variable.
5608 (org-get-outline-path): Speed-up path constructions in cases where
5609 this is possible because the entire hierarchy is scanned anyway.
5610 (org-refile-get-location): Don't compare the truenames of files,
5612 (org-goto-max-level): New option.
5613 (org-goto): Use `org-goto-max-level'.
5615 2008-12-12 Tassilo Horn <tassilo@member.fsf.org>
5617 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5618 Strip angle brackets from message-ids in the former and don't do
5620 (org-gnus-follow-link): Open summary reliable, even if the last
5621 messages were deleted, and handle empty groups, too.
5623 2008-12-12 Carsten Dominik <carsten.dominik@gmail.com>
5625 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5626 instead of \texttt for the =...= and ~===~ emphasis environments.
5627 (org-export-as-latex): Remove any old :org-license-to-kill text
5629 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5630 (org-export-latex-make-header): Add some hard space after the
5632 (org-export-latex-first-lines): Accept RBEG argument. Mark
5633 exported text so that it will be excuded in further steps.
5635 * org-table.el (org-table-get-specials): Make @0 reference the
5636 last line in a table.
5637 (org-table-recalculate): Improve docstring.
5639 2008-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5641 * org.el (org-log-done): Fix docstring.
5643 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
5645 * org-exp.el (org-export-html-format-image): Fix bugs.
5647 * org-export-latex.el (org-export-latex-tables)
5648 (org-export-latex-links): Implement attribute, label, and caption
5651 * org-exp.el (org-export-html-style-default): Add style
5652 definitions for the figure div.
5653 (org-export-preprocess-string, org-export-as-html): Implement
5654 attribute, label, and caption handling.
5655 (org-export-attach-captions-and-attributes): New function.
5656 (org-export-html-format-image): New function.
5657 (org-format-org-table-html): Implement attribute, label, and
5660 * org.el (org-find-text-property-in-string): New function.
5661 (org-extract-attributes): Use the property org-attr instead of
5662 org-attrobutes, because this property is now set with the #+ATTR
5665 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
5667 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5668 the case that FROM is nil.
5670 * org.el (org-before-first-heading-p): New function.
5672 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
5674 * org-exp.el (org-export-as-html): Do not add a space before
5675 enforces line breaks.
5676 (org-export-as-html): Close paragraph before blockquote and verse
5679 2008-12-06 Carsten Dominik <carsten.dominik@gmail.com>
5681 * org-id.el (org-id-locations-file): Wrap file name with
5682 `convert-standard-filename'.
5683 (org-id-files): New variable.
5684 (org-id-use-hash): New option.
5685 (org-id-update-id-locations): Also search in all files current
5686 listed in `org-id-files'. Convert the resulting alist to a hash
5687 if the user customation says so.
5688 (org-id-locations-save): Handle he case if `org-id-locations' is a
5690 (org-id-locations-load): Convert the alist to a hash.
5691 (org-id-add-location): Handle the hast case.
5692 (kill-emacs-hook): Make sure id locations are saved when Emacs is
5694 (org-id-hash-to-alist, org-id-alist-to-hash)
5695 (org-id-paste-tracker): New functions.
5697 -------------------------------------------------------------------------
5699 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5701 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5702 bindings of calendar variables.
5704 * org-table.el (org-table-find-row-type): Renamed from
5705 `org-find-row-type'.
5706 (org-table-rewrite-old-row-references): Renamed from
5707 `org-rewrite-old-row-references'.
5708 (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5709 (org-table-cleanup-narrow-column-properties): Renamed from
5710 `org-cleanup-narrow-column-properties'.
5712 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
5714 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5715 for better error messages.
5716 (org-table-get-descriptor-line): Supply the new arguments to
5717 `org-find-row-type'.
5718 (org-table-error-on-row-ref-crossing-hline): New option.
5720 * org.el (org-target-link-regexp): Make buffer-local.
5721 (org-move-subtree-down): Fix bug with trees at beginning of
5724 2008-12-04 Carsten Dominik <carsten.dominik@gmail.com>
5726 * org-faces.el (org-set-tag-faces): New function.
5727 (org-tags-special-faces-re): New variable.
5729 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5731 * org-faces.el (org-tag-faces): New option.
5732 (org-tag): Mention `org-tag-faces' in the docstring.
5734 2008-12-03 Carsten Dominik <carsten.dominik@gmail.com>
5736 * org-exp.el (org-export-html-style-default): Implement new
5739 * org-jsinfo.el (org-infojs-template): Implement new quoting.
5741 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5742 command to the `w3m-minor-mode-map'.
5744 * org-archive.el (org-archive-to-archive-sibling): Protect
5745 `this-command' to avoid appending kills during archiving.
5747 * org-exp.el (org-export-with-priority): New variable.
5748 (org-export-add-options-to-plist): Use `org-export-plist-vars'
5749 instead of internal list of strings and properties.
5750 (org-print-icalendar-entries): Retrieve the location property with
5753 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
5755 * org-exp.el (org-export-with-todo-keywords): New option.
5756 (org-export-plist-vars): Include also the keys for the #+OPTIONS
5758 (org-default-export-plist, org-export-add-options-to-plist)
5759 (org-export-as-ascii, org-export-as-html): Use the new structure
5760 of `org-export-plist-vars'.
5762 * org.el (org-map-entries): Return all values.
5764 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
5766 * org.el (org-matcher-time): Recognize more special values.
5768 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5770 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
5772 * org.el (org-tags-exclude-from-inheritance): New option.
5773 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5774 `org-tags-exclude-from-inheritance'.
5776 * org-agenda.el (org-agenda-show-inherited-tags): New option.
5777 (org-format-agenda-item): Add inherited tags to the agenda line
5778 string, and make sure that properties are kept when downcasing the
5780 (org-agenda-add-inherited-tags): New function.
5781 (org-downcase-keep-props): New function.
5783 * org.el (org-scan-tags): Mark inherited tags with a text
5785 (org-get-tags-at): Mark inherited tags with a text property.
5786 (org-add-prop-inherited): New function.
5788 * org-agenda.el (org-agenda-add-inherited-tags): New function.
5789 (org-agenda-show-inherited-tags): New option.
5791 2008-11-26 Carsten Dominik <carsten.dominik@gmail.com>
5793 * org.el (org-modules): Add org-w3m to the default modules.
5795 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5797 (orgtabl-create-or-convert-from-region): New command.
5799 * org-exp.el (org-export-as-ascii): Remove the handling of
5801 (org-export-ascii-preprocess): Handle targets already in this
5804 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
5806 * org-timer.el (org-timer-start-time): Define this variable.
5807 (org-timer-item): Make argument optional.
5809 * org-list.el (org-insert-item): Automatically insert a timer item
5810 if the current list is a timer list.
5812 * org-timer.el: New file.
5814 * org-publish.el (org-publish-org-index): Only exclude the index
5815 file in the main directory from being added to the site-map.
5816 (org-publish-get-project-from-filename): If the current project is
5817 a component, start publishing from the parent project.
5819 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
5821 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5823 * org-publish.el (org-publish-org-index): Improve removal of
5826 * org-agenda.el (org-get-closed): Re-apply changes
5827 accidentially overwritten by last commit to Emacs.
5829 * org.el (org-outline-path-complete-in-steps): New option.
5830 (org-refile-get-location): Honor
5831 `org-outline-path-complete-in-steps'.
5832 (org-agenda-change-all-lines, org-tags-sparse-tree)
5833 (org-time-string-to-absolute, org-small-year-to-year)
5834 (org-link-escape): Re-apply changes accidentially overwritten
5835 by last commit to Emacs
5837 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
5839 * org-clock.el (org-dblock-write:clocktable): Make sure the
5840 clocktable sees the first line.
5841 (org-clock-in): Warn if the clock cannot be resumed.
5843 2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
5845 * org.el (org-open-at-point): Fix mixup about interactive and
5846 non-interactive elisp links.
5848 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5850 * org-exp.el (org-export-preprocess-string): Allow one comment
5851 line before the first headline to always be included. This is
5852 to not miss a commented target.
5854 * org-mouse.el (org-mouse-insert-item): Call
5855 `org-indent-to-column' instead of `indent-to', for XEmacs
5858 * org.el (org-refile-targets): Fix customize definition so
5859 that it works also in XEmacs.
5860 (org-fixup-indentation): Call `org-indent-to-column' instead
5861 of `indent-to', for XEmacs compatibility.
5863 2008-11-21 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
5865 * org-mew.el (org-mew-store-link): Get the correct case folder
5866 for refiled messages.
5868 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5870 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5871 line break indicators.
5873 * org.el (org-ido-completing-read): Remove the "i:" prefix for
5874 ido-completion propts.
5876 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
5878 * org-remember.el (org-remember-apply-template): Use
5879 `org-substring-no-properties'.
5881 * org-compat.el (org-substring-no-properties): New function.
5883 * org-remember.el (org-remember-apply-template): Use
5884 `org-substring-no-properties' for compatibility.
5886 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5888 (org-fix-bullet-type): respect
5889 `org-list-two-spaces-after-bullet-regexp'.
5891 * org-clock.el (org-clock-load): Clean up the code.
5893 * org.el (org-adaptive-fill-function): Allow two spaces after
5894 "1." as a list bullet.
5896 2008-11-20 Carsten Dominik <carsten.dominik@gmail.com>
5898 * org-clock.el (org-clock-save, org-clock-load): Check for
5899 live buffers, existing files, and buffer file names to ensure
5900 consistent information.
5901 (org-clock-persist): Make `clock' a special value of this
5902 variable, and improve docstring.
5904 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5905 (org-get-string-indentation): Adapt indentation when the bullet
5908 2008-11-19 Carsten Dominik <carsten.dominik@gmail.com>
5910 * org-remember.el (org-remember-finalize): Make interactive.
5911 (org-remember-kill): New command.
5912 (org-remember-finish-immediately): Call `org-remember-finalize'
5914 (org-remember-finalize): Make `org-remember-finalize' an interactive
5917 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
5919 * org-remember.el (org-remember-apply-template): No ido completion
5920 for free prompts in remember templates.
5921 (org-remember-before-finalize-hook): New hook.
5922 (org-remember-mode): New minor mode.
5923 (org-remember-apply-template): Turn on `org-remember-mode'.
5925 * org-id.el (org-id-add-location): Avoid error when no file is
5928 * org-remember.el (org-remember-apply-template): Fix the way how
5929 the list of allowed properties is retrieved from the target file.
5931 * org.el (org-insert-link): Improve file link matching.
5933 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
5935 * org-colview.el (org-columns-display-here): New argument
5936 DATELINE, to trigger using the new face.
5937 (org-agenda-colview-summarize): Call `org-columns-display-here'
5938 with the new argument.
5940 * org-faces.el (org-agenda-column-dateline): New face.
5942 * org-publish.el (org-publish-org-index): Use index-title at page
5943 title, not as section.
5945 * org-exp.el (org-export-html-format-desc): Respect the
5946 org-protect property.
5947 (org-export-as-html): Protect image specifiers that are in the
5948 description part of a link.
5950 * org.el (org-sort-entries-or-items, org-completing-read)
5951 (org-refile-get-location, org-olpath-completing-read, org-todo)
5952 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5953 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5954 (org-set-property, org-delete-property)
5955 (org-delete-property-globally): Use `org-ido-completing-read'.
5957 * org-remember.el (org-remember-apply-template): Use
5958 `org-ido-completing-read'.
5960 * org-publish.el (org-publish): Use `org-ido-completing-read'.
5962 * org-colview.el (org-columns-edit-value, org-columns-new)
5963 (org-insert-columns-dblock): Use `org-ido-completing-read'.
5965 * org-colview-xemacs.el (org-columns-edit-value)
5966 (org-columns-new, org-insert-columns-dblock): Use
5967 `org-ido-completing-read'.
5969 * org-attach.el (org-attach-delete-one, org-attach-open): Use
5970 `org-ido-completing-read'.
5972 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5973 `org-ido-completing-read'.
5975 * org.el (org-time-today): New function.
5976 (org-matcher-time): Use `org-time-today'. Add special treatment
5977 for "<tomorrow>" and "<yesterday>".
5978 (org-ido-completing-read): New function.
5979 (org-completion-use-ido): New option.
5981 * org-exp.el (org-export-format-source-code): Fix bug in require
5983 (org-export-target-internal-links): Fix bug in search for text
5986 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
5988 * org-export-latex.el (org-export-latex-subcontent): Interprete
5989 target aliases as additonal labels.
5991 * org-exp.el (org-export-target-aliases): New variable.
5992 (org-export-preprocess-string)
5993 (org-export-handle-invisible-targets): Fill the alias alist.
5994 (org-export-as-html): Remove the from the anchor, and also
5996 (org-html-level-start): Insert the target aliases as additonal
5999 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
6002 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
6004 * org.el (org-open-at-mouse): Ensure correct link abbreviations
6005 when following a link with the mouse from the agenda.
6007 * org-exp.el (org-export-as-html): Avoid lone </div> when no
6008 headlines are created.
6010 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
6012 * org-exp.el (org-export-preprocess-string): Reorder so that we
6013 can still see ID properties when we collect targets.
6014 (org-export-target-internal-links): Also store targets for ID's.
6016 * org.el (org-link-translation-function): New option.
6017 (org-open-at-point): Call `org-link-translation-function' if
6019 (org-translate-link): New function.
6020 (org-translate-link-from-planner): New function.
6021 (org-open-at-point): Allow interactive commands in elisp links.
6023 * org-exp.el (org-icalendar-cleanup-string): Restore the old
6024 iCalendar quoting. The new one seems to caus problems with
6027 * org.el (org-yank): Set `this-command' to `yank', so that
6028 `yank-pop' will work.
6030 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6032 * org-id.el (org-id-search-archives): New option.
6034 * org.el (org-link-to-org-use-id): New option.
6035 (org-store-link): Use `org-link-to-org-use-id'.
6036 (org-id): Make org-id.el a standard component.
6038 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
6040 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
6041 hexified version of the tag.
6043 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
6044 compliance as far as quoting is concerned.
6046 * org-vm.el (org-vm-follow-link): Require `vm-search'.
6048 * org.el (org-up-heading-safe, org-forward-same-level): Always
6049 call `org-back-to-heading' instead of `outline-back-to-heading'.
6050 (org-back-to-heading): New wrapper around outline-back-to-heading,
6051 with a useful error message telling where the error happened.
6053 * org-list.el (org-update-checkbox-count): Always call
6054 `org-back-to-heading' instead of `outline-back-to-heading'.
6056 * org-exp.el (org-export-as-html): Make sure that each <img> tag
6057 has an `alt' attribute, to ensure XHTML validation.
6059 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
6061 * org-publish.el (org-publish-attachment): Allow publishing to
6062 overwrite attachment files.
6064 * org-agenda.el (org-agenda-timerange-leaders): New option.
6065 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
6067 * org.el (org-edit-src-exit): Untabify ASCII image before
6081 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6083 * org.el (org-yank): Make any prefix force normal yanking.
6084 Suppress folding if text would be swallowed into a folded
6086 (org-yank-folded-subtrees, org-yank): Docstring updates.
6088 * org-agenda.el (org-agenda-compare-effort): Treat no effort
6091 * org-exp.el (org-export-language-setup): Add Catalan and
6092 Esperanto language entries.
6094 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
6096 * org.el (org-refile): Allow refiling of entire regions.
6098 * org-clock.el (org-clock-time%): New function.
6100 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
6101 retrieve property values.
6103 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
6105 * org-agenda.el (org-agenda-list): Handle the value `only' of
6106 org-agenda-show-log'.
6107 (org-agenda-log-mode): Interpret a double prefix arg.
6109 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
6111 * org-exp.el (org-export-html-footnotes-section): New variable.
6112 (org-export-as-html): Use `org-export-html-footnotes-section' to
6113 insert the footnotes.
6114 (org-export-language-setup): Add "Footnotes" to language words.
6116 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
6118 * org.el (org-yank): Fix bug when not inserting a subtree.
6120 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
6122 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
6123 instead of `vm-beginning-of-message'.
6125 * org.el (org-make-link-regexps): Make sure that links to gnus can
6128 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
6130 * org-attach.el (org-attach-dir): Remove duplicate ID creation
6133 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
6136 * org.el (org-link-abbrev-alist): Improve customization type.
6138 * org-attach.el (org-attach-expand-link, org-attach-expand): New
6141 * org-agenda.el (org-agenda-get-progress): Renamed from
6142 `org-get-closed'. Implement searching for state changes as well.
6143 (org-agenda-log-mode-items): New option.
6144 (org-agenda-log-mode): New option prefix argument, interpreted as
6145 request to show all possible progress info.
6146 (org-agenda-get-day-entries): Call `org-get-progress' instead of
6148 (org-agenda-set-mode-name): Handle the more complex log mode
6150 (org-get-closed): New alias, pointing to `org-get-progress'.
6152 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
6154 * org.el (org-file-apps-defaults-gnu)
6155 (org-file-apps-defaults-macosx)
6156 (org-file-apps-defaults-windowsnt): Add an entry defining the
6158 (org-file-apps): Allow `system' as key and value.
6159 (org-open-at-point): Explain the effect of a double prefix arg.
6160 (org-open-file): If the argument `in-emacs' is (16),
6161 i.e. corresponding to a double prefix argument, try to open the
6164 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
6166 * org.el (org-insert-link): Abbreviate absolute files names in
6167 links. Also, fix a bug in which the double C-u prefix would not
6170 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
6172 * org.el (org-insert-heading): If buffer does not end with a
6173 newline, add one if necessary to insert headline correctly.
6175 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
6176 paragraphs, not inside.
6178 * org.el (org-todo): Quote
6179 `org-agenda-headline-snapshot-before-repeat'.
6181 * org-exp.el (org-export-as-html): Fully process link descriptions.
6182 (org-export-html-format-desc): New function.
6183 (org-export-as-html): Collect footnotes into the correct basket.
6184 (org-html-protect): No longer protect quotations marks here, this
6187 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
6190 * org-compat.el (org-fit-window-to-buffer): New function (not
6191 really, a preliminary and incomplete version was present earlier,
6194 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
6195 `org-fit-window-to-buffer'.
6197 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
6199 * org-agenda.el (org-agenda-get-restriction-and-command)
6200 (org-fit-agenda-window, org-agenda-convert-date): Use
6201 `org-fit-window-to-buffer'.
6203 * org-exp.el (org-export-as-html): Process href links through
6204 `org-export-html-format-href'.
6205 (org-export-html-format-href): New function.
6207 * org-agenda.el (org-agenda-todo): Update only the current
6208 headline if this is a repeated TODO, marked done for today.
6209 (org-agenda-change-all-lines): New argument JUST-THIS, to change
6210 only the current line.
6212 * org.el (org-todo): Take a snapshot of the headline if the
6213 repeater might change it.
6215 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
6217 * org-publish.el (org-publish-find-title): Remove buffers visited
6218 only for extracting the title.
6220 * org-exp.el (org-export-html-style)
6221 (org-export-html-style-default): Mark style definitions as
6224 * org-publish.el (org-publish-validate-link): Function
6227 2008-11-02 Charles Sebold <csebold@gmail.com>
6229 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
6231 (org-plot-quote-timestamp-field): New function.
6232 (org-plot-quote-tsv-field): Call timestamp field function when
6233 necessary rather than just quoting as a string.
6234 (org-plot/gnuplot-to-data): Pass in timefmt property.
6235 (org-plot/gnuplot-script): Supports timefmt property.
6236 (org-plot/gnuplot): Checks for timestamp column before checking
6237 for text index column.
6239 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
6241 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
6243 * org-publish.el (org-publish-org-index): Create a section in the
6245 (org-publish-org-index): Stop linking to directories.
6247 * org.el (org-emphasis-alist): Use span instead of <u> to
6250 * org-exp.el (org-export-as-html): Make sure <p> is closed before
6253 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
6255 * org-jsinfo.el (org-infojs-template): Remove language attribute
6258 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
6260 * org-agenda.el (org-agenda-remove-marked-text): New function.
6261 (org-agenda-mark-filtered-text)
6262 (org-agenda-unmark-filtered-text): New functions.
6263 (org-write-agenda): Remove fltered text.
6265 * org.el (org-make-tags-matcher): Give access to TODO "property"
6266 without speed penalty.
6268 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
6270 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
6272 (org-store-link-props): Make sure adding to the plist works
6275 * org-gnus.el (org-gnus-no-new-news): New function.
6276 (org-gnus-follow-link): Allow the article ID to be a message-id,
6277 in addition to allowing article numbers. Message IDs make much
6279 (org-gnus-store-link): Use message-id to create link.
6281 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
6283 * org.el (org-emphasize): Reverse the selection array.
6284 (org-emphasis-alist): Set <code> tags for the verbatim
6287 * org-remember.el (org-remember-handler): Fix bug with
6288 prefix-related changing of the note storage target.
6290 * org-exp.el (org-print-icalendar-entries): Make the exported
6291 priorities compatible with RFC 2445.
6293 * org-clock.el (org-clock-save): Insert time stamp without
6294 dependence on time-stamp.el.
6296 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
6298 * org.el ("saveplace"): If saveplace puts point into an invisible
6299 location, make it visible.
6300 (org-make-tags-matcher): Allow inactive time stamps in time
6302 (org-yank-adjusted-subtrees): New option.
6303 (org-yank): Incorporate adjusting trees.
6304 (org-paste-subtree): New argument FOR-YANK which will cause
6305 insertion at point without backing up over white lines, and leave
6306 point at the end of the inserted text. Also if the cursor is
6307 at the beginning of a headline, use the same level or the inserted
6310 * org-publish.el (org-publish-get-base-files-1): Deal correctly
6311 with broken symlinks
6313 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
6315 * org-exp.el (org-export-select-tags, org-get-current-options):
6318 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
6320 * org-agenda.el (org-format-agenda-item)
6321 (org-agenda-filter-make-matcher): Make sure tags are stored and
6324 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
6326 * org.el (org-insert-todo-heading): Fix bug with force-heading
6329 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
6331 * org-clock.el (org-clock-in-resume): Add a custom option to
6332 toggle starting the clock from an open clock line.
6333 (org-clock-in): When clocking in to an entry, if
6334 `org-clock-in-resume' is set, check if the first clock line is
6335 open and if so, start the clock from the time in the clock line.
6336 (org-clock-persist): Add a custom option to toggle clock
6338 (org-clock-persist-query-save): Add a custom option to toggle
6339 asking the user if they want to save the running clock when
6341 (org-clock-persist-query-resume): Add a custom option to toggle
6342 asking the user if they want to resume the saved clock when Emacs
6344 (org-clock-save): Add a function to save clock data.
6345 This includes the contents of `org-clock-history' and the buffer
6346 and position of the currently clocked task, if any.
6347 (org-clock-load): Add a function to load clock data.
6348 This populates `org-clock-history', and resumes the saved clocked
6349 task if there is one.
6350 (org-clock-persistence-insinuate): Add a method to set up the
6351 hooks for clock persistence.
6353 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
6355 * org-exp.el (org-export-as-ascii): Handle the case that we are
6356 publishing from an indirect buffer.
6358 * org-table.el (org-table-copy-down): Fix bug with time stamp
6361 * org-mouse.el (org-mouse-features): New option.
6362 (org-mode-hook): Turn on features depending on
6363 `org-mouse-features'.
6365 * org.el (org-insert-heading-respect-content): Force heading
6367 (org-insert-heading): keep the folding state of the heading before
6370 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
6372 * org-archive.el (org-archive-to-archive-sibling): Handle top
6373 level headlines better.
6375 2008-10-21 Bastien Guerry <bzg@altern.org>
6377 * org-export-latex.el (org-export-latex-classes): Added
6378 \usepackage{graphicx} to the default list of packages.
6380 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
6382 * org-agenda.el (org-agenda-filter): Renamed from
6383 `org-agenda-filter-tags'.
6385 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
6387 * org.el (org-entry-properties): Add CATEGORY property, iven if it
6388 is not defined as a property in this entry.
6389 (org-add-log-note): Mask prefix argument when immediately storing
6392 * org-agenda.el (org-agenda-filter-effort-default-operator): New
6395 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
6397 * org.el (org-add-log-setup): Bugfix; code to find insertion point
6398 after drawers was skipping ahead one line too many, so notes were
6399 inserted after the first note instead of before it.
6401 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
6403 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6405 (org-prepare-agenda): Reset the filter tags.
6406 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6407 Show filter tags in mode line.
6409 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6412 * org-export-latex.el (org-latex-entities-regexp): New constant.
6413 (org-export-as-pdf): Use two calls to `shell-command'.
6415 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
6417 * org-export-latex.el (org-export-latex-treat-sub-super-char):
6418 Honor the {} value of the subsuperscript setting. Make sure that
6419 longer subsuperscripts are typeset in a roman font.
6421 * org.el (org-clock-update-time-maybe): Compute negative clock
6422 intervals correctly.
6424 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
6426 * org.el (org-add-log-setup): Respect
6427 `org-log-state-notes-insert-after-drawers'.
6428 (org-log-state-notes-insert-after-drawers): New option.
6429 (org-todo-trigger-tag-changes): New function.
6430 (org-todo): Call `org-todo-trigger-tag-changes'.
6432 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
6434 * org.el (org-add-log-setup): Only skip drawers if the are
6435 immediately after the scheduling keywords.
6437 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6439 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6440 call it with the current todo state to get the state to switch to
6442 (org-clock-in): Use org-indent-line-function to indent clock lines.
6443 (org-clock-find-position): Fix indentation of empty clock drawers.
6445 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
6447 * org-publish.el (org-publish-org-to): Handle case when
6448 org-export-to-pdf does return a file name, not a buffer.
6449 (org-publish-org-to-pdf): New function.
6451 * org-export-latex.el (org-export-as-pdf)
6452 (org-export-as-pdf-and-open): New commands.
6454 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6457 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6458 things in protexted regions.
6460 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
6462 * org-export-latex.el (org-export-latex-preprocess): Improve
6463 quoting of LaTeX environments.
6465 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
6467 * org.el (org-edit-fixed-width-region): Exclude final newline from
6470 * org-export-latex.el (org-export-latex-subcontent): Add labels to
6471 sections, to make internal links work.
6472 (org-export-latex-fontify-headline): Do not remove all text
6473 properties, to make sure that target properties survive this
6476 * org-exp.el (org-export-preprocess-string): Change sequence of
6477 modifications, to make sure links are prepared before the LaTeX
6478 conversions do happen.
6480 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
6482 * org-attach.el (org-attach-delete-all): Renamed from
6483 `org-attch-delete'. Add a security query before deleting the
6484 entire directory. New optional argument FORCE can overrule the
6486 (org-attach-delete-one): New command.
6488 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
6490 * org-attach.el (org-attach-file-list): Fix bug with directory.
6492 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
6494 * org.el (org-apps-regexp-alist): New function.
6495 (org-file-apps): Add auto-mode to the default value.
6496 (org-open-file): Use the new structure of org-file-apps.
6498 * org-attach.el (org-attach): Support the new keys.
6499 (org-attach-method): New option.
6501 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
6503 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6506 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6507 of the list value o `org-use-tag-inheritance'.
6509 * org-attach.el (org-attach-auto-tag): New option.
6510 (org-attach-tag, org-attach-untag): New functions.
6511 (org-attach-attach, org-attach-new, org-attach-sync): Call
6513 (org-attach-delete): Call `org-attach-untag'.
6515 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
6517 * org-table.el (orgtbl-self-insert-command): Make this work for
6520 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
6522 * org.el (org-add-log-setup): Limit searc for drawers to entry
6523 text, not to subtree.
6525 * org-clock.el (org-clock-heading-for-remember): New variable.
6526 (org-clock-in): Set `org-clock-heading-for-remember'.
6528 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
6530 * org-remember.el (org-remember-apply-template): Add new
6531 expansions: %k, %K for currently clocked task and a link to the
6532 currently clocked task, and %< to file notes in the currently
6535 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
6537 * org-export-latex.el (org-export-latex-make-header): Also insert
6538 the content of the property :latex-header-extra.
6540 * org-exp.el (org-infile-export-plist): Put the content of
6541 #+LATEX_HEADER: into the property :latex-header-extra.
6543 * org-colview.el (org-columns-get-format-and-top-level): Remove
6544 resetting the marker.
6546 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6547 Remove resetting the marker.
6549 * org.el (org-entry-property-inherited-from): Improve docstring.
6550 (org-entry-get-with-inheritance): Reset marker before starting the
6553 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6555 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
6557 * org.el (org-entry-get-multivalued-property)
6558 (org-entry-protect-space, org-entry-restore-space): New
6560 (org-file-apps-defaults-macosx): Let postscript files be opened by
6562 (org-time-stamp-inactive): Call `org-time-stamp'.
6563 (org-time-stamp): New argument `inactive'. Also edit inacive
6564 stamps. Convert time stamp type.
6565 (org-open-file): Interpret the `default' value for the `command'
6568 * org-id.el (org-id-int-to-b36-one-digit)
6569 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6570 (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6573 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
6575 * org-id.el (org-id-reverse-string): New function.
6576 (org-id-new): Use `org-id-reverse-string' to make sure the
6577 beginning chars of the ID are mutating fast. This allows to use a
6578 directory structure to spread things better.
6579 (org-id-prefix): Changed default to nil.
6581 * org-list.el (org-move-item-down, org-move-item-up): Remember and
6582 restore the column of the cursor position.
6584 * org-remember.el (org-remember-apply-template): Remove properties
6587 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
6589 * org-wl.el (org-wl-open): Remove useless call to
6590 `wl-thread-open-all'.
6592 * org-remember.el (org-remember-handler): Fix bug with `bottom'
6595 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
6597 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6598 `org-bbdb-anniversaries'.
6600 * org.el (org-get-next-sibling, org-forward-same-level): New
6601 functions, similar to the outline versions, but invisible headings
6604 2008-09-25 Bastien Guerry <bzg@altern.org>
6606 * org.el (org-auto-repeat-maybe): Insert a space between
6607 the timestamp's type and the timestamp itself.
6609 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
6611 * org-table.el (org-table-sum): Do not format the result with %g,
6612 it does rounding when there are too many digits.
6614 * org.el (org-map-entries): Protect the keyword-selecting variables.
6616 2008-09-23 Bastien Guerry <bzg@altern.org>
6618 * org-agenda.el (org-agenda-to-appt): Make sure the function check
6619 against all agenda files.
6621 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
6623 * org-list.el: New file, aggregating list functions from org.el
6624 and org-export-latex.el.
6626 * org.el (org-edit-src-region-extra): New option.
6628 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
6630 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6633 2008-09-22 Bastien Guerry <bzg@altern.org>
6635 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6637 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
6639 * org-plot.el (org-plot/gnuplot): Make tables starting with a
6640 hline work correctly.
6641 (org-plot/gnuplot-script): Put commas at the end of each script
6644 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
6646 * org.el (org-get-refile-targets): Replace links with their
6648 (org-imenu-get-tree): Replace links with their descriptions.
6650 * org-remember.el (org-remember-apply-template): Add a new
6651 expansion for adding properties to remember items.
6653 * org.el (org-add-log-setup): Skip over drawers (properties,
6654 clocks etc) when adding notes.
6656 * org-agenda.el (org-agenda-get-closed): show durations of clocked
6657 items as well as the start and end times.
6659 * org-compat.el (org-get-x-clipboard-compat): Add a compat
6660 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6662 * org-remember.el (org-get-x-clipboard): Use the compat
6663 function to get clipboard values when x-selection-value is
6664 unavailable. Use substring-no-properties instead of
6665 set-text-properties to remove text properties from the clipboard
6668 * lisp/org-clock.el (org-update-mode-line): Support limiting the
6669 modeline clock string, and display the full todo value in the
6670 tooltip. Set a local keymap so mouse-3 on the clock string goes to
6671 the currently clocked task.
6672 (org-clock-string-limit): Add a custom value for the maximum
6673 length of the clock string in the modeline.
6674 (org-clock-mode-map): Add a keymap for the modeline string
6676 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
6678 * org-compat.el (org-propertize): New function.
6680 2008-09-20 Bastien Guerry <bzg@altern.org>
6682 * org-export-latex.el (org-export-latex-tables): protect exported
6683 tables from further special chars conversion.
6684 (org-export-latex-preprocess): Preserve LaTeX environments.
6685 (org-list-parse-list): Parse descriptive lists.
6686 (org-list-to-generic, org-list-to-latex, org-list-to-html)
6687 (org-list-to-texinfo): Export descriptive lists.
6688 (org-quote-chars): Remove.
6689 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6690 (org-export-latex-list-beginning-re): Rename to
6691 `org-list-beginning-re'
6692 (org-list-item-begin): Rename to `org-list-item-beginning'
6694 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
6696 * org.el (org-refile): Allow refiling to the last entry in the
6698 (org-get-tags-at): Fix bug when inheritance is turned off.
6700 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
6702 * org.el (org-indent-line-function): No longer check for src
6703 regions, this is too much overhead.
6705 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6708 * org.el (org-scan-tags): Make sure that tags matching is not case
6709 sensitive. TODO keyword matching is case sensitive, however, to
6710 avoid confusion with similar words that are not meant to be
6713 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
6715 * org.el (org-get-local-tags-at): New function.
6716 (org-get-local-tags): New function.
6718 * org-exp.el (org-export-get-categories): New function.
6720 * org-agenda.el (org-sorting-choice)
6721 (org-agenda-sorting-strategy, org-agenda-get-todos)
6722 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6723 (org-agenda-get-scheduled, org-agenda-get-blocks)
6724 (org-entries-lessp): Implement sorting by TODO state.
6725 (org-cmp-todo-state): New defsubst.
6727 * org-colview.el (org-colview-construct-allowed-dates): New
6729 (org-columns-next-allowed-value): Use
6730 `org-colview-construct-allowed-dates'.
6732 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6734 (org-columns-next-allowed-value): Use
6735 `org-colview-construct-allowed-dates'.
6737 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
6739 * org.el (org-protect-slash): New function.
6740 (org-get-refile-targets): Use `org-protect-slash'.
6742 * org-agenda.el (org-global-tags-completion-table): New variable.
6744 * org-exp.el (org-export-handle-export-tags): New function.
6745 (org-export-preprocess-string): Call
6746 `org-export-handle-export-tags'.
6748 * org-plot.el: New file.
6750 * org-publish.el (org-publish-expand-components): Function removed.
6751 (org-publish-expand-projects): Allow components to have components.
6753 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
6755 * org.el (org-indent-line-function): Do not indent in regions that
6756 are external source code.
6757 (org-yank-and-fold-if-subtree): New function.
6759 * org-agenda.el (org-agenda-todayp): New function.
6760 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6761 `org-agenda-todayp'.
6763 * org.el (org-insert-heading-respect-content)
6764 (org-insert-todo-heading-respect-content): New commands.
6765 (org-insert-heading-respect-content): New option.
6766 (org-insert-heading): Respect `org-insert-heading-respect-content'.
6768 * org-clock.el (org-clock-find-position): Make sure the note after
6769 the clock line gets moved into the new clock drawer.
6771 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
6773 * org-id.el (org-id-new): New option.
6775 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
6777 * org-table.el (org-table-copy-down): Avoid overflow during
6778 increment. Use prefix argument 0 to temporarily disable the
6781 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
6783 * org-exp.el (org-export-as-html): Do not turn on the major mode
6784 if the buffer will be killed anyway.
6785 (org-get-current-options): Exclude the #+TEXT field.
6786 (org-export-as-html): Make sure text before the first headline is
6789 * org-publish.el (org-publish-org-to): Tell the exporter that this
6790 buffer will be killed, so it is not necessary to do major mode
6793 * org-archive.el (org-archive-to-archive-sibling): Show empty
6794 lines after folding the archive sibling.
6796 * org.el (org-log-note-extra): New variable.
6798 2008-09-05 Bastien Guerry <bzg@altern.org>
6800 * org.el (org-additional-option-like-keywords): Added keywords for
6801 the _QUOTE, _VERSE and _SRC environments.
6803 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6804 exporting _QUOTE and _VERSE environments.
6806 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
6808 * org-agenda.el (org-agenda-filter-by-tag): New command.
6810 * org-exp.el (org-get-current-options): Remove angular brackets
6811 from the date entry.
6813 * org.el (org-edit-fixed-width-region): New function.
6814 (org-edit-fixed-width-region): Also try
6815 `org-edit-fixed-width-region'.
6816 (org-edit-fixed-width-region-mode): New option.
6817 (org-activate-code): Only interprete lines starting with colon
6818 plus a space as example lines.
6820 * org-remember.el (org-remember-templates): Add nil instead of
6821 empty strings to fix the length of remember templates.
6823 * org-table.el (org-calc-default-modes): Fix the time format for
6824 calc, from 12 hour to 24 hour clock.
6826 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
6828 * org-agenda.el (org-agenda-get-deadlines)
6829 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6830 entries that are pre-warnings of deadlines or reminders.
6832 * org.el (org-sort-entries-or-items): Make numeric and alpha
6833 comparisons ignore any TODO keyword and priority cookie.
6835 * org-remember.el (org-remember-handler): Reinterpretation of the
6838 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
6840 * org-agenda.el (org-agenda-get-scheduled): Use new
6841 `org-scheduled' face.
6843 * org-faces.el (org-scheduled): New face.
6845 * org-wl.el (org-wl-open): Remove incorrect declaration.
6847 * org-gnus.el (org-gnus-store-link): Support for :to information
6850 * org-exp.el (org-export-as-html): Fixed typo in creator
6852 (org-export-protect-examples): New parameter indent. Insert extra
6853 spaces only when this parameter is specified.
6854 (org-export-preprocess-string): Call `org-export-protect-examples'
6855 with an indentation parameter when exporting to ASCII.
6857 * org-remember.el (org-remember-templates)
6858 (org-remember-apply-template): Allow the file component to be a
6861 * org.el (org-goto-local-search-headings): Renamed from
6862 `org-goto-local-search-forward-headings'. Added the possibility
6863 to search backwards.
6865 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
6867 * org-export-latex.el (org-export-latex): New customization
6870 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6872 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
6874 * org-exp.el (org-html-do-expand): Allow {} to terminate
6877 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
6879 * org.el (org-buffer-list): Select buffers based on major mode,
6882 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
6884 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6887 * org-colview.el (org-columns-display-here): Use
6888 `org-columns-modify-value-for-display-function'.
6890 * org-colview-xemacs.el (org-columns-display-here): Use
6891 `org-columns-modify-value-for-display-function'.
6893 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
6895 * org.el (org-columns-modify-value-for-display-function): New option.
6907 * org-publish.el (org-publish-file): Make sure the directory match
6908 for the publishing directory works correctly.
6910 * org-agenda.el (org-agenda-execute-calendar-command)
6911 (org-agenda-diary-entry): Additional optional argument.
6913 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
6915 * org-exp.el (org-export-as-html): Add attributes also in mailto
6918 * org.el (org-autoload): Add `org-dblock-write:columnview'.
6927 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
6929 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6930 sure that calls from `org-export-region-as-html' do not do the
6931 special check for a subtree.
6933 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
6935 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6937 2008-07-20 Juri Linkov <juri@jurta.org>
6939 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6940 new keymap `narrow-map' instead of binding "\C-xns".
6942 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
6944 * org.el (org-open-file): Use
6945 `org-open-directory-means-index-dot-org'.
6946 (org-open-directory-means-index-dot-org): New option.
6948 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
6950 * org.el (org-make-link-string): Remove link attributes from
6952 (org-open-at-point): Remove link attributes bevore using the path.
6954 * org-exp.el (org-export-as-html): Handle link attributes.
6956 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6958 * org-table.el (org-table-to-lisp): New function.
6960 * org.el (org-narrow-to-subtree): Do not include the final newline
6961 into the narrowed region.
6963 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6964 bug with user-define skipping condition.
6966 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
6968 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6970 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
6972 * org-exp.el (org-export-html-style-default): Automatic overflow
6973 handling for pre fields.
6974 (org-export-as-ascii, org-export-as-html): Change default format
6977 * org-table.el (org-table-export): Offer completion for translator
6978 functions, and do not require a heading above the table.
6980 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6981 Cater for the case of a list starting in the first line of the
6984 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
6986 * org-publish.el (org-publish-find-title): Bug fix.
6987 (org-publish-org-index): Implement new :index-style option.
6989 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
6991 * org-publish.el (org-publish-timestamp-filename): Use
6992 SHA1-encoded file names in the timestamp directory.
6994 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
6996 * org-publish.el (org-publish-needed-p): Be verbose about files
6997 published and files skipped.
6999 * org-exp.el (org-export-preprocess-string): Swap link
7000 normalization and inernal link targeting.
7002 * org-publish.el (org-publish-needed-p): Create timestamp
7003 directory when it does not exist.
7005 2008-07-04 Bastien Guerry <bzg@altern.org>
7007 * org-clock.el (org-clock-out-when-done): Doc fix.
7009 * org.el (org-agenda-skip-unavailable-files): Doc fix.
7011 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
7012 Ignore case when searching for the COMMENT cookie at export time.
7014 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
7016 * org-exp.el (org-get-file-contents)
7017 (org-get-and-remove-property): New functions.
7018 (org-export-handle-include-files): Handle the new prefix options.
7019 (org-export-as-html): Fix the verse environment.
7021 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
7023 * org.el (org-time=, org-time<, org-time<=, org-time>)
7024 (org-time>=, org-time<>, org-2ft): New functions.
7025 (org-op-to-function): Also provide for the time testing fucntions.
7027 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
7029 * org-exp.el (org-export-html-style-default): New constant.
7031 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
7033 * org-exp.el (org-export-html-style-extra): New variable.
7034 (org-export-splice-style): New function.
7036 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
7038 * org-exp.el (org-export-plist-vars, org-export-as-html):
7039 Implement `org-export-creator-info'.
7040 (org-export-creator-info): New option.
7042 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
7044 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
7045 (org-property-drawer-re, org-clock-drawer-re): New constants.
7047 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
7049 * org-exp.el (org-icalendar-use-deadline)
7050 (org-icalendar-use-scheduled): New options.
7051 (org-icalendar-include-todo): Default changed to t.
7052 (org-print-icalendar-entries): Implement better utilization of
7053 scheduling and deadline time stamps.
7054 (org-export-target-internal-links, org-export-as-html): Allow file
7055 lines without the "file:" prefix if the file path is an absolute
7056 path or starts with ".".
7058 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
7060 (org-clock-special-range): Also undertand yesterday, lastweek etc.
7062 2008-06-18 Glenn Morris <rgm@gnu.org>
7063 * org.el (org-map-entries): Let-bind `file'.
7065 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
7067 * org.el (org-agenda-skip-archived-trees): Docstring now
7068 discourages using this.
7069 (org-scan-tags): Check for org-agenda-archives-mode.
7070 (org-map-entries): Make sure org-agenda-archives-mode is nil.
7071 (org-agenda-files): Functionality of second arg changed.
7073 * org-agenda.el (org-agenda-archives-mode): New variable
7074 (org-write-agenda, org-prepare-agenda, org-agenda-list)
7075 (org-search-view, org-todo-list, org-tags-view)
7076 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
7078 (org-agenda-quit): Reset the archives mode.
7079 (org-agenda-archives-mode): New command.
7080 (org-agenda-set-mode-name): Include archives info.
7082 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
7084 * org.el (org-paste-subtree): Make sure the yanked headline is
7085 visible if it was yanked at a visible point.
7086 (org-move-item-up): Fix the bug with moving white space at the end
7088 (org-show-empty-lines-in-parent): New function.
7090 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
7092 * org-colview.el (org-columns-next-allowed-value): Bug fix.
7094 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
7096 * org-agenda.el (org-agenda-get-closed): Get the end time into the
7097 agenda prefix as well.
7099 * org-publish.el (org-publish-org-index): Make a properly indented
7102 * org.el (org-calendar-agenda-action-key): New option.
7103 (org-get-cursor-date): New function.
7104 (org-mark-entry-for-agenda-action): New command.
7105 (org-overriding-default-time): New variable.
7106 (org-read-date): Respect `org-overriding-default-time'.
7108 * org-remember.el (org-remember-apply-template): Respect the
7109 ovverriding default time.
7111 * org-agenda.el (org-agenda-action-marker): New variable.
7112 (org-agenda-action): New command.
7113 (org-agenda-do-action): New function.
7115 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
7117 * org.el (org-schedule, org-deadline): Protect scheduled and
7118 deadline tasks against changes that accidently remove the
7119 repeater. Also show a message with the new date when done.
7121 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
7123 * org.el (org-beginning-of-line): Cater for the case when there
7124 are tags but no headline text.
7125 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
7128 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
7130 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
7131 the return value is nil instead of "nil" when there is no match.
7133 * org-exp.el (org-insert-centered): Use fill-column instead of
7135 (org-export-as-ascii): Use string-width to measure the width of
7138 * org.el (org-diary-to-ical-string): No longer kill buffer
7139 FROMBUF, this is now done by the caller.
7141 * org-exp.el (org-print-icalendar-entries): Move the call to
7142 `org-diary-to-ical-string' out of the loop, and kill the buffer
7145 * org-remember.el (org-remember-visit-immediately): Position
7146 cursor after moving to the note.
7147 (org-remember-apply-template): Use a text property to record the
7149 (org-remember-handler): Align tags after pasting the note.
7151 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
7153 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
7155 * org-agenda.el (org-agenda-open-link): If there is an
7156 org-bbdb-name property in the current line, jump to that bbdb
7159 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
7160 text property, so that the agenda knows where this entry comes
7163 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
7164 interaction between clocking-in from the agenda, and automatic
7165 task state switching.
7167 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
7169 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
7170 zmacs-region stays after this command in XEmacs.
7172 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
7174 * org.el (org-scan-tags): Allow new values for ACTION parameter.
7176 * org-remember.el (org-remember-templates): Fix bug in
7177 customization type definition.
7179 * org.el (org-map-entries): New function.
7181 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
7183 * org-agenda.el (org-agenda-skip-comment-trees): New option.
7184 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
7186 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
7188 * org-remember.el (org-jump-to-target-location): New variable.
7189 (org-remember-apply-template): Set
7190 `org-remember-apply-template' if requested by template.
7191 (org-remember-handler): Start an idle timer to jump to
7194 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
7196 * org.el (org-set-regexps-and-options): Fix bug with parsing of
7198 (org-get-tags-at): Add the content of `org-file-tags'.
7200 * org-exp.el (org-export-handle-comments): Fix bug with several
7201 comment lines after each other.
7202 (org-number-to-roman, org-number-to-counter): New functions.
7203 (org-export-section-number-format): New option.
7205 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
7207 * org-exp.el (org-export-protect-examples): Catch the case of a
7208 missing end_example line.
7210 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
7211 `org-file-tags' to nil.
7213 * org-colview.el (org-columns-next-allowed-value): Handle next
7214 argument NTH to directly select a value.
7216 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
7217 argument NTH to directly select a value.
7219 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
7221 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
7223 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
7225 * org.el (org-columns-ellipses): New option.
7227 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
7229 * org-colview.el (org-columns-add-ellipses): New function.
7230 (org-columns-compact-links): New function.
7231 (org-columns-cleanup-item): Call `org-columns-compact-links'.
7232 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
7234 (org-columns-edit-value): Fixed bug with editing values from
7236 (org-columns-redo): Also redo the agenda itself.
7238 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
7240 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
7243 * org-colview.el (org-agenda-columns-cleanup-item): New function.
7245 * org-exp.el (org-export-ascii-preprocess): Renamed from
7246 `org-export-ascii-clean-string'.
7247 (org-export-kill-licensed-text)
7248 (org-export-define-heading-targets)
7249 (org-export-handle-invisible-targets)
7250 (org-export-target-internal-links)
7251 (org-export-remove-or-extract-drawers)
7252 (org-export-remove-archived-trees)
7253 (org-export-protect-quoted-subtrees)
7254 (org-export-protect-verbatim, org-export-protect-examples)
7255 (org-export-select-backend-specific-text)
7256 (org-export-mark-blockquote-and-verse)
7257 (org-export-remove-comment-blocks-and-subtrees)
7258 (org-export-handle-comments, org-export-mark-radio-links)
7259 (org-export-remove-special-table-lines)
7260 (org-export-normalize-links)
7261 (org-export-concatenate-multiline-links)
7262 (org-export-concatenate-multiline-emphasis): New functions,
7263 obtained from spliiting the export preprocessor.
7265 * org-table.el (org-table-recalculate): Improve error message if
7266 the row number is invalid.
7268 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
7270 * org-archive.el (org-archive-save-context-info): Fix bugs in
7271 customization setup and docstring.
7273 * org-exp.el (org-export-html-style): Changed the size of in the
7274 <pre> element to 90%.
7276 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
7278 * org.el (org-find-src-example-start): Function removed.
7279 (org-edit-src-find-region-and-lang): New function.
7281 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
7283 * org.el (org-edit-src-exit): New function.
7284 (org-exit-edit-mode): New minor mode.
7286 * org-exp.el (org-export-preprocess-string): Fix bug with removing
7287 comment-like lines from protected examples.
7289 * org.el (org-edit-src-example, org-find-src-example-start)
7290 (org-protect-source-example, org-edit-special): New functions.
7292 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
7294 * org-publish.el (org-publish-project-alist): Fix typo in
7296 (org-publish-project-alist): Handle :index-title property.
7298 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
7300 * org-export-latex.el (org-export-as-latex): Make sure region
7301 bounds are correct. Parse subtree properties relating to export.
7303 * org-exp.el (org-export-add-options-to-plist): New function.
7304 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
7306 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
7308 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
7311 * org-exp.el (org-export-get-title-from-subtree)
7312 (org-export-as-ascii, org-export-as-html): Make sure the original
7313 region-beginning and region-end are used, even after moving
7315 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
7318 * org-remember.el (org-remember-last-stored-marker): New variable.
7319 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
7320 (org-remember-handler): Also use marker to remember
7321 last-stored position.
7323 * org.el (org-goto-marker-or-bmk): New function.
7325 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
7327 * org.el (org-file-properties): Renamed from `org-local-properties'.
7328 (org-scan-tags): Take file tags into account.
7329 (org-tags-match-list-sublevels): Default changed to t.
7331 * org-exp.el (org-export-as-html): Close paragraph after a
7334 * org.el (org-update-parent-todo-statistics): New function.
7336 * org-exp.el (org-icalendar-store-UID): New option.
7337 (org-icalendar-force-UID): Option removed.
7338 (org-print-icalendar-entries): IMplement UIDs.
7340 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
7342 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7344 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
7346 * org-faces.el (org-column): Document how this face is being used
7347 and why sometimes the background faces shine through.
7349 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7351 * org-publish.el (org-publish-attachment): Create publishing
7352 directory if it does not yet exist.
7354 * org-table.el (org-calc-default-modes): Change default number
7355 format to (float 8).
7357 * org.el (org-olpath-completing-read): New function.
7358 (org-time-clocksum-format): New option.
7359 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7361 * org-clock.el (org-clock-display, org-clock-out)
7362 (org-update-mode-line): Use `org-time-clocksum-format'.
7364 * org-colview-xemacs.el (org-columns-number-to-string): Use
7365 `org-time-clocksum-format'.
7367 * org-colview.el (org-columns-number-to-string): Use
7368 `org-time-clocksum-format'.
7370 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
7372 * org-id.el: New file, move from contrib to core.
7374 * org-exp.el (org-icalendar-force-UID): New option.
7376 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
7378 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7379 shifted by one day if theere is a date range without an end
7382 * org.el (org-try-structure-completion): New function.
7384 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
7386 * org.el (org-set-font-lock-defaults): Improve fontification of
7388 (org-insert-item): Handle description lists.
7389 (org-adaptive-fill-function): Improve auto indentation in
7392 * org-exp.el (org-export-as-html, org-export-preprocess-string):
7393 Implement VERSE environment.
7394 (org-export-preprocess-string): Implement the COMMENT
7397 * org-export-latex.el (org-export-latex-preprocess): Implement
7400 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
7402 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7405 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
7407 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7409 * org.el (org-quote-csv-field): New functions.
7411 * org-table.el (org-table-export-default-format): Remove :splice
7412 from default format, we get the same effect by not specifying
7414 (org-table-export): Improve setup, distinguish better between
7415 interactive and non-interactive use, allow specifying the format
7416 on the fly, better protection against wrong file names.
7417 (orgtbl-to-generic): Fix documentation. Do not require :tstart
7418 and :tend when :splice is omitted.
7420 2008-05-09 Bernt Hansen <bernt@norang.ca>
7422 * org-clock.el (org-clock-select-task): Make sure the selection
7423 letters are 1-9 and A-Z, no special characters.
7425 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
7427 * org-exp.el (org-export-htmlize): New group.
7428 (org-export-htmlize-output-type)
7429 (org-export-htmlize-css-font-prefix): New options.
7430 (org-export-htmlize-region-for-paste): New function.
7431 (org-export-htmlize-generate-css): New command.
7433 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
7435 * org/org.el (org-modules, org-format-latex-options):
7436 * org/org-archive.el (org-archive-stamp-time)
7437 (org-archive-save-context-info):
7438 * org/org-faces.el (org-hide):
7439 * org/org-irc.el (org-irc-parse-link):
7440 * org/org-macs.el (org-call-with-arg, org-autoload):
7441 * org/org-mew.el (org-mew-store-link):
7442 * org/org-remember.el (org-remember-store-without-prompt)
7443 (org-remember-templates): Fix typos in docstrings.
7445 * org/org-info.el (org-info-store-link): Remove leftover docstring.
7447 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7448 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7449 (org-bbdb-anniv-split): Fix typos in docstrings.
7451 * org/org-publish.el (org-publish-project-alist): Doc fixes.
7452 (org-publish-use-timestamps-flag): Reflow docstring.
7453 (org-publish-files-alist): Fix typos in docstring.
7455 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
7457 * org.el (org-set-visibility-according-to-property): New function.
7458 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7459 and compute the regular expressions, and update font-lock.
7460 (org-property-re): Allow a dash in property names.
7462 * org-archive.el (org-extract-archive-file): Insert the file name
7463 without the path into the format, to allow the location format to
7464 contain a subdirectory.
7466 * org-agenda.el (org-agenda-post-command-hook): If point is at end
7467 of buffer, and the `org-agenda-type' property undefined, use the
7468 value from the character before.
7470 * org.el (org-add-planning-info): Don't let indentation for
7471 would-be timestamp become extra whitespace at the end of headline.
7473 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
7475 * org.el (org-remove-double-quotes, org-file-contents): New
7478 * org-exp.el (org-infile-export-plist): Also parse the
7479 contents of #+SETUPFILE files, recursively.
7481 * org.el (org-set-regexps-and-options): Also parse the
7482 contents of #+SETUPFILE files, recursively.
7484 * org-exp.el (org-export-handle-include-files): New function.
7485 (org-export-preprocess-string): Call
7486 `org-export-handle-include-files'.
7488 * org.el (org-delete-property-globally)
7489 (org-delete-property, org-set-property): Ignore case during
7491 (org-set-property): Use `org-completing-read' instead of
7494 * org.el (org-complete-expand-structure-template): New,
7495 experimental function.
7496 (org-structure-template-alist): New, experimental option.
7497 (org-complete): Call `org-complete-expand-structure-template'.
7499 2008-05-06 Bastien Guerry <bzg@altern.org>
7501 * org-export-latex.el (org-export-latex-preprocess): Added
7502 support for blockquotes.
7504 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
7506 * org.el (org-read-date-analyze): Catch the case where only a
7509 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
7511 * org.el (org-set-font-lock-defaults): Make the description
7514 * org-exp.el (org-export-as-html, org-close-li): Implement
7517 2008-05-04 Jason Riedy <jason@acm.org>
7519 * org-table.el (*orgtbl-default-fmt*): New variable.
7520 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7521 when there is no other fmt available.
7523 (orgtbl-to-generic): Allow an explicitly nil :tstart or
7524 :tend to suppress the appropriate string.
7526 (orgtbl-to-orgtbl): New function for translating to another orgtbl
7529 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
7531 * org.el (org-read-date-analyze): "." as an alias for "+0" in
7534 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7537 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7540 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
7542 * org-clock.el (org-clock-find-position): Don't include notes
7545 * org-archive.el (org-archive-subtree): No longer remove an
7546 extra line after cutting the subtree. `org-cut-subtree' already
7549 * org-remember.el (org-remember-handler): Only kill the target
7550 buffer if it does not contain the running clock.
7552 * org.el (org-markers-to-move): New variable.
7553 (org-save-markers-in-region, org-check-and-save-marker)
7554 (org-reinstall-markers-in-region): New function.
7555 (org-move-subtree-down, org-copy-subtree): Remember relative
7556 marker positions before cutting.
7557 (org-move-subtree-down, org-paste-subtree): Restore relative
7558 marker positions after pasting.
7560 * org-remember.el (org-remember-clock-out-on-exit): New option.
7561 (org-remember-finalize): Clock out only if the setting in
7562 `org-remember-clock-out-on-exit' requires it.
7563 (org-remember-handler): Do the cleanup in the buffer, to make sure
7564 that the clock marker remains in tact.
7566 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
7568 * org-clock.el (org-clock-goto): Widen buffer if necessary.
7569 (org-clock-in): Make sure that also tasks outside the narrowed
7570 region will be clocked in correctly.
7571 (org-clock-insert-selection-line): Widen the buffer so that we can
7572 find the correct task heading.
7574 * org.el (org-base-buffer): New function.
7576 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7577 and ";" are escaped.
7578 (org-print-icalendar-entries): Also apply
7579 `org-icalendar-cleanup-string' to the headline, not only to the
7582 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
7584 * org-exp.el (org-export-preprocess-hook): New hook.
7585 (org-export-preprocess-string): Call
7586 `org-export-preprocess-hook'.
7588 * org.el (org-font-lock-hook): New variable.
7589 (org-font-lock-hook): New function.
7590 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7594 ;; add-log-time-zone-rule: t
7597 Copyright (C) 2008 Free Software Foundation, Inc.
7599 This file is part of GNU Emacs.
7601 GNU Emacs is free software: you can redistribute it and/or modify
7602 it under the terms of the GNU General Public License as published by
7603 the Free Software Foundation, either version 3 of the License, or
7604 (at your option) any later version.
7606 GNU Emacs is distributed in the hope that it will be useful,
7607 but WITHOUT ANY WARRANTY; without even the implied warranty of
7608 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7609 GNU General Public License for more details.
7611 You should have received a copy of the GNU General Public License
7612 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
7614 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c