LaTeX export: Fix problem with quotation marks
[org-mode.git] / lisp / ChangeLog
blob6d7449ff7d5c8e9235d5de81f8ea01592d8691c9
1 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-latex.el (org-export-latex-quotation-marks): Fix export of
4         quotation makrs in parenthesis.
6         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
7         when indented.
9         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
10         highlight also when indented.
12 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
14         * org-footnote.el (org-footnote-renumber-fn:N): New command.
15         (org-footnote-action): Offer renumbering.
17         * org.el (org-cycle): Honor the `integrate' value of
18         org-cycle-include-plain-lists'.
20         * org-list.el (org-cycle-include-plain-lists): New allowed value
21         `internal'.  Improve the docstring.
23         * org.el (org-set-autofill-regexps): Improve the paragraph-start
24         regexp to work better with LaTeX commands.
26 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
28         * org-feed.el (org-feed-update): fix problem with non-existing
29         buffer.
30         (org-feed-skip-http-headers): New function.
31         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
32         (org-feed-get-feed): Fix command line arguments for curl.
34 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
36         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
37         and eps extensions.
39 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
42         loaded.
44         * org.el (org-map-entries): No longer force
45         `org-tags-match-list-sublevels' to t during a todo-only tags
46         search.
48 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
50         * org-latex.el (org-export-latex-low-levels): Allow user-defined
51         environment.
52         (org-export-latex-subcontent): Handle user-defined environment.
54         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
55         the View dispatcher.
57         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
58         `make-overlay'.
60         * org-latex.el (org-export-as-pdf): Protect match data during call
61         to shell-quote-argument.
63         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
64         (org-agenda-view-mode-dispatch): New function.
66 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
68         * org-agenda.el (org-agenda-mode): Reset list of marks.
69         (org-agenda-mode-map): Define new keys for refile and bulk action.
70         (org-agenda-menu): Add menu itesm for refile and bulk action.
71         (org-agenda-refile): New function.
72         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
73         (org-agenda-marked-entries): New variable.
74         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
75         (org-agenda-remove-all-bulk-action-marks)
76         (org-agenda-bulk-action): New functions/commands.
78 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org-exp.el (org-get-file-contents): Protect org-like lines in
81         included files.
82         (org-export-format-source-code-or-example): Remove newlines.
84         * org-latex.el (org-export-latex-links): Check for no-description
85         marking.
87         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
88         argument separator back to comma.
89         (org-export-normalize-links): Mark links without description.
91 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
93         * org-exp.el (org-infile-export-plist): Fix bug in macro
94         processing.
96         * org-agenda.el (org-agenda-clock-out): Update line after clocking
97         out.
98         (org-agenda-highlight-todo): Fix bug with highlighting.
100 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
102         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
103         new alignment strings.
105         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
106         command list.
107         (org-table-align): Check for forced align type.
109         * org.el (org-self-insert-command): Add yas/expand to command
110         list.
112         * org-clock.el (org-clock-in-hook): New hook.
113         (org-clock-in): Run `org-clock-in-hook.
114         (org-clock-out-hook): New hook.
115         (org-clock-out): Run `org-clock-out-hook.
116         (org-clock-cancel-hook): New hook.
117         (org-clock-cancel): Run `org-clock-cancel-hook.
118         (org-clock-goto-hook): New hook.
119         (org-clock-goto): Run `org-clock-goto-hook.
121 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
123         * org.el (org-store-link): Better default description for link to
124         Org-mode headline.
126         * org-exp.el (org-export-generic): Autoload the generic exporter
127         function.
128         (org-export): Implement the `g' key for the generic exporter.
130 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
132         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
133         and for zbacktab'.
135         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
137         * org-exp.el (org-infile-export-plist): Get macros also from
138         #+SETUPFILE.
140 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
142         * org-colview.el (org-columns-capture-view): Protect vertical bars
143         in column values.
144         (org-columns-capture-view): Exclude comment and archived trees.
146         * org-colview-xemacs.el (org-columns-capture-view): Protect
147         vertical bars in column values.
148         (org-columns-capture-view): Exclude comment and archived trees.
150         * org.el (org-quote-vert): New function.
152         * org-latex.el (org-export-latex-verbatim-wrap): New option.
154         * org-exp.el (org-export-format-source-code-or-example): Use
155         `org-export-latex-verbatim-wrap'.
157         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
158         time stamps.
160         * org-html.el (org-export-table-row-tags): New option.
161         (org-format-org-table-html): Rename `nlines' to `nline', use new
162         option.
165 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
167         * org-exp-blocks.el: Declare functions and variables.
169         * org-remember.el (org-remember-templates): Allow the headline
170         element to be a function.
171         (org-remember-apply-template): If the headline is a function, call
172         it to get the true function.
174         * org-clock.el (org-clock-menu): New function.
175         (org-clock-update-mode-line): Update help string.
176         (org-clock-modify-effort-estimate): New function.
177         (org-clock-mark-default-task): New function.
179         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
180         minutes as input.
181         (org-org-menu): Add new clocking stuff.
182         (org-clock-is-active): New function.
184 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
186         * org.el (org-open-non-existing-files): Improve docstring.
188 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
190         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
191         option.
192         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
194         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
196         * org-list.el (org-get-checkbox-statistics-face): Use the new
197         faces.
199         * org-faces.el (org-checkbox-statistics-todo)
200         (org-checkbox-statistics-done): New faces.
202 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
204         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
205         (org-edit-src-exit): Better cursor positioning when returning from
206         editing.
208         * org-latex.el (org-export-latex-use-verb): New variable.
209         (org-export-latex-emph-format): Prefer \texttt over \verb when
210         org-export-latex-use-verb is set.
212 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
214         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
215         at normal indentation.
217         * org-html.el (org-export-html-close-lists-maybe): Also look at
218         normal indentation.
220         * org-remember.el (org-remember-handler): Abort remember if the
221         buffer is empty.
223         * org-src.el (org-edit-src-content-indentation): New option.
224         (org-edit-src-exit): Apply extra indentation.
226         * org-exp.el (org-export-format-source-code-or-example): Run
227         `org-src-mode-hook'.
229         * org-src.el (org-src-mode-hook): New variable.
230         (org-edit-src-code): Run `org-src-mode-hook'.
232 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
234         * org.el (org-indent-line-function): Fix indentation of +#end lines.
236         * org-src.el (org-edit-src-get-indentation): New function.
237         (org-edit-src-code): Base indentation on the begin line.
239 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
241         * org-gnus.el (org-gnus-store-link): Require message.el in
242         org-gnus-store-link.
244 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
246         * org-src.el: New file, split out of org.el
248         * org-docbook.el (org-export-as-docbook): Better indentation
249         treatment.
251         * org-macs.el (org-replace-match-keep-properties): New function.
253         * org-exp.el (org-export-mark-blockquote-verse-center): Better
254         preprocessing of center and quote and verse blocks.
256         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
257         (org-export-as-docbook): Close lists when original indentation
258         mandates it.
260         * org-html.el (org-export-html-close-lists-maybe): New function.
261         (org-export-as-html): Close lists when original indentation
262         mandates it.
264         * org-list.el (org-list-end): Respect the stored "original"
265         indentation when determining the end of the list.
267         * org-exp.el (org-export-replace-src-segments-and-examples):
268         Remember indentation correctly.
270 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
272         * org-clock.el (org-clock-update-mode-line): Apply face
273         org-mode-line-clock.
275         * org-faces.el (org-mode-line-clock): New face.
277 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
279         * org-gnus.el (org-gnus-store-link): Fix bug where
280         `org-gnus-store-link' used wrong subject when called in an article
281         buffer.  Patch provided by fengli AT gmail DOT com.
283 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
285         * org-exp.el (org-export-format-source-code-or-example): Remember
286         the original indentation of source code snippets and examples.
288         * org-latex.el (org-export-as-latex): Relocate the table of
289         contents.
291         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
293         * org-agenda.el (org-run-agenda-series): Scope global options also
294         when creating the agenda buffer.
296 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
298         * org.el (org-adapt-indentation): Improve documentation.
299         (org-insert-property-drawer): Respect org-adapt-indentation when
300         inserting the drawer.
301         (org-remove-flyspell-overlays-in): New function.
302         (org-do-emphasis-faces, org-activate-plain-links)
303         (org-activate-code, org-fontify-meta-lines-and-blocks)
304         (org-activate-angle-links, org-activate-footnote-links)
305         (org-activate-bracket-links, org-activate-dates)
306         (org-activate-target-links, org-activate-tags): Remove flyspell
307         overlays.
309 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
311         * org.el (org-edit-src-save): New function.
313         * org-clock.el (org-clock-out-switch-to-state): New option.
314         (org-clock-out): Honor `org-clock-out-switch-to-state'.
316         * org-compat.el (org-compatible-face): Improve macro.
318         * org.el (org-global-properties-fixed): Add default for
319         CLOCK_MODELINE_TOTAL.
321         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
322         andd tend.
323         (org-clock-sum-current-item): Optional argument TSTART, pass it to
324         org-clock-sum.
325         (org-clock-get-sum-start): New function.
327         * org.el (org-startup-options): New keywords blockhide and
328         blockshow.
329         (org-mode): Add new invisibility spec.
330         (org-set-startup-visibility): Hide block on startup if so
331         desired.
332         (org-hide-block-startup): New option.
333         (org-block-regexp): New constant.
334         (org-hide-block-overlays): New variable.
335         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
336         (org-show-block-all, org-hide-block-toggle-maybe)
337         (org-hide-block-toggle): New functions.
338         (org-edit-src-exit): Do not quote lines starting with # and no +
339         behind it.
340         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
341         entry.
343 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
345         * org.el (org-buffer-property-keys): Add Effort property for
346         completion.
348 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
350         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
351         when retrieving total clocked time in the subtree.
353         * org.el (org-quoting-blocks): New variable.
355 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
357         * org-table.el (org-table-store-formulas)
358         (org-table-get-stored-formulas, org-table-fix-formulas)
359         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
360         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
362         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
363         indented #+TBLFM line.
365         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
366         indented #+TBLFM line.
368         * org-colview.el (org-dblock-write:columnview): Allow indented
369         #+TBLFM line.
371         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
372         indented #+TBLFM line.
374         * org-clock.el (org-dblock-write:clocktable): Allow indented
375         #+TBLFM line.
377 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org-exp.el (org-export-format-source-code-or-example): Make
380         editing indented blocks work correctly.
382         * org.el (org-edit-src-nindent): New variable.
383         (org-edit-src-code, org-edit-fixed-width-region)
384         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
385         editing indented blocks work correctly.
387 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
389         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
390         indented blocks.
391         (org-export-format-source-code-or-example): Fix indentation of
392         blocks.
393         (org-export-remove-indentation): New function.
394         (org-export-select-backend-specific-text): Allow backend-specific
395         code to be indented.
396         (org-export-mark-blockquote-verse-center): Allow markers to be
397         indented.
399         * org.el (org-fontify-meta-lines): New function.
400         (org-set-font-lock-defaults): Call the new fontification
401         function.
403         * org-faces.el (org-meta-line): New face
404         (org-block):  New face.
406 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
408         * org.el (org-treat-insert-todo-heading-as-state-change)
409         (org-treat-S-cursor-todo-selection-as-state-change): New
410         variables.
411         (org-insert-todo-heading): Honor
412         `org-treat-insert-todo-heading-as-state-change'.
413         (org-shiftright, org-shiftleft): Honor
414         `org-treat-S-cursor-todo-selection-as-state-change'.
415         (org-inhibit-logging): New variable.
417 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
419         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
420         range for marker position checking.
422         * org-latex.el (org-export-latex-first-lines): Fix bug when
423         exporting a region.
425 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
427         * org-exp.el (org-export-push-to-kill-ring): Protect using
428         x-set-selection, because that does not always work.
430         * org-agenda.el (org-agenda-list): Apply the new face
431         `org-agenda-date-today'.
433         * org-faces.el (org-agenda-date-today): New face.
435 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
437         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
438         creating appointments.
440         * org-latex.el (org-export-latex-low-levels): Fix customization
441         type.
443         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
444         priority commands.
446         * org-agenda.el (org-agenda-priority): Disable priority commands.
448         * org.el (org-enable-priority-commands): New option.
450         * org-colview-xemacs.el (org-columns-compute)
451         (org-columns-number-to-string): Fix problems with empty fields.
453         * org-colview.el (org-columns-compute)
454         (org-columns-number-to-string): Fix problems with empty fields.
456         * org-exp.el (org-export-push-to-kill-ring): New function.
457         (org-export-copy-to-kill-ring): New option.
459         * org-latex.el (org-export-as-latex): Call
460         `org-export-push-to-kill-ring'.
462         * org-html.el (org-export-as-html): Call
463         `org-export-push-to-kill-ring'.
465         * org-docbook.el (org-export-as-docbook): Call
466         `org-export-push-to-kill-ring'.
468         * org-ascii.el (org-export-as-ascii): Call
469         `org-export-push-to-kill-ring'.
471         * org-exp.el (org-export-show-temporary-export-buffer): New
472         option. 
474         * org-latex.el (org-export-as-latex): Use
475         `org-export-show-temporary-export-buffer'.
477         * org-html.el (org-export-as-html): Use
478         `org-export-show-temporary-export-buffer'.
480         * org-docbook.el (org-export-as-docbook): Use
481         `org-export-show-temporary-export-buffer'.
483         * org-ascii.el (org-export-as-ascii-to-buffer): Use
484         `org-export-show-temporary-export-buffer'.
486         * org-exp.el (org-export-show-temporary-export-buffer): New
487         option.
488         (org-export-push-to-kill-ring): New function.
490         * org-colview.el (org-columns-compile-map): New variable.
491         (org-columns-new, org-columns-compute)
492         (org-columns-number-to-string, org-columns-uncompile-format)
493         (org-columns-compile-format): Implement new operators.
495 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
497         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
499         * org-html.el (org-export-html-xml-declaration): New option.
500         (org-export-as-html): Use `org-export-html-xml-declaration'.
502         * org-list.el (org-update-checkbox-count): Make property
503         dependent.
505         * org.el (org-hierarchical-todo-statistics): New option.
506         (org-update-parent-todo-statistics): Modified to handle recursive
507         statistics.
509 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org-publish.el (org-publish): Make this function behave
512         correctly in interactive use when called with a prefix argument.
514         * org.el (org-todo-statistics-hook): New hook.
515         (org-update-parent-todo-statistics): Use new hook.
516         (org-log-into-drawer): New function.
517         (org-add-log-setup): Use the new `org-log-into-drawer' function to
518         determine if we should be logging into a drawer.
519         (org-log-into-drawer): Update docstring.
520         (org-default-properties): Add LOG_INTO_DRAWER as a property.
522         * org-list.el (org-checkbox-statistics-hook): New hook.
523         (org-update-checkbox-count-maybe): Use new hook.
525         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
526         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
527         to kill ring.
529 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
531         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
532         a line.
534 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
536         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
537         better bufer-generating mechanism.
538         (org-edit-src-find-buffer): New function.
540         * org-icalendar.el (org-print-icalendar-entries): Don't check for
541         archive tag, this is already done by `org-agenda-skip'.
542         data while constructing lost of tags.
544 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
546         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
547         as argument separator in macros.
549         * org-html.el (org-export-as-html): Add xml declaration.
551 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
553         * org.el (org-after-sorting-entries-or-items-hook): New hook.
554         (org-sort-entries-or-items): Run the new hook.
555         (org-after-refile-insert-hook): New hook.
556         (org-refile): Run `org-after-refile-insert-hook'.
558         * org-agenda.el (org-agenda-get-progress): Never take time of day
559         from headline when displaying progress.
561         * org-latex.el (org-export-latex-complex-heading-re): New variable.
562         (org-export-as-latex): Force the correct regexp in the
563         preprocessor buffer.
564         (org-export-latex-set-initial-vars): Set
565         `org-export-latex-complex-heading-re'.
567         * org-agenda.el (org-agenda-start-with-log-mode): New option.
568         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
570 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org-latex.el (org-export-latex-tables-centered): New option.
573         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
575         * org-exp.el (org-export-as-org): New command.
576         (org-export-as-org): New command.
578         * org-publish.el (org-publish-org-to-org): New function.
580 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
582         * org.el (org-yank): Just call `org-yank-generic'.
583         (org-yank-generic): New function, containing the formaer
584         functionality of `org-yank'.
586         * org-latex.el (org-export-latex-not-done-keywords)
587         (org-export-latex-done-keywords): New variables.
588         (org-export-latex-todo-keyword-markup): New option.
589         (org-export-latex-set-initial-vars): Remember the TODO keywords.
590         (org-export-latex-keywords-maybe): Apply the TODO markup.
592 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
594         * org-exp.el (org-infile-export-plist): Add more default macros.
595         (org-export-preprocess-apply-macros): Process macro arguments.
597 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
599         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
600         `unblocked'.
601         (org-print-icalendar-entries): Respect the new value of
602         `org-icalendar-include-todo'.
604         * org.el (org-link-try-special-completion)
605         (org-file-complete-link): New functions.
606         (org-insert-link): Add special completion support for some link
607         types.
609         * org-bbdb.el (org-bbdb-complete-link): New function.
611 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org-list.el (org-update-checkbox-count): Allow recursive
614         statistics.
615         (org-hierarchical-checkbox-statistics): New option.
617         * org.el (org-cycle): Remove erraneous space character.
619         * org-icalendar.el (org-icalendar-timezone): Initialize from
620         environment.
622         * org-html.el (org-format-org-table-html): Specify the scope.
623         (org-format-table-table-html): Specify the scope.
624         (org-export-table-header-tags): Prepare the scope parameter.
626 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
628         * org-html.el
629         (org-export-html-table-use-header-tags-for-first-column): New
630         option.
632         * org.el (org-autoload): Fix autoloading of ascii export
633         functions.
634         (org-modules): Add org-special-blocks.
636 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
638         * org-icalendar.el (org-start-icalendar-file): Use the new option.
639         (org-ical-timezone): New option.
641         * org-exp.el (org-export-get-coderef-format): Use the description
642         is present.
644         * org.el (org-sort-entries-or-items): Improve docstring, and make
645         better implementation for time sorting.
647 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
649         * org.el (org-edit-src-persistent-message): New option.
650         (org-edit-src-code, org-edit-fixed-width-region): Use the new
651         option.
653         * org-clock.el (org-clock-insert-selection-line): Fix prefious
654         patch.
656         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
657         separate buffer instead of indirect buffer to edit source code.
658         (org-edit-src-exit): Make this function work with the new setup.
660         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
661         are properly fontified before shown in the selection menu.
663         * org.el (org-fontify-like-in-org-mode): New function.
665         * org-latex.el (org-export-latex-links): Use the property list to
666         retrieve the default image attributes.
668         * org-exp.el (org-export-plist-vars): Add a new option.
670 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-exp.el (org-export, org-export-visible): Support ASCII
673         export to buffer
674         (org-export-normalize-links): Do not protect the description if it
675         is explicitly given.
677         * org-ascii.el (org-export-as-ascii-to-buffer)
678         (org-replace-region-by-ascii, org-export-region-as-ascii): New
679         commands.
680         (org-export-as-ascii): Add all the same parameters that are also
681         supported by the other export functions.
683         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
684         org-checklist.el.
685         (org-reset-checkbox-state-subtree): Call
686         `org-reset-checkbox-state-subtree'.
688         * org-remember.el (org-select-remember-template): For the
689         selection of a valid template.
691         * org-latex.el (org-export-region-as-latex): Supply the
692         force-no-subtree argument.
693         (org-export-as-latex): Provide better limits when exporting the
694         first line.  When exporting to string, we still want the first
695         lines.
696         (org-export-latex-first-lines): New argument END, to force the end
697         of the region.
698         (org-export-region-as-latex): Use the property list.
699         (org-export-as-latex):
701         * org-colview-xemacs.el (org-columns-remove-overlays)
702         (org-columns): Fix call to `local-variable-p'.
704 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
706         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
707         (org-export-as-html): Run the new hook.
709         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
710         (org-export-latex-preprocess): Run the new hook.
712         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
713         (org-export-preprocess-string): Run the new hook.
715 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
717         * org-macs.el (org-check-external-command): New defsubst.
719         * org.el (org-mode-map): New key for reload.
720         (org-format-latex): Better error message when external programs
721         are not available.
723         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
725         * org.el (org-sort-entries-or-items): Explicit sorting function
726         for priorities, needed for XEmacs compatibility.
728         * org-remember.el (org-remember-apply-template): Improve auto-save
729         behavior.
731 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
733         * org-latex.el (org-export-latex-preprocess): Also protect
734         environments ending in a star.
736         * org-list.el (org-at-item-p): Fix regular expression.
738 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
740         * org.el (org-end-of-subtree): Improve speed.
742         * org-agenda.el (org-agenda-get-timestamps)
743         (org-agenda-get-progress, org-agenda-get-deadlines)
744         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
745         in particular, wait as long as possible to collect the tags.
746         (org-stuck-projects): Improve docstring.
748         * org.el (org-store-link): No errors when getting custom id before
749         first headline.
750         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
752 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
754         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
756         * org-protocol.el: Remove dependency on url.el.
757         (org-protocol-unhex-compound, org-protocol-open-source): Remove
758         dependency on url.el.
760         * org-latex.el (org-export-as-pdf): Use
761         `org-latex-to-pdf-process'.
763 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
765         * org-latex.el (org-latex-to-pdf-process): New option.
767         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
768         New option.
769         (org-agenda-get-timestamps): Honor
770         `org-agenda-skip-additional-timestamps-same-entry'.
772         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
773         (org-clock-goto): Find recent task only if
774         `org-clock-goto-may-find-recent-task' allows it.
776         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
777         drawers, and drawers that are missing the :END: line.
779 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
781         * org-clock.el (org-clock-goto): Go to recently clocked task if no
782         clock is running.
784 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
786         * org.el (org-update-parent-todo-statistics): Check for
787         STATISTICS_FROM property.
789         * org-list.el (org-update-checkbox-count): Check for
790         STATISTICS_FROM property.
792         * org.el (org-tab-first-hook)
793         (org-tab-after-check-for-table-hook)
794         (org-tab-after-check-for-cycling-hook): New hooks.
795         (org-cycle-internal-global, org-cycle-internal-local): New
796         functions, split out from `org-cycle'.
797         (org-cycle): Call the new hooks.
799 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
801         * org-exp.el (org-export-preprocess-string): Reset the list of
802         preferred targets for each run of the preprocessor.
804         * org.el (org-refile-target-verify-function): Improve
805         documentation.
806         (org-get-refile-targets): Respect point being moved by the
807         verification function.
809         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
810         option.
811         (org-export-latex-keywords): Use new option.
813         * org.el (org-rear-nonsticky-at): New defsubst.
814         (org-activate-plain-links, org-activate-angle-links)
815         (org-activate-footnote-links, org-activate-bracket-links)
816         (org-activate-dates, org-activate-target-links)
817         (org-activate-tags): Place the rear-nonsticky properties at the
818         correct location.
820 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
822         * org-protocol.el (server-edit): Declare `server-edit'.
823         (org-protocol-unhex-string, org-protocol-unhex-compound): New
824         functions.
825         (org-protocol-check-filename-for-protocol): Call `server-edit'.
827         * org.el (org-default-properties): New default properteis for
828         completion.
830         * org-exp.el (org-export-add-subtree-options): Add new properties
831         for subtree export.
833         * org-docbook.el (org-export-docbook-keywords-markup)
834         (org-export-docbook-timestamp-markup): New options.
835         (org-export-docbook-protect-tags): New function.
837 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
839         * org-id.el (org-id-get-with-outline-path-completion): Turn off
840         org-refile-target-verify-function for the duration of the command.
842         * org.el (org-link-to-org-use-id): New possible value
843         `create-if-interactive-and-no-custom-id'.
844         (org-store-link): Use custom IDs.
845         (org-link-search): Find custom ID properties from #link.
846         (org-default-properties): Add CUSTOM_ID for property completion.
847         (org-refile-target-verify-function): New option.
848         (org-goto): Turn off org-refile-target-verify-function
849         for the duration of the command.
851 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
853         * org-html.el (org-export-as-html): Use custom IDs in the toc.
855         * org-exp.el (org-export-preferred-target-alist): New variable.
856         (org-export-define-heading-targets): Find the new CUSTOM_ID
857         property.
858         (org-export-target-internal-links): Target the custom ids when
859         possible.
861         * org-latex.el (org-export-latex-preprocess): Better regexp for
862         matching latex macros with arguments.
864 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
866         * org-remember.el (org-remember-handler): Allow filing to non-org
867         files.
869 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
871         * org-feed.el (org-feed-alist): New keyword options.
872         (org-feed-update): Use the new options.
873         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
874         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
875         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
876         functions.
878         * org-table.el (org-table-fix-formulas): Do not change references
879         to remote tables.
880         (org-table-get-remote-range): Convert standard coordinates to RC
881         format.
883         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
885 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
887         * org-compat.el (org-sha1-string): Function removed.
889         * org.el (org-refile-allow-creating-parent-nodes): New option.
890         (org-refile-get-location): New argument NEW-NODES.
891         (org-refile): Call `org-refile-get-location' with the new
892         argument.
893         (org-refile-get-location): Arrange for adding a new child.
894         (org-refile-new-child): New function.
896         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
897         an additional span element.
899         * org-clock.el: Fix a number of docstrings.
900         (org-clock-find-position): New argument
901         FIND-UNCLOSED to make the function find an unclosed clock in the
902         entry.
903         (org-clock-in): Call `org-clock-find-position' with the new
904         argument if we might be resuming a clock.
906 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
908         * org-latex.el (org-export-latex-display-custom-times): New variable.
909         (org-export-latex-timestamp-markup): New option.
910         (org-export-latex-set-initial-vars): Remember the local value of
911         `org-display-custom-times'.
912         (org-export-latex-content): Process time stamps.
913         (org-export-latex-time-stamps): New function.
915         * org-macs.el (org-maybe-intangible): Add intangible property
916         again to invisible text.
918 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
920         * org-exp.el (org-default-export-plist): Handle undefined
921         variables.
923 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
925         * org.el (org-sort-entries-or-items): Match TODO keywrds
926         case-sensitively, when sorting.
927         (org-priority): Do not match TODO keywords with wrong case.
929 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
931         * org-feed.el (org-feed-update): Bind the variable
932         `new-formatted'.
934         * org-html.el (org-export-as-html): Start paragraphs after literal
935         examples.
937         * org-docbook.el (org-export-as-docbook): Start paragraphs after
938         literal examples.
940 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
942         * org.el (org-todo): Honor the NOBLOCKING property.
944         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
945         NOBLOCKING property.
947         * org.el (org-scan-tags): Fix bug in tag scanner
949 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
951         * org.el (org-modules): Mark obsolete packages.
953         * org-html.el: New file, split out from org-exp.el.
955         * org-icalendar.el: New file, split out from org-exp.el.
957         * org-xoxo.el: New file, split out from org-exp.el.
959         * org-ascii.el: New file, split out from org-exp.el.
961 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
963         * org-compat.el (org-find-library-name): New function.
965         * org.el (org-pre-cycle-hook): New hook.
966         (org-cycle): Call the new hook in appropriate places.
967         (org-reload): Only reload files that have been loaded before.
969 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
971         * org.el (org-set-font-lock-defaults): Enforxe space or line end
972         after todo keyword.
973         (org-todo): When changing TODO state, do matching
974         case-sensitively.
975         (org-map-continue-from): New variable.
976         (org-scan-tags): Respect values in `org-map-continue-from'.
977         (org-reload): Make XEmacs compatible.
979 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
981         * org-protocol.el (org-protocol-flatten-greedy): New function.
982         (org-protocol-flatten): New function.
984         * org.el (org-open-link-from-string): Pass reference buffer to
985         `org-open-at-point'.
986         (org-open-at-point): New optional argument `reference-buffer'.
988 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
990         * org.el (org-scan-tags): Make tag scan find headline in first
991         line, 2nd attempt.
992         (org-get-refile-targets): Add the naked file name.
993         (org-refile): Store as top-level entry when only file name was
994         given.
996         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
998         * org.el (org-block-todo-from-children-or-siblings-or-parent):
999         Renamed from org-block-todo-from-children-or-siblings, and
1000         enhanced to look for the parent's status as well.
1002         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
1003         (org-agenda-get-progress): Add first notes line to log entry if so
1004         desired.
1006 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
1008         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
1009         (org-agenda-cleanup-fancy-diary): Call the new hook.
1011         * org-remember.el (org-remember-apply-template): Take the default
1012         for the annotation from the :annotation property.
1014         * org-mac-message.el (org-mac-message-get-link): Remove the
1015         quotes.
1016         (org-mac-message-get-link): Return the result.
1018 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
1020         * org.el (org-refile-get-location): Add file name only if not
1021         already included in outline path.
1023         * org-faces.el (org-n-level-faces): Fix customization type from
1024         number to integer.
1026         * org-exp.el (org-export-headline-levels): Fix customization type
1027         from number to integer.
1029         * org-agenda.el (org-agenda-confirm-kill)
1030         (org-agenda-custom-commands-local-options)
1031         (org-timeline-show-empty-dates, org-agenda-ndays)
1032         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
1033         customization type from number to integer.
1035 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org-protocol.el: Declare some functions.
1039         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
1040         postion before inserting modified headline.
1042         * org-agenda.el (org-agenda-compare-effort): Honor
1043         `org-sort-agenda-noeffort-is-high'.
1044         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
1045         (org-agenda-compare-effort): Implement the "?" operator for
1046         finding entries without effort setting.
1048         * org.el (org-extract-attributes-from-string): New function.
1050         * org-exp.el (org-export-splice-attributes): New function.
1052 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org-mouse.el: XEmacs compatibility fixes
1056         * org-docbook.el (org-export-as-docbook): Process footnotes like
1057         normal text.
1059         * org.el (org-modules): Add org-inlinetasks.el
1060         (org-cycle): Implement limiting level on cycling.
1061         (org-move-subtree-down): Fix bug with swapping subtrees at end of
1062         buffer.
1064         * org-inlinetask.el: New file.
1066         * org.el (org-emphasis-regexp-components): Allow braces in
1067         emphasis pre and post match.
1069         * org-footnote.el (org-footnote-normalize): When only dorting, do
1070         not insert inline notes at the end.
1072         * org-docbook.el (org-id-find-id-file): Add function declaration.
1074         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
1076         * org-docbook.el: New file.
1078 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
1080         * org.el (org-reftex-citation): New command.
1082 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
1084         * org-agenda.el (org-agenda-cmp-user-defined): New option.
1085         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
1086         sorting options.
1087         (org-entries-lessp): Apply the new sorting option.
1089         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
1090         blocker code, when an older sibling has children.
1092         * org-mac-message.el (org-mac-message-get-link): Improve getting
1093         links from multiple selected messages.
1095 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
1097         * org-remember.el (org-remember-finalize): Do not set buffer file
1098         name to nil.
1099         (org-remember-handler): Mark buffer as unmodified.
1100         (org-remember-handler): Delete backup file and show message about
1101         remaining backup files.
1102         (org-remember-auto-remove-backup-files): New option.
1104         * org.el (org-store-link): Use buffer name as link description in
1105         w3-mode buffers.
1106         (org-ido-switchb): Fix argument bug for completion.
1108         * org-remember.el (org-remember-apply-template): Set local
1109         variable `auto-save-visited-file-name' instead of global one.
1111 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
1113         * org-feed.el: Re-write.
1115         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
1116         (org-agenda-get-todos): Mark file tags as inherited.
1117         (org-agenda-list): Always search diary lines for a time.
1119 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
1121         * org-feed.el (org-feed-assume-stable): New option.
1122         (org-feed-before-adding-hook): New hook.
1124         * org-exp.el (org-export-as-html): Close local lists depending on
1125         indentation, also when starting a table.
1127         * org-remember.el (org-remember-backup-directory)
1128         (org-remember-backup-name): New internal variable.
1130 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
1132         * org-clock.el (org-clock-out-if-current): Make buffer detection
1133         work in indirect buffers as well.
1135         * org.el (org-emphasis-regexp-components): Add the exxclamation
1136         mark to the post-emphasis characters.
1138 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
1140         * org.el (org-read-date-minibiffer-septup-hook): New hook.
1141         (org-read-date): Run the new hook.
1143         * org-mac-message.el (org-mac-flagged-mail): New group.
1144         (org-mac-mail-account): New variable.
1145         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
1146         commands.
1148         * org-remember.el (org-remember-backup-directory): New variable.
1149         (org-remember-apply-template): Write file to backup directory.
1151 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
1153         * org-mouse.el (org-mouse-todo-menu): New function.
1154         (org-mouse-todo-keywords): Function removed.
1155         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
1157         * org-table.el (org-table-beginning-of-field)
1158         (org-table-end-of-field): New commands
1159         (org-table-previous-field, org-table-beginning-of-field): Better
1160         error messages.
1161         (orgtbl-setup): Include `M-a' and `M-e'.
1163         * org.el (org-backward-sentence, org-forward-sentence): New
1164         commands.
1166         * org-colview.el (org-colview-initial-truncate-line-value): New
1167         variable.
1168         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
1169         (org-columns): Remember the value of `truncate-lines'.
1171         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
1172         New variable.
1173         (org-columns-remove-overlays): Restore the value of
1174         `truncate-lines'.
1175         (org-columns): Remember the value of `truncate-lines'.
1177         * org.el (org-columns-skip-arrchived-trees): New option.
1179         * org-agenda.el (org-agenda-export-html-style): Define color for
1180         org-agenda-done face.
1181         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
1182         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
1184         * org.el (org-scan-tags): Use the new face.
1186         * org-faces.el (org-agenda-done): New face.
1188         * org.el (org-scan-tags): Test the value org
1189         `org-tags-match-list-sublevels'.
1190         (org-tags-match-list-sublevels): New allowed value: indented.
1192         * org-export-latex.el (org-export-latex-make-header): Apply macros
1193         in header.
1195         * org-exp.el (org-export-apply-macros-in-string): New function.
1197         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
1198         with the definition of a checked box.
1200         * org-clock.el (org-clock-find-position): Fix drawer indentations.
1202         * org-export-latex.el (org-export-latex-low-levels): More options
1203         for how to process lower levels in LaTeX.
1204         (org-export-latex-subcontent): Better treatment for lists as a
1205         means of publishing lower levels.
1207 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
1209         * org.el (org-set-font-lock-defaults): Use new checkbox face.
1211         * org-faces.el (org-checkbox): New face.
1213         * org-exp.el (org-export-html-preprocess): Only create LaTeX
1214         fragement images if there is an export file.
1216 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
1218         * org-agenda.el (org-stuck-projects): Document that the subtree of
1219         projects that are not stuck will now be searched for stuck
1220         sub-projects.
1221         (org-agenda-skip-entry-when-regexp-matches)
1222         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
1223         (org-agenda-list-stuck-projects): Use
1224         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
1226         * org-export-latex.el (org-export-latex-preprocess): Improve
1227         export of verses.
1229         * org-exp.el (org-export-as-html): Implement centering as a div
1230         rather than a paragraph.  Do a better job with line-end in verse
1231         environments.
1233 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
1235         * org.el (org-open-at-point): Fix tags searches by mouse click.
1237 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
1239         * org-export-latex.el (org-export-latex-preprocess): Implement the
1240         centering markup.
1242         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
1243         from `org-export-mark-blockquote-and-verse'.
1244         (org-export-as-html): Implement the centering markup.
1246         * org-export-latex.el (org-export-latex-tables): Fix vertical
1247         lines in tables.
1249 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
1251         * org.el (org-read-date-history): New variable.
1252         (org-read-date): Use new history variable.
1253         (org-toggle-heading): Fix bug when used before first headline.
1254         (org-store-log-note): Remove drawer if empty while note is
1255         aborted.
1256         (org-remove-empty-drawer-at): New function.
1257         (org-check-after-date): New command.
1258         (org-sparse-tree): New sparse tree command "a".
1260         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
1262 2009-03-14  Bastien Guerry  <bzg@altern.org>
1264         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
1265         column and a space, not only a column.
1267 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
1269         * org-export-latex.el (org-export-latex-emphasis-alist): Better
1270         defaults for verbose emphasis.
1271         (org-export-latex-emph-format): New function.
1272         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
1274         * org-agenda.el (org-agenda-menu): Add new commands to menu.
1275         (org-agenda-do-date-later, org-agenda-do-date-earlier)
1276         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
1277         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
1278         commands.
1280         * org.el (org-timestamp-change): Move end-time along with start
1281         time.
1283 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
1285         * org-exp.el (org-export-target-internal-links)
1286         (org-export-as-html): Protect links specified as #name.
1288 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org.el (org-clone-subtree-with-time-shift): New command.
1292         * org-export-latex.el (org-export-latex-special-chars)
1293         (org-export-latex-treat-sub-super-char): Fix subscript export.
1295         * org-exp.el (org-create-multibrace-regexp): Do not add
1296         backslashes to the class.
1298 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
1300         * org-colview.el (org-columns-map): Better functions for moving up
1301         and down a row, even if `truncate-line' is nil.
1303         * org.el (org-insert-todo-heading): Make sure the keyword is
1304         inserted at the correct position.
1306         * org-publish.el (org-publish-project-alist)
1307         (org-publish-projects, org-publish-org-index): Change default anme
1308         for the index of file names to "sitemap.org".
1310         * org-export-latex.el (org-export-latex-tables): Use
1311         `org-split-string', for Emacs 21 compatibility.
1313 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
1315         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
1317 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org-exp.el (org-export-page-description)
1320         (org-export-page-keywords): New variables.
1321         (org-export-plist-vars): Add entries for :keywords and
1322         :description.
1323         (org-infile-export-plist): Parse for new keywords.
1324         (org-get-current-options): Add new keywords
1325         (org-export-as-html): Publish description and keywords.
1327         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
1328         option.
1329         (org-agenda-add-entry-text): Honor
1330         `org-agenda-add-entry-text-descriptive-links'.
1332         * org-export-latex.el (org-export-latex-preprocess): Make all
1333         external preprocess functions use a PARAMETER arg.
1335         * org-exp.el (org-export-preprocess-string)
1336         (org-export-select-backend-specific-text)
1337         (org-export-format-source-code-or-example)
1338         (org-format-org-table-html): Support docbook export.
1339         (org-export-preprocess-string): Make all external preprocess
1340         functions use a PARAMETER arg.
1342 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
1344         * org-exp.el (org-export-html-style-include-scripts): New option.
1345         (org-export-plist-vars): Add new option
1346         `org-export-html-style-include-scripts'.
1347         (org-export-as-html): Honor new option
1348         `org-export-html-style-include-scripts'.
1349         (org-export-html-scripts, org-export-html-style-default): Fix
1350         xml issues with the Safari browser.
1352 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
1354         * org-publish.el (org-publish-attachment): Only copy file when the
1355         directories differ.
1357 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
1359         * org-clock.el (org-clocktable-steps): Use inactive time stamps
1360         for clocktable steps.
1362         * org.el (org-additional-option-like-keywords): Add two more
1363         keywords.
1365 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org-exp.el (org-export-format-source-code-or-example): Mark
1368         temporary buffer unmodified, so that it will be killed even if
1369         mode like message mode has decided to assign a file name.
1371         * org.el (org-scan-tags): Improve tag inheritance.
1372         (org-scan-tags, org-make-tags-matcher): Make tag comparison
1373         case-sensitive.
1374         (org-scan-tags): Use the internal tags list instead of creating it
1375         from scratch.
1376         (org-trust-scanner-tags, org-scanner-tags): New variables.
1377         (org-scan-tags): Set `org-scanner-tags'.
1378         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
1379         (org-map-entries): Document the possible speedup using scanner
1380         tags.
1382 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
1384         * org.el (org-add-planning-info): Fix bug with looking for keyword
1385         only at column 0.
1387         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1388         option for tags filter preset.
1389         (org-prepare-agenda): Store filter preset as a property on the
1390         filter variable.
1391         (org-finalize-agenda): Call the filter, if there is a preset.
1392         (org-agenda-filter-by-tag): Filter again after clearing the
1393         filter, when there still is a preset.
1394         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
1395         Include the preset filter.
1396         (org-agenda-redo): Apply the filter again, also the preset filter.
1398         * org-exp.el (org-export-as-html): Use IDs in the correct way.
1400         * org.el (org-uuidgen-p): New funtion.
1402         * org-agenda.el (org-agenda-fontify-priorities): New default value
1403         `cookies'.
1404         (org-agenda-fontify-priorities): Renamed from
1405         org-fontify-priorities.
1407         * org.el (org-set-font-lock-defaults): Call
1408         `org-font-lock-add-priority-faces'.
1409         (org-font-lock-add-priority-faces): New function.
1411         * org-faces.el: (org-set-tag-faces): New option.
1412         (org-priority-faces): New variable.
1414         * org-exp.el (org-export-as-html): Add a "content" div around the
1415         entire content of the body tag.
1416         (org-export-html-get-bibliography): New function.
1417         (org-export-html-validation-link): New variable.
1418         (org-export-as-html): Add validation link to exported page.
1420         * org.el (org-match-sparse-tree): Renamed from
1421         `org-tags-sparse-tree'.
1422         (org-tags-sparse-tree): New alias.
1424 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
1426         * org.el (org-get-valid-level): Catch the case where the level
1427         change is nil.
1429         * org-clock.el (org-clock-find-position): Better indentation of
1430         new clock drawers.
1432 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
1434         * org-agenda.el (org-agenda-quit): Delete window only when the
1435         frame-setup was not `current-window'.
1437         * org.el (org-tag-persistent-alist): New option.
1438         (org-startup-options): Add keyword `noptag'.
1439         (org-fast-todo-selection): Handle :newline correctly.
1440         (org-set-tags): Handle :newline correctly.
1441         (org-fast-tag-selection): Handle :newline correctly.
1443 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
1445         * org-exp.el (org-export-as-ascii): Reverse link buffer before
1446         outputting it.
1447         (org-export-ascii-push-links): Fix bug with pussing links into the
1448         export buffer.
1450 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
1452         * org-archive.el (org-archive-subtree): Do not add 1 to level if
1453         pasting at top level.
1455         * org-bbdb.el: Improve documentation.
1457 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
1459         * org-list.el (org-insert-item): Only consider insert empty lines
1460         is `org-empty-line-terminates-plain-lists' is not nil.
1462         * org.el (org-blank-before-new-entry): Mention the dependence on
1463         `org-empty-line-terminates-plain-lists' in the docstring.
1465         * org-publish.el (org-publish-get-project-from-filename): New
1466         optional argument UP.  Only find the top project if UP is set.
1467         (org-publish-current-project): Find the top encloding project.
1469         * org-agenda.el (org-agenda-before-write-hook)
1470         (org-agenda-add-entry-text-maxlines): New options.
1471         (org-write-agenda): Run the new hook in the temporary buffer.
1472         (org-agenda-add-entry-text): New function.
1473         (org-write-agenda): Implement PDF export, using ps2pdf.
1475         * org.el (org-global-properties-fixed, org-global-properties):
1476         Improve documentation string.
1478         * org-exp.el (org-export-ascii-links-to-notes): New option.
1479         (org-export-as-ascii): Handle links better.
1480         (org-export-ascii-wrap, org-export-ascii-push-links): New
1481         functions.
1483 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
1485         * org-agenda.el (org-agenda): Make prefix arg optional.
1486         (org-agenda-search-headline-for-time): New option.
1487         (org-format-agenda-item): Honor
1488         `org-agenda-search-headline-for-time'.
1490         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
1491         characters.
1493         * org.el (org-self-insert-cluster-for-undo): New option.
1494         (org-self-insert-command): Cluster undo for 20 characters.
1495         (org-self-insert-command-undo-counter): New variable.
1497 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
1499         * org-exp.el (org-export-as-html): Fix problem with closing colone
1500         example.
1502 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
1504         * org-export-latex.el (org-export-as-latex)
1505         (org-export-latex-first-lines): Avoid modification flag when
1506         adding or removing text properties.
1507         (org-export-latex-fontify): Catch error when org-emph-alist has
1508         entries that are not defined for LaTeX export.
1510         * org.el (orgstruct++-mode): New function.
1511         (turn-on-orgstruct++): Call `orgstruct++-mode'.
1512         (org-context-p): Allow detecting item context after the first line
1513         of an item.
1514         (orgstruct-make-binding): Detect if item-body context should be
1515         seen.
1516         (orgstruct-is-++): New variable.
1517         (org-add-planning-info): Catch the case when there is no planning
1518         info yet and the call does not want to add anything, only maybe
1519         tries to remove something.
1520         (org-special-ctrl-a/e): All value to be a cons cell with separate
1521         settings for `C-a. and `C-e'.
1522         (org-beginning-of-line, org-end-of-line): Honor separate values
1523         for `C-a' and `C-e'.
1525 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
1527         * org.el (org-reload): New command.
1529 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
1531         * org-exp.el (org-export-htm-get-tag-class-name)
1532         (org-export-htm-get-todo-kwd-class-name): New functions.
1533         (org-export-html-tag-class-prefix)
1534         (org-export-html-todo-kwd-class-prefix): New options.
1535         (org-export-as-html): Call
1536         `org-export-html-get-todo-kwd-class-name'.
1537         (org-html-level-start): Wrap tags into classes.
1538         (org-export-html-get-tag-class-name)
1539         (org-export-html-get-todo-kwd-class-name): New functions.
1541         * org-export-latex.el (org-export-latex-collect-header-macros):
1542         Remove fields that are used anyway.
1543         (org-export-latex-make-header): Insert the options earlier.
1545         * org-agenda.el (org-agenda-get-progress): Fix bug with state
1546         matching.
1548         * org-list.el (org-indent-item): Allow point to be at the end of
1549         the region.
1551         * org.el (org-metaleft, org-metaright): Be more accurate about
1552         detecting a region where commands apply.
1554         * org-compat.el (org-cursor-to-region-beginning): New function.
1556         * org.el (org-priority): Also find invisible heading.
1558         * org-colview-xemacs.el (org-columns-edit-value): No special
1559         treatment for `org-todo' prefix.
1561         * org-colview.el (org-columns-edit-value): No special treatment
1562         for `org-todo' prefix.
1564         * org-remember.el (org-remember-apply-template): Use
1565         `org-completing-read-no-ido'.
1567         * org.el (org-completing-read-no-ido): New function.
1568         (org-make-tags-matcher, org-set-property): Use
1569         `org-completing-read-no-ido'.
1571         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
1572         New option.
1573         (org-export-as-latex): Import in-buffer settings as TeX macros.
1574         (org-export-latex-make-header): Additional parameter OPT-DEFS.
1575         (org-export-latex-collect-header-macros): New function.
1577         * org.el (org-refile-get-location): Turn off
1578         `partial-completion-mode'.
1580 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
1582         * org.el (org-block-todo-from-checkboxes): Announce that
1583         checkboxes are the culprit.
1584         (org-block-todo-from-children-or-siblings): Call
1585         `org-up-heading-all instead' of `outline-up-heading'.
1587         * org-agenda.el (org-agenda-show-1): Renamed from
1588         `org-agenda-show'.
1589         (org-agenda-show): Re-install the old version for now.
1590         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
1591         variable into the blokker hook, so that the checkbox checker can
1592         anounce that it caused the blocking.
1594         * org.el (org-track-ordered-property-with-tag): New option.
1595         (org-toggle-ordered-property): Honor
1596         `org-track-ordered-property-with-tag'.
1597         (org-tag-alist): Add newline options.
1598         (org-set-regexps-and-options): Separate option lines imply a
1599         newline.
1600         (org-set-regexps-and-options, org-assign-fast-keys)
1601         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
1602         option.
1603         (org-indent-line-function): Make sure this works even if there is
1604         not `org-drawer-regexp' defined.  This can happen when
1605         orgstruct-mode is used in a non-org buffer.
1607         * org-list.el (org-checkbox-blocked-p): New function.
1608         (org-toggle-checkbox): Check for blocking.
1610         * org.el (org-modules): Add an entry for org-R.el.
1612         * org-agenda.el (org-agenda-todo-ignore-with-date)
1613         (org-agenda-todo-ignore-scheduled)
1614         (org-agenda-todo-ignore-deadlines): Mention the variable
1615         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
1617         * org.el (org-get-wdays): Find the warning period also if it is in
1618         the wrong place.
1619         (org-ido-completing-read): Provide the correct arguments to
1620         ido-completing-read and bind `ido-enter-matching-directory' to
1621         nil.
1623 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
1625         * org.el (org-olpath-completing-read): Never use ido for this
1626         one.
1628         * org-exp.el (org-export-normalize-links): Use new macro.
1630         * org-macs.el (org-if-unprotected-at): New macro.
1632         * org-agenda.el (org-agenda-show): Allow numerical prefix
1633         arguments to specify how much context should be shown.
1634         (org-agenda-cycle-show): New command, could be bound to SPC in
1635         org-agenda-mode-map.
1637         * org-exp.el (org-html-level-start): Space after section number.
1639 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
1641         * org-agenda.el (org-agenda-get-sexps): Add todo state as
1642         property, for sorting.
1643         (org-cmp-todo-state): Get the applicable TODO keywords directly
1644         from the buffer.
1645         (org-run-agenda-series, org-agenda-list, org-search-view)
1646         (org-todo-list, org-tags-view): Only fit agenda window when the
1647         whole series is done.
1649         * org.el (org-scan-tags): Add todo state as property, for sorting.
1651         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1652         `org-agenda-overriding-header' as an option.
1653         (org-agenda-list): Honor org-agenda-overriding-header'.
1655 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
1657         * org-list.el (org-toggle-checkbox): Improve cursor positioning
1658         after removing a checkbox.
1660         * org.el (org-show-entry): Make this work correctly also if it is
1661         the last entry in the file.
1662         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
1663         falling back to normal, default command.
1664         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
1665         item, call the checkbox toggler to get a box.
1667         * org-list.el (org-toggle-checkbox): Make double prefix set the
1668         checkbox to "[-]".
1669         (org-fix-bullet-type): Only replace bullet if it is changed.
1670         (org-renumber-ordered-list): Handle case when first item does not
1671         have a number.
1673         * org.el (org-add-log-setup): Fix positioning when
1674         `org-log-states-order-reversed' is nil.
1676         * org-clock.el (org-clock-in): Fix positioning when
1677         `org-log-states-order-reversed' is nil.
1678         (org-clock-find-position): Fix positioning when
1679         `org-log-states-order-reversed' is nil.
1681 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
1683         * org-clock.el (org-clock-into-drawer): Take default from
1684         `org-log-into-drawer'.
1685         (org-clock-find-position): Look for the correct drawer.
1687         * org.el (org-log-into-drawer): Renamed from
1688         `org-log-state-notes-into-drawer'.
1689         (org-log-state-notes-into-drawer): New variable alias.
1690         (org-add-log-setup): Make drawer name default to LOGBOOK, not
1691         CLOCK.
1692         (org-insert-property-drawer): Also skip LOGBOOK drawers.
1694 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
1696         * org-agenda.el (org-agenda): Fix docstring.
1698         * org.el ("org-plot"): Help loading org-plot.
1699         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
1700         (org-metadown-hook, org-shiftmetaleft-hook)
1701         (org-shiftmetaright-hook, org-shiftmetaup-hook)
1702         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
1703         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1704         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1705         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
1707         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
1708         for selecting files with any (and even without) extension.
1710         * org.el (org-save-all-org-buffers): Also save id locations.
1711         (org-revert-all-org-buffers): Also load id locations.
1713 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1714         * org.el (org-drawers): Add LOGBOOK to the default drawers.
1715         (org-log-state-notes-into-drawer): New option.
1716         (org-add-log-setup): Place the sate note marker into the drawer,
1717         create drawer when necessary.
1718         (org-refile-targets): Document special interpretation of LEVEL
1719         when odd-levels are used.
1721 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
1723         * org.el (org-store-log-note): Fix note indentation when adding
1724         notes to end of list.
1726         * org-exp.el (org-export-as-html): Add TODO keyword as extra
1727         class, so that each keyword can get special colors through CSS.
1729         * org-clock.el (org-clock-out): Add another nil for the previous
1730         state into the call to `org-add-log-setup'.
1732         * org.el (org-log-note-previous-state): New variable.
1733         (org-log-note-headings): New %S escape for old state.
1734         (org-todo): Call the note setup with the old state as an
1735         argument.
1736         (org-add-note): Add another nil for the previous state into the
1737         call to `org-add-log-setup'.
1738         (org-add-log-setup): New argument PREV-STATE.
1739         (org-add-log-note): Handle new %S escape.
1740         (org-store-log-note): Handle new %S escape.
1742 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org-clock.el (org-clock-find-position): Do not swallow an item
1745         less indented than the CLOCK line itself.
1746         (org-clock-in): Push markers to lin after the clock line.
1747         (org-clock-find-position): Handle values of
1748         `org-clock-into-drawer' smaller than 2.
1750         * org-exp.el (org-html-level-start): Add a CSS class to section
1751         numbers.
1752         (org-export-html-toplevel-hlevel): Better documentation of the
1753         influence of this variables on H levels and css classes in
1754         export.
1756 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
1758         * org-agenda.el (org-agenda-custom-commands-local-options): Add
1759         timestamp and nottimestamp to the chooe menu.
1761         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
1762         (org-revert-all-org-buffers): New command.
1764 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
1766         * org.el (org-return): Implement `org-return-follows-link' in the
1767         function org-return.  This is more robust than using the mouse
1768         map, I think.
1769         (org-set-regexps-and-options): Match more general #+TODO lines.
1770         (org-make-options-regexp): New optional argument EXTRA, for an
1771         extra regexp.
1772         (org-tab-follows-link): Mark as deprecated.
1774 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
1776         * org-exp.el (org-export-preprocess-string): Remove clock lines
1777         earlier, so that they cannot cotribute to verbatim snippets.
1779 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
1781         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
1782         for finding drawers.
1783         (org-export-as-ascii, org-export-as-html): Count levels relative
1784         to the subtree header.
1785         (org-get-min-level): New optional argument OFFSET.
1786         (org-export): Make sure point is restored after popping up that
1787         window.
1789         * org.el (org-do-sort): Also take an inactive timestamp if no
1790         active one is found.
1792         * org-colview-xemacs.el (org-columns-capture-view): Copy before
1793         deleting duplicates.
1795         * org-colview.el (org-columns-capture-view): Copy before
1796         deleting duplicates.
1798         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
1799         text before first headline.
1801         * org.el (org-format-latex): Do not convert LaTeX fragments in
1802         protected examples.
1804 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
1806         * org-exp.el (org-export-html-style-default): Use color values
1807         instead of names for XHTML validation.
1809         * org.el (org-get-scheduled-time, org-get-deadline-time): New
1810         functions.
1811         (org-return-follows-link): Revert making this the default untile
1812         issues are resolved.
1814         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
1815         nottimestamp.
1817 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
1819         * org.el (org-mode): Make dependence stuff work more reliably.
1820         (org-update-parent-todo-statistics): Fix bug with updating
1821         statistics cookie.
1823         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
1824         ~ as verbatim delimiters.
1826         * org-exp.el (org-export-html-format-image): New argument
1827         PAR-OPEN.
1828         (org-export-as-html): Pass par-open to
1829         `org-export-html-format-image'.
1831 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
1833         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
1834         (org-use-fast-todo-selection, org-tags-column): New default
1835         setting for variables, based on a poll what typical uses use.
1837         * org-agenda.el (org-agenda-sorting-strategy)
1838         (org-agenda-tags-column): New default setting for variables, based
1839         on a poll what typical uses use.
1841 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
1843         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
1844         blocked entries from setting the blocked tag.
1846         * org-exp.el (org-export-html-footnotes-section): Use a more
1847         consistent id for footnotes.
1849         * org-export-latex.el (org-export-latex-classes): Remove the
1850         a4paper option from the default styles.
1852 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
1854         * org.el (org-enforce-todo-checkbox-dependencies): New option.
1855         (org-block-todo-from-checkboxes): New function.
1856         (org-todo): Make tripple prefix arg circumvent blocking.
1858         * org-timer.el (org-timer): Provide the timer feature.
1860         * org.el (org-require-autoloaded-modules): Add a few more files to
1861         the list of autoloaded modules.
1863         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
1865 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
1867         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
1868         drawers that are unprotected.
1869         (org-export-html-format-image): Make sure inlined LaTeX fragment
1870         images remain inlined.
1872         * org.el (org-toggle-ordered-property): New function.
1873         (org-mode-map): Add a key for `org-toggle-ordered-property'.
1874         (org-org-menu): Add menu entries for TODO dependencies.
1876 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
1878         * org.el (org-default-properties): Add ORDERED to the default
1879         properties, to get completion support for it.
1881         * org-list.el (org-update-checkbox-count): Update more than one cookie.
1883         * org.el (org-update-parent-todo-statistics): Update more than one
1884         cookie.
1886         * org-agenda.el (org-agenda-get-todos): Start search from correct
1887         position.
1889         * org.el (org-fast-todo-selection): Make sure TODO selection does
1890         not change buffer position.
1892         * org-list.el (org-toggle-checkbox): Implement adding or removing
1893         checkboxes from line or region when called with a prefix
1894         argument.
1896         * org-rmail.el (org-rmail-store-link): Protect the call to
1897         `rmail-narrow-to-non-pruned-header'.
1899         * org-clock.el (org-clock-special-range): Fix week display in
1900         clock tables.
1902         * org-exp.el (org-get-current-options): Fix bug when in indirect
1903         buffer.
1905 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
1907         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
1908         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
1909         (org-agenda-dim-blocked-tasks): New function.
1911         * org.el (org-enforce-todo-dependencies): New option.
1912         (org-block-todo-from-children-or-siblings): New function.
1914         * org-faces.el (org-agenda-dimmed-todo-face): New face.
1916         * org.el (org-todo): Return correct state type even if the blocker
1917         throws an error.
1918         (org-modifier-cursor-error): Renamed from
1919         `org-shiftcursor-error'.
1920         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1921         (org-shiftmetadown): Call `org-modifier-cursor-error'.
1923         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
1924         to get real errors from the blocker hook.
1926         * org.el (org-shiftselect-error, org-call-for-shift-select): New
1927         functions.
1928         (org-set-visibility-according-to-property): Turn off the setting
1929         of `org-show-entry-below', to avoid overruling a FOLDED visibility
1930         property.
1932 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1934         * org.el (org-support-shift-select): New option.
1935         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
1936         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
1937         selection outside contexts.
1939         * org-list.el (org-at-item-bullet-p): New function.
1941         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
1942         variables.
1944         * org-footnote.el (org-footnote-normalize): Remove unnecessary
1945         variable.
1946         (org-insert-footnote-reference-near-definition): Remove
1947         unnecessary let form.
1949         * org-export-latex.el (org-export-latex-first-lines): Add
1950         OPT-PLIST parameter.
1951         (org-export-as-latex): Call `org-export-latex-first-lines' with
1952         opt-plits parameter.
1953         (org-export-latex-preprocess): Remove unnecessary variables.
1955         * org-exp.el (org-infile-export-plist)
1956         (org-export-add-options-to-plist, org-export-kill-licensed-text)
1957         (org-export-remove-headline-metadata)
1958         (org-export-get-title-from-subtree, org-get-min-level)
1959         (org-html-do-expand): Remove innecessary let form.
1961         * org-colview-xemacs.el (org-columns-display-here): Remove
1962         unnecessary variables.
1964         * org-colview.el (org-columns-display-here): Remove unnecessary
1965         variables.
1967         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
1968         variables.
1970         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
1971         unnecessary variables.
1973         * org-agenda.el (org-search-view, org-agenda-get-blocks)
1974         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
1975         variables.
1977         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
1978         (org-compact-display-after-subtree-move): Remove unnecessary
1979         variables.
1980         (org-edit-fixed-width-region): Remove unnecessary variables.
1981         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
1982         (org-olpath-completing-read): Remove unnecessary variable.
1983         (org-auto-repeat-maybe): Remove unnecessary variable.
1984         (org-map-entries): Remove unnecessary variable.
1985         (org-buffer-property-keys, org-imenu-get-tree)
1986         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
1988 -----------------------------------------------------------------
1990 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
1991         * org-exp.el (org-export-remove-timestamps): Never remove
1992         timestamps from tables.
1994         * org-export-latex.el (org-export-latex-first-lines): Add more
1995         options to the preprocessing of the text before the first
1996         headline.
1998 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
2000         * org-faces.el (org-clock-overlay): Make face compatible with
2001         XEmacs.
2003         * org.el (org-yank): Add property for delete-selection mode.
2005         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
2007         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
2008         variable.
2010         * org-table.el (org-table-insert-hline): Fix typo in fuction call
2011         to `backward-char'.
2013         * org-exp.el (org-export-as-html): Remove the initial space from
2014         colon examples.
2016         * org.el (org-scan-tags): Call
2017         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2019         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
2020         customization groups.
2021         (org-agenda-tags-todo-honor-ignore-options): New option.
2022         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
2023         New function.
2024         (org-agenda-get-todos): Use
2025         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
2027 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
2029         * org-exp.el (org-export-format-source-code-or-example): Escape
2030         HTML characters also in examples that anre not treated with
2031         htmlize.  Also, just switch to EXAMPLE processing if we do not
2032         have a good version of htmlize.
2034         * org-rmail.el: Fix copyright notice.
2036         * org.el (org-activate-footnote-links): Improve footnote link
2037         highlighting.
2039         * org-footnote.el (org-footnote-normalize): Fix finding the end of
2040         a footnote definition at the end of the file.
2042         * org-table.el (org-table-get-specials): Add an imagined hline at
2043         the end of the table.  This can be useful for references that want
2044         to go to the end of the table.  Also fix bug when computing last
2045         row constants, in tables that do not start right at the right
2046         margin.
2047         (org-table-eval-formula): Match and replace remove references.
2048         (org-table-formula-substitute-names): Make sure that names inside
2049         a "remote" call are left alone, the will be replaced later when
2050         the remote call is handled.
2051         (org-table-convert-refs-to-rc): Do not convert things that might
2052         look like a reference, but are really part of an ID or namei n a
2053         remote reference.
2054         (org-table-get-remote-range): New function.
2056 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
2058         * org-faces.el (org-clock-overlay): Fix bug in face definition.
2060         * org-clock.el (org-clock-put-overlay): Use new face instead of
2061         `secondary-selection'.
2063         * org-faces.el (org-clock-overlay): New face.
2065 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
2067         * org-exp.el (org-get-current-options): Include the option for
2068         publishing time stamps.
2070         * org.el (org-toggle-heading): Renamed from
2071         `org-toggel-region-headings'.
2072         No longer needs a region defined, but will use it if there is one.
2073         (org-ctrl-c-star): Simplified, relying more on the internal
2074         workings of `org-toggle-heading'.
2075         (org-toggle-item): Renamed from `org-toggle-region-items'.
2076         No longer needs a region defined, but will use it if there is one.
2077         (org-ctrl-c-minus): Simplified, relying more on the inernal
2078         workings of `org-toggle-item'.
2080         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
2081         environment detection.  Also, do real changes only in unprotected
2082         places.
2084 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
2086         * org-export-latex.el (org-export-latex-quotation-marks): Use
2087         `org-if-unprotected-1'.
2088         (org-export-latex-set-initial-vars): Check for class definition in
2089         property.
2091         * org-macs.el (org-if-unprotected-1): New macro.
2093 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
2095         * org-compat.el (org-count-lines): New function.
2097         * org-exp.el (org-export-format-source-code-or-example): Handle
2098         switches related to text areas.
2100         * org.el (org-activate-footnote-links): Don't allow match inside a
2101         link.
2103         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
2105         * org-export-latex.el (org-export-latex-links): Keep a relative
2106         path relative also after export.
2108         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
2110         * org.el (org-make-tags-matcher): Never use IDO for completing the
2111         tags matcher match string.
2112         (org-completing-read): Also remove the special biding for "?".
2114         * org-attach.el (org-attach-allow-inheritance): New option.
2115         (org-attach-inherited): New variable.
2116         (org-attach-dir): Handle properties related to the attachment
2117         directory.
2118         (org-attach-check-absolute-path): New function.
2119         (org-attach-set-directory, org-attach-set-inherit): New commands.
2120         (org-attach): Accommodate the new commands in the dispatcher.
2122 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
2124         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
2125         `window-full-width-p'.
2127         * org-exp.el (org-export-as-html): Only check for images files
2128         that really can be inlined
2130         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
2131         list of extensions to be a parameter.
2133         * org-exp.el (org-export-html-inline-image-extensions): New
2134         variable.
2136         * org-agenda.el (org-prepare-agenda): Use
2137         `org-agenda-block-separator'.
2138         (org-agenda-block-separator): New option.
2140 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
2142         * org-export-latex.el (org-export-latex-tables): Call
2143         `org-table-clean-before-export' with the new optional argument.
2145         * org-exp.el (org-table-clean-before-export): New optional
2146         parameter MAYBE-QUOTED, allows for quoted characters like \# in
2147         first column.
2149 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
2151         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
2152         histograms.
2154         * org-colview.el (org-colview-construct-allowed-dates): Better
2155         error catching when a date/time property does not have allowed
2156         values defined.
2158         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
2159         Better error catching when a date/time property does not have
2160         allowed values defined.
2162 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
2164         * org.el (org-map-entries): Restore point and restriction after
2165         `org-map-entries'.
2167 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
2169         * org.el (org-time=, org-time<, org-time<=, org-time>)
2170         (org-time>=, org-time<>): Make sure both values are dates.
2172 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
2174         * org-archive.el (org-extract-archive-heading): Allow %s for file
2175         name also in achive location heading.
2177 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
2179         * org-archive.el (org-add-archive-files): Uniquify the list before
2180         returning it.
2182 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
2184         * org-compat.el (org-fit-window-to-buffer): Use
2185         `window-full-width-p'.
2187         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
2188         space after the colon in short examples.
2190         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
2191         enforce a space after the colon.  However, we also allow lines
2192         that are *only* a colon.
2193         (org-export-as-html): Enforce the space after the colon in short
2194         examples.
2195         (org-export-preprocess-string): Do the colon example protection
2196         earlier.
2197         (org-export-remove-timestamps): Do not check for protection at the
2198         end of the line.
2200 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
2202         * org.el (org-format-latex-options): Add new matcher for single
2203         letters between dollars.
2204         (org-get-header): Function removed.
2205         (org-heading-components): New function.
2207         * org-exp.el (org-export-define-heading-targets): Record ID's also
2208         as alternative targets.
2209         (org-export-as-html): Interpret "id:" links to other files by
2210         preserving the relative path.
2212         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
2213         is nil.
2215         * org-exp.el (org-export-normalize-links): Protect the main link,
2216         to avoid special character processing.
2218         * org-export-latex.el (org-export-latex-special-keyword-regexp):
2219         New variable.
2220         (org-export-latex-special-string-regexps): Variable removed.
2221         (org-export-latex-keywords): Use the new regexp.
2223         * org-exp.el (org-export-handle-include-files): Fetch switches and
2224         put them into the BEGIN statement.
2226         * org-timer.el (org-timer-mode-line-string): New variable.
2228         * org-clock.el (org-clock-mode-line-map): Renamed from
2229         `org-clock-mode-map'.
2230         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
2231         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
2232         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
2233         (org-clock-remove-overlays): Renamed from
2234         `org-remove-clock-overlays'.
2236         * org-timer.el (org-timer-pause-or-continue): Implement stopping
2237         and mode line display.
2238         (org-timer-stop): New command.
2239         (org-timer-seconds): Return correct time when timer is paused.
2240         (org-timer-mode-line-timer): New variable.
2241         (org-timer-set-mode-line, org-timer-update-mode-line): New
2242         functions.
2244         * org.el (org-insert-heading):  Handle new value `auto' for
2245         `org-blank-before-new-entry'.
2246         (org-org-menu): Add new items for timer functions.
2248         * org-list.el (org-insert-item): Handle new value `auto' for
2249         `org-blank-before-new-entry'.
2251         * org.el (org-blank-before-new-entry): New value `auto', made
2252         default.
2254 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
2256         * org-exp.el (org-export-normalize-links): If the link is also
2257         used as the description, protect the description.
2259 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
2261         * org.el (org-closest-date): Fix bug with yearly repeats, in
2262         combination with preference of the past as it is used for deadline
2263         and scheduling search.
2265         * org-exp.el (org-html-handle-time-stamps): No longer check for
2266         the `org-export-with-timestamps' option, because the preprocesser
2267         has taken care of this already.
2269         * org.el (org-entry-properties): Catch the case when this is
2270         called in a non-org-mode file.
2272         * org-export-latex.el (org-export-latex-remove-from-headlines):
2273         Variable made obsolete, also LaTeX export now uses the standard
2274         variables.
2275         (org-export-as-latex): Add the timestamps parameter to the
2276         preprocessor parameter list.
2277         (org-export-latex-content): Export the remaining keywords without
2278         considering to remove them.
2279         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
2280         Use bold font instead of tt font for the keywords.
2281         (org-export-latex-fontify-headline): Format headlines, assuming
2282         that all keywords still present should be published.
2283         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
2284         publish what ever remains of the time stamps.
2285         (org-export-latex-list-parameters): New option.
2286         (org-export-latex-lists): Pass additional parameters to the list
2287         converter.
2289         * org-exp.el (org-export-preprocess-string): Remove clock lines
2290         and timestamps already in the preprocesor.
2291         (org-export-remove-timestamps, org-export-remove-clock-lines): New
2292         functions.
2293         (org-export-as-ascii, org-export-as-html): Add the timestamps
2294         parameter to the preprocessor parameter list.
2296         * org-list.el (org-list-parse-list): Parse for checkboxes.
2297         (org-list-to-generic): Introduce and handle new parameters :cbon
2298         and :cboff.
2299         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
2300         optional parameter PARAMS.
2302         * org-export-latex.el (org-export-latex-special-chars): Fix
2303         problems with interpreting dollar signs.
2304         (org-inside-latex-math-p): New function.
2305         (org-export-latex-preprocess): Protect all the math fragments.
2307         * org.el (org-latex-regexps): Allow a dash after a dollar.
2309         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
2310         mark after copying.
2312         * org-agenda.el (org-run-agenda-series): Have series options set
2313         when finalizing the agenda.
2315         * org-exp.el (org-export-format-source-code-or-example): Protect
2316         the converted examples.
2318         * org.el (org-set-regexps-and-options): Fix the regexp
2319         `org-complex-heading-regexp'.
2321 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
2323         * org.el (org-edit-src-get-label-format): New function.
2324         (org-coderef-label-format): New option.
2325         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
2326         a label format specification and make sure it is used in the edit
2327         buffer.
2328         (org-edit-src-get-label-format): New function.
2329         (org-store-link): Handle new coderef formats.
2330         (org-link-search): Handle new coderef formats.
2332         * org-footnote.el (org-footnote-create-definition)
2333         (org-footnote-goto-local-insertion-point): Make footnote insertion
2334         work correctly when the "Footnotes" headline is the last line in
2335         the buffer.
2337         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
2338         the location.
2340 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
2342         * org-w3m.el (org-w3m): New customization group.
2343         (org-w3m-deactivate-mark): New option.
2344         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
2345         option say not to.
2347 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
2349         * org.el (org-set-font-lock-defaults): Trigger footnote
2350         fontification.
2351         (org-activate-footnote-links): New function.
2352         (org-activate-links): New entry `footnote'.
2354         * org-faces.el (org-footnote): New face.
2356 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
2358         * org-macs.el (org-re): Handle the [:word:] class.
2360         * org-exp.el (org-export-preprocess-string): Call
2361         `org-export-protect-colon-examples'.
2362         (org-export-protect-colon-examples): Renamed from
2363         `org-export-protect-examples', and scope limited to lines starting
2364         with a colon.
2366 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
2368         * org-exp.el (org-export-preprocess-string): Move the preprocess
2369         hook to after turning on Org-mode.
2370         (org-export-preprocess-after-include-files-hook)
2371         (org-export-preprocess-after-tree-selection-hook)
2372         (org-export-preprocess-before-backend-specifics-hook)
2373         (org-export-preprocess-final-hook): New hooks.
2374         (org-export-preprocess-string): Run the new hooks.
2376         * org.el (org-ctrl-c-minus): Fix indentation for new items.
2378         * org-footnote.el: New file.
2380         * org.el (org-footnote): Require footnote code.
2381         (org-startup-options): Add new footnote options.
2382         (org-mode-map): New keybindig for footnotes.
2383         (org-ctrl-c-ctrl-c): Add function at footnotes.
2384         (org-org-menu): New menu entries for footnotes.
2386         * org-export-latex.el (org-export-as-latex): Pass footnote
2387         variable to preprocessor.
2388         (org-export-latex-preprocess): Treat multiple references to a
2389         footnote.
2391         * org-exp.el (org-export-preprocess-string): Call
2392         `org-footnote-normalize'.
2393         (org-export-as-ascii, org-export-as-html): Pass footnote variable
2394         to preprocessor.
2395         (org-export-as-html): Treat multiple references to a footnote.
2397 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
2399         * org-export-latex.el (org-export-latex-links): Handle coderef
2400         links.
2402         * org.el (org-bracket-link-analytic-regexp++): New variable.
2403         (org-make-link-regexps): Initialize
2404         `org-bracket-link-analytic-regexp++'.
2405         (org-store-link): Implement special case in edit-src buffer.
2406         (org-insert-link): No use of ide to insert stored links.
2407         (org-link-search): Implement special case for coderefs.
2409         * org-exp.el (org-export-html-scripts): New constant.
2410         (org-export-html-style-default): Add a new style for highlighted
2411         code.
2412         (org-export-code-refs): New variable.
2413         (org-export-preprocess-string): Initialize `org-export-code-refs'.
2414         Call `org-export-replace-src-segments-and-examples'
2415         No longer call `org-export-protect-examples'.
2416         (org-export-target-internal-links): Take care of coderef targets.
2417         (org-export-last-code-line-counter-value): New variable.
2418         (org-export-replace-src-segments-and-examples): Renamed from
2419         `org-export-replace-src-segments', and modified.
2420         (org-export-format-source-code-or-example): Renamed from
2421         `org-export-format-source-code'.
2422         (org-export-number-lines): New function.
2423         (org-export-as-ascii, org-export-as-html): Handle coderef links.
2425 --------------------------------------------------------------------------
2427 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
2429         * org-remember.el (org-remember-handler): Safer way to get a new
2430         buffer accessing the target file.
2432         * org.el (org-refile-get-location): Handle case of current buffer
2433         not having a file associated with it.
2435 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
2437         * org-table.el (org-table-get-formula): Only ask to overwrite
2438         field formula if there really is one.
2440         * org-id.el (org-id-find): Allow the ID to be a symbol or a
2441         number, by converting these to a string.
2443         * org-colview.el (org-dblock-write:columnview): Allow ID to be
2444         located in a different file.
2446         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
2447         org-colview.el.
2449 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
2451         * org.el (org-completion-use-ido): Enhance docstring of
2452         `org-completion-use-ido'.
2454         * org-export-latex.el (org-export-latex-make-header): Double the %
2455         in the time stamp format.
2456         (org-export-latex-special-chars): Handle case where there is no
2457         match group 3.
2459 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
2461         * org.el (org-get-refile-targets, org-refile-get-location): Use
2462         expanded file name to improve comparison.
2464 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
2466         * org.el (org-scan-tags): Rescan for tags, to get the correct
2467         upcase/downcase stuff.  This slows things down for now, but it
2468         works.
2469         (org-mode): Make sure the tag-faces regexp is initialized.
2471         * org-export-latex.el (org-export-latex-links): Fix bug with
2472         undefined label.
2474         * org-table.el (org-table-get-specials): Set
2475         `org-table-current-last-data-line'.
2476         (org-table-current-last-data-line): New variable.
2477         (org-table-insert-column, org-table-delete-column)
2478         (org-table-move-column, org-table-fix-formulas): Call
2479         `org-table-fix-formulas' a second time to fix the $LR references.
2480         (org-table-get-specials): Add the $LR references to the tables.
2481         (org-table-get-formula): Do not offer last-row names as LHS of
2482         formulas.
2484         * org.el (org-store-link): Capture link description from
2485         `org-id-store-link'.
2487         * org-exp.el (org-export-html-format-image): Add the / to the end
2488         of the <img> tag.
2489         (org-export-format-source-code): Surround example by empty lines,
2490         to make sure it will not be inside a paragraph.
2492         * org.el (org-ido-switchb): New function.
2494 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
2496         * org-agenda.el (org-agenda-show): New prefix argument
2497         FULL-ENTRY.
2499         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
2500         argument.
2502         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
2503         `org-agenda-change-all-lines'.
2504         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
2505         tags are now retrieved locally.
2507 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
2509         * org.el (org-get-outline-path): Fix bug if level is not given.
2510         (org-org-menu): Do not quote function in menu vector.
2512         * org-agenda.el (org-finalize-agenda): Fix typo with variable
2513         name.
2515 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
2517         * org.el (org-refile): Avoid refiling to within the region to be
2518         refiled.
2520         * org-export-latex.el (org-export-latex-special-chars): Replace
2521         special characters also in tables.
2523         * org-agenda.el (org-agenda-change-all-lines): New argument
2524         FORCE-TAGS.
2525         (org-agenda-set-tags): Cet the new tags and pass them to
2526         `org-format-agenda-item'.
2528 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
2530         * org-export-latex.el (org-export-latex-classes): Add longable as
2531         a default package to all classes.
2532         (org-export-latex-tables): Handle the longtable attribute and the
2533         align attribute.
2535         * org-table.el (orgtbl-to-generic): Handle tables that start with
2536         a hline.
2538         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
2539         \verb for colde-like snippets.
2540         (org-export-as-latex): Fix issues with region export.
2542         * org.el (org-up-heading-safe): Speed up function by using a
2543         direct regexp search.
2544         (org-olpa): New variable.
2545         (org-get-outline-path): Speed-up path constructions in cases where
2546         this is possible because the entire hierarchy is scanned anyway.
2547         (org-refile-get-location): Don't compare the truenames of files,
2548         this is too slow.
2549         (org-goto-max-level): New option.
2550         (org-goto): Use `org-goto-max-level'.
2552 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
2554         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
2555         Strip angle brackets from message-ids in the former and don't do
2556         it in the latter.
2557         (org-gnus-follow-link): Open summary reliable, even if the last
2558         messages were deleted, and handle empty groups, too.
2560 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
2562         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
2563         instead of \texttt for the =...= and ~===~ emphasis environments.
2564         (org-export-as-latex): Remove any old :org-license-to-kill text
2565         properties.
2566         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
2567         (org-export-latex-make-header): Add some hard space after the
2568         table of contents.
2569         (org-export-latex-first-lines): Accept RBEG argument.  Mark
2570         exported text so that it will be excuded in further steps.
2572         * org-table.el (org-table-get-specials): Make @0 reference the
2573         last line in a table.
2574         (org-table-recalculate): Improve docstring.
2576 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
2578         * org.el (org-log-done): Fix docstring.
2580 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
2582         * org-exp.el (org-export-html-format-image): Fix bugs.
2584         * org-export-latex.el (org-export-latex-tables)
2585         (org-export-latex-links): Implement attribute, label, and caption
2586         handling.
2588         * org-exp.el (org-export-html-style-default): Add style
2589         definitions for the figure div.
2590         (org-export-preprocess-string, org-export-as-html): Implement
2591         attribute, label, and caption handling.
2592         (org-export-attach-captions-and-attributes): New function.
2593         (org-export-html-format-image): New function.
2594         (org-format-org-table-html): Implement attribute, label, and
2595         caption handling.
2597         * org.el (org-find-text-property-in-string): New function.
2598         (org-extract-attributes): Use the property org-attr instead of
2599         org-attrobutes, because this property is now set with the #+ATTR
2600         lines.
2602 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
2604         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
2605         the case that FROM is nil.
2607         * org.el (org-before-first-heading-p): New function.
2609 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
2611         * org-exp.el (org-export-as-html): Do not add a space before
2612         enforces line breaks.
2613         (org-export-as-html): Close paragraph before blockquote and verse
2614         tags.
2616 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
2618         * org-id.el (org-id-locations-file): Wrap file name with
2619         `convert-standard-filename'.
2620         (org-id-files): New variable.
2621         (org-id-use-hash): New option.
2622         (org-id-update-id-locations): Also search in all files current
2623         listed in `org-id-files'.  Convert the resulting alist to a hash
2624         if the user customation says so.
2625         (org-id-locations-save): Handle he case if `org-id-locations' is a
2626         hash.
2627         (org-id-locations-load): Convert the alist to a hash.
2628         (org-id-add-location): Handle the hast case.
2629         (kill-emacs-hook): Make sure id locations are saved when Emacs is
2630         exited.
2631         (org-id-hash-to-alist, org-id-alist-to-hash)
2632         (org-id-paste-tracker): New functions.
2634 -------------------------------------------------------------------------
2636 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2638         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
2639         bindings of calendar variables.
2641         * org-table.el (org-table-find-row-type): Renamed from
2642         `org-find-row-type'.
2643         (org-table-rewrite-old-row-references): Renamed from
2644         `org-rewrite-old-row-references'.
2645         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
2646         (org-table-cleanup-narrow-column-properties): Renamed from
2647         `org-cleanup-narrow-column-properties'.
2649 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
2651         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
2652         for better error messages.
2653         (org-table-get-descriptor-line): Supply the new arguments to
2654         `org-find-row-type'.
2655         (org-table-error-on-row-ref-crossing-hline): New option.
2657         * org.el (org-target-link-regexp): Make buffer-local.
2658         (org-move-subtree-down): Fix bug with trees at beginning of
2659         buffer.
2661 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
2663         * org-faces.el (org-set-tag-faces): New function.
2664         (org-tags-special-faces-re): New variable.
2666         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
2668         * org-faces.el (org-tag-faces): New option.
2669         (org-tag): Mention `org-tag-faces' in the docstring.
2671 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
2673         * org-exp.el (org-export-html-style-default): Implement new
2674         quoting.
2676         * org-jsinfo.el (org-infojs-template): Implement new quoting.
2678         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
2679         command to the `w3m-minor-mode-map'.
2681         * org-archive.el (org-archive-to-archive-sibling): Protect
2682         `this-command' to avoid appending kills during archiving.
2684         * org-exp.el (org-export-with-priority): New variable.
2685         (org-export-add-options-to-plist): Use `org-export-plist-vars'
2686         instead of internal list of strings and properties.
2687         (org-print-icalendar-entries): Retrieve the location property with
2688         inheritance.
2690 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
2692         * org-exp.el (org-export-with-todo-keywords): New option.
2693         (org-export-plist-vars): Include also the keys for the #+OPTIONS
2694         line.
2695         (org-default-export-plist, org-export-add-options-to-plist)
2696         (org-export-as-ascii, org-export-as-html): Use the new structure
2697         of `org-export-plist-vars'.
2699         * org.el (org-map-entries): Return all values.
2701 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
2703         * org.el (org-matcher-time): Recognize more special values.
2705         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
2707 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
2709         * org.el (org-tags-exclude-from-inheritance): New option.
2710         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
2711         `org-tags-exclude-from-inheritance'.
2713         * org-agenda.el (org-agenda-show-inherited-tags): New option.
2714         (org-format-agenda-item): Add inherited tags to the agenda line
2715         string, and make sure that properties are kept when downcasing the
2716         tags list.
2717         (org-agenda-add-inherited-tags): New function.
2718         (org-downcase-keep-props): New function.
2720         * org.el (org-scan-tags): Mark inherited tags with a text
2721         property.
2722         (org-get-tags-at): Mark inherited tags with a text property.
2723         (org-add-prop-inherited): New function.
2725         * org-agenda.el (org-agenda-add-inherited-tags): New function.
2726         (org-agenda-show-inherited-tags): New option.
2728 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
2730         * org.el (org-modules): Add org-w3m to the default modules.
2732         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
2733         orgtbl-mode.
2734         (orgtabl-create-or-convert-from-region): New command.
2736         * org-exp.el (org-export-as-ascii): Remove the handling of
2737         targets.
2738         (org-export-ascii-preprocess): Handle targets already in this
2739         function.
2741 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
2743         * org-timer.el (org-timer-start-time): Define this variable.
2744         (org-timer-item): Make argument optional.
2746         * org-list.el (org-insert-item): Automatically insert a timer item
2747         if the current list is a timer list.
2749         * org-timer.el: New file.
2751         * org-publish.el (org-publish-org-index): Only exclude the index
2752         file in the main directory from being added to the site-map.
2753         (org-publish-get-project-from-filename): If the current project is
2754         a component, start publishing from the parent project.
2756 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
2758         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
2760         * org-publish.el (org-publish-org-index): Improve removal of
2761         temporary buffers.
2763         * org-agenda.el (org-get-closed): Re-apply changes
2764         accidentially overwritten by last commit to Emacs.
2766         * org.el (org-outline-path-complete-in-steps): New option.
2767         (org-refile-get-location): Honor
2768         `org-outline-path-complete-in-steps'.
2769         (org-agenda-change-all-lines, org-tags-sparse-tree)
2770         (org-time-string-to-absolute, org-small-year-to-year)
2771         (org-link-escape): Re-apply changes accidentially overwritten
2772         by last commit to Emacs.
2774 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
2776         * org-clock.el (org-dblock-write:clocktable): Make sure the
2777         clocktable sees the first line.
2778         (org-clock-in): Warn if the clock cannot be resumed.
2780 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
2782         * org.el (org-open-at-point): Fix mixup about interactive and
2783         non-interactive elisp links.
2785 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2787         * org-exp.el (org-export-preprocess-string): Allow one comment
2788         line before the first headline to always be included.  This is
2789         to not miss a commented target.
2791         * org-mouse.el (org-mouse-insert-item): Call
2792         `org-indent-to-column' instead of `indent-to', for XEmacs
2793         compatibility.
2795         * org.el (org-refile-targets): Fix customize definition so
2796         that it works also in XEmacs.
2797         (org-fixup-indentation): Call `org-indent-to-column' instead
2798         of `indent-to', for XEmacs compatibility.
2800 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
2802         * org-mew.el (org-mew-store-link): Get the correct case folder
2803         for refiled messages.
2805 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2807         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
2808         line break indicators.
2810         * org.el (org-ido-completing-read): Remove the "i:" prefix for
2811         ido-completion propts.
2813 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
2815         * org-remember.el (org-remember-apply-template): Use
2816         `org-substring-no-properties'.
2818         * org-compat.el (org-substring-no-properties): New function.
2820         * org-remember.el (org-remember-apply-template): Use
2821         `org-substring-no-properties' for compatibility.
2823         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
2824         option.
2825         (org-fix-bullet-type): respect
2826         `org-list-two-spaces-after-bullet-regexp'.
2828         * org-clock.el (org-clock-load): Clean up the code.
2830         * org.el (org-adaptive-fill-function): Allow two spaces after
2831         "1." as a list bullet.
2833 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
2835         * org-clock.el (org-clock-save, org-clock-load): Check for
2836         live buffers, existing files, and buffer file names to ensure
2837         consistent information.
2838         (org-clock-persist): Make `clock' a special value of this
2839         variable, and improve docstring.
2841         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
2842         (org-get-string-indentation): Adapt indentation when the bullet
2843         width changes.
2845 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
2847         * org-remember.el (org-remember-finalize): Make interactive.
2848         (org-remember-kill): New command.
2849         (org-remember-finish-immediately): Call `org-remember-finalize'
2850         directly.
2851         (org-remember-finalize): Make `org-remember-finalize' an interactive
2852         function.
2854 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
2856         * org-remember.el (org-remember-apply-template): No ido completion
2857         for free prompts in remember templates.
2858         (org-remember-before-finalize-hook): New hook.
2859         (org-remember-mode): New minor mode.
2860         (org-remember-apply-template): Turn on `org-remember-mode'.
2862         * org-id.el (org-id-add-location): Avoid error when no file is
2863         given.
2865         * org-remember.el (org-remember-apply-template): Fix the way how
2866         the list of allowed properties is retrieved from the target file.
2868         * org.el (org-insert-link): Improve file link matching.
2870 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
2872         * org-colview.el (org-columns-display-here): New argument
2873         DATELINE, to trigger using the new face.
2874         (org-agenda-colview-summarize): Call `org-columns-display-here'
2875         with the new argument.
2877         * org-faces.el (org-agenda-column-dateline): New face.
2879         * org-publish.el (org-publish-org-index): Use index-title at page
2880         title, not as section.
2882         * org-exp.el (org-export-html-format-desc): Respect the
2883         org-protect property.
2884         (org-export-as-html): Protect image specifiers that are in the
2885         description part of a link.
2887         * org.el (org-sort-entries-or-items, org-completing-read)
2888         (org-refile-get-location, org-olpath-completing-read, org-todo)
2889         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
2890         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
2891         (org-set-property, org-delete-property)
2892         (org-delete-property-globally): Use `org-ido-completing-read'.
2894         * org-remember.el (org-remember-apply-template): Use
2895         `org-ido-completing-read'.
2897         * org-publish.el (org-publish): Use `org-ido-completing-read'.
2899         * org-colview.el (org-columns-edit-value, org-columns-new)
2900         (org-insert-columns-dblock): Use `org-ido-completing-read'.
2902         * org-colview-xemacs.el (org-columns-edit-value)
2903         (org-columns-new, org-insert-columns-dblock): Use
2904         `org-ido-completing-read'.
2906         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2907         `org-ido-completing-read'.
2909         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
2910         `org-ido-completing-read'.
2912         * org.el (org-time-today): New function.
2913         (org-matcher-time): Use `org-time-today'.  Add special treatment
2914         for "<tomorrow>" and "<yesterday>".
2915         (org-ido-completing-read): New function.
2916         (org-completion-use-ido): New option.
2918         * org-exp.el (org-export-format-source-code): Fix bug in require
2919         htmlize code.
2920         (org-export-target-internal-links): Fix bug in search for text
2921         property.
2923 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
2925         * org-export-latex.el (org-export-latex-subcontent): Interprete
2926         target aliases as additonal labels.
2928         * org-exp.el (org-export-target-aliases): New variable.
2929         (org-export-preprocess-string)
2930         (org-export-handle-invisible-targets): Fill the alias alist.
2931         (org-export-as-html): Remove the &nbsp; from the anchor, and also
2932         assign an id.
2933         (org-html-level-start): Insert the target aliases as additonal
2934         anchors.
2936         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
2937         picture area.
2939 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
2941         * org.el (org-open-at-mouse): Ensure correct link abbreviations
2942         when following a link with the mouse from the agenda.
2944         * org-exp.el (org-export-as-html): Avoid lone </div> when no
2945         headlines are created.
2947 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
2949         * org-exp.el (org-export-preprocess-string): Reorder so that we
2950         can still see ID properties when we collect targets.
2951         (org-export-target-internal-links): Also store targets for ID's.
2953         * org.el (org-link-translation-function): New option.
2954         (org-open-at-point): Call `org-link-translation-function' if
2955         non-nil.
2956         (org-translate-link): New function.
2957         (org-translate-link-from-planner): New function.
2958         (org-open-at-point): Allow interactive commands in elisp links.
2960         * org-exp.el (org-icalendar-cleanup-string): Restore the old
2961         iCalendar quoting.  The new one seems to caus problems with
2962         applications.
2964         * org.el (org-yank): Set `this-command' to `yank', so that
2965         `yank-pop' will work.
2967 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2969         * org-id.el (org-id-search-archives): New option.
2971         * org.el (org-link-to-org-use-id): New option.
2972         (org-store-link): Use `org-link-to-org-use-id'.
2973         (org-id): Make org-id.el a standard component.
2975 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
2977         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
2978         hexified version of the tag.
2980         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
2981         compliance as far as quoting is concerned.
2983         * org-vm.el (org-vm-follow-link): Require `vm-search'.
2985         * org.el (org-up-heading-safe, org-forward-same-level): Always
2986         call `org-back-to-heading' instead of `outline-back-to-heading'.
2987         (org-back-to-heading): New wrapper around outline-back-to-heading,
2988         with a useful error message telling where the error happened.
2990         * org-list.el (org-update-checkbox-count): Always call
2991         `org-back-to-heading' instead of `outline-back-to-heading'.
2993         * org-exp.el (org-export-as-html): Make sure that each <img> tag
2994         has an `alt' attribute, to ensure XHTML validation.
2996 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
2998         * org-publish.el (org-publish-attachment): Allow publishing to
2999         overwrite attachment files.
3001         * org-agenda.el (org-agenda-timerange-leaders): New option.
3002         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
3004         * org.el (org-edit-src-exit): Untabify ASCII image before
3005         returning.
3018 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
3020         * org.el (org-yank): Make any prefix force normal yanking.
3021         Suppress folding if text would be swallowed into a folded
3022         subtree.
3023         (org-yank-folded-subtrees, org-yank): Docstring updates.
3025         * org-agenda.el (org-agenda-compare-effort): Treat no effort
3026         defined as 0.
3028         * org-exp.el (org-export-language-setup): Add Catalan and
3029         Esperanto language entries.
3031 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
3033         * org.el (org-refile): Allow refiling of entire regions.
3035         * org-clock.el (org-clock-time%): New function.
3037         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
3038         retrieve property values.
3040 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
3042         * org-agenda.el (org-agenda-list): Handle the value `only' of
3043         org-agenda-show-log'.
3044         (org-agenda-log-mode): Interpret a double prefix arg.
3046 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3048         * org-exp.el (org-export-html-footnotes-section): New variable.
3049         (org-export-as-html): Use `org-export-html-footnotes-section' to
3050         insert the footnotes.
3051         (org-export-language-setup): Add "Footnotes" to language words.
3053 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
3055         * org.el (org-yank): Fix bug when not inserting a subtree.
3057 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
3059         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
3060         instead of `vm-beginning-of-message'.
3062         * org.el (org-make-link-regexps): Make sure that links to gnus can
3063         contain brackets.
3065 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
3067         * org-attach.el (org-attach-dir): Remove duplicate ID creation
3068         code.
3070         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
3071         shell output.
3073         * org.el (org-link-abbrev-alist): Improve customization type.
3075         * org-attach.el (org-attach-expand-link, org-attach-expand): New
3076         functions.
3078         * org-agenda.el (org-agenda-get-progress): Renamed from
3079         `org-get-closed'.  Implement searching for state changes as well.
3080         (org-agenda-log-mode-items): New option.
3081         (org-agenda-log-mode): New option prefix argument, interpreted as
3082         request to show all possible progress info.
3083         (org-agenda-get-day-entries): Call `org-get-progress' instead of
3084         `org-get-closed'.
3085         (org-agenda-set-mode-name): Handle the more complex log mode
3086         settings.
3087         (org-get-closed): New alias, pointing to `org-get-progress'.
3089 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
3091         * org.el (org-file-apps-defaults-gnu)
3092         (org-file-apps-defaults-macosx)
3093         (org-file-apps-defaults-windowsnt): Add an entry defining the
3094         system command.
3095         (org-file-apps): Allow `system' as key and value.
3096         (org-open-at-point): Explain the effect of a double prefix arg.
3097         (org-open-file): If the argument `in-emacs' is (16),
3098         i.e. corresponding to a double prefix argument, try to open the
3099         file externally.
3101 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
3103         * org.el (org-insert-link): Abbreviate absolute files names in
3104         links.  Also, fix a bug in which the double C-u prefix would not
3105         be honored.
3107 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
3109         * org.el (org-insert-heading): If buffer does not end with a
3110         newline, add one if necessary to insert headline correctly.
3112         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
3113         paragraphs, not inside.
3115         * org.el (org-todo): Quote
3116         `org-agenda-headline-snapshot-before-repeat'.
3118         * org-exp.el (org-export-as-html): Fully process link descriptions.
3119         (org-export-html-format-desc): New function.
3120         (org-export-as-html): Collect footnotes into the correct basket.
3121         (org-html-protect): No longer protect quotations marks here, this
3122         goes wrong.
3124         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
3125         BEG.
3127         * org-compat.el (org-fit-window-to-buffer): New function (not
3128         really, a preliminary and incomplete version was present earlier,
3129         but not used).
3131         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
3132         `org-fit-window-to-buffer'.
3134         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
3136         * org-agenda.el (org-agenda-get-restriction-and-command)
3137         (org-fit-agenda-window, org-agenda-convert-date): Use
3138         `org-fit-window-to-buffer'.
3140         * org-exp.el (org-export-as-html): Process href links through
3141         `org-export-html-format-href'.
3142         (org-export-html-format-href): New function.
3144         * org-agenda.el (org-agenda-todo): Update only the current
3145         headline if this is a repeated TODO, marked done for today.
3146         (org-agenda-change-all-lines): New argument JUST-THIS, to change
3147         only the current line.
3149         * org.el (org-todo): Take a snapshot of the headline if the
3150         repeater might change it.
3152 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3154         * org-publish.el (org-publish-find-title): Remove buffers visited
3155         only for extracting the title.
3157         * org-exp.el (org-export-html-style)
3158         (org-export-html-style-default): Mark style definitions as
3159         unparsed CDATA.
3161         * org-publish.el (org-publish-validate-link): Function
3162         re-introduced.
3164 2008-11-02  Charles Sebold  <csebold@gmail.com>
3166         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
3167         property.
3168         (org-plot-quote-timestamp-field): New function.
3169         (org-plot-quote-tsv-field): Call timestamp field function when
3170         necessary rather than just quoting as a string.
3171         (org-plot/gnuplot-to-data): Pass in timefmt property.
3172         (org-plot/gnuplot-script): Supports timefmt property.
3173         (org-plot/gnuplot): Checks for timestamp column before checking
3174         for text index column.
3176 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
3178         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
3180         * org-publish.el (org-publish-org-index): Create a section in the
3181         index file.
3182         (org-publish-org-index): Stop linking to directories.
3184         * org.el (org-emphasis-alist): Use span instead of <u> to
3185         underline text.
3187         * org-exp.el (org-export-as-html): Make sure <p> is closed before
3188         <pre> sections.
3190 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
3192         * org-jsinfo.el (org-infojs-template): Remove language attribute
3193         from script tag.
3195 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
3197         * org-agenda.el (org-agenda-remove-marked-text): New function.
3198         (org-agenda-mark-filtered-text)
3199         (org-agenda-unmark-filtered-text): New functions.
3200         (org-write-agenda): Remove fltered text.
3202         * org.el (org-make-tags-matcher): Give access to TODO "property"
3203         without speed penalty.
3205 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
3207         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
3208         option.
3209         (org-store-link-props): Make sure adding to the plist works
3210         correctly.
3212         * org-gnus.el (org-gnus-no-new-news): New function.
3213         (org-gnus-follow-link): Allow the article ID to be a message-id,
3214         in addition to allowing article numbers.  Message IDs make much
3215         more roubust links.
3216         (org-gnus-store-link): Use message-id to create link.
3218 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
3220         * org.el (org-emphasize): Reverse the selection array.
3221         (org-emphasis-alist): Set <code> tags for the verbatim
3222         environment.
3224         * org-remember.el (org-remember-handler): Fix bug with
3225         prefix-related changing of the note storage target.
3227         * org-exp.el (org-print-icalendar-entries): Make the exported
3228         priorities compatible with RFC 2445.
3230         * org-clock.el (org-clock-save): Insert time stamp without
3231         dependence on time-stamp.el.
3233 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
3235         * org.el ("saveplace"): If saveplace puts point into an invisible
3236         location, make it visible.
3237         (org-make-tags-matcher): Allow inactive time stamps in time
3238         comparisons.
3239         (org-yank-adjusted-subtrees): New option.
3240         (org-yank): Incorporate adjusting trees.
3241         (org-paste-subtree): New argument FOR-YANK which will cause
3242         insertion at point without backing up over white lines, and leave
3243         point at the end of the inserted text.  Also if the cursor is
3244         at the beginning of a headline, use the same level or the inserted
3245         tree.
3247         * org-publish.el (org-publish-get-base-files-1): Deal correctly
3248         with broken symlinks
3250 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
3252         * org-exp.el (org-export-select-tags, org-get-current-options):
3253         Fix typo.
3255 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
3257         * org-agenda.el (org-format-agenda-item)
3258         (org-agenda-filter-make-matcher): Make sure tags are stored and
3259         compared donwcased.
3261 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
3263         * org.el (org-insert-todo-heading): Fix bug with force-heading
3264         argument.
3266 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
3268         * org-clock.el (org-clock-in-resume): Add a custom option to
3269         toggle starting the clock from an open clock line.
3270         (org-clock-in): When clocking in to an entry, if
3271         `org-clock-in-resume' is set, check if the first clock line is
3272         open and if so, start the clock from the time in the clock line.
3273         (org-clock-persist): Add a custom option to toggle clock
3274         persistence.
3275         (org-clock-persist-query-save): Add a custom option to toggle
3276         asking the user if they want to save the running clock when
3277         exiting.
3278         (org-clock-persist-query-resume): Add a custom option to toggle
3279         asking the user if they want to resume the saved clock when Emacs
3280         is restarted.
3281         (org-clock-save): Add a function to save clock data.
3282         This includes the contents of `org-clock-history' and the buffer
3283         and position of the currently clocked task, if any.
3284         (org-clock-load): Add a function to load clock data.
3285         This populates `org-clock-history', and resumes the saved clocked
3286         task if there is one.
3287         (org-clock-persistence-insinuate): Add a method to set up the
3288         hooks for clock persistence.
3290 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
3292         * org-exp.el (org-export-as-ascii): Handle the case that we are
3293         publishing from an indirect buffer.
3295         * org-table.el (org-table-copy-down): Fix bug with time stamp
3296         increment.
3298         * org-mouse.el (org-mouse-features): New option.
3299         (org-mode-hook): Turn on features depending on
3300         `org-mouse-features'.
3302         * org.el (org-insert-heading-respect-content): Force heading
3303         creation.
3304         (org-insert-heading): keep the folding state of the heading before
3305         the inserted one.
3307 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3309         * org-archive.el (org-archive-to-archive-sibling): Handle top
3310         level headlines better.
3312 2008-10-21  Bastien Guerry  <bzg@altern.org>
3314         * org-export-latex.el (org-export-latex-classes): Added
3315         \usepackage{graphicx} to the default list of packages.
3317 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
3319         * org-agenda.el (org-agenda-filter): Renamed from
3320         `org-agenda-filter-tags'.
3322 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
3324         * org.el (org-entry-properties): Add CATEGORY property, iven if it
3325         is not defined as a property in this entry.
3326         (org-add-log-note): Mask prefix argument when immediately storing
3327         the note.
3329         * org-agenda.el (org-agenda-filter-effort-default-operator): New
3330         option.
3332 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
3334         * org.el (org-add-log-setup): Bugfix; code to find insertion point
3335         after drawers was skipping ahead one line too many, so notes were
3336         inserted after the first note instead of before it.
3338 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
3340         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
3341         New variables.
3342         (org-prepare-agenda): Reset the filter tags.
3343         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
3344         Show filter tags in mode line.
3346         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
3347         formatter.
3349         * org-export-latex.el (org-latex-entities-regexp): New constant.
3350         (org-export-as-pdf): Use two calls to `shell-command'.
3352 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
3354         * org-export-latex.el (org-export-latex-treat-sub-super-char):
3355         Honor the {} value of the subsuperscript setting.  Make sure that
3356         longer subsuperscripts are typeset in a roman font.
3358         * org.el (org-clock-update-time-maybe): Compute negative clock
3359         intervals correctly.
3361 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
3363         * org.el (org-add-log-setup): Respect
3364         `org-log-state-notes-insert-after-drawers'.
3365         (org-log-state-notes-insert-after-drawers): New option.
3366         (org-todo-trigger-tag-changes): New function.
3367         (org-todo): Call `org-todo-trigger-tag-changes'.
3369 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
3371         * org.el (org-add-log-setup): Only skip drawers if the are
3372         immediately after the scheduling keywords.
3374         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
3375         function
3376         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
3377         call it with the current todo state to get the state to switch to
3378         when clocking in.
3379         (org-clock-in): Use org-indent-line-function to indent clock lines.
3380         (org-clock-find-position): Fix indentation of empty clock drawers.
3382 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
3384         * org-publish.el (org-publish-org-to): Handle case when
3385         org-export-to-pdf does return a file name, not a buffer.
3386         (org-publish-org-to-pdf): New function.
3388         * org-export-latex.el (org-export-as-pdf)
3389         (org-export-as-pdf-and-open): New commands.
3391         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
3392         forms as ranges.
3394         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
3395         things in protexted regions.
3397 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
3399         * org-export-latex.el (org-export-latex-preprocess): Improve
3400         quoting of LaTeX environments.
3402 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
3404         * org.el (org-edit-fixed-width-region): Exclude final newline from
3405         picture area.
3407         * org-export-latex.el (org-export-latex-subcontent): Add labels to
3408         sections, to make internal links work.
3409         (org-export-latex-fontify-headline): Do not remove all text
3410         properties, to make sure that target properties survive this
3411         process.
3413         * org-exp.el (org-export-preprocess-string): Change sequence of
3414         modifications, to make sure links are prepared before the LaTeX
3415         conversions do happen.
3417 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
3419         * org-attach.el (org-attach-delete-all): Renamed from
3420         `org-attch-delete'.  Add a security query before deleting the
3421         entire directory.  New optional argument FORCE can overrule the
3422         security query.
3423         (org-attach-delete-one): New command.
3425 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
3427         * org-attach.el (org-attach-file-list): Fix bug with directory.
3429 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
3431         * org.el (org-apps-regexp-alist): New function.
3432         (org-file-apps): Add auto-mode to the default value.
3433         (org-open-file): Use the new structure of org-file-apps.
3435         * org-attach.el (org-attach): Support the new keys.
3436         (org-attach-method): New option.
3438 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
3440         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
3441         March.
3443         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
3444         of the list value o `org-use-tag-inheritance'.
3446         * org-attach.el (org-attach-auto-tag): New option.
3447         (org-attach-tag, org-attach-untag): New functions.
3448         (org-attach-attach, org-attach-new, org-attach-sync): Call
3449         `org-attach-tag'.
3450         (org-attach-delete): Call `org-attach-untag'.
3452 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
3454         * org-table.el (orgtbl-self-insert-command): Make this work for
3455         the keypad as well.
3457 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
3459         * org.el (org-add-log-setup): Limit searc for drawers to entry
3460         text, not to subtree.
3462         * org-clock.el (org-clock-heading-for-remember): New variable.
3463         (org-clock-in): Set `org-clock-heading-for-remember'.
3465 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
3467         * org-remember.el (org-remember-apply-template): Add new
3468         expansions: %k, %K for currently clocked task and a link to the
3469         currently clocked task, and %< to file notes in the currently
3470         clocked task.
3472 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
3474         * org-export-latex.el (org-export-latex-make-header): Also insert
3475         the content of the property :latex-header-extra.
3477         * org-exp.el (org-infile-export-plist): Put the content of
3478         #+LATEX_HEADER: into the property :latex-header-extra.
3480         * org-colview.el (org-columns-get-format-and-top-level): Remove
3481         resetting the marker.
3483         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
3484         Remove resetting the marker.
3486         * org.el (org-entry-property-inherited-from): Improve docstring.
3487         (org-entry-get-with-inheritance): Reset marker before starting the
3488         search.
3490         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
3492 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
3494         * org.el (org-entry-get-multivalued-property)
3495         (org-entry-protect-space, org-entry-restore-space): New
3496         functions.
3497         (org-file-apps-defaults-macosx): Let postscript files be opened by
3498         preview.
3499         (org-time-stamp-inactive): Call `org-time-stamp'.
3500         (org-time-stamp): New argument `inactive'.  Also edit inacive
3501         stamps. Convert time stamp type.
3502         (org-open-file): Interpret the `default' value for the `command'
3503         in `org-file-apps'.
3505         * org-id.el (org-id-int-to-b36-one-digit)
3506         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3507         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
3508         b36.
3510 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
3512         * org-id.el (org-id-reverse-string): New function.
3513         (org-id-new): Use `org-id-reverse-string' to make sure the
3514         beginning chars of the ID are mutating fast.  This allows to use a
3515         directory structure to spread things better.
3516         (org-id-prefix): Changed default to nil.
3518         * org-list.el (org-move-item-down, org-move-item-up): Remember and
3519         restore the column of the cursor position.
3521         * org-remember.el (org-remember-apply-template): Remove properties
3522         from `initial'.
3524 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
3526         * org-wl.el (org-wl-open): Remove useless call to
3527         `wl-thread-open-all'.
3529         * org-remember.el (org-remember-handler): Fix bug with `bottom'
3530         location.
3532 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
3534         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
3535         `org-bbdb-anniversaries'.
3537         * org.el (org-get-next-sibling, org-forward-same-level): New
3538         functions, similar to the outline versions, but invisible headings
3539         are OK.
3541 2008-09-25  Bastien Guerry  <bzg@altern.org>
3543         * org.el (org-auto-repeat-maybe): Insert a space between
3544         the timestamp's type and the timestamp itself.
3546 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
3548         * org-table.el (org-table-sum): Do not format the result with %g,
3549         it does rounding when there are too many digits.
3551         * org.el (org-map-entries): Protect the keyword-selecting variables.
3553 2008-09-23  Bastien Guerry  <bzg@altern.org>
3555         * org-agenda.el (org-agenda-to-appt): Make sure the function check
3556         against all agenda files.
3558 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
3560         * org-list.el: New file, aggregating list functions from org.el
3561         and org-export-latex.el.
3563         * org.el (org-edit-src-region-extra): New option.
3565 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
3567         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
3568         time before 1am.
3570 2008-09-22  Bastien Guerry  <bzg@altern.org>
3572         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
3574 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
3576         * org-plot.el (org-plot/gnuplot): Make tables starting with a
3577         hline work correctly.
3578         (org-plot/gnuplot-script): Put commas at the end of each script
3579         line.
3581 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
3583         * org.el (org-get-refile-targets): Replace links with their
3584         descriptions
3585         (org-imenu-get-tree): Replace links with their descriptions.
3587         * org-remember.el (org-remember-apply-template): Add a new
3588         expansion for adding properties to remember items.
3590         * org.el (org-add-log-setup): Skip over drawers (properties,
3591         clocks etc) when adding notes.
3593         * org-agenda.el (org-agenda-get-closed): show durations of clocked
3594         items as well as the start and end times.
3596         * org-compat.el (org-get-x-clipboard-compat): Add a compat
3597         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
3599         * org-remember.el (org-get-x-clipboard): Use the compat
3600         function to get clipboard values when x-selection-value is
3601         unavailable. Use substring-no-properties instead of
3602         set-text-properties to remove text properties from the clipboard
3603         value.
3605         * lisp/org-clock.el (org-update-mode-line): Support limiting the
3606         modeline clock string, and display the full todo value in the
3607         tooltip. Set a local keymap so mouse-3 on the clock string goes to
3608         the currently clocked task.
3609         (org-clock-string-limit): Add a custom value for the maximum
3610         length of the clock string in the modeline.
3611         (org-clock-mode-map): Add a keymap for the modeline string
3613 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
3615         * org-compat.el (org-propertize): New function.
3617 2008-09-20  Bastien Guerry  <bzg@altern.org>
3619         * org-export-latex.el (org-export-latex-tables): protect exported
3620         tables from further special chars conversion.
3621         (org-export-latex-preprocess): Preserve LaTeX environments.
3622         (org-list-parse-list): Parse descriptive lists.
3623         (org-list-to-generic, org-list-to-latex, org-list-to-html)
3624         (org-list-to-texinfo): Export descriptive lists.
3625         (org-quote-chars): Remove.
3626         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
3627         (org-export-latex-list-beginning-re): Rename to
3628         `org-list-beginning-re'
3629         (org-list-item-begin): Rename to `org-list-item-beginning'
3631 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
3633         * org.el (org-refile): Allow refiling to the last entry in the
3634         buffer.
3635         (org-get-tags-at): Fix bug when inheritance is turned off.
3637 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
3639         * org.el (org-indent-line-function): No longer check for src
3640         regions, this is too much overhead.
3642         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
3643         matching.
3645         * org.el (org-scan-tags): Make sure that tags matching is not case
3646         sensitive.  TODO keyword matching is case sensitive, however, to
3647         avoid confusion with similar words that are not meant to be
3648         keywords.
3650 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
3652         * org.el (org-get-local-tags-at): New function.
3653         (org-get-local-tags): New function.
3655         * org-exp.el (org-export-get-categories): New function.
3657         * org-agenda.el (org-sorting-choice)
3658         (org-agenda-sorting-strategy, org-agenda-get-todos)
3659         (org-agenda-get-timestamps, org-agenda-get-deadlines)
3660         (org-agenda-get-scheduled, org-agenda-get-blocks)
3661         (org-entries-lessp): Implement sorting by TODO state.
3662         (org-cmp-todo-state): New defsubst.
3664         * org-colview.el (org-colview-construct-allowed-dates): New
3665         function.
3666         (org-columns-next-allowed-value): Use
3667         `org-colview-construct-allowed-dates'.
3669         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
3670         function.
3671         (org-columns-next-allowed-value): Use
3672         `org-colview-construct-allowed-dates'.
3674 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
3676         * org.el (org-protect-slash): New function.
3677         (org-get-refile-targets): Use `org-protect-slash'.
3679         * org-agenda.el (org-global-tags-completion-table): New variable.
3681         * org-exp.el (org-export-handle-export-tags): New function.
3682         (org-export-preprocess-string): Call
3683         `org-export-handle-export-tags'.
3685         * org-plot.el: New file.
3687         * org-publish.el (org-publish-expand-components): Function removed.
3688         (org-publish-expand-projects): Allow components to have components.
3690 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
3692         * org.el (org-indent-line-function): Do not indent in regions that
3693         are external source code.
3694         (org-yank-and-fold-if-subtree): New function.
3696         * org-agenda.el (org-agenda-todayp): New function.
3697         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
3698         `org-agenda-todayp'.
3700         * org.el (org-insert-heading-respect-content)
3701         (org-insert-todo-heading-respect-content): New commands.
3702         (org-insert-heading-respect-content): New option.
3703         (org-insert-heading): Respect `org-insert-heading-respect-content'.
3705         * org-clock.el (org-clock-find-position): Make sure the note after
3706         the clock line gets moved into the new clock drawer.
3708 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
3710         * org-id.el (org-id-new): New option.
3712 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
3714         * org-table.el (org-table-copy-down): Avoid overflow during
3715         increment.  Use prefix argument 0 to temporarily disable the
3716         increment.
3718 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
3720         * org-exp.el (org-export-as-html): Do not turn on the major mode
3721         if the buffer will be killed anyway.
3722         (org-get-current-options): Exclude the #+TEXT field.
3723         (org-export-as-html): Make sure text before the first headline is
3724         a paragraph.
3726         * org-publish.el (org-publish-org-to): Tell the exporter that this
3727         buffer will be killed, so it is not necessary to do major mode
3728         initialization.
3730         * org-archive.el (org-archive-to-archive-sibling): Show empty
3731         lines after folding the archive sibling.
3733         * org.el (org-log-note-extra): New variable.
3735 2008-09-05  Bastien Guerry  <bzg@altern.org>
3737         * org.el (org-additional-option-like-keywords): Added keywords for
3738         the _QUOTE, _VERSE and _SRC environments.
3740         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
3741         exporting _QUOTE and _VERSE environments.
3743 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
3745         * org-agenda.el (org-agenda-filter-by-tag): New command.
3747         * org-exp.el (org-get-current-options): Remove angular brackets
3748         from the date entry.
3750         * org.el (org-edit-fixed-width-region): New function.
3751         (org-edit-fixed-width-region): Also try
3752         `org-edit-fixed-width-region'.
3753         (org-edit-fixed-width-region-mode): New option.
3754         (org-activate-code): Only interprete lines starting with colon
3755         plus a space as example lines.
3757         * org-remember.el (org-remember-templates): Add nil instead of
3758         empty strings to fix the length of remember templates.
3760         * org-table.el (org-calc-default-modes): Fix the time format for
3761         calc, from 12 hour to 24 hour clock.
3763 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
3765         * org-agenda.el (org-agenda-get-deadlines)
3766         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
3767         entries that are pre-warnings of deadlines or reminders.
3769         * org.el (org-sort-entries-or-items): Make numeric and alpha
3770         comparisons ignore any TODO keyword and priority cookie.
3772         * org-remember.el (org-remember-handler): Reinterpretation of the
3773         prefix argument.
3775 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
3777         * org-agenda.el (org-agenda-get-scheduled): Use new
3778         `org-scheduled' face.
3780         * org-faces.el (org-scheduled): New face.
3782         * org-wl.el (org-wl-open): Remove incorrect declaration.
3784         * org-gnus.el (org-gnus-store-link): Support for :to information
3785         in gnus links.
3787         * org-exp.el (org-export-as-html): Fixed typo in creator
3788         information.
3789         (org-export-protect-examples): New parameter indent.  Insert extra
3790         spaces only when this parameter is specified.
3791         (org-export-preprocess-string): Call `org-export-protect-examples'
3792         with an indentation parameter when exporting to ASCII.
3794         * org-remember.el (org-remember-templates)
3795         (org-remember-apply-template): Allow the file component to be a
3796         function.
3798         * org.el (org-goto-local-search-headings): Renamed from
3799         `org-goto-local-search-forward-headings'.  Added the possibility
3800         to search backwards.
3802 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
3804         * org-export-latex.el (org-export-latex): New customization
3805         group.
3807         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
3809 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
3811         * org-exp.el (org-html-do-expand): Allow {} to terminate
3812         tex macro
3814 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
3816         * org.el (org-buffer-list): Select buffers based on major mode,
3817         not on file name.
3819 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
3821         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
3822         face property.
3824         * org-colview.el (org-columns-display-here): Use
3825         `org-columns-modify-value-for-display-function'.
3827         * org-colview-xemacs.el (org-columns-display-here): Use
3828         `org-columns-modify-value-for-display-function'.
3830 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
3832         * org.el (org-columns-modify-value-for-display-function): New option.
3844         * org-publish.el (org-publish-file): Make sure the directory match
3845         for the publishing directory works correctly.
3847         * org-agenda.el (org-agenda-execute-calendar-command)
3848         (org-agenda-diary-entry): Additional optional argument.
3850 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
3852         * org-exp.el (org-export-as-html): Add attributes also in mailto
3853         and ftp links.
3855         * org.el (org-autoload): Add `org-dblock-write:columnview'.
3864 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
3866         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
3867         sure that calls from `org-export-region-as-html' do not do the
3868         special check for a subtree.
3870 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
3872         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
3874 2008-07-20  Juri Linkov  <juri@jurta.org>
3876         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
3877         new keymap `narrow-map' instead of binding "\C-xns".
3879 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
3881         * org.el (org-open-file): Use
3882         `org-open-directory-means-index-dot-org'.
3883         (org-open-directory-means-index-dot-org): New option.
3885 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
3887         * org.el (org-make-link-string): Remove link attributes from
3888         description.
3889         (org-open-at-point): Remove link attributes bevore using the path.
3891         * org-exp.el (org-export-as-html): Handle link attributes.
3893         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
3895         * org-table.el (org-table-to-lisp): New function.
3897         * org.el (org-narrow-to-subtree): Do not include the final newline
3898         into the narrowed region.
3900         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
3901         bug with user-define skipping condition.
3903 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
3905         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
3907 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
3909         * org-exp.el (org-export-html-style-default): Automatic overflow
3910         handling for pre fields.
3911         (org-export-as-ascii, org-export-as-html): Change default format
3912         for time stamp.
3914         * org-table.el (org-table-export): Offer completion for translator
3915         functions, and do not require a heading above the table.
3917         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
3918         Cater for the case of a list starting in the first line of the
3919         buffer.
3921 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
3923         * org-publish.el (org-publish-find-title): Bug fix.
3924         (org-publish-org-index): Implement new :index-style option.
3926 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
3928         * org-publish.el (org-publish-timestamp-filename): Use
3929         SHA1-encoded file names in the timestamp directory.
3931 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
3933         * org-publish.el (org-publish-needed-p): Be verbose about files
3934         published and files skipped.
3936         * org-exp.el (org-export-preprocess-string): Swap link
3937         normalization and inernal link targeting.
3939         * org-publish.el (org-publish-needed-p): Create timestamp
3940         directory when it does not exist.
3942 2008-07-04  Bastien Guerry  <bzg@altern.org>
3944         * org-clock.el (org-clock-out-when-done): Doc fix.
3946         * org.el (org-agenda-skip-unavailable-files): Doc fix.
3948         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
3949         Ignore case when searching for the COMMENT cookie at export time.
3951 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
3953         * org-exp.el (org-get-file-contents)
3954         (org-get-and-remove-property): New functions.
3955         (org-export-handle-include-files): Handle the new prefix options.
3956         (org-export-as-html): Fix the verse environment.
3958 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
3960         * org.el (org-time=, org-time<, org-time<=, org-time>)
3961         (org-time>=, org-time<>, org-2ft): New functions.
3962         (org-op-to-function): Also provide for the time testing fucntions.
3964 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
3966         * org-exp.el (org-export-html-style-default): New constant.
3968 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
3970         * org-exp.el (org-export-html-style-extra): New variable.
3971         (org-export-splice-style): New function.
3973 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
3975         * org-exp.el (org-export-plist-vars, org-export-as-html):
3976         Implement `org-export-creator-info'.
3977         (org-export-creator-info): New option.
3979 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
3981         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
3982         (org-property-drawer-re, org-clock-drawer-re): New constants.
3984 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
3986         * org-exp.el (org-icalendar-use-deadline)
3987         (org-icalendar-use-scheduled): New options.
3988         (org-icalendar-include-todo): Default changed to t.
3989         (org-print-icalendar-entries): Implement better utilization of
3990         scheduling and deadline time stamps.
3991         (org-export-target-internal-links, org-export-as-html): Allow file
3992         lines without the "file:" prefix if the file path is an absolute
3993         path or starts with ".".
3995         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
3996         lastweek etc.
3997         (org-clock-special-range): Also undertand yesterday, lastweek etc.
3999 2008-06-18  Glenn Morris  <rgm@gnu.org>
4000         * org.el (org-map-entries): Let-bind `file'.
4002 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
4004         * org.el (org-agenda-skip-archived-trees): Docstring now
4005         discourages using this.
4006         (org-scan-tags): Check for org-agenda-archives-mode.
4007         (org-map-entries): Make sure org-agenda-archives-mode is nil.
4008         (org-agenda-files): Functionality of second arg changed.
4010         * org-agenda.el (org-agenda-archives-mode): New variable
4011         (org-write-agenda, org-prepare-agenda, org-agenda-list)
4012         (org-search-view, org-todo-list, org-tags-view)
4013         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
4014         `ifmode' argument.
4015         (org-agenda-quit): Reset the archives mode.
4016         (org-agenda-archives-mode): New command.
4017         (org-agenda-set-mode-name): Include archives info.
4019 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
4021         * org.el (org-paste-subtree): Make sure the yanked headline is
4022         visible if it was yanked at a visible point.
4023         (org-move-item-up): Fix the bug with moving white space at the end
4024         of the item.
4025         (org-show-empty-lines-in-parent): New function.
4027 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
4029         * org-colview.el (org-columns-next-allowed-value): Bug fix.
4031         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
4033         * org-agenda.el (org-agenda-get-closed): Get the end time into the
4034         agenda prefix as well.
4036         * org-publish.el (org-publish-org-index): Make a properly indented
4037         list.
4039         * org.el (org-calendar-agenda-action-key): New option.
4040         (org-get-cursor-date): New function.
4041         (org-mark-entry-for-agenda-action): New command.
4042         (org-overriding-default-time): New variable.
4043         (org-read-date): Respect `org-overriding-default-time'.
4045         * org-remember.el (org-remember-apply-template): Respect the
4046         ovverriding default time.
4048         * org-agenda.el (org-agenda-action-marker): New variable.
4049         (org-agenda-action): New command.
4050         (org-agenda-do-action): New function.
4052 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4054         * org.el (org-schedule, org-deadline): Protect scheduled and
4055         deadline tasks against changes that accidently remove the
4056         repeater.  Also show a message with the new date when done.
4058 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
4060         * org.el (org-beginning-of-line): Cater for the case when there
4061         are tags but no headline text.
4062         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
4063         it set.
4065 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
4067         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
4068         the return value is nil instead of "nil" when there is no match.
4070         * org-exp.el (org-insert-centered): Use fill-column instead of
4071         80.
4072         (org-export-as-ascii): Use string-width to measure the width of
4073         the heading.
4075         * org.el (org-diary-to-ical-string): No longer kill buffer
4076         FROMBUF, this is now done by the caller.
4078         * org-exp.el (org-print-icalendar-entries): Move the call to
4079         `org-diary-to-ical-string' out of the loop, and kill the buffer
4080         afterwords.
4082         * org-remember.el (org-remember-visit-immediately): Position
4083         cursor after moving to the note.
4084         (org-remember-apply-template): Use a text property to record the
4085         cursor position.
4086         (org-remember-handler): Align tags after pasting the note.
4088 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
4090         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
4092         * org-agenda.el (org-agenda-open-link): If there is an
4093         org-bbdb-name property in the current line, jump to that bbdb
4094         entry.
4096         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
4097         text property, so that the agenda knows where this entry comes
4098         from.
4100         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
4101         interaction between clocking-in from the agenda, and  automatic
4102         task state switching.
4104         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
4106         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
4107         zmacs-region stays after this command in XEmacs.
4109 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
4111         * org.el (org-scan-tags): Allow new values for ACTION parameter.
4113         * org-remember.el (org-remember-templates): Fix bug in
4114         customization type definition.
4116         * org.el (org-map-entries): New function.
4118 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
4120         * org-agenda.el (org-agenda-skip-comment-trees): New option.
4121         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
4123 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
4125         * org-remember.el (org-jump-to-target-location): New variable.
4126         (org-remember-apply-template): Set
4127         `org-remember-apply-template' if requested by template.
4128         (org-remember-handler): Start an idle timer to jump to
4129         remember location.
4131         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
4133         * org.el (org-set-regexps-and-options): Fix bug with parsing of
4134         file tags.
4135         (org-get-tags-at): Add the content of `org-file-tags'.
4137         * org-exp.el (org-export-handle-comments): Fix bug with several
4138         comment lines after each other.
4139         (org-number-to-roman, org-number-to-counter): New functions.
4140         (org-export-section-number-format): New option.
4142 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
4144         * org-exp.el (org-export-protect-examples): Catch the case of a
4145         missing end_example line.
4147         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
4148         `org-file-tags' to nil.
4150         * org-colview.el (org-columns-next-allowed-value): Handle next
4151         argument NTH to directly select a value.
4153         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
4154         argument NTH to directly select a value.
4156 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
4158         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
4160 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
4162         * org.el (org-columns-ellipses): New option.
4164 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
4166         * org-colview.el (org-columns-add-ellipses): New function.
4167         (org-columns-compact-links): New function.
4168         (org-columns-cleanup-item): Call `org-columns-compact-links'.
4169         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
4170         when in agenda.
4171         (org-columns-edit-value): Fixed bug with editing values from
4172         agenda column view.
4173         (org-columns-redo): Also redo the agenda itself.
4175 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
4177         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
4178         option.
4180         * org-colview.el (org-agenda-columns-cleanup-item): New function.
4182         * org-exp.el (org-export-ascii-preprocess): Renamed from
4183         `org-export-ascii-clean-string'.
4184         (org-export-kill-licensed-text)
4185         (org-export-define-heading-targets)
4186         (org-export-handle-invisible-targets)
4187         (org-export-target-internal-links)
4188         (org-export-remove-or-extract-drawers)
4189         (org-export-remove-archived-trees)
4190         (org-export-protect-quoted-subtrees)
4191         (org-export-protect-verbatim, org-export-protect-examples)
4192         (org-export-select-backend-specific-text)
4193         (org-export-mark-blockquote-and-verse)
4194         (org-export-remove-comment-blocks-and-subtrees)
4195         (org-export-handle-comments, org-export-mark-radio-links)
4196         (org-export-remove-special-table-lines)
4197         (org-export-normalize-links)
4198         (org-export-concatenate-multiline-links)
4199         (org-export-concatenate-multiline-emphasis): New functions,
4200         obtained from spliiting the export preprocessor.
4202         * org-table.el (org-table-recalculate): Improve error message if
4203         the row number is invalid.
4205 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
4207         * org-archive.el (org-archive-save-context-info): Fix bugs in
4208         customization setup and docstring.
4210         * org-exp.el (org-export-html-style): Changed the size of in the
4211         <pre> element to 90%.
4213 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
4215         * org.el (org-find-src-example-start): Function removed.
4216         (org-edit-src-find-region-and-lang): New function.
4218 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
4220         * org.el (org-edit-src-exit): New function.
4221         (org-exit-edit-mode): New minor mode.
4223         * org-exp.el (org-export-preprocess-string): Fix bug with removing
4224         comment-like lines from protected examples.
4226         * org.el (org-edit-src-example, org-find-src-example-start)
4227         (org-protect-source-example, org-edit-special): New functions.
4229 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
4231         * org-publish.el (org-publish-project-alist): Fix typo in
4232         docstring.
4233         (org-publish-project-alist): Handle :index-title property.
4235 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
4237         * org-export-latex.el (org-export-as-latex): Make sure region
4238         bounds are correct.  Parse subtree properties relating to export.
4240         * org-exp.el (org-export-add-options-to-plist): New function.
4241         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
4243 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
4245         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
4246         EXPORT_TITLE.
4248         * org-exp.el (org-export-get-title-from-subtree)
4249         (org-export-as-ascii, org-export-as-html): Make sure the original
4250         region-beginning and region-end are used, even after moving
4251         point.
4252         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
4253         property.
4255         * org-remember.el (org-remember-last-stored-marker): New variable.
4256         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
4257         (org-remember-handler): Also use marker to remember
4258         last-stored position.
4260         * org.el (org-goto-marker-or-bmk): New function.
4262 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
4264         * org.el (org-file-properties): Renamed from `org-local-properties'.
4265         (org-scan-tags): Take file tags into account.
4266         (org-tags-match-list-sublevels): Default changed to t.
4268         * org-exp.el (org-export-as-html): Close paragraph after a
4269         footnote.
4271         * org.el (org-update-parent-todo-statistics): New function.
4273         * org-exp.el (org-icalendar-store-UID): New option.
4274         (org-icalendar-force-UID): Option removed.
4275         (org-print-icalendar-entries): IMplement UIDs.
4277 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
4279         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
4281 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
4283         * org-faces.el (org-column): Document how this face is being used
4284         and why sometimes the background faces shine through.
4286         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
4288         * org-publish.el (org-publish-attachment): Create publishing
4289         directory if it does not yet exist.
4291         * org-table.el (org-calc-default-modes): Change default number
4292         format to (float 8).
4294         * org.el (org-olpath-completing-read): New function.
4295         (org-time-clocksum-format): New option.
4296         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
4298         * org-clock.el (org-clock-display, org-clock-out)
4299         (org-update-mode-line): Use `org-time-clocksum-format'.
4301         * org-colview-xemacs.el (org-columns-number-to-string): Use
4302         `org-time-clocksum-format'.
4304         * org-colview.el (org-columns-number-to-string): Use
4305         `org-time-clocksum-format'.
4307 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
4309         * org-id.el: New file, move from contrib to core.
4311         * org-exp.el (org-icalendar-force-UID): New option.
4313 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
4315         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
4316         shifted by one day if theere is a date range without an end
4317         time.
4319         * org.el (org-try-structure-completion): New function.
4321 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
4323         * org.el (org-set-font-lock-defaults): Improve fontification of
4324         description lists.
4325         (org-insert-item): Handle description lists.
4326         (org-adaptive-fill-function): Improve auto indentation in
4327         description lists.
4329         * org-exp.el (org-export-as-html, org-export-preprocess-string):
4330         Implement VERSE environment.
4331         (org-export-preprocess-string): Implement the COMMENT
4332         environment.
4334         * org-export-latex.el (org-export-latex-preprocess): Implement
4335         VERSE environment.
4337 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
4339         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
4340         option.
4342 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
4344         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
4346         * org.el (org-quote-csv-field): New functions.
4348         * org-table.el (org-table-export-default-format): Remove :splice
4349         from default format, we get the same effect by not specifying
4350         :tstart and :tend.
4351         (org-table-export): Improve setup, distinguish better between
4352         interactive and non-interactive use, allow specifying the format
4353         on the fly, better protection against wrong file names.
4354         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
4355         and :tend when :splice is omitted.
4357 2008-05-09  Bernt Hansen  <bernt@norang.ca>
4359         * org-clock.el (org-clock-select-task): Make sure the selection
4360         letters are 1-9 and A-Z, no special characters.
4362 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
4364         * org-exp.el (org-export-htmlize): New group.
4365         (org-export-htmlize-output-type)
4366         (org-export-htmlize-css-font-prefix): New options.
4367         (org-export-htmlize-region-for-paste): New function.
4368         (org-export-htmlize-generate-css): New command.
4370 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4372         * org/org.el (org-modules, org-format-latex-options):
4373         * org/org-archive.el (org-archive-stamp-time)
4374         (org-archive-save-context-info):
4375         * org/org-faces.el (org-hide):
4376         * org/org-irc.el (org-irc-parse-link):
4377         * org/org-macs.el (org-call-with-arg, org-autoload):
4378         * org/org-mew.el (org-mew-store-link):
4379         * org/org-remember.el (org-remember-store-without-prompt)
4380         (org-remember-templates): Fix typos in docstrings.
4382         * org/org-info.el (org-info-store-link): Remove leftover docstring.
4384         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4385         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4386         (org-bbdb-anniv-split): Fix typos in docstrings.
4388         * org/org-publish.el (org-publish-project-alist): Doc fixes.
4389         (org-publish-use-timestamps-flag): Reflow docstring.
4390         (org-publish-files-alist): Fix typos in docstring.
4392 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
4394         * org.el (org-set-visibility-according-to-property): New function.
4395         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
4396         and compute the regular expressions, and update font-lock.
4397         (org-property-re): Allow a dash in property names.
4399         * org-archive.el (org-extract-archive-file): Insert the file name
4400         without the path into the format, to allow the location format to
4401         contain a subdirectory.
4403         * org-agenda.el (org-agenda-post-command-hook): If point is at end
4404         of buffer, and the `org-agenda-type' property undefined, use the
4405         value from the character before.
4407         * org.el (org-add-planning-info): Don't let indentation for
4408         would-be timestamp become extra whitespace at the end of headline.
4410 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
4412         * org.el (org-remove-double-quotes, org-file-contents): New
4413         functions.
4415         * org-exp.el (org-infile-export-plist): Also parse the
4416         contents of #+SETUPFILE files, recursively.
4418         * org.el (org-set-regexps-and-options): Also parse the
4419         contents of #+SETUPFILE files, recursively.
4421         * org-exp.el (org-export-handle-include-files): New function.
4422         (org-export-preprocess-string): Call
4423         `org-export-handle-include-files'.
4425         * org.el (org-delete-property-globally)
4426         (org-delete-property, org-set-property): Ignore case during
4427         completion.
4428         (org-set-property): Use `org-completing-read' instead of
4429         `completing-read'.
4431         * org.el (org-complete-expand-structure-template): New,
4432         experimental function.
4433         (org-structure-template-alist): New, experimental option.
4434         (org-complete): Call `org-complete-expand-structure-template'.
4436 2008-05-06  Bastien Guerry  <bzg@altern.org>
4438         * org-export-latex.el (org-export-latex-preprocess): Added
4439         support for blockquotes.
4441 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
4443         * org.el (org-read-date-analyze): Catch the case where only a
4444         weekday is given.
4446 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
4448         * org.el (org-set-font-lock-defaults): Make the description
4449         tag bold.
4451         * org-exp.el (org-export-as-html, org-close-li): Implement
4452         description lists.
4454 2008-05-04  Jason Riedy  <jason@acm.org>
4456         * org-table.el (*orgtbl-default-fmt*): New variable.
4457         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
4458         when there is no other fmt available.
4460         (orgtbl-to-generic): Allow an explicitly nil :tstart or
4461         :tend to suppress the appropriate string.
4463         (orgtbl-to-orgtbl): New function for translating to another orgtbl
4464         table.
4466 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
4468         * org.el (org-read-date-analyze): "." as an alias for "+0" in
4469         read date.
4471         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
4472         New function.
4474         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
4475         New function.
4477 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
4479         * org-clock.el (org-clock-find-position): Don't include notes
4480         into clock drawer.
4482         * org-archive.el (org-archive-subtree): No longer remove an
4483         extra line after cutting the subtree.  `org-cut-subtree' already
4484         takes care of this.
4486         * org-remember.el (org-remember-handler): Only kill the target
4487         buffer if it does not contain the running clock.
4489         * org.el (org-markers-to-move): New variable.
4490         (org-save-markers-in-region, org-check-and-save-marker)
4491         (org-reinstall-markers-in-region): New function.
4492         (org-move-subtree-down, org-copy-subtree): Remember relative
4493         marker positions before cutting.
4494         (org-move-subtree-down, org-paste-subtree): Restore relative
4495         marker positions after pasting.
4497         * org-remember.el (org-remember-clock-out-on-exit): New option.
4498         (org-remember-finalize): Clock out only if the setting in
4499         `org-remember-clock-out-on-exit' requires it.
4500         (org-remember-handler): Do the cleanup in the buffer, to make sure
4501         that the clock marker remains in tact.
4503 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
4505         * org-clock.el (org-clock-goto): Widen buffer if necessary.
4506         (org-clock-in): Make sure that also tasks outside the narrowed
4507         region will be clocked in correctly.
4508         (org-clock-insert-selection-line): Widen the buffer so that we can
4509         find the correct task heading.
4511         * org.el (org-base-buffer): New function.
4513         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
4514         and ";" are escaped.
4515         (org-print-icalendar-entries): Also apply
4516         `org-icalendar-cleanup-string' to the headline, not only to the
4517         summary property.
4519 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
4521         * org-exp.el (org-export-preprocess-hook): New hook.
4522         (org-export-preprocess-string): Call
4523         `org-export-preprocess-hook'.
4525         * org.el (org-font-lock-hook): New variable.
4526         (org-font-lock-hook): New function.
4527         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
4529 ;; Local Variables:
4530 ;; coding: utf-8
4531 ;; add-log-time-zone-rule: t
4532 ;; End:
4534     Copyright (C) 2008  Free Software Foundation, Inc.
4536   This file is part of GNU Emacs.
4538   GNU Emacs is free software: you can redistribute it and/or modify
4539   it under the terms of the GNU General Public License as published by
4540   the Free Software Foundation, either version 3 of the License, or
4541   (at your option) any later version.
4543   GNU Emacs is distributed in the hope that it will be useful,
4544   but WITHOUT ANY WARRANTY; without even the implied warranty of
4545   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4546   GNU General Public License for more details.
4548   You should have received a copy of the GNU General Public License
4549   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4551 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c