Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
[org-mode.git] / lisp / ChangeLog
blobccf4640db681364c04a3968c3ac6ffa37dc8afcb
1 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-html.el (org-export-html-style-default): Add a default style
4         for textareas.
6         * org-exp.el (org-export-format-source-code-or-example): Fix
7         textarea tag.
9 2010-02-24  Bastien Guerry  <bzg@altern.org>
11         * org-clock.el (org-clock-current-task): New variable to store
12         last clocked in task.
13         (org-clock-set-current, org-clock-delete-current): New functions.
15 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
17         * org-remember.el (org-remember-apply-template): Extend comment.
18         (org-remember-handler): Implement clock sibling filing.
20 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
22         * org-publish.el (org-publish-all, org-publish-current-file)
23         (org-publish-current-project): When called with prefix argument
24         FORCE, also rebuild the validation file list.
26         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
27         section headings.
29 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
31         * org-html.el (org-export-as-html-and-open): Kill product buffer
32         if the user wants that.
34         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
35         if the user wants that.
37         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
38         option.
40         * org-agenda.el (org-batch-agenda-csv): Use the time property
41         instead of the `time-of-day' property.
43 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
45         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
46         (org-timer-pause-hook, org-timer-set-hook)
47         (org-timer-cancel-hook): New hooks.
48         (org-timer-start): Run `org-timer-start-hook'.
49         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
50         (org-timer-stop): Run `org-timer-stop-hook'.
51         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
53 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
55         * org.el (org-reveal): Double prefix arg shows the subtree of the
56         parent.
58 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
60         * org-agenda.el (org-search-view): Fix bug with searching full
61         words in headlines in search view.
62         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
63         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
64         scheduled (if the user configures it so.
66 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
68         * org.el (org-hide-archived-subtrees): Don't jump to end of
69         subtree if the match was not in a headline.
70         (org-inside-latex-macro-p): Allow more complex arguments.
71         (org-emphasize): Protect against use at end of buffer.
73 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
75         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
76         text properties.
78 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
81         values.
82         (org-agenda-todo-ignore-scheduled)
83         (org-agenda-todo-ignore-deadlines): More control with different
84         allowed values.
85         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
86         Honor the new option settings.
88 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
90         * org.el (org-get-location): Make sure the selection buffer is
91         shown in the current frame.
93         * org-ascii.el (org-export-ascii-table-widen-columns): New
94         option.
95         (org-export-ascii-preprocess): Realign tables to remove narrowing
96         if `org-export-ascii-table-widen-columns' is set.
98         * org-table.el (org-table-do-narrow): New variable.
99         (org-table-align): Narrow only if `org-table-do-narrow' is t.
101         * org.el (org-deadline, org-schedule): Allow updating if the
102         relevant time stamp does not have a repeater, i.e. do not require
103         that no time stamp has a repeater.
105         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
106         new white space before the tags.
108         * org-latex.el (org-export-as-latex): Do nit require the buffer to
109         be visiting a file when only exporting to a buffer or string.
110         (org-export-latex-fix-inputenc): Only save the buffer is there is
111         a file name attached to it.
113 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
115         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
117 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
119         * org.el (org-fontify-meta-lines-and-blocks): Honor
120         `org-fontify-quote-and-verse-blocks'.
122         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
124 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
126         * org.el (org-open-at-point): Also check for text property
127         org-linked-text before offering collected links.
129 2010-02-03  Stephen Eglen  <stephen@gnu.org>
131         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
132         Optionally extract time specification from text and add to the
133         timestamp.
135 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
137         * org-exp.el (org-html-entities): Fix typo.
139         * org-latex.el (org-export-latex-make-header): Use \providecommand
140         to make sure the \alert macro is defined.
142         * org.el (org-format-latex-signal-error)
143         (org-create-formula-image): Use `org-format-latex-signal-error'.
145 2010-02-02  Stephen Eglen  <stephen@gnu.org>
147         * org.el (org-store-link): For dired buffers, use
148         default-directory as link name if dired-get-filename returns
149         nil.
151 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
153         * org-exp.el (org-export-concatenate-multiline-links): The for
154         protectedness at beginning of match.
156         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
157         AUTO as a coding system, instead default to utf8.
159 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
161         * org.el (org-block-todo-from-children-or-siblings-or-parent)
162         (org-block-todo-from-checkboxes): Respect the local variable
163         value when deciding if blocking should be active.
165         * org-latex.el (org-export-latex-make-header): Define the align
166         macro if it is not yet defined.
168         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
169         `org-insert-heading' with the INVISIBLE-OK argument.
171         * org-mac-message.el (org-mac-message-insert-flagged): Call
172         `org-insert-heading' with the INVISIBLE-OK argument.
174         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
176         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
177         prompt message.
179         * org-html.el (org-html-level-start): Use the
180         `html-container-class' text property to set an additional class
181         for an outline container.
183         * org-exp.el (org-export-remember-html-container-classes): New
184         function.
185         (org-export-preprocess-string): Call
186         `org-export-remember-html-container-classes'.
188         * org.el (org-cycle): Mention level cycling in the docstring.
189         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
191         * org-remember.el (org-remember-apply-template): Do file insertion
192         first.
194 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
196         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
197         problem with mis-aligned graphs when showing habits.
199 2010-01-28  Mikael Fornius  <mfo@abc.se>
201         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
202         when assigning. Begin using numerical characters when all in name
203         is used up. This is to spare alphanumeric characters for better
204         match with other keywords.
206 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
208         * org-exp.el (org-export-preprocess-hook): Improve documentation.
210         * org-latex.el (org-export-latex-preprocess): More consistent
211         conversion and protection of the words LaTeX and TeX.
212         (org-export-latex-fontify-headline, org-export-latex-preprocess):
213         Allow angle brackets in commands, for beamer.
215 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
217         * org-clock.el (org-clock-in): Improve the look of the clock line
218         by formatting links.
220 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
222         * org-latex.el (org-export-latex-classes): Use AUTO as the place
223         holder string for the coding system.  And improve the
224         documentation.
225         (org-export-latex-fix-inputenc): Only modify the coding system if
226         it is given by the placeholder AUTO.
228 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
230         * org-clock.el (org-task-overrun-text): New option.
231         (org-task-overrun, org-clock-update-period): New variables.
232         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
233         overrun clock.
234         (org-clock-notify-once-if-expired): Check if clock is overrun.
236         * org-faces.el: New face `org-mode-line-clock-overrun'.
238 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
240         * org.el (org-narrow-to-subtree): Position the end of the narrowed
241         region before the line with the next heading, to prevent the user
242         from prepending text to the next headline.
244 2010-01-20  Stephen Eglen  <stephen@gnu.org>
246         * org-agenda.el (org-get-time-of-day): Use
247         org-agenda-time-leading-zero to allow leading zero (rather than
248         space) for times.
250 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
252         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
253         org-datetree.el is loaded.
255         * org-datetree.el: autoload `org-datetree-find-day-create'
257         * org-latex.el (org-export-latex-hyperref-format): New option.
258         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
260 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
262         * org-ctags.el (org-ctags-enable): Change order of functions.
263         (org-ctags-create-tags): Add wildcard to file name expansion.
265 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
267         * org.el (org-entry-properties): Fix some important bugs.
269 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
271         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
272         the table is not explicitly given.
274 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
276         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
277         as value.
278         (org-clock-out-if-current): Work with the new list value of
279         `org-clock-out-when-done'.
280         (org-clock-out, org-clock-out-if-current): Avoid circular logic
281         between clocking out and state changes.
283         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
285         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
286         accident protect a character that is before a backslash.
288 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org-agenda.el (org-diary-class): Use
291         `org-order-calendar-date-args'.
293         * org.el (org-order-calendar-date-args): New function.
295         * org-exp.el (org-export-target-internal-links): Check for
296         protectedness after the first bracket.
298         * org.el (org-entry-properties): Don't match wrong-case TODO
299         keywords.
301         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
302         Document that ARG is passed through to remove the date.
303         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
304         not read a date when the user has given a `C-u' prefix.
306 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
308         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
309         tags are hidden.
311 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
313         * org-latex.el (org-export-latex-fix-inputenc): New function.
314         (org-export-latex-inputenc-alist): New option.
316         * org-exp.el (org-export): New key SPC to publish enclosing
317         subtree.
319 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
321         * org-indent.el (org-indent-add-properties): Catch case when there
322         is no headline in the buffer.
324 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
326         * org-exp.el (org-html-entities): Add checkmark symbol.
328         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
329         verbatim code for ASCII export.
331         * org.el (org-update-statistics-cookies): Also see checkboxes in
332         ordered lists.
334 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
336         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
337         key.
339         * org-beamer.el (org-beamer-amend-header): Change the location
340         where `org-beamer-header-extra' is inserted.
342         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
343         just for computing this regexp.
345 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org-beamer.el (org-beamer-frame-default-options): New option.
348         (org-beamer-sectioning): Use default options if the user does not
349         have defined any.
350         (org-beamer-fix-toc): Put a frame around the table of contents.
352         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
353         sure case-folding works well when processing comment stuff.
355         * org-latex.el (org-export-latex-after-save-hook): New hook.
356         (org-export-as-latex): Run the new hook.
358 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
360         * org-beamer.el (org-beamer-environments-default): Add the note
361         environments.
362         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
363         lines and collect and combine the content.
364         (org-beamer-after-initial-vars): Check for note tags and make sure
365         they will be seen like a property.
367         * org.el (org-offer-links-in-entry): Fix bug when there is a
368         single link.
370         * org-exp.el (org-export): Make sure the mark is activated, also
371         when `transient-mark-mode' is off.
373         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
374         (org-agenda-search-view-search-words-only): Obsolete variable, is
375         now an alias for `org-agenda-search-view-always-boolean'.
376         (org-agenda-search-view-force-full-words): New option.
377         (org-search-view): Improve docstring, and implement a better logic
378         for Boolean and phrase searches.
379         (org-agenda-last-search-view-search-was-boolean): New variable.
380         (org-agenda-manipulate-query): Consider the type of the last
381         search when modifying the search string.
383 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
385         * org-latex.el (org-export-as-latex): Do the first letbind in the
386         right moment.
388         * org-agenda.el (org-get-entries-from-diary): Add the new face to
389         these entries.
391         * org-faces.el (org-agenda-diary): New face.
393         * org.el (org-make-link-regexps): Allow regexp-special characters
394         in link types.
395         (org-open-file): When in-emacs is `system', also force system
396         opening, like when the value was `(16)'.
397         (org-update-statistics-cookies): Handle entries without children.
399         * org-exp.el
400         (org-export-preprocess-before-normalizing-links-hook): New hook.
401         (org-export-preprocess-string): Run the new hook.
403         * org.el (org-offer-links-in-entry): Make RET open all links.
405         * org-html.el (org-export-as-html): Remove any left-over display
406         properties in the html file.
408         * org-wl.el (org-wl-store-link): Work-around for format bug with
409         text properties.
411         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
412         invisibility while adding the graphs.
414 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
416         * org-remember.el (org-select-remember-template): Use C letter to
417         customize remember templates.
419         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
420         Move cursor to next visible line.
422 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
424         * org-beamer.el (org-beamer-sectioning): Leave columns environment
425         by specifying 0 or 1 for column width.
426         (org-beamer-column-widths): Make 0 stand for 0.0.
428 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
430         * org-exp.el (org-export-mark-radio-links): Don't match inside
431         <<target>>.
433         * org.el (org-format-latex-header-extra): New variable.
434         (org-format-latex): Set org-format-latex-header-extra from
435         in-buffer stuff.
436         (org-format-latex): Add org-format-latex-header-extra to the
437         variables on which image creation depends.
438         (org-create-formula-image): Add the header stuff from in-buffer
439         settings.
440         (org-read-date-analyze): Base the analysis for future preference
441         on NOW, not on the default date.
443         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
444         for TODO keyword in inline tasks.
446         * org.el (org-log-note-headings): New headings for removing
447         deadline or scheduling date.
448         (org-deadline, org-schedule): Arrange for logging when removing a
449         date.
450         (org-add-log-note): Handle deadline and scheduling removal.
452 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
454         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
456 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
458         * org-agenda.el (org-diary-class): New function.
460 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org-latex.el (org-export-latex-preprocess): Do process the text
463         of a radio target.
465 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
467         * org.el (org-entry-properties): Add TIMESTAMP properties back
468         in.
470 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
472         * org.el (org-all-time-keywords): New variable.
473         (org-set-regexps-and-options): Set `org-all-time-keywords'.
474         (org-entry-blocked-p): New function.
475         (org-special-properties): Add BLOCKED as a new special property.
476         (org-entry-properties): New optional argument SPECIFIC, only parse
477         for this property when it is specified.
478         (org-entry-get): Pass a SPECIFIC argument to
479         `org-entry-properties'.
481         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
483 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
485         * org-latex.el (org-export-latex-tables): No forced line end if
486         there is no caption.
488 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
490         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
491         package.
493         * org-latex.el (org-export-latex-tables): Only add a caption when
494         macro in in longtable environments if one has been defined.
496         * org-html.el (org-export-as-html): Only take title from buffer if
497         not exporting body-only.
499         * org-latex.el (org-export-latex-preprocess): Better version of
500         the regular expression for protecting LaTeX macros.
501         (org-export-latex-preprocess): Start searching for macros to
502         protect from beginning of buffer.
504         * org-exp.el (org-export-target-internal-links): Check for
505         protectedness earlier in the string.
507         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
508         case sensitively.
510         * org-id.el (org-id-store-link): Match TODO keywords case
511         sensitively.
513         * org.el (org-heading-components, org-get-outline-path)
514         (org-display-outline-path): Match TODO keywords case sensitively.
516         * org-latex.el (org-export-as-latex): Ignore read-only
517         properties.
519         * org-exp.el (org-export-preprocess-string): Remove any
520         `read-only' properties.
522         * org-agenda.el (org-agenda-inactive-leader): New option.
523         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
524         (org-tags-view): Prompt for matcher if MATCH is an empty string.
525         (org-todo-list): Prompt for matcher if ARG is an empty string.
527 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
529         * org.el (org-open-link-functions): New hook.
530         (org-open-at-point): Run `org-open-link-functions'.
532 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
534         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
535         stamps as well.
537         * org.el (org-inhibit-startup-visibility-stuff): New variable.
538         (org-mode): Don't do startup visibility if inhibited.
539         (org-outline-overlay-data, org-set-outline-overlay-data): New
540         functions.
541         (org-save-outline-visibility): New macro.
542         (org-log-note-headings): Document that one should not change the
543         `state' note format.
545 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org.el (org-make-link-regexps): Capture link path into a group.
549 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
551         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
552         the options plist.
554 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
556         * org.el (org-startup-with-beamer-mode): New option.
557         (org-property-changed-functions)
558         (org-property-allowed-value-functions): New hooks.
559         (org-entry-put, org-property-get-allowed-values): Run the new
560         hooks.
561         (org-property-next-allowed-value): Run the new hooks.
563         * org-exp.el (org-export-select-backend-specific-text): Add the
564         special beamer tags.
566         * org-beamer.el
567         (org-export-preprocess-before-selecting-backend-code-hook): New
568         file.
570         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
571         (org-export-as-latex): Run
572         `org-export-latex-after-initial-vars-hook'.
573         (org-export-latex-format-toc-function)
574         (org-export-latex-make-header): Call
575         `org-export-latex-format-toc-function'.
577         * org.el (org-fill-template): Make template searches case sensitive.
579         * org-exp.el (org-export): Use "1" as a sign to export only the
580         subtree.
582         * org-colview-xemacs.el (org-columns-edit-value): Use
583         org-unrestricted property.
585         * org-colview.el (org-columns-edit-value):  Use
586         org-unrestricted property.
588         * org.el (org-compute-property-at-point): Set org-unrestricted
589         text property if the list contains ":ETC".
590         (org-insert-property-drawer):  Use
591         org-unrestricted property.
593         * org-exp.el
594         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
595         (org-export-preprocess-string): Run
596         `org-export-preprocess-before-selecting-backend-code-hook'.
598         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
600         * org-latex.el (org-export-region-as-latex): Run
601         `org-export-first-hook'.
603         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
605         * org-docbook.el (org-export-as-docbook): Run
606         `org-export-first-hook'.
608         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
610         * org-exp.el (org-export-first-hook): New hook.
612 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
614         * org-list.el (org-previous-item): Exit at the beginning of the
615         buffer.
617         * org-id.el (org-id-locations-save): Only write the id locations
618         if any are defined.
620         * org-archive.el (org-archive-all-done): Make this work in a file
621         with org-odd-levels-only set.
623         * org.el (org-get-refile-targets): Catch the case when a buffer
624         has no file.
626         * org-latex.el (org-export-as-latex): Cleanup forced line ends
627         where they are not needed.
628         (org-export-latex-subcontent): Remove unnecessary newlines.
630 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
632         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
633         (org-export-latex-fontify): Fix regexp bug that takes special
634         care of protecting the right boundary characters in emphasis
635         matches.
636         (org-export-latex-preprocess): Allow multiple arguments to latex
637         macros.
639         * org.el (org-make-link-regexps): Use John Gruber's regexp for
640         urls.
642         * org-macs.el (org-re): Interpret :punct: in regexps.
644         * org-exp.el (org-export-replace-src-segments-and-examples): Also
645         take the final newline after the END line.
647         * org.el (org-clean-visibility-after-subtree-move): Only fix
648         entries that are not entirely invisible already.
649         (org-insert-link): Respect org-link-file-path-type for
650         "docview:" links in addition to "file:" links.
652 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
654         * org-exp.el (org-export-format-source-code-or-example): Avoid
655         additional extra white lines in LaTeX.
657         * org-list.el (org-list-parse-list): Leave empty lines after the
658         list, don't consider them as part of the list.
660         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
661         searches.
663         * org-clock.el (org-clock-select-task): Convert integer to
664         character for XEmacs.
666 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
668         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
669         compatible.
671 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
673         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
674         variable.
675         (org-set-tags): Use it.
677 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
679         * org-list.el (org-empty-line-terminates-plain-lists): Update
680         docstring.
682         * org.el (org-format-latex): Fix link creation for processed latex
683         snippets.
685 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
687         * org-footnote.el (org-footnote-normalize): Protect replacement
688         text.
690         * org.el (org-inside-latex-macro-p): Save match data.
692 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
694         * org-docview.el: New file.
696 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
698         * org-latex.el (org-export-latex-class-options): New variable.
699         (org-export-latex-set-initial-vars): Use the class options.
701         * org.el (org-forward-same-level): Stop at headings that start
702         with an invisible character.
703         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
705 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
707         * org-footnote.el (org-footnote-normalize): Don't take optional
708         arguments in LaTeX macros as footnotes.
710         * org.el (org-inside-latex-macro-p): New function.
712         * org-latex.el (org-latex-to-pdf-process): Change customization
713         group to `org-export-pdf'.
715         * org-agenda.el (org-agenda-get-blocks): Look at time string also
716         on days after the first one.
718         * org.el (org-insert-heading): Also check for item before assuming
719         before-first-heading condition.
721         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
722         (org-export-pdf-logfiles): New option.
723         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
724         (org-export-pdf-logfiles): Fix customization type.
726         * org.el (org-insert-link): Improve error message when there is no
727         default link to select with RET.
729         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
730         parameter list.
732 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
734         * org-latex.el (org-export-latex-parse-global)
735         (org-export-latex-parse-content)
736         (org-export-latex-parse-subcontent): Use
737         `org-re-search-forward-unprotected'.
738         (org-export-as-pdf): Remove log files produced by XeTeX.
740         * org-macs.el (org-re-search-forward-unprotected): New function.
742 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
744         * org-colview.el (org-agenda-colview-summarize): Sort out some
745         confusion between properties and titles, which resulted in
746         agenda summaries not working if a title was set for a column.
748 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
750         * org-mobile.el (org-mobile-agendas): New option.
751         (org-mobile-sumo-agenda-command): Select the right agendas.
753         * org-latex.el (org-export-latex-format-image): Preserve the
754         original-indentation property.
756 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
758         * org-clock.el (org-clock-insert-selection-line): Catch error when
759         an old tasks no longer exists.
761         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
762         (org-export-as-pdf): Don't remove the old PDF file before making
763         the new one.
765         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
766         (org-mouse-context-menu): Use `org-looking-back'.
768         * org.el (org-cycle-level): Use `org-looking-back'.
770         * org-list.el (org-cycle-item-indentation): Use
771         `org-looking-back'.
773         * org-compat.el (org-looking-back): New function.
775         * org.el (org-insert-heading): Catch before-first-headline when
776         inserting a headline.
778 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
780         * org-latex.el (org-export-latex-format-image): Indent figure
781         environment, so that it does not interrupt plain list.
783         * org.el (org-open-at-point): Allow long link descriptions.
785 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
787         * org-html.el (org-export-as-html): Remove empty lines at the
788         beginning of the exported text.
790 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
792         * org-protocol.el (org-protocol-remember): Cater for empty title,
793         region, link.
795         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
796         agenda after adding new entry.
797         (org-agenda-get-represented-tags): New function.
798         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
799         to get a list of tags in the agenda.
801         * org-datetree.el (org-datetree-find-day-create): Fix regular
802         expression.
804         * org.el (org-display-outline-path): Use a format specifier for
805         message, to avoid problems with heading containing `%'.
807         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
808         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
809         (org-agenda-fix-displayed-tags): New function.
810         (org-agenda-do-context-action): Just call
811         `org-display-outline-path', without piping the result through
812         `message'.
814         * org-latex.el (org-export-latex-preprocess): Protect secondary
815         footnote references.
817         * org-indent.el (org-indent-initialize): Avoid empty strings as
818         line prefixes.
820         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
821         hat checking for the mark does not throw an error.
822         (org-agenda-diary-entry-in-org-file): Catch the case that there is
823         not `day' text property in the cursor line.
825         * org.el (org-sort-entries-or-items): Make sure that the final
826         entry has a newline before doing the sorting.
828         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
829         property at the beginning of the line.
831         * org.el (org-make-link-string): Don't allow a description with
832         only white space.
834 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
836         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
837         (org-agenda-insert-diary-as-top-level): New function.
838         (org-agenda-add-entry-to-org-agenda-diary-file): Call
839         `org-agenda-insert-diary-as-top-level'.
841         * org.el (org-occur-in-agenda-files): Make sure none of the
842         buffers is narrowed.
843         (org-activate-plain-links): Add the face property here.
844         (org-set-font-lock-defaults): Do not add the face to plain links,
845         the activator function does this.
847         * org-habit.el (org-is-habit-p): Add doc string.
849 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
851         * org-archive.el (org-archive-subtree-default-with-confirmation):
852         Autoload.
854         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
855         after match optional (happens at the end of a line...).
857         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
858         for special blocks.
860         * org-faces.el (org-copy-face): Set lisp indentation.
861         (org-quote, org-verse): New faces.
863         * org-agenda.el (org-agenda-remove-date): Remove variable.
865 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
867         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
869 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
871         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
872         hash keys to cache and re-use images generated by the
873         org-exp-blocks interface to ditaa and dot.
875 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
877         * org-html.el (org-export-as-html): Move the home/up link into
878         the content div.
880         * org.el (org-export-latex-packages-alist): Option definition
881         moved here from org-latex.el.
883 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
885         * org.el (org-format-latex): Latex images are now saved to files
886         named by the sha1 hash of the latex source text avoiding
887         regeneration of identical images.
889 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org-html.el (org-export-html-home/up-format): Add an ID to the
892         up/home div.
894 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
896         * org-wl.el (org-wl-store-link): Handle the case that
897         `wl-use-petname' is set.
899         * org.el (org-set-effort): Improve prompt.
900         (org-get-outline-path): Widen to get full path.
901         (org-compact-display-after-subtree-move): Function removed.
903         * org-latex.el (org-export-as-latex): Add the :drawers property.
905 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
907         * org.el (org-speed-commands-user): Allow documentation headlines.
908         (org-speed-commands-default): Organize the value of this constant
909         with descriptive headlines.
910         (org-print-speed-command): Output the headlines.
912 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
914         * org-agenda.el (org-agenda-show-outline-path): New option.
915         (org-agenda-do-context-action): New function.
916         (org-agenda-next-line, org-agenda-previous-line): Use
917         `org-agenda-do-context-action'.
919         * org.el (org-use-speed-commands): Allow function value.
920         (org-speed-commands-default): Make headline motion safe, so that
921         these commands always end on a headline.
922         (org-speed-commands-default): New key `v' for `org-agenda'.
923         (org-speed-move-safe): New function.
924         (org-self-insert-command): Use the function value of
925         `org-use-speed-commands'.
926         (org-get-outline-path): Improve docstring.
927         (org-format-outline-path): New function.
928         (org-display-outline-path): New function.
930 2009-11-12  John Wiegley  <jwiegley@gmail.com>
932         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
933         a string, use that to find the LOGBOOK drawer.
935 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
937         * org.el (org-clone-subtree-with-time-shift): Make it work at the
938         end of the buffer.
940         * org-mobile.el (org-mobile-write-checksums): Specify coding
941         system.
942         (org-mobile-timestamp-buffer): Keep local variable/mode line at
943         beginning of buffer.
945         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
947         * org.el (org-block-todo-from-children-or-siblings-or-parent)
948         (org-block-todo-from-checkboxes): Do not block changes to a nil
949         TODO state.
951 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
953         * org-habit.el (org-habit-parse-todo): Indicate which habit is
954         wrongly set up in the error messages.
956         * org-colview.el (org-columns-display-here): Don't try to
957         calculate values if the underlying property is not set.
958         (org-columns-string-to-number): Convert age strings back into
959         fractional days.
960         (org-agenda-colview-summarize): Handle extended summary types
961         properly.
963         * org-colview-xemacs.el (org-columns-display-here): Don't try to
964         calculate values if the underlying property is not set.
965         (org-columns-string-to-number): Convert age strings back into
966         fractional days.
967         (org-agenda-colview-summarize): Handle extended summary types
968         properly.
970 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
972         * org-exp.el (org-export-format-drawer-function): New variable.
973         (org-export-format-drawer): New function.
974         (org-export-preprocess-string): Pass the backend as a parameter to
975         `org-export-remove-or-extract-drawers'.
976         (org-export-remove-or-extract-drawers): New parameter BACKEND.
978         * org-protocol.el (org-protocol-char-to-string): New defsubst.
980 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
982         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
983         message when no block is selected.
985         * org-latex.el (org-export-latex-links): Check for protectedness
986         in the last matched character, not after the match.
988         * org-datetree.el (org-datetree-find-date-create): Respect
989         restriction when KEEP-RESTRICTION is set.
990         (org-datetree-file-entry-under): New function.
991         (org-datetree-cleanup): New command.
993 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
995         * org-src.el (org-edit-src-code): New optional argument context
996         allows calling functions to avoid altering the saved window
997         configuration.
998         (org-edit-src-exit): Do not restore window configuration when this
999         function is used in the context of saving the edit buffer.
1001 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1003         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
1004         instances to switching to with-current-buffer, because these seem
1005         to cause problems - no idea why.
1007         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1008         Require diary-lib for (diary-date-display-form).
1010         * org.el (org-log-reschedule, org-log-redeadline): New options.
1011         (org-log-note-headings): Add templates for rescheduling and
1012         deadline changing.
1013         (org-startup-options): Add in-buffer settings for logging changing
1014         schedule and deadline time stamps.
1015         (org-deadline, org-schedule): Check for existing date and arrange
1016         for logging if the user requests it.
1017         (org-add-log-note): Prepare proper note buffers for rescheduling
1018         and deadline changes.
1020 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1022         * org-agenda.el (org-agenda-diary-entry-in-org-file)
1023         (org-agenda-add-entry-to-org-agenda-diary-file)
1024         (org-agenda-insert-diary-make-new-entry): New functions.
1025         (org-agenda-diary-entry): Call
1026         `org-agenda-diary-entry-in-org-file' when appropriate.
1028         * org.el (org-calendar-insert-diary-entry-key): New option.
1029         (org-agenda-diary-file): New option.
1030         ("calendar"): Install our insertion function in the calendar.
1032         * org-remember.el (org-datetree): Require.
1033         (org-remember-templates): Add new positioning option.
1034         (org-remember-reference-date): New variable.
1035         (org-remember-apply-template): Store the reference date in a local
1036         variable.
1037         (org-remember-handler): Implement date tree positioning of entries.
1039         * org-datetree.el: New file.
1041         * org-latex.el (org-export-latex-preprocess): Protect targets in
1042         verbatim emphasis.
1044         * org-html.el (org-export-as-html): Protect targets in verbatim
1045         emphasis.
1047         * org-docbook.el (org-export-as-docbook): Protect targets in
1048         verbatim emphasis.
1050 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
1052         * org.el (org-link-display-format): Should be literal replacement.
1054 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1056         * org-clock.el (org-show-notification): Handle messages that
1057         contain a percent character.
1059         * org-remember.el (org-remember-apply-template): Turn of partial
1060         completion.
1062         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
1063         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
1065         * org.el (org-indent-mode): Define variable already in org.el.
1066         (org-unfontify-region): Remove line-prefix and wrap-prefix
1067         properties only if org-indent-mode is active.
1069 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1071         * org-icalendar.el (org-print-icalendar-entries): Save match data
1072         around call to verify function.
1073         (org-print-icalendar-entries): Add a call to the verification
1074         function.
1076         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
1077         save-restrivtion' form.
1079 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
1081         * org-exp.el (org-export-format-source-code-or-example): restrict
1082         scope of preserve-indentp to the let binding.
1083         (org-src): require org-src, since org-src-preserve-indentation is used.
1085 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1087         * org-timer.el (org-timer-set-timer): Set variables
1088         org-timer-timer[123] correctly.
1091         * org-mobile.el (org-mobile-files-alist): Make it work when
1092         `agenda-archives' is included in
1093         `org-agenda-text-search-extra-files'.
1094         (org-mobile-push): Restore agenda after mobile push.
1096 2009-11-05  John Wiegley  <jwiegley@gmail.com>
1098         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
1099         way the amount of idle time is presented in the minibuffer.
1101 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1103         * org-icalendar.el (org-print-icalendar-entries): Use
1104         org-icalendar-verify-function only if non-nil.
1106         * org.el (org-refile): Refile to clock only if the prefix arg is
1107         2.
1108         (org-sparse-tree): Fix docstring to be in line with prompt.
1109         (org-update-parent-todo-statistics): Call
1110         `org-after-todo-statistics-hook' on each level.
1112 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
1114         * org-remember.el (org-remember-apply-template): Make sure the
1115         buffer exists.
1117 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
1119         * org.el (org-tab-ind-state): New variable.
1120         (org-cycle-level): New function.
1121         (org-cycle-level-after-item/entry-creation): New option.
1122         (org-flag-subtree): New function.
1123         (org-hide-archived-subtrees): Call `org-flag-subtree'.
1124         (org-set-effort): Indexed access.
1126         * org-list.el (org-cycle-item-indentation): New function.
1128         * org.el (org-refile): Make prefix argument 2 refile to current
1129         clock.
1130         (org-priority): Interpret action `remove' as call to remove the
1131         priority cookie.
1133         * org-remember.el (org-remember-apply-template): Don't depend on
1134         buffer name being like file name.
1136 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
1138         * org-clock.el (org-clock-play-sound): Expand file in
1139         org-clock-sound, to allow ~ for home.
1141         * org-remember.el (org-remember-handler): Set
1142         text-before-node-creation even if this already looks like a node,
1143         because the string might be needed on non-org-mode target files.
1145         * org-agenda.el (org-agenda-open-link): Make this work in agenda
1146         clocktables.
1147         (org-agenda-switch-to): Follow a link at point if
1148         org-return-follows-link' is set and there is nothing else to do in
1149         this line.
1151 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
1153         * org-colview-xemacs.el: Add in changes from org-colview.el
1155 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
1157         * org-exp-blocks.el: Modify split separator regexp to avoid empty
1158         strings.
1160 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
1162         * org-colview.el (org-columns-new): Make this work with the new
1163         operators.
1164         (org-columns-store-format): Make this work with the new operators.
1166 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
1168         * org-src.el (org-src-preserve-indentation): Document that this
1169         variable is also used during export.
1171         * org-exp.el (org-export-format-source-code-or-example): Preserve
1172         indentation if a block has a -i option, or if
1173         `org-src-preserve-indentation' is set.
1175         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
1176         indentation if a block has a -i option, or if
1177         `org-src-preserve-indentation' is set.
1179 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
1181         * org.el (org-mode-map): Define the new archiving keys.
1182         (org-speed-commands-default): Define an archiving key in the speed
1183         command map.
1184         (org-org-menu): Improve the menu structure concerning archiving.
1186         * org-archive.el (org-archive-subtree-default-with-confirmation):
1187         New command.
1189         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
1190         (org-agenda-menu): Add the new archiving commands to the menu.
1191         (org-agenda-archive-default)
1192         (org-agenda-archive-default-with-confirmation): New commands.
1193         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
1194         call `org-agenda-archive-with'.
1195         (org-agenda-archive-with): New function.
1197         * org-table.el (org-table-convert-region): Inert spaces around "|"
1198         to avoid line beginnings like "|-1" which will be mistaken as
1199         hlines.
1201 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
1203         * org.el (org-offer-links-in-entry): Return nil if there are no
1204         links, t if a link has been selected.
1205         (org-open-at-point): Open attachment directory when called in the
1206         headline and there are no links in the entry body.
1207         (org-speed-commands-default): Add "o" for open-at-point as a speed
1208         command.
1210         * org-attach.el (org-attach-reveal): Optional prefix arg
1211         IF-EXISTS, which avoids creating the attachment directory if it
1212         does not yet exist.
1214         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
1215         MATCH.
1217 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
1219         * org.el ("abbrev"): Work with abbrev tables only after they have
1220         been loaded.
1222         * org-list.el (org-list-send-list): Fix bug related to match
1223         data.
1225         * org-latex.el (org-export-latex-fontify): Apply verbatim
1226         emphasis.
1227         (org-export-latex-make-header): Insert \obeylines if line breaks
1228         should be preserved.
1230         * org-exp.el (org-export-protect-verbatim): Add an
1231         `org-verbatim-emph' property to such text.
1233 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
1235         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1236         (org-print-icalendar-entries): Skip entries where the timestamp is
1237         not a deadline and not scheduled, if the user requests that.
1239         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1240         before an opening quote.
1242         * org-archive.el (org-archive-subtree): Keep archive after
1243         archiving something.
1245         * org-id.el (org-id-update-id-locations): Add archive files if
1246         that is required by `org-id-extra-files'.
1248 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
1250         * org-src.el (org-src-window-setup): New option.
1251         (org-src-switch-to-buffer): New function.
1252         (org-edit-src-exit): Add optional argument CONTEXT and use it to
1253         restore window configuration.
1254         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1255         Call `org-src-switch-to-buffer'.
1257         * org.el (org-default-properties): Add STYLE property.
1258         (org-files-list): Use the function call to get the files.
1259         (org-additional-option-like-keywords): Add SETUPFILE to completion
1260         list.
1262 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
1264         * org-table.el (org-table-convert-region): Correctly interpret
1265         quoting in csv import.
1267         * org.el (org-icompleting-read): Make iswitchb completion work
1268         with lists and tables.
1270         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1271         while pushing the mobile agenda.
1273 2009-10-25  John Wiegley  <jwiegley@gmail.com>
1275         * org-clock.el
1276         (org-clock-auto-clock-resolution): Now takes three values: nil, t
1277         and `when-no-clock-is-running'.
1278         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1279         whether or not to resolve Org buffers on clock in.
1281 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
1283         * org-colview.el (org-format-time-period): Function to format
1284         times in fractional days for display.
1285         (org-columns-display-here): Add support for showing a calculated
1286         value in place of the property.
1287         (org-columns): Set `org-columns-time' to the current time so time
1288         difference calculations will work.
1289         (org-columns-time): Use to store the current time when column view
1290         is displayed, so all time differences will use the same reference
1291         point.
1292         (org-columns-compile-map): There is now an extra position in each
1293         entry specifying the function to use to calculate the displayed
1294         value for the non-calculated properties in the column,
1295         (org-columns-compute-all): Set `org-columns-time' to the current
1296         time so time difference calculations will work.
1297         (org-columns-compute): Handle column operators where the values
1298         used are calculated from the underlying property.
1299         (org-columns-number-to-string): Handle the 'age' column format
1300         (org-columns-string-to-number): Correct the function name (was
1301         org-column...). Add support for the 'age' column format.
1302         (org-columns-compile-format): Support the additional parameter in
1303         org-columns-compile-map.
1305 2009-10-26  Bastien Guerry  <bzg@altern.org>
1307         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1308         variable.
1310 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
1312         * org-clock.el (org-clock-has-been-used): New variable.
1313         (org-clock-in): Set `org-clock-has-been-used'.
1314         (org-clock-save): Save only if clock data has been used or created
1315         during this session.
1317 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org-clock.el (org-clock-persist): New value, to store only the
1320         clock history.
1321         (org-clock-save): Don't save the clock if only the history should
1322         be stored.
1323         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1324         when restoring a saved clock.
1326 2009-10-24  John Wiegley  <jwiegley@gmail.com>
1328         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1329         `org-time-clock-use-fractional'.
1331         * org.el (org-time-clocksum-use-fractional)
1332         (org-time-clocksum-fractional-format): Two new customizable
1333         variables which allow the user to select fractional times (1.25
1334         instead of 1:25) in the `org-clock-display' report.
1336 2009-10-23  John Wiegley  <jwiegley@gmail.com>
1338         * org-habit.el (org-habit-build-graph): None of the arguments
1339         should be optional.
1340         (org-habit-parse-todo, org-habit-deadline)
1341         (org-habit-get-priority, org-habit-get-faces)
1342         (org-habit-build-graph): Further simplifications by storing all
1343         past, scheduled and deadline dates as a number of days past the
1344         epoch, and not as times.
1346         * org-habit.el (org-habit-warning-face)
1347         (org-habit-warning-future-face): Removed because these are no
1348         longer used.
1349         (org-habit-deadline, org-habit-deadline-repeat): Now always
1350         returns a date; computed if there was a scheduled repeater but no
1351         deadline repeater.
1352         (org-habit-get-priority): Further improvements to the priority
1353         algorithm.  In particular, items past due should always appear
1354         before items due or not yet due.
1355         (org-habit-get-faces): Greatly simplified the logic, now that
1356         `org-habit-deadline' always returns a valid time.
1358 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
1360         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1361         New option.
1363         * org.el (org-tag-alist): Fix customization type.
1365 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1368         Make sure the regexp search can fail without throwing an error.
1369         (org-mobile-apply): Save the inbox buffer after removing
1370         successfully applied changes.
1372 2009-10-22  John Wiegley  <jwiegley@gmail.com>
1374         * org-habit.el (org-habit-build-graph): Fix to the graph building
1375         when last DONE date is earlier than `org-habit-preceding-days'.
1377         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1378         time is reported after the user comes back (but before they
1379         resolve time).
1381         * org.el (org-get-repeat): Change so that this function can be
1382         called with either `org-scheduled-string' or
1383         `org-deadline-string'.
1385         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1386         to find the scheduled date.
1388         * org-clock.el (org-clock-auto-clock-resolution): Renamed
1389         `org-clock-disable-clock-resolution', since negatives don't sound
1390         good in customization variables.
1391         (org-clock-in): Don't use the auto-resolution logic if the user is
1392         clocking into a different task while an active clock is running.
1393         This then allows the default behavior of clocking out of the open
1394         task and then into the new task.
1396         * org-habit.el (org-habit-parse-todo): Generate an error if a
1397         habit has a scheduled repeat period < 1.
1398         (org-habit-get-faces): Fixes to the way that colors are computed.
1399         (org-habit-build-graph): The graph wasn't displaying beyond any
1400         day that had two completions in it.
1402         * org.el (org-modules): Made this variable more consistent, since
1403         it was referring to Org, OrgMode and Org-mode, whereas the docs
1404         for the variable always refer to Org-mode.
1406 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1408         * org.el (org-repeat-re): The changed org-repeat-re no longer
1409         matched simple +2d type repeaters. Fix it so it does.
1411 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
1413         * org-latex.el (org-export-latex-preprocess): Protect the vspace
1414         macro in the VERSE environment.
1416 2009-10-20  John Wiegley  <jwiegley@gmail.com>
1418         * org-habit.el (org-habit-get-priority): A new function that
1419         determines the relative priority of a habit, based on how long
1420         past its scheduled date it is, and how near the deadline is.
1422         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1423         using `org-habit-get-priority'.
1425         * org-habit.el (org-habit-build-graph): Start displaying colors
1426         from the first scheduled date, if that date is earlier than the
1427         first completion date.
1429         * org-habit.el: Changed all "color" variables to faces, and made
1430         them appropriate for light and dark backgrounds.
1432         * org-habit.el (org-habit-duration-to-days): Made this function
1433         more general.
1434         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1436         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1437         habits, since they don't use DEADLINE anymore.
1439         * org.el (org-repeat-re, org-display-custom-time)
1440         (org-timestamp-change): Extended to support the new ".+N/N"
1441         syntax, used for habits.
1443         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1444         variable reference.
1446         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1447         modeline when habits are being displayed (if that module is being
1448         loaded).
1450 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1452         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1453         idle time using the xscreensaver extension.
1454         (org-user-idle-seconds): Use X11 idle time if available.
1456 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
1458         * org-agenda.el (org-agenda-next-line): New command.
1459         (org-agenda-previous-line): New commands.
1460         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1461         commands.
1462         (org-agenda-follow-mode): Do the follow immediately if the mode is
1463         turned on here.
1464         (previous-line, next-line): Replace keys with the corresponding
1465         org functions.
1466         (org-agenda-mode-map): Bind backspace and delete to the scrolling
1467         command.
1469         * org.el (org-icompleting-read): Turn off partial completion mode
1470         for the duration of this completion round.
1472         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1473         macros in author lines and similar stuff.
1475         * org.el (org-file-tags): Fix docstring.
1476         (org-get-buffer-tags): Add the #+FILETAGS tags.
1477         ("ecb"): Maks ecb show context after jumping into an Org file.
1479 2009-10-20  John Wiegley  <johnw@newartisans.com>
1481         * org-agenda.el (org-finalize-agenda): Draw habit consistency
1482         graphs after everything else in the buffer has been setup.
1484 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
1486         * org-mobile.el (org-mobile-apply): Count success and failure.
1488         * org.el (org-indent-line-function): Fix regexp replace problem.
1490 2009-10-19  John Wiegley  <johnw@newartisans.com>
1492         * org-clock.el (org-clock-disable-clock-resolution): New
1493         customization variable that disable automatic clock resolution on
1494         clock in.
1495         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1496         not automatically resolve anything.  This is does not affect
1497         idle-time resolution, however, if `org-clock-idle-time' is set.
1499 2009-10-19  John Wiegley  <johnw@newartisans.com>
1501         * org-habit.el: New file, which implements code to build a "habit
1502         consistency graph".
1504         * org-agenda.el (org-agenda-get-deadlines)
1505         (org-agenda-get-scheduled): Display consistency graphs when
1506         outputting habits into the agenda.  The graphs are always relative
1507         to the current time.
1508         (org-format-agenda-item): Added new parameter `habitp', which
1509         indicates whether we are formatting a habit or not.  Do not
1510         display "extra" leading information if habitp is true.
1512         * org.el (org-repeat-re): Improved regexp to include .+ and ++
1513         leaders for repeat strings.
1514         (org-get-repeat): Now takes a string parameter `tagline', so the
1515         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1517 2009-10-19  John Wiegley  <johnw@newartisans.com>
1519         * org-agenda.el (org-agenda-auto-exclude-function): New
1520         customization variable for allowing the user to create an "auto
1521         exclusion" filter for doing context-aware auto tag filtering.
1522         (org-agenda-filter-by-tag): Changes to support the use of
1523         `org-agenda-auto-exclude-function'.  See the new manual addition,.
1525 2009-10-18  John Wiegley  <johnw@newartisans.com>
1527         * org.el (org-files-list): Don't attempt to return a file name for
1528         Org buffers which have no associated file.
1530         * org-agenda.el (org-agenda-do-action): Fixed a typo.
1532 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
1534         * org-mobile.el (org-mobile-locate-entry): Interpret files
1535         relative to org-directory.
1536         (org-mobile-inbox-for-pull): Document the best location for this
1537         file.
1538         (org-mobile-check-setup): Verify `org-directory'.
1539         (org-mobile-create-index-file): Sort the files to be listed in
1540         index.org.
1542 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
1544         * org.el (org-fast-tag-selection): Add a way to display a
1545         description for a tag group. This is done by adding a string to
1546         either the startgroup or endgroup cell.
1548 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1550         * org-clock.el (org-clock-resolve, org-resolve-clocks)
1551         (org-emacs-idle-seconds): Use `org-float-time' instead of
1552         `time-to-seconds'
1554 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1556         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1557         type.
1559         * org.el (org-pre-cycle-hook): Document that `empty' can also be
1560         the value of ARG when doing local cycling.
1562 2009-10-17  John Wiegley  <johnw@newartisans.com>
1564         * org-clock.el (org-clock-resolve-clock): If keeping or
1565         subtracting time results in a clock out at a time in the past, and
1566         if the resolution occurred due to idleness or invoking `M-x
1567         org-resolve-clocks', remember that past moment in time.  On the
1568         next clock in, the user will be prompted to see if they want to
1569         back-date their new clock to then.
1570         (org-clock-resolve): Do not jump the user to the location of a
1571         dangling clock if the resolution is occuring due to an idle
1572         timeout.  In that case there is typically only one dangling clock,
1573         the active one, and there is no value gained by shuffling their
1574         windows around to show it to them.  Being prompted to resolve an
1575         idle clock should be as inobtrusive as possible.
1576         (org-resolve-clocks-if-idle): New function that resolves only the
1577         currently active clock if the user has exceeded the time returned
1578         by `org-user-idle-seconds', based on the value of
1579         `org-clock-idle-time'.
1580         (org-clock-in): If, after resolving clocks,
1581         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1583         * org-clock.el (org-clock-resolve-clock): New function that
1584         resolves a clock to a specific time, closing or resuming as need
1585         be, and possibly even starting a new clock.
1586         (org-clock-resolve): New function used by `org-resolve-clocks'
1587         that sets up for the call to `org-clock-resolve-clock'.  It
1588         determines the time to resolve to based on a single-character
1589         selection from the user to either keep time, subtract away time or
1590         cancel the clock.
1591         (org-resolve-clocks): New user command which resolves dangling
1592         clocks -- that is, open but not active -- anywhere in the file
1593         list returned by `org-files-list'.
1594         (org-clock-in): Automatically resolve dangling clocks whenever a
1595         user clocks in.
1596         (org-clock-cancel): If the user cancels the solely clock in a
1597         LOGBOOK, remove the empty drawer.
1599         * org-clock.el (org-clock-idle-time): New user customizable option
1600         for detecting whether the user has left a clock idle.  Note: it is
1601         only used in this commit to test whether it's worthwhile to check
1602         OS X to get the Mac user's current idle time.  If the Emacs idle
1603         time is less than the value, the user hasn't been away long enough
1604         to be worth checking (a more expensive test than just getting
1605         Emacs idle time).
1606         (org-user-idle-seconds, org-mac-idle-seconds)
1607         (org-emacs-idle-seconds): This three functions, in conjunction
1608         with the user customization variable `org-clock-idle-time', return
1609         the number of seconds (as a floating point) that the user has been
1610         away from their Emacs (or, if running on OS X, their computer).
1612         * org-clock.el (org-find-open-clocks): New function that returns a
1613         list of all open clocks in the given FILE.  Note that each clock
1614         it returns is a cons cell of the format (MARKER . START-TIME).
1615         This "clock" value is used by several of the new clock module
1616         utility functions.
1617         (org-is-active-clock): New inline function which tests whether the
1618         given clock value is the same as the currently active clock.
1619         Returns non-nil if this is the case.
1620         (org-with-clock-position): New macro that evaluates FORMS with
1621         point in the buffer and at the position of the given clock.
1622         Changes to the current clock are global.
1623         (org-with-clock): New macro that evaluates FORMS with point in the
1624         buffer and at the position of the given clock.  However, changes
1625         to the current clock are local and have no effect on the user's
1626         active clock.  This allows, for example, far any clock to be
1627         cancelled without cancelling the active clock.
1628         (org-clock-clock-in): New inline function that switches the active
1629         clock to the given clock.  If either the argument RESUME, or the
1630         global `org-clock-in-resume', are non-nil, it will resume a clock
1631         that was previously left open.
1632         (org-clock-clock-out): New inline function that clocks out the
1633         given clock value without affecting the currently active clock.
1634         (org-clock-clock-cancel): New inline function that cancels the
1635         given clock value without affecting the currently active clock.
1637         * org-clock.el (org-clock-in): Before creating
1638         `org-clock-mode-line-timer', check to make sure an older timer is
1639         not currently running.
1640         (org-clock-out): Accept new third parameter `at-time', which
1641         permits a clock to be clocked out at a specific time.  Note that
1642         no attempt is made to verify that the clock out time is later than
1643         the clock in time.
1645         * org.el (org-files-list): New utility function for returning a
1646         list of all open org-mode buffers, plus all files used to build
1647         the agenda buffer.  Note that not all the files will necessarily
1648         be visited by a buffer at time of call.
1649         (org-entry-beginning-position): Like the function
1650         `line-beginning-position', this inline function returns the
1651         beginning position of the current heading/entry.
1652         (org-entry-end-position): Like the function `line-end-position',
1653         this inline function returns the end position of the current
1654         heading/entry.
1656 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
1658         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1659         a header line.
1661 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
1663         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1665 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
1667         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1668         entries that have no tags.
1669         (org-agenda-search-view): New customize group.
1670         (org-agenda-search-view-search-words-only): New option.
1671         (org-search-view): Implement substring search.
1673 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
1675         * org.el (org-outline-level): Add doc string.
1677 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
1679         * org-inlinetask.el (org-inlinetask-export): Re-introduce
1680         variable.
1681         (org-inlinetask-export-handler): Only export inline task if the
1682         user option calls for it.
1684 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
1686         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1687         END if present.
1689 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
1691         * org-latex.el (org-export-latex-tables): Don't format in
1692         protected regions.
1694 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
1696         * org-src.el (org-edit-src-code)
1697         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1698         macro editing.
1700         * org-agenda.el (org-prefix-category-max-length): New variable.
1701         (org-format-agenda-item): Use `org-prefix-category-max-length'.
1702         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1704 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
1706         * org-mobile.el (org-mobile-create-index-file): Improve the
1707         listing of tags and todo keywords.
1709         * org-latex.el (org-export-latex-format-image): New function.
1710         (org-export-latex-links): Use `org-export-latex-format-image'.
1712 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
1714         * org-inlinetask.el (org-inlinetask-get-current-indentation)
1715         (org-inlinetask-remove-terminator): New functions.
1716         (org-inlinetask-export-handler): Terminate the description list.
1718         * org-exp.el (org-export-select-backend-specific-text): Remove the
1719         region markers.
1721         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1722         tasks without content.
1724         * org-clock.el: Make sure the clock-in target position does not
1725         move to a different node by widening the buffer.
1727         * org-html.el (org-export-html-format-image): Wrap image into
1728         figure div only when there is a caption.
1730         * org-archive.el (org-archive-mark-done): Change default value to
1731         nil.
1733 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
1735         * org.el (org-context): Call `bobp', not `eobp'.
1737         * org-clock.el (org-clock-cancel): Remove quotes from marker
1738         variables.
1740         * org.el (org-read-date-prefer-future): New allowed value `time'.
1741         (org-read-date-analyze): Shift day to tomorrow depending on time
1742         entered and value of `org-read-date-prefer-future'.
1744 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
1746         * org.el (org-set-tags-to): New command.
1748         * org-mobile.el (org-mobile-action-alist): Add more options and
1749         update the docstring.
1750         (org-mobile-apply-flags): Parse for and use the data.
1752         * org-latex.el (org-export-latex-set-initial-vars): Also check in
1753         the plist.
1755         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1756         keyword.
1758         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1760 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
1762         * org-inlinetask.el (org-inlinetask-export): Option removed.
1763         (org-inlinetask-export-handler): Better export.
1765         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1766         (org-export-as-xoxo): Run the new hook.
1768         * org-html.el (org-export-html-final-hook): New hook.
1769         (org-export-as-html): Run the new hook.
1771         * org-docbook.el (org-export-docbook-final-hook): New hook.
1772         (org-export-as-docbook): Run the new hook.
1774         * org-ascii.el (org-export-ascii-final-hook): New hook.
1775         (org-export-as-ascii): Run the new hook.
1777         * org-mobile.el (org-mobile-create-sumo-agenda): Call
1778         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1780         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1781         space character as the character before the ^/_.
1782         (org-export-latex-final-hook): New hook.
1783         (org-export-as-latex): Run `org-export-latex-final-hook'.
1785 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
1787         * org-macs.el (org-if-unprotected-at): Fix docstring.
1789         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1790         text in the prefix (if category is a link).
1792         * org-latex.el (org-export-latex-preprocess): Deal properly with
1793         empty lines in verse environments.
1795         * org.el (org-format-latex-header): Inline fullpage.sty.
1797         * org-footnote.el (org-footnote-create-definition): Reveal context
1798         to add a new footnote definition.
1800         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1801         the index file.
1802         (org-mobile-files): New option.
1803         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1804         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1805         functions.
1806         (org-mobile-push): Start by creating the files lists.
1807         (org-mobile-copy-agenda-files): Move killing the buffer to after
1808         the save-excursion has exited.
1809         (org-mobile-write-checksums): Write checksums also for files in
1810         sub-directories.
1812         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1813         org-table-recalculate when cursor is in TBLFM line.
1815         * org-list.el (org-renumber-ordered-list): Fix cursor position
1816         when bullet length has changed.
1818 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
1820         * org.el (org-format-latex): Mention `org-format-latex-options' in
1821         the docstring.
1823 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1825         * org.el (org-agenda-get): New function.
1827         * org-agenda.el (org-agenda-post-command-hook): No longer move
1828         point away from end of line.
1829         (org-agenda-add-entry-text, org-agenda-collect-markers)
1830         (org-finalize-agenda, org-agenda-mark-clocking-task)
1831         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1832         (org-agenda-entry-text-show, org-agenda-highlight-todo)
1833         (org-agenda-compare-effort, org-agenda-filter-apply)
1834         (org-agenda-later, org-agenda-change-time-span)
1835         (org-agenda-post-command-hook, org-agenda-show-priority)
1836         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1837         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1838         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1839         (org-agenda-open-link, org-agenda-copy-local-variable)
1840         (org-agenda-switch-to, org-agenda-check-no-diary)
1841         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1842         (org-agenda-add-note, org-agenda-change-all-lines)
1843         (org-agenda-priority, org-agenda-set-tags)
1844         (org-agenda-set-property, org-agenda-set-effort)
1845         (org-agenda-toggle-archive-tag, org-agenda-date-later)
1846         (org-agenda-show-new-time, org-agenda-date-prompt)
1847         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1848         (org-agenda-clock-in, org-agenda-bulk-mark)
1849         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1850         `org-get-at-bol'.
1852         * org-colview.el (org-columns-display-here)
1853         (org-columns-edit-allowed, org-agenda-columns): Use
1854         `org-get-at-bol'.
1856 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1858         * org.el (org-special-ctrl-a/e): Improve documentation and
1859         customize type.
1860         (org-end-of-line): Don't jump to after the ellipsis.
1861         (org-mode-map): Bind <home> and <end> as well.
1863 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
1865         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1866         space after #+ as comments.
1867         (org-open-at-point): Run `org-follow-link-hook' always.
1869         * org-latex.el (org-export-latex-emph-format): Use better commands
1870         to insert special characters in verbatim snippets.
1872 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
1874         * org-faces.el (org-copy-face): New function.  Use it to create
1875         various faces formerly created by using `copy-face'.
1877         * org-agenda.el (org-prepare-agenda): Don't officially mark this
1878         window dedicated.
1879         (org-agenda-quit): Kill the frame containing the agenda window if
1880         that frame was created for the agenda.
1882 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
1884         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1885         stamp in the agenda.
1887 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
1889         * org-mobile.el (org-mobile-create-index-file): Add the list of
1890         TODO keywords, and the list of drawers to the index file.
1892         * org-agenda.el (org-prepare-agenda): Reset
1893         `org-drawers-for-agenda'.
1894         (org-prepare-agenda): Uniquify list of drawers.
1896         * org.el (org-complex-heading-regexp-format): New variable.
1897         (org-set-regexps-and-options): Define
1898         `org-complex-heading-regexp-format'.
1899         (org-drawers-for-agenda): New variable.
1900         (org-map-entries): Bind `org-drawers-for-agenda'.
1901         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1903         * org-remember.el (org-go-to-remember-target)
1904         (org-remember-handler): Use `org-complex-heading-regexp-format'.
1906 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
1908         * org-agenda.el (org-agenda-highlight-todo): Fix text property
1909         problem.
1911         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1912         the capture file, and make it non-configurable.
1914         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1915         always with `invisible-ok'.
1916         (org-store-link): No error when there is nothing to link to in the
1917         agenda.
1919         * org-list.el (org-update-checkbox-count): Insert changed cookie
1920         before the old, to avoid problems with invisibility at the end of
1921         the line.
1922         (org-update-checkbox-count): Insert changed cookie before the old,
1923         to avoid problems with invisibility at the end of the line.
1925         * org.el (org-sort-entries-or-items): Include the final newline.
1926         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1927         lines for fontification.
1928         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1929         (org-prepare-dblock): Store the current indentation of the BEGIN
1930         line.
1931         (org-update-dblock): Apply the indentation of the begin line to
1932         the rest of the block.
1933         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1934         (org-startup-folded): New allowed value `showeverything'.
1935         (org-startup-options): Add STARTUP keyword `showeverything'.
1936         (org-set-startup-visibility): Respect value `showeverything' in
1937         org-startup-folded.
1939 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1941         * org.el (org-closest-date): Fix issue with past preference.
1943         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1945         * org-archive.el (org-archive-set-tag)
1946         (org-archive-subtree-default): New commands.
1948         * org-mobile.el (org-mobile-create-index-file): Fix link to
1949         capture file.
1950         (org-mobile-copy-agenda-files): Create the capture file if it does
1951         not exist.
1953         * org-clock.el (org-clock-clocktable-default-properties): New
1954         option.
1955         (org-clock-report): Use
1956         `org-clock-clocktable-default-properties'.
1958 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1960         * org.el (org-iswitchb-completing-read): Fix typo.
1962         * org-crypt.el: New file.
1964         * org.el: Add an entry for org-crypt.
1966 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1968         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1969         consistency.
1970         (org-batch-store-agenda-views): New function.
1971         (org-mobile-force-id-on-agenda-items): Mention variable.
1972         (org-agenda-title-append): Define variable.
1973         (org-write-agenda): New export to Org files.
1974         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1975         (org-agenda): Allow to keep the restricted file list if a special
1976         variable is bound to t.
1977         (org-agenda): Define a special agenda view for working on flagged
1978         entries.
1979         (org-agenda-get-restriction-and-command): List the new agenda
1980         view.
1981         (org-agenda-show-the-flagging-note): New command.
1982         (org-agenda-mode-map): New key `?' for looking at the flagging
1983         note.
1985         * org.el (org-autoload): Autoload org-mobile.el.
1986         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1988         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1990 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1992         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1993         statements.
1994         (org-table-get-remote-range): Match indented #+TBLNAME
1995         statements.
1997         * org.el (org-convert-to-odd-levels)
1998         (org-convert-to-oddeven-levels): Work also correctly if the file
1999         is in outline-mode.
2001 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
2003         * org.el (org-store-link): When in agenda buffer, link to
2004         referenced entry.
2005         (org-add-planning-info): Remove spaces at eol.
2007         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
2008         property.
2010 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
2012         * org-latex.el (org-export-latex-first-lines): Fix problem with
2013         LaTeX export of first line and selected subtree.
2015         * org.el (org-shifttab): Interpret arg differently when using only
2016         odd levels.
2018 2009-09-09  Bastien Guerry  <bzg@altern.org>
2020         * org.el (org-check-agenda-file): Use a more explicit message
2022 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
2024         * org-exp.el (org-export-remove-special-table-lines): Don't remove
2025         normal lines.
2027 2009-09-08  Bastien Guerry  <bzg@altern.org>
2029         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
2030         prompt in the temporary window.
2032         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
2033         prefix for marked entries in the agenda view.
2035 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
2037         * org.el (outline-end-of-subtree): Bugfix: advise this function in
2038         a way that prevents any trailing character from being displayed.
2040 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
2042         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
2043         menu.
2045         * org-exp.el (org-export-remove-special-table-lines): Remove bad
2046         slow regexp match.
2048 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
2050         * org-latex.el (org-export-latex-preprocess): Do not protect in
2051         the LaTeX header.
2053         * org-src.el (org-edit-src-save): Save window setup while saving.
2054         (org-edit-src-code): Use new buffer name construction scheme.
2056 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
2058         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
2059         variable.
2060         (org-agenda-entry-text-cleanup-hook): New hook.
2061         (org-agenda-get-some-entry-text): Remove matches of
2062         `org-agenda-entry-text-exclude-regexps' and run the hook
2063         `org-agenda-entry-text-cleanup-hook'.
2065         * org.el (org-offer-links-in-entry): New argument ZERO to
2066         implement a link with index zero.
2067         (org-cycle-show-empty-lines): Not keep empty line under header
2068         hidden.
2069         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
2070         to nil for special completion.
2071         (org-store-link): Don't error before the first heading.
2073         * org-agenda.el (org-agenda-open-link): Pass the prefix to
2074         `org-offer-links-in-entry'.
2076 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
2078         * org-agenda.el (org-agenda-quit): Provide the window argument for
2079         `window-dedicated-p', Emacs 22 needs it.
2080         (org-format-agenda-item): If the category is a link, arrange for
2081         invisible text to replaced with spaces.
2082         (org-compile-prefix-format): Add the extra space.
2083         (org-prefix-category-length): New variable.
2085         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
2086         references from TOC lines.
2088         * org.el (org-selected-window): New variable.
2090         * org-table.el (org-table-edit-formulas): Remember the selected
2091         window.
2092         (org-table-fedit-finish, org-table-fedit-abort): Select the window
2093         that was originally selected.
2095         * org-exp.el (org-export-preprocess-apply-macros): Scan the
2096         expansion of a macro for more macro definitions.
2098         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
2099         invisibility overlay starts on the newline.
2101 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2103         * org-protocol.el (org-protocol-store-link)
2104         (org-protocol-remember, org-protocol-open-source): Add autoloads.
2106         * org-compat.el (org-float-time): New function.
2108         * org.el (org-clock-update-time-maybe)
2109         (org-sort-entries-or-items, org-do-sort)
2110         (org-evaluate-time-range, org-time-string-to-seconds)
2111         (org-closed-in-range): Use `org-float-time'.
2113         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
2114         (org-timer-seconds):  Use `org-float-time'.
2116         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
2117         (org-clock-sum, org-dblock-write:clocktable)
2118         (org-clocktable-steps):  Use `org-float-time'.
2120         * org-agenda.el (org-agenda-last-marker-time)
2121         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
2123         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
2124         function.
2126         * org-exp.el (org-get-file-contents): Only protect lines that
2127         really need it.
2129         * org-html.el (require): Require cl for compilation.
2131         * org.el:  Avoid using `default-major-mode'.
2133         * org-plot.el (require): Require CL only at compile time.
2135         * org-exp.el (require): Require CL only at compile time.
2137         * org-agenda.el (org-agenda-quit): When the agenda window is
2138         dedicated, remove other windows before exiting, so that the frame
2139         really will be killed.
2141         * org-exp.el (org-export-handle-include-files): Reset START and
2142         END for each loop cycle.
2144 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
2146         * org.el (org-eval-in-calendar): Use
2147         `org-select-frame-set-input-focus'.
2149         * org-compat.el (org-select-frame-set-input-focus): New function.
2151         * org.el (org-update-statistics-cookies): New function.
2152         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
2154 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
2156         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
2157         after the local variables are set.
2159         * org-latex.el (org-export-latex-protect-amp): New function.
2160         (org-export-latex-links): Protect link ampersands in tables.
2162         * org-exp.el (org-export-select-backend-specific-text): Match in
2163         two steps, to avoid regexp problems.
2165         * org.el (org-offer-links-in-entry): Improve working with many and
2166         duplicate links.
2168         * org-agenda.el (org-agenda-show-1): Make more consistent with
2169         normal cycling.
2170         (org-agenda-cycle-show): Make more consistent with normal cycling.
2172         * org-gnus.el (org-gnus-store-link): Restore the linking to a
2173         website.
2175 2009-08-30  Bastien Guerry  <bzg@altern.org>
2177         * org-latex.el (org-export-latex-first-lines): Bugfix.
2179 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
2181         * org-clock.el (org-clock-modify-effort-estimate): Emit message
2182         about new effort.
2184         * org.el (org-set-effort): New function.
2185         (org-mode-map): New key for effort setting command.
2187         * org-agenda.el (org-agenda): Keep window setup when calling
2188         agenda from within agenda window.
2189         (org-agenda-mode-map): New keys for effort setting commands.
2190         (org-agenda-menu): Add effort setting commands to menu.
2191         (org-agenda-set-property, org-agenda-set-effort): New functions.
2193         * org-latex.el (org-export-latex-tables): Fix
2194         `org-table-last-alignment' and `org-table-last-column-widths' if
2195         the first column has been removed.
2197 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
2199         * org.el (org-remove-timestamp-with-keyword): Only remove in
2200         entry, not in subtree.
2202         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
2203         emacs lisp.
2205         * org.el (org-open-at-point): When on headline, offer all strings
2206         in entry.
2208         * org-remember.el (org-remember-templates): Documentation fix.
2210         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
2211         `org-get-last-sibling' instead of the outline versions of these
2212         functions.
2213         (org-get-last-sibling): New function.
2214         (org-refile): Use `org-get-next-sibling' instead of the outline
2215         version of this function.
2216         (org-clean-visibility-after-subtree-move): Use
2217         `org-get-next-sibling' and `org-get-last-sibling' instead of the
2218         outline versions of these functions.
2220 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
2222         * org-agenda.el (org-prepare-agenda): When creating a new frame
2223         for the agenda, make the window dedicated.
2225         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2227         * org-table.el (org-table-align): Change the order of reinsertion
2228         and deletion, to avoid problems with overlays following the table.
2230         * org.el (org-parse-time-string): Better error message.
2231         (org-show-subtree): Use org-end-of-subtree.
2233         * org-macs.el (org-goto-line): New defsubst.
2235         * org.el (org-open-file, org-change-tag-in-region)
2236         (org-fast-tag-show-exit): Don't use `goto-line'.
2238         * org-table.el (org-table-align, org-table-insert-column)
2239         (org-table-delete-column, org-table-move-column)
2240         (org-table-sort-lines, org-table-copy-region)
2241         (org-table-paste-rectangle, org-table-wrap-region)
2242         (org-table-get-specials, org-table-rotate-recalc-marks)
2243         (org-table-get-range, org-table-recalculate)
2244         (org-table-edit-formulas, org-table-fedit-convert-buffer)
2245         (org-table-show-reference, org-table-highlight-rectangle): Don't
2246         use `goto-line'.
2248         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2249         (org-edit-src-exit): Don't use `goto-line'.
2251         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2253         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2254         Don't use `goto-line'.
2256         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2258         * org-colview.el (org-columns, org-columns-redo)
2259         (org-agenda-columns): Don't use `goto-line'.
2261         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2262         use `goto-line'.
2264         * org-agenda.el (org-agenda-mode): Force visual line motion off.
2265         (org-agenda-add-entry-text-maxlines): Improve docstring.
2266         (org-agenda-start-with-entry-text-mode): New option.
2267         (org-agenda-entry-text-maxlines): New option.
2268         (org-agenda-entry-text-mode): New variable.
2269         (org-agenda-mode): Set initial value of
2270         `org-agenda-entry-text-mode'.
2271         (org-agenda-mode-map): Add the `E' key.
2272         (org-agenda-menu): Add entry text mode to the menu.
2273         (org-agenda-get-some-entry-text): Fix line count bug.
2274         (org-finalize-agenda): Apply entry text mode if appropriate.
2275         (org-agenda-entry-text-show-here): New function.
2276         (org-agenda-entry-text-show): New function.
2277         (org-agenda-entry-text-hide): New function.
2278         (org-agenda-view-mode-dispatch): Add entry text mode to the view
2279         key menu.
2280         (org-agenda-entry-text-mode): New command.
2281         (org-agenda-set-mode-name): Add entry text mode to the mode line
2282         string.
2283         (org-agenda-undo, org-agenda-get-restriction-and-command)
2284         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2285         `goto-line'.
2287 2009-08-26  Bernt Hansen  <bernt@norang.ca>
2289         * org-clock.el (org-notify): Bugfix.
2291 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
2293         * org-agenda.el (org-agenda-open-link): Handle multiple links and
2294         check for after-string.
2296         * org-gnus.el (org-gnus-store-link): Simplify.
2298         * org.el (org-latex-regexps): Don't add extra empty lines for
2299         display formulas.
2301 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org-agenda.el (org-agenda-get-some-entry-text): New function.
2304         (org-agenda-add-entry-text): Use
2305         `org-agenda-get-some-entry-text'.
2307         * org.el (org-cycle-separator-lines): Update docstring.
2308         (org-cycle-show-empty-lines): Handle negative values for
2309         `org-cycle-show-empty-lines'.
2311         * org-exp.el (org-export-protect-sub-super): New function.
2312         (org-export-normalize-links): Protect the url of plain links from
2313         supscript and superscript processing.
2315         * org-remember.el (org-remember-escaped-%): New function.
2316         (org-remember-apply-template): Use `org-remember-escaped-%' to
2317         detect escaped % signs.
2319 2009-08-23  Bastien Guerry  <bzg@altern.org>
2321         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2322         sound when showing the notification.
2324         * org-clock.el (org-notify): New function.
2325         (org-clock-notify-once-if-expired): Use `org-notify'.
2327         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2328         and `gnus-article-mode' separately.
2329         (gnus-summary-article-header): Fix the declare-function.
2331 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
2333         * org-exp.el (org-export-format-source-code-or-example): Translate
2334         language.
2336         * org-src.el (org-src-lang-modes): New variable
2337         (org-edit-src-code): Translate language.
2339         * org-exp.el (org-export-format-source-code-or-example): Deal wit
2340         the new structure of the `org-export-latex-listings-langs'
2341         variable.
2343         * org-latex.el (org-export-latex-listings-langs): Change structure
2344         of the variable from plist to alist.
2346 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
2348         * org.el (org-in-commented-line): New function.
2350 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
2352         * org.el (org-hide-block-toggle): Make folded blocks searchable.
2354 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
2356         * org.el (org-flag-drawer): More useful error.
2358 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
2360         * org-remember.el (org-remember-apply-template): Use
2361         org-icompleting-read.
2363         * org-publish.el (org-publish): Use org-icompleting-read.
2365         * org-colview.el (org-columns-edit-value, org-columns-new)
2366         (org-insert-columns-dblock): Use org-icompleting-read.
2368         * org-colview-xemacs.el (org-columns-edit-value)
2369         (org-columns-new, org-insert-columns-dblock): Use
2370         org-icompleting-read.
2372         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2373         org-icompleting-read.
2375 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
2377         * org.el (org-hierarchical-todo-statistics): Improve docstring.
2378         (org-version): Return the version text.
2379         (org-org-menu): Add a menu entry for the new bug reporter.
2380         (org-submit-bug-report): New command.
2382         * org-list.el (org-hierarchical-checkbox-statistics): Improve
2383         docstring.
2385         * org.el (org-emphasis-regexp-components): Add "`" to set of
2386         pre-emphasis characters.
2388         * org-latex.el (org-export-latex-classes): Always include the soul
2389         package.
2390         (org-export-latex-emphasis-alist): Use \st for strikethough.
2392         * org-exp-blocks.el (org-export-blocks-preprocess): Use
2393         `indent-code-rigidly' to indent.
2395         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2396         properties only if MATCH really is a string.
2398 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
2400         * org-latex.el (org-export-latex-packages-alist): Fix
2401         customization type.
2403         * org.el (org-create-formula-image): Also use
2404         `org-export-latex-packages-alist'.
2406         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2407         (org-export-as-html): Format footnotes correctly.
2409 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
2411         * org.el (org-fast-tag-selection): Avoid text properties on tags
2412         in the alist.
2414         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2415         text properties on the match element.
2417 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
2419         * org.el (org-set-regexps-and-options): Make sure the list of done
2420         keywords is not invalid.
2422         * org-exp.el (org-export-interpolate-newlines): New function.
2424 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
2426         * org.el (org-format-latex): Avoid nested overlays.
2428         * org-latex.el (org-export-latex-listings-langs): Add a few more
2429         languages.
2431         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2432         ignore newlines and space before the first macro argument.
2434         * org-latex.el (org-export-latex-tables): Remove save-excursion
2435         around `org-table-align'.
2437 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
2439         * org.el (org-export-html-special-string-regexps): Definition
2440         moved into org.el
2442         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2443         in macro calls.
2445 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
2447         * org-latex.el (org-export-latex-listings)
2448         (org-export-latex-listings-langs): New options.
2450         * org-exp.el (org-export-format-source-code-or-example): Use
2451         listing package if requested by the user.
2453 2009-08-08  Bastien Guerry  <bzg@altern.org>
2455         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2456         command before actually switching to a buffer.
2458 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
2460         * org-exp.el (org-get-file-contents): Only quote org lines when
2461         the markup is src or example.
2463         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2464         New option
2465         (org-agenda-get-day-entries): Remember deadline results and pass
2466         them on into the function getting the scheduling information.
2467         (org-agenda-get-scheduled): Accept deadline results as parameters
2468         and maybe skip some entries.
2469         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2471         * org.el (org-insert-heading): When respecting content, do not
2472         convert current line to headline.
2474         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2475         cheeeeeck the hd marker
2476         (org-clock-in): Also set the hd marker.
2477         (org-clock-out): Also set the hd marker.
2478         (org-clock-cancel): Reset markers.
2480         * org.el (org-clock-hd-marker): New marker.
2482         * org-faces.el (org-agenda-clocking): New face.
2484         * org-agenda.el (org-agenda-mark-clocking-task): New function.
2485         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2487         * org.el (org-modules): Add org-track.el.
2489         * org-agenda.el (org-agenda-bulk-marked-p): New function.
2490         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2491         `org-agenda-bulk-marked-p'.
2492         (org-agenda-bulk-toggle): New command.
2494 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2496         * org.el (org-move-subtree-down): Hide subtree if it was folded,
2497         not just the body.
2499         * org-remember.el (org-remember-finalize): Avoid buffer-modified
2500         messages.
2502 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
2504         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2505         before gnuplot can read it.
2507 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
2509         * org-latex.el (org-export-latex-first-lines): Fix bug with
2510         finding the end of the first lines.
2512         * org.el (org-create-formula-image): Remove the -E option for
2513         dvipng.
2515         * org-exp.el (org-default-export-plist): Respect #+BIND.
2516         (org-export-confirm-letbind): New function.
2518         * org.el (org-paste-subtree): Test the kill ring entry if it is
2519         going to be used.
2520         (org-copy-subtree): Use `org-forward-same-level'.
2521         (org-forward-same-level): Respect the `invisibe-ok' arg for
2522         back-to-heading.
2524 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
2526         * org.el (org-table-map-tables): Make sure cursor is back at table
2527         beginning after funcall.
2529         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2530         handled before children, and do not error if an entry is not
2531         found, probably because it hase been remove when the parent was
2532         archived or refiled.
2534         * org.el (org-ido-completing-read): Accept straight lists for
2535         completion as well as alists.
2537         * org-html.el (org-export-as-html): Fix parenthesis error in
2538         footnore code.
2540         * org-timer.el (org-timer-cancel-timers): Renamed from
2541         `org-timer-cancel-timers'.
2543         * org.el (org-cycle-internal-local): Fix problem with finding next
2544         invisible line.
2546 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
2548         * org-list.el (org-list-send-list): Call
2549         `org-list-goto-true-beginning' instead of
2550         `org-list-find-true-beginning', which does not exist.
2552         * org-timer.el (org-timer-reset-timers): Use `mapc'.
2553         (org-timer-set-timer): Do not assign to heading.
2555         * org-id.el (org-id-open): Quote function name.
2557         * org-macs.el (org-unmodified): Turn off recording undo
2558         information while running inside the macro.
2560         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2561         variable.
2562         (org-indent-mode): Remember and restore value of
2563         org-hide-leading-stars before `org-indent-mode'.
2565         * org-table.el (org-table-export): Also work in file-less
2566         buffers.
2568         * org.el (org-startup-indented): New option.
2569         (org-startup-options): Add new options indent and noindent.
2570         (org-unfontify-region): Remove line-prefix and wrap-prefix
2571         properties.
2572         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2573         hooks.
2574         (org-promote, org-demote): Run the new hooks.
2576         * org-table.el (org-table-align): Replace leading \n as well.
2578         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2579         and `line-wrap' text properties.
2581         * org-compat.el (org-kill-new): New function.
2583         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2584         `line-wrap' text properties.
2586         * org-indent.el: New file.
2588 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
2590         * org.el (org-provide-todo-statistics): Tweak docstring.
2592         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2594 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
2596         * org-exp.el (org-export-as-org): Insert the "-source" string
2597         before the extension.
2599         * org.el (org-read-date): Make sure the calendar is in the current
2600         frame.
2601         (org-set-emph-re): Remove the ? from the post-match.
2602         (org-emphasis-regexp-components): Add backslash to the
2603         postmatch class.
2604         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2605         optional so that also lines at the end of the buffers will still
2606         be matched as headlines.
2608         * org-table.el (org-table-error-on-row-ref-crossing-hline):
2609         Variable made obsolete.
2610         (org-table-relative-ref-may-cross-hline): New option.
2611         (org-table-find-row-type): Honow the new option
2612         `org-table-relative-ref-may-cross-hline'.
2614 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
2616         * org-table.el (org-table-cut-region, org-table-copy-region): Work
2617         on single field if no active region.
2619 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
2621         * org-latex.el (org-export-latex-make-header): Only insert title
2622         if one is defined.
2624         * org.el (org-make-options-regexp): Allow empty values.
2626         * org-html.el (org-export-as-html): Move hrule detection to after
2627         plain list handling.
2629 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
2631         * org-html.el (org-format-org-table-html): Fix colgroup tags.
2633 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
2635         * org.el (org-cycle-internal-local): Improved version of finding
2636         next visible line.
2637         (org-cycle-hide-drawers): Only hide drawers if this is really
2638         necessary.
2639         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2640         org-version of this function in Org-mode.  We use advice to
2641         implement this change, so that future changes to this function in
2642         outline.el wil be handled properly.
2643         (org-forward-same-level, org-backward-same-level): New commands.
2645 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
2647         * org.el (org-remove-empty-overlays-at)
2648         (org-clean-visibility-after-subtree-move): New functons.
2649         (org-move-subtree-down): Simplify cleanup of display.
2651 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
2653         * org-mac-message.el (org-mac-message-get-links): Improve
2654         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
2655         "s".  Fix the return value.
2656         (org-mac-message-insert-flagged): Simplify.
2658         * org.el (org-refile-get-location): Tamper with refile history o
2659         that history contains compete matches instead of the entered
2660         string.
2662 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2664         * org.el (org-store-link): Never store a link to an inline task.
2666         * org-inlinetask.el (org-inlinetask-insert-task): New command.
2668         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2669         inline tasks when positioning footnotes.
2671         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2672         function.
2674         * org.el (org-refile): Remove the END line when archiving an
2675         inline task that does have an END line.
2677         * org-archive.el (org-archive-subtree): Remove the END line when
2678         archiving an inline task that does have an END line.
2680         * org-macs.el (org-with-limited-levels): New macro.
2681         (org-get-limited-outline-regexp): New function.
2683         * org-exp.el (org-export-format-source-code-or-example): Fix bug
2684         that did not enumerate first line.
2685         (org-export-mark-radio-links): Skip matches in links.
2687 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
2689         * org.el (org-activate-plain-links): Make single-match.
2690         (org-adapt-indentation): Fix docstring.
2692         * org-macs.el (org-unmodified): Turn of modification hooks while
2693         running this macro.
2695 2009-08-02  Bastien Guerry  <bzg@altern.org>
2697         * org.el (org-adapt-indentation): Slightly improve the docstring.
2698         (org-occur): Sends an error when the user inputs an empty string.
2699         (org-priority): Bugfix: the tag alignement should happen within
2700         save-excursion.
2702 2009-07-31  Bastien Guerry  <bzg@altern.org>
2704         * org.el (org-make-link-regexps): Don't exclude parentheses from
2705         `org-plain-link-re'
2706         (org-cycle-internal-local): When locally cycling, switch directly
2707         from CHILDREN to FOLDED if there is no subtree
2708         (org-cycle): Update the docstring to document the new behavior of
2709         `org-cycle-internal-local'.
2711 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
2713         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2714         an abbreviated format for days.
2716 2009-07-27  Bastien Guerry  <bzg@altern.org>
2718         * org-protocol.el (org-protocol-default-template-key): New
2719         option.
2721         * org.el (org-refile): Bugfix: save-excursion before reading the
2722         refile target, otherwise cursor moves might confuse `org-refile'.
2724         * org-html.el (org-export-as-html): Bugfix: correctly convert the
2725         footnote reference before the footnote itself.
2727         * org.el (org-toggle-heading): Bugfix: correctly convert list
2728         items before the first headline.
2730         * org-html.el (org-export-html-footnote-format): New option for
2731         formatting the footnote reference.
2732         (org-export-as-html): Use the new option.
2734         * org.el (org-provide-todo-statistics): Allow a list of TODO
2735         keywords to compute statistics against headlines containing a
2736         keyword from this list.
2737         (org-update-parent-todo-statistics): Possibly use the new allowed
2738         value of `org-provide-todo-statistics'.
2740 2009-07-26  Bastien Guerry  <bzg@altern.org>
2742         * org-timer.el: Add autoload cookie.
2744         * org.el (org-occur-link-in-agenda-files): New function.
2746         * org-timer.el (org-timer-last-timer): New variable.
2748         * org-agenda.el (org-agenda-mode-map): New key for
2749         org-timer-set-timer called from the agenda.
2751         * org.el (org-mode-map): New key for org-timer-set-timer.
2753         * org-timer.el (org-timer-reset-timers)
2754         (org-timer-show-remaining-time, org-timer-set-timer): New
2755         functions.
2757         * org-clock.el (org-show-notification): Update the docstring.
2759         * org.el (org-provide-todo-statistics): Allow new value
2760         'all-headlines for this option, which includes entries with no
2761         TODO keywords in the todo statistics.
2762         (org-update-parent-todo-statistics): Possibly use the new
2763         'all-headline value from `org-provide-todo-statistics'.
2765 2009-07-25  Bastien Guerry  <bzg@altern.org>
2767         * org-clock.el (org-dblock-write:clocktable): Add a new option
2768         :timestamp which allows display of timestamps in clock reports.
2770         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2771         list to a subtree, preserving the structure of the list.
2772         (org-set-emph-re): Make the last element optional in the regexp.
2773         This regexp now matches an emphasized string at the end of a line.
2775         * org-list.el (org-list-goto-true-beginning)
2776         (org-list-make-subtree, org-list-make-subtrees): New functions.
2778         * org.el (org-eval-in-calendar): Select the right frame.
2779         (org-save-frame-excursion): Remove this macro.
2781 2009-07-24  Bastien Guerry  <bzg@altern.org>
2783         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2784         trying to find the beginning of a list.
2786         * org-exp.el (org-get-file-contents): Use a new argument: markup.
2787         When present, tell org-get-file-contents not to protect org-like
2788         lines.
2790         * org-id.el (org-id-uuid-program): New option to set the name of
2791         the uuidgen program.
2792         (org-id-method): Use `org-id-uuid-program'.
2793         (org-id-new): Use `org-id-uuid-program'.
2795 2009-07-23  Bastien Guerry  <bzg@altern.org>
2797         * org-exp.el (org-export-number-lines): Allow whitespace in code
2798         references.  Allow the -r switch to remove the references in the
2799         source code even when the lines are not numbered: the labels can
2800         be explicit enough.
2802         * org.el (org-fontify-whole-heading-line): New option.
2803         (org-set-font-lock-defaults): Use the new option.
2805         * org-clock.el (org-show-notification-handler): New option.
2806         (org-show-notification): Use the new option.
2808 2009-07-21  Bastien Guerry  <bzg@altern.org>
2810         * org.el (org-eval-in-calendar): Fix a bug about calendar
2811         navigation when `calendar-setup' value is 'calendar-only.
2813 2009-07-19  Bastien Guerry  <bzg@altern.org>
2815         * org.el (orgstruct++-mode): Fix typo in docstring.
2816         (org-insert-link): Clean up: (or (...)) => (...)
2817         (org-insert-link): Use TAB for stored links completion.
2819 2009-07-18  Bastien Guerry  <bzg@altern.org>
2821         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2822         building the list of targets.
2824         * org-remember.el (org-remember-delete-empty-lines-at-end): New
2825         option.
2826         (org-remember-handler): Use the new option.
2828 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
2830         * org.el (org-tags-sort-function): New option for sorting tags.
2831         (org-set-tags): Use the new option to sort tags.
2833         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2834         premature deletion of the data when using org-plot in a script.
2836 2009-07-17  Bastien Guerry  <bzg@altern.org>
2838         * org-clock.el (org-clock-in-prepare-hook): New hook.
2839         (org-clock-in): Use this new hook.
2841 2009-07-16  Bastien Guerry  <bzg@altern.org>
2843         * org.el (org-special-ctrl-a/e): Explicitely bind the value
2844         'reversed for this option to the "true line boundary first"
2845         behavior.
2846         (org-tags-match-list-sublevels): Document the 'indented value for
2847         this variable.
2849         * org-latex.el (org-export-latex-first-lines): Fix problem with
2850         publishing the region.
2852         * org-exp.el (org-export-format-source-code-or-example): Fix
2853         bad line numbering when exporting examples in HTML.
2855         * org-colview.el (org-format-time-period): Formats a time in
2856         fractional days as days, hours, mins, seconds.
2857         (org-columns-display-here): Add special handling for SINCE and
2858         SINCE_IA to format for display.
2860 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
2862         * org.el (org-tags-sort-function): Add custom declaration for tags
2863         sorting function.
2864         (org-set-tags): Sort tags if org-tags-sort-function is set
2866 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
2868         * org-clock.el (org-clock-goto): Find hidden headlines as well.
2870         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2872         * org-plot.el (org-plot/add-options-to-plist): Add timeind
2873         option.
2875 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
2877         * org-publish.el (org-publish-remove-all-timestamps): New function.
2878         (org-publish-all): Remove all timestamp files if `org-publish-all'
2879         is called with a prefix argument.
2881         * org-list.el (org-indent-item): Fix typo.
2882         (org-item-indent-positions): Normalize ordered bullet.
2884         * org-html.el (org-export-html-home/up-format): New option.
2885         (org-export-as-html): Insert the up and HOME links.
2887 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
2889         * org-html.el (org-export-as-html): Insert the title into the
2890         option plist.
2891         (org-export-html-insert-plist-item): New function.
2892         (org-export-as-html): Call `org-export-html-insert-plist-item'.
2894         * org-macs.el (org-set-local): Make a local variable, do not make
2895         the variable buffer-local!
2897         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2899         * org-html.el (org-export-as-html): Call `org-install-letbind'.
2901         * org-docbook.el (org-export-as-docbook): Call
2902         `org-install-letbind'.
2904         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2906         * org-exp.el (org-infile-export-plist): Read BIND lines.
2907         (org-install-letbind): New function.
2908         (org-export-as-org, org-export-preprocess-string): Call
2909         `org-install-letbind'.
2911         * org-src.el (org-edit-src-exit): Untabify the example before
2912         returning to Org.
2914         * org-list.el (org-list-demote-modify-bullet): New option.
2915         (org-first-list-item-p): Save point.
2916         (org-fix-bullet-type): New optional argument FORCE-BULLET.
2917         (org-indent-item): Honor `org-list-demote-modify-bullet'.
2918         (org-item-indent-positions): Return bullet types along with
2919         indentation.
2921 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
2923         * org.el (org-show-entry): Hide drawers.
2925 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
2927         * org-footnote.el (org-footnote-auto-adjust): New option.
2928         (org-footnote-auto-adjust-maybe): New function.
2929         (org-footnote-new, org-footnote-delete): Call
2930         `org-footnote-auto-adjust-maybe'.
2932         * org.el (org-startup-options): Add new footnote-related
2933         keywords.
2935         * org-publish.el (org-publish-timestamp-filename): Additional
2936         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2937         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2938         TRUE-PUB-DIR.  Pass them through to
2939         `org-publish-timestamp-filename'.
2940         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2941         PUB-FUNC, which are included in the hash.
2942         (org-publish-file): Delay timestamp test until the publishing
2943         function is known.
2945 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2947         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2948         setting the deadline.
2950         * org.el (org-read-date-final-answer): New variable.
2951         (org-read-date): Store the final answer string, including the date
2952         from the calendar, for reuse by agenda bulk commands.
2954         * org-publish.el (org-publish-attachment): Fix publishing of
2955         attachments.
2957         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2958         quotation makrs in parenthesis.
2959         (org-remove-initial-hash): New function.
2960         (org-export-latex-preprocess): Fix bug with infinite loop if
2961         environment is not properly closed.
2963         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2964         when indented.
2966         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2967         highlight also when indented.
2969 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2971         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2972         (org-footnote-action): Offer renumbering.
2974         * org.el (org-cycle): Honor the `integrate' value of
2975         org-cycle-include-plain-lists'.
2977         * org-list.el (org-cycle-include-plain-lists): New allowed value
2978         `internal'.  Improve the docstring.
2980         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2981         regexp to work better with LaTeX commands.
2983 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2985         * org-feed.el (org-feed-update): fix problem with non-existing
2986         buffer.
2987         (org-feed-skip-http-headers): New function.
2988         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2989         (org-feed-get-feed): Fix command line arguments for curl.
2991 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2993         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2994         and eps extensions.
2996 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2998         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2999         loaded.
3001         * org.el (org-map-entries): No longer force
3002         `org-tags-match-list-sublevels' to t during a todo-only tags
3003         search.
3005 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
3007         * org-latex.el (org-export-latex-low-levels): Allow user-defined
3008         environment.
3009         (org-export-latex-subcontent): Handle user-defined environment.
3011         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
3012         the View dispatcher.
3014         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
3015         `make-overlay'.
3017         * org-latex.el (org-export-as-pdf): Protect match data during call
3018         to shell-quote-argument.
3020         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
3021         (org-agenda-view-mode-dispatch): New function.
3023 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
3025         * org-agenda.el (org-agenda-mode): Reset list of marks.
3026         (org-agenda-mode-map): Define new keys for refile and bulk action.
3027         (org-agenda-menu): Add menu itesm for refile and bulk action.
3028         (org-agenda-refile): New function.
3029         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
3030         (org-agenda-marked-entries): New variable.
3031         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
3032         (org-agenda-remove-all-bulk-action-marks)
3033         (org-agenda-bulk-action): New functions/commands.
3035 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
3037         * org-exp.el (org-get-file-contents): Protect org-like lines in
3038         included files.
3039         (org-export-format-source-code-or-example): Remove newlines.
3041         * org-latex.el (org-export-latex-links): Check for no-description
3042         marking.
3044         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
3045         argument separator back to comma.
3046         (org-export-normalize-links): Mark links without description.
3048 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
3050         * org-exp.el (org-infile-export-plist): Fix bug in macro
3051         processing.
3053         * org-agenda.el (org-agenda-clock-out): Update line after clocking
3054         out.
3055         (org-agenda-highlight-todo): Fix bug with highlighting.
3057 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
3059         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
3060         new alignment strings.
3062         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
3063         command list.
3064         (org-table-align): Check for forced align type.
3066         * org.el (org-self-insert-command): Add yas/expand to command
3067         list.
3069         * org-clock.el (org-clock-in-hook): New hook.
3070         (org-clock-in): Run `org-clock-in-hook.
3071         (org-clock-out-hook): New hook.
3072         (org-clock-out): Run `org-clock-out-hook.
3073         (org-clock-cancel-hook): New hook.
3074         (org-clock-cancel): Run `org-clock-cancel-hook.
3075         (org-clock-goto-hook): New hook.
3076         (org-clock-goto): Run `org-clock-goto-hook.
3078 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
3080         * org.el (org-store-link): Better default description for link to
3081         Org-mode headline.
3083         * org-exp.el (org-export-generic): Autoload the generic exporter
3084         function.
3085         (org-export): Implement the `g' key for the generic exporter.
3087 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
3089         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
3090         and for zbacktab'.
3092         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
3094         * org-exp.el (org-infile-export-plist): Get macros also from
3095         #+SETUPFILE.
3097 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
3099         * org-colview.el (org-columns-capture-view): Protect vertical bars
3100         in column values.
3101         (org-columns-capture-view): Exclude comment and archived trees.
3103         * org-colview-xemacs.el (org-columns-capture-view): Protect
3104         vertical bars in column values.
3105         (org-columns-capture-view): Exclude comment and archived trees.
3107         * org.el (org-quote-vert): New function.
3109         * org-latex.el (org-export-latex-verbatim-wrap): New option.
3111         * org-exp.el (org-export-format-source-code-or-example): Use
3112         `org-export-latex-verbatim-wrap'.
3114         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
3115         time stamps.
3117         * org-html.el (org-export-table-row-tags): New option.
3118         (org-format-org-table-html): Rename `nlines' to `nline', use new
3119         option.
3122 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
3124         * org-exp-blocks.el: Declare functions and variables.
3126         * org-remember.el (org-remember-templates): Allow the headline
3127         element to be a function.
3128         (org-remember-apply-template): If the headline is a function, call
3129         it to get the true function.
3131         * org-clock.el (org-clock-menu): New function.
3132         (org-clock-update-mode-line): Update help string.
3133         (org-clock-modify-effort-estimate): New function.
3134         (org-clock-mark-default-task): New function.
3136         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
3137         minutes as input.
3138         (org-org-menu): Add new clocking stuff.
3139         (org-clock-is-active): New function.
3141 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
3143         * org.el (org-open-non-existing-files): Improve docstring.
3145 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
3147         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
3148         option.
3149         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
3151         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
3153         * org-list.el (org-get-checkbox-statistics-face): Use the new
3154         faces.
3156         * org-faces.el (org-checkbox-statistics-todo)
3157         (org-checkbox-statistics-done): New faces.
3159 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
3161         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
3162         (org-edit-src-exit): Better cursor positioning when returning from
3163         editing.
3165         * org-latex.el (org-export-latex-use-verb): New variable.
3166         (org-export-latex-emph-format): Prefer \texttt over \verb when
3167         org-export-latex-use-verb is set.
3169 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
3171         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
3172         at normal indentation.
3174         * org-html.el (org-export-html-close-lists-maybe): Also look at
3175         normal indentation.
3177         * org-remember.el (org-remember-handler): Abort remember if the
3178         buffer is empty.
3180         * org-src.el (org-edit-src-content-indentation): New option.
3181         (org-edit-src-exit): Apply extra indentation.
3183         * org-exp.el (org-export-format-source-code-or-example): Run
3184         `org-src-mode-hook'.
3186         * org-src.el (org-src-mode-hook): New variable.
3187         (org-edit-src-code): Run `org-src-mode-hook'.
3189 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3191         * org.el (org-indent-line-function): Fix indentation of +#end lines.
3193         * org-src.el (org-edit-src-get-indentation): New function.
3194         (org-edit-src-code): Base indentation on the begin line.
3196 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
3198         * org-gnus.el (org-gnus-store-link): Require message.el in
3199         org-gnus-store-link.
3201 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3203         * org-src.el: New file, split out of org.el
3205         * org-docbook.el (org-export-as-docbook): Better indentation
3206         treatment.
3208         * org-macs.el (org-replace-match-keep-properties): New function.
3210         * org-exp.el (org-export-mark-blockquote-verse-center): Better
3211         preprocessing of center and quote and verse blocks.
3213         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
3214         (org-export-as-docbook): Close lists when original indentation
3215         mandates it.
3217         * org-html.el (org-export-html-close-lists-maybe): New function.
3218         (org-export-as-html): Close lists when original indentation
3219         mandates it.
3221         * org-list.el (org-list-end): Respect the stored "original"
3222         indentation when determining the end of the list.
3224         * org-exp.el (org-export-replace-src-segments-and-examples):
3225         Remember indentation correctly.
3227 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
3229         * org-clock.el (org-clock-update-mode-line): Apply face
3230         org-mode-line-clock.
3232         * org-faces.el (org-mode-line-clock): New face.
3234 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
3236         * org-gnus.el (org-gnus-store-link): Fix bug where
3237         `org-gnus-store-link' used wrong subject when called in an article
3238         buffer.  Patch provided by fengli AT gmail DOT com.
3240 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
3242         * org-exp.el (org-export-format-source-code-or-example): Remember
3243         the original indentation of source code snippets and examples.
3245         * org-latex.el (org-export-as-latex): Relocate the table of
3246         contents.
3248         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3250         * org-agenda.el (org-run-agenda-series): Scope global options also
3251         when creating the agenda buffer.
3253 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
3255         * org.el (org-adapt-indentation): Improve documentation.
3256         (org-insert-property-drawer): Respect org-adapt-indentation when
3257         inserting the drawer.
3258         (org-remove-flyspell-overlays-in): New function.
3259         (org-do-emphasis-faces, org-activate-plain-links)
3260         (org-activate-code, org-fontify-meta-lines-and-blocks)
3261         (org-activate-angle-links, org-activate-footnote-links)
3262         (org-activate-bracket-links, org-activate-dates)
3263         (org-activate-target-links, org-activate-tags): Remove flyspell
3264         overlays.
3266 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
3268         * org.el (org-edit-src-save): New function.
3270         * org-clock.el (org-clock-out-switch-to-state): New option.
3271         (org-clock-out): Honor `org-clock-out-switch-to-state'.
3273         * org-compat.el (org-compatible-face): Improve macro.
3275         * org.el (org-global-properties-fixed): Add default for
3276         CLOCK_MODELINE_TOTAL.
3278         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3279         andd tend.
3280         (org-clock-sum-current-item): Optional argument TSTART, pass it to
3281         org-clock-sum.
3282         (org-clock-get-sum-start): New function.
3284         * org.el (org-startup-options): New keywords blockhide and
3285         blockshow.
3286         (org-mode): Add new invisibility spec.
3287         (org-set-startup-visibility): Hide block on startup if so
3288         desired.
3289         (org-hide-block-startup): New option.
3290         (org-block-regexp): New constant.
3291         (org-hide-block-overlays): New variable.
3292         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3293         (org-show-block-all, org-hide-block-toggle-maybe)
3294         (org-hide-block-toggle): New functions.
3295         (org-edit-src-exit): Do not quote lines starting with # and no +
3296         behind it.
3297         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3298         entry.
3300 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
3302         * org.el (org-buffer-property-keys): Add Effort property for
3303         completion.
3305 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
3307         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3308         when retrieving total clocked time in the subtree.
3310         * org.el (org-quoting-blocks): New variable.
3312 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3314         * org-table.el (org-table-store-formulas)
3315         (org-table-get-stored-formulas, org-table-fix-formulas)
3316         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3317         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3319         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3320         indented #+TBLFM line.
3322         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3323         indented #+TBLFM line.
3325         * org-colview.el (org-dblock-write:columnview): Allow indented
3326         #+TBLFM line.
3328         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3329         indented #+TBLFM line.
3331         * org-clock.el (org-dblock-write:clocktable): Allow indented
3332         #+TBLFM line.
3334 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
3336         * org-exp.el (org-export-format-source-code-or-example): Make
3337         editing indented blocks work correctly.
3339         * org.el (org-edit-src-nindent): New variable.
3340         (org-edit-src-code, org-edit-fixed-width-region)
3341         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3342         editing indented blocks work correctly.
3344 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
3346         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3347         indented blocks.
3348         (org-export-format-source-code-or-example): Fix indentation of
3349         blocks.
3350         (org-export-remove-indentation): New function.
3351         (org-export-select-backend-specific-text): Allow backend-specific
3352         code to be indented.
3353         (org-export-mark-blockquote-verse-center): Allow markers to be
3354         indented.
3356         * org.el (org-fontify-meta-lines): New function.
3357         (org-set-font-lock-defaults): Call the new fontification
3358         function.
3360         * org-faces.el (org-meta-line): New face
3361         (org-block):  New face.
3363 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3365         * org.el (org-treat-insert-todo-heading-as-state-change)
3366         (org-treat-S-cursor-todo-selection-as-state-change): New
3367         variables.
3368         (org-insert-todo-heading): Honor
3369         `org-treat-insert-todo-heading-as-state-change'.
3370         (org-shiftright, org-shiftleft): Honor
3371         `org-treat-S-cursor-todo-selection-as-state-change'.
3372         (org-inhibit-logging): New variable.
3374 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
3376         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3377         range for marker position checking.
3379         * org-latex.el (org-export-latex-first-lines): Fix bug when
3380         exporting a region.
3382 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
3384         * org-exp.el (org-export-push-to-kill-ring): Protect using
3385         x-set-selection, because that does not always work.
3387         * org-agenda.el (org-agenda-list): Apply the new face
3388         `org-agenda-date-today'.
3390         * org-faces.el (org-agenda-date-today): New face.
3392 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
3394         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3395         creating appointments.
3397         * org-latex.el (org-export-latex-low-levels): Fix customization
3398         type.
3400         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3401         priority commands.
3403         * org-agenda.el (org-agenda-priority): Disable priority commands.
3405         * org.el (org-enable-priority-commands): New option.
3407         * org-colview-xemacs.el (org-columns-compute)
3408         (org-columns-number-to-string): Fix problems with empty fields.
3410         * org-colview.el (org-columns-compute)
3411         (org-columns-number-to-string): Fix problems with empty fields.
3413         * org-exp.el (org-export-push-to-kill-ring): New function.
3414         (org-export-copy-to-kill-ring): New option.
3416         * org-latex.el (org-export-as-latex): Call
3417         `org-export-push-to-kill-ring'.
3419         * org-html.el (org-export-as-html): Call
3420         `org-export-push-to-kill-ring'.
3422         * org-docbook.el (org-export-as-docbook): Call
3423         `org-export-push-to-kill-ring'.
3425         * org-ascii.el (org-export-as-ascii): Call
3426         `org-export-push-to-kill-ring'.
3428         * org-exp.el (org-export-show-temporary-export-buffer): New
3429         option.
3431         * org-latex.el (org-export-as-latex): Use
3432         `org-export-show-temporary-export-buffer'.
3434         * org-html.el (org-export-as-html): Use
3435         `org-export-show-temporary-export-buffer'.
3437         * org-docbook.el (org-export-as-docbook): Use
3438         `org-export-show-temporary-export-buffer'.
3440         * org-ascii.el (org-export-as-ascii-to-buffer): Use
3441         `org-export-show-temporary-export-buffer'.
3443         * org-exp.el (org-export-show-temporary-export-buffer): New
3444         option.
3445         (org-export-push-to-kill-ring): New function.
3447         * org-colview.el (org-columns-compile-map): New variable.
3448         (org-columns-new, org-columns-compute)
3449         (org-columns-number-to-string, org-columns-uncompile-format)
3450         (org-columns-compile-format): Implement new operators.
3452 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
3454         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3456         * org-html.el (org-export-html-xml-declaration): New option.
3457         (org-export-as-html): Use `org-export-html-xml-declaration'.
3459         * org-list.el (org-update-checkbox-count): Make property
3460         dependent.
3462         * org.el (org-hierarchical-todo-statistics): New option.
3463         (org-update-parent-todo-statistics): Modified to handle recursive
3464         statistics.
3466 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
3468         * org-publish.el (org-publish): Make this function behave
3469         correctly in interactive use when called with a prefix argument.
3471         * org.el (org-todo-statistics-hook): New hook.
3472         (org-update-parent-todo-statistics): Use new hook.
3473         (org-log-into-drawer): New function.
3474         (org-add-log-setup): Use the new `org-log-into-drawer' function to
3475         determine if we should be logging into a drawer.
3476         (org-log-into-drawer): Update docstring.
3477         (org-default-properties): Add LOG_INTO_DRAWER as a property.
3479         * org-list.el (org-checkbox-statistics-hook): New hook.
3480         (org-update-checkbox-count-maybe): Use new hook.
3482         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3483         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3484         to kill ring.
3486 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
3488         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3489         a line.
3491 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
3493         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3494         better bufer-generating mechanism.
3495         (org-edit-src-find-buffer): New function.
3497         * org-icalendar.el (org-print-icalendar-entries): Don't check for
3498         archive tag, this is already done by `org-agenda-skip'.
3499         data while constructing lost of tags.
3501 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
3503         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3504         as argument separator in macros.
3506         * org-html.el (org-export-as-html): Add xml declaration.
3508 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
3510         * org.el (org-after-sorting-entries-or-items-hook): New hook.
3511         (org-sort-entries-or-items): Run the new hook.
3512         (org-after-refile-insert-hook): New hook.
3513         (org-refile): Run `org-after-refile-insert-hook'.
3515         * org-agenda.el (org-agenda-get-progress): Never take time of day
3516         from headline when displaying progress.
3518         * org-latex.el (org-export-latex-complex-heading-re): New variable.
3519         (org-export-as-latex): Force the correct regexp in the
3520         preprocessor buffer.
3521         (org-export-latex-set-initial-vars): Set
3522         `org-export-latex-complex-heading-re'.
3524         * org-agenda.el (org-agenda-start-with-log-mode): New option.
3525         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3527 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
3529         * org-latex.el (org-export-latex-tables-centered): New option.
3530         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3532         * org-exp.el (org-export-as-org): New command.
3533         (org-export-as-org): New command.
3535         * org-publish.el (org-publish-org-to-org): New function.
3537 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
3539         * org.el (org-yank): Just call `org-yank-generic'.
3540         (org-yank-generic): New function, containing the formaer
3541         functionality of `org-yank'.
3543         * org-latex.el (org-export-latex-not-done-keywords)
3544         (org-export-latex-done-keywords): New variables.
3545         (org-export-latex-todo-keyword-markup): New option.
3546         (org-export-latex-set-initial-vars): Remember the TODO keywords.
3547         (org-export-latex-keywords-maybe): Apply the TODO markup.
3549 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
3551         * org-exp.el (org-infile-export-plist): Add more default macros.
3552         (org-export-preprocess-apply-macros): Process macro arguments.
3554 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
3556         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3557         `unblocked'.
3558         (org-print-icalendar-entries): Respect the new value of
3559         `org-icalendar-include-todo'.
3561         * org.el (org-link-try-special-completion)
3562         (org-file-complete-link): New functions.
3563         (org-insert-link): Add special completion support for some link
3564         types.
3566         * org-bbdb.el (org-bbdb-complete-link): New function.
3568 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
3570         * org-list.el (org-update-checkbox-count): Allow recursive
3571         statistics.
3572         (org-hierarchical-checkbox-statistics): New option.
3574         * org.el (org-cycle): Remove erraneous space character.
3576         * org-icalendar.el (org-icalendar-timezone): Initialize from
3577         environment.
3579         * org-html.el (org-format-org-table-html): Specify the scope.
3580         (org-format-table-table-html): Specify the scope.
3581         (org-export-table-header-tags): Prepare the scope parameter.
3583 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
3585         * org-html.el
3586         (org-export-html-table-use-header-tags-for-first-column): New
3587         option.
3589         * org.el (org-autoload): Fix autoloading of ascii export
3590         functions.
3591         (org-modules): Add org-special-blocks.
3593 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
3595         * org-icalendar.el (org-start-icalendar-file): Use the new option.
3596         (org-ical-timezone): New option.
3598         * org-exp.el (org-export-get-coderef-format): Use the description
3599         is present.
3601         * org.el (org-sort-entries-or-items): Improve docstring, and make
3602         better implementation for time sorting.
3604 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
3606         * org.el (org-edit-src-persistent-message): New option.
3607         (org-edit-src-code, org-edit-fixed-width-region): Use the new
3608         option.
3610         * org-clock.el (org-clock-insert-selection-line): Fix prefious
3611         patch.
3613         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3614         separate buffer instead of indirect buffer to edit source code.
3615         (org-edit-src-exit): Make this function work with the new setup.
3617         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3618         are properly fontified before shown in the selection menu.
3620         * org.el (org-fontify-like-in-org-mode): New function.
3622         * org-latex.el (org-export-latex-links): Use the property list to
3623         retrieve the default image attributes.
3625         * org-exp.el (org-export-plist-vars): Add a new option.
3627 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
3629         * org-exp.el (org-export, org-export-visible): Support ASCII
3630         export to buffer
3631         (org-export-normalize-links): Do not protect the description if it
3632         is explicitly given.
3634         * org-ascii.el (org-export-as-ascii-to-buffer)
3635         (org-replace-region-by-ascii, org-export-region-as-ascii): New
3636         commands.
3637         (org-export-as-ascii): Add all the same parameters that are also
3638         supported by the other export functions.
3640         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3641         org-checklist.el.
3642         (org-reset-checkbox-state-subtree): Call
3643         `org-reset-checkbox-state-subtree'.
3645         * org-remember.el (org-select-remember-template): For the
3646         selection of a valid template.
3648         * org-latex.el (org-export-region-as-latex): Supply the
3649         force-no-subtree argument.
3650         (org-export-as-latex): Provide better limits when exporting the
3651         first line.  When exporting to string, we still want the first
3652         lines.
3653         (org-export-latex-first-lines): New argument END, to force the end
3654         of the region.
3655         (org-export-region-as-latex): Use the property list.
3656         (org-export-as-latex):
3658         * org-colview-xemacs.el (org-columns-remove-overlays)
3659         (org-columns): Fix call to `local-variable-p'.
3661 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
3663         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3664         (org-export-as-html): Run the new hook.
3666         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3667         (org-export-latex-preprocess): Run the new hook.
3669         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3670         (org-export-preprocess-string): Run the new hook.
3672 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
3674         * org-macs.el (org-check-external-command): New defsubst.
3676         * org.el (org-mode-map): New key for reload.
3677         (org-format-latex): Better error message when external programs
3678         are not available.
3680         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3682         * org.el (org-sort-entries-or-items): Explicit sorting function
3683         for priorities, needed for XEmacs compatibility.
3685         * org-remember.el (org-remember-apply-template): Improve auto-save
3686         behavior.
3688 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
3690         * org-latex.el (org-export-latex-preprocess): Also protect
3691         environments ending in a star.
3693         * org-list.el (org-at-item-p): Fix regular expression.
3695 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3697         * org.el (org-end-of-subtree): Improve speed.
3699         * org-agenda.el (org-agenda-get-timestamps)
3700         (org-agenda-get-progress, org-agenda-get-deadlines)
3701         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3702         in particular, wait as long as possible to collect the tags.
3703         (org-stuck-projects): Improve docstring.
3705         * org.el (org-store-link): No errors when getting custom id before
3706         first headline.
3707         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3709 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3711         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3713         * org-protocol.el: Remove dependency on url.el.
3714         (org-protocol-unhex-compound, org-protocol-open-source): Remove
3715         dependency on url.el.
3717         * org-latex.el (org-export-as-pdf): Use
3718         `org-latex-to-pdf-process'.
3720 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
3722         * org-latex.el (org-latex-to-pdf-process): New option.
3724         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3725         New option.
3726         (org-agenda-get-timestamps): Honor
3727         `org-agenda-skip-additional-timestamps-same-entry'.
3729         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3730         (org-clock-goto): Find recent task only if
3731         `org-clock-goto-may-find-recent-task' allows it.
3733         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3734         drawers, and drawers that are missing the :END: line.
3736 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3738         * org-clock.el (org-clock-goto): Go to recently clocked task if no
3739         clock is running.
3741 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3743         * org.el (org-update-parent-todo-statistics): Check for
3744         STATISTICS_FROM property.
3746         * org-list.el (org-update-checkbox-count): Check for
3747         STATISTICS_FROM property.
3749         * org.el (org-tab-first-hook)
3750         (org-tab-after-check-for-table-hook)
3751         (org-tab-after-check-for-cycling-hook): New hooks.
3752         (org-cycle-internal-global, org-cycle-internal-local): New
3753         functions, split out from `org-cycle'.
3754         (org-cycle): Call the new hooks.
3756 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
3758         * org-exp.el (org-export-preprocess-string): Reset the list of
3759         preferred targets for each run of the preprocessor.
3761         * org.el (org-refile-target-verify-function): Improve
3762         documentation.
3763         (org-get-refile-targets): Respect point being moved by the
3764         verification function.
3766         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3767         option.
3768         (org-export-latex-keywords): Use new option.
3770         * org.el (org-rear-nonsticky-at): New defsubst.
3771         (org-activate-plain-links, org-activate-angle-links)
3772         (org-activate-footnote-links, org-activate-bracket-links)
3773         (org-activate-dates, org-activate-target-links)
3774         (org-activate-tags): Place the rear-nonsticky properties at the
3775         correct location.
3777 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
3779         * org-protocol.el (server-edit): Declare `server-edit'.
3780         (org-protocol-unhex-string, org-protocol-unhex-compound): New
3781         functions.
3782         (org-protocol-check-filename-for-protocol): Call `server-edit'.
3784         * org.el (org-default-properties): New default properteis for
3785         completion.
3787         * org-exp.el (org-export-add-subtree-options): Add new properties
3788         for subtree export.
3790         * org-docbook.el (org-export-docbook-keywords-markup)
3791         (org-export-docbook-timestamp-markup): New options.
3792         (org-export-docbook-protect-tags): New function.
3794 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
3796         * org-id.el (org-id-get-with-outline-path-completion): Turn off
3797         org-refile-target-verify-function for the duration of the command.
3799         * org.el (org-link-to-org-use-id): New possible value
3800         `create-if-interactive-and-no-custom-id'.
3801         (org-store-link): Use custom IDs.
3802         (org-link-search): Find custom ID properties from #link.
3803         (org-default-properties): Add CUSTOM_ID for property completion.
3804         (org-refile-target-verify-function): New option.
3805         (org-goto): Turn off org-refile-target-verify-function
3806         for the duration of the command.
3808 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
3810         * org-html.el (org-export-as-html): Use custom IDs in the toc.
3812         * org-exp.el (org-export-preferred-target-alist): New variable.
3813         (org-export-define-heading-targets): Find the new CUSTOM_ID
3814         property.
3815         (org-export-target-internal-links): Target the custom ids when
3816         possible.
3818         * org-latex.el (org-export-latex-preprocess): Better regexp for
3819         matching latex macros with arguments.
3821 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3823         * org-remember.el (org-remember-handler): Allow filing to non-org
3824         files.
3826 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
3828         * org-feed.el (org-feed-alist): New keyword options.
3829         (org-feed-update): Use the new options.
3830         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3831         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3832         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3833         functions.
3835         * org-table.el (org-table-fix-formulas): Do not change references
3836         to remote tables.
3837         (org-table-get-remote-range): Convert standard coordinates to RC
3838         format.
3840         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3842 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
3844         * org-compat.el (org-sha1-string): Function removed.
3846         * org.el (org-refile-allow-creating-parent-nodes): New option.
3847         (org-refile-get-location): New argument NEW-NODES.
3848         (org-refile): Call `org-refile-get-location' with the new
3849         argument.
3850         (org-refile-get-location): Arrange for adding a new child.
3851         (org-refile-new-child): New function.
3853         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3854         an additional span element.
3856         * org-clock.el: Fix a number of docstrings.
3857         (org-clock-find-position): New argument
3858         FIND-UNCLOSED to make the function find an unclosed clock in the
3859         entry.
3860         (org-clock-in): Call `org-clock-find-position' with the new
3861         argument if we might be resuming a clock.
3863 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3865         * org-latex.el (org-export-latex-display-custom-times): New variable.
3866         (org-export-latex-timestamp-markup): New option.
3867         (org-export-latex-set-initial-vars): Remember the local value of
3868         `org-display-custom-times'.
3869         (org-export-latex-content): Process time stamps.
3870         (org-export-latex-time-stamps): New function.
3872         * org-macs.el (org-maybe-intangible): Add intangible property
3873         again to invisible text.
3875 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
3877         * org-exp.el (org-default-export-plist): Handle undefined
3878         variables.
3880 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
3882         * org.el (org-sort-entries-or-items): Match TODO keywrds
3883         case-sensitively, when sorting.
3884         (org-priority): Do not match TODO keywords with wrong case.
3886 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
3888         * org-feed.el (org-feed-update): Bind the variable
3889         `new-formatted'.
3891         * org-html.el (org-export-as-html): Start paragraphs after literal
3892         examples.
3894         * org-docbook.el (org-export-as-docbook): Start paragraphs after
3895         literal examples.
3897 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
3899         * org.el (org-todo): Honor the NOBLOCKING property.
3901         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3902         NOBLOCKING property.
3904         * org.el (org-scan-tags): Fix bug in tag scanner
3906 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3908         * org.el (org-modules): Mark obsolete packages.
3910         * org-html.el: New file, split out from org-exp.el.
3912         * org-icalendar.el: New file, split out from org-exp.el.
3914         * org-xoxo.el: New file, split out from org-exp.el.
3916         * org-ascii.el: New file, split out from org-exp.el.
3918 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
3920         * org-compat.el (org-find-library-name): New function.
3922         * org.el (org-pre-cycle-hook): New hook.
3923         (org-cycle): Call the new hook in appropriate places.
3924         (org-reload): Only reload files that have been loaded before.
3926 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
3928         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3929         after todo keyword.
3930         (org-todo): When changing TODO state, do matching
3931         case-sensitively.
3932         (org-map-continue-from): New variable.
3933         (org-scan-tags): Respect values in `org-map-continue-from'.
3934         (org-reload): Make XEmacs compatible.
3936 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3938         * org-protocol.el (org-protocol-flatten-greedy): New function.
3939         (org-protocol-flatten): New function.
3941         * org.el (org-open-link-from-string): Pass reference buffer to
3942         `org-open-at-point'.
3943         (org-open-at-point): New optional argument `reference-buffer'.
3945 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3947         * org.el (org-scan-tags): Make tag scan find headline in first
3948         line, 2nd attempt.
3949         (org-get-refile-targets): Add the naked file name.
3950         (org-refile): Store as top-level entry when only file name was
3951         given.
3953         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3955         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3956         Renamed from org-block-todo-from-children-or-siblings, and
3957         enhanced to look for the parent's status as well.
3959         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3960         (org-agenda-get-progress): Add first notes line to log entry if so
3961         desired.
3963 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3965         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3966         (org-agenda-cleanup-fancy-diary): Call the new hook.
3968         * org-remember.el (org-remember-apply-template): Take the default
3969         for the annotation from the :annotation property.
3971         * org-mac-message.el (org-mac-message-get-link): Remove the
3972         quotes.
3973         (org-mac-message-get-link): Return the result.
3975 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3977         * org.el (org-refile-get-location): Add file name only if not
3978         already included in outline path.
3980         * org-faces.el (org-n-level-faces): Fix customization type from
3981         number to integer.
3983         * org-exp.el (org-export-headline-levels): Fix customization type
3984         from number to integer.
3986         * org-agenda.el (org-agenda-confirm-kill)
3987         (org-agenda-custom-commands-local-options)
3988         (org-timeline-show-empty-dates, org-agenda-ndays)
3989         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3990         customization type from number to integer.
3992 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3994         * org-protocol.el: Declare some functions.
3996         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3997         postion before inserting modified headline.
3999         * org-agenda.el (org-agenda-compare-effort): Honor
4000         `org-sort-agenda-noeffort-is-high'.
4001         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
4002         (org-agenda-compare-effort): Implement the "?" operator for
4003         finding entries without effort setting.
4005         * org.el (org-extract-attributes-from-string): New function.
4007         * org-exp.el (org-export-splice-attributes): New function.
4009 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
4011         * org-mouse.el: XEmacs compatibility fixes
4013         * org-docbook.el (org-export-as-docbook): Process footnotes like
4014         normal text.
4016         * org.el (org-modules): Add org-inlinetasks.el
4017         (org-cycle): Implement limiting level on cycling.
4018         (org-move-subtree-down): Fix bug with swapping subtrees at end of
4019         buffer.
4021         * org-inlinetask.el: New file.
4023         * org.el (org-emphasis-regexp-components): Allow braces in
4024         emphasis pre and post match.
4026         * org-footnote.el (org-footnote-normalize): When only dorting, do
4027         not insert inline notes at the end.
4029         * org-docbook.el (org-id-find-id-file): Add function declaration.
4031         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
4033         * org-docbook.el: New file.
4035 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
4037         * org.el (org-reftex-citation): New command.
4039 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
4041         * org-agenda.el (org-agenda-cmp-user-defined): New option.
4042         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
4043         sorting options.
4044         (org-entries-lessp): Apply the new sorting option.
4046         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
4047         blocker code, when an older sibling has children.
4049         * org-mac-message.el (org-mac-message-get-link): Improve getting
4050         links from multiple selected messages.
4052 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
4054         * org-remember.el (org-remember-finalize): Do not set buffer file
4055         name to nil.
4056         (org-remember-handler): Mark buffer as unmodified.
4057         (org-remember-handler): Delete backup file and show message about
4058         remaining backup files.
4059         (org-remember-auto-remove-backup-files): New option.
4061         * org.el (org-store-link): Use buffer name as link description in
4062         w3-mode buffers.
4063         (org-ido-switchb): Fix argument bug for completion.
4065         * org-remember.el (org-remember-apply-template): Set local
4066         variable `auto-save-visited-file-name' instead of global one.
4068 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
4070         * org-feed.el: Re-write.
4072         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
4073         (org-agenda-get-todos): Mark file tags as inherited.
4074         (org-agenda-list): Always search diary lines for a time.
4076 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
4078         * org-feed.el (org-feed-assume-stable): New option.
4079         (org-feed-before-adding-hook): New hook.
4081         * org-exp.el (org-export-as-html): Close local lists depending on
4082         indentation, also when starting a table.
4084         * org-remember.el (org-remember-backup-directory)
4085         (org-remember-backup-name): New internal variable.
4087 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
4089         * org-clock.el (org-clock-out-if-current): Make buffer detection
4090         work in indirect buffers as well.
4092         * org.el (org-emphasis-regexp-components): Add the exxclamation
4093         mark to the post-emphasis characters.
4095 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
4097         * org.el (org-read-date-minibiffer-septup-hook): New hook.
4098         (org-read-date): Run the new hook.
4100         * org-mac-message.el (org-mac-flagged-mail): New group.
4101         (org-mac-mail-account): New variable.
4102         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
4103         commands.
4105         * org-remember.el (org-remember-backup-directory): New variable.
4106         (org-remember-apply-template): Write file to backup directory.
4108 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
4110         * org-mouse.el (org-mouse-todo-menu): New function.
4111         (org-mouse-todo-keywords): Function removed.
4112         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
4114         * org-table.el (org-table-beginning-of-field)
4115         (org-table-end-of-field): New commands
4116         (org-table-previous-field, org-table-beginning-of-field): Better
4117         error messages.
4118         (orgtbl-setup): Include `M-a' and `M-e'.
4120         * org.el (org-backward-sentence, org-forward-sentence): New
4121         commands.
4123         * org-colview.el (org-colview-initial-truncate-line-value): New
4124         variable.
4125         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
4126         (org-columns): Remember the value of `truncate-lines'.
4128         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
4129         New variable.
4130         (org-columns-remove-overlays): Restore the value of
4131         `truncate-lines'.
4132         (org-columns): Remember the value of `truncate-lines'.
4134         * org.el (org-columns-skip-arrchived-trees): New option.
4136         * org-agenda.el (org-agenda-export-html-style): Define color for
4137         org-agenda-done face.
4138         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
4139         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
4141         * org.el (org-scan-tags): Use the new face.
4143         * org-faces.el (org-agenda-done): New face.
4145         * org.el (org-scan-tags): Test the value org
4146         `org-tags-match-list-sublevels'.
4147         (org-tags-match-list-sublevels): New allowed value: indented.
4149         * org-export-latex.el (org-export-latex-make-header): Apply macros
4150         in header.
4152         * org-exp.el (org-export-apply-macros-in-string): New function.
4154         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
4155         with the definition of a checked box.
4157         * org-clock.el (org-clock-find-position): Fix drawer indentations.
4159         * org-export-latex.el (org-export-latex-low-levels): More options
4160         for how to process lower levels in LaTeX.
4161         (org-export-latex-subcontent): Better treatment for lists as a
4162         means of publishing lower levels.
4164 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
4166         * org.el (org-set-font-lock-defaults): Use new checkbox face.
4168         * org-faces.el (org-checkbox): New face.
4170         * org-exp.el (org-export-html-preprocess): Only create LaTeX
4171         fragement images if there is an export file.
4173 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
4175         * org-agenda.el (org-stuck-projects): Document that the subtree of
4176         projects that are not stuck will now be searched for stuck
4177         sub-projects.
4178         (org-agenda-skip-entry-when-regexp-matches)
4179         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4180         (org-agenda-list-stuck-projects): Use
4181         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
4183         * org-export-latex.el (org-export-latex-preprocess): Improve
4184         export of verses.
4186         * org-exp.el (org-export-as-html): Implement centering as a div
4187         rather than a paragraph.  Do a better job with line-end in verse
4188         environments.
4190 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
4192         * org.el (org-open-at-point): Fix tags searches by mouse click.
4194 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
4196         * org-export-latex.el (org-export-latex-preprocess): Implement the
4197         centering markup.
4199         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
4200         from `org-export-mark-blockquote-and-verse'.
4201         (org-export-as-html): Implement the centering markup.
4203         * org-export-latex.el (org-export-latex-tables): Fix vertical
4204         lines in tables.
4206 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
4208         * org.el (org-read-date-history): New variable.
4209         (org-read-date): Use new history variable.
4210         (org-toggle-heading): Fix bug when used before first headline.
4211         (org-store-log-note): Remove drawer if empty while note is
4212         aborted.
4213         (org-remove-empty-drawer-at): New function.
4214         (org-check-after-date): New command.
4215         (org-sparse-tree): New sparse tree command "a".
4217         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4219 2009-03-14  Bastien Guerry  <bzg@altern.org>
4221         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4222         column and a space, not only a column.
4224 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
4226         * org-export-latex.el (org-export-latex-emphasis-alist): Better
4227         defaults for verbose emphasis.
4228         (org-export-latex-emph-format): New function.
4229         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4231         * org-agenda.el (org-agenda-menu): Add new commands to menu.
4232         (org-agenda-do-date-later, org-agenda-do-date-earlier)
4233         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4234         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4235         commands.
4237         * org.el (org-timestamp-change): Move end-time along with start
4238         time.
4240 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
4242         * org-exp.el (org-export-target-internal-links)
4243         (org-export-as-html): Protect links specified as #name.
4245 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
4247         * org.el (org-clone-subtree-with-time-shift): New command.
4249         * org-export-latex.el (org-export-latex-special-chars)
4250         (org-export-latex-treat-sub-super-char): Fix subscript export.
4252         * org-exp.el (org-create-multibrace-regexp): Do not add
4253         backslashes to the class.
4255 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
4257         * org-colview.el (org-columns-map): Better functions for moving up
4258         and down a row, even if `truncate-line' is nil.
4260         * org.el (org-insert-todo-heading): Make sure the keyword is
4261         inserted at the correct position.
4263         * org-publish.el (org-publish-project-alist)
4264         (org-publish-projects, org-publish-org-index): Change default anme
4265         for the index of file names to "sitemap.org".
4267         * org-export-latex.el (org-export-latex-tables): Use
4268         `org-split-string', for Emacs 21 compatibility.
4270 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
4272         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4274 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
4276         * org-exp.el (org-export-page-description)
4277         (org-export-page-keywords): New variables.
4278         (org-export-plist-vars): Add entries for :keywords and
4279         :description.
4280         (org-infile-export-plist): Parse for new keywords.
4281         (org-get-current-options): Add new keywords
4282         (org-export-as-html): Publish description and keywords.
4284         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4285         option.
4286         (org-agenda-add-entry-text): Honor
4287         `org-agenda-add-entry-text-descriptive-links'.
4289         * org-export-latex.el (org-export-latex-preprocess): Make all
4290         external preprocess functions use a PARAMETER arg.
4292         * org-exp.el (org-export-preprocess-string)
4293         (org-export-select-backend-specific-text)
4294         (org-export-format-source-code-or-example)
4295         (org-format-org-table-html): Support docbook export.
4296         (org-export-preprocess-string): Make all external preprocess
4297         functions use a PARAMETER arg.
4299 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
4301         * org-exp.el (org-export-html-style-include-scripts): New option.
4302         (org-export-plist-vars): Add new option
4303         `org-export-html-style-include-scripts'.
4304         (org-export-as-html): Honor new option
4305         `org-export-html-style-include-scripts'.
4306         (org-export-html-scripts, org-export-html-style-default): Fix
4307         xml issues with the Safari browser.
4309 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
4311         * org-publish.el (org-publish-attachment): Only copy file when the
4312         directories differ.
4314 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
4316         * org-clock.el (org-clocktable-steps): Use inactive time stamps
4317         for clocktable steps.
4319         * org.el (org-additional-option-like-keywords): Add two more
4320         keywords.
4322 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
4324         * org-exp.el (org-export-format-source-code-or-example): Mark
4325         temporary buffer unmodified, so that it will be killed even if
4326         mode like message mode has decided to assign a file name.
4328         * org.el (org-scan-tags): Improve tag inheritance.
4329         (org-scan-tags, org-make-tags-matcher): Make tag comparison
4330         case-sensitive.
4331         (org-scan-tags): Use the internal tags list instead of creating it
4332         from scratch.
4333         (org-trust-scanner-tags, org-scanner-tags): New variables.
4334         (org-scan-tags): Set `org-scanner-tags'.
4335         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4336         (org-map-entries): Document the possible speedup using scanner
4337         tags.
4339 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
4341         * org.el (org-add-planning-info): Fix bug with looking for keyword
4342         only at column 0.
4344         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4345         option for tags filter preset.
4346         (org-prepare-agenda): Store filter preset as a property on the
4347         filter variable.
4348         (org-finalize-agenda): Call the filter, if there is a preset.
4349         (org-agenda-filter-by-tag): Filter again after clearing the
4350         filter, when there still is a preset.
4351         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4352         Include the preset filter.
4353         (org-agenda-redo): Apply the filter again, also the preset filter.
4355         * org-exp.el (org-export-as-html): Use IDs in the correct way.
4357         * org.el (org-uuidgen-p): New funtion.
4359         * org-agenda.el (org-agenda-fontify-priorities): New default value
4360         `cookies'.
4361         (org-agenda-fontify-priorities): Renamed from
4362         org-fontify-priorities.
4364         * org.el (org-set-font-lock-defaults): Call
4365         `org-font-lock-add-priority-faces'.
4366         (org-font-lock-add-priority-faces): New function.
4368         * org-faces.el: (org-set-tag-faces): New option.
4369         (org-priority-faces): New variable.
4371         * org-exp.el (org-export-as-html): Add a "content" div around the
4372         entire content of the body tag.
4373         (org-export-html-get-bibliography): New function.
4374         (org-export-html-validation-link): New variable.
4375         (org-export-as-html): Add validation link to exported page.
4377         * org.el (org-match-sparse-tree): Renamed from
4378         `org-tags-sparse-tree'.
4379         (org-tags-sparse-tree): New alias.
4381 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
4383         * org.el (org-get-valid-level): Catch the case where the level
4384         change is nil.
4386         * org-clock.el (org-clock-find-position): Better indentation of
4387         new clock drawers.
4389 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
4391         * org-agenda.el (org-agenda-quit): Delete window only when the
4392         frame-setup was not `current-window'.
4394         * org.el (org-tag-persistent-alist): New option.
4395         (org-startup-options): Add keyword `noptag'.
4396         (org-fast-todo-selection): Handle :newline correctly.
4397         (org-set-tags): Handle :newline correctly.
4398         (org-fast-tag-selection): Handle :newline correctly.
4400 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
4402         * org-exp.el (org-export-as-ascii): Reverse link buffer before
4403         outputting it.
4404         (org-export-ascii-push-links): Fix bug with pussing links into the
4405         export buffer.
4407 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
4409         * org-archive.el (org-archive-subtree): Do not add 1 to level if
4410         pasting at top level.
4412         * org-bbdb.el: Improve documentation.
4414 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
4416         * org-list.el (org-insert-item): Only consider insert empty lines
4417         is `org-empty-line-terminates-plain-lists' is not nil.
4419         * org.el (org-blank-before-new-entry): Mention the dependence on
4420         `org-empty-line-terminates-plain-lists' in the docstring.
4422         * org-publish.el (org-publish-get-project-from-filename): New
4423         optional argument UP.  Only find the top project if UP is set.
4424         (org-publish-current-project): Find the top encloding project.
4426         * org-agenda.el (org-agenda-before-write-hook)
4427         (org-agenda-add-entry-text-maxlines): New options.
4428         (org-write-agenda): Run the new hook in the temporary buffer.
4429         (org-agenda-add-entry-text): New function.
4430         (org-write-agenda): Implement PDF export, using ps2pdf.
4432         * org.el (org-global-properties-fixed, org-global-properties):
4433         Improve documentation string.
4435         * org-exp.el (org-export-ascii-links-to-notes): New option.
4436         (org-export-as-ascii): Handle links better.
4437         (org-export-ascii-wrap, org-export-ascii-push-links): New
4438         functions.
4440 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
4442         * org-agenda.el (org-agenda): Make prefix arg optional.
4443         (org-agenda-search-headline-for-time): New option.
4444         (org-format-agenda-item): Honor
4445         `org-agenda-search-headline-for-time'.
4447         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4448         characters.
4450         * org.el (org-self-insert-cluster-for-undo): New option.
4451         (org-self-insert-command): Cluster undo for 20 characters.
4452         (org-self-insert-command-undo-counter): New variable.
4454 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
4456         * org-exp.el (org-export-as-html): Fix problem with closing colone
4457         example.
4459 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
4461         * org-export-latex.el (org-export-as-latex)
4462         (org-export-latex-first-lines): Avoid modification flag when
4463         adding or removing text properties.
4464         (org-export-latex-fontify): Catch error when org-emph-alist has
4465         entries that are not defined for LaTeX export.
4467         * org.el (orgstruct++-mode): New function.
4468         (turn-on-orgstruct++): Call `orgstruct++-mode'.
4469         (org-context-p): Allow detecting item context after the first line
4470         of an item.
4471         (orgstruct-make-binding): Detect if item-body context should be
4472         seen.
4473         (orgstruct-is-++): New variable.
4474         (org-add-planning-info): Catch the case when there is no planning
4475         info yet and the call does not want to add anything, only maybe
4476         tries to remove something.
4477         (org-special-ctrl-a/e): All value to be a cons cell with separate
4478         settings for `C-a. and `C-e'.
4479         (org-beginning-of-line, org-end-of-line): Honor separate values
4480         for `C-a' and `C-e'.
4482 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
4484         * org.el (org-reload): New command.
4486 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
4488         * org-exp.el (org-export-htm-get-tag-class-name)
4489         (org-export-htm-get-todo-kwd-class-name): New functions.
4490         (org-export-html-tag-class-prefix)
4491         (org-export-html-todo-kwd-class-prefix): New options.
4492         (org-export-as-html): Call
4493         `org-export-html-get-todo-kwd-class-name'.
4494         (org-html-level-start): Wrap tags into classes.
4495         (org-export-html-get-tag-class-name)
4496         (org-export-html-get-todo-kwd-class-name): New functions.
4498         * org-export-latex.el (org-export-latex-collect-header-macros):
4499         Remove fields that are used anyway.
4500         (org-export-latex-make-header): Insert the options earlier.
4502         * org-agenda.el (org-agenda-get-progress): Fix bug with state
4503         matching.
4505         * org-list.el (org-indent-item): Allow point to be at the end of
4506         the region.
4508         * org.el (org-metaleft, org-metaright): Be more accurate about
4509         detecting a region where commands apply.
4511         * org-compat.el (org-cursor-to-region-beginning): New function.
4513         * org.el (org-priority): Also find invisible heading.
4515         * org-colview-xemacs.el (org-columns-edit-value): No special
4516         treatment for `org-todo' prefix.
4518         * org-colview.el (org-columns-edit-value): No special treatment
4519         for `org-todo' prefix.
4521         * org-remember.el (org-remember-apply-template): Use
4522         `org-completing-read-no-ido'.
4524         * org.el (org-completing-read-no-ido): New function.
4525         (org-make-tags-matcher, org-set-property): Use
4526         `org-completing-read-no-ido'.
4528         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4529         New option.
4530         (org-export-as-latex): Import in-buffer settings as TeX macros.
4531         (org-export-latex-make-header): Additional parameter OPT-DEFS.
4532         (org-export-latex-collect-header-macros): New function.
4534         * org.el (org-refile-get-location): Turn off
4535         `partial-completion-mode'.
4537 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
4539         * org.el (org-block-todo-from-checkboxes): Announce that
4540         checkboxes are the culprit.
4541         (org-block-todo-from-children-or-siblings): Call
4542         `org-up-heading-all instead' of `outline-up-heading'.
4544         * org-agenda.el (org-agenda-show-1): Renamed from
4545         `org-agenda-show'.
4546         (org-agenda-show): Re-install the old version for now.
4547         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
4548         variable into the blokker hook, so that the checkbox checker can
4549         anounce that it caused the blocking.
4551         * org.el (org-track-ordered-property-with-tag): New option.
4552         (org-toggle-ordered-property): Honor
4553         `org-track-ordered-property-with-tag'.
4554         (org-tag-alist): Add newline options.
4555         (org-set-regexps-and-options): Separate option lines imply a
4556         newline.
4557         (org-set-regexps-and-options, org-assign-fast-keys)
4558         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4559         option.
4560         (org-indent-line-function): Make sure this works even if there is
4561         not `org-drawer-regexp' defined.  This can happen when
4562         orgstruct-mode is used in a non-org buffer.
4564         * org-list.el (org-checkbox-blocked-p): New function.
4565         (org-toggle-checkbox): Check for blocking.
4567         * org.el (org-modules): Add an entry for org-R.el.
4569         * org-agenda.el (org-agenda-todo-ignore-with-date)
4570         (org-agenda-todo-ignore-scheduled)
4571         (org-agenda-todo-ignore-deadlines): Mention the variable
4572         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4574         * org.el (org-get-wdays): Find the warning period also if it is in
4575         the wrong place.
4576         (org-ido-completing-read): Provide the correct arguments to
4577         ido-completing-read and bind `ido-enter-matching-directory' to
4578         nil.
4580 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
4582         * org.el (org-olpath-completing-read): Never use ido for this
4583         one.
4585         * org-exp.el (org-export-normalize-links): Use new macro.
4587         * org-macs.el (org-if-unprotected-at): New macro.
4589         * org-agenda.el (org-agenda-show): Allow numerical prefix
4590         arguments to specify how much context should be shown.
4591         (org-agenda-cycle-show): New command, could be bound to SPC in
4592         org-agenda-mode-map.
4594         * org-exp.el (org-html-level-start): Space after section number.
4596 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
4598         * org-agenda.el (org-agenda-get-sexps): Add todo state as
4599         property, for sorting.
4600         (org-cmp-todo-state): Get the applicable TODO keywords directly
4601         from the buffer.
4602         (org-run-agenda-series, org-agenda-list, org-search-view)
4603         (org-todo-list, org-tags-view): Only fit agenda window when the
4604         whole series is done.
4606         * org.el (org-scan-tags): Add todo state as property, for sorting.
4608         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4609         `org-agenda-overriding-header' as an option.
4610         (org-agenda-list): Honor org-agenda-overriding-header'.
4612 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
4614         * org-list.el (org-toggle-checkbox): Improve cursor positioning
4615         after removing a checkbox.
4617         * org.el (org-show-entry): Make this work correctly also if it is
4618         the last entry in the file.
4619         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4620         falling back to normal, default command.
4621         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4622         item, call the checkbox toggler to get a box.
4624         * org-list.el (org-toggle-checkbox): Make double prefix set the
4625         checkbox to "[-]".
4626         (org-fix-bullet-type): Only replace bullet if it is changed.
4627         (org-renumber-ordered-list): Handle case when first item does not
4628         have a number.
4630         * org.el (org-add-log-setup): Fix positioning when
4631         `org-log-states-order-reversed' is nil.
4633         * org-clock.el (org-clock-in): Fix positioning when
4634         `org-log-states-order-reversed' is nil.
4635         (org-clock-find-position): Fix positioning when
4636         `org-log-states-order-reversed' is nil.
4638 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
4640         * org-clock.el (org-clock-into-drawer): Take default from
4641         `org-log-into-drawer'.
4642         (org-clock-find-position): Look for the correct drawer.
4644         * org.el (org-log-into-drawer): Renamed from
4645         `org-log-state-notes-into-drawer'.
4646         (org-log-state-notes-into-drawer): New variable alias.
4647         (org-add-log-setup): Make drawer name default to LOGBOOK, not
4648         CLOCK.
4649         (org-insert-property-drawer): Also skip LOGBOOK drawers.
4651 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
4653         * org-agenda.el (org-agenda): Fix docstring.
4655         * org.el ("org-plot"): Help loading org-plot.
4656         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4657         (org-metadown-hook, org-shiftmetaleft-hook)
4658         (org-shiftmetaright-hook, org-shiftmetaup-hook)
4659         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4660         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4661         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4662         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4664         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4665         for selecting files with any (and even without) extension.
4667         * org.el (org-save-all-org-buffers): Also save id locations.
4668         (org-revert-all-org-buffers): Also load id locations.
4670 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4671         * org.el (org-drawers): Add LOGBOOK to the default drawers.
4672         (org-log-state-notes-into-drawer): New option.
4673         (org-add-log-setup): Place the sate note marker into the drawer,
4674         create drawer when necessary.
4675         (org-refile-targets): Document special interpretation of LEVEL
4676         when odd-levels are used.
4678 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4680         * org.el (org-store-log-note): Fix note indentation when adding
4681         notes to end of list.
4683         * org-exp.el (org-export-as-html): Add TODO keyword as extra
4684         class, so that each keyword can get special colors through CSS.
4686         * org-clock.el (org-clock-out): Add another nil for the previous
4687         state into the call to `org-add-log-setup'.
4689         * org.el (org-log-note-previous-state): New variable.
4690         (org-log-note-headings): New %S escape for old state.
4691         (org-todo): Call the note setup with the old state as an
4692         argument.
4693         (org-add-note): Add another nil for the previous state into the
4694         call to `org-add-log-setup'.
4695         (org-add-log-setup): New argument PREV-STATE.
4696         (org-add-log-note): Handle new %S escape.
4697         (org-store-log-note): Handle new %S escape.
4699 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
4701         * org-clock.el (org-clock-find-position): Do not swallow an item
4702         less indented than the CLOCK line itself.
4703         (org-clock-in): Push markers to lin after the clock line.
4704         (org-clock-find-position): Handle values of
4705         `org-clock-into-drawer' smaller than 2.
4707         * org-exp.el (org-html-level-start): Add a CSS class to section
4708         numbers.
4709         (org-export-html-toplevel-hlevel): Better documentation of the
4710         influence of this variables on H levels and css classes in
4711         export.
4713 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
4715         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4716         timestamp and nottimestamp to the chooe menu.
4718         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4719         (org-revert-all-org-buffers): New command.
4721 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
4723         * org.el (org-return): Implement `org-return-follows-link' in the
4724         function org-return.  This is more robust than using the mouse
4725         map, I think.
4726         (org-set-regexps-and-options): Match more general #+TODO lines.
4727         (org-make-options-regexp): New optional argument EXTRA, for an
4728         extra regexp.
4729         (org-tab-follows-link): Mark as deprecated.
4731 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
4733         * org-exp.el (org-export-preprocess-string): Remove clock lines
4734         earlier, so that they cannot cotribute to verbatim snippets.
4736 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
4738         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4739         for finding drawers.
4740         (org-export-as-ascii, org-export-as-html): Count levels relative
4741         to the subtree header.
4742         (org-get-min-level): New optional argument OFFSET.
4743         (org-export): Make sure point is restored after popping up that
4744         window.
4746         * org.el (org-do-sort): Also take an inactive timestamp if no
4747         active one is found.
4749         * org-colview-xemacs.el (org-columns-capture-view): Copy before
4750         deleting duplicates.
4752         * org-colview.el (org-columns-capture-view): Copy before
4753         deleting duplicates.
4755         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4756         text before first headline.
4758         * org.el (org-format-latex): Do not convert LaTeX fragments in
4759         protected examples.
4761 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
4763         * org-exp.el (org-export-html-style-default): Use color values
4764         instead of names for XHTML validation.
4766         * org.el (org-get-scheduled-time, org-get-deadline-time): New
4767         functions.
4768         (org-return-follows-link): Revert making this the default untile
4769         issues are resolved.
4771         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4772         nottimestamp.
4774 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
4776         * org.el (org-mode): Make dependence stuff work more reliably.
4777         (org-update-parent-todo-statistics): Fix bug with updating
4778         statistics cookie.
4780         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4781         ~ as verbatim delimiters.
4783         * org-exp.el (org-export-html-format-image): New argument
4784         PAR-OPEN.
4785         (org-export-as-html): Pass par-open to
4786         `org-export-html-format-image'.
4788 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
4790         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4791         (org-use-fast-todo-selection, org-tags-column): New default
4792         setting for variables, based on a poll what typical uses use.
4794         * org-agenda.el (org-agenda-sorting-strategy)
4795         (org-agenda-tags-column): New default setting for variables, based
4796         on a poll what typical uses use.
4798 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4800         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4801         blocked entries from setting the blocked tag.
4803         * org-exp.el (org-export-html-footnotes-section): Use a more
4804         consistent id for footnotes.
4806         * org-export-latex.el (org-export-latex-classes): Remove the
4807         a4paper option from the default styles.
4809 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
4811         * org.el (org-enforce-todo-checkbox-dependencies): New option.
4812         (org-block-todo-from-checkboxes): New function.
4813         (org-todo): Make tripple prefix arg circumvent blocking.
4815         * org-timer.el (org-timer): Provide the timer feature.
4817         * org.el (org-require-autoloaded-modules): Add a few more files to
4818         the list of autoloaded modules.
4820         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4822 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
4824         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4825         drawers that are unprotected.
4826         (org-export-html-format-image): Make sure inlined LaTeX fragment
4827         images remain inlined.
4829         * org.el (org-toggle-ordered-property): New function.
4830         (org-mode-map): Add a key for `org-toggle-ordered-property'.
4831         (org-org-menu): Add menu entries for TODO dependencies.
4833 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
4835         * org.el (org-default-properties): Add ORDERED to the default
4836         properties, to get completion support for it.
4838         * org-list.el (org-update-checkbox-count): Update more than one cookie.
4840         * org.el (org-update-parent-todo-statistics): Update more than one
4841         cookie.
4843         * org-agenda.el (org-agenda-get-todos): Start search from correct
4844         position.
4846         * org.el (org-fast-todo-selection): Make sure TODO selection does
4847         not change buffer position.
4849         * org-list.el (org-toggle-checkbox): Implement adding or removing
4850         checkboxes from line or region when called with a prefix
4851         argument.
4853         * org-rmail.el (org-rmail-store-link): Protect the call to
4854         `rmail-narrow-to-non-pruned-header'.
4856         * org-clock.el (org-clock-special-range): Fix week display in
4857         clock tables.
4859         * org-exp.el (org-get-current-options): Fix bug when in indirect
4860         buffer.
4862 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
4864         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4865         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4866         (org-agenda-dim-blocked-tasks): New function.
4868         * org.el (org-enforce-todo-dependencies): New option.
4869         (org-block-todo-from-children-or-siblings): New function.
4871         * org-faces.el (org-agenda-dimmed-todo-face): New face.
4873         * org.el (org-todo): Return correct state type even if the blocker
4874         throws an error.
4875         (org-modifier-cursor-error): Renamed from
4876         `org-shiftcursor-error'.
4877         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4878         (org-shiftmetadown): Call `org-modifier-cursor-error'.
4880         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4881         to get real errors from the blocker hook.
4883         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4884         functions.
4885         (org-set-visibility-according-to-property): Turn off the setting
4886         of `org-show-entry-below', to avoid overruling a FOLDED visibility
4887         property.
4889 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4891         * org.el (org-support-shift-select): New option.
4892         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4893         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4894         selection outside contexts.
4896         * org-list.el (org-at-item-bullet-p): New function.
4898         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4899         variables.
4901         * org-footnote.el (org-footnote-normalize): Remove unnecessary
4902         variable.
4903         (org-insert-footnote-reference-near-definition): Remove
4904         unnecessary let form.
4906         * org-export-latex.el (org-export-latex-first-lines): Add
4907         OPT-PLIST parameter.
4908         (org-export-as-latex): Call `org-export-latex-first-lines' with
4909         opt-plits parameter.
4910         (org-export-latex-preprocess): Remove unnecessary variables.
4912         * org-exp.el (org-infile-export-plist)
4913         (org-export-add-options-to-plist, org-export-kill-licensed-text)
4914         (org-export-remove-headline-metadata)
4915         (org-export-get-title-from-subtree, org-get-min-level)
4916         (org-html-do-expand): Remove innecessary let form.
4918         * org-colview-xemacs.el (org-columns-display-here): Remove
4919         unnecessary variables.
4921         * org-colview.el (org-columns-display-here): Remove unnecessary
4922         variables.
4924         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4925         variables.
4927         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4928         unnecessary variables.
4930         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4931         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4932         variables.
4934         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4935         (org-compact-display-after-subtree-move): Remove unnecessary
4936         variables.
4937         (org-edit-fixed-width-region): Remove unnecessary variables.
4938         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4939         (org-olpath-completing-read): Remove unnecessary variable.
4940         (org-auto-repeat-maybe): Remove unnecessary variable.
4941         (org-map-entries): Remove unnecessary variable.
4942         (org-buffer-property-keys, org-imenu-get-tree)
4943         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4945 -----------------------------------------------------------------
4947 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4948         * org-exp.el (org-export-remove-timestamps): Never remove
4949         timestamps from tables.
4951         * org-export-latex.el (org-export-latex-first-lines): Add more
4952         options to the preprocessing of the text before the first
4953         headline.
4955 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4957         * org-faces.el (org-clock-overlay): Make face compatible with
4958         XEmacs.
4960         * org.el (org-yank): Add property for delete-selection mode.
4962         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4964         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4965         variable.
4967         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4968         to `backward-char'.
4970         * org-exp.el (org-export-as-html): Remove the initial space from
4971         colon examples.
4973         * org.el (org-scan-tags): Call
4974         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4976         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4977         customization groups.
4978         (org-agenda-tags-todo-honor-ignore-options): New option.
4979         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4980         New function.
4981         (org-agenda-get-todos): Use
4982         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4984 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4986         * org-exp.el (org-export-format-source-code-or-example): Escape
4987         HTML characters also in examples that anre not treated with
4988         htmlize.  Also, just switch to EXAMPLE processing if we do not
4989         have a good version of htmlize.
4991         * org-rmail.el: Fix copyright notice.
4993         * org.el (org-activate-footnote-links): Improve footnote link
4994         highlighting.
4996         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4997         a footnote definition at the end of the file.
4999         * org-table.el (org-table-get-specials): Add an imagined hline at
5000         the end of the table.  This can be useful for references that want
5001         to go to the end of the table.  Also fix bug when computing last
5002         row constants, in tables that do not start right at the right
5003         margin.
5004         (org-table-eval-formula): Match and replace remove references.
5005         (org-table-formula-substitute-names): Make sure that names inside
5006         a "remote" call are left alone, the will be replaced later when
5007         the remote call is handled.
5008         (org-table-convert-refs-to-rc): Do not convert things that might
5009         look like a reference, but are really part of an ID or namei n a
5010         remote reference.
5011         (org-table-get-remote-range): New function.
5013 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
5015         * org-faces.el (org-clock-overlay): Fix bug in face definition.
5017         * org-clock.el (org-clock-put-overlay): Use new face instead of
5018         `secondary-selection'.
5020         * org-faces.el (org-clock-overlay): New face.
5022 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
5024         * org-exp.el (org-get-current-options): Include the option for
5025         publishing time stamps.
5027         * org.el (org-toggle-heading): Renamed from
5028         `org-toggel-region-headings'.
5029         No longer needs a region defined, but will use it if there is one.
5030         (org-ctrl-c-star): Simplified, relying more on the internal
5031         workings of `org-toggle-heading'.
5032         (org-toggle-item): Renamed from `org-toggle-region-items'.
5033         No longer needs a region defined, but will use it if there is one.
5034         (org-ctrl-c-minus): Simplified, relying more on the inernal
5035         workings of `org-toggle-item'.
5037         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
5038         environment detection.  Also, do real changes only in unprotected
5039         places.
5041 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
5043         * org-export-latex.el (org-export-latex-quotation-marks): Use
5044         `org-if-unprotected-1'.
5045         (org-export-latex-set-initial-vars): Check for class definition in
5046         property.
5048         * org-macs.el (org-if-unprotected-1): New macro.
5050 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
5052         * org-compat.el (org-count-lines): New function.
5054         * org-exp.el (org-export-format-source-code-or-example): Handle
5055         switches related to text areas.
5057         * org.el (org-activate-footnote-links): Don't allow match inside a
5058         link.
5060         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
5062         * org-export-latex.el (org-export-latex-links): Keep a relative
5063         path relative also after export.
5065         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
5067         * org.el (org-make-tags-matcher): Never use IDO for completing the
5068         tags matcher match string.
5069         (org-completing-read): Also remove the special biding for "?".
5071         * org-attach.el (org-attach-allow-inheritance): New option.
5072         (org-attach-inherited): New variable.
5073         (org-attach-dir): Handle properties related to the attachment
5074         directory.
5075         (org-attach-check-absolute-path): New function.
5076         (org-attach-set-directory, org-attach-set-inherit): New commands.
5077         (org-attach): Accommodate the new commands in the dispatcher.
5079 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
5081         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
5082         `window-full-width-p'.
5084         * org-exp.el (org-export-as-html): Only check for images files
5085         that really can be inlined
5087         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
5088         list of extensions to be a parameter.
5090         * org-exp.el (org-export-html-inline-image-extensions): New
5091         variable.
5093         * org-agenda.el (org-prepare-agenda): Use
5094         `org-agenda-block-separator'.
5095         (org-agenda-block-separator): New option.
5097 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
5099         * org-export-latex.el (org-export-latex-tables): Call
5100         `org-table-clean-before-export' with the new optional argument.
5102         * org-exp.el (org-table-clean-before-export): New optional
5103         parameter MAYBE-QUOTED, allows for quoted characters like \# in
5104         first column.
5106 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
5108         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
5109         histograms.
5111         * org-colview.el (org-colview-construct-allowed-dates): Better
5112         error catching when a date/time property does not have allowed
5113         values defined.
5115         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
5116         Better error catching when a date/time property does not have
5117         allowed values defined.
5119 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
5121         * org.el (org-map-entries): Restore point and restriction after
5122         `org-map-entries'.
5124 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
5126         * org.el (org-time=, org-time<, org-time<=, org-time>)
5127         (org-time>=, org-time<>): Make sure both values are dates.
5129 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
5131         * org-archive.el (org-extract-archive-heading): Allow %s for file
5132         name also in achive location heading.
5134 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
5136         * org-archive.el (org-add-archive-files): Uniquify the list before
5137         returning it.
5139 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
5141         * org-compat.el (org-fit-window-to-buffer): Use
5142         `window-full-width-p'.
5144         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
5145         space after the colon in short examples.
5147         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
5148         enforce a space after the colon.  However, we also allow lines
5149         that are *only* a colon.
5150         (org-export-as-html): Enforce the space after the colon in short
5151         examples.
5152         (org-export-preprocess-string): Do the colon example protection
5153         earlier.
5154         (org-export-remove-timestamps): Do not check for protection at the
5155         end of the line.
5157 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
5159         * org.el (org-format-latex-options): Add new matcher for single
5160         letters between dollars.
5161         (org-get-header): Function removed.
5162         (org-heading-components): New function.
5164         * org-exp.el (org-export-define-heading-targets): Record ID's also
5165         as alternative targets.
5166         (org-export-as-html): Interpret "id:" links to other files by
5167         preserving the relative path.
5169         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
5170         is nil.
5172         * org-exp.el (org-export-normalize-links): Protect the main link,
5173         to avoid special character processing.
5175         * org-export-latex.el (org-export-latex-special-keyword-regexp):
5176         New variable.
5177         (org-export-latex-special-string-regexps): Variable removed.
5178         (org-export-latex-keywords): Use the new regexp.
5180         * org-exp.el (org-export-handle-include-files): Fetch switches and
5181         put them into the BEGIN statement.
5183         * org-timer.el (org-timer-mode-line-string): New variable.
5185         * org-clock.el (org-clock-mode-line-map): Renamed from
5186         `org-clock-mode-map'.
5187         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
5188         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
5189         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
5190         (org-clock-remove-overlays): Renamed from
5191         `org-remove-clock-overlays'.
5193         * org-timer.el (org-timer-pause-or-continue): Implement stopping
5194         and mode line display.
5195         (org-timer-stop): New command.
5196         (org-timer-seconds): Return correct time when timer is paused.
5197         (org-timer-mode-line-timer): New variable.
5198         (org-timer-set-mode-line, org-timer-update-mode-line): New
5199         functions.
5201         * org.el (org-insert-heading):  Handle new value `auto' for
5202         `org-blank-before-new-entry'.
5203         (org-org-menu): Add new items for timer functions.
5205         * org-list.el (org-insert-item): Handle new value `auto' for
5206         `org-blank-before-new-entry'.
5208         * org.el (org-blank-before-new-entry): New value `auto', made
5209         default.
5211 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
5213         * org-exp.el (org-export-normalize-links): If the link is also
5214         used as the description, protect the description.
5216 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
5218         * org.el (org-closest-date): Fix bug with yearly repeats, in
5219         combination with preference of the past as it is used for deadline
5220         and scheduling search.
5222         * org-exp.el (org-html-handle-time-stamps): No longer check for
5223         the `org-export-with-timestamps' option, because the preprocesser
5224         has taken care of this already.
5226         * org.el (org-entry-properties): Catch the case when this is
5227         called in a non-org-mode file.
5229         * org-export-latex.el (org-export-latex-remove-from-headlines):
5230         Variable made obsolete, also LaTeX export now uses the standard
5231         variables.
5232         (org-export-as-latex): Add the timestamps parameter to the
5233         preprocessor parameter list.
5234         (org-export-latex-content): Export the remaining keywords without
5235         considering to remove them.
5236         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5237         Use bold font instead of tt font for the keywords.
5238         (org-export-latex-fontify-headline): Format headlines, assuming
5239         that all keywords still present should be published.
5240         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5241         publish what ever remains of the time stamps.
5242         (org-export-latex-list-parameters): New option.
5243         (org-export-latex-lists): Pass additional parameters to the list
5244         converter.
5246         * org-exp.el (org-export-preprocess-string): Remove clock lines
5247         and timestamps already in the preprocesor.
5248         (org-export-remove-timestamps, org-export-remove-clock-lines): New
5249         functions.
5250         (org-export-as-ascii, org-export-as-html): Add the timestamps
5251         parameter to the preprocessor parameter list.
5253         * org-list.el (org-list-parse-list): Parse for checkboxes.
5254         (org-list-to-generic): Introduce and handle new parameters :cbon
5255         and :cboff.
5256         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5257         optional parameter PARAMS.
5259         * org-export-latex.el (org-export-latex-special-chars): Fix
5260         problems with interpreting dollar signs.
5261         (org-inside-latex-math-p): New function.
5262         (org-export-latex-preprocess): Protect all the math fragments.
5264         * org.el (org-latex-regexps): Allow a dash after a dollar.
5266         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5267         mark after copying.
5269         * org-agenda.el (org-run-agenda-series): Have series options set
5270         when finalizing the agenda.
5272         * org-exp.el (org-export-format-source-code-or-example): Protect
5273         the converted examples.
5275         * org.el (org-set-regexps-and-options): Fix the regexp
5276         `org-complex-heading-regexp'.
5278 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
5280         * org.el (org-edit-src-get-label-format): New function.
5281         (org-coderef-label-format): New option.
5282         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5283         a label format specification and make sure it is used in the edit
5284         buffer.
5285         (org-edit-src-get-label-format): New function.
5286         (org-store-link): Handle new coderef formats.
5287         (org-link-search): Handle new coderef formats.
5289         * org-footnote.el (org-footnote-create-definition)
5290         (org-footnote-goto-local-insertion-point): Make footnote insertion
5291         work correctly when the "Footnotes" headline is the last line in
5292         the buffer.
5294         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5295         the location.
5297 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
5299         * org-w3m.el (org-w3m): New customization group.
5300         (org-w3m-deactivate-mark): New option.
5301         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5302         option say not to.
5304 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
5306         * org.el (org-set-font-lock-defaults): Trigger footnote
5307         fontification.
5308         (org-activate-footnote-links): New function.
5309         (org-activate-links): New entry `footnote'.
5311         * org-faces.el (org-footnote): New face.
5313 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
5315         * org-macs.el (org-re): Handle the [:word:] class.
5317         * org-exp.el (org-export-preprocess-string): Call
5318         `org-export-protect-colon-examples'.
5319         (org-export-protect-colon-examples): Renamed from
5320         `org-export-protect-examples', and scope limited to lines starting
5321         with a colon.
5323 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
5325         * org-exp.el (org-export-preprocess-string): Move the preprocess
5326         hook to after turning on Org-mode.
5327         (org-export-preprocess-after-include-files-hook)
5328         (org-export-preprocess-after-tree-selection-hook)
5329         (org-export-preprocess-before-backend-specifics-hook)
5330         (org-export-preprocess-final-hook): New hooks.
5331         (org-export-preprocess-string): Run the new hooks.
5333         * org.el (org-ctrl-c-minus): Fix indentation for new items.
5335         * org-footnote.el: New file.
5337         * org.el (org-footnote): Require footnote code.
5338         (org-startup-options): Add new footnote options.
5339         (org-mode-map): New keybindig for footnotes.
5340         (org-ctrl-c-ctrl-c): Add function at footnotes.
5341         (org-org-menu): New menu entries for footnotes.
5343         * org-export-latex.el (org-export-as-latex): Pass footnote
5344         variable to preprocessor.
5345         (org-export-latex-preprocess): Treat multiple references to a
5346         footnote.
5348         * org-exp.el (org-export-preprocess-string): Call
5349         `org-footnote-normalize'.
5350         (org-export-as-ascii, org-export-as-html): Pass footnote variable
5351         to preprocessor.
5352         (org-export-as-html): Treat multiple references to a footnote.
5354 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
5356         * org-export-latex.el (org-export-latex-links): Handle coderef
5357         links.
5359         * org.el (org-bracket-link-analytic-regexp++): New variable.
5360         (org-make-link-regexps): Initialize
5361         `org-bracket-link-analytic-regexp++'.
5362         (org-store-link): Implement special case in edit-src buffer.
5363         (org-insert-link): No use of ide to insert stored links.
5364         (org-link-search): Implement special case for coderefs.
5366         * org-exp.el (org-export-html-scripts): New constant.
5367         (org-export-html-style-default): Add a new style for highlighted
5368         code.
5369         (org-export-code-refs): New variable.
5370         (org-export-preprocess-string): Initialize `org-export-code-refs'.
5371         Call `org-export-replace-src-segments-and-examples'
5372         No longer call `org-export-protect-examples'.
5373         (org-export-target-internal-links): Take care of coderef targets.
5374         (org-export-last-code-line-counter-value): New variable.
5375         (org-export-replace-src-segments-and-examples): Renamed from
5376         `org-export-replace-src-segments', and modified.
5377         (org-export-format-source-code-or-example): Renamed from
5378         `org-export-format-source-code'.
5379         (org-export-number-lines): New function.
5380         (org-export-as-ascii, org-export-as-html): Handle coderef links.
5382 --------------------------------------------------------------------------
5384 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
5386         * org-remember.el (org-remember-handler): Safer way to get a new
5387         buffer accessing the target file.
5389         * org.el (org-refile-get-location): Handle case of current buffer
5390         not having a file associated with it.
5392 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
5394         * org-table.el (org-table-get-formula): Only ask to overwrite
5395         field formula if there really is one.
5397         * org-id.el (org-id-find): Allow the ID to be a symbol or a
5398         number, by converting these to a string.
5400         * org-colview.el (org-dblock-write:columnview): Allow ID to be
5401         located in a different file.
5403         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5404         org-colview.el.
5406 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
5408         * org.el (org-completion-use-ido): Enhance docstring of
5409         `org-completion-use-ido'.
5411         * org-export-latex.el (org-export-latex-make-header): Double the %
5412         in the time stamp format.
5413         (org-export-latex-special-chars): Handle case where there is no
5414         match group 3.
5416 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
5418         * org.el (org-get-refile-targets, org-refile-get-location): Use
5419         expanded file name to improve comparison.
5421 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
5423         * org.el (org-scan-tags): Rescan for tags, to get the correct
5424         upcase/downcase stuff.  This slows things down for now, but it
5425         works.
5426         (org-mode): Make sure the tag-faces regexp is initialized.
5428         * org-export-latex.el (org-export-latex-links): Fix bug with
5429         undefined label.
5431         * org-table.el (org-table-get-specials): Set
5432         `org-table-current-last-data-line'.
5433         (org-table-current-last-data-line): New variable.
5434         (org-table-insert-column, org-table-delete-column)
5435         (org-table-move-column, org-table-fix-formulas): Call
5436         `org-table-fix-formulas' a second time to fix the $LR references.
5437         (org-table-get-specials): Add the $LR references to the tables.
5438         (org-table-get-formula): Do not offer last-row names as LHS of
5439         formulas.
5441         * org.el (org-store-link): Capture link description from
5442         `org-id-store-link'.
5444         * org-exp.el (org-export-html-format-image): Add the / to the end
5445         of the <img> tag.
5446         (org-export-format-source-code): Surround example by empty lines,
5447         to make sure it will not be inside a paragraph.
5449         * org.el (org-ido-switchb): New function.
5451 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
5453         * org-agenda.el (org-agenda-show): New prefix argument
5454         FULL-ENTRY.
5456         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5457         argument.
5459         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5460         `org-agenda-change-all-lines'.
5461         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5462         tags are now retrieved locally.
5464 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
5466         * org.el (org-get-outline-path): Fix bug if level is not given.
5467         (org-org-menu): Do not quote function in menu vector.
5469         * org-agenda.el (org-finalize-agenda): Fix typo with variable
5470         name.
5472 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
5474         * org.el (org-refile): Avoid refiling to within the region to be
5475         refiled.
5477         * org-export-latex.el (org-export-latex-special-chars): Replace
5478         special characters also in tables.
5480         * org-agenda.el (org-agenda-change-all-lines): New argument
5481         FORCE-TAGS.
5482         (org-agenda-set-tags): Cet the new tags and pass them to
5483         `org-format-agenda-item'.
5485 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
5487         * org-export-latex.el (org-export-latex-classes): Add longable as
5488         a default package to all classes.
5489         (org-export-latex-tables): Handle the longtable attribute and the
5490         align attribute.
5492         * org-table.el (orgtbl-to-generic): Handle tables that start with
5493         a hline.
5495         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5496         \verb for colde-like snippets.
5497         (org-export-as-latex): Fix issues with region export.
5499         * org.el (org-up-heading-safe): Speed up function by using a
5500         direct regexp search.
5501         (org-olpa): New variable.
5502         (org-get-outline-path): Speed-up path constructions in cases where
5503         this is possible because the entire hierarchy is scanned anyway.
5504         (org-refile-get-location): Don't compare the truenames of files,
5505         this is too slow.
5506         (org-goto-max-level): New option.
5507         (org-goto): Use `org-goto-max-level'.
5509 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
5511         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5512         Strip angle brackets from message-ids in the former and don't do
5513         it in the latter.
5514         (org-gnus-follow-link): Open summary reliable, even if the last
5515         messages were deleted, and handle empty groups, too.
5517 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
5519         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5520         instead of \texttt for the =...= and ~===~ emphasis environments.
5521         (org-export-as-latex): Remove any old :org-license-to-kill text
5522         properties.
5523         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5524         (org-export-latex-make-header): Add some hard space after the
5525         table of contents.
5526         (org-export-latex-first-lines): Accept RBEG argument.  Mark
5527         exported text so that it will be excuded in further steps.
5529         * org-table.el (org-table-get-specials): Make @0 reference the
5530         last line in a table.
5531         (org-table-recalculate): Improve docstring.
5533 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5535         * org.el (org-log-done): Fix docstring.
5537 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
5539         * org-exp.el (org-export-html-format-image): Fix bugs.
5541         * org-export-latex.el (org-export-latex-tables)
5542         (org-export-latex-links): Implement attribute, label, and caption
5543         handling.
5545         * org-exp.el (org-export-html-style-default): Add style
5546         definitions for the figure div.
5547         (org-export-preprocess-string, org-export-as-html): Implement
5548         attribute, label, and caption handling.
5549         (org-export-attach-captions-and-attributes): New function.
5550         (org-export-html-format-image): New function.
5551         (org-format-org-table-html): Implement attribute, label, and
5552         caption handling.
5554         * org.el (org-find-text-property-in-string): New function.
5555         (org-extract-attributes): Use the property org-attr instead of
5556         org-attrobutes, because this property is now set with the #+ATTR
5557         lines.
5559 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
5561         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5562         the case that FROM is nil.
5564         * org.el (org-before-first-heading-p): New function.
5566 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
5568         * org-exp.el (org-export-as-html): Do not add a space before
5569         enforces line breaks.
5570         (org-export-as-html): Close paragraph before blockquote and verse
5571         tags.
5573 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
5575         * org-id.el (org-id-locations-file): Wrap file name with
5576         `convert-standard-filename'.
5577         (org-id-files): New variable.
5578         (org-id-use-hash): New option.
5579         (org-id-update-id-locations): Also search in all files current
5580         listed in `org-id-files'.  Convert the resulting alist to a hash
5581         if the user customation says so.
5582         (org-id-locations-save): Handle he case if `org-id-locations' is a
5583         hash.
5584         (org-id-locations-load): Convert the alist to a hash.
5585         (org-id-add-location): Handle the hast case.
5586         (kill-emacs-hook): Make sure id locations are saved when Emacs is
5587         exited.
5588         (org-id-hash-to-alist, org-id-alist-to-hash)
5589         (org-id-paste-tracker): New functions.
5591 -------------------------------------------------------------------------
5593 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5595         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5596         bindings of calendar variables.
5598         * org-table.el (org-table-find-row-type): Renamed from
5599         `org-find-row-type'.
5600         (org-table-rewrite-old-row-references): Renamed from
5601         `org-rewrite-old-row-references'.
5602         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5603         (org-table-cleanup-narrow-column-properties): Renamed from
5604         `org-cleanup-narrow-column-properties'.
5606 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5608         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5609         for better error messages.
5610         (org-table-get-descriptor-line): Supply the new arguments to
5611         `org-find-row-type'.
5612         (org-table-error-on-row-ref-crossing-hline): New option.
5614         * org.el (org-target-link-regexp): Make buffer-local.
5615         (org-move-subtree-down): Fix bug with trees at beginning of
5616         buffer.
5618 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
5620         * org-faces.el (org-set-tag-faces): New function.
5621         (org-tags-special-faces-re): New variable.
5623         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5625         * org-faces.el (org-tag-faces): New option.
5626         (org-tag): Mention `org-tag-faces' in the docstring.
5628 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
5630         * org-exp.el (org-export-html-style-default): Implement new
5631         quoting.
5633         * org-jsinfo.el (org-infojs-template): Implement new quoting.
5635         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5636         command to the `w3m-minor-mode-map'.
5638         * org-archive.el (org-archive-to-archive-sibling): Protect
5639         `this-command' to avoid appending kills during archiving.
5641         * org-exp.el (org-export-with-priority): New variable.
5642         (org-export-add-options-to-plist): Use `org-export-plist-vars'
5643         instead of internal list of strings and properties.
5644         (org-print-icalendar-entries): Retrieve the location property with
5645         inheritance.
5647 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5649         * org-exp.el (org-export-with-todo-keywords): New option.
5650         (org-export-plist-vars): Include also the keys for the #+OPTIONS
5651         line.
5652         (org-default-export-plist, org-export-add-options-to-plist)
5653         (org-export-as-ascii, org-export-as-html): Use the new structure
5654         of `org-export-plist-vars'.
5656         * org.el (org-map-entries): Return all values.
5658 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
5660         * org.el (org-matcher-time): Recognize more special values.
5662         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5664 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
5666         * org.el (org-tags-exclude-from-inheritance): New option.
5667         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5668         `org-tags-exclude-from-inheritance'.
5670         * org-agenda.el (org-agenda-show-inherited-tags): New option.
5671         (org-format-agenda-item): Add inherited tags to the agenda line
5672         string, and make sure that properties are kept when downcasing the
5673         tags list.
5674         (org-agenda-add-inherited-tags): New function.
5675         (org-downcase-keep-props): New function.
5677         * org.el (org-scan-tags): Mark inherited tags with a text
5678         property.
5679         (org-get-tags-at): Mark inherited tags with a text property.
5680         (org-add-prop-inherited): New function.
5682         * org-agenda.el (org-agenda-add-inherited-tags): New function.
5683         (org-agenda-show-inherited-tags): New option.
5685 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
5687         * org.el (org-modules): Add org-w3m to the default modules.
5689         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5690         orgtbl-mode.
5691         (orgtabl-create-or-convert-from-region): New command.
5693         * org-exp.el (org-export-as-ascii): Remove the handling of
5694         targets.
5695         (org-export-ascii-preprocess): Handle targets already in this
5696         function.
5698 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
5700         * org-timer.el (org-timer-start-time): Define this variable.
5701         (org-timer-item): Make argument optional.
5703         * org-list.el (org-insert-item): Automatically insert a timer item
5704         if the current list is a timer list.
5706         * org-timer.el: New file.
5708         * org-publish.el (org-publish-org-index): Only exclude the index
5709         file in the main directory from being added to the site-map.
5710         (org-publish-get-project-from-filename): If the current project is
5711         a component, start publishing from the parent project.
5713 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
5715         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5717         * org-publish.el (org-publish-org-index): Improve removal of
5718         temporary buffers.
5720         * org-agenda.el (org-get-closed): Re-apply changes
5721         accidentially overwritten by last commit to Emacs.
5723         * org.el (org-outline-path-complete-in-steps): New option.
5724         (org-refile-get-location): Honor
5725         `org-outline-path-complete-in-steps'.
5726         (org-agenda-change-all-lines, org-tags-sparse-tree)
5727         (org-time-string-to-absolute, org-small-year-to-year)
5728         (org-link-escape): Re-apply changes accidentially overwritten
5729         by last commit to Emacs
5731 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
5733         * org-clock.el (org-dblock-write:clocktable): Make sure the
5734         clocktable sees the first line.
5735         (org-clock-in): Warn if the clock cannot be resumed.
5737 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
5739         * org.el (org-open-at-point): Fix mixup about interactive and
5740         non-interactive elisp links.
5742 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5744         * org-exp.el (org-export-preprocess-string): Allow one comment
5745         line before the first headline to always be included.  This is
5746         to not miss a commented target.
5748         * org-mouse.el (org-mouse-insert-item): Call
5749         `org-indent-to-column' instead of `indent-to', for XEmacs
5750         compatibility.
5752         * org.el (org-refile-targets): Fix customize definition so
5753         that it works also in XEmacs.
5754         (org-fixup-indentation): Call `org-indent-to-column' instead
5755         of `indent-to', for XEmacs compatibility.
5757 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
5759         * org-mew.el (org-mew-store-link): Get the correct case folder
5760         for refiled messages.
5762 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5764         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5765         line break indicators.
5767         * org.el (org-ido-completing-read): Remove the "i:" prefix for
5768         ido-completion propts.
5770 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5772         * org-remember.el (org-remember-apply-template): Use
5773         `org-substring-no-properties'.
5775         * org-compat.el (org-substring-no-properties): New function.
5777         * org-remember.el (org-remember-apply-template): Use
5778         `org-substring-no-properties' for compatibility.
5780         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5781         option.
5782         (org-fix-bullet-type): respect
5783         `org-list-two-spaces-after-bullet-regexp'.
5785         * org-clock.el (org-clock-load): Clean up the code.
5787         * org.el (org-adaptive-fill-function): Allow two spaces after
5788         "1." as a list bullet.
5790 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
5792         * org-clock.el (org-clock-save, org-clock-load): Check for
5793         live buffers, existing files, and buffer file names to ensure
5794         consistent information.
5795         (org-clock-persist): Make `clock' a special value of this
5796         variable, and improve docstring.
5798         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5799         (org-get-string-indentation): Adapt indentation when the bullet
5800         width changes.
5802 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
5804         * org-remember.el (org-remember-finalize): Make interactive.
5805         (org-remember-kill): New command.
5806         (org-remember-finish-immediately): Call `org-remember-finalize'
5807         directly.
5808         (org-remember-finalize): Make `org-remember-finalize' an interactive
5809         function.
5811 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
5813         * org-remember.el (org-remember-apply-template): No ido completion
5814         for free prompts in remember templates.
5815         (org-remember-before-finalize-hook): New hook.
5816         (org-remember-mode): New minor mode.
5817         (org-remember-apply-template): Turn on `org-remember-mode'.
5819         * org-id.el (org-id-add-location): Avoid error when no file is
5820         given.
5822         * org-remember.el (org-remember-apply-template): Fix the way how
5823         the list of allowed properties is retrieved from the target file.
5825         * org.el (org-insert-link): Improve file link matching.
5827 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
5829         * org-colview.el (org-columns-display-here): New argument
5830         DATELINE, to trigger using the new face.
5831         (org-agenda-colview-summarize): Call `org-columns-display-here'
5832         with the new argument.
5834         * org-faces.el (org-agenda-column-dateline): New face.
5836         * org-publish.el (org-publish-org-index): Use index-title at page
5837         title, not as section.
5839         * org-exp.el (org-export-html-format-desc): Respect the
5840         org-protect property.
5841         (org-export-as-html): Protect image specifiers that are in the
5842         description part of a link.
5844         * org.el (org-sort-entries-or-items, org-completing-read)
5845         (org-refile-get-location, org-olpath-completing-read, org-todo)
5846         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5847         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5848         (org-set-property, org-delete-property)
5849         (org-delete-property-globally): Use `org-ido-completing-read'.
5851         * org-remember.el (org-remember-apply-template): Use
5852         `org-ido-completing-read'.
5854         * org-publish.el (org-publish): Use `org-ido-completing-read'.
5856         * org-colview.el (org-columns-edit-value, org-columns-new)
5857         (org-insert-columns-dblock): Use `org-ido-completing-read'.
5859         * org-colview-xemacs.el (org-columns-edit-value)
5860         (org-columns-new, org-insert-columns-dblock): Use
5861         `org-ido-completing-read'.
5863         * org-attach.el (org-attach-delete-one, org-attach-open): Use
5864         `org-ido-completing-read'.
5866         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5867         `org-ido-completing-read'.
5869         * org.el (org-time-today): New function.
5870         (org-matcher-time): Use `org-time-today'.  Add special treatment
5871         for "<tomorrow>" and "<yesterday>".
5872         (org-ido-completing-read): New function.
5873         (org-completion-use-ido): New option.
5875         * org-exp.el (org-export-format-source-code): Fix bug in require
5876         htmlize code.
5877         (org-export-target-internal-links): Fix bug in search for text
5878         property.
5880 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
5882         * org-export-latex.el (org-export-latex-subcontent): Interprete
5883         target aliases as additonal labels.
5885         * org-exp.el (org-export-target-aliases): New variable.
5886         (org-export-preprocess-string)
5887         (org-export-handle-invisible-targets): Fill the alias alist.
5888         (org-export-as-html): Remove the &nbsp; from the anchor, and also
5889         assign an id.
5890         (org-html-level-start): Insert the target aliases as additonal
5891         anchors.
5893         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5894         picture area.
5896 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5898         * org.el (org-open-at-mouse): Ensure correct link abbreviations
5899         when following a link with the mouse from the agenda.
5901         * org-exp.el (org-export-as-html): Avoid lone </div> when no
5902         headlines are created.
5904 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
5906         * org-exp.el (org-export-preprocess-string): Reorder so that we
5907         can still see ID properties when we collect targets.
5908         (org-export-target-internal-links): Also store targets for ID's.
5910         * org.el (org-link-translation-function): New option.
5911         (org-open-at-point): Call `org-link-translation-function' if
5912         non-nil.
5913         (org-translate-link): New function.
5914         (org-translate-link-from-planner): New function.
5915         (org-open-at-point): Allow interactive commands in elisp links.
5917         * org-exp.el (org-icalendar-cleanup-string): Restore the old
5918         iCalendar quoting.  The new one seems to caus problems with
5919         applications.
5921         * org.el (org-yank): Set `this-command' to `yank', so that
5922         `yank-pop' will work.
5924 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5926         * org-id.el (org-id-search-archives): New option.
5928         * org.el (org-link-to-org-use-id): New option.
5929         (org-store-link): Use `org-link-to-org-use-id'.
5930         (org-id): Make org-id.el a standard component.
5932 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5934         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5935         hexified version of the tag.
5937         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5938         compliance as far as quoting is concerned.
5940         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5942         * org.el (org-up-heading-safe, org-forward-same-level): Always
5943         call `org-back-to-heading' instead of `outline-back-to-heading'.
5944         (org-back-to-heading): New wrapper around outline-back-to-heading,
5945         with a useful error message telling where the error happened.
5947         * org-list.el (org-update-checkbox-count): Always call
5948         `org-back-to-heading' instead of `outline-back-to-heading'.
5950         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5951         has an `alt' attribute, to ensure XHTML validation.
5953 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5955         * org-publish.el (org-publish-attachment): Allow publishing to
5956         overwrite attachment files.
5958         * org-agenda.el (org-agenda-timerange-leaders): New option.
5959         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5961         * org.el (org-edit-src-exit): Untabify ASCII image before
5962         returning.
5975 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5977         * org.el (org-yank): Make any prefix force normal yanking.
5978         Suppress folding if text would be swallowed into a folded
5979         subtree.
5980         (org-yank-folded-subtrees, org-yank): Docstring updates.
5982         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5983         defined as 0.
5985         * org-exp.el (org-export-language-setup): Add Catalan and
5986         Esperanto language entries.
5988 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5990         * org.el (org-refile): Allow refiling of entire regions.
5992         * org-clock.el (org-clock-time%): New function.
5994         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5995         retrieve property values.
5997 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5999         * org-agenda.el (org-agenda-list): Handle the value `only' of
6000         org-agenda-show-log'.
6001         (org-agenda-log-mode): Interpret a double prefix arg.
6003 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
6005         * org-exp.el (org-export-html-footnotes-section): New variable.
6006         (org-export-as-html): Use `org-export-html-footnotes-section' to
6007         insert the footnotes.
6008         (org-export-language-setup): Add "Footnotes" to language words.
6010 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
6012         * org.el (org-yank): Fix bug when not inserting a subtree.
6014 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
6016         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
6017         instead of `vm-beginning-of-message'.
6019         * org.el (org-make-link-regexps): Make sure that links to gnus can
6020         contain brackets.
6022 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
6024         * org-attach.el (org-attach-dir): Remove duplicate ID creation
6025         code.
6027         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
6028         shell output.
6030         * org.el (org-link-abbrev-alist): Improve customization type.
6032         * org-attach.el (org-attach-expand-link, org-attach-expand): New
6033         functions.
6035         * org-agenda.el (org-agenda-get-progress): Renamed from
6036         `org-get-closed'.  Implement searching for state changes as well.
6037         (org-agenda-log-mode-items): New option.
6038         (org-agenda-log-mode): New option prefix argument, interpreted as
6039         request to show all possible progress info.
6040         (org-agenda-get-day-entries): Call `org-get-progress' instead of
6041         `org-get-closed'.
6042         (org-agenda-set-mode-name): Handle the more complex log mode
6043         settings.
6044         (org-get-closed): New alias, pointing to `org-get-progress'.
6046 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
6048         * org.el (org-file-apps-defaults-gnu)
6049         (org-file-apps-defaults-macosx)
6050         (org-file-apps-defaults-windowsnt): Add an entry defining the
6051         system command.
6052         (org-file-apps): Allow `system' as key and value.
6053         (org-open-at-point): Explain the effect of a double prefix arg.
6054         (org-open-file): If the argument `in-emacs' is (16),
6055         i.e. corresponding to a double prefix argument, try to open the
6056         file externally.
6058 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
6060         * org.el (org-insert-link): Abbreviate absolute files names in
6061         links.  Also, fix a bug in which the double C-u prefix would not
6062         be honored.
6064 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
6066         * org.el (org-insert-heading): If buffer does not end with a
6067         newline, add one if necessary to insert headline correctly.
6069         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
6070         paragraphs, not inside.
6072         * org.el (org-todo): Quote
6073         `org-agenda-headline-snapshot-before-repeat'.
6075         * org-exp.el (org-export-as-html): Fully process link descriptions.
6076         (org-export-html-format-desc): New function.
6077         (org-export-as-html): Collect footnotes into the correct basket.
6078         (org-html-protect): No longer protect quotations marks here, this
6079         goes wrong.
6081         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
6082         BEG.
6084         * org-compat.el (org-fit-window-to-buffer): New function (not
6085         really, a preliminary and incomplete version was present earlier,
6086         but not used).
6088         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
6089         `org-fit-window-to-buffer'.
6091         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
6093         * org-agenda.el (org-agenda-get-restriction-and-command)
6094         (org-fit-agenda-window, org-agenda-convert-date): Use
6095         `org-fit-window-to-buffer'.
6097         * org-exp.el (org-export-as-html): Process href links through
6098         `org-export-html-format-href'.
6099         (org-export-html-format-href): New function.
6101         * org-agenda.el (org-agenda-todo): Update only the current
6102         headline if this is a repeated TODO, marked done for today.
6103         (org-agenda-change-all-lines): New argument JUST-THIS, to change
6104         only the current line.
6106         * org.el (org-todo): Take a snapshot of the headline if the
6107         repeater might change it.
6109 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6111         * org-publish.el (org-publish-find-title): Remove buffers visited
6112         only for extracting the title.
6114         * org-exp.el (org-export-html-style)
6115         (org-export-html-style-default): Mark style definitions as
6116         unparsed CDATA.
6118         * org-publish.el (org-publish-validate-link): Function
6119         re-introduced.
6121 2008-11-02  Charles Sebold  <csebold@gmail.com>
6123         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
6124         property.
6125         (org-plot-quote-timestamp-field): New function.
6126         (org-plot-quote-tsv-field): Call timestamp field function when
6127         necessary rather than just quoting as a string.
6128         (org-plot/gnuplot-to-data): Pass in timefmt property.
6129         (org-plot/gnuplot-script): Supports timefmt property.
6130         (org-plot/gnuplot): Checks for timestamp column before checking
6131         for text index column.
6133 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6135         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
6137         * org-publish.el (org-publish-org-index): Create a section in the
6138         index file.
6139         (org-publish-org-index): Stop linking to directories.
6141         * org.el (org-emphasis-alist): Use span instead of <u> to
6142         underline text.
6144         * org-exp.el (org-export-as-html): Make sure <p> is closed before
6145         <pre> sections.
6147 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
6149         * org-jsinfo.el (org-infojs-template): Remove language attribute
6150         from script tag.
6152 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
6154         * org-agenda.el (org-agenda-remove-marked-text): New function.
6155         (org-agenda-mark-filtered-text)
6156         (org-agenda-unmark-filtered-text): New functions.
6157         (org-write-agenda): Remove fltered text.
6159         * org.el (org-make-tags-matcher): Give access to TODO "property"
6160         without speed penalty.
6162 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
6164         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
6165         option.
6166         (org-store-link-props): Make sure adding to the plist works
6167         correctly.
6169         * org-gnus.el (org-gnus-no-new-news): New function.
6170         (org-gnus-follow-link): Allow the article ID to be a message-id,
6171         in addition to allowing article numbers.  Message IDs make much
6172         more roubust links.
6173         (org-gnus-store-link): Use message-id to create link.
6175 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
6177         * org.el (org-emphasize): Reverse the selection array.
6178         (org-emphasis-alist): Set <code> tags for the verbatim
6179         environment.
6181         * org-remember.el (org-remember-handler): Fix bug with
6182         prefix-related changing of the note storage target.
6184         * org-exp.el (org-print-icalendar-entries): Make the exported
6185         priorities compatible with RFC 2445.
6187         * org-clock.el (org-clock-save): Insert time stamp without
6188         dependence on time-stamp.el.
6190 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
6192         * org.el ("saveplace"): If saveplace puts point into an invisible
6193         location, make it visible.
6194         (org-make-tags-matcher): Allow inactive time stamps in time
6195         comparisons.
6196         (org-yank-adjusted-subtrees): New option.
6197         (org-yank): Incorporate adjusting trees.
6198         (org-paste-subtree): New argument FOR-YANK which will cause
6199         insertion at point without backing up over white lines, and leave
6200         point at the end of the inserted text.  Also if the cursor is
6201         at the beginning of a headline, use the same level or the inserted
6202         tree.
6204         * org-publish.el (org-publish-get-base-files-1): Deal correctly
6205         with broken symlinks
6207 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
6209         * org-exp.el (org-export-select-tags, org-get-current-options):
6210         Fix typo.
6212 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
6214         * org-agenda.el (org-format-agenda-item)
6215         (org-agenda-filter-make-matcher): Make sure tags are stored and
6216         compared donwcased.
6218 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
6220         * org.el (org-insert-todo-heading): Fix bug with force-heading
6221         argument.
6223 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
6225         * org-clock.el (org-clock-in-resume): Add a custom option to
6226         toggle starting the clock from an open clock line.
6227         (org-clock-in): When clocking in to an entry, if
6228         `org-clock-in-resume' is set, check if the first clock line is
6229         open and if so, start the clock from the time in the clock line.
6230         (org-clock-persist): Add a custom option to toggle clock
6231         persistence.
6232         (org-clock-persist-query-save): Add a custom option to toggle
6233         asking the user if they want to save the running clock when
6234         exiting.
6235         (org-clock-persist-query-resume): Add a custom option to toggle
6236         asking the user if they want to resume the saved clock when Emacs
6237         is restarted.
6238         (org-clock-save): Add a function to save clock data.
6239         This includes the contents of `org-clock-history' and the buffer
6240         and position of the currently clocked task, if any.
6241         (org-clock-load): Add a function to load clock data.
6242         This populates `org-clock-history', and resumes the saved clocked
6243         task if there is one.
6244         (org-clock-persistence-insinuate): Add a method to set up the
6245         hooks for clock persistence.
6247 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
6249         * org-exp.el (org-export-as-ascii): Handle the case that we are
6250         publishing from an indirect buffer.
6252         * org-table.el (org-table-copy-down): Fix bug with time stamp
6253         increment.
6255         * org-mouse.el (org-mouse-features): New option.
6256         (org-mode-hook): Turn on features depending on
6257         `org-mouse-features'.
6259         * org.el (org-insert-heading-respect-content): Force heading
6260         creation.
6261         (org-insert-heading): keep the folding state of the heading before
6262         the inserted one.
6264 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6266         * org-archive.el (org-archive-to-archive-sibling): Handle top
6267         level headlines better.
6269 2008-10-21  Bastien Guerry  <bzg@altern.org>
6271         * org-export-latex.el (org-export-latex-classes): Added
6272         \usepackage{graphicx} to the default list of packages.
6274 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6276         * org-agenda.el (org-agenda-filter): Renamed from
6277         `org-agenda-filter-tags'.
6279 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
6281         * org.el (org-entry-properties): Add CATEGORY property, iven if it
6282         is not defined as a property in this entry.
6283         (org-add-log-note): Mask prefix argument when immediately storing
6284         the note.
6286         * org-agenda.el (org-agenda-filter-effort-default-operator): New
6287         option.
6289 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
6291         * org.el (org-add-log-setup): Bugfix; code to find insertion point
6292         after drawers was skipping ahead one line too many, so notes were
6293         inserted after the first note instead of before it.
6295 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
6297         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6298         New variables.
6299         (org-prepare-agenda): Reset the filter tags.
6300         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6301         Show filter tags in mode line.
6303         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6304         formatter.
6306         * org-export-latex.el (org-latex-entities-regexp): New constant.
6307         (org-export-as-pdf): Use two calls to `shell-command'.
6309 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
6311         * org-export-latex.el (org-export-latex-treat-sub-super-char):
6312         Honor the {} value of the subsuperscript setting.  Make sure that
6313         longer subsuperscripts are typeset in a roman font.
6315         * org.el (org-clock-update-time-maybe): Compute negative clock
6316         intervals correctly.
6318 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
6320         * org.el (org-add-log-setup): Respect
6321         `org-log-state-notes-insert-after-drawers'.
6322         (org-log-state-notes-insert-after-drawers): New option.
6323         (org-todo-trigger-tag-changes): New function.
6324         (org-todo): Call `org-todo-trigger-tag-changes'.
6326 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
6328         * org.el (org-add-log-setup): Only skip drawers if the are
6329         immediately after the scheduling keywords.
6331         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6332         function
6333         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6334         call it with the current todo state to get the state to switch to
6335         when clocking in.
6336         (org-clock-in): Use org-indent-line-function to indent clock lines.
6337         (org-clock-find-position): Fix indentation of empty clock drawers.
6339 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
6341         * org-publish.el (org-publish-org-to): Handle case when
6342         org-export-to-pdf does return a file name, not a buffer.
6343         (org-publish-org-to-pdf): New function.
6345         * org-export-latex.el (org-export-as-pdf)
6346         (org-export-as-pdf-and-open): New commands.
6348         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6349         forms as ranges.
6351         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6352         things in protexted regions.
6354 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
6356         * org-export-latex.el (org-export-latex-preprocess): Improve
6357         quoting of LaTeX environments.
6359 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
6361         * org.el (org-edit-fixed-width-region): Exclude final newline from
6362         picture area.
6364         * org-export-latex.el (org-export-latex-subcontent): Add labels to
6365         sections, to make internal links work.
6366         (org-export-latex-fontify-headline): Do not remove all text
6367         properties, to make sure that target properties survive this
6368         process.
6370         * org-exp.el (org-export-preprocess-string): Change sequence of
6371         modifications, to make sure links are prepared before the LaTeX
6372         conversions do happen.
6374 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
6376         * org-attach.el (org-attach-delete-all): Renamed from
6377         `org-attch-delete'.  Add a security query before deleting the
6378         entire directory.  New optional argument FORCE can overrule the
6379         security query.
6380         (org-attach-delete-one): New command.
6382 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
6384         * org-attach.el (org-attach-file-list): Fix bug with directory.
6386 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
6388         * org.el (org-apps-regexp-alist): New function.
6389         (org-file-apps): Add auto-mode to the default value.
6390         (org-open-file): Use the new structure of org-file-apps.
6392         * org-attach.el (org-attach): Support the new keys.
6393         (org-attach-method): New option.
6395 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
6397         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6398         March.
6400         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6401         of the list value o `org-use-tag-inheritance'.
6403         * org-attach.el (org-attach-auto-tag): New option.
6404         (org-attach-tag, org-attach-untag): New functions.
6405         (org-attach-attach, org-attach-new, org-attach-sync): Call
6406         `org-attach-tag'.
6407         (org-attach-delete): Call `org-attach-untag'.
6409 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
6411         * org-table.el (orgtbl-self-insert-command): Make this work for
6412         the keypad as well.
6414 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
6416         * org.el (org-add-log-setup): Limit searc for drawers to entry
6417         text, not to subtree.
6419         * org-clock.el (org-clock-heading-for-remember): New variable.
6420         (org-clock-in): Set `org-clock-heading-for-remember'.
6422 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
6424         * org-remember.el (org-remember-apply-template): Add new
6425         expansions: %k, %K for currently clocked task and a link to the
6426         currently clocked task, and %< to file notes in the currently
6427         clocked task.
6429 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
6431         * org-export-latex.el (org-export-latex-make-header): Also insert
6432         the content of the property :latex-header-extra.
6434         * org-exp.el (org-infile-export-plist): Put the content of
6435         #+LATEX_HEADER: into the property :latex-header-extra.
6437         * org-colview.el (org-columns-get-format-and-top-level): Remove
6438         resetting the marker.
6440         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6441         Remove resetting the marker.
6443         * org.el (org-entry-property-inherited-from): Improve docstring.
6444         (org-entry-get-with-inheritance): Reset marker before starting the
6445         search.
6447         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6449 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
6451         * org.el (org-entry-get-multivalued-property)
6452         (org-entry-protect-space, org-entry-restore-space): New
6453         functions.
6454         (org-file-apps-defaults-macosx): Let postscript files be opened by
6455         preview.
6456         (org-time-stamp-inactive): Call `org-time-stamp'.
6457         (org-time-stamp): New argument `inactive'.  Also edit inacive
6458         stamps. Convert time stamp type.
6459         (org-open-file): Interpret the `default' value for the `command'
6460         in `org-file-apps'.
6462         * org-id.el (org-id-int-to-b36-one-digit)
6463         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6464         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6465         b36.
6467 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
6469         * org-id.el (org-id-reverse-string): New function.
6470         (org-id-new): Use `org-id-reverse-string' to make sure the
6471         beginning chars of the ID are mutating fast.  This allows to use a
6472         directory structure to spread things better.
6473         (org-id-prefix): Changed default to nil.
6475         * org-list.el (org-move-item-down, org-move-item-up): Remember and
6476         restore the column of the cursor position.
6478         * org-remember.el (org-remember-apply-template): Remove properties
6479         from `initial'.
6481 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
6483         * org-wl.el (org-wl-open): Remove useless call to
6484         `wl-thread-open-all'.
6486         * org-remember.el (org-remember-handler): Fix bug with `bottom'
6487         location.
6489 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
6491         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6492         `org-bbdb-anniversaries'.
6494         * org.el (org-get-next-sibling, org-forward-same-level): New
6495         functions, similar to the outline versions, but invisible headings
6496         are OK.
6498 2008-09-25  Bastien Guerry  <bzg@altern.org>
6500         * org.el (org-auto-repeat-maybe): Insert a space between
6501         the timestamp's type and the timestamp itself.
6503 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
6505         * org-table.el (org-table-sum): Do not format the result with %g,
6506         it does rounding when there are too many digits.
6508         * org.el (org-map-entries): Protect the keyword-selecting variables.
6510 2008-09-23  Bastien Guerry  <bzg@altern.org>
6512         * org-agenda.el (org-agenda-to-appt): Make sure the function check
6513         against all agenda files.
6515 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
6517         * org-list.el: New file, aggregating list functions from org.el
6518         and org-export-latex.el.
6520         * org.el (org-edit-src-region-extra): New option.
6522 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
6524         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6525         time before 1am.
6527 2008-09-22  Bastien Guerry  <bzg@altern.org>
6529         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6531 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
6533         * org-plot.el (org-plot/gnuplot): Make tables starting with a
6534         hline work correctly.
6535         (org-plot/gnuplot-script): Put commas at the end of each script
6536         line.
6538 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
6540         * org.el (org-get-refile-targets): Replace links with their
6541         descriptions
6542         (org-imenu-get-tree): Replace links with their descriptions.
6544         * org-remember.el (org-remember-apply-template): Add a new
6545         expansion for adding properties to remember items.
6547         * org.el (org-add-log-setup): Skip over drawers (properties,
6548         clocks etc) when adding notes.
6550         * org-agenda.el (org-agenda-get-closed): show durations of clocked
6551         items as well as the start and end times.
6553         * org-compat.el (org-get-x-clipboard-compat): Add a compat
6554         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6556         * org-remember.el (org-get-x-clipboard): Use the compat
6557         function to get clipboard values when x-selection-value is
6558         unavailable. Use substring-no-properties instead of
6559         set-text-properties to remove text properties from the clipboard
6560         value.
6562         * lisp/org-clock.el (org-update-mode-line): Support limiting the
6563         modeline clock string, and display the full todo value in the
6564         tooltip. Set a local keymap so mouse-3 on the clock string goes to
6565         the currently clocked task.
6566         (org-clock-string-limit): Add a custom value for the maximum
6567         length of the clock string in the modeline.
6568         (org-clock-mode-map): Add a keymap for the modeline string
6570 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
6572         * org-compat.el (org-propertize): New function.
6574 2008-09-20  Bastien Guerry  <bzg@altern.org>
6576         * org-export-latex.el (org-export-latex-tables): protect exported
6577         tables from further special chars conversion.
6578         (org-export-latex-preprocess): Preserve LaTeX environments.
6579         (org-list-parse-list): Parse descriptive lists.
6580         (org-list-to-generic, org-list-to-latex, org-list-to-html)
6581         (org-list-to-texinfo): Export descriptive lists.
6582         (org-quote-chars): Remove.
6583         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6584         (org-export-latex-list-beginning-re): Rename to
6585         `org-list-beginning-re'
6586         (org-list-item-begin): Rename to `org-list-item-beginning'
6588 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
6590         * org.el (org-refile): Allow refiling to the last entry in the
6591         buffer.
6592         (org-get-tags-at): Fix bug when inheritance is turned off.
6594 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
6596         * org.el (org-indent-line-function): No longer check for src
6597         regions, this is too much overhead.
6599         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6600         matching.
6602         * org.el (org-scan-tags): Make sure that tags matching is not case
6603         sensitive.  TODO keyword matching is case sensitive, however, to
6604         avoid confusion with similar words that are not meant to be
6605         keywords.
6607 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
6609         * org.el (org-get-local-tags-at): New function.
6610         (org-get-local-tags): New function.
6612         * org-exp.el (org-export-get-categories): New function.
6614         * org-agenda.el (org-sorting-choice)
6615         (org-agenda-sorting-strategy, org-agenda-get-todos)
6616         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6617         (org-agenda-get-scheduled, org-agenda-get-blocks)
6618         (org-entries-lessp): Implement sorting by TODO state.
6619         (org-cmp-todo-state): New defsubst.
6621         * org-colview.el (org-colview-construct-allowed-dates): New
6622         function.
6623         (org-columns-next-allowed-value): Use
6624         `org-colview-construct-allowed-dates'.
6626         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6627         function.
6628         (org-columns-next-allowed-value): Use
6629         `org-colview-construct-allowed-dates'.
6631 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
6633         * org.el (org-protect-slash): New function.
6634         (org-get-refile-targets): Use `org-protect-slash'.
6636         * org-agenda.el (org-global-tags-completion-table): New variable.
6638         * org-exp.el (org-export-handle-export-tags): New function.
6639         (org-export-preprocess-string): Call
6640         `org-export-handle-export-tags'.
6642         * org-plot.el: New file.
6644         * org-publish.el (org-publish-expand-components): Function removed.
6645         (org-publish-expand-projects): Allow components to have components.
6647 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
6649         * org.el (org-indent-line-function): Do not indent in regions that
6650         are external source code.
6651         (org-yank-and-fold-if-subtree): New function.
6653         * org-agenda.el (org-agenda-todayp): New function.
6654         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6655         `org-agenda-todayp'.
6657         * org.el (org-insert-heading-respect-content)
6658         (org-insert-todo-heading-respect-content): New commands.
6659         (org-insert-heading-respect-content): New option.
6660         (org-insert-heading): Respect `org-insert-heading-respect-content'.
6662         * org-clock.el (org-clock-find-position): Make sure the note after
6663         the clock line gets moved into the new clock drawer.
6665 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
6667         * org-id.el (org-id-new): New option.
6669 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
6671         * org-table.el (org-table-copy-down): Avoid overflow during
6672         increment.  Use prefix argument 0 to temporarily disable the
6673         increment.
6675 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
6677         * org-exp.el (org-export-as-html): Do not turn on the major mode
6678         if the buffer will be killed anyway.
6679         (org-get-current-options): Exclude the #+TEXT field.
6680         (org-export-as-html): Make sure text before the first headline is
6681         a paragraph.
6683         * org-publish.el (org-publish-org-to): Tell the exporter that this
6684         buffer will be killed, so it is not necessary to do major mode
6685         initialization.
6687         * org-archive.el (org-archive-to-archive-sibling): Show empty
6688         lines after folding the archive sibling.
6690         * org.el (org-log-note-extra): New variable.
6692 2008-09-05  Bastien Guerry  <bzg@altern.org>
6694         * org.el (org-additional-option-like-keywords): Added keywords for
6695         the _QUOTE, _VERSE and _SRC environments.
6697         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6698         exporting _QUOTE and _VERSE environments.
6700 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
6702         * org-agenda.el (org-agenda-filter-by-tag): New command.
6704         * org-exp.el (org-get-current-options): Remove angular brackets
6705         from the date entry.
6707         * org.el (org-edit-fixed-width-region): New function.
6708         (org-edit-fixed-width-region): Also try
6709         `org-edit-fixed-width-region'.
6710         (org-edit-fixed-width-region-mode): New option.
6711         (org-activate-code): Only interprete lines starting with colon
6712         plus a space as example lines.
6714         * org-remember.el (org-remember-templates): Add nil instead of
6715         empty strings to fix the length of remember templates.
6717         * org-table.el (org-calc-default-modes): Fix the time format for
6718         calc, from 12 hour to 24 hour clock.
6720 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
6722         * org-agenda.el (org-agenda-get-deadlines)
6723         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6724         entries that are pre-warnings of deadlines or reminders.
6726         * org.el (org-sort-entries-or-items): Make numeric and alpha
6727         comparisons ignore any TODO keyword and priority cookie.
6729         * org-remember.el (org-remember-handler): Reinterpretation of the
6730         prefix argument.
6732 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
6734         * org-agenda.el (org-agenda-get-scheduled): Use new
6735         `org-scheduled' face.
6737         * org-faces.el (org-scheduled): New face.
6739         * org-wl.el (org-wl-open): Remove incorrect declaration.
6741         * org-gnus.el (org-gnus-store-link): Support for :to information
6742         in gnus links.
6744         * org-exp.el (org-export-as-html): Fixed typo in creator
6745         information.
6746         (org-export-protect-examples): New parameter indent.  Insert extra
6747         spaces only when this parameter is specified.
6748         (org-export-preprocess-string): Call `org-export-protect-examples'
6749         with an indentation parameter when exporting to ASCII.
6751         * org-remember.el (org-remember-templates)
6752         (org-remember-apply-template): Allow the file component to be a
6753         function.
6755         * org.el (org-goto-local-search-headings): Renamed from
6756         `org-goto-local-search-forward-headings'.  Added the possibility
6757         to search backwards.
6759 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
6761         * org-export-latex.el (org-export-latex): New customization
6762         group.
6764         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6766 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
6768         * org-exp.el (org-html-do-expand): Allow {} to terminate
6769         tex macro
6771 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
6773         * org.el (org-buffer-list): Select buffers based on major mode,
6774         not on file name.
6776 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
6778         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6779         face property.
6781         * org-colview.el (org-columns-display-here): Use
6782         `org-columns-modify-value-for-display-function'.
6784         * org-colview-xemacs.el (org-columns-display-here): Use
6785         `org-columns-modify-value-for-display-function'.
6787 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6789         * org.el (org-columns-modify-value-for-display-function): New option.
6801         * org-publish.el (org-publish-file): Make sure the directory match
6802         for the publishing directory works correctly.
6804         * org-agenda.el (org-agenda-execute-calendar-command)
6805         (org-agenda-diary-entry): Additional optional argument.
6807 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6809         * org-exp.el (org-export-as-html): Add attributes also in mailto
6810         and ftp links.
6812         * org.el (org-autoload): Add `org-dblock-write:columnview'.
6821 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
6823         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6824         sure that calls from `org-export-region-as-html' do not do the
6825         special check for a subtree.
6827 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
6829         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6831 2008-07-20  Juri Linkov  <juri@jurta.org>
6833         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6834         new keymap `narrow-map' instead of binding "\C-xns".
6836 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
6838         * org.el (org-open-file): Use
6839         `org-open-directory-means-index-dot-org'.
6840         (org-open-directory-means-index-dot-org): New option.
6842 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
6844         * org.el (org-make-link-string): Remove link attributes from
6845         description.
6846         (org-open-at-point): Remove link attributes bevore using the path.
6848         * org-exp.el (org-export-as-html): Handle link attributes.
6850         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6852         * org-table.el (org-table-to-lisp): New function.
6854         * org.el (org-narrow-to-subtree): Do not include the final newline
6855         into the narrowed region.
6857         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6858         bug with user-define skipping condition.
6860 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
6862         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6864 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
6866         * org-exp.el (org-export-html-style-default): Automatic overflow
6867         handling for pre fields.
6868         (org-export-as-ascii, org-export-as-html): Change default format
6869         for time stamp.
6871         * org-table.el (org-table-export): Offer completion for translator
6872         functions, and do not require a heading above the table.
6874         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6875         Cater for the case of a list starting in the first line of the
6876         buffer.
6878 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
6880         * org-publish.el (org-publish-find-title): Bug fix.
6881         (org-publish-org-index): Implement new :index-style option.
6883 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
6885         * org-publish.el (org-publish-timestamp-filename): Use
6886         SHA1-encoded file names in the timestamp directory.
6888 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
6890         * org-publish.el (org-publish-needed-p): Be verbose about files
6891         published and files skipped.
6893         * org-exp.el (org-export-preprocess-string): Swap link
6894         normalization and inernal link targeting.
6896         * org-publish.el (org-publish-needed-p): Create timestamp
6897         directory when it does not exist.
6899 2008-07-04  Bastien Guerry  <bzg@altern.org>
6901         * org-clock.el (org-clock-out-when-done): Doc fix.
6903         * org.el (org-agenda-skip-unavailable-files): Doc fix.
6905         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6906         Ignore case when searching for the COMMENT cookie at export time.
6908 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
6910         * org-exp.el (org-get-file-contents)
6911         (org-get-and-remove-property): New functions.
6912         (org-export-handle-include-files): Handle the new prefix options.
6913         (org-export-as-html): Fix the verse environment.
6915 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
6917         * org.el (org-time=, org-time<, org-time<=, org-time>)
6918         (org-time>=, org-time<>, org-2ft): New functions.
6919         (org-op-to-function): Also provide for the time testing fucntions.
6921 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
6923         * org-exp.el (org-export-html-style-default): New constant.
6925 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
6927         * org-exp.el (org-export-html-style-extra): New variable.
6928         (org-export-splice-style): New function.
6930 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6932         * org-exp.el (org-export-plist-vars, org-export-as-html):
6933         Implement `org-export-creator-info'.
6934         (org-export-creator-info): New option.
6936 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6938         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6939         (org-property-drawer-re, org-clock-drawer-re): New constants.
6941 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6943         * org-exp.el (org-icalendar-use-deadline)
6944         (org-icalendar-use-scheduled): New options.
6945         (org-icalendar-include-todo): Default changed to t.
6946         (org-print-icalendar-entries): Implement better utilization of
6947         scheduling and deadline time stamps.
6948         (org-export-target-internal-links, org-export-as-html): Allow file
6949         lines without the "file:" prefix if the file path is an absolute
6950         path or starts with ".".
6952         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6953         lastweek etc.
6954         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6956 2008-06-18  Glenn Morris  <rgm@gnu.org>
6957         * org.el (org-map-entries): Let-bind `file'.
6959 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6961         * org.el (org-agenda-skip-archived-trees): Docstring now
6962         discourages using this.
6963         (org-scan-tags): Check for org-agenda-archives-mode.
6964         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6965         (org-agenda-files): Functionality of second arg changed.
6967         * org-agenda.el (org-agenda-archives-mode): New variable
6968         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6969         (org-search-view, org-todo-list, org-tags-view)
6970         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6971         `ifmode' argument.
6972         (org-agenda-quit): Reset the archives mode.
6973         (org-agenda-archives-mode): New command.
6974         (org-agenda-set-mode-name): Include archives info.
6976 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6978         * org.el (org-paste-subtree): Make sure the yanked headline is
6979         visible if it was yanked at a visible point.
6980         (org-move-item-up): Fix the bug with moving white space at the end
6981         of the item.
6982         (org-show-empty-lines-in-parent): New function.
6984 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6986         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6988         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6990         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6991         agenda prefix as well.
6993         * org-publish.el (org-publish-org-index): Make a properly indented
6994         list.
6996         * org.el (org-calendar-agenda-action-key): New option.
6997         (org-get-cursor-date): New function.
6998         (org-mark-entry-for-agenda-action): New command.
6999         (org-overriding-default-time): New variable.
7000         (org-read-date): Respect `org-overriding-default-time'.
7002         * org-remember.el (org-remember-apply-template): Respect the
7003         ovverriding default time.
7005         * org-agenda.el (org-agenda-action-marker): New variable.
7006         (org-agenda-action): New command.
7007         (org-agenda-do-action): New function.
7009 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7011         * org.el (org-schedule, org-deadline): Protect scheduled and
7012         deadline tasks against changes that accidently remove the
7013         repeater.  Also show a message with the new date when done.
7015 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7017         * org.el (org-beginning-of-line): Cater for the case when there
7018         are tags but no headline text.
7019         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
7020         it set.
7022 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
7024         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
7025         the return value is nil instead of "nil" when there is no match.
7027         * org-exp.el (org-insert-centered): Use fill-column instead of
7028         80.
7029         (org-export-as-ascii): Use string-width to measure the width of
7030         the heading.
7032         * org.el (org-diary-to-ical-string): No longer kill buffer
7033         FROMBUF, this is now done by the caller.
7035         * org-exp.el (org-print-icalendar-entries): Move the call to
7036         `org-diary-to-ical-string' out of the loop, and kill the buffer
7037         afterwords.
7039         * org-remember.el (org-remember-visit-immediately): Position
7040         cursor after moving to the note.
7041         (org-remember-apply-template): Use a text property to record the
7042         cursor position.
7043         (org-remember-handler): Align tags after pasting the note.
7045 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
7047         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
7049         * org-agenda.el (org-agenda-open-link): If there is an
7050         org-bbdb-name property in the current line, jump to that bbdb
7051         entry.
7053         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
7054         text property, so that the agenda knows where this entry comes
7055         from.
7057         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
7058         interaction between clocking-in from the agenda, and  automatic
7059         task state switching.
7061         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
7063         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
7064         zmacs-region stays after this command in XEmacs.
7066 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
7068         * org.el (org-scan-tags): Allow new values for ACTION parameter.
7070         * org-remember.el (org-remember-templates): Fix bug in
7071         customization type definition.
7073         * org.el (org-map-entries): New function.
7075 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
7077         * org-agenda.el (org-agenda-skip-comment-trees): New option.
7078         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
7080 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
7082         * org-remember.el (org-jump-to-target-location): New variable.
7083         (org-remember-apply-template): Set
7084         `org-remember-apply-template' if requested by template.
7085         (org-remember-handler): Start an idle timer to jump to
7086         remember location.
7088         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
7090         * org.el (org-set-regexps-and-options): Fix bug with parsing of
7091         file tags.
7092         (org-get-tags-at): Add the content of `org-file-tags'.
7094         * org-exp.el (org-export-handle-comments): Fix bug with several
7095         comment lines after each other.
7096         (org-number-to-roman, org-number-to-counter): New functions.
7097         (org-export-section-number-format): New option.
7099 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
7101         * org-exp.el (org-export-protect-examples): Catch the case of a
7102         missing end_example line.
7104         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
7105         `org-file-tags' to nil.
7107         * org-colview.el (org-columns-next-allowed-value): Handle next
7108         argument NTH to directly select a value.
7110         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
7111         argument NTH to directly select a value.
7113 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
7115         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
7117 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
7119         * org.el (org-columns-ellipses): New option.
7121 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
7123         * org-colview.el (org-columns-add-ellipses): New function.
7124         (org-columns-compact-links): New function.
7125         (org-columns-cleanup-item): Call `org-columns-compact-links'.
7126         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
7127         when in agenda.
7128         (org-columns-edit-value): Fixed bug with editing values from
7129         agenda column view.
7130         (org-columns-redo): Also redo the agenda itself.
7132 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
7134         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
7135         option.
7137         * org-colview.el (org-agenda-columns-cleanup-item): New function.
7139         * org-exp.el (org-export-ascii-preprocess): Renamed from
7140         `org-export-ascii-clean-string'.
7141         (org-export-kill-licensed-text)
7142         (org-export-define-heading-targets)
7143         (org-export-handle-invisible-targets)
7144         (org-export-target-internal-links)
7145         (org-export-remove-or-extract-drawers)
7146         (org-export-remove-archived-trees)
7147         (org-export-protect-quoted-subtrees)
7148         (org-export-protect-verbatim, org-export-protect-examples)
7149         (org-export-select-backend-specific-text)
7150         (org-export-mark-blockquote-and-verse)
7151         (org-export-remove-comment-blocks-and-subtrees)
7152         (org-export-handle-comments, org-export-mark-radio-links)
7153         (org-export-remove-special-table-lines)
7154         (org-export-normalize-links)
7155         (org-export-concatenate-multiline-links)
7156         (org-export-concatenate-multiline-emphasis): New functions,
7157         obtained from spliiting the export preprocessor.
7159         * org-table.el (org-table-recalculate): Improve error message if
7160         the row number is invalid.
7162 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
7164         * org-archive.el (org-archive-save-context-info): Fix bugs in
7165         customization setup and docstring.
7167         * org-exp.el (org-export-html-style): Changed the size of in the
7168         <pre> element to 90%.
7170 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
7172         * org.el (org-find-src-example-start): Function removed.
7173         (org-edit-src-find-region-and-lang): New function.
7175 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
7177         * org.el (org-edit-src-exit): New function.
7178         (org-exit-edit-mode): New minor mode.
7180         * org-exp.el (org-export-preprocess-string): Fix bug with removing
7181         comment-like lines from protected examples.
7183         * org.el (org-edit-src-example, org-find-src-example-start)
7184         (org-protect-source-example, org-edit-special): New functions.
7186 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
7188         * org-publish.el (org-publish-project-alist): Fix typo in
7189         docstring.
7190         (org-publish-project-alist): Handle :index-title property.
7192 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
7194         * org-export-latex.el (org-export-as-latex): Make sure region
7195         bounds are correct.  Parse subtree properties relating to export.
7197         * org-exp.el (org-export-add-options-to-plist): New function.
7198         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
7200 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
7202         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
7203         EXPORT_TITLE.
7205         * org-exp.el (org-export-get-title-from-subtree)
7206         (org-export-as-ascii, org-export-as-html): Make sure the original
7207         region-beginning and region-end are used, even after moving
7208         point.
7209         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
7210         property.
7212         * org-remember.el (org-remember-last-stored-marker): New variable.
7213         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
7214         (org-remember-handler): Also use marker to remember
7215         last-stored position.
7217         * org.el (org-goto-marker-or-bmk): New function.
7219 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
7221         * org.el (org-file-properties): Renamed from `org-local-properties'.
7222         (org-scan-tags): Take file tags into account.
7223         (org-tags-match-list-sublevels): Default changed to t.
7225         * org-exp.el (org-export-as-html): Close paragraph after a
7226         footnote.
7228         * org.el (org-update-parent-todo-statistics): New function.
7230         * org-exp.el (org-icalendar-store-UID): New option.
7231         (org-icalendar-force-UID): Option removed.
7232         (org-print-icalendar-entries): IMplement UIDs.
7234 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
7236         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7238 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
7240         * org-faces.el (org-column): Document how this face is being used
7241         and why sometimes the background faces shine through.
7243         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7245         * org-publish.el (org-publish-attachment): Create publishing
7246         directory if it does not yet exist.
7248         * org-table.el (org-calc-default-modes): Change default number
7249         format to (float 8).
7251         * org.el (org-olpath-completing-read): New function.
7252         (org-time-clocksum-format): New option.
7253         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7255         * org-clock.el (org-clock-display, org-clock-out)
7256         (org-update-mode-line): Use `org-time-clocksum-format'.
7258         * org-colview-xemacs.el (org-columns-number-to-string): Use
7259         `org-time-clocksum-format'.
7261         * org-colview.el (org-columns-number-to-string): Use
7262         `org-time-clocksum-format'.
7264 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
7266         * org-id.el: New file, move from contrib to core.
7268         * org-exp.el (org-icalendar-force-UID): New option.
7270 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7272         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7273         shifted by one day if theere is a date range without an end
7274         time.
7276         * org.el (org-try-structure-completion): New function.
7278 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
7280         * org.el (org-set-font-lock-defaults): Improve fontification of
7281         description lists.
7282         (org-insert-item): Handle description lists.
7283         (org-adaptive-fill-function): Improve auto indentation in
7284         description lists.
7286         * org-exp.el (org-export-as-html, org-export-preprocess-string):
7287         Implement VERSE environment.
7288         (org-export-preprocess-string): Implement the COMMENT
7289         environment.
7291         * org-export-latex.el (org-export-latex-preprocess): Implement
7292         VERSE environment.
7294 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
7296         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7297         option.
7299 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
7301         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7303         * org.el (org-quote-csv-field): New functions.
7305         * org-table.el (org-table-export-default-format): Remove :splice
7306         from default format, we get the same effect by not specifying
7307         :tstart and :tend.
7308         (org-table-export): Improve setup, distinguish better between
7309         interactive and non-interactive use, allow specifying the format
7310         on the fly, better protection against wrong file names.
7311         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
7312         and :tend when :splice is omitted.
7314 2008-05-09  Bernt Hansen  <bernt@norang.ca>
7316         * org-clock.el (org-clock-select-task): Make sure the selection
7317         letters are 1-9 and A-Z, no special characters.
7319 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
7321         * org-exp.el (org-export-htmlize): New group.
7322         (org-export-htmlize-output-type)
7323         (org-export-htmlize-css-font-prefix): New options.
7324         (org-export-htmlize-region-for-paste): New function.
7325         (org-export-htmlize-generate-css): New command.
7327 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7329         * org/org.el (org-modules, org-format-latex-options):
7330         * org/org-archive.el (org-archive-stamp-time)
7331         (org-archive-save-context-info):
7332         * org/org-faces.el (org-hide):
7333         * org/org-irc.el (org-irc-parse-link):
7334         * org/org-macs.el (org-call-with-arg, org-autoload):
7335         * org/org-mew.el (org-mew-store-link):
7336         * org/org-remember.el (org-remember-store-without-prompt)
7337         (org-remember-templates): Fix typos in docstrings.
7339         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7341         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7342         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7343         (org-bbdb-anniv-split): Fix typos in docstrings.
7345         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7346         (org-publish-use-timestamps-flag): Reflow docstring.
7347         (org-publish-files-alist): Fix typos in docstring.
7349 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7351         * org.el (org-set-visibility-according-to-property): New function.
7352         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7353         and compute the regular expressions, and update font-lock.
7354         (org-property-re): Allow a dash in property names.
7356         * org-archive.el (org-extract-archive-file): Insert the file name
7357         without the path into the format, to allow the location format to
7358         contain a subdirectory.
7360         * org-agenda.el (org-agenda-post-command-hook): If point is at end
7361         of buffer, and the `org-agenda-type' property undefined, use the
7362         value from the character before.
7364         * org.el (org-add-planning-info): Don't let indentation for
7365         would-be timestamp become extra whitespace at the end of headline.
7367 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
7369         * org.el (org-remove-double-quotes, org-file-contents): New
7370         functions.
7372         * org-exp.el (org-infile-export-plist): Also parse the
7373         contents of #+SETUPFILE files, recursively.
7375         * org.el (org-set-regexps-and-options): Also parse the
7376         contents of #+SETUPFILE files, recursively.
7378         * org-exp.el (org-export-handle-include-files): New function.
7379         (org-export-preprocess-string): Call
7380         `org-export-handle-include-files'.
7382         * org.el (org-delete-property-globally)
7383         (org-delete-property, org-set-property): Ignore case during
7384         completion.
7385         (org-set-property): Use `org-completing-read' instead of
7386         `completing-read'.
7388         * org.el (org-complete-expand-structure-template): New,
7389         experimental function.
7390         (org-structure-template-alist): New, experimental option.
7391         (org-complete): Call `org-complete-expand-structure-template'.
7393 2008-05-06  Bastien Guerry  <bzg@altern.org>
7395         * org-export-latex.el (org-export-latex-preprocess): Added
7396         support for blockquotes.
7398 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
7400         * org.el (org-read-date-analyze): Catch the case where only a
7401         weekday is given.
7403 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
7405         * org.el (org-set-font-lock-defaults): Make the description
7406         tag bold.
7408         * org-exp.el (org-export-as-html, org-close-li): Implement
7409         description lists.
7411 2008-05-04  Jason Riedy  <jason@acm.org>
7413         * org-table.el (*orgtbl-default-fmt*): New variable.
7414         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7415         when there is no other fmt available.
7417         (orgtbl-to-generic): Allow an explicitly nil :tstart or
7418         :tend to suppress the appropriate string.
7420         (orgtbl-to-orgtbl): New function for translating to another orgtbl
7421         table.
7423 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
7425         * org.el (org-read-date-analyze): "." as an alias for "+0" in
7426         read date.
7428         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7429         New function.
7431         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7432         New function.
7434 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
7436         * org-clock.el (org-clock-find-position): Don't include notes
7437         into clock drawer.
7439         * org-archive.el (org-archive-subtree): No longer remove an
7440         extra line after cutting the subtree.  `org-cut-subtree' already
7441         takes care of this.
7443         * org-remember.el (org-remember-handler): Only kill the target
7444         buffer if it does not contain the running clock.
7446         * org.el (org-markers-to-move): New variable.
7447         (org-save-markers-in-region, org-check-and-save-marker)
7448         (org-reinstall-markers-in-region): New function.
7449         (org-move-subtree-down, org-copy-subtree): Remember relative
7450         marker positions before cutting.
7451         (org-move-subtree-down, org-paste-subtree): Restore relative
7452         marker positions after pasting.
7454         * org-remember.el (org-remember-clock-out-on-exit): New option.
7455         (org-remember-finalize): Clock out only if the setting in
7456         `org-remember-clock-out-on-exit' requires it.
7457         (org-remember-handler): Do the cleanup in the buffer, to make sure
7458         that the clock marker remains in tact.
7460 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
7462         * org-clock.el (org-clock-goto): Widen buffer if necessary.
7463         (org-clock-in): Make sure that also tasks outside the narrowed
7464         region will be clocked in correctly.
7465         (org-clock-insert-selection-line): Widen the buffer so that we can
7466         find the correct task heading.
7468         * org.el (org-base-buffer): New function.
7470         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7471         and ";" are escaped.
7472         (org-print-icalendar-entries): Also apply
7473         `org-icalendar-cleanup-string' to the headline, not only to the
7474         summary property.
7476 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
7478         * org-exp.el (org-export-preprocess-hook): New hook.
7479         (org-export-preprocess-string): Call
7480         `org-export-preprocess-hook'.
7482         * org.el (org-font-lock-hook): New variable.
7483         (org-font-lock-hook): New function.
7484         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7486 ;; Local Variables:
7487 ;; coding: utf-8
7488 ;; add-log-time-zone-rule: t
7489 ;; End:
7491     Copyright (C) 2008  Free Software Foundation, Inc.
7493   This file is part of GNU Emacs.
7495   GNU Emacs is free software: you can redistribute it and/or modify
7496   it under the terms of the GNU General Public License as published by
7497   the Free Software Foundation, either version 3 of the License, or
7498   (at your option) any later version.
7500   GNU Emacs is distributed in the hope that it will be useful,
7501   but WITHOUT ANY WARRANTY; without even the implied warranty of
7502   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7503   GNU General Public License for more details.
7505   You should have received a copy of the GNU General Public License
7506   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7508 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c