Dependencies: Make them work reliably even if variables are set too late.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob110b93fec0ff7fecadeeb0e154767d41738cdb4d
1 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org.el (org-mode): Make dependence stuff work more reliably.
5         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
6         ~ as verbatim delimiters.
8         * org-exp.el (org-export-html-format-image): New argument
9         PAR-OPEN.
10         (org-export-as-html): Pass par-open to
11         `org-export-html-format-image'.
13 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
16         (org-use-fast-todo-selection, org-tags-column): New default
17         setting for variables, based on a poll what typical uses use.
19         * org-agenda.el (org-agenda-sorting-strategy)
20         (org-agenda-tags-column): New default setting for variables, based
21         on a poll what typical uses use.
23 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
25         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
26         blocked entries from setting the blocked tag.
28         * org-exp.el (org-export-html-footnotes-section): Use a more
29         consistent id for footnotes.
31         * org-export-latex.el (org-export-latex-classes): Remove the
32         a4paper option from the default styles.
34 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
36         * org.el (org-enforce-todo-checkbox-dependencies): New option.
37         (org-block-todo-from-checkboxes): New function.
38         (org-todo): Make tripple prefix arg circumvent blocking.
40         * org-timer.el (org-timer): Provide the timer feature.
42         * org.el (org-require-autoloaded-modules): Add a few more files to
43         the list of autoloaded modules.
45         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
47 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
49         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
50         drawers that are unprotected.
51         (org-export-html-format-image): Make sure inlined LaTeX fragment
52         images remain inlined.
54         * org.el (org-toggle-ordered-property): New function.
55         (org-mode-map): Add a key for `org-toggle-ordered-property'.
56         (org-org-menu): Add menu entries for TODO dependencies.
58 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
60         * org.el (org-default-properties): Add ORDERED to the default
61         properties, to get completion support for it.
63         * org-list.el (org-update-checkbox-count): Update more than one cookie.
65         * org.el (org-update-parent-todo-statistics): Update more than one
66         cookie.
68         * org-agenda.el (org-agenda-get-todos): Start search from correct
69         position.
71         * org.el (org-fast-todo-selection): Make sure TODO selection does
72         not change buffer position.
74         * org-list.el (org-toggle-checkbox): Implement adding or removing
75         checkboxes from line or region when called with a prefix
76         argument.
78         * org-rmail.el (org-rmail-store-link): Protect the call to
79         `rmail-narrow-to-non-pruned-header'.
81         * org-clock.el (org-clock-special-range): Fix week display in
82         clock tables.
84         * org-exp.el (org-get-current-options): Fix bug when in indirect
85         buffer.
87 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
89         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
90         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
91         (org-agenda-dim-blocked-tasks): New function.
93         * org.el (org-enforce-todo-dependencies): New option.
94         (org-block-todo-from-children-or-siblings): New function.
96         * org-faces.el (org-agenda-dimmed-todo-face): New face.
98         * org.el (org-todo): Return correct state type even if the blocker
99         throws an error.
100         (org-modifier-cursor-error): Renamed from
101         `org-shiftcursor-error'.
102         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
103         (org-shiftmetadown): Call `org-modifier-cursor-error'.
105         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
106         to get real errors from the blocker hook.
108         * org.el (org-shiftselect-error, org-call-for-shift-select): New
109         functions.
110         (org-set-visibility-according-to-property): Turn off the setting
111         of `org-show-entry-below', to avoid overruling a FOLDED visibility
112         property.
114 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
116         * org.el (org-support-shift-select): New option.
117         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
118         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
119         selection outside contexts.
121         * org-list.el (org-at-item-bullet-p): New function.
123         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
124         variables.
126         * org-footnote.el (org-footnote-normalize): Remove unnecessary
127         variable.
128         (org-insert-footnote-reference-near-definition): Remove
129         unnecessary let form.
131         * org-export-latex.el (org-export-latex-first-lines): Add
132         OPT-PLIST parameter.
133         (org-export-as-latex): Call `org-export-latex-first-lines' with
134         opt-plits parameter.
135         (org-export-latex-preprocess): Remove unnecessary variables.
137         * org-exp.el (org-infile-export-plist)
138         (org-export-add-options-to-plist, org-export-kill-licensed-text)
139         (org-export-remove-headline-metadata)
140         (org-export-get-title-from-subtree, org-get-min-level)
141         (org-html-do-expand): Remove innecessary let form.
143         * org-colview-xemacs.el (org-columns-display-here): Remove
144         unnecessary variables.
146         * org-colview.el (org-columns-display-here): Remove unnecessary
147         variables.
149         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
150         variables.
152         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
153         unnecessary variables.
155         * org-agenda.el (org-search-view, org-agenda-get-blocks)
156         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
157         variables.
159         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
160         (org-compact-display-after-subtree-move): Remove unnecessary
161         variables.
162         (org-edit-fixed-width-region): Remove unnecessary variables.
163         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
164         (org-olpath-completing-read): Remove unnecessary variable.
165         (org-auto-repeat-maybe): Remove unnecessary variable.
166         (org-map-entries): Remove unnecessary variable.
167         (org-buffer-property-keys, org-imenu-get-tree)
168         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
170 -----------------------------------------------------------------
172 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
173         * org-exp.el (org-export-remove-timestamps): Never remove
174         timestamps from tables.
176         * org-export-latex.el (org-export-latex-first-lines): Add more
177         options to the preprocessing of the text before the first
178         headline.
180 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
182         * org-faces.el (org-clock-overlay): Make face compatible with
183         XEmacs.
185         * org.el (org-yank): Add property for delete-selection mode.
187         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
189         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
190         variable.
192         * org-table.el (org-table-insert-hline): Fix typo in fuction call
193         to `backward-char'.
195         * org-exp.el (org-export-as-html): Remove the initial space from
196         colon examples.
198         * org.el (org-scan-tags): Call
199         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
201         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
202         customization groups.
203         (org-agenda-tags-todo-honor-ignore-options): New option.
204         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
205         New function.
206         (org-agenda-get-todos): Use
207         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
209 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
211         * org-exp.el (org-export-format-source-code-or-example): Escape
212         HTML characters also in examples that anre not treated with
213         htmlize.  Also, just switch to EXAMPLE processing if we do not
214         have a good version of htmlize.
216         * org-rmail.el: Fix copyright notice.
218         * org.el (org-activate-footnote-links): Improve footnote link
219         highlighting.
221         * org-footnote.el (org-footnote-normalize): Fix finding the end of
222         a footnote definition at the end of the file.
224         * org-table.el (org-table-get-specials): Add an imagined hline at
225         the end of the table.  This can be useful for references that want
226         to go to the end of the table.  Also fix bug when computing last
227         row constants, in tables that do not start right at the right
228         margin.
229         (org-table-eval-formula): Match and replace remove references.
230         (org-table-formula-substitute-names): Make sure that names inside
231         a "remote" call are left alone, the will be replaced later when
232         the remote call is handled.
233         (org-table-convert-refs-to-rc): Do not convert things that might
234         look like a reference, but are really part of an ID or namei n a
235         remote reference.
236         (org-table-get-remote-range): New function.
238 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
240         * org-faces.el (org-clock-overlay): Fix bug in face definition.
242         * org-clock.el (org-clock-put-overlay): Use new face instead of
243         `secondary-selection'.
245         * org-faces.el (org-clock-overlay): New face.
247 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
249         * org-exp.el (org-get-current-options): Include the option for
250         publishing time stamps.
252         * org.el (org-toggle-heading): Renamed from
253         `org-toggel-region-headings'.
254         No longer needs a region defined, but will use it if there is one.
255         (org-ctrl-c-star): Simplified, relying more on the internal
256         workings of `org-toggle-heading'.
257         (org-toggle-item): Renamed from `org-toggle-region-items'.
258         No longer needs a region defined, but will use it if there is one.
259         (org-ctrl-c-minus): Simplified, relying more on the inernal
260         workings of `org-toggle-item'.
262         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
263         environment detection.  Also, do real changes only in unprotected
264         places.
266 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
268         * org-export-latex.el (org-export-latex-quotation-marks): Use
269         `org-if-unprotected-1'.
270         (org-export-latex-set-initial-vars): Check for class definition in
271         property.
273         * org-macs.el (org-if-unprotected-1): New macro.
275 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
277         * org-compat.el (org-count-lines): New function.
279         * org-exp.el (org-export-format-source-code-or-example): Handle
280         switches related to text areas.
282         * org.el (org-activate-footnote-links): Don't allow match inside a
283         link.
285         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
287         * org-export-latex.el (org-export-latex-links): Keep a relative
288         path relative also after export.
290         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
292         * org.el (org-make-tags-matcher): Never use IDO for completing the
293         tags matcher match string.
294         (org-completing-read): Also remove the special biding for "?".
296         * org-attach.el (org-attach-allow-inheritance): New option.
297         (org-attach-inherited): New variable.
298         (org-attach-dir): Handle properties related to the attachment
299         directory.
300         (org-attach-check-absolute-path): New function.
301         (org-attach-set-directory, org-attach-set-inherit): New commands.
302         (org-attach): Accommodate the new commands in the dispatcher.
304 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
307         `window-full-width-p'.
309         * org-exp.el (org-export-as-html): Only check for images files
310         that really can be inlined
312         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
313         list of extensions to be a parameter.
315         * org-exp.el (org-export-html-inline-image-extensions): New
316         variable.
318         * org-agenda.el (org-prepare-agenda): Use
319         `org-agenda-block-separator'.
320         (org-agenda-block-separator): New option.
322 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
324         * org-export-latex.el (org-export-latex-tables): Call
325         `org-table-clean-before-export' with the new optional argument.
327         * org-exp.el (org-table-clean-before-export): New optional
328         parameter MAYBE-QUOTED, allows for quoted characters like \# in
329         first column.
331 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
333         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
334         histograms.
336         * org-colview.el (org-colview-construct-allowed-dates): Better
337         error catching when a date/time property does not have allowed
338         values defined.
340         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
341         Better error catching when a date/time property does not have
342         allowed values defined.
344 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
346         * org.el (org-map-entries): Restore point and restriction after
347         `org-map-entries'.
349 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
351         * org.el (org-time=, org-time<, org-time<=, org-time>)
352         (org-time>=, org-time<>): Make sure both values are dates.
354 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
356         * org-archive.el (org-extract-archive-heading): Allow %s for file
357         name also in achive location heading.
359 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-archive.el (org-add-archive-files): Uniquify the list before
362         returning it.
364 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
366         * org-compat.el (org-fit-window-to-buffer): Use
367         `window-full-width-p'.
369         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
370         space after the colon in short examples.
372         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
373         enforce a space after the colon.  However, we also allow lines
374         that are *only* a colon.
375         (org-export-as-html): Enforce the space after the colon in short
376         examples.
377         (org-export-preprocess-string): Do the colon example protection
378         earlier.
379         (org-export-remove-timestamps): Do not check for protection at the
380         end of the line.
382 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
384         * org.el (org-format-latex-options): Add new matcher for single
385         letters between dollars.
386         (org-get-header): Function removed.
387         (org-heading-components): New function.
389         * org-exp.el (org-export-define-heading-targets): Record ID's also
390         as alternative targets.
391         (org-export-as-html): Interpret "id:" links to other files by
392         preserving the relative path.
394         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
395         is nil.
397         * org-exp.el (org-export-normalize-links): Protect the main link,
398         to avoid special character processing.
400         * org-export-latex.el (org-export-latex-special-keyword-regexp):
401         New variable.
402         (org-export-latex-special-string-regexps): Variable removed.
403         (org-export-latex-keywords): Use the new regexp.
405         * org-exp.el (org-export-handle-include-files): Fetch switches and
406         put them into the BEGIN statement.
408         * org-timer.el (org-timer-mode-line-string): New variable.
410         * org-clock.el (org-clock-mode-line-map): Renamed from
411         `org-clock-mode-map'.
412         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
413         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
414         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
415         (org-clock-remove-overlays): Renamed from
416         `org-remove-clock-overlays'.
418         * org-timer.el (org-timer-pause-or-continue): Implement stopping
419         and mode line display.
420         (org-timer-stop): New command.
421         (org-timer-seconds): Return correct time when timer is paused.
422         (org-timer-mode-line-timer): New variable.
423         (org-timer-set-mode-line, org-timer-update-mode-line): New
424         functions.
426         * org.el (org-insert-heading):  Handle new value `auto' for
427         `org-blank-before-new-entry'.
428         (org-org-menu): Add new items for timer functions.
430         * org-list.el (org-insert-item): Handle new value `auto' for
431         `org-blank-before-new-entry'.
433         * org.el (org-blank-before-new-entry): New value `auto', made
434         default.
436 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
438         * org-exp.el (org-export-normalize-links): If the link is also
439         used as the description, protect the description.
441 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
443         * org.el (org-closest-date): Fix bug with yearly repeats, in
444         combination with preference of the past as it is used for deadline
445         and scheduling search.
447         * org-exp.el (org-html-handle-time-stamps): No longer check for
448         the `org-export-with-timestamps' option, because the preprocesser
449         has taken care of this already.
451         * org.el (org-entry-properties): Catch the case when this is
452         called in a non-org-mode file.
454         * org-export-latex.el (org-export-latex-remove-from-headlines):
455         Variable made obsolete, also LaTeX export now uses the standard
456         variables.
457         (org-export-as-latex): Add the timestamps parameter to the
458         preprocessor parameter list.
459         (org-export-latex-content): Export the remaining keywords without
460         considering to remove them.
461         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
462         Use bold font instead of tt font for the keywords.
463         (org-export-latex-fontify-headline): Format headlines, assuming
464         that all keywords still present should be published.
465         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
466         publish what ever remains of the time stamps.
467         (org-export-latex-list-parameters): New option.
468         (org-export-latex-lists): Pass additional parameters to the list
469         converter.
471         * org-exp.el (org-export-preprocess-string): Remove clock lines
472         and timestamps already in the preprocesor.
473         (org-export-remove-timestamps, org-export-remove-clock-lines): New
474         functions.
475         (org-export-as-ascii, org-export-as-html): Add the timestamps
476         parameter to the preprocessor parameter list.
478         * org-list.el (org-list-parse-list): Parse for checkboxes.
479         (org-list-to-generic): Introduce and handle new parameters :cbon
480         and :cboff.
481         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
482         optional parameter PARAMS.
484         * org-export-latex.el (org-export-latex-special-chars): Fix
485         problems with interpreting dollar signs.
486         (org-inside-latex-math-p): New function.
487         (org-export-latex-preprocess): Protect all the math fragments.
489         * org.el (org-latex-regexps): Allow a dash after a dollar.
491         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
492         mark after copying.
494         * org-agenda.el (org-run-agenda-series): Have series options set
495         when finalizing the agenda.
497         * org-exp.el (org-export-format-source-code-or-example): Protect
498         the converted examples.
500         * org.el (org-set-regexps-and-options): Fix the regexp
501         `org-complex-heading-regexp'.
503 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
505         * org.el (org-edit-src-get-label-format): New function.
506         (org-coderef-label-format): New option.
507         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
508         a label format specification and make sure it is used in the edit
509         buffer.
510         (org-edit-src-get-label-format): New function.
511         (org-store-link): Handle new coderef formats.
512         (org-link-search): Handle new coderef formats.
514         * org-footnote.el (org-footnote-create-definition)
515         (org-footnote-goto-local-insertion-point): Make footnote insertion
516         work correctly when the "Footnotes" headline is the last line in
517         the buffer.
519         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
520         the location.
522 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
524         * org-w3m.el (org-w3m): New customization group.
525         (org-w3m-deactivate-mark): New option.
526         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
527         option say not to.
529 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
531         * org.el (org-set-font-lock-defaults): Trigger footnote
532         fontification.
533         (org-activate-footnote-links): New function.
534         (org-activate-links): New entry `footnote'.
536         * org-faces.el (org-footnote): New face.
538 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
540         * org-macs.el (org-re): Handle the [:word:] class.
542         * org-exp.el (org-export-preprocess-string): Call
543         `org-export-protect-colon-examples'.
544         (org-export-protect-colon-examples): Renamed from
545         `org-export-protect-examples', and scope limited to lines starting
546         with a colon.
548 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
550         * org-exp.el (org-export-preprocess-string): Move the preprocess
551         hook to after turning on Org-mode.
552         (org-export-preprocess-after-include-files-hook)
553         (org-export-preprocess-after-tree-selection-hook)
554         (org-export-preprocess-before-backend-specifics-hook)
555         (org-export-preprocess-final-hook): New hooks.
556         (org-export-preprocess-string): Run the new hooks.
558         * org.el (org-ctrl-c-minus): Fix indentation for new items.
560         * org-footnote.el: New file.
562         * org.el (org-footnote): Require footnote code.
563         (org-startup-options): Add new footnote options.
564         (org-mode-map): New keybindig for footnotes.
565         (org-ctrl-c-ctrl-c): Add function at footnotes.
566         (org-org-menu): New menu entries for footnotes.
568         * org-export-latex.el (org-export-as-latex): Pass footnote
569         variable to preprocessor.
570         (org-export-latex-preprocess): Treat multiple references to a
571         footnote.
573         * org-exp.el (org-export-preprocess-string): Call
574         `org-footnote-normalize'.
575         (org-export-as-ascii, org-export-as-html): Pass footnote variable
576         to preprocessor.
577         (org-export-as-html): Treat multiple references to a footnote.
579 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
581         * org-export-latex.el (org-export-latex-links): Handle coderef
582         links.
584         * org.el (org-bracket-link-analytic-regexp++): New variable.
585         (org-make-link-regexps): Initialize
586         `org-bracket-link-analytic-regexp++'.
587         (org-store-link): Implement special case in edit-src buffer.
588         (org-insert-link): No use of ide to insert stored links.
589         (org-link-search): Implement special case for coderefs.
591         * org-exp.el (org-export-html-scripts): New constant.
592         (org-export-html-style-default): Add a new style for highlighted
593         code.
594         (org-export-code-refs): New variable.
595         (org-export-preprocess-string): Initialize `org-export-code-refs'.
596         Call `org-export-replace-src-segments-and-examples'
597         No longer call `org-export-protect-examples'.
598         (org-export-target-internal-links): Take care of coderef targets.
599         (org-export-last-code-line-counter-value): New variable.
600         (org-export-replace-src-segments-and-examples): Renamed from
601         `org-export-replace-src-segments', and modified.
602         (org-export-format-source-code-or-example): Renamed from
603         `org-export-format-source-code'.
604         (org-export-number-lines): New function.
605         (org-export-as-ascii, org-export-as-html): Handle coderef links.
607 --------------------------------------------------------------------------
609 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
611         * org-remember.el (org-remember-handler): Safer way to get a new
612         buffer accessing the target file.
614         * org.el (org-refile-get-location): Handle case of current buffer
615         not having a file associated with it.
617 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
619         * org-table.el (org-table-get-formula): Only ask to overwrite
620         field formula if there really is one.
622         * org-id.el (org-id-find): Allow the ID to be a symbol or a
623         number, by converting these to a string.
625         * org-colview.el (org-dblock-write:columnview): Allow ID to be
626         located in a different file.
628         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
629         org-colview.el.
631 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
633         * org.el (org-completion-use-ido): Enhance docstring of
634         `org-completion-use-ido'.
636         * org-export-latex.el (org-export-latex-make-header): Double the %
637         in the time stamp format.
638         (org-export-latex-special-chars): Handle case where there is no
639         match group 3.
641 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
643         * org.el (org-get-refile-targets, org-refile-get-location): Use
644         expanded file name to improve comparison.
646 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
648         * org.el (org-scan-tags): Rescan for tags, to get the correct
649         upcase/downcase stuff.  This slows things down for now, but it
650         works.
651         (org-mode): Make sure the tag-faces regexp is initialized.
653         * org-export-latex.el (org-export-latex-links): Fix bug with
654         undefined label.
656         * org-table.el (org-table-get-specials): Set
657         `org-table-current-last-data-line'.
658         (org-table-current-last-data-line): New variable.
659         (org-table-insert-column, org-table-delete-column)
660         (org-table-move-column, org-table-fix-formulas): Call
661         `org-table-fix-formulas' a second time to fix the $LR references.
662         (org-table-get-specials): Add the $LR references to the tables.
663         (org-table-get-formula): Do not offer last-row names as LHS of
664         formulas.
666         * org.el (org-store-link): Capture link description from
667         `org-id-store-link'.
669         * org-exp.el (org-export-html-format-image): Add the / to the end
670         of the <img> tag.
671         (org-export-format-source-code): Surround example by empty lines,
672         to make sure it will not be inside a paragraph.
674         * org.el (org-ido-switchb): New function.
676 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
678         * org-agenda.el (org-agenda-show): New prefix argument
679         FULL-ENTRY.
681         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
682         argument.
684         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
685         `org-agenda-change-all-lines'.
686         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
687         tags are now retrieved locally.
689 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
691         * org.el (org-get-outline-path): Fix bug if level is not given.
692         (org-org-menu): Do not quote function in menu vector.
694         * org-agenda.el (org-finalize-agenda): Fix typo with variable
695         name.
697 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
699         * org.el (org-refile): Avoid refiling to within the region to be
700         refiled.
702         * org-export-latex.el (org-export-latex-special-chars): Replace
703         special characters also in tables.
705         * org-agenda.el (org-agenda-change-all-lines): New argument
706         FORCE-TAGS.
707         (org-agenda-set-tags): Cet the new tags and pass them to
708         `org-format-agenda-item'.
710 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
712         * org-export-latex.el (org-export-latex-classes): Add longable as
713         a default package to all classes.
714         (org-export-latex-tables): Handle the longtable attribute and the
715         align attribute.
717         * org-table.el (orgtbl-to-generic): Handle tables that start with
718         a hline.
720         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
721         \verb for colde-like snippets.
722         (org-export-as-latex): Fix issues with region export.
724         * org.el (org-up-heading-safe): Speed up function by using a
725         direct regexp search.
726         (org-olpa): New variable.
727         (org-get-outline-path): Speed-up path constructions in cases where
728         this is possible because the entire hierarchy is scanned anyway.
729         (org-refile-get-location): Don't compare the truenames of files,
730         this is too slow.
731         (org-goto-max-level): New option.
732         (org-goto): Use `org-goto-max-level'.
734 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
736         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
737         Strip angle brackets from message-ids in the former and don't do
738         it in the latter.
739         (org-gnus-follow-link): Open summary reliable, even if the last
740         messages were deleted, and handle empty groups, too.
742 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
744         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
745         instead of \texttt for the =...= and ~===~ emphasis environments.
746         (org-export-as-latex): Remove any old :org-license-to-kill text
747         properties.
748         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
749         (org-export-latex-make-header): Add some hard space after the
750         table of contents.
751         (org-export-latex-first-lines): Accept RBEG argument.  Mark
752         exported text so that it will be excuded in further steps.
754         * org-table.el (org-table-get-specials): Make @0 reference the
755         last line in a table.
756         (org-table-recalculate): Improve docstring.
758 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
760         * org.el (org-log-done): Fix docstring.
762 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
764         * org-exp.el (org-export-html-format-image): Fix bugs.
766         * org-export-latex.el (org-export-latex-tables)
767         (org-export-latex-links): Implement attribute, label, and caption
768         handling.
770         * org-exp.el (org-export-html-style-default): Add style
771         definitions for the figure div.
772         (org-export-preprocess-string, org-export-as-html): Implement
773         attribute, label, and caption handling.
774         (org-export-attach-captions-and-attributes): New function.
775         (org-export-html-format-image): New function.
776         (org-format-org-table-html): Implement attribute, label, and
777         caption handling.
779         * org.el (org-find-text-property-in-string): New function.
780         (org-extract-attributes): Use the property org-attr instead of
781         org-attrobutes, because this property is now set with the #+ATTR
782         lines.
784 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
786         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
787         the case that FROM is nil.
789         * org.el (org-before-first-heading-p): New function.
791 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
793         * org-exp.el (org-export-as-html): Do not add a space before
794         enforces line breaks.
795         (org-export-as-html): Close paragraph before blockquote and verse
796         tags.
798 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
800         * org-id.el (org-id-locations-file): Wrap file name with
801         `convert-standard-filename'.
802         (org-id-files): New variable.
803         (org-id-use-hash): New option.
804         (org-id-update-id-locations): Also search in all files current
805         listed in `org-id-files'.  Convert the resulting alist to a hash
806         if the user customation says so.
807         (org-id-locations-save): Handle he case if `org-id-locations' is a
808         hash.
809         (org-id-locations-load): Convert the alist to a hash.
810         (org-id-add-location): Handle the hast case.
811         (kill-emacs-hook): Make sure id locations are saved when Emacs is
812         exited.
813         (org-id-hash-to-alist, org-id-alist-to-hash)
814         (org-id-paste-tracker): New functions.
816 -------------------------------------------------------------------------
818 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
820         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
821         bindings of calendar variables.
823         * org-table.el (org-table-find-row-type): Renamed from
824         `org-find-row-type'.
825         (org-table-rewrite-old-row-references): Renamed from
826         `org-rewrite-old-row-references'.
827         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
828         (org-table-cleanup-narrow-column-properties): Renamed from
829         `org-cleanup-narrow-column-properties'.
831 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
833         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
834         for better error messages.
835         (org-table-get-descriptor-line): Supply the new arguments to
836         `org-find-row-type'.
837         (org-table-error-on-row-ref-crossing-hline): New option.
839         * org.el (org-target-link-regexp): Make buffer-local.
840         (org-move-subtree-down): Fix bug with trees at beginning of
841         buffer.
843 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
845         * org-faces.el (org-set-tag-faces): New function.
846         (org-tags-special-faces-re): New variable.
848         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
850         * org-faces.el (org-tag-faces): New option.
851         (org-tag): Mention `org-tag-faces' in the docstring.
853 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
855         * org-exp.el (org-export-html-style-default): Implement new
856         quoting.
858         * org-jsinfo.el (org-infojs-template): Implement new quoting.
860         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
861         command to the `w3m-minor-mode-map'.
863         * org-archive.el (org-archive-to-archive-sibling): Protect
864         `this-command' to avoid appending kills during archiving.
866         * org-exp.el (org-export-with-priority): New variable.
867         (org-export-add-options-to-plist): Use `org-export-plist-vars'
868         instead of internal list of strings and properties.
869         (org-print-icalendar-entries): Retrieve the location property with
870         inheritance.
872 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
874         * org-exp.el (org-export-with-todo-keywords): New option.
875         (org-export-plist-vars): Include also the keys for the #+OPTIONS
876         line.
877         (org-default-export-plist, org-export-add-options-to-plist)
878         (org-export-as-ascii, org-export-as-html): Use the new structure
879         of `org-export-plist-vars'.
881         * org.el (org-map-entries): Return all values.
883 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
885         * org.el (org-matcher-time): Recognize more special values.
887         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
889 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org.el (org-tags-exclude-from-inheritance): New option.
892         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
893         `org-tags-exclude-from-inheritance'.
895         * org-agenda.el (org-agenda-show-inherited-tags): New option.
896         (org-format-agenda-item): Add inherited tags to the agenda line
897         string, and make sure that properties are kept when downcasing the
898         tags list.
899         (org-agenda-add-inherited-tags): New function.
900         (org-downcase-keep-props): New function.
902         * org.el (org-scan-tags): Mark inherited tags with a text
903         property.
904         (org-get-tags-at): Mark inherited tags with a text property.
905         (org-add-prop-inherited): New function.
907         * org-agenda.el (org-agenda-add-inherited-tags): New function.
908         (org-agenda-show-inherited-tags): New option.
910 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
912         * org.el (org-modules): Add org-w3m to the default modules.
914         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
915         orgtbl-mode.
916         (orgtabl-create-or-convert-from-region): New command.
918         * org-exp.el (org-export-as-ascii): Remove the handling of
919         targets.
920         (org-export-ascii-preprocess): Handle targets already in this
921         function.
923 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org-timer.el (org-timer-start-time): Define this variable.
926         (org-timer-item): Make argument optional.
928         * org-list.el (org-insert-item): Automatically insert a timer item
929         if the current list is a timer list.
931         * org-timer.el: New file.
933         * org-publish.el (org-publish-org-index): Only exclude the index
934         file in the main directory from being added to the site-map.
935         (org-publish-get-project-from-filename): If the current project is
936         a component, start publishing from the parent project.
938 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
940         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
942         * org-publish.el (org-publish-org-index): Improve removal of
943         temporary buffers.
945         * org-agenda.el (org-get-closed): Re-apply changes
946         accidentially overwritten by last commit to Emacs.
948         * org.el (org-outline-path-complete-in-steps): New option.
949         (org-refile-get-location): Honor
950         `org-outline-path-complete-in-steps'.
951         (org-agenda-change-all-lines, org-tags-sparse-tree)
952         (org-time-string-to-absolute, org-small-year-to-year)
953         (org-link-escape): Re-apply changes accidentially overwritten
954         by last commit to Emacs.
956 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
958         * org-clock.el (org-dblock-write:clocktable): Make sure the
959         clocktable sees the first line.
960         (org-clock-in): Warn if the clock cannot be resumed.
962 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
964         * org.el (org-open-at-point): Fix mixup about interactive and
965         non-interactive elisp links.
967 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
969         * org-exp.el (org-export-preprocess-string): Allow one comment
970         line before the first headline to always be included.  This is
971         to not miss a commented target.
973         * org-mouse.el (org-mouse-insert-item): Call
974         `org-indent-to-column' instead of `indent-to', for XEmacs
975         compatibility.
977         * org.el (org-refile-targets): Fix customize definition so
978         that it works also in XEmacs.
979         (org-fixup-indentation): Call `org-indent-to-column' instead
980         of `indent-to', for XEmacs compatibility.
982 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
984         * org-mew.el (org-mew-store-link): Get the correct case folder
985         for refiled messages.
987 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
989         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
990         line break indicators.
992         * org.el (org-ido-completing-read): Remove the "i:" prefix for
993         ido-completion propts.
995 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
997         * org-remember.el (org-remember-apply-template): Use
998         `org-substring-no-properties'.
1000         * org-compat.el (org-substring-no-properties): New function.
1002         * org-remember.el (org-remember-apply-template): Use
1003         `org-substring-no-properties' for compatibility.
1005         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
1006         option.
1007         (org-fix-bullet-type): respect
1008         `org-list-two-spaces-after-bullet-regexp'.
1010         * org-clock.el (org-clock-load): Clean up the code.
1012         * org.el (org-adaptive-fill-function): Allow two spaces after
1013         "1." as a list bullet.
1015 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1017         * org-clock.el (org-clock-save, org-clock-load): Check for
1018         live buffers, existing files, and buffer file names to ensure
1019         consistent information.
1020         (org-clock-persist): Make `clock' a special value of this
1021         variable, and improve docstring.
1023         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
1024         (org-get-string-indentation): Adapt indentation when the bullet
1025         width changes.
1027 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1029         * org-remember.el (org-remember-finalize): Make interactive.
1030         (org-remember-kill): New command.
1031         (org-remember-finish-immediately): Call `org-remember-finalize'
1032         directly.
1033         (org-remember-finalize): Make `org-remember-finalize' an interactive
1034         function.
1036 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1038         * org-remember.el (org-remember-apply-template): No ido completion
1039         for free prompts in remember templates.
1040         (org-remember-before-finalize-hook): New hook.
1041         (org-remember-mode): New minor mode.
1042         (org-remember-apply-template): Turn on `org-remember-mode'.
1044         * org-id.el (org-id-add-location): Avoid error when no file is
1045         given.
1047         * org-remember.el (org-remember-apply-template): Fix the way how
1048         the list of allowed properties is retrieved from the target file.
1050         * org.el (org-insert-link): Improve file link matching.
1052 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org-colview.el (org-columns-display-here): New argument
1055         DATELINE, to trigger using the new face.
1056         (org-agenda-colview-summarize): Call `org-columns-display-here'
1057         with the new argument.
1059         * org-faces.el (org-agenda-column-dateline): New face.
1061         * org-publish.el (org-publish-org-index): Use index-title at page
1062         title, not as section.
1064         * org-exp.el (org-export-html-format-desc): Respect the
1065         org-protect property.
1066         (org-export-as-html): Protect image specifiers that are in the
1067         description part of a link.
1069         * org.el (org-sort-entries-or-items, org-completing-read)
1070         (org-refile-get-location, org-olpath-completing-read, org-todo)
1071         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
1072         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
1073         (org-set-property, org-delete-property)
1074         (org-delete-property-globally): Use `org-ido-completing-read'.
1076         * org-remember.el (org-remember-apply-template): Use
1077         `org-ido-completing-read'.
1079         * org-publish.el (org-publish): Use `org-ido-completing-read'.
1081         * org-colview.el (org-columns-edit-value, org-columns-new)
1082         (org-insert-columns-dblock): Use `org-ido-completing-read'.
1084         * org-colview-xemacs.el (org-columns-edit-value)
1085         (org-columns-new, org-insert-columns-dblock): Use
1086         `org-ido-completing-read'.
1088         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1089         `org-ido-completing-read'.
1091         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
1092         `org-ido-completing-read'.
1094         * org.el (org-time-today): New function.
1095         (org-matcher-time): Use `org-time-today'.  Add special treatment
1096         for "<tomorrow>" and "<yesterday>".
1097         (org-ido-completing-read): New function.
1098         (org-completion-use-ido): New option.
1100         * org-exp.el (org-export-format-source-code): Fix bug in require
1101         htmlize code.
1102         (org-export-target-internal-links): Fix bug in search for text
1103         property.
1105 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1107         * org-export-latex.el (org-export-latex-subcontent): Interprete
1108         target aliases as additonal labels.
1110         * org-exp.el (org-export-target-aliases): New variable.
1111         (org-export-preprocess-string)
1112         (org-export-handle-invisible-targets): Fill the alias alist.
1113         (org-export-as-html): Remove the &nbsp; from the anchor, and also
1114         assign an id.
1115         (org-html-level-start): Insert the target aliases as additonal
1116         anchors.
1118         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
1119         picture area.
1121 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1123         * org.el (org-open-at-mouse): Ensure correct link abbreviations
1124         when following a link with the mouse from the agenda.
1126         * org-exp.el (org-export-as-html): Avoid lone </div> when no
1127         headlines are created.
1129 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1131         * org-exp.el (org-export-preprocess-string): Reorder so that we
1132         can still see ID properties when we collect targets.
1133         (org-export-target-internal-links): Also store targets for ID's.
1135         * org.el (org-link-translation-function): New option.
1136         (org-open-at-point): Call `org-link-translation-function' if
1137         non-nil.
1138         (org-translate-link): New function.
1139         (org-translate-link-from-planner): New function.
1140         (org-open-at-point): Allow interactive commands in elisp links.
1142         * org-exp.el (org-icalendar-cleanup-string): Restore the old
1143         iCalendar quoting.  The new one seems to caus problems with
1144         applications.
1146         * org.el (org-yank): Set `this-command' to `yank', so that
1147         `yank-pop' will work.
1149 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1151         * org-id.el (org-id-search-archives): New option.
1153         * org.el (org-link-to-org-use-id): New option.
1154         (org-store-link): Use `org-link-to-org-use-id'.
1155         (org-id): Make org-id.el a standard component.
1157 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1159         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
1160         hexified version of the tag.
1162         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
1163         compliance as far as quoting is concerned.
1165         * org-vm.el (org-vm-follow-link): Require `vm-search'.
1167         * org.el (org-up-heading-safe, org-forward-same-level): Always
1168         call `org-back-to-heading' instead of `outline-back-to-heading'.
1169         (org-back-to-heading): New wrapper around outline-back-to-heading,
1170         with a useful error message telling where the error happened.
1172         * org-list.el (org-update-checkbox-count): Always call
1173         `org-back-to-heading' instead of `outline-back-to-heading'.
1175         * org-exp.el (org-export-as-html): Make sure that each <img> tag
1176         has an `alt' attribute, to ensure XHTML validation.
1178 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1180         * org-publish.el (org-publish-attachment): Allow publishing to
1181         overwrite attachment files.
1183         * org-agenda.el (org-agenda-timerange-leaders): New option.
1184         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
1186         * org.el (org-edit-src-exit): Untabify ASCII image before
1187         returning.
1200 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1202         * org.el (org-yank): Make any prefix force normal yanking.
1203         Suppress folding if text would be swallowed into a folded
1204         subtree.
1205         (org-yank-folded-subtrees, org-yank): Docstring updates.
1207         * org-agenda.el (org-agenda-compare-effort): Treat no effort
1208         defined as 0.
1210         * org-exp.el (org-export-language-setup): Add Catalan and
1211         Esperanto language entries.
1213 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1215         * org.el (org-refile): Allow refiling of entire regions.
1217         * org-clock.el (org-clock-time%): New function.
1219         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
1220         retrieve property values.
1222 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1224         * org-agenda.el (org-agenda-list): Handle the value `only' of
1225         org-agenda-show-log'.
1226         (org-agenda-log-mode): Interpret a double prefix arg.
1228 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1230         * org-exp.el (org-export-html-footnotes-section): New variable.
1231         (org-export-as-html): Use `org-export-html-footnotes-section' to
1232         insert the footnotes.
1233         (org-export-language-setup): Add "Footnotes" to language words.
1235 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
1237         * org.el (org-yank): Fix bug when not inserting a subtree.
1239 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1241         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
1242         instead of `vm-beginning-of-message'.
1244         * org.el (org-make-link-regexps): Make sure that links to gnus can
1245         contain brackets.
1247 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1249         * org-attach.el (org-attach-dir): Remove duplicate ID creation
1250         code.
1252         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
1253         shell output.
1255         * org.el (org-link-abbrev-alist): Improve customization type.
1257         * org-attach.el (org-attach-expand-link, org-attach-expand): New
1258         functions.
1260         * org-agenda.el (org-agenda-get-progress): Renamed from
1261         `org-get-closed'.  Implement searching for state changes as well.
1262         (org-agenda-log-mode-items): New option.
1263         (org-agenda-log-mode): New option prefix argument, interpreted as
1264         request to show all possible progress info.
1265         (org-agenda-get-day-entries): Call `org-get-progress' instead of
1266         `org-get-closed'.
1267         (org-agenda-set-mode-name): Handle the more complex log mode
1268         settings.
1269         (org-get-closed): New alias, pointing to `org-get-progress'.
1271 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
1273         * org.el (org-file-apps-defaults-gnu)
1274         (org-file-apps-defaults-macosx)
1275         (org-file-apps-defaults-windowsnt): Add an entry defining the
1276         system command.
1277         (org-file-apps): Allow `system' as key and value.
1278         (org-open-at-point): Explain the effect of a double prefix arg.
1279         (org-open-file): If the argument `in-emacs' is (16),
1280         i.e. corresponding to a double prefix argument, try to open the
1281         file externally.
1283 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
1285         * org.el (org-insert-link): Abbreviate absolute files names in
1286         links.  Also, fix a bug in which the double C-u prefix would not
1287         be honored.
1289 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
1291         * org.el (org-insert-heading): If buffer does not end with a
1292         newline, add one if necessary to insert headline correctly.
1294         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
1295         paragraphs, not inside.
1297         * org.el (org-todo): Quote
1298         `org-agenda-headline-snapshot-before-repeat'.
1300         * org-exp.el (org-export-as-html): Fully process link descriptions.
1301         (org-export-html-format-desc): New function.
1302         (org-export-as-html): Collect footnotes into the correct basket.
1303         (org-html-protect): No longer protect quotations marks here, this
1304         goes wrong.
1306         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
1307         BEG.
1309         * org-compat.el (org-fit-window-to-buffer): New function (not
1310         really, a preliminary and incomplete version was present earlier,
1311         but not used).
1313         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
1314         `org-fit-window-to-buffer'.
1316         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
1318         * org-agenda.el (org-agenda-get-restriction-and-command)
1319         (org-fit-agenda-window, org-agenda-convert-date): Use
1320         `org-fit-window-to-buffer'.
1322         * org-exp.el (org-export-as-html): Process href links through
1323         `org-export-html-format-href'.
1324         (org-export-html-format-href): New function.
1326         * org-agenda.el (org-agenda-todo): Update only the current
1327         headline if this is a repeated TODO, marked done for today.
1328         (org-agenda-change-all-lines): New argument JUST-THIS, to change
1329         only the current line.
1331         * org.el (org-todo): Take a snapshot of the headline if the
1332         repeater might change it.
1334 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1336         * org-publish.el (org-publish-find-title): Remove buffers visited
1337         only for extracting the title.
1339         * org-exp.el (org-export-html-style)
1340         (org-export-html-style-default): Mark style definitions as
1341         unparsed CDATA.
1343         * org-publish.el (org-publish-validate-link): Function
1344         re-introduced.
1346 2008-11-02  Charles Sebold  <csebold@gmail.com>
1348         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
1349         property.
1350         (org-plot-quote-timestamp-field): New function.
1351         (org-plot-quote-tsv-field): Call timestamp field function when
1352         necessary rather than just quoting as a string.
1353         (org-plot/gnuplot-to-data): Pass in timefmt property.
1354         (org-plot/gnuplot-script): Supports timefmt property.
1355         (org-plot/gnuplot): Checks for timestamp column before checking
1356         for text index column.
1358 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
1360         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
1362         * org-publish.el (org-publish-org-index): Create a section in the
1363         index file.
1364         (org-publish-org-index): Stop linking to directories.
1366         * org.el (org-emphasis-alist): Use span instead of <u> to
1367         underline text.
1369         * org-exp.el (org-export-as-html): Make sure <p> is closed before
1370         <pre> sections.
1372 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
1374         * org-jsinfo.el (org-infojs-template): Remove language attribute
1375         from script tag.
1377 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
1379         * org-agenda.el (org-agenda-remove-marked-text): New function.
1380         (org-agenda-mark-filtered-text)
1381         (org-agenda-unmark-filtered-text): New functions.
1382         (org-write-agenda): Remove fltered text.
1384         * org.el (org-make-tags-matcher): Give access to TODO "property"
1385         without speed penalty.
1387 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
1389         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
1390         option.
1391         (org-store-link-props): Make sure adding to the plist works
1392         correctly.
1394         * org-gnus.el (org-gnus-no-new-news): New function.
1395         (org-gnus-follow-link): Allow the article ID to be a message-id,
1396         in addition to allowing article numbers.  Message IDs make much
1397         more roubust links.
1398         (org-gnus-store-link): Use message-id to create link.
1400 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
1402         * org.el (org-emphasize): Reverse the selection array.
1403         (org-emphasis-alist): Set <code> tags for the verbatim
1404         environment.
1406         * org-remember.el (org-remember-handler): Fix bug with
1407         prefix-related changing of the note storage target.
1409         * org-exp.el (org-print-icalendar-entries): Make the exported
1410         priorities compatible with RFC 2445.
1412         * org-clock.el (org-clock-save): Insert time stamp without
1413         dependence on time-stamp.el.
1415 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
1417         * org.el ("saveplace"): If saveplace puts point into an invisible
1418         location, make it visible.
1419         (org-make-tags-matcher): Allow inactive time stamps in time
1420         comparisons.
1421         (org-yank-adjusted-subtrees): New option.
1422         (org-yank): Incorporate adjusting trees.
1423         (org-paste-subtree): New argument FOR-YANK which will cause
1424         insertion at point without backing up over white lines, and leave
1425         point at the end of the inserted text.  Also if the cursor is
1426         at the beginning of a headline, use the same level or the inserted
1427         tree.
1429         * org-publish.el (org-publish-get-base-files-1): Deal correctly
1430         with broken symlinks
1432 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
1434         * org-exp.el (org-export-select-tags, org-get-current-options):
1435         Fix typo.
1437 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
1439         * org-agenda.el (org-format-agenda-item)
1440         (org-agenda-filter-make-matcher): Make sure tags are stored and
1441         compared donwcased.
1443 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
1445         * org.el (org-insert-todo-heading): Fix bug with force-heading
1446         argument.
1448 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
1450         * org-clock.el (org-clock-in-resume): Add a custom option to
1451         toggle starting the clock from an open clock line.
1452         (org-clock-in): When clocking in to an entry, if
1453         `org-clock-in-resume' is set, check if the first clock line is
1454         open and if so, start the clock from the time in the clock line.
1455         (org-clock-persist): Add a custom option to toggle clock
1456         persistence.
1457         (org-clock-persist-query-save): Add a custom option to toggle
1458         asking the user if they want to save the running clock when
1459         exiting.
1460         (org-clock-persist-query-resume): Add a custom option to toggle
1461         asking the user if they want to resume the saved clock when Emacs
1462         is restarted.
1463         (org-clock-save): Add a function to save clock data.
1464         This includes the contents of `org-clock-history' and the buffer
1465         and position of the currently clocked task, if any.
1466         (org-clock-load): Add a function to load clock data.
1467         This populates `org-clock-history', and resumes the saved clocked
1468         task if there is one.
1469         (org-clock-persistence-insinuate): Add a method to set up the
1470         hooks for clock persistence.
1472 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
1474         * org-exp.el (org-export-as-ascii): Handle the case that we are
1475         publishing from an indirect buffer.
1477         * org-table.el (org-table-copy-down): Fix bug with time stamp
1478         increment.
1480         * org-mouse.el (org-mouse-features): New option.
1481         (org-mode-hook): Turn on features depending on
1482         `org-mouse-features'.
1484         * org.el (org-insert-heading-respect-content): Force heading
1485         creation.
1486         (org-insert-heading): keep the folding state of the heading before
1487         the inserted one.
1489 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1491         * org-archive.el (org-archive-to-archive-sibling): Handle top
1492         level headlines better.
1494 2008-10-21  Bastien Guerry  <bzg@altern.org>
1496         * org-export-latex.el (org-export-latex-classes): Added
1497         \usepackage{graphicx} to the default list of packages.
1499 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
1501         * org-agenda.el (org-agenda-filter): Renamed from
1502         `org-agenda-filter-tags'.
1504 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
1506         * org.el (org-entry-properties): Add CATEGORY property, iven if it
1507         is not defined as a property in this entry.
1508         (org-add-log-note): Mask prefix argument when immediately storing
1509         the note.
1511         * org-agenda.el (org-agenda-filter-effort-default-operator): New
1512         option.
1514 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
1516         * org.el (org-add-log-setup): Bugfix; code to find insertion point
1517         after drawers was skipping ahead one line too many, so notes were
1518         inserted after the first note instead of before it.
1520 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
1522         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
1523         New variables.
1524         (org-prepare-agenda): Reset the filter tags.
1525         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
1526         Show filter tags in mode line.
1528         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
1529         formatter.
1531         * org-export-latex.el (org-latex-entities-regexp): New constant.
1532         (org-export-as-pdf): Use two calls to `shell-command'.
1534 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
1536         * org-export-latex.el (org-export-latex-treat-sub-super-char):
1537         Honor the {} value of the subsuperscript setting.  Make sure that
1538         longer subsuperscripts are typeset in a roman font.
1540         * org.el (org-clock-update-time-maybe): Compute negative clock
1541         intervals correctly.
1543 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
1545         * org.el (org-add-log-setup): Respect
1546         `org-log-state-notes-insert-after-drawers'.
1547         (org-log-state-notes-insert-after-drawers): New option.
1548         (org-todo-trigger-tag-changes): New function.
1549         (org-todo): Call `org-todo-trigger-tag-changes'.
1551 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
1553         * org.el (org-add-log-setup): Only skip drawers if the are
1554         immediately after the scheduling keywords.
1556         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
1557         function
1558         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
1559         call it with the current todo state to get the state to switch to
1560         when clocking in.
1561         (org-clock-in): Use org-indent-line-function to indent clock lines.
1562         (org-clock-find-position): Fix indentation of empty clock drawers.
1564 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
1566         * org-publish.el (org-publish-org-to): Handle case when
1567         org-export-to-pdf does return a file name, not a buffer.
1568         (org-publish-org-to-pdf): New function.
1570         * org-export-latex.el (org-export-as-pdf)
1571         (org-export-as-pdf-and-open): New commands.
1573         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
1574         forms as ranges.
1576         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
1577         things in protexted regions.
1579 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
1581         * org-export-latex.el (org-export-latex-preprocess): Improve
1582         quoting of LaTeX environments.
1584 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
1586         * org.el (org-edit-fixed-width-region): Exclude final newline from
1587         picture area.
1589         * org-export-latex.el (org-export-latex-subcontent): Add labels to
1590         sections, to make internal links work.
1591         (org-export-latex-fontify-headline): Do not remove all text
1592         properties, to make sure that target properties survive this
1593         process.
1595         * org-exp.el (org-export-preprocess-string): Change sequence of
1596         modifications, to make sure links are prepared before the LaTeX
1597         conversions do happen.
1599 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
1601         * org-attach.el (org-attach-delete-all): Renamed from
1602         `org-attch-delete'.  Add a security query before deleting the
1603         entire directory.  New optional argument FORCE can overrule the
1604         security query.
1605         (org-attach-delete-one): New command.
1607 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
1609         * org-attach.el (org-attach-file-list): Fix bug with directory.
1611 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
1613         * org.el (org-apps-regexp-alist): New function.
1614         (org-file-apps): Add auto-mode to the default value.
1615         (org-open-file): Use the new structure of org-file-apps.
1617         * org-attach.el (org-attach): Support the new keys.
1618         (org-attach-method): New option.
1620 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
1622         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
1623         March.
1625         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
1626         of the list value o `org-use-tag-inheritance'.
1628         * org-attach.el (org-attach-auto-tag): New option.
1629         (org-attach-tag, org-attach-untag): New functions.
1630         (org-attach-attach, org-attach-new, org-attach-sync): Call
1631         `org-attach-tag'.
1632         (org-attach-delete): Call `org-attach-untag'.
1634 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
1636         * org-table.el (orgtbl-self-insert-command): Make this work for
1637         the keypad as well.
1639 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
1641         * org.el (org-add-log-setup): Limit searc for drawers to entry
1642         text, not to subtree.
1644         * org-clock.el (org-clock-heading-for-remember): New variable.
1645         (org-clock-in): Set `org-clock-heading-for-remember'.
1647 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
1649         * org-remember.el (org-remember-apply-template): Add new
1650         expansions: %k, %K for currently clocked task and a link to the
1651         currently clocked task, and %< to file notes in the currently
1652         clocked task.
1654 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
1656         * org-export-latex.el (org-export-latex-make-header): Also insert
1657         the content of the property :latex-header-extra.
1659         * org-exp.el (org-infile-export-plist): Put the content of
1660         #+LATEX_HEADER: into the property :latex-header-extra.
1662         * org-colview.el (org-columns-get-format-and-top-level): Remove
1663         resetting the marker.
1665         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
1666         Remove resetting the marker.
1668         * org.el (org-entry-property-inherited-from): Improve docstring.
1669         (org-entry-get-with-inheritance): Reset marker before starting the
1670         search.
1672         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
1674 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
1676         * org.el (org-entry-get-multivalued-property)
1677         (org-entry-protect-space, org-entry-restore-space): New
1678         functions.
1679         (org-file-apps-defaults-macosx): Let postscript files be opened by
1680         preview.
1681         (org-time-stamp-inactive): Call `org-time-stamp'.
1682         (org-time-stamp): New argument `inactive'.  Also edit inacive
1683         stamps. Convert time stamp type.
1684         (org-open-file): Interpret the `default' value for the `command'
1685         in `org-file-apps'.
1687         * org-id.el (org-id-int-to-b36-one-digit)
1688         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
1689         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
1690         b36.
1692 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
1694         * org-id.el (org-id-reverse-string): New function.
1695         (org-id-new): Use `org-id-reverse-string' to make sure the
1696         beginning chars of the ID are mutating fast.  This allows to use a
1697         directory structure to spread things better.
1698         (org-id-prefix): Changed default to nil.
1700         * org-list.el (org-move-item-down, org-move-item-up): Remember and
1701         restore the column of the cursor position.
1703         * org-remember.el (org-remember-apply-template): Remove properties
1704         from `initial'.
1706 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
1708         * org-wl.el (org-wl-open): Remove useless call to
1709         `wl-thread-open-all'.
1711         * org-remember.el (org-remember-handler): Fix bug with `bottom'
1712         location.
1714 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
1716         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
1717         `org-bbdb-anniversaries'.
1719         * org.el (org-get-next-sibling, org-forward-same-level): New
1720         functions, similar to the outline versions, but invisible headings
1721         are OK.
1723 2008-09-25  Bastien Guerry  <bzg@altern.org>
1725         * org.el (org-auto-repeat-maybe): Insert a space between
1726         the timestamp's type and the timestamp itself.
1728 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
1730         * org-table.el (org-table-sum): Do not format the result with %g,
1731         it does rounding when there are too many digits.
1733         * org.el (org-map-entries): Protect the keyword-selecting variables.
1735 2008-09-23  Bastien Guerry  <bzg@altern.org>
1737         * org-agenda.el (org-agenda-to-appt): Make sure the function check
1738         against all agenda files.
1740 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
1742         * org-list.el: New file, aggregating list functions from org.el
1743         and org-export-latex.el.
1745         * org.el (org-edit-src-region-extra): New option.
1747 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
1749         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
1750         time before 1am.
1752 2008-09-22  Bastien Guerry  <bzg@altern.org>
1754         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
1756 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
1758         * org-plot.el (org-plot/gnuplot): Make tables starting with a
1759         hline work correctly.
1760         (org-plot/gnuplot-script): Put commas at the end of each script
1761         line.
1763 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
1765         * org.el (org-get-refile-targets): Replace links with their
1766         descriptions
1767         (org-imenu-get-tree): Replace links with their descriptions.
1769         * org-remember.el (org-remember-apply-template): Add a new
1770         expansion for adding properties to remember items.
1772         * org.el (org-add-log-setup): Skip over drawers (properties,
1773         clocks etc) when adding notes.
1775         * org-agenda.el (org-agenda-get-closed): show durations of clocked
1776         items as well as the start and end times.
1778         * org-compat.el (org-get-x-clipboard-compat): Add a compat
1779         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
1781         * org-remember.el (org-get-x-clipboard): Use the compat
1782         function to get clipboard values when x-selection-value is
1783         unavailable. Use substring-no-properties instead of
1784         set-text-properties to remove text properties from the clipboard
1785         value.
1787         * lisp/org-clock.el (org-update-mode-line): Support limiting the
1788         modeline clock string, and display the full todo value in the
1789         tooltip. Set a local keymap so mouse-3 on the clock string goes to
1790         the currently clocked task.
1791         (org-clock-string-limit): Add a custom value for the maximum
1792         length of the clock string in the modeline.
1793         (org-clock-mode-map): Add a keymap for the modeline string
1795 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
1797         * org-compat.el (org-propertize): New function.
1799 2008-09-20  Bastien Guerry  <bzg@altern.org>
1801         * org-export-latex.el (org-export-latex-tables): protect exported
1802         tables from further special chars conversion.
1803         (org-export-latex-preprocess): Preserve LaTeX environments.
1804         (org-list-parse-list): Parse descriptive lists.
1805         (org-list-to-generic, org-list-to-latex, org-list-to-html)
1806         (org-list-to-texinfo): Export descriptive lists.
1807         (org-quote-chars): Remove.
1808         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
1809         (org-export-latex-list-beginning-re): Rename to
1810         `org-list-beginning-re'
1811         (org-list-item-begin): Rename to `org-list-item-beginning'
1813 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
1815         * org.el (org-refile): Allow refiling to the last entry in the
1816         buffer.
1817         (org-get-tags-at): Fix bug when inheritance is turned off.
1819 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
1821         * org.el (org-indent-line-function): No longer check for src
1822         regions, this is too much overhead.
1824         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
1825         matching.
1827         * org.el (org-scan-tags): Make sure that tags matching is not case
1828         sensitive.  TODO keyword matching is case sensitive, however, to
1829         avoid confusion with similar words that are not meant to be
1830         keywords.
1832 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
1834         * org.el (org-get-local-tags-at): New function.
1835         (org-get-local-tags): New function.
1837         * org-exp.el (org-export-get-categories): New function.
1839         * org-agenda.el (org-sorting-choice)
1840         (org-agenda-sorting-strategy, org-agenda-get-todos)
1841         (org-agenda-get-timestamps, org-agenda-get-deadlines)
1842         (org-agenda-get-scheduled, org-agenda-get-blocks)
1843         (org-entries-lessp): Implement sorting by TODO state.
1844         (org-cmp-todo-state): New defsubst.
1846         * org-colview.el (org-colview-construct-allowed-dates): New
1847         function.
1848         (org-columns-next-allowed-value): Use
1849         `org-colview-construct-allowed-dates'.
1851         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
1852         function.
1853         (org-columns-next-allowed-value): Use
1854         `org-colview-construct-allowed-dates'.
1856 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
1858         * org.el (org-protect-slash): New function.
1859         (org-get-refile-targets): Use `org-protect-slash'.
1861         * org-agenda.el (org-global-tags-completion-table): New variable.
1863         * org-exp.el (org-export-handle-export-tags): New function.
1864         (org-export-preprocess-string): Call
1865         `org-export-handle-export-tags'.
1867         * org-plot.el: New file.
1869         * org-publish.el (org-publish-expand-components): Function removed.
1870         (org-publish-expand-projects): Allow components to have components.
1872 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
1874         * org.el (org-indent-line-function): Do not indent in regions that
1875         are external source code.
1876         (org-yank-and-fold-if-subtree): New function.
1878         * org-agenda.el (org-agenda-todayp): New function.
1879         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
1880         `org-agenda-todayp'.
1882         * org.el (org-insert-heading-respect-content)
1883         (org-insert-todo-heading-respect-content): New commands.
1884         (org-insert-heading-respect-content): New option.
1885         (org-insert-heading): Respect `org-insert-heading-respect-content'.
1887         * org-clock.el (org-clock-find-position): Make sure the note after
1888         the clock line gets moved into the new clock drawer.
1890 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
1892         * org-id.el (org-id-new): New option.
1894 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
1896         * org-table.el (org-table-copy-down): Avoid overflow during
1897         increment.  Use prefix argument 0 to temporarily disable the
1898         increment.
1900 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
1902         * org-exp.el (org-export-as-html): Do not turn on the major mode
1903         if the buffer will be killed anyway.
1904         (org-get-current-options): Exclude the #+TEXT field.
1905         (org-export-as-html): Make sure text before the first headline is
1906         a paragraph.
1908         * org-publish.el (org-publish-org-to): Tell the exporter that this
1909         buffer will be killed, so it is not necessary to do major mode
1910         initialization.
1912         * org-archive.el (org-archive-to-archive-sibling): Show empty
1913         lines after folding the archive sibling.
1915         * org.el (org-log-note-extra): New variable.
1917 2008-09-05  Bastien Guerry  <bzg@altern.org>
1919         * org.el (org-additional-option-like-keywords): Added keywords for
1920         the _QUOTE, _VERSE and _SRC environments.
1922         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
1923         exporting _QUOTE and _VERSE environments.
1925 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
1927         * org-agenda.el (org-agenda-filter-by-tag): New command.
1929         * org-exp.el (org-get-current-options): Remove angular brackets
1930         from the date entry.
1932         * org.el (org-edit-fixed-width-region): New function.
1933         (org-edit-fixed-width-region): Also try
1934         `org-edit-fixed-width-region'.
1935         (org-edit-fixed-width-region-mode): New option.
1936         (org-activate-code): Only interprete lines starting with colon
1937         plus a space as example lines.
1939         * org-remember.el (org-remember-templates): Add nil instead of
1940         empty strings to fix the length of remember templates.
1942         * org-table.el (org-calc-default-modes): Fix the time format for
1943         calc, from 12 hour to 24 hour clock.
1945 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
1947         * org-agenda.el (org-agenda-get-deadlines)
1948         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
1949         entries that are pre-warnings of deadlines or reminders.
1951         * org.el (org-sort-entries-or-items): Make numeric and alpha
1952         comparisons ignore any TODO keyword and priority cookie.
1954         * org-remember.el (org-remember-handler): Reinterpretation of the
1955         prefix argument.
1957 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
1959         * org-agenda.el (org-agenda-get-scheduled): Use new
1960         `org-scheduled' face.
1962         * org-faces.el (org-scheduled): New face.
1964         * org-wl.el (org-wl-open): Remove incorrect declaration.
1966         * org-gnus.el (org-gnus-store-link): Support for :to information
1967         in gnus links.
1969         * org-exp.el (org-export-as-html): Fixed typo in creator
1970         information.
1971         (org-export-protect-examples): New parameter indent.  Insert extra
1972         spaces only when this parameter is specified.
1973         (org-export-preprocess-string): Call `org-export-protect-examples'
1974         with an indentation parameter when exporting to ASCII.
1976         * org-remember.el (org-remember-templates)
1977         (org-remember-apply-template): Allow the file component to be a
1978         function.
1980         * org.el (org-goto-local-search-headings): Renamed from
1981         `org-goto-local-search-forward-headings'.  Added the possibility
1982         to search backwards.
1984 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
1986         * org-export-latex.el (org-export-latex): New customization
1987         group.
1989         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
1991 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
1993         * org-exp.el (org-html-do-expand): Allow {} to terminate
1994         tex macro
1996 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
1998         * org.el (org-buffer-list): Select buffers based on major mode,
1999         not on file name.
2001 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
2003         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
2004         face property.
2006         * org-colview.el (org-columns-display-here): Use
2007         `org-columns-modify-value-for-display-function'.
2009         * org-colview-xemacs.el (org-columns-display-here): Use
2010         `org-columns-modify-value-for-display-function'.
2012 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
2014         * org.el (org-columns-modify-value-for-display-function): New option.
2026         * org-publish.el (org-publish-file): Make sure the directory match
2027         for the publishing directory works correctly.
2029         * org-agenda.el (org-agenda-execute-calendar-command)
2030         (org-agenda-diary-entry): Additional optional argument.
2032 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
2034         * org-exp.el (org-export-as-html): Add attributes also in mailto
2035         and ftp links.
2037         * org.el (org-autoload): Add `org-dblock-write:columnview'.
2046 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
2048         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
2049         sure that calls from `org-export-region-as-html' do not do the
2050         special check for a subtree.
2052 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
2054         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
2056 2008-07-20  Juri Linkov  <juri@jurta.org>
2058         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
2059         new keymap `narrow-map' instead of binding "\C-xns".
2061 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
2063         * org.el (org-open-file): Use
2064         `org-open-directory-means-index-dot-org'.
2065         (org-open-directory-means-index-dot-org): New option.
2067 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
2069         * org.el (org-make-link-string): Remove link attributes from
2070         description.
2071         (org-open-at-point): Remove link attributes bevore using the path.
2073         * org-exp.el (org-export-as-html): Handle link attributes.
2075         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
2077         * org-table.el (org-table-to-lisp): New function.
2079         * org.el (org-narrow-to-subtree): Do not include the final newline
2080         into the narrowed region.
2082         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
2083         bug with user-define skipping condition.
2085 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
2087         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
2089 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
2091         * org-exp.el (org-export-html-style-default): Automatic overflow
2092         handling for pre fields.
2093         (org-export-as-ascii, org-export-as-html): Change default format
2094         for time stamp.
2096         * org-table.el (org-table-export): Offer completion for translator
2097         functions, and do not require a heading above the table.
2099         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
2100         Cater for the case of a list starting in the first line of the
2101         buffer.
2103 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
2105         * org-publish.el (org-publish-find-title): Bug fix.
2106         (org-publish-org-index): Implement new :index-style option.
2108 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
2110         * org-publish.el (org-publish-timestamp-filename): Use
2111         SHA1-encoded file names in the timestamp directory.
2113 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
2115         * org-publish.el (org-publish-needed-p): Be verbose about files
2116         published and files skipped.
2118         * org-exp.el (org-export-preprocess-string): Swap link
2119         normalization and inernal link targeting.
2121         * org-publish.el (org-publish-needed-p): Create timestamp
2122         directory when it does not exist.
2124 2008-07-04  Bastien Guerry  <bzg@altern.org>
2126         * org-clock.el (org-clock-out-when-done): Doc fix.
2128         * org.el (org-agenda-skip-unavailable-files): Doc fix.
2130         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
2131         Ignore case when searching for the COMMENT cookie at export time.
2133 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
2135         * org-exp.el (org-get-file-contents)
2136         (org-get-and-remove-property): New functions.
2137         (org-export-handle-include-files): Handle the new prefix options.
2138         (org-export-as-html): Fix the verse environment.
2140 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
2142         * org.el (org-time=, org-time<, org-time<=, org-time>)
2143         (org-time>=, org-time<>, org-2ft): New functions.
2144         (org-op-to-function): Also provide for the time testing fucntions.
2146 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
2148         * org-exp.el (org-export-html-style-default): New constant.
2150 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
2152         * org-exp.el (org-export-html-style-extra): New variable.
2153         (org-export-splice-style): New function.
2155 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
2157         * org-exp.el (org-export-plist-vars, org-export-as-html):
2158         Implement `org-export-creator-info'.
2159         (org-export-creator-info): New option.
2161 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
2163         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
2164         (org-property-drawer-re, org-clock-drawer-re): New constants.
2166 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
2168         * org-exp.el (org-icalendar-use-deadline)
2169         (org-icalendar-use-scheduled): New options.
2170         (org-icalendar-include-todo): Default changed to t.
2171         (org-print-icalendar-entries): Implement better utilization of
2172         scheduling and deadline time stamps.
2173         (org-export-target-internal-links, org-export-as-html): Allow file
2174         lines without the "file:" prefix if the file path is an absolute
2175         path or starts with ".".
2177         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
2178         lastweek etc.
2179         (org-clock-special-range): Also undertand yesterday, lastweek etc.
2181 2008-06-18  Glenn Morris  <rgm@gnu.org>
2182         * org.el (org-map-entries): Let-bind `file'.
2184 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
2186         * org.el (org-agenda-skip-archived-trees): Docstring now
2187         discourages using this.
2188         (org-scan-tags): Check for org-agenda-archives-mode.
2189         (org-map-entries): Make sure org-agenda-archives-mode is nil.
2190         (org-agenda-files): Functionality of second arg changed.
2192         * org-agenda.el (org-agenda-archives-mode): New variable
2193         (org-write-agenda, org-prepare-agenda, org-agenda-list)
2194         (org-search-view, org-todo-list, org-tags-view)
2195         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
2196         `ifmode' argument.
2197         (org-agenda-quit): Reset the archives mode.
2198         (org-agenda-archives-mode): New command.
2199         (org-agenda-set-mode-name): Include archives info.
2201 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
2203         * org.el (org-paste-subtree): Make sure the yanked headline is
2204         visible if it was yanked at a visible point.
2205         (org-move-item-up): Fix the bug with moving white space at the end
2206         of the item.
2207         (org-show-empty-lines-in-parent): New function.
2209 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
2211         * org-colview.el (org-columns-next-allowed-value): Bug fix.
2213         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
2215         * org-agenda.el (org-agenda-get-closed): Get the end time into the
2216         agenda prefix as well.
2218         * org-publish.el (org-publish-org-index): Make a properly indented
2219         list.
2221         * org.el (org-calendar-agenda-action-key): New option.
2222         (org-get-cursor-date): New function.
2223         (org-mark-entry-for-agenda-action): New command.
2224         (org-overriding-default-time): New variable.
2225         (org-read-date): Respect `org-overriding-default-time'.
2227         * org-remember.el (org-remember-apply-template): Respect the
2228         ovverriding default time.
2230         * org-agenda.el (org-agenda-action-marker): New variable.
2231         (org-agenda-action): New command.
2232         (org-agenda-do-action): New function.
2234 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2236         * org.el (org-schedule, org-deadline): Protect scheduled and
2237         deadline tasks against changes that accidently remove the
2238         repeater.  Also show a message with the new date when done.
2240 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
2242         * org.el (org-beginning-of-line): Cater for the case when there
2243         are tags but no headline text.
2244         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
2245         it set.
2247 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
2249         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
2250         the return value is nil instead of "nil" when there is no match.
2252         * org-exp.el (org-insert-centered): Use fill-column instead of
2253         80.
2254         (org-export-as-ascii): Use string-width to measure the width of
2255         the heading.
2257         * org.el (org-diary-to-ical-string): No longer kill buffer
2258         FROMBUF, this is now done by the caller.
2260         * org-exp.el (org-print-icalendar-entries): Move the call to
2261         `org-diary-to-ical-string' out of the loop, and kill the buffer
2262         afterwords.
2264         * org-remember.el (org-remember-visit-immediately): Position
2265         cursor after moving to the note.
2266         (org-remember-apply-template): Use a text property to record the
2267         cursor position.
2268         (org-remember-handler): Align tags after pasting the note.
2270 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
2272         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
2274         * org-agenda.el (org-agenda-open-link): If there is an
2275         org-bbdb-name property in the current line, jump to that bbdb
2276         entry.
2278         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
2279         text property, so that the agenda knows where this entry comes
2280         from.
2282         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
2283         interaction between clocking-in from the agenda, and  automatic
2284         task state switching.
2286         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
2288         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
2289         zmacs-region stays after this command in XEmacs.
2291 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
2293         * org.el (org-scan-tags): Allow new values for ACTION parameter.
2295         * org-remember.el (org-remember-templates): Fix bug in
2296         customization type definition.
2298         * org.el (org-map-entries): New function.
2300 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
2302         * org-agenda.el (org-agenda-skip-comment-trees): New option.
2303         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
2305 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
2307         * org-remember.el (org-jump-to-target-location): New variable.
2308         (org-remember-apply-template): Set
2309         `org-remember-apply-template' if requested by template.
2310         (org-remember-handler): Start an idle timer to jump to
2311         remember location.
2313         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
2315         * org.el (org-set-regexps-and-options): Fix bug with parsing of
2316         file tags.
2317         (org-get-tags-at): Add the content of `org-file-tags'.
2319         * org-exp.el (org-export-handle-comments): Fix bug with several
2320         comment lines after each other.
2321         (org-number-to-roman, org-number-to-counter): New functions.
2322         (org-export-section-number-format): New option.
2324 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
2326         * org-exp.el (org-export-protect-examples): Catch the case of a
2327         missing end_example line.
2329         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
2330         `org-file-tags' to nil.
2332         * org-colview.el (org-columns-next-allowed-value): Handle next
2333         argument NTH to directly select a value.
2335         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
2336         argument NTH to directly select a value.
2338 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
2340         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
2342 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
2344         * org.el (org-columns-ellipses): New option.
2346 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
2348         * org-colview.el (org-columns-add-ellipses): New function.
2349         (org-columns-compact-links): New function.
2350         (org-columns-cleanup-item): Call `org-columns-compact-links'.
2351         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
2352         when in agenda.
2353         (org-columns-edit-value): Fixed bug with editing values from
2354         agenda column view.
2355         (org-columns-redo): Also redo the agenda itself.
2357 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
2359         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
2360         option.
2362         * org-colview.el (org-agenda-columns-cleanup-item): New function.
2364         * org-exp.el (org-export-ascii-preprocess): Renamed from
2365         `org-export-ascii-clean-string'.
2366         (org-export-kill-licensed-text)
2367         (org-export-define-heading-targets)
2368         (org-export-handle-invisible-targets)
2369         (org-export-target-internal-links)
2370         (org-export-remove-or-extract-drawers)
2371         (org-export-remove-archived-trees)
2372         (org-export-protect-quoted-subtrees)
2373         (org-export-protect-verbatim, org-export-protect-examples)
2374         (org-export-select-backend-specific-text)
2375         (org-export-mark-blockquote-and-verse)
2376         (org-export-remove-comment-blocks-and-subtrees)
2377         (org-export-handle-comments, org-export-mark-radio-links)
2378         (org-export-remove-special-table-lines)
2379         (org-export-normalize-links)
2380         (org-export-concatenate-multiline-links)
2381         (org-export-concatenate-multiline-emphasis): New functions,
2382         obtained from spliiting the export preprocessor.
2384         * org-table.el (org-table-recalculate): Improve error message if
2385         the row number is invalid.
2387 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
2389         * org-archive.el (org-archive-save-context-info): Fix bugs in
2390         customization setup and docstring.
2392         * org-exp.el (org-export-html-style): Changed the size of in the
2393         <pre> element to 90%.
2395 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
2397         * org.el (org-find-src-example-start): Function removed.
2398         (org-edit-src-find-region-and-lang): New function.
2400 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
2402         * org.el (org-edit-src-exit): New function.
2403         (org-exit-edit-mode): New minor mode.
2405         * org-exp.el (org-export-preprocess-string): Fix bug with removing
2406         comment-like lines from protected examples.
2408         * org.el (org-edit-src-example, org-find-src-example-start)
2409         (org-protect-source-example, org-edit-special): New functions.
2411 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
2413         * org-publish.el (org-publish-project-alist): Fix typo in
2414         docstring.
2415         (org-publish-project-alist): Handle :index-title property.
2417 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
2419         * org-export-latex.el (org-export-as-latex): Make sure region
2420         bounds are correct.  Parse subtree properties relating to export.
2422         * org-exp.el (org-export-add-options-to-plist): New function.
2423         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
2425 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
2427         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
2428         EXPORT_TITLE.
2430         * org-exp.el (org-export-get-title-from-subtree)
2431         (org-export-as-ascii, org-export-as-html): Make sure the original
2432         region-beginning and region-end are used, even after moving
2433         point.
2434         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
2435         property.
2437         * org-remember.el (org-remember-last-stored-marker): New variable.
2438         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
2439         (org-remember-handler): Also use marker to remember
2440         last-stored position.
2442         * org.el (org-goto-marker-or-bmk): New function.
2444 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
2446         * org.el (org-file-properties): Renamed from `org-local-properties'.
2447         (org-scan-tags): Take file tags into account.
2448         (org-tags-match-list-sublevels): Default changed to t.
2450         * org-exp.el (org-export-as-html): Close paragraph after a
2451         footnote.
2453         * org.el (org-update-parent-todo-statistics): New function.
2455         * org-exp.el (org-icalendar-store-UID): New option.
2456         (org-icalendar-force-UID): Option removed.
2457         (org-print-icalendar-entries): IMplement UIDs.
2459 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
2461         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
2463 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
2465         * org-faces.el (org-column): Document how this face is being used
2466         and why sometimes the background faces shine through.
2468         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
2470         * org-publish.el (org-publish-attachment): Create publishing
2471         directory if it does not yet exist.
2473         * org-table.el (org-calc-default-modes): Change default number
2474         format to (float 8).
2476         * org.el (org-olpath-completing-read): New function.
2477         (org-time-clocksum-format): New option.
2478         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
2480         * org-clock.el (org-clock-display, org-clock-out)
2481         (org-update-mode-line): Use `org-time-clocksum-format'.
2483         * org-colview-xemacs.el (org-columns-number-to-string): Use
2484         `org-time-clocksum-format'.
2486         * org-colview.el (org-columns-number-to-string): Use
2487         `org-time-clocksum-format'.
2489 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
2491         * org-id.el: New file, move from contrib to core.
2493         * org-exp.el (org-icalendar-force-UID): New option.
2495 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
2497         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
2498         shifted by one day if theere is a date range without an end
2499         time.
2501         * org.el (org-try-structure-completion): New function.
2503 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
2505         * org.el (org-set-font-lock-defaults): Improve fontification of
2506         description lists.
2507         (org-insert-item): Handle description lists.
2508         (org-adaptive-fill-function): Improve auto indentation in
2509         description lists.
2511         * org-exp.el (org-export-as-html, org-export-preprocess-string):
2512         Implement VERSE environment.
2513         (org-export-preprocess-string): Implement the COMMENT
2514         environment.
2516         * org-export-latex.el (org-export-latex-preprocess): Implement
2517         VERSE environment.
2519 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
2521         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
2522         option.
2524 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
2526         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
2528         * org.el (org-quote-csv-field): New functions.
2530         * org-table.el (org-table-export-default-format): Remove :splice
2531         from default format, we get the same effect by not specifying
2532         :tstart and :tend.
2533         (org-table-export): Improve setup, distinguish better between
2534         interactive and non-interactive use, allow specifying the format
2535         on the fly, better protection against wrong file names.
2536         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
2537         and :tend when :splice is omitted.
2539 2008-05-09  Bernt Hansen  <bernt@norang.ca>
2541         * org-clock.el (org-clock-select-task): Make sure the selection
2542         letters are 1-9 and A-Z, no special characters.
2544 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
2546         * org-exp.el (org-export-htmlize): New group.
2547         (org-export-htmlize-output-type)
2548         (org-export-htmlize-css-font-prefix): New options.
2549         (org-export-htmlize-region-for-paste): New function.
2550         (org-export-htmlize-generate-css): New command.
2552 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2554         * org/org.el (org-modules, org-format-latex-options):
2555         * org/org-archive.el (org-archive-stamp-time)
2556         (org-archive-save-context-info):
2557         * org/org-faces.el (org-hide):
2558         * org/org-irc.el (org-irc-parse-link):
2559         * org/org-macs.el (org-call-with-arg, org-autoload):
2560         * org/org-mew.el (org-mew-store-link):
2561         * org/org-remember.el (org-remember-store-without-prompt)
2562         (org-remember-templates): Fix typos in docstrings.
2564         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2566         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2567         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2568         (org-bbdb-anniv-split): Fix typos in docstrings.
2570         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2571         (org-publish-use-timestamps-flag): Reflow docstring.
2572         (org-publish-files-alist): Fix typos in docstring.
2574 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2576         * org.el (org-set-visibility-according-to-property): New function.
2577         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
2578         and compute the regular expressions, and update font-lock.
2579         (org-property-re): Allow a dash in property names.
2581         * org-archive.el (org-extract-archive-file): Insert the file name
2582         without the path into the format, to allow the location format to
2583         contain a subdirectory.
2585         * org-agenda.el (org-agenda-post-command-hook): If point is at end
2586         of buffer, and the `org-agenda-type' property undefined, use the
2587         value from the character before.
2589         * org.el (org-add-planning-info): Don't let indentation for
2590         would-be timestamp become extra whitespace at the end of headline.
2592 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
2594         * org.el (org-remove-double-quotes, org-file-contents): New
2595         functions.
2597         * org-exp.el (org-infile-export-plist): Also parse the
2598         contents of #+SETUPFILE files, recursively.
2600         * org.el (org-set-regexps-and-options): Also parse the
2601         contents of #+SETUPFILE files, recursively.
2603         * org-exp.el (org-export-handle-include-files): New function.
2604         (org-export-preprocess-string): Call
2605         `org-export-handle-include-files'.
2607         * org.el (org-delete-property-globally)
2608         (org-delete-property, org-set-property): Ignore case during
2609         completion.
2610         (org-set-property): Use `org-completing-read' instead of
2611         `completing-read'.
2613         * org.el (org-complete-expand-structure-template): New,
2614         experimental function.
2615         (org-structure-template-alist): New, experimental option.
2616         (org-complete): Call `org-complete-expand-structure-template'.
2618 2008-05-06  Bastien Guerry  <bzg@altern.org>
2620         * org-export-latex.el (org-export-latex-preprocess): Added
2621         support for blockquotes.
2623 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
2625         * org.el (org-read-date-analyze): Catch the case where only a
2626         weekday is given.
2628 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
2630         * org.el (org-set-font-lock-defaults): Make the description
2631         tag bold.
2633         * org-exp.el (org-export-as-html, org-close-li): Implement
2634         description lists.
2636 2008-05-04  Jason Riedy  <jason@acm.org>
2638         * org-table.el (*orgtbl-default-fmt*): New variable.
2639         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
2640         when there is no other fmt available.
2642         (orgtbl-to-generic): Allow an explicitly nil :tstart or
2643         :tend to suppress the appropriate string.
2645         (orgtbl-to-orgtbl): New function for translating to another orgtbl
2646         table.
2648 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
2650         * org.el (org-read-date-analyze): "." as an alias for "+0" in
2651         read date.
2653         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
2654         New function.
2656         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
2657         New function.
2659 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
2661         * org-clock.el (org-clock-find-position): Don't include notes
2662         into clock drawer.
2664         * org-archive.el (org-archive-subtree): No longer remove an
2665         extra line after cutting the subtree.  `org-cut-subtree' already
2666         takes care of this.
2668         * org-remember.el (org-remember-handler): Only kill the target
2669         buffer if it does not contain the running clock.
2671         * org.el (org-markers-to-move): New variable.
2672         (org-save-markers-in-region, org-check-and-save-marker)
2673         (org-reinstall-markers-in-region): New function.
2674         (org-move-subtree-down, org-copy-subtree): Remember relative
2675         marker positions before cutting.
2676         (org-move-subtree-down, org-paste-subtree): Restore relative
2677         marker positions after pasting.
2679         * org-remember.el (org-remember-clock-out-on-exit): New option.
2680         (org-remember-finalize): Clock out only if the setting in
2681         `org-remember-clock-out-on-exit' requires it.
2682         (org-remember-handler): Do the cleanup in the buffer, to make sure
2683         that the clock marker remains in tact.
2685 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
2687         * org-clock.el (org-clock-goto): Widen buffer if necessary.
2688         (org-clock-in): Make sure that also tasks outside the narrowed
2689         region will be clocked in correctly.
2690         (org-clock-insert-selection-line): Widen the buffer so that we can
2691         find the correct task heading.
2693         * org.el (org-base-buffer): New function.
2695         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
2696         and ";" are escaped.
2697         (org-print-icalendar-entries): Also apply
2698         `org-icalendar-cleanup-string' to the headline, not only to the
2699         summary property.
2701 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
2703         * org-exp.el (org-export-preprocess-hook): New hook.
2704         (org-export-preprocess-string): Call
2705         `org-export-preprocess-hook'.
2707         * org.el (org-font-lock-hook): New variable.
2708         (org-font-lock-hook): New function.
2709         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
2711 ;; Local Variables:
2712 ;; coding: utf-8
2713 ;; add-log-time-zone-rule: t
2714 ;; End:
2716     Copyright (C) 2008  Free Software Foundation, Inc.
2718   This file is part of GNU Emacs.
2720   GNU Emacs is free software: you can redistribute it and/or modify
2721   it under the terms of the GNU General Public License as published by
2722   the Free Software Foundation, either version 3 of the License, or
2723   (at your option) any later version.
2725   GNU Emacs is distributed in the hope that it will be useful,
2726   but WITHOUT ANY WARRANTY; without even the implied warranty of
2727   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2728   GNU General Public License for more details.
2730   You should have received a copy of the GNU General Public License
2731   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2733 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c