Intermediate.
[org-mode/org-tableheadings.git] / lisp / ChangeLog
bloba7e78eb7ec455bbbe7d2afc547cd791db2e12eb0
1 2008-10-01 James TD Smith  <ahktenzero@mohorovi.cc>
3         * org-remember.el (org-remember-apply-template): Add new
4         expansions: %k, %K for currently clocked task and a link to the
5         currently clocked task, and %< to file notes in the currently
6         clocked task.
8 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
10         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
12 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
14         * org.el (org-entry-get-multivalued-property)
15         (org-entry-protect-space, org-entry-restore-space): New
16         functions.
17         (org-file-apps-defaults-macosx): Let postscript files be opened by
18         preview.
19         (org-time-stamp-inactive): Call `org-time-stamp'.
20         (org-time-stamp): New argument `inactive'.  Also edit inacive
21         stamps. Convert time stamp type.
22         (org-open-file): Interpret the `default' value for the `command'
23         in `org-file-apps'.
25         * org-id.el (org-id-int-to-b36-one-digit)
26         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
27         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
28         b36.
30 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
32         * org-id.el (org-id-reverse-string): New function.
33         (org-id-new): Use `org-id-reverse-string' to make sure the
34         beginning chars of the ID are mutating fast.  This allows to use a
35         directory structure to spread things better.
36         (org-id-prefix): Changed default to nil.
38         * org-list.el (org-move-item-down, org-move-item-up): Remember and
39         restore the column of the cursor position.
41         * org-remember.el (org-remember-apply-template): Remove properties
42         from `initial'.
44 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
46         * org-wl.el (org-wl-open): Remove useless call to
47         `wl-thread-open-all'.
49         * org-remember.el (org-remember-handler): Fix bug with `bottom'
50         location.
52 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
54         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
55         `org-bbdb-anniversaries'.
57         * org.el (org-get-next-sibling, org-forward-same-level): New
58         functions, similar to the outline versions, but invisible headings
59         are OK.
61 2008-09-25  Bastien Guerry  <bzg@altern.org>
63         * org.el (org-auto-repeat-maybe): Insert a space between
64         the timestamp's type and the timestamp itself.
66 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
68         * org-table.el (org-table-sum): Do not format the result with %g,
69         it does rounding when there are too many digits.
71         * org.el (org-map-entries): Protect the keyword-selecting variables.
73 2008-09-23  Bastien Guerry  <bzg@altern.org>
75         * org-agenda.el (org-agenda-to-appt): Make sure the function check
76         against all agenda files.
78 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
80         * org-list.el: New file, aggregating list functions from org.el
81         and org-export-latex.el.
83         * org.el (org-edit-src-region-extra): New option.
85 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
87         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
88         time before 1am.
90 2008-09-22  Bastien Guerry  <bzg@altern.org>
92         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
94 2008-09-22  James TA Smith  <ahktenzero@mohorovi.cc>
96         * org-plot.el (org-plot/gnuplot): Make tables starting with a
97         hline work correctly.
98         (org-plot/gnuplot-script): Put commas at the end of each script
99         line.
101 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
103         * org.el (org-get-refile-targets): Replace links with their
104         descriptions
105         (org-imenu-get-tree): Replace links with their descriptions.
107         * org-remember.el (org-remember-apply-template): Add a new
108         expansion for adding properties to remember items.
110         * org.el (org-add-log-setup): Skip over drawers (properties,
111         clocks etc) when adding notes.
113         * org-agenda.el (org-agenda-get-closed): show durations of clocked
114         items as well as the start and end times.
116         * org-compat.el (org-get-x-clipboard-compat): Add a compat
117         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
119         * org-remember.el (org-get-x-clipboard): Use the compat
120         function to get clipboard values when x-selection-value is
121         unavailable. Use substring-no-properties instead of
122         set-text-properties to remove text properties from the clipboard
123         value.
125         * lisp/org-clock.el (org-update-mode-line): Support limiting the
126         modeline clock string, and display the full todo value in the
127         tooltip. Set a local keymap so mouse-3 on the clock string goes to
128         the currently clocked task.
129         (org-clock-string-limit): Add a custom value for the maximum
130         length of the clock string in the modeline.
131         (org-clock-mode-map): Add a keymap for the modeline string
133 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
135         * org-compat.el (org-propertize): New function.
137 2008-09-20  Bastien Guerry  <bzg@altern.org>
139         * org-export-latex.el (org-export-latex-tables): protect exported
140         tables from further special chars conversion.
141         (org-export-latex-preprocess): Preserve LaTeX environments.
142         (org-list-parse-list): Parse descriptive lists.
143         (org-list-to-generic, org-list-to-latex, org-list-to-html)
144         (org-list-to-texinfo): Export descriptive lists.
145         (org-quote-chars): Remove.
146         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
147         (org-export-latex-list-beginning-re): Rename to
148         `org-list-beginning-re'
149         (org-list-item-begin): Rename to `org-list-item-beginning'
151 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
153         * org.el (org-refile): Allow refiling to the last entry in the
154         buffer.
155         (org-get-tags-at): Fix bug when inheritance is turned off.
157 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
159         * org.el (org-indent-line-function): No longer check for src
160         regions, this is too much overhead.
162         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
163         matching.
165         * org.el (org-scan-tags): Make sure that tags matching is not case
166         sensitive.  TODO keyword matching is case sensitive, however, to
167         avoid confusion with similar words that are not meant to be
168         keywords.
170 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
172         * org.el (org-get-local-tags-at): New function.
173         (org-get-local-tags): New function.
175         * org-exp.el (org-export-get-categories): New function.
177         * org-agenda.el (org-sorting-choice)
178         (org-agenda-sorting-strategy, org-agenda-get-todos)
179         (org-agenda-get-timestamps, org-agenda-get-deadlines)
180         (org-agenda-get-scheduled, org-agenda-get-blocks)
181         (org-entries-lessp): Implement sorting by TODO state.
182         (org-cmp-todo-state): New defsubst.
184         * org-colview.el (org-colview-construct-allowed-dates): New
185         function.
186         (org-columns-next-allowed-value): Use
187         `org-colview-construct-allowed-dates'.
189         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
190         function.
191         (org-columns-next-allowed-value): Use
192         `org-colview-construct-allowed-dates'.
194 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
196         * org.el (org-protect-slash): New function.
197         (org-get-refile-targets): Use `org-protect-slash'.
199         * org-agenda.el (org-global-tags-completion-table): New variable.
201         * org-exp.el (org-export-handle-export-tags): New function.
202         (org-export-preprocess-string): Call
203         `org-export-handle-export-tags'.
205         * org-plot.el: New file.
207         * org-publish.el (org-publish-expand-components): Function removed.
208         (org-publish-expand-projects): Allow components to have components.
210 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
212         * org.el (org-indent-line-function): Do not indent in regions that
213         are external source code.
214         (org-yank-and-fold-if-subtree): New function.
216         * org-agenda.el (org-agenda-todayp): New function.
217         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
218         `org-agenda-todayp'.
220         * org.el (org-insert-heading-respect-content)
221         (org-insert-todo-heading-respect-content): New commands.
222         (org-insert-heading-respect-content): New option.
223         (org-insert-heading): Respect `org-insert-heading-respect-content'.
225         * org-clock.el (org-clock-find-position): Make sure the note after
226         the clock line gets moved into the new clock drawer.
228 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
230         * org-id.el (org-id-new): New option.
232 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
234         * org-table.el (org-table-copy-down): Avoid overflow during
235         increment.  Use prefix argument 0 to temporarily disable the
236         increment.
238 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
240         * org-exp.el (org-export-as-html): Do not turn on the major mode
241         if the buffer will be killed anyway.
242         (org-get-current-options): Exclude the #+TEXT field.
243         (org-export-as-html): Make sure text before the first headline is
244         a paragraph.
246         * org-publish.el (org-publish-org-to): Tell the exporter that this
247         buffer will be killed, so it is not necessary to do major mode
248         initialization.
250         * org-archive.el (org-archive-to-archive-sibling): Show empty
251         lines after folding the archive sibling.
253         * org.el (org-log-note-extra): New variable.
255 2008-09-05  Bastien Guerry  <bzg@altern.org>
257         * org.el (org-additional-option-like-keywords): Added keywords for
258         the _QUOTE, _VERSE and _SRC environments.
260         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
261         exporting _QUOTE and _VERSE environments.
263 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
265         * org-agenda.el (org-agenda-filter-by-tag): New command.
267         * org-exp.el (org-get-current-options): Remove angular brackets
268         from the date entry.
270         * org.el (org-edit-fixed-width-region): New function.
271         (org-edit-fixed-width-region): Also try
272         `org-edit-fixed-width-region'.
273         (org-edit-fixed-width-region-mode): New option.
274         (org-activate-code): Only interprete lines starting with colon
275         plus a space as example lines.
277         * org-remember.el (org-remember-templates): Add nil instead of
278         empty strings to fix the length of remember templates.
280         * org-table.el (org-calc-default-modes): Fix the time format for
281         calc, from 12 hour to 24 hour clock.
283 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
285         * org-agenda.el (org-agenda-get-deadlines)
286         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
287         entries that are pre-warnings of deadlines or reminders.
289         * org.el (org-sort-entries-or-items): Make numeric and alpha
290         comparisons ignore any TODO keyword and priority cookie.
292         * org-remember.el (org-remember-handler): Reinterpretation of the
293         prefix argument.
295 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
297         * org-agenda.el (org-agenda-get-scheduled): Use new
298         `org-scheduled' face.
300         * org-faces.el (org-scheduled): New face.
302         * org-wl.el (org-wl-open): Remove incorrect declaration.
304         * org-gnus.el (org-gnus-store-link): Support for :to information
305         in gnus links.
307         * org-exp.el (org-export-as-html): Fixed typo in creator
308         information.
309         (org-export-protect-examples): New parameter indent.  Insert extra
310         spaces only when this parameter is specified.
311         (org-export-preprocess-string): Call `org-export-protect-examples'
312         with an indentation parameter when exporting to ASCII.
314         * org-remember.el (org-remember-templates)
315         (org-remember-apply-template): Allow the file component to be a
316         function.
318         * org.el (org-goto-local-search-headings): Renamed from
319         `org-goto-local-search-forward-headings'.  Added the possibility
320         to search backwards.
322 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
324         * org-export-latex.el (org-export-latex): New customization
325         group.
327         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
329 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
331         * org-exp.el (org-html-do-expand): Allow {} to terminate
332         tex macro
334 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
336         * org.el (org-buffer-list): Select buffers based on major mode,
337         not on file name.
339 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
341         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
342         face property.
344         * org-colview.el (org-columns-display-here): Use
345         `org-columns-modify-value-for-display-function'.
347         * org-colview-xemacs.el (org-columns-display-here): Use
348         `org-columns-modify-value-for-display-function'.
350 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
352         * org.el (org-columns-modify-value-for-display-function): New option.
364         * org-publish.el (org-publish-file): Make sure the directory match
365         for the publishing directory works correctly.
367         * org-agenda.el (org-agenda-execute-calendar-command)
368         (org-agenda-diary-entry): Additional optional argument.
370 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
372         * org-exp.el (org-export-as-html): Add attributes also in mailto
373         and ftp links.
375         * org.el (org-autoload): Add `org-dblock-write:columnview'.
384 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
386         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
387         sure that calls from `org-export-region-as-html' do not do the
388         special check for a subtree.
390 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
392         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
394 2008-07-20  Juri Linkov  <juri@jurta.org>
396         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
397         new keymap `narrow-map' instead of binding "\C-xns".
399 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
401         * org.el (org-open-file): Use
402         `org-open-directory-means-index-dot-org'.
403         (org-open-directory-means-index-dot-org): New option.
405 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
407         * org.el (org-make-link-string): Remove link attributes from
408         description.
409         (org-open-at-point): Remove link attributes bevore using the path.
411         * org-exp.el (org-export-as-html): Handle link attributes.
413         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
415         * org-table.el (org-table-to-lisp): New function.
417         * org.el (org-narrow-to-subtree): Do not include the final newline
418         into the narrowed region.
420         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
421         bug with user-define skipping condition.
423 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
425         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
427 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
429         * org-exp.el (org-export-html-style-default): Automatic overflow
430         handling for pre fields.
431         (org-export-as-ascii, org-export-as-html): Change default format
432         for time stamp.
434         * org-table.el (org-table-export): Offer completion for translator
435         functions, and do not require a heading above the table.
437         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
438         Cater for the case of a list starting in the first line of the
439         buffer.
441 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
443         * org-publish.el (org-publish-find-title): Bug fix.
444         (org-publish-org-index): Implement new :index-style option.
446 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
448         * org-publish.el (org-publish-timestamp-filename): Use
449         SHA1-encoded file names in the timestamp directory.
451 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
453         * org-publish.el (org-publish-needed-p): Be verbose about files
454         published and files skipped.
456         * org-exp.el (org-export-preprocess-string): Swap link
457         normalization and inernal link targeting.
459         * org-publish.el (org-publish-needed-p): Create timestamp
460         directory when it does not exist.
462 2008-07-04  Bastien Guerry  <bzg@altern.org>
464         * org-clock.el (org-clock-out-when-done): Doc fix.
466         * org.el (org-agenda-skip-unavailable-files): Doc fix.
468         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
469         Ignore case when searching for the COMMENT cookie at export time.
471 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
473         * org-exp.el (org-get-file-contents)
474         (org-get-and-remove-property): New functions.
475         (org-export-handle-include-files): Handle the new prefix options.
476         (org-export-as-html): Fix the verse environment.
478 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
480         * org.el (org-time=, org-time<, org-time<=, org-time>)
481         (org-time>=, org-time<>, org-2ft): New functions.
482         (org-op-to-function): Also provide for the time testing fucntions.
484 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
486         * org-exp.el (org-export-html-style-default): New constant.
488 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
490         * org-exp.el (org-export-html-style-extra): New variable.
491         (org-export-splice-style): New function.
493 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
495         * org-exp.el (org-export-plist-vars, org-export-as-html):
496         Implement `org-export-creator-info'.
497         (org-export-creator-info): New option.
499 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
501         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
502         (org-property-drawer-re, org-clock-drawer-re): New constants.
504 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
506         * org-exp.el (org-icalendar-use-deadline)
507         (org-icalendar-use-scheduled): New options.
508         (org-icalendar-include-todo): Default changed to t.
509         (org-print-icalendar-entries): Implement better utilization of
510         scheduling and deadline time stamps.
511         (org-export-target-internal-links, org-export-as-html): Allow file
512         lines without the "file:" prefix if the file path is an absolute
513         path or starts with ".".
515         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
516         lastweek etc.
517         (org-clock-special-range): Also undertand yesterday, lastweek etc.
519 2008-06-18  Glenn Morris  <rgm@gnu.org>
520         * org.el (org-map-entries): Let-bind `file'.
522 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
524         * org.el (org-agenda-skip-archived-trees): Docstring now
525         discourages using this.
526         (org-scan-tags): Check for org-agenda-archives-mode.
527         (org-map-entries): Make sure org-agenda-archives-mode is nil.
528         (org-agenda-files): Functionality of second arg changed.
530         * org-agenda.el (org-agenda-archives-mode): New variable
531         (org-write-agenda, org-prepare-agenda, org-agenda-list)
532         (org-search-view, org-todo-list, org-tags-view)
533         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
534         `ifmode' argument.
535         (org-agenda-quit): Reset the archives mode.
536         (org-agenda-archives-mode): New command.
537         (org-agenda-set-mode-name): Include archives info.
539 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
541         * org.el (org-paste-subtree): Make sure the yanked headline is
542         visible if it was yanked at a visible point.
543         (org-move-item-up): Fix the bug with moving white space at the end
544         of the item.
545         (org-show-empty-lines-in-parent): New function.
547 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
549         * org-colview.el (org-columns-next-allowed-value): Bug fix.
551         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
553         * org-agenda.el (org-agenda-get-closed): Get the end time into the
554         agenda prefix as well.
556         * org-publish.el (org-publish-org-index): Make a properly indented
557         list.
559         * org.el (org-calendar-agenda-action-key): New option.
560         (org-get-cursor-date): New function.
561         (org-mark-entry-for-agenda-action): New command.
562         (org-overriding-default-time): New variable.
563         (org-read-date): Respect `org-overriding-default-time'.
565         * org-remember.el (org-remember-apply-template): Respect the
566         ovverriding default time.
568         * org-agenda.el (org-agenda-action-marker): New variable.
569         (org-agenda-action): New command.
570         (org-agenda-do-action): New function.
572 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
574         * org.el (org-schedule, org-deadline): Protect scheduled and
575         deadline tasks against changes that accidently remove the
576         repeater.  Also show a message with the new date when done.
578 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
580         * org.el (org-beginning-of-line): Cater for the case when there
581         are tags but no headline text.
582         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
583         it set.
585 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
587         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
588         the return value is nil instead of "nil" when there is no match.
590         * org-exp.el (org-insert-centered): Use fill-column instead of
591         80.
592         (org-export-as-ascii): Use string-width to measure the width of
593         the heading.
595         * org.el (org-diary-to-ical-string): No longer kill buffer
596         FROMBUF, this is now done by the caller.
598         * org-exp.el (org-print-icalendar-entries): Move the call to
599         `org-diary-to-ical-string' out of the loop, and kill the buffer
600         afterwords.
602         * org-remember.el (org-remember-visit-immediately): Position
603         cursor after moving to the note.
604         (org-remember-apply-template): Use a text property to record the
605         cursor position.
606         (org-remember-handler): Align tags after pasting the note.
608 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
610         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
612         * org-agenda.el (org-agenda-open-link): If there is an
613         org-bbdb-name property in the current line, jump to that bbdb
614         entry.
616         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
617         text property, so that the agenda knows where this entry comes
618         from.
620         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
621         interaction between clocking-in from the agenda, and  automatic
622         task state switching.
624         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
626         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
627         zmacs-region stays after this command in XEmacs.
629 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
631         * org.el (org-scan-tags): Allow new values for ACTION parameter.
633         * org-remember.el (org-remember-templates): Fix bug in
634         customization type definition.
636         * org.el (org-map-entries): New function.
638 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
640         * org-agenda.el (org-agenda-skip-comment-trees): New option.
641         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
643 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
645         * org-remember.el (org-jump-to-target-location): New variable.
646         (org-remember-apply-template): Set
647         `org-remember-apply-template' if requested by template.
648         (org-remember-handler): Start an idle timer to jump to
649         remember location.
651         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
653         * org.el (org-set-regexps-and-options): Fix bug with parsing of
654         file tags.
655         (org-get-tags-at): Add the content of `org-file-tags'.
657         * org-exp.el (org-export-handle-comments): Fix bug with several
658         comment lines after each other.
659         (org-number-to-roman, org-number-to-counter): New functions.
660         (org-export-section-number-format): New option.
662 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
664         * org-exp.el (org-export-protect-examples): Catch the case of a
665         missing end_example line.
667         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
668         `org-file-tags' to nil.
670         * org-colview.el (org-columns-next-allowed-value): Handle next
671         argument NTH to directly select a value.
673         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
674         argument NTH to directly select a value.
676 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
678         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
680 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
682         * org.el (org-columns-ellipses): New option.
684 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
686         * org-colview.el (org-columns-add-ellipses): New function.
687         (org-columns-compact-links): New function.
688         (org-columns-cleanup-item): Call `org-columns-compact-links'.
689         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
690         when in agenda.
691         (org-columns-edit-value): Fixed bug with editing values from
692         agenda column view.
693         (org-columns-redo): Also redo the agenda itself.
695 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
697         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
698         option.
700         * org-colview.el (org-agenda-columns-cleanup-item): New function.
702         * org-exp.el (org-export-ascii-preprocess): Renamed from
703         `org-export-ascii-clean-string'.
704         (org-export-kill-licensed-text)
705         (org-export-define-heading-targets)
706         (org-export-handle-invisible-targets)
707         (org-export-target-internal-links)
708         (org-export-remove-or-extract-drawers)
709         (org-export-remove-archived-trees)
710         (org-export-protect-quoted-subtrees)
711         (org-export-protect-verbatim, org-export-protect-examples)
712         (org-export-select-backend-specific-text)
713         (org-export-mark-blockquote-and-verse)
714         (org-export-remove-comment-blocks-and-subtrees)
715         (org-export-handle-comments, org-export-mark-radio-links)
716         (org-export-remove-special-table-lines)
717         (org-export-normalize-links)
718         (org-export-concatenate-multiline-links)
719         (org-export-concatenate-multiline-emphasis): New functions,
720         obtained from spliiting the export preprocessor.
722         * org-table.el (org-table-recalculate): Improve error message if
723         the row number is invalid.
725 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
727         * org-archive.el (org-archive-save-context-info): Fix bugs in
728         customization setup and docstring.
730         * org-exp.el (org-export-html-style): Changed the size of in the
731         <pre> element to 90%.
733 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
735         * org.el (org-find-src-example-start): Function removed.
736         (org-edit-src-find-region-and-lang): New function.
738 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
740         * org.el (org-edit-src-exit): New function.
741         (org-exit-edit-mode): New minor mode.
743         * org-exp.el (org-export-preprocess-string): Fix bug with removing
744         comment-like lines from protected examples.
746         * org.el (org-edit-src-example, org-find-src-example-start)
747         (org-protect-source-example, org-edit-special): New functions.
749 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
751         * org-publish.el (org-publish-project-alist): Fix typo in
752         docstring.
753         (org-publish-project-alist): Handle :index-title property.
755 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
757         * org-export-latex.el (org-export-as-latex): Make sure region
758         bounds are correct.  Parse subtree properties relating to export.
760         * org-exp.el (org-export-add-options-to-plist): New function.
761         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
763 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
765         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
766         EXPORT_TITLE.
768         * org-exp.el (org-export-get-title-from-subtree)
769         (org-export-as-ascii, org-export-as-html): Make sure the original
770         region-beginning and region-end are used, even after moving
771         point.
772         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
773         property.
775         * org-remember.el (org-remember-last-stored-marker): New variable.
776         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
777         (org-remember-handler): Also use marker to remember
778         last-stored position.
780         * org.el (org-goto-marker-or-bmk): New function.
782 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
784         * org.el (org-file-properties): Renamed from `org-local-properties'.
785         (org-scan-tags): Take file tags into account.
786         (org-tags-match-list-sublevels): Default changed to t.
788         * org-exp.el (org-export-as-html): Close paragraph after a
789         footnote.
791         * org.el (org-update-parent-todo-statistics): New function.
793         * org-exp.el (org-icalendar-store-UID): New option.
794         (org-icalendar-force-UID): Option removed.
795         (org-print-icalendar-entries): IMplement UIDs.
797 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
799         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
801 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
803         * org-faces.el (org-column): Document how this face is being used
804         and why sometimes the background faces shine through.
806         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
808         * org-publish.el (org-publish-attachment): Create publishing
809         directory if it does not yet exist.
811         * org-table.el (org-calc-default-modes): Change default number
812         format to (float 8).
814         * org.el (org-olpath-completing-read): New function.
815         (org-time-clocksum-format): New option.
816         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
818         * org-clock.el (org-clock-display, org-clock-out)
819         (org-update-mode-line): Use `org-time-clocksum-format'.
821         * org-colview-xemacs.el (org-columns-number-to-string): Use
822         `org-time-clocksum-format'.
824         * org-colview.el (org-columns-number-to-string): Use
825         `org-time-clocksum-format'.
827 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
829         * org-id.el: New file, move from contrib to core.
831         * org-exp.el (org-icalendar-force-UID): New option.
833 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
835         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
836         shifted by one day if theere is a date range without an end
837         time.
839         * org.el (org-try-structure-completion): New function.
841 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
843         * org.el (org-set-font-lock-defaults): Improve fontification of
844         description lists.
845         (org-insert-item): Handle description lists.
846         (org-adaptive-fill-function): Improve auto indentation in
847         description lists.
849         * org-exp.el (org-export-as-html, org-export-preprocess-string):
850         Implement VERSE environment.
851         (org-export-preprocess-string): Implement the COMMENT
852         environment.
854         * org-export-latex.el (org-export-latex-preprocess): Implement
855         VERSE environment.
857 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
859         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
860         option.
862 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
864         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
866         * org.el (org-quote-csv-field): New functions.
868         * org-table.el (org-table-export-default-format): Remove :splice
869         from default format, we get the same effect by not specifying
870         :tstart and :tend.
871         (org-table-export): Improve setup, distinguish better between
872         interactive and non-interactive use, allow specifying the format
873         on the fly, better protection against wrong file names.
874         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
875         and :tend when :splice is omitted.
877 2008-05-09  Bernt Hansen  <bernt@norang.ca>
879         * org-clock.el (org-clock-select-task): Make sure the selection
880         letters are 1-9 and A-Z, no special characters.
882 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
884         * org-exp.el (org-export-htmlize): New group.
885         (org-export-htmlize-output-type)
886         (org-export-htmlize-css-font-prefix): New options.
887         (org-export-htmlize-region-for-paste): New function.
888         (org-export-htmlize-generate-css): New command.
890 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
892         * org/org.el (org-modules, org-format-latex-options):
893         * org/org-archive.el (org-archive-stamp-time)
894         (org-archive-save-context-info):
895         * org/org-faces.el (org-hide):
896         * org/org-irc.el (org-irc-parse-link):
897         * org/org-macs.el (org-call-with-arg, org-autoload):
898         * org/org-mew.el (org-mew-store-link):
899         * org/org-remember.el (org-remember-store-without-prompt)
900         (org-remember-templates): Fix typos in docstrings.
902         * org/org-info.el (org-info-store-link): Remove leftover docstring.
904         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
905         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
906         (org-bbdb-anniv-split): Fix typos in docstrings.
908         * org/org-publish.el (org-publish-project-alist): Doc fixes.
909         (org-publish-use-timestamps-flag): Reflow docstring.
910         (org-publish-files-alist): Fix typos in docstring.
912 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
914         * org.el (org-set-visibility-according-to-property): New function.
915         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
916         and compute the regular expressions, and update font-lock.
917         (org-property-re): Allow a dash in property names.
919         * org-archive.el (org-extract-archive-file): Insert the file name
920         without the path into the format, to allow the location format to
921         contain a subdirectory.
923         * org-agenda.el (org-agenda-post-command-hook): If point is at end
924         of buffer, and the `org-agenda-type' property undefined, use the
925         value from the character before.
927         * org.el (org-add-planning-info): Don't let indentation for
928         would-be timestamp become extra whitespace at the end of headline.
930 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
932         * org.el (org-remove-double-quotes, org-file-contents): New
933         functions.
935         * org-exp.el (org-infile-export-plist): Also parse the
936         contents of #+SETUPFILE files, recursively.
938         * org.el (org-set-regexps-and-options): Also parse the
939         contents of #+SETUPFILE files, recursively.
941         * org-exp.el (org-export-handle-include-files): New function.
942         (org-export-preprocess-string): Call
943         `org-export-handle-include-files'.
945         * org.el (org-delete-property-globally)
946         (org-delete-property, org-set-property): Ignore case during
947         completion.
948         (org-set-property): Use `org-completing-read' instead of
949         `completing-read'.
951         * org.el (org-complete-expand-structure-template): New,
952         experimental function.
953         (org-structure-template-alist): New, experimental option.
954         (org-complete): Call `org-complete-expand-structure-template'.
956 2008-05-06  Bastien Guerry  <bzg@altern.org>
958         * org-export-latex.el (org-export-latex-preprocess): Added
959         support for blockquotes.
961 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
963         * org.el (org-read-date-analyze): Catch the case where only a
964         weekday is given.
966 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
968         * org.el (org-set-font-lock-defaults): Make the description
969         tag bold.
971         * org-exp.el (org-export-as-html, org-close-li): Implement
972         description lists.
974 2008-05-04  Jason Riedy  <jason@acm.org>
976         * org-table.el (*orgtbl-default-fmt*): New variable.
977         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
978         when there is no other fmt available.
980         (orgtbl-to-generic): Allow an explicitly nil :tstart or
981         :tend to suppress the appropriate string.
983         (orgtbl-to-orgtbl): New function for translating to another orgtbl
984         table.
986 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
988         * org.el (org-read-date-analyze): "." as an alias for "+0" in
989         read date.
991         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
992         New function.
994         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
995         New function.
997 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
999         * org-clock.el (org-clock-find-position): Don't include notes
1000         into clock drawer.
1002         * org-archive.el (org-archive-subtree): No longer remove an
1003         extra line after cutting the subtree.  `org-cut-subtree' already
1004         takes care of this.
1006         * org-remember.el (org-remember-handler): Only kill the target
1007         buffer if it does not contain the running clock.
1009         * org.el (org-markers-to-move): New variable.
1010         (org-save-markers-in-region, org-check-and-save-marker)
1011         (org-reinstall-markers-in-region): New function.
1012         (org-move-subtree-down, org-copy-subtree): Remember relative
1013         marker positions before cutting.
1014         (org-move-subtree-down, org-paste-subtree): Restore relative
1015         marker positions after pasting.
1017         * org-remember.el (org-remember-clock-out-on-exit): New option.
1018         (org-remember-finalize): Clock out only if the setting in
1019         `org-remember-clock-out-on-exit' requires it.
1020         (org-remember-handler): Do the cleanup in the buffer, to make sure
1021         that the clock marker remains in tact.
1023 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1025         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1026         (org-clock-in): Make sure that also tasks outside the narrowed
1027         region will be clocked in correctly.
1028         (org-clock-insert-selection-line): Widen the buffer so that we can
1029         find the correct task heading.
1031         * org.el (org-base-buffer): New function.
1033         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1034         and ";" are escaped.
1035         (org-print-icalendar-entries): Also apply
1036         `org-icalendar-cleanup-string' to the headline, not only to the
1037         summary property.
1039 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1041         * org-exp.el (org-export-preprocess-hook): New hook.
1042         (org-export-preprocess-string): Call
1043         `org-export-preprocess-hook'.
1045         * org.el (org-font-lock-hook): New variable.
1046         (org-font-lock-hook): New function.
1047         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1049 ;; Local Variables:
1050 ;; coding: utf-8
1051 ;; add-log-time-zone-rule: t
1052 ;; End:
1054     Copyright (C) 2008  Free Software Foundation, Inc.
1056   This file is part of GNU Emacs.
1058   GNU Emacs is free software: you can redistribute it and/or modify
1059   it under the terms of the GNU General Public License as published by
1060   the Free Software Foundation, either version 3 of the License, or
1061   (at your option) any later version.
1063   GNU Emacs is distributed in the hope that it will be useful,
1064   but WITHOUT ANY WARRANTY; without even the implied warranty of
1065   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1066   GNU General Public License for more details.
1068   You should have received a copy of the GNU General Public License
1069   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1071 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c