Fix bug that could push note into a child.
[org-mode.git] / lisp / ChangeLog
blob6fc043d626da1892dfd416d0e97eb0e63598dd83
1 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3         * org.el (org-add-log-setup): Limit searc for drawers to entry
4         text, not to subtree.
6         * org-clock.el (org-clock-heading-for-remember): New variable.
7         (org-clock-in): Set `org-clock-heading-for-remember'.
9 2008-10-01 James TD Smith  <ahktenzero@mohorovi.cc>
11         * org-remember.el (org-remember-apply-template): Add new
12         expansions: %k, %K for currently clocked task and a link to the
13         currently clocked task, and %< to file notes in the currently
14         clocked task.
16 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
18         * org-colview.el (org-columns-get-format-and-top-level): Remove
19         resetting the marker.
21         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
22         Remove resetting the marker.
24         * org.el (org-entry-property-inherited-from): Improve docstring.
25         (org-entry-get-with-inheritance): Reset marker before starting the
26         search.
28         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
30 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
32         * org.el (org-entry-get-multivalued-property)
33         (org-entry-protect-space, org-entry-restore-space): New
34         functions.
35         (org-file-apps-defaults-macosx): Let postscript files be opened by
36         preview.
37         (org-time-stamp-inactive): Call `org-time-stamp'.
38         (org-time-stamp): New argument `inactive'.  Also edit inacive
39         stamps. Convert time stamp type.
40         (org-open-file): Interpret the `default' value for the `command'
41         in `org-file-apps'.
43         * org-id.el (org-id-int-to-b36-one-digit)
44         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
45         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
46         b36.
48 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
50         * org-id.el (org-id-reverse-string): New function.
51         (org-id-new): Use `org-id-reverse-string' to make sure the
52         beginning chars of the ID are mutating fast.  This allows to use a
53         directory structure to spread things better.
54         (org-id-prefix): Changed default to nil.
56         * org-list.el (org-move-item-down, org-move-item-up): Remember and
57         restore the column of the cursor position.
59         * org-remember.el (org-remember-apply-template): Remove properties
60         from `initial'.
62 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
64         * org-wl.el (org-wl-open): Remove useless call to
65         `wl-thread-open-all'.
67         * org-remember.el (org-remember-handler): Fix bug with `bottom'
68         location.
70 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
72         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
73         `org-bbdb-anniversaries'.
75         * org.el (org-get-next-sibling, org-forward-same-level): New
76         functions, similar to the outline versions, but invisible headings
77         are OK.
79 2008-09-25  Bastien Guerry  <bzg@altern.org>
81         * org.el (org-auto-repeat-maybe): Insert a space between
82         the timestamp's type and the timestamp itself.
84 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
86         * org-table.el (org-table-sum): Do not format the result with %g,
87         it does rounding when there are too many digits.
89         * org.el (org-map-entries): Protect the keyword-selecting variables.
91 2008-09-23  Bastien Guerry  <bzg@altern.org>
93         * org-agenda.el (org-agenda-to-appt): Make sure the function check
94         against all agenda files.
96 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
98         * org-list.el: New file, aggregating list functions from org.el
99         and org-export-latex.el.
101         * org.el (org-edit-src-region-extra): New option.
103 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
105         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
106         time before 1am.
108 2008-09-22  Bastien Guerry  <bzg@altern.org>
110         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
112 2008-09-22  James TA Smith  <ahktenzero@mohorovi.cc>
114         * org-plot.el (org-plot/gnuplot): Make tables starting with a
115         hline work correctly.
116         (org-plot/gnuplot-script): Put commas at the end of each script
117         line.
119 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
121         * org.el (org-get-refile-targets): Replace links with their
122         descriptions
123         (org-imenu-get-tree): Replace links with their descriptions.
125         * org-remember.el (org-remember-apply-template): Add a new
126         expansion for adding properties to remember items.
128         * org.el (org-add-log-setup): Skip over drawers (properties,
129         clocks etc) when adding notes.
131         * org-agenda.el (org-agenda-get-closed): show durations of clocked
132         items as well as the start and end times.
134         * org-compat.el (org-get-x-clipboard-compat): Add a compat
135         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
137         * org-remember.el (org-get-x-clipboard): Use the compat
138         function to get clipboard values when x-selection-value is
139         unavailable. Use substring-no-properties instead of
140         set-text-properties to remove text properties from the clipboard
141         value.
143         * lisp/org-clock.el (org-update-mode-line): Support limiting the
144         modeline clock string, and display the full todo value in the
145         tooltip. Set a local keymap so mouse-3 on the clock string goes to
146         the currently clocked task.
147         (org-clock-string-limit): Add a custom value for the maximum
148         length of the clock string in the modeline.
149         (org-clock-mode-map): Add a keymap for the modeline string
151 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
153         * org-compat.el (org-propertize): New function.
155 2008-09-20  Bastien Guerry  <bzg@altern.org>
157         * org-export-latex.el (org-export-latex-tables): protect exported
158         tables from further special chars conversion.
159         (org-export-latex-preprocess): Preserve LaTeX environments.
160         (org-list-parse-list): Parse descriptive lists.
161         (org-list-to-generic, org-list-to-latex, org-list-to-html)
162         (org-list-to-texinfo): Export descriptive lists.
163         (org-quote-chars): Remove.
164         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
165         (org-export-latex-list-beginning-re): Rename to
166         `org-list-beginning-re'
167         (org-list-item-begin): Rename to `org-list-item-beginning'
169 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
171         * org.el (org-refile): Allow refiling to the last entry in the
172         buffer.
173         (org-get-tags-at): Fix bug when inheritance is turned off.
175 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
177         * org.el (org-indent-line-function): No longer check for src
178         regions, this is too much overhead.
180         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
181         matching.
183         * org.el (org-scan-tags): Make sure that tags matching is not case
184         sensitive.  TODO keyword matching is case sensitive, however, to
185         avoid confusion with similar words that are not meant to be
186         keywords.
188 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
190         * org.el (org-get-local-tags-at): New function.
191         (org-get-local-tags): New function.
193         * org-exp.el (org-export-get-categories): New function.
195         * org-agenda.el (org-sorting-choice)
196         (org-agenda-sorting-strategy, org-agenda-get-todos)
197         (org-agenda-get-timestamps, org-agenda-get-deadlines)
198         (org-agenda-get-scheduled, org-agenda-get-blocks)
199         (org-entries-lessp): Implement sorting by TODO state.
200         (org-cmp-todo-state): New defsubst.
202         * org-colview.el (org-colview-construct-allowed-dates): New
203         function.
204         (org-columns-next-allowed-value): Use
205         `org-colview-construct-allowed-dates'.
207         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
208         function.
209         (org-columns-next-allowed-value): Use
210         `org-colview-construct-allowed-dates'.
212 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
214         * org.el (org-protect-slash): New function.
215         (org-get-refile-targets): Use `org-protect-slash'.
217         * org-agenda.el (org-global-tags-completion-table): New variable.
219         * org-exp.el (org-export-handle-export-tags): New function.
220         (org-export-preprocess-string): Call
221         `org-export-handle-export-tags'.
223         * org-plot.el: New file.
225         * org-publish.el (org-publish-expand-components): Function removed.
226         (org-publish-expand-projects): Allow components to have components.
228 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
230         * org.el (org-indent-line-function): Do not indent in regions that
231         are external source code.
232         (org-yank-and-fold-if-subtree): New function.
234         * org-agenda.el (org-agenda-todayp): New function.
235         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
236         `org-agenda-todayp'.
238         * org.el (org-insert-heading-respect-content)
239         (org-insert-todo-heading-respect-content): New commands.
240         (org-insert-heading-respect-content): New option.
241         (org-insert-heading): Respect `org-insert-heading-respect-content'.
243         * org-clock.el (org-clock-find-position): Make sure the note after
244         the clock line gets moved into the new clock drawer.
246 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
248         * org-id.el (org-id-new): New option.
250 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
252         * org-table.el (org-table-copy-down): Avoid overflow during
253         increment.  Use prefix argument 0 to temporarily disable the
254         increment.
256 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
258         * org-exp.el (org-export-as-html): Do not turn on the major mode
259         if the buffer will be killed anyway.
260         (org-get-current-options): Exclude the #+TEXT field.
261         (org-export-as-html): Make sure text before the first headline is
262         a paragraph.
264         * org-publish.el (org-publish-org-to): Tell the exporter that this
265         buffer will be killed, so it is not necessary to do major mode
266         initialization.
268         * org-archive.el (org-archive-to-archive-sibling): Show empty
269         lines after folding the archive sibling.
271         * org.el (org-log-note-extra): New variable.
273 2008-09-05  Bastien Guerry  <bzg@altern.org>
275         * org.el (org-additional-option-like-keywords): Added keywords for
276         the _QUOTE, _VERSE and _SRC environments.
278         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
279         exporting _QUOTE and _VERSE environments.
281 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
283         * org-agenda.el (org-agenda-filter-by-tag): New command.
285         * org-exp.el (org-get-current-options): Remove angular brackets
286         from the date entry.
288         * org.el (org-edit-fixed-width-region): New function.
289         (org-edit-fixed-width-region): Also try
290         `org-edit-fixed-width-region'.
291         (org-edit-fixed-width-region-mode): New option.
292         (org-activate-code): Only interprete lines starting with colon
293         plus a space as example lines.
295         * org-remember.el (org-remember-templates): Add nil instead of
296         empty strings to fix the length of remember templates.
298         * org-table.el (org-calc-default-modes): Fix the time format for
299         calc, from 12 hour to 24 hour clock.
301 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
303         * org-agenda.el (org-agenda-get-deadlines)
304         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
305         entries that are pre-warnings of deadlines or reminders.
307         * org.el (org-sort-entries-or-items): Make numeric and alpha
308         comparisons ignore any TODO keyword and priority cookie.
310         * org-remember.el (org-remember-handler): Reinterpretation of the
311         prefix argument.
313 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
315         * org-agenda.el (org-agenda-get-scheduled): Use new
316         `org-scheduled' face.
318         * org-faces.el (org-scheduled): New face.
320         * org-wl.el (org-wl-open): Remove incorrect declaration.
322         * org-gnus.el (org-gnus-store-link): Support for :to information
323         in gnus links.
325         * org-exp.el (org-export-as-html): Fixed typo in creator
326         information.
327         (org-export-protect-examples): New parameter indent.  Insert extra
328         spaces only when this parameter is specified.
329         (org-export-preprocess-string): Call `org-export-protect-examples'
330         with an indentation parameter when exporting to ASCII.
332         * org-remember.el (org-remember-templates)
333         (org-remember-apply-template): Allow the file component to be a
334         function.
336         * org.el (org-goto-local-search-headings): Renamed from
337         `org-goto-local-search-forward-headings'.  Added the possibility
338         to search backwards.
340 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
342         * org-export-latex.el (org-export-latex): New customization
343         group.
345         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
347 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
349         * org-exp.el (org-html-do-expand): Allow {} to terminate
350         tex macro
352 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
354         * org.el (org-buffer-list): Select buffers based on major mode,
355         not on file name.
357 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
359         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
360         face property.
362         * org-colview.el (org-columns-display-here): Use
363         `org-columns-modify-value-for-display-function'.
365         * org-colview-xemacs.el (org-columns-display-here): Use
366         `org-columns-modify-value-for-display-function'.
368 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
370         * org.el (org-columns-modify-value-for-display-function): New option.
382         * org-publish.el (org-publish-file): Make sure the directory match
383         for the publishing directory works correctly.
385         * org-agenda.el (org-agenda-execute-calendar-command)
386         (org-agenda-diary-entry): Additional optional argument.
388 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
390         * org-exp.el (org-export-as-html): Add attributes also in mailto
391         and ftp links.
393         * org.el (org-autoload): Add `org-dblock-write:columnview'.
402 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
404         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
405         sure that calls from `org-export-region-as-html' do not do the
406         special check for a subtree.
408 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
410         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
412 2008-07-20  Juri Linkov  <juri@jurta.org>
414         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
415         new keymap `narrow-map' instead of binding "\C-xns".
417 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
419         * org.el (org-open-file): Use
420         `org-open-directory-means-index-dot-org'.
421         (org-open-directory-means-index-dot-org): New option.
423 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
425         * org.el (org-make-link-string): Remove link attributes from
426         description.
427         (org-open-at-point): Remove link attributes bevore using the path.
429         * org-exp.el (org-export-as-html): Handle link attributes.
431         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
433         * org-table.el (org-table-to-lisp): New function.
435         * org.el (org-narrow-to-subtree): Do not include the final newline
436         into the narrowed region.
438         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
439         bug with user-define skipping condition.
441 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
443         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
445 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
447         * org-exp.el (org-export-html-style-default): Automatic overflow
448         handling for pre fields.
449         (org-export-as-ascii, org-export-as-html): Change default format
450         for time stamp.
452         * org-table.el (org-table-export): Offer completion for translator
453         functions, and do not require a heading above the table.
455         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
456         Cater for the case of a list starting in the first line of the
457         buffer.
459 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
461         * org-publish.el (org-publish-find-title): Bug fix.
462         (org-publish-org-index): Implement new :index-style option.
464 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
466         * org-publish.el (org-publish-timestamp-filename): Use
467         SHA1-encoded file names in the timestamp directory.
469 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
471         * org-publish.el (org-publish-needed-p): Be verbose about files
472         published and files skipped.
474         * org-exp.el (org-export-preprocess-string): Swap link
475         normalization and inernal link targeting.
477         * org-publish.el (org-publish-needed-p): Create timestamp
478         directory when it does not exist.
480 2008-07-04  Bastien Guerry  <bzg@altern.org>
482         * org-clock.el (org-clock-out-when-done): Doc fix.
484         * org.el (org-agenda-skip-unavailable-files): Doc fix.
486         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
487         Ignore case when searching for the COMMENT cookie at export time.
489 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
491         * org-exp.el (org-get-file-contents)
492         (org-get-and-remove-property): New functions.
493         (org-export-handle-include-files): Handle the new prefix options.
494         (org-export-as-html): Fix the verse environment.
496 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
498         * org.el (org-time=, org-time<, org-time<=, org-time>)
499         (org-time>=, org-time<>, org-2ft): New functions.
500         (org-op-to-function): Also provide for the time testing fucntions.
502 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
504         * org-exp.el (org-export-html-style-default): New constant.
506 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
508         * org-exp.el (org-export-html-style-extra): New variable.
509         (org-export-splice-style): New function.
511 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
513         * org-exp.el (org-export-plist-vars, org-export-as-html):
514         Implement `org-export-creator-info'.
515         (org-export-creator-info): New option.
517 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
519         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
520         (org-property-drawer-re, org-clock-drawer-re): New constants.
522 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
524         * org-exp.el (org-icalendar-use-deadline)
525         (org-icalendar-use-scheduled): New options.
526         (org-icalendar-include-todo): Default changed to t.
527         (org-print-icalendar-entries): Implement better utilization of
528         scheduling and deadline time stamps.
529         (org-export-target-internal-links, org-export-as-html): Allow file
530         lines without the "file:" prefix if the file path is an absolute
531         path or starts with ".".
533         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
534         lastweek etc.
535         (org-clock-special-range): Also undertand yesterday, lastweek etc.
537 2008-06-18  Glenn Morris  <rgm@gnu.org>
538         * org.el (org-map-entries): Let-bind `file'.
540 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
542         * org.el (org-agenda-skip-archived-trees): Docstring now
543         discourages using this.
544         (org-scan-tags): Check for org-agenda-archives-mode.
545         (org-map-entries): Make sure org-agenda-archives-mode is nil.
546         (org-agenda-files): Functionality of second arg changed.
548         * org-agenda.el (org-agenda-archives-mode): New variable
549         (org-write-agenda, org-prepare-agenda, org-agenda-list)
550         (org-search-view, org-todo-list, org-tags-view)
551         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
552         `ifmode' argument.
553         (org-agenda-quit): Reset the archives mode.
554         (org-agenda-archives-mode): New command.
555         (org-agenda-set-mode-name): Include archives info.
557 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
559         * org.el (org-paste-subtree): Make sure the yanked headline is
560         visible if it was yanked at a visible point.
561         (org-move-item-up): Fix the bug with moving white space at the end
562         of the item.
563         (org-show-empty-lines-in-parent): New function.
565 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
567         * org-colview.el (org-columns-next-allowed-value): Bug fix.
569         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
571         * org-agenda.el (org-agenda-get-closed): Get the end time into the
572         agenda prefix as well.
574         * org-publish.el (org-publish-org-index): Make a properly indented
575         list.
577         * org.el (org-calendar-agenda-action-key): New option.
578         (org-get-cursor-date): New function.
579         (org-mark-entry-for-agenda-action): New command.
580         (org-overriding-default-time): New variable.
581         (org-read-date): Respect `org-overriding-default-time'.
583         * org-remember.el (org-remember-apply-template): Respect the
584         ovverriding default time.
586         * org-agenda.el (org-agenda-action-marker): New variable.
587         (org-agenda-action): New command.
588         (org-agenda-do-action): New function.
590 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
592         * org.el (org-schedule, org-deadline): Protect scheduled and
593         deadline tasks against changes that accidently remove the
594         repeater.  Also show a message with the new date when done.
596 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
598         * org.el (org-beginning-of-line): Cater for the case when there
599         are tags but no headline text.
600         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
601         it set.
603 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
605         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
606         the return value is nil instead of "nil" when there is no match.
608         * org-exp.el (org-insert-centered): Use fill-column instead of
609         80.
610         (org-export-as-ascii): Use string-width to measure the width of
611         the heading.
613         * org.el (org-diary-to-ical-string): No longer kill buffer
614         FROMBUF, this is now done by the caller.
616         * org-exp.el (org-print-icalendar-entries): Move the call to
617         `org-diary-to-ical-string' out of the loop, and kill the buffer
618         afterwords.
620         * org-remember.el (org-remember-visit-immediately): Position
621         cursor after moving to the note.
622         (org-remember-apply-template): Use a text property to record the
623         cursor position.
624         (org-remember-handler): Align tags after pasting the note.
626 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
628         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
630         * org-agenda.el (org-agenda-open-link): If there is an
631         org-bbdb-name property in the current line, jump to that bbdb
632         entry.
634         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
635         text property, so that the agenda knows where this entry comes
636         from.
638         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
639         interaction between clocking-in from the agenda, and  automatic
640         task state switching.
642         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
644         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
645         zmacs-region stays after this command in XEmacs.
647 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
649         * org.el (org-scan-tags): Allow new values for ACTION parameter.
651         * org-remember.el (org-remember-templates): Fix bug in
652         customization type definition.
654         * org.el (org-map-entries): New function.
656 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
658         * org-agenda.el (org-agenda-skip-comment-trees): New option.
659         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
661 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
663         * org-remember.el (org-jump-to-target-location): New variable.
664         (org-remember-apply-template): Set
665         `org-remember-apply-template' if requested by template.
666         (org-remember-handler): Start an idle timer to jump to
667         remember location.
669         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
671         * org.el (org-set-regexps-and-options): Fix bug with parsing of
672         file tags.
673         (org-get-tags-at): Add the content of `org-file-tags'.
675         * org-exp.el (org-export-handle-comments): Fix bug with several
676         comment lines after each other.
677         (org-number-to-roman, org-number-to-counter): New functions.
678         (org-export-section-number-format): New option.
680 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
682         * org-exp.el (org-export-protect-examples): Catch the case of a
683         missing end_example line.
685         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
686         `org-file-tags' to nil.
688         * org-colview.el (org-columns-next-allowed-value): Handle next
689         argument NTH to directly select a value.
691         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
692         argument NTH to directly select a value.
694 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
696         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
698 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
700         * org.el (org-columns-ellipses): New option.
702 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
704         * org-colview.el (org-columns-add-ellipses): New function.
705         (org-columns-compact-links): New function.
706         (org-columns-cleanup-item): Call `org-columns-compact-links'.
707         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
708         when in agenda.
709         (org-columns-edit-value): Fixed bug with editing values from
710         agenda column view.
711         (org-columns-redo): Also redo the agenda itself.
713 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
715         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
716         option.
718         * org-colview.el (org-agenda-columns-cleanup-item): New function.
720         * org-exp.el (org-export-ascii-preprocess): Renamed from
721         `org-export-ascii-clean-string'.
722         (org-export-kill-licensed-text)
723         (org-export-define-heading-targets)
724         (org-export-handle-invisible-targets)
725         (org-export-target-internal-links)
726         (org-export-remove-or-extract-drawers)
727         (org-export-remove-archived-trees)
728         (org-export-protect-quoted-subtrees)
729         (org-export-protect-verbatim, org-export-protect-examples)
730         (org-export-select-backend-specific-text)
731         (org-export-mark-blockquote-and-verse)
732         (org-export-remove-comment-blocks-and-subtrees)
733         (org-export-handle-comments, org-export-mark-radio-links)
734         (org-export-remove-special-table-lines)
735         (org-export-normalize-links)
736         (org-export-concatenate-multiline-links)
737         (org-export-concatenate-multiline-emphasis): New functions,
738         obtained from spliiting the export preprocessor.
740         * org-table.el (org-table-recalculate): Improve error message if
741         the row number is invalid.
743 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
745         * org-archive.el (org-archive-save-context-info): Fix bugs in
746         customization setup and docstring.
748         * org-exp.el (org-export-html-style): Changed the size of in the
749         <pre> element to 90%.
751 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
753         * org.el (org-find-src-example-start): Function removed.
754         (org-edit-src-find-region-and-lang): New function.
756 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
758         * org.el (org-edit-src-exit): New function.
759         (org-exit-edit-mode): New minor mode.
761         * org-exp.el (org-export-preprocess-string): Fix bug with removing
762         comment-like lines from protected examples.
764         * org.el (org-edit-src-example, org-find-src-example-start)
765         (org-protect-source-example, org-edit-special): New functions.
767 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
769         * org-publish.el (org-publish-project-alist): Fix typo in
770         docstring.
771         (org-publish-project-alist): Handle :index-title property.
773 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
775         * org-export-latex.el (org-export-as-latex): Make sure region
776         bounds are correct.  Parse subtree properties relating to export.
778         * org-exp.el (org-export-add-options-to-plist): New function.
779         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
781 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
783         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
784         EXPORT_TITLE.
786         * org-exp.el (org-export-get-title-from-subtree)
787         (org-export-as-ascii, org-export-as-html): Make sure the original
788         region-beginning and region-end are used, even after moving
789         point.
790         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
791         property.
793         * org-remember.el (org-remember-last-stored-marker): New variable.
794         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
795         (org-remember-handler): Also use marker to remember
796         last-stored position.
798         * org.el (org-goto-marker-or-bmk): New function.
800 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
802         * org.el (org-file-properties): Renamed from `org-local-properties'.
803         (org-scan-tags): Take file tags into account.
804         (org-tags-match-list-sublevels): Default changed to t.
806         * org-exp.el (org-export-as-html): Close paragraph after a
807         footnote.
809         * org.el (org-update-parent-todo-statistics): New function.
811         * org-exp.el (org-icalendar-store-UID): New option.
812         (org-icalendar-force-UID): Option removed.
813         (org-print-icalendar-entries): IMplement UIDs.
815 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
817         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
819 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
821         * org-faces.el (org-column): Document how this face is being used
822         and why sometimes the background faces shine through.
824         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
826         * org-publish.el (org-publish-attachment): Create publishing
827         directory if it does not yet exist.
829         * org-table.el (org-calc-default-modes): Change default number
830         format to (float 8).
832         * org.el (org-olpath-completing-read): New function.
833         (org-time-clocksum-format): New option.
834         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
836         * org-clock.el (org-clock-display, org-clock-out)
837         (org-update-mode-line): Use `org-time-clocksum-format'.
839         * org-colview-xemacs.el (org-columns-number-to-string): Use
840         `org-time-clocksum-format'.
842         * org-colview.el (org-columns-number-to-string): Use
843         `org-time-clocksum-format'.
845 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
847         * org-id.el: New file, move from contrib to core.
849         * org-exp.el (org-icalendar-force-UID): New option.
851 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
853         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
854         shifted by one day if theere is a date range without an end
855         time.
857         * org.el (org-try-structure-completion): New function.
859 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
861         * org.el (org-set-font-lock-defaults): Improve fontification of
862         description lists.
863         (org-insert-item): Handle description lists.
864         (org-adaptive-fill-function): Improve auto indentation in
865         description lists.
867         * org-exp.el (org-export-as-html, org-export-preprocess-string):
868         Implement VERSE environment.
869         (org-export-preprocess-string): Implement the COMMENT
870         environment.
872         * org-export-latex.el (org-export-latex-preprocess): Implement
873         VERSE environment.
875 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
877         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
878         option.
880 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
882         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
884         * org.el (org-quote-csv-field): New functions.
886         * org-table.el (org-table-export-default-format): Remove :splice
887         from default format, we get the same effect by not specifying
888         :tstart and :tend.
889         (org-table-export): Improve setup, distinguish better between
890         interactive and non-interactive use, allow specifying the format
891         on the fly, better protection against wrong file names.
892         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
893         and :tend when :splice is omitted.
895 2008-05-09  Bernt Hansen  <bernt@norang.ca>
897         * org-clock.el (org-clock-select-task): Make sure the selection
898         letters are 1-9 and A-Z, no special characters.
900 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
902         * org-exp.el (org-export-htmlize): New group.
903         (org-export-htmlize-output-type)
904         (org-export-htmlize-css-font-prefix): New options.
905         (org-export-htmlize-region-for-paste): New function.
906         (org-export-htmlize-generate-css): New command.
908 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
910         * org/org.el (org-modules, org-format-latex-options):
911         * org/org-archive.el (org-archive-stamp-time)
912         (org-archive-save-context-info):
913         * org/org-faces.el (org-hide):
914         * org/org-irc.el (org-irc-parse-link):
915         * org/org-macs.el (org-call-with-arg, org-autoload):
916         * org/org-mew.el (org-mew-store-link):
917         * org/org-remember.el (org-remember-store-without-prompt)
918         (org-remember-templates): Fix typos in docstrings.
920         * org/org-info.el (org-info-store-link): Remove leftover docstring.
922         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
923         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
924         (org-bbdb-anniv-split): Fix typos in docstrings.
926         * org/org-publish.el (org-publish-project-alist): Doc fixes.
927         (org-publish-use-timestamps-flag): Reflow docstring.
928         (org-publish-files-alist): Fix typos in docstring.
930 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
932         * org.el (org-set-visibility-according-to-property): New function.
933         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
934         and compute the regular expressions, and update font-lock.
935         (org-property-re): Allow a dash in property names.
937         * org-archive.el (org-extract-archive-file): Insert the file name
938         without the path into the format, to allow the location format to
939         contain a subdirectory.
941         * org-agenda.el (org-agenda-post-command-hook): If point is at end
942         of buffer, and the `org-agenda-type' property undefined, use the
943         value from the character before.
945         * org.el (org-add-planning-info): Don't let indentation for
946         would-be timestamp become extra whitespace at the end of headline.
948 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
950         * org.el (org-remove-double-quotes, org-file-contents): New
951         functions.
953         * org-exp.el (org-infile-export-plist): Also parse the
954         contents of #+SETUPFILE files, recursively.
956         * org.el (org-set-regexps-and-options): Also parse the
957         contents of #+SETUPFILE files, recursively.
959         * org-exp.el (org-export-handle-include-files): New function.
960         (org-export-preprocess-string): Call
961         `org-export-handle-include-files'.
963         * org.el (org-delete-property-globally)
964         (org-delete-property, org-set-property): Ignore case during
965         completion.
966         (org-set-property): Use `org-completing-read' instead of
967         `completing-read'.
969         * org.el (org-complete-expand-structure-template): New,
970         experimental function.
971         (org-structure-template-alist): New, experimental option.
972         (org-complete): Call `org-complete-expand-structure-template'.
974 2008-05-06  Bastien Guerry  <bzg@altern.org>
976         * org-export-latex.el (org-export-latex-preprocess): Added
977         support for blockquotes.
979 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
981         * org.el (org-read-date-analyze): Catch the case where only a
982         weekday is given.
984 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
986         * org.el (org-set-font-lock-defaults): Make the description
987         tag bold.
989         * org-exp.el (org-export-as-html, org-close-li): Implement
990         description lists.
992 2008-05-04  Jason Riedy  <jason@acm.org>
994         * org-table.el (*orgtbl-default-fmt*): New variable.
995         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
996         when there is no other fmt available.
998         (orgtbl-to-generic): Allow an explicitly nil :tstart or
999         :tend to suppress the appropriate string.
1001         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1002         table.
1004 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1006         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1007         read date.
1009         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1010         New function.
1012         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1013         New function.
1015 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1017         * org-clock.el (org-clock-find-position): Don't include notes
1018         into clock drawer.
1020         * org-archive.el (org-archive-subtree): No longer remove an
1021         extra line after cutting the subtree.  `org-cut-subtree' already
1022         takes care of this.
1024         * org-remember.el (org-remember-handler): Only kill the target
1025         buffer if it does not contain the running clock.
1027         * org.el (org-markers-to-move): New variable.
1028         (org-save-markers-in-region, org-check-and-save-marker)
1029         (org-reinstall-markers-in-region): New function.
1030         (org-move-subtree-down, org-copy-subtree): Remember relative
1031         marker positions before cutting.
1032         (org-move-subtree-down, org-paste-subtree): Restore relative
1033         marker positions after pasting.
1035         * org-remember.el (org-remember-clock-out-on-exit): New option.
1036         (org-remember-finalize): Clock out only if the setting in
1037         `org-remember-clock-out-on-exit' requires it.
1038         (org-remember-handler): Do the cleanup in the buffer, to make sure
1039         that the clock marker remains in tact.
1041 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1043         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1044         (org-clock-in): Make sure that also tasks outside the narrowed
1045         region will be clocked in correctly.
1046         (org-clock-insert-selection-line): Widen the buffer so that we can
1047         find the correct task heading.
1049         * org.el (org-base-buffer): New function.
1051         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1052         and ";" are escaped.
1053         (org-print-icalendar-entries): Also apply
1054         `org-icalendar-cleanup-string' to the headline, not only to the
1055         summary property.
1057 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1059         * org-exp.el (org-export-preprocess-hook): New hook.
1060         (org-export-preprocess-string): Call
1061         `org-export-preprocess-hook'.
1063         * org.el (org-font-lock-hook): New variable.
1064         (org-font-lock-hook): New function.
1065         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1067 ;; Local Variables:
1068 ;; coding: utf-8
1069 ;; add-log-time-zone-rule: t
1070 ;; End:
1072     Copyright (C) 2008  Free Software Foundation, Inc.
1074   This file is part of GNU Emacs.
1076   GNU Emacs is free software: you can redistribute it and/or modify
1077   it under the terms of the GNU General Public License as published by
1078   the Free Software Foundation, either version 3 of the License, or
1079   (at your option) any later version.
1081   GNU Emacs is distributed in the hope that it will be useful,
1082   but WITHOUT ANY WARRANTY; without even the implied warranty of
1083   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1084   GNU General Public License for more details.
1086   You should have received a copy of the GNU General Public License
1087   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1089 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c