Be verbose about files skipped by org-publish.
[org-mode.git] / lisp / ChangeLog
blob2935e6cbf8ff874976a6b25b63eec643550ef62f
1 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3         * org-publish.el (org-publish-needed-p): Be verbose about files
4         published and files skipped.
6         * org-exp.el (org-export-preprocess-string): Swap link
7         normalization and inernal link targeting.
9         * org-publish.el (org-publish-needed-p): Create timestamp
10         directory when it does not exist.
12 2008-07-04  Bastien Guerry  <bzg@altern.org>
14         * org-clock.el (org-clock-out-when-done): Doc fix.
16         * org.el (org-agenda-skip-unavailable-files): Doc fix.
18         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
19         Ignore case when searching for the COMMENT cookie at export time.
21 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
23         * org-exp.el (org-get-file-contents)
24         (org-get-and-remove-property): New functions.
25         (org-export-handle-include-files): Handle the new prefix options.
26         (org-export-as-html): Fix the verse environment.
28 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
30         * org.el (org-time=, org-time<, org-time<=, org-time>)
31         (org-time>=, org-time<>, org-2ft): New functions.
32         (org-op-to-function): Also provide for the time testing fucntions.
34 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
36         * org-exp.el (org-export-html-style-default): New constant.
38 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
40         * org-exp.el (org-export-html-style-extra): New variable.
41         (org-export-splice-style): New function.
43 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
45         * org-exp.el (org-export-plist-vars, org-export-as-html):
46         Implement `org-export-creator-info'.
47         (org-export-creator-info): New option.
49 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
51         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
52         (org-property-drawer-re, org-clock-drawer-re): New constants.
54 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
56         * org-exp.el (org-icalendar-use-deadline)
57         (org-icalendar-use-scheduled): New options.
58         (org-icalendar-include-todo): Default changed to t.
59         (org-print-icalendar-entries): Implement better utilization of
60         scheduling and deadline time stamps.
61         (org-export-target-internal-links, org-export-as-html): Allow file
62         lines without the "file:" prefix if the file path is an absolute
63         path or starts with ".".
65         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
66         lastweek etc.
67         (org-clock-special-range): Also undertand yesterday, lastweek etc.
69 2008-06-18  Glenn Morris  <rgm@gnu.org>
70         * org.el (org-map-entries): Let-bind `file'.
72 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
74         * org.el (org-agenda-skip-archived-trees): Docstring now
75         discourages using this.
76         (org-scan-tags): Check for org-agenda-archives-mode.
77         (org-map-entries): Make sure org-agenda-archives-mode is nil.
78         (org-agenda-files): Functionality of second arg changed.
80         * org-agenda.el (org-agenda-archives-mode): New variable
81         (org-write-agenda, org-prepare-agenda, org-agenda-list)
82         (org-search-view, org-todo-list, org-tags-view)
83         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
84         `ifmode' argument.
85         (org-agenda-quit): Reset the archives mode.
86         (org-agenda-archives-mode): New command.
87         (org-agenda-set-mode-name): Include archives info.
89 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
91         * org.el (org-paste-subtree): Make sure the yanked headline is
92         visible if it was yanked at a visible point.
93         (org-move-item-up): Fix the bug with moving white space at the end
94         of the item.
95         (org-show-empty-lines-in-parent): New function.
97 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
99         * org-colview.el (org-columns-next-allowed-value): Bug fix.
101         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
103         * org-agenda.el (org-agenda-get-closed): Get the end time into the
104         agenda prefix as well.
106         * org-publish.el (org-publish-org-index): Make a properly indented
107         list.
109         * org.el (org-calendar-agenda-action-key): New option.
110         (org-get-cursor-date): New function.
111         (org-mark-entry-for-agenda-action): New command.
112         (org-overriding-default-time): New variable.
113         (org-read-date): Respect `org-overriding-default-time'.
115         * org-remember.el (org-remember-apply-template): Respect the
116         ovverriding default time.
118         * org-agenda.el (org-agenda-action-marker): New variable.
119         (org-agenda-action): New command.
120         (org-agenda-do-action): New function.
122 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
124         * org.el (org-schedule, org-deadline): Protect scheduled and
125         deadline tasks against changes that accidently remove the
126         repeater.  Also show a message with the new date when done.
128 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
130         * org.el (org-beginning-of-line): Cater for the case when there
131         are tags but no headline text.
132         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
133         it set.
135 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
137         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
138         the return value is nil instead of "nil" when there is no match.
140         * org-exp.el (org-insert-centered): Use fill-column instead of
141         80.
142         (org-export-as-ascii): Use string-width to measure the width of
143         the heading.
145         * org.el (org-diary-to-ical-string): No longer kill buffer
146         FROMBUF, this is now done by the caller.
148         * org-exp.el (org-print-icalendar-entries): Move the call to
149         `org-diary-to-ical-string' out of the loop, and kill the buffer
150         afterwords.
152         * org-remember.el (org-remember-visit-immediately): Position
153         cursor after moving to the note.
154         (org-remember-apply-template): Use a text property to record the
155         cursor position.
156         (org-remember-handler): Align tags after pasting the note.
158 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
160         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
162         * org-agenda.el (org-agenda-open-link): If there is an
163         org-bbdb-name property in the current line, jump to that bbdb
164         entry.
166         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
167         text property, so that the agenda knows where this entry comes
168         from.
170         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
171         interaction between clocking-in from the agenda, and  automatic
172         task state switching.
174         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
176         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
177         zmacs-region stays after this command in XEmacs.
179 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
181         * org.el (org-scan-tags): Allow new values for ACTION parameter.
183         * org-remember.el (org-remember-templates): Fix bug in
184         customization type definition.
186         * org.el (org-map-entries): New function.
188 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
190         * org-agenda.el (org-agenda-skip-comment-trees): New option.
191         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
193 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
195         * org-remember.el (org-jump-to-target-location): New variable.
196         (org-remember-apply-template): Set
197         `org-remember-apply-template' if requested by template.
198         (org-remember-handler): Start an idle timer to jump to
199         remember location.
201         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
203         * org.el (org-set-regexps-and-options): Fix bug with parsing of
204         file tags.
205         (org-get-tags-at): Add the content of `org-file-tags'.
207         * org-exp.el (org-export-handle-comments): Fix bug with several
208         comment lines after each other.
209         (org-number-to-roman, org-number-to-counter): New functions.
210         (org-export-section-number-format): New option.
212 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
214         * org-exp.el (org-export-protect-examples): Catch the case of a
215         missing end_example line.
217         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
218         `org-file-tags' to nil.
220         * org-colview.el (org-columns-next-allowed-value): Handle next
221         argument NTH to directly select a value.
223         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
224         argument NTH to directly select a value.
226 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
228         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
230 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
232         * org.el (org-columns-ellipses): New option.
234 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
236         * org-colview.el (org-columns-add-ellipses): New function.
237         (org-columns-compact-links): New function.
238         (org-columns-cleanup-item): Call `org-columns-compact-links'.
239         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
240         when in agenda.
241         (org-columns-edit-value): Fixed bug with editing values from
242         agenda column view.
243         (org-columns-redo): Also redo the agenda itself.
245 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
247         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
248         option.
250         * org-colview.el (org-agenda-columns-cleanup-item): New function.
252         * org-exp.el (org-export-ascii-preprocess): Renamed from
253         `org-export-ascii-clean-string'.
254         (org-export-kill-licensed-text)
255         (org-export-define-heading-targets)
256         (org-export-handle-invisible-targets)
257         (org-export-target-internal-links)
258         (org-export-remove-or-extract-drawers)
259         (org-export-remove-archived-trees)
260         (org-export-protect-quoted-subtrees)
261         (org-export-protect-verbatim, org-export-protect-examples)
262         (org-export-select-backend-specific-text)
263         (org-export-mark-blockquote-and-verse)
264         (org-export-remove-comment-blocks-and-subtrees)
265         (org-export-handle-comments, org-export-mark-radio-links)
266         (org-export-remove-special-table-lines)
267         (org-export-normalize-links)
268         (org-export-concatenate-multiline-links)
269         (org-export-concatenate-multiline-emphasis): New functions,
270         obtained from spliiting the export preprocessor.
272         * org-table.el (org-table-recalculate): Improve error message if
273         the row number is invalid.
275 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
277         * org-archive.el (org-archive-save-context-info): Fix bugs in
278         customization setup and docstring.
280         * org-exp.el (org-export-html-style): Changed the size of in the
281         <pre> element to 90%.
283 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
285         * org.el (org-find-src-example-start): Function removed.
286         (org-edit-src-find-region-and-lang): New function.
288 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
290         * org.el (org-edit-src-exit): New function.
291         (org-exit-edit-mode): New minor mode.
293         * org-exp.el (org-export-preprocess-string): Fix bug with removing
294         comment-like lines from protected examples.
296         * org.el (org-edit-src-example, org-find-src-example-start)
297         (org-protect-source-example, org-edit-special): New functions.
299 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
301         * org-publish.el (org-publish-project-alist): Fix typo in
302         docstring.
303         (org-publish-project-alist): Handle :index-title property.
305 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
307         * org-export-latex.el (org-export-as-latex): Make sure region
308         bounds are correct.  Parse subtree properties relating to export.
310         * org-exp.el (org-export-add-options-to-plist): New function.
311         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
313 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
315         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
316         EXPORT_TITLE.
318         * org-exp.el (org-export-get-title-from-subtree)
319         (org-export-as-ascii, org-export-as-html): Make sure the original
320         region-beginning and region-end are used, even after moving
321         point.
322         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
323         property.
325         * org-remember.el (org-remember-last-stored-marker): New variable.
326         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
327         (org-remember-handler): Also use marker to remember
328         last-stored position.
330         * org.el (org-goto-marker-or-bmk): New function.
332 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
334         * org.el (org-file-properties): Renamed from `org-local-properties'.
335         (org-scan-tags): Take file tags into account.
336         (org-tags-match-list-sublevels): Default changed to t.
338         * org-exp.el (org-export-as-html): Close paragraph after a
339         footnote.
341         * org.el (org-update-parent-todo-statistics): New function.
343         * org-exp.el (org-icalendar-store-UID): New option.
344         (org-icalendar-force-UID): Option removed.
345         (org-print-icalendar-entries): IMplement UIDs.
347 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
349         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
351 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
353         * org-faces.el (org-column): Document how this face is being used
354         and why sometimes the background faces shine through.
356         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
358         * org-publish.el (org-publish-attachment): Create publishing
359         directory if it does not yet exist.
361         * org-table.el (org-calc-default-modes): Change default number
362         format to (float 8).
364         * org.el (org-olpath-completing-read): New function.
365         (org-time-clocksum-format): New option.
366         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
368         * org-clock.el (org-clock-display, org-clock-out)
369         (org-update-mode-line): Use `org-time-clocksum-format'.
371         * org-colview-xemacs.el (org-columns-number-to-string): Use
372         `org-time-clocksum-format'.
374         * org-colview.el (org-columns-number-to-string): Use
375         `org-time-clocksum-format'.
377 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
379         * org-id.el: New file, move from contrib to core.
381         * org-exp.el (org-icalendar-force-UID): New option.
383 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
385         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
386         shifted by one day if theere is a date range without an end
387         time.
389         * org.el (org-try-structure-completion): New function.
391 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
393         * org.el (org-set-font-lock-defaults): Improve fontification of
394         description lists.
395         (org-insert-item): Handle description lists.
396         (org-adaptive-fill-function): Improve auto indentation in
397         description lists.
399         * org-exp.el (org-export-as-html, org-export-preprocess-string):
400         Implement VERSE environment.
401         (org-export-preprocess-string): Implement the COMMENT
402         environment.
404         * org-export-latex.el (org-export-latex-preprocess): Implement
405         VERSE environment.
407 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
409         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
410         option.
412 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
414         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
416         * org.el (org-quote-csv-field): New functions.
418         * org-table.el (org-table-export-default-format): Remove :splice
419         from default format, we get the same effect by not specifying
420         :tstart and :tend.
421         (org-table-export): Improve setup, distinguish better between
422         interactive and non-interactive use, allow specifying the format
423         on the fly, better protection against wrong file names.
424         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
425         and :tend when :splice is omitted.
427 2008-05-09  Bernt Hansen  <bernt@norang.ca>
429         * org-clock.el (org-clock-select-task): Make sure the selection
430         letters are 1-9 and A-Z, no special characters.
432 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
434         * org-exp.el (org-export-htmlize): New group.
435         (org-export-htmlize-output-type)
436         (org-export-htmlize-css-font-prefix): New options.
437         (org-export-htmlize-region-for-paste): New function.
438         (org-export-htmlize-generate-css): New command.
440 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
442         * org/org.el (org-modules, org-format-latex-options):
443         * org/org-archive.el (org-archive-stamp-time)
444         (org-archive-save-context-info):
445         * org/org-faces.el (org-hide):
446         * org/org-irc.el (org-irc-parse-link):
447         * org/org-macs.el (org-call-with-arg, org-autoload):
448         * org/org-mew.el (org-mew-store-link):
449         * org/org-remember.el (org-remember-store-without-prompt)
450         (org-remember-templates): Fix typos in docstrings.
452         * org/org-info.el (org-info-store-link): Remove leftover docstring.
454         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
455         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
456         (org-bbdb-anniv-split): Fix typos in docstrings.
458         * org/org-publish.el (org-publish-project-alist): Doc fixes.
459         (org-publish-use-timestamps-flag): Reflow docstring.
460         (org-publish-files-alist): Fix typos in docstring.
462 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
464         * org.el (org-set-visibility-according-to-property): New function.
465         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
466         and compute the regular expressions, and update font-lock.
467         (org-property-re): Allow a dash in property names.
469         * org-archive.el (org-extract-archive-file): Insert the file name
470         without the path into the format, to allow the location format to
471         contain a subdirectory.
473         * org-agenda.el (org-agenda-post-command-hook): If point is at end
474         of buffer, and the `org-agenda-type' property undefined, use the
475         value from the character before.
477         * org.el (org-add-planning-info): Don't let indentation for
478         would-be timestamp become extra whitespace at the end of headline.
480 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
482         * org.el (org-remove-double-quotes, org-file-contents): New
483         functions.
485         * org-exp.el (org-infile-export-plist): Also parse the
486         contents of #+SETUPFILE files, recursively.
488         * org.el (org-set-regexps-and-options): Also parse the
489         contents of #+SETUPFILE files, recursively.
491         * org-exp.el (org-export-handle-include-files): New function.
492         (org-export-preprocess-string): Call
493         `org-export-handle-include-files'.
495         * org.el (org-delete-property-globally)
496         (org-delete-property, org-set-property): Ignore case during
497         completion.
498         (org-set-property): Use `org-completing-read' instead of
499         `completing-read'.
501         * org.el (org-complete-expand-structure-template): New,
502         experimental function.
503         (org-structure-template-alist): New, experimental option.
504         (org-complete): Call `org-complete-expand-structure-template'.
506 2008-05-06  Bastien Guerry  <bzg@altern.org>
508         * org-export-latex.el (org-export-latex-preprocess): Added
509         support for blockquotes.
511 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
513         * org.el (org-read-date-analyze): Catch the case where only a
514         weekday is given.
516 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
518         * org.el (org-set-font-lock-defaults): Make the description
519         tag bold.
521         * org-exp.el (org-export-as-html, org-close-li): Implement
522         description lists.
524 2008-05-04  Jason Riedy  <jason@acm.org>
526         * org-table.el (*orgtbl-default-fmt*): New variable.
527         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
528         when there is no other fmt available.
530         (orgtbl-to-generic): Allow an explicitly nil :tstart or
531         :tend to suppress the appropriate string.
533         (orgtbl-to-orgtbl): New function for translating to another orgtbl
534         table.
536 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
538         * org.el (org-read-date-analyze): "." as an alias for "+0" in
539         read date.
541         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
542         New function.
544         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
545         New function.
547 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
549         * org-clock.el (org-clock-find-position): Don't include notes
550         into clock drawer.
552         * org-archive.el (org-archive-subtree): No longer remove an
553         extra line after cutting the subtree.  `org-cut-subtree' already
554         takes care of this.
556         * org-remember.el (org-remember-handler): Only kill the target
557         buffer if it does not contain the running clock.
559         * org.el (org-markers-to-move): New variable.
560         (org-save-markers-in-region, org-check-and-save-marker)
561         (org-reinstall-markers-in-region): New function.
562         (org-move-subtree-down, org-copy-subtree): Remember relative
563         marker positions before cutting.
564         (org-move-subtree-down, org-paste-subtree): Restore relative
565         marker positions after pasting.
567         * org-remember.el (org-remember-clock-out-on-exit): New option.
568         (org-remember-finalize): Clock out only if the setting in
569         `org-remember-clock-out-on-exit' requires it.
570         (org-remember-handler): Do the cleanup in the buffer, to make sure
571         that the clock marker remains in tact.
573 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
575         * org-clock.el (org-clock-goto): Widen buffer if necessary.
576         (org-clock-in): Make sure that also tasks outside the narrowed
577         region will be clocked in correctly.
578         (org-clock-insert-selection-line): Widen the buffer so that we can
579         find the correct task heading.
581         * org.el (org-base-buffer): New function.
583         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
584         and ";" are escaped.
585         (org-print-icalendar-entries): Also apply
586         `org-icalendar-cleanup-string' to the headline, not only to the
587         summary property.
589 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
591         * org-exp.el (org-export-preprocess-hook): New hook.
592         (org-export-preprocess-string): Call
593         `org-export-preprocess-hook'.
595         * org.el (org-font-lock-hook): New variable.
596         (org-font-lock-hook): New function.
597         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
599 ;; Local Variables:
600 ;; coding: utf-8
601 ;; add-log-time-zone-rule: t
602 ;; End:
604     Copyright (C) 2008  Free Software Foundation, Inc.
606   This file is part of GNU Emacs.
608   GNU Emacs is free software: you can redistribute it and/or modify
609   it under the terms of the GNU General Public License as published by
610   the Free Software Foundation, either version 3 of the License, or
611   (at your option) any later version.
613   GNU Emacs is distributed in the hope that it will be useful,
614   but WITHOUT ANY WARRANTY; without even the implied warranty of
615   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
616   GNU General Public License for more details.
618   You should have received a copy of the GNU General Public License
619   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
621 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c