Modify behavior at headling insertion.
[org-mode.git] / lisp / ChangeLog
blob65062fc2522bcc56693c5b3937cf81d1d7daabfd
1 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3         * org.el (org-insert-heading-respect-content): Force heading
4         creation.
5         (org-insert-heading): keep the folding state of the heading before
6         the inserted one.
8 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
10         * org-archive.el (org-archive-to-archive-sibling): Handle top
11         level headlines better.
13 2008-10-21  Bastien Guerry  <bzg@altern.org>
15         * org-export-latex.el (org-export-latex-classes): Added
16         \usepackage{graphicx} to the default list of packages.
18 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
20         * org-agenda.el (org-agenda-filter): Renamed from
21         `org-agenda-filter-tags'.
23 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
25         * org.el (org-entry-properties): Add CATEGORY property, iven if it
26         is not defined as a property in this entry.
27         (org-add-log-note): Mask prefix argument when immediately storing
28         the note.
30         * org-agenda.el (org-agenda-filter-effort-default-operator): New
31         option.
33 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
35         * org.el (org-add-log-setup): Bugfix; code to find insertion point
36         after drawers was skipping ahead one line too many, so notes were
37         inserted after the first note instead of before it.
39 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
41         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
42         New variables.
43         (org-prepare-agenda): Reset the filter tags.
44         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
45         Show filter tags in mode line.
47         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
48         formatter.
50         * org-export-latex.el (org-latex-entities-regexp): New constant.
51         (org-export-as-pdf): Use two calls to `shell-command'.
53 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
55         * org-export-latex.el (org-export-latex-treat-sub-super-char):
56         Honor the {} value of the subsuperscript setting.  Make sure that
57         longer subsuperscripts are typeset in a roman font.
59         * org.el (org-clock-update-time-maybe): Compute negative clock
60         intervals correctly.
62 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
64         * org.el (org-add-log-setup): Only skip drawers if the are
65         immediately after the scheduling keywords.
67         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
68         function
69         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
70         call it with the current todo state to get the state to switch to
71         when clocking in.
72         (org-clock-in): Use org-indent-line-function to indent clock lines.
73         (org-clock-find-position): Fix indentation of empty clock drawers.
75 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
77         * org.el (org-add-log-setup): Respect
78         `org-log-state-notes-insert-after-drawers'.
79         (org-log-state-notes-insert-after-drawers): New option.
80         (org-todo-trigger-tag-changes): New function.
81         (org-todo): Call `org-todo-trigger-tag-changes'.
83 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
85         * org-publish.el (org-publish-org-to): Handle case when
86         org-export-to-pdf does return a file name, not a buffer.
87         (org-publish-org-to-pdf): New function.
89         * org-export-latex.el (org-export-as-pdf)
90         (org-export-as-pdf-and-open): New commands.
92         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
93         forms as ranges.
95         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
96         things in protexted regions.
98 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
100         * org-export-latex.el (org-export-latex-preprocess): Improve
101         quoting of LaTeX environments.
103 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
105         * org.el (org-edit-fixed-width-region): Exclude final newline from
106         picture area.
108         * org-export-latex.el (org-export-latex-subcontent): Add labels to
109         sections, to make internal links work.
110         (org-export-latex-fontify-headline): Do not remove all text
111         properties, to make sure that target properties survive this
112         process.
114         * org-exp.el (org-export-preprocess-string): Change sequence of
115         modifications, to make sure links are prepared before the LaTeX
116         conversions do happen.
118 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
120         * org-attach.el (org-attach-delete-all): Renamed from
121         `org-attch-delete'.  Add a security query before deleting the
122         entire directory.  New optional argument FORCE can overrule the
123         security query.
124         (org-attach-delete-one): New command.
126 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
128         * org-attach.el (org-attach-file-list): Fix bug with directory.
130 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
132         * org.el (org-apps-regexp-alist): New function.
133         (org-file-apps): Add auto-mode to the default value.
134         (org-open-file): Use the new structure of org-file-apps.
136         * org-attach.el (org-attach): Support the new keys.
137         (org-attach-method): New option.
139 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
141         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
142         March.
144         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
145         of the list value o `org-use-tag-inheritance'.
147         * org-attach.el (org-attach-auto-tag): New option.
148         (org-attach-tag, org-attach-untag): New functions.
149         (org-attach-attach, org-attach-new, org-attach-sync): Call
150         `org-attach-tag'.
151         (org-attach-delete): Call `org-attach-untag'.
153 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
155         * org-table.el (orgtbl-self-insert-command): Make this work for
156         the keypad as well.
158 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
160         * org.el (org-add-log-setup): Limit searc for drawers to entry
161         text, not to subtree.
163         * org-clock.el (org-clock-heading-for-remember): New variable.
164         (org-clock-in): Set `org-clock-heading-for-remember'.
166 2008-10-01 James TD Smith  <ahktenzero@mohorovi.cc>
168         * org-remember.el (org-remember-apply-template): Add new
169         expansions: %k, %K for currently clocked task and a link to the
170         currently clocked task, and %< to file notes in the currently
171         clocked task.
173 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
175         * org-export-latex.el (org-export-latex-make-header): Also insert
176         the content of the property :latex-header-extra.
178         * org-exp.el (org-infile-export-plist): Put the content of
179         #+LATEX_HEADER: into the property :latex-header-extra.
181         * org-colview.el (org-columns-get-format-and-top-level): Remove
182         resetting the marker.
184         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
185         Remove resetting the marker.
187         * org.el (org-entry-property-inherited-from): Improve docstring.
188         (org-entry-get-with-inheritance): Reset marker before starting the
189         search.
191         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
193 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
195         * org.el (org-entry-get-multivalued-property)
196         (org-entry-protect-space, org-entry-restore-space): New
197         functions.
198         (org-file-apps-defaults-macosx): Let postscript files be opened by
199         preview.
200         (org-time-stamp-inactive): Call `org-time-stamp'.
201         (org-time-stamp): New argument `inactive'.  Also edit inacive
202         stamps. Convert time stamp type.
203         (org-open-file): Interpret the `default' value for the `command'
204         in `org-file-apps'.
206         * org-id.el (org-id-int-to-b36-one-digit)
207         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
208         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
209         b36.
211 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
213         * org-id.el (org-id-reverse-string): New function.
214         (org-id-new): Use `org-id-reverse-string' to make sure the
215         beginning chars of the ID are mutating fast.  This allows to use a
216         directory structure to spread things better.
217         (org-id-prefix): Changed default to nil.
219         * org-list.el (org-move-item-down, org-move-item-up): Remember and
220         restore the column of the cursor position.
222         * org-remember.el (org-remember-apply-template): Remove properties
223         from `initial'.
225 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
227         * org-wl.el (org-wl-open): Remove useless call to
228         `wl-thread-open-all'.
230         * org-remember.el (org-remember-handler): Fix bug with `bottom'
231         location.
233 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
235         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
236         `org-bbdb-anniversaries'.
238         * org.el (org-get-next-sibling, org-forward-same-level): New
239         functions, similar to the outline versions, but invisible headings
240         are OK.
242 2008-09-25  Bastien Guerry  <bzg@altern.org>
244         * org.el (org-auto-repeat-maybe): Insert a space between
245         the timestamp's type and the timestamp itself.
247 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
249         * org-table.el (org-table-sum): Do not format the result with %g,
250         it does rounding when there are too many digits.
252         * org.el (org-map-entries): Protect the keyword-selecting variables.
254 2008-09-23  Bastien Guerry  <bzg@altern.org>
256         * org-agenda.el (org-agenda-to-appt): Make sure the function check
257         against all agenda files.
259 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
261         * org-list.el: New file, aggregating list functions from org.el
262         and org-export-latex.el.
264         * org.el (org-edit-src-region-extra): New option.
266 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
268         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
269         time before 1am.
271 2008-09-22  Bastien Guerry  <bzg@altern.org>
273         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
275 2008-09-22  James TA Smith  <ahktenzero@mohorovi.cc>
277         * org-plot.el (org-plot/gnuplot): Make tables starting with a
278         hline work correctly.
279         (org-plot/gnuplot-script): Put commas at the end of each script
280         line.
282 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
284         * org.el (org-get-refile-targets): Replace links with their
285         descriptions
286         (org-imenu-get-tree): Replace links with their descriptions.
288         * org-remember.el (org-remember-apply-template): Add a new
289         expansion for adding properties to remember items.
291         * org.el (org-add-log-setup): Skip over drawers (properties,
292         clocks etc) when adding notes.
294         * org-agenda.el (org-agenda-get-closed): show durations of clocked
295         items as well as the start and end times.
297         * org-compat.el (org-get-x-clipboard-compat): Add a compat
298         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
300         * org-remember.el (org-get-x-clipboard): Use the compat
301         function to get clipboard values when x-selection-value is
302         unavailable. Use substring-no-properties instead of
303         set-text-properties to remove text properties from the clipboard
304         value.
306         * lisp/org-clock.el (org-update-mode-line): Support limiting the
307         modeline clock string, and display the full todo value in the
308         tooltip. Set a local keymap so mouse-3 on the clock string goes to
309         the currently clocked task.
310         (org-clock-string-limit): Add a custom value for the maximum
311         length of the clock string in the modeline.
312         (org-clock-mode-map): Add a keymap for the modeline string
314 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
316         * org-compat.el (org-propertize): New function.
318 2008-09-20  Bastien Guerry  <bzg@altern.org>
320         * org-export-latex.el (org-export-latex-tables): protect exported
321         tables from further special chars conversion.
322         (org-export-latex-preprocess): Preserve LaTeX environments.
323         (org-list-parse-list): Parse descriptive lists.
324         (org-list-to-generic, org-list-to-latex, org-list-to-html)
325         (org-list-to-texinfo): Export descriptive lists.
326         (org-quote-chars): Remove.
327         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
328         (org-export-latex-list-beginning-re): Rename to
329         `org-list-beginning-re'
330         (org-list-item-begin): Rename to `org-list-item-beginning'
332 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
334         * org.el (org-refile): Allow refiling to the last entry in the
335         buffer.
336         (org-get-tags-at): Fix bug when inheritance is turned off.
338 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
340         * org.el (org-indent-line-function): No longer check for src
341         regions, this is too much overhead.
343         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
344         matching.
346         * org.el (org-scan-tags): Make sure that tags matching is not case
347         sensitive.  TODO keyword matching is case sensitive, however, to
348         avoid confusion with similar words that are not meant to be
349         keywords.
351 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
353         * org.el (org-get-local-tags-at): New function.
354         (org-get-local-tags): New function.
356         * org-exp.el (org-export-get-categories): New function.
358         * org-agenda.el (org-sorting-choice)
359         (org-agenda-sorting-strategy, org-agenda-get-todos)
360         (org-agenda-get-timestamps, org-agenda-get-deadlines)
361         (org-agenda-get-scheduled, org-agenda-get-blocks)
362         (org-entries-lessp): Implement sorting by TODO state.
363         (org-cmp-todo-state): New defsubst.
365         * org-colview.el (org-colview-construct-allowed-dates): New
366         function.
367         (org-columns-next-allowed-value): Use
368         `org-colview-construct-allowed-dates'.
370         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
371         function.
372         (org-columns-next-allowed-value): Use
373         `org-colview-construct-allowed-dates'.
375 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
377         * org.el (org-protect-slash): New function.
378         (org-get-refile-targets): Use `org-protect-slash'.
380         * org-agenda.el (org-global-tags-completion-table): New variable.
382         * org-exp.el (org-export-handle-export-tags): New function.
383         (org-export-preprocess-string): Call
384         `org-export-handle-export-tags'.
386         * org-plot.el: New file.
388         * org-publish.el (org-publish-expand-components): Function removed.
389         (org-publish-expand-projects): Allow components to have components.
391 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
393         * org.el (org-indent-line-function): Do not indent in regions that
394         are external source code.
395         (org-yank-and-fold-if-subtree): New function.
397         * org-agenda.el (org-agenda-todayp): New function.
398         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
399         `org-agenda-todayp'.
401         * org.el (org-insert-heading-respect-content)
402         (org-insert-todo-heading-respect-content): New commands.
403         (org-insert-heading-respect-content): New option.
404         (org-insert-heading): Respect `org-insert-heading-respect-content'.
406         * org-clock.el (org-clock-find-position): Make sure the note after
407         the clock line gets moved into the new clock drawer.
409 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
411         * org-id.el (org-id-new): New option.
413 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
415         * org-table.el (org-table-copy-down): Avoid overflow during
416         increment.  Use prefix argument 0 to temporarily disable the
417         increment.
419 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
421         * org-exp.el (org-export-as-html): Do not turn on the major mode
422         if the buffer will be killed anyway.
423         (org-get-current-options): Exclude the #+TEXT field.
424         (org-export-as-html): Make sure text before the first headline is
425         a paragraph.
427         * org-publish.el (org-publish-org-to): Tell the exporter that this
428         buffer will be killed, so it is not necessary to do major mode
429         initialization.
431         * org-archive.el (org-archive-to-archive-sibling): Show empty
432         lines after folding the archive sibling.
434         * org.el (org-log-note-extra): New variable.
436 2008-09-05  Bastien Guerry  <bzg@altern.org>
438         * org.el (org-additional-option-like-keywords): Added keywords for
439         the _QUOTE, _VERSE and _SRC environments.
441         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
442         exporting _QUOTE and _VERSE environments.
444 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
446         * org-agenda.el (org-agenda-filter-by-tag): New command.
448         * org-exp.el (org-get-current-options): Remove angular brackets
449         from the date entry.
451         * org.el (org-edit-fixed-width-region): New function.
452         (org-edit-fixed-width-region): Also try
453         `org-edit-fixed-width-region'.
454         (org-edit-fixed-width-region-mode): New option.
455         (org-activate-code): Only interprete lines starting with colon
456         plus a space as example lines.
458         * org-remember.el (org-remember-templates): Add nil instead of
459         empty strings to fix the length of remember templates.
461         * org-table.el (org-calc-default-modes): Fix the time format for
462         calc, from 12 hour to 24 hour clock.
464 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
466         * org-agenda.el (org-agenda-get-deadlines)
467         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
468         entries that are pre-warnings of deadlines or reminders.
470         * org.el (org-sort-entries-or-items): Make numeric and alpha
471         comparisons ignore any TODO keyword and priority cookie.
473         * org-remember.el (org-remember-handler): Reinterpretation of the
474         prefix argument.
476 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
478         * org-agenda.el (org-agenda-get-scheduled): Use new
479         `org-scheduled' face.
481         * org-faces.el (org-scheduled): New face.
483         * org-wl.el (org-wl-open): Remove incorrect declaration.
485         * org-gnus.el (org-gnus-store-link): Support for :to information
486         in gnus links.
488         * org-exp.el (org-export-as-html): Fixed typo in creator
489         information.
490         (org-export-protect-examples): New parameter indent.  Insert extra
491         spaces only when this parameter is specified.
492         (org-export-preprocess-string): Call `org-export-protect-examples'
493         with an indentation parameter when exporting to ASCII.
495         * org-remember.el (org-remember-templates)
496         (org-remember-apply-template): Allow the file component to be a
497         function.
499         * org.el (org-goto-local-search-headings): Renamed from
500         `org-goto-local-search-forward-headings'.  Added the possibility
501         to search backwards.
503 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
505         * org-export-latex.el (org-export-latex): New customization
506         group.
508         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
510 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
512         * org-exp.el (org-html-do-expand): Allow {} to terminate
513         tex macro
515 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
517         * org.el (org-buffer-list): Select buffers based on major mode,
518         not on file name.
520 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
522         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
523         face property.
525         * org-colview.el (org-columns-display-here): Use
526         `org-columns-modify-value-for-display-function'.
528         * org-colview-xemacs.el (org-columns-display-here): Use
529         `org-columns-modify-value-for-display-function'.
531 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
533         * org.el (org-columns-modify-value-for-display-function): New option.
545         * org-publish.el (org-publish-file): Make sure the directory match
546         for the publishing directory works correctly.
548         * org-agenda.el (org-agenda-execute-calendar-command)
549         (org-agenda-diary-entry): Additional optional argument.
551 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
553         * org-exp.el (org-export-as-html): Add attributes also in mailto
554         and ftp links.
556         * org.el (org-autoload): Add `org-dblock-write:columnview'.
565 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
567         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
568         sure that calls from `org-export-region-as-html' do not do the
569         special check for a subtree.
571 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
573         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
575 2008-07-20  Juri Linkov  <juri@jurta.org>
577         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
578         new keymap `narrow-map' instead of binding "\C-xns".
580 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
582         * org.el (org-open-file): Use
583         `org-open-directory-means-index-dot-org'.
584         (org-open-directory-means-index-dot-org): New option.
586 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
588         * org.el (org-make-link-string): Remove link attributes from
589         description.
590         (org-open-at-point): Remove link attributes bevore using the path.
592         * org-exp.el (org-export-as-html): Handle link attributes.
594         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
596         * org-table.el (org-table-to-lisp): New function.
598         * org.el (org-narrow-to-subtree): Do not include the final newline
599         into the narrowed region.
601         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
602         bug with user-define skipping condition.
604 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
606         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
608 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
610         * org-exp.el (org-export-html-style-default): Automatic overflow
611         handling for pre fields.
612         (org-export-as-ascii, org-export-as-html): Change default format
613         for time stamp.
615         * org-table.el (org-table-export): Offer completion for translator
616         functions, and do not require a heading above the table.
618         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
619         Cater for the case of a list starting in the first line of the
620         buffer.
622 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
624         * org-publish.el (org-publish-find-title): Bug fix.
625         (org-publish-org-index): Implement new :index-style option.
627 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
629         * org-publish.el (org-publish-timestamp-filename): Use
630         SHA1-encoded file names in the timestamp directory.
632 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
634         * org-publish.el (org-publish-needed-p): Be verbose about files
635         published and files skipped.
637         * org-exp.el (org-export-preprocess-string): Swap link
638         normalization and inernal link targeting.
640         * org-publish.el (org-publish-needed-p): Create timestamp
641         directory when it does not exist.
643 2008-07-04  Bastien Guerry  <bzg@altern.org>
645         * org-clock.el (org-clock-out-when-done): Doc fix.
647         * org.el (org-agenda-skip-unavailable-files): Doc fix.
649         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
650         Ignore case when searching for the COMMENT cookie at export time.
652 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
654         * org-exp.el (org-get-file-contents)
655         (org-get-and-remove-property): New functions.
656         (org-export-handle-include-files): Handle the new prefix options.
657         (org-export-as-html): Fix the verse environment.
659 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
661         * org.el (org-time=, org-time<, org-time<=, org-time>)
662         (org-time>=, org-time<>, org-2ft): New functions.
663         (org-op-to-function): Also provide for the time testing fucntions.
665 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
667         * org-exp.el (org-export-html-style-default): New constant.
669 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
671         * org-exp.el (org-export-html-style-extra): New variable.
672         (org-export-splice-style): New function.
674 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
676         * org-exp.el (org-export-plist-vars, org-export-as-html):
677         Implement `org-export-creator-info'.
678         (org-export-creator-info): New option.
680 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
682         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
683         (org-property-drawer-re, org-clock-drawer-re): New constants.
685 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
687         * org-exp.el (org-icalendar-use-deadline)
688         (org-icalendar-use-scheduled): New options.
689         (org-icalendar-include-todo): Default changed to t.
690         (org-print-icalendar-entries): Implement better utilization of
691         scheduling and deadline time stamps.
692         (org-export-target-internal-links, org-export-as-html): Allow file
693         lines without the "file:" prefix if the file path is an absolute
694         path or starts with ".".
696         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
697         lastweek etc.
698         (org-clock-special-range): Also undertand yesterday, lastweek etc.
700 2008-06-18  Glenn Morris  <rgm@gnu.org>
701         * org.el (org-map-entries): Let-bind `file'.
703 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
705         * org.el (org-agenda-skip-archived-trees): Docstring now
706         discourages using this.
707         (org-scan-tags): Check for org-agenda-archives-mode.
708         (org-map-entries): Make sure org-agenda-archives-mode is nil.
709         (org-agenda-files): Functionality of second arg changed.
711         * org-agenda.el (org-agenda-archives-mode): New variable
712         (org-write-agenda, org-prepare-agenda, org-agenda-list)
713         (org-search-view, org-todo-list, org-tags-view)
714         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
715         `ifmode' argument.
716         (org-agenda-quit): Reset the archives mode.
717         (org-agenda-archives-mode): New command.
718         (org-agenda-set-mode-name): Include archives info.
720 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
722         * org.el (org-paste-subtree): Make sure the yanked headline is
723         visible if it was yanked at a visible point.
724         (org-move-item-up): Fix the bug with moving white space at the end
725         of the item.
726         (org-show-empty-lines-in-parent): New function.
728 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
730         * org-colview.el (org-columns-next-allowed-value): Bug fix.
732         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
734         * org-agenda.el (org-agenda-get-closed): Get the end time into the
735         agenda prefix as well.
737         * org-publish.el (org-publish-org-index): Make a properly indented
738         list.
740         * org.el (org-calendar-agenda-action-key): New option.
741         (org-get-cursor-date): New function.
742         (org-mark-entry-for-agenda-action): New command.
743         (org-overriding-default-time): New variable.
744         (org-read-date): Respect `org-overriding-default-time'.
746         * org-remember.el (org-remember-apply-template): Respect the
747         ovverriding default time.
749         * org-agenda.el (org-agenda-action-marker): New variable.
750         (org-agenda-action): New command.
751         (org-agenda-do-action): New function.
753 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
755         * org.el (org-schedule, org-deadline): Protect scheduled and
756         deadline tasks against changes that accidently remove the
757         repeater.  Also show a message with the new date when done.
759 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
761         * org.el (org-beginning-of-line): Cater for the case when there
762         are tags but no headline text.
763         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
764         it set.
766 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
768         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
769         the return value is nil instead of "nil" when there is no match.
771         * org-exp.el (org-insert-centered): Use fill-column instead of
772         80.
773         (org-export-as-ascii): Use string-width to measure the width of
774         the heading.
776         * org.el (org-diary-to-ical-string): No longer kill buffer
777         FROMBUF, this is now done by the caller.
779         * org-exp.el (org-print-icalendar-entries): Move the call to
780         `org-diary-to-ical-string' out of the loop, and kill the buffer
781         afterwords.
783         * org-remember.el (org-remember-visit-immediately): Position
784         cursor after moving to the note.
785         (org-remember-apply-template): Use a text property to record the
786         cursor position.
787         (org-remember-handler): Align tags after pasting the note.
789 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
791         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
793         * org-agenda.el (org-agenda-open-link): If there is an
794         org-bbdb-name property in the current line, jump to that bbdb
795         entry.
797         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
798         text property, so that the agenda knows where this entry comes
799         from.
801         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
802         interaction between clocking-in from the agenda, and  automatic
803         task state switching.
805         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
807         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
808         zmacs-region stays after this command in XEmacs.
810 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
812         * org.el (org-scan-tags): Allow new values for ACTION parameter.
814         * org-remember.el (org-remember-templates): Fix bug in
815         customization type definition.
817         * org.el (org-map-entries): New function.
819 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
821         * org-agenda.el (org-agenda-skip-comment-trees): New option.
822         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
824 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
826         * org-remember.el (org-jump-to-target-location): New variable.
827         (org-remember-apply-template): Set
828         `org-remember-apply-template' if requested by template.
829         (org-remember-handler): Start an idle timer to jump to
830         remember location.
832         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
834         * org.el (org-set-regexps-and-options): Fix bug with parsing of
835         file tags.
836         (org-get-tags-at): Add the content of `org-file-tags'.
838         * org-exp.el (org-export-handle-comments): Fix bug with several
839         comment lines after each other.
840         (org-number-to-roman, org-number-to-counter): New functions.
841         (org-export-section-number-format): New option.
843 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
845         * org-exp.el (org-export-protect-examples): Catch the case of a
846         missing end_example line.
848         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
849         `org-file-tags' to nil.
851         * org-colview.el (org-columns-next-allowed-value): Handle next
852         argument NTH to directly select a value.
854         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
855         argument NTH to directly select a value.
857 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
859         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
861 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
863         * org.el (org-columns-ellipses): New option.
865 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
867         * org-colview.el (org-columns-add-ellipses): New function.
868         (org-columns-compact-links): New function.
869         (org-columns-cleanup-item): Call `org-columns-compact-links'.
870         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
871         when in agenda.
872         (org-columns-edit-value): Fixed bug with editing values from
873         agenda column view.
874         (org-columns-redo): Also redo the agenda itself.
876 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
878         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
879         option.
881         * org-colview.el (org-agenda-columns-cleanup-item): New function.
883         * org-exp.el (org-export-ascii-preprocess): Renamed from
884         `org-export-ascii-clean-string'.
885         (org-export-kill-licensed-text)
886         (org-export-define-heading-targets)
887         (org-export-handle-invisible-targets)
888         (org-export-target-internal-links)
889         (org-export-remove-or-extract-drawers)
890         (org-export-remove-archived-trees)
891         (org-export-protect-quoted-subtrees)
892         (org-export-protect-verbatim, org-export-protect-examples)
893         (org-export-select-backend-specific-text)
894         (org-export-mark-blockquote-and-verse)
895         (org-export-remove-comment-blocks-and-subtrees)
896         (org-export-handle-comments, org-export-mark-radio-links)
897         (org-export-remove-special-table-lines)
898         (org-export-normalize-links)
899         (org-export-concatenate-multiline-links)
900         (org-export-concatenate-multiline-emphasis): New functions,
901         obtained from spliiting the export preprocessor.
903         * org-table.el (org-table-recalculate): Improve error message if
904         the row number is invalid.
906 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
908         * org-archive.el (org-archive-save-context-info): Fix bugs in
909         customization setup and docstring.
911         * org-exp.el (org-export-html-style): Changed the size of in the
912         <pre> element to 90%.
914 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
916         * org.el (org-find-src-example-start): Function removed.
917         (org-edit-src-find-region-and-lang): New function.
919 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
921         * org.el (org-edit-src-exit): New function.
922         (org-exit-edit-mode): New minor mode.
924         * org-exp.el (org-export-preprocess-string): Fix bug with removing
925         comment-like lines from protected examples.
927         * org.el (org-edit-src-example, org-find-src-example-start)
928         (org-protect-source-example, org-edit-special): New functions.
930 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
932         * org-publish.el (org-publish-project-alist): Fix typo in
933         docstring.
934         (org-publish-project-alist): Handle :index-title property.
936 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
938         * org-export-latex.el (org-export-as-latex): Make sure region
939         bounds are correct.  Parse subtree properties relating to export.
941         * org-exp.el (org-export-add-options-to-plist): New function.
942         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
944 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
946         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
947         EXPORT_TITLE.
949         * org-exp.el (org-export-get-title-from-subtree)
950         (org-export-as-ascii, org-export-as-html): Make sure the original
951         region-beginning and region-end are used, even after moving
952         point.
953         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
954         property.
956         * org-remember.el (org-remember-last-stored-marker): New variable.
957         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
958         (org-remember-handler): Also use marker to remember
959         last-stored position.
961         * org.el (org-goto-marker-or-bmk): New function.
963 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
965         * org.el (org-file-properties): Renamed from `org-local-properties'.
966         (org-scan-tags): Take file tags into account.
967         (org-tags-match-list-sublevels): Default changed to t.
969         * org-exp.el (org-export-as-html): Close paragraph after a
970         footnote.
972         * org.el (org-update-parent-todo-statistics): New function.
974         * org-exp.el (org-icalendar-store-UID): New option.
975         (org-icalendar-force-UID): Option removed.
976         (org-print-icalendar-entries): IMplement UIDs.
978 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
980         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
982 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
984         * org-faces.el (org-column): Document how this face is being used
985         and why sometimes the background faces shine through.
987         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
989         * org-publish.el (org-publish-attachment): Create publishing
990         directory if it does not yet exist.
992         * org-table.el (org-calc-default-modes): Change default number
993         format to (float 8).
995         * org.el (org-olpath-completing-read): New function.
996         (org-time-clocksum-format): New option.
997         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
999         * org-clock.el (org-clock-display, org-clock-out)
1000         (org-update-mode-line): Use `org-time-clocksum-format'.
1002         * org-colview-xemacs.el (org-columns-number-to-string): Use
1003         `org-time-clocksum-format'.
1005         * org-colview.el (org-columns-number-to-string): Use
1006         `org-time-clocksum-format'.
1008 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
1010         * org-id.el: New file, move from contrib to core.
1012         * org-exp.el (org-icalendar-force-UID): New option.
1014 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
1016         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1017         shifted by one day if theere is a date range without an end
1018         time.
1020         * org.el (org-try-structure-completion): New function.
1022 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
1024         * org.el (org-set-font-lock-defaults): Improve fontification of
1025         description lists.
1026         (org-insert-item): Handle description lists.
1027         (org-adaptive-fill-function): Improve auto indentation in
1028         description lists.
1030         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1031         Implement VERSE environment.
1032         (org-export-preprocess-string): Implement the COMMENT
1033         environment.
1035         * org-export-latex.el (org-export-latex-preprocess): Implement
1036         VERSE environment.
1038 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
1040         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1041         option.
1043 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
1045         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1047         * org.el (org-quote-csv-field): New functions.
1049         * org-table.el (org-table-export-default-format): Remove :splice
1050         from default format, we get the same effect by not specifying
1051         :tstart and :tend.
1052         (org-table-export): Improve setup, distinguish better between
1053         interactive and non-interactive use, allow specifying the format
1054         on the fly, better protection against wrong file names.
1055         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1056         and :tend when :splice is omitted.
1058 2008-05-09  Bernt Hansen  <bernt@norang.ca>
1060         * org-clock.el (org-clock-select-task): Make sure the selection
1061         letters are 1-9 and A-Z, no special characters.
1063 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
1065         * org-exp.el (org-export-htmlize): New group.
1066         (org-export-htmlize-output-type)
1067         (org-export-htmlize-css-font-prefix): New options.
1068         (org-export-htmlize-region-for-paste): New function.
1069         (org-export-htmlize-generate-css): New command.
1071 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1073         * org/org.el (org-modules, org-format-latex-options):
1074         * org/org-archive.el (org-archive-stamp-time)
1075         (org-archive-save-context-info):
1076         * org/org-faces.el (org-hide):
1077         * org/org-irc.el (org-irc-parse-link):
1078         * org/org-macs.el (org-call-with-arg, org-autoload):
1079         * org/org-mew.el (org-mew-store-link):
1080         * org/org-remember.el (org-remember-store-without-prompt)
1081         (org-remember-templates): Fix typos in docstrings.
1083         * org/org-info.el (org-info-store-link): Remove leftover docstring.
1085         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
1086         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
1087         (org-bbdb-anniv-split): Fix typos in docstrings.
1089         * org/org-publish.el (org-publish-project-alist): Doc fixes.
1090         (org-publish-use-timestamps-flag): Reflow docstring.
1091         (org-publish-files-alist): Fix typos in docstring.
1093 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
1095         * org.el (org-set-visibility-according-to-property): New function.
1096         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1097         and compute the regular expressions, and update font-lock.
1098         (org-property-re): Allow a dash in property names.
1100         * org-archive.el (org-extract-archive-file): Insert the file name
1101         without the path into the format, to allow the location format to
1102         contain a subdirectory.
1104         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1105         of buffer, and the `org-agenda-type' property undefined, use the
1106         value from the character before.
1108         * org.el (org-add-planning-info): Don't let indentation for
1109         would-be timestamp become extra whitespace at the end of headline.
1111 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
1113         * org.el (org-remove-double-quotes, org-file-contents): New
1114         functions.
1116         * org-exp.el (org-infile-export-plist): Also parse the
1117         contents of #+SETUPFILE files, recursively.
1119         * org.el (org-set-regexps-and-options): Also parse the
1120         contents of #+SETUPFILE files, recursively.
1122         * org-exp.el (org-export-handle-include-files): New function.
1123         (org-export-preprocess-string): Call
1124         `org-export-handle-include-files'.
1126         * org.el (org-delete-property-globally)
1127         (org-delete-property, org-set-property): Ignore case during
1128         completion.
1129         (org-set-property): Use `org-completing-read' instead of
1130         `completing-read'.
1132         * org.el (org-complete-expand-structure-template): New,
1133         experimental function.
1134         (org-structure-template-alist): New, experimental option.
1135         (org-complete): Call `org-complete-expand-structure-template'.
1137 2008-05-06  Bastien Guerry  <bzg@altern.org>
1139         * org-export-latex.el (org-export-latex-preprocess): Added
1140         support for blockquotes.
1142 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
1144         * org.el (org-read-date-analyze): Catch the case where only a
1145         weekday is given.
1147 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
1149         * org.el (org-set-font-lock-defaults): Make the description
1150         tag bold.
1152         * org-exp.el (org-export-as-html, org-close-li): Implement
1153         description lists.
1155 2008-05-04  Jason Riedy  <jason@acm.org>
1157         * org-table.el (*orgtbl-default-fmt*): New variable.
1158         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1159         when there is no other fmt available.
1161         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1162         :tend to suppress the appropriate string.
1164         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1165         table.
1167 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
1169         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1170         read date.
1172         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1173         New function.
1175         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1176         New function.
1178 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
1180         * org-clock.el (org-clock-find-position): Don't include notes
1181         into clock drawer.
1183         * org-archive.el (org-archive-subtree): No longer remove an
1184         extra line after cutting the subtree.  `org-cut-subtree' already
1185         takes care of this.
1187         * org-remember.el (org-remember-handler): Only kill the target
1188         buffer if it does not contain the running clock.
1190         * org.el (org-markers-to-move): New variable.
1191         (org-save-markers-in-region, org-check-and-save-marker)
1192         (org-reinstall-markers-in-region): New function.
1193         (org-move-subtree-down, org-copy-subtree): Remember relative
1194         marker positions before cutting.
1195         (org-move-subtree-down, org-paste-subtree): Restore relative
1196         marker positions after pasting.
1198         * org-remember.el (org-remember-clock-out-on-exit): New option.
1199         (org-remember-finalize): Clock out only if the setting in
1200         `org-remember-clock-out-on-exit' requires it.
1201         (org-remember-handler): Do the cleanup in the buffer, to make sure
1202         that the clock marker remains in tact.
1204 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
1206         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1207         (org-clock-in): Make sure that also tasks outside the narrowed
1208         region will be clocked in correctly.
1209         (org-clock-insert-selection-line): Widen the buffer so that we can
1210         find the correct task heading.
1212         * org.el (org-base-buffer): New function.
1214         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1215         and ";" are escaped.
1216         (org-print-icalendar-entries): Also apply
1217         `org-icalendar-cleanup-string' to the headline, not only to the
1218         summary property.
1220 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
1222         * org-exp.el (org-export-preprocess-hook): New hook.
1223         (org-export-preprocess-string): Call
1224         `org-export-preprocess-hook'.
1226         * org.el (org-font-lock-hook): New variable.
1227         (org-font-lock-hook): New function.
1228         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1230 ;; Local Variables:
1231 ;; coding: utf-8
1232 ;; add-log-time-zone-rule: t
1233 ;; End:
1235     Copyright (C) 2008  Free Software Foundation, Inc.
1237   This file is part of GNU Emacs.
1239   GNU Emacs is free software: you can redistribute it and/or modify
1240   it under the terms of the GNU General Public License as published by
1241   the Free Software Foundation, either version 3 of the License, or
1242   (at your option) any later version.
1244   GNU Emacs is distributed in the hope that it will be useful,
1245   but WITHOUT ANY WARRANTY; without even the implied warranty of
1246   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1247   GNU General Public License for more details.
1249   You should have received a copy of the GNU General Public License
1250   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1252 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c