1 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-export-latex.el (org-export-latex-tables)
4 (org-export-latex-links): Implement attribute, label, and caption
7 * org-exp.el (org-export-html-style-default): Add style
8 definitions for the figure div.
9 (org-export-preprocess-string, org-export-as-html): Implement
10 attribute, label, and caption handling.
11 (org-export-attach-captions-and-attributes): New function.
12 (org-export-html-format-image): New function.
13 (org-format-org-table-html): Implement attribute, label, and
16 * org.el (org-find-text-property-in-string): New function.
17 (org-extract-attributes): Use the property org-attr instead of
18 org-attrobutes, because this property is now set with the #+ATTR
21 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
23 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
24 the case that FROM is nil.
26 * org.el (org-before-first-heading-p): New function.
28 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
30 * org-exp.el (org-export-as-html): Do not add a space before
32 (org-export-as-html): Close paragraph before blockquote and verse
35 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
37 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
38 bindings of calendar variables.
40 * org-table.el (org-table-find-row-type): Renamed from
42 (org-table-rewrite-old-row-references): Renamed from
43 `org-rewrite-old-row-references'.
44 (org-table-shift-refpart): Renamed from `org-shift-refpart'.
45 (org-table-cleanup-narrow-column-properties): Renamed from
46 `org-cleanup-narrow-column-properties'.
48 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
50 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
51 for better error messages.
52 (org-table-get-descriptor-line): Supply the new arguments to
54 (org-table-error-on-row-ref-crossing-hline): New option.
56 * org.el (org-target-link-regexp): Make buffer-local.
57 (org-move-subtree-down): Fix bug with trees at beginning of
60 2008-12-04 Carsten Dominik <carsten.dominik@gmail.com>
62 * org-faces.el (org-set-tag-faces): New function.
63 (org-tags-special-faces-re): New variable.
65 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
67 * org-faces.el (org-tag-faces): New option.
68 (org-tag): Mention `org-tag-faces' in the docstring.
70 2008-12-03 Carsten Dominik <carsten.dominik@gmail.com>
72 * org-exp.el (org-export-html-style-default): Implement new
75 * org-jsinfo.el (org-infojs-template): Implement new quoting.
77 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
78 command to the `w3m-minor-mode-map'.
80 * org-archive.el (org-archive-to-archive-sibling): Protect
81 `this-command' to avoid appending kills during archiving.
83 * org-exp.el (org-export-with-priority): New variable.
84 (org-export-add-options-to-plist): Use `org-export-plist-vars'
85 instead of internal list of strings and properties.
86 (org-print-icalendar-entries): Retrieve the location property with
89 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
91 * org-exp.el (org-export-with-todo-keywords): New option.
92 (org-export-plist-vars): Include also the keys for the #+OPTIONS
94 (org-default-export-plist, org-export-add-options-to-plist)
95 (org-export-as-ascii, org-export-as-html): Use the new structure
96 of `org-export-plist-vars'.
98 * org.el (org-map-entries): Return all values.
100 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
102 * org.el (org-matcher-time): Recognize more special values.
104 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
106 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
108 * org.el (org-tags-exclude-from-inheritance): New option.
109 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
110 `org-tags-exclude-from-inheritance'.
112 * org-agenda.el (org-agenda-show-inherited-tags): New option.
113 (org-format-agenda-item): Add inherited tags to the agenda line
114 string, and make sure that properties are kept when downcasing the
116 (org-agenda-add-inherited-tags): New function.
117 (org-downcase-keep-props): New function.
119 * org.el (org-scan-tags): Mark inherited tags with a text
121 (org-get-tags-at): Mark inherited tags with a text property.
122 (org-add-prop-inherited): New function.
124 * org-agenda.el (org-agenda-add-inherited-tags): New function.
125 (org-agenda-show-inherited-tags): New option.
127 2008-11-26 Carsten Dominik <carsten.dominik@gmail.com>
129 * org.el (org-modules): Add org-w3m to the default modules.
131 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
133 (orgtabl-create-or-convert-from-region): New command.
135 * org-exp.el (org-export-as-ascii): Remove the handling of
137 (org-export-ascii-preprocess): Handle targets already in this
140 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
142 * org-timer.el (org-timer-start-time): Define this variable.
143 (org-timer-item): Make argument optional.
145 * org-list.el (org-insert-item): Automatically insert a timer item
146 if the current list is a timer list.
148 * org-timer.el: New file.
150 * org-publish.el (org-publish-org-index): Only exclude the index
151 file in the main directory from being added to the site-map.
152 (org-publish-get-project-from-filename): If the current project is
153 a component, start publishing from the parent project.
155 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
157 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
159 * org-publish.el (org-publish-org-index): Improve removal of
162 * org-agenda.el (org-get-closed): Re-apply changes
163 accidentially overwritten by last commit to Emacs.
165 * org.el (org-outline-path-complete-in-steps): New option.
166 (org-refile-get-location): Honor
167 `org-outline-path-complete-in-steps'.
168 (org-agenda-change-all-lines, org-tags-sparse-tree)
169 (org-time-string-to-absolute, org-small-year-to-year)
170 (org-link-escape): Re-apply changes accidentially overwritten
171 by last commit to Emacs.
173 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
175 * org-clock.el (org-dblock-write:clocktable): Make sure the
176 clocktable sees the first line.
177 (org-clock-in): Warn if the clock cannot be resumed.
179 2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
181 * org.el (org-open-at-point): Fix mixup about interactive and
182 non-interactive elisp links.
184 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
186 * org-exp.el (org-export-preprocess-string): Allow one comment
187 line before the first headline to always be included. This is
188 to not miss a commented target.
190 * org-mouse.el (org-mouse-insert-item): Call
191 `org-indent-to-column' instead of `indent-to', for XEmacs
194 * org.el (org-refile-targets): Fix customize definition so
195 that it works also in XEmacs.
196 (org-fixup-indentation): Call `org-indent-to-column' instead
197 of `indent-to', for XEmacs compatibility.
199 2008-11-21 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
201 * org-mew.el (org-mew-store-link): Get the correct case folder
202 for refiled messages.
204 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
206 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
207 line break indicators.
209 * org.el (org-ido-completing-read): Remove the "i:" prefix for
210 ido-completion propts.
212 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
214 * org-remember.el (org-remember-apply-template): Use
215 `org-substring-no-properties'.
217 * org-compat.el (org-substring-no-properties): New function.
219 * org-remember.el (org-remember-apply-template): Use
220 `org-substring-no-properties' for compatibility.
222 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
224 (org-fix-bullet-type): respect
225 `org-list-two-spaces-after-bullet-regexp'.
227 * org-clock.el (org-clock-load): Clean up the code.
229 * org.el (org-adaptive-fill-function): Allow two spaces after
230 "1." as a list bullet.
232 2008-11-20 Carsten Dominik <carsten.dominik@gmail.com>
234 * org-clock.el (org-clock-save, org-clock-load): Check for
235 live buffers, existing files, and buffer file names to ensure
236 consistent information.
237 (org-clock-persist): Make `clock' a special value of this
238 variable, and improve docstring.
240 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
241 (org-get-string-indentation): Adapt indentation when the bullet
244 2008-11-19 Carsten Dominik <carsten.dominik@gmail.com>
246 * org-remember.el (org-remember-finalize): Make interactive.
247 (org-remember-kill): New command.
248 (org-remember-finish-immediately): Call `org-remember-finalize'
250 (org-remember-finalize): Make `org-remember-finalize' an interactive
253 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
255 * org-remember.el (org-remember-apply-template): No ido completion
256 for free prompts in remember templates.
257 (org-remember-before-finalize-hook): New hook.
258 (org-remember-mode): New minor mode.
259 (org-remember-apply-template): Turn on `org-remember-mode'.
261 * org-id.el (org-id-add-location): Avoid error when no file is
264 * org-remember.el (org-remember-apply-template): Fix the way how
265 the list of allowed properties is retrieved from the target file.
267 * org.el (org-insert-link): Improve file link matching.
269 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
271 * org-colview.el (org-columns-display-here): New argument
272 DATELINE, to trigger using the new face.
273 (org-agenda-colview-summarize): Call `org-columns-display-here'
274 with the new argument.
276 * org-faces.el (org-agenda-column-dateline): New face.
278 * org-publish.el (org-publish-org-index): Use index-title at page
279 title, not as section.
281 * org-exp.el (org-export-html-format-desc): Respect the
282 org-protect property.
283 (org-export-as-html): Protect image specifiers that are in the
284 description part of a link.
286 * org.el (org-sort-entries-or-items, org-completing-read)
287 (org-refile-get-location, org-olpath-completing-read, org-todo)
288 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
289 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
290 (org-set-property, org-delete-property)
291 (org-delete-property-globally): Use `org-ido-completing-read'.
293 * org-remember.el (org-remember-apply-template): Use
294 `org-ido-completing-read'.
296 * org-publish.el (org-publish): Use `org-ido-completing-read'.
298 * org-colview.el (org-columns-edit-value, org-columns-new)
299 (org-insert-columns-dblock): Use `org-ido-completing-read'.
301 * org-colview-xemacs.el (org-columns-edit-value)
302 (org-columns-new, org-insert-columns-dblock): Use
303 `org-ido-completing-read'.
305 * org-attach.el (org-attach-delete-one, org-attach-open): Use
306 `org-ido-completing-read'.
308 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
309 `org-ido-completing-read'.
311 * org.el (org-time-today): New function.
312 (org-matcher-time): Use `org-time-today'. Add special treatment
313 for "<tomorrow>" and "<yesterday>".
314 (org-ido-completing-read): New function.
315 (org-completion-use-ido): New option.
317 * org-exp.el (org-export-format-source-code): Fix bug in require
319 (org-export-target-internal-links): Fix bug in search for text
322 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
324 * org-export-latex.el (org-export-latex-subcontent): Interprete
325 target aliases as additonal labels.
327 * org-exp.el (org-export-target-aliases): New variable.
328 (org-export-preprocess-string)
329 (org-export-handle-invisible-targets): Fill the alias alist.
330 (org-export-as-html): Remove the from the anchor, and also
332 (org-html-level-start): Insert the target aliases as additonal
335 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
338 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
340 * org.el (org-open-at-mouse): Ensure correct link abbreviations
341 when following a link with the mouse from the agenda.
343 * org-exp.el (org-export-as-html): Avoid lone </div> when no
344 headlines are created.
346 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
348 * org.el (org-link-translation-function): New option.
349 (org-open-at-point): Call `org-link-translation-function' if
351 (org-translate-link): New function.
352 (org-translate-link-from-planner): New function.
353 (org-open-at-point): Allow interactive commands in elisp links.
355 * org-exp.el (org-icalendar-cleanup-string): Restore the old
356 iCalendar quoting. The new one seems to caus problems with
359 * org.el (org-yank): Set `this-command' to `yank', so that
360 `yank-pop' will work.
362 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
364 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
365 compliance as far as quoting is concerned.
367 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
368 hexified version of the tag.
370 * org-vm.el (org-vm-follow-link): Require `vm-search'.
372 * org.el (org-up-heading-safe, org-forward-same-level): Always
373 call `org-back-to-heading' instead of `outline-back-to-heading'.
374 (org-back-to-heading): New wrapper around outline-back-to-heading,
375 with a useful error message telling where the error happened.
377 * org-list.el (org-update-checkbox-count): Always call
378 `org-back-to-heading' instead of `outline-back-to-heading'.
380 * org-exp.el (org-export-as-html): Make sure that each <img> tag
381 has an `alt' attribute, to ensure XHTML validation.
383 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
385 * org-publish.el (org-publish-attachment): Allow publishing to
386 overwrite attachment files.
388 * org-agenda.el (org-agenda-timerange-leaders): New option.
389 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
391 * org.el (org-edit-src-exit): Untabify ASCII image before
405 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
407 * org.el (org-yank): Make any prefix force normal yanking.
408 Suppress folding if text would be swallowed into a folded
410 (org-yank-folded-subtrees, org-yank): Docstring updates.
412 * org-agenda.el (org-agenda-compare-effort): Treat no effort
415 * org-exp.el (org-export-language-setup): Add Catalan and
416 Esperanto language entries.
418 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
420 * org.el (org-refile): Allow refiling of entire regions.
422 * org-clock.el (org-clock-time%): New function.
424 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
425 retrieve property values.
427 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
429 * org-agenda.el (org-agenda-list): Handle the value `only' of
430 org-agenda-show-log'.
431 (org-agenda-log-mode): Interpret a double prefix arg.
433 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
435 * org-exp.el (org-export-html-footnotes-section): New variable.
436 (org-export-as-html): Use `org-export-html-footnotes-section' to
437 insert the footnotes.
438 (org-export-language-setup): Add "Footnotes" to language words.
440 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
442 * org.el (org-yank): Fix bug when not inserting a subtree.
444 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
446 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
447 instead of `vm-beginning-of-message'.
449 * org.el (org-make-link-regexps): Make sure that links to gnus can
452 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
454 * org-attach.el (org-attach-dir): Remove duplicate ID creation
457 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
460 * org.el (org-link-abbrev-alist): Improve customization type.
462 * org-attach.el (org-attach-expand-link, org-attach-expand): New
465 * org-agenda.el (org-agenda-get-progress): Renamed from
466 `org-get-closed'. Implement searching for state changes as well.
467 (org-agenda-log-mode-items): New option.
468 (org-agenda-log-mode): New option prefix argument, interpreted as
469 request to show all possible progress info.
470 (org-agenda-get-day-entries): Call `org-get-progress' instead of
472 (org-agenda-set-mode-name): Handle the more complex log mode
474 (org-get-closed): New alias, pointing to `org-get-progress'.
476 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
478 * org.el (org-file-apps-defaults-gnu)
479 (org-file-apps-defaults-macosx)
480 (org-file-apps-defaults-windowsnt): Add an entry defining the
482 (org-file-apps): Allow `system' as key and value.
483 (org-open-at-point): Explain the effect of a double prefix arg.
484 (org-open-file): If the argument `in-emacs' is (16),
485 i.e. corresponding to a double prefix argument, try to open the
488 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
490 * org.el (org-insert-link): Abbreviate absolute files names in
491 links. Also, fix a bug in which the double C-u prefix would not
494 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
496 * org.el (org-insert-heading): If buffer does not end with a
497 newline, add one if necessary to insert headline correctly.
499 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
500 paragraphs, not inside.
502 * org.el (org-todo): Quote
503 `org-agenda-headline-snapshot-before-repeat'.
505 * org-exp.el (org-export-as-html): Fully process link descriptions.
506 (org-export-html-format-desc): New function.
507 (org-export-as-html): Collect footnotes into the correct basket.
508 (org-html-protect): No longer protect quotations marks here, this
511 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
514 * org-compat.el (org-fit-window-to-buffer): New function (not
515 really, a preliminary and incomplete version was present earlier,
518 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
519 `org-fit-window-to-buffer'.
521 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
523 * org-agenda.el (org-agenda-get-restriction-and-command)
524 (org-fit-agenda-window, org-agenda-convert-date): Use
525 `org-fit-window-to-buffer'.
527 * org-exp.el (org-export-as-html): Process href links through
528 `org-export-html-format-href'.
529 (org-export-html-format-href): New function.
531 * org-agenda.el (org-agenda-todo): Update only the current
532 headline if this is a repeated TODO, marked done for today.
533 (org-agenda-change-all-lines): New argument JUST-THIS, to change
534 only the current line.
536 * org.el (org-todo): Take a snapshot of the headline if the
537 repeater might change it.
539 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
541 * org-publish.el (org-publish-find-title): Remove buffers visited
542 only for extracting the title.
544 * org-exp.el (org-export-html-style)
545 (org-export-html-style-default): Mark style definitions as
548 * org-publish.el (org-publish-validate-link): Function
551 2008-11-02 Charles Sebold <csebold@gmail.com>
553 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
555 (org-plot-quote-timestamp-field): New function.
556 (org-plot-quote-tsv-field): Call timestamp field function when
557 necessary rather than just quoting as a string.
558 (org-plot/gnuplot-to-data): Pass in timefmt property.
559 (org-plot/gnuplot-script): Supports timefmt property.
560 (org-plot/gnuplot): Checks for timestamp column before checking
561 for text index column.
563 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
565 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
567 * org-publish.el (org-publish-org-index): Create a section in the
569 (org-publish-org-index): Stop linking to directories.
571 * org.el (org-emphasis-alist): Use span instead of <u> to
574 * org-exp.el (org-export-as-html): Make sure <p> is closed before
577 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
579 * org-jsinfo.el (org-infojs-template): Remove language attribute
582 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
584 * org-agenda.el (org-agenda-remove-marked-text): New function.
585 (org-agenda-mark-filtered-text)
586 (org-agenda-unmark-filtered-text): New functions.
587 (org-write-agenda): Remove fltered text.
589 * org.el (org-make-tags-matcher): Give access to TODO "property"
590 without speed penalty.
592 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
594 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
596 (org-store-link-props): Make sure adding to the plist works
599 * org-gnus.el (org-gnus-no-new-news): New function.
600 (org-gnus-follow-link): Allow the article ID to be a message-id,
601 in addition to allowing article numbers. Message IDs make much
603 (org-gnus-store-link): Use message-id to create link.
605 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
607 * org.el (org-emphasize): Reverse the selection array.
608 (org-emphasis-alist): Set <code> tags for the verbatim
611 * org-remember.el (org-remember-handler): Fix bug with
612 prefix-related changing of the note storage target.
614 * org-exp.el (org-print-icalendar-entries): Make the exported
615 priorities compatible with RFC 2445.
617 * org-clock.el (org-clock-save): Insert time stamp without
618 dependence on time-stamp.el.
620 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
622 * org.el ("saveplace"): If saveplace puts point into an invisible
623 location, make it visible.
624 (org-make-tags-matcher): Allow inactive time stamps in time
626 (org-yank-adjusted-subtrees): New option.
627 (org-yank): Incorporate adjusting trees.
628 (org-paste-subtree): New argument FOR-YANK which will cause
629 insertion at point without backing up over white lines, and leave
630 point at the end of the inserted text. Also if the cursor is
631 at the beginning of a headline, use the same level or the inserted
634 * org-publish.el (org-publish-get-base-files-1): Deal correctly
637 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
639 * org-exp.el (org-export-select-tags, org-get-current-options):
642 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
644 * org-agenda.el (org-format-agenda-item)
645 (org-agenda-filter-make-matcher): Make sure tags are stored and
648 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
650 * org.el (org-insert-todo-heading): Fix bug with force-heading
653 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
655 * org-clock.el (org-clock-in-resume): Add a custom option to
656 toggle starting the clock from an open clock line.
657 (org-clock-in): When clocking in to an entry, if
658 `org-clock-in-resume' is set, check if the first clock line is
659 open and if so, start the clock from the time in the clock line.
660 (org-clock-persist): Add a custom option to toggle clock
662 (org-clock-persist-query-save): Add a custom option to toggle
663 asking the user if they want to save the running clock when
665 (org-clock-persist-query-resume): Add a custom option to toggle
666 asking the user if they want to resume the saved clock when Emacs
668 (org-clock-save): Add a function to save clock data.
669 This includes the contents of `org-clock-history' and the buffer
670 and position of the currently clocked task, if any.
671 (org-clock-load): Add a function to load clock data.
672 This populates `org-clock-history', and resumes the saved clocked
673 task if there is one.
674 (org-clock-persistence-insinuate): Add a method to set up the
675 hooks for clock persistence.
677 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
679 * org-exp.el (org-export-as-ascii): Handle the case that we are
680 publishing from an indirect buffer.
682 * org-table.el (org-table-copy-down): Fix bug with time stamp
685 * org-mouse.el (org-mouse-features): New option.
686 (org-mode-hook): Turn on features depending on
687 `org-mouse-features'.
689 * org.el (org-insert-heading-respect-content): Force heading
691 (org-insert-heading): keep the folding state of the heading before
694 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
696 * org-archive.el (org-archive-to-archive-sibling): Handle top
697 level headlines better.
699 2008-10-21 Bastien Guerry <bzg@altern.org>
701 * org-export-latex.el (org-export-latex-classes): Added
702 \usepackage{graphicx} to the default list of packages.
704 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
706 * org-agenda.el (org-agenda-filter): Renamed from
707 `org-agenda-filter-tags'.
709 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
711 * org.el (org-entry-properties): Add CATEGORY property, iven if it
712 is not defined as a property in this entry.
713 (org-add-log-note): Mask prefix argument when immediately storing
716 * org-agenda.el (org-agenda-filter-effort-default-operator): New
719 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
721 * org.el (org-add-log-setup): Bugfix; code to find insertion point
722 after drawers was skipping ahead one line too many, so notes were
723 inserted after the first note instead of before it.
725 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
727 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
729 (org-prepare-agenda): Reset the filter tags.
730 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
731 Show filter tags in mode line.
733 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
736 * org-export-latex.el (org-latex-entities-regexp): New constant.
737 (org-export-as-pdf): Use two calls to `shell-command'.
739 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
741 * org-export-latex.el (org-export-latex-treat-sub-super-char):
742 Honor the {} value of the subsuperscript setting. Make sure that
743 longer subsuperscripts are typeset in a roman font.
745 * org.el (org-clock-update-time-maybe): Compute negative clock
748 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
750 * org.el (org-add-log-setup): Respect
751 `org-log-state-notes-insert-after-drawers'.
752 (org-log-state-notes-insert-after-drawers): New option.
753 (org-todo-trigger-tag-changes): New function.
754 (org-todo): Call `org-todo-trigger-tag-changes'.
756 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
758 * org.el (org-add-log-setup): Only skip drawers if the are
759 immediately after the scheduling keywords.
761 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
763 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
764 call it with the current todo state to get the state to switch to
766 (org-clock-in): Use org-indent-line-function to indent clock lines.
767 (org-clock-find-position): Fix indentation of empty clock drawers.
769 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
771 * org-publish.el (org-publish-org-to): Handle case when
772 org-export-to-pdf does return a file name, not a buffer.
773 (org-publish-org-to-pdf): New function.
775 * org-export-latex.el (org-export-as-pdf)
776 (org-export-as-pdf-and-open): New commands.
778 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
781 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
782 things in protexted regions.
784 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
786 * org-export-latex.el (org-export-latex-preprocess): Improve
787 quoting of LaTeX environments.
789 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
791 * org.el (org-edit-fixed-width-region): Exclude final newline from
794 * org-export-latex.el (org-export-latex-subcontent): Add labels to
795 sections, to make internal links work.
796 (org-export-latex-fontify-headline): Do not remove all text
797 properties, to make sure that target properties survive this
800 * org-exp.el (org-export-preprocess-string): Change sequence of
801 modifications, to make sure links are prepared before the LaTeX
802 conversions do happen.
804 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
806 * org-attach.el (org-attach-delete-all): Renamed from
807 `org-attch-delete'. Add a security query before deleting the
808 entire directory. New optional argument FORCE can overrule the
810 (org-attach-delete-one): New command.
812 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
814 * org-attach.el (org-attach-file-list): Fix bug with directory.
816 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
818 * org.el (org-apps-regexp-alist): New function.
819 (org-file-apps): Add auto-mode to the default value.
820 (org-open-file): Use the new structure of org-file-apps.
822 * org-attach.el (org-attach): Support the new keys.
823 (org-attach-method): New option.
825 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
827 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
830 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
831 of the list value o `org-use-tag-inheritance'.
833 * org-attach.el (org-attach-auto-tag): New option.
834 (org-attach-tag, org-attach-untag): New functions.
835 (org-attach-attach, org-attach-new, org-attach-sync): Call
837 (org-attach-delete): Call `org-attach-untag'.
839 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
841 * org-table.el (orgtbl-self-insert-command): Make this work for
844 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
846 * org.el (org-add-log-setup): Limit searc for drawers to entry
847 text, not to subtree.
849 * org-clock.el (org-clock-heading-for-remember): New variable.
850 (org-clock-in): Set `org-clock-heading-for-remember'.
852 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
854 * org-remember.el (org-remember-apply-template): Add new
855 expansions: %k, %K for currently clocked task and a link to the
856 currently clocked task, and %< to file notes in the currently
859 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
861 * org-export-latex.el (org-export-latex-make-header): Also insert
862 the content of the property :latex-header-extra.
864 * org-exp.el (org-infile-export-plist): Put the content of
865 #+LATEX_HEADER: into the property :latex-header-extra.
867 * org-colview.el (org-columns-get-format-and-top-level): Remove
868 resetting the marker.
870 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
871 Remove resetting the marker.
873 * org.el (org-entry-property-inherited-from): Improve docstring.
874 (org-entry-get-with-inheritance): Reset marker before starting the
877 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
879 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
881 * org.el (org-entry-get-multivalued-property)
882 (org-entry-protect-space, org-entry-restore-space): New
884 (org-file-apps-defaults-macosx): Let postscript files be opened by
886 (org-time-stamp-inactive): Call `org-time-stamp'.
887 (org-time-stamp): New argument `inactive'. Also edit inacive
888 stamps. Convert time stamp type.
889 (org-open-file): Interpret the `default' value for the `command'
892 * org-id.el (org-id-int-to-b36-one-digit)
893 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
894 (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
897 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
899 * org-id.el (org-id-reverse-string): New function.
900 (org-id-new): Use `org-id-reverse-string' to make sure the
901 beginning chars of the ID are mutating fast. This allows to use a
902 directory structure to spread things better.
903 (org-id-prefix): Changed default to nil.
905 * org-list.el (org-move-item-down, org-move-item-up): Remember and
906 restore the column of the cursor position.
908 * org-remember.el (org-remember-apply-template): Remove properties
911 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
913 * org-wl.el (org-wl-open): Remove useless call to
914 `wl-thread-open-all'.
916 * org-remember.el (org-remember-handler): Fix bug with `bottom'
919 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
921 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
922 `org-bbdb-anniversaries'.
924 * org.el (org-get-next-sibling, org-forward-same-level): New
925 functions, similar to the outline versions, but invisible headings
928 2008-09-25 Bastien Guerry <bzg@altern.org>
930 * org.el (org-auto-repeat-maybe): Insert a space between
931 the timestamp's type and the timestamp itself.
933 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
935 * org-table.el (org-table-sum): Do not format the result with %g,
936 it does rounding when there are too many digits.
938 * org.el (org-map-entries): Protect the keyword-selecting variables.
940 2008-09-23 Bastien Guerry <bzg@altern.org>
942 * org-agenda.el (org-agenda-to-appt): Make sure the function check
943 against all agenda files.
945 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
947 * org-list.el: New file, aggregating list functions from org.el
948 and org-export-latex.el.
950 * org.el (org-edit-src-region-extra): New option.
952 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
954 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
957 2008-09-22 Bastien Guerry <bzg@altern.org>
959 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
961 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
963 * org-plot.el (org-plot/gnuplot): Make tables starting with a
964 hline work correctly.
965 (org-plot/gnuplot-script): Put commas at the end of each script
968 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
970 * org.el (org-get-refile-targets): Replace links with their
972 (org-imenu-get-tree): Replace links with their descriptions.
974 * org-remember.el (org-remember-apply-template): Add a new
975 expansion for adding properties to remember items.
977 * org.el (org-add-log-setup): Skip over drawers (properties,
978 clocks etc) when adding notes.
980 * org-agenda.el (org-agenda-get-closed): show durations of clocked
981 items as well as the start and end times.
983 * org-compat.el (org-get-x-clipboard-compat): Add a compat
984 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
986 * org-remember.el (org-get-x-clipboard): Use the compat
987 function to get clipboard values when x-selection-value is
988 unavailable. Use substring-no-properties instead of
989 set-text-properties to remove text properties from the clipboard
992 * lisp/org-clock.el (org-update-mode-line): Support limiting the
993 modeline clock string, and display the full todo value in the
994 tooltip. Set a local keymap so mouse-3 on the clock string goes to
995 the currently clocked task.
996 (org-clock-string-limit): Add a custom value for the maximum
997 length of the clock string in the modeline.
998 (org-clock-mode-map): Add a keymap for the modeline string
1000 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
1002 * org-compat.el (org-propertize): New function.
1004 2008-09-20 Bastien Guerry <bzg@altern.org>
1006 * org-export-latex.el (org-export-latex-tables): protect exported
1007 tables from further special chars conversion.
1008 (org-export-latex-preprocess): Preserve LaTeX environments.
1009 (org-list-parse-list): Parse descriptive lists.
1010 (org-list-to-generic, org-list-to-latex, org-list-to-html)
1011 (org-list-to-texinfo): Export descriptive lists.
1012 (org-quote-chars): Remove.
1013 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1014 (org-export-latex-list-beginning-re): Rename to
1015 `org-list-beginning-re'
1016 (org-list-item-begin): Rename to `org-list-item-beginning'
1018 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
1020 * org.el (org-refile): Allow refiling to the last entry in the
1022 (org-get-tags-at): Fix bug when inheritance is turned off.
1024 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
1026 * org.el (org-indent-line-function): No longer check for src
1027 regions, this is too much overhead.
1029 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1032 * org.el (org-scan-tags): Make sure that tags matching is not case
1033 sensitive. TODO keyword matching is case sensitive, however, to
1034 avoid confusion with similar words that are not meant to be
1037 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
1039 * org.el (org-get-local-tags-at): New function.
1040 (org-get-local-tags): New function.
1042 * org-exp.el (org-export-get-categories): New function.
1044 * org-agenda.el (org-sorting-choice)
1045 (org-agenda-sorting-strategy, org-agenda-get-todos)
1046 (org-agenda-get-timestamps, org-agenda-get-deadlines)
1047 (org-agenda-get-scheduled, org-agenda-get-blocks)
1048 (org-entries-lessp): Implement sorting by TODO state.
1049 (org-cmp-todo-state): New defsubst.
1051 * org-colview.el (org-colview-construct-allowed-dates): New
1053 (org-columns-next-allowed-value): Use
1054 `org-colview-construct-allowed-dates'.
1056 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1058 (org-columns-next-allowed-value): Use
1059 `org-colview-construct-allowed-dates'.
1061 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
1063 * org.el (org-protect-slash): New function.
1064 (org-get-refile-targets): Use `org-protect-slash'.
1066 * org-agenda.el (org-global-tags-completion-table): New variable.
1068 * org-exp.el (org-export-handle-export-tags): New function.
1069 (org-export-preprocess-string): Call
1070 `org-export-handle-export-tags'.
1072 * org-plot.el: New file.
1074 * org-publish.el (org-publish-expand-components): Function removed.
1075 (org-publish-expand-projects): Allow components to have components.
1077 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
1079 * org.el (org-indent-line-function): Do not indent in regions that
1080 are external source code.
1081 (org-yank-and-fold-if-subtree): New function.
1083 * org-agenda.el (org-agenda-todayp): New function.
1084 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1085 `org-agenda-todayp'.
1087 * org.el (org-insert-heading-respect-content)
1088 (org-insert-todo-heading-respect-content): New commands.
1089 (org-insert-heading-respect-content): New option.
1090 (org-insert-heading): Respect `org-insert-heading-respect-content'.
1092 * org-clock.el (org-clock-find-position): Make sure the note after
1093 the clock line gets moved into the new clock drawer.
1095 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
1097 * org-id.el (org-id-new): New option.
1099 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
1101 * org-table.el (org-table-copy-down): Avoid overflow during
1102 increment. Use prefix argument 0 to temporarily disable the
1105 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
1107 * org-exp.el (org-export-as-html): Do not turn on the major mode
1108 if the buffer will be killed anyway.
1109 (org-get-current-options): Exclude the #+TEXT field.
1110 (org-export-as-html): Make sure text before the first headline is
1113 * org-publish.el (org-publish-org-to): Tell the exporter that this
1114 buffer will be killed, so it is not necessary to do major mode
1117 * org-archive.el (org-archive-to-archive-sibling): Show empty
1118 lines after folding the archive sibling.
1120 * org.el (org-log-note-extra): New variable.
1122 2008-09-05 Bastien Guerry <bzg@altern.org>
1124 * org.el (org-additional-option-like-keywords): Added keywords for
1125 the _QUOTE, _VERSE and _SRC environments.
1127 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1128 exporting _QUOTE and _VERSE environments.
1130 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
1132 * org-agenda.el (org-agenda-filter-by-tag): New command.
1134 * org-exp.el (org-get-current-options): Remove angular brackets
1135 from the date entry.
1137 * org.el (org-edit-fixed-width-region): New function.
1138 (org-edit-fixed-width-region): Also try
1139 `org-edit-fixed-width-region'.
1140 (org-edit-fixed-width-region-mode): New option.
1141 (org-activate-code): Only interprete lines starting with colon
1142 plus a space as example lines.
1144 * org-remember.el (org-remember-templates): Add nil instead of
1145 empty strings to fix the length of remember templates.
1147 * org-table.el (org-calc-default-modes): Fix the time format for
1148 calc, from 12 hour to 24 hour clock.
1150 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
1152 * org-agenda.el (org-agenda-get-deadlines)
1153 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1154 entries that are pre-warnings of deadlines or reminders.
1156 * org.el (org-sort-entries-or-items): Make numeric and alpha
1157 comparisons ignore any TODO keyword and priority cookie.
1159 * org-remember.el (org-remember-handler): Reinterpretation of the
1162 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
1164 * org-agenda.el (org-agenda-get-scheduled): Use new
1165 `org-scheduled' face.
1167 * org-faces.el (org-scheduled): New face.
1169 * org-wl.el (org-wl-open): Remove incorrect declaration.
1171 * org-gnus.el (org-gnus-store-link): Support for :to information
1174 * org-exp.el (org-export-as-html): Fixed typo in creator
1176 (org-export-protect-examples): New parameter indent. Insert extra
1177 spaces only when this parameter is specified.
1178 (org-export-preprocess-string): Call `org-export-protect-examples'
1179 with an indentation parameter when exporting to ASCII.
1181 * org-remember.el (org-remember-templates)
1182 (org-remember-apply-template): Allow the file component to be a
1185 * org.el (org-goto-local-search-headings): Renamed from
1186 `org-goto-local-search-forward-headings'. Added the possibility
1187 to search backwards.
1189 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
1191 * org-export-latex.el (org-export-latex): New customization
1194 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1196 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
1198 * org-exp.el (org-html-do-expand): Allow {} to terminate
1201 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
1203 * org.el (org-buffer-list): Select buffers based on major mode,
1206 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
1208 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
1211 * org-colview.el (org-columns-display-here): Use
1212 `org-columns-modify-value-for-display-function'.
1214 * org-colview-xemacs.el (org-columns-display-here): Use
1215 `org-columns-modify-value-for-display-function'.
1217 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
1219 * org.el (org-columns-modify-value-for-display-function): New option.
1231 * org-publish.el (org-publish-file): Make sure the directory match
1232 for the publishing directory works correctly.
1234 * org-agenda.el (org-agenda-execute-calendar-command)
1235 (org-agenda-diary-entry): Additional optional argument.
1237 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
1239 * org-exp.el (org-export-as-html): Add attributes also in mailto
1242 * org.el (org-autoload): Add `org-dblock-write:columnview'.
1251 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
1253 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
1254 sure that calls from `org-export-region-as-html' do not do the
1255 special check for a subtree.
1257 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
1259 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
1261 2008-07-20 Juri Linkov <juri@jurta.org>
1263 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
1264 new keymap `narrow-map' instead of binding "\C-xns".
1266 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
1268 * org.el (org-open-file): Use
1269 `org-open-directory-means-index-dot-org'.
1270 (org-open-directory-means-index-dot-org): New option.
1272 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
1274 * org.el (org-make-link-string): Remove link attributes from
1276 (org-open-at-point): Remove link attributes bevore using the path.
1278 * org-exp.el (org-export-as-html): Handle link attributes.
1280 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
1282 * org-table.el (org-table-to-lisp): New function.
1284 * org.el (org-narrow-to-subtree): Do not include the final newline
1285 into the narrowed region.
1287 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
1288 bug with user-define skipping condition.
1290 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
1292 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
1294 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
1296 * org-exp.el (org-export-html-style-default): Automatic overflow
1297 handling for pre fields.
1298 (org-export-as-ascii, org-export-as-html): Change default format
1301 * org-table.el (org-table-export): Offer completion for translator
1302 functions, and do not require a heading above the table.
1304 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
1305 Cater for the case of a list starting in the first line of the
1308 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
1310 * org-publish.el (org-publish-find-title): Bug fix.
1311 (org-publish-org-index): Implement new :index-style option.
1313 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
1315 * org-publish.el (org-publish-timestamp-filename): Use
1316 SHA1-encoded file names in the timestamp directory.
1318 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
1320 * org-publish.el (org-publish-needed-p): Be verbose about files
1321 published and files skipped.
1323 * org-exp.el (org-export-preprocess-string): Swap link
1324 normalization and inernal link targeting.
1326 * org-publish.el (org-publish-needed-p): Create timestamp
1327 directory when it does not exist.
1329 2008-07-04 Bastien Guerry <bzg@altern.org>
1331 * org-clock.el (org-clock-out-when-done): Doc fix.
1333 * org.el (org-agenda-skip-unavailable-files): Doc fix.
1335 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
1336 Ignore case when searching for the COMMENT cookie at export time.
1338 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
1340 * org-exp.el (org-get-file-contents)
1341 (org-get-and-remove-property): New functions.
1342 (org-export-handle-include-files): Handle the new prefix options.
1343 (org-export-as-html): Fix the verse environment.
1345 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
1347 * org.el (org-time=, org-time<, org-time<=, org-time>)
1348 (org-time>=, org-time<>, org-2ft): New functions.
1349 (org-op-to-function): Also provide for the time testing fucntions.
1351 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
1353 * org-exp.el (org-export-html-style-default): New constant.
1355 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
1357 * org-exp.el (org-export-html-style-extra): New variable.
1358 (org-export-splice-style): New function.
1360 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
1362 * org-exp.el (org-export-plist-vars, org-export-as-html):
1363 Implement `org-export-creator-info'.
1364 (org-export-creator-info): New option.
1366 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
1368 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
1369 (org-property-drawer-re, org-clock-drawer-re): New constants.
1371 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
1373 * org-exp.el (org-icalendar-use-deadline)
1374 (org-icalendar-use-scheduled): New options.
1375 (org-icalendar-include-todo): Default changed to t.
1376 (org-print-icalendar-entries): Implement better utilization of
1377 scheduling and deadline time stamps.
1378 (org-export-target-internal-links, org-export-as-html): Allow file
1379 lines without the "file:" prefix if the file path is an absolute
1380 path or starts with ".".
1382 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
1384 (org-clock-special-range): Also undertand yesterday, lastweek etc.
1386 2008-06-18 Glenn Morris <rgm@gnu.org>
1387 * org.el (org-map-entries): Let-bind `file'.
1389 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
1391 * org.el (org-agenda-skip-archived-trees): Docstring now
1392 discourages using this.
1393 (org-scan-tags): Check for org-agenda-archives-mode.
1394 (org-map-entries): Make sure org-agenda-archives-mode is nil.
1395 (org-agenda-files): Functionality of second arg changed.
1397 * org-agenda.el (org-agenda-archives-mode): New variable
1398 (org-write-agenda, org-prepare-agenda, org-agenda-list)
1399 (org-search-view, org-todo-list, org-tags-view)
1400 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
1402 (org-agenda-quit): Reset the archives mode.
1403 (org-agenda-archives-mode): New command.
1404 (org-agenda-set-mode-name): Include archives info.
1406 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
1408 * org.el (org-paste-subtree): Make sure the yanked headline is
1409 visible if it was yanked at a visible point.
1410 (org-move-item-up): Fix the bug with moving white space at the end
1412 (org-show-empty-lines-in-parent): New function.
1414 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
1416 * org-colview.el (org-columns-next-allowed-value): Bug fix.
1418 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
1420 * org-agenda.el (org-agenda-get-closed): Get the end time into the
1421 agenda prefix as well.
1423 * org-publish.el (org-publish-org-index): Make a properly indented
1426 * org.el (org-calendar-agenda-action-key): New option.
1427 (org-get-cursor-date): New function.
1428 (org-mark-entry-for-agenda-action): New command.
1429 (org-overriding-default-time): New variable.
1430 (org-read-date): Respect `org-overriding-default-time'.
1432 * org-remember.el (org-remember-apply-template): Respect the
1433 ovverriding default time.
1435 * org-agenda.el (org-agenda-action-marker): New variable.
1436 (org-agenda-action): New command.
1437 (org-agenda-do-action): New function.
1439 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
1441 * org.el (org-schedule, org-deadline): Protect scheduled and
1442 deadline tasks against changes that accidently remove the
1443 repeater. Also show a message with the new date when done.
1445 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
1447 * org.el (org-beginning-of-line): Cater for the case when there
1448 are tags but no headline text.
1449 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1452 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
1454 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1455 the return value is nil instead of "nil" when there is no match.
1457 * org-exp.el (org-insert-centered): Use fill-column instead of
1459 (org-export-as-ascii): Use string-width to measure the width of
1462 * org.el (org-diary-to-ical-string): No longer kill buffer
1463 FROMBUF, this is now done by the caller.
1465 * org-exp.el (org-print-icalendar-entries): Move the call to
1466 `org-diary-to-ical-string' out of the loop, and kill the buffer
1469 * org-remember.el (org-remember-visit-immediately): Position
1470 cursor after moving to the note.
1471 (org-remember-apply-template): Use a text property to record the
1473 (org-remember-handler): Align tags after pasting the note.
1475 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
1477 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1479 * org-agenda.el (org-agenda-open-link): If there is an
1480 org-bbdb-name property in the current line, jump to that bbdb
1483 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1484 text property, so that the agenda knows where this entry comes
1487 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1488 interaction between clocking-in from the agenda, and automatic
1489 task state switching.
1491 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
1493 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1494 zmacs-region stays after this command in XEmacs.
1496 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
1498 * org.el (org-scan-tags): Allow new values for ACTION parameter.
1500 * org-remember.el (org-remember-templates): Fix bug in
1501 customization type definition.
1503 * org.el (org-map-entries): New function.
1505 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
1507 * org-agenda.el (org-agenda-skip-comment-trees): New option.
1508 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1510 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
1512 * org-remember.el (org-jump-to-target-location): New variable.
1513 (org-remember-apply-template): Set
1514 `org-remember-apply-template' if requested by template.
1515 (org-remember-handler): Start an idle timer to jump to
1518 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1520 * org.el (org-set-regexps-and-options): Fix bug with parsing of
1522 (org-get-tags-at): Add the content of `org-file-tags'.
1524 * org-exp.el (org-export-handle-comments): Fix bug with several
1525 comment lines after each other.
1526 (org-number-to-roman, org-number-to-counter): New functions.
1527 (org-export-section-number-format): New option.
1529 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
1531 * org-exp.el (org-export-protect-examples): Catch the case of a
1532 missing end_example line.
1534 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1535 `org-file-tags' to nil.
1537 * org-colview.el (org-columns-next-allowed-value): Handle next
1538 argument NTH to directly select a value.
1540 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1541 argument NTH to directly select a value.
1543 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
1545 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1547 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
1549 * org.el (org-columns-ellipses): New option.
1551 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
1553 * org-colview.el (org-columns-add-ellipses): New function.
1554 (org-columns-compact-links): New function.
1555 (org-columns-cleanup-item): Call `org-columns-compact-links'.
1556 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1558 (org-columns-edit-value): Fixed bug with editing values from
1560 (org-columns-redo): Also redo the agenda itself.
1562 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
1564 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1567 * org-colview.el (org-agenda-columns-cleanup-item): New function.
1569 * org-exp.el (org-export-ascii-preprocess): Renamed from
1570 `org-export-ascii-clean-string'.
1571 (org-export-kill-licensed-text)
1572 (org-export-define-heading-targets)
1573 (org-export-handle-invisible-targets)
1574 (org-export-target-internal-links)
1575 (org-export-remove-or-extract-drawers)
1576 (org-export-remove-archived-trees)
1577 (org-export-protect-quoted-subtrees)
1578 (org-export-protect-verbatim, org-export-protect-examples)
1579 (org-export-select-backend-specific-text)
1580 (org-export-mark-blockquote-and-verse)
1581 (org-export-remove-comment-blocks-and-subtrees)
1582 (org-export-handle-comments, org-export-mark-radio-links)
1583 (org-export-remove-special-table-lines)
1584 (org-export-normalize-links)
1585 (org-export-concatenate-multiline-links)
1586 (org-export-concatenate-multiline-emphasis): New functions,
1587 obtained from spliiting the export preprocessor.
1589 * org-table.el (org-table-recalculate): Improve error message if
1590 the row number is invalid.
1592 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
1594 * org-archive.el (org-archive-save-context-info): Fix bugs in
1595 customization setup and docstring.
1597 * org-exp.el (org-export-html-style): Changed the size of in the
1598 <pre> element to 90%.
1600 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
1602 * org.el (org-find-src-example-start): Function removed.
1603 (org-edit-src-find-region-and-lang): New function.
1605 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
1607 * org.el (org-edit-src-exit): New function.
1608 (org-exit-edit-mode): New minor mode.
1610 * org-exp.el (org-export-preprocess-string): Fix bug with removing
1611 comment-like lines from protected examples.
1613 * org.el (org-edit-src-example, org-find-src-example-start)
1614 (org-protect-source-example, org-edit-special): New functions.
1616 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
1618 * org-publish.el (org-publish-project-alist): Fix typo in
1620 (org-publish-project-alist): Handle :index-title property.
1622 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
1624 * org-export-latex.el (org-export-as-latex): Make sure region
1625 bounds are correct. Parse subtree properties relating to export.
1627 * org-exp.el (org-export-add-options-to-plist): New function.
1628 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1630 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
1632 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1635 * org-exp.el (org-export-get-title-from-subtree)
1636 (org-export-as-ascii, org-export-as-html): Make sure the original
1637 region-beginning and region-end are used, even after moving
1639 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1642 * org-remember.el (org-remember-last-stored-marker): New variable.
1643 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1644 (org-remember-handler): Also use marker to remember
1645 last-stored position.
1647 * org.el (org-goto-marker-or-bmk): New function.
1649 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
1651 * org.el (org-file-properties): Renamed from `org-local-properties'.
1652 (org-scan-tags): Take file tags into account.
1653 (org-tags-match-list-sublevels): Default changed to t.
1655 * org-exp.el (org-export-as-html): Close paragraph after a
1658 * org.el (org-update-parent-todo-statistics): New function.
1660 * org-exp.el (org-icalendar-store-UID): New option.
1661 (org-icalendar-force-UID): Option removed.
1662 (org-print-icalendar-entries): IMplement UIDs.
1664 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
1666 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1668 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
1670 * org-faces.el (org-column): Document how this face is being used
1671 and why sometimes the background faces shine through.
1673 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1675 * org-publish.el (org-publish-attachment): Create publishing
1676 directory if it does not yet exist.
1678 * org-table.el (org-calc-default-modes): Change default number
1679 format to (float 8).
1681 * org.el (org-olpath-completing-read): New function.
1682 (org-time-clocksum-format): New option.
1683 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1685 * org-clock.el (org-clock-display, org-clock-out)
1686 (org-update-mode-line): Use `org-time-clocksum-format'.
1688 * org-colview-xemacs.el (org-columns-number-to-string): Use
1689 `org-time-clocksum-format'.
1691 * org-colview.el (org-columns-number-to-string): Use
1692 `org-time-clocksum-format'.
1694 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
1696 * org-id.el: New file, move from contrib to core.
1698 * org-exp.el (org-icalendar-force-UID): New option.
1700 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
1702 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1703 shifted by one day if theere is a date range without an end
1706 * org.el (org-try-structure-completion): New function.
1708 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
1710 * org.el (org-set-font-lock-defaults): Improve fontification of
1712 (org-insert-item): Handle description lists.
1713 (org-adaptive-fill-function): Improve auto indentation in
1716 * org-exp.el (org-export-as-html, org-export-preprocess-string):
1717 Implement VERSE environment.
1718 (org-export-preprocess-string): Implement the COMMENT
1721 * org-export-latex.el (org-export-latex-preprocess): Implement
1724 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
1726 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1729 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
1731 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1733 * org.el (org-quote-csv-field): New functions.
1735 * org-table.el (org-table-export-default-format): Remove :splice
1736 from default format, we get the same effect by not specifying
1738 (org-table-export): Improve setup, distinguish better between
1739 interactive and non-interactive use, allow specifying the format
1740 on the fly, better protection against wrong file names.
1741 (orgtbl-to-generic): Fix documentation. Do not require :tstart
1742 and :tend when :splice is omitted.
1744 2008-05-09 Bernt Hansen <bernt@norang.ca>
1746 * org-clock.el (org-clock-select-task): Make sure the selection
1747 letters are 1-9 and A-Z, no special characters.
1749 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
1751 * org-exp.el (org-export-htmlize): New group.
1752 (org-export-htmlize-output-type)
1753 (org-export-htmlize-css-font-prefix): New options.
1754 (org-export-htmlize-region-for-paste): New function.
1755 (org-export-htmlize-generate-css): New command.
1757 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
1759 * org/org.el (org-modules, org-format-latex-options):
1760 * org/org-archive.el (org-archive-stamp-time)
1761 (org-archive-save-context-info):
1762 * org/org-faces.el (org-hide):
1763 * org/org-irc.el (org-irc-parse-link):
1764 * org/org-macs.el (org-call-with-arg, org-autoload):
1765 * org/org-mew.el (org-mew-store-link):
1766 * org/org-remember.el (org-remember-store-without-prompt)
1767 (org-remember-templates): Fix typos in docstrings.
1769 * org/org-info.el (org-info-store-link): Remove leftover docstring.
1771 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1772 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1773 (org-bbdb-anniv-split): Fix typos in docstrings.
1775 * org/org-publish.el (org-publish-project-alist): Doc fixes.
1776 (org-publish-use-timestamps-flag): Reflow docstring.
1777 (org-publish-files-alist): Fix typos in docstring.
1779 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
1781 * org.el (org-set-visibility-according-to-property): New function.
1782 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1783 and compute the regular expressions, and update font-lock.
1784 (org-property-re): Allow a dash in property names.
1786 * org-archive.el (org-extract-archive-file): Insert the file name
1787 without the path into the format, to allow the location format to
1788 contain a subdirectory.
1790 * org-agenda.el (org-agenda-post-command-hook): If point is at end
1791 of buffer, and the `org-agenda-type' property undefined, use the
1792 value from the character before.
1794 * org.el (org-add-planning-info): Don't let indentation for
1795 would-be timestamp become extra whitespace at the end of headline.
1797 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
1799 * org.el (org-remove-double-quotes, org-file-contents): New
1802 * org-exp.el (org-infile-export-plist): Also parse the
1803 contents of #+SETUPFILE files, recursively.
1805 * org.el (org-set-regexps-and-options): Also parse the
1806 contents of #+SETUPFILE files, recursively.
1808 * org-exp.el (org-export-handle-include-files): New function.
1809 (org-export-preprocess-string): Call
1810 `org-export-handle-include-files'.
1812 * org.el (org-delete-property-globally)
1813 (org-delete-property, org-set-property): Ignore case during
1815 (org-set-property): Use `org-completing-read' instead of
1818 * org.el (org-complete-expand-structure-template): New,
1819 experimental function.
1820 (org-structure-template-alist): New, experimental option.
1821 (org-complete): Call `org-complete-expand-structure-template'.
1823 2008-05-06 Bastien Guerry <bzg@altern.org>
1825 * org-export-latex.el (org-export-latex-preprocess): Added
1826 support for blockquotes.
1828 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
1830 * org.el (org-read-date-analyze): Catch the case where only a
1833 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
1835 * org.el (org-set-font-lock-defaults): Make the description
1838 * org-exp.el (org-export-as-html, org-close-li): Implement
1841 2008-05-04 Jason Riedy <jason@acm.org>
1843 * org-table.el (*orgtbl-default-fmt*): New variable.
1844 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1845 when there is no other fmt available.
1847 (orgtbl-to-generic): Allow an explicitly nil :tstart or
1848 :tend to suppress the appropriate string.
1850 (orgtbl-to-orgtbl): New function for translating to another orgtbl
1853 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
1855 * org.el (org-read-date-analyze): "." as an alias for "+0" in
1858 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1861 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1864 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
1866 * org-clock.el (org-clock-find-position): Don't include notes
1869 * org-archive.el (org-archive-subtree): No longer remove an
1870 extra line after cutting the subtree. `org-cut-subtree' already
1873 * org-remember.el (org-remember-handler): Only kill the target
1874 buffer if it does not contain the running clock.
1876 * org.el (org-markers-to-move): New variable.
1877 (org-save-markers-in-region, org-check-and-save-marker)
1878 (org-reinstall-markers-in-region): New function.
1879 (org-move-subtree-down, org-copy-subtree): Remember relative
1880 marker positions before cutting.
1881 (org-move-subtree-down, org-paste-subtree): Restore relative
1882 marker positions after pasting.
1884 * org-remember.el (org-remember-clock-out-on-exit): New option.
1885 (org-remember-finalize): Clock out only if the setting in
1886 `org-remember-clock-out-on-exit' requires it.
1887 (org-remember-handler): Do the cleanup in the buffer, to make sure
1888 that the clock marker remains in tact.
1890 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
1892 * org-clock.el (org-clock-goto): Widen buffer if necessary.
1893 (org-clock-in): Make sure that also tasks outside the narrowed
1894 region will be clocked in correctly.
1895 (org-clock-insert-selection-line): Widen the buffer so that we can
1896 find the correct task heading.
1898 * org.el (org-base-buffer): New function.
1900 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1901 and ";" are escaped.
1902 (org-print-icalendar-entries): Also apply
1903 `org-icalendar-cleanup-string' to the headline, not only to the
1906 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
1908 * org-exp.el (org-export-preprocess-hook): New hook.
1909 (org-export-preprocess-string): Call
1910 `org-export-preprocess-hook'.
1912 * org.el (org-font-lock-hook): New variable.
1913 (org-font-lock-hook): New function.
1914 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1918 ;; add-log-time-zone-rule: t
1921 Copyright (C) 2008 Free Software Foundation, Inc.
1923 This file is part of GNU Emacs.
1925 GNU Emacs is free software: you can redistribute it and/or modify
1926 it under the terms of the GNU General Public License as published by
1927 the Free Software Foundation, either version 3 of the License, or
1928 (at your option) any later version.
1930 GNU Emacs is distributed in the hope that it will be useful,
1931 but WITHOUT ANY WARRANTY; without even the implied warranty of
1932 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1933 GNU General Public License for more details.
1935 You should have received a copy of the GNU General Public License
1936 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1938 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c