(org-get-closed): Fix alias.
[emacs.git] / lisp / org / ChangeLog
blob03a3e1a655805f0d2df9ceb28211e182b69e8e03
1 2008-11-13  Glenn Morris  <rgm@gnu.org>
3         * org-agenda.el (org-get-closed): Fix alias.
5 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
7         * org.el (org-link-escape): Fix typo in docstring.
9 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
11         * org.el (org-yank): Make any prefix force normal yanking.
12         Suppress folding if text would be swallowed into a folded
13         subtree.
14         (org-yank-folded-subtrees, org-yank): Docstring updates.
16         * org-agenda.el (org-agenda-compare-effort): Treat no effort
17         defined as 0.
19         * org-exp.el (org-export-language-setup): Add Catalan and
20         Esperanto language entries.
22 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24         * org.el (org-refile): Allow refiling of entire regions.
26         * org-clock.el (org-clock-time%): New function.
28         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
29         retrieve property values.
31 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
33         * org-agenda.el (org-agenda-list): Handle the value `only' of
34         org-agenda-show-log'.
35         (org-agenda-log-mode): Interpret a double prefix arg.
37 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
39         * org-exp.el (org-export-html-footnotes-section): New variable.
40         (org-export-as-html): Use `org-export-html-footnotes-section' to
41         insert the footnotes.
42         (org-export-language-setup): Add "Footnotes" to language words.
44 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
46         * org.el (org-yank): Fix bug when not inserting a subtree.
48 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
50         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
51         instead of `vm-beginning-of-message'.
53         * org.el (org-make-link-regexps): Make sure that links to gnus can
54         contain brackets.
56 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
58         * org-attach.el (org-attach-dir): Remove duplicate ID creation
59         code.
61         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
62         shell output.
64         * org.el (org-link-abbrev-alist): Improve customization type.
66         * org-attach.el (org-attach-expand-link, org-attach-expand): New
67         functions.
69         * org-agenda.el (org-agenda-get-progress): Renamed from
70         `org-get-closed'.  Implement searching for state changes as well.
71         (org-agenda-log-mode-items): New option.
72         (org-agenda-log-mode): New option prefix argument, interpreted as
73         request to show all possible progress info.
74         (org-agenda-get-day-entries): Call `org-get-progress' instead of
75         `org-get-closed'.
76         (org-agenda-set-mode-name): Handle the more complex log mode
77         settings.
78         (org-get-closed): New alias, pointing to `org-get-progress'.
80 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
82         * org.el (org-file-apps-defaults-gnu)
83         (org-file-apps-defaults-macosx)
84         (org-file-apps-defaults-windowsnt): Add an entry defining the
85         system command.
86         (org-file-apps): Allow `system' as key and value.
87         (org-open-at-point): Explain the effect of a double prefix arg.
88         (org-open-file): If the argument `in-emacs' is (16),
89         i.e. corresponding to a double prefix argument, try to open the
90         file externally.
92 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
94         * org.el (org-insert-link): Abbreviate absolute files names in
95         links.  Also, fix a bug in which the double C-u prefix would not
96         be honored.
98 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
100         * org.el (org-insert-heading): If buffer does not end with a
101         newline, add one if necessary to insert headline correctly.
103         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
104         paragraphs, not inside.
106         * org.el (org-todo): Quote
107         `org-agenda-headline-snapshot-before-repeat'.
109         * org-exp.el (org-export-as-html): Fully process link descriptions.
110         (org-export-html-format-desc): New function.
111         (org-export-as-html): Collect footnotes into the correct basket.
112         (org-html-protect): No longer protect quotations marks here, this
113         goes wrong.
115         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
116         BEG.
118         * org-compat.el (org-fit-window-to-buffer): New function (not
119         really, a preliminary and incomplete version was present earlier,
120         but not used).
122         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
123         `org-fit-window-to-buffer'.
125         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
127         * org-agenda.el (org-agenda-get-restriction-and-command)
128         (org-fit-agenda-window, org-agenda-convert-date): Use
129         `org-fit-window-to-buffer'.
131         * org-exp.el (org-export-as-html): Process href links through
132         `org-export-html-format-href'.
133         (org-export-html-format-href): New function.
135         * org-agenda.el (org-agenda-todo): Update only the current
136         headline if this is a repeated TODO, marked done for today.
137         (org-agenda-change-all-lines): New argument JUST-THIS, to change
138         only the current line.
140         * org.el (org-todo): Take a snapshot of the headline if the
141         repeater might change it.
143 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
145         * org-publish.el (org-publish-find-title): Remove buffers visited
146         only for extracting the title.
148         * org-exp.el (org-export-html-style)
149         (org-export-html-style-default): Mark style definitions as
150         unparsed CDATA.
152         * org-publish.el (org-publish-validate-link): Function
153         re-introduced.
155 2008-11-12  Charles Sebold  <csebold@gmail.com>
157         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
158         property.
159         (org-plot-quote-timestamp-field): New function.
160         (org-plot-quote-tsv-field): Call timestamp field function when
161         necessary rather than just quoting as a string.
162         (org-plot/gnuplot-to-data): Pass in timefmt property.
163         (org-plot/gnuplot-script): Supports timefmt property.
164         (org-plot/gnuplot): Checks for timestamp column before checking
165         for text index column.
167 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
169         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
171         * org-publish.el (org-publish-org-index): Create a section in the
172         index file.
173         (org-publish-org-index): Stop linking to directories.
175         * org.el (org-emphasis-alist): Use span instead of <u> to
176         underline text.
178         * org-exp.el (org-export-as-html): Make sure <p> is closed before
179         <pre> sections.
181 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
183         * org-jsinfo.el (org-infojs-template): Remove language attribute
184         from script tag.
186 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
188         * org-agenda.el (org-agenda-remove-marked-text): New function.
189         (org-agenda-mark-filtered-text)
190         (org-agenda-unmark-filtered-text): New functions.
191         (org-write-agenda): Remove fltered text.
193         * org.el (org-make-tags-matcher): Give access to TODO "property"
194         without speed penalty.
196 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
198         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
199         option.
200         (org-store-link-props): Make sure adding to the plist works
201         correctly.
203         * org-gnus.el (org-gnus-no-new-news): New function.
204         (org-gnus-follow-link): Allow the article ID to be a message-id,
205         in addition to allowing article numbers.  Message IDs make much
206         more roubust links.
207         (org-gnus-store-link): Use message-id to create link.
209 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
211         * org.el (org-emphasize): Reverse the selection array.
212         (org-emphasis-alist): Set <code> tags for the verbatim
213         environment.
215         * org-remember.el (org-remember-handler): Fix bug with
216         prefix-related changing of the note storage target.
218         * org-exp.el (org-print-icalendar-entries): Make the exported
219         priorities compatible with RFC 2445.
221         * org-clock.el (org-clock-save): Insert time stamp without
222         dependence on time-stamp.el.
224 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
226         * org.el ("saveplace"): If saveplace puts point into an invisible
227         location, make it visible.
228         (org-make-tags-matcher): Allow inactive time stamps in time
229         comparisons.
230         (org-yank-adjusted-subtrees): New option.
231         (org-yank): Incorporate adjusting trees.
232         (org-paste-subtree): New argument FOR-YANK which will cause
233         insertion at point without backing up over white lines, and leave
234         point at the end of the inserted text.  Also if the cursor is
235         at the beginning of a headline, use the same level or the inserted
236         tree.
238         * org-publish.el (org-publish-get-base-files-1): Deal correctly
239         with broken symlinks
241 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
243         * org-exp.el (org-export-select-tags, org-get-current-options):
244         Fix typo.
246 2008-11-06  Glenn Morris  <rgm@gnu.org>
248         * org-publish.el (org-publish-attachment): Use copy-file rather than
249         eshell/cp.
251 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
253         * org.el (org-columns-modify-value-for-display-function):
254         * org-table.el (org-table-convert-region): Fix typos in docstrings.
256 2008-10-28  Glenn Morris  <rgm@gnu.org>
258         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
260         * org-list.el (outline-next-heading, outline-back-to-heading):
261         Fix declarations.
263 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
265         * org-agenda.el (org-format-agenda-item)
266         (org-agenda-filter-make-matcher): Make sure tags are stored and
267         compared donwcased.
269 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
271         * org.el (org-insert-todo-heading): Fix bug with force-heading
272         argument.
274 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
276         * org-exp.el (org-export-as-ascii): Handle the case that we are
277         bulishing from an indirect buffer.
279         * org-table.el (org-table-copy-down): Fix bug with time stamp
280         increment.
282         * org-mouse.el (org-mouse-features): New option.
283         (org-mode-hook): Turn on features depending on
284         `org-mouse-features'.
286         * org.el (org-insert-heading-respect-content): Force heading
287         creation.
288         (org-insert-heading): keep the folding state of the heading before
289         the inserted one.
291 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
293         * org-archive.el (org-archive-to-archive-sibling): Handle top
294         level headlines better.
296 2008-10-26  Bastien Guerry  <bzg@altern.org>
298         * org-export-latex.el (org-export-latex-classes): Added
299         \usepackage{graphicx} to the default list of packages.
301 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
303         * org-agenda.el (org-agenda-filter): Renamed from
304         `org-agenda-filter-tags'.
306 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
308         * org.el (org-entry-properties): Add CATEGORY property, iven if it
309         is not defined as a property in this entry.
310         (org-add-log-note): Mask prefix argument when immediately storing
311         the note.
313         * org-agenda.el (org-agenda-filter-effort-default-operator): New
314         option.
316 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
318         * org.el (org-add-log-setup): Bugfix; code to find insertion point
319         after drawers was skipping ahead one line too many, so notes were
320         inserted after the first note instead of before it.
322 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
324         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
325         New variables.
326         (org-prepare-agenda): Reset the filter tags.
327         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
328         Show filter tags in mode line.
330         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
331         formatter.
333         * org-export-latex.el (org-latex-entities-regexp): New constant.
334         (org-export-as-pdf): Use two calls to `shell-command'.
336 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
338         * org-export-latex.el (org-export-latex-treat-sub-super-char):
339         Honor the {} value of the subsuperscript setting.  Make sure that
340         longer subsuperscripts are typeset in a roman font.
342         * org.el (org-clock-update-time-maybe): Compute negative clock
343         intervals correctly.
345 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
347         * org.el (org-add-log-setup): Respect
348         `org-log-state-notes-insert-after-drawers'.
349         (org-log-state-notes-insert-after-drawers): New option.
350         (org-todo-trigger-tag-changes): New function.
351         (org-todo): Call `org-todo-trigger-tag-changes'.
353 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
355         * org.el (org-add-log-setup): Only skip drawers if the are
356         immediately after the scheduling keywords.
358         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
359         function
360         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
361         call it with the current todo state to get the state to switch to
362         when clocking in.
363         (org-clock-in): Use org-indent-line-function to indent clock lines.
364         (org-clock-find-position): Fix indentation of empty clock drawers.
366 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
368         * org-publish.el (org-publish-org-to): Handle case when
369         org-export-to-pdf does return a file name, not a buffer.
370         (org-publish-org-to-pdf): New function.
372         * org-export-latex.el (org-export-as-pdf)
373         (org-export-as-pdf-and-open): New commands.
375         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
376         forms as ranges.
378         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
379         things in protexted regions.
381 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
383         * org-export-latex.el (org-export-latex-preprocess): Improve
384         quoting of LaTeX environments.
386 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
388         * org.el (org-default-notes-file): 
389         * org-publish.el (org-publish-timestamp-directory): 
390         * org-id.el (org-id-locations-file): Run file names that begin
391         with a period thru `convert-standard-filename'.
393 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
395         * org-plot.el: Switch coding system to unix.
397 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
399         * org.el (org-edit-fixed-width-region): Exclude final newline from
400         picture area.
402         * org-export-latex.el (org-export-latex-subcontent): Add labels to
403         sections, to make internal links work.
404         (org-export-latex-fontify-headline): Do not remove all text
405         properties, to make sure that target properties survive this
406         process.
408         * org-exp.el (org-export-preprocess-string): Change sequence of
409         modifications, to make sure links are prepared before the LaTeX
410         conversions do happen.
412         * org-attach.el (org-attach-delete-all): Renamed from
413         `org-attch-delete'.  Add a security query before deleting the
414         entire directory.  New optional argument FORCE can overrule the
415         security query.
416         (org-attach-delete-one): New command.
418         * org-attach.el (org-attach-file-list): Fix bug with directory.
420         * org.el (org-apps-regexp-alist): New function.
421         (org-file-apps): Add auto-mode to the default value.
422         (org-open-file): Use the new structure of org-file-apps.
424         * org-attach.el (org-attach): Support the new keys.
425         (org-attach-method): New option.
427         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
428         March.
430         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
431         of the list value o `org-use-tag-inheritance'.
433         * org-attach.el (org-attach-auto-tag): New option.
434         (org-attach-tag, org-attach-untag): New functions.
435         (org-attach-attach, org-attach-new, org-attach-sync): Call
436         `org-attach-tag'.
437         (org-attach-delete): Call `org-attach-untag'.
439         * org-attach.el: New file.
441         * org-table.el (orgtbl-self-insert-command): Make this work for
442         the keypad as well.
444         * org.el (org-add-log-setup): Limit searc for drawers to entry
445         text, not to subtree.
447         * org-clock.el (org-clock-heading-for-remember): New variable.
448         (org-clock-in): Set `org-clock-heading-for-remember'.
450 2008-10-12 James TD Smith  <ahktenzero@mohorovi.cc>
452         * org-remember.el (org-remember-apply-template): Add new
453         expansions: %k, %K for currently clocked task and a link to the
454         currently clocked task, and %< to file notes in the currently
455         clocked task.
457 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
459         * org-export-latex.el (org-export-latex-make-header): Also insert
460         the content of the property :latex-header-extra.
462         * org-exp.el (org-infile-export-plist): Put the content of
463         #+LATEX_HEADER: into the property :latex-header-extra.
465         * org-colview.el (org-columns-get-format-and-top-level): Remove
466         resetting the marker.
468         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
469         Remove resetting the marker.
471         * org.el (org-entry-property-inherited-from): Improve docstring.
472         (org-entry-get-with-inheritance): Reset marker before starting the
473         search.
475         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
477         * org.el (org-entry-get-multivalued-property)
478         (org-entry-protect-space, org-entry-restore-space): New
479         functions.
480         (org-file-apps-defaults-macosx): Let postscript files be opened by
481         preview.
482         (org-time-stamp-inactive): Call `org-time-stamp'.
483         (org-time-stamp): New argument `inactive'.  Also edit inacive
484         stamps. Convert time stamp type.
485         (org-open-file): Interpret the `default' value for the `command'
486         in `org-file-apps'.
488         * org-id.el (org-id-int-to-b36-one-digit)
489         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
490         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
491         b36.
493         * org-id.el (org-id-reverse-string): New function.
494         (org-id-new): Use `org-id-reverse-string' to make sure the
495         beginning chars of the ID are mutating fast.  This allows to use a
496         directory structure to spread things better.
497         (org-id-prefix): Changed default to nil.
499         * org-list.el (org-move-item-down, org-move-item-up): Remember and
500         restore the column of the cursor position.
502         * org-remember.el (org-remember-apply-template): Remove properties
503         from `initial'.
505         * org-wl.el (org-wl-open): Remove useless call to
506         `wl-thread-open-all'.
508         * org-remember.el (org-remember-handler): Fix bug with `bottom'
509         location.
511         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
512         `org-bbdb-anniversaries'.
514         * org.el (org-get-next-sibling, org-forward-same-level): New
515         functions, similar to the outline versions, but invisible headings
516         are OK.
518 2008-10-12  Bastien Guerry  <bzg@altern.org>
520         * org.el (org-auto-repeat-maybe): Insert a space between
521         the timestamp's type and the timestamp itself.
523 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
525         * org-table.el (org-table-sum): Do not format the result with %g,
526         it does rounding when there are too many digits.
528         * org.el (org-map-entries): Protect the keyword-selecting variables.
530 2008-10-12  Bastien Guerry  <bzg@altern.org>
532         * org-agenda.el (org-agenda-to-appt): Make sure the function check
533         against all agenda files.
535 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
537         * org-list.el: New file, aggregating list functions from org.el
538         and org-export-latex.el.
540         * org.el (org-edit-src-region-extra): New option.
542         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
543         time before 1am.
545 2008-10-12  Bastien Guerry  <bzg@altern.org>
547         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
549 2008-10-12  James TA Smith  <ahktenzero@mohorovi.cc>
551         * org-plot.el (org-plot/gnuplot): Make tables starting with a
552         hline work correctly.
553         (org-plot/gnuplot-script): Put commas at the end of each script
554         line.
556         * org.el (org-get-refile-targets): Replace links with their
557         descriptions
558         (org-imenu-get-tree): Replace links with their descriptions.
560         * org-remember.el (org-remember-apply-template): Add a new
561         expansion for adding properties to remember items.
563         * org.el (org-add-log-setup): Skip over drawers (properties,
564         clocks etc) when adding notes.
566         * org-agenda.el (org-agenda-get-closed): show durations of clocked
567         items as well as the start and end times.
569         * org-compat.el (org-get-x-clipboard-compat): Add a compat
570         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
572         * org-remember.el (org-get-x-clipboard): Use the compat
573         function to get clipboard values when x-selection-value is
574         unavailable. Use substring-no-properties instead of
575         set-text-properties to remove text properties from the clipboard
576         value.
578         * lisp/org-clock.el (org-update-mode-line): Support limiting the
579         modeline clock string, and display the full todo value in the
580         tooltip. Set a local keymap so mouse-3 on the clock string goes to
581         the currently clocked task.
582         (org-clock-string-limit): Add a custom value for the maximum
583         length of the clock string in the modeline.
584         (org-clock-mode-map): Add a keymap for the modeline string
586 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
588         * org-compat.el (org-propertize): New function.
590 2008-10-12  Bastien Guerry  <bzg@altern.org>
592         * org-export-latex.el (org-export-latex-tables): protect exported
593         tables from further special chars conversion.
594         (org-export-latex-preprocess): Preserve LaTeX environments.
595         (org-list-parse-list): Parse descriptive lists.
596         (org-list-to-generic, org-list-to-latex, org-list-to-html)
597         (org-list-to-texinfo): Export descriptive lists.
598         (org-quote-chars): Remove.
599         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
600         (org-export-latex-list-beginning-re): Rename to
601         `org-list-beginning-re'
602         (org-list-item-begin): Rename to `org-list-item-beginning'
604 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
606         * org.el (org-refile): Allow refiling to the last entry in the
607         buffer.
608         (org-get-tags-at): Fix bug when inheritance is turned off.
610         * org.el (org-indent-line-function): No longer check for src
611         regions, this is too much overhead.
613         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
614         matching.
616         * org.el (org-scan-tags): Make sure that tags matching is not case
617         sensitive.  TODO keyword matching is case sensitive, however, to
618         avoid confusion with similar words that are not meant to be
619         keywords.
621         * org.el (org-get-local-tags-at): New function.
622         (org-get-local-tags): New function.
624         * org-exp.el (org-export-get-categories): New function.
626         * org-agenda.el (org-sorting-choice)
627         (org-agenda-sorting-strategy, org-agenda-get-todos)
628         (org-agenda-get-timestamps, org-agenda-get-deadlines)
629         (org-agenda-get-scheduled, org-agenda-get-blocks)
630         (org-entries-lessp): Implement sorting by TODO state.
631         (org-cmp-todo-state): New defsubst.
633         * org-colview.el (org-colview-construct-allowed-dates): New
634         function.
635         (org-columns-next-allowed-value): Use
636         `org-colview-construct-allowed-dates'.
638         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
639         function.
640         (org-columns-next-allowed-value): Use
641         `org-colview-construct-allowed-dates'.
643         * org.el (org-protect-slash): New function.
644         (org-get-refile-targets): Use `org-protect-slash'.
646         * org-agenda.el (org-global-tags-completion-table): New variable.
648         * org-exp.el (org-export-handle-export-tags): New function.
649         (org-export-preprocess-string): Call
650         `org-export-handle-export-tags'.
652         * org-plot.el: New file.
654         * org-publish.el (org-publish-expand-components): Function removed.
655         (org-publish-expand-projects): Allow components to have components.
657         * org.el (org-indent-line-function): Do not indent in regions that
658         are external source code.
659         (org-yank-and-fold-if-subtree): New function.
661         * org-agenda.el (org-agenda-todayp): New function.
662         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
663         `org-agenda-todayp'.
665         * org.el (org-insert-heading-respect-content)
666         (org-insert-todo-heading-respect-content): New commands.
667         (org-insert-heading-respect-content): New option.
668         (org-insert-heading): Respect `org-insert-heading-respect-content'.
670         * org-clock.el (org-clock-find-position): Make sure the note after
671         the clock line gets moved into the new clock drawer.
673         * org-id.el (org-id-new): New option.
675         * org-table.el (org-table-copy-down): Avoid overflow during
676         increment.  Use prefix argument 0 to temporarily disable the
677         increment.
679         * org-exp.el (org-export-as-html): Do not turn on the major mode
680         if the buffer will be killed anyway.
681         (org-get-current-options): Exclude the #+TEXT field.
682         (org-export-as-html): Make sure text before the first headline is
683         a paragraph.
685         * org-publish.el (org-publish-org-to): Tell the exporter that this
686         buffer will be killed, so it is not necessary to do major mode
687         initialization.
689         * org-archive.el (org-archive-to-archive-sibling): Show empty
690         lines after folding the archive sibling.
692         * org.el (org-log-note-extra): New variable.
694 2008-10-12  Bastien Guerry  <bzg@altern.org>
696         * org.el (org-additional-option-like-keywords): Added keywords for
697         the _QUOTE, _VERSE and _SRC environments.
699         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
700         exporting _QUOTE and _VERSE environments.
702 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
704         * org-agenda.el (org-agenda-filter-by-tag): New command.
706         * org-exp.el (org-get-current-options): Remove angular brackets
707         from the date entry.
709         * org.el (org-edit-fixed-width-region): New function.
710         (org-edit-fixed-width-region): Also try
711         `org-edit-fixed-width-region'.
712         (org-edit-fixed-width-region-mode): New option.
713         (org-activate-code): Only interprete lines starting with colon
714         plus a space as example lines.
716         * org-remember.el (org-remember-templates): Add nil instead of
717         empty strings to fix the length of remember templates.
719         * org-table.el (org-calc-default-modes): Fix the time format for
720         calc, from 12 hour to 24 hour clock.
722         * org-agenda.el (org-agenda-get-deadlines)
723         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
724         entries that are pre-warnings of deadlines or reminders.
726         * org.el (org-sort-entries-or-items): Make numeric and alpha
727         comparisons ignore any TODO keyword and priority cookie.
729         * org-remember.el (org-remember-handler): Reinterpretation of the
730         prefix argument.
732         * org-agenda.el (org-agenda-get-scheduled): Use new
733         `org-scheduled' face.
735         * org-faces.el (org-scheduled): New face.
737         * org-wl.el (org-wl-open): Remove incorrect declaration.
739         * org-gnus.el (org-gnus-store-link): Support for :to information
740         in gnus links.
742         * org-exp.el (org-export-as-html): Fixed typo in creator
743         information.
744         (org-export-protect-examples): New parameter indent.  Insert extra
745         spaces only when this parameter is specified.
746         (org-export-preprocess-string): Call `org-export-protect-examples'
747         with an indentation parameter when exporting to ASCII.
749         * org-remember.el (org-remember-templates)
750         (org-remember-apply-template): Allow the file component to be a
751         function.
753         * org.el (org-goto-local-search-headings): Renamed from
754         `org-goto-local-search-forward-headings'.  Added the possibility
755         to search backwards.
757         * org-export-latex.el (org-export-latex): New customization
758         group.
760         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
762         * org-exp.el (org-html-do-expand): Allow {} to terminate
763         tex macro
765         * org.el (org-buffer-list): Select buffers based on major mode,
766         not on file name.
768         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
769         face property.
771         * org-colview.el (org-columns-display-here): Use
772         `org-columns-modify-value-for-display-function'.
774         * org-colview-xemacs.el (org-columns-display-here): Use
775         `org-columns-modify-value-for-display-function'.
777         * org.el (org-columns-modify-value-for-display-function): New option.
780         * org-publish.el (org-publish-file): Make sure the directory match
781         for the publishing directory works correctly.
783         * org-agenda.el (org-agenda-execute-calendar-command)
784         (org-agenda-diary-entry): Additional optional argument.
786 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
788         * org-exp.el (org-export-as-html): Add attributes also in mailto
789         and ftp links.
791         * org.el (org-autoload): Add `org-dblock-write:columnview'.
794 2008-08-11  Glenn Morris  <rgm@gnu.org>
796         * org-mac-message.el (do-applescript): Fix declaration.
798 2008-08-10  Glenn Morris  <rgm@gnu.org>
800         * org-exp.el (org-export-as-html): Let-bind `i'.
802         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
803         (org-extract-attributes): Let-bind `key', `value'.
804         (org-make-tags-matcher): Let-bind `time-p'.
806 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
808         * org-install.el: New file.
810 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
812         * org-exp.el (org-export-html-style)
813         (org-export-html-style-extra): Declare as safe-local-variable.
815 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
817         * org-publish.el (org-publish-file): Use the true name of the
818         file.
820         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
821         instead of :style.
823         * org-exp.el (org-export-plist-vars)
824         (org-export-add-options-to-plist): Handle creator setting flag.
825         (org-export-as-html): Handle attributes also for ftp and mailto
826         links.
828         * org-agenda.el (org-agenda-diary-entry)
829         (org-agenda-execute-calendar-command): Cater for the second
830         argument of `calendar-cursor-to-date'.
832 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
834         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
835         sure that calls from `org-export-region-as-html' do not do the
836         special check for a subtree.
838         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
840         * org.el (org-open-file): Use
841         `org-open-directory-means-index-dot-org'.
842         (org-open-directory-means-index-dot-org): New option.
844         * org.el (org-make-link-string): Remove link attributes from
845         description.
846         (org-open-at-point): Remove link attributes before using the path.
848         * org-exp.el (org-export-as-html): Handle link attributes.
850         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
852         * org-table.el (org-table-to-lisp): New function.
854         * org.el (org-narrow-to-subtree): Do not include the final newline
855         into the narrowed region.
857         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
858         bug with user-define skipping condition.
860         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
862         * org-exp.el (org-export-html-style-default): Automatic overflow
863         handling for pre fields.
864         (org-export-as-ascii, org-export-as-html): Change default format
865         for time stamp.
867         * org-table.el (org-table-export): Offer completion for translator
868         functions, and do not require a heading above the table.
870         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
871         Cater for the case of a list starting in the first line of the
872         buffer.
874         * org-publish.el (org-publish-find-title): Bug fix.
875         (org-publish-org-index): Implement new :index-style option.
877         * org-publish.el (org-publish-timestamp-filename): Use
878         SHA1-encoded file names in the timestamp directory.
880         * org-publish.el (org-publish-needed-p): Be verbose about files
881         published and files skipped.
883         * org-exp.el (org-export-preprocess-string): Swap link
884         normalization and internal link targeting.
886         * org-publish.el (org-publish-needed-p): Create timestamp
887         directory when it does not exist.
889         * org-clock.el (org-clock-out-when-done): Doc fix.
891         * org.el (org-agenda-skip-unavailable-files): Doc fix.
893         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
894         Ignore case when searching for the COMMENT cookie at export time.
896         * org-exp.el (org-get-file-contents)
897         (org-get-and-remove-property): New functions.
898         (org-export-handle-include-files): Handle the new prefix options.
899         (org-export-as-html): Fix the verse environment.
901         * org.el (org-time=, org-time<, org-time<=, org-time>)
902         (org-time>=, org-time<>, org-2ft): New functions.
903         (org-op-to-function): Also provide for the time testing functions.
905         * org-exp.el (org-export-html-style-default): New constant.
907         * org-exp.el (org-export-html-style-extra): New variable.
908         (org-export-splice-style): New function.
910         * org-exp.el (org-export-plist-vars, org-export-as-html):
911         Implement `org-export-creator-info'.
912         (org-export-creator-info): New option.
914         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
915         (org-property-drawer-re, org-clock-drawer-re): New constants.
917         * org-exp.el (org-icalendar-use-deadline)
918         (org-icalendar-use-scheduled): New options.
919         (org-icalendar-include-todo): Default changed to t.
920         (org-print-icalendar-entries): Implement better utilization of
921         scheduling and deadline time stamps.
922         (org-export-target-internal-links, org-export-as-html): Allow file
923         lines without the "file:" prefix if the file path is an absolute
924         path or starts with ".".
926         * org-clock.el (org-clocktable-shift): Also understand yesterday,
927         lastweek etc.
928         (org-clock-special-range): Also understand yesterday, lastweek etc.
930         * org.el (org-agenda-skip-archived-trees): Docstring now
931         discourages using this.
932         (org-scan-tags): Check for org-agenda-archives-mode.
933         (org-map-entries): Make sure org-agenda-archives-mode is nil.
934         (org-agenda-files): Functionality of second arg changed.
936         * org-agenda.el (org-agenda-archives-mode): New variable
937         (org-write-agenda, org-prepare-agenda, org-agenda-list)
938         (org-search-view, org-todo-list, org-tags-view)
939         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
940         `ifmode' argument.
941         (org-agenda-quit): Reset the archives mode.
942         (org-agenda-archives-mode): New command.
943         (org-agenda-set-mode-name): Include archives info.
945         * org.el (org-paste-subtree): Make sure the yanked headline is
946         visible if it was yanked at a visible point.
947         (org-move-item-up): Fix the bug with moving white space at the end
948         of the item.
949         (org-show-empty-lines-in-parent): New function.
951 2008-07-19  Juri Linkov  <juri@jurta.org>
953         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
954         new keymap `narrow-map' instead of binding "\C-xns".
956 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
958         * org.el (org-agenda-skip-unavailable-files):
959         * org-clock.el (org-clock-out-when-done): Doc fixes.
961 2008-06-18  Glenn Morris  <rgm@gnu.org>
963         * org.el (org-map-entries): Let-bind `file'.
965 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
967         * org-colview.el (org-columns-next-allowed-value): Bug fix.
969         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
971         * org-agenda.el (org-agenda-get-closed): Get the end time into the
972         agenda prefix as well.
974         * org-publish.el (org-publish-org-index): Make a properly indented
975         list.
977         * org.el (org-calendar-agenda-action-key): New option.
978         (org-get-cursor-date): New function.
979         (org-mark-entry-for-agenda-action): New command.
980         (org-overriding-default-time): New variable.
981         (org-read-date): Respect `org-overriding-default-time'.
983         * org-remember.el (org-remember-apply-template): Respect the
984         overriding default time.
986         * org-agenda.el (org-agenda-action-marker): New variable.
987         (org-agenda-action): New command.
988         (org-agenda-do-action): New function.
990 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
992         * org.el (org-schedule, org-deadline): Protect scheduled and
993         deadline tasks against changes that accidently remove the
994         repeater.  Also show a message with the new date when done.
996 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
998         * org.el (org-beginning-of-line): Cater for the case when there
999         are tags but no headline text.
1000         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
1001         it set.
1003 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1005         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
1006         the return value is nil instead of "nil" when there is no match.
1008         * org-exp.el (org-insert-centered): Use fill-column instead of
1009         80.
1010         (org-export-as-ascii): Use string-width to measure the width of
1011         the heading.
1013         * org.el (org-diary-to-ical-string): No longer kill buffer
1014         FROMBUF, this is now done by the caller.
1016         * org-exp.el (org-print-icalendar-entries): Move the call to
1017         `org-diary-to-ical-string' out of the loop, and kill the buffer
1018         afterwords.
1020         * org-remember.el (org-remember-visit-immediately): Position
1021         cursor after moving to the note.
1022         (org-remember-apply-template): Use a text property to record the
1023         cursor position.
1024         (org-remember-handler): Align tags after pasting the note.
1026 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1028         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
1030         * org-agenda.el (org-agenda-open-link): If there is an
1031         org-bbdb-name property in the current line, jump to that bbdb
1032         entry.
1034         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
1035         text property, so that the agenda knows where this entry comes
1036         from.
1038         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
1039         interaction between clocking-in from the agenda, and  automatic
1040         task state switching.
1042         * org-macs.el (org-with-point-at): Bug fix in macro definition.
1044         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
1045         zmacs-region stays after this command in XEmacs.
1047 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1049         * org.el (org-scan-tags): Allow new values for ACTION parameter.
1051         * org-remember.el (org-remember-templates): Fix bug in
1052         customization type definition.
1054         * org.el (org-map-entries): New function.
1056 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1058         * org-agenda.el (org-agenda-skip-comment-trees): New option.
1059         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
1061 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1063         * org-remember.el (org-jump-to-target-location): New variable.
1064         (org-remember-apply-template): Set
1065         `org-remember-apply-template' if requested by template.
1066         (org-remember-handler): Start an idle timer to jump to
1067         remember location.
1069         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
1071         * org.el (org-set-regexps-and-options): Fix bug with parsing of
1072         file tags.
1073         (org-get-tags-at): Add the content of `org-file-tags'.
1075         * org-exp.el (org-export-handle-comments): Fix bug with several
1076         comment lines after each other.
1077         (org-number-to-roman, org-number-to-counter): New functions.
1078         (org-export-section-number-format): New option.
1080 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1082         * org-exp.el (org-export-protect-examples): Catch the case of a
1083         missing end_example line.
1085         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
1086         `org-file-tags' to nil.
1088         * org-colview.el (org-columns-next-allowed-value): Handle next
1089         argument NTH to directly select a value.
1091         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
1092         argument NTH to directly select a value.
1094 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1096         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
1098 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1100         * org.el (org-columns-ellipses): New option.
1102 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1104         * org-colview.el (org-columns-add-ellipses): New function.
1105         (org-columns-compact-links): New function.
1106         (org-columns-cleanup-item): Call `org-columns-compact-links'.
1107         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
1108         when in agenda.
1109         (org-columns-edit-value): Fixed bug with editing values from
1110         agenda column view.
1111         (org-columns-redo): Also redo the agenda itself.
1113 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1115         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
1116         option.
1118         * org-colview.el (org-agenda-columns-cleanup-item): New function.
1120         * org-exp.el (org-export-ascii-preprocess): Renamed from
1121         `org-export-ascii-clean-string'.
1122         (org-export-kill-licensed-text)
1123         (org-export-define-heading-targets)
1124         (org-export-handle-invisible-targets)
1125         (org-export-target-internal-links)
1126         (org-export-remove-or-extract-drawers)
1127         (org-export-remove-archived-trees)
1128         (org-export-protect-quoted-subtrees)
1129         (org-export-protect-verbatim, org-export-protect-examples)
1130         (org-export-select-backend-specific-text)
1131         (org-export-mark-blockquote-and-verse)
1132         (org-export-remove-comment-blocks-and-subtrees)
1133         (org-export-handle-comments, org-export-mark-radio-links)
1134         (org-export-remove-special-table-lines)
1135         (org-export-normalize-links)
1136         (org-export-concatenate-multiline-links)
1137         (org-export-concatenate-multiline-emphasis): New functions,
1138         obtained from spliting the export preprocessor.
1140         * org-table.el (org-table-recalculate): Improve error message if
1141         the row number is invalid.
1143 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1145         * org-archive.el (org-archive-save-context-info): Fix bugs in
1146         customization setup and docstring.
1148         * org-exp.el (org-export-html-style): Changed the size of in the
1149         <pre> element to 90%.
1151 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1153         * org.el (org-find-src-example-start): Function removed.
1154         (org-edit-src-find-region-and-lang): New function.
1156 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1158         * org.el (org-edit-src-exit): New function.
1159         (org-exit-edit-mode): New minor mode.
1161         * org-exp.el (org-export-preprocess-string): Fix bug with removing
1162         comment-like lines from protected examples.
1164         * org.el (org-edit-src-example, org-find-src-example-start)
1165         (org-protect-source-example, org-edit-special): New functions.
1167 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1169         * org-publish.el (org-publish-project-alist): Fix typo in
1170         docstring.
1171         (org-publish-project-alist): Handle :index-title property.
1173 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1175         * org-export-latex.el (org-export-as-latex): Make sure region
1176         bounds are correct.  Parse subtree properties relating to export.
1178         * org-exp.el (org-export-add-options-to-plist): New function.
1179         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
1181 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1183         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
1184         EXPORT_TITLE.
1186         * org-exp.el (org-export-get-title-from-subtree)
1187         (org-export-as-ascii, org-export-as-html): Make sure the original
1188         region-beginning and region-end are used, even after moving
1189         point.
1190         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
1191         property.
1193         * org-remember.el (org-remember-last-stored-marker): New variable.
1194         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
1195         (org-remember-handler): Also use marker to remember
1196         last-stored position.
1198         * org.el (org-goto-marker-or-bmk): New function.
1200 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1202         * org.el (org-file-properties): Renamed from `org-local-properties'.
1203         (org-scan-tags): Take file tags into account.
1204         (org-tags-match-list-sublevels): Default changed to t.
1206         * org-exp.el (org-export-as-html): Close paragraph after a
1207         footnote.
1209         * org.el (org-update-parent-todo-statistics): New function.
1211         * org-exp.el (org-icalendar-store-UID): New option.
1212         (org-icalendar-force-UID): Option removed.
1213         (org-print-icalendar-entries): IMplement UIDs.
1215 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1217         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
1219 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1221         * org-faces.el (org-column): Document how this face is being used
1222         and why sometimes the background faces shine through.
1224         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
1226         * org-publish.el (org-publish-attachment): Create publishing
1227         directory if it does not yet exist.
1229         * org-table.el (org-calc-default-modes): Change default number
1230         format to (float 8).
1232         * org.el (org-olpath-completing-read): New function.
1233         (org-time-clocksum-format): New option.
1234         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
1236         * org-clock.el (org-clock-display, org-clock-out)
1237         (org-update-mode-line): Use `org-time-clocksum-format'.
1239         * org-colview-xemacs.el (org-columns-number-to-string): Use
1240         `org-time-clocksum-format'.
1242         * org-colview.el (org-columns-number-to-string): Use
1243         `org-time-clocksum-format'.
1245 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1247         * org-id.el: New file, move from contrib to core.
1249         * org-exp.el (org-icalendar-force-UID): New option.
1251 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1253         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
1254         shifted by one day if there is a date range without an end
1255         time.
1257         * org.el (org-try-structure-completion): New function.
1259 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1261         * org.el (org-set-font-lock-defaults): Improve fontification of
1262         description lists.
1263         (org-insert-item): Handle description lists.
1264         (org-adaptive-fill-function): Improve auto indentation in
1265         description lists.
1267         * org-exp.el (org-export-as-html, org-export-preprocess-string):
1268         Implement VERSE environment.
1269         (org-export-preprocess-string): Implement the COMMENT
1270         environment.
1272         * org-export-latex.el (org-export-latex-preprocess): Implement
1273         VERSE environment.
1275 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1277         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
1278         option.
1280 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1282         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
1284         * org.el (org-quote-csv-field): New functions.
1286         * org-table.el (org-table-export-default-format): Remove :splice
1287         from default format, we get the same effect by not specifying
1288         :tstart and :tend.
1289         (org-table-export): Improve setup, distinguish better between
1290         interactive and non-interactive use, allow specifying the format
1291         on the fly, better protection against wrong file names.
1292         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
1293         and :tend when :splice is omitted.
1295 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1297         * org-clock.el (org-clock-select-task): Make sure the selection
1298         letters are 1-9 and A-Z, no special characters.
1300 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1302         * org-exp.el (org-export-htmlize): New group.
1303         (org-export-htmlize-output-type)
1304         (org-export-htmlize-css-font-prefix): New options.
1305         (org-export-htmlize-region-for-paste): New function.
1306         (org-export-htmlize-generate-css): New command.
1308 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1310         * org.el (org-set-visibility-according-to-property): New function.
1311         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
1312         and compute the regular expressions, and update font-lock.
1313         (org-property-re): Allow a dash in property names.
1315         * org-archive.el (org-extract-archive-file): Insert the file name
1316         without the path into the format, to allow the location format to
1317         contain a subdirectory.
1319         * org-agenda.el (org-agenda-post-command-hook): If point is at end
1320         of buffer, and the `org-agenda-type' property undefined, use the
1321         value from the character before.
1323         * org.el (org-add-planning-info): Don't let indentation for
1324         would-be timestamp become extra whitespace at the end of headline.
1326 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1328         * org.el (org-remove-double-quotes, org-file-contents): New
1329         functions.
1331         * org-exp.el (org-infile-export-plist): Also parse the
1332         contents of #+SETUPFILE files, recursively.
1334         * org.el (org-set-regexps-and-options): Also parse the
1335         contents of #+SETUPFILE files, recursively.
1337         * org-exp.el (org-export-handle-include-files): New function.
1338         (org-export-preprocess-string): Call
1339         `org-export-handle-include-files'.
1341         * org.el (org-delete-property-globally)
1342         (org-delete-property, org-set-property): Ignore case during
1343         completion.
1344         (org-set-property): Use `org-completing-read' instead of
1345         `completing-read'.
1347         * org.el (org-complete-expand-structure-template): New,
1348         experimental function.
1349         (org-structure-template-alist): New, experimental option.
1350         (org-complete): Call `org-complete-expand-structure-template'.
1352 2008-06-17 Bastien Guerry  <bzg@altern.org>
1354         * org-export-latex.el (org-export-latex-preprocess): Added
1355         support for blockquotes.
1357 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1359         * org.el (org-read-date-analyze): Catch the case where only a
1360         weekday is given.
1362 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1364         * org.el (org-set-font-lock-defaults): Make the description
1365         tag bold.
1367         * org-exp.el (org-export-as-html, org-close-li): Implement
1368         description lists.
1370 2008-06-17 Jason Riedy  <jason@acm.org>
1372         * org-table.el (*orgtbl-default-fmt*): New variable.
1373         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
1374         when there is no other fmt available.
1376         (orgtbl-to-generic): Allow an explicitly nil :tstart or
1377         :tend to suppress the appropriate string.
1379         (orgtbl-to-orgtbl): New function for translating to another orgtbl
1380         table.
1382 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1384         * org.el (org-read-date-analyze): "." as an alias for "+0" in
1385         read date.
1387         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
1388         New function.
1390         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
1391         New function.
1393 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1395         * org-clock.el (org-clock-find-position): Don't include notes
1396         into clock drawer.
1398         * org-archive.el (org-archive-subtree): No longer remove an
1399         extra line after cutting the subtree.  `org-cut-subtree' already
1400         takes care of this.
1402         * org-remember.el (org-remember-handler): Only kill the target
1403         buffer if it does not contain the running clock.
1405         * org.el (org-markers-to-move): New variable.
1406         (org-save-markers-in-region, org-check-and-save-marker)
1407         (org-reinstall-markers-in-region): New function.
1408         (org-move-subtree-down, org-copy-subtree): Remember relative
1409         marker positions before cutting.
1410         (org-move-subtree-down, org-paste-subtree): Restore relative
1411         marker positions after pasting.
1413         * org-remember.el (org-remember-clock-out-on-exit): New option.
1414         (org-remember-finalize): Clock out only if the setting in
1415         `org-remember-clock-out-on-exit' requires it.
1416         (org-remember-handler): Do the cleanup in the buffer, to make sure
1417         that the clock marker remains in tact.
1419 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1421         * org-clock.el (org-clock-goto): Widen buffer if necessary.
1422         (org-clock-in): Make sure that also tasks outside the narrowed
1423         region will be clocked in correctly.
1424         (org-clock-insert-selection-line): Widen the buffer so that we can
1425         find the correct task heading.
1427         * org.el (org-base-buffer): New function.
1429         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
1430         and ";" are escaped.
1431         (org-print-icalendar-entries): Also apply
1432         `org-icalendar-cleanup-string' to the headline, not only to the
1433         summary property.
1435 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
1437         * org-exp.el (org-export-preprocess-hook): New hook.
1438         (org-export-preprocess-string): Call
1439         `org-export-preprocess-hook'.
1441         * org.el (org-font-lock-hook): New variable.
1442         (org-font-lock-hook): New function.
1443         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
1445 ;; Local Variables:
1446 ;; coding: utf-8
1447 ;; add-log-time-zone-rule: t
1448 ;; End:
1450     Copyright (C) 2008  Free Software Foundation, Inc.
1452   This file is part of GNU Emacs.
1454   GNU Emacs is free software: you can redistribute it and/or modify
1455   it under the terms of the GNU General Public License as published by
1456   the Free Software Foundation, either version 3 of the License, or
1457   (at your option) any later version.
1459   GNU Emacs is distributed in the hope that it will be useful,
1460   but WITHOUT ANY WARRANTY; without even the implied warranty of
1461   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1462   GNU General Public License for more details.
1464   You should have received a copy of the GNU General Public License
1465   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1467 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c