1 2009-11-06 Carsten Dominik <carsten.dominik@gmail.com>
3 * org-clock.el (org-show-notification): Handle messages that
4 contain a percent character.
6 * org-remember.el (org-remember-apply-template): Turn of partial
9 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
10 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
12 * org.el (org-indent-mode): Define variable already in org.el.
13 (org-unfontify-region): Remove line-prefix and wrap-prefix
14 properties only if org-indent-mode is active.
16 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
18 * org-icalendar.el (org-print-icalendar-entries): Save match data
19 around call to verify function.
20 (org-print-icalendar-entries): Add a call to the verification
23 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
24 save-restrivtion' form.
26 2009-11-05 Dan Davison <davison@stats.ox.ac.uk>
28 * org-exp.el (org-export-format-source-code-or-example): restrict
29 scope of preserve-indentp to the let binding.
30 (org-src): require org-src, since org-src-preserve-indentation is used.
32 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
34 * org-timer.el (org-timer-set-timer): Set variables
35 org-timer-timer[123] correctly.
38 * org-mobile.el (org-mobile-files-alist): Make it work when
39 `agenda-archives' is included in
40 `org-agenda-text-search-extra-files'.
41 (org-mobile-push): Restore agenda after mobile push.
43 2009-11-05 John Wiegley <jwiegley@gmail.com>
45 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
46 way the amount of idle time is presented in the minibuffer.
48 2009-11-05 Carsten Dominik <carsten.dominik@gmail.com>
50 * org-icalendar.el (org-print-icalendar-entries): Use
51 org-icalendar-verify-function only if non-nil.
53 * org.el (org-refile): Refile to clock only if the prefix arg is
55 (org-sparse-tree): Fix docstring to be in line with prompt.
56 (org-update-parent-todo-statistics): Call
57 `org-after-todo-statistics-hook' on each level.
59 2009-11-04 Carsten Dominik <carsten.dominik@gmail.com>
61 * org-remember.el (org-remember-apply-template): Make sure the
64 2009-11-03 Carsten Dominik <carsten.dominik@gmail.com>
66 * org.el (org-tab-ind-state): New variable.
67 (org-cycle-level): New function.
68 (org-cycle-level-after-item/entry-creation): New option.
69 (org-flag-subtree): New function.
70 (org-hide-archived-subtrees): Call `org-flag-subtree'.
71 (org-set-effort): Indexed access.
73 * org-list.el (org-cycle-item-indentation): New function.
75 * org.el (org-refile): Make prefix argument 2 refile to current
77 (org-priority): Interpret action `remove' as call to remove the
80 * org-remember.el (org-remember-apply-template): Don't depend on
81 buffer name being like file name.
83 2009-11-02 Carsten Dominik <carsten.dominik@gmail.com>
85 * org-clock.el (org-clock-play-sound): Expand file in
86 org-clock-sound, to allow ~ for home.
88 * org-remember.el (org-remember-handler): Set
89 text-before-node-creation even if this already looks like a node,
90 because the string might be needed on non-org-mode target files.
92 * org-agenda.el (org-agenda-open-link): Make this work in agenda
94 (org-agenda-switch-to): Follow a link at point if
95 org-return-follows-link' is set and there is nothing else to do in
98 2009-11-02 James TD Smith <ahktenzero@mohorovi.cc>
100 * org-colview-xemacs.el: Add in changes from org-colview.el
102 2009-11-01 Dan Davison <davison@stats.ox.ac.uk>
104 * org-exp-blocks.el: Modify split separator regexp to avoid empty
107 2009-11-01 James TD Smith <ahktenzero@mohorovi.cc>
109 * org-colview.el (org-columns-new): Make this work with the new
111 (org-columns-store-format): Make this work with the new operators.
113 2009-11-01 Carsten Dominik <carsten.dominik@gmail.com>
115 * org-src.el (org-src-preserve-indentation): Document that this
116 variable is also used during export.
118 * org-exp.el (org-export-format-source-code-or-example): Preserve
119 indentation if a block has a -i option, or if
120 `org-src-preserve-indentation' is set.
122 * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
123 indentation if a block has a -i option, or if
124 `org-src-preserve-indentation' is set.
126 2009-10-31 Carsten Dominik <carsten.dominik@gmail.com>
128 * org.el (org-mode-map): Define the new archiving keys.
129 (org-speed-commands-default): Define an archiving key in the speed
131 (org-org-menu): Improve the menu structure concerning archiving.
133 * org-archive.el (org-archive-subtree-default-with-confirmation):
136 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
137 (org-agenda-menu): Add the new archiving commands to the menu.
138 (org-agenda-archive-default)
139 (org-agenda-archive-default-with-confirmation): New commands.
140 (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
141 call `org-agenda-archive-with'.
142 (org-agenda-archive-with): New function.
144 * org-table.el (org-table-convert-region): Inert spaces around "|"
145 to avoid line beginnings like "|-1" which will be mistaken as
148 2009-10-30 Carsten Dominik <carsten.dominik@gmail.com>
150 * org.el (org-offer-links-in-entry): Return nil if there are no
151 links, t if a link has been selected.
152 (org-open-at-point): Open attachment directory when called in the
153 headline and there are no links in the entry body.
154 (org-speed-commands-default): Add "o" for open-at-point as a speed
157 * org-attach.el (org-attach-reveal): Optional prefix arg
158 IF-EXISTS, which avoids creating the attachment directory if it
161 * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
164 2009-10-29 Carsten Dominik <carsten.dominik@gmail.com>
166 * org.el ("abbrev"): Work with abbrev tables only after they have
169 * org-list.el (org-list-send-list): Fix bug related to match
172 * org-latex.el (org-export-latex-fontify): Apply verbatim
174 (org-export-latex-make-header): Insert \obeylines if line breaks
177 * org-exp.el (org-export-protect-verbatim): Add an
178 `org-verbatim-emph' property to such text.
180 2009-10-28 Carsten Dominik <carsten.dominik@gmail.com>
182 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
183 (org-print-icalendar-entries): Skip entries where the timestamp is
184 not a deadline and not scheduled, if the user requests that.
186 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
187 before an opening quote.
189 * org-archive.el (org-archive-subtree): Keep archive after
192 * org-id.el (org-id-update-id-locations): Add archive files if
193 that is required by `org-id-extra-files'.
195 2009-10-27 Carsten Dominik <carsten.dominik@gmail.com>
197 * org-src.el (org-src-window-setup): New option.
198 (org-src-switch-to-buffer): New function.
199 (org-edit-src-exit): Add optional argument CONTEXT and use it to
200 restore window configuration.
201 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
202 Call `org-src-switch-to-buffer'.
204 * org.el (org-default-properties): Add STYLE property.
205 (org-files-list): Use the function call to get the files.
206 (org-additional-option-like-keywords): Add SETUPFILE to completion
209 2009-10-26 Carsten Dominik <carsten.dominik@gmail.com>
211 * org-table.el (org-table-convert-region): Correctly interpret
212 quoting in csv import.
214 * org.el (org-icompleting-read): Make iswitchb completion work
215 with lists and tables.
217 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
218 while pushing the mobile agenda.
220 2009-10-25 John Wiegley <jwiegley@gmail.com>
223 (org-clock-auto-clock-resolution): Now takes three values: nil, t
224 and `when-no-clock-is-running'.
225 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
226 whether or not to resolve Org buffers on clock in.
228 2009-10-25 James TD Smith <ahktenzero@mohorovi.cc>
230 * org-colview.el (org-format-time-period): Function to format
231 times in fractional days for display.
232 (org-columns-display-here): Add support for showing a calculated
233 value in place of the property.
234 (org-columns): Set `org-columns-time' to the current time so time
235 difference calculations will work.
236 (org-columns-time): Use to store the current time when column view
237 is displayed, so all time differences will use the same reference
239 (org-columns-compile-map): There is now an extra position in each
240 entry specifying the function to use to calculate the displayed
241 value for the non-calculated properties in the column,
242 (org-columns-compute-all): Set `org-columns-time' to the current
243 time so time difference calculations will work.
244 (org-columns-compute): Handle column operators where the values
245 used are calculated from the underlying property.
246 (org-columns-number-to-string): Handle the 'age' column format
247 (org-columns-string-to-number): Correct the function name (was
248 org-column...). Add support for the 'age' column format.
249 (org-columns-compile-format): Support the additional parameter in
250 org-columns-compile-map.
252 2009-10-26 Bastien Guerry <bzg@altern.org>
254 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
257 2009-10-25 Carsten Dominik <carsten.dominik@gmail.com>
259 * org-clock.el (org-clock-has-been-used): New variable.
260 (org-clock-in): Set `org-clock-has-been-used'.
261 (org-clock-save): Save only if clock data has been used or created
264 2009-10-24 Carsten Dominik <carsten.dominik@gmail.com>
266 * org-clock.el (org-clock-persist): New value, to store only the
268 (org-clock-save): Don't save the clock if only the history should
270 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
271 when restoring a saved clock.
273 2009-10-24 John Wiegley <jwiegley@gmail.com>
275 * org-clock.el (org-clock-display, org-clock-put-overlay): Use
276 `org-time-clock-use-fractional'.
278 * org.el (org-time-clocksum-use-fractional)
279 (org-time-clocksum-fractional-format): Two new customizable
280 variables which allow the user to select fractional times (1.25
281 instead of 1:25) in the `org-clock-display' report.
283 2009-10-23 John Wiegley <jwiegley@gmail.com>
285 * org-habit.el (org-habit-build-graph): None of the arguments
287 (org-habit-parse-todo, org-habit-deadline)
288 (org-habit-get-priority, org-habit-get-faces)
289 (org-habit-build-graph): Further simplifications by storing all
290 past, scheduled and deadline dates as a number of days past the
291 epoch, and not as times.
293 * org-habit.el (org-habit-warning-face)
294 (org-habit-warning-future-face): Removed because these are no
296 (org-habit-deadline, org-habit-deadline-repeat): Now always
297 returns a date; computed if there was a scheduled repeater but no
299 (org-habit-get-priority): Further improvements to the priority
300 algorithm. In particular, items past due should always appear
301 before items due or not yet due.
302 (org-habit-get-faces): Greatly simplified the logic, now that
303 `org-habit-deadline' always returns a valid time.
305 2009-10-23 Carsten Dominik <carsten.dominik@gmail.com>
307 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
310 * org.el (org-tag-alist): Fix customization type.
312 2009-10-22 Carsten Dominik <carsten.dominik@gmail.com>
314 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
315 Make sure the regexp search can fail without throwing an error.
316 (org-mobile-apply): Save the inbox buffer after removing
317 successfully applied changes.
319 2009-10-22 John Wiegley <jwiegley@gmail.com>
321 * org-habit.el (org-habit-build-graph): Fix to the graph building
322 when last DONE date is earlier than `org-habit-preceding-days'.
324 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
325 time is reported after the user comes back (but before they
328 * org.el (org-get-repeat): Change so that this function can be
329 called with either `org-scheduled-string' or
330 `org-deadline-string'.
332 * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
333 to find the scheduled date.
335 * org-clock.el (org-clock-auto-clock-resolution): Renamed
336 `org-clock-disable-clock-resolution', since negatives don't sound
337 good in customization variables.
338 (org-clock-in): Don't use the auto-resolution logic if the user is
339 clocking into a different task while an active clock is running.
340 This then allows the default behavior of clocking out of the open
341 task and then into the new task.
343 * org-habit.el (org-habit-parse-todo): Generate an error if a
344 habit has a scheduled repeat period < 1.
345 (org-habit-get-faces): Fixes to the way that colors are computed.
346 (org-habit-build-graph): The graph wasn't displaying beyond any
347 day that had two completions in it.
349 * org.el (org-modules): Made this variable more consistent, since
350 it was referring to Org, OrgMode and Org-mode, whereas the docs
351 for the variable always refer to Org-mode.
353 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
355 * org.el (org-repeat-re): The changed org-repeat-re no longer
356 matched simple +2d type repeaters. Fix it so it does.
358 2009-10-21 Carsten Dominik <carsten.dominik@gmail.com>
360 * org-latex.el (org-export-latex-preprocess): Protect the vspace
361 macro in the VERSE environment.
363 2009-10-20 John Wiegley <jwiegley@gmail.com>
365 * org-habit.el (org-habit-get-priority): A new function that
366 determines the relative priority of a habit, based on how long
367 past its scheduled date it is, and how near the deadline is.
369 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
370 using `org-habit-get-priority'.
372 * org-habit.el (org-habit-build-graph): Start displaying colors
373 from the first scheduled date, if that date is earlier than the
374 first completion date.
376 * org-habit.el: Changed all "color" variables to faces, and made
377 them appropriate for light and dark backgrounds.
379 * org-habit.el (org-habit-duration-to-days): Made this function
381 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
383 * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
384 habits, since they don't use DEADLINE anymore.
386 * org.el (org-repeat-re, org-display-custom-time)
387 (org-timestamp-change): Extended to support the new ".+N/N"
388 syntax, used for habits.
390 * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
393 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
394 modeline when habits are being displayed (if that module is being
397 2009-10-21 James TD Smith <ahktenzero@mohorovi.cc>
399 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
400 idle time using the xscreensaver extension.
401 (org-user-idle-seconds): Use X11 idle time if available.
403 2009-10-20 Carsten Dominik <carsten.dominik@gmail.com>
405 * org-agenda.el (org-agenda-next-line): New command.
406 (org-agenda-previous-line): New commands.
407 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
409 (org-agenda-follow-mode): Do the follow immediately if the mode is
411 (previous-line, next-line): Replace keys with the corresponding
413 (org-agenda-mode-map): Bind backspace and delete to the scrolling
416 * org.el (org-icompleting-read): Turn off partial completion mode
417 for the duration of this completion round.
419 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
420 macros in author lines and similar stuff.
422 * org.el (org-file-tags): Fix docstring.
423 (org-get-buffer-tags): Add the #+FILETAGS tags.
424 ("ecb"): Maks ecb show context after jumping into an Org file.
426 2009-10-20 John Wiegley <johnw@newartisans.com>
428 * org-agenda.el (org-finalize-agenda): Draw habit consistency
429 graphs after everything else in the buffer has been setup.
431 2009-10-19 Carsten Dominik <carsten.dominik@gmail.com>
433 * org-mobile.el (org-mobile-apply): Count success and failure.
435 * org.el (org-indent-line-function): Fix regexp replace problem.
437 2009-10-19 John Wiegley <johnw@newartisans.com>
439 * org-clock.el (org-clock-disable-clock-resolution): New
440 customization variable that disable automatic clock resolution on
442 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
443 not automatically resolve anything. This is does not affect
444 idle-time resolution, however, if `org-clock-idle-time' is set.
446 2009-10-19 John Wiegley <johnw@newartisans.com>
448 * org-habit.el: New file, which implements code to build a "habit
451 * org-agenda.el (org-agenda-get-deadlines)
452 (org-agenda-get-scheduled): Display consistency graphs when
453 outputting habits into the agenda. The graphs are always relative
455 (org-format-agenda-item): Added new parameter `habitp', which
456 indicates whether we are formatting a habit or not. Do not
457 display "extra" leading information if habitp is true.
459 * org.el (org-repeat-re): Improved regexp to include .+ and ++
460 leaders for repeat strings.
461 (org-get-repeat): Now takes a string parameter `tagline', so the
462 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
464 2009-10-19 John Wiegley <johnw@newartisans.com>
466 * org-agenda.el (org-agenda-auto-exclude-function): New
467 customization variable for allowing the user to create an "auto
468 exclusion" filter for doing context-aware auto tag filtering.
469 (org-agenda-filter-by-tag): Changes to support the use of
470 `org-agenda-auto-exclude-function'. See the new manual addition,.
472 2009-10-18 John Wiegley <johnw@newartisans.com>
474 * org.el (org-files-list): Don't attempt to return a file name for
475 Org buffers which have no associated file.
477 * org-agenda.el (org-agenda-do-action): Fixed a typo.
479 2009-10-18 Carsten Dominik <carsten.dominik@gmail.com>
481 * org-mobile.el (org-mobile-locate-entry): Interpret files
482 relative to org-directory.
483 (org-mobile-inbox-for-pull): Document the best location for this
485 (org-mobile-check-setup): Verify `org-directory'.
486 (org-mobile-create-index-file): Sort the files to be listed in
489 2009-10-17 James TD Smith <ahktenzero@mohorovi.cc>
491 * org.el (org-fast-tag-selection): Add a way to display a
492 description for a tag group. This is done by adding a string to
493 either the startgroup or endgroup cell.
495 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
497 * org-clock.el (org-clock-resolve, org-resolve-clocks)
498 (org-emacs-idle-seconds): Use `org-float-time' instead of
501 2009-10-17 Carsten Dominik <carsten.dominik@gmail.com>
503 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
506 * org.el (org-pre-cycle-hook): Document that `empty' can also be
507 the value of ARG when doing local cycling.
509 2009-10-17 John Wiegley <johnw@newartisans.com>
511 * org-clock.el (org-clock-resolve-clock): If keeping or
512 subtracting time results in a clock out at a time in the past, and
513 if the resolution occurred due to idleness or invoking `M-x
514 org-resolve-clocks', remember that past moment in time. On the
515 next clock in, the user will be prompted to see if they want to
516 back-date their new clock to then.
517 (org-clock-resolve): Do not jump the user to the location of a
518 dangling clock if the resolution is occuring due to an idle
519 timeout. In that case there is typically only one dangling clock,
520 the active one, and there is no value gained by shuffling their
521 windows around to show it to them. Being prompted to resolve an
522 idle clock should be as inobtrusive as possible.
523 (org-resolve-clocks-if-idle): New function that resolves only the
524 currently active clock if the user has exceeded the time returned
525 by `org-user-idle-seconds', based on the value of
526 `org-clock-idle-time'.
527 (org-clock-in): If, after resolving clocks,
528 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
530 * org-clock.el (org-clock-resolve-clock): New function that
531 resolves a clock to a specific time, closing or resuming as need
532 be, and possibly even starting a new clock.
533 (org-clock-resolve): New function used by `org-resolve-clocks'
534 that sets up for the call to `org-clock-resolve-clock'. It
535 determines the time to resolve to based on a single-character
536 selection from the user to either keep time, subtract away time or
538 (org-resolve-clocks): New user command which resolves dangling
539 clocks -- that is, open but not active -- anywhere in the file
540 list returned by `org-files-list'.
541 (org-clock-in): Automatically resolve dangling clocks whenever a
543 (org-clock-cancel): If the user cancels the solely clock in a
544 LOGBOOK, remove the empty drawer.
546 * org-clock.el (org-clock-idle-time): New user customizable option
547 for detecting whether the user has left a clock idle. Note: it is
548 only used in this commit to test whether it's worthwhile to check
549 OS X to get the Mac user's current idle time. If the Emacs idle
550 time is less than the value, the user hasn't been away long enough
551 to be worth checking (a more expensive test than just getting
553 (org-user-idle-seconds, org-mac-idle-seconds)
554 (org-emacs-idle-seconds): This three functions, in conjunction
555 with the user customization variable `org-clock-idle-time', return
556 the number of seconds (as a floating point) that the user has been
557 away from their Emacs (or, if running on OS X, their computer).
559 * org-clock.el (org-find-open-clocks): New function that returns a
560 list of all open clocks in the given FILE. Note that each clock
561 it returns is a cons cell of the format (MARKER . START-TIME).
562 This "clock" value is used by several of the new clock module
564 (org-is-active-clock): New inline function which tests whether the
565 given clock value is the same as the currently active clock.
566 Returns non-nil if this is the case.
567 (org-with-clock-position): New macro that evaluates FORMS with
568 point in the buffer and at the position of the given clock.
569 Changes to the current clock are global.
570 (org-with-clock): New macro that evaluates FORMS with point in the
571 buffer and at the position of the given clock. However, changes
572 to the current clock are local and have no effect on the user's
573 active clock. This allows, for example, far any clock to be
574 cancelled without cancelling the active clock.
575 (org-clock-clock-in): New inline function that switches the active
576 clock to the given clock. If either the argument RESUME, or the
577 global `org-clock-in-resume', are non-nil, it will resume a clock
578 that was previously left open.
579 (org-clock-clock-out): New inline function that clocks out the
580 given clock value without affecting the currently active clock.
581 (org-clock-clock-cancel): New inline function that cancels the
582 given clock value without affecting the currently active clock.
584 * org-clock.el (org-clock-in): Before creating
585 `org-clock-mode-line-timer', check to make sure an older timer is
586 not currently running.
587 (org-clock-out): Accept new third parameter `at-time', which
588 permits a clock to be clocked out at a specific time. Note that
589 no attempt is made to verify that the clock out time is later than
592 * org.el (org-files-list): New utility function for returning a
593 list of all open org-mode buffers, plus all files used to build
594 the agenda buffer. Note that not all the files will necessarily
595 be visited by a buffer at time of call.
596 (org-entry-beginning-position): Like the function
597 `line-beginning-position', this inline function returns the
598 beginning position of the current heading/entry.
599 (org-entry-end-position): Like the function `line-end-position',
600 this inline function returns the end position of the current
603 2009-10-16 Carsten Dominik <carsten.dominik@gmail.com>
605 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
608 2009-10-15 Carsten Dominik <carsten.dominik@gmail.com>
610 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
612 2009-10-14 Carsten Dominik <carsten.dominik@gmail.com>
614 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
615 entries that have no tags.
616 (org-agenda-search-view): New customize group.
617 (org-agenda-search-view-search-words-only): New option.
618 (org-search-view): Implement substring search.
620 2009-10-13 Carsten Dominik <carsten.dominik@gmail.com>
622 * org.el (org-outline-level): Add doc string.
624 2009-10-12 Carsten Dominik <carsten.dominik@gmail.com>
626 * org-inlinetask.el (org-inlinetask-export): Re-introduce
628 (org-inlinetask-export-handler): Only export inline task if the
629 user option calls for it.
631 2009-10-10 Carsten Dominik <carsten.dominik@gmail.com>
633 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
636 2009-10-07 Carsten Dominik <carsten.dominik@gmail.com>
638 * org-latex.el (org-export-latex-tables): Don't format in
641 2009-10-06 Carsten Dominik <carsten.dominik@gmail.com>
643 * org-src.el (org-edit-src-code)
644 (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
647 * org-agenda.el (org-prefix-category-max-length): New variable.
648 (org-format-agenda-item): Use `org-prefix-category-max-length'.
649 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
651 2009-10-03 Carsten Dominik <carsten.dominik@gmail.com>
653 * org-mobile.el (org-mobile-create-index-file): Improve the
654 listing of tags and todo keywords.
656 * org-latex.el (org-export-latex-format-image): New function.
657 (org-export-latex-links): Use `org-export-latex-format-image'.
659 2009-10-02 Carsten Dominik <carsten.dominik@gmail.com>
661 * org-inlinetask.el (org-inlinetask-get-current-indentation)
662 (org-inlinetask-remove-terminator): New functions.
663 (org-inlinetask-export-handler): Terminate the description list.
665 * org-exp.el (org-export-select-backend-specific-text): Remove the
668 * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
669 tasks without content.
671 * org-clock.el: Make sure the clock-in target position does not
672 move to a different node by widening the buffer.
674 * org-html.el (org-export-html-format-image): Wrap image into
675 figure div only when there is a caption.
677 * org-archive.el (org-archive-mark-done): Change default value to
680 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
682 * org.el (org-context): Call `bobp', not `eobp'.
684 * org-clock.el (org-clock-cancel): Remove quotes from marker
687 * org.el (org-read-date-prefer-future): New allowed value `time'.
688 (org-read-date-analyze): Shift day to tomorrow depending on time
689 entered and value of `org-read-date-prefer-future'.
691 2009-09-30 Carsten Dominik <carsten.dominik@gmail.com>
693 * org.el (org-set-tags-to): New command.
695 * org-mobile.el (org-mobile-action-alist): Add more options and
696 update the docstring.
697 (org-mobile-apply-flags): Parse for and use the data.
699 * org-latex.el (org-export-latex-set-initial-vars): Also check in
702 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
705 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
707 2009-09-29 Carsten Dominik <carsten.dominik@gmail.com>
709 * org-inlinetask.el (org-inlinetask-export): Option removed.
710 (org-inlinetask-export-handler): Better export.
712 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
713 (org-export-as-xoxo): Run the new hook.
715 * org-html.el (org-export-html-final-hook): New hook.
716 (org-export-as-html): Run the new hook.
718 * org-docbook.el (org-export-docbook-final-hook): New hook.
719 (org-export-as-docbook): Run the new hook.
721 * org-ascii.el (org-export-ascii-final-hook): New hook.
722 (org-export-as-ascii): Run the new hook.
724 * org-mobile.el (org-mobile-create-sumo-agenda): Call
725 `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
727 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
728 space character as the character before the ^/_.
729 (org-export-latex-final-hook): New hook.
730 (org-export-as-latex): Run `org-export-latex-final-hook'.
732 2009-09-28 Carsten Dominik <carsten.dominik@gmail.com>
734 * org-macs.el (org-if-unprotected-at): Fix docstring.
736 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
737 text in the prefix (if category is a link).
739 * org-latex.el (org-export-latex-preprocess): Deal properly with
740 empty lines in verse environments.
742 * org.el (org-format-latex-header): Inline fullpage.sty.
744 * org-footnote.el (org-footnote-create-definition): Reveal context
745 to add a new footnote definition.
747 * org-mobile.el (org-mobile-files-alist): Add the list of tags to
749 (org-mobile-files): New option.
750 (org-mobile-files-alist, org-mobile-checksum-files): New variable.
751 (org-mobile-prepare-file-lists, org-mobile-files-alist): New
753 (org-mobile-push): Start by creating the files lists.
754 (org-mobile-copy-agenda-files): Move killing the buffer to after
755 the save-excursion has exited.
756 (org-mobile-write-checksums): Write checksums also for files in
759 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
760 org-table-recalculate when cursor is in TBLFM line.
762 * org-list.el (org-renumber-ordered-list): Fix cursor position
763 when bullet length has changed.
765 2009-09-26 Carsten Dominik <carsten.dominik@gmail.com>
767 * org.el (org-format-latex): Mention `org-format-latex-options' in
770 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
772 * org.el (org-agenda-get): New function.
774 * org-agenda.el (org-agenda-post-command-hook): No longer move
775 point away from end of line.
776 (org-agenda-add-entry-text, org-agenda-collect-markers)
777 (org-finalize-agenda, org-agenda-mark-clocking-task)
778 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
779 (org-agenda-entry-text-show, org-agenda-highlight-todo)
780 (org-agenda-compare-effort, org-agenda-filter-apply)
781 (org-agenda-later, org-agenda-change-time-span)
782 (org-agenda-post-command-hook, org-agenda-show-priority)
783 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
784 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
785 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
786 (org-agenda-open-link, org-agenda-copy-local-variable)
787 (org-agenda-switch-to, org-agenda-check-no-diary)
788 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
789 (org-agenda-add-note, org-agenda-change-all-lines)
790 (org-agenda-priority, org-agenda-set-tags)
791 (org-agenda-set-property, org-agenda-set-effort)
792 (org-agenda-toggle-archive-tag, org-agenda-date-later)
793 (org-agenda-show-new-time, org-agenda-date-prompt)
794 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
795 (org-agenda-clock-in, org-agenda-bulk-mark)
796 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
799 * org-colview.el (org-columns-display-here)
800 (org-columns-edit-allowed, org-agenda-columns): Use
803 2009-09-25 Carsten Dominik <carsten.dominik@gmail.com>
805 * org.el (org-special-ctrl-a/e): Improve documentation and
807 (org-end-of-line): Don't jump to after the ellipsis.
808 (org-mode-map): Bind <home> and <end> as well.
810 2009-09-24 Carsten Dominik <carsten.dominik@gmail.com>
812 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
813 space after #+ as comments.
814 (org-open-at-point): Run `org-follow-link-hook' always.
816 * org-latex.el (org-export-latex-emph-format): Use better commands
817 to insert special characters in verbatim snippets.
819 2009-09-22 Carsten Dominik <carsten.dominik@gmail.com>
821 * org-faces.el (org-copy-face): New function. Use it to create
822 various faces formerly created by using `copy-face'.
824 * org-agenda.el (org-prepare-agenda): Don't officially mark this
826 (org-agenda-quit): Kill the frame containing the agenda window if
827 that frame was created for the agenda.
829 2009-09-21 Carsten Dominik <carsten.dominik@gmail.com>
831 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
834 2009-09-19 Carsten Dominik <carsten.dominik@gmail.com>
836 * org-mobile.el (org-mobile-create-index-file): Add the list of
837 TODO keywords, and the list of drawers to the index file.
839 * org-agenda.el (org-prepare-agenda): Reset
840 `org-drawers-for-agenda'.
841 (org-prepare-agenda): Uniquify list of drawers.
843 * org.el (org-complex-heading-regexp-format): New variable.
844 (org-set-regexps-and-options): Define
845 `org-complex-heading-regexp-format'.
846 (org-drawers-for-agenda): New variable.
847 (org-map-entries): Bind `org-drawers-for-agenda'.
848 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
850 * org-remember.el (org-go-to-remember-target)
851 (org-remember-handler): Use `org-complex-heading-regexp-format'.
853 2009-09-18 Carsten Dominik <carsten.dominik@gmail.com>
855 * org-agenda.el (org-agenda-highlight-todo): Fix text property
858 * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
859 the capture file, and make it non-configurable.
861 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
862 always with `invisible-ok'.
863 (org-store-link): No error when there is nothing to link to in the
866 * org-list.el (org-update-checkbox-count): Insert changed cookie
867 before the old, to avoid problems with invisibility at the end of
869 (org-update-checkbox-count): Insert changed cookie before the old,
870 to avoid problems with invisibility at the end of the line.
872 * org.el (org-sort-entries-or-items): Include the final newline.
873 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
874 lines for fontification.
875 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
876 (org-prepare-dblock): Store the current indentation of the BEGIN
878 (org-update-dblock): Apply the indentation of the begin line to
879 the rest of the block.
880 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
881 (org-startup-folded): New allowed value `showeverything'.
882 (org-startup-options): Add STARTUP keyword `showeverything'.
883 (org-set-startup-visibility): Respect value `showeverything' in
886 2009-09-17 Carsten Dominik <carsten.dominik@gmail.com>
888 * org.el (org-closest-date): Fix issue with past preference.
890 * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
892 * org-archive.el (org-archive-set-tag)
893 (org-archive-subtree-default): New commands.
895 * org-mobile.el (org-mobile-create-index-file): Fix link to
897 (org-mobile-copy-agenda-files): Create the capture file if it does
900 * org-clock.el (org-clock-clocktable-default-properties): New
902 (org-clock-report): Use
903 `org-clock-clocktable-default-properties'.
905 2009-09-16 Carsten Dominik <carsten.dominik@gmail.com>
907 * org.el (org-iswitchb-completing-read): Fix typo.
909 * org-crypt.el: New file.
911 * org.el: Add an entry for org-crypt.
913 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
915 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
917 (org-batch-store-agenda-views): New function.
918 (org-mobile-force-id-on-agenda-items): Mention variable.
919 (org-agenda-title-append): Define variable.
920 (org-write-agenda): New export to Org files.
921 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
922 (org-agenda): Allow to keep the restricted file list if a special
923 variable is bound to t.
924 (org-agenda): Define a special agenda view for working on flagged
926 (org-agenda-get-restriction-and-command): List the new agenda
928 (org-agenda-show-the-flagging-note): New command.
929 (org-agenda-mode-map): New key `?' for looking at the flagging
932 * org.el (org-autoload): Autoload org-mobile.el.
933 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
935 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
937 2009-09-15 Carsten Dominik <carsten.dominik@gmail.com>
939 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
941 (org-table-get-remote-range): Match indented #+TBLNAME
944 * org.el (org-convert-to-odd-levels)
945 (org-convert-to-oddeven-levels): Work also correctly if the file
948 2009-09-12 Carsten Dominik <carsten.dominik@gmail.com>
950 * org.el (org-store-link): When in agenda buffer, link to
952 (org-add-planning-info): Remove spaces at eol.
954 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
957 2009-09-10 Carsten Dominik <carsten.dominik@gmail.com>
959 * org-latex.el (org-export-latex-first-lines): Fix problem with
960 LaTeX export of first line and selected subtree.
962 * org.el (org-shifttab): Interpret arg differently when using only
965 2009-09-09 Bastien Guerry <bzg@altern.org>
967 * org.el (org-check-agenda-file): Use a more explicit message
969 2009-09-08 Carsten Dominik <carsten.dominik@gmail.com>
971 * org-exp.el (org-export-remove-special-table-lines): Don't remove
974 2009-09-08 Bastien Guerry <bzg@altern.org>
976 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
977 prompt in the temporary window.
979 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
980 prefix for marked entries in the agenda view.
982 2009-09-07 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
984 * org.el (outline-end-of-subtree): Bugfix: advise this function in
985 a way that prevents any trailing character from being displayed.
987 2009-09-07 Carsten Dominik <carsten.dominik@gmail.com>
989 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
992 * org-exp.el (org-export-remove-special-table-lines): Remove bad
995 2009-09-06 Carsten Dominik <carsten.dominik@gmail.com>
997 * org-latex.el (org-export-latex-preprocess): Do not protect in
1000 * org-src.el (org-edit-src-save): Save window setup while saving.
1001 (org-edit-src-code): Use new buffer name construction scheme.
1003 2009-09-04 Carsten Dominik <carsten.dominik@gmail.com>
1005 * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1007 (org-agenda-entry-text-cleanup-hook): New hook.
1008 (org-agenda-get-some-entry-text): Remove matches of
1009 `org-agenda-entry-text-exclude-regexps' and run the hook
1010 `org-agenda-entry-text-cleanup-hook'.
1012 * org.el (org-offer-links-in-entry): New argument ZERO to
1013 implement a link with index zero.
1014 (org-cycle-show-empty-lines): Not keep empty line under header
1016 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1017 to nil for special completion.
1018 (org-store-link): Don't error before the first heading.
1020 * org-agenda.el (org-agenda-open-link): Pass the prefix to
1021 `org-offer-links-in-entry'.
1023 2009-09-03 Carsten Dominik <carsten.dominik@gmail.com>
1025 * org-agenda.el (org-agenda-quit): Provide the window argument for
1026 `window-dedicated-p', Emacs 22 needs it.
1027 (org-format-agenda-item): If the category is a link, arrange for
1028 invisible text to replaced with spaces.
1029 (org-compile-prefix-format): Add the extra space.
1030 (org-prefix-category-length): New variable.
1032 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1033 references from TOC lines.
1035 * org.el (org-selected-window): New variable.
1037 * org-table.el (org-table-edit-formulas): Remember the selected
1039 (org-table-fedit-finish, org-table-fedit-abort): Select the window
1040 that was originally selected.
1042 * org-exp.el (org-export-preprocess-apply-macros): Scan the
1043 expansion of a macro for more macro definitions.
1045 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1046 invisibility overlay starts on the newline.
1048 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1050 * org-protocol.el (org-protocol-store-link)
1051 (org-protocol-remember, org-protocol-open-source): Add autoloads.
1053 * org-compat.el (org-float-time): New function.
1055 * org.el (org-clock-update-time-maybe)
1056 (org-sort-entries-or-items, org-do-sort)
1057 (org-evaluate-time-range, org-time-string-to-seconds)
1058 (org-closed-in-range): Use `org-float-time'.
1060 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1061 (org-timer-seconds): Use `org-float-time'.
1063 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1064 (org-clock-sum, org-dblock-write:clocktable)
1065 (org-clocktable-steps): Use `org-float-time'.
1067 * org-agenda.el (org-agenda-last-marker-time)
1068 (org-agenda-new-marker, org-diary): Use `org-float-time'.
1070 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1073 * org-exp.el (org-get-file-contents): Only protect lines that
1076 * org-html.el (require): Require cl for compilation.
1078 * org.el: Avoid using `default-major-mode'.
1080 * org-plot.el (require): Require CL only at compile time.
1082 * org-exp.el (require): Require CL only at compile time.
1084 * org-agenda.el (org-agenda-quit): When the agenda window is
1085 dedicated, remove other windows before exiting, so that the frame
1086 really will be killed.
1088 * org-exp.el (org-export-handle-include-files): Reset START and
1089 END for each loop cycle.
1091 2009-09-01 Carsten Dominik <carsten.dominik@gmail.com>
1093 * org.el (org-eval-in-calendar): Use
1094 `org-select-frame-set-input-focus'.
1096 * org-compat.el (org-select-frame-set-input-focus): New function.
1098 * org.el (org-update-statistics-cookies): New function.
1099 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1101 2009-08-31 Carsten Dominik <carsten.dominik@gmail.com>
1103 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1104 after the local variables are set.
1106 * org-latex.el (org-export-latex-protect-amp): New function.
1107 (org-export-latex-links): Protect link ampersands in tables.
1109 * org-exp.el (org-export-select-backend-specific-text): Match in
1110 two steps, to avoid regexp problems.
1112 * org.el (org-offer-links-in-entry): Improve working with many and
1115 * org-agenda.el (org-agenda-show-1): Make more consistent with
1117 (org-agenda-cycle-show): Make more consistent with normal cycling.
1119 * org-gnus.el (org-gnus-store-link): Restore the linking to a
1122 2009-08-30 Bastien Guerry <bzg@altern.org>
1124 * org-latex.el (org-export-latex-first-lines): Bugfix.
1126 2009-08-29 Carsten Dominik <carsten.dominik@gmail.com>
1128 * org-clock.el (org-clock-modify-effort-estimate): Emit message
1131 * org.el (org-set-effort): New function.
1132 (org-mode-map): New key for effort setting command.
1134 * org-agenda.el (org-agenda): Keep window setup when calling
1135 agenda from within agenda window.
1136 (org-agenda-mode-map): New keys for effort setting commands.
1137 (org-agenda-menu): Add effort setting commands to menu.
1138 (org-agenda-set-property, org-agenda-set-effort): New functions.
1140 * org-latex.el (org-export-latex-tables): Fix
1141 `org-table-last-alignment' and `org-table-last-column-widths' if
1142 the first column has been removed.
1144 2009-08-28 Carsten Dominik <carsten.dominik@gmail.com>
1146 * org.el (org-remove-timestamp-with-keyword): Only remove in
1147 entry, not in subtree.
1149 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1152 * org.el (org-open-at-point): When on headline, offer all strings
1155 * org-remember.el (org-remember-templates): Documentation fix.
1157 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1158 `org-get-last-sibling' instead of the outline versions of these
1160 (org-get-last-sibling): New function.
1161 (org-refile): Use `org-get-next-sibling' instead of the outline
1162 version of this function.
1163 (org-clean-visibility-after-subtree-move): Use
1164 `org-get-next-sibling' and `org-get-last-sibling' instead of the
1165 outline versions of these functions.
1167 2009-08-27 Carsten Dominik <carsten.dominik@gmail.com>
1169 * org-agenda.el (org-prepare-agenda): When creating a new frame
1170 for the agenda, make the window dedicated.
1172 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1174 * org-table.el (org-table-align): Change the order of reinsertion
1175 and deletion, to avoid problems with overlays following the table.
1177 * org.el (org-parse-time-string): Better error message.
1178 (org-show-subtree): Use org-end-of-subtree.
1180 * org-macs.el (org-goto-line): New defsubst.
1182 * org.el (org-open-file, org-change-tag-in-region)
1183 (org-fast-tag-show-exit): Don't use `goto-line'.
1185 * org-table.el (org-table-align, org-table-insert-column)
1186 (org-table-delete-column, org-table-move-column)
1187 (org-table-sort-lines, org-table-copy-region)
1188 (org-table-paste-rectangle, org-table-wrap-region)
1189 (org-table-get-specials, org-table-rotate-recalc-marks)
1190 (org-table-get-range, org-table-recalculate)
1191 (org-table-edit-formulas, org-table-fedit-convert-buffer)
1192 (org-table-show-reference, org-table-highlight-rectangle): Don't
1195 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1196 (org-edit-src-exit): Don't use `goto-line'.
1198 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1200 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1201 Don't use `goto-line'.
1203 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1205 * org-colview.el (org-columns, org-columns-redo)
1206 (org-agenda-columns): Don't use `goto-line'.
1208 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1211 * org-agenda.el (org-agenda-mode): Force visual line motion off.
1212 (org-agenda-add-entry-text-maxlines): Improve docstring.
1213 (org-agenda-start-with-entry-text-mode): New option.
1214 (org-agenda-entry-text-maxlines): New option.
1215 (org-agenda-entry-text-mode): New variable.
1216 (org-agenda-mode): Set initial value of
1217 `org-agenda-entry-text-mode'.
1218 (org-agenda-mode-map): Add the `E' key.
1219 (org-agenda-menu): Add entry text mode to the menu.
1220 (org-agenda-get-some-entry-text): Fix line count bug.
1221 (org-finalize-agenda): Apply entry text mode if appropriate.
1222 (org-agenda-entry-text-show-here): New function.
1223 (org-agenda-entry-text-show): New function.
1224 (org-agenda-entry-text-hide): New function.
1225 (org-agenda-view-mode-dispatch): Add entry text mode to the view
1227 (org-agenda-entry-text-mode): New command.
1228 (org-agenda-set-mode-name): Add entry text mode to the mode line
1230 (org-agenda-undo, org-agenda-get-restriction-and-command)
1231 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1234 2009-08-26 Bernt Hansen <bernt@norang.ca>
1236 * org-clock.el (org-notify): Bugfix.
1238 2009-08-25 Carsten Dominik <carsten.dominik@gmail.com>
1240 * org-agenda.el (org-agenda-open-link): Handle multiple links and
1241 check for after-string.
1243 * org-gnus.el (org-gnus-store-link): Simplify.
1245 * org.el (org-latex-regexps): Don't add extra empty lines for
1248 2009-08-24 Carsten Dominik <carsten.dominik@gmail.com>
1250 * org-agenda.el (org-agenda-get-some-entry-text): New function.
1251 (org-agenda-add-entry-text): Use
1252 `org-agenda-get-some-entry-text'.
1254 * org.el (org-cycle-separator-lines): Update docstring.
1255 (org-cycle-show-empty-lines): Handle negative values for
1256 `org-cycle-show-empty-lines'.
1258 * org-exp.el (org-export-protect-sub-super): New function.
1259 (org-export-normalize-links): Protect the url of plain links from
1260 supscript and superscript processing.
1262 * org-remember.el (org-remember-escaped-%): New function.
1263 (org-remember-apply-template): Use `org-remember-escaped-%' to
1264 detect escaped % signs.
1266 2009-08-23 Bastien Guerry <bzg@altern.org>
1268 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1269 sound when showing the notification.
1271 * org-clock.el (org-notify): New function.
1272 (org-clock-notify-once-if-expired): Use `org-notify'.
1274 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1275 and `gnus-article-mode' separately.
1276 (gnus-summary-article-header): Fix the declare-function.
1278 2009-08-23 Carsten Dominik <carsten.dominik@gmail.com>
1280 * org-exp.el (org-export-format-source-code-or-example): Translate
1283 * org-src.el (org-src-lang-modes): New variable
1284 (org-edit-src-code): Translate language.
1286 * org-exp.el (org-export-format-source-code-or-example): Deal wit
1287 the new structure of the `org-export-latex-listings-langs'
1290 * org-latex.el (org-export-latex-listings-langs): Change structure
1291 of the variable from plist to alist.
1293 2009-08-21 Carsten Dominik <carsten.dominik@gmail.com>
1295 * org.el (org-in-commented-line): New function.
1297 2009-08-20 Carsten Dominik <carsten.dominik@gmail.com>
1299 * org.el (org-hide-block-toggle): Make folded blocks searchable.
1301 2009-08-19 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
1303 * org.el (org-flag-drawer): More useful error.
1305 2009-08-19 Carsten Dominik <carsten.dominik@gmail.com>
1307 * org-remember.el (org-remember-apply-template): Use
1308 org-icompleting-read.
1310 * org-publish.el (org-publish): Use org-icompleting-read.
1312 * org-colview.el (org-columns-edit-value, org-columns-new)
1313 (org-insert-columns-dblock): Use org-icompleting-read.
1315 * org-colview-xemacs.el (org-columns-edit-value)
1316 (org-columns-new, org-insert-columns-dblock): Use
1317 org-icompleting-read.
1319 * org-attach.el (org-attach-delete-one, org-attach-open): Use
1320 org-icompleting-read.
1322 2009-08-18 Carsten Dominik <carsten.dominik@gmail.com>
1324 * org.el (org-hierarchical-todo-statistics): Improve docstring.
1325 (org-version): Return the version text.
1326 (org-org-menu): Add a menu entry for the new bug reporter.
1327 (org-submit-bug-report): New command.
1329 * org-list.el (org-hierarchical-checkbox-statistics): Improve
1332 * org.el (org-emphasis-regexp-components): Add "`" to set of
1333 pre-emphasis characters.
1335 * org-latex.el (org-export-latex-classes): Always include the soul
1337 (org-export-latex-emphasis-alist): Use \st for strikethough.
1339 * org-exp-blocks.el (org-export-blocks-preprocess): Use
1340 `indent-code-rigidly' to indent.
1342 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1343 properties only if MATCH really is a string.
1345 2009-08-16 Carsten Dominik <carsten.dominik@gmail.com>
1347 * org-latex.el (org-export-latex-packages-alist): Fix
1350 * org.el (org-create-formula-image): Also use
1351 `org-export-latex-packages-alist'.
1353 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1354 (org-export-as-html): Format footnotes correctly.
1356 2009-08-14 Carsten Dominik <carsten.dominik@gmail.com>
1358 * org.el (org-fast-tag-selection): Avoid text properties on tags
1361 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1362 text properties on the match element.
1364 2009-08-12 Carsten Dominik <carsten.dominik@gmail.com>
1366 * org.el (org-set-regexps-and-options): Make sure the list of done
1367 keywords is not invalid.
1369 * org-exp.el (org-export-interpolate-newlines): New function.
1371 2009-08-11 Carsten Dominik <carsten.dominik@gmail.com>
1373 * org.el (org-format-latex): Avoid nested overlays.
1375 * org-latex.el (org-export-latex-listings-langs): Add a few more
1378 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1379 ignore newlines and space before the first macro argument.
1381 * org-latex.el (org-export-latex-tables): Remove save-excursion
1382 around `org-table-align'.
1384 2009-08-10 Carsten Dominik <carsten.dominik@gmail.com>
1386 * org.el (org-export-html-special-string-regexps): Definition
1389 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1392 2009-08-09 Carsten Dominik <carsten.dominik@gmail.com>
1394 * org-latex.el (org-export-latex-listings)
1395 (org-export-latex-listings-langs): New options.
1397 * org-exp.el (org-export-format-source-code-or-example): Use
1398 listing package if requested by the user.
1400 2009-08-08 Bastien Guerry <bzg@altern.org>
1402 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1403 command before actually switching to a buffer.
1405 2009-08-07 Carsten Dominik <carsten.dominik@gmail.com>
1407 * org-exp.el (org-get-file-contents): Only quote org lines when
1408 the markup is src or example.
1410 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1412 (org-agenda-get-day-entries): Remember deadline results and pass
1413 them on into the function getting the scheduling information.
1414 (org-agenda-get-scheduled): Accept deadline results as parameters
1415 and maybe skip some entries.
1416 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1418 * org.el (org-insert-heading): When respecting content, do not
1419 convert current line to headline.
1421 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1422 cheeeeeck the hd marker
1423 (org-clock-in): Also set the hd marker.
1424 (org-clock-out): Also set the hd marker.
1425 (org-clock-cancel): Reset markers.
1427 * org.el (org-clock-hd-marker): New marker.
1429 * org-faces.el (org-agenda-clocking): New face.
1431 * org-agenda.el (org-agenda-mark-clocking-task): New function.
1432 (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1434 * org.el (org-modules): Add org-track.el.
1436 * org-agenda.el (org-agenda-bulk-marked-p): New function.
1437 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1438 `org-agenda-bulk-marked-p'.
1439 (org-agenda-bulk-toggle): New command.
1441 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1443 * org.el (org-move-subtree-down): Hide subtree if it was folded,
1446 * org-remember.el (org-remember-finalize): Avoid buffer-modified
1449 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
1451 * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1452 before gnuplot can read it.
1454 2009-08-05 Carsten Dominik <carsten.dominik@gmail.com>
1456 * org-latex.el (org-export-latex-first-lines): Fix bug with
1457 finding the end of the first lines.
1459 * org.el (org-create-formula-image): Remove the -E option for
1462 * org-exp.el (org-default-export-plist): Respect #+BIND.
1463 (org-export-confirm-letbind): New function.
1465 * org.el (org-paste-subtree): Test the kill ring entry if it is
1467 (org-copy-subtree): Use `org-forward-same-level'.
1468 (org-forward-same-level): Respect the `invisibe-ok' arg for
1471 2009-08-04 Carsten Dominik <carsten.dominik@gmail.com>
1473 * org.el (org-table-map-tables): Make sure cursor is back at table
1474 beginning after funcall.
1476 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1477 handled before children, and do not error if an entry is not
1478 found, probably because it hase been remove when the parent was
1479 archived or refiled.
1481 * org.el (org-ido-completing-read): Accept straight lists for
1482 completion as well as alists.
1484 * org-html.el (org-export-as-html): Fix parenthesis error in
1487 * org-timer.el (org-timer-cancel-timers): Renamed from
1488 `org-timer-cancel-timers'.
1490 * org.el (org-cycle-internal-local): Fix problem with finding next
1493 2009-08-03 Carsten Dominik <carsten.dominik@gmail.com>
1495 * org-list.el (org-list-send-list): Call
1496 `org-list-goto-true-beginning' instead of
1497 `org-list-find-true-beginning', which does not exist.
1499 * org-timer.el (org-timer-reset-timers): Use `mapc'.
1500 (org-timer-set-timer): Do not assign to heading.
1502 * org-id.el (org-id-open): Quote function name.
1504 * org-macs.el (org-unmodified): Turn off recording undo
1505 information while running inside the macro.
1507 * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1509 (org-indent-mode): Remember and restore value of
1510 org-hide-leading-stars before `org-indent-mode'.
1512 * org-table.el (org-table-export): Also work in file-less
1515 * org.el (org-startup-indented): New option.
1516 (org-startup-options): Add new options indent and noindent.
1517 (org-unfontify-region): Remove line-prefix and wrap-prefix
1519 (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1521 (org-promote, org-demote): Run the new hooks.
1523 * org-table.el (org-table-align): Replace leading \n as well.
1525 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1526 and `line-wrap' text properties.
1528 * org-compat.el (org-kill-new): New function.
1530 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1531 `line-wrap' text properties.
1533 * org-indent.el: New file.
1535 2009-08-02 Carsten Dominik <carsten.dominik@gmail.com>
1537 * org.el (org-provide-todo-statistics): Tweak docstring.
1539 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1541 2009-08-01 Carsten Dominik <carsten.dominik@gmail.com>
1543 * org-exp.el (org-export-as-org): Insert the "-source" string
1544 before the extension.
1546 * org.el (org-read-date): Make sure the calendar is in the current
1548 (org-set-emph-re): Remove the ? from the post-match.
1549 (org-emphasis-regexp-components): Add backslash to the
1551 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1552 optional so that also lines at the end of the buffers will still
1553 be matched as headlines.
1555 * org-table.el (org-table-error-on-row-ref-crossing-hline):
1556 Variable made obsolete.
1557 (org-table-relative-ref-may-cross-hline): New option.
1558 (org-table-find-row-type): Honow the new option
1559 `org-table-relative-ref-may-cross-hline'.
1561 2009-07-31 Carsten Dominik <carsten.dominik@gmail.com>
1563 * org-table.el (org-table-cut-region, org-table-copy-region): Work
1564 on single field if no active region.
1566 2009-07-27 Carsten Dominik <carsten.dominik@gmail.com>
1568 * org-latex.el (org-export-latex-make-header): Only insert title
1571 * org.el (org-make-options-regexp): Allow empty values.
1573 * org-html.el (org-export-as-html): Move hrule detection to after
1574 plain list handling.
1576 2009-07-26 Carsten Dominik <carsten.dominik@gmail.com>
1578 * org-html.el (org-format-org-table-html): Fix colgroup tags.
1580 2009-07-23 Carsten Dominik <carsten.dominik@gmail.com>
1582 * org.el (org-cycle-internal-local): Improved version of finding
1584 (org-cycle-hide-drawers): Only hide drawers if this is really
1586 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1587 org-version of this function in Org-mode. We use advice to
1588 implement this change, so that future changes to this function in
1589 outline.el wil be handled properly.
1590 (org-forward-same-level, org-backward-same-level): New commands.
1592 2009-07-21 Carsten Dominik <carsten.dominik@gmail.com>
1594 * org.el (org-remove-empty-overlays-at)
1595 (org-clean-visibility-after-subtree-move): New functons.
1596 (org-move-subtree-down): Simplify cleanup of display.
1598 2009-07-20 Carsten Dominik <carsten.dominik@gmail.com>
1600 * org-mac-message.el (org-mac-message-get-links): Improve
1601 docstring. Make argument SELECT-OR-FLAGGED optional, default to
1602 "s". Fix the return value.
1603 (org-mac-message-insert-flagged): Simplify.
1605 * org.el (org-refile-get-location): Tamper with refile history o
1606 that history contains compete matches instead of the entered
1609 2009-07-19 Carsten Dominik <carsten.dominik@gmail.com>
1611 * org.el (org-store-link): Never store a link to an inline task.
1613 * org-inlinetask.el (org-inlinetask-insert-task): New command.
1615 * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1616 inline tasks when positioning footnotes.
1618 * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1621 * org.el (org-refile): Remove the END line when archiving an
1622 inline task that does have an END line.
1624 * org-archive.el (org-archive-subtree): Remove the END line when
1625 archiving an inline task that does have an END line.
1627 * org-macs.el (org-with-limited-levels): New macro.
1628 (org-get-limited-outline-regexp): New function.
1630 * org-exp.el (org-export-format-source-code-or-example): Fix bug
1631 that did not enumerate first line.
1632 (org-export-mark-radio-links): Skip matches in links.
1634 2009-07-18 Carsten Dominik <carsten.dominik@gmail.com>
1636 * org.el (org-activate-plain-links): Make single-match.
1637 (org-adapt-indentation): Fix docstring.
1639 * org-macs.el (org-unmodified): Turn of modification hooks while
1642 2009-08-02 Bastien Guerry <bzg@altern.org>
1644 * org.el (org-adapt-indentation): Slightly improve the docstring.
1645 (org-occur): Sends an error when the user inputs an empty string.
1646 (org-priority): Bugfix: the tag alignement should happen within
1649 2009-07-31 Bastien Guerry <bzg@altern.org>
1651 * org.el (org-make-link-regexps): Don't exclude parentheses from
1653 (org-cycle-internal-local): When locally cycling, switch directly
1654 from CHILDREN to FOLDED if there is no subtree
1655 (org-cycle): Update the docstring to document the new behavior of
1656 `org-cycle-internal-local'.
1658 2009-07-29 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
1660 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1661 an abbreviated format for days.
1663 2009-07-27 Bastien Guerry <bzg@altern.org>
1665 * org-protocol.el (org-protocol-default-template-key): New
1668 * org.el (org-refile): Bugfix: save-excursion before reading the
1669 refile target, otherwise cursor moves might confuse `org-refile'.
1671 * org-html.el (org-export-as-html): Bugfix: correctly convert the
1672 footnote reference before the footnote itself.
1674 * org.el (org-toggle-heading): Bugfix: correctly convert list
1675 items before the first headline.
1677 * org-html.el (org-export-html-footnote-format): New option for
1678 formatting the footnote reference.
1679 (org-export-as-html): Use the new option.
1681 * org.el (org-provide-todo-statistics): Allow a list of TODO
1682 keywords to compute statistics against headlines containing a
1683 keyword from this list.
1684 (org-update-parent-todo-statistics): Possibly use the new allowed
1685 value of `org-provide-todo-statistics'.
1687 2009-07-26 Bastien Guerry <bzg@altern.org>
1689 * org-timer.el: Add autoload cookie.
1691 * org.el (org-occur-link-in-agenda-files): New function.
1693 * org-timer.el (org-timer-last-timer): New variable.
1695 * org-agenda.el (org-agenda-mode-map): New key for
1696 org-timer-set-timer called from the agenda.
1698 * org.el (org-mode-map): New key for org-timer-set-timer.
1700 * org-timer.el (org-timer-reset-timers)
1701 (org-timer-show-remaining-time, org-timer-set-timer): New
1704 * org-clock.el (org-show-notification): Update the docstring.
1706 * org.el (org-provide-todo-statistics): Allow new value
1707 'all-headlines for this option, which includes entries with no
1708 TODO keywords in the todo statistics.
1709 (org-update-parent-todo-statistics): Possibly use the new
1710 'all-headline value from `org-provide-todo-statistics'.
1712 2009-07-25 Bastien Guerry <bzg@altern.org>
1714 * org-clock.el (org-dblock-write:clocktable): Add a new option
1715 :timestamp which allows display of timestamps in clock reports.
1717 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1718 list to a subtree, preserving the structure of the list.
1719 (org-set-emph-re): Make the last element optional in the regexp.
1720 This regexp now matches an emphasized string at the end of a line.
1722 * org-list.el (org-list-goto-true-beginning)
1723 (org-list-make-subtree, org-list-make-subtrees): New functions.
1725 * org.el (org-eval-in-calendar): Select the right frame.
1726 (org-save-frame-excursion): Remove this macro.
1728 2009-07-24 Bastien Guerry <bzg@altern.org>
1730 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1731 trying to find the beginning of a list.
1733 * org-exp.el (org-get-file-contents): Use a new argument: markup.
1734 When present, tell org-get-file-contents not to protect org-like
1737 * org-id.el (org-id-uuid-program): New option to set the name of
1738 the uuidgen program.
1739 (org-id-method): Use `org-id-uuid-program'.
1740 (org-id-new): Use `org-id-uuid-program'.
1742 2009-07-23 Bastien Guerry <bzg@altern.org>
1744 * org-exp.el (org-export-number-lines): Allow whitespace in code
1745 references. Allow the -r switch to remove the references in the
1746 source code even when the lines are not numbered: the labels can
1749 * org.el (org-fontify-whole-heading-line): New option.
1750 (org-set-font-lock-defaults): Use the new option.
1752 * org-clock.el (org-show-notification-handler): New option.
1753 (org-show-notification): Use the new option.
1755 2009-07-21 Bastien Guerry <bzg@altern.org>
1757 * org.el (org-eval-in-calendar): Fix a bug about calendar
1758 navigation when `calendar-setup' value is 'calendar-only.
1760 2009-07-19 Bastien Guerry <bzg@altern.org>
1762 * org.el (orgstruct++-mode): Fix typo in docstring.
1763 (org-insert-link): Clean up: (or (...)) => (...)
1764 (org-insert-link): Use TAB for stored links completion.
1766 2009-07-18 Bastien Guerry <bzg@altern.org>
1768 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1769 building the list of targets.
1771 * org-remember.el (org-remember-delete-empty-lines-at-end): New
1773 (org-remember-handler): Use the new option.
1775 2009-07-17 James TD Smith <ahktenzero@mohorovi.cc>
1777 * org.el (org-tags-sort-function): New option for sorting tags.
1778 (org-set-tags): Use the new option to sort tags.
1780 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1781 premature deletion of the data when using org-plot in a script.
1783 2009-07-17 Bastien Guerry <bzg@altern.org>
1785 * org-clock.el (org-clock-in-prepare-hook): New hook.
1786 (org-clock-in): Use this new hook.
1788 2009-07-16 Bastien Guerry <bzg@altern.org>
1790 * org.el (org-special-ctrl-a/e): Explicitely bind the value
1791 'reversed for this option to the "true line boundary first"
1793 (org-tags-match-list-sublevels): Document the 'indented value for
1796 * org-latex.el (org-export-latex-first-lines): Fix problem with
1797 publishing the region.
1799 * org-exp.el (org-export-format-source-code-or-example): Fix
1800 bad line numbering when exporting examples in HTML.
1802 * org-colview.el (org-format-time-period): Formats a time in
1803 fractional days as days, hours, mins, seconds.
1804 (org-columns-display-here): Add special handling for SINCE and
1805 SINCE_IA to format for display.
1807 2009-07-12 James TD Smith <ahktenzero@mohorovi.cc>
1809 * org.el (org-tags-sort-function): Add custom declaration for tags
1811 (org-set-tags): Sort tags if org-tags-sort-function is set
1813 2009-07-08 Carsten Dominik <carsten.dominik@gmail.com>
1815 * org-clock.el (org-clock-goto): Find hidden headlines as well.
1817 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1819 * org-plot.el (org-plot/add-options-to-plist): Add timeind
1822 2009-07-07 Carsten Dominik <carsten.dominik@gmail.com>
1824 * org-publish.el (org-publish-remove-all-timestamps): New function.
1825 (org-publish-all): Remove all timestamp files if `org-publish-all'
1826 is called with a prefix argument.
1828 * org-list.el (org-indent-item): Fix typo.
1829 (org-item-indent-positions): Normalize ordered bullet.
1831 * org-html.el (org-export-html-home/up-format): New option.
1832 (org-export-as-html): Insert the up and HOME links.
1834 2009-07-06 Carsten Dominik <carsten.dominik@gmail.com>
1836 * org-html.el (org-export-as-html): Insert the title into the
1838 (org-export-html-insert-plist-item): New function.
1839 (org-export-as-html): Call `org-export-html-insert-plist-item'.
1841 * org-macs.el (org-set-local): Make a local variable, do not make
1842 the variable buffer-local!
1844 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1846 * org-html.el (org-export-as-html): Call `org-install-letbind'.
1848 * org-docbook.el (org-export-as-docbook): Call
1849 `org-install-letbind'.
1851 * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
1853 * org-exp.el (org-infile-export-plist): Read BIND lines.
1854 (org-install-letbind): New function.
1855 (org-export-as-org, org-export-preprocess-string): Call
1856 `org-install-letbind'.
1858 * org-src.el (org-edit-src-exit): Untabify the example before
1861 * org-list.el (org-list-demote-modify-bullet): New option.
1862 (org-first-list-item-p): Save point.
1863 (org-fix-bullet-type): New optional argument FORCE-BULLET.
1864 (org-indent-item): Honor `org-list-demote-modify-bullet'.
1865 (org-item-indent-positions): Return bullet types along with
1868 2009-07-05 Carsten Dominik <carsten.dominik@gmail.com>
1870 * org.el (org-show-entry): Hide drawers.
1872 2009-07-03 Carsten Dominik <carsten.dominik@gmail.com>
1874 * org-footnote.el (org-footnote-auto-adjust): New option.
1875 (org-footnote-auto-adjust-maybe): New function.
1876 (org-footnote-new, org-footnote-delete): Call
1877 `org-footnote-auto-adjust-maybe'.
1879 * org.el (org-startup-options): Add new footnote-related
1882 * org-publish.el (org-publish-timestamp-filename): Additional
1883 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
1884 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
1885 TRUE-PUB-DIR. Pass them through to
1886 `org-publish-timestamp-filename'.
1887 (org-publish-update-timestamp): Additional arguments PUB-DIR and
1888 PUB-FUNC, which are included in the hash.
1889 (org-publish-file): Delay timestamp test until the publishing
1892 2009-07-02 Carsten Dominik <carsten.dominik@gmail.com>
1894 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
1895 setting the deadline.
1897 * org.el (org-read-date-final-answer): New variable.
1898 (org-read-date): Store the final answer string, including the date
1899 from the calendar, for reuse by agenda bulk commands.
1901 * org-publish.el (org-publish-attachment): Fix publishing of
1904 * org-latex.el (org-export-latex-quotation-marks): Fix export of
1905 quotation makrs in parenthesis.
1906 (org-remove-initial-hash): New function.
1907 (org-export-latex-preprocess): Fix bug with infinite loop if
1908 environment is not properly closed.
1910 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
1913 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
1914 highlight also when indented.
1916 2009-07-01 Carsten Dominik <carsten.dominik@gmail.com>
1918 * org-footnote.el (org-footnote-renumber-fn:N): New command.
1919 (org-footnote-action): Offer renumbering.
1921 * org.el (org-cycle): Honor the `integrate' value of
1922 org-cycle-include-plain-lists'.
1924 * org-list.el (org-cycle-include-plain-lists): New allowed value
1925 `internal'. Improve the docstring.
1927 * org.el (org-set-autofill-regexps): Improve the paragraph-start
1928 regexp to work better with LaTeX commands.
1930 2009-06-30 Carsten Dominik <carsten.dominik@gmail.com>
1932 * org-feed.el (org-feed-update): fix problem with non-existing
1934 (org-feed-skip-http-headers): New function.
1935 (org-feed-get-feed): Call `org-feed-skip-http-headers'.
1936 (org-feed-get-feed): Fix command line arguments for curl.
1938 2009-06-28 Carsten Dominik <carsten.dominik@gmail.com>
1940 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
1943 2009-06-27 Carsten Dominik <carsten.dominik@gmail.com>
1945 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
1948 * org.el (org-map-entries): No longer force
1949 `org-tags-match-list-sublevels' to t during a todo-only tags
1952 2009-06-26 Carsten Dominik <carsten.dominik@gmail.com>
1954 * org-latex.el (org-export-latex-low-levels): Allow user-defined
1956 (org-export-latex-subcontent): Handle user-defined environment.
1958 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
1959 the View dispatcher.
1961 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
1964 * org-latex.el (org-export-as-pdf): Protect match data during call
1965 to shell-quote-argument.
1967 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
1968 (org-agenda-view-mode-dispatch): New function.
1970 2009-06-24 Carsten Dominik <carsten.dominik@gmail.com>
1972 * org-agenda.el (org-agenda-mode): Reset list of marks.
1973 (org-agenda-mode-map): Define new keys for refile and bulk action.
1974 (org-agenda-menu): Add menu itesm for refile and bulk action.
1975 (org-agenda-refile): New function.
1976 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
1977 (org-agenda-marked-entries): New variable.
1978 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
1979 (org-agenda-remove-all-bulk-action-marks)
1980 (org-agenda-bulk-action): New functions/commands.
1982 2009-06-23 Carsten Dominik <carsten.dominik@gmail.com>
1984 * org-exp.el (org-get-file-contents): Protect org-like lines in
1986 (org-export-format-source-code-or-example): Remove newlines.
1988 * org-latex.el (org-export-latex-links): Check for no-description
1991 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
1992 argument separator back to comma.
1993 (org-export-normalize-links): Mark links without description.
1995 2009-06-22 Carsten Dominik <carsten.dominik@gmail.com>
1997 * org-exp.el (org-infile-export-plist): Fix bug in macro
2000 * org-agenda.el (org-agenda-clock-out): Update line after clocking
2002 (org-agenda-highlight-todo): Fix bug with highlighting.
2004 2009-06-21 Carsten Dominik <carsten.dominik@gmail.com>
2006 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2007 new alignment strings.
2009 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2011 (org-table-align): Check for forced align type.
2013 * org.el (org-self-insert-command): Add yas/expand to command
2016 * org-clock.el (org-clock-in-hook): New hook.
2017 (org-clock-in): Run `org-clock-in-hook.
2018 (org-clock-out-hook): New hook.
2019 (org-clock-out): Run `org-clock-out-hook.
2020 (org-clock-cancel-hook): New hook.
2021 (org-clock-cancel): Run `org-clock-cancel-hook.
2022 (org-clock-goto-hook): New hook.
2023 (org-clock-goto): Run `org-clock-goto-hook.
2025 2009-06-20 Carsten Dominik <carsten.dominik@gmail.com>
2027 * org.el (org-store-link): Better default description for link to
2030 * org-exp.el (org-export-generic): Autoload the generic exporter
2032 (org-export): Implement the `g' key for the generic exporter.
2034 2009-06-19 Carsten Dominik <carsten.dominik@gmail.com>
2036 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2039 * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2041 * org-exp.el (org-infile-export-plist): Get macros also from
2044 2009-06-18 Carsten Dominik <carsten.dominik@gmail.com>
2046 * org-colview.el (org-columns-capture-view): Protect vertical bars
2048 (org-columns-capture-view): Exclude comment and archived trees.
2050 * org-colview-xemacs.el (org-columns-capture-view): Protect
2051 vertical bars in column values.
2052 (org-columns-capture-view): Exclude comment and archived trees.
2054 * org.el (org-quote-vert): New function.
2056 * org-latex.el (org-export-latex-verbatim-wrap): New option.
2058 * org-exp.el (org-export-format-source-code-or-example): Use
2059 `org-export-latex-verbatim-wrap'.
2061 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2064 * org-html.el (org-export-table-row-tags): New option.
2065 (org-format-org-table-html): Rename `nlines' to `nline', use new
2069 2009-06-17 Carsten Dominik <carsten.dominik@gmail.com>
2071 * org-exp-blocks.el: Declare functions and variables.
2073 * org-remember.el (org-remember-templates): Allow the headline
2074 element to be a function.
2075 (org-remember-apply-template): If the headline is a function, call
2076 it to get the true function.
2078 * org-clock.el (org-clock-menu): New function.
2079 (org-clock-update-mode-line): Update help string.
2080 (org-clock-modify-effort-estimate): New function.
2081 (org-clock-mark-default-task): New function.
2083 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2085 (org-org-menu): Add new clocking stuff.
2086 (org-clock-is-active): New function.
2088 2009-06-14 Carsten Dominik <carsten.dominik@gmail.com>
2090 * org.el (org-open-non-existing-files): Improve docstring.
2092 2009-06-11 Carsten Dominik <carsten.dominik@gmail.com>
2094 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2096 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2098 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2100 * org-list.el (org-get-checkbox-statistics-face): Use the new
2103 * org-faces.el (org-checkbox-statistics-todo)
2104 (org-checkbox-statistics-done): New faces.
2106 2009-06-09 Carsten Dominik <carsten.dominik@gmail.com>
2108 * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2109 (org-edit-src-exit): Better cursor positioning when returning from
2112 * org-latex.el (org-export-latex-use-verb): New variable.
2113 (org-export-latex-emph-format): Prefer \texttt over \verb when
2114 org-export-latex-use-verb is set.
2116 2009-06-08 Carsten Dominik <carsten.dominik@gmail.com>
2118 * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2119 at normal indentation.
2121 * org-html.el (org-export-html-close-lists-maybe): Also look at
2124 * org-remember.el (org-remember-handler): Abort remember if the
2127 * org-src.el (org-edit-src-content-indentation): New option.
2128 (org-edit-src-exit): Apply extra indentation.
2130 * org-exp.el (org-export-format-source-code-or-example): Run
2131 `org-src-mode-hook'.
2133 * org-src.el (org-src-mode-hook): New variable.
2134 (org-edit-src-code): Run `org-src-mode-hook'.
2136 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2138 * org.el (org-indent-line-function): Fix indentation of +#end lines.
2140 * org-src.el (org-edit-src-get-indentation): New function.
2141 (org-edit-src-code): Base indentation on the begin line.
2143 2009-06-07 Tassilo Horn <tassilo@member.fsf.org>
2145 * org-gnus.el (org-gnus-store-link): Require message.el in
2146 org-gnus-store-link.
2148 2009-06-07 Carsten Dominik <carsten.dominik@gmail.com>
2150 * org-src.el: New file, split out of org.el
2152 * org-docbook.el (org-export-as-docbook): Better indentation
2155 * org-macs.el (org-replace-match-keep-properties): New function.
2157 * org-exp.el (org-export-mark-blockquote-verse-center): Better
2158 preprocessing of center and quote and verse blocks.
2160 * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2161 (org-export-as-docbook): Close lists when original indentation
2164 * org-html.el (org-export-html-close-lists-maybe): New function.
2165 (org-export-as-html): Close lists when original indentation
2168 * org-list.el (org-list-end): Respect the stored "original"
2169 indentation when determining the end of the list.
2171 * org-exp.el (org-export-replace-src-segments-and-examples):
2172 Remember indentation correctly.
2174 2009-06-06 Carsten Dominik <carsten.dominik@gmail.com>
2176 * org-clock.el (org-clock-update-mode-line): Apply face
2177 org-mode-line-clock.
2179 * org-faces.el (org-mode-line-clock): New face.
2181 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
2183 * org-gnus.el (org-gnus-store-link): Fix bug where
2184 `org-gnus-store-link' used wrong subject when called in an article
2185 buffer. Patch provided by fengli AT gmail DOT com.
2187 2009-06-04 Carsten Dominik <carsten.dominik@gmail.com>
2189 * org-exp.el (org-export-format-source-code-or-example): Remember
2190 the original indentation of source code snippets and examples.
2192 * org-latex.el (org-export-as-latex): Relocate the table of
2195 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2197 * org-agenda.el (org-run-agenda-series): Scope global options also
2198 when creating the agenda buffer.
2200 2009-06-03 Carsten Dominik <carsten.dominik@gmail.com>
2202 * org.el (org-adapt-indentation): Improve documentation.
2203 (org-insert-property-drawer): Respect org-adapt-indentation when
2204 inserting the drawer.
2205 (org-remove-flyspell-overlays-in): New function.
2206 (org-do-emphasis-faces, org-activate-plain-links)
2207 (org-activate-code, org-fontify-meta-lines-and-blocks)
2208 (org-activate-angle-links, org-activate-footnote-links)
2209 (org-activate-bracket-links, org-activate-dates)
2210 (org-activate-target-links, org-activate-tags): Remove flyspell
2213 2009-06-02 Carsten Dominik <carsten.dominik@gmail.com>
2215 * org.el (org-edit-src-save): New function.
2217 * org-clock.el (org-clock-out-switch-to-state): New option.
2218 (org-clock-out): Honor `org-clock-out-switch-to-state'.
2220 * org-compat.el (org-compatible-face): Improve macro.
2222 * org.el (org-global-properties-fixed): Add default for
2223 CLOCK_MODELINE_TOTAL.
2225 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2227 (org-clock-sum-current-item): Optional argument TSTART, pass it to
2229 (org-clock-get-sum-start): New function.
2231 * org.el (org-startup-options): New keywords blockhide and
2233 (org-mode): Add new invisibility spec.
2234 (org-set-startup-visibility): Hide block on startup if so
2236 (org-hide-block-startup): New option.
2237 (org-block-regexp): New constant.
2238 (org-hide-block-overlays): New variable.
2239 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2240 (org-show-block-all, org-hide-block-toggle-maybe)
2241 (org-hide-block-toggle): New functions.
2242 (org-edit-src-exit): Do not quote lines starting with # and no +
2244 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2247 2009-05-30 Carsten Dominik <carsten.dominik@gmail.com>
2249 * org.el (org-buffer-property-keys): Add Effort property for
2252 2009-05-28 Carsten Dominik <carsten.dominik@gmail.com>
2254 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2255 when retrieving total clocked time in the subtree.
2257 * org.el (org-quoting-blocks): New variable.
2259 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2261 * org-table.el (org-table-store-formulas)
2262 (org-table-get-stored-formulas, org-table-fix-formulas)
2263 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2264 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2266 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2267 indented #+TBLFM line.
2269 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2270 indented #+TBLFM line.
2272 * org-colview.el (org-dblock-write:columnview): Allow indented
2275 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2276 indented #+TBLFM line.
2278 * org-clock.el (org-dblock-write:clocktable): Allow indented
2281 2009-05-26 Carsten Dominik <carsten.dominik@gmail.com>
2283 * org-exp.el (org-export-format-source-code-or-example): Make
2284 editing indented blocks work correctly.
2286 * org.el (org-edit-src-nindent): New variable.
2287 (org-edit-src-code, org-edit-fixed-width-region)
2288 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2289 editing indented blocks work correctly.
2291 2009-05-24 Carsten Dominik <carsten.dominik@gmail.com>
2293 * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2295 (org-export-format-source-code-or-example): Fix indentation of
2297 (org-export-remove-indentation): New function.
2298 (org-export-select-backend-specific-text): Allow backend-specific
2299 code to be indented.
2300 (org-export-mark-blockquote-verse-center): Allow markers to be
2303 * org.el (org-fontify-meta-lines): New function.
2304 (org-set-font-lock-defaults): Call the new fontification
2307 * org-faces.el (org-meta-line): New face
2308 (org-block): New face.
2310 2009-05-27 Carsten Dominik <carsten.dominik@gmail.com>
2312 * org.el (org-treat-insert-todo-heading-as-state-change)
2313 (org-treat-S-cursor-todo-selection-as-state-change): New
2315 (org-insert-todo-heading): Honor
2316 `org-treat-insert-todo-heading-as-state-change'.
2317 (org-shiftright, org-shiftleft): Honor
2318 `org-treat-S-cursor-todo-selection-as-state-change'.
2319 (org-inhibit-logging): New variable.
2321 2009-05-23 Carsten Dominik <carsten.dominik@gmail.com>
2323 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2324 range for marker position checking.
2326 * org-latex.el (org-export-latex-first-lines): Fix bug when
2329 2009-05-22 Carsten Dominik <carsten.dominik@gmail.com>
2331 * org-exp.el (org-export-push-to-kill-ring): Protect using
2332 x-set-selection, because that does not always work.
2334 * org-agenda.el (org-agenda-list): Apply the new face
2335 `org-agenda-date-today'.
2337 * org-faces.el (org-agenda-date-today): New face.
2339 2009-05-21 Carsten Dominik <carsten.dominik@gmail.com>
2341 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2342 creating appointments.
2344 * org-latex.el (org-export-latex-low-levels): Fix customization
2347 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2350 * org-agenda.el (org-agenda-priority): Disable priority commands.
2352 * org.el (org-enable-priority-commands): New option.
2354 * org-colview-xemacs.el (org-columns-compute)
2355 (org-columns-number-to-string): Fix problems with empty fields.
2357 * org-colview.el (org-columns-compute)
2358 (org-columns-number-to-string): Fix problems with empty fields.
2360 * org-exp.el (org-export-push-to-kill-ring): New function.
2361 (org-export-copy-to-kill-ring): New option.
2363 * org-latex.el (org-export-as-latex): Call
2364 `org-export-push-to-kill-ring'.
2366 * org-html.el (org-export-as-html): Call
2367 `org-export-push-to-kill-ring'.
2369 * org-docbook.el (org-export-as-docbook): Call
2370 `org-export-push-to-kill-ring'.
2372 * org-ascii.el (org-export-as-ascii): Call
2373 `org-export-push-to-kill-ring'.
2375 * org-exp.el (org-export-show-temporary-export-buffer): New
2378 * org-latex.el (org-export-as-latex): Use
2379 `org-export-show-temporary-export-buffer'.
2381 * org-html.el (org-export-as-html): Use
2382 `org-export-show-temporary-export-buffer'.
2384 * org-docbook.el (org-export-as-docbook): Use
2385 `org-export-show-temporary-export-buffer'.
2387 * org-ascii.el (org-export-as-ascii-to-buffer): Use
2388 `org-export-show-temporary-export-buffer'.
2390 * org-exp.el (org-export-show-temporary-export-buffer): New
2392 (org-export-push-to-kill-ring): New function.
2394 * org-colview.el (org-columns-compile-map): New variable.
2395 (org-columns-new, org-columns-compute)
2396 (org-columns-number-to-string, org-columns-uncompile-format)
2397 (org-columns-compile-format): Implement new operators.
2399 2009-05-20 Carsten Dominik <carsten.dominik@gmail.com>
2401 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2403 * org-html.el (org-export-html-xml-declaration): New option.
2404 (org-export-as-html): Use `org-export-html-xml-declaration'.
2406 * org-list.el (org-update-checkbox-count): Make property
2409 * org.el (org-hierarchical-todo-statistics): New option.
2410 (org-update-parent-todo-statistics): Modified to handle recursive
2413 2009-05-19 Carsten Dominik <carsten.dominik@gmail.com>
2415 * org-publish.el (org-publish): Make this function behave
2416 correctly in interactive use when called with a prefix argument.
2418 * org.el (org-todo-statistics-hook): New hook.
2419 (org-update-parent-todo-statistics): Use new hook.
2420 (org-log-into-drawer): New function.
2421 (org-add-log-setup): Use the new `org-log-into-drawer' function to
2422 determine if we should be logging into a drawer.
2423 (org-log-into-drawer): Update docstring.
2424 (org-default-properties): Add LOG_INTO_DRAWER as a property.
2426 * org-list.el (org-checkbox-statistics-hook): New hook.
2427 (org-update-checkbox-count-maybe): Use new hook.
2429 * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2430 (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2433 2009-05-17 Carsten Dominik <carsten.dominik@gmail.com>
2435 * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2438 2009-05-16 Carsten Dominik <carsten.dominik@gmail.com>
2440 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2441 better bufer-generating mechanism.
2442 (org-edit-src-find-buffer): New function.
2444 * org-icalendar.el (org-print-icalendar-entries): Don't check for
2445 archive tag, this is already done by `org-agenda-skip'.
2446 data while constructing lost of tags.
2448 2009-05-15 Carsten Dominik <carsten.dominik@gmail.com>
2450 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2451 as argument separator in macros.
2453 * org-html.el (org-export-as-html): Add xml declaration.
2455 2009-05-14 Carsten Dominik <carsten.dominik@gmail.com>
2457 * org.el (org-after-sorting-entries-or-items-hook): New hook.
2458 (org-sort-entries-or-items): Run the new hook.
2459 (org-after-refile-insert-hook): New hook.
2460 (org-refile): Run `org-after-refile-insert-hook'.
2462 * org-agenda.el (org-agenda-get-progress): Never take time of day
2463 from headline when displaying progress.
2465 * org-latex.el (org-export-latex-complex-heading-re): New variable.
2466 (org-export-as-latex): Force the correct regexp in the
2467 preprocessor buffer.
2468 (org-export-latex-set-initial-vars): Set
2469 `org-export-latex-complex-heading-re'.
2471 * org-agenda.el (org-agenda-start-with-log-mode): New option.
2472 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2474 2009-05-13 Carsten Dominik <carsten.dominik@gmail.com>
2476 * org-latex.el (org-export-latex-tables-centered): New option.
2477 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2479 * org-exp.el (org-export-as-org): New command.
2480 (org-export-as-org): New command.
2482 * org-publish.el (org-publish-org-to-org): New function.
2484 2009-05-12 Carsten Dominik <carsten.dominik@gmail.com>
2486 * org.el (org-yank): Just call `org-yank-generic'.
2487 (org-yank-generic): New function, containing the formaer
2488 functionality of `org-yank'.
2490 * org-latex.el (org-export-latex-not-done-keywords)
2491 (org-export-latex-done-keywords): New variables.
2492 (org-export-latex-todo-keyword-markup): New option.
2493 (org-export-latex-set-initial-vars): Remember the TODO keywords.
2494 (org-export-latex-keywords-maybe): Apply the TODO markup.
2496 2009-05-11 Carsten Dominik <carsten.dominik@gmail.com>
2498 * org-exp.el (org-infile-export-plist): Add more default macros.
2499 (org-export-preprocess-apply-macros): Process macro arguments.
2501 2009-05-10 Carsten Dominik <carsten.dominik@gmail.com>
2503 * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2505 (org-print-icalendar-entries): Respect the new value of
2506 `org-icalendar-include-todo'.
2508 * org.el (org-link-try-special-completion)
2509 (org-file-complete-link): New functions.
2510 (org-insert-link): Add special completion support for some link
2513 * org-bbdb.el (org-bbdb-complete-link): New function.
2515 2009-05-08 Carsten Dominik <carsten.dominik@gmail.com>
2517 * org-list.el (org-update-checkbox-count): Allow recursive
2519 (org-hierarchical-checkbox-statistics): New option.
2521 * org.el (org-cycle): Remove erraneous space character.
2523 * org-icalendar.el (org-icalendar-timezone): Initialize from
2526 * org-html.el (org-format-org-table-html): Specify the scope.
2527 (org-format-table-table-html): Specify the scope.
2528 (org-export-table-header-tags): Prepare the scope parameter.
2530 2009-05-07 Carsten Dominik <carsten.dominik@gmail.com>
2533 (org-export-html-table-use-header-tags-for-first-column): New
2536 * org.el (org-autoload): Fix autoloading of ascii export
2538 (org-modules): Add org-special-blocks.
2540 2009-05-06 Carsten Dominik <carsten.dominik@gmail.com>
2542 * org-icalendar.el (org-start-icalendar-file): Use the new option.
2543 (org-ical-timezone): New option.
2545 * org-exp.el (org-export-get-coderef-format): Use the description
2548 * org.el (org-sort-entries-or-items): Improve docstring, and make
2549 better implementation for time sorting.
2551 2009-05-05 Carsten Dominik <carsten.dominik@gmail.com>
2553 * org.el (org-edit-src-persistent-message): New option.
2554 (org-edit-src-code, org-edit-fixed-width-region): Use the new
2557 * org-clock.el (org-clock-insert-selection-line): Fix prefious
2560 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2561 separate buffer instead of indirect buffer to edit source code.
2562 (org-edit-src-exit): Make this function work with the new setup.
2564 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2565 are properly fontified before shown in the selection menu.
2567 * org.el (org-fontify-like-in-org-mode): New function.
2569 * org-latex.el (org-export-latex-links): Use the property list to
2570 retrieve the default image attributes.
2572 * org-exp.el (org-export-plist-vars): Add a new option.
2574 2009-05-04 Carsten Dominik <carsten.dominik@gmail.com>
2576 * org-exp.el (org-export, org-export-visible): Support ASCII
2578 (org-export-normalize-links): Do not protect the description if it
2579 is explicitly given.
2581 * org-ascii.el (org-export-as-ascii-to-buffer)
2582 (org-replace-region-by-ascii, org-export-region-as-ascii): New
2584 (org-export-as-ascii): Add all the same parameters that are also
2585 supported by the other export functions.
2587 * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2589 (org-reset-checkbox-state-subtree): Call
2590 `org-reset-checkbox-state-subtree'.
2592 * org-remember.el (org-select-remember-template): For the
2593 selection of a valid template.
2595 * org-latex.el (org-export-region-as-latex): Supply the
2596 force-no-subtree argument.
2597 (org-export-as-latex): Provide better limits when exporting the
2598 first line. When exporting to string, we still want the first
2600 (org-export-latex-first-lines): New argument END, to force the end
2602 (org-export-region-as-latex): Use the property list.
2603 (org-export-as-latex):
2605 * org-colview-xemacs.el (org-columns-remove-overlays)
2606 (org-columns): Fix call to `local-variable-p'.
2608 2009-05-02 Carsten Dominik <carsten.dominik@gmail.com>
2610 * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2611 (org-export-as-html): Run the new hook.
2613 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2614 (org-export-latex-preprocess): Run the new hook.
2616 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2617 (org-export-preprocess-string): Run the new hook.
2619 2009-04-30 Carsten Dominik <carsten.dominik@gmail.com>
2621 * org-macs.el (org-check-external-command): New defsubst.
2623 * org.el (org-mode-map): New key for reload.
2624 (org-format-latex): Better error message when external programs
2627 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2629 * org.el (org-sort-entries-or-items): Explicit sorting function
2630 for priorities, needed for XEmacs compatibility.
2632 * org-remember.el (org-remember-apply-template): Improve auto-save
2635 2009-04-29 Carsten Dominik <carsten.dominik@gmail.com>
2637 * org-latex.el (org-export-latex-preprocess): Also protect
2638 environments ending in a star.
2640 * org-list.el (org-at-item-p): Fix regular expression.
2642 2009-04-24 Carsten Dominik <carsten.dominik@gmail.com>
2644 * org.el (org-end-of-subtree): Improve speed.
2646 * org-agenda.el (org-agenda-get-timestamps)
2647 (org-agenda-get-progress, org-agenda-get-deadlines)
2648 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2649 in particular, wait as long as possible to collect the tags.
2650 (org-stuck-projects): Improve docstring.
2652 * org.el (org-store-link): No errors when getting custom id before
2654 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2656 2009-04-23 Carsten Dominik <carsten.dominik@gmail.com>
2658 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2660 * org-protocol.el: Remove dependency on url.el.
2661 (org-protocol-unhex-compound, org-protocol-open-source): Remove
2662 dependency on url.el.
2664 * org-latex.el (org-export-as-pdf): Use
2665 `org-latex-to-pdf-process'.
2667 2009-04-22 Carsten Dominik <carsten.dominik@gmail.com>
2669 * org-latex.el (org-latex-to-pdf-process): New option.
2671 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2673 (org-agenda-get-timestamps): Honor
2674 `org-agenda-skip-additional-timestamps-same-entry'.
2676 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2677 (org-clock-goto): Find recent task only if
2678 `org-clock-goto-may-find-recent-task' allows it.
2680 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2681 drawers, and drawers that are missing the :END: line.
2683 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
2685 * org-clock.el (org-clock-goto): Go to recently clocked task if no
2688 2009-04-21 Carsten Dominik <carsten.dominik@gmail.com>
2690 * org.el (org-update-parent-todo-statistics): Check for
2691 STATISTICS_FROM property.
2693 * org-list.el (org-update-checkbox-count): Check for
2694 STATISTICS_FROM property.
2696 * org.el (org-tab-first-hook)
2697 (org-tab-after-check-for-table-hook)
2698 (org-tab-after-check-for-cycling-hook): New hooks.
2699 (org-cycle-internal-global, org-cycle-internal-local): New
2700 functions, split out from `org-cycle'.
2701 (org-cycle): Call the new hooks.
2703 2009-04-19 Carsten Dominik <carsten.dominik@gmail.com>
2705 * org-exp.el (org-export-preprocess-string): Reset the list of
2706 preferred targets for each run of the preprocessor.
2708 * org.el (org-refile-target-verify-function): Improve
2710 (org-get-refile-targets): Respect point being moved by the
2711 verification function.
2713 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2715 (org-export-latex-keywords): Use new option.
2717 * org.el (org-rear-nonsticky-at): New defsubst.
2718 (org-activate-plain-links, org-activate-angle-links)
2719 (org-activate-footnote-links, org-activate-bracket-links)
2720 (org-activate-dates, org-activate-target-links)
2721 (org-activate-tags): Place the rear-nonsticky properties at the
2724 2009-04-18 Carsten Dominik <carsten.dominik@gmail.com>
2726 * org-protocol.el (server-edit): Declare `server-edit'.
2727 (org-protocol-unhex-string, org-protocol-unhex-compound): New
2729 (org-protocol-check-filename-for-protocol): Call `server-edit'.
2731 * org.el (org-default-properties): New default properteis for
2734 * org-exp.el (org-export-add-subtree-options): Add new properties
2737 * org-docbook.el (org-export-docbook-keywords-markup)
2738 (org-export-docbook-timestamp-markup): New options.
2739 (org-export-docbook-protect-tags): New function.
2741 2009-04-17 Carsten Dominik <carsten.dominik@gmail.com>
2743 * org-id.el (org-id-get-with-outline-path-completion): Turn off
2744 org-refile-target-verify-function for the duration of the command.
2746 * org.el (org-link-to-org-use-id): New possible value
2747 `create-if-interactive-and-no-custom-id'.
2748 (org-store-link): Use custom IDs.
2749 (org-link-search): Find custom ID properties from #link.
2750 (org-default-properties): Add CUSTOM_ID for property completion.
2751 (org-refile-target-verify-function): New option.
2752 (org-goto): Turn off org-refile-target-verify-function
2753 for the duration of the command.
2755 2009-04-16 Carsten Dominik <carsten.dominik@gmail.com>
2757 * org-html.el (org-export-as-html): Use custom IDs in the toc.
2759 * org-exp.el (org-export-preferred-target-alist): New variable.
2760 (org-export-define-heading-targets): Find the new CUSTOM_ID
2762 (org-export-target-internal-links): Target the custom ids when
2765 * org-latex.el (org-export-latex-preprocess): Better regexp for
2766 matching latex macros with arguments.
2768 2009-04-15 Carsten Dominik <carsten.dominik@gmail.com>
2770 * org-remember.el (org-remember-handler): Allow filing to non-org
2773 2009-04-15 Magnus Henoch <magnus.henoch@gmail.com>
2775 * org-feed.el (org-feed-alist): New keyword options.
2776 (org-feed-update): Use the new options.
2777 (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
2778 (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
2779 (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
2782 * org-table.el (org-table-fix-formulas): Do not change references
2784 (org-table-get-remote-range): Convert standard coordinates to RC
2787 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2789 2009-04-14 Carsten Dominik <carsten.dominik@gmail.com>
2791 * org-compat.el (org-sha1-string): Function removed.
2793 * org.el (org-refile-allow-creating-parent-nodes): New option.
2794 (org-refile-get-location): New argument NEW-NODES.
2795 (org-refile): Call `org-refile-get-location' with the new
2797 (org-refile-get-location): Arrange for adding a new child.
2798 (org-refile-new-child): New function.
2800 * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
2801 an additional span element.
2803 * org-clock.el: Fix a number of docstrings.
2804 (org-clock-find-position): New argument
2805 FIND-UNCLOSED to make the function find an unclosed clock in the
2807 (org-clock-in): Call `org-clock-find-position' with the new
2808 argument if we might be resuming a clock.
2810 2009-04-13 Carsten Dominik <carsten.dominik@gmail.com>
2812 * org-latex.el (org-export-latex-display-custom-times): New variable.
2813 (org-export-latex-timestamp-markup): New option.
2814 (org-export-latex-set-initial-vars): Remember the local value of
2815 `org-display-custom-times'.
2816 (org-export-latex-content): Process time stamps.
2817 (org-export-latex-time-stamps): New function.
2819 * org-macs.el (org-maybe-intangible): Add intangible property
2820 again to invisible text.
2822 2009-04-12 Carsten Dominik <carsten.dominik@gmail.com>
2824 * org-exp.el (org-default-export-plist): Handle undefined
2827 2009-04-11 Carsten Dominik <carsten.dominik@gmail.com>
2829 * org.el (org-sort-entries-or-items): Match TODO keywrds
2830 case-sensitively, when sorting.
2831 (org-priority): Do not match TODO keywords with wrong case.
2833 2009-04-09 Carsten Dominik <carsten.dominik@gmail.com>
2835 * org-feed.el (org-feed-update): Bind the variable
2838 * org-html.el (org-export-as-html): Start paragraphs after literal
2841 * org-docbook.el (org-export-as-docbook): Start paragraphs after
2844 2009-04-08 Carsten Dominik <carsten.dominik@gmail.com>
2846 * org.el (org-todo): Honor the NOBLOCKING property.
2848 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2849 NOBLOCKING property.
2851 * org.el (org-scan-tags): Fix bug in tag scanner
2853 2009-04-07 Carsten Dominik <carsten.dominik@gmail.com>
2855 * org.el (org-modules): Mark obsolete packages.
2857 * org-html.el: New file, split out from org-exp.el.
2859 * org-icalendar.el: New file, split out from org-exp.el.
2861 * org-xoxo.el: New file, split out from org-exp.el.
2863 * org-ascii.el: New file, split out from org-exp.el.
2865 2009-04-06 Carsten Dominik <carsten.dominik@gmail.com>
2867 * org-compat.el (org-find-library-name): New function.
2869 * org.el (org-pre-cycle-hook): New hook.
2870 (org-cycle): Call the new hook in appropriate places.
2871 (org-reload): Only reload files that have been loaded before.
2873 2009-04-05 Carsten Dominik <carsten.dominik@gmail.com>
2875 * org.el (org-set-font-lock-defaults): Enforxe space or line end
2877 (org-todo): When changing TODO state, do matching
2879 (org-map-continue-from): New variable.
2880 (org-scan-tags): Respect values in `org-map-continue-from'.
2881 (org-reload): Make XEmacs compatible.
2883 2009-04-04 Carsten Dominik <carsten.dominik@gmail.com>
2885 * org-protocol.el (org-protocol-flatten-greedy): New function.
2886 (org-protocol-flatten): New function.
2888 * org.el (org-open-link-from-string): Pass reference buffer to
2889 `org-open-at-point'.
2890 (org-open-at-point): New optional argument `reference-buffer'.
2892 2009-04-03 Carsten Dominik <carsten.dominik@gmail.com>
2894 * org.el (org-scan-tags): Make tag scan find headline in first
2896 (org-get-refile-targets): Add the naked file name.
2897 (org-refile): Store as top-level entry when only file name was
2900 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
2902 * org.el (org-block-todo-from-children-or-siblings-or-parent):
2903 Renamed from org-block-todo-from-children-or-siblings, and
2904 enhanced to look for the parent's status as well.
2906 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
2907 (org-agenda-get-progress): Add first notes line to log entry if so
2910 2009-04-02 Carsten Dominik <carsten.dominik@gmail.com>
2912 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
2913 (org-agenda-cleanup-fancy-diary): Call the new hook.
2915 * org-remember.el (org-remember-apply-template): Take the default
2916 for the annotation from the :annotation property.
2918 * org-mac-message.el (org-mac-message-get-link): Remove the
2920 (org-mac-message-get-link): Return the result.
2922 2009-04-01 Carsten Dominik <carsten.dominik@gmail.com>
2924 * org.el (org-refile-get-location): Add file name only if not
2925 already included in outline path.
2927 * org-faces.el (org-n-level-faces): Fix customization type from
2930 * org-exp.el (org-export-headline-levels): Fix customization type
2931 from number to integer.
2933 * org-agenda.el (org-agenda-confirm-kill)
2934 (org-agenda-custom-commands-local-options)
2935 (org-timeline-show-empty-dates, org-agenda-ndays)
2936 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
2937 customization type from number to integer.
2939 2009-03-31 Carsten Dominik <carsten.dominik@gmail.com>
2941 * org-protocol.el: Declare some functions.
2943 * org-inlinetask.el (org-inlinetask-export-handler): Fix line
2944 postion before inserting modified headline.
2946 * org-agenda.el (org-agenda-compare-effort): Honor
2947 `org-sort-agenda-noeffort-is-high'.
2948 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
2949 (org-agenda-compare-effort): Implement the "?" operator for
2950 finding entries without effort setting.
2952 * org.el (org-extract-attributes-from-string): New function.
2954 * org-exp.el (org-export-splice-attributes): New function.
2956 2009-03-30 Carsten Dominik <carsten.dominik@gmail.com>
2958 * org-mouse.el: XEmacs compatibility fixes
2960 * org-docbook.el (org-export-as-docbook): Process footnotes like
2963 * org.el (org-modules): Add org-inlinetasks.el
2964 (org-cycle): Implement limiting level on cycling.
2965 (org-move-subtree-down): Fix bug with swapping subtrees at end of
2968 * org-inlinetask.el: New file.
2970 * org.el (org-emphasis-regexp-components): Allow braces in
2971 emphasis pre and post match.
2973 * org-footnote.el (org-footnote-normalize): When only dorting, do
2974 not insert inline notes at the end.
2976 * org-docbook.el (org-id-find-id-file): Add function declaration.
2978 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
2980 * org-docbook.el: New file.
2982 2009-03-28 Carsten Dominik <carsten.dominik@gmail.com>
2984 * org.el (org-reftex-citation): New command.
2986 2009-03-27 Carsten Dominik <carsten.dominik@gmail.com>
2988 * org-agenda.el (org-agenda-cmp-user-defined): New option.
2989 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
2991 (org-entries-lessp): Apply the new sorting option.
2993 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
2994 blocker code, when an older sibling has children.
2996 * org-mac-message.el (org-mac-message-get-link): Improve getting
2997 links from multiple selected messages.
2999 2009-03-26 Carsten Dominik <carsten.dominik@gmail.com>
3001 * org-remember.el (org-remember-finalize): Do not set buffer file
3003 (org-remember-handler): Mark buffer as unmodified.
3004 (org-remember-handler): Delete backup file and show message about
3005 remaining backup files.
3006 (org-remember-auto-remove-backup-files): New option.
3008 * org.el (org-store-link): Use buffer name as link description in
3010 (org-ido-switchb): Fix argument bug for completion.
3012 * org-remember.el (org-remember-apply-template): Set local
3013 variable `auto-save-visited-file-name' instead of global one.
3015 2009-03-25 Carsten Dominik <carsten.dominik@gmail.com>
3017 * org-feed.el: Re-write.
3019 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3020 (org-agenda-get-todos): Mark file tags as inherited.
3021 (org-agenda-list): Always search diary lines for a time.
3023 2009-03-24 Carsten Dominik <carsten.dominik@gmail.com>
3025 * org-feed.el (org-feed-assume-stable): New option.
3026 (org-feed-before-adding-hook): New hook.
3028 * org-exp.el (org-export-as-html): Close local lists depending on
3029 indentation, also when starting a table.
3031 * org-remember.el (org-remember-backup-directory)
3032 (org-remember-backup-name): New internal variable.
3034 2009-03-23 Carsten Dominik <carsten.dominik@gmail.com>
3036 * org-clock.el (org-clock-out-if-current): Make buffer detection
3037 work in indirect buffers as well.
3039 * org.el (org-emphasis-regexp-components): Add the exxclamation
3040 mark to the post-emphasis characters.
3042 2009-03-22 Carsten Dominik <carsten.dominik@gmail.com>
3044 * org.el (org-read-date-minibiffer-septup-hook): New hook.
3045 (org-read-date): Run the new hook.
3047 * org-mac-message.el (org-mac-flagged-mail): New group.
3048 (org-mac-mail-account): New variable.
3049 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3052 * org-remember.el (org-remember-backup-directory): New variable.
3053 (org-remember-apply-template): Write file to backup directory.
3055 2009-03-21 Carsten Dominik <carsten.dominik@gmail.com>
3057 * org-mouse.el (org-mouse-todo-menu): New function.
3058 (org-mouse-todo-keywords): Function removed.
3059 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3061 * org-table.el (org-table-beginning-of-field)
3062 (org-table-end-of-field): New commands
3063 (org-table-previous-field, org-table-beginning-of-field): Better
3065 (orgtbl-setup): Include `M-a' and `M-e'.
3067 * org.el (org-backward-sentence, org-forward-sentence): New
3070 * org-colview.el (org-colview-initial-truncate-line-value): New
3072 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3073 (org-columns): Remember the value of `truncate-lines'.
3075 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3077 (org-columns-remove-overlays): Restore the value of
3079 (org-columns): Remember the value of `truncate-lines'.
3081 * org.el (org-columns-skip-arrchived-trees): New option.
3083 * org-agenda.el (org-agenda-export-html-style): Define color for
3084 org-agenda-done face.
3085 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3086 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3088 * org.el (org-scan-tags): Use the new face.
3090 * org-faces.el (org-agenda-done): New face.
3092 * org.el (org-scan-tags): Test the value org
3093 `org-tags-match-list-sublevels'.
3094 (org-tags-match-list-sublevels): New allowed value: indented.
3096 * org-export-latex.el (org-export-latex-make-header): Apply macros
3099 * org-exp.el (org-export-apply-macros-in-string): New function.
3101 * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3102 with the definition of a checked box.
3104 * org-clock.el (org-clock-find-position): Fix drawer indentations.
3106 * org-export-latex.el (org-export-latex-low-levels): More options
3107 for how to process lower levels in LaTeX.
3108 (org-export-latex-subcontent): Better treatment for lists as a
3109 means of publishing lower levels.
3111 2009-03-20 Carsten Dominik <carsten.dominik@gmail.com>
3113 * org.el (org-set-font-lock-defaults): Use new checkbox face.
3115 * org-faces.el (org-checkbox): New face.
3117 * org-exp.el (org-export-html-preprocess): Only create LaTeX
3118 fragement images if there is an export file.
3120 2009-03-19 Carsten Dominik <carsten.dominik@gmail.com>
3122 * org-agenda.el (org-stuck-projects): Document that the subtree of
3123 projects that are not stuck will now be searched for stuck
3125 (org-agenda-skip-entry-when-regexp-matches)
3126 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3127 (org-agenda-list-stuck-projects): Use
3128 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3130 * org-export-latex.el (org-export-latex-preprocess): Improve
3133 * org-exp.el (org-export-as-html): Implement centering as a div
3134 rather than a paragraph. Do a better job with line-end in verse
3137 2009-03-17 Carsten Dominik <carsten.dominik@gmail.com>
3139 * org.el (org-open-at-point): Fix tags searches by mouse click.
3141 2009-03-16 Carsten Dominik <carsten.dominik@gmail.com>
3143 * org-export-latex.el (org-export-latex-preprocess): Implement the
3146 * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3147 from `org-export-mark-blockquote-and-verse'.
3148 (org-export-as-html): Implement the centering markup.
3150 * org-export-latex.el (org-export-latex-tables): Fix vertical
3153 2009-03-15 Carsten Dominik <carsten.dominik@gmail.com>
3155 * org.el (org-read-date-history): New variable.
3156 (org-read-date): Use new history variable.
3157 (org-toggle-heading): Fix bug when used before first headline.
3158 (org-store-log-note): Remove drawer if empty while note is
3160 (org-remove-empty-drawer-at): New function.
3161 (org-check-after-date): New command.
3162 (org-sparse-tree): New sparse tree command "a".
3164 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3166 2009-03-14 Bastien Guerry <bzg@altern.org>
3168 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3169 column and a space, not only a column.
3171 2009-03-14 Carsten Dominik <carsten.dominik@gmail.com>
3173 * org-export-latex.el (org-export-latex-emphasis-alist): Better
3174 defaults for verbose emphasis.
3175 (org-export-latex-emph-format): New function.
3176 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3178 * org-agenda.el (org-agenda-menu): Add new commands to menu.
3179 (org-agenda-do-date-later, org-agenda-do-date-earlier)
3180 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3181 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3184 * org.el (org-timestamp-change): Move end-time along with start
3187 2009-03-12 Carsten Dominik <carsten.dominik@gmail.com>
3189 * org-exp.el (org-export-target-internal-links)
3190 (org-export-as-html): Protect links specified as #name.
3192 2009-03-11 Carsten Dominik <carsten.dominik@gmail.com>
3194 * org.el (org-clone-subtree-with-time-shift): New command.
3196 * org-export-latex.el (org-export-latex-special-chars)
3197 (org-export-latex-treat-sub-super-char): Fix subscript export.
3199 * org-exp.el (org-create-multibrace-regexp): Do not add
3200 backslashes to the class.
3202 2009-03-10 Carsten Dominik <carsten.dominik@gmail.com>
3204 * org-colview.el (org-columns-map): Better functions for moving up
3205 and down a row, even if `truncate-line' is nil.
3207 * org.el (org-insert-todo-heading): Make sure the keyword is
3208 inserted at the correct position.
3210 * org-publish.el (org-publish-project-alist)
3211 (org-publish-projects, org-publish-org-index): Change default anme
3212 for the index of file names to "sitemap.org".
3214 * org-export-latex.el (org-export-latex-tables): Use
3215 `org-split-string', for Emacs 21 compatibility.
3217 2009-03-09 Carsten Dominik <carsten.dominik@gmail.com>
3219 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3221 2009-03-08 Carsten Dominik <carsten.dominik@gmail.com>
3223 * org-exp.el (org-export-page-description)
3224 (org-export-page-keywords): New variables.
3225 (org-export-plist-vars): Add entries for :keywords and
3227 (org-infile-export-plist): Parse for new keywords.
3228 (org-get-current-options): Add new keywords
3229 (org-export-as-html): Publish description and keywords.
3231 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3233 (org-agenda-add-entry-text): Honor
3234 `org-agenda-add-entry-text-descriptive-links'.
3236 * org-export-latex.el (org-export-latex-preprocess): Make all
3237 external preprocess functions use a PARAMETER arg.
3239 * org-exp.el (org-export-preprocess-string)
3240 (org-export-select-backend-specific-text)
3241 (org-export-format-source-code-or-example)
3242 (org-format-org-table-html): Support docbook export.
3243 (org-export-preprocess-string): Make all external preprocess
3244 functions use a PARAMETER arg.
3246 2009-03-07 Carsten Dominik <carsten.dominik@gmail.com>
3248 * org-exp.el (org-export-html-style-include-scripts): New option.
3249 (org-export-plist-vars): Add new option
3250 `org-export-html-style-include-scripts'.
3251 (org-export-as-html): Honor new option
3252 `org-export-html-style-include-scripts'.
3253 (org-export-html-scripts, org-export-html-style-default): Fix
3254 xml issues with the Safari browser.
3256 2009-03-06 Carsten Dominik <carsten.dominik@gmail.com>
3258 * org-publish.el (org-publish-attachment): Only copy file when the
3261 2009-03-05 Carsten Dominik <carsten.dominik@gmail.com>
3263 * org-clock.el (org-clocktable-steps): Use inactive time stamps
3264 for clocktable steps.
3266 * org.el (org-additional-option-like-keywords): Add two more
3269 2009-03-04 Carsten Dominik <carsten.dominik@gmail.com>
3271 * org-exp.el (org-export-format-source-code-or-example): Mark
3272 temporary buffer unmodified, so that it will be killed even if
3273 mode like message mode has decided to assign a file name.
3275 * org.el (org-scan-tags): Improve tag inheritance.
3276 (org-scan-tags, org-make-tags-matcher): Make tag comparison
3278 (org-scan-tags): Use the internal tags list instead of creating it
3280 (org-trust-scanner-tags, org-scanner-tags): New variables.
3281 (org-scan-tags): Set `org-scanner-tags'.
3282 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3283 (org-map-entries): Document the possible speedup using scanner
3286 2009-03-03 Carsten Dominik <carsten.dominik@gmail.com>
3288 * org.el (org-add-planning-info): Fix bug with looking for keyword
3291 * org-agenda.el (org-agenda-custom-commands-local-options): Add
3292 option for tags filter preset.
3293 (org-prepare-agenda): Store filter preset as a property on the
3295 (org-finalize-agenda): Call the filter, if there is a preset.
3296 (org-agenda-filter-by-tag): Filter again after clearing the
3297 filter, when there still is a preset.
3298 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3299 Include the preset filter.
3300 (org-agenda-redo): Apply the filter again, also the preset filter.
3302 * org-exp.el (org-export-as-html): Use IDs in the correct way.
3304 * org.el (org-uuidgen-p): New funtion.
3306 * org-agenda.el (org-agenda-fontify-priorities): New default value
3308 (org-agenda-fontify-priorities): Renamed from
3309 org-fontify-priorities.
3311 * org.el (org-set-font-lock-defaults): Call
3312 `org-font-lock-add-priority-faces'.
3313 (org-font-lock-add-priority-faces): New function.
3315 * org-faces.el: (org-set-tag-faces): New option.
3316 (org-priority-faces): New variable.
3318 * org-exp.el (org-export-as-html): Add a "content" div around the
3319 entire content of the body tag.
3320 (org-export-html-get-bibliography): New function.
3321 (org-export-html-validation-link): New variable.
3322 (org-export-as-html): Add validation link to exported page.
3324 * org.el (org-match-sparse-tree): Renamed from
3325 `org-tags-sparse-tree'.
3326 (org-tags-sparse-tree): New alias.
3328 2009-03-02 Carsten Dominik <carsten.dominik@gmail.com>
3330 * org.el (org-get-valid-level): Catch the case where the level
3333 * org-clock.el (org-clock-find-position): Better indentation of
3336 2009-03-01 Carsten Dominik <carsten.dominik@gmail.com>
3338 * org-agenda.el (org-agenda-quit): Delete window only when the
3339 frame-setup was not `current-window'.
3341 * org.el (org-tag-persistent-alist): New option.
3342 (org-startup-options): Add keyword `noptag'.
3343 (org-fast-todo-selection): Handle :newline correctly.
3344 (org-set-tags): Handle :newline correctly.
3345 (org-fast-tag-selection): Handle :newline correctly.
3347 2009-02-28 Carsten Dominik <carsten.dominik@gmail.com>
3349 * org-exp.el (org-export-as-ascii): Reverse link buffer before
3351 (org-export-ascii-push-links): Fix bug with pussing links into the
3354 2009-02-27 Carsten Dominik <carsten.dominik@gmail.com>
3356 * org-archive.el (org-archive-subtree): Do not add 1 to level if
3357 pasting at top level.
3359 * org-bbdb.el: Improve documentation.
3361 2009-02-26 Carsten Dominik <carsten.dominik@gmail.com>
3363 * org-list.el (org-insert-item): Only consider insert empty lines
3364 is `org-empty-line-terminates-plain-lists' is not nil.
3366 * org.el (org-blank-before-new-entry): Mention the dependence on
3367 `org-empty-line-terminates-plain-lists' in the docstring.
3369 * org-publish.el (org-publish-get-project-from-filename): New
3370 optional argument UP. Only find the top project if UP is set.
3371 (org-publish-current-project): Find the top encloding project.
3373 * org-agenda.el (org-agenda-before-write-hook)
3374 (org-agenda-add-entry-text-maxlines): New options.
3375 (org-write-agenda): Run the new hook in the temporary buffer.
3376 (org-agenda-add-entry-text): New function.
3377 (org-write-agenda): Implement PDF export, using ps2pdf.
3379 * org.el (org-global-properties-fixed, org-global-properties):
3380 Improve documentation string.
3382 * org-exp.el (org-export-ascii-links-to-notes): New option.
3383 (org-export-as-ascii): Handle links better.
3384 (org-export-ascii-wrap, org-export-ascii-push-links): New
3387 2009-02-25 Carsten Dominik <carsten.dominik@gmail.com>
3389 * org-agenda.el (org-agenda): Make prefix arg optional.
3390 (org-agenda-search-headline-for-time): New option.
3391 (org-format-agenda-item): Honor
3392 `org-agenda-search-headline-for-time'.
3394 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3397 * org.el (org-self-insert-cluster-for-undo): New option.
3398 (org-self-insert-command): Cluster undo for 20 characters.
3399 (org-self-insert-command-undo-counter): New variable.
3401 2009-02-24 Carsten Dominik <carsten.dominik@gmail.com>
3403 * org-exp.el (org-export-as-html): Fix problem with closing colone
3406 2009-02-22 Carsten Dominik <carsten.dominik@gmail.com>
3408 * org-export-latex.el (org-export-as-latex)
3409 (org-export-latex-first-lines): Avoid modification flag when
3410 adding or removing text properties.
3411 (org-export-latex-fontify): Catch error when org-emph-alist has
3412 entries that are not defined for LaTeX export.
3414 * org.el (orgstruct++-mode): New function.
3415 (turn-on-orgstruct++): Call `orgstruct++-mode'.
3416 (org-context-p): Allow detecting item context after the first line
3418 (orgstruct-make-binding): Detect if item-body context should be
3420 (orgstruct-is-++): New variable.
3421 (org-add-planning-info): Catch the case when there is no planning
3422 info yet and the call does not want to add anything, only maybe
3423 tries to remove something.
3424 (org-special-ctrl-a/e): All value to be a cons cell with separate
3425 settings for `C-a. and `C-e'.
3426 (org-beginning-of-line, org-end-of-line): Honor separate values
3427 for `C-a' and `C-e'.
3429 2009-02-21 Carsten Dominik <carsten.dominik@gmail.com>
3431 * org.el (org-reload): New command.
3433 2009-02-20 Carsten Dominik <carsten.dominik@gmail.com>
3435 * org-exp.el (org-export-htm-get-tag-class-name)
3436 (org-export-htm-get-todo-kwd-class-name): New functions.
3437 (org-export-html-tag-class-prefix)
3438 (org-export-html-todo-kwd-class-prefix): New options.
3439 (org-export-as-html): Call
3440 `org-export-html-get-todo-kwd-class-name'.
3441 (org-html-level-start): Wrap tags into classes.
3442 (org-export-html-get-tag-class-name)
3443 (org-export-html-get-todo-kwd-class-name): New functions.
3445 * org-export-latex.el (org-export-latex-collect-header-macros):
3446 Remove fields that are used anyway.
3447 (org-export-latex-make-header): Insert the options earlier.
3449 * org-agenda.el (org-agenda-get-progress): Fix bug with state
3452 * org-list.el (org-indent-item): Allow point to be at the end of
3455 * org.el (org-metaleft, org-metaright): Be more accurate about
3456 detecting a region where commands apply.
3458 * org-compat.el (org-cursor-to-region-beginning): New function.
3460 * org.el (org-priority): Also find invisible heading.
3462 * org-colview-xemacs.el (org-columns-edit-value): No special
3463 treatment for `org-todo' prefix.
3465 * org-colview.el (org-columns-edit-value): No special treatment
3466 for `org-todo' prefix.
3468 * org-remember.el (org-remember-apply-template): Use
3469 `org-completing-read-no-ido'.
3471 * org.el (org-completing-read-no-ido): New function.
3472 (org-make-tags-matcher, org-set-property): Use
3473 `org-completing-read-no-ido'.
3475 * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3477 (org-export-as-latex): Import in-buffer settings as TeX macros.
3478 (org-export-latex-make-header): Additional parameter OPT-DEFS.
3479 (org-export-latex-collect-header-macros): New function.
3481 * org.el (org-refile-get-location): Turn off
3482 `partial-completion-mode'.
3484 2009-02-19 Carsten Dominik <carsten.dominik@gmail.com>
3486 * org.el (org-block-todo-from-checkboxes): Announce that
3487 checkboxes are the culprit.
3488 (org-block-todo-from-children-or-siblings): Call
3489 `org-up-heading-all instead' of `outline-up-heading'.
3491 * org-agenda.el (org-agenda-show-1): Renamed from
3493 (org-agenda-show): Re-install the old version for now.
3494 (org-agenda-dim-blocked-tasks): Update docstring. Scope a
3495 variable into the blokker hook, so that the checkbox checker can
3496 anounce that it caused the blocking.
3498 * org.el (org-track-ordered-property-with-tag): New option.
3499 (org-toggle-ordered-property): Honor
3500 `org-track-ordered-property-with-tag'.
3501 (org-tag-alist): Add newline options.
3502 (org-set-regexps-and-options): Separate option lines imply a
3504 (org-set-regexps-and-options, org-assign-fast-keys)
3505 (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3507 (org-indent-line-function): Make sure this works even if there is
3508 not `org-drawer-regexp' defined. This can happen when
3509 orgstruct-mode is used in a non-org buffer.
3511 * org-list.el (org-checkbox-blocked-p): New function.
3512 (org-toggle-checkbox): Check for blocking.
3514 * org.el (org-modules): Add an entry for org-R.el.
3516 * org-agenda.el (org-agenda-todo-ignore-with-date)
3517 (org-agenda-todo-ignore-scheduled)
3518 (org-agenda-todo-ignore-deadlines): Mention the variable
3519 `org-agenda-tags-todo-honor-ignore-options' in the docstring.
3521 * org.el (org-get-wdays): Find the warning period also if it is in
3523 (org-ido-completing-read): Provide the correct arguments to
3524 ido-completing-read and bind `ido-enter-matching-directory' to
3527 2009-02-17 Carsten Dominik <carsten.dominik@gmail.com>
3529 * org.el (org-olpath-completing-read): Never use ido for this
3532 * org-exp.el (org-export-normalize-links): Use new macro.
3534 * org-macs.el (org-if-unprotected-at): New macro.
3536 * org-agenda.el (org-agenda-show): Allow numerical prefix
3537 arguments to specify how much context should be shown.
3538 (org-agenda-cycle-show): New command, could be bound to SPC in
3539 org-agenda-mode-map.
3541 * org-exp.el (org-html-level-start): Space after section number.
3543 2009-02-16 Carsten Dominik <carsten.dominik@gmail.com>
3545 * org-agenda.el (org-agenda-get-sexps): Add todo state as
3546 property, for sorting.
3547 (org-cmp-todo-state): Get the applicable TODO keywords directly
3549 (org-run-agenda-series, org-agenda-list, org-search-view)
3550 (org-todo-list, org-tags-view): Only fit agenda window when the
3551 whole series is done.
3553 * org.el (org-scan-tags): Add todo state as property, for sorting.
3555 * org-agenda.el (org-agenda-custom-commands-local-options): Add
3556 `org-agenda-overriding-header' as an option.
3557 (org-agenda-list): Honor org-agenda-overriding-header'.
3559 2009-02-15 Carsten Dominik <carsten.dominik@gmail.com>
3561 * org-list.el (org-toggle-checkbox): Improve cursor positioning
3562 after removing a checkbox.
3564 * org.el (org-show-entry): Make this work correctly also if it is
3565 the last entry in the file.
3566 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3567 falling back to normal, default command.
3568 (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3569 item, call the checkbox toggler to get a box.
3571 * org-list.el (org-toggle-checkbox): Make double prefix set the
3573 (org-fix-bullet-type): Only replace bullet if it is changed.
3574 (org-renumber-ordered-list): Handle case when first item does not
3577 * org.el (org-add-log-setup): Fix positioning when
3578 `org-log-states-order-reversed' is nil.
3580 * org-clock.el (org-clock-in): Fix positioning when
3581 `org-log-states-order-reversed' is nil.
3582 (org-clock-find-position): Fix positioning when
3583 `org-log-states-order-reversed' is nil.
3585 2009-02-14 Carsten Dominik <carsten.dominik@gmail.com>
3587 * org-clock.el (org-clock-into-drawer): Take default from
3588 `org-log-into-drawer'.
3589 (org-clock-find-position): Look for the correct drawer.
3591 * org.el (org-log-into-drawer): Renamed from
3592 `org-log-state-notes-into-drawer'.
3593 (org-log-state-notes-into-drawer): New variable alias.
3594 (org-add-log-setup): Make drawer name default to LOGBOOK, not
3596 (org-insert-property-drawer): Also skip LOGBOOK drawers.
3598 2009-02-13 Carsten Dominik <carsten.dominik@gmail.com>
3600 * org-agenda.el (org-agenda): Fix docstring.
3602 * org.el ("org-plot"): Help loading org-plot.
3603 (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3604 (org-metadown-hook, org-shiftmetaleft-hook)
3605 (org-shiftmetaright-hook, org-shiftmetaup-hook)
3606 (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3607 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3608 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3609 (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3611 * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3612 for selecting files with any (and even without) extension.
3614 * org.el (org-save-all-org-buffers): Also save id locations.
3615 (org-revert-all-org-buffers): Also load id locations.
3617 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
3618 * org.el (org-drawers): Add LOGBOOK to the default drawers.
3619 (org-log-state-notes-into-drawer): New option.
3620 (org-add-log-setup): Place the sate note marker into the drawer,
3621 create drawer when necessary.
3622 (org-refile-targets): Document special interpretation of LEVEL
3623 when odd-levels are used.
3625 2009-02-12 Carsten Dominik <carsten.dominik@gmail.com>
3627 * org.el (org-store-log-note): Fix note indentation when adding
3628 notes to end of list.
3630 * org-exp.el (org-export-as-html): Add TODO keyword as extra
3631 class, so that each keyword can get special colors through CSS.
3633 * org-clock.el (org-clock-out): Add another nil for the previous
3634 state into the call to `org-add-log-setup'.
3636 * org.el (org-log-note-previous-state): New variable.
3637 (org-log-note-headings): New %S escape for old state.
3638 (org-todo): Call the note setup with the old state as an
3640 (org-add-note): Add another nil for the previous state into the
3641 call to `org-add-log-setup'.
3642 (org-add-log-setup): New argument PREV-STATE.
3643 (org-add-log-note): Handle new %S escape.
3644 (org-store-log-note): Handle new %S escape.
3646 2009-02-11 Carsten Dominik <carsten.dominik@gmail.com>
3648 * org-clock.el (org-clock-find-position): Do not swallow an item
3649 less indented than the CLOCK line itself.
3650 (org-clock-in): Push markers to lin after the clock line.
3651 (org-clock-find-position): Handle values of
3652 `org-clock-into-drawer' smaller than 2.
3654 * org-exp.el (org-html-level-start): Add a CSS class to section
3656 (org-export-html-toplevel-hlevel): Better documentation of the
3657 influence of this variables on H levels and css classes in
3660 2009-02-10 Carsten Dominik <carsten.dominik@gmail.com>
3662 * org-agenda.el (org-agenda-custom-commands-local-options): Add
3663 timestamp and nottimestamp to the chooe menu.
3665 * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
3666 (org-revert-all-org-buffers): New command.
3668 2009-02-09 Carsten Dominik <carsten.dominik@gmail.com>
3670 * org.el (org-return): Implement `org-return-follows-link' in the
3671 function org-return. This is more robust than using the mouse
3673 (org-set-regexps-and-options): Match more general #+TODO lines.
3674 (org-make-options-regexp): New optional argument EXTRA, for an
3676 (org-tab-follows-link): Mark as deprecated.
3678 2009-02-07 Carsten Dominik <carsten.dominik@gmail.com>
3680 * org-exp.el (org-export-preprocess-string): Remove clock lines
3681 earlier, so that they cannot cotribute to verbatim snippets.
3683 2009-02-06 Carsten Dominik <carsten.dominik@gmail.com>
3685 * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
3686 for finding drawers.
3687 (org-export-as-ascii, org-export-as-html): Count levels relative
3688 to the subtree header.
3689 (org-get-min-level): New optional argument OFFSET.
3690 (org-export): Make sure point is restored after popping up that
3693 * org.el (org-do-sort): Also take an inactive timestamp if no
3694 active one is found.
3696 * org-colview-xemacs.el (org-columns-capture-view): Copy before
3697 deleting duplicates.
3699 * org-colview.el (org-columns-capture-view): Copy before
3700 deleting duplicates.
3702 * org-exp.el (org-export-preprocess-string): Fix bug when skipping
3703 text before first headline.
3705 * org.el (org-format-latex): Do not convert LaTeX fragments in
3708 2009-02-04 Carsten Dominik <carsten.dominik@gmail.com>
3710 * org-exp.el (org-export-html-style-default): Use color values
3711 instead of names for XHTML validation.
3713 * org.el (org-get-scheduled-time, org-get-deadline-time): New
3715 (org-return-follows-link): Revert making this the default untile
3716 issues are resolved.
3718 * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
3721 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
3723 * org.el (org-mode): Make dependence stuff work more reliably.
3724 (org-update-parent-todo-statistics): Fix bug with updating
3727 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3728 ~ as verbatim delimiters.
3730 * org-exp.el (org-export-html-format-image): New argument
3732 (org-export-as-html): Pass par-open to
3733 `org-export-html-format-image'.
3735 2009-02-01 Carsten Dominik <carsten.dominik@gmail.com>
3737 * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
3738 (org-use-fast-todo-selection, org-tags-column): New default
3739 setting for variables, based on a poll what typical uses use.
3741 * org-agenda.el (org-agenda-sorting-strategy)
3742 (org-agenda-tags-column): New default setting for variables, based
3743 on a poll what typical uses use.
3745 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3747 * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
3748 blocked entries from setting the blocked tag.
3750 * org-exp.el (org-export-html-footnotes-section): Use a more
3751 consistent id for footnotes.
3753 * org-export-latex.el (org-export-latex-classes): Remove the
3754 a4paper option from the default styles.
3756 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
3758 * org.el (org-enforce-todo-checkbox-dependencies): New option.
3759 (org-block-todo-from-checkboxes): New function.
3760 (org-todo): Make tripple prefix arg circumvent blocking.
3762 * org-timer.el (org-timer): Provide the timer feature.
3764 * org.el (org-require-autoloaded-modules): Add a few more files to
3765 the list of autoloaded modules.
3767 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3769 2009-01-29 Carsten Dominik <carsten.dominik@gmail.com>
3771 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3772 drawers that are unprotected.
3773 (org-export-html-format-image): Make sure inlined LaTeX fragment
3774 images remain inlined.
3776 * org.el (org-toggle-ordered-property): New function.
3777 (org-mode-map): Add a key for `org-toggle-ordered-property'.
3778 (org-org-menu): Add menu entries for TODO dependencies.
3780 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
3782 * org.el (org-default-properties): Add ORDERED to the default
3783 properties, to get completion support for it.
3785 * org-list.el (org-update-checkbox-count): Update more than one cookie.
3787 * org.el (org-update-parent-todo-statistics): Update more than one
3790 * org-agenda.el (org-agenda-get-todos): Start search from correct
3793 * org.el (org-fast-todo-selection): Make sure TODO selection does
3794 not change buffer position.
3796 * org-list.el (org-toggle-checkbox): Implement adding or removing
3797 checkboxes from line or region when called with a prefix
3800 * org-rmail.el (org-rmail-store-link): Protect the call to
3801 `rmail-narrow-to-non-pruned-header'.
3803 * org-clock.el (org-clock-special-range): Fix week display in
3806 * org-exp.el (org-get-current-options): Fix bug when in indirect
3809 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
3811 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3812 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3813 (org-agenda-dim-blocked-tasks): New function.
3815 * org.el (org-enforce-todo-dependencies): New option.
3816 (org-block-todo-from-children-or-siblings): New function.
3818 * org-faces.el (org-agenda-dimmed-todo-face): New face.
3820 * org.el (org-todo): Return correct state type even if the blocker
3822 (org-modifier-cursor-error): Renamed from
3823 `org-shiftcursor-error'.
3824 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3825 (org-shiftmetadown): Call `org-modifier-cursor-error'.
3827 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3828 to get real errors from the blocker hook.
3830 * org.el (org-shiftselect-error, org-call-for-shift-select): New
3832 (org-set-visibility-according-to-property): Turn off the setting
3833 of `org-show-entry-below', to avoid overruling a FOLDED visibility
3836 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
3838 * org.el (org-support-shift-select): New option.
3839 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3840 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3841 selection outside contexts.
3843 * org-list.el (org-at-item-bullet-p): New function.
3845 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3848 * org-footnote.el (org-footnote-normalize): Remove unnecessary
3850 (org-insert-footnote-reference-near-definition): Remove
3851 unnecessary let form.
3853 * org-export-latex.el (org-export-latex-first-lines): Add
3854 OPT-PLIST parameter.
3855 (org-export-as-latex): Call `org-export-latex-first-lines' with
3856 opt-plits parameter.
3857 (org-export-latex-preprocess): Remove unnecessary variables.
3859 * org-exp.el (org-infile-export-plist)
3860 (org-export-add-options-to-plist, org-export-kill-licensed-text)
3861 (org-export-remove-headline-metadata)
3862 (org-export-get-title-from-subtree, org-get-min-level)
3863 (org-html-do-expand): Remove innecessary let form.
3865 * org-colview-xemacs.el (org-columns-display-here): Remove
3866 unnecessary variables.
3868 * org-colview.el (org-columns-display-here): Remove unnecessary
3871 * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
3874 * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
3875 unnecessary variables.
3877 * org-agenda.el (org-search-view, org-agenda-get-blocks)
3878 (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
3881 * org.el (org-set-emph-re): Clean-up the STACKED stuff.
3882 (org-compact-display-after-subtree-move): Remove unnecessary
3884 (org-edit-fixed-width-region): Remove unnecessary variables.
3885 (org-edit-src-find-region-and-lang): Remove unnecessary variables.
3886 (org-olpath-completing-read): Remove unnecessary variable.
3887 (org-auto-repeat-maybe): Remove unnecessary variable.
3888 (org-map-entries): Remove unnecessary variable.
3889 (org-buffer-property-keys, org-imenu-get-tree)
3890 (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
3892 -----------------------------------------------------------------
3894 2009-01-26 Carsten Dominik <carsten.dominik@gmail.com>
3895 * org-exp.el (org-export-remove-timestamps): Never remove
3896 timestamps from tables.
3898 * org-export-latex.el (org-export-latex-first-lines): Add more
3899 options to the preprocessing of the text before the first
3902 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3904 * org-faces.el (org-clock-overlay): Make face compatible with
3907 * org.el (org-yank): Add property for delete-selection mode.
3909 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
3911 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
3914 * org-table.el (org-table-insert-hline): Fix typo in fuction call
3917 * org-exp.el (org-export-as-html): Remove the initial space from
3920 * org.el (org-scan-tags): Call
3921 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3923 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
3924 customization groups.
3925 (org-agenda-tags-todo-honor-ignore-options): New option.
3926 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3928 (org-agenda-get-todos): Use
3929 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3931 2009-01-24 Carsten Dominik <carsten.dominik@gmail.com>
3933 * org-exp.el (org-export-format-source-code-or-example): Escape
3934 HTML characters also in examples that anre not treated with
3935 htmlize. Also, just switch to EXAMPLE processing if we do not
3936 have a good version of htmlize.
3938 * org-rmail.el: Fix copyright notice.
3940 * org.el (org-activate-footnote-links): Improve footnote link
3943 * org-footnote.el (org-footnote-normalize): Fix finding the end of
3944 a footnote definition at the end of the file.
3946 * org-table.el (org-table-get-specials): Add an imagined hline at
3947 the end of the table. This can be useful for references that want
3948 to go to the end of the table. Also fix bug when computing last
3949 row constants, in tables that do not start right at the right
3951 (org-table-eval-formula): Match and replace remove references.
3952 (org-table-formula-substitute-names): Make sure that names inside
3953 a "remote" call are left alone, the will be replaced later when
3954 the remote call is handled.
3955 (org-table-convert-refs-to-rc): Do not convert things that might
3956 look like a reference, but are really part of an ID or namei n a
3958 (org-table-get-remote-range): New function.
3960 2009-01-22 Carsten Dominik <carsten.dominik@gmail.com>
3962 * org-faces.el (org-clock-overlay): Fix bug in face definition.
3964 * org-clock.el (org-clock-put-overlay): Use new face instead of
3965 `secondary-selection'.
3967 * org-faces.el (org-clock-overlay): New face.
3969 2009-01-21 Carsten Dominik <carsten.dominik@gmail.com>
3971 * org-exp.el (org-get-current-options): Include the option for
3972 publishing time stamps.
3974 * org.el (org-toggle-heading): Renamed from
3975 `org-toggel-region-headings'.
3976 No longer needs a region defined, but will use it if there is one.
3977 (org-ctrl-c-star): Simplified, relying more on the internal
3978 workings of `org-toggle-heading'.
3979 (org-toggle-item): Renamed from `org-toggle-region-items'.
3980 No longer needs a region defined, but will use it if there is one.
3981 (org-ctrl-c-minus): Simplified, relying more on the inernal
3982 workings of `org-toggle-item'.
3984 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
3985 environment detection. Also, do real changes only in unprotected
3988 2009-01-20 Carsten Dominik <carsten.dominik@gmail.com>
3990 * org-export-latex.el (org-export-latex-quotation-marks): Use
3991 `org-if-unprotected-1'.
3992 (org-export-latex-set-initial-vars): Check for class definition in
3995 * org-macs.el (org-if-unprotected-1): New macro.
3997 2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
3999 * org-compat.el (org-count-lines): New function.
4001 * org-exp.el (org-export-format-source-code-or-example): Handle
4002 switches related to text areas.
4004 * org.el (org-activate-footnote-links): Don't allow match inside a
4007 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4009 * org-export-latex.el (org-export-latex-links): Keep a relative
4010 path relative also after export.
4012 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4014 * org.el (org-make-tags-matcher): Never use IDO for completing the
4015 tags matcher match string.
4016 (org-completing-read): Also remove the special biding for "?".
4018 * org-attach.el (org-attach-allow-inheritance): New option.
4019 (org-attach-inherited): New variable.
4020 (org-attach-dir): Handle properties related to the attachment
4022 (org-attach-check-absolute-path): New function.
4023 (org-attach-set-directory, org-attach-set-inherit): New commands.
4024 (org-attach): Accommodate the new commands in the dispatcher.
4026 2009-01-18 Carsten Dominik <carsten.dominik@gmail.com>
4028 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4029 `window-full-width-p'.
4031 * org-exp.el (org-export-as-html): Only check for images files
4032 that really can be inlined
4034 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4035 list of extensions to be a parameter.
4037 * org-exp.el (org-export-html-inline-image-extensions): New
4040 * org-agenda.el (org-prepare-agenda): Use
4041 `org-agenda-block-separator'.
4042 (org-agenda-block-separator): New option.
4044 2009-01-17 Carsten Dominik <carsten.dominik@gmail.com>
4046 * org-export-latex.el (org-export-latex-tables): Call
4047 `org-table-clean-before-export' with the new optional argument.
4049 * org-exp.el (org-table-clean-before-export): New optional
4050 parameter MAYBE-QUOTED, allows for quoted characters like \# in
4053 2009-01-16 Carsten Dominik <carsten.dominik@gmail.com>
4055 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4058 * org-colview.el (org-colview-construct-allowed-dates): Better
4059 error catching when a date/time property does not have allowed
4062 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4063 Better error catching when a date/time property does not have
4064 allowed values defined.
4066 2009-01-14 Carsten Dominik <carsten.dominik@gmail.com>
4068 * org.el (org-map-entries): Restore point and restriction after
4071 2009-01-13 Carsten Dominik <carsten.dominik@gmail.com>
4073 * org.el (org-time=, org-time<, org-time<=, org-time>)
4074 (org-time>=, org-time<>): Make sure both values are dates.
4076 2009-01-11 Carsten Dominik <carsten.dominik@gmail.com>
4078 * org-archive.el (org-extract-archive-heading): Allow %s for file
4079 name also in achive location heading.
4081 2009-01-10 Carsten Dominik <carsten.dominik@gmail.com>
4083 * org-archive.el (org-add-archive-files): Uniquify the list before
4086 2009-01-09 Carsten Dominik <carsten.dominik@gmail.com>
4088 * org-compat.el (org-fit-window-to-buffer): Use
4089 `window-full-width-p'.
4091 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4092 space after the colon in short examples.
4094 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4095 enforce a space after the colon. However, we also allow lines
4096 that are *only* a colon.
4097 (org-export-as-html): Enforce the space after the colon in short
4099 (org-export-preprocess-string): Do the colon example protection
4101 (org-export-remove-timestamps): Do not check for protection at the
4104 2009-01-08 Carsten Dominik <carsten.dominik@gmail.com>
4106 * org.el (org-format-latex-options): Add new matcher for single
4107 letters between dollars.
4108 (org-get-header): Function removed.
4109 (org-heading-components): New function.
4111 * org-exp.el (org-export-define-heading-targets): Record ID's also
4112 as alternative targets.
4113 (org-export-as-html): Interpret "id:" links to other files by
4114 preserving the relative path.
4116 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4119 * org-exp.el (org-export-normalize-links): Protect the main link,
4120 to avoid special character processing.
4122 * org-export-latex.el (org-export-latex-special-keyword-regexp):
4124 (org-export-latex-special-string-regexps): Variable removed.
4125 (org-export-latex-keywords): Use the new regexp.
4127 * org-exp.el (org-export-handle-include-files): Fetch switches and
4128 put them into the BEGIN statement.
4130 * org-timer.el (org-timer-mode-line-string): New variable.
4132 * org-clock.el (org-clock-mode-line-map): Renamed from
4133 `org-clock-mode-map'.
4134 (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4135 (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4136 (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4137 (org-clock-remove-overlays): Renamed from
4138 `org-remove-clock-overlays'.
4140 * org-timer.el (org-timer-pause-or-continue): Implement stopping
4141 and mode line display.
4142 (org-timer-stop): New command.
4143 (org-timer-seconds): Return correct time when timer is paused.
4144 (org-timer-mode-line-timer): New variable.
4145 (org-timer-set-mode-line, org-timer-update-mode-line): New
4148 * org.el (org-insert-heading): Handle new value `auto' for
4149 `org-blank-before-new-entry'.
4150 (org-org-menu): Add new items for timer functions.
4152 * org-list.el (org-insert-item): Handle new value `auto' for
4153 `org-blank-before-new-entry'.
4155 * org.el (org-blank-before-new-entry): New value `auto', made
4158 2009-01-07 Carsten Dominik <carsten.dominik@gmail.com>
4160 * org-exp.el (org-export-normalize-links): If the link is also
4161 used as the description, protect the description.
4163 2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
4165 * org.el (org-closest-date): Fix bug with yearly repeats, in
4166 combination with preference of the past as it is used for deadline
4167 and scheduling search.
4169 * org-exp.el (org-html-handle-time-stamps): No longer check for
4170 the `org-export-with-timestamps' option, because the preprocesser
4171 has taken care of this already.
4173 * org.el (org-entry-properties): Catch the case when this is
4174 called in a non-org-mode file.
4176 * org-export-latex.el (org-export-latex-remove-from-headlines):
4177 Variable made obsolete, also LaTeX export now uses the standard
4179 (org-export-as-latex): Add the timestamps parameter to the
4180 preprocessor parameter list.
4181 (org-export-latex-content): Export the remaining keywords without
4182 considering to remove them.
4183 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4184 Use bold font instead of tt font for the keywords.
4185 (org-export-latex-fontify-headline): Format headlines, assuming
4186 that all keywords still present should be published.
4187 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4188 publish what ever remains of the time stamps.
4189 (org-export-latex-list-parameters): New option.
4190 (org-export-latex-lists): Pass additional parameters to the list
4193 * org-exp.el (org-export-preprocess-string): Remove clock lines
4194 and timestamps already in the preprocesor.
4195 (org-export-remove-timestamps, org-export-remove-clock-lines): New
4197 (org-export-as-ascii, org-export-as-html): Add the timestamps
4198 parameter to the preprocessor parameter list.
4200 * org-list.el (org-list-parse-list): Parse for checkboxes.
4201 (org-list-to-generic): Introduce and handle new parameters :cbon
4203 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4204 optional parameter PARAMS.
4206 * org-export-latex.el (org-export-latex-special-chars): Fix
4207 problems with interpreting dollar signs.
4208 (org-inside-latex-math-p): New function.
4209 (org-export-latex-preprocess): Protect all the math fragments.
4211 * org.el (org-latex-regexps): Allow a dash after a dollar.
4213 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4216 * org-agenda.el (org-run-agenda-series): Have series options set
4217 when finalizing the agenda.
4219 * org-exp.el (org-export-format-source-code-or-example): Protect
4220 the converted examples.
4222 * org.el (org-set-regexps-and-options): Fix the regexp
4223 `org-complex-heading-regexp'.
4225 2009-01-05 Carsten Dominik <carsten.dominik@gmail.com>
4227 * org.el (org-edit-src-get-label-format): New function.
4228 (org-coderef-label-format): New option.
4229 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4230 a label format specification and make sure it is used in the edit
4232 (org-edit-src-get-label-format): New function.
4233 (org-store-link): Handle new coderef formats.
4234 (org-link-search): Handle new coderef formats.
4236 * org-footnote.el (org-footnote-create-definition)
4237 (org-footnote-goto-local-insertion-point): Make footnote insertion
4238 work correctly when the "Footnotes" headline is the last line in
4241 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4244 2009-01-04 Carsten Dominik <carsten.dominik@gmail.com>
4246 * org-w3m.el (org-w3m): New customization group.
4247 (org-w3m-deactivate-mark): New option.
4248 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4251 2009-01-02 Carsten Dominik <carsten.dominik@gmail.com>
4253 * org.el (org-set-font-lock-defaults): Trigger footnote
4255 (org-activate-footnote-links): New function.
4256 (org-activate-links): New entry `footnote'.
4258 * org-faces.el (org-footnote): New face.
4260 2009-01-01 Carsten Dominik <carsten.dominik@gmail.com>
4262 * org-macs.el (org-re): Handle the [:word:] class.
4264 * org-exp.el (org-export-preprocess-string): Call
4265 `org-export-protect-colon-examples'.
4266 (org-export-protect-colon-examples): Renamed from
4267 `org-export-protect-examples', and scope limited to lines starting
4270 2008-12-31 Carsten Dominik <carsten.dominik@gmail.com>
4272 * org-exp.el (org-export-preprocess-string): Move the preprocess
4273 hook to after turning on Org-mode.
4274 (org-export-preprocess-after-include-files-hook)
4275 (org-export-preprocess-after-tree-selection-hook)
4276 (org-export-preprocess-before-backend-specifics-hook)
4277 (org-export-preprocess-final-hook): New hooks.
4278 (org-export-preprocess-string): Run the new hooks.
4280 * org.el (org-ctrl-c-minus): Fix indentation for new items.
4282 * org-footnote.el: New file.
4284 * org.el (org-footnote): Require footnote code.
4285 (org-startup-options): Add new footnote options.
4286 (org-mode-map): New keybindig for footnotes.
4287 (org-ctrl-c-ctrl-c): Add function at footnotes.
4288 (org-org-menu): New menu entries for footnotes.
4290 * org-export-latex.el (org-export-as-latex): Pass footnote
4291 variable to preprocessor.
4292 (org-export-latex-preprocess): Treat multiple references to a
4295 * org-exp.el (org-export-preprocess-string): Call
4296 `org-footnote-normalize'.
4297 (org-export-as-ascii, org-export-as-html): Pass footnote variable
4299 (org-export-as-html): Treat multiple references to a footnote.
4301 2008-12-26 Carsten Dominik <carsten.dominik@gmail.com>
4303 * org-export-latex.el (org-export-latex-links): Handle coderef
4306 * org.el (org-bracket-link-analytic-regexp++): New variable.
4307 (org-make-link-regexps): Initialize
4308 `org-bracket-link-analytic-regexp++'.
4309 (org-store-link): Implement special case in edit-src buffer.
4310 (org-insert-link): No use of ide to insert stored links.
4311 (org-link-search): Implement special case for coderefs.
4313 * org-exp.el (org-export-html-scripts): New constant.
4314 (org-export-html-style-default): Add a new style for highlighted
4316 (org-export-code-refs): New variable.
4317 (org-export-preprocess-string): Initialize `org-export-code-refs'.
4318 Call `org-export-replace-src-segments-and-examples'
4319 No longer call `org-export-protect-examples'.
4320 (org-export-target-internal-links): Take care of coderef targets.
4321 (org-export-last-code-line-counter-value): New variable.
4322 (org-export-replace-src-segments-and-examples): Renamed from
4323 `org-export-replace-src-segments', and modified.
4324 (org-export-format-source-code-or-example): Renamed from
4325 `org-export-format-source-code'.
4326 (org-export-number-lines): New function.
4327 (org-export-as-ascii, org-export-as-html): Handle coderef links.
4329 --------------------------------------------------------------------------
4331 2008-12-23 Carsten Dominik <carsten.dominik@gmail.com>
4333 * org-remember.el (org-remember-handler): Safer way to get a new
4334 buffer accessing the target file.
4336 * org.el (org-refile-get-location): Handle case of current buffer
4337 not having a file associated with it.
4339 2008-12-22 Carsten Dominik <carsten.dominik@gmail.com>
4341 * org-table.el (org-table-get-formula): Only ask to overwrite
4342 field formula if there really is one.
4344 * org-id.el (org-id-find): Allow the ID to be a symbol or a
4345 number, by converting these to a string.
4347 * org-colview.el (org-dblock-write:columnview): Allow ID to be
4348 located in a different file.
4350 * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4353 2008-12-21 Carsten Dominik <carsten.dominik@gmail.com>
4355 * org.el (org-completion-use-ido): Enhance docstring of
4356 `org-completion-use-ido'.
4358 * org-export-latex.el (org-export-latex-make-header): Double the %
4359 in the time stamp format.
4360 (org-export-latex-special-chars): Handle case where there is no
4363 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
4365 * org.el (org-get-refile-targets, org-refile-get-location): Use
4366 expanded file name to improve comparison.
4368 2008-12-19 Carsten Dominik <carsten.dominik@gmail.com>
4370 * org.el (org-scan-tags): Rescan for tags, to get the correct
4371 upcase/downcase stuff. This slows things down for now, but it
4373 (org-mode): Make sure the tag-faces regexp is initialized.
4375 * org-export-latex.el (org-export-latex-links): Fix bug with
4378 * org-table.el (org-table-get-specials): Set
4379 `org-table-current-last-data-line'.
4380 (org-table-current-last-data-line): New variable.
4381 (org-table-insert-column, org-table-delete-column)
4382 (org-table-move-column, org-table-fix-formulas): Call
4383 `org-table-fix-formulas' a second time to fix the $LR references.
4384 (org-table-get-specials): Add the $LR references to the tables.
4385 (org-table-get-formula): Do not offer last-row names as LHS of
4388 * org.el (org-store-link): Capture link description from
4389 `org-id-store-link'.
4391 * org-exp.el (org-export-html-format-image): Add the / to the end
4393 (org-export-format-source-code): Surround example by empty lines,
4394 to make sure it will not be inside a paragraph.
4396 * org.el (org-ido-switchb): New function.
4398 2008-12-18 Carsten Dominik <carsten.dominik@gmail.com>
4400 * org-agenda.el (org-agenda-show): New prefix argument
4403 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4406 * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4407 `org-agenda-change-all-lines'.
4408 (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4409 tags are now retrieved locally.
4411 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
4413 * org.el (org-get-outline-path): Fix bug if level is not given.
4414 (org-org-menu): Do not quote function in menu vector.
4416 * org-agenda.el (org-finalize-agenda): Fix typo with variable
4419 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4421 * org.el (org-refile): Avoid refiling to within the region to be
4424 * org-export-latex.el (org-export-latex-special-chars): Replace
4425 special characters also in tables.
4427 * org-agenda.el (org-agenda-change-all-lines): New argument
4429 (org-agenda-set-tags): Cet the new tags and pass them to
4430 `org-format-agenda-item'.
4432 2008-12-15 Carsten Dominik <carsten.dominik@gmail.com>
4434 * org-export-latex.el (org-export-latex-classes): Add longable as
4435 a default package to all classes.
4436 (org-export-latex-tables): Handle the longtable attribute and the
4439 * org-table.el (orgtbl-to-generic): Handle tables that start with
4442 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4443 \verb for colde-like snippets.
4444 (org-export-as-latex): Fix issues with region export.
4446 * org.el (org-up-heading-safe): Speed up function by using a
4447 direct regexp search.
4448 (org-olpa): New variable.
4449 (org-get-outline-path): Speed-up path constructions in cases where
4450 this is possible because the entire hierarchy is scanned anyway.
4451 (org-refile-get-location): Don't compare the truenames of files,
4453 (org-goto-max-level): New option.
4454 (org-goto): Use `org-goto-max-level'.
4456 2008-12-12 Tassilo Horn <tassilo@member.fsf.org>
4458 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4459 Strip angle brackets from message-ids in the former and don't do
4461 (org-gnus-follow-link): Open summary reliable, even if the last
4462 messages were deleted, and handle empty groups, too.
4464 2008-12-12 Carsten Dominik <carsten.dominik@gmail.com>
4466 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4467 instead of \texttt for the =...= and ~===~ emphasis environments.
4468 (org-export-as-latex): Remove any old :org-license-to-kill text
4470 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4471 (org-export-latex-make-header): Add some hard space after the
4473 (org-export-latex-first-lines): Accept RBEG argument. Mark
4474 exported text so that it will be excuded in further steps.
4476 * org-table.el (org-table-get-specials): Make @0 reference the
4477 last line in a table.
4478 (org-table-recalculate): Improve docstring.
4480 2008-12-11 Carsten Dominik <carsten.dominik@gmail.com>
4482 * org.el (org-log-done): Fix docstring.
4484 2008-12-10 Carsten Dominik <carsten.dominik@gmail.com>
4486 * org-exp.el (org-export-html-format-image): Fix bugs.
4488 * org-export-latex.el (org-export-latex-tables)
4489 (org-export-latex-links): Implement attribute, label, and caption
4492 * org-exp.el (org-export-html-style-default): Add style
4493 definitions for the figure div.
4494 (org-export-preprocess-string, org-export-as-html): Implement
4495 attribute, label, and caption handling.
4496 (org-export-attach-captions-and-attributes): New function.
4497 (org-export-html-format-image): New function.
4498 (org-format-org-table-html): Implement attribute, label, and
4501 * org.el (org-find-text-property-in-string): New function.
4502 (org-extract-attributes): Use the property org-attr instead of
4503 org-attrobutes, because this property is now set with the #+ATTR
4506 2008-12-08 Carsten Dominik <carsten.dominik@gmail.com>
4508 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4509 the case that FROM is nil.
4511 * org.el (org-before-first-heading-p): New function.
4513 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4515 * org-exp.el (org-export-as-html): Do not add a space before
4516 enforces line breaks.
4517 (org-export-as-html): Close paragraph before blockquote and verse
4520 2008-12-06 Carsten Dominik <carsten.dominik@gmail.com>
4522 * org-id.el (org-id-locations-file): Wrap file name with
4523 `convert-standard-filename'.
4524 (org-id-files): New variable.
4525 (org-id-use-hash): New option.
4526 (org-id-update-id-locations): Also search in all files current
4527 listed in `org-id-files'. Convert the resulting alist to a hash
4528 if the user customation says so.
4529 (org-id-locations-save): Handle he case if `org-id-locations' is a
4531 (org-id-locations-load): Convert the alist to a hash.
4532 (org-id-add-location): Handle the hast case.
4533 (kill-emacs-hook): Make sure id locations are saved when Emacs is
4535 (org-id-hash-to-alist, org-id-alist-to-hash)
4536 (org-id-paste-tracker): New functions.
4538 -------------------------------------------------------------------------
4540 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
4542 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4543 bindings of calendar variables.
4545 * org-table.el (org-table-find-row-type): Renamed from
4546 `org-find-row-type'.
4547 (org-table-rewrite-old-row-references): Renamed from
4548 `org-rewrite-old-row-references'.
4549 (org-table-shift-refpart): Renamed from `org-shift-refpart'.
4550 (org-table-cleanup-narrow-column-properties): Renamed from
4551 `org-cleanup-narrow-column-properties'.
4553 2008-12-05 Carsten Dominik <carsten.dominik@gmail.com>
4555 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4556 for better error messages.
4557 (org-table-get-descriptor-line): Supply the new arguments to
4558 `org-find-row-type'.
4559 (org-table-error-on-row-ref-crossing-hline): New option.
4561 * org.el (org-target-link-regexp): Make buffer-local.
4562 (org-move-subtree-down): Fix bug with trees at beginning of
4565 2008-12-04 Carsten Dominik <carsten.dominik@gmail.com>
4567 * org-faces.el (org-set-tag-faces): New function.
4568 (org-tags-special-faces-re): New variable.
4570 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4572 * org-faces.el (org-tag-faces): New option.
4573 (org-tag): Mention `org-tag-faces' in the docstring.
4575 2008-12-03 Carsten Dominik <carsten.dominik@gmail.com>
4577 * org-exp.el (org-export-html-style-default): Implement new
4580 * org-jsinfo.el (org-infojs-template): Implement new quoting.
4582 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4583 command to the `w3m-minor-mode-map'.
4585 * org-archive.el (org-archive-to-archive-sibling): Protect
4586 `this-command' to avoid appending kills during archiving.
4588 * org-exp.el (org-export-with-priority): New variable.
4589 (org-export-add-options-to-plist): Use `org-export-plist-vars'
4590 instead of internal list of strings and properties.
4591 (org-print-icalendar-entries): Retrieve the location property with
4594 2008-12-02 Carsten Dominik <carsten.dominik@gmail.com>
4596 * org-exp.el (org-export-with-todo-keywords): New option.
4597 (org-export-plist-vars): Include also the keys for the #+OPTIONS
4599 (org-default-export-plist, org-export-add-options-to-plist)
4600 (org-export-as-ascii, org-export-as-html): Use the new structure
4601 of `org-export-plist-vars'.
4603 * org.el (org-map-entries): Return all values.
4605 2008-11-29 Carsten Dominik <carsten.dominik@gmail.com>
4607 * org.el (org-matcher-time): Recognize more special values.
4609 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4611 2008-11-27 Carsten Dominik <carsten.dominik@gmail.com>
4613 * org.el (org-tags-exclude-from-inheritance): New option.
4614 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4615 `org-tags-exclude-from-inheritance'.
4617 * org-agenda.el (org-agenda-show-inherited-tags): New option.
4618 (org-format-agenda-item): Add inherited tags to the agenda line
4619 string, and make sure that properties are kept when downcasing the
4621 (org-agenda-add-inherited-tags): New function.
4622 (org-downcase-keep-props): New function.
4624 * org.el (org-scan-tags): Mark inherited tags with a text
4626 (org-get-tags-at): Mark inherited tags with a text property.
4627 (org-add-prop-inherited): New function.
4629 * org-agenda.el (org-agenda-add-inherited-tags): New function.
4630 (org-agenda-show-inherited-tags): New option.
4632 2008-11-26 Carsten Dominik <carsten.dominik@gmail.com>
4634 * org.el (org-modules): Add org-w3m to the default modules.
4636 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4638 (orgtabl-create-or-convert-from-region): New command.
4640 * org-exp.el (org-export-as-ascii): Remove the handling of
4642 (org-export-ascii-preprocess): Handle targets already in this
4645 2008-11-25 Carsten Dominik <carsten.dominik@gmail.com>
4647 * org-timer.el (org-timer-start-time): Define this variable.
4648 (org-timer-item): Make argument optional.
4650 * org-list.el (org-insert-item): Automatically insert a timer item
4651 if the current list is a timer list.
4653 * org-timer.el: New file.
4655 * org-publish.el (org-publish-org-index): Only exclude the index
4656 file in the main directory from being added to the site-map.
4657 (org-publish-get-project-from-filename): If the current project is
4658 a component, start publishing from the parent project.
4660 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
4662 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4664 * org-publish.el (org-publish-org-index): Improve removal of
4667 * org-agenda.el (org-get-closed): Re-apply changes
4668 accidentially overwritten by last commit to Emacs.
4670 * org.el (org-outline-path-complete-in-steps): New option.
4671 (org-refile-get-location): Honor
4672 `org-outline-path-complete-in-steps'.
4673 (org-agenda-change-all-lines, org-tags-sparse-tree)
4674 (org-time-string-to-absolute, org-small-year-to-year)
4675 (org-link-escape): Re-apply changes accidentially overwritten
4676 by last commit to Emacs
4678 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4680 * org-clock.el (org-dblock-write:clocktable): Make sure the
4681 clocktable sees the first line.
4682 (org-clock-in): Warn if the clock cannot be resumed.
4684 2008-11-22 Carsten Dominik <carsten.dominik@gmail.com>
4686 * org.el (org-open-at-point): Fix mixup about interactive and
4687 non-interactive elisp links.
4689 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
4691 * org-exp.el (org-export-preprocess-string): Allow one comment
4692 line before the first headline to always be included. This is
4693 to not miss a commented target.
4695 * org-mouse.el (org-mouse-insert-item): Call
4696 `org-indent-to-column' instead of `indent-to', for XEmacs
4699 * org.el (org-refile-targets): Fix customize definition so
4700 that it works also in XEmacs.
4701 (org-fixup-indentation): Call `org-indent-to-column' instead
4702 of `indent-to', for XEmacs compatibility.
4704 2008-11-21 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
4706 * org-mew.el (org-mew-store-link): Get the correct case folder
4707 for refiled messages.
4709 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
4711 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4712 line break indicators.
4714 * org.el (org-ido-completing-read): Remove the "i:" prefix for
4715 ido-completion propts.
4717 2008-11-21 Carsten Dominik <carsten.dominik@gmail.com>
4719 * org-remember.el (org-remember-apply-template): Use
4720 `org-substring-no-properties'.
4722 * org-compat.el (org-substring-no-properties): New function.
4724 * org-remember.el (org-remember-apply-template): Use
4725 `org-substring-no-properties' for compatibility.
4727 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4729 (org-fix-bullet-type): respect
4730 `org-list-two-spaces-after-bullet-regexp'.
4732 * org-clock.el (org-clock-load): Clean up the code.
4734 * org.el (org-adaptive-fill-function): Allow two spaces after
4735 "1." as a list bullet.
4737 2008-11-20 Carsten Dominik <carsten.dominik@gmail.com>
4739 * org-clock.el (org-clock-save, org-clock-load): Check for
4740 live buffers, existing files, and buffer file names to ensure
4741 consistent information.
4742 (org-clock-persist): Make `clock' a special value of this
4743 variable, and improve docstring.
4745 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4746 (org-get-string-indentation): Adapt indentation when the bullet
4749 2008-11-19 Carsten Dominik <carsten.dominik@gmail.com>
4751 * org-remember.el (org-remember-finalize): Make interactive.
4752 (org-remember-kill): New command.
4753 (org-remember-finish-immediately): Call `org-remember-finalize'
4755 (org-remember-finalize): Make `org-remember-finalize' an interactive
4758 2008-11-18 Carsten Dominik <carsten.dominik@gmail.com>
4760 * org-remember.el (org-remember-apply-template): No ido completion
4761 for free prompts in remember templates.
4762 (org-remember-before-finalize-hook): New hook.
4763 (org-remember-mode): New minor mode.
4764 (org-remember-apply-template): Turn on `org-remember-mode'.
4766 * org-id.el (org-id-add-location): Avoid error when no file is
4769 * org-remember.el (org-remember-apply-template): Fix the way how
4770 the list of allowed properties is retrieved from the target file.
4772 * org.el (org-insert-link): Improve file link matching.
4774 2008-11-17 Carsten Dominik <carsten.dominik@gmail.com>
4776 * org-colview.el (org-columns-display-here): New argument
4777 DATELINE, to trigger using the new face.
4778 (org-agenda-colview-summarize): Call `org-columns-display-here'
4779 with the new argument.
4781 * org-faces.el (org-agenda-column-dateline): New face.
4783 * org-publish.el (org-publish-org-index): Use index-title at page
4784 title, not as section.
4786 * org-exp.el (org-export-html-format-desc): Respect the
4787 org-protect property.
4788 (org-export-as-html): Protect image specifiers that are in the
4789 description part of a link.
4791 * org.el (org-sort-entries-or-items, org-completing-read)
4792 (org-refile-get-location, org-olpath-completing-read, org-todo)
4793 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4794 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4795 (org-set-property, org-delete-property)
4796 (org-delete-property-globally): Use `org-ido-completing-read'.
4798 * org-remember.el (org-remember-apply-template): Use
4799 `org-ido-completing-read'.
4801 * org-publish.el (org-publish): Use `org-ido-completing-read'.
4803 * org-colview.el (org-columns-edit-value, org-columns-new)
4804 (org-insert-columns-dblock): Use `org-ido-completing-read'.
4806 * org-colview-xemacs.el (org-columns-edit-value)
4807 (org-columns-new, org-insert-columns-dblock): Use
4808 `org-ido-completing-read'.
4810 * org-attach.el (org-attach-delete-one, org-attach-open): Use
4811 `org-ido-completing-read'.
4813 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4814 `org-ido-completing-read'.
4816 * org.el (org-time-today): New function.
4817 (org-matcher-time): Use `org-time-today'. Add special treatment
4818 for "<tomorrow>" and "<yesterday>".
4819 (org-ido-completing-read): New function.
4820 (org-completion-use-ido): New option.
4822 * org-exp.el (org-export-format-source-code): Fix bug in require
4824 (org-export-target-internal-links): Fix bug in search for text
4827 2008-11-16 Carsten Dominik <carsten.dominik@gmail.com>
4829 * org-export-latex.el (org-export-latex-subcontent): Interprete
4830 target aliases as additonal labels.
4832 * org-exp.el (org-export-target-aliases): New variable.
4833 (org-export-preprocess-string)
4834 (org-export-handle-invisible-targets): Fill the alias alist.
4835 (org-export-as-html): Remove the from the anchor, and also
4837 (org-html-level-start): Insert the target aliases as additonal
4840 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4843 2008-11-15 Carsten Dominik <carsten.dominik@gmail.com>
4845 * org.el (org-open-at-mouse): Ensure correct link abbreviations
4846 when following a link with the mouse from the agenda.
4848 * org-exp.el (org-export-as-html): Avoid lone </div> when no
4849 headlines are created.
4851 2008-11-14 Carsten Dominik <carsten.dominik@gmail.com>
4853 * org-exp.el (org-export-preprocess-string): Reorder so that we
4854 can still see ID properties when we collect targets.
4855 (org-export-target-internal-links): Also store targets for ID's.
4857 * org.el (org-link-translation-function): New option.
4858 (org-open-at-point): Call `org-link-translation-function' if
4860 (org-translate-link): New function.
4861 (org-translate-link-from-planner): New function.
4862 (org-open-at-point): Allow interactive commands in elisp links.
4864 * org-exp.el (org-icalendar-cleanup-string): Restore the old
4865 iCalendar quoting. The new one seems to caus problems with
4868 * org.el (org-yank): Set `this-command' to `yank', so that
4869 `yank-pop' will work.
4871 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4873 * org-id.el (org-id-search-archives): New option.
4875 * org.el (org-link-to-org-use-id): New option.
4876 (org-store-link): Use `org-link-to-org-use-id'.
4877 (org-id): Make org-id.el a standard component.
4879 2008-11-13 Carsten Dominik <carsten.dominik@gmail.com>
4881 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
4882 hexified version of the tag.
4884 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
4885 compliance as far as quoting is concerned.
4887 * org-vm.el (org-vm-follow-link): Require `vm-search'.
4889 * org.el (org-up-heading-safe, org-forward-same-level): Always
4890 call `org-back-to-heading' instead of `outline-back-to-heading'.
4891 (org-back-to-heading): New wrapper around outline-back-to-heading,
4892 with a useful error message telling where the error happened.
4894 * org-list.el (org-update-checkbox-count): Always call
4895 `org-back-to-heading' instead of `outline-back-to-heading'.
4897 * org-exp.el (org-export-as-html): Make sure that each <img> tag
4898 has an `alt' attribute, to ensure XHTML validation.
4900 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4902 * org-publish.el (org-publish-attachment): Allow publishing to
4903 overwrite attachment files.
4905 * org-agenda.el (org-agenda-timerange-leaders): New option.
4906 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
4908 * org.el (org-edit-src-exit): Untabify ASCII image before
4922 2008-11-11 Carsten Dominik <carsten.dominik@gmail.com>
4924 * org.el (org-yank): Make any prefix force normal yanking.
4925 Suppress folding if text would be swallowed into a folded
4927 (org-yank-folded-subtrees, org-yank): Docstring updates.
4929 * org-agenda.el (org-agenda-compare-effort): Treat no effort
4932 * org-exp.el (org-export-language-setup): Add Catalan and
4933 Esperanto language entries.
4935 2008-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4937 * org.el (org-refile): Allow refiling of entire regions.
4939 * org-clock.el (org-clock-time%): New function.
4941 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
4942 retrieve property values.
4944 2008-11-09 Carsten Dominik <carsten.dominik@gmail.com>
4946 * org-agenda.el (org-agenda-list): Handle the value `only' of
4947 org-agenda-show-log'.
4948 (org-agenda-log-mode): Interpret a double prefix arg.
4950 2008-11-08 Carsten Dominik <carsten.dominik@gmail.com>
4952 * org-exp.el (org-export-html-footnotes-section): New variable.
4953 (org-export-as-html): Use `org-export-html-footnotes-section' to
4954 insert the footnotes.
4955 (org-export-language-setup): Add "Footnotes" to language words.
4957 2008-11-07 Carsten Dominik <carsten.dominik@gmail.com>
4959 * org.el (org-yank): Fix bug when not inserting a subtree.
4961 2008-11-06 Carsten Dominik <carsten.dominik@gmail.com>
4963 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
4964 instead of `vm-beginning-of-message'.
4966 * org.el (org-make-link-regexps): Make sure that links to gnus can
4969 2008-11-05 Carsten Dominik <carsten.dominik@gmail.com>
4971 * org-attach.el (org-attach-dir): Remove duplicate ID creation
4974 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
4977 * org.el (org-link-abbrev-alist): Improve customization type.
4979 * org-attach.el (org-attach-expand-link, org-attach-expand): New
4982 * org-agenda.el (org-agenda-get-progress): Renamed from
4983 `org-get-closed'. Implement searching for state changes as well.
4984 (org-agenda-log-mode-items): New option.
4985 (org-agenda-log-mode): New option prefix argument, interpreted as
4986 request to show all possible progress info.
4987 (org-agenda-get-day-entries): Call `org-get-progress' instead of
4989 (org-agenda-set-mode-name): Handle the more complex log mode
4991 (org-get-closed): New alias, pointing to `org-get-progress'.
4993 2008-11-05 Carsten Dominik <dominik@science.uva.nl>
4995 * org.el (org-file-apps-defaults-gnu)
4996 (org-file-apps-defaults-macosx)
4997 (org-file-apps-defaults-windowsnt): Add an entry defining the
4999 (org-file-apps): Allow `system' as key and value.
5000 (org-open-at-point): Explain the effect of a double prefix arg.
5001 (org-open-file): If the argument `in-emacs' is (16),
5002 i.e. corresponding to a double prefix argument, try to open the
5005 2008-11-04 Carsten Dominik <dominik@science.uva.nl>
5007 * org.el (org-insert-link): Abbreviate absolute files names in
5008 links. Also, fix a bug in which the double C-u prefix would not
5011 2008-11-03 Carsten Dominik <dominik@science.uva.nl>
5013 * org.el (org-insert-heading): If buffer does not end with a
5014 newline, add one if necessary to insert headline correctly.
5016 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5017 paragraphs, not inside.
5019 * org.el (org-todo): Quote
5020 `org-agenda-headline-snapshot-before-repeat'.
5022 * org-exp.el (org-export-as-html): Fully process link descriptions.
5023 (org-export-html-format-desc): New function.
5024 (org-export-as-html): Collect footnotes into the correct basket.
5025 (org-html-protect): No longer protect quotations marks here, this
5028 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5031 * org-compat.el (org-fit-window-to-buffer): New function (not
5032 really, a preliminary and incomplete version was present earlier,
5035 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5036 `org-fit-window-to-buffer'.
5038 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5040 * org-agenda.el (org-agenda-get-restriction-and-command)
5041 (org-fit-agenda-window, org-agenda-convert-date): Use
5042 `org-fit-window-to-buffer'.
5044 * org-exp.el (org-export-as-html): Process href links through
5045 `org-export-html-format-href'.
5046 (org-export-html-format-href): New function.
5048 * org-agenda.el (org-agenda-todo): Update only the current
5049 headline if this is a repeated TODO, marked done for today.
5050 (org-agenda-change-all-lines): New argument JUST-THIS, to change
5051 only the current line.
5053 * org.el (org-todo): Take a snapshot of the headline if the
5054 repeater might change it.
5056 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5058 * org-publish.el (org-publish-find-title): Remove buffers visited
5059 only for extracting the title.
5061 * org-exp.el (org-export-html-style)
5062 (org-export-html-style-default): Mark style definitions as
5065 * org-publish.el (org-publish-validate-link): Function
5068 2008-11-02 Charles Sebold <csebold@gmail.com>
5070 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5072 (org-plot-quote-timestamp-field): New function.
5073 (org-plot-quote-tsv-field): Call timestamp field function when
5074 necessary rather than just quoting as a string.
5075 (org-plot/gnuplot-to-data): Pass in timefmt property.
5076 (org-plot/gnuplot-script): Supports timefmt property.
5077 (org-plot/gnuplot): Checks for timestamp column before checking
5078 for text index column.
5080 2008-11-02 Carsten Dominik <dominik@science.uva.nl>
5082 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5084 * org-publish.el (org-publish-org-index): Create a section in the
5086 (org-publish-org-index): Stop linking to directories.
5088 * org.el (org-emphasis-alist): Use span instead of <u> to
5091 * org-exp.el (org-export-as-html): Make sure <p> is closed before
5094 2008-11-01 Sebastian Rose <sebastian_rose@gmx.de>
5096 * org-jsinfo.el (org-infojs-template): Remove language attribute
5099 2008-11-01 Carsten Dominik <dominik@science.uva.nl>
5101 * org-agenda.el (org-agenda-remove-marked-text): New function.
5102 (org-agenda-mark-filtered-text)
5103 (org-agenda-unmark-filtered-text): New functions.
5104 (org-write-agenda): Remove fltered text.
5106 * org.el (org-make-tags-matcher): Give access to TODO "property"
5107 without speed penalty.
5109 2008-10-29 Carsten Dominik <dominik@science.uva.nl>
5111 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5113 (org-store-link-props): Make sure adding to the plist works
5116 * org-gnus.el (org-gnus-no-new-news): New function.
5117 (org-gnus-follow-link): Allow the article ID to be a message-id,
5118 in addition to allowing article numbers. Message IDs make much
5120 (org-gnus-store-link): Use message-id to create link.
5122 2008-10-28 Carsten Dominik <dominik@science.uva.nl>
5124 * org.el (org-emphasize): Reverse the selection array.
5125 (org-emphasis-alist): Set <code> tags for the verbatim
5128 * org-remember.el (org-remember-handler): Fix bug with
5129 prefix-related changing of the note storage target.
5131 * org-exp.el (org-print-icalendar-entries): Make the exported
5132 priorities compatible with RFC 2445.
5134 * org-clock.el (org-clock-save): Insert time stamp without
5135 dependence on time-stamp.el.
5137 2008-10-27 Carsten Dominik <dominik@science.uva.nl>
5139 * org.el ("saveplace"): If saveplace puts point into an invisible
5140 location, make it visible.
5141 (org-make-tags-matcher): Allow inactive time stamps in time
5143 (org-yank-adjusted-subtrees): New option.
5144 (org-yank): Incorporate adjusting trees.
5145 (org-paste-subtree): New argument FOR-YANK which will cause
5146 insertion at point without backing up over white lines, and leave
5147 point at the end of the inserted text. Also if the cursor is
5148 at the beginning of a headline, use the same level or the inserted
5151 * org-publish.el (org-publish-get-base-files-1): Deal correctly
5152 with broken symlinks
5154 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
5156 * org-exp.el (org-export-select-tags, org-get-current-options):
5159 2008-10-25 Carsten Dominik <dominik@science.uva.nl>
5161 * org-agenda.el (org-format-agenda-item)
5162 (org-agenda-filter-make-matcher): Make sure tags are stored and
5165 2008-10-23 Carsten Dominik <dominik@science.uva.nl>
5167 * org.el (org-insert-todo-heading): Fix bug with force-heading
5170 2008-10-23 James TD Smith <ahktenzero@mohorovi.cc>
5172 * org-clock.el (org-clock-in-resume): Add a custom option to
5173 toggle starting the clock from an open clock line.
5174 (org-clock-in): When clocking in to an entry, if
5175 `org-clock-in-resume' is set, check if the first clock line is
5176 open and if so, start the clock from the time in the clock line.
5177 (org-clock-persist): Add a custom option to toggle clock
5179 (org-clock-persist-query-save): Add a custom option to toggle
5180 asking the user if they want to save the running clock when
5182 (org-clock-persist-query-resume): Add a custom option to toggle
5183 asking the user if they want to resume the saved clock when Emacs
5185 (org-clock-save): Add a function to save clock data.
5186 This includes the contents of `org-clock-history' and the buffer
5187 and position of the currently clocked task, if any.
5188 (org-clock-load): Add a function to load clock data.
5189 This populates `org-clock-history', and resumes the saved clocked
5190 task if there is one.
5191 (org-clock-persistence-insinuate): Add a method to set up the
5192 hooks for clock persistence.
5194 2008-10-22 Carsten Dominik <dominik@science.uva.nl>
5196 * org-exp.el (org-export-as-ascii): Handle the case that we are
5197 publishing from an indirect buffer.
5199 * org-table.el (org-table-copy-down): Fix bug with time stamp
5202 * org-mouse.el (org-mouse-features): New option.
5203 (org-mode-hook): Turn on features depending on
5204 `org-mouse-features'.
5206 * org.el (org-insert-heading-respect-content): Force heading
5208 (org-insert-heading): keep the folding state of the heading before
5211 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5213 * org-archive.el (org-archive-to-archive-sibling): Handle top
5214 level headlines better.
5216 2008-10-21 Bastien Guerry <bzg@altern.org>
5218 * org-export-latex.el (org-export-latex-classes): Added
5219 \usepackage{graphicx} to the default list of packages.
5221 2008-10-21 Carsten Dominik <dominik@science.uva.nl>
5223 * org-agenda.el (org-agenda-filter): Renamed from
5224 `org-agenda-filter-tags'.
5226 2008-10-20 Carsten Dominik <dominik@science.uva.nl>
5228 * org.el (org-entry-properties): Add CATEGORY property, iven if it
5229 is not defined as a property in this entry.
5230 (org-add-log-note): Mask prefix argument when immediately storing
5233 * org-agenda.el (org-agenda-filter-effort-default-operator): New
5236 2008-10-19 James TD Smith <ahktenzero@mohorovi.cc>
5238 * org.el (org-add-log-setup): Bugfix; code to find insertion point
5239 after drawers was skipping ahead one line too many, so notes were
5240 inserted after the first note instead of before it.
5242 2008-10-18 Carsten Dominik <dominik@science.uva.nl>
5244 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5246 (org-prepare-agenda): Reset the filter tags.
5247 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5248 Show filter tags in mode line.
5250 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5253 * org-export-latex.el (org-latex-entities-regexp): New constant.
5254 (org-export-as-pdf): Use two calls to `shell-command'.
5256 2008-10-17 Carsten Dominik <dominik@science.uva.nl>
5258 * org-export-latex.el (org-export-latex-treat-sub-super-char):
5259 Honor the {} value of the subsuperscript setting. Make sure that
5260 longer subsuperscripts are typeset in a roman font.
5262 * org.el (org-clock-update-time-maybe): Compute negative clock
5263 intervals correctly.
5265 2008-10-16 Carsten Dominik <dominik@science.uva.nl>
5267 * org.el (org-add-log-setup): Respect
5268 `org-log-state-notes-insert-after-drawers'.
5269 (org-log-state-notes-insert-after-drawers): New option.
5270 (org-todo-trigger-tag-changes): New function.
5271 (org-todo): Call `org-todo-trigger-tag-changes'.
5273 2008-10-15 James TD Smith <ahktenzero@mohorovi.cc>
5275 * org.el (org-add-log-setup): Only skip drawers if the are
5276 immediately after the scheduling keywords.
5278 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5280 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5281 call it with the current todo state to get the state to switch to
5283 (org-clock-in): Use org-indent-line-function to indent clock lines.
5284 (org-clock-find-position): Fix indentation of empty clock drawers.
5286 2008-10-15 Carsten Dominik <dominik@science.uva.nl>
5288 * org-publish.el (org-publish-org-to): Handle case when
5289 org-export-to-pdf does return a file name, not a buffer.
5290 (org-publish-org-to-pdf): New function.
5292 * org-export-latex.el (org-export-as-pdf)
5293 (org-export-as-pdf-and-open): New commands.
5295 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5298 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5299 things in protexted regions.
5301 2008-10-14 Carsten Dominik <dominik@science.uva.nl>
5303 * org-export-latex.el (org-export-latex-preprocess): Improve
5304 quoting of LaTeX environments.
5306 2008-10-10 Carsten Dominik <dominik@science.uva.nl>
5308 * org.el (org-edit-fixed-width-region): Exclude final newline from
5311 * org-export-latex.el (org-export-latex-subcontent): Add labels to
5312 sections, to make internal links work.
5313 (org-export-latex-fontify-headline): Do not remove all text
5314 properties, to make sure that target properties survive this
5317 * org-exp.el (org-export-preprocess-string): Change sequence of
5318 modifications, to make sure links are prepared before the LaTeX
5319 conversions do happen.
5321 2008-10-09 Carsten Dominik <dominik@science.uva.nl>
5323 * org-attach.el (org-attach-delete-all): Renamed from
5324 `org-attch-delete'. Add a security query before deleting the
5325 entire directory. New optional argument FORCE can overrule the
5327 (org-attach-delete-one): New command.
5329 2008-10-08 Carsten Dominik <dominik@science.uva.nl>
5331 * org-attach.el (org-attach-file-list): Fix bug with directory.
5333 2008-10-07 Carsten Dominik <dominik@science.uva.nl>
5335 * org.el (org-apps-regexp-alist): New function.
5336 (org-file-apps): Add auto-mode to the default value.
5337 (org-open-file): Use the new structure of org-file-apps.
5339 * org-attach.el (org-attach): Support the new keys.
5340 (org-attach-method): New option.
5342 2008-10-06 Carsten Dominik <dominik@science.uva.nl>
5344 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5347 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5348 of the list value o `org-use-tag-inheritance'.
5350 * org-attach.el (org-attach-auto-tag): New option.
5351 (org-attach-tag, org-attach-untag): New functions.
5352 (org-attach-attach, org-attach-new, org-attach-sync): Call
5354 (org-attach-delete): Call `org-attach-untag'.
5356 2008-10-04 Carsten Dominik <dominik@science.uva.nl>
5358 * org-table.el (orgtbl-self-insert-command): Make this work for
5361 2008-10-02 Carsten Dominik <dominik@science.uva.nl>
5363 * org.el (org-add-log-setup): Limit searc for drawers to entry
5364 text, not to subtree.
5366 * org-clock.el (org-clock-heading-for-remember): New variable.
5367 (org-clock-in): Set `org-clock-heading-for-remember'.
5369 2008-10-01 James TD Smith <ahktenzero@mohorovi.cc>
5371 * org-remember.el (org-remember-apply-template): Add new
5372 expansions: %k, %K for currently clocked task and a link to the
5373 currently clocked task, and %< to file notes in the currently
5376 2008-10-01 Carsten Dominik <dominik@science.uva.nl>
5378 * org-export-latex.el (org-export-latex-make-header): Also insert
5379 the content of the property :latex-header-extra.
5381 * org-exp.el (org-infile-export-plist): Put the content of
5382 #+LATEX_HEADER: into the property :latex-header-extra.
5384 * org-colview.el (org-columns-get-format-and-top-level): Remove
5385 resetting the marker.
5387 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5388 Remove resetting the marker.
5390 * org.el (org-entry-property-inherited-from): Improve docstring.
5391 (org-entry-get-with-inheritance): Reset marker before starting the
5394 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5396 2008-09-30 Carsten Dominik <dominik@science.uva.nl>
5398 * org.el (org-entry-get-multivalued-property)
5399 (org-entry-protect-space, org-entry-restore-space): New
5401 (org-file-apps-defaults-macosx): Let postscript files be opened by
5403 (org-time-stamp-inactive): Call `org-time-stamp'.
5404 (org-time-stamp): New argument `inactive'. Also edit inacive
5405 stamps. Convert time stamp type.
5406 (org-open-file): Interpret the `default' value for the `command'
5409 * org-id.el (org-id-int-to-b36-one-digit)
5410 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5411 (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5414 2008-09-29 Carsten Dominik <dominik@science.uva.nl>
5416 * org-id.el (org-id-reverse-string): New function.
5417 (org-id-new): Use `org-id-reverse-string' to make sure the
5418 beginning chars of the ID are mutating fast. This allows to use a
5419 directory structure to spread things better.
5420 (org-id-prefix): Changed default to nil.
5422 * org-list.el (org-move-item-down, org-move-item-up): Remember and
5423 restore the column of the cursor position.
5425 * org-remember.el (org-remember-apply-template): Remove properties
5428 2008-09-27 Carsten Dominik <dominik@science.uva.nl>
5430 * org-wl.el (org-wl-open): Remove useless call to
5431 `wl-thread-open-all'.
5433 * org-remember.el (org-remember-handler): Fix bug with `bottom'
5436 2008-09-26 Carsten Dominik <dominik@science.uva.nl>
5438 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5439 `org-bbdb-anniversaries'.
5441 * org.el (org-get-next-sibling, org-forward-same-level): New
5442 functions, similar to the outline versions, but invisible headings
5445 2008-09-25 Bastien Guerry <bzg@altern.org>
5447 * org.el (org-auto-repeat-maybe): Insert a space between
5448 the timestamp's type and the timestamp itself.
5450 2008-09-24 Carsten Dominik <dominik@science.uva.nl>
5452 * org-table.el (org-table-sum): Do not format the result with %g,
5453 it does rounding when there are too many digits.
5455 * org.el (org-map-entries): Protect the keyword-selecting variables.
5457 2008-09-23 Bastien Guerry <bzg@altern.org>
5459 * org-agenda.el (org-agenda-to-appt): Make sure the function check
5460 against all agenda files.
5462 2008-09-23 Carsten Dominik <dominik@science.uva.nl>
5464 * org-list.el: New file, aggregating list functions from org.el
5465 and org-export-latex.el.
5467 * org.el (org-edit-src-region-extra): New option.
5469 2008-09-22 Carsten Dominik <dominik@science.uva.nl>
5471 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5474 2008-09-22 Bastien Guerry <bzg@altern.org>
5476 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5478 2008-09-22 James TD Smith <ahktenzero@mohorovi.cc>
5480 * org-plot.el (org-plot/gnuplot): Make tables starting with a
5481 hline work correctly.
5482 (org-plot/gnuplot-script): Put commas at the end of each script
5485 2008-09-20 James TD Smith <ahktenzero@mohorovi.cc>
5487 * org.el (org-get-refile-targets): Replace links with their
5489 (org-imenu-get-tree): Replace links with their descriptions.
5491 * org-remember.el (org-remember-apply-template): Add a new
5492 expansion for adding properties to remember items.
5494 * org.el (org-add-log-setup): Skip over drawers (properties,
5495 clocks etc) when adding notes.
5497 * org-agenda.el (org-agenda-get-closed): show durations of clocked
5498 items as well as the start and end times.
5500 * org-compat.el (org-get-x-clipboard-compat): Add a compat
5501 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5503 * org-remember.el (org-get-x-clipboard): Use the compat
5504 function to get clipboard values when x-selection-value is
5505 unavailable. Use substring-no-properties instead of
5506 set-text-properties to remove text properties from the clipboard
5509 * lisp/org-clock.el (org-update-mode-line): Support limiting the
5510 modeline clock string, and display the full todo value in the
5511 tooltip. Set a local keymap so mouse-3 on the clock string goes to
5512 the currently clocked task.
5513 (org-clock-string-limit): Add a custom value for the maximum
5514 length of the clock string in the modeline.
5515 (org-clock-mode-map): Add a keymap for the modeline string
5517 2008-09-21 Carsten Dominik <dominik@science.uva.nl>
5519 * org-compat.el (org-propertize): New function.
5521 2008-09-20 Bastien Guerry <bzg@altern.org>
5523 * org-export-latex.el (org-export-latex-tables): protect exported
5524 tables from further special chars conversion.
5525 (org-export-latex-preprocess): Preserve LaTeX environments.
5526 (org-list-parse-list): Parse descriptive lists.
5527 (org-list-to-generic, org-list-to-latex, org-list-to-html)
5528 (org-list-to-texinfo): Export descriptive lists.
5529 (org-quote-chars): Remove.
5530 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5531 (org-export-latex-list-beginning-re): Rename to
5532 `org-list-beginning-re'
5533 (org-list-item-begin): Rename to `org-list-item-beginning'
5535 2008-09-20 Carsten Dominik <dominik@science.uva.nl>
5537 * org.el (org-refile): Allow refiling to the last entry in the
5539 (org-get-tags-at): Fix bug when inheritance is turned off.
5541 2008-09-19 Carsten Dominik <dominik@science.uva.nl>
5543 * org.el (org-indent-line-function): No longer check for src
5544 regions, this is too much overhead.
5546 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5549 * org.el (org-scan-tags): Make sure that tags matching is not case
5550 sensitive. TODO keyword matching is case sensitive, however, to
5551 avoid confusion with similar words that are not meant to be
5554 2008-09-18 Carsten Dominik <dominik@science.uva.nl>
5556 * org.el (org-get-local-tags-at): New function.
5557 (org-get-local-tags): New function.
5559 * org-exp.el (org-export-get-categories): New function.
5561 * org-agenda.el (org-sorting-choice)
5562 (org-agenda-sorting-strategy, org-agenda-get-todos)
5563 (org-agenda-get-timestamps, org-agenda-get-deadlines)
5564 (org-agenda-get-scheduled, org-agenda-get-blocks)
5565 (org-entries-lessp): Implement sorting by TODO state.
5566 (org-cmp-todo-state): New defsubst.
5568 * org-colview.el (org-colview-construct-allowed-dates): New
5570 (org-columns-next-allowed-value): Use
5571 `org-colview-construct-allowed-dates'.
5573 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5575 (org-columns-next-allowed-value): Use
5576 `org-colview-construct-allowed-dates'.
5578 2008-09-17 Carsten Dominik <dominik@science.uva.nl>
5580 * org.el (org-protect-slash): New function.
5581 (org-get-refile-targets): Use `org-protect-slash'.
5583 * org-agenda.el (org-global-tags-completion-table): New variable.
5585 * org-exp.el (org-export-handle-export-tags): New function.
5586 (org-export-preprocess-string): Call
5587 `org-export-handle-export-tags'.
5589 * org-plot.el: New file.
5591 * org-publish.el (org-publish-expand-components): Function removed.
5592 (org-publish-expand-projects): Allow components to have components.
5594 2008-09-13 Carsten Dominik <dominik@science.uva.nl>
5596 * org.el (org-indent-line-function): Do not indent in regions that
5597 are external source code.
5598 (org-yank-and-fold-if-subtree): New function.
5600 * org-agenda.el (org-agenda-todayp): New function.
5601 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5602 `org-agenda-todayp'.
5604 * org.el (org-insert-heading-respect-content)
5605 (org-insert-todo-heading-respect-content): New commands.
5606 (org-insert-heading-respect-content): New option.
5607 (org-insert-heading): Respect `org-insert-heading-respect-content'.
5609 * org-clock.el (org-clock-find-position): Make sure the note after
5610 the clock line gets moved into the new clock drawer.
5612 2008-09-11 Carsten Dominik <dominik@science.uva.nl>
5614 * org-id.el (org-id-new): New option.
5616 2008-09-08 Carsten Dominik <dominik@science.uva.nl>
5618 * org-table.el (org-table-copy-down): Avoid overflow during
5619 increment. Use prefix argument 0 to temporarily disable the
5622 2008-09-07 Carsten Dominik <dominik@science.uva.nl>
5624 * org-exp.el (org-export-as-html): Do not turn on the major mode
5625 if the buffer will be killed anyway.
5626 (org-get-current-options): Exclude the #+TEXT field.
5627 (org-export-as-html): Make sure text before the first headline is
5630 * org-publish.el (org-publish-org-to): Tell the exporter that this
5631 buffer will be killed, so it is not necessary to do major mode
5634 * org-archive.el (org-archive-to-archive-sibling): Show empty
5635 lines after folding the archive sibling.
5637 * org.el (org-log-note-extra): New variable.
5639 2008-09-05 Bastien Guerry <bzg@altern.org>
5641 * org.el (org-additional-option-like-keywords): Added keywords for
5642 the _QUOTE, _VERSE and _SRC environments.
5644 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5645 exporting _QUOTE and _VERSE environments.
5647 2008-09-05 Carsten Dominik <dominik@science.uva.nl>
5649 * org-agenda.el (org-agenda-filter-by-tag): New command.
5651 * org-exp.el (org-get-current-options): Remove angular brackets
5652 from the date entry.
5654 * org.el (org-edit-fixed-width-region): New function.
5655 (org-edit-fixed-width-region): Also try
5656 `org-edit-fixed-width-region'.
5657 (org-edit-fixed-width-region-mode): New option.
5658 (org-activate-code): Only interprete lines starting with colon
5659 plus a space as example lines.
5661 * org-remember.el (org-remember-templates): Add nil instead of
5662 empty strings to fix the length of remember templates.
5664 * org-table.el (org-calc-default-modes): Fix the time format for
5665 calc, from 12 hour to 24 hour clock.
5667 2008-09-04 Carsten Dominik <dominik@science.uva.nl>
5669 * org-agenda.el (org-agenda-get-deadlines)
5670 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5671 entries that are pre-warnings of deadlines or reminders.
5673 * org.el (org-sort-entries-or-items): Make numeric and alpha
5674 comparisons ignore any TODO keyword and priority cookie.
5676 * org-remember.el (org-remember-handler): Reinterpretation of the
5679 2008-09-03 Carsten Dominik <dominik@science.uva.nl>
5681 * org-agenda.el (org-agenda-get-scheduled): Use new
5682 `org-scheduled' face.
5684 * org-faces.el (org-scheduled): New face.
5686 * org-wl.el (org-wl-open): Remove incorrect declaration.
5688 * org-gnus.el (org-gnus-store-link): Support for :to information
5691 * org-exp.el (org-export-as-html): Fixed typo in creator
5693 (org-export-protect-examples): New parameter indent. Insert extra
5694 spaces only when this parameter is specified.
5695 (org-export-preprocess-string): Call `org-export-protect-examples'
5696 with an indentation parameter when exporting to ASCII.
5698 * org-remember.el (org-remember-templates)
5699 (org-remember-apply-template): Allow the file component to be a
5702 * org.el (org-goto-local-search-headings): Renamed from
5703 `org-goto-local-search-forward-headings'. Added the possibility
5704 to search backwards.
5706 2008-09-02 Carsten Dominik <dominik@science.uva.nl>
5708 * org-export-latex.el (org-export-latex): New customization
5711 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5713 2008-09-01 Carsten Dominik <dominik@science.uva.nl>
5715 * org-exp.el (org-html-do-expand): Allow {} to terminate
5718 2008-07-29 Carsten Dominik <dominik@science.uva.nl>
5720 * org.el (org-buffer-list): Select buffers based on major mode,
5723 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
5725 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5728 * org-colview.el (org-columns-display-here): Use
5729 `org-columns-modify-value-for-display-function'.
5731 * org-colview-xemacs.el (org-columns-display-here): Use
5732 `org-columns-modify-value-for-display-function'.
5734 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
5736 * org.el (org-columns-modify-value-for-display-function): New option.
5748 * org-publish.el (org-publish-file): Make sure the directory match
5749 for the publishing directory works correctly.
5751 * org-agenda.el (org-agenda-execute-calendar-command)
5752 (org-agenda-diary-entry): Additional optional argument.
5754 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
5756 * org-exp.el (org-export-as-html): Add attributes also in mailto
5759 * org.el (org-autoload): Add `org-dblock-write:columnview'.
5768 2008-07-23 Carsten Dominik <dominik@science.uva.nl>
5770 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5771 sure that calls from `org-export-region-as-html' do not do the
5772 special check for a subtree.
5774 2008-07-22 Carsten Dominik <dominik@science.uva.nl>
5776 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5778 2008-07-20 Juri Linkov <juri@jurta.org>
5780 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5781 new keymap `narrow-map' instead of binding "\C-xns".
5783 2008-07-18 Carsten Dominik <dominik@science.uva.nl>
5785 * org.el (org-open-file): Use
5786 `org-open-directory-means-index-dot-org'.
5787 (org-open-directory-means-index-dot-org): New option.
5789 2008-07-17 Carsten Dominik <dominik@science.uva.nl>
5791 * org.el (org-make-link-string): Remove link attributes from
5793 (org-open-at-point): Remove link attributes bevore using the path.
5795 * org-exp.el (org-export-as-html): Handle link attributes.
5797 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5799 * org-table.el (org-table-to-lisp): New function.
5801 * org.el (org-narrow-to-subtree): Do not include the final newline
5802 into the narrowed region.
5804 * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
5805 bug with user-define skipping condition.
5807 2008-07-16 Carsten Dominik <dominik@science.uva.nl>
5809 * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
5811 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
5813 * org-exp.el (org-export-html-style-default): Automatic overflow
5814 handling for pre fields.
5815 (org-export-as-ascii, org-export-as-html): Change default format
5818 * org-table.el (org-table-export): Offer completion for translator
5819 functions, and do not require a heading above the table.
5821 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5822 Cater for the case of a list starting in the first line of the
5825 2008-07-09 Carsten Dominik <dominik@science.uva.nl>
5827 * org-publish.el (org-publish-find-title): Bug fix.
5828 (org-publish-org-index): Implement new :index-style option.
5830 2008-07-07 Carsten Dominik <dominik@science.uva.nl>
5832 * org-publish.el (org-publish-timestamp-filename): Use
5833 SHA1-encoded file names in the timestamp directory.
5835 2008-07-05 Carsten Dominik <dominik@science.uva.nl>
5837 * org-publish.el (org-publish-needed-p): Be verbose about files
5838 published and files skipped.
5840 * org-exp.el (org-export-preprocess-string): Swap link
5841 normalization and inernal link targeting.
5843 * org-publish.el (org-publish-needed-p): Create timestamp
5844 directory when it does not exist.
5846 2008-07-04 Bastien Guerry <bzg@altern.org>
5848 * org-clock.el (org-clock-out-when-done): Doc fix.
5850 * org.el (org-agenda-skip-unavailable-files): Doc fix.
5852 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5853 Ignore case when searching for the COMMENT cookie at export time.
5855 2008-07-02 Carsten Dominik <dominik@science.uva.nl>
5857 * org-exp.el (org-get-file-contents)
5858 (org-get-and-remove-property): New functions.
5859 (org-export-handle-include-files): Handle the new prefix options.
5860 (org-export-as-html): Fix the verse environment.
5862 2008-07-01 Carsten Dominik <dominik@science.uva.nl>
5864 * org.el (org-time=, org-time<, org-time<=, org-time>)
5865 (org-time>=, org-time<>, org-2ft): New functions.
5866 (org-op-to-function): Also provide for the time testing fucntions.
5868 2008-06-30 Carsten Dominik <dominik@science.uva.nl>
5870 * org-exp.el (org-export-html-style-default): New constant.
5872 2008-06-29 Carsten Dominik <dominik@science.uva.nl>
5874 * org-exp.el (org-export-html-style-extra): New variable.
5875 (org-export-splice-style): New function.
5877 2008-06-26 Carsten Dominik <dominik@science.uva.nl>
5879 * org-exp.el (org-export-plist-vars, org-export-as-html):
5880 Implement `org-export-creator-info'.
5881 (org-export-creator-info): New option.
5883 2008-06-25 Carsten Dominik <dominik@science.uva.nl>
5885 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
5886 (org-property-drawer-re, org-clock-drawer-re): New constants.
5888 2008-06-23 Carsten Dominik <dominik@science.uva.nl>
5890 * org-exp.el (org-icalendar-use-deadline)
5891 (org-icalendar-use-scheduled): New options.
5892 (org-icalendar-include-todo): Default changed to t.
5893 (org-print-icalendar-entries): Implement better utilization of
5894 scheduling and deadline time stamps.
5895 (org-export-target-internal-links, org-export-as-html): Allow file
5896 lines without the "file:" prefix if the file path is an absolute
5897 path or starts with ".".
5899 * org-clock.el (org-clocktable-shift): Also undertand yesterday,
5901 (org-clock-special-range): Also undertand yesterday, lastweek etc.
5903 2008-06-18 Glenn Morris <rgm@gnu.org>
5904 * org.el (org-map-entries): Let-bind `file'.
5906 2008-06-19 Carsten Dominik <dominik@science.uva.nl>
5908 * org.el (org-agenda-skip-archived-trees): Docstring now
5909 discourages using this.
5910 (org-scan-tags): Check for org-agenda-archives-mode.
5911 (org-map-entries): Make sure org-agenda-archives-mode is nil.
5912 (org-agenda-files): Functionality of second arg changed.
5914 * org-agenda.el (org-agenda-archives-mode): New variable
5915 (org-write-agenda, org-prepare-agenda, org-agenda-list)
5916 (org-search-view, org-todo-list, org-tags-view)
5917 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
5919 (org-agenda-quit): Reset the archives mode.
5920 (org-agenda-archives-mode): New command.
5921 (org-agenda-set-mode-name): Include archives info.
5923 2008-06-18 Carsten Dominik <dominik@science.uva.nl>
5925 * org.el (org-paste-subtree): Make sure the yanked headline is
5926 visible if it was yanked at a visible point.
5927 (org-move-item-up): Fix the bug with moving white space at the end
5929 (org-show-empty-lines-in-parent): New function.
5931 2008-06-16 Carsten Dominik <dominik@science.uva.nl>
5933 * org-colview.el (org-columns-next-allowed-value): Bug fix.
5935 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
5937 * org-agenda.el (org-agenda-get-closed): Get the end time into the
5938 agenda prefix as well.
5940 * org-publish.el (org-publish-org-index): Make a properly indented
5943 * org.el (org-calendar-agenda-action-key): New option.
5944 (org-get-cursor-date): New function.
5945 (org-mark-entry-for-agenda-action): New command.
5946 (org-overriding-default-time): New variable.
5947 (org-read-date): Respect `org-overriding-default-time'.
5949 * org-remember.el (org-remember-apply-template): Respect the
5950 ovverriding default time.
5952 * org-agenda.el (org-agenda-action-marker): New variable.
5953 (org-agenda-action): New command.
5954 (org-agenda-do-action): New function.
5956 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
5958 * org.el (org-schedule, org-deadline): Protect scheduled and
5959 deadline tasks against changes that accidently remove the
5960 repeater. Also show a message with the new date when done.
5962 2008-06-15 Carsten Dominik <dominik@science.uva.nl>
5964 * org.el (org-beginning-of-line): Cater for the case when there
5965 are tags but no headline text.
5966 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
5969 2008-06-13 Carsten Dominik <dominik@science.uva.nl>
5971 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
5972 the return value is nil instead of "nil" when there is no match.
5974 * org-exp.el (org-insert-centered): Use fill-column instead of
5976 (org-export-as-ascii): Use string-width to measure the width of
5979 * org.el (org-diary-to-ical-string): No longer kill buffer
5980 FROMBUF, this is now done by the caller.
5982 * org-exp.el (org-print-icalendar-entries): Move the call to
5983 `org-diary-to-ical-string' out of the loop, and kill the buffer
5986 * org-remember.el (org-remember-visit-immediately): Position
5987 cursor after moving to the note.
5988 (org-remember-apply-template): Use a text property to record the
5990 (org-remember-handler): Align tags after pasting the note.
5992 2008-06-12 Carsten Dominik <dominik@science.uva.nl>
5994 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
5996 * org-agenda.el (org-agenda-open-link): If there is an
5997 org-bbdb-name property in the current line, jump to that bbdb
6000 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6001 text property, so that the agenda knows where this entry comes
6004 * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6005 interaction between clocking-in from the agenda, and automatic
6006 task state switching.
6008 * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6010 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6011 zmacs-region stays after this command in XEmacs.
6013 2008-06-11 Carsten Dominik <dominik@science.uva.nl>
6015 * org.el (org-scan-tags): Allow new values for ACTION parameter.
6017 * org-remember.el (org-remember-templates): Fix bug in
6018 customization type definition.
6020 * org.el (org-map-entries): New function.
6022 2008-06-11 verhuur82 <verhuur82@macbook-van-verhuur82.local>
6024 * org-agenda.el (org-agenda-skip-comment-trees): New option.
6025 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6027 2008-06-10 Carsten Dominik <dominik@science.uva.nl>
6029 * org-remember.el (org-jump-to-target-location): New variable.
6030 (org-remember-apply-template): Set
6031 `org-remember-apply-template' if requested by template.
6032 (org-remember-handler): Start an idle timer to jump to
6035 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6037 * org.el (org-set-regexps-and-options): Fix bug with parsing of
6039 (org-get-tags-at): Add the content of `org-file-tags'.
6041 * org-exp.el (org-export-handle-comments): Fix bug with several
6042 comment lines after each other.
6043 (org-number-to-roman, org-number-to-counter): New functions.
6044 (org-export-section-number-format): New option.
6046 2008-06-09 Carsten Dominik <dominik@science.uva.nl>
6048 * org-exp.el (org-export-protect-examples): Catch the case of a
6049 missing end_example line.
6051 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6052 `org-file-tags' to nil.
6054 * org-colview.el (org-columns-next-allowed-value): Handle next
6055 argument NTH to directly select a value.
6057 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6058 argument NTH to directly select a value.
6060 2008-06-08 Carsten Dominik <dominik@science.uva.nl>
6062 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6064 2008-05-30 Carsten Dominik <dominik@science.uva.nl>
6066 * org.el (org-columns-ellipses): New option.
6068 2008-05-29 Carsten Dominik <dominik@science.uva.nl>
6070 * org-colview.el (org-columns-add-ellipses): New function.
6071 (org-columns-compact-links): New function.
6072 (org-columns-cleanup-item): Call `org-columns-compact-links'.
6073 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6075 (org-columns-edit-value): Fixed bug with editing values from
6077 (org-columns-redo): Also redo the agenda itself.
6079 2008-05-28 Carsten Dominik <dominik@science.uva.nl>
6081 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6084 * org-colview.el (org-agenda-columns-cleanup-item): New function.
6086 * org-exp.el (org-export-ascii-preprocess): Renamed from
6087 `org-export-ascii-clean-string'.
6088 (org-export-kill-licensed-text)
6089 (org-export-define-heading-targets)
6090 (org-export-handle-invisible-targets)
6091 (org-export-target-internal-links)
6092 (org-export-remove-or-extract-drawers)
6093 (org-export-remove-archived-trees)
6094 (org-export-protect-quoted-subtrees)
6095 (org-export-protect-verbatim, org-export-protect-examples)
6096 (org-export-select-backend-specific-text)
6097 (org-export-mark-blockquote-and-verse)
6098 (org-export-remove-comment-blocks-and-subtrees)
6099 (org-export-handle-comments, org-export-mark-radio-links)
6100 (org-export-remove-special-table-lines)
6101 (org-export-normalize-links)
6102 (org-export-concatenate-multiline-links)
6103 (org-export-concatenate-multiline-emphasis): New functions,
6104 obtained from spliiting the export preprocessor.
6106 * org-table.el (org-table-recalculate): Improve error message if
6107 the row number is invalid.
6109 2008-05-27 Carsten Dominik <dominik@science.uva.nl>
6111 * org-archive.el (org-archive-save-context-info): Fix bugs in
6112 customization setup and docstring.
6114 * org-exp.el (org-export-html-style): Changed the size of in the
6115 <pre> element to 90%.
6117 2008-05-26 Carsten Dominik <dominik@science.uva.nl>
6119 * org.el (org-find-src-example-start): Function removed.
6120 (org-edit-src-find-region-and-lang): New function.
6122 2008-05-25 Carsten Dominik <dominik@science.uva.nl>
6124 * org.el (org-edit-src-exit): New function.
6125 (org-exit-edit-mode): New minor mode.
6127 * org-exp.el (org-export-preprocess-string): Fix bug with removing
6128 comment-like lines from protected examples.
6130 * org.el (org-edit-src-example, org-find-src-example-start)
6131 (org-protect-source-example, org-edit-special): New functions.
6133 2008-05-24 Carsten Dominik <dominik@science.uva.nl>
6135 * org-publish.el (org-publish-project-alist): Fix typo in
6137 (org-publish-project-alist): Handle :index-title property.
6139 2008-05-21 Carsten Dominik <dominik@science.uva.nl>
6141 * org-export-latex.el (org-export-as-latex): Make sure region
6142 bounds are correct. Parse subtree properties relating to export.
6144 * org-exp.el (org-export-add-options-to-plist): New function.
6145 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6147 2008-05-20 Carsten Dominik <dominik@science.uva.nl>
6149 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6152 * org-exp.el (org-export-get-title-from-subtree)
6153 (org-export-as-ascii, org-export-as-html): Make sure the original
6154 region-beginning and region-end are used, even after moving
6156 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6159 * org-remember.el (org-remember-last-stored-marker): New variable.
6160 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6161 (org-remember-handler): Also use marker to remember
6162 last-stored position.
6164 * org.el (org-goto-marker-or-bmk): New function.
6166 2008-05-19 Carsten Dominik <dominik@science.uva.nl>
6168 * org.el (org-file-properties): Renamed from `org-local-properties'.
6169 (org-scan-tags): Take file tags into account.
6170 (org-tags-match-list-sublevels): Default changed to t.
6172 * org-exp.el (org-export-as-html): Close paragraph after a
6175 * org.el (org-update-parent-todo-statistics): New function.
6177 * org-exp.el (org-icalendar-store-UID): New option.
6178 (org-icalendar-force-UID): Option removed.
6179 (org-print-icalendar-entries): IMplement UIDs.
6181 2008-05-18 Carsten Dominik <dominik@science.uva.nl>
6183 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6185 2008-05-16 Carsten Dominik <dominik@science.uva.nl>
6187 * org-faces.el (org-column): Document how this face is being used
6188 and why sometimes the background faces shine through.
6190 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6192 * org-publish.el (org-publish-attachment): Create publishing
6193 directory if it does not yet exist.
6195 * org-table.el (org-calc-default-modes): Change default number
6196 format to (float 8).
6198 * org.el (org-olpath-completing-read): New function.
6199 (org-time-clocksum-format): New option.
6200 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6202 * org-clock.el (org-clock-display, org-clock-out)
6203 (org-update-mode-line): Use `org-time-clocksum-format'.
6205 * org-colview-xemacs.el (org-columns-number-to-string): Use
6206 `org-time-clocksum-format'.
6208 * org-colview.el (org-columns-number-to-string): Use
6209 `org-time-clocksum-format'.
6211 2008-05-15 Carsten Dominik <dominik@science.uva.nl>
6213 * org-id.el: New file, move from contrib to core.
6215 * org-exp.el (org-icalendar-force-UID): New option.
6217 2008-05-14 Carsten Dominik <dominik@science.uva.nl>
6219 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6220 shifted by one day if theere is a date range without an end
6223 * org.el (org-try-structure-completion): New function.
6225 2008-05-13 Carsten Dominik <dominik@science.uva.nl>
6227 * org.el (org-set-font-lock-defaults): Improve fontification of
6229 (org-insert-item): Handle description lists.
6230 (org-adaptive-fill-function): Improve auto indentation in
6233 * org-exp.el (org-export-as-html, org-export-preprocess-string):
6234 Implement VERSE environment.
6235 (org-export-preprocess-string): Implement the COMMENT
6238 * org-export-latex.el (org-export-latex-preprocess): Implement
6241 2008-05-12 Carsten Dominik <dominik@science.uva.nl>
6243 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6246 2008-05-10 Carsten Dominik <dominik@science.uva.nl>
6248 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6250 * org.el (org-quote-csv-field): New functions.
6252 * org-table.el (org-table-export-default-format): Remove :splice
6253 from default format, we get the same effect by not specifying
6255 (org-table-export): Improve setup, distinguish better between
6256 interactive and non-interactive use, allow specifying the format
6257 on the fly, better protection against wrong file names.
6258 (orgtbl-to-generic): Fix documentation. Do not require :tstart
6259 and :tend when :splice is omitted.
6261 2008-05-09 Bernt Hansen <bernt@norang.ca>
6263 * org-clock.el (org-clock-select-task): Make sure the selection
6264 letters are 1-9 and A-Z, no special characters.
6266 2008-05-09 Carsten Dominik <dominik@science.uva.nl>
6268 * org-exp.el (org-export-htmlize): New group.
6269 (org-export-htmlize-output-type)
6270 (org-export-htmlize-css-font-prefix): New options.
6271 (org-export-htmlize-region-for-paste): New function.
6272 (org-export-htmlize-generate-css): New command.
6274 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
6276 * org/org.el (org-modules, org-format-latex-options):
6277 * org/org-archive.el (org-archive-stamp-time)
6278 (org-archive-save-context-info):
6279 * org/org-faces.el (org-hide):
6280 * org/org-irc.el (org-irc-parse-link):
6281 * org/org-macs.el (org-call-with-arg, org-autoload):
6282 * org/org-mew.el (org-mew-store-link):
6283 * org/org-remember.el (org-remember-store-without-prompt)
6284 (org-remember-templates): Fix typos in docstrings.
6286 * org/org-info.el (org-info-store-link): Remove leftover docstring.
6288 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6289 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6290 (org-bbdb-anniv-split): Fix typos in docstrings.
6292 * org/org-publish.el (org-publish-project-alist): Doc fixes.
6293 (org-publish-use-timestamps-flag): Reflow docstring.
6294 (org-publish-files-alist): Fix typos in docstring.
6296 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
6298 * org.el (org-set-visibility-according-to-property): New function.
6299 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6300 and compute the regular expressions, and update font-lock.
6301 (org-property-re): Allow a dash in property names.
6303 * org-archive.el (org-extract-archive-file): Insert the file name
6304 without the path into the format, to allow the location format to
6305 contain a subdirectory.
6307 * org-agenda.el (org-agenda-post-command-hook): If point is at end
6308 of buffer, and the `org-agenda-type' property undefined, use the
6309 value from the character before.
6311 * org.el (org-add-planning-info): Don't let indentation for
6312 would-be timestamp become extra whitespace at the end of headline.
6314 2008-05-07 Carsten Dominik <dominik@science.uva.nl>
6316 * org.el (org-remove-double-quotes, org-file-contents): New
6319 * org-exp.el (org-infile-export-plist): Also parse the
6320 contents of #+SETUPFILE files, recursively.
6322 * org.el (org-set-regexps-and-options): Also parse the
6323 contents of #+SETUPFILE files, recursively.
6325 * org-exp.el (org-export-handle-include-files): New function.
6326 (org-export-preprocess-string): Call
6327 `org-export-handle-include-files'.
6329 * org.el (org-delete-property-globally)
6330 (org-delete-property, org-set-property): Ignore case during
6332 (org-set-property): Use `org-completing-read' instead of
6335 * org.el (org-complete-expand-structure-template): New,
6336 experimental function.
6337 (org-structure-template-alist): New, experimental option.
6338 (org-complete): Call `org-complete-expand-structure-template'.
6340 2008-05-06 Bastien Guerry <bzg@altern.org>
6342 * org-export-latex.el (org-export-latex-preprocess): Added
6343 support for blockquotes.
6345 2008-05-05 Carsten Dominik <dominik@science.uva.nl>
6347 * org.el (org-read-date-analyze): Catch the case where only a
6350 2008-05-04 Carsten Dominik <dominik@science.uva.nl>
6352 * org.el (org-set-font-lock-defaults): Make the description
6355 * org-exp.el (org-export-as-html, org-close-li): Implement
6358 2008-05-04 Jason Riedy <jason@acm.org>
6360 * org-table.el (*orgtbl-default-fmt*): New variable.
6361 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6362 when there is no other fmt available.
6364 (orgtbl-to-generic): Allow an explicitly nil :tstart or
6365 :tend to suppress the appropriate string.
6367 (orgtbl-to-orgtbl): New function for translating to another orgtbl
6370 2008-05-02 Carsten Dominik <dominik@science.uva.nl>
6372 * org.el (org-read-date-analyze): "." as an alias for "+0" in
6375 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6378 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6381 2008-05-01 Carsten Dominik <dominik@science.uva.nl>
6383 * org-clock.el (org-clock-find-position): Don't include notes
6386 * org-archive.el (org-archive-subtree): No longer remove an
6387 extra line after cutting the subtree. `org-cut-subtree' already
6390 * org-remember.el (org-remember-handler): Only kill the target
6391 buffer if it does not contain the running clock.
6393 * org.el (org-markers-to-move): New variable.
6394 (org-save-markers-in-region, org-check-and-save-marker)
6395 (org-reinstall-markers-in-region): New function.
6396 (org-move-subtree-down, org-copy-subtree): Remember relative
6397 marker positions before cutting.
6398 (org-move-subtree-down, org-paste-subtree): Restore relative
6399 marker positions after pasting.
6401 * org-remember.el (org-remember-clock-out-on-exit): New option.
6402 (org-remember-finalize): Clock out only if the setting in
6403 `org-remember-clock-out-on-exit' requires it.
6404 (org-remember-handler): Do the cleanup in the buffer, to make sure
6405 that the clock marker remains in tact.
6407 2008-04-29 Carsten Dominik <dominik@science.uva.nl>
6409 * org-clock.el (org-clock-goto): Widen buffer if necessary.
6410 (org-clock-in): Make sure that also tasks outside the narrowed
6411 region will be clocked in correctly.
6412 (org-clock-insert-selection-line): Widen the buffer so that we can
6413 find the correct task heading.
6415 * org.el (org-base-buffer): New function.
6417 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6418 and ";" are escaped.
6419 (org-print-icalendar-entries): Also apply
6420 `org-icalendar-cleanup-string' to the headline, not only to the
6423 2008-04-28 Carsten Dominik <dominik@science.uva.nl>
6425 * org-exp.el (org-export-preprocess-hook): New hook.
6426 (org-export-preprocess-string): Call
6427 `org-export-preprocess-hook'.
6429 * org.el (org-font-lock-hook): New variable.
6430 (org-font-lock-hook): New function.
6431 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6435 ;; add-log-time-zone-rule: t
6438 Copyright (C) 2008 Free Software Foundation, Inc.
6440 This file is part of GNU Emacs.
6442 GNU Emacs is free software: you can redistribute it and/or modify
6443 it under the terms of the GNU General Public License as published by
6444 the Free Software Foundation, either version 3 of the License, or
6445 (at your option) any later version.
6447 GNU Emacs is distributed in the hope that it will be useful,
6448 but WITHOUT ANY WARRANTY; without even the implied warranty of
6449 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6450 GNU General Public License for more details.
6452 You should have received a copy of the GNU General Public License
6453 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6455 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c