Tags: Fix implementation of line breaks in fast tag interface
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blobd463ba319af59464dfdd23855bfb24402aa9d276
1 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-tag-persistent-alist): New option.
4         (org-startup-options): Add keyword `noptag'.
5         (org-fast-todo-selection): Handle :newline correctly.
6         (org-set-tags): Handle :newline correctly.
7         (org-fast-tag-selection): Handle :newline correctly.
9 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org-exp.el (org-export-as-ascii): Reverse link buffer before
12         outputting it.
13         (org-export-ascii-push-links): Fix bug with pussing links into the
14         export buffer.
16 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
18         * org-archive.el (org-archive-subtree): Do not add 1 to level if
19         pasting at top level.
21         * org-bbdb.el: Improve documentation.
23 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
25         * org-list.el (org-insert-item): Only consider insert empty lines
26         is `org-empty-line-terminates-plain-lists' is not nil.
28         * org.el (org-blank-before-new-entry): Mention the dependence on
29         `org-empty-line-terminates-plain-lists' in the docstring.
31         * org-publish.el (org-publish-get-project-from-filename): New
32         optional argument UP.  Only find the top project if UP is set.
33         (org-publish-current-project): Find the top encloding project.
35         * org-agenda.el (org-agenda-before-write-hook)
36         (org-agenda-add-entry-text-maxlines): New options.
37         (org-write-agenda): Run the new hook in the temporary buffer.
38         (org-agenda-add-entry-text): New function.
39         (org-write-agenda): Implement PDF export, using ps2pdf.
41         * org.el (org-global-properties-fixed, org-global-properties):
42         Improve documentation string.
44         * org-exp.el (org-export-ascii-links-to-notes): New option.
45         (org-export-as-ascii): Handle links better.
46         (org-export-ascii-wrap, org-export-ascii-push-links): New
47         functions.
49 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
51         * org-agenda.el (org-agenda): Make prefix arg optional.
52         (org-agenda-search-headline-for-time): New option.
53         (org-format-agenda-item): Honor
54         `org-agenda-search-headline-for-time'.
56         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
57         characters.
59         * org.el (org-self-insert-cluster-for-undo): New option.
60         (org-self-insert-command): Cluster undo for 20 characters.
61         (org-self-insert-command-undo-counter): New variable.
63 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
65         * org-exp.el (org-export-as-html): Fix problem with closing colone
66         example.
68 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
70         * org-export-latex.el (org-export-as-latex)
71         (org-export-latex-first-lines): Avoid modification flag when
72         adding or removing text properties.
73         (org-export-latex-fontify): Catch error when org-emph-alist has
74         entries that are not defined for LaTeX export.
76         * org.el (orgstruct++-mode): New function.
77         (turn-on-orgstruct++): Call `orgstruct++-mode'.
78         (org-context-p): Allow detecting item context after the first line
79         of an item.
80         (orgstruct-make-binding): Detect if item-body context should be
81         seen.
82         (orgstruct-is-++): New variable.
83         (org-add-planning-info): Catch the case when there is no planning
84         info yet and the call does not want to add anything, only maybe
85         tries to remove something.
86         (org-special-ctrl-a/e): All value to be a cons cell with separate
87         settings for `C-a. and `C-e'.
88         (org-beginning-of-line, org-end-of-line): Honor separate values
89         for `C-a' and `C-e'.
91 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
93         * org.el (org-reload): New command.
95 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org-exp.el (org-export-htm-get-tag-class-name)
98         (org-export-htm-get-todo-kwd-class-name): New functions.
99         (org-export-html-tag-class-prefix)
100         (org-export-html-todo-kwd-class-prefix): New options.
101         (org-export-as-html): Call
102         `org-export-html-get-todo-kwd-class-name'.
103         (org-html-level-start): Wrap tags into classes.
104         (org-export-html-get-tag-class-name)
105         (org-export-html-get-todo-kwd-class-name): New functions.
107         * org-export-latex.el (org-export-latex-collect-header-macros):
108         Remove fields that are used anyway.
109         (org-export-latex-make-header): Insert the options earlier.
111         * org-agenda.el (org-agenda-get-progress): Fix bug with state
112         matching.
114         * org-list.el (org-indent-item): Allow point to be at the end of
115         the region.
117         * org.el (org-metaleft, org-metaright): Be more accurate about
118         detecting a region where commands apply.
120         * org-compat.el (org-cursor-to-region-beginning): New function.
122         * org.el (org-priority): Also find invisible heading.
124         * org-colview-xemacs.el (org-columns-edit-value): No special
125         treatment for `org-todo' prefix.
127         * org-colview.el (org-columns-edit-value): No special treatment
128         for `org-todo' prefix.
130         * org-remember.el (org-remember-apply-template): Use
131         `org-completing-read-no-ido'.
133         * org.el (org-completing-read-no-ido): New function.
134         (org-make-tags-matcher, org-set-property): Use
135         `org-completing-read-no-ido'.
137         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
138         New option.
139         (org-export-as-latex): Import in-buffer settings as TeX macros.
140         (org-export-latex-make-header): Additional parameter OPT-DEFS.
141         (org-export-latex-collect-header-macros): New function.
143         * org.el (org-refile-get-location): Turn off
144         `partial-completion-mode'.
146 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
148         * org.el (org-block-todo-from-checkboxes): Announce that
149         checkboxes are the culprit.
150         (org-block-todo-from-children-or-siblings): Call
151         `org-up-heading-all instead' of `outline-up-heading'.
153         * org-agenda.el (org-agenda-show-1): Renamed from
154         `org-agenda-show'.
155         (org-agenda-show): Re-install the old version for now.
156         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
157         variable into the blokker hook, so that the checkbox checker can
158         anounce that it caused the blocking.
160         * org.el (org-track-ordered-property-with-tag): New option.
161         (org-toggle-ordered-property): Honor
162         `org-track-ordered-property-with-tag'.
163         (org-tag-alist): Add newline options.
164         (org-set-regexps-and-options): Separate option lines imply a
165         newline.
166         (org-set-regexps-and-options, org-assign-fast-keys)
167         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
168         option.
169         (org-indent-line-function): Make sure this works even if there is
170         not `org-drawer-regexp' defined.  This can happen when
171         orgstruct-mode is used in a non-org buffer.
173         * org-list.el (org-checkbox-blocked-p): New function.
174         (org-toggle-checkbox): Check for blocking.
176         * org.el (org-modules): Add an entry for org-R.el.
178         * org-agenda.el (org-agenda-todo-ignore-with-date)
179         (org-agenda-todo-ignore-scheduled)
180         (org-agenda-todo-ignore-deadlines): Mention the variable
181         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
183         * org.el (org-get-wdays): Find the warning period also if it is in
184         the wrong place.
185         (org-ido-completing-read): Provide the correct arguments to
186         ido-completing-read and bind `ido-enter-matching-directory' to
187         nil.
189 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org.el (org-olpath-completing-read): Never use ido for this
192         one.
194         * org-exp.el (org-export-normalize-links): Use new macro.
196         * org-macs.el (org-if-unprotected-at): New macro.
198         * org-agenda.el (org-agenda-show): Allow numerical prefix
199         arguments to specify how much context should be shown.
200         (org-agenda-cycle-show): New command, could be bound to SPC in
201         org-agenda-mode-map.
203         * org-exp.el (org-html-level-start): Space after section number.
205 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
207         * org-agenda.el (org-agenda-get-sexps): Add todo state as
208         property, for sorting.
209         (org-cmp-todo-state): Get the applicable TODO keywords directly
210         from the buffer.
211         (org-run-agenda-series, org-agenda-list, org-search-view)
212         (org-todo-list, org-tags-view): Only fit agenda window when the
213         whole series is done.
215         * org.el (org-scan-tags): Add todo state as property, for sorting.
217         * org-agenda.el (org-agenda-custom-commands-local-options): Add
218         `org-agenda-overriding-header' as an option.
219         (org-agenda-list): Honor org-agenda-overriding-header'.
221 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
223         * org-list.el (org-toggle-checkbox): Improve cursor positioning
224         after removing a checkbox.
226         * org.el (org-show-entry): Make this work correctly also if it is
227         the last entry in the file.
228         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
229         falling back to normal, default command.
230         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
231         item, call the checkbox toggler to get a box.
233         * org-list.el (org-toggle-checkbox): Make double prefix set the
234         checkbox to "[-]".
235         (org-fix-bullet-type): Only replace bullet it it is changed.
236         (org-renumber-ordered-list): Handle case when first item does not
237         have a number.
239         * org.el (org-add-log-setup): Fix positioning when
240         `org-log-states-order-reversed' is nil.
242         * org-clock.el (org-clock-in): Fix positioning when
243         `org-log-states-order-reversed' is nil.
244         (org-clock-find-position): Fix positioning when
245         `org-log-states-order-reversed' is nil.
247 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
249         * org-clock.el (org-clock-into-drawer): Take default from
250         `org-log-into-drawer'.
251         (org-clock-find-position): Look for the correct drawer.
253         * org.el (org-log-into-drawer): Renamed from
254         `org-log-state-notes-into-drawer'.
255         (org-log-state-notes-into-drawer): New variable alias.
256         (org-add-log-setup): Make drawer name default to LOGBOOK, not
257         CLOCK.
258         (org-insert-property-drawer): Also skip LOGBOOK drawers.
260 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
262         * org-agenda.el (org-agenda): Fix docstring.
264         * org.el ("org-plot"): Help loading org-plot.
265         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
266         (org-metadown-hook, org-shiftmetaleft-hook)
267         (org-shiftmetaright-hook, org-shiftmetaup-hook)
268         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
269         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
270         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
271         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
273         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
274         for selecting files with any (and even without) extension.
276         * org.el (org-save-all-org-buffers): Also save id locations.
277         (org-revert-all-org-buffers): Also load id locations.
279 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
280         * org.el (org-drawers): Add LOGBOOK to the default drawers.
281         (org-log-state-notes-into-drawer): New option.
282         (org-add-log-setup): Place the sate note marker into the drawer,
283         create drawer when necessary.
284         (org-refile-targets): Document special interpretation of LEVEL
285         when odd-levels are used.
287 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
289         * org.el (org-store-log-note): Fix note indentation when adding
290         notes to end of list.
292         * org-exp.el (org-export-as-html): Add TODO keyword as extra
293         class, so that each keyword can get special colors through CSS.
295         * org-clock.el (org-clock-out): Add another nil for the previous
296         state into the call to `org-add-log-setup'.
298         * org.el (org-log-note-previous-state): New variable.
299         (org-log-note-headings): New %S escape for old state.
300         (org-todo): Call the note setup with the old state as an
301         argument.
302         (org-add-note): Add another nil for the previous state into the
303         call to `org-add-log-setup'.
304         (org-add-log-setup): New argument PREV-STATE.
305         (org-add-log-note): Handle new %S escape.
306         (org-store-log-note): Handle new %S escape.
308 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
310         * org-clock.el (org-clock-find-position): Do not swallow an item
311         less indented than the CLOCK line itself.
312         (org-clock-in): Push markers to lin after the clock line.
313         (org-clock-find-position): Handle values of
314         `org-clock-into-drawer' smaller than 2.
316         * org-exp.el (org-html-level-start): Add a CSS class to section
317         numbers.
318         (org-export-html-toplevel-hlevel): Better documentation of the
319         influence of this variables on H levels and css classes in
320         export.
322 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-agenda.el (org-agenda-custom-commands-local-options): Add
325         timestamp and nottimestamp to the chooe menu.
327         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
328         (org-revert-all-org-buffers): New command.
330 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
332         * org.el (org-return): Implement `org-return-follows-link' in the
333         function org-return.  This is more robust than using the mouse
334         map, I think.
335         (org-set-regexps-and-options): Match more general #+TODO lines.
336         (org-make-options-regexp): New optional argument EXTRA, for an
337         extra regexp.
338         (org-tab-follows-link): Mark as deprecated.
340 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
342         * org-exp.el (org-export-preprocess-string): Remove clock lines
343         earlier, so that they cannot cotribute to verbatim snippets.
345 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
348         for finding drawers.
349         (org-export-as-ascii, org-export-as-html): Count levels relative
350         to the subtree header.
351         (org-get-min-level): New optional argument OFFSET.
352         (org-export): Make sure point is restored after popping up that
353         window.
355         * org.el (org-do-sort): Also take an inactive timestamp if no
356         active one is found.
358         * org-colview-xemacs.el (org-columns-capture-view): Copy before
359         deleting duplicates.
361         * org-colview.el (org-columns-capture-view): Copy before
362         deleting duplicates.
364         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
365         text before first headline.
367         * org.el (org-format-latex): Do not convert LaTeX fragments in
368         protected examples.
370 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
372         * org-exp.el (org-export-html-style-default): Use color values
373         instead of names for XHTML validation.
375         * org.el (org-get-scheduled-time, org-get-deadline-time): New
376         functions.
377         (org-return-follows-link): Revert making this the default untile
378         issues are resolved.
380         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
381         nottimestamp.
383 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
385         * org.el (org-mode): Make dependence stuff work more reliably.
386         (org-update-parent-todo-statistics): Fix bug with updating
387         statistics cookie.
389         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
390         ~ as verbatim delimiters.
392         * org-exp.el (org-export-html-format-image): New argument
393         PAR-OPEN.
394         (org-export-as-html): Pass par-open to
395         `org-export-html-format-image'.
397 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
399         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
400         (org-use-fast-todo-selection, org-tags-column): New default
401         setting for variables, based on a poll what typical uses use.
403         * org-agenda.el (org-agenda-sorting-strategy)
404         (org-agenda-tags-column): New default setting for variables, based
405         on a poll what typical uses use.
407 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
409         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
410         blocked entries from setting the blocked tag.
412         * org-exp.el (org-export-html-footnotes-section): Use a more
413         consistent id for footnotes.
415         * org-export-latex.el (org-export-latex-classes): Remove the
416         a4paper option from the default styles.
418 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
420         * org.el (org-enforce-todo-checkbox-dependencies): New option.
421         (org-block-todo-from-checkboxes): New function.
422         (org-todo): Make tripple prefix arg circumvent blocking.
424         * org-timer.el (org-timer): Provide the timer feature.
426         * org.el (org-require-autoloaded-modules): Add a few more files to
427         the list of autoloaded modules.
429         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
431 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
433         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
434         drawers that are unprotected.
435         (org-export-html-format-image): Make sure inlined LaTeX fragment
436         images remain inlined.
438         * org.el (org-toggle-ordered-property): New function.
439         (org-mode-map): Add a key for `org-toggle-ordered-property'.
440         (org-org-menu): Add menu entries for TODO dependencies.
442 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
444         * org.el (org-default-properties): Add ORDERED to the default
445         properties, to get completion support for it.
447         * org-list.el (org-update-checkbox-count): Update more than one cookie.
449         * org.el (org-update-parent-todo-statistics): Update more than one
450         cookie.
452         * org-agenda.el (org-agenda-get-todos): Start search from correct
453         position.
455         * org.el (org-fast-todo-selection): Make sure TODO selection does
456         not change buffer position.
458         * org-list.el (org-toggle-checkbox): Implement adding or removing
459         checkboxes from line or region when called with a prefix
460         argument.
462         * org-rmail.el (org-rmail-store-link): Protect the call to
463         `rmail-narrow-to-non-pruned-header'.
465         * org-clock.el (org-clock-special-range): Fix week display in
466         clock tables.
468         * org-exp.el (org-get-current-options): Fix bug when in indirect
469         buffer.
471 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
473         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
474         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
475         (org-agenda-dim-blocked-tasks): New function.
477         * org.el (org-enforce-todo-dependencies): New option.
478         (org-block-todo-from-children-or-siblings): New function.
480         * org-faces.el (org-agenda-dimmed-todo-face): New face.
482         * org.el (org-todo): Return correct state type even if the blocker
483         throws an error.
484         (org-modifier-cursor-error): Renamed from
485         `org-shiftcursor-error'.
486         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
487         (org-shiftmetadown): Call `org-modifier-cursor-error'.
489         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
490         to get real errors from the blocker hook.
492         * org.el (org-shiftselect-error, org-call-for-shift-select): New
493         functions.
494         (org-set-visibility-according-to-property): Turn off the setting
495         of `org-show-entry-below', to avoid overruling a FOLDED visibility
496         property.
498 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
500         * org.el (org-support-shift-select): New option.
501         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
502         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
503         selection outside contexts.
505         * org-list.el (org-at-item-bullet-p): New function.
507         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
508         variables.
510         * org-footnote.el (org-footnote-normalize): Remove unnecessary
511         variable.
512         (org-insert-footnote-reference-near-definition): Remove
513         unnecessary let form.
515         * org-export-latex.el (org-export-latex-first-lines): Add
516         OPT-PLIST parameter.
517         (org-export-as-latex): Call `org-export-latex-first-lines' with
518         opt-plits parameter.
519         (org-export-latex-preprocess): Remove unnecessary variables.
521         * org-exp.el (org-infile-export-plist)
522         (org-export-add-options-to-plist, org-export-kill-licensed-text)
523         (org-export-remove-headline-metadata)
524         (org-export-get-title-from-subtree, org-get-min-level)
525         (org-html-do-expand): Remove innecessary let form.
527         * org-colview-xemacs.el (org-columns-display-here): Remove
528         unnecessary variables.
530         * org-colview.el (org-columns-display-here): Remove unnecessary
531         variables.
533         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
534         variables.
536         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
537         unnecessary variables.
539         * org-agenda.el (org-search-view, org-agenda-get-blocks)
540         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
541         variables.
543         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
544         (org-compact-display-after-subtree-move): Remove unnecessary
545         variables.
546         (org-edit-fixed-width-region): Remove unnecessary variables.
547         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
548         (org-olpath-completing-read): Remove unnecessary variable.
549         (org-auto-repeat-maybe): Remove unnecessary variable.
550         (org-map-entries): Remove unnecessary variable.
551         (org-buffer-property-keys, org-imenu-get-tree)
552         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
554 -----------------------------------------------------------------
556 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org-exp.el (org-export-remove-timestamps): Never remove
558         timestamps from tables.
560         * org-export-latex.el (org-export-latex-first-lines): Add more
561         options to the preprocessing of the text before the first
562         headline.
564 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
566         * org-faces.el (org-clock-overlay): Make face compatible with
567         XEmacs.
569         * org.el (org-yank): Add property for delete-selection mode.
571         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
573         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
574         variable.
576         * org-table.el (org-table-insert-hline): Fix typo in fuction call
577         to `backward-char'.
579         * org-exp.el (org-export-as-html): Remove the initial space from
580         colon examples.
582         * org.el (org-scan-tags): Call
583         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
585         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
586         customization groups.
587         (org-agenda-tags-todo-honor-ignore-options): New option.
588         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
589         New function.
590         (org-agenda-get-todos): Use
591         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
593 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
595         * org-exp.el (org-export-format-source-code-or-example): Escape
596         HTML characters also in examples that anre not treated with
597         htmlize.  Also, just switch to EXAMPLE processing if we do not
598         have a good version of htmlize.
600         * org-rmail.el: Fix copyright notice.
602         * org.el (org-activate-footnote-links): Improve footnote link
603         highlighting.
605         * org-footnote.el (org-footnote-normalize): Fix finding the end of
606         a footnote definition at the end of the file.
608         * org-table.el (org-table-get-specials): Add an imagined hline at
609         the end of the table.  This can be useful for references that want
610         to go to the end of the table.  Also fix bug when computing last
611         row constants, in tables that do not start right at the right
612         margin.
613         (org-table-eval-formula): Match and replace remove references.
614         (org-table-formula-substitute-names): Make sure that names inside
615         a "remote" call are left alone, the will be replaced later when
616         the remote call is handled.
617         (org-table-convert-refs-to-rc): Do not convert things that might
618         look like a reference, but are really part of an ID or namei n a
619         remote reference.
620         (org-table-get-remote-range): New function.
622 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
624         * org-faces.el (org-clock-overlay): Fix bug in face definition.
626         * org-clock.el (org-clock-put-overlay): Use new face instead of
627         `secondary-selection'.
629         * org-faces.el (org-clock-overlay): New face.
631 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
633         * org-exp.el (org-get-current-options): Include the option for
634         publishing time stamps.
636         * org.el (org-toggle-heading): Renamed from
637         `org-toggel-region-headings'.
638         No longer needs a region defined, but will use it if there is one.
639         (org-ctrl-c-star): Simplified, relying more on the internal
640         workings of `org-toggle-heading'.
641         (org-toggle-item): Renamed from `org-toggle-region-items'.
642         No longer needs a region defined, but will use it if there is one.
643         (org-ctrl-c-minus): Simplified, relying more on the inernal
644         workings of `org-toggle-item'.
646         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
647         environment detection.  Also, do real changes only in unprotected
648         places.
650 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
652         * org-export-latex.el (org-export-latex-quotation-marks): Use
653         `org-if-unprotected-1'.
654         (org-export-latex-set-initial-vars): Check for class definition in
655         property.
657         * org-macs.el (org-if-unprotected-1): New macro.
659 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
661         * org-compat.el (org-count-lines): New function.
663         * org-exp.el (org-export-format-source-code-or-example): Handle
664         switches related to text areas.
666         * org.el (org-activate-footnote-links): Don't allow match inside a
667         link.
669         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
671         * org-export-latex.el (org-export-latex-links): Keep a relative
672         path relative also after export.
674         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
676         * org.el (org-make-tags-matcher): Never use IDO for completing the
677         tags matcher match string.
678         (org-completing-read): Also remove the special biding for "?".
680         * org-attach.el (org-attach-allow-inheritance): New option.
681         (org-attach-inherited): New variable.
682         (org-attach-dir): Handle properties related to the attachment
683         directory.
684         (org-attach-check-absolute-path): New function.
685         (org-attach-set-directory, org-attach-set-inherit): New commands.
686         (org-attach): Accommodate the new commands in the dispatcher.
688 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
690         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
691         `window-full-width-p'.
693         * org-exp.el (org-export-as-html): Only check for images files
694         that really can be inlined
696         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
697         list of extensions to be a parameter.
699         * org-exp.el (org-export-html-inline-image-extensions): New
700         variable.
702         * org-agenda.el (org-prepare-agenda): Use
703         `org-agenda-block-separator'.
704         (org-agenda-block-separator): New option.
706 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
708         * org-export-latex.el (org-export-latex-tables): Call
709         `org-table-clean-before-export' with the new optional argument.
711         * org-exp.el (org-table-clean-before-export): New optional
712         parameter MAYBE-QUOTED, allows for quoted characters like \# in
713         first column.
715 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
717         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
718         histograms.
720         * org-colview.el (org-colview-construct-allowed-dates): Better
721         error catching when a date/time property does not have allowed
722         values defined.
724         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
725         Better error catching when a date/time property does not have
726         allowed values defined.
728 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
730         * org.el (org-map-entries): Restore point and restriction after
731         `org-map-entries'.
733 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
735         * org.el (org-time=, org-time<, org-time<=, org-time>)
736         (org-time>=, org-time<>): Make sure both values are dates.
738 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
740         * org-archive.el (org-extract-archive-heading): Allow %s for file
741         name also in achive location heading.
743 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
745         * org-archive.el (org-add-archive-files): Uniquify the list before
746         returning it.
748 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
750         * org-compat.el (org-fit-window-to-buffer): Use
751         `window-full-width-p'.
753         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
754         space after the colon in short examples.
756         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
757         enforce a space after the colon.  However, we also allow lines
758         that are *only* a colon.
759         (org-export-as-html): Enforce the space after the colon in short
760         examples.
761         (org-export-preprocess-string): Do the colon example protection
762         earlier.
763         (org-export-remove-timestamps): Do not check for protection at the
764         end of the line.
766 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
768         * org.el (org-format-latex-options): Add new matcher for single
769         letters between dollars.
770         (org-get-header): Function removed.
771         (org-heading-components): New function.
773         * org-exp.el (org-export-define-heading-targets): Record ID's also
774         as alternative targets.
775         (org-export-as-html): Interpret "id:" links to other files by
776         preserving the relative path.
778         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
779         is nil.
781         * org-exp.el (org-export-normalize-links): Protect the main link,
782         to avoid special character processing.
784         * org-export-latex.el (org-export-latex-special-keyword-regexp):
785         New variable.
786         (org-export-latex-special-string-regexps): Variable removed.
787         (org-export-latex-keywords): Use the new regexp.
789         * org-exp.el (org-export-handle-include-files): Fetch switches and
790         put them into the BEGIN statement.
792         * org-timer.el (org-timer-mode-line-string): New variable.
794         * org-clock.el (org-clock-mode-line-map): Renamed from
795         `org-clock-mode-map'.
796         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
797         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
798         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
799         (org-clock-remove-overlays): Renamed from
800         `org-remove-clock-overlays'.
802         * org-timer.el (org-timer-pause-or-continue): Implement stopping
803         and mode line display.
804         (org-timer-stop): New command.
805         (org-timer-seconds): Return correct time when timer is paused.
806         (org-timer-mode-line-timer): New variable.
807         (org-timer-set-mode-line, org-timer-update-mode-line): New
808         functions.
810         * org.el (org-insert-heading):  Handle new value `auto' for
811         `org-blank-before-new-entry'.
812         (org-org-menu): Add new items for timer functions.
814         * org-list.el (org-insert-item): Handle new value `auto' for
815         `org-blank-before-new-entry'.
817         * org.el (org-blank-before-new-entry): New value `auto', made
818         default.
820 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
822         * org-exp.el (org-export-normalize-links): If the link is also
823         used as the description, protect the description.
825 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
827         * org.el (org-closest-date): Fix bug with yearly repeats, in
828         combination with preference of the past as it is used for deadline
829         and scheduling search.
831         * org-exp.el (org-html-handle-time-stamps): No longer check for
832         the `org-export-with-timestamps' option, because the preprocesser
833         has taken care of this already.
835         * org.el (org-entry-properties): Catch the case when this is
836         called in a non-org-mode file.
838         * org-export-latex.el (org-export-latex-remove-from-headlines):
839         Variable made obsolete, also LaTeX export now uses the standard
840         variables.
841         (org-export-as-latex): Add the timestamps parameter to the
842         preprocessor parameter list.
843         (org-export-latex-content): Export the remaining keywords without
844         considering to remove them.
845         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
846         Use bold font instead of tt font for the keywords.
847         (org-export-latex-fontify-headline): Format headlines, assuming
848         that all keywords still present should be published.
849         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
850         publish what ever remains of the time stamps.
851         (org-export-latex-list-parameters): New option.
852         (org-export-latex-lists): Pass additional parameters to the list
853         converter.
855         * org-exp.el (org-export-preprocess-string): Remove clock lines
856         and timestamps already in the preprocesor.
857         (org-export-remove-timestamps, org-export-remove-clock-lines): New
858         functions.
859         (org-export-as-ascii, org-export-as-html): Add the timestamps
860         parameter to the preprocessor parameter list.
862         * org-list.el (org-list-parse-list): Parse for checkboxes.
863         (org-list-to-generic): Introduce and handle new parameters :cbon
864         and :cboff.
865         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
866         optional parameter PARAMS.
868         * org-export-latex.el (org-export-latex-special-chars): Fix
869         problems with interpreting dollar signs.
870         (org-inside-latex-math-p): New function.
871         (org-export-latex-preprocess): Protect all the math fragments.
873         * org.el (org-latex-regexps): Allow a dash after a dollar.
875         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
876         mark after copying.
878         * org-agenda.el (org-run-agenda-series): Have series options set
879         when finalizing the agenda.
881         * org-exp.el (org-export-format-source-code-or-example): Protect
882         the converted examples.
884         * org.el (org-set-regexps-and-options): Fix the regexp
885         `org-complex-heading-regexp'.
887 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
889         * org.el (org-edit-src-get-label-format): New function.
890         (org-coderef-label-format): New option.
891         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
892         a label format specification and make sure it is used in the edit
893         buffer.
894         (org-edit-src-get-label-format): New function.
895         (org-store-link): Handle new coderef formats.
896         (org-link-search): Handle new coderef formats.
898         * org-footnote.el (org-footnote-create-definition)
899         (org-footnote-goto-local-insertion-point): Make footnote insertion
900         work correctly when the "Footnotes" headline is the last line in
901         the buffer.
903         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
904         the location.
906 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
908         * org-w3m.el (org-w3m): New customization group.
909         (org-w3m-deactivate-mark): New option.
910         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
911         option say not to.
913 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
915         * org.el (org-set-font-lock-defaults): Trigger footnote
916         fontification.
917         (org-activate-footnote-links): New function.
918         (org-activate-links): New entry `footnote'.
920         * org-faces.el (org-footnote): New face.
922 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
924         * org-macs.el (org-re): Handle the [:word:] class.
926         * org-exp.el (org-export-preprocess-string): Call
927         `org-export-protect-colon-examples'.
928         (org-export-protect-colon-examples): Renamed from
929         `org-export-protect-examples', and scope limited to lines starting
930         with a colon.
932 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
934         * org-exp.el (org-export-preprocess-string): Move the preprocess
935         hook to after turning on Org-mode.
936         (org-export-preprocess-after-include-files-hook)
937         (org-export-preprocess-after-tree-selection-hook)
938         (org-export-preprocess-before-backend-specifics-hook)
939         (org-export-preprocess-final-hook): New hooks.
940         (org-export-preprocess-string): Run the new hooks.
942         * org.el (org-ctrl-c-minus): Fix indentation for new items.
944         * org-footnote.el: New file.
946         * org.el (org-footnote): Require footnote code.
947         (org-startup-options): Add new footnote options.
948         (org-mode-map): New keybindig for footnotes.
949         (org-ctrl-c-ctrl-c): Add function at footnotes.
950         (org-org-menu): New menu entries for footnotes.
952         * org-export-latex.el (org-export-as-latex): Pass footnote
953         variable to preprocessor.
954         (org-export-latex-preprocess): Treat multiple references to a
955         footnote.
957         * org-exp.el (org-export-preprocess-string): Call
958         `org-footnote-normalize'.
959         (org-export-as-ascii, org-export-as-html): Pass footnote variable
960         to preprocessor.
961         (org-export-as-html): Treat multiple references to a footnote.
963 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
965         * org-export-latex.el (org-export-latex-links): Handle coderef
966         links.
968         * org.el (org-bracket-link-analytic-regexp++): New variable.
969         (org-make-link-regexps): Initialize
970         `org-bracket-link-analytic-regexp++'.
971         (org-store-link): Implement special case in edit-src buffer.
972         (org-insert-link): No use of ide to insert stored links.
973         (org-link-search): Implement special case for coderefs.
975         * org-exp.el (org-export-html-scripts): New constant.
976         (org-export-html-style-default): Add a new style for highlighted
977         code.
978         (org-export-code-refs): New variable.
979         (org-export-preprocess-string): Initialize `org-export-code-refs'.
980         Call `org-export-replace-src-segments-and-examples'
981         No longer call `org-export-protect-examples'.
982         (org-export-target-internal-links): Take care of coderef targets.
983         (org-export-last-code-line-counter-value): New variable.
984         (org-export-replace-src-segments-and-examples): Renamed from
985         `org-export-replace-src-segments', and modified.
986         (org-export-format-source-code-or-example): Renamed from
987         `org-export-format-source-code'.
988         (org-export-number-lines): New function.
989         (org-export-as-ascii, org-export-as-html): Handle coderef links.
991 --------------------------------------------------------------------------
993 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
995         * org-remember.el (org-remember-handler): Safer way to get a new
996         buffer accessing the target file.
998         * org.el (org-refile-get-location): Handle case of current buffer
999         not having a file associated with it.
1001 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
1003         * org-table.el (org-table-get-formula): Only ask to overwrite
1004         field formula if there really is one.
1006         * org-id.el (org-id-find): Allow the ID to be a symbol or a
1007         number, by converting these to a string.
1009         * org-colview.el (org-dblock-write:columnview): Allow ID to be
1010         located in a different file.
1012         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
1013         org-colview.el.
1015 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
1017         * org.el (org-completion-use-ido): Enhance docstring of
1018         `org-completion-use-ido'.
1020         * org-export-latex.el (org-export-latex-make-header): Double the %
1021         in the time stamp format.
1022         (org-export-latex-special-chars): Handle case where there is no
1023         match group 3.
1025 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
1027         * org.el (org-get-refile-targets, org-refile-get-location): Use
1028         expanded file name to improve comparison.
1030 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
1032         * org.el (org-scan-tags): Rescan for tags, to get the correct
1033         upcase/downcase stuff.  This slows things down for now, but it
1034         works.
1035         (org-mode): Make sure the tag-faces regexp is initialized.
1037         * org-export-latex.el (org-export-latex-links): Fix bug with
1038         undefined label.
1040         * org-table.el (org-table-get-specials): Set
1041         `org-table-current-last-data-line'.
1042         (org-table-current-last-data-line): New variable.
1043         (org-table-insert-column, org-table-delete-column)
1044         (org-table-move-column, org-table-fix-formulas): Call
1045         `org-table-fix-formulas' a second time to fix the $LR references.
1046         (org-table-get-specials): Add the $LR references to the tables.
1047         (org-table-get-formula): Do not offer last-row names as LHS of
1048         formulas.
1050         * org.el (org-store-link): Capture link description from
1051         `org-id-store-link'.
1053         * org-exp.el (org-export-html-format-image): Add the / to the end
1054         of the <img> tag.
1055         (org-export-format-source-code): Surround example by empty lines,
1056         to make sure it will not be inside a paragraph.
1058         * org.el (org-ido-switchb): New function.
1060 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
1062         * org-agenda.el (org-agenda-show): New prefix argument
1063         FULL-ENTRY.
1065         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
1066         argument.
1068         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
1069         `org-agenda-change-all-lines'.
1070         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
1071         tags are now retrieved locally.
1073 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1075         * org.el (org-get-outline-path): Fix bug if level is not given.
1076         (org-org-menu): Do not quote function in menu vector.
1078         * org-agenda.el (org-finalize-agenda): Fix typo with variable
1079         name.
1081 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1083         * org.el (org-refile): Avoid refiling to within the region to be
1084         refiled.
1086         * org-export-latex.el (org-export-latex-special-chars): Replace
1087         special characters also in tables.
1089         * org-agenda.el (org-agenda-change-all-lines): New argument
1090         FORCE-TAGS.
1091         (org-agenda-set-tags): Cet the new tags and pass them to
1092         `org-format-agenda-item'.
1094 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1096         * org-export-latex.el (org-export-latex-classes): Add longable as
1097         a default package to all classes.
1098         (org-export-latex-tables): Handle the longtable attribute and the
1099         align attribute.
1101         * org-table.el (orgtbl-to-generic): Handle tables that start with
1102         a hline.
1104         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
1105         \verb for colde-like snippets.
1106         (org-export-as-latex): Fix issues with region export.
1108         * org.el (org-up-heading-safe): Speed up function by using a
1109         direct regexp search.
1110         (org-olpa): New variable.
1111         (org-get-outline-path): Speed-up path constructions in cases where
1112         this is possible because the entire hierarchy is scanned anyway.
1113         (org-refile-get-location): Don't compare the truenames of files,
1114         this is too slow.
1115         (org-goto-max-level): New option.
1116         (org-goto): Use `org-goto-max-level'.
1118 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
1120         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
1121         Strip angle brackets from message-ids in the former and don't do
1122         it in the latter.
1123         (org-gnus-follow-link): Open summary reliable, even if the last
1124         messages were deleted, and handle empty groups, too.
1126 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
1129         instead of \texttt for the =...= and ~===~ emphasis environments.
1130         (org-export-as-latex): Remove any old :org-license-to-kill text
1131         properties.
1132         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
1133         (org-export-latex-make-header): Add some hard space after the
1134         table of contents.
1135         (org-export-latex-first-lines): Accept RBEG argument.  Mark
1136         exported text so that it will be excuded in further steps.
1138         * org-table.el (org-table-get-specials): Make @0 reference the
1139         last line in a table.
1140         (org-table-recalculate): Improve docstring.
1142 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1144         * org.el (org-log-done): Fix docstring.
1146 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1148         * org-exp.el (org-export-html-format-image): Fix bugs.
1150         * org-export-latex.el (org-export-latex-tables)
1151         (org-export-latex-links): Implement attribute, label, and caption
1152         handling.
1154         * org-exp.el (org-export-html-style-default): Add style
1155         definitions for the figure div.
1156         (org-export-preprocess-string, org-export-as-html): Implement
1157         attribute, label, and caption handling.
1158         (org-export-attach-captions-and-attributes): New function.
1159         (org-export-html-format-image): New function.
1160         (org-format-org-table-html): Implement attribute, label, and
1161         caption handling.
1163         * org.el (org-find-text-property-in-string): New function.
1164         (org-extract-attributes): Use the property org-attr instead of
1165         org-attrobutes, because this property is now set with the #+ATTR
1166         lines.
1168 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
1170         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
1171         the case that FROM is nil.
1173         * org.el (org-before-first-heading-p): New function.
1175 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
1177         * org-exp.el (org-export-as-html): Do not add a space before
1178         enforces line breaks.
1179         (org-export-as-html): Close paragraph before blockquote and verse
1180         tags.
1182 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
1184         * org-id.el (org-id-locations-file): Wrap file name with
1185         `convert-standard-filename'.
1186         (org-id-files): New variable.
1187         (org-id-use-hash): New option.
1188         (org-id-update-id-locations): Also search in all files current
1189         listed in `org-id-files'.  Convert the resulting alist to a hash
1190         if the user customation says so.
1191         (org-id-locations-save): Handle he case if `org-id-locations' is a
1192         hash.
1193         (org-id-locations-load): Convert the alist to a hash.
1194         (org-id-add-location): Handle the hast case.
1195         (kill-emacs-hook): Make sure id locations are saved when Emacs is
1196         exited.
1197         (org-id-hash-to-alist, org-id-alist-to-hash)
1198         (org-id-paste-tracker): New functions.
1200 -------------------------------------------------------------------------
1202 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1204         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
1205         bindings of calendar variables.
1207         * org-table.el (org-table-find-row-type): Renamed from
1208         `org-find-row-type'.
1209         (org-table-rewrite-old-row-references): Renamed from
1210         `org-rewrite-old-row-references'.
1211         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
1212         (org-table-cleanup-narrow-column-properties): Renamed from
1213         `org-cleanup-narrow-column-properties'.
1215 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
1217         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
1218         for better error messages.
1219         (org-table-get-descriptor-line): Supply the new arguments to
1220         `org-find-row-type'.
1221         (org-table-error-on-row-ref-crossing-hline): New option.
1223         * org.el (org-target-link-regexp): Make buffer-local.
1224         (org-move-subtree-down): Fix bug with trees at beginning of
1225         buffer.
1227 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
1229         * org-faces.el (org-set-tag-faces): New function.
1230         (org-tags-special-faces-re): New variable.
1232         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
1234         * org-faces.el (org-tag-faces): New option.
1235         (org-tag): Mention `org-tag-faces' in the docstring.
1237 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1239         * org-exp.el (org-export-html-style-default): Implement new
1240         quoting.
1242         * org-jsinfo.el (org-infojs-template): Implement new quoting.
1244         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
1245         command to the `w3m-minor-mode-map'.
1247         * org-archive.el (org-archive-to-archive-sibling): Protect
1248         `this-command' to avoid appending kills during archiving.
1250         * org-exp.el (org-export-with-priority): New variable.
1251         (org-export-add-options-to-plist): Use `org-export-plist-vars'
1252         instead of internal list of strings and properties.
1253         (org-print-icalendar-entries): Retrieve the location property with
1254         inheritance.
1256 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1258         * org-exp.el (org-export-with-todo-keywords): New option.
1259         (org-export-plist-vars): Include also the keys for the #+OPTIONS
1260         line.
1261         (org-default-export-plist, org-export-add-options-to-plist)
1262         (org-export-as-ascii, org-export-as-html): Use the new structure
1263         of `org-export-plist-vars'.
1265         * org.el (org-map-entries): Return all values.
1267 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1269         * org.el (org-matcher-time): Recognize more special values.
1271         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
1273 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1275         * org.el (org-tags-exclude-from-inheritance): New option.
1276         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
1277         `org-tags-exclude-from-inheritance'.
1279         * org-agenda.el (org-agenda-show-inherited-tags): New option.
1280         (org-format-agenda-item): Add inherited tags to the agenda line
1281         string, and make sure that properties are kept when downcasing the
1282         tags list.
1283         (org-agenda-add-inherited-tags): New function.
1284         (org-downcase-keep-props): New function.
1286         * org.el (org-scan-tags): Mark inherited tags with a text
1287         property.
1288         (org-get-tags-at): Mark inherited tags with a text property.
1289         (org-add-prop-inherited): New function.
1291         * org-agenda.el (org-agenda-add-inherited-tags): New function.
1292         (org-agenda-show-inherited-tags): New option.
1294 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1296         * org.el (org-modules): Add org-w3m to the default modules.
1298         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
1299         orgtbl-mode.
1300         (orgtabl-create-or-convert-from-region): New command.
1302         * org-exp.el (org-export-as-ascii): Remove the handling of
1303         targets.
1304         (org-export-ascii-preprocess): Handle targets already in this
1305         function.
1307 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1309         * org-timer.el (org-timer-start-time): Define this variable.
1310         (org-timer-item): Make argument optional.
1312         * org-list.el (org-insert-item): Automatically insert a timer item
1313         if the current list is a timer list.
1315         * org-timer.el: New file.
1317         * org-publish.el (org-publish-org-index): Only exclude the index
1318         file in the main directory from being added to the site-map.
1319         (org-publish-get-project-from-filename): If the current project is
1320         a component, start publishing from the parent project.
1322 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1324         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
1326         * org-publish.el (org-publish-org-index): Improve removal of
1327         temporary buffers.
1329         * org-agenda.el (org-get-closed): Re-apply changes
1330         accidentially overwritten by last commit to Emacs.
1332         * org.el (org-outline-path-complete-in-steps): New option.
1333         (org-refile-get-location): Honor
1334         `org-outline-path-complete-in-steps'.
1335         (org-agenda-change-all-lines, org-tags-sparse-tree)
1336         (org-time-string-to-absolute, org-small-year-to-year)
1337         (org-link-escape): Re-apply changes accidentially overwritten
1338         by last commit to Emacs.
1340 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1342         * org-clock.el (org-dblock-write:clocktable): Make sure the
1343         clocktable sees the first line.
1344         (org-clock-in): Warn if the clock cannot be resumed.
1346 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1348         * org.el (org-open-at-point): Fix mixup about interactive and
1349         non-interactive elisp links.
1351 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1353         * org-exp.el (org-export-preprocess-string): Allow one comment
1354         line before the first headline to always be included.  This is
1355         to not miss a commented target.
1357         * org-mouse.el (org-mouse-insert-item): Call
1358         `org-indent-to-column' instead of `indent-to', for XEmacs
1359         compatibility.
1361         * org.el (org-refile-targets): Fix customize definition so
1362         that it works also in XEmacs.
1363         (org-fixup-indentation): Call `org-indent-to-column' instead
1364         of `indent-to', for XEmacs compatibility.
1366 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
1368         * org-mew.el (org-mew-store-link): Get the correct case folder
1369         for refiled messages.
1371 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1373         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
1374         line break indicators.
1376         * org.el (org-ido-completing-read): Remove the "i:" prefix for
1377         ido-completion propts.
1379 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1381         * org-remember.el (org-remember-apply-template): Use
1382         `org-substring-no-properties'.
1384         * org-compat.el (org-substring-no-properties): New function.
1386         * org-remember.el (org-remember-apply-template): Use
1387         `org-substring-no-properties' for compatibility.
1389         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1390         option.
1391         (org-fix-bullet-type): respect
1392         `org-list-two-spaces-after-bullet-regexp'.
1394         * org-clock.el (org-clock-load): Clean up the code.
1396         * org.el (org-adaptive-fill-function): Allow two spaces after
1397         "1." as a list bullet.
1399 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1401         * org-clock.el (org-clock-save, org-clock-load): Check for
1402         live buffers, existing files, and buffer file names to ensure
1403         consistent information.
1404         (org-clock-persist): Make `clock' a special value of this
1405         variable, and improve docstring.
1407         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1408         (org-get-string-indentation): Adapt indentation when the bullet
1409         width changes.
1411 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1413         * org-remember.el (org-remember-finalize): Make interactive.
1414         (org-remember-kill): New command.
1415         (org-remember-finish-immediately): Call `org-remember-finalize'
1416         directly.
1417         (org-remember-finalize): Make `org-remember-finalize' an interactive
1418         function.
1420 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1422         * org-remember.el (org-remember-apply-template): No ido completion
1423         for free prompts in remember templates.
1424         (org-remember-before-finalize-hook): New hook.
1425         (org-remember-mode): New minor mode.
1426         (org-remember-apply-template): Turn on `org-remember-mode'.
1428         * org-id.el (org-id-add-location): Avoid error when no file is
1429         given.
1431         * org-remember.el (org-remember-apply-template): Fix the way how
1432         the list of allowed properties is retrieved from the target file.
1434         * org.el (org-insert-link): Improve file link matching.
1436 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1438         * org-colview.el (org-columns-display-here): New argument
1439         DATELINE, to trigger using the new face.
1440         (org-agenda-colview-summarize): Call `org-columns-display-here'
1441         with the new argument.
1443         * org-faces.el (org-agenda-column-dateline): New face.
1445         * org-publish.el (org-publish-org-index): Use index-title at page
1446         title, not as section.
1448         * org-exp.el (org-export-html-format-desc): Respect the
1449         org-protect property.
1450         (org-export-as-html): Protect image specifiers that are in the
1451         description part of a link.
1453         * org.el (org-sort-entries-or-items, org-completing-read)
1454         (org-refile-get-location, org-olpath-completing-read, org-todo)
1455         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1456         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1457         (org-set-property, org-delete-property)
1458         (org-delete-property-globally): Use `org-ido-completing-read'.
1460         * org-remember.el (org-remember-apply-template): Use
1461         `org-ido-completing-read'.
1463         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1465         * org-colview.el (org-columns-edit-value, org-columns-new)
1466         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1468         * org-colview-xemacs.el (org-columns-edit-value)
1469         (org-columns-new, org-insert-columns-dblock): Use
1470         `org-ido-completing-read'.
1472         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1473         `org-ido-completing-read'.
1475         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1476         `org-ido-completing-read'.
1478         * org.el (org-time-today): New function.
1479         (org-matcher-time): Use `org-time-today'.  Add special treatment
1480         for "<tomorrow>" and "<yesterday>".
1481         (org-ido-completing-read): New function.
1482         (org-completion-use-ido): New option.
1484         * org-exp.el (org-export-format-source-code): Fix bug in require
1485         htmlize code.
1486         (org-export-target-internal-links): Fix bug in search for text
1487         property.
1489 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1491         * org-export-latex.el (org-export-latex-subcontent): Interprete
1492         target aliases as additonal labels.
1494         * org-exp.el (org-export-target-aliases): New variable.
1495         (org-export-preprocess-string)
1496         (org-export-handle-invisible-targets): Fill the alias alist.
1497         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1498         assign an id.
1499         (org-html-level-start): Insert the target aliases as additonal
1500         anchors.
1502         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1503         picture area.
1505 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1507         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1508         when following a link with the mouse from the agenda.
1510         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1511         headlines are created.
1513 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1515         * org-exp.el (org-export-preprocess-string): Reorder so that we
1516         can still see ID properties when we collect targets.
1517         (org-export-target-internal-links): Also store targets for ID's.
1519         * org.el (org-link-translation-function): New option.
1520         (org-open-at-point): Call `org-link-translation-function' if
1521         non-nil.
1522         (org-translate-link): New function.
1523         (org-translate-link-from-planner): New function.
1524         (org-open-at-point): Allow interactive commands in elisp links.
1526         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1527         iCalendar quoting.  The new one seems to caus problems with
1528         applications.
1530         * org.el (org-yank): Set `this-command' to `yank', so that
1531         `yank-pop' will work.
1533 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1535         * org-id.el (org-id-search-archives): New option.
1537         * org.el (org-link-to-org-use-id): New option.
1538         (org-store-link): Use `org-link-to-org-use-id'.
1539         (org-id): Make org-id.el a standard component.
1541 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1543         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1544         hexified version of the tag.
1546         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1547         compliance as far as quoting is concerned.
1549         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1551         * org.el (org-up-heading-safe, org-forward-same-level): Always
1552         call `org-back-to-heading' instead of `outline-back-to-heading'.
1553         (org-back-to-heading): New wrapper around outline-back-to-heading,
1554         with a useful error message telling where the error happened.
1556         * org-list.el (org-update-checkbox-count): Always call
1557         `org-back-to-heading' instead of `outline-back-to-heading'.
1559         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1560         has an `alt' attribute, to ensure XHTML validation.
1562 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1564         * org-publish.el (org-publish-attachment): Allow publishing to
1565         overwrite attachment files.
1567         * org-agenda.el (org-agenda-timerange-leaders): New option.
1568         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1570         * org.el (org-edit-src-exit): Untabify ASCII image before
1571         returning.
1584 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1586         * org.el (org-yank): Make any prefix force normal yanking.
1587         Suppress folding if text would be swallowed into a folded
1588         subtree.
1589         (org-yank-folded-subtrees, org-yank): Docstring updates.
1591         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1592         defined as 0.
1594         * org-exp.el (org-export-language-setup): Add Catalan and
1595         Esperanto language entries.
1597 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1599         * org.el (org-refile): Allow refiling of entire regions.
1601         * org-clock.el (org-clock-time%): New function.
1603         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1604         retrieve property values.
1606 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1608         * org-agenda.el (org-agenda-list): Handle the value `only' of
1609         org-agenda-show-log'.
1610         (org-agenda-log-mode): Interpret a double prefix arg.
1612 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1614         * org-exp.el (org-export-html-footnotes-section): New variable.
1615         (org-export-as-html): Use `org-export-html-footnotes-section' to
1616         insert the footnotes.
1617         (org-export-language-setup): Add "Footnotes" to language words.
1619 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1621         * org.el (org-yank): Fix bug when not inserting a subtree.
1623 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1625         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1626         instead of `vm-beginning-of-message'.
1628         * org.el (org-make-link-regexps): Make sure that links to gnus can
1629         contain brackets.
1631 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1633         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1634         code.
1636         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1637         shell output.
1639         * org.el (org-link-abbrev-alist): Improve customization type.
1641         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1642         functions.
1644         * org-agenda.el (org-agenda-get-progress): Renamed from
1645         `org-get-closed'.  Implement searching for state changes as well.
1646         (org-agenda-log-mode-items): New option.
1647         (org-agenda-log-mode): New option prefix argument, interpreted as
1648         request to show all possible progress info.
1649         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1650         `org-get-closed'.
1651         (org-agenda-set-mode-name): Handle the more complex log mode
1652         settings.
1653         (org-get-closed): New alias, pointing to `org-get-progress'.
1655 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1657         * org.el (org-file-apps-defaults-gnu)
1658         (org-file-apps-defaults-macosx)
1659         (org-file-apps-defaults-windowsnt): Add an entry defining the
1660         system command.
1661         (org-file-apps): Allow `system' as key and value.
1662         (org-open-at-point): Explain the effect of a double prefix arg.
1663         (org-open-file): If the argument `in-emacs' is (16),
1664         i.e. corresponding to a double prefix argument, try to open the
1665         file externally.
1667 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1669         * org.el (org-insert-link): Abbreviate absolute files names in
1670         links.  Also, fix a bug in which the double C-u prefix would not
1671         be honored.
1673 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1675         * org.el (org-insert-heading): If buffer does not end with a
1676         newline, add one if necessary to insert headline correctly.
1678         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1679         paragraphs, not inside.
1681         * org.el (org-todo): Quote
1682         `org-agenda-headline-snapshot-before-repeat'.
1684         * org-exp.el (org-export-as-html): Fully process link descriptions.
1685         (org-export-html-format-desc): New function.
1686         (org-export-as-html): Collect footnotes into the correct basket.
1687         (org-html-protect): No longer protect quotations marks here, this
1688         goes wrong.
1690         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1691         BEG.
1693         * org-compat.el (org-fit-window-to-buffer): New function (not
1694         really, a preliminary and incomplete version was present earlier,
1695         but not used).
1697         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1698         `org-fit-window-to-buffer'.
1700         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1702         * org-agenda.el (org-agenda-get-restriction-and-command)
1703         (org-fit-agenda-window, org-agenda-convert-date): Use
1704         `org-fit-window-to-buffer'.
1706         * org-exp.el (org-export-as-html): Process href links through
1707         `org-export-html-format-href'.
1708         (org-export-html-format-href): New function.
1710         * org-agenda.el (org-agenda-todo): Update only the current
1711         headline if this is a repeated TODO, marked done for today.
1712         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1713         only the current line.
1715         * org.el (org-todo): Take a snapshot of the headline if the
1716         repeater might change it.
1718 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1720         * org-publish.el (org-publish-find-title): Remove buffers visited
1721         only for extracting the title.
1723         * org-exp.el (org-export-html-style)
1724         (org-export-html-style-default): Mark style definitions as
1725         unparsed CDATA.
1727         * org-publish.el (org-publish-validate-link): Function
1728         re-introduced.
1730 2008-11-02  Charles Sebold  <csebold@gmail.com>
1732         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1733         property.
1734         (org-plot-quote-timestamp-field): New function.
1735         (org-plot-quote-tsv-field): Call timestamp field function when
1736         necessary rather than just quoting as a string.
1737         (org-plot/gnuplot-to-data): Pass in timefmt property.
1738         (org-plot/gnuplot-script): Supports timefmt property.
1739         (org-plot/gnuplot): Checks for timestamp column before checking
1740         for text index column.
1742 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1744         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1746         * org-publish.el (org-publish-org-index): Create a section in the
1747         index file.
1748         (org-publish-org-index): Stop linking to directories.
1750         * org.el (org-emphasis-alist): Use span instead of <u> to
1751         underline text.
1753         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1754         <pre> sections.
1756 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1758         * org-jsinfo.el (org-infojs-template): Remove language attribute
1759         from script tag.
1761 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1763         * org-agenda.el (org-agenda-remove-marked-text): New function.
1764         (org-agenda-mark-filtered-text)
1765         (org-agenda-unmark-filtered-text): New functions.
1766         (org-write-agenda): Remove fltered text.
1768         * org.el (org-make-tags-matcher): Give access to TODO "property"
1769         without speed penalty.
1771 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1773         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1774         option.
1775         (org-store-link-props): Make sure adding to the plist works
1776         correctly.
1778         * org-gnus.el (org-gnus-no-new-news): New function.
1779         (org-gnus-follow-link): Allow the article ID to be a message-id,
1780         in addition to allowing article numbers.  Message IDs make much
1781         more roubust links.
1782         (org-gnus-store-link): Use message-id to create link.
1784 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1786         * org.el (org-emphasize): Reverse the selection array.
1787         (org-emphasis-alist): Set <code> tags for the verbatim
1788         environment.
1790         * org-remember.el (org-remember-handler): Fix bug with
1791         prefix-related changing of the note storage target.
1793         * org-exp.el (org-print-icalendar-entries): Make the exported
1794         priorities compatible with RFC 2445.
1796         * org-clock.el (org-clock-save): Insert time stamp without
1797         dependence on time-stamp.el.
1799 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1801         * org.el ("saveplace"): If saveplace puts point into an invisible
1802         location, make it visible.
1803         (org-make-tags-matcher): Allow inactive time stamps in time
1804         comparisons.
1805         (org-yank-adjusted-subtrees): New option.
1806         (org-yank): Incorporate adjusting trees.
1807         (org-paste-subtree): New argument FOR-YANK which will cause
1808         insertion at point without backing up over white lines, and leave
1809         point at the end of the inserted text.  Also if the cursor is
1810         at the beginning of a headline, use the same level or the inserted
1811         tree.
1813         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1814         with broken symlinks
1816 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1818         * org-exp.el (org-export-select-tags, org-get-current-options):
1819         Fix typo.
1821 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1823         * org-agenda.el (org-format-agenda-item)
1824         (org-agenda-filter-make-matcher): Make sure tags are stored and
1825         compared donwcased.
1827 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1829         * org.el (org-insert-todo-heading): Fix bug with force-heading
1830         argument.
1832 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1834         * org-clock.el (org-clock-in-resume): Add a custom option to
1835         toggle starting the clock from an open clock line.
1836         (org-clock-in): When clocking in to an entry, if
1837         `org-clock-in-resume' is set, check if the first clock line is
1838         open and if so, start the clock from the time in the clock line.
1839         (org-clock-persist): Add a custom option to toggle clock
1840         persistence.
1841         (org-clock-persist-query-save): Add a custom option to toggle
1842         asking the user if they want to save the running clock when
1843         exiting.
1844         (org-clock-persist-query-resume): Add a custom option to toggle
1845         asking the user if they want to resume the saved clock when Emacs
1846         is restarted.
1847         (org-clock-save): Add a function to save clock data.
1848         This includes the contents of `org-clock-history' and the buffer
1849         and position of the currently clocked task, if any.
1850         (org-clock-load): Add a function to load clock data.
1851         This populates `org-clock-history', and resumes the saved clocked
1852         task if there is one.
1853         (org-clock-persistence-insinuate): Add a method to set up the
1854         hooks for clock persistence.
1856 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1858         * org-exp.el (org-export-as-ascii): Handle the case that we are
1859         publishing from an indirect buffer.
1861         * org-table.el (org-table-copy-down): Fix bug with time stamp
1862         increment.
1864         * org-mouse.el (org-mouse-features): New option.
1865         (org-mode-hook): Turn on features depending on
1866         `org-mouse-features'.
1868         * org.el (org-insert-heading-respect-content): Force heading
1869         creation.
1870         (org-insert-heading): keep the folding state of the heading before
1871         the inserted one.
1873 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1875         * org-archive.el (org-archive-to-archive-sibling): Handle top
1876         level headlines better.
1878 2008-10-21  Bastien Guerry  <bzg@altern.org>
1880         * org-export-latex.el (org-export-latex-classes): Added
1881         \usepackage{graphicx} to the default list of packages.
1883 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1885         * org-agenda.el (org-agenda-filter): Renamed from
1886         `org-agenda-filter-tags'.
1888 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1890         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1891         is not defined as a property in this entry.
1892         (org-add-log-note): Mask prefix argument when immediately storing
1893         the note.
1895         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1896         option.
1898 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1900         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1901         after drawers was skipping ahead one line too many, so notes were
1902         inserted after the first note instead of before it.
1904 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1906         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1907         New variables.
1908         (org-prepare-agenda): Reset the filter tags.
1909         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1910         Show filter tags in mode line.
1912         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1913         formatter.
1915         * org-export-latex.el (org-latex-entities-regexp): New constant.
1916         (org-export-as-pdf): Use two calls to `shell-command'.
1918 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1920         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1921         Honor the {} value of the subsuperscript setting.  Make sure that
1922         longer subsuperscripts are typeset in a roman font.
1924         * org.el (org-clock-update-time-maybe): Compute negative clock
1925         intervals correctly.
1927 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1929         * org.el (org-add-log-setup): Respect
1930         `org-log-state-notes-insert-after-drawers'.
1931         (org-log-state-notes-insert-after-drawers): New option.
1932         (org-todo-trigger-tag-changes): New function.
1933         (org-todo): Call `org-todo-trigger-tag-changes'.
1935 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1937         * org.el (org-add-log-setup): Only skip drawers if the are
1938         immediately after the scheduling keywords.
1940         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1941         function
1942         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1943         call it with the current todo state to get the state to switch to
1944         when clocking in.
1945         (org-clock-in): Use org-indent-line-function to indent clock lines.
1946         (org-clock-find-position): Fix indentation of empty clock drawers.
1948 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1950         * org-publish.el (org-publish-org-to): Handle case when
1951         org-export-to-pdf does return a file name, not a buffer.
1952         (org-publish-org-to-pdf): New function.
1954         * org-export-latex.el (org-export-as-pdf)
1955         (org-export-as-pdf-and-open): New commands.
1957         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1958         forms as ranges.
1960         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1961         things in protexted regions.
1963 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1965         * org-export-latex.el (org-export-latex-preprocess): Improve
1966         quoting of LaTeX environments.
1968 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1970         * org.el (org-edit-fixed-width-region): Exclude final newline from
1971         picture area.
1973         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1974         sections, to make internal links work.
1975         (org-export-latex-fontify-headline): Do not remove all text
1976         properties, to make sure that target properties survive this
1977         process.
1979         * org-exp.el (org-export-preprocess-string): Change sequence of
1980         modifications, to make sure links are prepared before the LaTeX
1981         conversions do happen.
1983 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1985         * org-attach.el (org-attach-delete-all): Renamed from
1986         `org-attch-delete'.  Add a security query before deleting the
1987         entire directory.  New optional argument FORCE can overrule the
1988         security query.
1989         (org-attach-delete-one): New command.
1991 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1993         * org-attach.el (org-attach-file-list): Fix bug with directory.
1995 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1997         * org.el (org-apps-regexp-alist): New function.
1998         (org-file-apps): Add auto-mode to the default value.
1999         (org-open-file): Use the new structure of org-file-apps.
2001         * org-attach.el (org-attach): Support the new keys.
2002         (org-attach-method): New option.
2004 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
2006         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
2007         March.
2009         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
2010         of the list value o `org-use-tag-inheritance'.
2012         * org-attach.el (org-attach-auto-tag): New option.
2013         (org-attach-tag, org-attach-untag): New functions.
2014         (org-attach-attach, org-attach-new, org-attach-sync): Call
2015         `org-attach-tag'.
2016         (org-attach-delete): Call `org-attach-untag'.
2018 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
2020         * org-table.el (orgtbl-self-insert-command): Make this work for
2021         the keypad as well.
2023 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
2025         * org.el (org-add-log-setup): Limit searc for drawers to entry
2026         text, not to subtree.
2028         * org-clock.el (org-clock-heading-for-remember): New variable.
2029         (org-clock-in): Set `org-clock-heading-for-remember'.
2031 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
2033         * org-remember.el (org-remember-apply-template): Add new
2034         expansions: %k, %K for currently clocked task and a link to the
2035         currently clocked task, and %< to file notes in the currently
2036         clocked task.
2038 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
2040         * org-export-latex.el (org-export-latex-make-header): Also insert
2041         the content of the property :latex-header-extra.
2043         * org-exp.el (org-infile-export-plist): Put the content of
2044         #+LATEX_HEADER: into the property :latex-header-extra.
2046         * org-colview.el (org-columns-get-format-and-top-level): Remove
2047         resetting the marker.
2049         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
2050         Remove resetting the marker.
2052         * org.el (org-entry-property-inherited-from): Improve docstring.
2053         (org-entry-get-with-inheritance): Reset marker before starting the
2054         search.
2056         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
2058 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
2060         * org.el (org-entry-get-multivalued-property)
2061         (org-entry-protect-space, org-entry-restore-space): New
2062         functions.
2063         (org-file-apps-defaults-macosx): Let postscript files be opened by
2064         preview.
2065         (org-time-stamp-inactive): Call `org-time-stamp'.
2066         (org-time-stamp): New argument `inactive'.  Also edit inacive
2067         stamps. Convert time stamp type.
2068         (org-open-file): Interpret the `default' value for the `command'
2069         in `org-file-apps'.
2071         * org-id.el (org-id-int-to-b36-one-digit)
2072         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
2073         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
2074         b36.
2076 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
2078         * org-id.el (org-id-reverse-string): New function.
2079         (org-id-new): Use `org-id-reverse-string' to make sure the
2080         beginning chars of the ID are mutating fast.  This allows to use a
2081         directory structure to spread things better.
2082         (org-id-prefix): Changed default to nil.
2084         * org-list.el (org-move-item-down, org-move-item-up): Remember and
2085         restore the column of the cursor position.
2087         * org-remember.el (org-remember-apply-template): Remove properties
2088         from `initial'.
2090 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
2092         * org-wl.el (org-wl-open): Remove useless call to
2093         `wl-thread-open-all'.
2095         * org-remember.el (org-remember-handler): Fix bug with `bottom'
2096         location.
2098 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
2100         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
2101         `org-bbdb-anniversaries'.
2103         * org.el (org-get-next-sibling, org-forward-same-level): New
2104         functions, similar to the outline versions, but invisible headings
2105         are OK.
2107 2008-09-25  Bastien Guerry  <bzg@altern.org>
2109         * org.el (org-auto-repeat-maybe): Insert a space between
2110         the timestamp's type and the timestamp itself.
2112 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
2114         * org-table.el (org-table-sum): Do not format the result with %g,
2115         it does rounding when there are too many digits.
2117         * org.el (org-map-entries): Protect the keyword-selecting variables.
2119 2008-09-23  Bastien Guerry  <bzg@altern.org>
2121         * org-agenda.el (org-agenda-to-appt): Make sure the function check
2122         against all agenda files.
2124 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
2126         * org-list.el: New file, aggregating list functions from org.el
2127         and org-export-latex.el.
2129         * org.el (org-edit-src-region-extra): New option.
2131 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
2133         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
2134         time before 1am.
2136 2008-09-22  Bastien Guerry  <bzg@altern.org>
2138         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
2140 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
2142         * org-plot.el (org-plot/gnuplot): Make tables starting with a
2143         hline work correctly.
2144         (org-plot/gnuplot-script): Put commas at the end of each script
2145         line.
2147 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
2149         * org.el (org-get-refile-targets): Replace links with their
2150         descriptions
2151         (org-imenu-get-tree): Replace links with their descriptions.
2153         * org-remember.el (org-remember-apply-template): Add a new
2154         expansion for adding properties to remember items.
2156         * org.el (org-add-log-setup): Skip over drawers (properties,
2157         clocks etc) when adding notes.
2159         * org-agenda.el (org-agenda-get-closed): show durations of clocked
2160         items as well as the start and end times.
2162         * org-compat.el (org-get-x-clipboard-compat): Add a compat
2163         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
2165         * org-remember.el (org-get-x-clipboard): Use the compat
2166         function to get clipboard values when x-selection-value is
2167         unavailable. Use substring-no-properties instead of
2168         set-text-properties to remove text properties from the clipboard
2169         value.
2171         * lisp/org-clock.el (org-update-mode-line): Support limiting the
2172         modeline clock string, and display the full todo value in the
2173         tooltip. Set a local keymap so mouse-3 on the clock string goes to
2174         the currently clocked task.
2175         (org-clock-string-limit): Add a custom value for the maximum
2176         length of the clock string in the modeline.
2177         (org-clock-mode-map): Add a keymap for the modeline string
2179 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
2181         * org-compat.el (org-propertize): New function.
2183 2008-09-20  Bastien Guerry  <bzg@altern.org>
2185         * org-export-latex.el (org-export-latex-tables): protect exported
2186         tables from further special chars conversion.
2187         (org-export-latex-preprocess): Preserve LaTeX environments.
2188         (org-list-parse-list): Parse descriptive lists.
2189         (org-list-to-generic, org-list-to-latex, org-list-to-html)
2190         (org-list-to-texinfo): Export descriptive lists.
2191         (org-quote-chars): Remove.
2192         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
2193         (org-export-latex-list-beginning-re): Rename to
2194         `org-list-beginning-re'
2195         (org-list-item-begin): Rename to `org-list-item-beginning'
2197 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
2199         * org.el (org-refile): Allow refiling to the last entry in the
2200         buffer.
2201         (org-get-tags-at): Fix bug when inheritance is turned off.
2203 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
2205         * org.el (org-indent-line-function): No longer check for src
2206         regions, this is too much overhead.
2208         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
2209         matching.
2211         * org.el (org-scan-tags): Make sure that tags matching is not case
2212         sensitive.  TODO keyword matching is case sensitive, however, to
2213         avoid confusion with similar words that are not meant to be
2214         keywords.
2216 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
2218         * org.el (org-get-local-tags-at): New function.
2219         (org-get-local-tags): New function.
2221         * org-exp.el (org-export-get-categories): New function.
2223         * org-agenda.el (org-sorting-choice)
2224         (org-agenda-sorting-strategy, org-agenda-get-todos)
2225         (org-agenda-get-timestamps, org-agenda-get-deadlines)
2226         (org-agenda-get-scheduled, org-agenda-get-blocks)
2227         (org-entries-lessp): Implement sorting by TODO state.
2228         (org-cmp-todo-state): New defsubst.
2230         * org-colview.el (org-colview-construct-allowed-dates): New
2231         function.
2232         (org-columns-next-allowed-value): Use
2233         `org-colview-construct-allowed-dates'.
2235         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
2236         function.
2237         (org-columns-next-allowed-value): Use
2238         `org-colview-construct-allowed-dates'.
2240 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
2242         * org.el (org-protect-slash): New function.
2243         (org-get-refile-targets): Use `org-protect-slash'.
2245         * org-agenda.el (org-global-tags-completion-table): New variable.
2247         * org-exp.el (org-export-handle-export-tags): New function.
2248         (org-export-preprocess-string): Call
2249         `org-export-handle-export-tags'.
2251         * org-plot.el: New file.
2253         * org-publish.el (org-publish-expand-components): Function removed.
2254         (org-publish-expand-projects): Allow components to have components.
2256 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
2258         * org.el (org-indent-line-function): Do not indent in regions that
2259         are external source code.
2260         (org-yank-and-fold-if-subtree): New function.
2262         * org-agenda.el (org-agenda-todayp): New function.
2263         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
2264         `org-agenda-todayp'.
2266         * org.el (org-insert-heading-respect-content)
2267         (org-insert-todo-heading-respect-content): New commands.
2268         (org-insert-heading-respect-content): New option.
2269         (org-insert-heading): Respect `org-insert-heading-respect-content'.
2271         * org-clock.el (org-clock-find-position): Make sure the note after
2272         the clock line gets moved into the new clock drawer.
2274 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
2276         * org-id.el (org-id-new): New option.
2278 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
2280         * org-table.el (org-table-copy-down): Avoid overflow during
2281         increment.  Use prefix argument 0 to temporarily disable the
2282         increment.
2284 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
2286         * org-exp.el (org-export-as-html): Do not turn on the major mode
2287         if the buffer will be killed anyway.
2288         (org-get-current-options): Exclude the #+TEXT field.
2289         (org-export-as-html): Make sure text before the first headline is
2290         a paragraph.
2292         * org-publish.el (org-publish-org-to): Tell the exporter that this
2293         buffer will be killed, so it is not necessary to do major mode
2294         initialization.
2296         * org-archive.el (org-archive-to-archive-sibling): Show empty
2297         lines after folding the archive sibling.
2299         * org.el (org-log-note-extra): New variable.
2301 2008-09-05  Bastien Guerry  <bzg@altern.org>
2303         * org.el (org-additional-option-like-keywords): Added keywords for
2304         the _QUOTE, _VERSE and _SRC environments.
2306         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
2307         exporting _QUOTE and _VERSE environments.
2309 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
2311         * org-agenda.el (org-agenda-filter-by-tag): New command.
2313         * org-exp.el (org-get-current-options): Remove angular brackets
2314         from the date entry.
2316         * org.el (org-edit-fixed-width-region): New function.
2317         (org-edit-fixed-width-region): Also try
2318         `org-edit-fixed-width-region'.
2319         (org-edit-fixed-width-region-mode): New option.
2320         (org-activate-code): Only interprete lines starting with colon
2321         plus a space as example lines.
2323         * org-remember.el (org-remember-templates): Add nil instead of
2324         empty strings to fix the length of remember templates.
2326         * org-table.el (org-calc-default-modes): Fix the time format for
2327         calc, from 12 hour to 24 hour clock.
2329 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
2331         * org-agenda.el (org-agenda-get-deadlines)
2332         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
2333         entries that are pre-warnings of deadlines or reminders.
2335         * org.el (org-sort-entries-or-items): Make numeric and alpha
2336         comparisons ignore any TODO keyword and priority cookie.
2338         * org-remember.el (org-remember-handler): Reinterpretation of the
2339         prefix argument.
2341 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
2343         * org-agenda.el (org-agenda-get-scheduled): Use new
2344         `org-scheduled' face.
2346         * org-faces.el (org-scheduled): New face.
2348         * org-wl.el (org-wl-open): Remove incorrect declaration.
2350         * org-gnus.el (org-gnus-store-link): Support for :to information
2351         in gnus links.
2353         * org-exp.el (org-export-as-html): Fixed typo in creator
2354         information.
2355         (org-export-protect-examples): New parameter indent.  Insert extra
2356         spaces only when this parameter is specified.
2357         (org-export-preprocess-string): Call `org-export-protect-examples'
2358         with an indentation parameter when exporting to ASCII.
2360         * org-remember.el (org-remember-templates)
2361         (org-remember-apply-template): Allow the file component to be a
2362         function.
2364         * org.el (org-goto-local-search-headings): Renamed from
2365         `org-goto-local-search-forward-headings'.  Added the possibility
2366         to search backwards.
2368 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
2370         * org-export-latex.el (org-export-latex): New customization
2371         group.
2373         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
2375 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
2377         * org-exp.el (org-html-do-expand): Allow {} to terminate
2378         tex macro
2380 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
2382         * org.el (org-buffer-list): Select buffers based on major mode,
2383         not on file name.
2385 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2387         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2388         face property.
2390         * org-colview.el (org-columns-display-here): Use
2391         `org-columns-modify-value-for-display-function'.
2393         * org-colview-xemacs.el (org-columns-display-here): Use
2394         `org-columns-modify-value-for-display-function'.
2396 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2398         * org.el (org-columns-modify-value-for-display-function): New option.
2410         * org-publish.el (org-publish-file): Make sure the directory match
2411         for the publishing directory works correctly.
2413         * org-agenda.el (org-agenda-execute-calendar-command)
2414         (org-agenda-diary-entry): Additional optional argument.
2416 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2418         * org-exp.el (org-export-as-html): Add attributes also in mailto
2419         and ftp links.
2421         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2430 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2432         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2433         sure that calls from `org-export-region-as-html' do not do the
2434         special check for a subtree.
2436 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2438         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2440 2008-07-20  Juri Linkov  <juri@jurta.org>
2442         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2443         new keymap `narrow-map' instead of binding "\C-xns".
2445 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2447         * org.el (org-open-file): Use
2448         `org-open-directory-means-index-dot-org'.
2449         (org-open-directory-means-index-dot-org): New option.
2451 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2453         * org.el (org-make-link-string): Remove link attributes from
2454         description.
2455         (org-open-at-point): Remove link attributes bevore using the path.
2457         * org-exp.el (org-export-as-html): Handle link attributes.
2459         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2461         * org-table.el (org-table-to-lisp): New function.
2463         * org.el (org-narrow-to-subtree): Do not include the final newline
2464         into the narrowed region.
2466         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2467         bug with user-define skipping condition.
2469 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2471         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2473 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2475         * org-exp.el (org-export-html-style-default): Automatic overflow
2476         handling for pre fields.
2477         (org-export-as-ascii, org-export-as-html): Change default format
2478         for time stamp.
2480         * org-table.el (org-table-export): Offer completion for translator
2481         functions, and do not require a heading above the table.
2483         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2484         Cater for the case of a list starting in the first line of the
2485         buffer.
2487 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2489         * org-publish.el (org-publish-find-title): Bug fix.
2490         (org-publish-org-index): Implement new :index-style option.
2492 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2494         * org-publish.el (org-publish-timestamp-filename): Use
2495         SHA1-encoded file names in the timestamp directory.
2497 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2499         * org-publish.el (org-publish-needed-p): Be verbose about files
2500         published and files skipped.
2502         * org-exp.el (org-export-preprocess-string): Swap link
2503         normalization and inernal link targeting.
2505         * org-publish.el (org-publish-needed-p): Create timestamp
2506         directory when it does not exist.
2508 2008-07-04  Bastien Guerry  <bzg@altern.org>
2510         * org-clock.el (org-clock-out-when-done): Doc fix.
2512         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2514         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2515         Ignore case when searching for the COMMENT cookie at export time.
2517 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2519         * org-exp.el (org-get-file-contents)
2520         (org-get-and-remove-property): New functions.
2521         (org-export-handle-include-files): Handle the new prefix options.
2522         (org-export-as-html): Fix the verse environment.
2524 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2526         * org.el (org-time=, org-time<, org-time<=, org-time>)
2527         (org-time>=, org-time<>, org-2ft): New functions.
2528         (org-op-to-function): Also provide for the time testing fucntions.
2530 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2532         * org-exp.el (org-export-html-style-default): New constant.
2534 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2536         * org-exp.el (org-export-html-style-extra): New variable.
2537         (org-export-splice-style): New function.
2539 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2541         * org-exp.el (org-export-plist-vars, org-export-as-html):
2542         Implement `org-export-creator-info'.
2543         (org-export-creator-info): New option.
2545 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2547         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2548         (org-property-drawer-re, org-clock-drawer-re): New constants.
2550 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2552         * org-exp.el (org-icalendar-use-deadline)
2553         (org-icalendar-use-scheduled): New options.
2554         (org-icalendar-include-todo): Default changed to t.
2555         (org-print-icalendar-entries): Implement better utilization of
2556         scheduling and deadline time stamps.
2557         (org-export-target-internal-links, org-export-as-html): Allow file
2558         lines without the "file:" prefix if the file path is an absolute
2559         path or starts with ".".
2561         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2562         lastweek etc.
2563         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2565 2008-06-18  Glenn Morris  <rgm@gnu.org>
2566         * org.el (org-map-entries): Let-bind `file'.
2568 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2570         * org.el (org-agenda-skip-archived-trees): Docstring now
2571         discourages using this.
2572         (org-scan-tags): Check for org-agenda-archives-mode.
2573         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2574         (org-agenda-files): Functionality of second arg changed.
2576         * org-agenda.el (org-agenda-archives-mode): New variable
2577         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2578         (org-search-view, org-todo-list, org-tags-view)
2579         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2580         `ifmode' argument.
2581         (org-agenda-quit): Reset the archives mode.
2582         (org-agenda-archives-mode): New command.
2583         (org-agenda-set-mode-name): Include archives info.
2585 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2587         * org.el (org-paste-subtree): Make sure the yanked headline is
2588         visible if it was yanked at a visible point.
2589         (org-move-item-up): Fix the bug with moving white space at the end
2590         of the item.
2591         (org-show-empty-lines-in-parent): New function.
2593 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2595         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2597         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2599         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2600         agenda prefix as well.
2602         * org-publish.el (org-publish-org-index): Make a properly indented
2603         list.
2605         * org.el (org-calendar-agenda-action-key): New option.
2606         (org-get-cursor-date): New function.
2607         (org-mark-entry-for-agenda-action): New command.
2608         (org-overriding-default-time): New variable.
2609         (org-read-date): Respect `org-overriding-default-time'.
2611         * org-remember.el (org-remember-apply-template): Respect the
2612         ovverriding default time.
2614         * org-agenda.el (org-agenda-action-marker): New variable.
2615         (org-agenda-action): New command.
2616         (org-agenda-do-action): New function.
2618 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2620         * org.el (org-schedule, org-deadline): Protect scheduled and
2621         deadline tasks against changes that accidently remove the
2622         repeater.  Also show a message with the new date when done.
2624 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2626         * org.el (org-beginning-of-line): Cater for the case when there
2627         are tags but no headline text.
2628         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2629         it set.
2631 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2633         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2634         the return value is nil instead of "nil" when there is no match.
2636         * org-exp.el (org-insert-centered): Use fill-column instead of
2637         80.
2638         (org-export-as-ascii): Use string-width to measure the width of
2639         the heading.
2641         * org.el (org-diary-to-ical-string): No longer kill buffer
2642         FROMBUF, this is now done by the caller.
2644         * org-exp.el (org-print-icalendar-entries): Move the call to
2645         `org-diary-to-ical-string' out of the loop, and kill the buffer
2646         afterwords.
2648         * org-remember.el (org-remember-visit-immediately): Position
2649         cursor after moving to the note.
2650         (org-remember-apply-template): Use a text property to record the
2651         cursor position.
2652         (org-remember-handler): Align tags after pasting the note.
2654 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2656         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2658         * org-agenda.el (org-agenda-open-link): If there is an
2659         org-bbdb-name property in the current line, jump to that bbdb
2660         entry.
2662         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2663         text property, so that the agenda knows where this entry comes
2664         from.
2666         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2667         interaction between clocking-in from the agenda, and  automatic
2668         task state switching.
2670         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2672         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2673         zmacs-region stays after this command in XEmacs.
2675 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2677         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2679         * org-remember.el (org-remember-templates): Fix bug in
2680         customization type definition.
2682         * org.el (org-map-entries): New function.
2684 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2686         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2687         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2689 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2691         * org-remember.el (org-jump-to-target-location): New variable.
2692         (org-remember-apply-template): Set
2693         `org-remember-apply-template' if requested by template.
2694         (org-remember-handler): Start an idle timer to jump to
2695         remember location.
2697         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2699         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2700         file tags.
2701         (org-get-tags-at): Add the content of `org-file-tags'.
2703         * org-exp.el (org-export-handle-comments): Fix bug with several
2704         comment lines after each other.
2705         (org-number-to-roman, org-number-to-counter): New functions.
2706         (org-export-section-number-format): New option.
2708 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2710         * org-exp.el (org-export-protect-examples): Catch the case of a
2711         missing end_example line.
2713         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2714         `org-file-tags' to nil.
2716         * org-colview.el (org-columns-next-allowed-value): Handle next
2717         argument NTH to directly select a value.
2719         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2720         argument NTH to directly select a value.
2722 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2724         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2726 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2728         * org.el (org-columns-ellipses): New option.
2730 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2732         * org-colview.el (org-columns-add-ellipses): New function.
2733         (org-columns-compact-links): New function.
2734         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2735         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2736         when in agenda.
2737         (org-columns-edit-value): Fixed bug with editing values from
2738         agenda column view.
2739         (org-columns-redo): Also redo the agenda itself.
2741 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2743         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2744         option.
2746         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2748         * org-exp.el (org-export-ascii-preprocess): Renamed from
2749         `org-export-ascii-clean-string'.
2750         (org-export-kill-licensed-text)
2751         (org-export-define-heading-targets)
2752         (org-export-handle-invisible-targets)
2753         (org-export-target-internal-links)
2754         (org-export-remove-or-extract-drawers)
2755         (org-export-remove-archived-trees)
2756         (org-export-protect-quoted-subtrees)
2757         (org-export-protect-verbatim, org-export-protect-examples)
2758         (org-export-select-backend-specific-text)
2759         (org-export-mark-blockquote-and-verse)
2760         (org-export-remove-comment-blocks-and-subtrees)
2761         (org-export-handle-comments, org-export-mark-radio-links)
2762         (org-export-remove-special-table-lines)
2763         (org-export-normalize-links)
2764         (org-export-concatenate-multiline-links)
2765         (org-export-concatenate-multiline-emphasis): New functions,
2766         obtained from spliiting the export preprocessor.
2768         * org-table.el (org-table-recalculate): Improve error message if
2769         the row number is invalid.
2771 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2773         * org-archive.el (org-archive-save-context-info): Fix bugs in
2774         customization setup and docstring.
2776         * org-exp.el (org-export-html-style): Changed the size of in the
2777         <pre> element to 90%.
2779 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2781         * org.el (org-find-src-example-start): Function removed.
2782         (org-edit-src-find-region-and-lang): New function.
2784 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2786         * org.el (org-edit-src-exit): New function.
2787         (org-exit-edit-mode): New minor mode.
2789         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2790         comment-like lines from protected examples.
2792         * org.el (org-edit-src-example, org-find-src-example-start)
2793         (org-protect-source-example, org-edit-special): New functions.
2795 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2797         * org-publish.el (org-publish-project-alist): Fix typo in
2798         docstring.
2799         (org-publish-project-alist): Handle :index-title property.
2801 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2803         * org-export-latex.el (org-export-as-latex): Make sure region
2804         bounds are correct.  Parse subtree properties relating to export.
2806         * org-exp.el (org-export-add-options-to-plist): New function.
2807         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2809 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2811         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2812         EXPORT_TITLE.
2814         * org-exp.el (org-export-get-title-from-subtree)
2815         (org-export-as-ascii, org-export-as-html): Make sure the original
2816         region-beginning and region-end are used, even after moving
2817         point.
2818         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2819         property.
2821         * org-remember.el (org-remember-last-stored-marker): New variable.
2822         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2823         (org-remember-handler): Also use marker to remember
2824         last-stored position.
2826         * org.el (org-goto-marker-or-bmk): New function.
2828 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2830         * org.el (org-file-properties): Renamed from `org-local-properties'.
2831         (org-scan-tags): Take file tags into account.
2832         (org-tags-match-list-sublevels): Default changed to t.
2834         * org-exp.el (org-export-as-html): Close paragraph after a
2835         footnote.
2837         * org.el (org-update-parent-todo-statistics): New function.
2839         * org-exp.el (org-icalendar-store-UID): New option.
2840         (org-icalendar-force-UID): Option removed.
2841         (org-print-icalendar-entries): IMplement UIDs.
2843 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2845         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2847 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2849         * org-faces.el (org-column): Document how this face is being used
2850         and why sometimes the background faces shine through.
2852         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2854         * org-publish.el (org-publish-attachment): Create publishing
2855         directory if it does not yet exist.
2857         * org-table.el (org-calc-default-modes): Change default number
2858         format to (float 8).
2860         * org.el (org-olpath-completing-read): New function.
2861         (org-time-clocksum-format): New option.
2862         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2864         * org-clock.el (org-clock-display, org-clock-out)
2865         (org-update-mode-line): Use `org-time-clocksum-format'.
2867         * org-colview-xemacs.el (org-columns-number-to-string): Use
2868         `org-time-clocksum-format'.
2870         * org-colview.el (org-columns-number-to-string): Use
2871         `org-time-clocksum-format'.
2873 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2875         * org-id.el: New file, move from contrib to core.
2877         * org-exp.el (org-icalendar-force-UID): New option.
2879 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2881         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2882         shifted by one day if theere is a date range without an end
2883         time.
2885         * org.el (org-try-structure-completion): New function.
2887 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2889         * org.el (org-set-font-lock-defaults): Improve fontification of
2890         description lists.
2891         (org-insert-item): Handle description lists.
2892         (org-adaptive-fill-function): Improve auto indentation in
2893         description lists.
2895         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2896         Implement VERSE environment.
2897         (org-export-preprocess-string): Implement the COMMENT
2898         environment.
2900         * org-export-latex.el (org-export-latex-preprocess): Implement
2901         VERSE environment.
2903 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2905         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2906         option.
2908 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2910         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2912         * org.el (org-quote-csv-field): New functions.
2914         * org-table.el (org-table-export-default-format): Remove :splice
2915         from default format, we get the same effect by not specifying
2916         :tstart and :tend.
2917         (org-table-export): Improve setup, distinguish better between
2918         interactive and non-interactive use, allow specifying the format
2919         on the fly, better protection against wrong file names.
2920         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2921         and :tend when :splice is omitted.
2923 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2925         * org-clock.el (org-clock-select-task): Make sure the selection
2926         letters are 1-9 and A-Z, no special characters.
2928 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2930         * org-exp.el (org-export-htmlize): New group.
2931         (org-export-htmlize-output-type)
2932         (org-export-htmlize-css-font-prefix): New options.
2933         (org-export-htmlize-region-for-paste): New function.
2934         (org-export-htmlize-generate-css): New command.
2936 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2938         * org/org.el (org-modules, org-format-latex-options):
2939         * org/org-archive.el (org-archive-stamp-time)
2940         (org-archive-save-context-info):
2941         * org/org-faces.el (org-hide):
2942         * org/org-irc.el (org-irc-parse-link):
2943         * org/org-macs.el (org-call-with-arg, org-autoload):
2944         * org/org-mew.el (org-mew-store-link):
2945         * org/org-remember.el (org-remember-store-without-prompt)
2946         (org-remember-templates): Fix typos in docstrings.
2948         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2950         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2951         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2952         (org-bbdb-anniv-split): Fix typos in docstrings.
2954         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2955         (org-publish-use-timestamps-flag): Reflow docstring.
2956         (org-publish-files-alist): Fix typos in docstring.
2958 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2960         * org.el (org-set-visibility-according-to-property): New function.
2961         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2962         and compute the regular expressions, and update font-lock.
2963         (org-property-re): Allow a dash in property names.
2965         * org-archive.el (org-extract-archive-file): Insert the file name
2966         without the path into the format, to allow the location format to
2967         contain a subdirectory.
2969         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2970         of buffer, and the `org-agenda-type' property undefined, use the
2971         value from the character before.
2973         * org.el (org-add-planning-info): Don't let indentation for
2974         would-be timestamp become extra whitespace at the end of headline.
2976 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2978         * org.el (org-remove-double-quotes, org-file-contents): New
2979         functions.
2981         * org-exp.el (org-infile-export-plist): Also parse the
2982         contents of #+SETUPFILE files, recursively.
2984         * org.el (org-set-regexps-and-options): Also parse the
2985         contents of #+SETUPFILE files, recursively.
2987         * org-exp.el (org-export-handle-include-files): New function.
2988         (org-export-preprocess-string): Call
2989         `org-export-handle-include-files'.
2991         * org.el (org-delete-property-globally)
2992         (org-delete-property, org-set-property): Ignore case during
2993         completion.
2994         (org-set-property): Use `org-completing-read' instead of
2995         `completing-read'.
2997         * org.el (org-complete-expand-structure-template): New,
2998         experimental function.
2999         (org-structure-template-alist): New, experimental option.
3000         (org-complete): Call `org-complete-expand-structure-template'.
3002 2008-05-06  Bastien Guerry  <bzg@altern.org>
3004         * org-export-latex.el (org-export-latex-preprocess): Added
3005         support for blockquotes.
3007 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
3009         * org.el (org-read-date-analyze): Catch the case where only a
3010         weekday is given.
3012 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
3014         * org.el (org-set-font-lock-defaults): Make the description
3015         tag bold.
3017         * org-exp.el (org-export-as-html, org-close-li): Implement
3018         description lists.
3020 2008-05-04  Jason Riedy  <jason@acm.org>
3022         * org-table.el (*orgtbl-default-fmt*): New variable.
3023         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
3024         when there is no other fmt available.
3026         (orgtbl-to-generic): Allow an explicitly nil :tstart or
3027         :tend to suppress the appropriate string.
3029         (orgtbl-to-orgtbl): New function for translating to another orgtbl
3030         table.
3032 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
3034         * org.el (org-read-date-analyze): "." as an alias for "+0" in
3035         read date.
3037         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
3038         New function.
3040         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
3041         New function.
3043 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
3045         * org-clock.el (org-clock-find-position): Don't include notes
3046         into clock drawer.
3048         * org-archive.el (org-archive-subtree): No longer remove an
3049         extra line after cutting the subtree.  `org-cut-subtree' already
3050         takes care of this.
3052         * org-remember.el (org-remember-handler): Only kill the target
3053         buffer if it does not contain the running clock.
3055         * org.el (org-markers-to-move): New variable.
3056         (org-save-markers-in-region, org-check-and-save-marker)
3057         (org-reinstall-markers-in-region): New function.
3058         (org-move-subtree-down, org-copy-subtree): Remember relative
3059         marker positions before cutting.
3060         (org-move-subtree-down, org-paste-subtree): Restore relative
3061         marker positions after pasting.
3063         * org-remember.el (org-remember-clock-out-on-exit): New option.
3064         (org-remember-finalize): Clock out only if the setting in
3065         `org-remember-clock-out-on-exit' requires it.
3066         (org-remember-handler): Do the cleanup in the buffer, to make sure
3067         that the clock marker remains in tact.
3069 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
3071         * org-clock.el (org-clock-goto): Widen buffer if necessary.
3072         (org-clock-in): Make sure that also tasks outside the narrowed
3073         region will be clocked in correctly.
3074         (org-clock-insert-selection-line): Widen the buffer so that we can
3075         find the correct task heading.
3077         * org.el (org-base-buffer): New function.
3079         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
3080         and ";" are escaped.
3081         (org-print-icalendar-entries): Also apply
3082         `org-icalendar-cleanup-string' to the headline, not only to the
3083         summary property.
3085 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
3087         * org-exp.el (org-export-preprocess-hook): New hook.
3088         (org-export-preprocess-string): Call
3089         `org-export-preprocess-hook'.
3091         * org.el (org-font-lock-hook): New variable.
3092         (org-font-lock-hook): New function.
3093         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
3095 ;; Local Variables:
3096 ;; coding: utf-8
3097 ;; add-log-time-zone-rule: t
3098 ;; End:
3100     Copyright (C) 2008  Free Software Foundation, Inc.
3102   This file is part of GNU Emacs.
3104   GNU Emacs is free software: you can redistribute it and/or modify
3105   it under the terms of the GNU General Public License as published by
3106   the Free Software Foundation, either version 3 of the License, or
3107   (at your option) any later version.
3109   GNU Emacs is distributed in the hope that it will be useful,
3110   but WITHOUT ANY WARRANTY; without even the implied warranty of
3111   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3112   GNU General Public License for more details.
3114   You should have received a copy of the GNU General Public License
3115   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3117 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c