1 2012-10-26 Achim Gratz <stromeko@stromeko.de>
3 * ob-ditaa.el: Needs to (require 'org-compat) for
6 * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
7 work when loaded from compressed files.
9 * org-compat.el: Make sure that file-name-directory is getting a
10 stringp. This avoids a possible " (wrong-type-argument stringp
11 nil)" error when the library in question does not exist.
13 * org-odt.el: Replace arc-mode.el by arc-mode.
15 * org.el: Replace org-macs.el by org-macs.
17 * org-install.el: Provide an empty file that prints a warning
18 about an outdated configuration.
20 2012-10-26 Bastien Guerry <bzg@gnu.org>
22 * org-latex.el (org-export-as-latex): Remove obsolete argument
23 `hidden'. Also fix the docstring: using 'string as the value
24 for `to-buffer' outputs a string with no LaTeX header.
25 (org-export-as-latex-batch)
26 (org-export-as-latex-to-buffer, org-export-region-as-latex)
27 (org-export-as-pdf): Don't use the obsoleted argument.
29 * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
32 * org.el (org-refile): Run within `with-demoted-errors' so
33 that a corrupted bookmark file does not stop the refile
36 * org-capture.el (org-capture-bookmark-last-stored-position):
37 Ditto for the capture process.
39 * org-src.el (org-edit-src-exit): Fix bug when saving an empty
42 * org-lparse.el (org-lparse): Fix bug by returning the output
45 * org.el (org-refile-check-position): Throw an error when the
46 refile target is the current buffer and is not a file.
47 (org-agenda-file-to-front, org-remove-file): Throw an error
48 when the current buffer is not a file.
49 (org-check-agenda-file): Enhance the message.
50 (org-element-type): Autoload.
51 (org-element-context, org-element-paragraph-parser): Don't
52 declare as these two functions are not used in org.el.
54 * org-lparse.el (browse-url-file-url): Declare.
56 * org.el (org-refile-check-position): Fix typo in docstring.
58 * org-clock.el (org-clock-modeline-total): Make obsolete.
59 (org-clock-mode-line-total): Rename from
60 `org-clock-modeline-total'.
61 (org-clock-get-sum-start): Fix references to
62 `org-clock-modeline-total'.
64 * org-faces.el (org-agenda-filter-tags)
65 (org-agenda-filter-category, mode-line): Use the 'mode-line
66 face instead of the obsolete 'modeline.
68 * org-odt.el (org-odt-styles-dir): Try more directories.
69 Don't throw an error, just send a message.
71 * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
72 (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
73 (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
74 correct directories without requiring other variables.
76 * org-fixup.el (org-make-org-version, org-make-autoloads):
77 Don't define `org-odt-data-dir' in org-version.el.
79 * org-loaddefs.el: New file.
81 * org.el ("org-loaddefs.el"): Don't throw an error if the file
83 (org-version): Use org-loaddefs.el instead of org-install.el.
85 * org.el: Don't dynamically autoload already autoloaded
87 (org-clock-update-time-maybe): Move to org-clock.el.
89 * org-exp.el (org-insert-export-options-template): Remove
92 * org-clock.el (org-resolve-clocks, org-clock-in)
93 (org-clock-out, org-clock-cancel, org-clock-goto)
94 (org-clock-sum, org-clock-display, org-clock-report)
95 (org-dblock-write:clocktable): Add autoload cookie.
96 (org-clock-update-time-maybe): Moved from org.el.
98 * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
100 * org-ascii.el (org-export-ascii-preprocess): Ditto.
102 * org-archive.el (org-archive-subtree)
103 (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
106 * org-colview.el (org-columns, org-dblock-write:columnview)
107 (org-insert-columns-dblock, org-agenda-columns): Ditto.
109 * org-table.el (org-table-create-with-table.el)
110 (org-table-create-or-convert-from-region, org-table-create)
111 (org-table-convert-region, org-table-import)
112 (org-table-export, org-table-align)
113 (org-table-justify-field-maybe, org-table-next-field)
114 (org-table-previous-field, org-table-next-row)
115 (org-table-copy-down, org-table-field-info)
116 (org-table-current-dline, org-table-goto-column)
117 (org-table-insert-column, org-table-delete-column)
118 (org-table-move-column-right, org-table-move-column-left)
119 (org-table-move-column, org-table-move-row-down)
120 (org-table-move-row-up, org-table-move-row)
121 (org-table-insert-row, org-table-insert-hline)
122 (org-table-hline-and-move, org-table-kill-row)
123 (org-table-sort-lines, org-table-cut-region)
124 (org-table-copy-region, org-table-paste-rectangle)
125 (org-table-convert, org-table-wrap-region)
126 (org-table-edit-field, org-table-sum)
127 (org-table-get-stored-formulas)
128 (org-table-maybe-eval-formula)
129 (org-table-rotate-recalc-marks)
130 (org-table-maybe-recalculate-line, org-table-eval-formula)
131 (org-table-recalculate, org-table-iterate)
132 (org-table-edit-formulas)
133 (org-table-toggle-coordinate-overlays)
134 (org-table-toggle-formula-debugger, orgtbl-to-generic)
135 (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
136 (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
138 * org.el (turn-on-orgtbl): Moved here from org-table.el.
139 (org-clock-persistence-insinuate): Moved here from org-clock.el.
140 (org-update-all-dblocks, org-map-entries)
141 (org-require-autoloaded-modules, org-forward-element)
142 (org-backward-element, org-up-element)
143 (org-element-greater-elements, org-drag-element-backward)
144 (org-drag-element-forward, org-mark-element)
145 (org-narrow-to-element, org-transpose-element)
146 (org-unindent-buffer): Don't autoload.
148 * org-clock.el (org-clock-get-clocktable): Rename from
149 `org-get-clocktable'.
150 (org-clock-persistence-insinuate): Move to org.el.
152 * org-capture.el: Do no set `generated-autoload-file' locally.
155 * org-agenda.el (org-agenda-list): Use
156 `org-clock-get-clocktable'. Do no set
157 `generated-autoload-file' locally.
159 * org-table.el (org-table-iterate-buffer-tables): Minor
161 (turn-on-orgtbl): Move to org.el.
163 * org-html.el (org-export-htmlize-generate-css): Don't autoload.
165 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
168 * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
170 * ob-lob.el (org-babel-lob-ingest): Ditto.
172 * org-id.el (org-id-copy)
173 (org-id-get-with-outline-path-completion)
174 (org-id-get-with-outline-drilling): Ditto.
176 * org-lparse.el (org-lparse-and-open, org-lparse-batch)
177 (org-lparse-to-buffer, org-replace-region-by)
178 (org-lparse-region): Ditto.
180 * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
182 * org.el (org-cycle): Fix misplaced autoload cookie.
184 * org-agenda.el (org-agenda-get-timestamps): Check if the item
185 is an habit when formatting it with `org-agenda-format-item'.
186 (org-agenda-get-blocks): Fix bug: don't assume the item is an
187 habit when formatting with `org-agenda-format-item'.
189 * org.el (org-calendar-agenda-action-key): Delete an option.
190 (org-mode-map): Delete its keybinding.
191 (org-agenda-action-marker, org-mark-entry-for-agenda-action):
194 * org-agenda.el (org-agenda-diary-entry): Don't prevent from
195 being used outside of Org agendas, as it can be used in
196 calendar buffers too.
198 2012-10-26 Caio Tiago Oliveira <asrail@gmail.com> (tiny change)
200 * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
201 block enclosing the submitted code.
203 2012-10-26 Myles English <mylesenglish@gmail.com> (tiny change)
205 * org-clock.el (org-clock-in): Moved the call to
206 org-clock-in-prepare-hook until the task's properties
209 2012-10-26 Nicolas Goaziou <n.goaziou@gmail.com>
211 * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
212 mode is nil when pre-computed `fill-prefix' is the empty string.
213 Otherwise filling functions from fill.el think it has to be computed
214 again and overwrite it.
216 * org.el: Make `org-closest-date' aware of hours repeaters.
218 * org.el (org-end-of-line): Do not call `end-of-visual-line' when
219 moving to the end of line. Also improve behaviour on elements that
222 * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
225 * org-element.el (org-element--get-next-object-candidates): Fix
226 parsing of objects of the same type in a single paragraph.
228 * org-element.el (org-element-sub/superscript-successor): Fix
229 parsing of sub/superscript at beginning of item.
230 (org-element-latex-or-entity-successor): Fix parsing of latex
231 fragments at beginning of item.
233 * org-agenda.el (org-agenda-later): Fix function when span is
234 a number and an argument was provided. Also fix typo in docstring.
236 * org.el (org-read-date-analyze): Fix analyzing for dates like
239 * org-element.el (org-element-center-block-parser)
240 (org-element-drawer-parser, , org-element-footnote-definition-parser)
241 (org-element-inlinetask-parser, org-element-plain-list-parser)
242 (org-element-quote-block-parser, org-element-special-block-parser)
243 (org-element-babel-call-parser, org-element-clock-parser)
244 (org-element-comment-parser, org-element-comment-block-parser)
245 (org-element-example-block-parser, org-element-export-block-parser)
246 (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
247 (org-element-keyword-parser, org-element-latex-environment-parser)
248 (org-element-paragraph-parser, org-element-planning-parser)
249 (org-element-property-drawer-parser, org-element-src-block-parser)
250 (org-element-table-parser)
251 (org-element-verse-block-parserorg-element-dynamic-block-parser):
252 Make sure element never ends at the end of a blank non-empty line.
254 * org-element.el (org-element-context)
255 (org-element--get-next-object-candidates): Fix `org-element-context'.
256 In particular, the restrictions for an object may be different from
257 those of its container (i.e. table rows and table cells).
259 * org-element.el (org-element-example-block-parser)
260 (org-element-src-block-parser): Store value of example-blocks and
261 src-blocks unescaped.
262 (org-element-example-block-interpreter)
263 (org-element-src-block-interpreter): Escape value again when storing
266 * org-src.el (org-escape-code-in-string)
267 (org-unescape-code-in-string, org-escape-code-in-region)
268 (org-unescape-code-in-region): New functions.
269 (org-edit-src-code, org-edit-src-exit): Use new functions.
271 * org.el (org-strip-protective-commas): Removed function.
273 * org-exp.el (org-export-select-backend-specific-text): Use new
276 * ob.el (org-babel-parse-src-block-match)
277 (org-babel-parse-inline-src-block-match, org-babel-insert-result):
278 Always escape produced blocks, independently on the language of the
279 block, if any. Use new functions.
281 * org-element.el (org-element-paragraph-parser): Fix regexp
284 * org-element.el (org-element-center-block-parser):
285 (org-element-drawer-parser, org-element-dynamic-block-parser)
286 (org-element-example-block-parser, org-element-export-block-parser)
287 (org-element-latex-environment-parser, org-element-paragraph-parser)
288 (org-element-property-drawer-parser, org-element-src-block-parser)
289 (org-element-verse-block-parser): Use stricter regexps for boundaries
292 2012-10-26 Toby S. Cubitt <tsc25@cantab.net>
294 * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
295 beginning of re-search-forward loop, otherwise next iteration picks up
296 `extra' value from previous entry.
298 2012-09-30 Abdó Roig-Maranges <abdo.roig@gmail.com>
300 * org-html.el (org-export-html-preprocess)
301 (org-export-html-format-image): Use
302 `org-latex-preview-ltxpng-directory'.
304 * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
307 * org.el (org-latex-preview-ltxpng-directory): New option.
308 (org-preview-latex-fragment): Store LaTeX preview images in
309 `org-latex-preview-ltxpng-directory'.
311 2012-09-30 Achim Gratz <Stromeko@Stromeko.DE>
313 * ob-R.el (org-babel-R-initiate-session): Protect against use of
314 unbound variable `ess-ask-for-ess-directory´. The default for this
315 variable is true, so act accordingly if it is found unbound.
317 * ob-R.el: Remove initialization with `nil´ from
318 `ess-ask-for-ess-directory´ and `ess-local-process-name´. Remove
319 second declaration for `ess-local-process-name´.
321 * org-gnus.el: Add a missing require for gnus-util.
323 * org-compat.el: Rename utils to make throughout.
325 * org.el: Move check for outline-mode-keymap after (require
328 * org-element.el: New file. Do not (require 'org).
330 * org-agenda.el: Remove duplicate requires.
332 * org.el (org-mode-map): Add keybindings to
333 `org-element-transpose' and `org-narrow-to-element'.
334 (org-metaup): Fall back on `org-element-drag-backward'.
335 (org-metadown): Fall back on `org-element-drag-forward'. Also
336 move chunks of declarations and require statements to get rid of
339 * org-exp-blocks.el (org): Don't require org. Add declarations.
341 * org-clock.el (org): Don't require org.
343 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
345 * ob.el (org-babel-exeext): New defconst to hold extension for
346 executables or nil if none. Should be ".exe" for both Windows and
349 * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
350 constructing the target file name for the compiled executable.
352 * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
353 when constructing the target file name for the compiled
356 * org-version.el: New file.
358 * org-compat.el (org-check-version): New macro. Check if
359 org-version.el exists and provide autoloads to that. Otherwise
360 check if org-fixup.el exists and use it to provide definitions.
361 Finally if nothing worked, complain about a botched installation
362 and provide fallback definitions.
364 * org.el: Use org-check-version.
366 * org.el: Fix a subtle error resulting in version functions
367 sometimes not being defined and byte-compiling failing. Always
368 compile in fallback definitions into org.elc -- org-fixup either
369 provides re-definitions at compile-time or checks org-version.el
370 and then the git work tree when run uncompiled. So the fallback
371 definitions will only come into effect when org-fixup is not
374 * org.el (org-version): Make org-version more robust, e.g. when
375 byte-compiling single files with 'make compile-dirty'.
377 * org.el (org-reload): Revert an undesirable change in org-reload.
378 Do not prepend org-dir to babel-files, which prevents the files
379 from being found in load-path.
381 * org.el (org-version): Add optional parameters 'full and 'message
382 to optionally return the full version string and echo to message
383 area in non-interactive calls.
385 * org.el (org-submit-bug-report): Add optional parameter 'full to
386 call of (org-version) so that the bug report has all version
389 * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
390 exist anymore). Keep org-*.el at the end of the files list.
391 Explicitely load org-version.el (since it doesn't provide feature
392 'org-version) at the very end, but ignore errors when it doesn't
393 exist. Add parameters 'full and 'message to the call of
394 (org-version) so that after reload the full version information is
395 displayed in the message area again.
397 * org-agenda.el: Replace with-no-warnings with org-no-warnings
398 (defined in org-macs.el).
400 * org-bbdb.el: Replace with-no-warnings with org-no-warnings
401 (defined in org-macs.el).
403 * org-clock.el: Replace with-no-warnings with org-no-warnings
404 (defined in org-macs.el).
406 * org.el: Replace with-no-warnings with org-no-warnings (defined
409 * org.el: Add with-not-warnings around call of (org-fixup).
411 * org-compat.el (org-find-library-dir): Rename
412 org-find-library-name (misleading) and implement with a function
413 that exists identically in Emacs/XEmacs.
415 * org-exp-blocks.el: Change calls to org-find-library-dir.
417 * org.el: change calls to org-find-library-dir. Make require for
418 noutline fail silently because it is missing from XEmacs.
420 * org.el (org-version): Use functions instead of global variables
421 to get the version strings and remove the defvaralias to
422 org-version. Warn when encountering a mixed installation (org and
423 org-install.el should be found in the same directory).
425 * org.el: Add with-no-warning to defvar for two unprefixed global
426 variables from calendar.el (there's nothing else we can do inside
427 org until it is fixed in calendar.el).
429 * org.el: Require find-func and remove declare-function for
430 find-library-name, otherwise autoloaded org-version doesn't show
433 * org.el (org-version): Show the full path to org-install.el in
434 the version string to avoid confusion if multiple installations
435 exist or a previously loaded org-install.el has already defined a
436 version string that is now out of date.
438 * org.el (org-version): Remove determination of version
439 information, show "N/A" if the information is not provided via
442 * org.el (org-git-version): Placeholder for recording the Git
443 version of org during install
445 * org.el (org-version): Initialize local git-version with
446 placeholder and fall through using it when org is not installed in
449 2012-09-30 Adam Spiers <orgmode@adamspiers.org> (tiny change)
451 * org-html.el: Add hyperlink to http://orgmode.org/ from export
454 * org-clock.el (org-clock-modify-effort-estimate): Display a
455 message when no clock is currently active.
457 2012-09-30 Andrew Hyatt <ahyatt@gmail.com> (tiny change)
459 * org-archive.el (org-archive-subtree): Allow archiving to a
462 * org.el (org-archive-location): Ditto.
464 2012-09-30 Bastien Guerry <bzg@gnu.org>
466 * ob-io.el: New file.
468 * ob-scala.el: New file.
470 * org.el (org-url-hexify-p, org-doi-server-url)
471 (org-latex-preview-ltxpng-directory, org-custom-properties)
472 (org-sparse-tree-default-date-type): Add :version "24.3".
474 * org-agenda.el (org-agenda-sticky)
475 (org-agenda-custom-commands-contexts): Ditto.
477 * org-capture.el (org-capture-bookmark)
478 (org-capture-templates-contexts) (org-capture-use-agenda-date):
481 * org-latex.el (org-export-latex-hyperref-options-format)
482 (org-export-latex-link-with-unknown-path-format): Ditto.
484 * org-id.el (org-id-link-to-org-use-id): Ditto.
486 * org-datetree.el (org-datetree-add-timestamp): Ditto.
488 * org.el (org-make-link-description-function): Enhance docstring.
489 (org-insert-link): Fall back on interactive prompt when
490 `org-make-link-description-function' fails.
492 * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
493 `org-agenda-sticky' is non-nil.
495 * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
496 (org-agenda-pre-follow-window-conf): New variable.
497 (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
498 window when there an indirect buffer is already displayed.
500 * org-agenda.el (org-agenda-manipulate-query)
501 (org-agenda-goto-date, org-agenda-goto-today)
502 (org-agenda-find-same-or-today-or-agenda, )
503 (org-agenda-later, org-agenda-change-time-span)
504 (org-agenda-change-all-lines)
505 (org-agenda-execute-calendar-command)
506 (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
507 get a property from (1- (point-max)), not (point-max)).
509 * ob-dot.el (org-babel-execute:dot): Throw an error when there is
512 * org-table.el (org-table-eval-formula): Convert time-stamps to
513 inactive time-stamp so that Calc can handle them correctly.
515 * org-table.el (org-table-fix-formulas): Warn with a message when
516 formulas have been updated.
518 * org-publish.el (org-publish-cache-ctime-of-src): Delete the
519 base-dir argument and use (file-name-directory file) to get the
521 (org-publish-update-timestamp)
522 (org-publish-cache-file-needs-publishing): Call
523 `org-publish-cache-ctime-of-src' with only one argument.
525 * org.el (org-follow-timestamp-link): Fix bug when using sticky
526 agenda. Add a docstring.
528 * org-agenda.el (org-agenda-sticky): Don't use a function to set.
529 Add a :version string.
531 * org.el (org-priority): Use a new argument to show priority
532 instead of setting it.
533 (org-show-priority): New function to show priority both in normal
534 Org buffers and in Org Agenda buffers.
535 (org-speed-commands-default): Use "," as a speed command for
538 * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
539 to `C-c ,' as it was before.
540 (org-agenda-show-priority): Delete.
541 (org-agenda-priority): Use a new argument to show priority instead
544 * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
546 (org-display-inline-remove-overlay): Rename from
547 `org-display-inline-modification-hook'.
548 (org-speed-command-activate): Rename from
549 `org-speed-command-default-hook'.
550 (org-babel-speed-command-hook): Rename from
551 `org-babel-speed-command-activate'.
553 * org-agenda.el (org-agenda-update-agenda-type): Rename from
554 `org-agenda-post-command-hook'.
555 (org-agenda-mode): Use the new name.
556 (org-agenda-post-command-hook): Define as obsolete function.
558 * org-lparse.el (org-lparse): Temporarily activate the hooks
559 needed for the ODT conversion.
560 (org-lparse-preprocess-after-blockquote): Rename from
561 `org-lparse-preprocess-after-blockquote-hook'.
562 (org-lparse-strip-experimental-blocks-maybe): Rename from
563 `org-lparse-strip-experimental-blocks-maybe'.
564 (org-lparse-preprocess-after-blockquote-hook)
565 (org-lparse-strip-experimental-blocks-maybe-hook): Define as
568 * ob.el (org-babel-insert-result): Comma-escape results inserted
571 * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
572 saving the source editing window with the default value for
573 `org-src-window-setup' (i.e. 'reorganize-frame).
575 * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
576 fontify the last character.
578 * org.el (org-open-at-point): Don't follow timestamp within
581 * org-capture.el (org-capture-templates): Fix typo in docstring.
583 * org-agenda.el (org-agenda-skip): Skip information retrieved from
586 * ob.el (org-babel-common-header-args-w-values)
587 (org-babel-insert-result): Reintroduce ":results org" but using
588 "#+BEGIN_SRC org", not "#+BEGIN_ORG".
590 * ob.el (org-babel-common-header-args-w-values): Remove "org" the
591 list of predefined values for the ":results" parameter.
593 * ob.el (org-babel-insert-result): Remove support for ":results
596 * ob.el (org-babel-common-header-args-w-values)
597 (org-babel-insert-result): Deprecate ":results wrap" in favor of
600 * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
601 happens before the first headline.
603 * org-capture.el (org-at-encrypted-entry-p)
604 (org-encrypt-entry, org-decrypt-entry): Declare.
605 (org-capture-set-target-location): Check whether `org-crypt' has
608 * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
611 * org-capture.el (org-capture-finalize): Maybe re-encrypt the
612 target headline if it was decrypted.
613 (org-capture-set-target-location): Maybe decrypt the target
616 * org-crypt.el (org-at-encrypted-entry-p): New function.
618 * org.el (org-options-keywords): Add "STYLE:".
620 * org-agenda.el (org-agenda-ndays): Don't make an alias, as
621 `org-agenda-span' is defined separately.
623 * org.el (org-in-subtree-not-table-p): New utility function for
625 (org-org-menu): Add an item for refiling. Check more contexts
626 when activating items.
627 (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
629 * org-agenda.el (org-agenda-tree-to-indirect-buffer)
630 (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
632 * org-capture.el (org-capture-set-target-location): Set a correct
633 time value when storing a note in a datetree and prompting the
636 * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
639 * org-agenda.el (org-agenda-menu-two-column)
640 (org-finalize-agenda-hook, org-agenda-ndays): Use
641 `define-obsolete-variable-alias' instead of
642 `make-obsolete-variable'.
644 * org.el (org-link-to-org-use-id): Move to org-id.el.
646 * org-id.el (org-id-link-to-org-use-id): Rename from
647 `org-link-to-org-use-id'. Use `nil' as the default value.
648 (org-link-to-org-use-id): Alias and define as obsolete.
650 * org-agenda.el (org-search-view, org-agenda-get-todos)
651 (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
652 parameter of `org-agenda-format-item' so that 'time-up and
653 'time-down agenda sorting strategies are handled correctly.
655 * org-capture.el (org-capture-fill-template): Fix checking of
656 protected template entries.
658 * org.el (org-cycle-global-at-bob): Fix typo in docstring.
660 * org.el (org-insert-drawer): Deactivate the mark before trying to
661 indent the :END: of the drawer.
663 * org-agenda.el (org-agenda-export-html-style): Default to nil as
664 any string value will replace the htmlize style.
666 * org.el (org-cycle-hook): Fix tiny typo in docstring.
668 * org.el (org-time-string-to-time)
669 (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
671 * org-freemind.el (org-freemind-write-node): Enhance links
674 * org-freemind.el (org-freemind-write-node): Convert links in
677 * org.el (org-link-to-org-use-id, org-directory)
678 (org-default-notes-file, org-reverse-note-order)
679 (org-extend-today-until, org-finish-function)
680 (org-store-link-functions): Use "capture" instead of "remember" in
681 docstrings. Also use the `org-capture' group when it makes sense.
683 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
684 correct agenda buffer. Don't split the agenda window when the
685 indirect buffer is displayed in another frame.
687 * org.el (org-mode): Try to set the org-hide face correctly.
689 * org-exp.el (org-export): Set the mark correctly when exporting a
692 * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
693 display of the number of commands for block agendas.
695 * org-agenda.el (org-agenda-before-write-hook)
696 (org-agenda-add-entry-text-maxlines): Enhance phrasing.
697 (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
698 buffer is writable when the hook is called.
699 (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
702 * org-agenda.el (org-habit-show-all-today): Only use defvar to
703 silent the byte-compiler.
704 (org-agenda-get-scheduled): Check whether some org-habit.el
705 options have been defined.
707 * org-capture.el (org-capture-entry): New variable.
708 (org-capture-string, org-capture): Use it to possibly skip the
709 interactive prompt for a capture template.
711 * org.el (org-activate-plain-links): Don't try to check if we are
712 in a bracket link already.
714 * org.el (org-read-date-analyze): Fix bug introduced in commit
715 cc5f9f: adding a time should not prevent relative answers to be
718 * org-agenda.el (org-agenda-bulk-action): Always read the date
719 through `org-read-date'. When possible, use the date at point as
722 * org-agenda.el (org-agenda-bulk-action): Fix bug when
723 bulk-shifting timestamps.
725 * org.el (org-version): New constant.
727 * org-compat.el (org-random): New compatibility function.
729 * org-id.el (org-id-uuid): Use it.
731 * org-capture.el (org-capture-use-agenda-date): New option.
732 (org-capture): Use it.
734 * org-agenda.el (org-agenda-capture): New command.
735 (org-agenda-mode-map): Bind it to `k'.
736 (org-agenda-menu): Add it to the menu.
738 * org-capture.el (org-capture): Update docstring.
740 * org-capture.el (org-capture): When called from an agenda buffer,
741 use the cursor date at the default date.
743 * org-agenda.el (org-agenda-bulk-action): Use the let-bound
744 `entries' instead the variable.
746 * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
747 persistent marks too early.
749 * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
750 point to reset the scheduled or deadline cookie. On date headers,
751 use it without prompting the user. On an item, use the item's
752 date as the default prompt for `org-read-date'.
754 * org.el (org-read-date): Docstring fix.
756 * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
759 * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
760 (org-agenda-mode-map): Delete related keys.
762 * org-agenda.el (org-agenda-menu): Fix a keybinding.
764 * org-colview.el (org-columns-goto-top-level): Correctly move the
765 marker `org-columns-top-level-marker'.
766 (org-agenda-columns): Don't set
767 `org-agenda-overriding-columns-format' as a buffer variable, as we
768 only need it dynamically.
769 (org-agenda-colview-summarize): Fix a bug in returning the match
772 * org-agenda.el (org-agenda-span-to-ndays): Make the second
773 argument `starting-day' optional.
774 (org-agenda-goto-date): Keep parameters of custom agendas.
776 * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
777 name through a temporary variable.
778 (org-agenda-buffer-tmp-name): New variable to temporary store the
781 * org-agenda.el (org-agenda-goto-date): Fix behavior when using
784 * org-agenda.el (org-diary): Don't check whether there is an
785 agenda buffer when trying to compile the prefix format.
786 (org-compile-prefix-format): Check if there is an agenda buffer.
787 If not, use the current buffer.
789 * org-agenda.el (org-agenda-get-day-entries): Set the agenda
790 buffer inconditionnally.
792 * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
795 * ob.el (org-babel-where-is-src-block-head): Find a src block head
796 correctly when #+header(s) is before #+name.
798 * org-agenda.el (org-agenda-finalize-hook)
799 (org-agenda-finalize, org-agenda-finalize-entries): Rename from
800 org-finalize-agenda-*.
801 (org-agenda-run-series, org-agenda-finalize, org-timeline)
802 (org-agenda-list, org-search-view, org-todo-list)
803 (org-tags-view, org-diary, org-agenda-finalize-entries)
804 (org-agenda-change-all-lines): Use the new names.
806 * org-agenda.el (org-agenda-local-vars): Remove
807 ̀org-agenda-last-arguments' from the list of local variables.
808 (org-agenda-mode-map): `g' does the same than `r' in buffers with
809 only one agenda view, but its behavior differs when there are
810 several views. In manually appended agendas (with `A'), `g'
811 displays only the agenda under the point. With multiple agenda
812 blocks, `g' reinitializes the view by discarding any temporary
813 changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
814 changes for the agenda view under the point.
815 (org-agenda-run-series, org-agenda-redo): Implement the above
817 (org-agenda-mark-header-line): Don't set useless properties.
818 (org-agenda-list, org-todo-only, org-search-view)
819 (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
820 (org-agenda-manipulate-query, org-agenda-goto-today)
821 (org-agenda-later, org-agenda-change-time-span): Use text
822 properties for storing the last command and the last arguments for
824 (org-unhighlight-once): Delete.
826 * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
829 * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
830 check whether we are in org-agenda-mode.
832 * org-agenda.el (org-agenda-pre-window-conf): Rename from
833 `org-pre-agenda-window-conf'.
834 (org-agenda-local-vars, org-agenda-prepare-window)
835 (org-agenda-Quit, org-agenda-quit): Use the new name.
837 * org-agenda.el (org-keys, org-match): New variable, dynamically
838 scoped in `org-agenda'.
839 (org-agenda, org-agenda-list, org-search-view, org-todo-list)
840 (org-tags-view): Use the new variables.
841 (org-batch-store-agenda-views): Let-bind `match'.
843 * org-agenda.el (org-search-view, org-todo-list)
844 (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
845 these functions programmatically. Also use the sticky agenda
848 * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
849 correctly with sticky agendas and non-custom commands.
851 * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
852 `org-fit-agenda-window'.
853 (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
854 (org-search-view, org-todo-list, org-tags-view): Use the new name.
856 * org-agenda.el (org-agenda-prepare): Let `throw' display an
859 * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
860 when called from programs as (org-agenda-list).
862 * org-agenda.el (org-todo-list): Make arg optional.
864 * org.el (org-agenda-prepare-buffers): Rename from
865 `org-prepare-agenda-buffers'.
866 (org-match-sparse-tree, org-map-entries): Use the new names.
868 * org-agenda.el (org-agenda-prepare-window): Rename from
869 `org-prepare-agenda-window'.
870 (org-agenda-prepare): Rename from `org-prepare-agenda'.
871 (org-agenda-run-series, org-agenda-prepare, org-timeline)
872 (org-agenda-list, org-search-view, org-todo-list)
873 (org-tags-view, org-agenda-list-stuck-projects, org-diary)
874 (org-agenda-to-appt): Use the new names.
876 * org-mobile.el (org-mobile-create-index-file): Ditto.
878 * org-icalendar.el (org-export-icalendar): Ditto.
880 * org-clock.el (org-dblock-write:clocktable)
881 (org-dblock-write:clocktable): Ditto.
883 * org2rem.el (org2rem): Ditto.
885 * org-agenda.el (org-agenda): In sticky agendas, use the current
886 command's match to set the buffer name. This gives more
887 information to the user and allows to distinguish various agendas
888 triggered by the same key.
889 (org-batch-store-agenda-views): Handle the new sticky agenda
892 * org-agenda.el (org-agenda)
893 (org-agenda-get-restriction-and-command): Use `S' as a key for
894 searching words in TODO-only entries.
896 * org-agenda.el (org-prepare-agenda): Fit agenda window when
897 displaying a sticky agenda.
899 * org-table.el (org-table-number-regexp): Allow the user to set it
900 to a new regexp, which allows commas as decimal mark. The default
901 is to not use this setting, but the one before commit 7ff8c1,
902 which has ben reverted.
904 * org-agenda.el (org-agenda-overriding-cmd)
905 (org-agenda-multi-current-cmd)
906 (org-agenda-multi-overriding-arguments): New variables.
907 (org-agenda-run-series): `org-agenda-overriding-arguments'
908 defaults to the last agenda block arguments, so don't use it
910 (org-agenda-mark-header-line): Add properties needed so that
911 `org-agenda-overriding-arguments', `org-agenda-current-span' and
912 `org-agenda-last-arguments' can be set to their correct contextual
914 (org-agenda-multi-back-to-pos): New variable.
915 (org-agenda-later): Retrieve `org-agenda-current-span' and
916 `org-agenda-overriding-arguments' from text properties. Also
918 (org-agenda-later, org-agenda-change-time-span): Set
919 `org-agenda-overriding-cmd' so that we to take overriding
920 arguments into account for this command only.
922 * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
923 bug when called with a non-nil value of `org-agenda-stick'.
925 * org-agenda.el (org-agenda-refile): Fix bug when refiling an
926 entry from a sticky agenda.
928 * org-agenda.el (org-prepare-agenda-window): Use
929 `org-pre-agenda-window-conf' if already set.
930 (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
932 (org-agenda-quit): Ditto.
934 * org-capture.el (org-capture-fill-template): Protect the text
935 used for replacement from being further replaced.
937 * org.el (org-contextualize-validate-key): Fix the check against a
940 * org.el (org-contextualize-keys): Rename from
941 `org-contextualize-agenda-or-capture'. Fix normalization to
942 handle empty key replacement string.
943 (org-contextualize-validate-key): Rename from
944 `org-contexts-validate'. Allow checking against a custom
947 * org-agenda.el (org-agenda-custom-commands-contexts): Update.
948 (org-agenda): Use `org-contextualize-keys'.
950 * org-capture.el (org-capture-templates-contexts): Ditto.
952 * org.el (org-contextualize-agenda-or-capture): Normalize
955 * org.el (org-contextualize-agenda-or-capture): Handle key
956 replacement depending on the contexts.
958 * org-capture.el (org-capture-templates-contexts): Allow to use
959 the context as a way to replace one capture template by another
962 * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
963 use the context as a way to replace one agenda custom command by
966 * org.el (org-contextualize-agenda-or-capture)
967 (org-rule-validate): New functions, implement context filtering
968 for agenda commands and capture templates.
970 * org-agenda.el (org-agenda-custom-commands-contexts): New option.
971 (org-agenda): Use it.
973 * org-capture.el (org-capture-templates-contexts): New option.
974 (org-capture-select-template): Use it.
976 * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
977 (org-mode): Set `beginning-of-defun-function' and
978 `end-of-defun-function' directly.
980 * org.el (org-insert-link): Fix bug: include links abbreviations
983 * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
984 `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
985 items should not be ignored.
987 * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
990 * org-freemind.el (org-freemind-convert-links-from-org): Replace
991 literally to prevent errors when replacing with string containing
994 * org-pcomplete.el (org-thing-at-point): Allow to match (and then
995 complete) a "thing" containing dashes.
997 * org-table.el (org-table-toggle-coordinate-overlays): Better
998 message when interactively toggling.
1000 * org-table.el (org-table-number-regexp): Update the docstring to
1001 show an example of a decimal number using the comma as a
1004 * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1005 (org-agenda-filter-by-category): Filtering must be turned off only
1006 when a category filter has been set and this filter is not empty.
1008 * org-agenda.el (org-search-view, org-agenda-get-todos)
1009 (org-agenda-get-timestamps, org-agenda-get-sexps)
1010 (org-agenda-get-progress, org-agenda-get-deadlines)
1011 (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1012 `category-pos' instead of `org-category-pos'.
1014 * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1015 `ob-fortran-transform-list'.
1016 (org-babel-fortran-var-to-fortran): Use the new function's name.
1018 * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1019 `ob-calc-maybe-resolve-var'.
1020 (org-babel-execute:calc): Use the new function's name.
1022 * org-jsinfo.el (org-infojs-template): Add a license.
1023 (org-infojs-handle-options): Replace all template elements.
1025 * org-html.el (org-export-html-scripts): Add a license.
1026 (org-export-html-mathjax-config): Replace all template elements.
1027 (org-export-html-mathjax-template): Add a license.
1028 (org-export-as-html): Minor code clean-up.
1030 * org.el (org-options-keywords): Add "#+MATHJAX" and
1031 "#+INFOJS_OPT" to the list of keywords for completion.
1033 * org.el (org-src-prevent-auto-filling): Remove unused and useless
1036 * org.el (org-element-at-point): Autoload.
1037 (org-element-up): Remove useless declaration.
1038 (org-fill-context-prefix, org-fill-paragraph)
1039 (org-mark-element, org-narrow-to-element)
1040 (org-transpose-element, org-unindent-buffer): Do not require
1043 * org.el (org-fill-paragraph): Require org-element.
1045 * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1048 * org.el (org-create-math-formula): Use the compatibility function
1049 `org-region-active-p'.
1051 * org-odt.el (org-export-as-odf): Ditto.
1053 * ob.el (org-babel-demarcate-block): Ditto.
1055 * org.el (org-mark-subtree): Maybe call `org-mark-element'
1057 (org-mark-element): Only mark further elements when called
1060 * org.el (org-mark-element, org-narrow-to-element)
1061 (org-transpose-element): Require org-element.
1063 * org-agenda.el (org-agenda-get-timestamps)
1064 (org-agenda-get-sexps, org-agenda-get-deadlines)
1065 (org-agenda-get-scheduled): Add the 'warntime as a text property,
1066 getting its value from the APPT_WARNTIME property.
1067 (org-agenda-to-appt): Use the 'warntime text property.
1069 * org-capture.el (org-capture-place-table-line): Fix bug.
1071 * org.el (org-activate-plain-links): Don't activate a plain link
1072 when it is part of a bracketed link, unless bracketed links are
1073 not enlisted in `org-activate-links'.
1074 (org-open-at-point): Don't consider the text immediately after a
1075 bracketed link is part of a plain link.
1077 * org.el (org-compute-latex-and-specials-regexp)
1078 (org-paste-subtree, org-sort-entries, org-store-link)
1079 (org-open-at-point, org-file-remote-p, org-add-log-setup)
1080 (org-set-tags-to, org-fast-tag-selection)
1081 (org-diary-sexp-entry): Ditto.
1083 * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1084 (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1085 (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1086 end of (cond ...) constructs.
1088 * org-mobile.el (org-mobile-create-index-file): Ditto.
1090 * org-lparse.el (org-lparse-format-table-row): Ditto.
1092 * org-list.el (org-sort-list): Ditto.
1094 * org-id.el (org-id-get): Ditto.
1096 * org-html.el (org-export-html-preprocess): Ditto.
1098 * org-exp.el (org-default-export-plist)
1099 (org-table-clean-before-export): Ditto.
1101 * org.el (org-options-keywords): Add "TODO".
1102 (org-make-options-regexp): Make the hashtag mandatory for options
1103 and don't allow whitespaces between the hashtag and the plus sign.
1105 * org.el (org-refresh-category-properties)
1106 (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1107 lowercase "#+category" and "#+begin:" dynamic blocks.
1109 * org.el (org-context): Use case-folding when trying to match
1110 clocktables and source blocks contexts.
1112 * org-clock.el (org-clock-put-overlay): Put the overlay on the
1113 whole headline, not only on the last character. This fixes a bug
1114 with overlays on headlines ending with a bracketed link.
1116 * org-html.el (org-export-as-html): Make sure we always process a
1119 * org-exp.el (org-export-cleanup-toc-line): Always return a
1122 * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1123 metalines with #+results[...]:.
1125 * org-exp.el (org-export-handle-metalines): Rename from
1126 `org-export-handle-table-metalines'. Now also handle source block
1128 (org-export-res/src-name-cleanup): Delete.
1129 (org-export-preprocess-string): Use `org-export-handle-metalines'.
1130 Don't use `org-export-res/src-name-cleanup' anymore.
1132 * org-html.el (org-format-org-table-html): Don't include the
1133 caption tag for empty captions in HTML export. Keep it in the
1134 DocBook export so that it produces valid DocBook XML.
1136 * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1137 8am" to be parsed correctly with respect to possible values of
1138 `org-read-date-prefer-future'.
1139 (org-read-date-prefer-future): Update docstring to remove the
1140 restriction about inserting only the time. The user can now
1141 insert the time and the day.
1143 * org-icalendar.el (org-icalendar-print-entries): Rename from
1144 `org-print-icalendar-entries'.
1145 (org-icalendar-start-file): Rename from
1146 `org-start-icalendar-file'.
1147 (org-icalendar-finish-file): Rename from
1148 `org-finish-icalendar-file'.
1149 (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1150 (org-export-icalendar): Use the correct functions.
1152 * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1155 * org.el (org-fill-context-prefix): Require org-element.
1156 (org-timestamp-change): Fix bug by saving excursion when adjusting
1159 * org.el (org-read-date-prefer-future): Fix docstring formatting.
1160 (org-read-date-analyze): Fix the interpretation of
1161 `org-read-date-prefer-future'.
1163 * org-agenda.el (org-agenda-menu-two-column): Rename to
1164 `org-agenda-menu-two-columns'.
1166 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1167 `org-labels' by `let*'.
1169 * org-bibtex.el (org-bibtex-headline): Ditto.
1171 * org-compat.el: Delete `org-labels'.
1173 * ob.el (org-babel-get-src-block-info)
1174 (org-babel-check-src-block, org-babel-current-result-hash)
1175 (org-babel-parse-src-block-match, org-babel-read-link)
1176 (org-babel-insert-result, org-babel-clean-text-properties): Use
1177 ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1178 (org-babel-clean-text-properties): Delete redundant function
1179 `org-babel-clean-text-properties'.
1181 * ob-tangle.el (org-babel-tangle-collect-blocks)
1182 (org-babel-tangle-comment-links): Ditto.
1184 * ob-table.el (sbe): Ditto.
1186 * ob-lob.el (org-babel-lob-get-info)
1187 (org-babel-lob-execute): Ditto.
1189 * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1191 * org-macs.el (org-no-properties): Allow a new parameter
1192 `restricted' to restrict the properties removal to those in
1193 `org-rm-props'. The default is now to remove all properties.
1195 * org-compat.el (org-substring-no-properties): Remove unused
1198 * org-remember.el (org-remember-apply-template): Remove redundant
1199 removal of text properties.
1200 (org-remember-apply-template): Use `org-no-properties'.
1202 * org-capture.el (org-capture-fill-template): Remove redundant
1203 removal of text properties.
1204 (org-capture-fill-template): Use `org-no-properties'.
1206 * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1207 `org-no-properties'.
1209 * org-colview.el (org-columns-display-here): Ditto.
1211 * org-table.el (org-table-eval-formula): Ditto.
1213 * org.el (org-entry-properties): Ditto.
1215 * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1216 handling `alarm-time'.
1218 * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1220 * org.el (org-store-log-note): Only skip comments starting with "#
1221 " when storing a note.
1223 * org.el (org-custom-properties): New option.
1224 (org-custom-properties-overlays): New variable.
1225 (org-toggle-custom-properties-visibility): New command to toggle
1226 the visibility of custom properties.
1227 (org-check-before-invisible-edit): Also prevent errors when trying
1228 to edit invisible properties.
1230 * org-datetree.el (org-datetree-add-timestamp): New option.
1231 (org-datetree-insert-line): Use it.
1233 * org.el (org-fill-template): Fix bug when filling template for a
1234 key associated to the nil value.
1236 * org-agenda.el (org-diary): Fix tiny typo.
1238 * org.el (message-in-body-p): Move declaration up to fix compiler
1241 * org.el (org-fill-context-prefix): Fix auto-filling in
1244 * org.el (org-fill-paragraph): Correctly fill paragraph in
1246 (org-indent-line): Correctly indent according to mode when
1247 `orgstruct++-mode' is on.
1248 (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1249 stored in `org-fb-vars'.
1251 * org.el (org-fill-paragraph): Make a command. Fix bug about
1252 filling message headers and citations.
1254 * org.el (org-redisplay-inline-images): New command.
1255 (org-mode-map): Bind it to C-c C-x C-M-v.
1257 * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1258 (org-columns-get-format): Fix compiler warning.
1260 * org-feed.el: Add declarations.
1262 * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1263 allow tag inheritance.
1265 * org-capture.el (org-capture): Fix bug introduced by commit
1268 * org-publish.el (org-publish-needed-p)
1269 (org-publish-update-timestamp, org-publish-file)
1270 (org-publish-cache-file-needs-publishing): New argument
1272 (org-publish-cache-ctime-of-src): Use the new argument to make
1273 sure we find the file according to :base-directory.
1275 * org-capture.el (org-capture-string): New command to prompt for
1276 the interactive text interactively. This can also be used in
1277 Elisp programs to use ̀org-capture' with some initial text.
1278 (org-capture-initial): New variable to store the initial text.
1279 (org-capture): Use `org-capture-initial'.
1281 * org.el (org-emph-re): Tiny docstring formatting fix.
1283 * org-compat.el (org-labels): Remove.
1285 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1287 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1289 * org.el (org-emph-re): Tiny formatting fix.
1291 * org.el (orgstruct-setup): Require `org-element'.
1293 * org.el (org-store-link, org-open-at-point): New link type
1296 * org-compat.el (org-flet): Remove alias.
1298 * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1299 (org-babel-get-rownames, org-babel-insert-result)
1300 (org-babel-merge-params)
1301 (org-babel-expand-noweb-references): Don't use `org-flet'. Also
1302 indent some functions correctly.
1304 * ob.el (org-babel-execute-src-block)
1305 (org-babel-join-splits-near-ch, org-babel-format-result)
1306 (org-babel-examplize-region): Don't use `org-flet'.
1307 (org-babel-tramp-handle-call-process-region): Fix typo.
1309 * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1311 * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1313 * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1316 * org-pcomplete.el (org-compat): Require.
1318 * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1320 * org-bibtex.el (org-bibtex-write): Use let*.
1322 * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1324 * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1325 (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1327 * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1329 * org-pcomplete.el (org-thing-at-point): Ditto.
1331 * org.el (org-timestamp-change): Ditto.
1333 * org-mouse.el (org-mouse-timestamp-today)
1334 (org-mouse-set-priority, org-mouse-popup-global-menu)
1335 (org-mouse-context-menu): Don't use ̀org-flet'.
1337 * org.el (org-priority): Fix docstring.
1339 * org-publish.el (org-publish-write-cache-file)
1340 (org-publish-initialize-cache)
1341 (org-publish-cache-file-needs-publishing)
1342 (org-publish-cache-get): Small code clean-up.
1344 * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1346 * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1347 agenda entries created from sexps.
1349 * org-capture.el (org-capture-templates): Docstring clean up.
1350 (org-capture-place-entry, org-capture-place-item)
1351 (org-capture-place-plain-text, org-capture-place-table-line):
1352 Ensure to always position the point according to %?.
1354 * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1355 converting remote table references.
1357 * org-agenda.el (org-agenda-switch-to): Run hooks in
1358 ̀org-agenda-after-show-hook'.
1360 * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1361 variable `length' to `lgth'.
1363 * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1366 * org-exp.el (org-export-format-source-code-or-example): Ditto.
1368 * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1370 * ob.el (org-babel-view-src-block-info)
1371 (org-babel-execute-src-block, org-babel-edit-distance)
1372 (org-babel-switch-to-session-with-code)
1373 (org-babel-balanced-split, org-babel-insert-result): Ditto.
1375 * ob-ref.el (org-babel-ref-index-list): Ditto.
1377 * ob-python.el (org-babel-python-evaluate-session): Ditto.
1379 * ob-lob.el (org-babel-lob-get-info): Ditto.
1381 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1383 * ob-exp.el (org-babel-exp-do-export): Ditto.
1385 * org-table.el (orgtbl-to-generic): Fix docstring.
1387 * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1388 argument `switch-to-state' set to nil. Fix docstring.
1389 (org-clock-in-last): Prompt for a todo state to switch to when
1390 called with three universal prefix arguments. Don't display a
1391 message when the clock is already running. Update docstring.
1392 (org-clock-out): New argument `switch-to-state'. When this
1393 argument is non-nil, prompt for a state to switch the clocked out
1394 task to, overriding `org-clock-out-switch-to-state'.
1396 * org.el (org-entry-get): Don't use `org-flet'.
1398 * org.el (org-forward-heading-same-level): Rename from
1399 `org-forward-same-level'.
1400 (org-backward-heading-same-level): Rename from
1401 `org-backward-same-level'.
1403 * org.el (org-forward-element): Rename from `org-element-forward'.
1404 (org-backward-element): Rename from `org-element-backward'.
1405 (org-up-element): Rename from `org-element-up'.
1406 (org-down-element): Rename from `org-element-down'.
1407 (org-drag-element-backward): Rename from
1408 `org-element-drag-backward'.
1409 (org-drag-element-forward): Rename from
1410 `org-element-drag-forward'.
1411 (org-mark-element): Rename from `org-element-mark-element'.
1412 (org-transpose-element): Rename from `org-element-transpose'.
1413 (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1414 (org-mode-map): Update the names of a commands. Remove useless
1417 * org-element.el (org-element-forward, org-element-backward)
1418 (org-element-up, org-element-down)
1419 (org-element-drag-backward, org-element-drag-forward)
1420 (org-element-mark-element, org-narrow-to-element)
1421 (org-element-transpose, org-element-unindent-buffer): Move to
1424 * org.el (org-forward-same-level): Fix typo in docstring.
1426 * org-agenda.el (org-agenda-mode-map): Bind
1427 `org-agenda-show-priority' to `C-c,' instead of `P'.
1428 (org-agenda-next-item, org-agenda-previous-item): New commands to
1429 move by one item down/up in the agenda.
1430 (org-agenda-mode-map): Bind `org-agenda-next-item' and
1431 `org-agenda-previous-item' to `N' and `P' respectively.
1433 * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1434 Toggle headers when necessary.
1436 * org-element.el (org-narrow-to-element): Autoload.
1438 * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1439 (org-mark-subtree): Allow a numeric prefix argument to move up
1440 into the hierarchy of headlines.
1442 * org-element.el (org-element-up, org-element-down): Autoload.
1444 * org.el: Declare functions and don't require org-element.
1446 * org-element.el (org-element-at-point, org-element-forward)
1447 (org-element-backward, org-element-drag-backward)
1448 (org-element-drag-forward, org-element-mark-element)
1449 (org-element-transpose, org-element-unindent-buffer): Autoload.
1450 Require 'org and remove all declarations.
1452 * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1453 variables instead of constants.
1455 * org-archive.el (org-datetree-find-date-create): Declare.
1457 * org.el (org-open-at-point): Only set
1458 `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1461 * org-icalendar.el (org-print-icalendar-entries): Let
1462 APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1464 * org.el (org-special-properties): New special property
1466 (org-entry-properties): Handle the new special property.
1468 * org-colview.el (org-columns): Handle a new special property
1470 (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1472 * org-clock.el (org-clock-sum-today): New function.
1473 (org-clock-sum): New argument PROPNAME to set a custom text
1474 property instead of :org-clock-minutes.
1476 * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1477 error message when no agenda is currently being displayed.
1479 * org.el (org-get-property-block): Find blocks before the first
1481 (org-entry-properties): Minor code cleanup.
1482 (org-entry-get, org-entry-get-with-inheritance): Get property
1483 before the first headline.
1485 * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1487 * org.el (org-make-link): Delete.
1488 (org-store-link, org-insert-link)
1489 (org-file-complete-link): Don't use `org-make-link'.
1491 * org-wl.el (org-wl-store-link-folder)
1492 (org-wl-store-link-message): Ditto.
1494 * org-vm.el (org-vm-store-link): Ditto.
1496 * org-rmail.el (org-rmail-store-link): Ditto.
1498 * org-mhe.el (org-mhe-store-link): Ditto.
1500 * org-mew.el (org-mew-store-link): Ditto.
1502 * org-irc.el (org-irc-erc-store-link): Ditto.
1504 * org-info.el (org-info-store-link): Ditto.
1506 * org-id.el (org-id-store-link): Ditto.
1508 * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1510 * org-eshell.el (org-eshell-store-link): Ditto.
1512 * org-bbdb.el (org-bbdb-store-link): Ditto.
1514 * org.el (org-url-hexify-p): New option. When non-nil (the
1515 default), hexify URLs when creating a link.
1517 * org.el (org-insert-link): Make sure point is at the beginning of
1520 * org.el (clean-buffer-list-kill-buffer-names): Declare.
1521 (org-open-at-point): Allow opening multiple shell links by
1522 creating a new output buffer for each shell process. The new
1523 buffer is added to `clean-buffer-list-kill-buffer-names'.
1525 * org-mobile.el (org-mobile-create-index-file): Use
1526 `org-global-tags-completion-table' instead of
1527 `org-tag-alist-for-agenda' to get the tags for the index file.
1529 * org.el (org-global-tags-completion-table): Fix typo in
1532 * org.el (org-link-to-org-use-id): Use `org-capture' instead of
1533 `org-remember' in the docstring.
1534 (org-link-fontify-links-to-this-file): New function to fontify
1535 links to the current buffer in `org-stored-links'.
1536 (org-store-link): Small code simplification.
1537 (org-link-prettify): Enclose literal links into <...> instead of
1539 (org-insert-link): Use `org-link-fontify-links-to-this-file'.
1540 Also allow completion over links' descriptions, as well as links
1541 destinations. When the user uses the description for completion,
1542 don't prompt again for a description.
1544 * org-capture.el (org-capture-templates): Fix docstring by adding
1545 Gnus to the list of mail clients.
1547 * org.el (org-log-repeat): Enhance docstring.
1549 * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
1550 `org-element-backward/forward' as these functions stops when there
1551 is no element of the same type before/after point. It is useful
1552 to navigate with `forward/backward-paragraph' with no stop in most
1555 * org-capture.el (org-capture-templates): New template %l to
1556 insert the literal link pointing at the current buffer.
1558 * org.el (org-todo-keywords): Ditto.
1560 * org.el (org-fill-paragraph): Falls back on
1561 `message-fill-paragraph' if required in `message-mode'.
1563 * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
1564 (pcomplete/org-mode/file-option/options)
1565 (pcomplete/org-mode/file-option/title)
1566 (pcomplete/org-mode/file-option/author)
1567 (pcomplete/org-mode/file-option/email)
1568 (pcomplete/org-mode/file-option/date): Use the new macro to offer
1569 completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
1572 * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
1573 an external file while `org-agenda-sticky' is non-nil.
1575 * org.el (org-speed-commands-default): New speedy command to
1576 quickly add the :APPT_WARNTIME: property.
1578 * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
1579 property to override `appt-message-warning-time' when adding an
1580 appointment from an entry.
1582 * org.el (org-version): Improve docstring.
1583 (org-self-insert-cluster-for-undo): The default value should be
1584 nil for Emacs >=24.1. See bug#11774.
1586 * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
1589 * org.el (org-options-keywords): New constant.
1590 (org-additional-option-like-keywords): Remove duplicates with
1591 keywords in the new constant.
1592 (org-additional-option-like-keywords-for-flyspell): Use the new
1594 (org-mode-flyspell-verify): Exclude keywords from the new
1597 * org-pcomplete.el (pcomplete/org-mode/file-option): Use
1598 `org-options-keywords'.
1600 * org.el (org-toggle-heading): Bugfix: use
1601 `org-element-mark-element' instead of `org-mark-list'.
1603 * org-list.el (org-mark-list): Delete.
1605 * org.el: Update a few keybindings.
1607 * org-element.el (org-element-down): Throw an error when the
1608 element has no content.
1610 * org-table.el (orgtbl-radio-table-templates): Add a template for
1612 (orgtbl-to-orgtbl): Complete and align the table created with
1613 orgtbl-to-orgtbl, in case the user use the function for radio
1615 (orgtbl-to-table.el): New function to export a table to another
1616 one using the table.el format.
1617 (orgtbl-to-unicode): New function to export a table using unicode
1620 * org-exp.el (org-export-language-setup): Use "Sommaire" for the
1621 french translation of "Table of contents", to avoid a possible bug
1622 when exporting to ODT.
1624 * org.el (org-additional-option-like-keywords): Add keywords.
1625 (org-additional-option-like-keywords-for-flyspell): New constant
1626 to use with flyspell.
1627 (org-mode-flyspell-verify): Use the dedicated constant and don't
1628 check `org-startup-options'.
1630 * org-agenda.el (org-batch-store-agenda-views): Use the sticky
1631 agenda buffer name, if required.
1632 (org-agenda-write): New parameter `agenda-bufname' to allow
1633 setting the agenda buffer name.
1635 * org.el (org-mode-map): Add keybindings for
1636 `org-element-forward', `org-element-backward', `org-element-up'
1637 and `org-element-down'.
1639 * org.el (org-auto-fill-function): Don't call `do-auto-fill'
1640 within (org-let org-fb-vars ...) as `do-auto-fill' should do the
1641 right thing whether orgstruct++-mode is turned on or off.
1643 * org.el (org-sparse-tree-default-date-type): New option.
1644 (org-ts-type): New variable.
1645 (org-sparse-tree): New argument `type'. Use the new option
1646 `org-sparse-tree-default-date-type' as the default value for
1647 `type'. Fix docstring.
1648 (org-re-timestamp): New function.
1649 (org-check-before-date, org-check-after-date)
1650 (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
1651 to tell compute the date regexp.
1653 * org.el (orgstruct++-mode, org-get-local-variables): Also set
1654 `normal-auto-fill-function' when turning on/off orgstruct++-mode.
1656 * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
1657 customization types.
1659 * org-faces.el (org-document-title): Use the normal height.
1661 * org-clock.el (org-x11idle-exists-p): New variable.
1662 (org-user-idle-seconds): Use it.
1664 * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
1667 * org.el (org-insert-all-links): New command.
1668 (org-insert-link): `org-keep-stored-link-after-insertion' is now
1669 checked when the link to insert has been defined, regardless on
1670 how it has been defined. Also don't read the description
1671 interactively when the `default-description' parameter was given.
1672 (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
1674 * org.el (org-inc-effort): New command to increment the effort
1676 (org-set-effort): Use it.
1677 (org-mode-map): Bind it to `C-c C-x E'.
1678 (org-speed-commands-default): Use `E' as a speed command for it.
1680 * org.el (org-re-property-keyword): New function.
1681 (org-entry-put): Use it to fix a bug with respect to setting the
1682 value of a property when a property line with no value already
1685 * org.el (org-timestamp-change): Adjust clock in other org files
1688 * org-clock.el (org-user-idle-seconds): Simplify.
1690 * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
1693 * org.el (org-mode-map): Add keybindings to
1694 `org-element-transpose' and `org-narrow-to-element'.
1695 (org-metaup): Fall back on `org-element-drag-backward'.
1696 (org-metadown): Fall back on `org-element-drag-forward'. Also
1697 move chunks of declarations and require statements to get rid of
1700 * org-exp-blocks.el (org): Don't require org. Add declarations.
1702 * org-clock.el (org): Don't require org.
1704 * ob-exp.el (org-list-forbidden-blocks): Add declarations.
1706 * org.el (org-timestamp-change): Don't use the `position'.
1708 * org.el (org-clock-history, org-clock-adjust-closest): New
1710 (org-timestamp-change): Maybe adjust the next or previous clock in
1711 `org-clock-history'.
1712 (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
1713 timestamp at point and adjust the next or previous clock in
1714 `org-clock-history', when possible.
1716 * org-clock.el (org-clock-in): Set the marker for
1717 `org-clock-history' at a safer position.
1719 * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
1722 * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
1724 * org.el (org-indent-line): Fix indentation of a property line
1725 starting at the beginning of a line.
1727 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1729 * org-compat.el: Alias `org-condition-case-unless-debug' to
1730 `condition-case-unless-debug' or `condition-case-no-debug'.
1732 * org.el (org-todo-keywords): Ditto.
1734 * org.el (org-use-fast-todo-selection): Reformat docstring.
1736 * org.el (org-flag-drawer): Add a docstring.
1737 (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
1738 `org-clock-in-last' to "C-cC-xC-x". This fixes a bug in the
1739 previous keybinding for `org-clock-in-last', which would override
1740 the one for `org-clock-in'.
1742 * org-clock.el (org-clock-in-last): Prevent errors when there is
1743 no clocking history.
1744 (org-clock-cancel): Fix bug when checking against a clock log in a
1747 * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
1748 new specifier. Update the docstring.
1750 * org.el (org-startup-options): Fix docstring formatting.
1752 * org.el (org-use-sub-superscripts): Fix typo in docstring.
1754 * org.el (org-refile): Fix bug: prevent looping when calling
1755 `org-set-tags' internally.
1757 * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
1758 `org-clock-in-last'.
1760 * org-clock.el (org-clock-continuously): New option.
1761 (org-clock-in): Three universal prefix arguments set
1762 `org-clock-continuously' to `t' temporarily.
1763 (org-clock-in-last): Fix call to `org-clock-select-task' and
1764 support continuous clocking.
1765 (org-clock-out-time): New variable.
1766 (org-clock-out): Set `org-clock-out-time' when clocking out.
1767 Small docstring rewriting.
1768 (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
1769 bug when trying to delete empty logbook drawer.
1770 (org-clock-cancel): If the clock log is gone, send a warning
1771 instead of deleting the region that is supposed to contain it.
1773 * org.el (org-move-line-down, org-move-line-up): Remove.
1774 (org-metaup, org-metadown): When the region is active, move it
1775 up/down by one line, with no regard to the context.
1777 * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1779 * org-compat.el: Alias `org-condition-case-unless-debug' to
1780 `condition-case-unless-debug' or `condition-case-no-debug'.
1782 * org-pcomplete.el (org-thing-at-point): Ignore trailing
1783 whitespaces while looking-back at properties.
1785 * org.el (org-mode): Set `indent-region-function'.
1786 (org-indent-region): New function.
1787 (org-fill-paragraph): When in a src block, use `indent-region' to
1788 indent the whole source code instead of falling back on
1789 `fill-paragraph', as this function messes up the code.
1791 * org-src.el (org-edit-src-code): Fix docstring formatting.
1793 * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
1795 * org.el (org-mode, org-add-log-setup)
1796 (org-get-property-block, org-entry-put)
1797 (org-property-next-allowed-value, org-return)
1798 (org-indent-line): Rename `org-indent-line-function' to
1801 * org-timer.el (org-timer-item): Ditto.
1803 * org-table.el (org-table-store-formulas): Ditto.
1805 * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
1807 * org-src.el (org-src-font-lock-fontify-block)
1808 (org-src-strip-leading-and-trailing-blank-lines)
1809 (org-src-ask-before-returning-to-edit-buffer)
1810 (org-edit-src-code, org-edit-src-continue)
1811 (org-edit-fixed-width-region)
1812 (org-src-do-key-sequence-at-code-block)
1813 (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
1814 typos in docstrings.
1816 * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
1817 use "format string" instead of "formatting string".
1819 * org-latex.el (org-export-latex-emphasis-alist)
1820 (org-export-latex-title-command, org-export-latex-tables): Ditto.
1822 * org-html.el (org-export-html-postamble): Ditto.
1824 * org-latex.el (org-export-latex-hyperref-options-format): New
1826 (org-export-latex-make-header): Use it.
1828 * ob.el (org-babel-confirm-evaluate): Prevent errors when
1829 `org-current-export-file' is void.
1831 * org-table.el (org-table-export): Use the file name extension to
1832 suggest the right conversion format. Also amend the docstring.
1834 * org.el (org-speed-commands-default): Two new speed commands.
1835 Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
1837 * org.el (org-time-stamp): With two universal arguments, insert an
1838 active timestamp with the current time without prompting the user.
1840 * org-clock.el (org-clock-in-last): New command.
1842 * org-clock.el (org-clock-in): Fix typo in docstring.
1844 * org-mobile.el (org-mobile-edit): Fix reference to a free
1847 * org.el (org-doi-server-url): Update :group.
1849 * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
1852 * org.el (org-doi-server-url): New option.
1853 (org-open-at-point): Use it.
1855 * org.el (org-at-comment-p): New function.
1856 (org-toggle-heading): Use `org-at-comment-p' to skip comments.
1858 * org-html.el (org-export-as-html): Add links to the Org mode and
1859 GNU Emacs websites When :html-postamble is set to 't.
1861 * org-export.el (org-export-creator-string): Add links to the Org
1862 mode and GNU Emacs websites.
1864 * org-special-blocks.el
1865 (org-special-blocks-convert-html-special-cookies): Prevent errors
1866 by first checking `org-line' is not nil.
1868 * org-clock.el (org-clock-string-limit)
1869 (org-clock-modeline-total, org-clock-task-overrun-text)
1870 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
1872 * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
1873 point is right after the timestamp. `org-at-timestamp-p' still
1874 returns `t' in this case, as this is more practical.
1875 (org-return): Check against ̀org-ts-what' to verify that point is
1876 really within the timestamp (if any).
1878 * org.el (org-return): Follow time-stamp links when point is an a
1881 * org-capture.el (org-capture-bookmark): New option.
1882 (org-capture-finalize): Use it.
1884 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1885 the column mandatory after #+include:.
1887 * org-exp.el (org-export-handle-include-files): Ditto.
1889 * org-bibtex.el (org-bibtex-entries): Rename from
1890 (org-bibtex-read, org-bibtex-write): Use the new name.
1892 * org-exp.el (org-export-handle-include-files): Allow to use
1893 #+include with no column.
1895 * org-publish.el (org-publish-cache-file-needs-publishing): Make
1896 quotes mandatory around the file name and allow spaces in it.
1898 * org-html.el (org-export-as-html): Add link to Org's and Emacs's
1902 (org-export-latex-link-with-unknown-path-format): New option.
1903 (org-export-latex-links): Use it.
1905 * org-agenda.el (org-agenda-get-timestamps): Remove any active
1906 timestamp from the headline text, not only those for the current
1909 * org.el (org-set-tags): Allow setting tags for headlines in the
1910 region when `org-loop-over-headlines-in-active-region' is non-nil.
1912 * org.el (org-allow-promoting-top-level-subtree): New option to
1913 allow promoting a top-level subtree.
1914 (org-called-with-limited-levels): New variable, dynamically bound
1915 within the `org-with-limited-levels' macro.
1916 (org-promote): Use the new option to allow promoting a top-level
1919 * org-macs.el (org-with-limited-levels): Let-bind
1920 `org-called-interactively-p' to t.
1922 * org.el (org-create-formula-image-with-dvipng)
1923 (org-create-formula-image-with-imagemagick): Make sure a file
1924 exists before trying to delete it.
1926 * org.el (org-scan-tags): Correctly match TODO keywords.
1928 * org-agenda.el (org-agenda-bulk-action): Fix bug: use
1929 `org-agenda-bulk-unmark-all'.
1931 * org.el (orgstruct++-mode): Fix docstring.
1932 (org-fill-paragraph): Use the 'justify parameter when falling back
1933 on `fill-paragraph'.
1935 * org.el (org-indent-line-function): Use `org-let' instead of
1936 `orgstruct++-ignore-org-filling'.
1937 (org-fill-paragraph, org-auto-fill-function): Ditto.
1939 * org-macs.el (orgstruct++-ignore-org-filling): Delete.
1941 * org-table.el (org-table-time-string-to-seconds): Return the
1942 empty string if provided.
1943 (org-table-eval-formula): When assigning a duration string, handle
1944 it correctly -- i.e. don't make any computation on it, except the
1945 one to insert it using the correct duration format.
1947 * org.el (org-indent-line-function): Fix bug.
1949 * org-clock.el (org-frame-title-format-backup): New variable to
1950 store the value of `frame-title-format' before `org-clock' might
1951 replace it by `org-clock-frame-title-format'.
1952 (org-clock-frame-title-format): New option.
1953 (org-frame-title-string): Delete.
1954 (org-clock-update-mode-line): Minor code reformatting.
1955 (org-clock-in, org-clock-out, org-clock-cancel): Use
1956 `org-clock-frame-title-format'.
1958 * org-clock.el (org-clock-get-clock-string): Add a space.
1960 * org-list.el (org-mark-list): Return an error when there is no
1963 * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
1964 at point before converting items to headings. With a simple
1965 universal-argument, set `current-prefix-arg' to 1, otherwise keep
1968 * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
1971 * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
1972 all entries for bulk action.
1973 (org-agenda-menu): New menu item for marking all entries.
1974 (org-agenda-bulk-mark-all): New function to mark all entries.
1975 (org-agenda-bulk-mark-regexp): Minor docstring fix.
1976 (org-agenda-bulk-unmark): With a prefix argument, unmark all.
1977 Also send a better message.
1978 (org-agenda-bulk-remove-all-marks): Rename to
1979 `org-agenda-bulk-unmark-all'. Check against
1980 `org-agenda-bulk-marked-entries' before trying to unmark entries.
1981 Minor docstring fix.
1982 (org-agenda-bulk-unmark-all): Renamed from
1983 ̀org-agenda-bulk-remove-all-marks'.
1985 * org-agenda.el (org-agenda-bulk-mark-char): New option.
1986 (org-agenda-bulk-mark): Use the new option.
1988 * org.el (org-src-prevent-auto-filling): New option to prevent
1989 auto-filling in src blocks. This defaults to nil to avoid people
1990 being surprised that no auto-fill occurs in Org buffers where they
1991 use `auto-fill-mode'.
1992 (org-auto-fill-function): Use the new option.
1994 * org.el (org-properties-postprocess-alist): Better customization
1996 (org-set-property): Fix the check against
1997 `org-properties-postprocess-alist'.
1999 * org-macs.el (orgstruct++-ignore-org-filling): Set
2000 `def-edebug-spec' correctly.
2002 * org-colview.el (org-columns-string-to-number): When computing
2003 the values for the colview, match durations and convert them to
2006 * org.el (org-duration-string-to-minutes): Match non-round
2007 numbers. Add a new optional parameter to allow returning the
2010 * org.el (org-auto-fill-fallback-function)
2011 (org-indent-line-fallback-function)
2012 (org-fill-paragraph-fallback-function)
2013 (org-auto-fill-fallback-function)
2014 (org-indent-line-fallback-function)
2015 (org-fill-paragraph-fallback-function): Remove.
2016 (org-fb-vars): New buffer-local variable.
2017 (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2018 store, use and restore variables if needed.
2019 (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2021 (org-auto-fill-function, org-indent-line-function): Ditto.
2023 * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2025 * org-exp-block.el: Use `org-find-library-name' instead of
2026 `find-library-name'.
2028 * org-compat.el (org-find-library-name): Convert into a macro to
2029 avoid compilation of a function from XEmacs in Emacs and vice
2032 * org-table.el (org-table-store-formulas): Fix typo.
2033 (org-table-maybe-eval-formula): Fix the regexp to only match
2034 formulas, which never end with the `=' character. If the field
2035 only contain this character, don't eval either.
2037 * org.el (org-set-property): Perform the correct check against
2038 `org-properties-postprocess-alist'.
2040 * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2042 (name): Suppress (defvar 'name) as name is not eval'ed when
2043 setting `org-bbdb-anniversary-format-alist'.
2045 * org.el (org-version): When called non-interactively, insert the
2046 short version string, otherwise send a message with the complete
2049 * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2050 delegate checking whether `org-version' is known as a variable
2053 * org-html.el (org-export-as-html): Use (org-version).
2055 * org-docbook.el (org-export-as-docbook): Ditto.
2057 * org-latex.el (org-export-latex-make-header): Ditto.
2059 * org-clock.el (org-clocktable-write-default): Temporarily disable
2060 `delete-active-region' so that we don't accidently delete an
2061 active region when exporting a subtree/region.
2063 * org-clock.el (org-program-exists): Remove.
2064 (org-show-notification, org-clock-play-sound): Use
2065 `executable-find' instead of `org-program-exists'.
2067 * org-agenda.el (org-diary): Prevent failure from
2068 `org-compile-prefix-format' when there is no agenda buffer.
2070 * org-agenda.el (org-agenda-mode): Replace obsolete variable
2071 `buffer-substring-filters'.
2073 * org-indent.el (org-indent-mode): Ditto.
2075 * org-compat.el (org-find-library-name): Silent the byte-compiler
2076 about a warning related to XEmacs support.
2078 * org-special-blocks.el
2079 (org-special-blocks-convert-html-special-cookies): Use `org-line'
2082 * org-html.el (org-html-handle-links, org-export-as-html)
2083 (org-format-org-table-html, org-format-table-table-html)
2084 (org-html-export-list-line): Use `org-line' instead of `line' as
2085 the free variable name.
2087 * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2089 * org-faces.el (org-list-dt): New face.
2091 * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2092 face for definition terms in definition lists.
2094 * org.el (org-fill-paragraph): Pass the `justify' argument to
2095 `org-fill-paragraph-fallback-function'.
2097 * org.el (org-eval-in-calendar): Fix docstring to mention the
2100 * org.el (org-refresh-category-properties): Let-bind
2101 `inhibit-read-only' to t.
2103 * org.el (org-auto-fill-fallback-function)
2104 (org-indent-line-fallback-function)
2105 (org-fill-paragraph-fallback-function): New variables to store
2106 some fall-back functions when turning `orgstruct++-mode' on.
2107 (orgstruct++-mode): Set the new variables.
2108 (org-indent-line-function, org-fill-paragraph)
2109 (org-auto-fill-function): Use them.
2111 * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2112 the 'keepdate parameter set to t when setting the cursor type.
2114 * org-agenda.el (org-agenda-persistent-marks): New option to keep
2115 marks after a bulk action. The option defaults to nil.
2116 (org-agenda-bulk-action): Use the new option.
2118 * org-capture.el (org-capture-fill-template): Use %\n instead of
2119 %n as a template element to be replaced with the nth prompted
2121 (org-capture-templates): Update docstring.
2123 * org.el (org-goto): Fix docstring and document what C-u does.
2125 * org-publish.el (org-publish-cache-file-needs-publishing): Use
2126 (case-fold-search t) when looking for #+INCLUDE:.
2128 * org.el: Use (case-fold-search t).
2129 (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2132 (org-table-store-formulas, org-table-get-stored-formulas)
2133 (org-table-fix-formulas, org-table-edit-formulas)
2134 (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2135 (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2138 (org-footnote-goto-local-insertion-point): Ditto.
2140 * org-exp.el: Ditto.
2143 (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2145 * org-clock.el (org-clocktable-write-default): Ditto.
2147 * org-capture.el (org-capture-place-table-line): Ditto.
2149 * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2150 (org-babel-src-block-names)
2151 (org-babel-where-is-src-block-result, org-babel-result-end)
2152 (org-babel-where-is-src-block-head)
2153 (org-babel-find-named-result, org-babel-result-names): Ditto.
2155 * org-table.el (orgtbl-send-table): Escape special characters.
2156 Introduce a new parameter :no-escape to prevent escaping.
2158 * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2159 when called interactively.
2160 (org-agenda-get-restriction-and-command): Call
2161 `org-toggle-sticky-agenda' interactively.
2163 * org-agenda.el (org-agenda-top-category-filter): New variable for
2164 storing the current top-category filter.
2165 (org-agenda-redo): Apply a top-category filter, if any.
2166 (org-agenda-filter-by-top-category)
2167 (org-agenda-filter-top-category-apply): Set
2168 `org-agenda-top-category-filter' to the right value.
2170 * org-clock.el (org-clock-out, org-clock-cancel)
2171 (org-clock-in): Don't modify `frame-title-format' if it is a
2174 * org-latex.el (org-export-latex-special-chars): Fix bug when
2175 escaping special characters in a table.
2177 * org.el (org-read-date): Set cursor-type to nil in the calendar.
2179 * org-faces.el (org-date-selected): Use inverse video. Don't
2180 explicitely set bold to nil as it causes `customize-face' to show
2181 the weight property and thus encourage the user to change it.
2182 Warn in the docstring that using bold might cause problems when
2183 displaying the calendar.
2185 * org-id.el (org-id-update-id-locations): New parameter to silent
2187 (org-id-find): Use the new parameter.
2189 * org.el (org-show-hierarchy-above, org-cycle)
2190 (org-global-cycle, org-files-list, org-store-link)
2191 (org-link-search, org-open-file, org-display-outline-path)
2192 (org-refile-get-location, org-update-all-dblocks)
2193 (org-change-tag-in-region, org-entry-properties)
2194 (org-save-all-org-buffers, org-revert-all-org-buffers)
2195 (org-buffer-list, org-cdlatex-mode)
2196 (org-install-agenda-files-menu, org-end-of-subtree)
2197 (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2198 'org-mode) instead of (eq major-mode 'org-mode).
2200 * org-timer.el (org-timer-set-timer): Ditto.
2202 * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2204 * org-src.el (org-edit-src-exit, org-edit-src-code)
2205 (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2207 * org-remember.el (org-remember-handler): Ditto.
2209 * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2211 * org-macs.el (org-get-limited-outline-regexp): Ditto.
2213 * org-lparse.el (org-replace-region-by): Ditto.
2215 * org-latex.el (org-latex-to-pdf-process)
2216 (org-replace-region-by-latex): Ditto.
2218 * org-indent.el (org-indent-indent-buffer): Ditto.
2220 * org-id.el (org-id-store-link, org-id-update-id-locations)
2221 (org-id-store-link): Ditto.
2223 * org-html.el (org-export-html-preprocess)
2224 (org-replace-region-by-html): Ditto.
2226 * org-footnote.el (org-footnote-normalize)
2227 (org-footnote-goto-definition)
2228 (org-footnote-create-definition, org-footnote-normalize): Ditto.
2230 * org-docbook.el (org-replace-region-by-docbook): Ditto.
2232 * org-ctags.el (find-tag): Ditto.
2234 * org-colview.el (org-columns-redo)
2235 (org-columns-display-here, org-columns-edit-value)
2236 (org-columns-redo): Ditto.
2238 * org-capture.el (org-capture-insert-template-here)
2239 (org-capture, org-capture-finalize)
2240 (org-capture-set-target-location)
2241 (org-capture-insert-template-here): Ditto.
2243 * org-ascii.el (org-replace-region-by-ascii): Ditto.
2245 * org-archive.el (org-archive-subtree): Ditto.
2247 * org-agenda.el (org-agenda)
2248 (org-agenda-get-restriction-and-command)
2249 (org-agenda-get-some-entry-text, org-search-view)
2250 (org-tags-view, org-agenda-get-day-entries)
2251 (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2252 (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2254 * org.el (org-repeat-re)
2255 (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2256 (org-deadline, org-schedule, org-matcher-time)
2257 (org-time-stamp, org-read-date, org-read-date-get-relative)
2258 (org-display-custom-time, org-get-wdays)
2259 (org-time-string-to-absolute, org-closest-date)
2260 (org-timestamp-change): Allow to set hourly repeat cookie. Send
2261 an error when an hourly repeat cookie is set and no hour is
2262 specified in the timestamp.
2264 * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2267 * org-clock.el (org-program-exists): Fix docstring.
2269 * org-clock.el (org-clock-file-time-cell-format): New option.
2270 (org-clocktable-write-default): Use it.
2272 * org-faces.el (org-date-selected): New face.
2274 * org.el (org-date-ovl): Use `org-date-selected'.
2276 * org.el (org-mode): Don't use `buffer-face-mode' by default.
2278 * org-agenda.el (org-agenda-mode-map): Bind `^' to
2279 `org-agenda-filter-by-top-category'.
2281 * org-ascii.el (org-export-ascii-underline): Change the default
2282 underlining characters for headlines of level 1 and 2. Also
2283 introduce \. as the underline character for headlines of level 5.
2285 * org-table.el (org-table-recalculate-buffer-tables)
2286 (org-table-iterate-buffer-tables): Add autoload cookie.
2288 * org.el (org-table-map-tables): Exclude tables in src and example
2291 * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2292 untouched when filling an adjacent paragraph.
2294 * org-html.el (org-export-html-preamble-format)
2295 (org-export-html-postamble-format): Improve the docstring.
2297 * org.el (org-todo): Fix regression: rename `state' to
2300 * org-clock.el (org-show-notification): Use `fboundp' instead of
2301 `featurep' and the additional `require'.
2303 * org-clock.el (org-clock-in-prepare-hook): New option to format
2304 the total time cells.
2305 (org-clocktable-write-default): Use the new option.
2307 * org.el (org-open-at-point): Allow to open the agenda from an
2308 active or inactive timestamp in a headline.
2310 * org-html.el (org-export-html-date-format-string): Make a
2313 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2315 2012-09-30 Carsten Dominik <carsten.dominik@gmail.com>
2317 * org-table.el (org-table-expand-lhs-ranges): Allow hline
2318 references to be expanded correctly in LHS of formulas.
2320 * org-beamer.el (org-beamer-inherited-properties): New option.
2321 (org-beamer-after-initial-vars): Use new option to look for
2322 inherited properties.
2324 * org.el (org-ts-regexp0): Allow time stamps without name of day.
2326 * org-agenda.el (org-toggle-sticky-agenda):
2327 (org-agenda-sticky): Improve :set property.
2329 * org-agenda.el (org-agenda-local-vars): Clean up the variable
2331 (org-agenda-get-restriction-and-command): Add a key for toggling
2332 sticky agenda views.
2334 * org-agenda.el (org-agenda-local-vars): Final decisions about
2337 * org-agenda.el (org-agenda-force-single-file): Variable removed.
2338 (org-prepare-agenda-window): Store pre-agenda window config
2340 (org-timeline): Introduce a scoped version of
2341 `org-agenda-show-log'.
2342 (org-agenda-list): Introduce a scoped version of
2343 `org-agenda-show-log'.
2344 (org-agenda-get-progress): Use the scoped version of
2345 `org-agenda-show-log'.
2346 (org-agenda-local-vars): Write the analysis result as a comment -
2347 to be cleaned up in the next iteration.
2349 * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2350 buffers when toggling sticky-agendas.
2351 (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2352 to explicitly kill all agenda buffers.
2353 (org-agenda-run-series): Remove any old agenda markers in the
2354 buffer that is going to take the new block agenda.
2355 (org-prepare-agenda): Reset markers before erasing the buffer anc
2356 running `org-agenda-mode', because after that hte local variable
2357 `org-agenda-markers' will have gone away.
2359 (org-finalize-agenda): Install the marker resetter into the
2361 (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2363 (org-agenda-kill-all-agenda-buffers): New function.
2365 2012-09-30 Chris Gray <chrismgray@gmail.com>
2367 * org-html.el (org-export-as-html): Remove the check for body-only
2368 in the code for generating tables of contents.
2370 2012-09-30 Christoph Dittmann <github@christoph-d.de> (tiny change)
2372 * org-beamer.el (org-beamer-auto-fragile-frames): Make
2373 [fragile] work with overlay specifications.
2375 2012-09-30 Christophe Junke <christophe.junke@inria.fr> (tiny change)
2377 * org-agenda.el (org-agenda-list): Ensures that the list returned
2378 by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2379 checking if the latter is empty.
2381 2012-09-30 Christophe Rhodes <csr21@cantab.net> (tiny change)
2383 * org-latex.el (org-export-latex-tables): Support setting the
2384 :hfmt parameter from #+ATTR_LaTeX.
2386 2012-09-30 Daniel Dehennin <daniel.dehennin@baby-gnu.org> (tiny change)
2388 * org-exp.el (org-export-handle-include-files)
2389 (org-get-file-contents): Handle new parameter :addlevel.
2391 2012-09-30 Dave Abrahams <dave@boostpro.com> (tiny change)
2393 * org.el (org-link-prettify): New function to prettify links while
2394 displaying them with `org-insert-link'.
2395 (org-insert-link): Use the new function.
2397 2012-09-30 David Maus <dmaus@ictsoc.de>
2399 * org-exp.el (org-export-language-setup): Use numeric character
2400 entities for proper rendering of non-UTF8 documents.
2402 * org-exp.el (org-export-language-setup): Add japanese
2405 2012-09-30 Eric Schulte <eric.schulte@gmx.com>
2407 * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2409 * ob.el (org-babel-insert-result): Replace key sequence with
2410 function call. Use a more informative flag to the local function.
2411 (org-add-protective-commas): Declare a new external function.
2413 * org-src.el (org-add-protective-commas): This should be its own
2415 (org-edit-src-exit): Use the new function.
2417 * org-compat.el (org-labels): Remove.
2419 * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2421 * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2423 * ob.el (org-babel-string-read): Don't automatically evaluate code
2424 block results which look like elisp.
2425 (org-babel-import-elisp-from-file): Raise a warning message when
2426 the process of reading code block results raises an error.
2428 * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2429 macro argument multiple times.
2431 * org.el (org-compat): Require org-compat before we first use one
2432 of its functions (a macro actually).
2434 * ob-comint.el (org-babel-comint-with-output): Don't name the
2435 filter function, but rather pass through the anonymous lambda
2438 * org.el (org-babel-load-languages): Common lisp should be
2439 mentioned as a supported babel language.
2441 * org-clock.el (org-clock-special-range): "concat 'string" ->
2443 (org-clocktable-shift): "concat 'string" -> "concat"
2445 * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2448 * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2449 calc internal representations.
2451 * org-clock.el (org-clock-special-range): Replacing cl concatenate
2453 (org-clocktable-shift): Replacing cl concatenate with concat.
2455 * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2457 * org-compat.el (org-flet): Compatibility function now that flet
2458 has been removed from cl-macs.
2459 (org-labels): Compatibility function now that labels has been
2460 removed from cl-macs.
2462 * ob-R.el (org-compat): Require org-compat.
2464 * ob-comint.el: Require org-compat.
2466 * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2469 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2470 compatibility function.
2472 * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2474 (org-babel-lob-execute): Switch to compatibility function.
2476 * ob-python.el (org-babel-python-evaluate-session): Switch to
2477 compatibility function.
2479 * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2482 * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2485 * ob-tangle.el (org-babel-load-file): Switch to compatibility
2487 (org-babel-tangle): Switch to compatibility function.
2488 (org-babel-spec-to-string): Switch to compatibility function.
2490 * ob.el (org-babel-view-src-block-info): Switch to compatibility
2492 (org-babel-execute-src-block): Switch to compatibility function.
2493 (org-babel-edit-distance): Switch to compatibility function.
2494 (org-babel-switch-to-session-with-code): Switch to compatibility
2496 (org-babel-sha1-hash): Switch to compatibility function.
2497 (org-babel-balanced-split): Switch to compatibility function.
2498 (org-babel-join-splits-near-ch): Switch to compatibility function.
2499 (org-babel-get-rownames): Switch to compatibility function.
2500 (org-babel-format-result): Switch to compatibility function.
2501 (org-babel-insert-result): Switch to compatibility function.
2502 (org-babel-examplize-region): Switch to compatibility function.
2503 (org-babel-merge-params): Switch to compatibility function.
2504 (org-babel-noweb-p): Switch to compatibility function.
2505 (org-babel-expand-noweb-references): Switch to compatibility
2508 * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2510 (org-bibtex-fleshout): Switch to compatibility function.
2511 (org-bibtex-read): Switch to compatibility function.
2512 (org-bibtex-write): Switch to compatibility function.
2514 * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2515 compatibility function.
2517 * org-exp.el (org-export-format-source-code-or-example): Switch to
2518 compatibility function.
2520 * org-macs.el (org-called-interactively-p): Indentation fix.
2522 * org-mouse.el (org-mouse-timestamp-today): Switch to
2523 compatibility function.
2524 (org-mouse-set-priority): Switch to compatibility function.
2525 (org-mouse-popup-global-menu): Switch to compatibility function.
2526 (org-mouse-context-menu): Switch to compatibility function.
2528 * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
2529 compatibility function.
2530 (org-plot/gnuplot-script): Switch to compatibility function.
2532 * org.el (org-entry-get): Switch to compatibility function.
2533 (org-fill-paragraph): Switch to compatibility function.
2534 (org-auto-fill-function): Switch to compatibility function.
2536 * ob-lob.el (org-babel-lob-execute): Only try to insert extant
2539 * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
2541 * ob.el (org-babel-set-current-result-hash): Change the hash of
2542 the results for the current code block.
2543 (org-babel-current-result-hash): Fix documentation.
2545 * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
2546 function if the current call line hash matches that in its
2549 * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
2550 a table is a sequence.
2552 * ob-R.el (org-babel-R-assign-elisp): Clean up the code
2553 implementing reads of irregular data into R.
2555 * ob.el (org-babel-header-arg-expand): In new buffers
2556 (char-before) may return nil so use equal rather than =.
2558 * ob-R.el (org-babel-header-args:R): Adding values.
2560 * ob-clojure.el (org-babel-header-args:clojure): Adding values.
2562 * ob-lisp.el (org-babel-header-args:lisp): Adding values.
2564 * ob-sql.el (org-babel-header-args:sql): Adding values.
2566 * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
2568 * ob.el (org-babel-combine-header-arg-lists): Combine lists of
2569 arguments and values.
2570 (org-babel-insert-header-arg): Use new combined header argument
2572 (org-babel-header-arg-expand): Add support for completing-read
2573 insertion of header arguments after ":"
2574 (org-babel-enter-header-arg-w-completion): Completing read
2575 insertion of header arguments
2576 (org-tab-first-hook): Adding header argument completion.
2577 (org-babel-params-from-properties): Combining header argument
2580 * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
2583 * ob.el (org-babel-result-to-file): New optional description
2585 (org-babel-insert-result): Moved description logic to another
2588 * ob.el (org-babel-insert-result): Change name of filelinkdescr to
2590 (org-babel-common-header-args-w-values): Change name of
2591 filelinkdescr to file-desc.
2593 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
2596 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
2599 * ob.el (org-babel-parse-src-block-match): Make use of the new
2600 language argument to org-babel-strip-protective-commas.
2601 (org-babel-parse-inline-src-block-match): Make use of the new
2602 language argument to org-babel-strip-protective-commas.
2603 (org-babel-strip-protective-commas): Now accepts a language
2606 2012-09-30 Fabrice Niessen <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org> (tiny change)
2608 * org-agenda.el (org-agenda-write-buffer-name): Remove the test
2609 for the presence of <style> tag.
2611 2012-09-30 Feng Shu <tumashu@gmail.com>
2613 * org.el (org-create-formula-image-with-imagemagick): Use
2614 'call-process to launch latex so that no shell output buffer will
2615 be shown when previewing formulas.
2617 * org.el (org-create-formula-image-with-imagemagick): Fix typo.
2619 * org.el (org-latex-create-formula-image-program): New option to
2620 use either dvipng or imagemagick to convert and preview LaTeX
2622 (org-preview-latex-fragment, org-format-latex): Handle the new
2624 (org-create-formula-image-with-dvipng): Rename from
2625 `org-create-formula-image'.
2626 (org-create-formula-image-with-imagemagick): New defun to handle
2627 LaTeX preview with imagemagick.
2628 (org-latex-color, org-latex-color-format): New defuns to handle
2631 * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
2632 Allow to use imagemagick to convert LaTeX fragments.
2634 * org-html.el (org-export-html-preprocess): Ditto.
2636 * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
2638 2012-09-30 George Kettleborough <g.kettleborough@member.fsf.org>
2640 * org-clock.el: New option `org-clock-clocked-in-display' to
2641 control whether the current clock is displayed in the mode line
2644 * org-timer.el: New option `org-timer-display' to control whether
2645 the current timer is displayed in the mode line and/or frame
2648 2012-09-30 Hans-Peter Deifel <hpdeifel@gmx.de> (tiny change)
2650 * ob.el (org-babel-execute-src-block): Allow the :dir header
2651 argument to take relative file names.
2653 2012-09-30 Harri Kiiskinen <harri@pp-kaitue.(none)> (tiny change)
2655 * org-protocol.el: New option.
2656 (org-protocol-store-link, org-protocol-do-capture): Use it.
2658 2012-09-30 Henning Weiss <hdweiss@gmail.com>
2660 * org-mobile.el (org-mobile-edit): Added handling of addheading,
2661 refile, archive, archive-sibling and delete edit nodes.
2662 (org-mobile-locate-entry): Olp links containing only a file are
2663 now be located correctly.
2664 (org-mobile-apply): Instead of finding the location of all target
2665 headings for edit nodes in a separate loop, they will be found
2666 immediately before applying edits.
2668 * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
2671 2012-09-30 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
2673 * org.el (org-parse-time-string): Allow strings supported by
2674 tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
2675 starts with < and ends with >. This means that e.g. in the
2676 clocktable parameters you can specify :tstart "<-1w>" :tend
2679 2012-09-30 Ippei FURUHASHI <top.tuna+orgmode@gmail.com> (tiny change)
2681 * org-colview.el (org-columns): New argument `columns-fmt-string'.
2683 * org-colview.el (org-columns-get-format-end-top-level): Split
2684 into `org-columns-get-format' and `org-columns-goto-top-level'.
2686 * org-colview.el (org-dblock-write:columnview): Add a new
2687 parameter :format which specifies the column view format for the
2688 output of the columnview dynamic block.
2690 2012-09-30 Jambunathan K <kjambunathan@gmail.com>
2692 * org-lparse.el (org-lparse-and-open)
2693 (org-lparse-do-convert): Open exported files with system-specific
2696 * org-odt.el: Don't meddle with `org-file-apps'.
2698 * org-compat.el (org-condition-case-unless-debug): Alias to
2699 `condition-case' when both `condition-case-no-debug' and
2700 `condition-case-unless-debug' is unavailable.
2702 * org-odt.el (org-odt-do-image-size): Replace `flet' with
2703 equivalent construct.
2705 * org-odt.el (org-odt-cleanup-xml-buffers): Use
2706 `condition-case-no-debug' instead of
2707 `condition-case-unless-debug'. This ensures backward
2708 compatibility with Emacs versions < 24.1.
2710 * org-odt.el (org-odt-zip-dir)
2711 (org-odt-cleanup-xml-buffers): New.
2712 (org-export-as-odt-and-open, org-export-as-odt)
2713 (org-odt-init-outfile, org-odt-save-as-outfile)
2714 (org-export-as-odf, org-export-as-odf-and-open): Use
2715 `org-odt-cleanup-xml-buffers'.
2717 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2718 default character style.
2720 * org-odt.el (org-export-odt-default-org-styles-alist): Add
2721 default character style.
2723 * org-lparse.el (org-do-lparse): Remove stray call to
2724 `org-export-html-after-blockquotes-hook'.
2726 * org-bbdb.el (org-bbdb-export): Add support for ODT format.
2728 * org-odt.el (org-odt-update-meta-file): Check for `org-version'
2729 is bound before accessing it.
2731 * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
2732 moved away from $(git-root)/contrib/odt/etc/schema/ to
2733 $(git-root)/etc/schema/.
2735 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
2736 internal links destined for headlines provide a description or
2737 not. In fact, the `org-store-link' and `org-insert-link' create
2738 internal links which do have a description.
2740 * org-lparse.el (org-lparse-insert-org-table): Consider short
2741 caption as plain text and not as org text.
2743 * org-odt.el (org-export-odt-format-formula)
2744 (org-export-odt-format-image): Ditto.
2746 * org-odt.el (org-odt-begin-table)
2747 (org-export-odt-format-formula, org-export-odt-format-image)
2748 (org-odt-format-entity): Handle short caption.
2750 * org-lparse.el (org-lparse-insert-org-table)
2751 (org-lparse-insert-list-table, org-lparse-insert-table-table):
2754 2012-09-30 Jay McCarthy <jay.mccarthy@gmail.com> (tiny change)
2756 * org-colview.el (org-columns-new-overlay): Make sure to add a
2757 face to a string that has no face.
2759 2012-09-30 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change)
2761 * org-latex.el: Ensure a final newline is appended to the export
2764 2012-09-30 Levin Du <zslevin@gmail.com> (tiny change)
2766 * org-clock.el (org-clock-in): Fix bug in setting the clock
2769 2012-09-30 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
2771 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
2772 advertised by the function.
2774 2012-09-30 Mark E. Shoulson <mark@kli.org> (tiny change)
2776 * org.el (org-fontify-entities): Hide {} when prettifying
2779 2012-09-30 Mark Shoulson <mark@kli.org> (tiny change)
2781 * org-entities.el (org-entities): Add new entities for characters
2782 which could cause formatting changes if typed directly.
2784 * org-entities.el (org-entities): Added \asciicirc entity for ^;
2785 also fixed \circ expansion in latex.
2787 * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
2788 and \there4 were not "prettified" when org-pretty-entities was
2791 2012-09-30 Mats Lidell <matsl@xemacs.org> (tiny change)
2793 * org-element.el (org-element-paragraph-separate): Remove
2794 redundant and misplaced t clause in case.
2796 2012-09-30 Matt Lundin <mdl@imapmail.org>
2798 * org-datetree.el: Fix regexp to allow datetree to find headings
2799 with trailing whitespace. This fixes a bug in which an existing
2800 datetree heading (e.g., "* 2012 ") would not be found by
2801 org-datetree-find-year-create if it had trailing whitespace. This
2802 can cause problems, for instance, if one is using column view on
2803 the date tree, since editing subheadings with column view adds
2804 whitespace at the end of the top heading.
2806 * org-footnote.el (org-footnote-new): Don't call
2807 org-footnote-unique-label if org-footnote-auto-label is set to
2810 * org-gnus.el: (org-gnus-follow-link): Fix argument to
2811 gnus-group-read-group so that following a link does not result in
2812 unread article being selected.
2814 * org-bbdb.el (org-bbdb-anniv-extract-date)
2815 (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
2816 to accommodate BBDB 3.x. There are two major changes in BBDB 3.x
2817 that need to be taken into account. The first is that
2818 `bbdb-split' reverses the order of its parameters in 3.x. The
2819 second is that `bbdb-record-getprop' is replaced by
2820 bbdb-record-note in 3.x.
2822 2012-09-30 Max Mikhanosha <max@openchat.com>
2824 * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
2825 a single line of agenda by narrowing the agenda buffer to just
2826 that line before calling `org-agenda-finalize'.
2828 * org.el (org-mode): Don't set org-hide's foreground to
2830 (org-find-invisible-foreground): New function.
2832 * org-agenda.el (defvar org-habit-show-all-today): New variable
2833 (org-agenda-get-scheduled): Show all habits if user wants it
2835 * org-habit.el (defcustom org-habit-show-all-today): New variable
2837 * org-agenda.el (org-agenda-quit): Copy the code for optionally
2838 restoring window configuration after burying the sticky agenda
2841 * org-agenda.el (org-agenda-new-marker): Check for NIL
2843 (org-agenda-to-appt): Bind org-agenda-buffer to NIL
2845 * org-agenda.el (org-agenda-change-all-lines): Move accessing of
2846 'extra text property outside of with-current-buffer for original
2849 * org-agenda.el (defvar org-habit-show-habits-only-for-today):
2852 2012-09-30 Michael Brand <michael.ch.brand@gmail.com>
2854 * org-id.el (org-id-link-to-org-use-id): Align the doc string to
2855 the changed default.
2857 * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
2858 when heading has no text.
2860 * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
2863 * org-feed.el (org-feed-format-entry): Require `org-capture'.
2864 Expand Elisp %(...) templates.
2865 (org-feed-default-template): Update docstring.
2867 * org-capture.el (org-capture-expand-embedded-elisp): New
2869 (org-capture-fill-template): Use it.
2870 (org-capture-inside-embedded-elisp-p): New function to tell if we
2871 are within an Elisp %(...) template.
2873 * org-list.el (org-at-item-description-p)
2874 (org-list-item-body-column): Make the inline regexp more
2875 consistent with `org-list-full-item-re', the inline regexp
2876 "Description list items" from `org-set-font-lock-defaults and
2879 2012-09-30 Mike Sperber <sperber@deinprogramm.de>
2881 * org.el (org-fill-paragraph): Pass optional argument to
2882 `fill-paragraph' to fix compatibility with XEmacs.
2884 * org.el (org-self-insert-cluster-for-undo): Default
2885 `org-self-insert-cluster-for-undo' also on XEmacs.
2887 * org.el (org-kill-line): Access `visual-line-mode' only if it's
2890 2012-09-30 Muchenxuan Tong <demon386@gmail.com> (tiny change)
2892 * org-timer.el (org-timer-set-mode-line): Check
2893 `org-timer-display' when value is 'off.
2895 2012-09-30 Nicolas Calderon Asselin <nicolas.calderon.asselin@gmail.com> (tiny change)
2897 * org-clock.el (org-clock-idle-time): Org-mode assumed that
2898 x11idle was an available command, and returned an idle time of 0
2900 (never idle). Added checks so that org-idle-time will come from
2901 emacs' own current-idle-time if x11idle cannot be found or if it
2902 cannot retrieve the idle time from X11
2904 2012-09-30 Nicolas Goaziou <n.goaziou@gmail.com>
2906 * org-element.el: Properly remove COMMENT and QUOTE keywords from
2909 * org-element.el (org-element-headline-parser): Fix parsing for
2910 headlines with a single COMMENT or QUOTE keyword.
2912 * ob-org.el (org-babel-default-header-args:org): By default,
2913 export code from Org src blocks.
2915 * org-element.el (org-element-inline-src-block-successor): Fix
2916 inline-src-block parsing at the beginning of an item.
2918 * org-element.el (org-element--collect-affiliated-keywords): Fix
2921 * org-element.el (org-element--current-element): At the very
2922 beginning of a footnote definition or an item, next element is
2925 * org-element.el (org-element-headline-parser): Handle nil titles.
2926 (org-element-inlinetask-parser): Add :raw-value property. Also
2929 * org.el (org-set-regexps-and-options): Don't consider tags as a
2930 replacement for a missing title in an headline.
2932 * org.el (org-setup-filling): Remove duplicate code.
2934 * org.el (org-adaptive-fill-function): Make sure fill prefix is
2935 computed from beginning of line.
2937 * org-element.el (org-element-section-parser): Make sure section
2938 cannot contain an headline.
2939 (org-element--current-element): Fix bug requiring to parse a quote
2940 section even when point is at an headline.
2942 * org.el (org-adaptive-fill-function): Remove occasional spurious
2943 space character when auto-filling.
2945 * org.el (org-mode): Call external initalizers. Now both filling
2946 code and comments code have their own independant part in org.el.
2947 (org-setup-filling): Renamed from `org-set-autofill-regexps'.
2948 (org-setup-comments-handling): New function.
2950 * org.el (org-fill-paragraph): Refine filling in comments and in
2951 paragraphs. Allow commented blank lines. Take into consideration
2952 the indentation of the second line of the paragraph being filled.
2953 (org-comment-or-uncomment-region): Rewrite function. Now comment
2954 region at a fixed column: the minimal indentation of the region.
2955 (org-fill-context-prefix): Rename function into
2956 `org-adaptive-fill-function'. Also, In a paragraph, choose the
2957 same prefix as the current line.
2959 * org-exp.el (org-export-handle-comments): Also remove comments at
2962 * org-exp.el (org-export-handle-comments): Handle inline comments
2965 * org.el (org-structure-template-alist): Add missing colon to
2968 * org.el (org-backward-element): When called at the beginning of
2969 first element in section, the function shouldn't return an error
2970 but move point to headline or point-min instead.
2972 * org-element.el (org-element-paragraph-parser): Tiny refactoring.
2974 * org-element.el (org-element-paragraph-parser): Remove trailing
2977 * org.el (org-fill-context-prefix): Fix incorrect output when
2978 called at the beginning of a plain list with an affiliated
2980 (org-fill-paragraph): Remove useless variable.
2982 * org-element.el (org-element-paragraph-parser): Fix parsing of
2983 paragraph at the beginning of an item.
2985 * org.el (org-mode): Set back comment-start-skip so comment-dwim
2986 can tell a keyword from a comment.
2988 * org.el (org-set-autofill-regexps): Install new comment line
2990 (org-comment-line-break-function): New function.
2991 (org-mode): Remove unnecessary line.
2993 * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
2994 fill verse blocks contents. Verse blocks can be used to format
2995 free-form poetry, so filling has to be done manually.
2997 * org.el (org-fill-paragraph-separate-nobreak-p): New function.
2998 (org-set-autofill-regexps): Introduce new predicate.
2999 (org-fill-item-nobreak-p): Remove function.
3001 * org-element.el (org-element-paragraph-separate): Since this
3002 variable is meant to be searched forward, \end{...} shouldn't
3003 trigger the end of a paragraph before checking if it is the end of
3004 a complete environment.
3005 (org-element-latex-environment-parser): Slight change to the
3006 regexp matching the beginning of a latex environment.
3007 (org-element-paragraph-parser): Paragraphs don't end at incomplete
3009 (org-element-latex-or-entity-successor): Remove paragraph
3010 environments from latex fragment search.
3012 * org-table.el (org-table-number-regexp): By default, accept comma
3013 as a decimal mark to represent numbers.
3015 * org-element.el (org-element-map): Fix comment typo.
3017 * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3018 returning funny results.
3020 * org.el (org-fill-paragraph): Try not to include message header
3021 and citation lines in a paragraph when filling it.
3023 * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3024 (org-fill-context-prefix): Fill prefix doesn't depend on current
3027 * org.el (org-mode): Line with a single hash sign on it is a
3030 * org.el (org-set-font-lock-defaults): Fix comment fontification.
3032 * org-element.el (org-element-item-parser): Do not remove tag from
3033 body if list isn't descriptive.
3035 * org-list.el (org-insert-item): Only ask about a term for
3037 (org-list-struct, org-list-insert-item): Do not recognize a tag in
3040 * org-element.el (org-element-set-element): Rewrite function.
3041 (org-element-adopt-elements): New function.
3042 (org-element-adopt-element): Removed function.
3043 (org-element--parse-elements, org-element--parse-objects): Use new
3046 * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3047 which is now hard-coded.
3048 (org-cycle-list-bullet): Hard code `bullet' rule.
3049 (org-list-get-list-type): Make sure a list with numbered bullets
3050 cannot have `descriptive' type.
3052 * org-element.el (org-element-paragraph-parser): Fix previous
3055 * org.el (org-fill-paragraph): No need to use
3056 `org-element-paragraph-separate' in a verse block since blank
3057 lines only can end a "paragraph".
3059 * org-element.el (org-element-paragraph-separate): Apply changes
3061 (org-element-paragraph-parser): Correctly find end of paragraphs.
3062 (org-element--current-element): Require colons for Babel calls.
3063 (org-element-center-block-parser)
3064 (org-element-dynamic-block-parser, org-element-quote-block-parser)
3065 (org-element-special-block-parser)
3066 (org-element-comment-block-parser)
3067 (org-element-example-block-parser)
3068 (org-element-export-block-parser, org-element-src-block-parser)
3069 (org-element-verse-block-parser): Fall-back to paragraph parsing
3070 when incomplete or ill-formed.
3072 * org-element.el (org-element-swap-A-B): Small refactoring.
3074 * org-element.el (org-element-text-markup-successor): Fix typo in
3077 * org-element.el (org-element-at-point): Return consistent value
3078 when function is called on a blank line within a plain list.
3080 * org-element.el (org-element-paragraph-separate): Fix comments in
3081 paragraph separator regexp. Optimize it.
3083 * org-element.el: Update code commets.
3085 * org.el (org-mark-subtree): Fix bug when marking subtree with
3086 point on an inlinetask. Refactor code.
3088 * org.el (org-mark-subtree): Do not make a special case for
3089 inlinetasks when marking a subtree. These are handled by
3090 `org-element-mark-element'.
3092 * org-element.el (org-element-comment-parser): Consider first "+"
3093 as a comment when parsing an ill-defined keyword.
3095 * org-element.el (org-element-item-interpreter): Simplify bullet
3097 (org-element-plain-list-interpreter): Fix wrong bullets, if
3100 * org-element.el (org-element-comment-parser): Fix parsing when a
3101 keyword follows the commented line.
3103 * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3104 footnote definitions.
3106 * org.el (org-mode): Define new comment syntax.
3107 (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3108 (org-fill-context-prefix, org-insert-comment)
3109 (org-comment-or-uncomment-region): Use new comment syntax.
3111 * org-element.el (org-element-comment-parser)
3112 (org-element-comment-interpreter, org-element--current-element):
3113 Use new comment syntax.
3115 * org.el (org-fill-paragraph): When at an item or a footnote
3116 definition, fill first paragraph instead.
3118 * org.el (org-fill-paragraph): Fix filling when point is at the
3119 very end of a paragraph.
3121 * org.el (org-mode): Set comments related variables.
3122 (org-insert-comment, org-comment-or-uncomment-region): New
3125 * org.el (org-fill-context-prefix): Small refactoring.
3126 (org-fill-paragraph): Add code comments.
3128 * org-element.el (org-element-at-point): Add :parent property to
3130 (org-element-context): Add :parent property to output. Also
3131 return a single element or object instead of a list of parents.
3132 (org-element-forward, org-element-up): Apply changes.
3134 * org.el (org-fill-context-prefix): New function.
3135 (org-fill-paragraph, org-auto-fill-function): Use new function.
3136 Also handle comments.
3137 (org-adaptive-fill-function): Remove function.
3138 (org-get-local-variables, orgstruct++-mode): Don't store now
3139 unused adaptive-fill* functions.
3141 * org-element.el (org-element-at-point): Fix function when buffer
3142 starts with an inlinetask. Also fix it when called on the last
3143 element in a greater element or the buffer.
3145 * org-element.el (org-element-center-block-parser)
3146 (org-element-dynamic-block-parser)
3147 (org-element-footnote-definition-parser)
3148 (org-element-headline-parser, org-element-inlinetask-parser)
3149 (org-element-quote-block-parser, org-element-special-block-parser)
3150 (org-element-plain-list-parser): Refactor code.
3151 (org-element-drawer-parser): Fall-back to paragraph parser when
3152 drawer is incomplete.
3154 * org-macs.el (org-with-limited-levels): Fix typo.
3156 * org-element.el (org-element-paragraph-separate): Refactor.
3157 (org-element-paragraph-parser): Fix paragraph parsing.
3159 * org.el (org-fill-paragraph): Rewrite function using
3160 `org-element-at-point'.
3162 * org-element.el (org-element-fill-paragraph): Remove function.
3164 * org.el (org-planning-or-clock-line-re): Make it a defconst.
3165 It's no use to make it a buffer-local variable since variables on
3166 which it depends are not buffer-local anyway.
3168 * org.el (org-drawer-regexp): Provide default value for
3169 `org-drawer-regexp' in non-Org buffers.
3171 * org-entities.el (org-entities-create-table): Function chokes
3172 when CAR of `org-entities' is a string.
3174 * org-list.el (org-list-automatic-rules): Allow check-boxes in
3176 (org-list-struct-apply-struct, org-insert-item): Remove rule
3179 * org-footnote.el (org-footnote-normalize): Fix positionning in
3180 HTML export without a footnote section.
3182 * org-list.el (org-list-struct-indent): Follow
3183 `org-list-demote-modify-bullet' specifications for ordered
3185 (org-list-indent-item-generic, org-indent-item-tree)
3186 (org-outdent-item-tree): Fix bug when operating on a region.
3187 (org-outdent-item, org-indent-item): Allow to operate on a region.
3189 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3192 * org-footnote.el (org-footnote-delete-definitions): Remove blank
3193 lines before the footnote definition instead of removing those
3196 * org-footnote.el (org-footnote-at-definition-p): Don't grab
3197 trailing blank lines in a footnote definition.
3198 (org-footnote-delete-definitions): Remove both footnote definition
3199 and trailing blank lines.
3201 2012-09-30 Rick Frankel <rick@rickster.com>
3203 * ob-sql.el: Add dbi engine type and pre/post processing.
3205 2012-09-30 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
3207 * ob.el (org-babel-expand-noweb-references): Capture current noweb
3208 start and end patterns then use to set buffer locals in
3209 (with-temp-buffer) form.
3211 2012-09-30 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3213 * org.el (org-update-all-dblocks): Autoload function.
3215 2012-09-30 Simon Thum <simon.thum@gmx.de> (tiny change)
3217 * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3220 2012-09-30 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3222 * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3225 2012-09-30 Stuart Hickinbottom <stuart@hickinbottom.com> (tiny change)
3227 * org-clock.el (org-x11idle-exists-p): Only shell out when running
3230 2012-09-30 Suhail Shergill <suhailshergill@gmail.com> (tiny change)
3232 * org-html.el (org-export-as-html): If possible, use the
3233 :CUSTOM_ID: property to assign unique ids to footnotes.
3235 2012-09-30 T.F. Torrey <tftorrey@tftorrey.com> (tiny change)
3237 * org-exp.el (org-export-remember-html-container-classes): Allow
3238 exporting a single subtree with HTML_CONTAINER_CLASS property.
3240 * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3241 of `widen' and don't toggle header as `rmail-widen' already takes
3244 2012-09-30 Tim Howe <vsync@quadium.net> (tiny change)
3246 * org-clock.el (org-clocktable-defaults): Revert extra layer of
3249 2012-09-30 Toby S. Cubitt <tsc25@cantab.net>
3251 * org-capture.el (org-capture-fill-template): Expand %<num> escape
3252 sequences into text entered for <num>'th %^{PROMPT} escape.
3254 * org-capture.el (org-capture-fill-template): Fixed regexp for
3255 %<n> expandos to match any positive integer.
3256 (org-capture-templates): Updated docstring accordingly.
3258 * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3259 Skip timestamp items in agenda view if item is already shown as a
3261 (org-agenda-skip-dealine-if-done): Pass deadline results to
3262 org-agenda-get-timestamps.
3263 (org-agenda-get-timestamps): Optionally take list of deadline
3264 results, so that timestamp results can be skipped if already
3265 included in deadline results.
3267 * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3268 deadline/scheduling information to be displayed in diary sexp
3270 (org-agenda-get-sexps): Extract deadline/scheduling information
3271 from diary sexp entries.
3273 * org-capture.el (org-capture-place-entry): Place captured entry
3274 immediately after last subheading of target, instead of just
3275 before next heading at same level as target.
3277 * org-capture.el (org-capture-templates): Document new capture
3278 template properties.
3280 * org-capture.el (org-capture-place-entry)
3281 (org-capture-empty-lines-before): Make new :empty-lines-before
3282 property override :empty-lines when inserting empty lines before
3283 captured captured entry.
3285 * org-capture.el (org-capture-finalize)
3286 (org-capture-empty-lines-after): Make new :empty-lines-after
3287 property override :empty-lines when inserting empty lines after
3288 captured captured entry.
3290 * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3291 new todo-unblocked and nottodo-unblocked skip conditions. These
3292 match as for todo and nottodo, but only for unblocked todo items.
3294 2012-09-30 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3296 * org.el (org-read-date-display): Fix bug when displaying the
3299 2012-09-30 Niels Giesen <niels.giesen@gmail.com>
3301 * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3302 When present, the :hline following the head will be skipped. This
3303 is necessary to avoid doubling of horizontal rules in LaTeX
3304 longtable environments and consequent width problems.
3306 * org-latex.el (org-export-latex-tables-tstart)
3307 (org-export-latex-tables-hline)
3308 (org-export-latex-tables-tend): New options.
3309 (org-export-latex-tables): Use the new options.
3311 2012-09-30 tumashu <tumashu@gmail.com> (tiny change)
3313 * org-exp.el (org-export-language-setup): Add simplified chinese
3316 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
3318 Better seed support for (random).
3319 * org-id.el (org-id-uuid):
3320 Change (random t) to (random), now that the latter is more random.
3322 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
3324 Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3325 * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3326 (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3327 (ly-w32-midi-path): Rename from ly-win32-midi-path.
3328 (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3329 Check for "windows-nt", not "win32", in system-type.
3331 2012-06-02 Chong Yidong <cyd@gnu.org>
3333 * org-clock.el (org-clock-string-limit)
3334 (org-clock-modeline-total, org-clock-task-overrun-text)
3335 (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3337 2012-05-27 Mark Shoulson <mark@kli.org> (tiny change)
3339 * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3340 \there4 were not "prettified" when org-pretty-entities was enabled.
3342 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3344 * org.el (org-font-lock-add-priority-faces):
3345 Restrict priorities fontification to headlines and inlinetasks.
3347 2012-05-27 Jambunathan K <kjambunathan@gmail.com>
3349 * org-odt.el (org-odt-init-outfile)
3350 (org-odt-write-manifest-file):
3351 Disable `nxml-auto-insert-xml-declaration-flag'.
3353 * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3355 2012-05-27 Bastien Guerry <bzg@gnu.org>
3357 * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3359 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3361 * ob.el (org-babel-capitalize-examplize-region-markers):
3362 Controls the capitalization of begin and end example blocks.
3363 (org-babel-examplize-region):
3364 Optionally capitalize example block delimiters.
3366 * ob-plantuml.el (org-babel-execute:plantuml):
3367 Add a :java header argument to plantuml.
3369 * org-exp-blocks.el (org-export-blocks-preprocess):
3370 Even when the body of a block is not indented the boundary markers
3371 should be indented to their original positions so things like list
3372 indentation still work.
3374 * ob.el (org-babel-parse-src-block-match):
3375 Save match data during indentation check.
3377 2012-05-27 Bastien Guerry <bzg@gnu.org>
3379 * org.el (org-scan-tags): Correctly match TODO keywords.
3381 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3383 * org-list.el (org-list-struct): Fix white spaces.
3384 (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3386 * org-list.el (org-list-swap-items, org-list-send-item):
3387 Preserve visibility when moving items.
3389 2012-05-27 Mark E. Shoulson <mark@kli.org> (tiny change)
3391 * org.el (org-fontify-entities): Hide {} when prettifying entities.
3393 2012-05-27 Bastien Guerry <bzg@gnu.org>
3395 * org.el (org-cycle-internal-global): Prevent the display of
3396 messages when cycling from with a Gnus article buffer.
3398 * org-table.el (org-table-time-seconds-to-string):
3399 Fix bug about handling a negative duration value.
3401 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3403 * org.el (org-link-expand-abbrev): Fix docstring.
3405 * org.el (org-translate-link): Fix bug.
3407 2012-05-27 Bastien Guerry <bzg@gnu.org>
3409 * org-agenda.el (org-agenda-bulk-mark-regexp):
3410 Fix bug when setting the number of marked entries.
3412 * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3413 (org-set-calc-mode, org-table-eval-formula): Use it.
3415 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3417 * ob.el (org-babel-find-named-result):
3418 Fix bug finding empty named results.
3420 2012-05-27 Nicolas Goaziou <n.goaziou@gmail.com>
3422 * org.el (org-set-regexps-and-options):
3423 Fix `org-planning-or-clock-line-re' regexp. Indeed "\\>" will never
3424 match since time keywords must end with colons, which are not word
3427 2012-05-27 Bastien Guerry <bzg@gnu.org>
3429 * org-ctags.el (org-ctags-new-topic-template):
3430 Fix the option default value back again.
3432 2012-05-27 Eric Schulte <eric.schulte@gmx.com>
3434 * org-bibtex.el (org-bibtex-export-to-kill-ring):
3435 Don't rely on kill-new to return a string.
3437 * org-bibtex.el (org-bibtex-headline):
3438 Remove call to bibtex-reformat which often hangs.
3440 2012-04-27 Glenn Morris <rgm@gnu.org>
3442 * org-ctags.el (org-ctags-new-topic-template):
3443 Revert 2012-04-09 removal of * from defcustom value, not doc.
3445 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3447 * org-table.el (org-table-number-fraction): Fix typo.
3449 2012-04-27 Eric Schulte <eric.schulte@gmx.com>
3451 * ob-python.el (org-babel-execute:python): Ensure newline precedes
3452 automatically-added returns.
3454 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3456 * org-mouse.el (org-mode-hook): Do not move point when clicking on
3457 a footnote reference.
3459 2012-04-27 Bastien Guerry <bzg@gnu.org>
3461 * org-faces.el (org-date-selected): Fix docstring.
3463 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3465 * org-list.el (org-list-struct-indent): Follow
3466 `org-list-demote-modify-bullet' specifications for ordered
3468 (org-list-indent-item-generic, org-indent-item-tree)
3469 (org-outdent-item-tree): Fix bug when operating on a region.
3470 (org-outdent-item, org-indent-item): Allow to operate on a region.
3472 * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3475 2012-04-27 Nicolas Goaziou <n.goaziou@gmail.com>
3477 * org-footnote.el (org-footnote-normalize): Fix positioning in
3478 HTML export without a footnote section.
3480 2012-04-27 Madan Ramakrishnan <madanr79@gmail.com> (tiny change)
3482 * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3483 advertised by the function.
3485 2012-04-27 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
3487 * org.el (org-read-date-display): Fix bug when displaying the
3490 2012-04-27 Bastien Guerry <bzg@gnu.org>
3492 * org.el (org-mode): Don't use `buffer-face-mode' by default.
3494 2012-04-27 Bastien Guerry <bzg@gnu.org>
3496 * org-faces.el (org-date-selected): New face.
3498 2012-04-27 Jambunathan K <kjambunathan@gmail.com>
3500 * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3501 internal links destined for headlines provide a description or
3502 not. In fact, the `org-store-link' and `org-insert-link' create
3503 internal links which do have a description.
3505 2012-04-27 Bastien Guerry <bzg@gnu.org>
3507 * org-clock.el (org-program-exists): Fix docstring.
3509 2012-04-14 Bastien Guerry <bzg@gnu.org>
3511 * org.el (org-point-at-end-of-empty-headline): Only try to match
3512 `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3514 (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3515 to fontify beyond (point-max).
3517 * org-clock.el (org-clock-task-overrun-text)
3518 (org-task-overrun, org-clock-get-clock-string)
3519 (org-clock-update-mode-line)
3520 (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3521 and `org-task-overrun-text' to `org-clock-task-overrun' and
3522 `org-clock-task-overrun-text' respectively.
3523 (org-task-overrun-text): New alias.
3525 * org-table.el (org-table-eval-formula): Fix bug about handling
3526 remote references as durations.
3527 (org-table-get-range): Fix bug: make sure references to $0 are
3530 * org-pcomplete.el (pcomplete/org-mode/file-option):
3531 Fix bug in `pcomplete/org-mode/file-option'.
3532 (org-thing-at-point): Also match line options like LATEX_CLASS
3533 when pcompleting from LATEX_.
3535 * org-agenda.el (org-agenda-filter-make-matcher)
3536 (org-agenda-filter-apply): Allow filtering entries out by
3537 category. Using `C-u <' from the agenda view will redisplay
3538 the agenda without entries from categories of the current line.
3540 2012-04-14 Eric Schulte <eric.schulte@gmx.com>
3542 * ob-C.el (org-babel-C-ensure-main-wrap):
3543 Add an explicit return to automatically generated main methods.
3545 2012-04-14 Matt Lundin <mdl@imapmail.org>
3547 * org.el (org-after-todo-state-change-hook):
3548 Fix docstring to reflect name change of state to `org-state'.
3550 2012-04-14 Mike Sperber <sperber@deinprogramm.de> (tiny change)
3552 * org-footnote.el (org-footnote-normalize):
3553 Correctly pass keyword arguments to `org-export-preprocess-string'.
3555 2012-04-03 Bastien Guerry <bzg@gnu.org>
3557 * org.el (org-todo): Fix regression: rename `state' to
3559 (org-use-effective-time): Fix group and type.
3561 2012-04-02 Bastien Guerry <bzg@gnu.org>
3563 * org-clock.el (org-clock-out-if-current): Fix regression: rename
3564 `org-clock-state' to `org-state' to match the name of the
3565 dynamically-scoped variable in `org-todo'.
3567 * org-agenda.el (entry, org-diary, org-class): Fix regression:
3568 rename `org-entry' to `entry'.
3570 2012-04-01 Bastien Guerry <bzg@gnu.org>
3572 * org.el (org-todo): Fix regression in `org-todo'.
3574 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3576 * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
3579 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3581 * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3584 * ob.el (org-babel-parse-src-block-match): Make use of the new
3585 language argument to org-babel-strip-protective-commas.
3586 (org-babel-parse-inline-src-block-match): Make use of the new
3587 language argument to org-babel-strip-protective-commas.
3588 (org-babel-strip-protective-commas): Now accepts a language
3591 2012-04-01 Bastien Guerry <bzg@gnu.org>
3593 * org.el (org-fast-tag-selection): Fix an bug when listing tags
3596 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3598 * org.el (org-delete-property-globally): Fixed a bug that left
3599 blank line in place of the property, instead of removing the line.
3601 2012-04-01 Bastien Guerry <bzg@gnu.org>
3603 * ob-maxima.el (org-babel-maxima-command): Add group information
3606 2012-04-01 Bastien Guerry <bzg@gnu.org>
3608 * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
3609 face to 'org-default.
3611 2012-04-01 Bastien Guerry <bzg@gnu.org>
3613 * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
3616 2012-04-01 Bastien Guerry <bzg@gnu.org>
3618 * org.el: Prevent a bug while defining the menu by requiring
3619 `org-beamer' when necessary.
3621 2012-04-01 Bastien Guerry <bzg@gnu.org>
3623 * org-table.el (orgtbl-self-insert-command): Use
3624 `backward-delete-char' instead of `delete-backward-char' as this
3625 last command gets caught by the compiler which says to not use it
3626 in programs. `backward-delete-char' is just an alias for
3627 `delete-backward-char' which is internally remapped to
3628 `org-delete-backward-char' for optimization purpose.
3630 2012-04-01 Bastien Guerry <bzg@gnu.org>
3632 * org-latex.el (org-export-latex-subcontent): Bugfix: when
3633 `org-export-latex-low-levels' is nil, do not export low levels.
3635 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3637 * ob.el (org-babel-insert-result): Fix bug in indented wrapped
3640 2012-04-01 Bastien Guerry <bzg@gnu.org>
3642 * org.el (org-set-tags): Include `org-tag-alist' in the list of
3643 possible completions, even when there are tags defined in the
3646 2012-04-01 Bastien Guerry <bzg@gnu.org>
3648 * org-mime.el (org-mime-htmlize): Set
3649 `org-export-with-LaTeX-fragments' correctly.
3651 2012-04-01 Bastien Guerry <bzg@gnu.org>
3653 * org.el (org-set-tags): Don't add a column when there is only one
3654 tag offered for completion.
3656 2012-04-01 Bastien Guerry <bzg@gnu.org>
3658 * org.el (org-fast-tag-selection): Include tags from
3659 `org-tag-alist' when completing with the TAB key.
3661 2012-04-01 Shoji Nishimura <nishimura.shoji@gmail.com> (tiny change)
3663 * org.el (org-display-inline-images): Honor the ̀beg' parameter.
3665 2012-04-01 Bastien Guerry <bzg@gnu.org>
3667 * org-latex.el (org-export-latex-subcontent): Don't insert a
3668 linebreak when itemizing a subtree that is just a headline.
3670 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3672 * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
3673 parsing inline call_foo lines.
3675 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3677 * ob-maxima.el (org-babel-maxima-command): The maxima command used
3678 should be configurable (defaults to maxima-command if defined).
3679 (org-babel-execute:maxima): The maxima command used should be
3680 configurable (defaults to maxima-command if defined).
3682 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3684 * ob-C.el (org-babel-C-execute): Add the local directory to the
3685 library search path for C/C++ block compilation.
3687 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3689 * ob.el (org-babel-where-is-src-block-result): Don't truncate
3690 results name on call line execution.
3692 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3694 * org-colview.el (org-columns-cleanup-item): Handle case of empty
3697 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
3699 * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
3700 export error when a src block produces fake footnotes.
3702 2012-04-01 Bastien Guerry <bzg@gnu.org>
3704 * org.el (org-read-date): Don't mention `parse-time-weekdays' and
3705 `parse-time-months' in the docstring.
3707 2012-04-01 Bastien Guerry <bzg@gnu.org>
3709 * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
3712 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3714 * org-colview.el (org-columns-compute): Also consider inline tasks
3715 when computing the sum.
3717 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3719 * org-habit.el (org-habit-insert-consistency-graphs): Fix
3720 alignment of consistency graph in filtered agenda view.
3722 2012-04-01 Bastien Guerry <bzg@gnu.org>
3724 * org-latex.el (org-export-as-latex): Fix bug in setting the
3725 export directory according to the LaTeX options.
3727 2012-04-01 K.Nagashima <uni.naga@gmail.com> (tiny change)
3729 * org.el (org-show-subtree): Make interactive.
3731 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu>
3733 * org-clock.el (org-clock-get-table-data): Make sure todo-only
3734 does not leak when it is set by make-org-tags-macher.
3736 2012-04-01 Bastien Guerry <bzg@gnu.org>
3738 * org.el (org-cycle-internal-local): Don't try to hide drawers
3739 within subtrees in this function, it slows cycling down.
3741 2012-04-01 Bastien Guerry <bzg@gnu.org>
3743 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
3744 incorrect custom option definition.
3746 2012-04-01 Bastien Guerry <bzg@gnu.org>
3748 * org-colview.el (org-columns-display-here): Bugfix: use the date
3749 as the value for the ITEM column when displaying a summary.
3751 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3753 * ob-lilypond.el: Re-direct homepage to Worg.
3755 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3757 * ob-lilypond.el: Leave versioning to Org.
3759 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3761 * ob-lilypond.el: Fix compiler warning.
3763 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3765 * org-odt.el (org-odt-format-entity-caption): Enumerate entities
3766 that have either a caption or a label.
3767 (org-odt-label-styles, org-odt-category-map-alist): Add a
3768 separator between sequence number and caption. Introduced two
3769 new label styles for handling of math formula and math label.
3770 (org-odt-format-label-definition)
3771 (org-export-odt-format-formula): Propagate above changes.
3773 2012-04-01 Bastien Guerry <bzg@gnu.org>
3775 * org.el (org-enforce-todo-dependencies): Fix docstring.
3777 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3779 * org-odt.el (org-export-odt-category-strings): New custom
3781 (org-odt-category-map-alist): Modify interpretation. Don't
3782 use the same field to double up as both a OpenDocument
3783 variable and a category string. Entries in this list now
3784 specify only the OpenDocument variable. Category strings are
3785 obtained through an indirect lookup of
3786 `org-export-odt-category-strings'. Use same OpenDocument
3787 variables as what LibreOffice uses for various entities. Fix
3789 (org-odt-add-label-definition)
3790 (org-odt-format-label-definition)
3791 (org-odt-format-label-reference): Propagate above changes.
3793 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3795 * org-latex.el (org-export-as-latex): Check TeX-master correctly.
3797 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3799 * org-odt.el (org-odt-category-map-alist): Update docstring.
3800 (org-export-odt-user-categories)
3801 (org-export-odt-get-category-from-label)
3802 (org-odt-get-label-category-and-style): Remove.
3803 (org-odt-add-label-definition): Propagate above changes.
3805 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3807 * org.el (org-refile): Don't allow creation of parents when using
3808 the refile command to go to a headline.
3810 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3812 * org-odt.el (org-odt-format-org-link): Resolve links to headlines
3813 as section numbers only if section numbering is on.
3815 2012-04-01 Bastien Guerry <bzg@gnu.org>
3817 * org.el (format-spec): Require 'format-spec.
3819 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3821 * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
3823 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3825 * org.el (org-imenu-get-tree): Check that looking-at succeeds
3826 before using match results.
3828 2012-04-01 Bastien Guerry <bzg@gnu.org>
3830 * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
3832 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3834 * org-lparse.el (org-do-lparse): Make effective setting of
3835 `org-export-headline-levels' available to the ODT exporter. Also
3836 remove some stale comments.
3838 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
3840 * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
3841 per-language string for "Table Of Contents".
3843 2012-04-01 Bastien Guerry <bzg@gnu.org>
3845 * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
3847 2012-04-01 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
3849 * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
3852 2012-04-01 Suvayu Ali <fatkasuvayu+linux@gmail.com>
3854 * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
3855 case-fold-search is bound to nil globally, the
3856 (case-fold-search t) doesn't work until we get to the body.
3858 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3860 * org-latex.el (org-export-latex-tables): Allow to use
3863 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3865 * ob.el (org-babel-expand-noweb-references): Fix bug in src name
3866 regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
3868 2012-04-01 David Maus <dmaus@ictsoc.de>
3870 * org.el (org-scan-tags): Require one or more spaces (+) between
3871 keyword and headline.
3873 2012-04-01 David Maus <dmaus@ictsoc.de>
3875 * org-agenda.el (org-prepare-agenda): Don't reset
3876 `org-done-keywords-for-agenda' when `org-agenda-multi'.
3878 2012-04-01 Thomas Morgan <tlm@ziiuu.com> (tiny change)
3880 * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
3881 while inserting habit graph in the agenda buffer.
3883 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3885 * org-src.el (org-src-edit-buffer-p): New function.
3887 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3889 * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
3890 being checked. Also enhance the docstring a bit.
3892 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3894 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
3895 display of indirect agenda window.
3897 2012-04-01 Bastien Guerry <bzg@gnu.org> (tiny change)
3899 * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
3902 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
3904 * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
3905 to tags-list and org-trust-scanner-tags to t while evaluating the
3906 matcher, since the matcher is always evaluated at the current
3909 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3911 * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
3912 evaluating the matcher, since the matcher is always evaluated at
3915 2012-04-01 Ilya Shlyakhter <ilya_shl@alum.mit.edu> (tiny change)
3917 * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
3920 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3922 * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
3924 (org-babel-noweb-p): The "eval" argument only expands during
3927 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3929 * ob.el (org-strip-protective-commas): Declared.
3931 * org-agenda.el (org-agenda-filtered-by-category): Declared.
3932 (org-agenda-filter-apply): Capture free variable.
3934 * org-footnote.el (org-skip-whitespace): Declared.
3936 * org-mobile.el (org-agenda-filter): Declared.
3938 * org-src.el (org-strip-protective-commas): Declared.
3940 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3942 * org.el (org-version): Add autoload cookie.
3944 2012-04-01 David Maus <dmaus@ictsoc.de>
3946 * org-attach.el (org-attach-store-link-p): Remove spurious quote
3947 in customization form choice.
3949 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3951 * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
3952 (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
3955 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3957 * ob.el (org-babel-insert-result): Ensure correct order for empty
3958 result wrapping blocks.
3960 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
3962 * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
3963 and add easy pdf generation in the form of `ly-gen-pdf' variable.
3965 2012-04-01 Deech <deech@deech-ThinkPad-X200.none> (tiny change)
3967 * ob-tangle.el (org-babel-spec-to-string): The link generated by
3968 org-store-link is escaped twice when tangling with ":comments yes"
3971 2012-04-01 Bastien Guerry <bzg@gnu.org>
3973 * org-html.el (org-export-as-html): Remove another useless space
3976 2012-04-01 Bastien Guerry <bzg@gnu.org>
3978 * org-html.el (org-export-as-html): Remove another useless space
3981 2012-04-01 Bastien Guerry <bzg@gnu.org>
3983 * org-html.el (org-export-as-html): Remove useless space before
3986 2012-04-01 Sebastien Vauban <sva@mygooglest.com> (tiny change)
3988 * org.el (org-version): Add autoload cookie.
3990 2012-04-01 Bastien Guerry <bzg@gnu.org>
3992 * org.el (org-get-category): Save match data.
3994 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
3996 * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
3997 :tangle is specified.
3999 * ob.el (org-babel-expand-noweb-references): Widen buffer when
4000 expanding noweb references.
4002 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4004 * ob-table.el (sbe): Don't accidentally leave a `t' value when
4005 variables are force interpreted as strings.
4007 2012-04-01 David Maus <dmaus@ictsoc.de>
4009 * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4010 (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4012 2012-04-01 David Maus <dmaus@ictsoc.de>
4014 * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4015 (bbdb-search-organization): Declare functions to silence byte
4018 2012-04-01 Bernt Hansen <bernt@norang.ca>
4020 * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4021 repeating tasks using .+n and ++n syntax.
4023 2012-04-01 Karl Fogel <kfogel@red-bean.com> (tiny change)
4025 * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4026 heading that has a date but no todo keyword.
4028 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4030 * ob.el (org-babel-find-named-result): Fix code block replacement
4033 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4035 * org-footnote.el (org-footnote-normalize): Do not normalize
4036 labels when sort-only is non-nil.
4038 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4040 * org-footnote.el (org-footnote-normalize): Remove an useless part
4042 (org-insert-footnote-reference-near-definition): Remove function.
4044 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4046 * org-footnote.el (org-footnote-normalize): Fix normalization of
4047 inline footnotes with no footnote section.
4049 2012-04-01 David Maus <dmaus@ictsoc.de>
4051 * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4052 to check for old or new version by a check for the required
4053 function in `org-bbdb-open' and `org-bbdb-store-link'.
4054 (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4057 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4059 * ob.el (org-babel-find-named-result): Don't miss a code block
4060 when there are confounding spaces after the result name.
4062 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4064 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4065 regular expressions.
4066 (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4069 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4071 * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4073 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4075 * org.el (org-link-search): Search for #+name affiliated keywords
4076 and invisible targets.
4078 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4080 * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4081 newlines in a transcoded footnote definition. This ensures that
4082 the line that is currently being processed by `org-do-lparse' loop
4083 doesn't get broken up into multiple lines. Fix for the following
4086 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4088 * org-footnote.el (org-footnote-normalize): Force a paragraph
4089 break after the last footnote definition. This is an an implicit
4090 assumption made by the org-lparse.el library. With this change,
4091 footnote definitions can reliably be exported with ODT backend.
4092 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4094 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4096 * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4098 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4100 * org-list.el (org-list-struct): Fix small bug introduced by
4101 commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4103 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4105 * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4108 * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4109 for the fact that this is really now a Babel thing -- even if it
4110 is used here and the definition should remain here for reasons of
4113 2012-04-01 David Maus <dmaus@ictsoc.de>
4115 * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4116 defined after bbdb was loaded.
4118 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4120 * org-latex.el (org-export-latex-tables): Don't add spurious
4121 preceding newline if caption is not above a longtable.
4123 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4125 * org-odt.el (org-odt-insert-toc): Remove this stray,
4126 dysfunctional routine. This possibly has crept in because of the
4127 broken merges between "maint" and "origin" branches.
4128 (org-odt-begin-table): Don't emit an empty paragraph when a table is
4129 neither labeled nor captioned.
4130 (org-odt-init-outfile): Remove reference to an unused variable.
4132 2012-04-01 Viktor Rosenfeld <listuser36@googlemail.com>
4134 * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4137 2012-04-01 Andreas Leha <andreas.leha@med.uni-goettingen.de>
4139 * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4140 org-mark-ring and guessing at the code block name to jump to.
4142 2012-04-01 David Maus <dmaus@ictsoc.de>
4144 * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4145 of indirect buffer and window.
4147 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4149 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4152 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4154 * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4157 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4159 * org-exp.el (org-table-clean-before-export): Ignore table rows
4160 defining parameters for formulas during export.
4162 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4164 * org-list.el (org-list-get-item-number): New function.
4166 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4168 * org-list.el (org-list-ending-method, org-list-end-regexp):
4170 (org-in-item-p, org-list-separating-blank-lines-number)
4171 (org-list-parse-list, org-list-struct): Apply changes.
4173 * org-exp.el (org-export-mark-list-end)
4174 (org-export-mark-list-properties): Apply changes.
4176 * org-latex.el (org-export-latex-lists): Apply changes.
4178 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4180 * org.el (org-cycle-internal-local): Correctly unfold headlines
4181 containing an inlinetask.
4183 2012-04-01 Bastien Guerry <bzg@gnu.org>
4185 * org.el (org-structure-template-alist): Fix missing angle
4186 brackets for muse export style.
4188 2012-04-01 David Maus <dmaus@ictsoc.de>
4190 * org.el (org-recenter-calendar): Use `with-selected-window' to
4191 select calendar window and save currently selected window and
4194 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4196 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4197 argument set, otherwise not only are headlines in the current
4198 subtree excluded, but it throws an error if point happens not to
4199 be within a subtree (e.g. at start of buffer).
4201 2012-04-01 David Maus <dmaus@ictsoc.de>
4203 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4205 2012-04-01 David Maus <dmaus@ictsoc.de>
4207 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4209 * org.el (org-in-clocktable-p): New function. Moved from
4212 2012-04-01 David Maus <dmaus@ictsoc.de>
4214 * org-exp.el (org-export-get-title-from-subtree): Don't format
4215 tags in title if title headline does not have tags.
4217 2012-04-01 Bastien Guerry <bzg@gnu.org>
4219 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4222 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4224 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4225 Delay it till the end of export.
4226 (org-odt-begin-document-body): Make a note of the default
4227 position of TOC in `org-lparse-dyn-first-heading-pos'.
4228 (org-odt-insert-toc): Insert TOC as directed by
4229 [TABLE-OF-CONTENTS] line or at the default position.
4230 (org-odt-end-export): Call `org-odt-insert-toc'.
4232 2012-04-01 Bastien Guerry <bzg@gnu.org>
4234 * org.el (org-preview-latex-fragment): Throw an error when called
4235 from a non-file buffer.
4237 2012-04-01 David Maus <dmaus@ictsoc.de>
4239 * org-capture.el (org-capture-place-item): Don't search for
4240 position in existing list if :exact-position was supplied.
4242 2012-04-01 Bastien Guerry <bzg@gnu.org>
4244 * org.el (org-set-font-lock-defaults): Fix bug in done headline
4247 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4249 * org-odt.el (org-odt-format-textbox): Honor user-specified width
4250 in captioned images.
4252 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4254 * org.el (org-update-property-plist): Fix bug in property list
4257 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4259 * ob.el (org-babel-balanced-split): Explicit checking if list
4260 before calling member.
4262 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4264 * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4265 as the separator to `org-table-convert-region'. Fixes errors when
4266 only one result per line of output.
4268 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4270 * ob.el (org-babel-strip-protective-commas): Use
4271 `org-strip-protective-commas'.
4273 * org-exp.el (org-export-select-backend-specific-text): Use
4274 `org-strip-protective-commas'.
4276 * org-src.el (org-edit-src-code): Use
4277 `org-strip-protective-commas'.
4279 * org.el (org-strip-protective-commas): Single definition for this
4282 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4284 * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4286 2012-04-01 David Maus <dmaus@ictsoc.de>
4288 * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4289 Run before the finalization process starts.
4290 (org-capture-finalize): Run new hook.
4292 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4294 * org.el (org-entry-get): Generalize to multiple "prop+"
4297 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4299 * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4300 the `org-src-mode-map'.
4302 2012-04-01 David Maus <dmaus@ictsoc.de>
4304 * org.el (org-recenter-calendar): Use `with-selected-window' to
4305 select calendar window and save currently selected window and
4308 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4310 * org-list.el (org-list-ending-method, org-list-end-regexp):
4312 (org-in-item-p, org-list-separating-blank-lines-number)
4313 (org-list-parse-list, org-list-struct): Apply changes.
4315 * org-exp.el (org-export-mark-list-end)
4316 (org-export-mark-list-properties): Apply changes.
4318 * org-latex.el (org-export-latex-lists): Apply changes.
4320 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4322 * org.el (org-entry-get): Accumulate properties from subtree
4325 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4327 * org.el (org-entry-get): Accumulate properties from subtree
4330 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4332 * org-odt.el (org-export-odt-image-size-probe-method)
4333 (org-odt-do-image-size): Use imagemagick preferentially to
4334 determine image sizes.
4336 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4338 * org-odt.el (org-export-as-odt-to-buffer)
4339 (org-replace-region-by-odt, org-export-region-as-odt): Remove
4340 these interactive functions. They are of questionable value.
4342 2012-04-01 Toby S. Cubitt <tsc25@cantab.net> (tiny change)
4344 * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4345 argument set, otherwise not only are headlines in the current
4346 subtree excluded, but it throws an error if point happens not to
4347 be within a subtree (e.g. at start of buffer).
4349 2012-04-01 Bastien Guerry <bzg@gnu.org>
4351 * org-exp.el (org-export-kill-product-buffer-when-displayed)
4352 (org-export-initial-scope, org-export-date-timestamp-format)
4353 (org-export-with-tasks, org-export-email-info)
4354 (org-export-table-remove-empty-lines): Add version tag.
4356 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4358 * org.el (org-cycle-internal-local): Correctly unfold headlines
4359 containing an inlinetask.
4361 2012-04-01 Bernt Hansen <bernt@norang.ca>
4363 * org-clock.el (org-clock-out): Do not delete the current clocking
4364 task when org-clock-out-hook clocks in another task.
4366 2012-04-01 David Maus <dmaus@ictsoc.de>
4368 * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4370 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4372 * org-odt.el (org-export-odt-convert-processes): Re-define
4373 (org-export-odt-convert-capabilities): Fix an accidental
4376 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4378 * org-odt.el (org-export-odt-convert-capabilities): Change the
4381 2012-04-01 David Maus <dmaus@ictsoc.de>
4383 * org-clock.el (org-in-clocktable-p): Moved to org.el.
4385 * org.el (org-in-clocktable-p): New function. Moved from org-clock.el.
4387 2012-04-01 David Maus <dmaus@ictsoc.de>
4389 * org-exp.el (org-export-get-title-from-subtree): Don't format
4390 tags in title if title headline does not have tags.
4392 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4394 * org-footnote.el (org-blank-before-new-entry)
4395 (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4398 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4400 * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4401 and C-e behaviour with visual lines.
4403 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4405 * org-exp-blocks.el (org-export-blocks): Changed the name of
4406 exporting comment blocks given that it seems regular comment
4407 blocks no longer export.
4409 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4411 * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4413 (org-babel-exp-in-export-file): Access current export buffer.
4414 (org-babel-exp-src-block): Access current export buffer.
4415 (org-babel-exp-inline-src-blocks): Access current export buffer.
4417 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4419 * ob-exp.el (org-babel-exp-in-export-file)
4420 (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4421 org-current-export-file to contain a buffer.
4423 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4425 * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4426 with `shell-command-to-string'.
4428 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4430 * org-footnote.el (org-footnote-create-definition): Fix space
4431 insertion when creating a new footnote. This fixes newline
4432 munching when `org-footnote-section' is nil and blank lines
4433 stacking when it isn't nil.
4435 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4437 * org-footnote.el (org-footnote-normalize): Make sure that
4438 footnotes are moved to a single place during export.
4440 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4442 * org-footnote.el (org-footnote-normalize): Ensure footnote
4443 definition will be inserted at the end of the section
4444 corresponding to to its first reference.
4446 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4448 * org-footnote.el (org-footnote-at-definition-p): Make sure to
4449 move point at the beginning of the separator before skiping white
4450 spaces. Refactor code.
4452 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4454 * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4455 export when "strip-export".
4457 * ob.el (org-babel-common-header-args-w-values): New noweb
4459 (org-babel-merge-params): New noweb header value.
4460 (org-babel-noweb-p): New noweb header value.
4462 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4464 * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4466 * ob.el (org-babel-noweb-wrap): Add default value.
4467 (org-babel-expand-noweb-references): Just use default value.
4469 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4471 * org-exp.el (org-export-select-backend-specific-text): Always
4472 preserve original indentation as a text property so that lists do
4473 not get broken by indentation at column 0.
4475 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4477 * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4478 in source names in noweb references.
4480 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4482 * org.el (org-fill-line-break-nobreak-p): New function.
4483 (org-set-autofill-regexps): Add previous function to
4484 `fill-nobreak-predicate'.
4486 2012-04-01 Vitalie Spinu <spinuvit@gmail.com>
4488 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4489 visibility regardless of local user customization.
4491 2012-04-01 Vitalie Spinu <spinuvit@gmail.com>
4493 * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4494 visibility regardless of local user customization.
4496 2012-04-01 Carsten Dominik <carsten.dominik@gmail.com>
4498 * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4499 (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4501 * org-indent.el (org-indent-set-line-properties): Honor
4502 `org-inlinetask-show-first-star'.
4504 2012-04-01 Bastien Guerry <bzg@gnu.org>
4506 * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4507 doesn't contain duplicates.
4509 2012-04-01 Bastien Guerry <bzg@gnu.org>
4511 * org.el (org-at-drawer-p): Normalize the docstring to match other
4512 `org-at-*-p' docstrings.
4513 (org-indent-block, org-indent-drawer, org-at-block-p): New
4515 (org-metaright): Use the new functions to indent a drawer or a
4516 block depending on the context. Also update the docstring.
4518 2012-04-01 Bastien Guerry <bzg@gnu.org>
4520 * org.el (org-set-regexps-and-options): Set the value of
4521 `org-drawers' by adding the value of the infile #+DRAWERS option
4522 to that of the existing `org-drawers'.
4524 2012-04-01 Bastien Guerry <bzg@gnu.org>
4526 * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4529 2012-04-01 Bastien Guerry <bzg@gnu.org>
4531 * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
4532 `org-show-entry' instead of `outline-flag-region' to keep the
4533 drawers folded when unfolding an inline task.
4535 2012-04-01 Torsten Anders <torsten.anders@beds.ac.uk> (tiny change)
4537 * org-beamer.el (org-beamer-environments-default): Add support and
4538 keybinding for the `exampleblock' environment.
4540 2012-04-01 Michael Brand <michael.ch.brand@gmail.com>
4542 * org.el (org-open-link-from-string): Regard `reference-buffer'
4543 when setting `org-inhibit-startup'.
4545 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4547 * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
4548 space between inline src block and results on export.
4550 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4552 * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
4553 punctuation to proceed an inline src block.
4555 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4557 * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
4558 list of characters allowed to proceed an inline src block.
4560 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4562 * ob-tangle.el (org-babel-tangle-clean): Use the customizable
4565 * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
4566 (org-babel-noweb-wrap-end): End a noweb reference.
4567 (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
4568 (org-babel-expand-noweb-references): Use the customizable noweb
4571 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4573 * org.el (org-beginning-of-line): Handle case when there's no
4574 character after box.
4576 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4578 * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4579 Delay it till the end of export.
4580 (org-odt-begin-document-body): Make a note of the default
4581 position of TOC in `org-lparse-dyn-first-heading-pos'.
4582 (org-odt-insert-toc): Insert TOC as directed by
4583 [TABLE-OF-CONTENTS] line or at the default position.
4584 (org-odt-end-export): Call `org-odt-insert-toc'.
4586 2012-04-01 Bastien Guerry <bzg@gnu.org>
4588 * org.el (org-preview-latex-fragment): Throw an error when called
4589 from a non-file buffer.
4591 2012-04-01 Bastien Guerry <bzg@gnu.org>
4593 * org.el (org-insert-property-drawer): Not an interactive
4595 (org-insert-drawer): With a prefix argument, insert a property
4596 drawer. Check for headline within the region before inserting the
4597 drawer. Don't include special drawers in the completion table.
4598 (org-mode-map): New keybinding `C-c C-x d' for
4599 `org-insert-drawer'.
4601 2012-04-01 Bastien Guerry <bzg@gnu.org>
4603 * org.el (org-insert-drawer): Support completion over known drawer
4604 names and inserting a drawer around the current region.
4606 2012-04-01 Bastien Guerry <bzg@gnu.org>
4608 * org.el (org-insert-drawer): New function.
4609 (org-insert-property-drawer): Use it.
4611 2012-04-01 Bastien Guerry <bzg@gnu.org>
4613 * org-list.el (org-mark-list): New function.
4615 2012-04-01 Bastien Guerry <bzg@gnu.org>
4617 * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
4618 complete drawer at point.
4619 (org-thing-at-point): Use it.
4621 2012-04-01 Bastien Guerry <bzg@gnu.org>
4623 * org.el (org-meta-return): Use `newline-and-indent' when in a
4626 2012-04-01 Bastien Guerry <bzg@gnu.org>
4628 * org.el (org-structure-template-alist): Fix docstring: the
4629 feature is not experimental anymore.
4631 2012-04-01 Bastien Guerry <bzg@gnu.org>
4633 * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
4634 display the item without unfolding drawers and logbooks.
4636 2012-04-01 Bastien Guerry <bzg@gnu.org>
4638 * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
4641 2012-04-01 Bastien Guerry <bzg@gnu.org>
4643 * org.el (org-structure-template-alist): Fix missing angle
4644 brackets for muse export style.
4646 2012-04-01 Bastien Guerry <bzg@gnu.org>
4648 * org.el (org-read-date): New parameter `inactive' when reading
4649 for insertion of inactive timestamps.
4650 (org-time-stamp, org-read-date-display): Use the new
4653 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4655 * ob.el (org-babel-expand-noweb-references): Only allow
4656 reference names which start and end with non-whitespace characters.
4657 Also, raise errors as appropriate given org-babel-noweb-error-langs.
4659 2012-04-01 Bastien Guerry <bzg@gnu.org>
4661 * org-src.el (org-src-in-org-buffer): Save and restore
4662 `buffer-undo-list' after editing.
4664 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4666 * ob.el (org-babel-common-header-args-w-values): Add new header
4668 (org-babel-expand-noweb-references): Use header argument rather than
4669 customization variable.
4671 2012-04-01 David Maus <dmaus@ictsoc.de>
4673 * org-capture.el (org-capture-place-item): Don't search for
4674 position in existing list if :exact-position was supplied.
4676 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4678 * ob.el (org-babel-noweb-separator): Custom variable for
4679 accumulated noweb references.
4680 (org-babel-expand-noweb-references): Allow separator for noweb
4683 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4685 * org.el (org-beginning-of-line): In an item, special position
4686 for C-a is after check-box, if any.
4687 (org-special-ctrl-a/e): Modify doc-string accordingly.
4689 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4691 * org-odt.el (org-export-odt-format-formula): Use :style
4692 property to specify custom table styles.
4694 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4696 * ob-exp.el (org-babel-exp-call-line-template): Control export of
4697 additional call line information.
4698 (org-babel-exp-non-block-elements): Fancier call line export.
4700 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4702 * org-odt.el (org-odt-entity-frame-styles): Add frame params
4703 for images that are anchored as character.
4704 (org-export-odt-format-image): Handle new anchor type
4706 (org-export-odt-default-image-sizes-alist): Misc. change.
4707 (org-export-odt-format-formula): Misc. change.
4709 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4711 * ob.el (org-babel-check-src-block): Don't report valid header
4712 arguments as suspicious.
4714 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4716 * ob-exp.el (org-babel-exp-non-block-elements): Map over both
4717 inline src blocks and call lines on export.
4719 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4721 * org-odt.el (org-odt-label-styles): Add a new style.
4722 (org-odt-category-map-alist): Use it.
4724 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4726 * org-odt.el (org-odt-table-style-format): New. Template for
4727 auto-generated table styles.
4728 (org-odt-automatic-styles, org-odt-object-counters): New
4730 (org-odt-add-automatic-style): New function.
4731 (org-odt-write-automatic-styles): New function. Create
4732 automatic styles for tables that have custom :rel-width.
4733 (org-odt-begin-table): Parse attributes specified with
4734 "#+ATTR_ODT: " option and use it to create an automatic table
4736 (org-odt-save-as-outfile): Call
4737 `org-odt-add-write-automatic-styles'.
4738 (org-odt-init-outfile): Init newly add variables.
4739 (org-odt-section-count): Remove it.
4740 (org-odt-begin-section): Use `org-odt-add-automatic-style' to
4741 generate an automatic section name.
4743 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4745 * ob.el (org-babel-map-executables): Correctly position point when
4746 mapping hits an inline code block.
4748 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4750 * ob.el (org-babel-execute-src-block): Ensure params are
4751 incorporated *before* checking if evaluation is legal.
4753 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4755 * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
4756 marker so it is updated as required during export.
4758 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4760 * org-src.el (org-src-in-org-buffer): Run commands in the parent
4762 (org-edit-src-save): Use new macro.
4763 (org-src-tangle): Tangle the parent buffer.
4765 2012-04-01 Bastien Guerry <bzg@gnu.org>
4767 * org.el (org-set-font-lock-defaults): Fix bug in done
4768 headline fontification.
4770 2012-04-01 Bastien Guerry <bzg@gnu.org>
4772 * org.el (org-set-font-lock-defaults): Fix bug in done
4773 headline fontification.
4775 2012-04-01 Bastien Guerry <bzg@gnu.org>
4777 * org.el (org-return): Act normally when in code blocks.
4779 2012-04-01 Bastien Guerry <bzg@gnu.org>
4781 * org.el (org-in-src-block-p): New function.
4782 (org-context): Return new contexts :clocktable and :src-block.
4784 2012-04-01 Bastien Guerry <bzg@gnu.org>
4786 * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
4787 C-q' do the right thing even when point is before the first
4790 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4792 * ob.el (org-babel-noweb-p): Disambiguate intersection name.
4794 2012-04-01 Jambunathan K <kjambunathan@gmail.com>
4796 * org-odt.el (org-odt-format-textbox): Honor user-specified
4797 width in captioned images.
4799 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4801 * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
4802 (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
4803 (org-babel-map-call-lines): Replace gensym with make-symbol.
4804 (org-babel-map-executables): Replace gensym with make-symbol.
4806 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4808 * ob-exp.el (org-babel-exp-results): Alter a copy of info.
4810 2012-04-01 Bastien Guerry <bzg@gnu.org>
4812 * org-html.el (org-export-as-html): Initialize
4813 `html-pre-real-contents' correctly.
4815 2012-04-01 Bastien Guerry <bzg@gnu.org>
4817 * org-html.el (org-export-as-html): Initialize
4818 `html-pre-real-contents' correctly.
4820 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4822 * ob-exp.el (org-babel-exp-code): Ensure code block name is a
4825 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4827 * ob-exp.el (org-babel-exp-code-template): Customizable code
4828 block export format string.
4829 (org-babel-exp-code): Customizable code block export.
4831 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4833 * ob-clojure.el (org-babel-execute:clojure): Removed dependency
4834 on deprecated swank-clojure.
4836 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4838 * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
4839 (org-babel-map-inline-src-blocks): Don't pollute symbol space.
4840 (org-babel-map-call-lines): Don't pollute symbol space.
4841 (org-babel-map-executables): Map over *all* executable Org-mode
4843 (org-babel-execute-buffer): Execute elements in buffer order instead
4846 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4848 * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
4849 Those must be done with `copy-tree'.
4851 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4853 * org-src.el (org-edit-src-code): Referenced code block should
4854 not be evaluated on code block edit.
4856 2012-04-01 Bastien Guerry <bzg@gnu.org>
4858 * org.el (org-structure-template-alist): Use uppercase for
4861 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4863 * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
4866 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4868 * ob.el (org-babel-results-keyword): New user-configurable
4870 (org-babel-where-is-src-block-result): Use new user-configurable
4873 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4875 * org-indent.el (org-indent-refresh-maybe): Check for new
4876 headlines from the beginning of the line to be sure to catch
4877 any newly inserted headline there.
4879 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4881 * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
4882 (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
4884 * ob-tangle.el (org-babel-tangle-collect-blocks): Use
4885 `org-babel-noweb-p'.
4887 * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
4888 (org-babel-expand-src-block): Use `org-babel-noweb-p'.
4889 (org-babel-load-in-session): Use `org-babel-noweb-p'.
4890 (org-babel-merge-params): Use `org-babel-noweb-p'.
4891 (org-babel-noweb-p): New function used to determine if noweb
4892 expansion should be carried out in a given context.
4894 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4896 * org.el (org-update-property-plist): Fix bug in property list
4899 2012-04-01 François Pinard <pinard@iro.umontreal.ca> (tiny change)
4901 * org.el (org-kill-line): Use `kill-visual-line' in
4904 2012-04-01 Bernt Hansen <bernt@norang.ca>
4906 * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
4907 is outside the current restriction.
4909 2012-04-01 Bernt Hansen <bernt@norang.ca>
4911 * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
4914 2012-04-01 Bernt Hansen <bernt@norang.ca>
4916 * org.el: Honour existing restrictions when regenerating the agenda.
4918 2012-04-01 Bastien Guerry <bzg@gnu.org>
4920 * org-agenda.el: New alias for `list-diary-entries-hook'.
4922 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4924 * ob.el (org-babel-common-header-args-w-values): Add the new
4925 header argument name.
4926 (org-babel-insert-result): Respect the value of the :wrap header
4927 argument when inserting results.
4928 (org-babel-result-end): Find the end of arbitrarily named result
4931 2012-04-01 Nicolas Goaziou <n.goaziou@gmail.com>
4933 * org-indent.el (org-indent-refresh-maybe): Check for new
4934 headlines from the beginning of the line to be sure to catch
4935 any newly inserted headline there.
4937 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4939 * org.el (org-update-property-plist): Remove old instances of
4940 property when adding a new value for property.
4942 2012-04-01 Martyn Jago <martyn.jago@btinternet.com>
4944 * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
4945 code block would cause an error when the block is was executed.
4946 This fix cures this behaviour.
4948 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4950 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
4951 pieces of a previous patch.
4953 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4955 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
4957 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4959 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
4960 pieces of a previous patch.
4962 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4964 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
4966 2012-04-01 Bastien Guerry <bzg@gnu.org>
4968 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
4969 instead of (end-of-buffer).
4971 2012-04-01 Bastien Guerry <bzg@gnu.org>
4973 * org-bbdb.el (name): Declare variable.
4974 (bbdb-record-get-field, bbdb-search-name)
4975 (bbdb-search-organization): Declare as part of ext:bbdb.
4977 2012-04-01 Bastien Guerry <bzg@gnu.org>
4979 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
4980 instead of the obsolete `org-agenda-filter'.
4982 2012-04-01 Bastien Guerry <bzg@gnu.org>
4984 * org-agenda.el: Add an alias for `org-agenda-filter'.
4985 (diary-list-entries-hook): Use the non-obsolete hook.
4986 (org-agenda-filter-apply): Silent compiler warning.
4988 2012-04-01 Bastien Guerry <bzg@gnu.org>
4990 * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
4991 (org-ditaa-jar-option): New option.
4992 (org-babel-execute:ditaa): Use it.
4994 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
4996 * ob.el (org-babel-balanced-split): Explicit checking if list
4997 before calling member.
4999 2012-04-01 Eric Schulte <eric.schulte@gmx.com>
5001 * ob.el (org-babel-balanced-split): Explicit checking if list
5002 before calling member.
5004 2012-02-14 Chong Yidong <cyd@gnu.org>
5006 * org-footnote.el: Remove bogus defvar values (Bug#10745).
5008 2012-01-05 Eric Schulte <eric.schulte@gmx.com>
5010 * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5011 pieces of a previous patch.
5013 * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5015 2012-01-05 Bastien Guerry <bzg@gnu.org>
5017 * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5018 instead of (end-of-buffer).
5020 * org-bbdb.el (name): Declare variable.
5021 (bbdb-record-get-field, bbdb-search-name)
5022 (bbdb-search-organization): Declare as part of ext:bbdb.
5024 * org-agenda.el: Add an alias for `org-agenda-filter'.
5025 (diary-list-entries-hook): Use the non-obsolete hook.
5026 (org-agenda-filter-apply): Silent compiler warnings.
5028 * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5029 instead of the obsolete `org-agenda-filter'.
5031 2012-01-03 Bastien Guerry <bzg@gnu.org>
5033 * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5034 and removing checkboxes with `C-u C-c C-c' on the first item
5035 of a list. Also, don't reinitialize checkboxes that are
5038 2012-01-03 Bastien Guerry <bzg@gnu.org>
5040 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5041 value with only one digit for the hours.
5043 2012-01-03 Bastien Guerry <bzg@gnu.org>
5045 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5046 Remove deleted function `org-encode-for-stdout'.
5048 2012-01-03 Bastien Guerry <bzg@gnu.org>
5050 * org.el (org-show-context): Complete docstring.
5052 2012-01-03 Bastien Guerry <bzg@gnu.org>
5054 * org-agenda.el (org-agenda-filter-by-tag): Use
5055 `read-char-exclusive' instead of `read-char'.
5057 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5059 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5060 erraneous space in regexp.
5062 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5064 * ob.el (org-babel-expand-noweb-references): Rather than using
5065 a pure regexp solution to resolve noweb references, actually
5066 check the information of every code block in the buffer. This
5067 will cause a slowdown in noweb reference expansion, but is
5068 necessary for correct behavior.
5070 2012-01-03 Bastien Guerry <bzg@gnu.org>
5072 * org.el (org-map-continue-from): Fix typo in docstring.
5074 2012-01-03 Bastien Guerry <bzg@gnu.org>
5076 * org.el (org-property-re): Also match cumulating properties
5079 2012-01-03 Bastien Guerry <bzg@gnu.org>
5081 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5082 matching the end of a block.
5084 2012-01-03 David Maus <dmaus@ictsoc.de>
5086 * org.el (org-open-at-point): Escape link path for http:,
5087 https:, ftp:, news:, and doi: links only if the path contains
5088 space or non-ascii character.
5090 2012-01-03 David Maus <dmaus@ictsoc.de>
5092 * org.el (org-refile-get-targets): Ignore headlines without a
5095 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5097 * ob.el (org-babel-map-call-lines): Moved this file from
5098 ob-lob.el into ob.el to ease dependency pains.
5100 2012-01-03 Bastien Guerry <bzg@gnu.org>
5102 * org-publish.el (org-publish-index-generate-theindex): Use
5103 theindex.inc for storing index entries, and theindex.org for
5104 including theindex.inc.
5106 2012-01-03 Bastien Guerry <bzg@gnu.org>
5108 * org-publish.el (org-publish-index-generate-theindex): Create
5109 proper file target for index entries in subdirectories.
5111 2012-01-03 Bastien Guerry <bzg@gnu.org>
5113 * org-protocol.el (org-protocol-check-filename-for-protocol):
5114 Fix spelling mistake.
5116 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5118 * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5119 for title and subtitle.
5120 (org-odt-format-toc): New.
5121 (org-odt-format-preamble): New. Users can redefine this to
5122 customize what goes before the document body. Currently it
5123 outputs title, author and email, date and toc.
5124 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5125 (org-odt-format-date): Renamed from
5126 `org-odt-iso-date-from-org-timestamp'. Also added an
5127 additional param for format string.
5128 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5129 `org-odt-format-date'.
5131 2012-01-03 Bastien Guerry <bzg@gnu.org>
5133 * org.el (org-at-drawer-p): New function.
5134 (org-end-of-line): Use it.
5136 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5138 * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5139 Controls the method in which noweb references are expanded.
5140 (org-babel-expand-noweb-references): Bring back the option for
5141 regexp-based noweb expansion.
5143 2012-01-03 Bastien Guerry <bzg@gnu.org>
5145 * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5146 with only one digit for the hours.
5148 2012-01-03 Bastien Guerry <bzg@gnu.org>
5150 * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5151 when ticking the checkbox of the first item.
5153 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5155 * org-list.el (org-list-write-struct): Add an optional
5156 argument for structure changes happening outside the function.
5158 * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5159 item of a sub-list should toggle check-box presence of every
5160 item in the same sub-list. Also fix check-box insertion on a
5163 2012-01-03 Bastien Guerry <bzg@gnu.org>
5165 * org-agenda.el (org-agenda-filter-preset): New alias.
5166 (org-agenda-filter-by-category): New command.
5167 (org-agenda-mode-map): Add the new command.
5168 (org-agenda-custom-commands-local-options): Add category
5170 (org-agenda-mark-filtered-text): Mark both tag and filter
5172 (org-agenda-category-filter-preset): New variable.
5173 (org-finalize-agenda, org-agenda-redo)
5174 (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5175 both category and tag filters.
5176 (org-agenda-filter-show-all-tag): Rename from
5177 `org-agenda-filter-by-tag-show-all'.
5178 (org-agenda-filter-show-all-cat): New function.
5179 (org-agenda-set-mode-name): Show the category filter in the
5182 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5184 * org-bbdb.el (org-bbdb-old): New variable.
5185 (org-bbdb-store-link, org-bbdb-open): Check for
5187 (org-bbdb-open-old, org-bbdb-open-new): New functions.
5189 2012-01-03 Bastien Guerry <bzg@gnu.org>
5191 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5192 Remove deleted function `org-encode-for-stdout'.
5194 2012-01-03 Bastien Guerry <bzg@gnu.org>
5196 * org.el (org-check-dates-range): New command.
5197 (org-sparse-tree): Use it.
5199 2012-01-03 Bastien Guerry <bzg@gnu.org>
5201 * org-agenda.el (org-agenda-write): Rename from
5203 (org-agenda-mode-map, org-agenda-menu)
5204 (org-batch-store-agenda-views): Use new name
5207 2012-01-03 Bastien Guerry <bzg@gnu.org>
5209 * org.el (org-loop-over-headlines-in-active-region): Fix
5211 (org-todo, org-deadline, org-schedule): Honor the 'start-level
5212 value of `org-loop-over-headlines-in-active-region'.
5214 2012-01-03 Bastien Guerry <bzg@gnu.org>
5216 * org-archive.el (org-archive-subtree)
5217 (org-archive-to-archive-sibling, org-toggle-archive-tag):
5218 Bugfix: use 'region-start-level.
5220 2012-01-03 Bastien Guerry <bzg@gnu.org>
5222 * org.el (org-show-context): Complete docstring.
5224 2012-01-03 Bastien Guerry <bzg@gnu.org>
5226 * org-agenda.el (org-agenda-filter-by-tag): Use
5227 `read-char-exclusive' instead of `read-char'.
5229 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5231 * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5234 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5236 * org-clock.el (org-clock-in, org-clock-find-position): Remove
5237 erraneous space in regexp.
5239 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5241 * org-odt.el (org-odt-lib-dir): Add docstring.
5242 (org-odt-data-dir): New variable. Use this variable to
5243 control the locations from which the ODT exporter picks the
5244 OpenDocument styles and schema files from. Set this variable
5245 explicitly only if the in-built heuristics for locating the
5247 (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5248 variables. Pay specific attention to (eval-when-compile ...)
5249 form through which Makefile's $(datadir) - contained in
5250 `org-odt-data-dir' - gets compiled in as a "hard coded"
5252 (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5255 2012-01-03 Bastien Guerry <bzg@gnu.org>
5257 * org-archive.el (org-archive-subtree)
5258 (org-archive-to-archive-sibling, org-toggle-archive-tag)
5259 (org-archive-set-tag): Handle the 'start-level value for
5260 `org-loop-over-headlines-in-active-region'.
5262 2012-01-03 Bastien Guerry <bzg@gnu.org>
5264 * org.el (org-scan-tags): New parameter `start-level' to scan only
5265 through headlines of that level.
5266 (org-map-entries): New allowed value `region-start-level' for
5267 the `scope' parameter, to allow scanning through headlines of
5268 the same level than the first headline in the region.
5269 (org-loop-over-headlines-in-active-region): New allowed value
5272 2012-01-03 Bastien Guerry <bzg@gnu.org>
5274 * org-archive.el (org-archive-subtree)
5275 (org-archive-to-archive-sibling, org-archive-set-tag)
5276 (org-toggle-archive-tag): Allow to loop over the active region by
5277 using `org-loop-over-headlines-in-active-region'.
5279 2012-01-03 Bastien Guerry <bzg@gnu.org>
5281 * org.el (org-todo): Allow to loop over the active region by
5282 using `org-loop-over-headlines-in-active-region'.
5284 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5286 * ob.el (org-babel-expand-noweb-references): Rather than using
5287 a pure regexp solution to resolve noweb references, actually
5288 check the information of every code block in the buffer. This
5289 will cause a slowdown in noweb reference expansion, but is
5290 necessary for correct behavior.
5292 2012-01-03 Bastien Guerry <bzg@gnu.org>
5294 * org.el (org-map-continue-from): Fix typo in docstring.
5296 2012-01-03 Bastien Guerry <bzg@gnu.org>
5298 * org-agenda.el (org-agenda-write-buffer-name): New variable.
5299 (org-write-agenda): Use it.
5301 2012-01-03 Bastien Guerry <bzg@gnu.org>
5303 * org-exp.el (org-export-date-timestamp-format): New option to
5304 define the way a timestamp in #+DATE will be exported.
5305 (org-infile-export-plist): Use the new option.
5307 2012-01-03 Bastien Guerry <bzg@gnu.org>
5309 * org.el (org-property-re): Also match cumulating properties
5312 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5314 * org-odt.el (org-odt-styles-dir): Assume that the styles
5315 files are located under `data-directory' of Emacs distribution
5316 as etc/org/OrgOdtStyles.xml and
5317 etc/org/OrgOdtContentTemplate.xml. Also update docstring.
5318 (org-export-odt-schema-dir): Update docstring.
5320 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5322 * org-odt.el (org-odt-format-preamble): Honor following user
5323 options: author, timestamp and email.
5325 2012-01-03 Bastien Guerry <bzg@gnu.org>
5327 * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5328 for matching the end of a block.
5330 2012-01-03 Bastien Guerry <bzg@gnu.org>
5332 * org-eshell.el: New file.
5334 2012-01-03 David Maus <dmaus@ictsoc.de>
5336 * org.el (org-open-at-point): Escape link path for http:,
5337 https:, ftp:, news:, and doi: links only if the path contains
5338 space or non-ascii character.
5340 2012-01-03 Bastien Guerry <bzg@gnu.org>
5342 * org-beamer.el (org-beamer-fragile-re): Also recognize
5343 \lstinline and \verb as commands that make a frame fragile.
5345 2012-01-03 David Maus <dmaus@ictsoc.de>
5347 * org.el (org-refile-get-targets): Ignore headlines without a
5350 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5352 * ob-octave.el: Add graphical output to png file.
5354 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5356 * ob.el (org-babel-map-call-lines): Moved this file from
5357 ob-lob.el into ob.el to ease dependency pains.
5359 2012-01-03 Bastien Guerry <bzg@gnu.org>
5361 * org-publish.el (org-publish-index-generate-theindex): Use
5362 theindex.inc for storing index entries, and theindex.org for
5363 including theindex.inc.
5365 2012-01-03 Bastien Guerry <bzg@gnu.org>
5367 * org-publish.el (org-publish-index-generate-theindex): Create
5368 proper file target for index entries in subdirectories.
5370 2012-01-03 Bastien Guerry <bzg@gnu.org>
5372 * org-protocol.el (org-protocol-check-filename-for-protocol):
5373 Fix spelling mistake.
5375 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5377 * org-odt.el (org-export-odt-default-org-styles-alist): Add
5378 styles for title and subtitle.
5379 (org-odt-format-toc): New.
5380 (org-odt-format-preamble): New. Users can redefine this to
5381 customize what goes before the document body. Currently it
5382 outputs title, author and email, date and toc.
5383 (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5384 (org-odt-format-date): Renamed from
5385 `org-odt-iso-date-from-org-timestamp'. Also added an
5386 additional param for format string.
5387 (org-odt-begin-annotation, org-odt-update-meta-file): Use
5388 `org-odt-format-date'.
5390 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5392 * ob-ref.el (org-babel-ref-split-args): Now uses
5393 `org-babel-balanced-split'.
5395 2012-01-03 Bastien Guerry <bzg@gnu.org>
5397 * org-html.el (org-export-html-preamble)
5398 (org-export-html-postamble): Fix docstrings.
5399 (org-export-as-html): Insert the string used by a custom
5400 function for `org-export-html-pre/postamble'.
5402 2012-01-03 Bastien Guerry <bzg@gnu.org>
5404 * org.el (org-block-regexp)
5405 (org-heading-keyword-regexp-format)
5406 (org-heading-keyword-maybe-regexp-format): Move up to keep the
5407 byte-compiler happy.
5409 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5411 * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5413 (org-agenda-tree-to-indirect-buffer): Use the new function.
5415 2012-01-03 Bastien Guerry <bzg@gnu.org>
5417 * org-html.el (org-export-as-html): Fix bug when inserting the
5418 output of a custom function for the pre/postamble.
5420 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5422 * org-odt.el (org-odt-format-source-code-or-example): Try
5423 loading htmlfontify safely.
5425 2012-01-03 Bastien Guerry <bzg@gnu.org>
5427 * org-odt.el (require): Require htmlfontify.el only if
5428 emacs-version is greater than 23.2.
5430 2012-01-03 Bastien Guerry <bzg@gnu.org>
5432 * org-faces.el (org-agenda-calendar-event)
5433 (org-agenda-calendar-sexp): Use the default face.
5435 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5437 * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5439 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5441 * org.el (Key bindings): Remap the Outline functions from
5442 `outline-mode-prefix-map' where possible.
5444 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5446 * org-html.el (org-export-as-html): Apply
5447 `org-export-html-get-todo-kwd-class-name' to the class
5448 attribute of the todo-keyword span tag, not to its text
5451 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5453 * org-agenda.el (org-agenda-get-timestamps)
5454 (org-agenda-get-sexps): Use face for highlighting "calendar"
5457 2012-01-03 Peter Münster <pmlists@free.fr> (tiny change)
5459 * org.el (org-add-planning-info): Treat absolute time too.
5461 2012-01-03 Bastien Guerry <bzg@gnu.org>
5463 * org-table.el (org-table-transpose-table-at-point): Don't use
5466 2012-01-03 Dave Abrahams <dave@boostpro.com> (tiny change)
5468 * org-clock.el (org-clock-out-if-current): Check the clock
5471 2012-01-03 Bernt Hansen <bernt@norang.ca>
5473 * org-clock.el (org-clock-out-if-current): Fix marker in no
5474 buffer error for task state change in an indirect buffer.
5476 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
5478 * org.el (org-offer-links-in-entry): Make list when assigning
5481 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5483 * ob.el (org-babel-expand-noweb-references): Rather than
5484 collect the info from *every* block in the current buffer,
5485 simply regexp search for those blocks which appear to match
5486 the continued source name.
5488 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5490 * ob.el (org-babel-insert-result): Do not examplize wrapped
5491 scalar results, simply wrap them.
5492 (org-babel-result-end): Find the end of results wrapped in a
5495 2012-01-03 Bastien Guerry <bzg@gnu.org>
5497 * org.el (org-todo-yesterday): When called from the agenda,
5498 use `org-agenda-todo-yesterday' instead.
5500 2012-01-03 Bastien Guerry <bzg@gnu.org>
5502 * org-table.el (org-table-transpose-table-at-point): New command.
5504 2012-01-03 Bastien Guerry <bzg@gnu.org>
5506 * org-html.el (org-export-html-headline-anchor-format): New
5508 (org-html-level-start): Use the new option.
5510 2012-01-03 Rob Giardina <rob@giardina.us> (tiny change)
5512 * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5515 2012-01-03 Christian Moe <mail@christianmoe.com> (tiny change)
5517 * org-special-blocks.el
5518 (org-special-blocks-convert-html-special-cookies): Close
5519 paragraph before opening or closing the <div>, and open
5520 paragraph after. Also changed newline placement to be the same
5521 as for other blocks.
5523 2012-01-03 Roberto Huelga <rhuelga@gmail.com>
5525 * org-clock.el (org-program-exists): Make the function
5526 compatible with darwin systems.
5528 2012-01-03 David Maus <dmaus@ictsoc.de>
5530 * org-exp.el (org-export-normalize-links): Mark bracket links
5531 before normalization to avoid erroneous normalization of
5534 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
5536 * org-odt.el (org-odt-data-dir): Removed.
5537 (org-odt-styles-dir, org-export-odt-schema-dir): New
5540 * org-odt.el, org-lparse.el: New files.
5542 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5544 * org-capture.el (org-capture-set-target-location): Set the
5545 capture default time also to the prompt time.
5547 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5549 * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
5550 and #+results lines during preprocess.
5552 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5554 * ob-picolisp.el (ob-comint): Required.
5557 (run-picolisp): Declared.
5558 (org-babel-execute:picolisp): Capture free variable, and replace
5559 function from cl-extra with core function.
5561 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5563 * ob-picolisp.el: New file.
5565 * org.el (org-babel-load-languages): Add Pico Lisp to the list
5566 of supported code block languages.
5568 2012-01-03 Eric Schulte <eric.schulte@gmx.com>
5570 * org-bibtex.el (org-bibtex): Now catches bibtex errors and
5571 directs the user to the location of the error.
5573 2012-01-03 Bastien Guerry <bzg@gnu.org>
5575 * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
5577 2012-01-03 Bastien Guerry <bzg@gnu.org>
5579 * ob.el (org-babel-execute-src-block): Fix typo.
5581 2012-01-03 Bastien Guerry <bzg@gnu.org>
5583 * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
5585 2012-01-03 Bastien Guerry <bzg@gnu.org>
5587 * org.el (org-link-unescape, org-link-unescape-compound): Fix
5588 two typos in docstrings.
5590 2012-01-03 Thomas Dye <dk@poto.local>
5592 * ob-R.el: Added tikzDevice support.
5594 2012-01-03 David Maus <dmaus@ictsoc.de>
5596 * org.el (org-clone-subtree-with-time-shift): Remove clocking
5597 information and empty drawers when preparing a clone.
5599 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5601 * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
5602 `org-export-blocks-postblock-hook'.
5604 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5606 * ob.el (org-babel-hide-result-toggle): Skip over header
5607 argument lines when toggling named code block visibility.
5609 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5611 * org-exp.el (org-export-grab-title-from-buffer): Don't
5612 license to kill text inside blocks when getting a title.
5614 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5616 * ob.el (org-babel-confirm-evaluate): Adding support for new
5617 range of :eval header arguments.
5619 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5621 * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
5622 during export when eval is set to "non-export".
5624 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5626 * ob-ref.el (org-babel-update-intermediate): New custom
5628 (org-babel-ref-resolve): Optionally update the in-buffer results
5629 of code blocks which are evaluated to resolve references.
5631 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5633 * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
5634 split string when a character appears on either side of the
5636 (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
5638 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5640 * org.el (org-reduce): Added a less functional Org-mode copy of
5641 the cl reduce function.
5643 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5645 * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
5646 "name" as a valid keyword that can preceed a block.
5648 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5650 * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
5651 in-verbatim check to inline code blocks, do lob code blocks as
5654 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5656 * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
5658 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5660 * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
5661 that partial names are not matched.
5662 (org-babel-named-data-regexp-for-name): Ensure that partial names
5665 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5667 * ob-ref.el (org-babel-ref-resolve): Search for named code
5668 blocks before named data.
5670 * ob.el (org-babel-named-data-regexp-for-name): New function for
5673 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5675 * ob.el (org-babel-insert-result): Gracefully handle results
5676 which are neither lists nor strings.
5678 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5680 * ob-ref.el (org-babel-ref-resolve): Don't change location when
5681 looking at the contents.
5683 2012-01-03 Milan Zamazal <pdm@zamazal.org>
5685 * org.el (org-set-outline-overlay-data): Use
5686 outline-flag-region to make a region invisible. This ensures
5687 all necessary actions, especially adding
5688 isearch-open-invisible property, are applied.
5690 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5692 * ob-lob.el (org-babel-in-example-or-verbatim): Fix
5693 compilation warning.
5695 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5697 * ob.el (org-babel-find-named-result): Downcase "name" before
5700 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5702 * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
5703 (org-babel-lisp-vector-to-list): Fixed typo.
5705 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5707 * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
5708 execution contexts (e.g., call lines) look like commented
5711 * ob.el (org-babel-get-src-block-info): Empty match string doesn't
5713 (org-babel-process-params): Always process parameters, even if
5714 you don't to table splitting.
5716 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5718 * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
5720 * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
5722 (org-babel-inline-lob-one-liner-regexp): Updated regular
5725 * ob-ref.el (org-babel-ref-resolve): Notice when something that
5726 looks like a data results may actually be a code block.
5728 * ob-table.el: Updated documentation.
5730 * ob.el (org-babel-src-name-regexp): Simplified regexp.
5731 (org-babel-get-src-block-info): Updated match strings.
5732 (org-babel-data-names): Simplified acceptable names.
5733 (org-babel-find-named-block): Indentation.
5734 (org-babel-find-named-result): Updated to not return a code block
5737 * org.el (org-fontify-meta-lines-and-blocks-1): Removing
5738 references to old syntactic elements.
5739 (org-additional-option-like-keywords): Removing references to
5740 old syntactic elements.
5742 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5744 * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
5745 and `buffer-substring'.
5747 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5749 * org-agenda.el (org-agenda-get-todos): Prevent an error when
5750 encountering tasks with only the TODO keyword.
5752 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5754 * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
5755 environment when at an item or an headline, but allow LaTeX
5757 (org-cycle): Try to call `cdlatex-tab' before cycling item's or
5758 headline's visibility, in order to catch LaTeX fragments within.
5760 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5762 * org-exp-blocks.el (org-export-blocks-preprocess): Require a
5763 newline and spaces before a code block.
5765 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5767 * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
5768 over all call lines in a buffer.
5770 * ob.el (org-babel-execute-buffer): Execute call lines when
5771 executing an entire buffer.
5773 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5775 * ob.el (org-babel-process-params): Don't disassemble tables
5778 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5780 * org-clock.el (org-clock-in, org-clock-find-position): Make space
5781 after date optional.
5783 * org.el (org-set-regexps-and-options)
5784 (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
5785 (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
5787 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5789 * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
5790 inside a verbatim block.
5792 * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
5795 2012-01-03 Litvinov Sergey <slitvinov@gmail.com>
5797 * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
5798 (org-babel-maxima-expand): Add input variables and graphic output.
5799 (org-babel-execute:maxima): Add input variables and graphic output.
5800 (org-babel-maxima-var-to-maxima): Add input variables and graphic
5802 (org-babel-maxima-graphical-output-file): Add input variables and
5804 (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
5807 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5809 * ob-fortran.el: New file. Adding support for Fortran code blocks.
5810 * org.el (org-babel-load-languages): Adding fortran to this list.
5812 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5814 * org-footnote.el (org-footnote-new): Cannot insert an inline
5815 footnote at beginning of line anymore.
5816 (org-footnote-at-reference-p): Don't recognize inline footnotes at
5819 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5821 * org.el (org-set-font-lock-defaults): Fix small error in matching
5822 group that prevented fontification of keywords like
5823 org-comment-string and stars in headlines.
5825 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5827 * org.el (org-catch-invisible-edits): New option.
5828 (org-self-insert-command, org-delete-backward-char)
5829 (org-delete-char): Call `org-check-before-invisible-edit'.
5830 (org-check-before-invisible-edit): New function.
5832 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com>
5834 * org-exp.el (org-solidify-link-text): Respect
5835 org-export-with-tags when forming the export title during subtree
5838 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5840 * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
5841 (org-heading-keyword-maybe-regexp-format): Globalize variables so
5842 they are accessible even in buffers not in Org mode.
5844 2012-01-03 David Maus <dmaus@ictsoc.de>
5846 * org.el (org-insert-link): Don't use default-description if a
5847 `org-make-link-description-function' is defined.
5849 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5851 * org.el (org-set-regexps-and-options): Use property blocks for
5852 multi-line properties.
5854 2012-01-03 Bastien Guerry <bzg@gnu.org>
5856 * org.el (org-self-insert-command): Don't throw an error when
5857 editing takes place at the first point of the buffer.
5859 2012-01-03 Bastien Guerry <bzg@gnu.org>
5861 * org.el (org-self-insert-command): Unfold invisible region at
5862 point or right before point when editing.
5864 2012-01-03 Bastien Guerry <bzg@gnu.org>
5866 * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
5869 2012-01-03 Bastien Guerry <bzg@gnu.org>
5871 * org-html.el (org-html-expand): Prevent a nil value for STRING to
5872 return an error, just return nil.
5874 2012-01-03 Bastien Guerry <bzg@gnu.org>
5876 * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
5877 character in the #+LaTeX_CLASS option.
5879 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5881 * org-footnote.el (org-footnote-at-reference-p)
5882 (org-footnote-at-definition-p): Don't store text-properties of
5883 footnote definitions.
5885 2012-01-03 Bastien Guerry <bzg@gnu.org>
5887 * org-html.el (org-export-as-html): Convert special characters in
5888 meta tag "author", "date", "keyword" and "description".
5890 2012-01-03 Bastien Guerry <bzg@gnu.org>
5892 * org-capture.el (org-capture-before-finalize-hook): Docstring
5893 improvement: mention that the buffer is widened when this hook is
5896 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5898 * org-html.el (org-export-as-html): Make sure the div for preamble
5899 is not inserted when the preamble is empty.
5901 2012-01-03 Sebastien Vauban <sva@mygooglest.com>
5903 * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
5904 for filtering (shown in the mode-line).
5906 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5908 * ob.el (org-babel-parse-multiple-vars): Trimming excess white
5909 space from split variables.
5911 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5913 * org.el (org-link-search): Add an optional argument preventing
5914 function from revealing context around match.
5916 2012-01-03 Bastien Guerry <bzg@gnu.org>
5918 * org-agenda.el (calendar-check-holidays): Declare function.
5920 2012-01-03 Bastien Guerry <bzg@gnu.org>
5922 * org.el (org-return): Fix bug when matching the face property
5923 before following a link.
5925 2012-01-03 Matt Lundin <mdl@imapmail.org>
5927 * org-agenda.el (org-class): Fix holidays symbol in org-class.
5928 This was resulting in an "Bad sexp..." warning.
5930 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5932 * org.el (org-scan-tags): Also remember
5933 `org-complex-heading-regexp' in a property.
5935 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5937 * org-latex.el (org-export-as-latex): Turn off auto-insert and set
5938 TeX-master to t when creating new TeX buffers.
5940 * org-docbook.el (org-export-as-docbook): Turn off auto-insert
5941 when creating new buffers.
5943 * org-html.el (org-export-as-html): Turn off auto-insert
5944 when creating new buffers.
5946 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5948 * org-table.el (org-table-formula-handle-first/last-rc): Do not
5949 expand pointers to first/last row/column that are inside a call to
5951 (org-table-get-remote-range): Expand pointers to first/last
5954 2012-01-03 Michael Sperber <sperber@deinprogramm.de> (tiny change)
5956 * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
5957 compatibility issue when creating an indirect buffer.
5959 2012-01-03 Christophe Rhodes <csr21@cantab.net>
5961 * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
5962 the same way than LATEX_CLASS.
5964 2012-01-03 Bastien Guerry <bzg@gnu.org>
5966 * org.el (org-return): Check the presence of the 'org-link face
5967 even in contexts where there is more than one face.
5969 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5971 * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
5972 argument names which should be inherited.
5974 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5976 * org.el (org-in-block-p): Return matched name of block, if any.
5977 It can be useful when a list of block names is provided as
5980 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
5982 * org-docbook.el (org-export-as-docbook): Fix regexp.
5984 * org-html.el (org-export-as-html): Fix regexp.
5986 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
5988 * org-agenda.el (org-class): Allow holidays to be skipped.
5990 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
5992 * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
5994 2012-01-03 Peter Münster <pmrb@free.fr> (tiny change)
5996 * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
5997 strings before calling `string-match'.
5999 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6001 * org-footnote.el (org-footnote-at-reference-p)
6002 (org-footnote-at-definition-p): Remove text-properties from label.
6004 2012-01-03 Bastien Guerry <bzg@gnu.org>
6006 * org-html.el (org-export-as-html): Add a "title" meta tag.
6008 2012-01-03 Bastien Guerry <bzg@gnu.org>
6010 * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6011 entries to pass to `org-agenda-get-day-entries' and allow to
6012 filter out entries using a function.
6014 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6016 * org-agenda.el: Fix small display bug.
6018 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6020 * org.el (org-set-regexps-and-options): Fix small bug introduced
6021 by commit dfcb6faef11a2439b56b18a6289803361d402130.
6023 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6025 * org-agenda.el (org-search-view): Simplify regexp.
6026 (org-agenda-get-todos): Use new format string.
6028 * org-archive.el (org-archive-all-done): Simplify regexp.
6030 * org-ascii.el (org-export-as-ascii): More accurate regexp.
6032 * org-colview.el (org-columns-capture-view): Use new format string
6035 * org-docbook.el (org-export-as-docbook): More accurate
6036 regexp. Also use new regexp to match generic headlines.
6038 * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6039 regexp. Also use new regexp to match generic headlines.
6041 * org-html.el (org-export-as-html): More accurate regexp.
6042 Also use new regexp to match generic headlines.
6044 * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6045 and now erroneous function.
6047 * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6049 (org-set-regexps-and-options): Create regexps according to the
6050 following rule: use spaces only to separate elements from an headline,
6051 while allowing mixed tabs and spaces for any indentation job.
6052 (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6053 (org-set-font-lock-defaults): Fontify again headlines with a keyword
6054 and no other text. Use new format strings.
6055 (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6056 (org-toggle-fixed-width-section): Use new format string.
6057 (org-todo): More accurate regexps.
6058 (org-point-at-end-of-empty-headline): Simplify regexp.
6059 (org-insert-heading): Headline can sometimes be nil.
6061 2012-01-03 David Maus <dmaus@ictsoc.de>
6063 * org-agenda.el (org-agenda-bulk-action): Bind
6064 `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6067 2012-01-03 David Maus <dmaus@ictsoc.de>
6069 * org.el (org-deadline, org-schedule): Skip invisible headlines when
6070 mapping over headlines in active region.
6072 2012-01-03 David Maus <dmaus@ictsoc.de>
6074 * org.el (org-loop-over-headlines-in-active-region):
6075 New customization variable. Loop over headlines in active region.
6076 (org-schedule, org-deadline): Apply to headlines in region depending
6077 on new customization variable.
6079 2012-01-03 David Maus <dmaus@ictsoc.de>
6081 * org.el (org-map-entries): Immediately return if scope is 'region
6082 but no region is active.
6084 2012-01-03 David Maus <dmaus@ictsoc.de>
6086 * org.el (org-map-entries): Extend scope 'region to include entire
6087 body of last headline in active region.
6089 2012-01-03 Bastien Guerry <bzg@gnu.org>
6091 * org-src.el (org-edit-src-code): Fix typo-bug.
6093 2012-01-03 Bastien Guerry <bzg@gnu.org>
6095 * org.el (org-format-agenda-item, org-scan-tags):
6096 Rename `org-format-agenda-item' to `org-agenda-format-item'.
6098 2012-01-03 Bastien Guerry <bzg@gnu.org>
6100 * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6101 silent byte-compiler.
6103 2012-01-03 Bastien Guerry <bzg@gnu.org>
6105 * org.el: Declare external function `cdlatex-compute-tables'.
6107 2012-01-03 Bastien Guerry <bzg@gnu.org>
6109 * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6110 when matching #+LaTeX_CLASS.
6112 2012-01-03 Rafael Laboissiere <rafael@laboissiere.net> (tiny change)
6114 * org.el (org-link-search-must-match-exact-headline): Fix typos.
6116 2012-01-03 Bastien Guerry <bzg@gnu.org>
6118 * org-latex.el (org-export-latex-make-header): Add some hyperref
6121 2012-01-03 Kai Tetzlaff <kai.tetzlaff@web.de> (tiny change)
6123 * org-publish.el (org-publish-file): Added 'eval'ing the value of
6124 the :publishing-directory property before using it as destination
6125 of the publishing project. This allows to construct the publish
6126 destination directory dynamically at run-time using the return
6127 value of a function.
6129 2012-01-03 Bastien Guerry <bzg@gnu.org>
6131 * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6133 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6135 * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6137 (org-agenda-date-later): Improve the logical structure.
6139 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6141 * ob-calc.el (featurep): Require calc-store.
6143 * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6146 * org-compat.el (fboundp): Support for XEmacs.
6148 * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6150 * org-footnote.el (org-footnote-re): Optimize macro processing.
6152 * org.el (org-set-autofill-regexps): Xemacs compatibility.
6154 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6156 * ob.el (org-babel-balanced-split): Balance both [] and ()
6158 (org-babel-parse-header-arguments): Be sure to replace removed ":"
6161 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6163 * ob.el (org-babel-parse-header-arguments): Quick fix for a
6166 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6168 * ob.el (org-babel-params-from-properties): Now splits
6169 multiple var arguments behind a single ":var".
6170 (org-babel-balanced-split): Separated balanced splitting of
6171 strings out into a new function.
6172 (org-babel-parse-multiple-vars): Splits multiple var arguments
6173 behind a single ":var".
6175 2012-01-03 Bastien Guerry <bzg@gnu.org>
6177 * org.el: Remap `outline-promote' and `outline-demote' keys to
6178 `org-promote-subtree' and `org-demote-subtree'.
6180 2012-01-03 Leo Liu <sdl.web@gmail.com>
6182 * org-agenda.el (org-agenda-do-context-action): Check if marker is
6185 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6187 * org-agenda.el (org-agenda-date-later): Fix shifting of date
6190 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6192 * ob.el: Removing `org-babel-params-from-buffer' and
6193 #+PROPERTIES: entirely.
6195 * ob-exp.el (org-babel-exp-src-block): Removing
6196 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6198 * ob-lob.el (org-babel-lob-execute): Removing
6199 `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6201 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6203 * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6204 lines in favor of general #+PROPERTIES: lines.
6206 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6208 * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6211 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6213 * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6214 update the internal cdlatex tables.
6216 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6218 * ob-sql.el (org-babel-execute:sql): Respect literal-results
6221 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6223 * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6224 code block colname and rowname handling.
6226 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6228 * org-publish.el (org-publish-cache-file-needs-publishing):
6229 Fix regexp to not inlcude newlines.
6231 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6233 * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6236 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6238 * org.el (org-fontify-entities): Match entities before
6239 numbers, as in `\sim2'.
6241 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6243 * org-agenda.el (org-agenda-date-later): Make pushing forward
6244 a past date to jump immedialtely to today.
6246 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6248 * org-exp.el (org-store-forced-table-alignment): Parse the
6249 column cookie for both alignment and width
6250 specification. Store the resulting value in `org-col-cookies'
6251 property. Retire the previously used `org-forced-aligns'
6252 property for consistency. Renamed local variable `aligns' to
6255 * org-html.el (org-format-org-table-html): Use
6256 `org-col-cookies'. Renamed local variable forced-aligns to
6259 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6261 * org.el (org-latex-to-mathml-jar-file)
6262 (org-latex-to-mathml-convert-command): New user-customizable
6264 (org-format-latex-mathml-available-p, org-create-math-formula)
6265 (org-format-latex-as-mathml): New functions.
6266 (org-format-latex): Add a new local variable block-type that notes
6267 the nature of the equation - inline or display. Associate it's
6268 value to `org-latex-src-embed-type' property of dvipng links. Add
6269 mathml as new processing type.
6271 2012-01-03 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6273 * org.el (org-refile): Add tree name to prompt.
6275 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6277 * org-latex.el (org-export-latex-tables): Honor
6278 `org-export-latex-table-caption-above'
6279 (org-export-latex-table-caption-above): New option.
6281 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6283 * ob.el (org-babel-insert-header-arg): Now including language
6284 specific header arg values in insertion options.
6286 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6288 * ob.el (org-babel-insert-header-arg): Fixed typo.
6290 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
6292 * org-exp.el (org-export-number-lines): Modified. Add a new
6293 parameter `preprocess' and use this for backend-agnostic
6294 handling of literal examples.
6296 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6298 * org.el (org-match-substring-regexp)
6299 (org-match-substring-with-braces-regexp): Allow subscripts and
6300 superscripts to start at beginning of line.
6302 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6304 * ob.el (org-babel-common-header-args-w-values): New variable to
6305 hold common header arguments and their default values.
6306 (org-babel-header-arg-names): Redefined using the new common
6307 header arg variable.
6308 (org-babel-insert-header-arg): New function to help when inserting
6311 2012-01-03 David Maus <dmaus@ictsoc.de>
6313 * org-html.el (org-html-handle-links): Remove unnecessary
6314 protection markers when publishing link in default format.
6316 2012-01-03 Pieter Praet <pieter@praet.org> (tiny change)
6318 * org-crypt.el (org-crypt-check-auto-save): New function, see
6321 * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6322 check out into a separate function, and call it at a later
6323 point, to assure it only runs when visiting an encrypted
6326 2012-01-03 John J Foerch <jjfoerch@earthlink.net> (tiny change)
6328 * org.el (org-log-note-headings): Document new %d and %D
6330 (org-store-log-note): Implement new %d and %D escapes.
6332 2012-01-03 Dave Abrahams <dave@boostpro.com>
6334 * org-agenda.el (org-agenda-follow-indirect): New option.
6335 (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6337 (org-agenda-do-context-action): Also do indirect follow mode
6340 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6342 * ob-table.el (sbe): Fix typo in new sbe specification.
6344 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6346 * ob-table.el (sbe): If first variable is a string and not a
6347 cons cell, then interpret it as a string of header arguments
6348 to be passed to the code block.
6350 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6352 * ob-shen.el (shen-eval-defun): Declare external function.
6353 (org-babel-execute:shen): Move requirement of inf-shen into
6354 the function in which it is used to fix build error.
6356 * ob-shen.el: New file.
6358 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6360 * org.el (org-open-at-point): Make `org-open-at-point' only
6361 ask once about creating a new headline.
6363 2012-01-03 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
6365 * org.el (org-refile-targets): Elaborated the documentation of
6366 the variable as suggested by Dave Abrahams.
6368 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6370 * org.el (org-align-tags-here): Allow tags to be placed right
6372 (org-tags-column): Document the meaning of tags column 0.
6374 2012-01-03 Niels Giesen <niels.giesen@gmail.com>
6376 * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6377 in agenda if start day is same as end day.
6379 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6381 * org.el (org-refile-get-location): Ignore errors when
6382 collection heading to be excluded.
6384 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6386 * org-special-blocks.el
6387 (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6388 strict problems by not enclosing special blocks in paragraph tags.
6390 2012-01-03 Bernt Hansen <bernt@norang.ca>
6392 * org-html.el (org-export-as-html): Check string-match
6394 (org-html-handle-time-stamps): Check string-match argument.
6396 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6399 (org-agenda-skip-additional-timestamps-same-entry): Change
6402 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6404 * org.el (org-time-string-to-time):
6405 (org-time-string-to-absolute): Add optional arguments BUFFER and
6406 POS for error reporting.
6408 * org-agenda.el (org-get-all-dates):
6409 (org-agenda-get-timestamps, org-agenda-get-deadlines)
6410 (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6411 stamp parsing functions with information on where the
6412 timestamp was taken from.
6414 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6416 * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6417 after `show-all' in indirect buffer.
6419 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6421 * org-list.el (org-list-parents-alist): When no parent is found
6422 for an item, set it as the closest less indented item above. If
6423 none is found, make it a top level item.
6424 (org-list-write-struct): Externalize code.
6425 (org-list-struct-fix-item-end): New function.
6426 (org-list-struct): Remove a now useless fix.
6428 * org.el (org-ctrl-c-ctrl-c): Use new function.
6430 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6432 * org.el (org-end-of-line): When on an item, move point at the
6433 end of the line, but before any hidden text. Thus, it's still
6434 possible to use commands, like `C-c C-c', acting at
6435 items. This is still disabled if `org-special-ctrl-a/e'
6438 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6440 * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6442 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6444 * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6447 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6449 * org-footnote.el (org-footnote-at-definition-p): Remove
6452 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6454 * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6455 is at a real footnote reference or definition before
6458 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6460 * org-footnote.el (org-footnote-goto-definition): This patch
6461 makes sure the function says when a definition has been
6462 found. Thus, moving from the reference to the definition
6463 doesn't offer to create the latter again.
6465 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6467 * org-footnote.el (org-footnote-create-definition):
6468 Explicitely move point after tag, if it has just been
6471 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6473 * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6474 names on Windows systems.
6476 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6478 * org-footnote.el (org-footnote-create-definition): When the
6479 tag is missing, it is created before any existing footnote, or
6480 at end of buffer. In the latter case, the marker pointing at
6481 the position where the new footnote is going to be inserted
6482 (at end of buffer) stays before the tag. This patch makes
6483 sure that the marker will be kept after the tag.
6485 2012-01-03 Eli Zaretskii <eliz@gnu.org>
6487 * org.el (org-mode): Force left-to-right paragraphs in Org
6488 buffers. For a related discussions, see
6489 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6491 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6493 * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6496 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6498 * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6501 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6503 * org-bibtex.el (org-bibtex-type-property-name): Configurable
6504 property name for bibtex entry types.
6505 (org-bibtex-headline): Use new configurable property name.
6506 (org-bibtex-check): Use new configurable property name.
6507 (org-bibtex-create): Use new configurable property name.
6508 (org-bibtex-write): Use new configurable property name.
6510 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6512 * org.el (org-paste-subtree): Remove unnecessary `concat'.
6514 2012-01-03 Bastien Guerry <bzg@gnu.org>
6516 * org.el (org-paste-subtree): Remove useless (concat ...).
6518 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6520 * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6521 characterp with integerp (which should work w/Emacs22).
6523 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6525 * org-footnote.el (org-footnote-at-definition-p): Context must
6526 be valid at the beginning of line, not at point.
6528 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6530 * ob-tangle.el (org-babel-tangle-collect-blocks): Better
6531 delimiting of Org-mode text preceding a code block.
6533 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6535 * ob.el (org-babel-get-src-block-info): Fixing bug,
6536 accidentally deleted variable values.
6538 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6540 * ob-tangle.el (org-babel-process-comment-text): Customizable
6541 function to process comment text.
6542 (org-babel-tangle-collect-blocks): Make use of new
6543 customizable processing function.
6544 (org-babel-spec-to-string): Call customizable function rather than
6547 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6549 * ob-R.el (org-babel-execute:R): Collect and pass along the
6551 (org-babel-R-evaluate): Accept result-params and if "scalar" or
6552 "verbatim" don't process output.
6553 (org-babel-R-evaluate-session): Accept result-params and if
6554 "scalar" or "verbatim" don't process output.
6556 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6558 * ob.el (org-babel-merge-params): Differentiate between result
6561 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6563 * ob.el (org-babel-get-src-block-info): Check that
6564 functional-syntax variables are initialized.
6566 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6568 * ob.el (org-babel-check-src-block): Adding a note for a
6571 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6573 * org-exp.el (org-export): Restore point when exporting a subtree.
6575 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6577 * ob.el (org-babel-parse-src-block-match): More robust to code
6578 blocks with empty bodies.
6580 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6582 * ob.el (org-babel-parse-src-block-match): Don't error on empty
6585 2012-01-03 David Maus <dmaus@ictsoc.de>
6587 * org.el (org-open-at-point): Unescape plain link.
6589 2012-01-03 David Maus <dmaus@ictsoc.de>
6591 * org-html.el (org-html-handle-links): Remove unnecessary link
6594 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6596 * ob.el (org-babel-merge-params): Better error message for
6597 unassigned variables.
6599 2012-01-03 Christian Egli <christian.egli@alumni.ethz.ch>
6601 * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
6602 buffer local variables to the temporary buffer before
6605 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6607 * org-exp.el (org-export-select-backend-specific-text): Only
6608 remove commas on the front line of a code block.
6610 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6612 * ob.el (org-babel-demarcate-block): Copy headers and indent to
6613 column of point when a block is split.
6615 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6617 * ob.el (org-babel-insert-result): Corrected file insertion
6620 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6622 * org-footnote.el (org-footnote-in-valid-context-p): No
6623 footnote in latex fragments.
6625 2012-01-03 Martin Rudalics <rudalics@gmx.at>
6627 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
6628 argument from `pop-to-buffer-same-window' call.
6630 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6632 * ob-R.el (org-babel-R-evaluate-session): Improve prompt
6635 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6637 * org-inlinetask.el (org-inlinetask-goto-end): Small
6640 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6642 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6644 (org-babel-asymptote-table-to-array): Removed function.
6646 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6648 * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6649 recognize non-nested lists as uni-dimensional arrays.
6651 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6653 * ob.el (org-babel-params-from-properties): Don't check for
6654 header arguments in properties with leading ":"s.
6656 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6658 * org-inlinetask.el (org-inlinetask-goto-end): Correctly
6659 detect the end of an inlinetask when the next one starts
6660 immediately after the current one. Also, return position of
6663 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6665 * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
6668 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6670 * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
6671 floats are asymptote reals.
6673 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6675 * ob-asymptote.el (org-babel-asymptote-table-to-array):
6676 Require a new argument TYPE specifying the detected type of
6677 array. If it's a string array, make sure every element is
6678 returned as a string. Also improve doc-string.
6679 (org-babel-asymptote-var-to-asymptote): Fill new argument.
6681 (org-babel-asymptote-define-type): Rewrite to avoid stopping
6682 search at first float found, as strings have precedence over
6685 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6687 * org-footnote.el (org-footnote-normalize): Be sure to separate
6688 the last footnote definition from the rest of the buffer.
6690 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6692 * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
6695 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6697 * org.el (org-latex-regexps): Allow matching latex fragments
6698 of type "$" and "$1" at beginning of line.
6700 2012-01-03 Bastien Guerry <bzg@gnu.org>
6702 * org-agenda.el (org-search-view, org-agenda-get-todos)
6703 (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
6704 `category-pos' in let construct.
6706 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6708 * org-footnote.el (org-footnote-get-definition): The function has
6709 to widen buffer if definition has not been found in the current
6710 narrowed part. Be sure to restore that restriction once the
6711 definition is found.
6713 2012-01-03 Michal Sojka <sojka@os.inf.tu-dresden.de> (tiny change)
6715 * org-icalendar.el (org-print-icalendar-entries): Make alarm
6716 duration RFC5545 compliant.
6718 2012-01-03 Bastien Guerry <bzg@gnu.org>
6720 * org-agenda.el (org-agenda-get-timestamps)
6721 (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
6722 the `org-category-pos' property.
6724 2012-01-03 Bastien Guerry <bzg@gnu.org>
6726 * org-html.el (org-export-html-divs): Improve docstring.
6728 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6730 * org-table.el (org-table-fix-formulas): Throw error when
6731 changing formula leads to an invalid formula.
6733 2012-01-03 Bastien Guerry <bzg@gnu.org>
6735 * org.el (org-archive-location): Minor docstring fix.
6737 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6739 * org.el (org-block-todo-from-checkboxes):
6740 `org-list-search-forward' should be used when looking for an
6741 item, as it filters out contexts where match couldn't be in a
6742 list. Also use a correct item regexp, taking into account
6743 alphabetical ordered lists and counters.
6745 2012-01-03 Bastien Guerry <bzg@gnu.org>
6747 * org-html.el (org-html-make-link): Minor fix to the
6750 2012-01-03 Suvayu Ali <fatkasuvayu+linux@gmail.com> (tiny change)
6752 * org-inlinetask.el (org-inlinetask): New customizable face
6755 2012-01-03 Bastien Guerry <bzg@gnu.org>
6757 * org-agenda.el (org-agenda-get-todos): Properly set
6760 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6762 * org-list.el (org-list-struct-apply-struct): Don't use
6763 (copy-marker (point)) instead of (point-marker).
6765 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6767 * ob.el (org-babel-where-is-src-block-result): Don't try to
6768 resolve variables when simply checking if we're inside of a
6771 2012-01-03 Bastien Guerry <bzg@gnu.org>
6773 * org.el (org-refresh-category-properties): New text property
6774 'org-category-position to point at the beginning of the
6775 headline from which the category is set.
6777 2012-01-03 Matt Lundin <mdl@imapmail.org>
6779 * org.el (org-refile): Don't call `org-back-to-heading' with
6782 2012-01-03 Bastien Guerry <bzg@gnu.org>
6784 * org.el (org-link-display-descriptive): Remove this option and
6785 rely on the existing `org-descriptive-links' instead.
6786 (org-toggle-link-display): Use `org-descriptive-links'.
6788 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6790 * ob-ref.el (org-babel-ref-resolve): Allow matching of results
6791 with tags after the result name.
6793 2012-01-03 Bastien Guerry <bzg@gnu.org>
6795 * org-table.el (org-table-get-specials): Allow the use of the
6796 underscore character in column names.
6797 (org-table-get-specials): Allow the use of the underscore
6798 character in field names.
6800 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6802 * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
6803 cleaning up markers.
6805 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6807 * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
6808 around `org-babel-exp-do-export' which now searches in this case.
6809 (org-babel-exp-results): Position the point in the inline source
6810 block during export evaluation.
6812 * ob.el (org-babel-insert-result): More readable code.
6814 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6816 * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
6817 in function rather than the superfluous (and now removed)
6818 org-specific function.
6820 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6822 * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
6823 inline code blocks which are already escaped.
6825 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6827 * org-exp-blocks.el (org-marker-from-point): Helper function to
6828 create markers at specific points in source buffers.
6829 (org-export-blocks-preprocess): Use markers instead of points
6830 to delimit code blocks.
6832 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6834 * org-list.el (org-list-separating-blank-lines-number): The
6835 behaviour of `org-back-over-empty-lines' depends on the
6836 associated value of `headline' in
6837 `org-blank-before-new-entry', which is out of context in a
6840 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6842 * org-indent.el (org-indent-initialize-agent): When the current
6843 buffer isn't being watched, resume initialization of other watched
6844 buffers. In that case, give hand to others idle timers or
6845 processes more frequently.
6846 (org-indent-agent-active-delay): Renamed from
6847 `org-indent-agent-process-duration'.
6848 (org-indent-agent-passive-delay): New variable.
6849 (org-indent-agent-resume-delay): Change value.
6850 (org-indent-initialize-buffer): Change argument name.
6851 (org-indent-add-properties): Change argument name and type
6852 expected. It must be a time value now.
6854 2012-01-03 Bastien Guerry <bzg@gnu.org>
6856 * org.el (org-set-property): Bugfix.
6858 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6860 * ob.el (org-babel-remove-result): Idempotent code block
6861 evaluation and result removal.
6863 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
6865 * ob-ruby.el (org-babel-ruby-initiate-session): No longer
6866 require inf-ruby when no session evaluation takes place.
6868 2012-01-03 Bastien Guerry <bzg@gnu.org>
6870 * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
6873 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6875 * org-agenda.el (org-agenda-custom-commands): Set a default
6876 value for this command.
6878 2012-01-03 Carsten Dominik <carsten.dominik@gmail.com>
6880 * org-agenda.el (org-agenda-include-all-todo): Declare this option
6881 as no longer working.
6882 (org-timeline): Rename the include-all argument to dotodo.
6883 (org-arg-loc): Renamed from` org-include-all-loc'.
6884 (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
6885 because its function has changed.
6887 2012-01-03 Bastien Guerry <bzg@gnu.org>
6889 * org.el (org-fixup-indentation): Fix various small bugs.
6891 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6893 * org-indent.el (org-indent-agent-timer)
6894 (org-indent-agentized-buffers, org-indent-agent-resume-timer)
6895 (org-indent-agent-process-duration)
6896 (org-indent-agent-resume-delay): New variables.
6897 (org-indent-initial-marker): More accurate doc-string.
6898 (org-indent-initial-timer, org-indent-initial-resume-timer)
6899 (org-indent-initial-process-duration)
6900 (org-indent-initial-resume-delay)
6901 (org-indent-initial-lock): Removed variables.
6902 (org-indent-mode): Set up an agent to watch current buffer, or
6903 add it to the list of already watched buffers.
6904 (org-indent-initialize-agent): New function.
6905 (org-indent-initialize-buffer): Now requires a mandatory
6907 (org-indent-add-properties): Reflect changes to variables.
6908 The resume timer is now global.
6910 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6912 * org-footnote.el (org-footnote-normalize): Refactor, and fix
6913 some blank lines deletion.
6915 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6917 * org-indent.el (org-indent-mode):
6918 `org-indent-initial-resume-timer ' needs to be local.
6920 2012-01-03 Bastien Guerry <bzg@gnu.org>
6922 * org.el (org-fixup-indentation): Correctly indent meta lines.
6924 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6926 * org-indent.el (org-indent-set-line-properties): Add text
6927 properties down to the beginning of the next line.
6928 (org-indent-add-properties): When last position to add
6929 properties to is at the beginning of a line, all that line
6930 will have properties.
6932 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6934 * org-indent.el (org-indent-initial-resume-timer): New variable.
6935 (org-indent-initialize-buffer): Also resume after a small break.
6936 (org-indent-add-properties): When in asynchronous mode,
6937 proceed for 2 seconds, then take a break.
6939 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6941 * org-indent.el (org-indent-set-line-properties): New function.
6942 (org-indent-add-properties): Externalize worker function.
6944 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6946 * org-indent.el (org-indent-indent-buffer): Take into account
6949 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6951 * org-indent.el (org-indent-modified-headline-flag): Renamed from
6952 `org-indent-deleted-headline-flag'
6953 (org-indent-notify-modified-headline): Renamed from
6954 `org-indent-notify-deleted-headline'. Handle situations when
6955 the stars of an headline are modified.
6956 (org-indent-refresh-maybe): Remove case now handled by
6958 (org-indent-mode): Apply renames.
6960 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6962 * org-indent.el (org-indent-inlinetask-first-star): New
6964 (org-indent-add-properties): Set the first star of inline-tasks'
6965 virtual indentation in `org-warning' face.
6967 * org-inlinetask.el (org-inlinetask-insert-task): Create a new
6968 inline-task slightly differently, so virtual indentation can
6969 be applied normally.
6971 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6973 * org-indent.el (org-indent-initial-marker)
6974 (org-indent-initial-timer, org-indent-initial-lock): New
6976 (org-indent-mode): At initialization, start an idle timer to indent
6977 the whole buffer. When the user is asking for control, interrupt the
6978 process, and resume at the same point when idle again.
6979 (org-indent-initialize-buffer): New function.
6980 (org-indent-add-properties): Throw an interrupt when indentation of
6981 buffer is stopped during initialization.
6983 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6985 * org-indent.el (org-indent-indent-buffer): Send more
6986 appropriate messages.
6988 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6990 * org-indent.el (org-indent-notify-deleted-headline)
6991 (org-indent-refresh-maybe): Replace `org-indent-outline-re'
6992 with `org-outline-regexp-bol'.
6994 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
6996 * org-indent.el (org-indent-max-levels): Modify default value and
6998 (org-indent-add-properties): Pay attention to `org-indent-max'
6999 and `org-indent-max-levels' values.
7000 (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7003 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7005 * org-table.el (org-table-align): Remove now useless hack.
7007 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7009 * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7011 (org-indent-initialize): Remove timer.
7012 (org-indent-add-properties): Refactor code.
7013 (org-indent-refresh-subtree, org-indent-refresh-section)
7014 (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7016 (org-indent-deleted-headline): New variable.
7017 (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7019 (org-indent-mode): Insert new functions into a hook.
7021 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7023 * org-indent.el (org-indent-mode): Completely refresh buffer
7024 before starting org-indent-mode. Also set idle timer to refresh
7025 only visible portion of buffer, and refresh the subtree instead of
7026 section when promoting or demoting it.
7027 (org-indent-add-properties): Rewrite function to proceed line by
7028 line, as required by `wrap-prefix' specificity.
7029 (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7030 (org-indent-refresh-view): New function.
7031 (org-indent-refresh-to, org-indent-refresh-section): Removed
7034 * org.el (org-unfontify-region): Do not remove prefix
7035 properties when unfontifying a region.
7037 2012-01-03 Bastien Guerry <bzg@gnu.org>
7039 * org-colview.el (org-columns-cleanup-item): Correctly remove
7040 leading stars in items displayed in the agenda column view.
7042 2012-01-03 Bastien Guerry <bzg@gnu.org>
7044 * org-colview.el (org-columns-display-here): Clean up items in
7045 `org-agenda-mode' too.
7046 (org-columns-cleanup-item): Take a new argument CPHR to allow
7047 passing a complex heading regexp. Rewrite to cleanup ITEM
7048 correctly in `org-agenda-mode'.
7050 2012-01-03 Bastien Guerry <bzg@gnu.org>
7052 * org-clock.el (org-duration-string-to-minutes)
7053 (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7056 2012-01-03 Bastien Guerry <bzg@gnu.org>
7058 * org.el (org-refile-active-region-within-subtree): New option to
7059 allow refiling a region that is part of a subtree without
7060 containing a subtree itself. This default to `nil'.
7061 (org-refile): Use the new option. Put point at the beginning
7062 of the region/subtree to be refiled, so that users understand
7063 what will be refiled. Also improve the prompt to tell whether
7064 the user is refiling a region or a headline.
7066 2012-01-03 Bastien Guerry <bzg@gnu.org>
7068 * org.el (org-properties-postprocess-alist): New option to allow
7069 postprocessing the values of properties set through
7071 (org-set-property): Use this option.
7073 2012-01-03 Bastien Guerry <bzg@gnu.org>
7075 * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7078 2012-01-03 Bastien Guerry <bzg@gnu.org>
7080 * org-archive.el (org-archive-to-archive-sibling): Use
7081 `org-outline-regexp' instead of `outline-regexp'.
7083 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7085 * org.el (org-between-regexps-p): Searching up to pos may
7086 match again beginning regexp.
7088 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7090 * org-footnote.el (org-footnote-goto-definition): Don't send
7091 erroneous message: suggested bindings might not be set outside
7094 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7096 * org-footnote.el (org-footnote-normalize): Effectively remove
7097 any footnote tag in non Org buffers, as detailled in the
7098 docstring of `org-footnote-tag-for-non-org-mode-files'.
7100 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7102 * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7103 notify the opportunity to set the variable to the empty string.
7104 (org-footnote-normalize, org-footnote-create-definition):
7105 Carefully check for inserted newlines and presence of the
7108 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7110 * org-footnote.el (org-footnote-at-definition-p): Re-use
7111 `org-footnote-definition-re'.
7113 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7115 * org-footnote.el (org-footnote-definition-re): Remove an
7117 (org-footnote-at-definition-p): Reflect removal of the group.
7119 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7121 * org.el (org-set-regexps-and-options): Enforce white space
7122 after todo keyword, as word boundary isn't sufficient (i.e. in
7123 matches * TODO/this).
7125 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7127 * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7128 template for html so that the exported file is valid
7129 xhtml. Added template for odt.
7130 (org-inlinetask-export-handler): Fix typo in the regexp that
7131 trims content. Make sure that the content is flanked by
7132 paragraph boundaries on either side.
7134 2012-01-03 Bastien Guerry <bzg@gnu.org>
7136 * org.el (org-add-planning-info): Don't insert superfluous
7137 space when updating timestamps.
7139 2012-01-03 Bastien Guerry <bzg@gnu.org>
7141 * org-agenda.el (org-cmp-effort): Fix docstring.
7143 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7145 * org-list.el (org-list-full-item-re): When an item has only a
7146 bullet and no space after it, list structure would not be
7147 recognized correctly.
7149 2012-01-03 Bastien Guerry <bzg@gnu.org>
7151 * org.el (org-overview): Use `outline-regexp' instead of
7152 `org-outline-regexp' so that global cycling using
7153 `orgstruct-mode' works outside of Org buffers.
7155 2012-01-03 Bastien Guerry <bzg@gnu.org>
7157 * org-table.el (org-table-eval-formula): Fix missing variable
7159 (org-table-time-string-to-seconds): Fix missing variable in
7162 2012-01-03 Michael Brand <michael.ch.brand@gmail.com>
7164 * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7165 case of wdays being 0. Don't pass wdays to
7166 org-agenda-deadline-face, like before the old fix.
7167 (org-agenda-deadline-face): Revert to old state that was without
7170 2012-01-03 Bastien Guerry <bzg@gnu.org>
7172 * org-latex.el (org-export-latex-fixed-width): Only add one
7173 line break after exporting verbatim environments.
7175 2012-01-03 Bastien Guerry <bzg@gnu.org>
7177 * org-mw.el (org-mw-export-lists): Fix list export.
7179 2012-01-03 Bastien Guerry <bzg@gnu.org>
7181 * org-list.el (org-list-item-trim-br): New function.
7182 (org-list-to-generic): New parameter :nobr to use the new
7185 2012-01-03 David Maus <dmaus@ictsoc.de>
7187 * org.el (org-paste-subtree): Fix wrong order of lines to move
7190 2012-01-03 David Maus <dmaus@ictsoc.de>
7192 * org.el (org-paste-subtree): Paste subtree above target
7193 headline if point is at bol.
7195 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7197 * org-list.el (org-toggle-checkbox): Don't clear lim-down
7198 while used in the while loop.
7200 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7202 * org-list.el (org-toggle-checkbox): Lim-down must be a
7205 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7207 * org.el (org-activate-code): Correct regexp so ":.*" isn't
7210 2012-01-03 David Maus <dmaus@ictsoc.de>
7212 * org-macs.el (org-with-gensyms, org-called-interactively-p)
7213 (with-silent-modifications, org-bound-and-true-p)
7214 (org-unmodified, org-re, org-preserve-lc)
7215 (org-without-partial-completion, org-with-point-at)
7216 (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7217 (org-if-unprotected-at, org-with-remote-undo)
7218 (org-no-read-only, org-save-outline-visibility)
7219 (org-with-wide-buffer, org-with-limited-levels)
7220 (org-eval-in-environment): Provide edebug specifications.
7222 * org-src.el (org-src-do-at-code-block): Dto.
7224 * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7226 * org-compat.el (org-xemacs-without-invisibility): Dto.
7228 * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7230 * org-agenda.el (org-agenda-with-point-at-orig-entry)
7231 (org-batch-agenda, org-batch-agenda-csv)
7232 (org-batch-store-agenda-views): Dto.
7234 * ob.el (org-babel-do-in-edit-buffer)
7235 (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7237 * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7239 * ob-table.el (sbe): Dto.
7241 * ob-exp.el (org-babel-exp-in-export-file): Dto.
7243 * ob-comint.el (org-babel-comint-in-buffer)
7244 (org-babel-comint-with-output): Dto.
7246 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7248 * org-inlinetask.el (org-inlinetask-export-templates): Fix
7251 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7253 * org-inlinetask.el (org-inlinetask-insert-task): Error when
7254 trying to nest inline tasks.
7256 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7258 * org.el (org-activate-code, org-toggle-fixed-width-section)
7259 (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7260 fixed-width section.
7262 2012-01-03 David Maus <dmaus@ictsoc.de>
7264 * org.el (org-paste-subtree): Don't eat headline when called
7265 with point at existing headline.
7267 2012-01-03 David Maus <dmaus@ictsoc.de>
7269 * org.el (org-paste-subtree): Fix typo in variable name.
7271 2012-01-03 Jambunathan K <kjambunathan@gmail.com>
7273 * org-inlinetask.el (org-inlinetask-export-handler): Don't
7274 export inline tasks if the current backend has provided no
7275 entries in `org-inlinetask-export-templates'.
7277 2012-01-03 Valentin Wüstholz <wuestholz@gmail.com> (tiny change)
7279 * org.el (org-indent-line-function): Made the way in which
7280 example blocks are indented more flexible.
7282 2012-01-03 David Maus <dmaus@ictsoc.de>
7284 * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7285 when creating final parameter alist.
7287 2012-01-03 David Maus <dmaus@ictsoc.de>
7289 * org-agenda.el (org-batch-store-agenda-views): Use macro
7290 `org-eval-in-environment'.
7292 2012-01-03 David Maus <dmaus@ictsoc.de>
7294 * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7295 `org-eval-in-environment.
7297 2012-01-03 David Maus <dmaus@ictsoc.de>
7299 * org-macs.el (org-make-parameter-alist): New function. Turn
7300 flat list of alternating symbol names and values into an alist
7301 with symbol name in car and value in cdr.
7303 2012-01-03 David Maus <dmaus@ictsoc.de>
7305 * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7306 macro `org-with-gensyms'.
7308 2012-01-03 David Maus <dmaus@ictsoc.de>
7310 * org-macs.el (org-substitute-posix-classes): New
7311 function. Substitute posix classes in regular expression.
7312 (org-re): Use new function.
7314 2012-01-03 David Maus <dmaus@ictsoc.de>
7316 * org-macs.el (org-eval-in-environment): New macro. Evaluate FORM
7319 2012-01-03 David Maus <dmaus@ictsoc.de>
7321 * org-macs.el (org-preserve-lc, org-with-point-at)
7322 (org-with-remote-undo, org-save-outline-visibility): Use new
7323 macro `org-with-gensyms'.
7325 2012-01-03 David Maus <dmaus@ictsoc.de>
7327 * org-macs.el (org-with-gensyms): New macro. Wrap let-binding
7328 of SYMBOLS to new uninterned symbols around BODY.
7330 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7332 * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7333 the task starts a paragraph or the HTML exporter will produce
7334 an incorrect output.
7336 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7338 * org.el (org-return): When filling happens, `newline' can
7339 change match data, hence modifying the indent column.
7341 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7343 * org-footnote.el (org-footnote-new): Only forbid non-inlined
7344 footnotes at column 0, as only them can be confused with a
7345 footnote definition.
7347 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7349 * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7350 when available when prompted for a label. Also rename a local
7351 variable to avoid confusion with an existing function.
7353 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7355 * org-footnote.el (org-footnote-label-history): Removed
7357 (org-footnote-new): Remove call to that variable.
7359 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7361 * org.el (org-insert-heading): With `force-heading' non-nil,
7362 inserting an heading before any headline, and just after a
7363 list would return an error.
7365 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7367 * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7369 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7371 * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7372 non-special when resolving bibtex values.
7374 2012-01-03 David Maus <dmaus@ictsoc.de>
7376 * org.el (org-back-over-empty-lines): Don't move line upward
7379 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7381 * org-footnote.el (org-footnote-in-valid-context-p): Check
7382 `org-protected' property before allowing to match a footnote.
7383 (org-footnote-at-reference-p): Remove an obsolete test. It is now
7384 done in the previous function.
7386 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7388 * org.el (org-between-regexps-p): Previous name implied the
7389 function was related to blocks, which isn't mandatory.
7390 (org-narrow-to-block, org-in-block-p)
7391 (org-indent-line-function): Applied the rename.
7393 * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7394 rename. Also removed a white space.
7396 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7398 * org.el (org-in-regexps-block-p): Return an useful value when
7399 point is between START-RE and END-RE. No incomplete block is
7400 allowed anymore. Add another optional argument to bound the
7401 bottom part of the search.
7402 (org-narrow-to-block, org-in-block-p): Apply modifications.
7404 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7406 * ob.el (org-babel-src-block-regexp): If a code block has a
7407 body, its last character must be a newline.
7409 2012-01-03 Nicolas Goaziou <n.goaziou@gmail.com>
7411 * org-footnote.el (org-footnote-next-reference-or-definition):
7412 If no more footnote is found, be sure to go back to the
7413 original position. Otherwise, point might be left on a
7414 footnote-like element that has been dished out.
7416 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7418 * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7421 * ob.el (defvar): Wrap variable declaration in
7422 `eval-when-compile'.
7424 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7426 * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7428 2012-01-03 Eric Schulte <schulte.eric@gmail.com>
7430 * ob-java.el (org-babel-execute:java): Allow cmdline flags
7431 during compilation and evaluation.
7433 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7435 * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7436 * ob-ref.el (org-babel-ref-parse): Fix typos.
7438 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7440 * ob.el (org-babel-execute-src-block): Fix typo.
7442 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7444 * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7446 2011-11-20 Andreas Schwab <schwab@linux-m68k.org>
7448 * org-list.el (org-list-send-item): Use sort instead of sort*.
7450 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7452 * org-table.el (org-table-line-to-dline): Fix typo.
7454 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7456 * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7457 (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7458 (org-search-syntax-table, org-modify-diary-entry-string)
7460 * org-bbdb.el (org-bbdb-anniv-export-ical):
7461 * org-bibtex.el (org-bibtex-fields):
7462 * org-icalendar.el (org-icalendar-date-time-format):
7463 * org-latex.el (org-export-latex-inline-image-extensions):
7464 * org-list.el (org-list-insert-item): Fix typos.
7466 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7468 * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7470 2011-09-27 Eli Zaretskii <eliz@gnu.org>
7472 * org.el (org-mode): Force left-to-right paragraphs in Org
7473 buffers. For a related discussions, see
7474 https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7476 2011-09-17 Juanma Barranquero <lekktu@gmail.com>
7478 * org.el (org-toggle-pretty-entities): Fix typo in message.
7480 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
7482 * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7484 * ob-ref.el (org-babel-ref-goto-headline-id):
7485 * org.el (org-get-location, org-tree-to-indirect-buffer)
7486 (org-mark-ring-goto, org-refile, org-add-log-note)
7487 (org-revert-all-org-buffers, org-switchb)
7488 (org-cycle-agenda-files, org-submit-bug-report)
7489 (org-goto-marker-or-bmk):
7490 * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7491 * org-capture.el (org-capture-goto-target)
7492 (org-capture-fill-template):
7493 * org-clock.el (org-clock-goto):
7494 * org-ctags.el (org-ctags-visit-buffer-or-file):
7495 * org-exp.el (org-export-as-org):
7496 * org-feed.el (org-feed-show-raw-feed):
7497 * org-html.el (org-export-htmlize-generate-css):
7498 * org-id.el (org-id-goto):
7499 * org-irc.el (org-irc-visit-erc):
7500 * org-mobile.el (org-mobile-apply):
7501 * org-publish.el (org-publish-org-to, org-publish-find-date):
7502 * org-remember.el (org-go-to-remember-target):
7503 * org-src.el (org-src-switch-to-buffer)
7504 (org-edit-fixed-width-region): Use switch-to-buffer.
7506 2011-08-31 Martin Rudalics <rudalics@gmx.at>
7508 * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7509 argument from pop-to-buffer-same-window call.
7511 2011-07-30 Carsten Dominik <carsten.dominik@gmail.com>
7513 * ob.el (org-babel-src-block-regexp): If a code block has a body,
7514 its last character must be a newline.
7516 2011-07-28 Bastien Guerry <bzg@gnu.org>
7518 * org-pcomplete.el: New file. Rename from org-complete.el.
7519 * org-complete.el: Delete file.
7521 2011-07-28 Bastien Guerry <bzg@gnu.org>
7523 * org-publish.el (org-publish-index-generate-theindex): Rename
7524 from `org-publish-index-generate-theindex.inc'. Use the file
7525 theindex.org directly instead of including theindex.inc.
7526 (org-publish-projects): Don't delete .orgx files.
7527 (org-publish-aux-preprocess): Use .file.orgx.
7529 2011-07-28 Bastien Guerry <bzg@gnu.org>
7531 * org-html.el (org-export-html-preamble-format): New default for
7532 the HTML preamble: don't include the title. Also improve the
7534 (org-export-html-postamble-format): Improve the docstring.
7535 (org-export-as-html): Add the title within the "content" div.
7536 This is necessary for interaction with the org-info.js script.
7538 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
7540 * org-table.el (org-table-edit-field): Display field coordinates.
7542 2011-07-28 Bastien Guerry <bzg@gnu.org>
7544 * org-publish.el (org-publish-find-title): Bugfix: kill buffers
7545 unless they were already visited.
7546 (org-sitemap-sort-files, org-sitemap-sort-folders)
7547 (org-sitemap-ignore-case, org-sitemap-requested)
7548 (org-sitemap-date-format, org-sitemap-file-entry-format): Use
7550 (org-publish-projects): Make sure to delete .orgx files.
7551 (org-publish-index-generate-theindex.inc): Small docstring fix.
7553 2011-07-28 Bastien Guerry <bzg@gnu.org>
7555 * org-table.el (org-table-duration-custom-format): New defcustom
7556 to select output format of durations computations.
7557 (org-table-time-seconds-to-string): Use the new variable.
7558 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
7559 will use the custom output format defined in
7560 `org-table-duration-custom-format'.
7562 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7564 * org-list.el: Search blank lines down to the end of the item
7565 instead of stopping at the item, in order to possibly match such
7566 lines within the item.
7568 2011-07-28 Bastien Guerry <bzg@gnu.org>
7570 * org-latex.el (org-export-latex-href-format): Docstring fix to
7571 reflect the fact that you can use only one "%s".
7572 (org-export-latex-links): Allow `org-export-latex-href-format' to
7575 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7577 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
7579 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
7581 * org.el (org-copy-visible): New command.
7583 2011-07-28 Bastien Guerry <bzg@gnu.org>
7585 * org-capture.el (org-capture-templates): Docstring fix.
7587 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7589 * ob.el (org-babel-view-src-block-info): New function to inspect
7592 * ob-keys.el (org-babel-key-bindings): Key bindings for
7593 `org-babel-view-src-block-info'.
7595 2011-07-28 Bastien Guerry <bzg@gnu.org>
7597 * org-exp.el (org-infile-export-plist): Handle recursively
7598 included setup files. The value of the last included file always
7599 takes precedence over previous values.
7601 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7603 * org.el (org-timestamp-change): Keep point in the same category
7604 when updating a time-stamp. This requires to be careful, as,
7605 depending on the locale, name of day might change of length during
7608 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7610 * org-footnote.el (org-footnote-create-definition): When skipping
7611 already written footnotes definition, the algorithme would assume
7612 each one was only one-line long.
7614 2011-07-28 Bastien Guerry <bzg@gnu.org>
7616 * org-table.el (org-table-eval-formula): Fix bug when a formula
7617 "range" is just one cell.
7618 (org-table-time-string-to-seconds): Don't check whether we
7619 manipulate a string.
7621 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7623 * org-exp.el (org-export-mark-list-end)
7624 (org-export-mark-list-properties): Don't remove the ending regexp
7625 when it consists in blank lines.
7627 * org-list.el (org-list-parse-list): Ditto, but remove it
7628 completely when it isn't made of blank lines (i.e. during export
7631 2011-07-28 Bastien Guerry <bzg@gnu.org>
7633 * org-table.el (org-table-time-string-to-seconds): Match either
7634 HH:MM:SS or HH:MM (instead of MM:SS).
7636 2011-07-28 Bastien Guerry <bzg@gnu.org>
7638 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
7639 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
7642 2011-07-28 Bastien Guerry <bzg@gnu.org>
7644 * org-html.el (org-export-html-with-timestamp)
7645 (org-export-html-html-helper-timestamp): These are obsolete
7646 variables as of Org version 7.7 as you can already export the
7647 timestamp from the preamble or the postamble.
7648 (org-export-html-before-content-div): Delete variable.
7649 (org-export-html-content-div): Obsolete variable as of 7.7.
7650 (org-export-html-divs): New variable to define divs used in
7652 (org-export-as-html): Now the preamble and the postamble are
7653 surrounded by a <div ...>. The name of the div is defined through
7654 `org-export-html-divs'.
7656 2011-07-28 Bastien Guerry <bzg@gnu.org>
7658 * org-table.el (org-table-eval-formula): Throw an error when
7659 trying to replace complex range with invalid references.
7661 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7663 * org-macs.el (org-with-limited-levels): Some functions, like
7664 `org-back-to-heading', being deeply based on outline-mode, still
7665 refer to `outline-regexp' instead of `org-outline-regexp'.
7667 2011-07-28 Bastien Guerry <bzg@gnu.org>
7669 * org.el (org-refile-get-targets): New optional argument
7670 `excluded-entries' to exclude entries from the targets.
7671 (org-refile-get-location): From an org-mode buffer, exclude
7672 current heading and subheadings from the list of targets when
7673 `org-refile-use-cache' is nil.
7675 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7677 * org.el (org-imenu-get-tree): Headlines start at bol.
7679 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7681 * ob-maxima.el: New file. Fixed self-proclaimed file name.
7683 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7685 * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
7688 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7690 * org.el (org-kill-is-subtree-p): Matched string needs to start at
7693 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7695 * org.el (org-paste-subtree, org-kill-is-subtree-p)
7696 (org-yank-folding-would-swallow-text, org-yank-generic): Use
7697 `org-with-limited-levels' macro.
7699 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7701 * org-macs.el (org-with-limited-levels): Also modify, when
7702 appropriate, `org-outline-regexp-at-bol'.
7704 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7706 * org.el (org-timestamp-change): Some locales don't use the same
7707 length for date abbreviations. Set a marker at origin in case
7708 length of new timestamp is different.
7710 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7712 * org.el (org-imenu-get-tree): Browse only true headlines.
7714 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7716 * org-archive.el (org-archive-subtree): While it might be possible
7717 to archive an headline of a temporary buffer (i.e. not visiting a
7718 file), it wouldn't be really sensible.
7720 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7722 * org-archive.el (org-extract-archive-file)
7723 (org-extract-archive-heading, org-archive-subtree):
7724 `buffer-file-name' is nil in an indirect buffer. Thus, use
7725 `(buffer-file-name (buffer-base-buffer))', which will, in any
7726 case, return the file name.
7728 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7730 * org-capture.el (org-capture): If dired isn't loaded,
7731 `dired-buffers' isn't defined, and %F will fail.
7733 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7735 * ob-java.el (org-babel-execute:java): Don't create empty package
7738 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7740 * ob-java.el: New file.
7742 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7744 * ob.el (org-babel-execute-src-block): Replace call to defunct
7745 function `org-babel-result-hash'.
7747 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7749 * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
7750 lines and headers in `message-mode'.
7751 (org-footnote-at-reference-p): Remove check for cited lines, this
7752 is now handled by the previous function. Refactor.
7754 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7756 * org-capture.el (org-capture): If no file is associated to
7757 current buffer, check dired buffer and try to retrieve a possibly
7758 directory associated.
7760 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7762 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
7763 (not original) file buffer.
7765 * ob.el (org-babel-current-result-hash): More informative name,
7766 and remove useless optional argument.
7768 2011-07-28 Bastien Guerry <bzg@gnu.org>
7770 * org.el (org-refile-get-location): Exclude current heading from
7773 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7775 * org-footnote.el (org-footnote-at-reference-p): Test if match is
7776 in cited text, when replying to a message.
7777 (org-footnote-new): Do not create a new footnote at bol, as it
7778 might be seen as a definition.
7779 (org-footnote-at-definition-p): Ignore definitions in forbidden
7780 blocks, as it is already the case for references.
7782 2011-07-28 Matt Lundin <mdl@imapmail.org>
7784 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
7785 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
7788 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7790 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
7793 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7795 * org-list.el (org-list-insert-item): Actualize code comments.
7796 (org-insert-item): For consistency, point cannot be moved at a
7797 surprising place when the user is being asked to choose a new
7798 description term to insert in the list. Point should stay where
7799 the user called the command.
7801 2011-07-28 Bastien Guerry <bzg@gnu.org>
7803 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
7804 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
7806 2011-07-28 Bastien Guerry <bzg@gnu.org>
7808 * org.el (org-outline-regexp-bol): New defconst.
7809 (org-outline-level, org-set-font-lock-defaults, org-cycle)
7810 (org-overview, org-content, org-flag-drawer)
7811 (org-first-headline-recenter, org-insert-todo-heading)
7812 (org-map-region, org-move-subtree-down, org-paste-subtree)
7813 (org-kill-is-subtree-p, org-context-p, org-refile)
7814 (org-refile-new-child, org-toggle-comment, org-todo)
7815 (org-add-planning-info, org-add-log-setup, org-scan-tags)
7816 (org-set-tags, org-insert-property-drawer)
7817 (org-prepare-agenda-buffers, org-preview-latex-fragment)
7818 (org-speed-command-default-hook, org-check-for-hidden)
7819 (org-toggle-item, org-toggle-heading)
7820 (org-indent-line-function, org-set-autofill-regexps)
7821 (org-fill-paragraph, org-toggle-fixed-width-section)
7822 (org-yank-generic, org-yank-folding-would-swallow-text)
7823 (org-first-sibling-p, org-goto-sibling)
7824 (org-goto-first-child, org-show-entry): Use
7825 `org-outline-regexp' and `org-outline-regexp-bol'.
7827 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7829 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
7830 be checked for parent, not current headline. Also, this function
7831 doesn't need to be interactive.
7833 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7835 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
7836 (org-apply-on-list, org-toggle-checkbox): Make markers point
7837 nowhere when they have become useless.
7839 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7841 * org-list.el (org-list-insert-item): When insertion point is in
7842 some white line after the end of the list, remove all unnecessary
7843 white lines there before proceeding. Also refactor a snippet of
7846 2011-07-28 Bastien Guerry <bzg@gnu.org>
7848 * org-latex.el (org-export-latex-image-default-option): Change
7851 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7853 * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
7854 correctly fontified when the buffer is missing a final newline.
7856 2011-07-28 Bastien Guerry <bzg@gnu.org>
7858 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
7859 of an error if no argument is given.
7860 (org-babel-parse-src-block-match): Make sure body is defined in
7863 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
7865 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
7866 did not find includes with double quoted file names.
7868 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7870 * org-footnote.el (org-footnote-normalize): Footnote section
7871 should be inserted only if there are footnotes to insert.
7873 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7875 * org-footnote.el (org-footnote-at-definition-p)
7876 (org-footnote-normalize): Do not grab signature in the definition
7877 of the last footnote.
7879 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7881 * org-bibtex.el (org-babel-trim): Declare this function to the
7883 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
7886 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7888 * org-exp.el (org-export-preprocess-string): Add the possibility
7889 to call recursively the function. Also change order of some
7890 function calls. Comment export process for footnotes.
7892 * org-footnote.el (org-footnote-normalize): Change the export
7893 specific parameter to hold properties of export. Thus, the
7894 function can send every footnote definition in the buffer through
7895 `org-export-process-string'.
7897 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7899 * org-latex.el (org-export-latex-preprocess): First insert
7900 footnotes in the temporary buffer so their contents can properly
7901 be protected from further transformations if required.
7903 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7905 * org-list.el (org-list-indent-offset): New variable.
7906 (org-list-struct-fix-ind): Make use of the new variable.
7908 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7910 * org-latex.el (org-export-latex-list-parameters): Complete
7911 default value with cbtrans option.
7913 * org-list.el (org-list-to-latex): Set a more consistent default
7916 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7918 * org-list.el (org-list-swap-items): Move it to a meaningful
7919 position in source code (i.e. before any function using it), and
7920 rename it to an easier name.
7922 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7924 * org-list.el (org-list-separating-blank-lines-number): If there
7925 are blank lines already in the whole list, add a blank line.
7927 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7929 * org-list.el (org-list-use-circular-move): New variable.
7930 (org-previous-item, org-next-item): Make use of the new variable.
7931 (org-move-item-down, org-move-item-up): Make use of the new
7932 variable. Simplify code.
7934 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
7936 * org-list.el (org-list-delete-item, org-list-send-item): New
7939 2011-07-28 Bastien Guerry <bzg@gnu.org>
7941 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
7942 for custom bulk action functions.
7943 (org-agenda-bulk-action): Use it.
7945 2011-07-28 Bastien Guerry <bzg@gnu.org>
7947 * org-latex.el (org-export-latex-quotes): New defcustom.
7948 (org-export-latex-quotation-marks): Use it.
7950 2011-07-28 Bastien Guerry <bzg@gnu.org>
7952 * org-capture.el (org-capture-finalize): Bugfix about inserted
7953 blank line when killing the capture buffer and
7954 `org-blank-before-new-entry' tells to not insert anything before a
7957 2011-07-28 Bastien Guerry <bzg@gnu.org>
7959 * org-html.el (org-export-html-content-div): Rename from
7960 `org-export-content-div'.
7961 (org-export-as-html): Use new name.
7963 2011-07-28 Bastien Guerry <bzg@gnu.org>
7965 * org-latex.el (org-export-latex-header-defs-re): Delete.
7967 2011-07-28 Bastien Guerry <bzg@gnu.org>
7969 * org.el (org-last-set-property): New variable.
7970 (org-read-property-name): Use the new variable: the prompt
7971 defaults to the last property set, unless there is a property in
7974 2011-07-28 David Maus <dmaus@ictsoc.de>
7976 * org-capture.el (org-capture-before-finalize-hook)
7977 (org-capture-after-finalize-hook, org-capture-mode-map)
7978 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
7979 consistently refer to capture, not remember.
7981 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7983 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
7984 "verbatim" results params.
7986 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
7988 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
7991 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
7994 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
7995 synonym for "scalar".
7997 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8000 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8002 * ob.el (org-babel-script-escape): Parse odd parens when nested
8005 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8007 * ob-clojure.el (org-babel-execute:clojure): No longer force
8008 results into elisp if they don't naturally fit.
8010 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8012 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8013 already parsed lisp results.
8015 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8017 * org-list.el (org-plain-list-ordered-item-terminator): Remove
8018 incorrect assumption.
8020 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8022 * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8023 exporter specific blocks.
8025 * org-list.el (org-list-forbidden-blocks): Ditto.
8027 2011-07-28 Bastien Guerry <bzg@gnu.org>
8029 * org-latex.el (org-export-latex-tables): Bugfix: remove
8030 properties from fields.
8032 2011-07-28 Bastien Guerry <bzg@gnu.org>
8034 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8035 to use `org-clock-timestamps-change'.
8037 2011-07-28 Bastien Guerry <bzg@gnu.org>
8039 * org.el (org-timestamp-up, org-timestamp-down): Mention time
8040 changes in the docstring.
8042 2011-07-28 Bastien Guerry <bzg@gnu.org>
8044 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8045 to remove empty clock drawer.
8046 (org-clock-out-hook): Add the new function as a hook.
8048 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8050 * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8052 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8054 * org.el (org-in-block-p): New function.
8056 * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8057 (org-footnote-in-valid-context-p): New function.
8058 (org-footnote-at-reference-p): Use new function. Allow inline
8059 footnotes to start at bol.
8061 2011-07-28 Bastien Guerry <bzg@gnu.org>
8063 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8064 (org-lparse-warn): Use it.
8066 2011-07-28 Bastien Guerry <bzg@gnu.org>
8068 * org-ascii.el (org-export-as-utf8): Fix call to
8069 `org-called-interactively-p': it requires an argument. Also fix
8072 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8074 * ob-lilypond.el (show-all): Declaring function from outline.el.
8075 (org-babel-default-header-args:lilypond): Declared.
8076 (ly-process-basic): Use the appropriate prefix for the temporary
8077 file, and don't call a function from ob-dot.el.
8078 (ly-version): Let-bind a free variable.
8080 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8082 * ob-lilypond.el: New file.
8084 2011-07-28 Bastien Guerry <bzg@gnu.org>
8087 (org-publish-cache-file-needs-publishing): Only check against .org
8090 2011-07-28 Bastien Guerry <bzg@gnu.org>
8092 * org.el (org-mode): Use `org-default' as the default face in
8095 2011-07-28 Bastien Guerry <bzg@gnu.org>
8098 (org-publish-cache-file-needs-publishing): Takes care of more
8099 recently included files, returning `t' in case the file including
8100 them needs to be republished.
8102 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8104 * org-exp.el (org-export-preprocess-string): If the last subtree
8105 is a task, footnotes may be removed along with the subtree. This
8106 patch ensures footnotes are put at the end of the buffer after the
8107 subtree has been removed.
8109 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8111 * org-footnote.el (org-footnote-at-reference-p): Verify that what
8112 looks like a footnote doesn't belong to a link.
8113 (org-footnote-next-reference-or-definition): Check more strictly
8114 footnote definitions.
8116 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)> (tiny change)
8118 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8121 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8123 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8124 of the eoe string during session evaluation.
8126 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8128 * ob-python.el (org-babel-python-evaluate-session): Enough
8129 newlines to ensure a return when ":results output :session".
8131 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8133 * ob-python.el (org-babel-python-evaluate-session): Introduced a
8134 new local function for sending input with a slight delay to allow
8135 pythong to re-draw the prompt. No longer removing newlines inside
8136 code block bodies (was due to a defective regexp).
8138 2011-07-28 Bastien Guerry <bzg@gnu.org>
8140 * org-table.el (org-table-time-seconds-to-string): Use
8141 `org-format-seconds' instead of `format-seconds'.
8143 2011-07-28 David Maus <dmaus@ictsoc.de>
8145 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8148 2011-07-28 David Maus <dmaus@ictsoc.de>
8150 * org-latex.el (org-export-latex-preprocess): Use function
8151 argument instead of dynamically scoped symbol.
8153 2011-07-28 David Maus <dmaus@ictsoc.de>
8155 * org-freemind.el (org-freemind-convert-links-helper)
8156 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8157 (org-freemind-get-node-style): Use org-string-match-p for backward
8158 compatibility with Emacs 22.
8160 2011-07-28 David Maus <dmaus@ictsoc.de>
8162 * org-html.el (org-export-html-protect-char-alist): Add missing
8163 :group keyword in defcustom.
8165 2011-07-28 David Maus <dmaus@ictsoc.de>
8167 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8168 `kill-buffer' with argument indiciating to kill current
8169 buffer. Emacs 22 compatibility.
8171 2011-07-28 David Maus <dmaus@ictsoc.de>
8173 * org-macs.el (org-without-partial-completion): Toggle
8174 partial-completion-mode only if it is turned on.
8176 2011-07-28 Bastien Guerry <bzg@gnu.org>
8178 * org.el (org-add-planning-info): Fix issues with timestamps not
8179 being inserted at the same position.
8181 2011-07-28 Bastien Guerry <bzg@gnu.org>
8183 * org-table.el (org-table-time-string-to-seconds)
8184 (org-table-time-seconds-to-string): New functions.
8185 (org-table-eval-formula): Implement the "T" (time) flag for
8186 computing durations.
8188 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8190 * org.el (org-modules): Add org-lparse and org-odt as contrib
8193 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8195 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8197 (org-additional-option-like-keywords): Include data as a synonym
8200 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8202 * ob.el (org-babel-sha1-hash): Improving code layout and removing
8203 export-variable headers in cache sha1.
8205 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8207 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8208 rescan all IDs when trying to resolve a reference.
8210 2011-07-28 Julien Barnier <julien@nozav.org>
8212 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8213 blocks lang attribute.
8215 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
8217 * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8218 option to allow different markup for inactive timestamps.
8220 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8222 * ob-org.el (org-babel-expand-body:org): Implemented this
8223 function, only action is to expand variables.
8224 (org-babel-execute:org): Uses the new body-expansion function.
8226 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8228 * org-list.el (org-list-full-item-re): Allow counter and check-box
8229 to be separated by white spaces.
8230 (org-list-struct-apply-struct): Reflect changes made to
8231 `org-list-full-item-re'.
8233 * org-html.el (org-html-export-list-line): Recognize spaces
8234 between counter and check-boxes as valid.
8236 * org-docbook.el (org-export-docbook-list-line): Ditto.
8238 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8240 * org-list.el (org-list-insert-item): Make sure point is moved to
8241 the specified POS before starting the function.
8243 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8245 * org.el (org-activate-footnote-links): Properly fontify inline
8247 (org-set-font-lock-defaults): Apply changes to previous function.
8249 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8251 * org-footnote.el (org-footnote-at-reference-p): First check if
8252 point is at the beginning of a footnote. Indeed `org-in-regexp'
8253 first checks backwards and might find an incorrect footnote if
8254 they are side-by-side.
8256 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
8258 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8259 (org-agenda-block-separator): Add nil to docstring and customization.
8260 (org-prepare-agenda): Skip agenda block separator additionally if
8261 `org-agenda-block-separator' is nil.
8262 (org-agenda-overriding-header): Improve docstring.
8264 2011-07-28 Bastien Guerry <bzg@gnu.org>
8266 * org.el (org-set-tags): Remove useless
8267 `org-without-partial-completion'.
8269 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8271 * org-footnote.el (org-fill-paragraph): Declare function for the
8274 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8276 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8278 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8280 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8281 to appease compiler.
8283 2011-07-28 Michael Markert <markert.michael@googlemail.com>
8285 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8286 all `org-called-interactively-p' function invocations.
8288 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8289 to all `org-called-interactively-p' function invocations.
8290 (org-agenda-show-1): Adding optional argument KIND to all
8291 `org-called-interactively-p' function invocations.
8292 (org-agenda-set-tags): Adding optional argument KIND to all
8293 `org-called-interactively-p' function invocations.
8295 * org-ascii.el (org-export-as-latin1): Adding optional argument
8296 KIND to all `org-called-interactively-p' function invocations.
8297 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8298 all `org-called-interactively-p' function invocations.
8299 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8300 `org-called-interactively-p' function invocations.
8301 (org-export-region-as-ascii): Adding optional argument KIND to all
8302 `org-called-interactively-p' function invocations.
8304 * org-docbook.el (org-export-region-as-docbook): Adding optional
8305 argument KIND to all `org-called-interactively-p' function
8308 * org-html.el (org-export-region-as-html): Adding optional
8309 argument KIND to all `org-called-interactively-p' function
8312 * org-latex.el (org-export-region-as-latex): Adding optional
8313 argument KIND to all `org-called-interactively-p' function
8316 * org-table.el (org-table-blank-field): Adding optional argument
8317 KIND to all `org-called-interactively-p' function invocations.
8318 (org-table-current-column): Adding optional argument KIND to all
8319 `org-called-interactively-p' function invocations.
8320 (org-table-current-dline): Adding optional argument KIND to all
8321 `org-called-interactively-p' function invocations.
8322 (org-table-sort-lines): Adding optional argument KIND to all
8323 `org-called-interactively-p' function invocations.
8324 (org-table-sum): Adding optional argument KIND to all
8325 `org-called-interactively-p' function invocations.
8326 (org-table-rotate-recalc-marks): Adding optional argument KIND to
8327 all `org-called-interactively-p' function invocations.
8328 (org-table-eval-formula): Adding optional argument KIND to all
8329 `org-called-interactively-p' function invocations.
8330 (orgtbl-send-table): Adding optional argument KIND to all
8331 `org-called-interactively-p' function invocations.
8333 * org.el (org-mode): Adding optional argument KIND to all
8334 `org-called-interactively-p' function invocations.
8335 (org-copy-subtree): Adding optional argument KIND to all
8336 `org-called-interactively-p' function invocations.
8337 (org-paste-subtree): Adding optional argument KIND to all
8338 `org-called-interactively-p' function invocations.
8339 (org-store-link): Adding optional argument KIND to all
8340 `org-called-interactively-p' function invocations.
8341 (org-todo): Adding optional argument KIND to all
8342 `org-called-interactively-p' function invocations.
8343 (org-occur): Adding optional argument KIND to all
8344 `org-called-interactively-p' function invocations.
8346 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8348 * org-footnote.el (org-footnote-action): Offer to create
8349 definition when none is found.
8351 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8353 * org-footnote.el (org-footnote-re): Avoid matching inactive
8354 time-stamps or check-box cookies.
8355 (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8357 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8359 * org-exp.el (org-export-preprocess-string): If the last subtree
8360 is commented, footnotes inserted during normalizing at the end of
8361 the buffer may get deleted. This patch ensures deletion comes
8362 first, normalization second.
8364 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8366 * org-exp.el (org-export-footnotes-data): Change docstring.
8367 (org-export-footnotes-seen): Rename from
8368 org-export-footnotes-markers.
8370 * org-ascii.el (org-export-as-ascii): Apply change.
8372 * org-docbook.el (org-export-as-docbook): Apply change.
8374 * org-footnote.el (org-footnote-normalize): Apply change.
8376 * org-html.el (org-export-as-html): Apply change.
8378 * org-latex.el (org-export-as-latex): Apply change.
8380 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8382 * org-latex.el (org-export-latex-preprocess): Rely on
8383 `org-export-footnotes-markers' to retrieve definition of the
8384 current footnote during export.
8386 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8388 * org-footnote.el (org-footnote-normalize): Remember footnotes
8389 seen so far by the exporter when choosing the new marker.
8391 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8393 * org-footnote.el (org-footnote-normalize): Make use of
8394 `org-footnote-insert-pos-for-preprocessor'.
8396 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8398 * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8399 property to footnote markers when preparing for exportation.
8401 * org-html.el (org-export-as-html): Read new property to decide
8402 when to export a footnote.
8404 * org-docbook.el (org-export-as-docbook): Read new property to
8405 decide when to export a footnote.
8407 * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8408 column 0 cannot end a list containing it by adding
8409 `original-indentation' property to it.
8411 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8413 * org-exp.el (org-export-preprocess-string): Normalize footnotes
8414 before marking lists ending.
8416 * org-latex.el (org-export-latex-preprocess): Work with labels as
8417 strings and not as numbers.
8419 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8421 * org-docbook.el (org-export-docbook-footnote-separator): New
8423 (org-export-as-docbook): Add a separator between footnotes.
8425 * org-html.el (org-export-html-footnote-separator): New variable.
8426 (org-export-as-html): Add a separator between footnotes.
8428 * org-latex.el (org-export-latex-footnote-separator): New
8430 (org-export-latex-preprocess): Add a separator between footnotes.
8432 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8434 * org-exp.el (org-export-footnotes-markers)
8435 (org-export-footnotes-data): New variables.
8436 (org-export-preprocess-string): Use a more explicit argument.
8438 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8440 * org-footnote.el (org-footnote-goto-definition): Now, determining
8441 if point is at a footnote reference is entirely determined by
8442 `org-footnote-at-reference-p'. No need to check if pattern isn't
8443 at beginning of the line elsewhere.
8445 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8447 * org-footnote.el (org-footnote-next-reference-or-definition): New
8450 * org.el (org-activate-footnote-links): Activate the whole
8451 footnote, but only fontify its label.
8453 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8455 * org-footnote.el (org-footnote-normalize): Make use of changes to
8456 `org-footnote-at-reference-p' and creation of various functions..
8458 (org-footnote-get-next-reference, org-footnote-delete-references)
8459 (org-footnote-delete-definitions): New functions.
8460 (org-footnote-goto-previous-reference, org-footnote-all-labels)
8461 (org-insert-footnote-reference-near-definition, org-footnote-delete):
8462 Rewrite to use org-footnote-get-next-reference.
8464 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8466 * org-footnote.el (org-footnote-re): Don't end an inline footnote
8467 at unrelated closing square brackets.
8468 (org-footnote-at-reference-p): Improve accuracy of the function to
8469 determine if point is at a reference and to extract definition of an
8471 (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8472 (org-footnote-auto-adjust-maybe): Make use of previous function.
8474 2011-07-28 Bastien Guerry <bzg@gnu.org>
8476 * org.el (org-deadline, org-schedule):
8477 keep warning cookie when rescheduling/redeadlining.
8478 (org-time-stamp): Fix problem with warning cookie.
8480 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8482 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8483 clojure source into elisp source.
8485 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8487 * ob.el (org-babel-script-escape): Treats {} in the same manner as
8488 [] and allows for forcing string conversion.
8490 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8492 * org-exp.el (org-export-select-backend-specific-text): Strip
8493 protective commas from literal code blocks.
8495 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8497 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8499 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8501 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8503 (org-babel-ref-headline-body): Split out into its own function.
8504 (org-babel-ref-resolve): Using new functions, and alignment.
8506 * ob.el (org-babel-ref-goto-headline-id): Declare function.
8507 (org-babel-ref-headline-body): Declare function.
8508 (org-babel-expand-noweb-references): Now expands noweb references to
8509 headlines during expansion.
8511 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8513 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8514 headlines by either global or custom id, in which case the
8515 contents of the headline are returned literally.
8517 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8519 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8521 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8524 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8526 * org-list.el (org-cycle-item-indentation): Cycling back to
8527 original position deleted any additional information in the item,
8528 like a counter or a tag.
8530 2011-07-28 Pieter Praet <pieter@praet.org>
8532 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
8533 (org-decrypt-entry): Before decrypting, check whether
8534 `auto-save-mode' is enabled for the current buffer, and act on it
8535 according to how `org-crypt-disable-auto-save' is set. Remove
8536 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
8537 check for `auto-save-default'.
8539 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8541 * ob.el (org-babel-merge-params): Ensure variable parameters are
8544 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8546 * ob.el (org-babel-insert-result): Fix results insertion for
8547 inline blocks which happen to start a line.
8549 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8551 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
8552 if a call line is commented.
8554 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
8556 * org.el (org-read-property-name): Propose default property name.
8558 2011-07-28 Achim Gratz <stromeko@nexgo.de>
8560 * org.el (org-log-into-drawer): Correct typo.
8562 * org-clock.el (org-clock-into-drawer): New function to change the
8563 location of clock events based on properties CLOCK_INTO_DRAWER or,
8564 as fallback, LOG_INTO_DRAWER, like it is already possible for
8567 * org-clock.el (org-clock-jump-to-current-clock): Add statement to
8568 let clause to bind `org-clock-into-drawer' to result of function
8571 * org-clock.el (org-clock-find-position): Add statement to let
8572 clause to bind `org-clock-into-drawer' to result of function eval,
8573 change let to let* since the binding is used later in the same
8576 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8578 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
8581 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8583 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
8584 non-inline call lines.
8586 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8588 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
8589 call_ blocks which aren't whitespace padded.
8591 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8593 * ob.el (org-babel-merge-params): Do not reverse variable order,
8594 and be sure to increment variable index as appropriate.
8596 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8598 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
8599 successfully match optional trailing header arguments in square
8601 (org-babel-lob-get-info): Updated to match the new regexp.
8603 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8605 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
8606 then allow them to be so.
8608 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8610 * ob.el (org-babel-merge-params): If variables are not named they
8611 are assigned in order.
8613 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8615 * ob.el: Remove code comment about online documentation.
8617 * ob-exp.el: Remove code comment about online documentation.
8619 * ob-lob.el: Remove code comment about online documentation.
8621 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8623 * org-exp.el (org-export-format-source-code-or-example): Fix
8624 signature of org-<backend>-format-source-code-or-example function.
8626 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8628 * ob.el (org-babel-sha1-hash): Replace call to
8629 called-interactively-p with backwards-compatible interactive-p.
8631 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8633 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
8634 replacement of inline call blocks with their results.
8636 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8638 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
8639 trailing space ensures that the insertion of the results looks
8642 * ob.el (org-babel-insert-result): Insert inline lob line results
8645 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8647 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
8648 appropriately given the style (block or inline) of the lob line.
8650 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
8651 specific for block lob lines.
8652 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
8654 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
8655 (org-babel-lob-get-info): Return info from *either* the block or
8658 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8660 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
8661 structure of the resulting info list.
8663 * ob-lob.el (org-babel-default-lob-header-args): Export the
8664 results of call lines by default.
8666 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
8668 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
8669 property based on the ID property of the org entry to the first
8670 character of the diary entry.
8672 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8675 (org-footnote-insert-pos-for-preprocessor): New variable.
8676 (org-footnote-normalize): Use it.
8678 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8680 * org-exp.el (org-export-format-source-code-or-example):
8681 Simplify. Also add `org-native-text' as a text property to the
8682 formatted text and throw error for unknown backends.
8684 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8686 * org-exp.el (org-export-format-source-code-or-example): Add
8687 support for: - custom formatters for existing backends - seamless
8688 plugging in of new backends.
8690 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8692 * org-exp.el (org-export-backends): New variable.
8693 (org-export-select-backend-specific-text): Use above
8694 variable. Also mark text between #+BACKEND and
8695 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
8696 This text property is currently used only by the new line-oriented
8697 generic exporter (which is not yet part of the repo).
8699 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
8701 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
8702 OpenDocumentText export and bind them to `org-export-as-odt' and
8703 `org-export-as-odt-and-open'.
8705 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8707 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
8710 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8712 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
8713 lists before reading into emacs-lisp.
8715 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8717 * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
8719 * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
8721 * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
8723 * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
8725 * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
8727 * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
8729 * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
8731 * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
8733 * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
8735 * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
8737 * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
8739 * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
8741 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8743 * ob-awk.el: New file.
8745 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8747 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
8748 ":results verbatim".
8750 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8752 * org-agenda.el (org-float): Aliases for `diary-float'.
8754 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8756 * ob-python.el (org-babel-python-evaluate-session): Send
8757 comint-send-input after every line when interacting with an
8758 interactive python process.
8760 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8762 * org-list.el (org-reset-checkbox-state-subtree): Make the command
8763 more robust, and correctly update check-boxes in the whole
8765 (org-update-checkbox-count): Fix bug accumulating count of checkboxes
8766 when walking a subtree.
8767 (org-update-checkbox-count-maybe): Add an optional argument passed to
8768 org-update-checkbox-count.
8770 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
8772 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
8774 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8776 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
8777 ":results scalar" header argument combination.
8779 2011-07-28 Dan Davison <dandavison7@gmail.com>
8781 * org-src.el: Append a space character to copied text so that the
8782 final text property change is picked up correctly.
8784 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8786 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
8787 to org-babel-tangle.
8788 (org-babel-tangle): Now when called with a prefix argument, only the
8789 current code block is tangled.
8791 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
8793 * org-list.el (org-list-parse-list): Replace transitional
8794 check-boxes with "[CBTRANS]" string during parsing.
8795 (org-list-to-generic): Use the new property `:cbtrans' to configure
8796 export string for transitional check-boxes.
8798 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8800 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
8801 Use stable internal `org-anniversary' instead of
8803 (org-class): New function.
8804 (org-diary-class): Use `org-class'.
8805 (org-anniversary, org-cyclic, org-date, org-block): New functions.
8807 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8809 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
8810 of header argument names.
8812 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8814 * ob.el (org-babel-expand-noweb-references): Concatenating all
8815 bodies with the appropriate name or :noweb-ref header argument.
8817 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
8819 * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
8820 work also when #+begin line is indentex.
8822 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8824 * ob.el (org-babel-src-block-regexp): Babel: code block may have
8827 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8829 * org-macs.el (org-without-partial-completion): Avoid calling by
8830 name a function unknown to the compiler but explicitly checked by
8833 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8835 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
8837 (org-agenda-later): Declaring previously unknown function.
8838 (org-agenda-mode-map): Declaring previously unknown variable.
8840 * org.el (org-read-date-analyze): Explicitly ignore the return
8841 value of a function.
8843 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8845 * org-agenda.el (org-agenda-mode): Globally replace
8846 buffer-substring-filters with filter-buffer-substring-functions.
8848 * org-indent.el (org-indent-mode): Globally replace
8849 buffer-substring-filters with filter-buffer-substring-functions.
8851 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8853 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
8856 * org-attach.el: Replacing '(λ...) with #'(λ...).
8857 (org-attach-commit): Replacing '(λ...) with #'(λ...).
8859 * org-exp.el: Replacing '(λ...) with #'(λ...).
8860 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
8862 * org-html.el: Replacing '(λ...) with #'(λ...).
8863 (org-export-as-html): Replacing '(λ...) with #'(λ...).
8865 * org-mouse.el: Replacing '(λ...) with #'(λ...).
8866 (org-mouse-popup-global-menu): Replacing '(λ...) with
8867 (org-mode-hook): Replacing '(λ...) with #'(λ...).
8868 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
8870 * org-src.el: Replacing '(λ...) with #'(λ...).
8871 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
8873 * org-table.el: Replacing '(λ...) with #'(λ...).
8874 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
8876 * org.el: Replacing '(λ...) with #'(λ...).
8877 (org-confirm-shell-link-function): Replacing '(λ...) with
8878 (org-category): Replacing '(λ...) with #'(λ...).
8880 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8882 * org.el (mailcap-parse-mailcaps): Declaring functions used by
8884 (mailcap-extension-to-mime): Declaring functions used by
8886 (mailcap-mime-info): Declaring functions used by `org-open-file'.
8888 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8890 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
8891 function `interactive-p'.
8892 (org-agenda-show-1): Replacing call to now-defunct function
8894 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
8896 * org-ascii.el: Replacing call to now-defunct function
8898 (org-export-as-latin1): Replacing call to now-defunct function
8900 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
8901 function `interactive-p'.
8902 (org-export-as-utf8): Replacing call to now-defunct function
8904 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
8906 (org-export-region-as-ascii): Replacing call to now-defunct
8907 function `interactive-p'.Replacing call to now-defunct function
8910 * org-docbook.el: Replacing call to now-defunct function
8912 (org-export-region-as-docbook): Replacing call to now-defunct
8913 function `interactive-p'.Replacing call to now-defunct function
8916 * org-html.el: Replacing call to now-defunct function
8918 (org-export-region-as-html): Replacing call to now-defunct
8919 function `interactive-p'.Replacing call to now-defunct function
8922 * org-latex.el: Replacing call to now-defunct function
8924 (org-export-region-as-latex): Replacing call to now-defunct
8925 function `interactive-p'.Replacing call to now-defunct function
8928 * org-macs.el: Replacing call to now-defunct function
8930 (org-called-interactively-p): Replacing call to now-defunct
8931 function `interactive-p'.Replacing call to now-defunct function
8934 * org-table.el: Replacing call to now-defunct function
8936 (org-table-blank-field): Replacing call to now-defunct function
8938 (org-table-current-column): Replacing call to now-defunct function
8939 `interactive-p'.Replacing call to now-defunct function
8941 (org-table-current-dline): Replacing call to now-defunct function
8942 `interactive-p'.Replacing call to now-defunct function
8944 (org-table-sort-lines): Replacing call to now-defunct function
8946 (org-table-sum): Replacing call to now-defunct function
8948 (org-table-rotate-recalc-marks): Replacing call to now-defunct
8949 function `interactive-p'.
8950 (org-table-eval-formula): Replacing call to now-defunct function
8952 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
8954 * org.el: Replacing call to now-defunct function `interactive-p'.
8955 (org-mode): Replacing call to now-defunct function
8957 (org-copy-subtree): Replacing call to now-defunct function
8959 (org-paste-subtree): Replacing call to now-defunct function
8961 (org-store-link): Replacing call to now-defunct function
8963 (org-todo): Replacing call to now-defunct function `interactive-p'.
8964 (org-occur): Replacing call to now-defunct function `interactive-p'.
8966 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8968 * ob-R.el (ess-local-process-name): This variable wasn't known to
8971 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
8974 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
8975 known to be defined.
8976 (org-babel-tangle-combine-named-blocks): Roll my own version of a
8977 forbidden common lisp function.
8979 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
8980 called-interactively.
8982 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
8984 * org-latex.el (org-export-latex-tables): Check for the
8985 "multiline" option and set the `floatp' option to true when
8986 multicolumn tables are requested.
8988 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8990 * org-html.el (org-export-as-html, org-html-level-start): Only
8991 convert section number underscores to dashes.
8993 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
8995 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
8996 `days-to-time, converting relative to 1 BC, while the code assumed
8997 it would return a time relative to 1970.
8999 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9001 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9002 inserting newlines between appended code blocks.
9004 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9006 * ob-exp.el: We may no longer need to export names along with code
9009 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9011 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9012 balanced nested begin/end blocks in block bodies.
9014 2011-07-28 Dan Davison <dandavison7@gmail.com>
9016 * org-latex.el: Add -shell-escape to pdflatex commands.
9018 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9020 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9021 combination can now take a number of values.
9022 (org-babel-tangle-combine-named-blocks): More sophisticated block
9023 combination behavior.
9025 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9027 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9028 to turn on the combination of code blocks of the same name.
9029 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9032 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9034 * ob-ruby.el (xmp): Declaring this function to appease the
9036 (org-babel-execute:ruby): "xmp" result option for outputting
9037 annotated source code.
9039 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
9041 * org-list.el (org-list-to-latex): The enumerate environment in
9042 latex increments the counter before using it. Therefore, org-mode
9043 should set the enumeration counter to the desired value minus one.
9045 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
9047 * org.el (org-toggle-heading): More comments and fix number of
9048 stars when toggling from list items.
9050 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9052 * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9053 effort that is accepted by `org-duration-string-to-minutes´.
9055 2011-07-28 Julien Barnier <julien@nozav.org>
9057 * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9058 wait until previous line execution is finished.
9060 * ob-comint.el (org-babel-comint-with-output): When looking for
9061 end-of-evaluation indicator, search forward for the indicator
9062 before searching forward for the prompt.
9064 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9066 * org-entities.el (org-entities): Fix HTML entity for degree.
9068 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9070 * org.el (org-auto-align-tags): Change docstring.
9071 (org-update-parent-todo-statistics): Keep tags aligned even when
9072 statistics cookies are shifting them.
9074 * org-list.el (org-update-checkbox-count): Keep tags aligned even
9075 when statistics cookies are shifting them.
9077 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9079 * ob.el (org-babel-sha1-hash): Don't modify info argument by
9080 side-effect when sorting result-params list.
9082 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9084 * ob.el (org-babel-result-regexp): Use non-shy group around
9085 `org-babel-data-names'.
9087 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9089 * org.el (org-insert-link): Set truncate-line in the *Org Link*
9090 buffer and make sure that it really is set there.
9092 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9094 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9095 changing how/if the current directory is represented to lisp code.
9096 (org-babel-execute:lisp): More general handling of the default
9099 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9101 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9102 *default-pathname-defaults* to either the value of the :dir header
9103 argument or the directory of the containing Org-mode file.
9105 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9107 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9110 2011-07-28 Sébastien Delafond <sdelafond@gmail.com> (tiny change)
9112 * org.el (org-mode-flyspell-verify): This is useful when using
9113 flyspell with a non-English dictionary, or if some of your
9114 keywords are in another language.
9116 2011-07-28 David Maus <dmaus@ictsoc.de>
9118 * org-exp.el (org-export): Use new compatibility function
9119 `org-activate-mark'.
9121 * org-compat.el (org-activate-mark): New function. Provide
9122 `activate-mark' if not present (e.g. Emacs 22).
9124 2011-07-28 David Maus <dmaus@ictsoc.de>
9126 * org-table.el (org-table-follow-field-mode): Declare variable to
9127 keep byte compiler happy.
9129 2011-07-28 David Maus <dmaus@ictsoc.de>
9131 * org-footnote.el (org-id-uuid): Declare function, silence byte
9134 2011-07-28 David Maus <dmaus@ictsoc.de>
9136 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9137 run-time, compare downcased strings.
9139 2011-07-28 David Maus <dmaus@ictsoc.de>
9141 * org-bibtex.el (org-id-locations): Declare variable to silence
9144 2011-07-28 David Maus <dmaus@ictsoc.de>
9146 * org-id.el (org-id-locations): Fix docstring, remove reference to
9147 non-existent option.
9149 2011-07-28 David Maus <dmaus@ictsoc.de>
9151 * org.el (org-self-insert-command): Use `delete-char' instead of
9152 `delete-backward-char'.
9154 * org-table.el (orgtbl-self-insert-command): Ditto.
9156 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9158 * org-latex.el (org-export-latex-special-chars): Save match data
9159 when checking for table.el table.
9161 2011-07-28 David Maus <dmaus@ictsoc.de>
9163 * org.el (org-re-property): Move before its first use.
9165 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9167 * org-latex.el (org-export-latex-preprocess): Add
9168 `original-indentation' property to footnotes so they cannot
9169 possibly end a list by being less indented than the item they
9172 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9174 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9176 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9179 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9181 * org-clock.el (org-clocktable-write-default): Implement adding
9182 property columns to the clock table.
9184 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9186 * org.el (org-toggle-item): Move parenthesis to correct location.
9188 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9190 * org.el (org-default-priority):
9191 (org-priority-start-cycle-with-default): Improve docstring.
9192 (org-priority): Throw error when priority is out of range.
9194 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9196 * org.el (org-self-insert-command): Catch the case of
9197 `buffer-undo-list' eq t.
9199 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9201 * org.el (org-toggle-heading): Region should be considered as made
9202 of full lines, without the last one if region-end is at bol.
9203 Removed unused variables. Refactored and commented code.
9205 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9207 * org.el (org-toggle-item): When region includes an headline less
9208 indented than first one, set it as the new reference.
9210 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9212 * org-list.el (org-list-to-subtree): If the list is before first
9213 heading and `org-odd-levels-only' is non-nil, the first item gets
9214 two stars instead of one.
9216 * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9217 `org-odd-levels-only' non-nil.
9219 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9221 * org.el (org-toggle-item): Converting an heading to an item would
9222 sometimes insert unnecessary spaces before it, and unwanted space
9223 with `org-indent-mode' on. Changing some text into an item
9224 wouldn't always preserve indentation.
9226 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9228 * org-capture.el (org-capture-current-plist): Improve docstring.
9229 (org-capture-put): Add docstring.
9230 (org-capture-get): Add docstring.
9231 (org-capture-member): Add LOCAL argument. Add docstring.
9232 (org-capture-set-target-location): Store the time received from a
9233 date prompt into the :prompt-time property.
9235 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9237 * org-exp.el (org-export-mark-list-properties): Even if context is
9238 invalid, mark list item with `list-context' property.
9240 * org-list.el (org-list-forbidden-blocks): Add exporters specific
9241 blocks to the list of forbidden blocks.
9243 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9245 * org-list.el (org-sort-list): Function tries to intern
9246 getkey-func before it is defined, so it's always nil.
9248 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9250 * org.el (org-babel-load-languages): Adding ob-awk to the list of
9251 executable languages.
9253 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9255 * org-table.el (org-table-get-field): Make sure the new field
9256 content is at least one space character.
9258 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9260 * org-crypt.el: Check for `daemonp' before using it.
9262 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9264 * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9265 :stdin header argument.
9266 (org-babel-execute:sh): Use the :stdin header argument.
9267 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9269 (org-babel-sh-var-to-string): New function for converting elisp
9270 values to strings that make sense for parsing with sh.
9271 (org-babel-sh-evaluate): Adding "stdin" option to session and
9272 external evaluation options.
9274 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
9276 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9278 (org-export-format-source-code-or-example): Call
9279 `org-remove-formatting-on-newlines-in-region'.
9281 2011-07-28 David Maus <dmaus@ictsoc.de>
9283 * org.el (org-entry-put): Prevent adding of extra space to value
9284 if property already exists.
9286 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
9288 * org-html.el (org-export-as-html): Don't expand non-data lines of
9290 (org-html-expand): Removed the (buggy) test for non-data lines
9291 in table.el tables. The test is now done as part of
9293 (org-format-table-table-html-using-table-generate-source):
9294 Added test for spanning of cells in table.el tables using
9295 table.el's own library routine. Optionally suppress export of
9296 simple table.el tables.
9297 (org-format-table-html): Removed the (buggy) test for spanned
9298 table.el tables. The test is now done as part of
9299 org-format-table-table-html-using-table-generate-source.
9301 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9303 * org-latex.el (org-export-latex-special-chars): Do nothing in
9306 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9308 * org-capture.el (org-capture): Ignore errors when creating a
9311 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
9313 * org-exp.el (org-export-define-heading-targets): Use dash instead
9314 of underscore to make labels valid.
9316 2011-07-28 Dan Davison <dandavison7@gmail.com>
9318 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9319 is written to the results file before Emacs notices that the file
9322 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9324 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9325 defined locally on my system, but not globally in Emacs.
9327 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9329 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9330 generate code block output.
9331 (org-babel-exp-code): Re-create the code block body for exporting
9334 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9336 * org.el (org-read-date): Bury Calendar buffer after using it for
9339 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9341 * org-list.el (org-list-separating-blank-lines-number): Fix
9342 confusion between point and item beginning. Now, if no
9343 information is available, truly follow user preference when it
9344 inserts blank lines manually.
9345 (org-list-insert-item): Send correct argument to the preceding
9348 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9350 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9351 newline inside of the code block body.
9353 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com> (tiny change)
9355 * ob.el: Avoid spurious matches to literal.
9357 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9359 * org.el (org-indent-line-function): Don't include #+include
9362 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9364 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9365 org-babel-check-src-block.
9367 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9368 (org-babel-edit-distance): Returns the edit distance of two
9370 (org-babel-check-src-block): Check a code block for errors.
9372 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9374 * org-capture.el (org-capture-templates): Fix bug in customization
9377 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9380 (org-table-exit-follow-field-mode-when-leaving-table): New option.
9381 (org-table-check-inside-data-field): New optional argument
9382 `noerror'. When set, the function will only return nil instead of
9384 (org-table-edit-field): Interpret double prefix argument, and improve
9385 the properties of the editing window.
9386 (org-table-follow-field-mode): New minor mode.
9387 (org-table-follow-fields-with-editor): New function.
9389 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9391 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9392 first, then check if timestamps cause exclusion.
9394 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9395 if timestamps cause exclusion.
9397 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9399 * org-list.el (org-list-full-item-re): Allow description term to
9400 have a newline character after the colons.
9402 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9404 * org-list.el (org-sort-list): No longer ignore with-case
9405 argument: the function sorted case-sensitively, regardless of
9408 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9410 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9412 * ob.el (org-babel-data-names): Configurable list of names of
9414 (org-babel-result-regexp): Using new results regexp.
9416 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9418 * org.el (org-special-properties): Add CLOCKSUM to the special
9421 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9423 * ob-exp.el (org-babel-exp-in-export-file): Bind
9424 `org-link-search-inhibit-query' to t to inhibit prompts.
9426 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9428 * org-exp.el (org-export-add-options-to-plist): Use the right
9431 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9433 * org-latex.el (org-export-latex-preprocess): Protect index string.
9435 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9437 * org-latex.el (org-export-latex-preprocess): Pipe index entries
9438 through `org-export-latex-fontify-headline'.
9440 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9442 * org-exp.el (org-export-add-options-to-plist): Fix the option
9445 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9447 * org-latex.el (org-export-latex-preprocess): Replace index
9450 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com> (tiny change)
9452 * org.el (org-structure-template-alist): Add an easy template for
9453 index (i), and move include file to I from i.
9455 2011-07-28 Matt Lundin <mdl@imapmail.org>
9457 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9458 line to `org-offer-links-in-entry'.
9460 2011-07-28 Matt Lundin <mdl@imapmail.org>
9462 * org-bibtex.el (org-bibtex-search): New function.
9463 (org-bibtex-export-to-kill-ring): New function. Export to kill
9465 (org-bibtex-create-in-current-entry): New function
9466 (org-bibtex-create): Make it easier to add bib fields to an
9468 (org-bibtex-export-arbitrary-fields)
9469 (org-bibtex-treat-headline-as-title): Fix typos
9470 (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9471 from type completion.
9473 2011-07-28 Matt Lundin <mdl@imapmail.org>
9475 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9477 (org-bibtex-headline): Only use headline text (not TODO or other
9478 metadata) to generate title field and auto key.
9479 (org-bibtex-fleshout): Allow user to choose whether to treat
9482 2011-07-28 Tom Dye <tsd@tsdye.com>
9484 * org-bibtex.el: Added crossref field to other fields.
9486 2011-07-28 Tom Dye <tsd@tsdye.com>
9488 * org-bibtex.el: Add crossref option to incollection.
9490 2011-07-28 Matt Lundin <mdl@imapmail.org>
9492 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9495 2011-07-28 Matt Lundin <mdl@imapmail.org>
9497 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9498 warn if a duplicate ID is generated.
9500 2011-07-28 Matt Lundin <mdl@imapmail.org>
9502 * org-bibtex.el (org-bibtex-tags): New variable.
9503 (org-bibtex-tags-are-keywords): New variable.
9504 (org-bibtex-no-export-tags): New variable.
9505 (org-bibtex-headline): Export tags as comma-separated bibtex
9507 (org-bibtex-read): Import bibtex keywords field as tags.
9509 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9511 * org-publish.el (org-publish-find-date): Optimization.
9513 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
9515 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9516 when following link.
9518 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9520 * org-publish.el (org-publish-project-alist): Document new
9521 :sitemap-sans-extension property.
9522 (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9525 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9527 * org.el (org-remove-uninherited-tags): Renamed from
9528 `org-remove-iniherited-tags'.
9529 (org-scan-tags): Fix typo in function call.
9530 (org-get-tags-at): Fix typo in function call.
9532 2011-07-28 Matt Lundin <mdl@imapmail.org>
9534 * org.el (org-get-tags-at): Don't include filetags if local is t.
9536 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9538 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
9539 dispatch functions, wrap body in `(do )'.
9541 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9543 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
9544 resulted in the creation of multiple overlays in src blocks.
9546 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9548 * ob-clojure.el (org-babel-execute:clojure): If results are not
9549 readable by lisp, then return them as a string.
9551 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9553 * org-bibtex.el (org-bibtex): Now prompts for a file name.
9555 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9557 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
9558 will result in prompting for optional fields.
9560 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9562 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
9563 which was causing compile problems.
9564 (org-bibtex-fleshout): Renamed flet function `get' which was causing
9566 (org-bibtex-write): Renamed flet function `get' which was causing
9569 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
9571 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
9572 never starts with a number.
9574 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9576 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
9577 (org-bibtex-key-property): New option.
9578 (org-bibtex-put): Make use of new `org-bibtex-key-property'
9580 (org-bibtex-headline): Make use of new
9581 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
9583 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
9585 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
9587 (org-bibtex-write): Make use of new `org-bibtex-key-property'
9590 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9592 * org-bibtex.el: Updating Copyright dates, author information,
9593 commentary and history notes.
9594 (org-bibtex-types): List of bibtex types with descriptions and
9595 required and optional fields.
9596 (org-bibtex-fields): List of bibtex fields with descriptions.
9597 (*org-bibtex-entries*): Special variable to hold parsed bibtex
9599 (org-bibtex-autogen-keys): Custom variable controlling whether
9600 bibtex keys are automatically generated
9601 (org-bibtex-prefix): Custom variable allowing use of optional prefix
9602 for bibtex properties in Org-mode headlines.
9603 (org-bibtex-get): Helper function for accessing bibtex elements of a
9605 (org-bibtex-put): Helper function for inserting bibtex element into
9607 (org-bibtex-headline): Return a bibtex entry of the given headline
9609 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
9611 (org-bibtex-autokey): Generate a bibtex key for the current
9613 (org-bibtex-fleshout): Fill in missing bibtex properties of the
9615 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
9616 (org-bibtex-check): Check that all bibtex properties are present in
9617 the current headline.
9618 (org-bibtex-check-all): Check all headlines in the current buffer.
9619 (org-bibtex-create): Create a new bibtex headline at the current
9621 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
9622 (org-bibtex-write): Write the most recently read bibtex entry into
9625 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9627 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
9629 (org-agenda-show-clocking-issues): Handle faces.
9631 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9633 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
9634 content by default with "-Dfile.encoding=UTF-8".
9636 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9638 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
9641 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9643 * org-exp.el (org-export-preprocess-string): Mark list end before
9644 expanding macros. Thus, a macro inside a list and containing
9645 blank lines cannot break the list structure.
9646 (org-export-preprocess-apply-macros): Multi-lines macros get
9647 indented with the same indentation as the first line. Thus, we
9648 are sure that every line belongs to the same list as the first
9649 line, if such list exists. Also add comments in code.
9651 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9653 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
9654 (org-agenda-list): Handle display change to clock check.
9655 (org-agenda-get-progress): Show only clock entries if we are doing
9656 the consistency check.
9657 (org-agenda-show-clocking-issues): New function.
9658 (org-agenda-check-clock-gap): New function.
9659 (org-agenda-view-mode-dispatch): Offer consistency check.
9660 (org-agenda-log-mode): Handle switch to clock only display.
9661 (org-agenda-set-mode-name): Show lighter for Clockcheck.
9663 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
9664 and return it unchanged.
9666 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9668 * org-list.el (org-list-struct): When walking down the list, the
9669 function would not pay attention to drawers or blocks indentation.
9670 Thus, such constructs couldn't consistently end an item or a list.
9671 This patch ensures line indentation is stored (if applicable)
9672 before skipping them. Also fixed doc-string and comments.
9674 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9676 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
9679 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9681 * org-exp.el (org-export): Define a bound for finding enclosing
9682 tree with class/title definition.
9684 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9686 * org-exp.el (org-export): Go to next heading before searching
9687 backward, so make this also work if we are on the headline of the
9688 entry with the property.
9690 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9692 * org.el (org-promote):
9693 (org-demote): Soften the previous change, by only removing the
9694 flyspell function from after-change functions, because that was
9695 the one causing the slowdown - at least much of it.
9697 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9699 * org.el (org-promote, org-demote): Turn off
9700 after-change-functions to speed up the reindentation of text.
9702 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9704 * ob-ocaml.el (org-babel-ocaml-read-list): Use
9705 `org-babel-script-escape'.
9706 (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
9708 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9710 * org-html.el (org-html-handle-links): Add an alternate for inline
9713 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9715 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
9716 variable before it is defined.
9718 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9720 * org-src.el (org-src-lang-modes): Added a language alias of "C"
9723 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
9725 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
9728 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
9730 * org-html.el (org-html-make-link): Correct a bug in coderef link.
9732 2011-07-28 Bernt Hansen <bernt@norang.ca>
9734 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
9737 2011-07-28 Bernt Hansen <bernt@norang.ca>
9739 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
9740 when headlines are missing.
9742 2011-07-28 Bastien Guerry <bzg@gnu.org>
9744 * org-mobile.el (org-mobile-push): Move call to hook, make it the
9745 first thing of the push operation.
9747 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9749 * ob.el (org-babel-params-from-buffer): Now looking for header
9750 arguments in #+Properties: as well as #+Babel:. Also, we're no
9751 longer caching these results into a file local variable.
9753 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9755 * ob-python.el (org-babel-python-evaluate-external-process): Allow
9756 parsing as a table in the case of ":results output table".
9757 (org-babel-python-evaluate-session): Allow parsing as a table in
9758 the case of ":results output table".
9760 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9762 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
9763 all possible agenda views. Use `org-agenda-schedule' instead of
9764 `org-agenda-date-later'.
9766 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9768 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
9771 2011-07-28 Julien Danjou <julien@danjou.info>
9773 * org.el (org-entry-get, org-entry-delete, org-entry-put)
9774 (org-property-values, org-delete-property-globally): Use
9776 (org-re-property): New function allowing to build a regexp to
9779 2011-07-28 Julien Danjou <julien@danjou.info>
9781 * org.el (org-property-values): Enhance docstring.
9783 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu> (tiny change)
9785 * org-html.el (org-html-export-list-line): Fix regexp for
9786 detecting description lists to allow "::" marker to be last
9787 visible element at end of line.
9788 * org-docbook.el (org-docbook-export-list-line): Fix regexp for
9789 detecting description lists to allow "::" marker to be last
9790 visible element at end of line.
9792 2011-07-28 Julien Danjou <julien@danjou.info>
9794 * org-table.el (org-table-cleanup-narrow-column-properties): Use
9795 point-min rather than 1 when moving in the buffer.
9797 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9799 * org-list.el (org-list-in-valid-context-p): Renamed from
9800 `org-list-in-valid-block-p'.
9801 (org-at-item-p,org-list-search-generic): Use renamed function.
9803 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9805 * org.el (org-set-font-lock-defaults): Be more strict when
9806 recognizing description items, and do not fontify wrong cases
9807 like: "- term ::description" or "1. term :: description".
9809 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9811 * org-latex.el: Pay attention to end of footnote. Before closing
9812 the command, ensure that list is properly closed or that last link
9813 is separated from the curly brace.
9815 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9817 * org.el (org-indent-line-function): Footnote definition must stay
9818 at column 0 to be recognized as such. Body below can have normal
9819 indentation, so it should ignore its definition when computing
9822 2011-07-28 Bastien Guerry <bzg@gnu.org>
9824 * org-protocol.el (org-protocol-remember, org-protocol-capture):
9825 More appropriate message.
9827 2011-07-28 Bastien Guerry <bzg@gnu.org>
9829 * org-capture.el (org-capture-clock-keep): New local variable.
9830 (org-capture, org-capture-finalize): Use it and fix a bug when
9831 :clock-keep is set to `t'.
9833 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9835 * org-exp.el (org-export-preprocess-string): Handle include files
9836 before processing macros.
9838 2011-07-28 Bernt Hansen <bernt@norang.ca>
9840 * org-agenda.el: Remove obsolete code for adding todo list in
9841 front of the agenda.
9843 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9845 * org-latex.el (org-export-latex-convert-table.el-table): Fix
9846 format-string for insertion of captions.
9848 2011-07-28 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9850 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
9853 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
9855 * org.el (org-read-date-analyze): Help matching dotted European
9856 dates, like 31. 12. 2007
9858 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9860 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
9862 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9864 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
9865 before reading by elisp.
9866 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
9867 should be replaced with a cl-vector->el-vector function.
9869 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9871 * ob-lisp.el (org-babel-execute:lisp): Now using
9872 `org-babel-reassemble-table' to apply the appropriate header
9873 arguments to results.
9875 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9877 * org.el (org-end-of-meta-data-and-drawers): New function.
9879 * org-capture.el (org-capture-place-plain-text): Implement adding
9880 plain text templates to Org nodes.
9882 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9884 * org-beamer.el (org-beamer-environments-extra): Fix docstring.
9886 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9888 * org-exp.el (org-export-handle-comments): Add the org-protected
9889 property to the replacement string.
9891 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9893 * org-html.el (org-export-as-html, org-html-level-start): Fix
9894 logic for section number printing when NUM is an integer.
9896 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9898 * org-latex.el (org-export-latex-special-chars): Fix regexp for
9899 `single' special characters and ellipsis.
9901 2011-07-28 Lawrence Mitchell <wence@gmx.li>
9903 * org.el (org-point-at-end-of-empty-headline): Bind
9904 `case-fold-search' to nil.
9906 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9908 * org-capture.el (org-capture-fill-template): Resolve new %<...>
9910 (org-capture-templates): Document new %<...> template escape.
9912 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9914 * ob.el (org-babel-process-params): Make this function idempotent,
9915 as it will sometimes be called multiple times.
9917 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9919 * org.el (org-ts-regexp-both): Add "]" to class of characters that
9920 should not be matched.
9921 (org-ts-regexp0, org-ts-regexp1): Do not start a class with
9922 "^]-+", because that tries to (not) match characters between "]"
9923 and "+". Instead, move the "-" to the end of the class where it
9926 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9928 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
9929 process with the edit buffer when :session is specified.
9931 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9933 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
9934 extraction code into line with a newer version of the
9935 `org-store-link' function.
9937 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
9939 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
9940 wrapping the expression in either a let or progn, and possibly a
9941 pretty-print function invocation.
9942 (org-babel-execute:lisp): Greatly simplified method of executing
9945 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9947 * org-list.el: Move `org-update-checkbox-count-maybe' call outside
9948 of ̀save-excursion' to get back to original position.
9950 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9952 * org.el (org-numbered-action-format): New option.
9953 (org-new-numbered-action): New command.
9954 (org-collect-todos-in-subtree): New command.
9956 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9958 * org-exp.el (org-export-with-tasks): New option.
9959 (org-export-plist-vars): Add :tasks property.
9961 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9963 * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
9964 property to the export preprocessor.
9966 * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
9967 property to the export preprocessor.
9969 * org-html.el (org-export-as-html): Pass the :done-tasks property
9970 to the export preprocessor.
9972 * org-latex.el (org-export-as-latex): Pass the :done-tasks
9973 property to the export preprocessor.
9975 * org-exp.el (org-export-with-done-tasks): New option.
9976 (org-export-plist-vars): Add entry for :done-tasks.
9977 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
9978 (org-export-remove-done-tasks): New function.
9980 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9982 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
9985 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
9987 * org.el (org-find-olp): Use the level of the correct match to
9990 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9992 * org-list.el (org-toggle-checkbox): Build value of
9993 org-keyword-time-regexp instead of using it directly, as it's
9994 buffer-local, and function might be called outside Org.
9996 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
9998 * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
9999 blocks or drawers necessarily start somewhere. It it isn't the
10000 case, treat them as normal text.
10002 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10004 * ob-exp.el (org-babel-exp-results): Use code block name when
10005 finding cached results.
10007 2011-07-28 Julien Danjou <julien@danjou.info>
10009 * org-latex.el (org-export-latex-date-format): Change default date
10010 format to \today. This has the same result but respects the
10011 language set in the document by default.
10013 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10015 * org-list.el (org-list-checkbox): When called from an headline,
10016 function would normally skip drawers, but not if a SCHEDULED or
10017 DEADLINE keyword is standing before the drawer. Also avoid
10018 problems if function is called in buffers not is Org mode.
10020 2011-07-28 Bastien Guerry <bzg@gnu.org>
10022 * org-clock.el (org-clock-report): Change the scope of the
10023 inserted clock report depending on whether the point is within a
10024 subtree (:scope subtree) or not (:scope file).
10026 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10028 * org-html.el (org-export-as-html): Fix export of footnotes
10029 containing lists, tables, quotes, etc.
10031 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10033 * org-latex.el (org-export-latex-preprocess): Correctly match
10034 starred command names.
10036 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10038 * org-html.el (org-export-as-html): Get local value of
10039 org-export-with-section-numbers from the buffer's plist. Deal
10040 specially with the case the resulting value is an integer.
10041 (org-html-level-start): New optional argument of the option plist used
10042 instead of `org-export-with-section-numbers'. Also deal specially
10043 with the case that the value is an integer.
10045 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10047 * org-latex.el (org-export-latex-subcontent): Deal specially with
10048 the case that NUM is an integer.
10050 2011-07-28 Bastien Guerry <bzg@gnu.org>
10052 * org-protocol.el (org-protocol-do-capture): Allow template keys
10054 (org-protocol-default-template-key): Update the docstring to
10055 reflect the change in `org-protocol-do-capture'.
10057 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10059 * org-taskjuggler.el: Fix a typo in the commentary.
10061 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10063 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10064 "purge allocations" statement if we are not targeting tj3.
10066 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
10068 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10069 Replace recursive implementation with an iterative one.
10071 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10073 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10074 data into shell variables.
10076 2011-07-28 David Maus <dmaus@ictsoc.de>
10078 * org-html.el (org-html-handle-time-stamps): Protected linebreak
10079 element after timestamp markup.
10081 2011-07-28 David Maus <dmaus@ictsoc.de>
10083 * org-html.el (org-html-handle-links): Don't protect img tag in
10086 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10088 * org-table.el (org-table-formula-handle-first/last-rc): Bind
10091 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10093 * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10094 whatever the major mode is.
10096 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10098 * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10100 (org-inlinetask-export-handler): Ensure contents of inline task,
10101 if any, starts and ends with a newline character. Refactor and
10104 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10106 * org-capture.el (org-datetree-find-date-create): Lower-case for
10107 variable names in `define-function' form.
10109 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10111 * org-table.el (org-table-convert-region): Throw error when
10112 SEPARATOR is smaller than 1.
10114 2011-07-28 Julien Danjou <julien@danjou.info>
10116 * org-colview.el (org-columns-display-here): Fix heading retrieval
10119 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10121 * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10122 be on the same line as a list end marker.
10124 2011-07-28 Julien Danjou <julien@danjou.info>
10126 * org.el (org-icompleting-read): Do not use useless lambda.
10128 2011-07-28 Julien Danjou <julien@danjou.info>
10130 * org-agenda.el (org-format-agenda-item): Fix length computing.
10132 2011-07-28 Julien Danjou <julien@danjou.info>
10134 * org-agenda.el (org-format-agenda-item): Fix comment and use
10135 `add-text-properties'.
10137 2011-07-28 Julien Danjou <julien@danjou.info>
10139 * org-agenda.el (org-agenda-highlight-todo): Remove useless
10142 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10144 * org-list.el (org-list-to-generic): Set a default term for
10145 ill-formed description lists. Do not insert newline characters
10147 (org-list-to-texinfo,org-list-to-html): Apply changes to
10148 `org-list-parse-liste'.
10150 2011-07-28 Bastien Guerry <bzg@gnu.org>
10152 * org-clock.el (org-clock-clocktable-language-setup): Add a
10154 (org-clocktable-write-default): Use the new localized string
10155 in `org-clock-clocktable-language-setup'.
10157 2011-07-28 Bastien Guerry <bzg@gnu.org>
10159 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10160 (org-taskjuggler-assign-resource-ids): Replace recursive
10161 implementation with an iterative one.
10163 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10165 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10168 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10170 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10171 Compute the leafiness of a node.
10172 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10173 node as a milestone if it is a leaf and has no effort.
10175 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
10177 * org-taskjuggler.el (org-export-taskjuggler-target-version):
10178 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10179 to handle export to both tj2 and tj3.
10180 (org-taskjuggler-open-task): Use a different way to purge
10181 allocations for tj2 and tj3.
10183 2011-07-28 Matt Lundin <mdl@imapmail.org>
10185 * org-footnote.el (org-footnote-auto-label): New random option.
10187 * org-footnote.el (org-footnote-new): Create random footnote
10188 labels with unique ids.
10190 2011-07-28 Matt Lundin <mdl@imapmail.org>
10192 * org-footnote.el (org-footnote-create-definition): Allow for
10193 footnote sections above the current footnote insertion point.
10195 2011-07-28 Matt Lundin <mdl@imapmail.org>
10197 * org-footnote.el (org-footnote-create-definition): Don't search
10198 for last footnote when in org-mode file.
10200 2011-07-28 Bastien Guerry <bzg@gnu.org>
10202 * org-html.el (org-export-as-html): Handle links with
10203 `org-html-handle-links' after we handle special characters
10205 (org-html-make-link, org-export-html-format-image): Don't
10206 protect html with @ anymore, as links are now handled after
10207 special characters conversions.
10209 2011-07-28 Julien Danjou <julien@danjou.info>
10211 * org-agenda.el (org-agenda-get-timestamps):
10212 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10213 (org-format-agenda-item): Remove no-prefix argument.
10214 (org-agenda-change-all-lines): Call org-format-agenda-item without the
10215 no-prefix argument.
10217 2011-07-28 Julien Danjou <julien@danjou.info>
10219 * org-agenda.el (org-agenda-highlight-todo): Stop using
10221 (org-cmp-alpha): Stop using prefix-length.
10222 (org-agenda-open-link): Stop using prefix-length.
10223 (org-agenda-change-all-lines): Stop using prefix-length.
10225 * org-colview.el (org-columns-display-here): Stop using
10226 prefix-length. Always return claned items.
10228 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10231 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10233 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10234 `org-store-link' interactively as it can confuse the setting of
10235 `org-link-to-org-use-id' and cause undue edits to the org-mode
10236 buffer during tangling.
10238 2011-07-28 David Maus <dmaus@ictsoc.de>
10240 * org-html.el (org-export-html-format-image): Protect <p> element
10243 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10245 * org.el (org-read-date-force-compatible-dates): New option.
10246 (org-read-date, org-read-date-analyze): Check representable date range.
10248 2011-07-28 Bastien Guerry <bzg@gnu.org>
10250 * org-html.el (org-export-as-html): Fix export of email.
10252 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10254 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10255 on tangling, no longer use the now-removed variable
10256 `org-babel-tangle-pad-newline'.
10258 * ob.el (org-babel-header-arg-names): Add padline to the list of
10259 header argument names.
10260 (org-babel-default-header-args): Set the default value of padline to
10262 (org-babel-merge-params): Cleaned up the merge logic, added padline.
10264 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10266 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10267 code block header argument names.
10269 2011-07-28 Bastien Guerry <bzg@gnu.org>
10271 * org-crypt.el: Remove useless TODO in comments.
10273 2011-07-28 Bastien Guerry <bzg@gnu.org>
10275 * org-html.el (org-export-as-html): The default postamble now only
10276 export a date paragraph if `org-export-time-stamp-file' is
10279 2011-07-28 Bastien Guerry <bzg@gnu.org>
10281 * org-exp.el (org-export-xml): Remove the defgroup of
10284 2011-07-28 Bastien Guerry <bzg@gnu.org>
10286 * org-html.el (org-export-html-insert-plist-item): Remove.
10287 (org-export-html-preamble): Default to `t'. Accept functions.
10288 (org-export-html-postamble): Default to `auto'. Accept
10289 functions and distinguish between 'auto (no formatting string)
10290 and `t' (default formatting string).
10291 (org-export-as-html): Handle org-export-html-preamble and
10292 org-export-html-postamble new defaults/allowed values.
10293 Define email and creator-info before using them.
10295 2011-07-28 Bastien Guerry <bzg@gnu.org>
10297 * org-html.el (org-export-html-protect-char-alist): Fix typo in
10298 custom type definition.
10300 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10302 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10305 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10307 * org-list.el (org-list-parse-list): Fixed regexp.
10309 2011-07-28 David Maus <dmaus@ictsoc.de>
10311 * org-html.el (org-export-html-format-image): Protect image
10314 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10316 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10317 contents of a code block body on export.
10318 (org-babel-tangle-collect-blocks): Apply
10319 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10321 2011-07-28 David Maus <dmaus@ictsoc.de>
10323 * org-html.el (org-html-make-link, org-html-handle-links): Protect
10324 generated XHTML elements.
10325 (org-export-as-html): Expand character entities after creating markup
10326 for links and timestamps.
10328 2011-07-28 Bastien Guerry <bzg@gnu.org>
10330 * org-html.el (org-export-as-html): Bugfix: insert email
10333 2011-07-28 Bastien Guerry <bzg@gnu.org>
10335 * org-html.el: Bugfix: prevent infinite matching of the `&'
10338 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10340 * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10341 has been introduced with emacs 23.1.
10343 2011-07-28 Bastien Guerry <bzg@gnu.org>
10345 * org-attach.el: Allow to store a link to the attach-dir location.
10347 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10349 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10352 2011-07-28 Bernt Hansen <bernt@norang.ca>
10354 * org-clock.el (org-clock-in): Allow clocking in new tasks
10355 inserted before the current clocking task.
10357 2011-07-28 Bernt Hansen <bernt@norang.ca>
10359 * org-clock.el (org-clock-in): Set default clocking task when
10360 already clocking the task.
10362 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10364 * org.el (org-adaptive-fill-function): When a region is specified
10365 first line of paragraph isn't skipped, so fill-paragraph have to
10366 be computed even if point is at an item.
10368 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10370 * org-list.el (org-list-in-valid-block-p): New function.
10371 (org-at-item-p,org-list-search-generic): Use new function.
10373 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10375 * org.el (org-indent-line-function): Text in both a list and a
10376 valid block is indented with regards to current item, not to block
10379 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10381 * org-html.el (org-format-org-table-html): Fix anchors in HTML
10382 export (thanks to <aankhen@gmail.com>)
10383 (org-html-protect): Fix a bug that prevents some target to be
10384 rendered correctly.
10386 2011-07-28 Bastien Guerry <bzg@gnu.org>
10388 * org.el (org-default-properties): Add EXPORT_TEXT.
10390 2011-07-28 Matt Lundin <mdl@imapmail.org>
10392 * org-footnote.el (org-footnote-create-definition)
10393 (org-insert-footnote-reference-near-definition): Fix sorting
10396 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
10398 * org-html.el (org-export-as-html): Bugfix: don't insert closing
10399 HTML tags when exporting body only.
10401 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com> (tiny change)
10403 * org.el (org-back-over-empty-lines): Bugfix. Honor
10404 `org-blank-before-new-entry' correctly in various contexts.
10406 2011-07-28 Bastien Guerry <bzg@gnu.org>
10408 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10409 and `save-restriction'.
10411 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10413 * org-timer.el (org-timer-item): `save-excursion' prevents
10414 `org-list-struct' to get the list structure when point isn't on
10415 the first line of the item.
10417 2011-07-28 Bastien Guerry <bzg@gnu.org>
10419 * org-capture.el (org-capture-templates): New option
10421 (org-capture): Use the new option.
10423 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10425 * org-list.el (org-update-checkbox-count): Ensure cookies on an
10426 heading are correctly updated when checkboxes are hidden. It
10427 allows, for example, to use C-c C-x C-b on a collapsed tree and
10428 still get the update.
10430 2011-07-28 David Maus <dmaus@ictsoc.de>
10432 * org-exp.el (org-export-visible): Accept keys for
10433 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10435 2011-07-28 Bastien Guerry <bzg@gnu.org>
10437 * org.el (org-duration-string-to-minutes): Don't use
10440 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10442 * org.el (org-effort-durations): New variable.
10444 * org.el (org-duration-string-to-minutes): New function.
10446 * org-agenda.el (org-agenda-filter-effort-form)
10447 (org-format-agenda-item): Use it.
10449 * org-clock.el (org-clock-notify-once-if-expired)
10450 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10452 2011-07-28 Bastien Guerry <bzg@gnu.org>
10454 * org-agenda.el (org-agenda-run-series): Rename from
10455 `org-run-agenda-series'.
10457 2011-07-28 Bastien Guerry <bzg@gnu.org>
10459 * org-capture.el: Don't allow currentfile anymore.
10461 2011-07-28 Bastien Guerry <bzg@gnu.org>
10463 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10464 `org-agenda-current-span' when calling `org-agenda-list'.
10466 2011-07-28 Bastien Guerry <bzg@gnu.org>
10468 * org-capture.el (org-capture-put-target-region-and-position):
10469 New function to store information about the target buffer.
10470 (org-capture-set-target-location): Use it.
10471 (org-capture-finalize): Restore the target buffer in its
10472 possibly narrowed state. Also restore the cursor position.
10474 2011-07-28 Bastien Guerry <bzg@gnu.org>
10476 * org-crypt.el (auto-save-default): Make sure entries are
10477 encrypted before auto-saving.
10479 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10481 * org-inlinetask.el (org-inlinetask-promote)
10482 (org-inlinetask-demote): New functions.
10484 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10486 * org.el (org-demote-subtree,org-promote-subtree): Wrap
10487 `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10488 operating on inline tasks.
10490 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10492 * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10493 will move point to a real heading and not an inline task by
10494 wraping function into a `org-with-limited-levels' macro.
10496 2011-07-28 Bastien Guerry <bzg@gnu.org>
10498 * org-capture.el (org-capture-finalize): New argument clock-out,
10499 to tell whether finalizing the capture process should clock out
10501 (org-capture): Use the new argument.
10503 2011-07-28 Bastien Guerry <bzg@gnu.org>
10505 * org.el (org-refile-get-targets): Rename from
10506 `org-get-refile-targets'.
10508 2011-07-28 Bastien Guerry <bzg@gnu.org>
10510 * org-exp.el (org-export-table-remove-empty-lines): New custom
10512 (org-export-remove-special-table-lines): Use it.
10514 2011-07-28 Bastien Guerry <bzg@gnu.org>
10516 * org-table.el (org-table-fix-formulas-confirm): New custom
10518 (org-table-insert-column, org-table-delete-column)
10519 (org-table-move-column, org-table-move-row)
10520 (org-table-insert-row, org-table-kill-row): Use it.
10522 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
10524 * org.el (org-refile-get-location): Set and show default value.
10525 (org-goto, org-refile): Adapt calls.
10527 2011-07-28 Bastien Guerry <bzg@gnu.org>
10529 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
10531 (org-mobile-files-alist): Use it.
10533 2011-07-28 Bastien Guerry <bzg@gnu.org>
10535 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
10536 against headings outside of a narrowed buffer.
10538 2011-07-28 Bastien Guerry <bzg@gnu.org>
10540 * org.el (org-confirm-shell-link-not-regexp)
10541 (org-confirm-elisp-link-not-regexp): New custom variables.
10542 (org-open-at-point): Use the new custom variables.
10544 2011-07-28 Lawrence Mitchell <wence@gmx.li>
10546 * org-latex.el: Place \title \author \date before
10549 2011-07-28 Bastien Guerry <bzg@gnu.org>
10551 * org-html.el (org-export-html-preamble)
10552 (org-export-html-postamble): Now default to `nil'.
10553 (org-export-as-html): When :html-pre/postamble is nil, fall
10554 back on the default pre/postamble, which depends on the
10555 :author-info, :email-info, :creator-info options.
10557 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10559 * ob-exp.el (org-babel-exp-results): Don't use cached results if
10562 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10564 * org-table.el (org-table-eval-formula): Treat relative column
10567 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10569 * org-table.el (org-table-use-standard-references): Change default
10572 2011-07-28 Bastien Guerry <bzg@gnu.org>
10574 * org.el (org-move-subtree-down): Leave the cursor at the same
10577 2011-07-28 Bastien Guerry <bzg@gnu.org>
10579 * org-attach.el (org-attach-store-link-p): New variable.
10580 (org-attach-store-link): New function.
10581 (org-attach-attach): When `org-attach-store-link-p' is
10582 non-nil, store a link in `org-stored-links' to a newly
10585 2011-07-28 Bastien Guerry <bzg@gnu.org>
10587 * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
10588 case-fold-search to avoid mixing TODO keywords with real headline
10591 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10593 * org-table.el (org-table-fedit-finish): Read more general LHS of
10595 (org-table-formula-handle-@L): New function to hanle @L references.
10596 (org-table-current-ncol): New variable.
10597 (org-table-line-to-dline): New function.
10598 (org-table-get-stored-formulas): Accept range formulas as matches.
10599 (org-table-get-specials): Compute and store the number of columns.
10600 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
10601 only the region marked by the range, not the content.
10602 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
10603 range targets. Also check for duplicate access to fields.
10604 (org-table-expand-lhs-ranges): New funktion.
10605 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
10606 the caller's value.
10607 (org-table-edit-formulas): Support highlighting of range targets.
10608 (org-table-field-info): Handle renge formulas.
10610 2011-07-28 Bastien Guerry <bzg@gnu.org>
10612 * org-html.el (org-export-html-postamble-format)
10613 (org-export-html-preamble-format): Explain how to escape the
10616 2011-07-28 Bastien Guerry <bzg@gnu.org>
10618 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
10619 `org-export-current-backend'.
10621 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10623 * ob.el (org-babel-read): Read string variable values wrapped in
10624 double quotes, removing the quotes.
10626 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10628 * ob-exp.el (org-babel-exp-results): Ensure that processed params
10629 are send to org-babel-execute-src-block.
10631 2011-07-28 Bastien Guerry <bzg@gnu.org>
10633 * org-special-blocks.el
10634 (org-special-blocks-make-special-cookies): Use
10635 `org-export-current-backend'.
10637 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10639 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
10641 (org-babel-exp-src-block): Explicitly pass language to
10642 `org-babel-exp-in-export-file'.
10643 (org-babel-exp-inline-src-blocks): Removed unused code.
10644 (org-babel-exp-results): Explicitly pass language to
10645 `org-babel-exp-in-export-file'.
10647 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10649 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
10650 returned from calc-eval.
10652 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10654 * ob.el (org-babel-read): Pass elisp vectors through to code
10657 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10659 * ob.el (org-src-lang-modes): Defvar.
10660 (org-at-item-p): Declare function.
10662 * ob-calc.el (calc-store): Require.
10663 (var-syms): Defvar.
10665 * ob-python.el (py-default-interpreter): Defvar.
10667 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10669 * org-exp-blocks.el (backend): defvar.
10671 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10673 * org-agenda.el (org-agenda-get-scheduled):
10674 (org-agenda-get-timestamps): Bind local variable `show-all'.
10676 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10678 * ob-ref.el (org-at-item-p): Declare function.
10680 * org-agenda.el (diary-time-regexp): defvar.
10682 * org-archive.el (org-archive-subtree): Bind local variable
10685 * org-capture.el (org-capture-insert-template-here): Get template
10686 text from property list, to avoid byte compiler message.
10688 * org-latex.el (org-export-latex-tables): Bind local variable
10691 * org-special-blocks.el (org-compat): Add require statement.
10693 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
10696 * org.el (org-eval): Moved function here from org-agenda.el.
10698 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10700 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
10701 when reading from tables.
10702 (org-babel-read-list): Inhibit lisp evaluation of values when
10703 reading from lists.
10704 (org-babel-read): Add optional argument which can be used to inhibit
10705 lisp evaluation of value.
10707 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10709 * ob-table.el (sbe): Ensure that ob-trim is only called on
10712 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10714 * ob-exp.el (org-babel-exp-results): On export, ensure that the
10715 result hash is resolved in the original org-mode file.
10717 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10719 * org-exp.el (org-export-mark-list-end): Change end marker.
10721 * org-docbook.el (org-export-docbook-list-line): Use new marker.
10723 * org-html.el (org-html-export-list-line): Use new marker.
10725 * org-latex.el (org-export-latex-lists): Use new marker.
10727 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10729 * org-latex.el (org-export-latex-lists): Make sure markers used
10730 for export are taken into account by temporarily setting an
10731 appropriate value for `org-list-ending-method'.
10733 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10735 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
10736 regexp into its own variable, also allowing match of empty bodies.
10737 (org-export-blocks-preprocess): Using new regexp variable.
10739 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10741 * ob.el (org-babel-src-block-regexp): Code block regexp now
10742 matches blocks with empty bodies.
10744 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10746 * ob.el (org-babel-script-escape): If script escaped value doesn't
10747 parse cleanly, then return it literally.
10749 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10751 * ob-exp.el (org-babel-exp-src-block): When block will eventually
10752 be evaluated, pre-calculate the hash before noweb expansion, and
10753 expand the parameters before hash calculation.
10754 (org-babel-exp-do-export): Pass pre-calculated hash through to
10755 `org-babel-exp-results'.
10756 (org-babel-exp-results): Compare pre-calculated hash to results hash.
10758 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10760 * ob.el (org-babel-sha1-hash): Sort list values to header
10761 arguments, and sort the words in strings.
10763 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10765 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
10768 2011-07-28 Julien Danjou <julien@danjou.info>
10770 * org-macs.el (org-with-point-at): Store evaluated version of
10771 pom. This fixes a potential bug when using (org-with-point-at
10772 (func) …), where (func) would be evaluated multiple times,
10773 therefore might return different results if a marker was returned
10774 and different each time.
10776 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10778 * org.el (org-open-at-point): If a link to a radio target is the
10779 first, (resp. the last), element of a buffer, function cannot find
10780 the property change required to get its boundaries, and
10781 `buffer-substring' is called with an invalid nil argument.
10783 2011-07-28 Bastien Guerry <bzg@gnu.org>
10785 * org-table.el (org-table-copy-down): Fix docstring.
10787 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10789 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
10790 and for file types other than png and PDF it uses imagemagick to
10791 convert a compiled PDF file to the desired file type.
10792 (convert-pdf): Convert a PDF file to a new file type using
10795 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
10797 * org-capture.el (org-capture-fill-template): Fix bug with the
10798 display of interactive prompt in templates expansion.
10800 2011-07-28 Reiner Steib <reiner.steib@gmx.de>
10802 * org-clock.el (org-clock-display): Document how to remove subtree
10805 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10807 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
10808 append a newline to the body.
10810 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10812 * org-list.el (org-list-insert-item): When computing size of item
10813 being inserted, function has to take into account that indentation
10814 may not only be made of spaces.
10816 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10818 * org-clock.el (org-clock-find-position): If a list was adjacent
10819 to some clocks and a drawer was going to be created, only the
10820 first element of the list would make it into the drawer.
10822 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10824 * org-list.el (org-toggle-checkbox): Fix bug where top item in
10825 list was omitted when checking boxes.
10827 2011-07-28 Dan Davison <dandavison7@gmail.com>
10829 * ob-R.el: Don't print result to echo area after evaluation.
10831 2011-07-28 Bastien Guerry <bzg@gnu.org>
10833 * org-capture.el (org-capture-refile): Fix typo in docstring.
10835 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10837 * ob-calc.el (org-babel-execute:calc): Call out to new function
10838 for variables resolution.
10839 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
10840 variables in calc expressions.
10842 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10844 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
10845 (org-babel-C++-compiler): Replace "c++" with "C++".
10846 (org-babel-execute:cpp): Replace "c" with "C++".
10847 (org-babel-execute:C++): Replace "c" with "C++".
10848 (org-babel-expand-body:C++): Replace "c" with "C++".
10849 (org-babel-C-execute): Replace "c" with "C++".
10851 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10853 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
10854 a list if at the *beginning* of a list item.
10856 * ob.el (org-babel-read-result): Only try to read results as a
10857 list if at the *beginning* of a list item.
10859 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10861 * org-list.el (org-cycle-item-indentation): Do not break an
10862 indentation cycle because visibility cycling is requested. This
10863 happens when an item becomes a parent, due to indentation change.
10864 Not considered empty anymore, the function cannot change its
10867 2011-07-28 Bastien Guerry <bzg@gnu.org>
10869 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
10870 on `org-export-default-language' when no :lang parameter is set.
10872 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
10874 * org-capture.el (org-capture-expand-file): New function.
10875 (org-capture-target-buffer):
10876 (org-capture-set-target-location): Use `org-capture-expand-file'.
10878 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10880 * ob.el (org-babel-read-list): Reading the value of a list has
10881 been updated to reflect the new structure of org-mode lists in
10883 (org-babel-insert-result): Writing code block results to lists has
10884 been updated to reflect the new list structure.
10885 (org-babel-result-end): Remove a previous change to end-of-list
10888 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10890 * org-list.el (org-cycle-item-indentation): Each time the function
10891 moves item back to child position, a white space is added to the
10894 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10896 * ob.el (org-babel-process-params): Allow elisp code in
10897 specification of results header arguments.
10899 2011-07-28 Bastien Guerry <bzg@gnu.org>
10901 * org-agenda.el (org-agenda-append-agenda): New command.
10902 (org-agenda-mode-map): New keybinding to this new command.
10904 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10906 * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
10907 cursor it at very first item of the list, as specified in the
10908 manual. Also refactored the list part of the function a bit.
10910 2011-07-28 Bastien Guerry <bzg@gnu.org>
10912 * org-agenda.el (org-agenda): Set the 'last-args property to nil
10913 when calling `org-agenda'. Don't kill the local variable
10914 `org-agenda-current-span'.
10915 (org-run-agenda-series): Use the new property 'last-args.
10916 (org-agenda-change-time-span): Use the dynamically set
10917 `org-agenda-overriding-arguments' variable when non-nil.
10919 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
10921 * ob.el (org-babel-result-end): Adjust marker of list end to
10922 changes in the list format.
10924 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10926 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
10927 need to wrap `org-entry-get' in `ignore-errors'.
10929 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10931 * org.el (org-toggle-item, org-toggle-heading): Make sure every
10932 sub-item in a list is changed into a sub-heading and sub-headings
10933 are translated into sub-items. Also ignore inline tasks in the
10936 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10938 * org-exp.el (org-export-select-backend-specific-text): Add
10939 `original-indentation' property when replacing #+begin_backend and
10940 #+backend blocks with their content. This is needed for lists, as
10941 they must know if the block belonged to them.
10943 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10945 * org-html.el (org-html-export-list-line): Insert a newline
10946 character before ending an item, as anchor could be on a line
10947 going to be deleted, like a drawer ending string.
10949 * org-list.el (org-list-to-html): Same.
10951 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10953 * org.el (org-set-autofill-regexps): Use `org-item-re' in
10954 `paragraph-start' to recognize alphabetical lists.
10955 (org-fill-paragraph): Enforce a pre-computed fill-prefix before
10956 calling `fill-paragraph' when point is in an item. Also prevent
10957 paragraphs getting merged into an adjacent list upon filling.
10958 (org-adaptive-fill-function): Make sure to determine real
10959 fill-prefix for auto-fill.
10960 (org-auto-fill-function): Use a pre-computed fill-prefix before
10961 calling `do-auto-fill'.
10963 * org-list.el (org-list-item-body-column): New function.
10965 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10967 * org-inlinetask.el (org-inlinetask-at-task-p)
10968 (org-inlinetask-toggle-visibility): New functions.
10970 * org-list.el (org-list-set-item-visibility): New function.
10972 * org.el (org-cycle, org-cycle-internal-local): Separate lists and
10973 inline tasks from headlines.
10974 (org-outline-level): Do not consider lists as headlines. Cycling
10975 visibility is using different tools.
10977 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10979 * org-list.el (org-list-struct): Mark items less indented than top
10980 item of the list, so that they will be modified.
10981 (org-list-struct-apply-struct): Compare struct's indentation with
10982 line's indentation instead of old-struct's. This is needed
10983 because `org-list-struct' automatically fixes indentation so
10984 changes might not be seen otherwise.
10986 * org.el (org-ctrl-c-ctrl-c): Small refactoring.
10988 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10990 * org-list.el (org-update-checkbox-count): When a part of the
10991 buffer is processed to count checkboxes, lists are read from top
10992 to bottom, but inside lists (in drawers, blocks, or inline tasks)
10993 are skipped. Thus, cookies cannot be updated. This patch
10994 enforces reading of such lists if counter is itself in a special
10997 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
10999 * org-list.el (org-list-struct-apply-struct): Inline tasks along
11000 with their content must stay at column 0 even if the item is
11001 gaining indentation. Moreover, fix indentation of text in an
11002 inline task, now it can be in such a task within a list.
11004 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11006 * org-list.el (org-at-item-p): Also verify context is valid.
11007 Otherwise it would recognize valid items where `org-in-item-p'
11009 (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11011 (org-cycle-list-bullet): Fix typo.
11012 (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11013 using an appropriate regexp.
11015 * org.el (org-indent-line-function): Use an appropriate regexp
11016 instead of calling `org-at-item-p' two times.
11018 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11020 * org-list.el (org-in-item-p): When point was just after
11021 org-list-end-re, check wouldn't be done for starting line. So, if
11022 the first line was an item, it wouln't be noticed and function
11023 would return nil. Simplify and comment code.
11025 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11027 * org.el (org-toggle-item): When used on normal text, ensure every
11028 line in region is included in the new item, regardless of its
11029 original indentation.
11031 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11033 * org-list.el (org-list-struct-apply-struct): If end of list was
11034 at eol, for example, with list inside a block, the last list
11035 wouldn't be shifted. Thus, the patch ensures no blank lines is
11038 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11040 * org.el (org-toggle-item): Now accepts a prefix argument. When
11041 used without argument on normal text, it will make the whole
11042 region one item. With an argument, it defaults to old behavior:
11043 change each line in region into an item.
11045 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11047 * org.el (org-return): When called from inside an item with the
11048 indent flag, function should keep text moved inside the item.
11049 This allows to use C-j to separate lines in an item: cursor won't
11050 go back to column 0.
11052 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11054 * org-list.el (org-list-struct): When a line has org-example
11055 property, skip the entire block. This is needed during export,
11056 for example when src blocks in org markup contain lists, and are
11057 returned verbatim because org isn't in the list of interpreted
11060 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11062 * org-list.el (org-in-item-p): Handle special cases when function
11063 is called with cursor amidst `org-list-end-re' or at an inline
11066 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11068 * ob.el (org-babel-result-end): Apply renaming.
11070 * org-exp.el (org-export-mark-list-properties): Apply renaming.
11072 * org-list.el (org-list-prevs-alist): Renamed from
11073 `org-list-struct-prev-alist'.
11074 (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11075 (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11076 (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11077 (org-toggle-checkbox, org-update-checkbox-count)
11078 (org-cycle-list-bullet, org-list-repair, org-insert-item)
11079 (org-move-item-up, org-move-item-up, org-move-item-down)
11080 (org-next-item, org-previous-item, org-end-of-item-list)
11081 (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11082 (org-get-bullet): Removed function, as it is not needed anymore.
11084 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11086 * org-list.el (org-list-insert-item-generic): Change arguments.
11087 The function now accepts structure and previous items alist. This
11088 allows to insert an item programmatically more easily.
11089 (org-insert-item): Apply changes to
11090 `org-list-insert-item-generic'. The function now takes care about
11091 repairing structure and updating checkboxes.
11093 * org-timer.el (org-timer-item): Apply changes to
11094 `org-list-insert-item-generic'. The function now takes care about
11095 repairing structure.
11097 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11099 * org-list.el (org-list-make-subtree): Function now uses
11100 `org-list-parse-list mechanism'.
11101 (org-list-make-subtrees): Removed function.
11102 (org-list-to-generic): Added a parameter and every parameter can
11103 be a sexp returning a string, for finer control.
11104 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11105 modifications to apply changes to `org-list-to-generic'.
11106 (org-list-to-subtree): New function.
11108 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11110 * org.el (org-beginning-of-line): Apply changes to
11111 `org-item-beginning-re' to correct sub-expression reference.
11113 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11115 * org-docbook.el (org-export-docbook-list-line): Even with
11116 alphabetical lists, Org shouldn't enforce a particular list type
11117 to exporters. This is a job for style files.
11119 * org-html.el (org-html-export-list-line): Ib idem.
11121 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11123 * org-list.el (org-at-item-counter-p): New function.
11124 (org-list-parse-list): Handle counters and list depth.
11125 (org-list-to-generic): A special string is used when an item has a
11127 (org-list-to-latex): Use new special string for counters. This
11128 fixes the counter bug in LaTeX export, as the enumi counter was
11129 the only one modified.
11131 * org-latex.el (org-export-latex-lists): Use new
11132 `org-list-parse-list' output.
11134 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11136 * org-list.el (org-list-get-list-type): New function.
11137 (org-list-parse-list): Use new function.
11139 * org-html.el (org-html-export-list-line): Use new function.
11141 * org-docbook.el (org-export-docbook-list-line): Use new function.
11143 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11145 * org-list.el (org-alphabetical-lists): New variable
11146 (org-item-re, org-list-full-item, org-cycle-list-bullet)
11147 (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11148 introduction of the new variable.
11149 (org-item-beginning-re): Changed into a function, so any
11150 modification of `org-alphabetical-lists' will not require
11152 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11153 (org-list-parse-list, org-list-send-list): Reflect changes to
11154 `org-item-beginning-re'.
11155 (org-list-use-alpha-bul-p): New function.
11157 * org.el (org-check-for-hidden): Reflect changes to
11158 `org-item-beginning-re'.
11160 * org-capture.el (org-capture-place-item): Reflect changes to
11161 `org-item-beginning-re'.
11163 * org-docbook.el (org-export-docbook-list-line): Handle New type
11166 * org-exp.el (org-export-mark-list-end)
11167 (org-export-mark-list-properties): Reflect changes to
11168 `org-item-beginning-re'.
11170 * org-html.el (org-html-export-list-line): Handle new type of
11173 * org-latex.el (org-export-latex-lists): Handle new type of items
11174 and reflect changes to `org-item-beginning-re'.
11176 * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11178 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11180 * org-list.el (org-list-end-re): Removed function and made it a
11181 variable. There's no need for the overhead of calling the
11182 function every at every line in a list. User will have to reload
11183 Org if he change value of either `org-list-end-regexp' or
11184 `org-empty-line-terminates-plain-lists'.
11185 (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11187 * org-exp.el (org-export-mark-list-end)
11188 (org-export-mark-list-properties): Apply change.
11190 * org-latex.el (org-export-latex-lists): Apply change. Also
11191 prevent items with org-example property to be considered as real
11194 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11196 * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11197 modify templates so environment boundaries don't interfere with
11198 content of task. Unprotect content of task so it might benefit
11199 from further transformations. Set original-indentation property to
11200 a high value to ensure that task is always in the last item of the
11201 list. Also, apply templates later in export process.
11203 * org-list.el (org-list-struct): Fix inline task skipping.
11205 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11207 * org-latex.el (org-export-latex-lists): Search for unprotected
11208 items only, and redefine `org-at-item'. This change is required
11209 when verbatim lists are inserted during export, usually by Babel.
11211 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11213 * ob.el (org-babel-result-end): End position is end of current
11214 sublist instead of bottom point, as results might be inserted in a
11217 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11219 * org-list.el (org-list-automatic-rules): Removed insert rule.
11220 (org-list-insert-item-generic): Removed code preventing user to
11221 insert another item in a block within a list. It is because new
11222 list context make it impossible to see if a point in a block is
11225 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11227 * org-exp.el (org-export-preprocess-string): Mark list endings
11228 before babel blocks preprocessing starts, so blank lines that may
11229 be inserted do not break list's structure. Then, mark list with
11230 special properties required by exporters. Thus output from babel
11231 can easily be included in lists.
11232 (org-export-mark-list-end): New function.
11233 (org-export-mark-list-properties): New function.
11234 (org-export-mark-lists): Removed function. It was split into the
11235 two preceding functions.
11237 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11239 * org-list.el (org-update-checkbox-count): Do not recompute every
11240 list before next heading when there are more than one cookie in an
11241 headline. Moreover, ignore the case where cookie is inserted
11242 neither at an heading nor at an item.
11244 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11246 * org-list.el (org-sort-list): Fix number of arguments to
11247 `org-list-repair', plus make `end-record' go to end of item before
11248 any blank line to keep them from being swallowed in the sorting.
11250 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11252 * org-list.el (org-list-forbidden-blocks): Renamed from
11254 (org-list-export-context): New variable.
11256 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11258 * org-list.el (org-list-search-generic): Renamed form
11259 `org-search-unenclosed-generic' to reflect the new behavior. Now,
11260 match can only be in a valid context for lists, as determined by
11261 `org-list-context'.
11262 (org-list-search-backward): Renamed from
11263 `org-search-backward-unenclosed'.
11264 (org-list-search-forward): Renamed from
11265 `org-search-forward-unenclosed'.
11266 (org-toggle-checkbox,org-update-checkbox-count): Use new
11268 (org-sort-list): Using default regexp search functions as context
11269 is not required in this case.
11271 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11273 * org-exp.el (org-export-mark-lists): New function, replacing
11274 org-export-mark-list-ending. It adds information as text
11275 properties to every list, before changes done by exporter destruct
11278 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11280 * org-list.el (org-list-get-first-item): New alias for
11281 `org-list-get-list-begin'.
11282 (org-list-get-last-item): New function.
11283 (org-list-get-list-end): Use `org-list-get-last-item'.
11285 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11287 * org.el (org-get-string-indentation): Moved in generally useful
11288 functions section, as it wasn't specific to plain lists and that
11289 no code was using it in org-list.el.
11291 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11293 * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11296 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11298 * org-list.el (org-list-indent-item-generic): Remove error
11299 messages happening before process. This belongs to interactive
11301 (org-indent-item,org-indent-item-tree)
11302 (org-outdent-item,org-outdent-item-tree): Ensure point or region
11303 is correct before computing list structure. Return an error
11306 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11308 * org-list.el (org-apply-on-list): Use new structures. Function
11309 is now applied in reverse order so modifications do not change
11310 positions of items in buffer.
11312 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11314 * org-list.el (org-list-parse-list): Rewrite of function to allow
11315 text following a sub-list in the same item. See docstring for an
11317 (org-list-to-generic): Use new parsing function.
11318 (org-list-to-latex,org-list-to-html): Minor change for clearer
11321 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11323 * org-list.el (org-list-has-child-p): Renamed from
11324 `org-list-get-child'. Returning first child is only useful as a
11325 predicate, as we are allowing an item to have more than one
11327 (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11328 of org-list-get-child.
11329 (org-in-item-p): Also return item beginning when list starts at
11331 (org-list-get-parent): Use of `org-list-struct-parent-alist'
11332 helper function is not optional anymore.
11333 (org-list-get-all-items): Shorten code with the help of cl.el.
11334 (org-list-get-children): Now returns all children of item, even if
11335 they do not belong to the same list. Renamed from
11336 `org-list-get-all-children'.
11337 (org-list-get-list-begin): Function wasn't return value when item
11338 was already the first item of the list at point.
11339 (org-list-get-list-end): Function wasn't return value when item
11340 was already the last item of the list at point.
11341 (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11342 `org-list-get-children'.
11344 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11346 * org.el (org-indent-line-function): Indentation of item's body
11347 starts just after the bullet, not after a checkbox. Moreover, As
11348 `org-in-item-p' also returns item beginning position when point is
11349 in a list, do not compute it a second time.
11351 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11353 * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11354 usage `org-repair-list', forcing another reading of the list, with
11355 only needed subroutines.
11357 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11359 * org-list.el (org-list-separating-blank-lines-number): Use new
11361 (org-list-insert-item-generic): Use list structures to insert a
11363 (org-list-exchange-items): Refactor and comment code. Now return
11364 new struct instead of modifying it, as list sorting would
11365 sometimes eat first item.
11366 (org-move-item-down,org-move-item-up): Reflect changes to
11367 `org-list-exchange-items'.
11368 (org-insert-item): As `org-in-item-p' also computes item beginning
11369 when applicable, reuse the result.
11371 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11373 * org-list.el (org-list-in-item-p): Unify methods for this
11375 (org-list-in-item-p-with-indent): Removed function.
11376 (org-list-ending-between): Removed function.
11377 (org-list-maybe-skip-block): Removed function.
11378 (org-list-in-item-p-with-regexp): Removed function.
11379 (org-list-top-point-with-regexp): Removed function.
11380 (org-list-top-point-with-indent): Removed function.
11381 (org-list-bottom-point-with-indent): Removed function.
11382 (org-list-bottom-point-with-regexp): Removed function.
11383 (org-list-get-item-same-level): Removed function.
11384 (org-list-top-point): Removed function.
11385 (org-list-bottom-point): Removed function.
11386 (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11387 be consistent with naming policy of non-interactive functions.
11388 (org-get-beginning-of-list): Removed function.
11389 (org-beginning-of-item-list): Use new accessors.
11390 (org-get-end-of-list): Removed function.
11391 (org-end-of-list): Use new accessors.
11392 (org-get-end-of-item): Removed function.
11393 (org-end-of-item): Use new accessors.
11394 (org-get-previous-item): Removed function.
11395 (org-previous-item): Use new accessors.
11396 (org-get-next-item): Removed function.
11397 (org-next-item): Use new accessors.
11398 (org-list-get-item-end-before-blank): Use new accessors.
11400 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11402 * org-list.el (org-list-repair): Removed optional argument
11403 FORCE-BULLET. The job of this interactive function is to
11404 completely fix a list at point. Changing bullets is a separate
11405 task. Also removed others optional arguments TOP and BOTTOM to
11406 follow the new structures.
11407 (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11408 STRUCT is a new required argument. This avoids computing a list
11409 structure many times when function is called more than once in a
11410 row, for example in `org-cycle-item-indentation'. Use new
11411 accessors. Now, also call `org-update-checkbox-count-maybe'.
11412 (org-outdent-item, org-indent-item, org-outdent-item-tree)
11413 (org-indent-item-tree): Remove need for TOP and BOTTOM.
11414 (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11415 (org-list-exchange-items): Use new accessors. Now modify struct
11416 to avoid re-reading it later.
11417 (org-move-item-down): Reflect changes to `org-list-repair'. Use
11419 (org-move-item-up): Reflect changes to `org-list-repair'. Use new
11421 (org-cycle-list-bullet): Use new structures. Also use a shortcut
11422 to `org-list-struct-fix-struct' in order to avoid unnecessary
11423 fixes, like `org-list-struct-fix-box'
11424 (org-sort-list): Use of new structures. Renamed an internal
11425 function for a little more clarity.
11426 (org-cycle-item-indentation): Remove dependency on
11427 `org-list-repair'. Use new accessors.
11428 (org-list-get-child): Correct bug when asking for the child of the
11430 (org-list-exchange-items): Use new accessors.
11432 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11434 * org-list.el (org-list-blocks): New variable.
11435 (org-list-context): New function.
11436 (org-list-full-item-re): New variable.
11437 (org-list-struct-assoc-at-point): Use new variable.
11438 (org-list-struct): Rewrite of function. Now, list data is
11439 collected by looking at the list line after line. It reads the
11440 whole list each time because reading only a subtree was not enough
11441 for some operations, like fixing checkboxes. It also removes the
11442 need to get `org-list-top-point' and `org-list-bottom-point'
11443 first. An added data is the position of item ending. This aims
11444 to be able to have list followed by text inside an item.
11445 (org-list-struct-assoc-end): New function.
11446 (org-list-struct-parent-alist): New function.
11447 (org-list-get-parent): New function.
11448 (org-list-get-child): New function.
11449 (org-list-get-next-item): New function.
11450 (org-list-get-prev-item): New function.
11451 (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11452 (org-list-get-all-items): New function.
11453 (org-list-get-all-children): New function.
11454 (org-list-get-top-point): New function.
11455 (org-list-get-bottom-point): New function.
11456 (org-list-get-counter): New function.
11457 (org-list-get-item-end): New function.
11458 (org-list-struct-fix-bul): Rewrite for cleaner code. Make use of
11460 (org-list-struct-fix-ind): Make use of new accessors.
11461 (org-list-struct-fix-box): New function.
11462 (org-list-struct-fix-checkboxes): Removed function.
11463 (org-list-struct-outdent): Use new accessors. Use the fact that
11464 there is no longer a virtual item at beginning of structure.
11465 (org-list-struct-indent): Use helper functions
11466 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11467 Also use new accessors.
11468 (org-list-struct-fix-struct): Comment function. Call directly
11469 `org-list-struct-apply-struct', without removing unchanged items
11471 (org-list-struct-apply-struct): Comment function. Rewrite using
11472 new accessors. Use new variable `org-list-full-item-re'.
11473 (org-list-shift-item-indentation): Removed function, now included
11474 in `org-list-struct-apply-struct' because it is too specific.
11476 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11478 * org-list.el (org-toggle-checkbox): Use structures to fix
11479 checkboxes of a list.
11480 (org-update-checkbox-count): Use structures to update cookies.
11482 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11484 * org-list.el (org-list-struct-fix-checkboxes): New function.
11485 (org-checkbox-blocked-p): Removed function.
11487 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11489 * org-list.el (org-list-get-all-items): New function.
11490 (org-list-get-all-children): New function.
11491 (org-list-get-nth): New function.
11492 (org-list-set-nth): New function.
11493 (org-list-get-ind): New function.
11494 (org-list-set-ind): New function.
11495 (org-list-get-bullet): New function.
11496 (org-list-set-bullet): New function.
11497 (org-list-get-checkbox): New function.
11498 (org-list-set-checkbox): New function.
11499 (org-list-struct-fix-bul): Use new accessors.
11500 (org-list-repair): Use new accessors.
11501 (org-list-indent-item-generic): Make use of accessors.
11502 (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11503 (org-list-get-child): Renamed from `org-list-struct-get-child'.
11504 (org-list-struct-fix-ind): Make use of accessors.
11505 (org-list-get-next-item): New function.
11506 (org-list-get-subtree): New function.
11508 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
11510 * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11513 * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11514 value in structure.
11516 * org-list.el (org-list-struct-apply-struct): Also apply
11519 2011-07-28 Bastien Guerry <bzg@gnu.org>
11521 * org-latex.el (org-export-latex-content): Bind local variables
11522 for export in the temporary export buffer.
11524 2011-07-28 David Maus <dmaus@ictsoc.de>
11526 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11527 (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11528 date of obsolete declaration to 2011-02-17.
11530 2011-07-28 David Maus <dmaus@ictsoc.de>
11532 * org.el (org-link-escape): Throw error if encoding character in
11535 2011-07-28 David Maus <dmaus@ictsoc.de>
11537 * org-protocol.el (org-protocol-split-data)
11538 (org-protocol-open-source): Use `org-link-unescape' instead of
11539 obsolete unhex string function.
11541 2011-07-28 David Maus <dmaus@ictsoc.de>
11543 * org.el (org-link-escape, org-link-escape-chars-browser)
11544 (org-link-escape-chars): Always percent escape the percent sign.
11546 2011-07-28 David Maus <dmaus@ictsoc.de>
11548 * org.el (org-link-unescape): Simpler algorithm for replacing
11550 (org-link-unescape-compound): Use cond statements instead of nested
11551 if, convert hex string with string-to-number, save match data.
11552 (org-link-unescape-single-byte-sequence): Use mapconcat and
11553 string-to-number for unescaping single byte sequence.
11555 2011-07-28 David Maus <dmaus@ictsoc.de>
11557 * org.el (org-link-escape): Rename lambda argument.
11559 2011-07-28 David Maus <dmaus@ictsoc.de>
11561 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
11562 Add percent sign to list of escape chars.
11564 2011-07-28 David Maus <dmaus@ictsoc.de>
11566 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
11567 character table format.
11569 2011-07-28 David Maus <dmaus@ictsoc.de>
11571 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
11572 argument in call to org-link-unescape.
11574 2011-07-28 David Maus <dmaus@ictsoc.de>
11576 * org-protocol.el (org-protocol-unhex-string)
11577 (org-protocol-unhex-compound)
11578 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
11579 alias to respective org-link-unescape-* functions.
11581 2011-07-28 David Maus <dmaus@ictsoc.de>
11583 * org.el (org-link-unescape, org-link-unescape-compound)
11584 (org-link-unescape-single-byte-sequence): Functions moved and renamed
11585 from org-protocol.el.
11587 2011-07-28 David Maus <dmaus@ictsoc.de>
11589 * org-macs.el (org-char-to-string): Inline function to properly
11590 decode utf8 characters in Emacs 22. Moved and renamed from
11593 2011-07-28 David Maus <dmaus@ictsoc.de>
11595 * org.el (org-link-escape): New optional argument. Merge user
11596 table with default table.
11598 2011-07-28 David Maus <dmaus@ictsoc.de>
11600 * org.el (org-link-escape): Fixup doc string.
11602 2011-07-28 David Maus <dmaus@ictsoc.de>
11604 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
11605 New format of percent escape table.
11606 (org-link-escape): Use new table format.
11608 2011-07-28 David Maus <dmaus@ictsoc.de>
11610 * org.el (org-link-escape): New Unicode aware percent encoding
11613 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
11615 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
11616 function. Decode hex-encoded singly byte sequences.
11617 (org-protocol-unhex-compound): Use new function if decoding sequence
11618 as Unicode character failed.
11620 2011-07-28 Bastien Guerry <bzg@gnu.org>
11622 * org-html.el (org-export-as-html): Expand the HTML title.
11624 2011-07-28 Bastien Guerry <bzg@gnu.org>
11626 * org-publish.el (org-publish-cache-ctime-of-src): Improve
11628 (org-publish-find-title): New option to explicitly reset the title
11630 (org-publish-format-file-entry): Use this new option.
11632 2011-07-28 Dan Davison <dandavison7@gmail.com>
11634 * org-exp.el (org-export-preprocess-string): Set the source buffer
11635 and use `org-clone-local-variables' to get local variables from
11638 2011-07-28 Dan Davison <dandavison7@gmail.com>
11640 * org-exp.el (org-export-format-source-code-or-example): Allow
11641 empty string as second element in minted/listings options.
11643 2011-07-28 Dan Davison <dandavison7@gmail.com>
11645 * org-exp.el (org-export-format-source-code-or-example): Support
11646 new user-customizable options.
11647 (org-export-latex-custom-lang-environments): Ensure new variable
11649 (org-export-latex-listings-options): Ensure new variable is defined.
11650 (org-export-latex-minted-options): Ensure new variable is defined.
11652 2011-07-28 Bastien Guerry <bzg@gnu.org>
11654 * org-html.el (org-export-as-html): Handle the case when
11655 `org-export-html-validation-link' is nil to keep backward
11656 compatible with the old default value of this variable.
11658 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11660 * ob.el (org-babel-insert-result): Don't choke if indent is not a
11663 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
11665 * org-bbdb.el (org-bbdb-export): When a link description has been
11666 added by `org-export-normalize-links', use path instead (remove
11667 the `bbdb:' prefix).
11669 2011-07-28 Bastien Guerry <bzg@gnu.org>
11671 * org-ascii.el (org-export-ascii-underline): Put the level's
11672 characters in the right order, as documented by the docstring.
11673 (org-ascii-level-start): Select the right char for underlining
11676 2011-07-28 Bastien Guerry <bzg@gnu.org>
11678 * org-src.el (org-edit-src-code): Allow to edit source code from
11679 modes derived from Org.
11681 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
11683 * org-clock.el (org-clock-clocktable-language-setup): Add list of
11686 2011-07-28 Dan Davison <dandavison7@gmail.com>
11688 * org-beamer.el: Mark frame as fragile when it is using minted for
11691 2011-07-28 Bastien Guerry <bzg@gnu.org>
11693 * org-agenda.el (org-agenda-date-later)
11694 (org-agenda-date-earlier): Enhance docstrings.
11695 (org-agenda-bulk-mark-regexp): Only match against headlines.
11696 Send a message when no entry is marked.
11697 (org-agenda-bulk-action): Fix bug about scattering deadlines.
11698 Send an error when trying to scatter outside an agenda or a
11699 timeline view. Silently fail when trying to scatter sexp entries.
11701 2011-07-28 Bastien Guerry <bzg@gnu.org>
11703 * org-clock.el (org-clock-clocktable-language-setup): New custom
11705 (org-clocktable-defaults): Set the default language.
11706 (org-clocktable-write-default): Use the new variable.
11708 2011-07-28 Dan Davison <dandavison7@gmail.com>
11710 * ob.el (org-babel-src-block-names): Don't strip text properties
11712 (org-babel-result-names): Don't strip text properties from search
11715 2011-07-28 Dan Davison <dandavison7@gmail.com>
11717 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
11718 remove-echo part of META argument to
11719 `org-babel-comint-with-output'.
11721 2011-07-28 Dan Davison <dandavison7@gmail.com>
11723 * ob.el (org-babel-script-escape): Use `substring' comparison
11724 instead of regexp matching.
11726 2011-07-28 Dan Davison <dandavison7@gmail.com>
11728 * org-src.el (org-edit-src-code): When generating the code edit
11729 buffer, it is necessary for several variables to inherit their
11730 values from the parent org buffer. These changes collect all such
11731 variables together into a single association list of
11732 `(variable-name value)' pairs. In addition, a new variable is
11733 added to the list: `org-edit-src-content-indentation'. This has
11734 the effect that a buffer local value can be used for that
11737 2011-07-28 Dan Davison <dandavison7@gmail.com>
11739 * ob-table.el (sbe): Don't truncate sbe results.
11741 2011-07-28 Lawrence Mitchell <wence@gmx.li>
11743 * org-exp.el (org-export-add-options-to-plist): Require match to
11744 start at a word-boundary.
11746 2011-07-28 Bastien Guerry <bzg@gnu.org>
11748 * org-latex.el (org-export-latex-hyperref-format): Update
11751 2011-07-28 Tom Dye <tsd@tsdye.com>
11753 * org.el: Update documentation of `org-add-link-type'.
11755 2011-07-28 Dan Davison <dandavison7@gmail.com>
11757 * org.el (org-open-at-point): Fix bug when using prefix arg to
11758 construct `org-link-search' call. Rename prefix arg with a more
11759 generic name, to reflect its diverse uses in this function.
11761 2011-07-28 Rémi Vanicat <vanicat@debian.org>
11763 * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
11764 (org-icalendar-date-time-format): New custom variable.
11765 (org-icalendar-use-UTC-date-timep): New function.
11766 (org-ical-ts-to-string): Use the new variable.
11768 2011-07-28 Bastien Guerry <bzg@gnu.org>
11770 * org-vm.el (org-vm-store-link): Make sure the buffer is
11771 associated with a file when trying to store an Org link.
11773 2011-07-28 Dan Davison <dandavison7@gmail.com>
11775 * ob.el (org-babel-params-from-properties): Test for
11776 "header-arg-name" and ":header-arg-name", in that order.
11778 2011-07-28 Bastien Guerry <bzg@gnu.org>
11780 * org-capture.el (org-capture-templates): Document "currentfile"
11781 for capture template.
11782 (org-capture-templates): Allow to use currentfile for capture
11784 (org-capture-set-target-location): Handle currentfile as a way to
11785 setting the capture buffer.
11787 2011-07-28 Bastien Guerry <bzg@gnu.org>
11789 * ob.el (org-babel-params-from-properties): Don't wrap
11790 `org-entry-get' into `condition-case'.
11792 2011-07-28 Dan Davison <dandavison7@gmail.com>
11794 * org.el (org-entry-get): Don't look for a property drawer if we
11795 are before the first heading in the file.
11796 (org-entry-get-with-inheritance): Don't attempt to move up the
11797 tree if we are before the first heading in the file. Also,
11798 enclose less of the function in the `save-excursion'.
11800 2011-07-28 Dan Davison <dandavison7@gmail.com>
11802 * ob.el (org-babel-params-from-buffer): Return desired value
11803 rather than nil from failed re search.
11805 2011-07-28 Bastien Guerry <bzg@gnu.org>
11807 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
11808 entries on a single line when lines don't start with a diary time.
11810 2011-07-28 Bastien Guerry <bzg@gnu.org>
11812 * org-html.el (org-export-html-protect-char-alist): New custom
11813 variable to define characters to be HTML protected.
11814 (org-html-protect): Use the new variable.
11816 2011-07-28 Bastien Guerry <bzg@gnu.org>
11818 * org-info.el (org-info-store-link): Use "#" to separate the info
11820 (org-info-follow-link): Use both "#" to separate the info file and
11821 the node. Continue to use ":" for backward compatibility.
11823 2011-07-28 Bastien Guerry <bzg@gnu.org>
11825 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
11827 (org-print-icalendar-entries): Use this new variable to prevent
11828 export of entries with a :noexport: tag.
11830 2011-07-28 Bastien Guerry <bzg@gnu.org>
11832 * org-exp.el (org-export-initial-scope): New custom variable.
11833 (org-export): Use this new variable. If there is an active
11834 region, tell it when prompting the user for an export command.
11835 Also change the way the function handles selection of buffer and
11838 2011-07-28 Bastien Guerry <bzg@gnu.org>
11840 * org-html.el (org-export-html-auto-preamble)
11841 (org-export-html-auto-postamble): Remove.
11842 (org-export-html-preamble, org-export-html-postamble): Turn into
11843 custom variables. Update the docstrings.
11844 (org-export-html-preamble-format)
11845 (org-export-html-postamble-format): New custom variables.
11846 (org-export-as-html): Use `org-export-html-postamble-format' and
11847 `org-export-html-preamble-format'.
11848 (org-export-html-title-format): Delete.
11850 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11852 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
11853 function is begin deprecated in favor of begin_src blocks.
11854 (org-export-blocks-format-dot): This function is begin deprecated in
11855 favor of begin_src blocks.
11857 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
11859 * ob.el (org-babel-header-arg-names): no-expand is now part of the
11860 default header argument names list.
11862 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
11864 * org-publish.el (org-publish-sitemap-date-format)
11865 (org-publish-sitemap-file-entry-format): New custom variables.
11866 (org-publish-projects): Use these variables to format the sitemap
11869 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
11871 * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
11872 from `message-mode'.
11874 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11876 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
11877 updating the filter while the clock report is following the
11880 2011-07-28 Julien Danjou <julien@danjou.info>
11882 * org-agenda.el (org-agenda): Kill all local variables. This
11883 assures we are not keeping buffer variable from an old agenda view
11884 when switching to a new custom agenda.
11886 2011-07-28 Julien Danjou <julien@danjou.info>
11888 * org-crypt.el (org-encrypt-string): New function.
11889 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
11890 cached crypted values.
11891 (org-decrypt-entry): Store crypted text in decrypted text.
11893 2011-07-28 Dan Davison <dandavison7@gmail.com>
11895 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
11896 if a non-nil result is returned.
11898 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
11900 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
11903 2011-07-28 Bastien Guerry <bzg@gnu.org>
11905 * org.el (org-update-parent-todo-statistics): Fix bug when
11906 updating statistics from the column view.
11908 2011-07-28 Bastien Guerry <bzg@gnu.org>
11910 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
11911 (org-agenda-menu): Add the new command to the menu.
11912 (org-agenda-mode-map): Add % as the keybinding for the new
11915 2011-07-28 Bastien Guerry <bzg@gnu.org>
11917 * org-exp.el (org-export-target-internal-links): Locally turn on
11918 `org-link-search-must-match-exact-headline' to match exact
11921 2011-07-28 Julien Danjou <julien@danjou.info>
11923 * org-faces.el (org-special-keyword): Make it inherited from
11924 `font-lock-keyword-face'.
11926 2011-07-28 Julien Danjou <julien@danjou.info>
11928 * org-faces.el (org-link): Make `org-link' inherits from `link'
11931 2011-07-28 Bastien Guerry <bzg@gnu.org>
11933 * org.el (org-narrow-to-block): New function to narrow to block.
11934 Bound this function to `C-x n b'.
11936 2011-07-28 Bastien Guerry <bzg@gnu.org>
11938 * org.el (org-schedule, org-deadline): Fix bug: take care of
11939 repeating timestamps like ".+1d/3d" or "+1d 10d".
11941 2011-07-28 Bastien Guerry <bzg@gnu.org>
11943 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
11944 to use a list of TODO keywords as the value of this variable. The
11945 agenda will show repeating stamps for entries matching these TODO
11947 (org-agenda-get-timestamps, org-agenda-get-deadlines)
11948 (org-agenda-get-scheduled): Allow the use of a list of keywords in
11949 `org-agenda-repeating-timestamp-show-all'.
11951 2011-07-28 Bastien Guerry <bzg@gnu.org>
11953 * org-latex.el (org-export-latex-emph-format): Don't use
11954 `org-export-latex-use-verb'. Remove this variable.
11956 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com> (tiny change)
11958 * org-html.el (org-html-handle-time-stamps): Fix bug when
11959 exporting inactive timestamps.
11961 2011-07-28 Bastien Guerry <bzg@gnu.org>
11963 * org-archive.el (org-archive-save-context-info): Fix docstring
11965 (org-archive-subtree-add-inherited-tags): New variable to control
11966 whether inherited tags should be appended to local tags when
11967 archiving subtrees.
11968 (org-archive-subtree): Use the new variable.
11970 2011-07-28 Bastien Guerry <bzg@gnu.org>
11972 * org-archive.el (org-archive-save-context-info): Fix docstring.
11974 2011-07-28 Julien Danjou <julien@danjou.info>
11976 * org-crypt.el (org-decrypt-entry): Delete \n on top level
11977 heading. This avoids a display bug showing the heading outlined
11978 where the text is not since it does not have the outline property.
11979 Restore subtree visibility state after decryption.
11981 2011-07-28 Julien Danjou <julien@danjou.info>
11983 * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
11984 as a possible default span if it is set.
11986 2011-07-28 Dan Davison <dandavison7@gmail.com>
11988 * org-src.el (org-edit-src-persistent-message): Change docstring.
11989 (org-edit-src-code): Get rid of help message in echo area.
11991 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
11992 argument to org-edit-src-code as this has been removed.
11994 2011-07-28 Bastien Guerry <bzg@gnu.org>
11996 * org-latex.el (org-export-latex-emphasis-alist): Use
11997 \protectedtexttt for the =...= emphasis and \verb for the ~...~
11999 (org-export-latex-use-verb): Now defaults to t.
12000 (org-export-latex-emph-format): Distinguish between =...= and
12003 2011-07-28 Julien Danjou <julien@danjou.info>
12005 * org.el (org-link-expand-abbrev): Allow any type of character in
12008 2011-07-28 Dan Davison <dandavison7@gmail.com>
12010 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12012 2011-07-28 Dan Davison <dandavison7@gmail.com>
12014 * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12015 resolving references.
12017 2011-07-28 Bastien Guerry <bzg@gnu.org>
12019 * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12020 instead of <hr> to keep w3c validator happy.
12022 2011-07-28 Dan Davison <dandavison7@gmail.com>
12024 * ob.el (org-babel-where-is-src-block-head): Detect src block if
12025 point is on a #+header line.
12027 2011-07-28 Dan Davison <dandavison7@gmail.com>
12029 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12030 #+header lines when searching for block associated with block name
12033 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12035 * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12036 the more specific `org-at-item-p'.
12038 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12040 * org-latex.el (org-latex-default-figure-position): New defcustom
12041 for default placement of latex figures.
12042 (org-export-latex-tables): Positioning tables using the new
12043 defcustom variable.
12044 (org-export-latex-format-image): Positioning images using the new
12045 defcustom variable.
12047 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12049 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12050 evaluated and :file header argument is missing.
12052 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12054 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12055 to do anything to export code.
12056 (org-babel-exp-results): No longer returns a replacement for the
12058 (org-babel-exp-inline-src-blocks): Simplified.
12059 (org-babel-exp-src-block): Removed unnecessary pluralization from
12062 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12064 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12065 exportation of inline code blocks using normal code block
12066 execution mechanism to insert results.
12067 (org-babel-exp-results): Results exportation mechanism is unified
12068 for both inline and regular code blocks.
12070 * ob.el (org-babel-where-is-src-block-result): Returns the point
12071 after an inline code block for inline code blocks.
12073 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12075 * ob.el (org-babel-insert-result): Special handling of the
12076 position of results of inline code blocks.
12077 (org-babel-examplize-region): Now able to comment inline regions.
12079 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12081 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12082 that \\[ a = b \\] is not interpreted as a keybinding by
12083 `substitute-command-keys'.
12085 2011-07-28 Dan Davison <dandavison7@gmail.com>
12087 * org-latex.el (org-export-as-latex): Process export property list
12088 with `org-export-process-option-filters' early in latex export.
12090 2011-07-28 Julien Danjou <julien@danjou.info>
12092 * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12093 available in Emacs 22 and in recent XEmacs 21. Replace in various
12096 2011-07-28 Julien Danjou <julien@danjou.info>
12098 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12099 it must has \\ at the end of the line. This avoid matching the
12100 following heading when there's no newline between the logged state
12101 and the next heading.
12103 2011-07-28 Julien Danjou <julien@danjou.info>
12105 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12107 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12109 * org.el (org-current-level, org-store-link, org-mark-subtree):
12110 Use `org-with-limited-levels'.
12112 2011-07-28 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
12114 * org-publish.el (org-publish-get-base-files): Add sitemap file.
12116 2011-07-28 Matt Lundin <mdl@imapmail.org>
12118 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12119 (org-agenda-todo-ignore-scheduled): New option.
12120 (org-agenda-todo-ignore-timestamp): New option.
12121 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12122 Allow user to specify custom distance to ignore (future or past).
12123 (org-agenda-todo-custom-ignore-p): New function.
12125 2011-07-28 Matt Lundin <mdl@imapmail.org>
12127 * org-habit.el (org-habit-parse-todo) Don't parse more days than
12130 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12132 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12133 code in each inline code block.
12134 (org-babel-execute-buffer): Executes inline code blocks as well as
12135 regular code blocks.
12137 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12139 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12140 blocks for removal.
12142 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
12144 * org-clock.el (org-clock-before-select-task-hook): New hook.
12145 (org-clock-select-task): Run new hook.
12147 2011-07-28 Julien Danjou <julien@danjou.info>
12149 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12150 events with range. This display things like: <2011-01-22 Sat
12151 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12152 at 14:00 and ending at 20:00.
12154 2011-07-28 Dan Davison <dandavison7@gmail.com>
12156 * ob.el (org-babel-inline-src-block-regexp): Character preceding
12157 "src_" can now be anything as long as it is neither alphanumeric
12160 2011-07-28 Dan Davison <dandavison7@gmail.com>
12162 * ob.el (org-babel-merge-params): Docstring typo.
12164 2011-07-28 Dan Davison <dandavison7@gmail.com>
12166 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12169 2011-07-28 Dan Davison <dandavison7@gmail.com>
12171 * ob.el (org-babel-get-src-block-info): Alter order of merge
12174 2011-07-28 Dan Davison <dandavison7@gmail.com>
12176 * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12178 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12180 * ob.el (org-babel-insert-result): Ensure all parts of result
12181 wrappers end in newlines.
12183 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12185 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12186 optionally creates parent directories of tangle targets.
12188 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12190 * org-ascii.el (org-ascii-level-start): Catch the case of levels
12191 which do not have an equivalent in the list of underline
12194 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12196 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12197 the format string used to escape arguments to shell code blocks.
12199 2011-07-28 Julien Danjou <julien@danjou.info>
12201 * org-agenda.el (org-agenda-reset-view): New function.
12202 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12204 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
12206 * org-exp.el (org-export-handle-include-files): Support :lines
12208 (org-get-file-contents): New argument lines to include specify a
12209 range of lines to include.
12211 2011-07-28 Bastien Guerry <bzg@gnu.org>
12213 * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12215 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12217 * org-latex.el (org-export-latex-make-header): Export email in
12218 author line if `org-export-email-info' is non-nil.
12220 2011-07-28 Julien Danjou <julien@danjou.info>
12222 * org-agenda.el (org-agenda-goto-today): Respect current span.
12224 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12226 * org-complete.el (pcomplete/org-mode/link)
12227 (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12228 before uniquifying.
12230 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12232 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12233 linking comment type
12234 (org-babel-tangle-comment-links): Returns comment links for the
12235 source code block at point.
12237 2011-07-28 Bastien Guerry <bzg@gnu.org>
12239 * org.el (org-refile-check-position): Send a more explicit message
12240 on how to clear the cache before refiling again.
12242 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12244 * org-agenda.el (org-agenda-skip-function-global): New option.
12245 (org-agenda-skip-eval): New function.
12246 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12247 the global skipping condition.
12249 2011-07-28 David Maus <dmaus@ictsoc.de>
12251 * org-html.el (org-export-as-html): Handle timestamps after
12254 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12256 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12257 until either a matching block is found, or the limits of the file
12260 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12262 * ob.el (org-babel-update-block-body): Literal argument to
12263 `replace-match' to allow insertion of text containing '\'.
12265 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12267 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12270 2011-07-28 David Maus <dmaus@ictsoc.de>
12272 * test-org-table.el
12273 (test-org-table/org-table-convert-refs-to-rc/3)
12274 (test-org-table/org-table-convert-refs-to-rc/2)
12275 (test-org-table/org-table-convert-refs-to-rc/1)
12276 (test-org-table/org-table-convert-refs-to-an/3)
12277 (test-org-table/org-table-convert-refs-to-an/2)
12278 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12279 table formular format conversion.
12281 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12283 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12286 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12288 * ob.el (org-babel-open-src-block-result): Must collect result
12289 *before* jumping to the result buffer.
12291 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12293 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12294 used after update to regexp.
12296 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12298 * ob.el (org-babel-temp-file): Ensure that
12299 `org-babel-temporary-directory' is bound before using.
12300 (org-babel-remove-temporary-directory): Safer error throwing.
12302 2011-07-28 niels giesen <niels.giesen@gmail.com>
12304 * org-docbook.el (org-export-docbook-finalize-table): Do literal
12307 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12309 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12310 resolve language names for evaluation.
12312 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12314 * org-capture.el (org-capture-templates): Add %f and %F escapes
12315 (org-capture): Add more information to capture property list
12316 (org-capture-fill-template): Handle %f and %F escapes.
12318 2011-07-28 David Maus <dmaus@ictsoc.de>
12320 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12323 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12325 * org.el (org-occur-next-match): New function.
12326 (org-mode): Set the variable `next-error-function'.
12327 (org-highlight-new-match): Add an `org-type' property to the
12330 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12332 * ob-calc.el: No longer require `calc-trail' on XEmacs.
12334 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12336 * org.el (org-modules): Add `org-eshell'.
12338 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12340 * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12341 dynamically scoped variables.
12343 * org.el (org-modules): Move `org-special-blocks' into the core
12346 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12348 * org-special-blocks.el: New file.
12350 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12352 * org.el (org-plist-delete): Remove duplicate definition.
12354 2011-07-28 Bernt Hansen <bernt@norang.ca>
12356 * org-agenda.el (org-agenda-goto): Display invisible entry text.
12358 * org-agenda.el (org-agenda-switch-to): Display invisible entry
12361 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12363 * org.el (org-get-category): New optional argument FORCE-REFRESH.
12364 Automatically refresh if the property is not there.
12365 (org-entry-properties): Remove refresh - this is now done in
12368 * org-clock.el (org-clock-insert-selection-line): Let
12369 `org-get-category' do the property refresh.
12371 * org-archive.el (org-archive-subtree): Force a refresh of
12372 category properties.
12374 2011-07-28 Julien Danjou <julien@danjou.info>
12376 * org-icalendar.el (org-print-icalendar-entries): Do not manually
12377 refresh categories.
12379 2011-07-28 Dan Davison <dandavison7@gmail.com>
12381 * org.el (org-display-inline-images): Check for clear-image-cache
12384 2011-07-28 Bernt Hansen <bernt@norang.ca>
12386 * org.el: Document missing value for org-link-frame-setup.
12388 2011-07-28 Dan Davison <dandavison7@gmail.com>
12390 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12391 user code prior to the R exception-handling, so that errors in
12392 user code are unhandled.
12394 2011-07-28 Dan Davison <dandavison7@gmail.com>
12396 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12397 that a major-mode function corresponding to the language string
12400 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12402 * org-exp.el (org-export-mark-list-ending): Insert additional
12403 newline characters if end-list-marker is at a wrong position.
12405 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12407 * ob.el (org-babel-script-escape): Replace commas with spaces for
12408 better list reading when list items are packed with commas,
12409 e.g. Haskell list output.
12411 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12413 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12416 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12418 * ob.el (org-babel-confirm-evaluate): Fix for the case when
12419 org-confirm-babel-evaluate is a function (used to always ask no
12420 matter what the function returns).
12422 2011-07-28 Dan Davison <dandavison7@gmail.com>
12424 * ob-R.el: Delete duplicated function.
12426 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12428 * ob.el (org-babel-execute-src-block): Removed unused flet
12431 2011-07-28 Dan Davison <dandavison7@gmail.com>
12433 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12434 signal that the intended content has been written to file.
12436 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12437 the intended content has been written to file.
12439 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12440 intended content has been written to file.
12442 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12443 that the intended content has been written to file.
12445 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12446 the intended content has been written to file.
12448 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12449 that the intended content has been written to file.
12451 * ob-octave.el (org-babel-execute:octave): Return result; not name
12454 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12455 signal that the intended content has been written to file.
12457 * ob-python.el (org-babel-execute:python): Return result; not name
12460 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12463 * ob-sass.el (org-babel-execute:sass): Return nil if result has
12464 been written to file.
12466 2011-07-28 Dan Davison <dandavison7@gmail.com>
12468 * ob-R.el (org-babel-R-graphical-output-file): New function
12469 returns the name of the output file iff R has been instructed to
12470 send graphical output to file by means of the ":results graphics"
12472 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12473 when constructing the R code to evaluate, which may be augmented
12474 with code implementing the writing of graohical output to file.
12475 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12476 determine whether R is taking responsibility for writing output to
12477 file; if so, this is signaled to ob.el by returning a nil result.
12479 2011-07-28 Dan Davison <dandavison7@gmail.com>
12481 * ob.el (org-babel-format-result): New function to format results
12482 of src block execution.
12483 (org-babel-execute-src-block): Use `org-babel-format-result' when
12485 (org-babel-open-src-block-result): Use `org-babel-format-result'
12486 when displaying results in a buffer. Name results buffer
12489 2011-07-28 Dan Davison <dandavison7@gmail.com>
12491 * ob.el (org-babel-execute-src-block): Avoid calling
12492 `orgtbl-to-generic' on number results.
12494 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12496 * ob.el (org-babel-execute-src-block): Allow specification of
12497 table separator with :sep header argument.
12498 (org-babel-open-src-block-result): Allow specification of table
12499 separator with :sep header argument.
12501 2011-07-28 Dan Davison <dandavison7@gmail.com>
12503 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12504 executing buffer (note that this handles execute subtree also).
12506 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
12508 * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12509 do not modify match data either.
12510 (org-inlinetask-goto-end): Small refactoring, remove
12512 (org-inlinetask-goto-beginning): Small refactoring, remove
12515 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12517 * org-capture.el (org-capture-set-target-location): Use
12520 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12522 * org-capture.el (org-capture-set-target-location): Use
12525 2011-07-28 Bernt Hansen <bernt@norang.ca>
12527 * org.el (org-before-first-heading-p): If point is on an org-mode
12528 heading line then we are not before the first heading.
12530 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
12532 * org-timer.el (org-timer-continue-hook): Define the variable
12533 (org-timer-pause-or-continue): Run hook after relative timer is
12536 2011-07-28 Julien Danjou <julien@danjou.info>
12538 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
12540 2011-07-28 Julien Danjou <julien@danjou.info>
12542 * org-capture.el (org-capture-fill-template): Use org-eval.
12544 2011-07-28 Julien Danjou <julien@danjou.info>
12546 * org-agenda.el (org-eval): New function.
12548 2011-07-28 Dan Davison <dandavison7@gmail.com>
12550 * ob.el (org-babel-execute-src-block): With :results file, when
12551 :file is not supplied, interpret result as a file link as long as
12554 2011-07-28 David Maus <dmaus@ictsoc.de>
12556 * org-latex.el (org-export-latex-preprocess): Don't convert link
12557 description parts that look like numeric footnote.
12559 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12561 * org-latex.el (org-export-latex-tables): Allowing specification
12562 of tabular[xy] inner environments through the ATTR_LaTeX line.
12564 2011-07-28 Julien Danjou <julien@danjou.info>
12566 * org-capture.el (org-capture-fill-template): Use
12567 `org-set-property' directly.
12569 2011-07-28 Julien Danjou <julien@danjou.info>
12571 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
12574 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12576 * org-exp.el (org-export-string): Use `format' to construct
12577 function call to allow symbolic or string arguments.
12579 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12581 * org-capture.el (org-capture-place-entry):
12582 (org-capture-insert-template-here): Check tree for validity before
12585 2011-07-28 Julien Danjou <julien@danjou.info>
12587 * org-gnus.el (org-gnus-store-link): Trim date.
12589 2011-07-28 Julien Danjou <julien@danjou.info>
12591 * org.el (org-email-link-description): Allow to retrieve email
12594 2011-07-28 Lawrence Mitchell <wence@gmx.li>
12596 * org.el (org-make-target-link-regexp): `regexp-quote' target
12597 before replacing whitespace.
12599 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12601 * ob.el (org-babel-expand-noweb-references): Noweb references can
12602 now be resolved from the library of babel.
12604 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12606 * ob.el (org-babel-result-end): No longer leaving trailing new
12607 line after block removal.
12609 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12611 * org-latex.el (org-export-latex-first-lines): Anchor outline
12612 regexp during LaTeX tree export.
12614 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
12616 * ob-python.el (org-babel-python-initiate-session-by-key): Make
12617 sure that py-which-bufname is initialized, as otherwise it will be
12618 overwritten the first time a Python buffer is created.
12620 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12622 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
12625 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
12627 * ob-org.el (org-babel-execute:org): Padding code block with an
12628 empty title on LaTeX export.
12630 2011-07-28 Matt Lundin <mdl@imapmail.org>
12632 * org.el (org-entry-properties): Stop scanning for timestamps if a
12633 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
12634 requested and a match is found. Also, if a specific timestamp
12635 property is requested, do not push non-relevant timestamps onto
12638 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12640 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
12641 when grid is being made for today.
12643 2011-07-28 Matt Lundin <mdl@imapmail.org>
12645 * org-agenda.el (org-agenda-get-scheduled): Don't call
12646 `org-is-habit-p' until after checking for
12647 `org-agenda-skip-scheduled-if-done'.
12649 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
12651 * org.el: Remove spurious linebreak introduced by earlier patch.
12653 * ob.el, ob-ref.el: Remove double fix of the same problem.
12655 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12657 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
12659 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
12661 * org-html.el (org-export-html-mathjax-template): Displaymath
12662 environment and MathJax.
12664 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
12666 * org-faces.el (org-agenda-current-time): New face.
12668 * org-agenda.el (org-agenda-show-current-time-in-grid):
12669 (org-agenda-current-time-string): New options.
12670 (org-agenda-add-time-grid-maybe): Add current time to time grid.
12672 2011-05-10 Jim Meyering <meyering@redhat.com>
12674 Fix doubled-word typos.
12675 * org-agenda.el (org-agenda-entry-types): the the -> the
12676 * org-table.el (org-table-get-remote-range): or or -> or
12677 * org-wl.el (org-wl-folder-type): the the -> the
12678 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
12680 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12682 * org-src.el (org-src-switch-to-buffer):
12683 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
12684 * org-mouse.el (org-mouse-agenda-type):
12685 * org-freemind.el (org-freemind-node-to-org):
12686 * ob-sql.el (org-babel-execute:sql):
12687 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
12688 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
12690 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
12692 * Version 23.3 released.
12694 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12696 * org.el (org-blank-before-new-entry, org-context-in-file-links)
12697 (org-refile-targets, org-log-repeat, org-insert-link)
12698 (org-speed-command-default-hook, org-speed-command-hook)
12699 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
12700 Fix typos in docstrings.
12701 (org-toggle-pretty-entities): Fix typo in message.
12703 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
12705 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
12707 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12709 * org-remember.el (org-remember-mode-map):
12710 * org-src.el (org-src-mode-map): Move initialization into declaration.
12712 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
12714 * org-remember.el (org-remember-mode):
12715 * org-capture.el (org-capture-mode): Don't run hook redundantly.
12717 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
12719 * org-faces.el (org-link): Inherit from link face.
12720 Suggested by Joakim Verona.
12722 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
12724 * org-footnote.el (org-footnote-create-definition): Place
12725 Footnotes section before message-signature-separator also in modes
12726 derived from message-mode.
12728 2010-12-11 Julien Danjou <julien@danjou.info>
12730 * org.el (org-make-tags-matcher): Remove useless cat-p value.
12732 2010-12-11 Julien Danjou <julien@danjou.info>
12734 * org.el (org-entry-properties): Enhance docstring.
12736 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12738 * org-list.el (org-list-top-point-with-indent)
12739 (org-list-bottom-point-with-indent): Pay also attention to
12740 'original-indentation property of text, as blocks are put to
12741 column 0 upon exporting.
12743 2010-12-11 Dan Davison <dandavison7@gmail.com>
12745 * ob.el (org-babel-remove-temporary-directory): Handle exception
12746 with message informing of failure to remove directory.
12748 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12750 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
12751 `package' to the list of Clojure header arguments which will be read
12752 from heading properties.
12754 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12756 * org-inlinetask.el (org-inlinetask-export-templates): Add
12757 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
12758 not default as it requires an additional LaTeX package: "todonotes".
12760 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12762 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
12764 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
12765 templates to export inline tasks.
12767 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12769 * org.el (org-current-level): Ignore inline tasks when getting current
12772 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12774 * org.el (org-indent-line-function): Ignore drawers inside inline
12775 tasks if the line to indent isn't inside an inline task itself.
12777 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12779 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
12781 * org-indent.el (org-indent-add-properties): Find true level of
12782 indentation wrt inline tasks.
12784 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12786 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
12788 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
12790 * org-inlinetask.el (org-inlinetask-goto-end): New function.
12792 * org.el (org-mark-subtree): New command.
12794 * org.el (org-speed-commands-default, org-mode-map): Make use of
12797 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12799 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
12800 from @<span class...> so it can be removed during LaTeX export.
12802 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12804 * ob.el (org-babel-insert-result): More informative code block
12805 evaluation messages.
12807 2010-12-11 Matt Lundin <mdl@imapmail.org>
12809 * org.el (org-make-heading-search-string): Optionally limit number
12810 of lines stored in file link search strings.
12811 (org-context-in-file-links): Add option to set to integer specifying
12814 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12816 * org-capture.el (org-capture-finalize): New prefix argument
12818 (org-capture-refile): Improve docstring.
12820 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12822 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
12823 interaction engine.
12825 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12827 * org-agenda.el (org-agenda-list):
12828 (org-agenda-goto-today): Use `org-today'.
12830 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12832 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
12833 and the title/author definitions.
12835 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12837 * org-macs.el: Better backup definition for
12838 `with-silent-modifications'.
12840 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12842 * ob-python.el (org-babel-execute:python): Rename "prefix" to
12844 (org-babel-python-evaluate): Rename "prefix" to "preamble".
12845 (org-babel-python-evaluate-external-process): Rename "prefix" to
12848 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12850 * ob.el (org-babel-examplize-region): Check if `end' is a marker
12851 or a point and handle appropriately.
12853 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12855 * ob-sql.el (org-babel-execute:sql): Explicitly set field
12856 separator to \t when importing tabular data.
12858 2010-12-11 Julien Danjou <julien@danjou.info>
12860 * org-agenda.el (org-agenda-custom-commands-local-options):
12861 Allow org-agenda-span to be a symbol.
12862 (org-agenda-ndays): Make obsolete.
12863 (org-agenda-span): New variable superseding org-agenda-ndays.
12864 (org-agenda-menu): Use org-agenda-current-span.
12865 (org-agenda-current-span): New local variable storing current
12867 (org-agenda-list): Take a span instead of ndays as argument.
12868 This function is now responsible for computing the ndays based
12870 (org-agenda-ndays-to-span): Return span only if number of days
12872 (org-agenda-span-to-ndays): New function.
12873 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
12874 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
12875 (org-agenda-later): Do not give compute a new span, use the
12877 (org-agenda-day-view, org-agenda-week-view)
12878 (org-agenda-month-view, org-agenda-year-view): Stop touching
12880 (org-agenda-change-time-span): Only compute starting-span.
12881 (org-agenda-compute-starting-span): New function derived from
12882 the old org-agenda-compute-time-span.
12883 (org-agenda-set-mode-name): Compute mode based on
12884 org-agenda-current-span.
12885 (org-agenda-span-name): New function.
12887 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
12889 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
12891 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12893 * org-clock.el (org-quarter-to-date): Define variables.
12894 (org-clock-special-range): Defin variables. Use org-floor*.
12895 (org-clocktable-write-default): Define tcol.
12897 * org-compat.el (org-floor*): New function.
12899 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12900 John Wiegley <jwiegley@gmail.com>
12902 * org-complete.el: New file.
12904 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12906 * org-clock.el (org-clocktable-write-default): Fix the % formula.
12908 2010-12-11 Matt Lundin <mdl@imapmail.org>
12910 * org-agenda.el (org-format-agenda-item): The value of
12911 org-category is not converted to a string unless it is defined.
12913 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12915 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
12916 header argument through to external evaluation.
12917 (org-babel-python-evaluate): Pass the new "prefix" header argument
12918 through to external evaluation.
12919 (org-babel-python-evaluate-external-process): When specified prepend
12920 "prefix" to the file used in external evaluation.
12922 2010-12-11 Dan Davison <dandavison7@gmail.com>
12924 * ob-python.el (org-babel-python-evaluate-session): Change python
12925 module name from 'pp' to 'pprint'.
12927 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12929 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
12930 from R session output, these are often the result of variable
12933 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12935 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
12936 fix a compiler warning.
12938 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12940 * ob-eval.el (require): No longer require ob.el to allow
12941 requiring by ob.el.
12943 * ob.el (ob-eval): Require ob-eval.
12945 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12947 * ob.el (org-babel-confirm-evaluate): Show code block's name when
12948 it is available during evaluation query.
12950 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12952 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
12954 (org-babel-execute:sql): Use sql specific body expansion function.
12955 (org-babel-sql-expand-vars): Insert variables into a sql code block.
12957 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12959 * ob.el (org-babel-insert-result): Using markers instead of
12960 points for more robust buffer anchors.
12962 2010-12-11 Julien Danjou <julien@danjou.info>
12964 * org-capture.el: Use org-today.
12966 2010-12-11 Julien Danjou <julien@danjou.info>
12968 * org-habit.el: Use org-today.
12970 2010-12-11 Julien Danjou <julien@danjou.info>
12972 * org.el (org-auto-repeat-maybe): Use org-today.
12974 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
12976 * org-clock.el (org-day-of-week): New function.
12977 (org-quarter-to-date): New function.
12978 (org-clock-special-range): Implement quarters.
12980 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
12982 * org.el (org-complete-tags-always-offer-all-agenda-tags):
12985 2010-12-11 Julien Danjou <julien@danjou.info>
12987 * org-agenda.el (org-format-agenda-item): Convert category to a string
12988 if it is a symbol. This fixes the following call to
12989 org-agenda-get-category-icon which fails if category is not a string.
12991 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
12993 * ob-clojure.el: Updated requirements documentation to mention
12994 the minimum version of Clojure.
12995 (org-babel-expand-body:clojure): Fully qualified function name.
12997 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
12999 * org-latex.el (org-export-latex-lists): Do not add an
13000 unnecessary newline character after a list.
13002 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13003 point is just after a non blank line.
13005 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13007 * ob.el (org-babel-examplize-region): Remove old assertion which
13008 no longer applies to the result insertion code.
13010 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13012 * ob-python.el (org-babel-execute:python): Use a :return header
13013 argument for external evaluation in which the code block body need
13014 to be wrapped in a function.
13016 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13018 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13021 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13023 * org.el (org-edit-special): Edit formulas when in TBLMF line.
13025 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
13027 * org-capture.el (org-capture-after-finalize-hook): New hook.
13028 (org-capture-finalize): Run the new hook.
13030 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13032 * ob-clojure.el (org-babel-expand-body:clojure): Support for
13033 pretty printing of Clojure code and data.
13035 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13037 * ob.el (org-babel-insert-result): No longer escape results which
13038 will be wrapped in a block.
13040 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13042 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13043 warning and added documentation string.
13045 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13047 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13048 for all code evaluation.
13050 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13052 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13053 the column as well.
13055 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13057 * ob.el (org-babel-confirm-evaluate): More descriptive message
13058 when evaluation is aborted or disabled.
13060 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13062 * ob.el (org-babel-insert-result): Responds to new "wrap" header
13064 (org-babel-merge-params): Includes new "wrap" header argument in
13065 one of the results header argument exclusive groups.
13067 2010-12-11 David Maus <dmaus@ictsoc.de>
13069 * org-macs.el (with-silent-modifications): Fix condition for
13070 with-silent-modification.
13072 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13074 * ob.el (org-babel-parse-header-arguments): Stripping trailing
13075 spaces off of header arguments (even the first one).
13077 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13079 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13080 single quotes which is the best practice.
13081 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13082 more robust parsing of shell output.
13084 2010-12-11 Dan Davison <dandavison7@gmail.com>
13086 * org.el (org-additional-option-like-keywords): Add more keywords,
13087 and colons to some old ones.
13089 2010-12-11 Dan Davison <dandavison7@gmail.com>
13091 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13093 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13095 * ob-python.el (org-babel-python-table-or-string):
13096 Using `org-babel-script-escape' for reading string input from scripting
13099 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13101 * org-macs.el (org-called-interactively-p): Wrap function call in
13103 (with-silent-modifications): Declare macro for Emacs < 23.2.
13105 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13107 * ob.el (org-babel-parse-header-arguments): Remove addition of
13108 ":" to singleton first header arguments as it was leading to errors.
13110 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13112 * org-latex.el (org-export-latex-make-header): Run the title through
13113 `org-export-latex-fontify-headline'.
13114 (org-export-latex-fontify-headline): Do the protection of math
13115 snippets also here.
13117 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
13119 * org-latex.el (org-export-as-latex): Sent the section title
13120 through the preprocessor.
13122 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13124 * org-html.el (org-html-level-start): Mark listified headings
13127 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13129 * org.el (org-open-at-point): Don't do footnote action if cursor is
13132 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13134 * org.el (org-edit-special): Check also for TBLFM line.
13136 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
13138 * org-clock.el (org-get-clocktable): Previous patch incorrectly
13139 required whitespace in front of #+BEGIN: and #+END:.
13141 2010-12-11 Dan Davison <dandavison7@gmail.com>
13143 * org-src.el (org-edit-src-code): Allow region to be inherited by
13144 edit buffer when mark is one character beyond end of src block.
13146 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13148 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13149 checking item indentation.
13151 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13153 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13154 and now autoloading.
13156 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13158 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13159 for testing list membership.
13161 * ob.el (org-babel-read-result): Use higher level function for
13162 testing list membership.
13163 (org-babel-result-end): Use higher level function for testing list
13166 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13168 * ob-sqlite.el (ob-eval): Require ob-eval for external command
13170 (org-babel-execute:sqlite): No longer uses the init option for
13171 passing commands to sqlite.
13173 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13175 * org.el (org-indent-line-function): Drawers and blocks have no
13176 influence on indentation of text below. Also fix indentation
13177 problem with a block at column 0 and add a special case for
13180 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13182 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13183 is only evaluated once.
13185 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13187 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13189 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13191 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13193 * ob-tangle.el (org-babel-load-file): Can be called interactively.
13195 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
13197 * org-table.el (orgtbl-after-send-table-hook): New hook.
13198 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13200 (orgtbl-send-table): Return the number of sent tables, or nil if no
13201 sending has happened.
13203 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13205 * org.el (org-get-priority-function): New option.
13206 (org-get-priority): Call `org-get-priority-function' if that
13209 2010-12-11 Dan Davison <dandavison7@gmail.com>
13211 * ob-table.el (org-babel-table-truncate-at-newline): Only add
13212 "..." if there is something after the newline.
13214 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
13216 * org-clock.el (org-get-clocktable):
13217 (org-in-clocktable-p):
13218 (org-clocktable-shift):
13219 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13221 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
13223 * org-exp.el (org-export-handle-include-files): Support :minlevel
13225 (org-get-file-contents): New argument minlevel to demote included
13228 2010-12-11 Noorul Islam <noorul@noorul.com>
13230 * org-latex.el (org-export-latex-hyperref-format): New option.
13231 (org-export-latex-href-format): Rename the existing variable
13232 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13233 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13234 `org-export-latex-href-format'.
13236 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13238 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13239 buffer exists before it is used.
13241 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13243 * org-exp.el (org-export-preprocess-string): Delay code block
13244 processing a bit to allow correct list parsing in the export string.
13246 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
13248 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13249 (org-agenda-time-of-day-to-ampm): New function.
13250 (org-agenda-time-of-day-to-ampm-maybe): New function.
13251 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13253 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13255 * org-faces.el (org-cycle-level-faces): New option.
13257 * org.el (org-get-level-face): Honor org-cycle-level-faces.
13259 2010-12-11 Julien Danjou <julien@danjou.info>
13261 * org-agenda.el (org-agenda-today): New function.
13262 (org-agenda-get-day-face): New function.
13263 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13264 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13265 (org-todo-list): Use org-agenda-today.
13266 (org-get-all-dates): Use org-agenda-today.
13267 (org-agenda-day-face-function): New variable.
13268 (org-agenda-get-day-face): Use org-agenda-day-face-function.
13270 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13272 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13275 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13277 * org-html.el (org-export-as-html): Do not treat partially
13278 protected lines as if they were fully protected.
13280 2010-12-11 Dan Davison <dandavison7@gmail.com>
13282 * org-exp.el (org-export-format-source-code-or-example):
13283 Remove hard-wired configuration of minted export
13284 (org-export-latex-minted-with-line-numbers): Remove variable.
13286 2010-12-11 Bastien Guerry <bzg@gnu.org>
13288 * org-clock.el (org-dblock-write:clocktable): Fix double
13289 reference to `link' in let construct.
13290 (org-clock-clocktable-formatter): Fix typo in docstring.
13291 (org-clocktable-write-default): Fix typo in docstring.
13293 2010-12-11 David Maus <dmaus@ictsoc.de>
13295 * org-protocol.el (org-protocol-unhex-string): Normalize percent
13296 escape sequence to upper case letters.
13298 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13300 * ob-lob.el (org-babel-lob-get-info): Include pass-through
13301 header arguments in results variable header argument string.
13303 2010-12-11 David Maus <dmaus@ictsoc.de>
13305 * org-exp.el (org-export-visible): Limit search for in-buffer options
13306 beginning of first headline.
13308 2010-12-11 David Maus <dmaus@ictsoc.de>
13310 * org.el (org-open-at-point): Remove stale link handler for news:
13313 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13315 * org-clock.el (org-clocktable-write-default): Better handling of
13318 2010-12-11 Julien Danjou <julien@danjou.info>
13320 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13322 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
13324 * org.el (org-indent-line-function): Simplify code and remove bug that
13325 would insert a tab at the beginning of the line when trying to
13328 2010-12-11 Julien Danjou <julien@danjou.info>
13330 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13332 2010-12-11 Julien Danjou <julien@danjou.info>
13334 * org-agenda.el (org-agenda-prefix-format): Insert place holder
13336 (org-agenda-category-icon-alist): New option.
13337 (org-agenda-get-category-icon): New function.
13338 (org-format-agenda-item): Support for icons.
13339 (org-compile-prefix-format): Support for icons.
13341 2010-12-11 Julien Danjou <julien@danjou.info>
13343 * org-compat.el: Create defalias for `string-match-p' and
13346 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
13348 * ob-calc.el (org-babel-execute:calc): Support for variables --
13349 converts :var variables in calc variables.
13351 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13353 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13355 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13357 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13359 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13361 * org-id.el (org-id-store-link): Test for org-mode before checking
13364 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
13366 * org.el (org-shorten-string): New function.
13368 * org-exp.el (org-export-convert-protected-spaces): New function.
13369 (org-export-preprocess-string):
13370 Call `org-export-convert-protected-spaces' to handle new hard spaces.
13372 2010-12-11 David Maus <dmaus@ictsoc.de>
13374 * org.el (org-narrow-to-subtree): Check for heading that ends at end
13377 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
13379 * org-capture.el (org-capture-templates): Remove autoload from
13382 * ob-lisp.el (slime): Don't expect slime to be present.
13384 2010-11-11 Dan Davison <dandavison7@gmail.com>
13386 * ob.el: `copy-sequence' suffices to copy alist; no need for
13389 2010-11-11 Dan Davison <dandavison7@gmail.com>
13391 * ob.el (org-babel-execute-src-block): If ":results file" is in
13392 effect, then ensure that the value of :file is returned as the
13393 result; don't rely on language files for this.
13395 2010-11-11 Dan Davison <dandavison7@gmail.com>
13397 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13398 structure by side-effects of `sort'.
13400 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
13402 * org-list.el (org-list-bottom-point-with-indent): Do not check
13403 indentation of a non-empty blank line.
13405 * org-list.el (org-sort-list): Sort a list with point anywhere
13408 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13410 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13411 hopefully better error messages.
13413 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13415 * org.el (org-babel-load-languages): Adding calc.
13417 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13419 * ob.el (org-babel-initiate-session): Don't resolve variable
13420 references unless prefix arg is supplied.
13422 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13424 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13425 refers to the correct stack.
13427 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13429 * ob-calc.el: Adding the beginnings of support for calc code
13432 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13434 * ob-tangle.el (org-babel-update-block-body): Declaring function
13435 for updating code block bodies.
13436 (org-babel-spec-to-string):
13437 (org-babel-detangle): Detangle all tangled and commented code
13438 blocks in the current file back to org.
13439 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13440 file back to the originating org-mode code block ob-tangle:
13441 detangle changes in code files back to the original org files.
13443 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13445 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13446 (org-babel-tangle-comment-format-end): Fix typo.
13448 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13450 * org-exp.el (org-export-format-source-code-or-example):
13451 Use minted for latex source code export if `org-export-latex-listings'
13452 has the value 'minted.
13454 * org-latex.el (org-export-latex-listings): Document special value
13457 * org-latex.el (org-export-latex-minted): Delete variable.
13459 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13461 * ob.el (org-babel-get-src-block-info): Retrieve contents of
13462 parentheses, excluding parentheses themselves.
13464 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13466 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13467 Fix bug in gnuplot data file assignment using user variables.
13469 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13471 * ob-latex.el (org-babel-execute:latex): Adding new :headers
13472 header argument for latex code blocks.
13474 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13476 * org-capture.el (org-capture-templates): New capture property
13478 (org-capture-finalize): Kill target buffer if that is desired.
13479 (org-capture-target-buffer): Remember if we have to make the buffer.
13481 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13483 * org-clock.el (org-dblock-write:clocktable): Fix bug when
13484 computing clock tables.
13486 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13488 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13489 to caller even if no table is generated.
13491 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
13493 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13494 values from diary entries.
13496 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13499 * org.el (org-diary-sexp-entry): Handle lists as return values
13500 from diary entries.
13502 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13504 * org-capture.el (org-capture-empty-lines-before):
13505 (org-capture-empty-lines-after): Make sure the n=0 does not insert
13508 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13510 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13511 message when clojure binary is not found.
13513 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13515 * org-html.el (org-format-table-html): New argument DOCBOOK.
13516 (org-format-org-table-html): New argument DOCBOOK. When set, use
13517 align instead of class to align table fields.
13519 * org-docbook.el (org-export-as-docbook): Specify the docbook
13520 argument for the table converter.
13522 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13524 * org-macs.el (org-called-interactively-p): New macro.
13526 * org-freemind.el: No longer require 'rx.
13527 (org-freemind): New customization group, use it for all the
13529 (org-export-as-freemind): Add docstring.
13530 (org-freemind-show): Improve filen naming.
13531 (org-freemind-convert-links-helper): New function.
13532 (org-freemind-bol-helper-base-indent): New variable.
13533 (org-freemind-bol-helper): New function.
13534 (org-freemind-node-css-style): New option.
13535 (org-freemind-node-pattern): New variable.
13536 (org-freemind-from-org-mode): Better docstring.
13538 2010-11-11 David Maus <dmaus@ictsoc.de>
13540 * ob-haskell.el (org-babel-variable-assignments:haskell):
13541 Don't pass more than two arguments to mapc.
13543 2010-11-11 David Maus <dmaus@ictsoc.de>
13545 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
13547 2010-11-11 David Maus <dmaus@ictsoc.de>
13549 * org-footnote.el (message-signature-separator): Defvar to silence
13552 2010-11-11 David Maus <dmaus@ictsoc.de>
13554 * org-exp.el (org-export-string): Fix reference to wrong symbol.
13556 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
13558 * org.el (org-link-search): Return 'dedicated on successful match
13559 when org-link-search-must-match-exact-headline is set to t.
13561 2010-11-11 Daniel Clemente <n142857@gmail.com>
13563 * org-html.el (org-html-make-link): Append fragment to file: links
13566 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
13568 * org-footnote.el (org-footnote-create-definition)
13569 (org-footnote-goto-local-insertion-point): Add footnotes before
13570 signature when in message-mode.
13572 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13574 * org.el (org-display-inline-images): Improve regexp.
13576 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13578 * org.el (org-cycle): Make sure resetting to startup visibility
13579 works after another cycle command.
13581 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13583 * org-exp.el (org-export-string): New function org-export-string
13584 can be used to convert a string of test in org-mode markup to a
13587 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13589 * org.el (org-display-inline-images): Allow non-ASCII characters
13590 in image file names. Save match data.
13592 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13594 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
13597 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13599 * org-exp.el (org-store-forced-table-alignment):
13600 (org-export-remove-special-table-lines): Allow the "c" cookie for
13603 * org-html.el (org-export-table-header-tags):
13604 (org-export-table-data-tags): Add another %s format for the
13606 (org-export-html-table-align-individual-fields): New option.
13607 (org-format-org-table-html): Implement field-by-field alignment
13608 and support centering.
13609 (org-format-table-table-html): Make sure the new table tag formats
13610 don't break this function.
13612 * org-table.el (org-table-cookie-line-p):
13613 (org-table-align): Allow for the <c> cookie.
13615 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
13617 2010-11-11 David Maus <dmaus@ictsoc.de>
13619 * org-exp.el (org-export-normalize-links): Skip normalization of
13620 plain links that are part of another link.
13622 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13624 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
13626 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13628 * org-indent.el (org-indent-add-properties):
13629 Use `with-silent-modifications'.
13630 (org-indent-remove-properties): Use `with-silent-modifications'.
13632 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
13634 * org-table.el (org-table-cookie-line-p): Fix indentation.
13636 * org-exp.el (org-store-forced-table-alignment): New function.
13637 (org-export-preprocess-string):
13638 Call `org-store-forced-table-alignment'.
13640 * org-html.el (org-format-org-table-html): Use stored alignment
13643 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13645 * ob.el (org-babel-execute-src-block): Respects prefix argument
13646 (which forces re-calculation).
13648 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13650 * ob.el (org-babel-execute-src-block): Remove needless param
13651 sorting from ob-execute-src-block, the params are sorted already
13654 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13656 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
13657 header argument level.
13659 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13661 * ob.el (org-babel-sha1-hash): Consider words in different order
13662 as different input.
13664 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13666 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
13668 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13670 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
13671 structure of an Org-mode table (list of lists).
13673 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13675 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
13676 (reference to unassigned variable `src-lang' and avoid calling
13677 org-babel-get-src-block-info twice.
13679 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13681 * ob.el (org-babel-demarcate-block): Updated to reflect the new
13682 info list contents.
13684 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13686 * org-src.el (org-edit-src-code): Supply non-nil argument to
13687 `org-babel-get-src-block-info' to avoid resolving variable
13690 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13692 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
13693 improved efficiency of org-babel-map-src-blocks.
13695 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13697 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
13698 checks that a code block will actually be tangled before
13699 collecting it's full information (a process which could involve
13700 the execution of other code blocks).
13702 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13704 * ob.el (org-babel-demarcate-block): Use light version of
13705 `org-babel-get-src-block-info'.
13707 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13709 * ob.el (org-babel-sha1-hash): Now handles more complex types in
13712 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13714 * ob.el (org-babel-execute-src-block): Generally using the new
13715 more informative params
13716 (org-babel-process-params): Don't forget the :var portion of
13717 variable assignments.
13719 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13721 * ob-table.el (sbe): Simplified to reflect to var resolution.
13723 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13725 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
13726 arguments back to their params before evaluation.
13728 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13730 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
13733 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13735 * ob-table.el (sbe): Use `org-babel-process-params params' instead
13736 of `org-babel-expand-variables'.
13738 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13740 * ob-C.el (org-babel-C-execute): Remove call to
13741 org-babel-process-params which should no longer be called from
13742 within a language file.
13744 * ob-R.el (org-babel-execute:R): Remove call to
13745 org-babel-process-params which should no longer be called from
13746 within a language file
13747 (org-babel-R-variable-assignments): Remove call to
13748 org-babel-process-params which should no longer be called from
13749 within a language file.
13751 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
13752 org-babel-process-params which should no longer be called from
13753 within a language file.
13755 * ob-clojure.el (org-babel-execute:clojure): Remove call to
13756 org-babel-process-params which should no longer be called from
13757 within a language file.
13759 * ob-dot.el (org-babel-execute:dot): Remove call to
13760 org-babel-process-params which should no longer be called from
13761 within a language file.
13763 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
13764 call to org-babel-process-params which should no longer be called
13765 from within a language file
13766 (org-babel-execute:emacs-lisp): Remove call to
13767 org-babel-process-params which should no longer be called from
13768 within a language file.
13770 * ob-haskell.el (org-babel-execute:haskell): Remove call to
13771 org-babel-process-params which should no longer be called from
13772 within a language file.
13774 * ob-js.el (org-babel-execute:js): Remove call to
13775 org-babel-process-params which should no longer be called from
13776 within a language file.
13778 * ob-lisp.el (org-babel-execute:lisp): Remove call to
13779 org-babel-process-params which should no longer be called from
13780 within a language file.
13782 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
13783 org-babel-process-params which should no longer be called from
13784 within a language file.
13786 * ob-octave.el (org-babel-execute:octave): Remove call to
13787 org-babel-process-params which should no longer be called from
13788 within a language file.
13790 * ob-perl.el (org-babel-execute:perl): Remove call to
13791 org-babel-process-params which should no longer be called from
13792 within a language file.
13794 * ob-python.el (org-babel-execute:python): Remove call to
13795 org-babel-process-params which should no longer be called from
13796 within a language file.
13798 * ob-ruby.el (org-babel-execute:ruby): Remove call to
13799 org-babel-process-params which should no longer be called from
13800 within a language file.
13802 * ob-scheme.el (org-babel-execute:scheme): Remove call to
13803 org-babel-process-params which should no longer be called from
13804 within a language file.
13806 * ob-screen.el (org-babel-execute:screen): Remove call to
13807 org-babel-process-params which should no longer be called from
13808 within a language file
13809 (org-babel-prep-session:screen): Remove call to
13810 org-babel-process-params which should no longer be called from
13811 within a language file.
13813 * ob-sh.el (org-babel-execute:sh): Remove call to
13814 org-babel-process-params which should no longer be called from
13815 within a language file.
13817 * ob-sql.el (org-babel-execute:sql): Remove call to
13818 org-babel-process-params which should no longer be called from
13819 within a language file.
13821 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
13824 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
13827 * ob-R.el (org-babel-execute:R): Remove reference to processed
13830 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13832 * ob-sql.el (org-babel-execute:sql): Use generic expansion
13834 (org-babel-expand-body:sql): Delete function.
13836 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13838 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
13839 (org-babel-expand-body:sh): Delete function
13840 (org-babel-prep-session:sh): Change name of called function
13841 (org-babel-variable-assignments:sh): Change function name.
13843 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13845 * ob-screen.el (org-babel-execute:screen): Use generic expansion
13847 (org-babel-expand-body:screen): Delete function
13848 (org-babel-prep-session:screen): Remove references to processed
13851 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13853 * ob-sass.el (org-babel-execute:sass): Use generic expansion
13855 (org-babel-expand-body:sass): Delete function.
13857 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13859 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
13861 (org-babel-prep-session:ruby): Use new variable assignment
13863 (org-babel-variable-assignments:ruby): New function
13864 (org-babel-expand-body:ruby): Delete function.
13866 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13868 * ob-python.el (org-babel-execute:python): Use generic expansion
13870 (org-babel-prep-session:python): Change name of called function
13871 (org-babel-variable-assignments:python): Change function name
13872 (org-babel-expand-body:python): Delete function.
13874 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13876 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
13877 (automatically handled by generic version).
13879 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13881 * ob-perl.el (org-babel-execute:perl): Use generic expansion
13883 (org-babel-expand-body:perl): Delete function
13884 (org-babel-variable-assignments:perl): New function.
13886 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13888 * ob-org.el (org-babel-expand-body:org): Delete function
13889 (automatically handled by generic version).
13891 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13893 * ob-octave.el (org-babel-execute:octave): Use generic expansion
13895 (org-babel-variable-assignments:octave): Change name of function
13896 (org-babel-variable-assignments:matlab): New defalias
13897 (org-babel-prep-session:octave): Change name of function
13898 (org-babel-expand-body:matlab): Delete function
13899 (org-babel-expand-body:octave): Delete function.
13901 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13903 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
13905 (org-babel-variable-assignments:ocaml): New function
13906 (org-babel-expand-body:ocaml): Delete function.
13908 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13910 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
13911 (automatically handled by generic version).
13913 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13915 * ob-js.el (org-babel-execute:js): Use new variable assignment
13917 (org-babel-expand-body:js): Delete function
13918 (org-babel-prep-session:js): Use new variable assignment function
13919 (org-babel-variable-assignments:js): New function.
13921 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13923 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
13925 (org-babel-expand-body:haskell): Delete function
13926 (org-babel-prep-session:haskell): Use variable assignment function
13927 (org-babel-variable-assignments:haskell): New function.
13929 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13931 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
13932 assignment function
13933 (org-babel-prep-session:gnuplot): Use variable assignment function
13934 (org-babel-variable-assignments:gnuplot): New function.
13936 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13938 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
13939 (automatically handled by generic version).
13941 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13943 * ob-css.el (org-babel-expand-body:css): Delete function
13944 (automatically handled by generic version).
13946 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13948 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
13950 (org-babel-expand-body:asymptote): Delete function
13951 (org-babel-variable-assignments:asymptote): New function.
13953 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13955 * ob-R.el (org-babel-expand-body:R): Use new function
13956 `org-babel-variable-assignments:R'; don't trim body.
13957 (org-babel-execute:R): Respond to changes in
13958 `org-babel-expand-body:R'
13959 (org-babel-prep-session:R): Called function is now named
13960 `org-babel-variable-assignments:R'
13961 (org-babel-variable-assignments:R): Receives processed-params as
13962 new optional argument.
13964 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13966 * ob-C.el (org-babel-C-expand): Don't trim body.
13968 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13970 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
13971 obtaining variable references.
13973 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13975 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
13976 assignment lines to generic expansion command.
13978 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
13980 * ob.el (org-babel-expand-src-block): Supply variable assignment
13981 lines to generic expansion function
13982 (org-babel-expand-body:generic): Prepend body with optional
13983 variable assignment lines.
13985 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13987 * ob-exp.el (org-babel-exp-results): Replaced old function call.
13989 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13991 * ob-lob.el (org-babel-lob-execute): Now expanding variable
13992 references before execution.
13994 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
13996 * ob.el (org-babel-execute-src-block): Only sort parameters if
13997 it's required for caching.
13999 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14001 * ob-table.el (sbe): Reworking for better indentation and to
14002 integrate the new variable resolution.
14004 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14006 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14007 variables when resolving references.
14009 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14011 * ob.el (org-babel-merge-params): Fix order or precedence for
14014 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14016 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14017 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14018 (org-babel-R-variable-assignments):
14019 * ob-asymptote.el (org-babel-expand-body:asymptote)
14020 (org-babel-execute:asymptote):
14021 * ob-clojure.el (org-babel-expand-body:clojure)
14022 (org-babel-execute:clojure):
14023 * ob-css.el (org-babel-expand-body:css):
14024 * ob-ditaa.el (org-babel-expand-body:ditaa):
14025 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14026 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14027 (org-babel-execute:emacs-lisp):
14028 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14029 * ob-haskell.el (org-babel-expand-body:haskell)
14030 (org-babel-execute:haskell, org-babel-load-session:haskell)
14031 (org-babel-prep-session:haskell):
14032 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14033 * ob-latex.el (org-babel-expand-body:latex):
14034 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14035 * ob-mscgen.el (org-babel-expand-body:mscgen):
14036 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14037 * ob-octave.el (org-babel-expand-body:matlab)
14038 (org-babel-expand-body:octave, org-babel-execute:octave)
14039 (org-babel-octave-variable-assignments):
14040 * ob-org.el (org-babel-expand-body:org):
14041 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14042 * ob-plantuml.el (org-babel-expand-body:plantuml):
14043 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14044 (org-babel-python-variable-assignments):
14045 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14046 * ob-sass.el (org-babel-expand-body:sass):
14047 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14048 * ob-screen.el (org-babel-expand-body:screen):
14049 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14050 (org-babel-sh-variable-assignments):
14051 * ob-sql.el (org-babel-expand-body:sql):
14052 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14053 * ob.el (org-babel-expand-body:generic):
14054 Remove obsoleted optional third argument.
14056 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14058 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14059 calls to removed org-babel-ref-variables.
14061 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14063 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14064 ingested code blocks.
14066 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14068 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14069 information from within the original export file.
14071 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14073 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14074 (this should return nil if not match found.
14076 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14078 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14079 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14081 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14083 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14086 * ob-python.el (org-babel-python-variable-assignments):
14087 Provide missing docstring.
14089 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14091 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14092 variable assignment part out into a separate function
14093 (org-babel-octave-variable-assignments): New function constructing
14094 list of variable assignment statements
14095 (org-babel-prep-session:octave): Use new function
14096 `org-babel-octave-variable-assignments' instead of previous
14097 (incorrect) variable assignment code.
14099 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14101 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14102 assignment part out into a separate function
14103 (org-babel-sh-variable-assignments): New function constructing
14104 list of variable assignment statements
14105 (org-babel-prep-session:sh): Use new function
14106 `org-babel-sh-variable-assignments' instead of previous
14107 (incorrect) variable assignment code.
14109 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14111 * ob-python.el (org-babel-expand-body:python): Refactor: break
14112 variable assignment part out into a separate function
14113 (org-babel-python-variable-assignments): New function constructing
14114 list of variable assignment statements
14115 (org-babel-prep-session:python): Use new function
14116 `org-babel-python-variable-assignments' instead of previous
14117 (incorrect) variable assignment code.
14119 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14121 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14122 assignment part out into a separate function
14123 (org-babel-R-variable-assignments): New function constructing list
14124 of variable assignment statements
14125 (org-babel-prep-session:R): Use new function
14126 `org-babel-R-variable-assignments' instead of previous
14127 (incorrect) variable assignment code.
14129 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14131 * ob.el (org-babel-initiate-session): Better variable names.
14133 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14135 * ob.el (org-number-sequence):
14136 Declared * ob-R.el (org-number-sequence): Declared.
14138 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14140 * ob.el (org-babel-map-src-blocks): Store correct value of
14143 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14145 * ob.el (org-babel-mark-block): New function to mark the body of a
14146 src block in the style of `mark-defun'.
14148 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14150 * org-compat.el (org-number-sequence): New function.
14152 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14154 * ob.el (org-babel-where-is-src-block-result):
14155 Use `org-number-sequence'.
14156 (org-babel-current-buffer-properties): Fix variable definition.
14158 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14160 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14161 version of `shell-command'.
14163 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14166 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14168 * org-list.el (org-list-search-unenclosed-generic): Replace call
14171 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14173 * org.el (org-agenda-jump-prefer-future): New option.
14175 * org-agenda.el (org-agenda-goto-date):
14176 Use `org-agenda-jump-prefer-future'.
14178 2010-11-11 Noorul Islam <noorul@noorul.com>
14180 * org-latex.el (org-export-latex-links): Replaced hard coded
14181 hyperref format with custom variable
14182 `org-export-latex-hyperref-format'.
14184 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14186 * org.el (org-insert-heading): Fix docstring.
14188 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
14190 * org-capture.el (org-capture-place-entry): If the first line is
14191 already a headline, just stay there.
14193 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14195 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14198 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14200 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14203 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14205 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14208 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14210 * org.el (org-insert-heading): When on the headline of an inline
14211 task, insert another inline tasks.
14213 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14215 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14216 links for blocks that will actually tangle.
14218 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14220 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14221 in expanded shell bodies.
14223 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14225 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14226 newline characters.
14228 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14230 * ob-sh.el (org-babel-expand-body:sh): Align code.
14232 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14234 * ob.el (org-babel-params-from-properties): Max line with at <=80.
14236 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14238 * org-latex.el (org-export-latex-listings-langs): Clojure is now
14239 recognized as a lisp.
14241 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14243 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14244 to interpret property as header argument value.
14246 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14248 * ob.el (org-babel-parse-header-arguments): Simplify reading of
14251 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14253 * org-publish.el (org-publish-org-to-ascii):
14254 (org-publish-org-to-latin1):
14255 (org-publish-org-to-utf8): New functions.
14257 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14259 * org.el (org-insert-heading): Skip inline tasks when trying to
14260 insert a new heading after the end of the subtree.
14262 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14264 * org-inlinetask.el (org-inlinetask-min-level): Set customization
14265 type to integer or nil.
14267 * org.el (org-insert-heading): When after an inline task, do not
14268 use level but go back to headline level before the inline task.
14270 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14272 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14274 * org.el (org-indent-line-function): Fix indentation of inline
14277 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14279 * org.el (org-activate-links): Fix customize type.
14281 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14283 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14286 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14288 * org-latex.el (org-export-latex-minted): Document pygments
14291 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14293 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14294 file if encryption has been turned on.
14295 (org-mobile-copy-agenda-files): Avoid double encryption of
14298 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14300 * org-exp.el (org-export-latex-minted-with-line-numbers):
14301 Ensure that variable is declared.
14303 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14305 * ob-python.el (org-src-preserve-indentation): Fix compiler
14308 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14310 * org-exp.el (org-export-format-source-code-or-example):
14311 Latex formatting of source code blocks using the minted package
14312 (org-export-plist-vars): Add :latex-minted property
14313 (org-export-latex-minted): Ensure variable is defined
14314 (org-export-latex-minted-langs): Ensure variable is defined.
14316 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14318 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14320 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14322 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14324 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14326 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14327 when `org-src-preserve-indentation' is non-nil.
14329 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14331 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14332 of blocks added to Library of Babel.
14334 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14336 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14339 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14341 * org-beamer.el (org-beamer-place-default-actions-for-lists):
14342 Fix typo in regexp.
14344 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14346 * org-list.el (org-toggle-checkbox): Avoid some boundary error
14347 when inserting a checkbox in an empty last item of a list.
14349 2010-11-11 David Maus <dmaus@ictsoc.de>
14351 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14352 Query article number from file is nil by default.
14354 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
14356 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14358 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14360 * org-capture.el (org-capture-place-entry): Move to `beg' before
14361 searching for `%?'.
14363 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14365 * org.el (org-format-latex): Fix mathjax treatment of single
14366 letters in between dollars.
14368 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14370 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14373 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14375 * org.el (org-blank-before-new-entry): Improve docstring.
14377 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14379 * org-mobile.el (org-mobile-force-id-on-agenda-items):
14381 (org-mobile-write-agenda-for-mobile): Use outline path if we do
14382 not have an ID and are not allowed to make one.
14383 (org-mobile-get-outline-path-link): New function.
14385 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14387 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14389 (org-mobile-write-agenda-for-mobile): Use the right name, even if
14390 the file get encrypted.
14391 (org-mobile-move-capture): Only delete tempfile if it does exist.
14393 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14395 * ob.el (org-babel-number-p): Fix documentation string.
14397 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14399 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14400 "tangle" as a positive argument for the :noweb header argument
14403 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14405 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14406 have links, with tests.
14408 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14410 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14412 (org-export-latex-get-error): New function.
14413 (org-export-as-pdf): Give an indication of the errors that
14414 happened during processing.
14416 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
14418 * org-exp.el (org-export-language-setup): Fix Polish entries.
14420 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14422 * org.el (org-set-tags): Allow comma as a separator when
14423 specifying tags at the completion interface.
14424 (org-tags-completion-function): Allow comma as a separator when
14425 specifying tags at the completion interface.
14427 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14429 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14430 export-file if exporting from a buffer which is not visiting a
14433 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14435 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14436 name in link construction if there is a heading to follow it.
14438 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14440 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14441 as an allowed extension.
14443 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
14445 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14446 with zeros. Start applying face earlier.
14448 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14450 * ob.el (or): Don't create org-babel-temporary-directory in batch
14451 as it won't be removed by emacs-kill-hook
14452 (org-babel-remove-temporary-directory): Only try to remove this
14453 directory if it exists.
14455 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14457 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14460 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14462 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14463 the tangling message.
14465 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14467 * ob.el (org-babel-load-languages): Fixes compiler warning.
14469 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14471 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14474 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14476 * org-ascii.el (org-export-as-ascii): Use the correct match group.
14478 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14480 * ob.el (boundp): Uncommenting defvar form for
14481 org-babel-temporary-directory
14482 (org-babel-temp-file): Now using the org-babel-temporary-directory
14483 for holding new babel temporary files
14484 (org-babel-remove-temporary-directory): Removes the babel temp dir
14485 when Emacs shutsdown
14486 (kill-emacs-hook): Now removing the babel temp dir on Emacs
14489 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14491 * org-capture.el (org-capture-fill-template): Initialize history
14494 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14496 * org-src.el (org-edit-src-code): Don't move point when generating
14499 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14501 * org-src.el (org-edit-src-code): Deal with point being in
14504 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14506 * org-table.el (org-table-current-column): Add interactive to turn
14507 this into a command.
14509 2010-11-11 Bernt Hansen <bernt@norang.ca>
14511 * org.el (org-insert-heading): Run org-insert-heading-hook when
14512 creating the first heading in a file.
14514 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14516 * org.el (org-startup-with-inline-images): New option.
14517 (org-startup-options): Add new keywords inlineimages and
14519 (org-mode): Inline images when this has been configured.
14521 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14523 * ob.el (org-babel-get-src-block-info): Remove optional
14524 HEADER-VARS-ONLY argument; further simplification.
14526 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14528 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
14529 prompt in ob-confirm-evaluate in some cases.
14531 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14533 * ob.el (org-babel-demarcate-block): Visible region and completion
14534 during language selection.
14536 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14538 * ob.el (org-babel-get-src-block-info): Remove comment.
14540 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14542 * ob.el (org-babel-get-src-block-info): Simplify function.
14544 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14546 * ob.el (org-babel-get-src-block-info): Form info list correctly
14547 when parenthesized arguments are missing.
14549 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14551 * ob-exp.el (org-export-babel-evaluate): Docstring typo
14552 (org-babel-exp-code): Docstring typo.
14554 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14556 * org-mobile.el (org-mobile-encryption-password):
14558 (org-mobile-encryption-password-session): New variable.
14559 (org-mobile-encryption-password): New function.
14560 (org-mobile-check-setup):
14561 (org-mobile-encrypt-file):
14562 (org-mobile-decrypt-file): Use the new function.
14564 2010-11-11 David Maus <dmaus@ictsoc.de>
14566 * org-capture.el (org-capture-place-template): Widen to remove
14567 possible restrictions in target buffer.
14569 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
14571 * org.el (org-speed-command-hook): Add org-speed-command-hook
14572 (org-babel-speed-command-hook): Hook for Babel's speed commands.
14574 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14576 * ob.el (org-babel-execute-buffer): Re-implement using
14577 `org-babel-map-src-blocks'.
14579 2010-11-11 David Maus <dmaus@ictsoc.de>
14581 * org-capture.el (org-capture-templates): Update doc string with
14582 new message date related escapes.
14584 2010-11-11 David Maus <dmaus@ictsoc.de>
14586 * org-wl.el (org-wl-store-link-message): Define properties %:date)
14587 (%:date-timestamp, and %:date-timestamp-inactive.
14589 * org-mew.el (org-mew-store-link): Dto.
14591 * org-mhe.el (org-mhe-store-link): Dto.
14593 * org-rmail.el (org-rmail-store-link): Dto.
14595 * org-vm.el (org-vm-store-link): Dto.
14597 2010-11-11 David Maus <dmaus@ictsoc.de>
14599 * org-wl.el (org-wl-message-field): Always get literal content of
14602 2010-11-11 David Maus <dmaus@ictsoc.de>
14604 * org-gnus.el (org-gnus-store-link): Define properties
14605 %:date-timestamp and %:date-timestamp-inactive.
14607 2010-11-11 David Maus <dmaus@ictsoc.de>
14609 * org-gnus.el (org-gnus-store-link): Handle empty date header
14612 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14614 * org.el (org-speed-command-hook): New. Hook for installing
14615 additional speed commands. Use this for enabling speed commands on
14617 (org-speed-command-default-hook): The default hook for
14618 org-speed-command-hook. Factored out from org-self-insert-command
14619 and mimics existing behavior.
14620 (org-self-insert-command): Modified to use org-speed-command-hook.
14622 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14624 * org-agenda.el (org-search-view): Recover spaces in search words
14625 if they were escaped with \ or inside a regexp.
14627 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14629 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
14630 the list of completable meta line words.
14631 (org-complete): Complete property names after #+PROPERTY.
14633 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14635 * ob-python.el (org-babel-python-evaluate-session): Make temp file
14638 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14640 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
14641 Delete extra format argument.
14643 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14645 * ob-org.el (org-babel-org-export): Typo in docstring.
14647 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14649 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
14652 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14654 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
14656 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14658 * ob.el (org-babel-process-file-name): New function
14659 (org-babel-maybe-remote-file): Delete function.
14661 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14663 * ob-C.el (org-babel-C-execute): Remove unused variable.
14665 2010-11-11 David Maus <dmaus@ictsoc.de>
14667 * org.el (org-make-link-string): Prevent superfluous colon.
14669 2010-11-11 David Maus <dmaus@ictsoc.de>
14671 * org.el (org-make-org-heading-search-string): Leave headline
14674 2010-11-11 David Maus <dmaus@ictsoc.de>
14676 * org.el (org-make-link-string): Don't escape characters in link
14679 2010-11-11 Bastien Guerry <bzg@gnu.org>
14681 * org-capture.el (org-capture-templates): Update docstring to
14682 advertise %:org-date.
14684 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14686 * ob-dot.el (org-babel-execute:dot): Automatically specifies
14687 "-T<ext>" based on file name extension.
14689 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14691 * ob-org.el (org-babel-org-export): Raise error on nested export
14694 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14696 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
14699 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14701 * ob.el (org-babel-demarcate-block): Better initialization of
14704 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14706 * org-src.el (org-src-tab-acts-natively): Add customize interface.
14708 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14710 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
14711 New variable allowing prevention of automatic stripping of leading and
14712 trailing blank lines when exiting edit buffer.
14713 (org-edit-src-exit): Respect value of
14714 `org-src-strip-leading-and-trailing-blank-lines'
14715 (org-src-native-tab-command-maybe):
14716 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
14719 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14721 * org-src.el (org-edit-src-code): If mark was inside code block
14722 then code edit buffer inherits mark with active region.
14724 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14726 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
14728 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14730 * ob.el (org-babel-demarcate-block): Better handling of empty
14731 space around demarcated area.
14733 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14735 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
14738 2010-11-11 David Maus <dmaus@ictsoc.de>
14740 * org-gnus.el (org-gnus-open-nntp): New function.
14742 2010-11-11 David Maus <dmaus@ictsoc.de>
14744 * org-wl.el (org-wl-open-nntp): New function.
14746 2010-11-11 David Maus <dmaus@ictsoc.de>
14748 * org-wl.el (org-wl-open): Open message by numeric reference if
14749 article part is not a message id.
14751 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14753 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
14756 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14758 * ob.el (org-babel-demarcate-block): Interactive demarcation of
14761 * ob-keys.el (org-babel-key-bindings): Key bindings for block
14764 2010-11-11 Bastien Guerry <bzg@gnu.org>
14766 * org.el (org-link-types): Add the "message" link type.
14768 2010-11-11 David Maus <dmaus@ictsoc.de>
14770 * org.el (org-link-types): Add 'message:' link type to default
14773 2010-11-11 Bastien Guerry <bzg@gnu.org>
14775 * org-gnus.el (org-gnus-store-link): Add the :date property to
14776 gnus links, allowing the use of %:date in capture templates.
14778 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14780 * org-list.el (org-cycle-list-bullet): Follow order of bullets
14781 indicated in doc-string.
14783 * org-list.el (org-list-bottom-point-with-indent): List is ended
14784 when a line is less indented that the last item, not the less
14787 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14789 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
14790 original file before resolving code block parameters to ensure
14791 headline and buffer wide parameters are taken into consideration
14792 when only a narrowed portion of the file is exported.
14794 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14796 * org.el (org-forward-same-level): Fix docstring.
14798 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
14800 * org-publish.el (org-publish-attachment): Put the attachment into
14801 the right directory.
14803 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
14805 * org.el (org-goto-first-child): New command.
14807 2010-11-11 Matt Lundin <mdl@imapmail.org>
14809 * org-agenda.el (org-prepare-agenda): If the agenda is called from
14810 within the agenda via an elisp link, such as
14811 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
14812 of the file containing the link, since that buffer is current
14813 during org-prepare agenda (due to a with-current-buffer in
14814 org-agenda-open-link). An additional test now ensures that the
14815 agenda buffer is in fact current when the buffer is erased and
14816 local variables for the agenda are set.
14818 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
14820 * org-exp.el (org-infile-export-plist): Define property macro.
14822 2010-11-11 David Maus <dmaus@ictsoc.de>
14824 * org-mhe.el (org-mhe-get-header): Remove possible folding white
14825 space in message header field.
14827 2010-11-11 David Maus <dmaus@ictsoc.de>
14829 * org-feed.el (org-feed): Fix typo in customization group :tag
14832 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
14834 * org-latex.el (org-export-latex-tag-markup): New option.
14835 (org-export-latex-keywords-maybe):
14836 Use `org-export-latex-tag-markup'.
14838 2010-11-11 Rémi Vanicat <vanicat@debian.org> (tiny change)
14840 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
14841 (org-ical-ts-to-string): Use UTC time when requested.
14843 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
14845 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
14846 from 'file' to 'http'.
14848 2010-11-11 David Maus <dmaus@ictsoc.de>
14850 * org.el (org-store-log-note): Fix wrong usage
14851 of`org-adapt-indentation'.
14853 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14855 * org.el (org-skip-over-state-notes): Do not compute bottom point
14858 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
14859 instead of moving to each item.
14861 2010-11-11 David Maus <dmaus@ictsoc.de>
14863 * org-capture.el (org-capture-templates): Small fix in doc string.
14865 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
14867 * org-archive.el (org-get-local-archive-location):
14868 Use `org-carchive-location' as default.
14870 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14872 * ob-C.el (org): No longer requires org.
14874 * ob-ledger.el (org): No longer requires org.
14876 2010-11-11 David Maus <dmaus@ictsoc.de>
14878 * org.el (org-priority): Save match data before call to
14879 `read-char-exclusive'.
14881 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14883 * org-list.el (org-list-to-generic): Descriptions labels can be
14884 any suit of symbols, and will end at double colons.
14886 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14888 * org.el (org-indent-line-function): Indent past [@num] and
14889 [@start:num], consistently with what is already done with
14892 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14894 * org.el (org-store-log-note): Indent new notes to the right
14895 column. Also take `org-list-two-spaces-after-bullet-regexp' into
14896 consideration when creating the note.
14898 2010-11-11 David Maus <dmaus@ictsoc.de>
14900 * org-gnus.el (nnimap-group-overview-filename): Declare function
14901 to silence byte compiler.
14903 2010-11-11 David Maus <dmaus@ictsoc.de>
14905 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14906 New customization variable.
14907 (org-gnus-nnimap-cached-article-number): New function.
14908 (org-gnus-follow-link): Try to fetch cached article number of
14911 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14913 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
14914 first line into code blocks before export so that the first line
14915 is not interpreted as a title
14916 (org-babel-org-export): Use new dummy code block prefix.
14918 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14920 * ob.el (org-babel-insert-result): No longer throws error when
14921 inserting an empty result.
14923 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14925 * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
14927 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14929 * ob.el (org-babel-do-in-edit-buffer):
14930 Use `org-babel-where-is-src-block-head' to test for source block at
14933 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14935 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
14936 `org-babel-goto-src-block-head'.
14938 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
14939 current code block.
14941 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14943 * ob.el (org-babel-next-src-block): Now raising more informative
14944 error when no further code blocks can be found.
14945 (org-babel-previous-src-block): Now raising more informative error
14946 when no previous code blocks can be found.
14948 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14950 * org-exp-blocks.el
14951 (org-export-preprocess-after-include-files-hook): Now using this
14952 hook instead of `org-export-preprocess-hook'.
14954 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14956 * ob-plantuml.el (org-babel-execute:plantuml): ????
14958 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
14960 * ob-python.el (org-babel-python-evaluate): Refactor as call to
14961 either `org-babel-python-evaluate-external-process' or
14962 `org-babel-python-evaluate-session'.
14963 (org-babel-python-evaluate-external-process): New function to
14964 handle evaluation in external process.
14965 (org-babel-python-evaluate-session): New function to handle
14966 evaluation in emacs inferior process.
14968 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14970 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
14971 or html respecting :results header arg
14972 (org-babel-org-export): Exports a string of text to an output
14975 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
14977 * ob.el (org-babel-insert-result): Remove existing results when
14978 nil results are returned.
14980 2010-11-11 David Maus <dmaus@ictsoc.de>
14982 * org-ascii.el (org-export-as-ascii): Bind and set link path for
14983 link type specific markup function.
14985 2010-11-11 David Maus <dmaus@ictsoc.de>
14987 * org-clock.el (notifications-notify): Properly declare function
14988 to silence byte compiler.
14990 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14992 * org-list.el (org-insert-item): Check invisibility of point at a
14993 meaningful location.
14995 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
14997 * org-list.el (org-list-insert-item-generic): Updating checkboxes
14998 can modify bottom point of a list, so make it a marker before
14999 calling `org-update-checkbox-count-maybe'.
15001 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15003 * org.el (org-src-fontify-natively): Set to nil by default.
15004 Supply customize interface.
15006 2010-11-11 Bastien Guerry <bzg@gnu.org>
15008 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15009 `org-bracket-link-analytic-regexp++' to match the link type.
15011 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15013 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15016 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15018 * ob-tangle.el (org-babel-tangle-comment-format-beg):
15019 Format string specifying the link-comment preceding a code block
15020 (org-babel-tangle-comment-format-end): Format string specifying
15021 the link-comment following a code block
15022 (org-babel-tangle-collect-blocks): Storing more information in the
15023 spec of a tangling code block
15024 (org-babel-spec-to-string): Now makes use of customizable
15025 link-comment formats.
15027 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
15029 * org.el (org-delete-backward-char): Check for nil overwrite-mode
15030 before inserting spaces.
15032 2010-11-11 David Maus <dmaus@ictsoc.de>
15034 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15035 from summary of non-TODO ical entries.
15036 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15037 exclude tags from summary of TODO ical entries.
15039 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15041 * ob.el (org-babel-map-src-blocks): Now exposes much information
15042 about the code block in the form of let-bound local variables.
15044 2010-11-11 David Maus <dmaus@ictsoc.de>
15046 * org-list.el (org-outline-regexp, org-ts-regexp)
15047 (org-ts-regexp-both, org-in-regexps-block-p)
15048 (org-level-increment, org-at-heading-p)
15049 (outline-previous-heading, org-icompleting-read)
15050 (org-time-string-to-seconds): Declare to fix compiler warning.
15052 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15054 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15055 used from an heading. Send an error when no item is in region.
15057 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15059 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15060 ensure that edit buffer is exited.
15062 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15064 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15065 control the amount of extra newlines inserted into tangled code
15066 (org-babel-tangle-collect-blocks): Now conditionally collects
15067 information to be used for "org" style comments
15068 (org-babel-spec-to-string): Now inserts "org" style comments, and
15069 obeys the newline configuration variable when inserting whitespace.
15071 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15073 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15075 (org-babel-tangle): Calls new tangle hook.
15077 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15079 * org-capture.el (org-capture): Compute the length of the correct
15080 string when removing properties.
15082 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15084 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15085 names before shell quoting.
15087 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15089 * org-src.el (org-src-tab-indents-natively): New variable
15090 controlling whether language-native TAB action should be performed
15091 (org-src-native-tab-command-maybe): New function to perform
15092 language-native TAB action.
15093 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15095 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15097 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15098 `org-plantuml-jar-path' before use.
15100 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15102 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15103 language major mode buffers during fontification.
15105 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15107 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15108 match code blocks with switches and header args. Call
15109 `org-src-font-lock-fontify-block' for automatic fontification of
15110 code in code blocks, controlled by variable
15111 `org-src-fontify-natively'.
15112 (org-src-fontify-natively): New variable.
15114 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15116 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15119 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15121 * org-html.el (org-html-make-link): (expand-file-name) removes
15122 one "/" from "///path-to-file", so add one. Anything other than
15123 'file' type should be exported along with the type.
15125 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15127 * org.el (org-insert-subheading): Fix compiler warning
15128 (org-insert-todo-subheading): Fix compiler warning.
15130 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15132 * org-capture.el (org-capture): Remove read-only text properties
15134 (org-capture-set-target-location): Throw an error if file+headline
15135 target does not point into a file which is in Org mode.
15137 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15139 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15141 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15143 * org-src.el (org-edit-src-code): Improve docstring.
15145 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15147 * ob.el (org-babel-execute-src-block): Document prefix argument in
15150 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15152 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15153 org-ditaa-jar-path with expand-file-name.
15155 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15157 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15158 `org-babel-execute-src-block'.
15160 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15162 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15163 [@x] syntax for list numbering.
15165 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15167 * org.el (org-indent-line-function): Indentation of source block
15168 is left to `org-edit-src-exit' and shouldn't be modified by
15169 `org-indent-line-function'. Indentation of others blocks should be
15170 the same as the #+begin line.
15172 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15174 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15175 forms on source blocks in current buffer; restore point in current
15178 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15180 * org-list.el (org-list-struct): Accept list boundaries as an
15181 argument in order to avoid computing `org-list-top-point' and
15182 `org-list-bottom-point' twice when indenting.
15184 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15186 * org-list.el (org-list-ending-method): Default value is now
15187 `both', to ensure maximum compatibility before previous
15190 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15192 * org-list.el (org-list-in-item-p-with-indent): Test if first line
15193 is the item beginning.
15195 * org-list.el (org-list-top-point-with-indent): Test if first line
15196 is a valid list beginning.
15198 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15200 * org-list.el (org-list-ending-method): New customizable variable
15201 to tell Org Mode how lists end. See docstring.
15203 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15205 * org-list.el (org-indent-item-tree): Shifting step of top-level
15206 item depends on `org-level-increment'.
15208 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15210 * org.el (org-indent-line-function): Indent first non blank line
15211 after a list according to current heading level.
15213 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15215 * org-docbook.el (org-export-as-docbook): Remove check for
15216 indentation on lines that do not start with a list bullet.
15218 * org-html.el (org-export-as-html): Same thing.
15220 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15222 * org-list.el (org-list-bottom-point): Take into consideration
15223 that bound of search can be before true ending of the list.
15225 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15227 * org-list.el (org-list-struct-apply-struct): No longer shift
15228 item's body twice: one after replacing bullet and one after
15229 changing indentation.
15231 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15233 * org-list.el (org-list-struct-indent): Add code to replace
15234 bullets if needed when indenting.
15236 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15238 * org-list.el (org-list-insert-item-generic): A single item
15239 already counting blank lines in his body should be separated with
15240 the next one by a blank line. Moreover, if user already provided
15241 blank lines, follow his wishes.
15243 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15245 * org-list.el (org-indent-item-tree): When moving top item of a
15246 *-list to column 0, only the first item had its bullet changed to
15247 -. It now changes all items of the top-level list, as expected.
15249 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15251 * org-list.el (org-toggle-checkbox): Go to beginning of line
15254 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15256 * org-list.el (org-list-struct-apply-struct): Check if ancestor
15259 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15261 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15264 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15266 * org-list.el : Removed unused variable
15267 `org-suppress-item-indentation'.
15269 * org-list.el (org-renumber-ordered-list): Skip item if bullet
15270 number is already good.
15272 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15274 * org-list.el (org-list-automatic-rules): Doc-string reflects this
15277 * org-list.el (org-indent-item-tree): Prevent whole list from
15278 being moved when user is not moving subtree. Thus
15279 `org-cycle-item-indentation' will not allow to move the list.
15281 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15283 * org-list.el (org-indent-item-tree): Remove region code. It was
15284 prone to errors and undocumented.
15286 * org-list.el (org-item-indent-positions): Better heuristics to
15287 determine what bullet the item will have when demoted.
15289 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15291 * org-list.el (org-list-bullet-string): First check if
15292 `org-list-two-spaces-after-bullet-regexp' isn't nil.
15294 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15296 * org-list.el (org-list-bullet-string): Do not modify match-data.
15298 * org.el (org-toggle-item): Now working again when changing list
15299 items into plain text. Moreover take into consideration
15300 `org-list-two-spaces-after-bullet-regexp'.
15302 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15304 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15305 fix, and improved heuristics to determine bullet when indenting.
15307 * org-list.el (org-item-indent-positions): Function now returns
15308 sane results when there are two lists separated with blank lines
15311 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15313 * org-docbook.el (org-export-as-docbook): Use override="num" in
15314 any listitem matching [@start:num].
15316 * org-html.el (org-export-as-html): Use value="num" in any li
15317 matching [@start:num].
15319 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15321 * org.el (org-set-font-lock-defaults): Correct fontification for
15322 checkboxes found after [@start:?].
15324 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15325 [@start:?] when looking at a regex after a bullet.
15327 * org-list.el (org-toggle-checkbox): Correct insertion of
15328 checkboxes when there is already a [@start:?] in the item.
15330 * org-list.el (org-checkbox-blocked-p): Properly check if there's
15331 an unchecked item before.
15333 * org-list.el (org-list-parse-list): Function handles items having
15334 both a counter and a checkbox.
15336 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15338 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15339 stores both indentation and bullet when cycle started.
15341 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15343 * org-list.el: `org-at-description-p' renamed to
15344 `org-at-item-description-p', `org-first-list-item-p' renamed to
15345 `org-list-first-item-p', `org-end-of-item-text-before-children'
15346 renamed to `org-end-of-item-or-at-child'.
15348 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15350 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15351 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15352 before toggling a checkbox.
15354 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15356 * org-list.el (org-list-bullet-string): New function returning
15357 bullet concatenated with an appropriate number of white spaces.
15359 * org-list.el (org-list-insert-item-generic): Insert the right
15360 bullet, with help of `org-list-bullet-string'.
15362 * org-list.el (org-indent-item-tree):
15363 Use `org-list-bullet-string'.
15365 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15367 * org-list.el (org-toggle-checkbox): Send an error when
15368 `org-toggle-checkbox' is trying to insert a checkbox at a
15371 * org-list.el (org-item-re): Modified regexp so it can catch
15372 correct number of white space before item body.
15374 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15375 consideration new `org-item-re'.
15377 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15379 * org-list.el (org-list-insert-item-generic): The second item in a
15380 list will be separated from its predecessor with the number of
15381 blank lines separating the first item from its parent, if any, or
15384 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15386 * org-list.el (org-indent-item-tree): Fix and reorder every list
15387 and sublist, from parent of list that has moved if indenting, or
15388 from list at point if outdenting.
15390 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15392 * org-list.el (org-indent-item-tree): Try to keep relative
15393 position on line. It can't if point is in white spaces before
15394 bullet because mixed tabs and spaces make some columns
15397 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15399 * org-list.el (org-cycle-item-indentation): Cycle when the whole
15400 item only contains bullet and maybe a checkbox. Previously, TAB
15401 would cycle when the first line of the item was blank.
15403 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15405 * org-list.el (org-cycle-item-indentation): Allow a point just
15406 after a description item or a checkboxed item to start cycling.
15408 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15410 * org-list.el (org-cycle-list-bullet):
15411 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15412 as valid bullets when cycling.
15414 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15416 * org-list.el (org-cycle-item-indentation): Do return t if and
15417 only if cycling is possible and succeded.
15419 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15421 * org-list.el (org-indent-item-tree): When outdenting a subtree,
15422 the last item shouldn't have a children.
15424 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15426 * org-list.el (org-cycle-item-indentation): Cycling should play
15427 nicely with indent rule in `org-list-automatic-rules'.
15429 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15431 * org-list.el (org-indent-item-tree): If indent rule is activated,
15432 it should be impossible to outdent an item having children without
15433 moving its subtree. Improved reordering of lists modified by
15434 cycling indentation.
15436 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15438 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15439 `org-fix-bullet-type' to prevent infinite loop, and some checks
15440 already done in `org-renumber-ordered-list'.
15442 * org-list.el (org-fix-bullet-type): Remove a check and call
15443 directly `org-maybe-renumber-ordered-list'.
15445 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15447 * org-list.el (org-indent-item-tree): It shouldn't be possible to
15448 indent the first item of a sublist (though outdent is possible) as
15449 it would break list's structure.
15451 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15453 * org-list.el (org-list-insert-item-generic): When local search
15454 doesn't help, search the list globally for blank lines. Moreover,
15455 don't bother with new lists, and add 1 blank line.
15457 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15459 * org-capture.el (org-capture-place-item):
15460 Use `org-search-forward-unenclosed' and
15461 `org-search-backward-unenclosed' and new variable
15462 `org-item-beginning-re'.
15464 * org-list.el (org-item-beginning-re): Regexp matching beginning
15467 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15469 * org-list.el (org-cycle-list-bullet): Put back support for
15470 'previous argument.
15472 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15474 * org-list.el (org-in-item-p): Handle case when point is at an
15477 * org-list.el (org-list-make-subtree): Add protection when used
15480 * org-list.el (org-insert-item): Remove useless hack now
15481 `org-in-item-p' is fixed.
15483 * org-timer.el (org-timer-item): Remove useless hack now
15484 `org-in-item-p' is fixed.
15486 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15488 * org-list.el (org-cycle-list-bullet): Prevent description items
15489 from being numbered. String argument is also recognized now, as
15490 long as it is a valid bullet.
15492 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15494 * org-list.el (org-indent-item-tree): Moving indentation of top
15495 list item will make the whole list move.
15497 * org-list.el (org-apply-on-list): Function is less sensitive to
15498 changes of indentation.
15500 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15502 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15505 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15507 * org-list.el (org-cycle-item-indentation): Allow cycling
15508 description items and checkbox items.
15510 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15512 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15515 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15517 * org-list.el (org-insert-item-internal): Guessing of blank lines
15518 number is made by looking at neighboring items, if any.
15520 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15522 * org-list.el (org-sort-list): Add the possibility to sort timer
15523 lists with the ?t or ?T options.
15525 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15527 * org-list.el (org-search-unenclosed-internal): New function to
15528 handle both `org-search-forward-unenclosed' and
15529 `org-search-backward-unenclosed'.
15531 * org-list.el (org-search-backward-unenclosed): Can send errors
15532 now. Removed useless usage of COUNT.
15534 * org-list.el (org-search-forward-unenclosed): Can send errors
15535 now. Removed useless usage of COUNT.
15537 * org-list.el (org-update-checkbox-count):
15538 Use `org-search-forward-unenclosed' and
15539 `org-search-backward-unenclosed' instead of `re-search-forward'
15540 and `re-search-backward'.
15542 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
15543 and `org-search-backward-unenclosed' instead of
15544 `re-search-forward' and `re-search-backward'.
15546 * org-list.el (org-list-make-subtree):
15547 Use `org-search-forward-unenclosed' and
15548 `org-search-backward-unenclosed' instead of `re-search-forward'
15549 and `re-search-backward'.
15551 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15553 * org-list.el (org-insert-item-internal): Fixes the problem when
15554 point was before the first char of the item's body.
15556 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15558 * org-timer.el (org-timer-item): Refactoring. Compute timer string
15559 before inserting it in the buffer.
15561 * org-timer.el (org-timer): Add an optional argument to return
15562 timer string instead of inserting it.
15564 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15566 * org-list.el (org-insert-item-internal): New function to handle
15567 positioning and contents of an item being inserted at a specific
15568 pos. It is not possible anymore to split a term in a description
15569 list or a checkbox when inserting a new item.
15571 * org-list.el (org-insert-item): Refactored by using the new
15572 `org-insert-item-internal' function.
15574 * org-timer.el (org-timer-item): Refactored by using the new
15575 `org-insert-item-internal' function.
15577 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15579 * org-list.el (org-list-bottom-point): Be sure to check real
15580 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
15582 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
15583 end of item if we are in a list.
15585 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15587 * org-list.el (org-insert-item): Move before any special block in
15588 a list prior to add a new item.
15590 * org-timer.el (org-timer-item): When in a timer list, insert a
15591 new timer item like `org-insert-item'. If in another list, send an
15592 error. Otherwise, start a new timer list.
15594 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15596 * org-list.el: Minor refactoring.
15598 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15600 * org-timer.el (org-timer-item): Insert description list item at
15603 * org-list.el (org-insert-item): Insert the right number of blank
15604 lines before a relative timer.
15606 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15608 * org-list.el (org-insert-item): Remove restriction on latex
15611 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15613 * org-list.el (org-search-backward-unenclosed): Do not stop in
15616 * org-list.el (org-search-forward-unenclosed): Do not stop in
15619 * org-latex.el (org-export-latex-lists): Use the fact that
15620 org-search-forward do not stop anymore at protected places.
15622 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15624 * org-list.el (org-search-backward-unenclosed): Do not prevent
15625 list items from being inside LaTeX blocks.
15627 * org-list.el (org-search-forward-unenclosed): Do not prevent list
15628 items from being inside LaTeX blocks.
15630 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15632 * org-list.el (org-in-item-p): Do not widen before checking if we
15635 * org-list.el (org-list-send-list): We cannot count on
15636 `org-list-top-point' and `org-list-bottom-point' before buffer is
15637 narrowed. Find bounds of list otherwise.
15639 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15641 * org-list.el (org-list-end-regexp): By default, list ending is
15642 exactly 2 blank lines.
15644 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15646 * org-docbook.el (org-export-as-docbook): When we find an empty
15647 line, we do not need to check for
15648 `org-empty-line-terminates-plain-lists' because we would have
15649 found end-list marker before.
15651 * org-html.el (org-export-as-html): Same.
15653 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15655 * org-list.el (org-insert-item): Simplify count of blank lines to
15658 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15660 * org-list.el (org-list-end-regexp): New customizable variable to
15661 define what string should end lists.
15663 * org-list.el (org-list-end-re): Function is now aware of
15664 `org-list-end-regexp'.
15666 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15668 * org-html.el (org-export-as-html): Code cleanup.
15670 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15672 * org-docbook.el (org-export-as-docbook): Properly close any open
15673 list when seeing ORG-LIST-END. Removed any reference to now
15674 unneeded DIDCLOSE variable.
15676 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15678 * org-exp.el (org-export-mark-list-ending): Fix number of blank
15679 lines inserted after a list.
15681 * org-list.el (org-list-parse-list): Fix case when
15682 `org-list-end-re' would have an indentation greater than current
15685 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15687 * org-exp.el (org-export-mark-list-ending): Differentiate between
15688 export backends, and replace `org-list-end-re' by a blank line
15691 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15693 * org-html.el (org-export-as-html): Delete didclose and everything
15694 related to it, as it is no longer needed.
15696 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15698 * org-html.el (org-export-html-preprocess): Remove unneeded
15699 insertion of list end marker, as it is now handled by
15700 `org-export-mark-list-ending'.
15702 * org-html.el (org-export-as-html): Cleaner termination of lists.
15704 * org-exp.el (org-export-mark-list-ending): New function to insert
15705 specific markers at the end of lists when exporting to a backend
15706 not using `org-list-parse-list'. This function is called early in
15707 `org-export-preprocess-string', while it is still able to
15710 * org-latex.el (org-export-latex-lists): Better search for
15711 lists. It now only finds items not enclosed and not protected.
15713 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15715 * org-list.el: Replaced `re-search-forward' by
15716 `org-search-forward-unenclosed' where it made sense.
15718 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15720 * org-list.el (org-apply-to-list): Now a return value is handed at
15721 each new call of the function applied.
15723 * org-list.el (org-fix-bullet-type): Use the new
15724 `org-apply-to-list' format.
15726 * org-list.el (org-renumber-ordered-list): Use the new
15727 `org-apply-to-list' format.
15729 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15731 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
15734 * org-list.el (org-search-forward-unenclosed): Better regexp used.
15736 * org-list.el (org-search-backward-unenclosed): Better regexp
15739 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15741 * org-list.el (org-sort-list): End-rec function was ill-defined.
15743 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15745 * org-list.el (org-search-forward-unenclosed): Fix behavior when
15746 last occurrence was enclosed.
15748 * org-list.el (org-search-backward-unenclosed): Fix behavior when
15749 last occurrence was enclosed.
15751 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15753 * org.el (org-in-regexps-block-p): Fix documentation.
15755 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15757 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
15759 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
15761 * org-list.el (org-list-parse-list): Minor fix.
15763 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15765 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
15766 called with t argument.
15768 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15770 * org-html.el (org-export-html-preprocess):
15771 Replace `org-list-end-re' by a blank line during pre-process.
15773 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15775 * org-list.el (org-list-bottom-point): No need for square brackets
15776 for `skip-chars-backward'.
15778 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15780 * org-html.el: Do not delete space between end of list and
15781 beginning of the following.
15783 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15785 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
15786 needed. Lists should not end before seeing this.
15788 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15790 * org-html.el: Notice end of lists.
15792 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15794 * org-list.el (org-list-parse-list): Better handling of
15795 restrictions when function is called on a list with sublists.
15797 * org-list.el (org-list-send-list): Find the true ending of the
15800 * org-list.el (org-list-radio-list-templates): Templates are more
15803 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15805 * ob-js.el (org-babel-js-eoe): Indicate end of input
15806 (org-babel-execute:js): Support for session evaluation
15807 (org-babel-prep-session:js): Fleshed out definition
15808 (org-babel-js-initiate-session): Can initiate a session using
15811 2010-11-11 David Maus <dmaus@ictsoc.de>
15813 * org.el (org-set-regexps-and-options): Protect escape char in
15814 `org-complex-heading-regexp-format'.
15816 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15818 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
15819 session-based evaluation
15820 (org-babel-execute:scheme): Now supports session-based evaluation
15821 (org-babel-prep-session:scheme): Now works and defines variables
15822 (org-babel-scheme-initiate-session): Now works using run-scheme
15825 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15827 * org.el (org-export-latex-default-packages-alist): Remove the
15828 t1enc package - this is already covered by fontenc.
15830 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15832 * ob.el (with-parsed-tramp-file-name): Declared
15833 (org-babel-tramp-localname): Ensure variable name exists locally.
15835 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15837 * ob.el (org-babel-temp-file): Don't use babel temporary directory
15838 in remote case; use make-temp-file with remote file name so that
15839 temp file is guaranteed not to exist previously on remote machine.
15840 (org-babel-tramp-localname): New function to return local name
15841 portion of possibly remote file specification.
15843 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15845 * ob-R.el (org-babel-R-write-object-command): New unified R
15846 command for writing results to file
15847 (org-babel-R-wrapper-method): Remove variable
15848 (org-babel-R-wrapper-lastvar): Remove variable
15849 (org-babel-R-evaluate-external-process): Use new R command
15850 (org-babel-R-evaluate-session): Use new R command.
15852 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
15855 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
15856 to evaluate code invisibly and block until output file exists.
15858 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
15859 evaluate R code in session for :results value. Write result to
15860 file invisibly using new function
15861 `org-babel-comint-eval-invisibly-and-wait-for-file'.
15863 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15865 * org-capture.el (org-capture-fill-template): Align tags after
15868 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
15870 * org-exp.el (org-export-concatenate-multiline-emphasis):
15871 Ignore matches that start in a headline.
15873 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15875 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
15876 and out-file in shell-quote-argument.
15878 2010-11-11 David Maus <dmaus@ictsoc.de>
15880 * org-docview.el (org-docview-store-link): Use expanded macro to
15882 (doc-view-goto-page, image-mode-window-get): Declare functions for
15885 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15887 * ob-scheme.el: Very preliminary support for evaluating scheme
15890 * org.el (org-babel-load-languages): Adding scheme.
15892 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15894 * ob.el (require): Remove circular (require 'org).
15896 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15898 * ob-R.el (ess-make-buffer-current): Declared.
15899 (ess-ask-for-ess-directory): Declared.
15900 (ess-local-process-name): Declared.
15901 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
15903 * ob.el (org-edit-src-code): Fixing arguments.
15904 (org-edit-src-exit): Declared.
15905 (org-outline-overlay-data): Declared.
15906 (org-set-outline-overlay-data): Declared.
15908 2010-11-11 Glenn Morris <rgm@gnu.org>
15910 * ob.el: Require org when compiling.
15911 (org-save-outline-visibility): Remove macro declaration.
15913 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
15914 Remove unnecessary/macro declarations.
15916 * org-docview.el: Require doc-view when compiling.
15917 (doc-view-goto-page): Autoload rather than declaring.
15918 (doc-view-current-page): Remove macro declaration.
15920 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
15921 (org-entry-get, org-table-import): Fix declarations.
15922 (org-match-string-no-properties): Remove declaration.
15924 * ob-sh.el (org-babel-comint-in-buffer)
15925 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
15926 (org-babel-comint-with-output): Remove unnecessary declarations.
15928 * ob-R.el (orgtbl-to-tsv): Fix declaration.
15930 * org-list.el (org-entry-get): Fix declaration.
15932 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15934 * ob.el (org-babel-remove-temporary-directory): Remove explicit
15937 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
15939 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
15942 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15944 * org-macs.el (org-save-outline-visibility): Move from org.el.
15946 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15948 * ob-org.el (org-babel-default-header-args:org): Additional
15949 ":results silent" default header argument for org code blocks.
15951 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15953 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
15954 which is now an alias to ":eval no".
15956 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15958 * ob.el (org-babel-remove-temporary-directory): The version of
15959 `delete-directory' found in files.el can not be assumed to be
15960 present on all versions, so this copies the recursive behavior of
15961 that command in such a way that all calls to delete-directory will
15962 also work with the built-in internal C implementation of that
15963 function. This is not overly difficult as all elements of the
15964 directory can be assumed to be files.
15966 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15968 * ob-C.el (org-babel-C-execute): Corrected arguments to
15969 org-babel-temp-file.
15971 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15973 * ob.el (org-babel-temporary-directory): Variable to hold the
15974 value of the Babel temporary directory.
15976 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
15978 * ob.el (org-babel-load-in-session): Expanding noweb references
15981 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
15983 * org.el (org-make-link-regexps): Modified regexp of
15986 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
15988 * org-habit.el (org-habit-parse-todo): Find sr-days only if
15989 scheduled-repeat is non nil. Use 4th element of the list returned
15990 by (org-heading-components) as habit-entry. Modify the error
15991 message to be more meaningful.
15993 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
15995 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
15996 ":border" header arguments which both use the "preview" latex
15997 package to fit the resulting PDF image to the figure.
15999 2010-11-11 David Maus <dmaus@ictsoc.de>
16001 * org-wl.el (org-wl-store-link): Don't try to store link if point
16002 is at end of buffer.
16004 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
16006 * org-publish.el (org-publish-project-alist): Document the new
16007 body-only property.
16008 (org-publish-org-to): Use the body-only property.
16010 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16012 * org.el (org-store-link): Return link when invoked
16013 non-interactively from an agenda buffer.
16015 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
16017 * org.el (org-store-link): Storing of links to headlines in
16018 indirect buffers was broken. Fix it.
16020 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
16022 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16023 #'set-file-modes to use integer, not character syntax, avoiding
16024 compile problems with recent XEmacs.
16026 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16028 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16029 forward even if there is no text to be added.
16031 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16033 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16034 tags/property matcher.
16036 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16038 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16041 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16043 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16045 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16047 * org-latex.el (org-export-latex-set-initial-vars):
16048 Bind `case-fold-search' to t around the search for special LaTeX setup.
16050 * org-beamer.el (org-beamer-after-initial-vars):
16051 Bind `case-fold-search' to t around the search for special BEAMER
16054 2010-11-11 David Maus <dmaus@ictsoc.de>
16056 * org-agenda.el (org-write-agenda): Delete PostScript file after
16057 creating conversion to PDF.
16059 2010-11-11 David Maus <dmaus@ictsoc.de>
16061 * org-agenda.el (org-write-agenda): Move require statements to
16062 proper place in evaluated lisp expression.
16064 2010-11-11 David Maus <dmaus@ictsoc.de>
16066 * org-agenda.el (org-write-agenda): Rename temporary buffer to
16067 remove dependency of `flet' macro.
16069 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16071 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16073 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16075 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16076 from all standard sources when executing #+lob/#+call lines.
16078 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16080 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16082 (org-babel-R-evaluate-external-process): New function to handle
16083 external process evaluation
16084 (org-babel-R-evaluate-session): New function to handle session
16087 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16089 * ob.el (org-babel-initiate-session): New function derived from
16090 previous `org-babel-switch-to-session'
16091 (org-babel-switch-to-session): Refactored to use new
16092 `org-babel-initiate-session'.
16094 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16096 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16099 2010-11-11 David Maus <dmaus@ictsoc.de>
16101 * org-feed.el (org-feed-format-entry): Decode entry according to
16102 its character encoding.
16104 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
16106 * org-feed.el (xml-substitute-special): Declare function for byte
16108 (org-feed-unescape): Removed.
16109 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16110 Use `xml-substitute-special' to unescape XML entities.
16112 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16114 * ob.el (org-babel-switch-to-session): Throw error if block if
16115 :session not in effect for the block.
16117 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16119 * org-table.el (org-table-create-with-table.el): Align table
16122 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16124 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16125 that org-src buffer is current before attempting exit.
16127 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16129 * org-src.el (ob-comint): Require 'ob-comint
16130 (org-src-babel-info): Define variable.
16132 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16134 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16135 in the language major mode edit buffer.
16136 (org-babel-do-key-sequence-in-edit-buffer): New function to call
16137 an arbitrary key sequence in the language major mode edit buffer.
16139 * org-src.el (org-src-switch-to-buffer): Add new allowed value
16140 'switch-invisibly for `org-src-window-setup'.
16142 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16144 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16146 (org-src-do-at-code-block): New macro to evaluate lisp with point
16147 at the start of the Org code block containing the code in this
16149 (org-src-do-key-sequence-at-code-block): New function to execute
16150 command bound to key at the Org code block containing the code in
16153 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16155 * ob-R.el (org-babel-R-associate-session): New function to
16156 associate R code edit buffers with ESS comint session.
16158 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16160 * org-src.el (org-edit-src-code): If at src block, store babel
16161 info as buffer local variable.
16162 (org-src-associate-babel-session): New function to associate code
16163 edit buffer with comint session. Does nothing unless a
16164 language-specific function named
16165 `org-babel-LANG-associate-session' exists.
16166 (org-src-babel-configure-edit-buffer): New function to be called
16167 in `org-src-mode-hook'.
16168 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16171 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16173 * ob.el (org-babel-switch-to-session-with-code): New function to
16174 generate split frame displaying edit buffer and session.
16176 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16178 * org.el (org-set-tags): Consider org-indent-mode when computing
16181 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16183 * org-compat.el (org-looking-at-p): Only use looking-at-p when
16186 2010-11-11 David Maus <dmaus@ictsoc.de>
16188 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16189 lines directly after call to sorting filter function.
16191 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16193 * org.el (org-complex-heading-regexp-format): Document the
16195 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16196 to make the regular expression for matching the headline.
16198 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16200 * org.el (org-refile-check-position): New function.
16202 (org-refile-get-location): Call `org-refile-check-position'.
16204 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16206 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16207 instead of equal to compare symbols.
16209 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16211 * org-agenda.el (org-agenda-before-sorting-filter-function):
16213 (org-finalize-agenda-entries):
16214 Apply `org-agenda-before-sorting-filter-function'.
16216 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16218 * org-latex.el (org-export-latex-first-lines): Do not protect meta
16219 lines that have nothing to do with babel.
16221 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16223 * org-capture.el (org-capture-place-template): Handle the
16225 (org-capture-place-item): Provide boundaries for the search to
16226 make sure we do not get a match in a different tree.
16228 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16230 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16233 2010-11-11 Noorul Islam <noorul@noorul.com>
16235 * org-latex.el (org-latex-to-pdf-process): Add output-directory
16236 option for the command pdflatex.
16237 (org-export-as-pdf): Respect directory in path of
16240 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16242 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16243 which now means to use MathJax processing for HTML. Also allow
16244 new value `dvipng' to force the old image processing.
16245 (org-infile-export-plist): Parse for MATHJAX setup line.
16247 * org-html.el (org-export-html-mathjax-options): New option.
16248 (org-export-html-mathjax-config): New function.
16249 (org-export-html-mathjax-template): New option.
16250 (org-export-html-preprocess): Call the LaTeX snippet processor
16251 with an additional argument to declare special ways of processing.
16252 (org-export-as-html): Bind the dynamical variable
16253 `org-export-have-math'. Insert the MathJax script template when
16254 it is needed by the document.
16256 * org.el (org-preview-latex-fragment): Call `org-format-latex'
16257 with the additional processing argument.
16258 (org-export-have-math): New variable, for dynamic scoping.
16259 (org-format-latex): Implement specific ways of processing.
16260 New function argument for processing type.
16261 (org-org-menu): Remove the entry to configure LaTeX snippet
16264 2010-11-11 Bastien Guerry <bzg@gnu.org>
16266 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16267 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
16268 heading currently clocked in is not listed in the agenda, display
16269 this entry in another buffer. If there is no running clock,
16270 display a help message.
16272 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16274 * org-latex.el (org-export-latex-tables): Return "" instead of nil
16275 when no label is attached.
16277 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16279 * org-agenda.el (org-agenda-menu-show-match): New option.
16280 (org-agenda-menu-two-column): New option.
16281 (org-agenda-get-restriction-and-command): Implement dispatch menu
16282 without showing the matcher, and with two-column display.
16284 2010-11-11 Bernt Hansen <bernt@norang.ca>
16286 * org-indent.el (org-indent-mode): Fix grammar for message when
16289 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16291 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16292 no previous result exists.
16294 2010-11-11 Noorul Islam <noorul@noorul.com>
16296 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16299 2010-11-11 Noorul Islam <noorul@noorul.com>
16301 * org.el (org-set-visibility-according-to-property): Use backward
16302 search instead of forward, so that top hierarchy gets priority.
16304 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16306 * org-agenda.el (org-timeline): Allow indirect buffer.
16308 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16310 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16311 (org-export-define-heading-targets-headline-hook): New hooks.
16313 * org.el (org-modules): Add entry for org-wikinodes.el.
16314 (org-font-lock-set-keywords-hook): New hook.
16315 (org-open-at-point-functions): New hook.
16316 (org-find-exact-headling-in-buffer):
16317 (org-find-exact-heading-in-directory): New functions.
16318 (org-mode-flyspell-verify): Better cursor position for checking if
16319 flyspell should ignore a word.
16321 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16323 * org-indent.el (org-indent-remove-properties):
16324 (org-indent-add-properties): Make sure changing these properties
16325 does not trigger modification hooks.
16327 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16329 * org.el (org-link-search-must-match-exact-headline): New option.
16330 (org-link-search-inhibit-query): New variable.
16331 (org-link-search): Search for exact headline match in Org files.
16333 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16335 * ob.el (org-babel-execute-src-block-maybe): Remove check for
16336 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16337 function `org-babel-execute-safely-maybe'.
16339 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16341 * ob.el (org-babel-load-in-session): Set directory in case :dir
16344 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16346 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16347 errors when we're not under of a headline.
16349 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16351 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16352 write delimited text instead of save -ascii
16353 (org-babel-octave-import-elisp-from-file): Specify that data
16354 written to file is tab-delimited.
16356 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16358 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16361 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16363 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16366 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16368 * ob-python.el (org-babel-python-table-or-string): Fix recognition
16369 of lists and tuples.
16371 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16373 * ob-octave.el (org-babel-octave-evaluate-external-process):
16374 Allow remote files.
16376 2010-11-11 Juan Pechiar <pechiar@computer.org>
16378 * ob-octave.el (org-babel-octave-evaluate-external-process):
16379 Use `org-babel-octave-import-elisp-from-file' instead of
16380 `org-babel-eval-read-file'.
16381 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16382 and use '%s' as format specifier instead of '%S'.
16384 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16386 * ob-octave.el: Only (require 'matlab) when necessary.
16387 (org-babel-octave-initiate-session): (require) octave-inf or matlab
16389 (org-babel-execute:matlab): Remove (require).
16390 (org-babel-prep-session:matlab): Remove (require).
16391 (org-babel-matlab-initiate-session): Remove (require).
16393 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
16395 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16398 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16400 * ob-python.el (org-babel-python-table-or-string): Can now handle
16401 VERY long result lines.
16403 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16405 * org-latex.el (org-export-latex-tables): Add label if any.
16407 * org-latex.el (org-export-latex-convert-table.el-table):
16408 Fix little mistake when inserting label.
16410 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
16412 * org.el (org-cycle-internal-local): Remove an unnecessary call
16413 to `org-back-to-heading' that was preventing point to stay at its
16414 column when cycling visibility.
16416 2010-11-11 Noorul Islam <noorul@noorul.com>
16418 * org-capture.el (org-capture-finalize): Make messages consistent.
16420 2010-11-11 Noorul Islam <noorul@noorul.com>
16422 * org-gnus.el: Suppress compiler warning by declaring outside
16423 function nnimap-retrieve-headers-from-file.
16425 2010-11-11 Noorul Islam <noorul@noorul.com>
16427 * org-colview.el Use org-beamer-select-environment instead of
16428 org-beamer-set-environment-tag.
16430 2010-11-11 Matt Lundin <mdl@imapmail.org>
16432 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16433 that the value of org-last-inserted-timestamp includes time range.
16435 2010-11-11 David Maus <dmaus@ictsoc.de>
16437 * org-wl.el (org-wl-store-link-message): Provide link property for
16438 message-id without angle brackets.
16440 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16442 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16444 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16446 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16447 file ensuing that the latest changes on disk are represented.
16449 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16451 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16452 arguments w/o quotes.
16454 2010-11-11 Bernt Hansen <bernt@norang.ca>
16456 * org-capture.el (org-capture-finalize): Fix clock in of
16457 interrupted task during capture finalize.
16459 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16461 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16464 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16466 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16467 expression for matching main function.
16469 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16471 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16472 regexp -- it wasn't matching lob lines w/o indices.
16474 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16476 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16477 warning in org-exp.el.
16479 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16481 * org-publish.el (org-publish-file): Better error message if
16482 base-directory or publishing-directory are not defined.
16484 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16486 * org-colview.el (org-columns-display-here): Use overlays to
16487 overrule line prefix properties during column view.
16489 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16491 * org-agenda.el (org-agenda-filter-preset): Document the
16492 limitation for the filter preset - it can only be used for an
16493 entire agenda view, not in an individual block in a block agenda.
16495 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16497 * ob-table.el (sbe): Now able to accept range references from
16500 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16502 * ob.el (org-babel-pick-name): If colnames or rownames contain a
16503 list of names, then use those directly.
16505 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16507 * org-exp.el (org-export-format-source-code-or-example):
16508 Escape underscores in code block names on latex listings export.
16510 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16512 * ob-tangle.el (org-babel-with-temp-filebuffer):
16513 Use find-file-noselect to avoid excess buffer movement.
16515 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16517 * org-html.el (org-html-should-inline-p): Only inline images if
16520 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16522 * org-id.el (org-id-store-link): Autoload.
16524 * org.el ("org-id"): Autoload `org-id-store-link'.
16526 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16528 * org-html.el (org-html-should-inline-p): Only inline images if
16531 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
16533 * org-icalendar.el (org-icalendar-alarm-time): New option.
16535 * org-icalendar.el (org-print-icalendar-entries): Timed events are
16536 exported with alarm events, a.k.a. reminders.
16538 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16540 * org-capture.el (org-capture-target-buffer): Throw an error if we
16541 have no target file.
16542 (org-capture-select-template): Use a default template if the user
16543 has not specified any.
16545 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16547 * org.el (org-modules): Add entry for org-velocity.
16549 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16551 * ob-lob.el (org-babel-lob-execute): Changing indentation to
16552 improve line length.
16554 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16556 * org-exp.el (org-export-handle-table-metalines): Choose a better
16557 position for checking protectedness.
16559 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
16561 * org-table.el (org-table-convert-region): Don't continue csv
16562 importation which the point catches the end, this fixes an
16563 infinite loop which was caused by the (point) never catching up
16564 with the "end" marker.
16566 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16568 * org-macs.el (org-string-nw-p): New function.
16570 * org-capture.el (org-capture-import-remember-templates):
16571 Interpret an empty string as request to use
16572 `org-default-notes-file'.
16573 (org-capture-target-buffer): If the FILE is not a (non-empty)
16574 string, use `org-default-notes-file'.
16576 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
16578 * org-capture.el (org-capture-templates): Fix customize type.
16580 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
16582 * org.el (org-refile-targets):
16583 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
16585 2010-08-19 Glenn Morris <rgm@gnu.org>
16587 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
16588 (org-save-outline-visibility): Move to org-macs.
16589 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
16590 (org-save-outline-visibility): Move here from org.el.
16591 (show-all): Autoload it.
16592 * ob.el: Don't require org when compiling.
16594 2010-08-18 Glenn Morris <rgm@gnu.org>
16596 * ob.el: Require org when compiling.
16597 (org-save-outline-visibility): Remove macro declaration.
16598 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16599 Remove unnecessary/macro declarations.
16600 * org-docview.el: Require doc-view when compiling.
16601 (doc-view-goto-page): Autoload rather than declaring.
16602 (doc-view-current-page): Remove macro declaration.
16604 2010-08-17 Glenn Morris <rgm@gnu.org>
16606 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16607 (org-entry-get, org-table-import): Fix declarations.
16608 (org-match-string-no-properties): Remove unnecessary declaration.
16609 * ob-sh.el (org-babel-comint-in-buffer)
16610 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16611 (org-babel-comint-with-output): Remove unnecessary declarations.
16612 * ob-R.el (orgtbl-to-tsv): Fix declaration.
16613 * org-list.el (org-entry-get): Fix declaration.
16615 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16617 * ob-C.el: New file.
16618 * ob-R.el: New file.
16619 * ob-asymptote.el: New file.
16620 * ob-clojure.el: New file.
16621 * ob-comint.el: New file.
16622 * ob-css.el: New file.
16623 * ob-ditaa.el: New file.
16624 * ob-dot.el: New file.
16625 * ob-emacs-lisp.el: New file.
16626 * ob-eval.el: New file.
16627 * ob-exp.el: New file.
16628 * ob-gnuplot.el: New file.
16629 * ob-haskell.el: New file.
16630 * ob-keys.el: New file.
16631 * ob-latex.el: New file.
16632 * ob-lob.el: New file.
16633 * ob-matlab.el: New file.
16634 * ob-mscgen.el: New file.
16635 * ob-ocaml.el: New file.
16636 * ob-octave.el: New file.
16637 * ob-perl.el: New file.
16638 * ob-python.el: New file.
16639 * ob-ref.el: New file.
16640 * ob-ruby.el: New file.
16641 * ob-sass.el: New file.
16642 * ob-screen.el: New file.
16643 * ob-sh.el: New file.
16644 * ob-sql.el: New file.
16645 * ob-sqlite.el: New file.
16646 * ob-table.el: New file.
16647 * ob-tangle.el: New file.
16650 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16652 * org-mks.el: New file.
16653 * org-capture.el: New file.
16655 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
16657 * org-taskjuggler.el: New file.
16659 2010-07-19 Matt Lundin <mdl@imapmail.org>
16661 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
16662 in org-agenda-text-search-extra-files.
16664 2010-07-19 David Maus <dmaus@ictsoc.de>
16666 * org-list.el (org-list-send-list): Locally bind variable `txt'.
16668 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16670 * org.el (org-reload): Now also reloading babel files.
16672 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16674 * org-capture.el (org-capture-set-plist): Make sure txt is a string
16675 before calling `string-match'.
16676 (org-capture-templates): Fix customization type.
16678 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16680 * org-latex.el (org-export-latex-preprocess): Make a special case
16682 (org-latex-entities): Remove the entry for \nbsp.
16683 (org-latex-entities-exceptions): Variable removed.
16685 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16687 * org-capture.el (org-capture-refile): Do not try to manipulate
16690 * org.el (org-refile): Use the correct bookmark here.
16692 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16694 * org-list.el (org-list-send-list): Parse list from its true beginning.
16696 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
16698 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16700 * org.el (org-insert-link): Correctly determine if we should use
16703 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16705 * org-list.el (org-list-radio-list-templates): Fix templates.
16707 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16709 * org-list.el (org-list-send-list): Regexp defining the start of
16710 a radio list is now on par with the one used for radio tables.
16712 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16714 * org-entities.el (org-entities-help): Add a headline for
16715 the user-defined entities.
16717 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
16719 * org-agenda.el (org-agenda-action): Document capture key and add it
16722 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16724 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
16726 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16728 * org-latex.el (org-export-latex-first-lines): Do not mark
16729 meta lines for removal. Do not remove BABEL config lines during export.
16731 2010-07-19 David Maus <dmaus@ictsoc.de>
16733 * org-capture.el (org-capture): Check if
16734 `org-capture-link-is-already-stored' is bound before evaluating.
16736 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16738 * org.el: Add autoload for org-babel-do-load-languages.
16740 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16742 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
16744 2010-07-19 David Maus <dmaus@ictsoc.de>
16746 * org-feed.el: Change indentation to match coding style
16749 2010-07-19 David Maus <dmaus@ictsoc.de>
16751 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
16752 library if necessary.
16754 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16756 * org-beamer.el (org-beamer-amend-header): Standardize the
16757 header cookie for the beamer extra stuff.
16759 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16761 * org-beamer.el (org-beamer-amend-header): Put extra header
16764 2010-07-19 David Maus <dmaus@ictsoc.de>
16766 * org-exp-blocks.el (org-export-blocks-format-ditaa)
16767 (org-export-blocks-format-dot): Remove text properties of body before
16768 calculating cache hash.
16770 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16772 * org-latex.el (org-export-latex-tabular-environment): New option.
16773 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
16775 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16777 * org-compat.el (org-version-check): New function.
16779 * org-indent.el (org-indent-mode): Check for exact emacs version.
16781 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16783 * org-capture.el (org-capture-templates): Allow the template
16784 to come from a file or function call.
16785 (org-capture-place-entry): Get the template from file or function.
16787 2010-07-19 David Maus <dmaus@ictsoc.de>
16789 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
16790 position if target is entire file.
16792 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16794 * org.el (org-autoload): Autoload a few more org-table functions.
16796 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16798 * org.el (org-babel-load-languages): Add ob-mscgen.
16800 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16802 * org-latex.el (org-export-latex-tables): Format string now
16805 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16807 * org.el (org-babel-load-languages): This variable controls which
16808 languages will be loaded by org-babel. It is customizable through
16809 the customize interface.
16811 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16813 * org-latex.el (org-export-latex-format-image): Update number of
16814 arguments to allow for an optional short-name.
16816 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16818 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
16820 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16822 * org-capture.el (org-capture-set-target-location):
16823 Store exact positions for file+regexp and file+function targets.
16824 (org-capture-place-entry, org-capture-place-item)
16825 (org-capture-place-table-line, org-capture-place-plain-text):
16826 Respect exact positions.
16827 (org-capture-finalize): Make sure we are at the beginning of a line
16828 when fixing the empty lines after the entry.
16830 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16832 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
16833 (org-entry-get): Pass `literal-nil' into
16834 `org-entry-get-with-inheritance'.
16835 (org-todo): React to nil values of the LOGGING property.
16837 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16839 * org.el (org-default-notes-file): Update docstring.
16841 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16843 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
16845 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16847 * org-exp.el (org-export-attach-captions-and-attributes):
16848 Add a shortname attribute to caption strings under the symbol name
16849 org-caption-shortn.
16851 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16853 * org.el (org-switchb): Rename from `org-iswitchb'.
16855 (org-iswitchb): New alias.
16856 (org-ido-switchb): Make alias point to `org-switchb'.
16858 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16860 * org-capture.el (org-capture-fill-template):
16861 Respect time-of-day preference in template prompt.
16863 2010-07-19 David Maus <dmaus@ictsoc.de>
16865 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
16867 2010-07-19 David Maus <dmaus@ictsoc.de>
16869 * org-wl.el (org-wl-disable-folder-check): New customization
16871 (org-wl-open): Disable folder check depending on
16872 `org-wl-disable-folder-check'.
16874 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16876 * org-capture.el (org-capture-set-target-location):
16877 Fix file+function interpretation.
16879 2010-07-19 David Maus <dmaus@ictsoc.de>
16881 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
16884 2010-07-19 David Maus <dmaus@ictsoc.de>
16886 * org-feed.el (xml-entity-alist): Declare variable
16887 `xml-entity-alist' for byte compiler.
16889 2010-07-19 David Maus <dmaus@ictsoc.de>
16891 * org-feed.el (org-feed-unescape): New function.
16892 Unescape protected entities.
16893 (org-feed-parse-atom-entry): Use function for atom:content
16894 type text and html.
16896 2010-07-19 David Maus <dmaus@ictsoc.de>
16898 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
16901 2010-07-19 Bernt Hansen <bernt@norang.ca>
16903 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
16904 when displaying items on todays agenda date.
16906 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16908 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
16911 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16913 * org-publish.el (org-publish-initialize-cache):
16914 Make timestamp directory, the entire path to it.
16916 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16918 * org-exp.el (org-export-handle-comments): Make sure to check
16919 for protection in the comment line, and not in the line after it.
16921 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16923 * org-html.el (org-export-html-preprocess): Call org-format-latex,
16924 possibly with a protect-only argument.
16926 * org.el (org-format-latex): New argument PROTECT-ONLY.
16928 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16930 * org-exp.el (org-export-handle-table-metalines): This function
16931 removes table specific meta-lines, now that we aren't wiping
16932 everything that looks remotely like a comment at the end of the
16933 export process we have to be sure to catch all of the specific lines
16936 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
16938 * org-exp.el (org-export-select-backend-specific-text): Properly
16939 get rid of #+Backend and #+ATTR_Backend specifics to backends not
16940 matching the one we're exporting to.
16942 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16944 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
16945 option which will strip newline characters from the text of table
16946 cells and replace then with "\n".
16948 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16950 * org.el (org-confirm-shell-link-function)
16951 (org-confirm-elisp-link-function): Limit the values that can be set by
16954 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16956 * org.el (org-compute-latex-and-specials-regexp): Deal with
16957 string elements by discarding them.
16959 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16961 * org.el (org-iswitchb): Make sure to use at least iswitchb.
16963 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
16965 * org-capture.el (org-capture-position-for-last-stored)
16966 (org-capture-bookmark-last-stored-position): New functions.
16967 (org-capture-place-table-line): Better error catching.
16968 (org-capture-place-item, org-capture-place-entry)
16969 (org-capture-place-plain-text):
16970 Call `org-capture-position-for-last-stored'.
16971 (org-capture-finalize): Just call
16972 `org-capture-bookmark-last-stored-position'.
16974 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16976 * org-exp.el (org-export-mark-blockquote-verse-center):
16977 Fix small bug, now grabbing match data before overwritten by looking-at
16978 this fixes a problem with remainders of #+end_quote lines appearing
16979 in exported output.
16981 2010-07-19 David Maus <dmaus@ictsoc.de>
16983 * org.el (org-link-frame-setup): Add customization option for
16986 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16988 * org-latex.el (org-export-latex-fixed-width): Now check
16989 org-example rather than org-protected on verbatim export, because by
16990 default all ": " prefixed lines are marked protected.
16992 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16994 * org-latex.el (org-export-latex-fixed-width): Check for
16995 protection before wrapping ": " lines as verbatim.
16997 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
16999 * org-exp.el (org-export-handle-comments): Check for protection
17000 before removing comments.
17002 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17004 * org-entities.el (org-entities): Restructure the list.
17005 (org-entities-help): Turn the help output into a buffer
17006 in Org-mode, so that it becomes easier to find a symbol
17008 (org-entities-create-table): Deal with new structure.
17010 2010-07-19 David Maus <dmaus@ictsoc.de>
17012 * org-agenda.el (org-write-agenda): Use backquotes to expand
17013 `flet' at compile time.
17015 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17017 * org.el (org-entry-properties): Make sure that standard property
17018 names are used even if the user has customized time keywords.
17020 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17022 * org-macs.el (org-not-nil): Return the value if not interpreted
17025 * org.el (org-entry-get)
17026 (org-entry-get-with-inheritance): Interpret the value "nil"
17027 as nil for properties.
17029 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17031 * org.el (org-switch-to-buffer-other-window): Return the buffer.
17033 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17035 * org-macs.el (org-not-nil): New function.
17037 * org.el (org-block-todo-from-children-or-siblings-or-parent):
17038 Use `org-not-nil' to interpret a property value of nil.
17040 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17042 * org.el (org-truely-invisible-p): New function.
17043 (org-beginning-of-line): Use `org-truely-invisible-p'.
17045 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17047 * org-agenda.el (org-agenda-get-timestamps): No errors
17048 while getting TODO state.
17049 (org-agenda-highlight-todo): No error when no keyword has
17052 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17054 * org.el (org-timestamp-change): New optional argument UPDOWN.
17055 Use this to identify calls from org-timestamp-up/down, so that we can
17056 skip by rounding minutes in this case.
17057 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17058 (org-timestamp-down-day): Call org-timestamp-change with the
17061 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17063 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17065 * org-capture.el: New file.
17067 * org-compat.el (org-get-x-clipboard): Function moved here from
17070 * org-mks.el: New file.
17072 * org.el (org-set-regexps-and-options): Allow statistic cookies as
17073 part of complex headlines.
17074 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
17075 OLP does not contain a file name.
17077 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17079 * org.el (org-mode): Set `comment-start' instead of changing the
17080 syntax of the `#' character.
17082 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17084 * org-exp.el (org-export-format-source-code-or-example): Mark examples
17087 * org-html.el (org-export-html-close-lists-maybe): Check if raw
17088 HTML stuff was actually made from an example.
17090 2010-07-19 Bastien Guerry <bzg@gnu.org>
17092 * org-latex.el: Items are no longer skipped when their first line
17093 ends on a protected element.
17095 * org-list.el: Protected environments looking like lists are not
17098 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17100 * org-exp-blocks.el (org-export-blocks-preprocess):
17101 Cleanup trailing newline after block.
17103 2010-07-19 Bastien Guerry <bzg@gnu.org>
17105 * org-exp.el: Comment regexp now matches documentation. No more
17106 protection check when deleting comments before export.
17108 2010-07-19 Bastien Guerry <bzg@gnu.org>
17110 * org-exp.el (org-export-preprocess-string):
17111 Now using `org-export-handle-include-files-recurse' to resolve
17114 2010-07-19 Bastien Guerry <bzg@gnu.org>
17116 * org-agenda.el (org-agenda-get-deadlines)
17117 (org-agenda-get-scheduled):
17118 * org.el (org-time-string-to-seconds):
17119 For deadline and scheduled agenda display ignore the cyclic repeater
17120 when calculating how many days late the task is. If you have a weekly
17121 task and miss the date the agenda view will show more than a week late
17122 now instead of resetting on the cyclic repeating date. This makes it
17123 much more obvious when you missed a repeating task after the repeater.
17125 2010-07-19 Bastien Guerry <bzg@gnu.org>
17127 * org-exp.el (org-export-mark-blockquote-verse-center):
17128 Consider environments that end at eob.
17130 2010-07-19 Mikael Fornius <mfo@abc.se>
17132 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17133 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
17136 2010-07-19 Mikael Fornius <mfo@abc.se>
17138 * org.el (org-at-property-p): Use save-match-data macro instead of let.
17140 2010-07-19 Mikael Fornius <mfo@abc.se>
17142 * org.el (test): Remove unused test function.
17144 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17146 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17148 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17150 * org-exp-blocks.el (org-export-blocks-postblock-hook):
17151 Add documentation to and turn into a defcustom.
17153 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
17155 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17156 instead of to nil we avoid errors when :prefix1 is defined, but
17159 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
17161 * org-latex.el (org-export-latex-preprocess): Environments coming
17162 from latex backend specific instructions (#+LaTeX) are already
17163 protected and won't be treated as normal environments.
17165 2010-07-19 Bastien Guerry <bzg@gnu.org>
17167 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17169 2010-07-19 Bastien Guerry <bzg@gnu.org>
17171 * org-timer.el (org-timer-set-timer): Use a prefix argument.
17172 See the docstring of the function.
17174 2010-07-19 Bastien Guerry <bzg@gnu.org>
17176 * org-timer.el (org-timer-set-timer): Fix bug about canceling
17179 2010-07-19 David Maus <dmaus@ictsoc.de>
17181 * org-w3m.el (org-w3m-copy-for-org-mode)
17182 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17183 Get text property directly, not using macro `w3m-anchor'.
17185 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17187 * org.el (org-emph-re): Document the match groups.
17189 2010-07-19 Bernt Hansen <bernt@norang.ca>
17191 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17192 t before calling `org-clock-out', so that that function can
17193 know its call context.
17195 2010-07-19 Bastien Guerry <bzg@gnu.org>
17197 * org-timer.el (org-timer-default-timer): New variable.
17198 (org-timer-set-timer): Use the new variable. Also offer the
17199 possibility to replace the current timer by a new one.
17201 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17203 * org.el (org-kill-note-or-show-branches): Hide subtree before
17204 exposing the headings.
17206 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17208 * org.el (org-add-planning-info): Remove the empty line also
17209 if there is no whitespace at all in there.
17211 * org-table.el (org-table-align): Fix alignment of strings
17212 with invisible characters.
17214 2010-07-19 David Maus <dmaus@ictsoc.de>
17216 * org.el (org-refile-cache-get): Return empty list of targets
17217 when cache was cleared.
17218 (org-clone-subtree-with-time-shift): Maybe create ID property
17219 in cloned subtrees.
17220 (org-clone-delete-id): New customization variable.
17221 (org-clone-subtree-with-time-shift): Use customization
17222 variable `org-clone-delete-id'.
17223 (org-clone-subtree-with-time-shift): Remove empty property
17224 drawer in cloned subtrees.
17226 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17228 * org.el (org-refile-use-cache): New option.
17229 (org-refile-cache, org-refile-markers): New variable.
17230 (org-refile-marker, org-refile-cache-clear)
17231 (org-refile-cache-check-set, org-refile-cache-put)
17232 (org-refile-cache-get): New function.
17233 (org-get-refile-targets): Use the refile cache.
17235 * org-clock.el (org-clock-sum): Don't include running clock if
17236 the time block is wrong.
17238 2010-07-19 John Wiegley <jwiegley@gmail.com>
17240 * org-clock.el (org-clock-clock-in, org-clock-in):
17241 Add parameter `start-time'.
17242 (org-clock-resolve-clock): Add parameter `clock-out-time'.
17243 If set, and resolve-to is a past time, then the clock out
17244 event occurs at `clock-out-time' rather than at `resolve-to'.
17245 In this case, `resolve-to' becomes the clock in time.
17246 (org-clock-jump-to-current-clock): Create new global command
17247 to reveal the current clock.
17248 (org-clock-resolve): Add new commands g/G and j/J, and a
17249 help window describing all commands and their meaning.
17250 (org-clock-resolve-expert): New customization variable.
17251 (org-find-open-clocks): Fix a bug that caused discovered
17252 clocks not to match up with the currently active clock.
17253 (org-resolve-clocks): Change the argument
17254 `also-non-dangling-p' to `only-dangling-p', since due to a bug
17255 this was the default behavior all along.
17257 2010-07-19 David Maus <dmaus@ictsoc.de>
17259 * org-id.el (org-id-uuid): New function. Return string with
17260 random (version 4) UUID.
17261 (org-id-method): Make 'uuid the new default value.
17262 (org-id-new): Use `org-id-uuid' if call to uuidgen program
17263 does not return a UUID.
17265 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17267 * org-latex.el (org-export-latex-format-image): Add support
17268 for multicolumn figures in LaTeX.
17270 2010-07-19 David Maus <dmaus@ictsoc.de>
17272 * org.el (org-clone-subtree-with-time-shift): Remove ID
17273 property of original subtree in cloned subtrees.
17275 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17277 * org-exp.el (org-export-format-source-code-or-example):
17278 XEmacs compatibility.
17280 * org-latex.el (org-export-latex-tables): Accept comma in
17283 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17284 (org-export-docbook-xslt-proc-command): Fix docstring.
17285 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17286 (org-export-as-docbook-pdf):
17287 Improve formatting of the xslt command.
17289 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17291 * org.el (org-file-contents): Improve error message.
17292 (org-set-regexps-and-options): Remove spaces at both ends.
17294 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17296 * org-docbook.el (org-export-as-docbook-pdf):
17297 Improve formatting of the xslt command.
17299 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
17301 * org-publish.el (org-publish-cache): Use one big hashmap for
17302 each project defined in `org-publish-project-alist'.
17303 (initialize-files-alist): Function removed.
17304 (org-publish-validate-link): Function removed.
17305 (org-publish-get-base-files): Add variable `sitemap-requested'
17306 to avoid sorting where possible.
17307 (org-publish-get-files): Function removed.
17308 (org-publish-get-project-from-filename): Make independent of
17310 (org-publish-file): New argument NO-CACHE.
17312 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17314 * org.el (org-beginning-of-defun, org-end-of-defun):
17316 (org-mode): Install the `org-beginning-of-defun' and
17317 `org-end-of-defun' functions.
17318 (org-pretty-entities): New option.
17319 (org-toggle-pretty-entities): New command.
17320 (org-fontify-entities): New function.
17321 (org-startup-options): New keywords for pretty entities.
17322 (org-set-font-lock-defaults): Call the pretty entities
17325 * org-latex.el (org-export-latex-keywords-maybe): Protect the
17328 2010-07-19 Mikael Fornius <mfo@abc.se>
17330 * org-habit.el (org-habit-build-graph): Help-echo date when
17331 mouse is over stars.
17333 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
17335 * org.el (org-file-apps): Improve docstring to reflect
17338 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17340 * org.el (org-set-startup-visibility): Fix empty line display.
17342 * org-latex.el (org-export-latex-links): Use the formatting
17343 function of the link type, if it is available.
17345 * org-table.el (org-table-get-remote-range): Return to
17346 original buffer when retrieving remote reference.
17348 * org.el (org-display-inline-images): Do the entire buffer,
17349 not just the narrowed region. Clear the cache.
17350 (org-display-inline-images): Match mode file paths.
17352 2010-07-19 David Maus <dmaus@ictsoc.de>
17354 * org-wl.el (org-wl-store-link-folder): Don't throw error when
17355 called on WL folder group.
17357 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17359 * org.el (org-replace-escapes): Make sure the cdr is not nil.
17360 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17361 (org-mode): Revert comment syntax changes.
17363 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17365 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17366 keywords, and `C-c / T' for a specific one.
17368 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17370 * org.el (org-mode): Fix comment syntax settings.
17372 * org-src.el (org-edit-src-allow-write-back-p):
17375 * org.el (org-inline-image-overlays): New variable.
17376 (org-toggle-inline-images, org-display-inline-images)
17377 (org-remove-inline-images): New commands.
17378 (org-mode-map): Define a key for `org-toggle-inline-images'.
17380 2010-07-19 David Maus <dmaus@ictsoc.de>
17382 * org-wl.el (org-wl-message-field): New function.
17383 Return content of header field in message entity.
17384 (org-wl-store-link): Call `org-wl-store-link-folder' or
17385 `org-wl-store-link-message' depending on major-mode.
17386 (org-wl-store-link-folder): New function. Store link to
17388 (org-wl-store-link-message): New function. Store link to
17389 Wanderlust message.
17390 (org-wl-store-link-message): Store link to message while
17392 (org-wl-open): Don't try to jump to message when opening a
17395 2010-07-19 David Maus <dmaus@ictsoc.de>
17397 * org.el (org-replace-escapes): Avoid infinite loop when
17398 replace string contains escape sequence it replaces.
17400 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17402 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17403 encryption when now key is set.
17405 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17407 * org-table.el (org-table-recalculate-buffer-tables)
17408 (org-table-iterate-buffer-tables): New commands.
17410 * org.el (org-check-for-hidden): When there is a region, skip
17413 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17415 * org-src.el (org-edit-src-code): allow-write-back-p had
17416 erroneously been omitted from let binding.
17418 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17420 * org-agenda.el (org-sorting-choice): New sorting type alpha.
17421 (org-cmp-alpha): New defsubst.
17422 (org-em): New defsubst.
17423 (org-entries-lessp): Only compute needed comparisons.
17425 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17427 * org-html.el (org-format-org-table-html): Test all columns
17428 for number content.
17430 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17432 * org-latex.el (org-export-latex-treat-sub-super-char):
17433 Make sure parenthesis matching is consistent.
17435 * org-table.el (org-table-colgroup-line-p)
17436 (org-table-cookie-line-p): New functions.
17438 * org-exp.el (org-table-clean-before-export): Better tests for
17439 colgroup and cookie lines.
17441 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17443 * org-agenda.el (org-agenda-goto): Push a mark before changing
17446 * org-footnote.el (org-footnote): New group.
17447 (org-footnote-section)
17448 (org-footnote-tag-for-non-org-mode-files): Fix typos.
17450 * org-list.el (org-end-of-item-text-before-children): Also do
17451 the right thing at the end of a file.
17453 * org.el (org-set-packages-alist, org-get-packages-alist):
17455 (org-export-latex-default-packages-alist)
17456 (org-export-latex-packages-alist): Add extra flag to
17457 each package, indicating if it should be used for snippets.
17458 (org-create-formula-image): Add the snippet argument.
17459 (org-splice-latex-header): New argument SNIPPET-P, pass it
17460 through to `org-latex-packages-to-string'.
17461 (org-latex-packages-to-string): New argument SNIPPET-P.
17463 * org-latex.el (org-export-latex-make-header): Add the snippet
17466 * org-docbook.el (org-export-as-docbook): Implement ordered
17467 lists starting at some offset.
17469 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17471 * org.el (org-link-types, org-open-at-point): Add doi links.
17473 * org-ascii.el (org-export-ascii-preprocess): Remove list
17474 startcounter cookies.
17476 * org-list.el (org-renumber-ordered-list): Respect counter
17479 * org-latex.el (org-export-latex-lists): Accept ordered list
17480 item offset cookie.
17482 * org-html.el (org-export-as-html): Accept ordered list
17483 item offset cookie.
17485 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17486 which messes up alignment of tags.
17488 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17490 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17491 the modeline display is removed.
17493 * org-exp.el (org-export-format-drawer-function):
17496 * org-agenda.el (org-agenda-refile): New optional argument
17498 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17500 (org-agenda-bulk-action): Call the refile command with updates
17501 suppressed - but arrange for `org-agenda-redo' to be called at
17504 * org.el (org-mode): Make table mapping quiet.
17505 (org-table-map-tables): New optional argument QUIETLY.
17507 * org-ascii.el (org-export-ascii-preprocess): Make table
17510 * org-html.el (org-export-as-html, org-html-level-start):
17511 Change XHTML IDs to not use dots.
17513 * org-exp.el (org-export-define-heading-targets):
17514 Change XHTML IDs to not use dots.
17516 * org-docbook.el (org-export-docbook-level-start):
17517 Change XHTML IDs to not use dots.
17519 * org-latex.el (org-export-as-latex): Make sure that the
17520 result buffer is in latex-mode.
17522 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17523 (org-shiftleft-final-hook, org-shiftright-final-hook):
17526 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17528 * org-table.el (org-table-justify-field-maybe): Make sure that
17529 inserting a value does not turn a line into a hline.
17531 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17533 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
17534 (org-clock-sum): Add property to selected headlines.
17535 (org-dblock-write:clocktable): Make tags matcher.
17537 * org.el (org-set-autofill-regexps): XEmacs compatibility.
17539 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
17540 in latex class definitions.
17542 * org.el (org-shiftup-hook, org-shiftdown-hook)
17543 (org-shiftleft-hook, org-shiftright-hook): New hooks.
17545 * org-entities.el (org-entities): Use \land and \lor for logical
17548 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
17549 indentation commands.
17550 (org-hidden-tree-error): New defsubst.
17551 (org-metaleft, org-metaright): Check for hidden stuff and throw an
17553 (org-check-for-hidden): New function.
17555 * org-list.el (org-item-re): New function.
17556 (org-at-item-p): Use `org-item-re'.
17557 (org-end-of-item-text-before-children): New function.
17558 (org-outdent-item, org-indent-item): Arrange for leaving the
17560 (org-outdent-item-tree, org-indent-item-tree): New argument
17562 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
17563 to find the end for processing while ignoring the subtree.
17565 * org-publish.el (org-publish-sitemap-sort-alphabetically)
17566 (org-publish-sitemap-sort-folders)
17567 (org-publish-sitemap-sort-ignore-case): New options.
17569 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17571 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
17573 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
17575 * org-publish.el (org-publish-project-alist): Update docstring.
17576 (org-publish-file-title-cache): New variable.
17577 (org-publish-initialize-files-alist):
17578 Initialize `org-publish-initialize-files-alist' to nil.
17579 (org-publish-sort-directory-files): New function.
17580 (org-publish-projects): Access the new properties.
17581 (org-publish-find-title): Use the file title cache.
17582 (org-publish-find-title): Build the file title cache.
17583 (org-publish-get-base-files-1): Sort files.
17584 (org-publish-aux-preprocess): Do not throw an error when before
17585 the first headline. Allow an empty target, meaning to link just
17587 (org-publish-index-generate-theindex.inc): Check if there is
17588 actually a target and only then add it to the link.
17589 (org-publish-projects): Fix a remaining issue with the last commit.
17591 * org-html.el (org-export-as-html): Treat verse as open/close
17593 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
17596 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
17598 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
17599 be used in a read-only mode.
17600 (org-edit-src-code): Different message in read-only mode.
17602 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17604 * org-src.el (org-edit-src-find-region-and-lang): Test for
17605 table.el as late as possible.
17607 * org-colview.el: Make sure this file is never loaded into XEmacs.
17609 * org-agenda.el (org-highlight, org-unhighlight): Use direct
17612 * org.el (org-key): Apply the translations defined in
17613 `org-xemacs-key-equivalents'.
17615 * org-mouse.el (org-mode-hook): Use `org-defkey'.
17617 * org-compat.el (org-xemacs-key-equivalents): New constant.
17619 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17621 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
17622 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
17623 Obey `org-odd-levels-only'.
17625 * org-compat.el (org-find-overlays): Use overlays-in/at.
17627 * org.el (org-remove-empty-overlays-at)
17628 (org-outline-overlay-data, org-hide-block-toggle)
17629 (org-format-latex, org-context): Use overlays-in/at.
17631 * org-src.el (org-edit-src-exit): Use overlays-in/at.
17633 * org-agenda.el (org-agenda-mark-clocking-task)
17634 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
17635 (org-agenda-entry-text-hide)
17636 (org-agenda-fix-tags-filter-overlays-at)
17637 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
17639 * org-compat.el (org-overlays-at): Function removed.
17640 (org-overlays-in): Function removed.
17642 2010-07-19 Bastien Guerry <bzg@gnu.org>
17644 * org-clock.el (org-clock-set-current): Just return the headline
17645 itself, strip the TODO keyword, the priority cookie and the tags.
17647 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17649 * org-compat.el (org-xemacs-without-invisibility): New macro.
17650 (org-xemacs-without-invisibility): New macro.
17651 (org-indent-to-column, org-indent-line-to, org-move-to-column):
17652 Redefine using the macro `org-xemacs-without-invisibility'.
17654 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
17656 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
17658 * org-compat.el (org-make-overlay, org-delete-overlay)
17659 (org-overlay-start, org-overlay-end, org-overlay-put)
17660 (org-overlay-get, org-overlay-move, org-overlay-buffer):
17662 (org-add-to-invisibility-spec): Function removed.
17664 * org-html.el (org-export-as-html-and-open): Add argument to
17667 * org-habit.el (require): `calendar' is now required already by
17668 org.el on top level.
17670 * org-clock.el (require): `calendar' is now required already by
17671 org.el on top level.
17673 * org-agenda.el (require, org-timeline, org-agenda-list)
17674 (org-todo-list, org-agenda-to-appt): `calendar' is now required
17675 already by org.el on top level.
17677 * org.el (org-export-latex-fix-inputenc): Declare function.
17679 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17682 * org.el (calendar): Require calendar now on top level in org.el
17683 and define aliases to new variables when needed.
17684 (org-read-date, org-goto-calendar): Do not bind obsolete
17687 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
17688 compilation warning, add comment that this cannot be done with
17689 `with-current-buffer'.
17691 * org-wl.el (org-wl-open): Use `with-current-buffer'.
17693 * org.el (overlay, org-remove-empty-overlays-at)
17694 (org-outline-overlay-data, org-set-outline-overlay-data)
17695 (org-show-block-all, org-hide-block-toggle)
17696 (org-highlight-new-match, org-remove-occur-highlights)
17697 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
17698 (org-read-date, org-read-date-display, org-eval-in-calendar)
17699 (org-format-latex, org-context)
17700 (org-speedbar-restriction-lock-overlay)
17701 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
17703 * org-table.el (org-table-add-rectangle-overlay)
17704 (org-table-remove-rectangle-highlight)
17705 (org-table-overlay-coordinates)
17706 (org-table-toggle-coordinate-overlays): Use the normal overlay
17709 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17710 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
17711 normal overlay API.
17713 * org-colview.el (org-columns-new-overlay)
17714 (org-columns-display-here, org-columns-remove-overlays)
17715 (org-columns-edit-value, org-columns-next-allowed-value)
17716 (org-columns-update): Use the normal overlay API.
17718 * org-clock.el (org-clock-out, org-clock-cancel)
17719 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
17722 * org-agenda.el (org-agenda-mark-filtered-text)
17723 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
17724 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
17725 (org-agenda-entry-text-hide)
17726 (org-agenda-restriction-lock-overlay)
17727 (org-agenda-set-restriction-lock)
17728 (org-agenda-filter-by-tag-hide-line)
17729 (org-agenda-fix-tags-filter-overlays-at)
17730 (org-agenda-filter-by-tag-show-all, org-hl)
17731 (org-agenda-goto-calendar, org-agenda-bulk-mark)
17732 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
17734 * org-freemind.el (org-freemind-from-org-mode-node)
17735 (org-freemind-from-org-mode)
17736 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
17737 Use interactive-p instead of called-interactively, because this is
17738 backward compatible with older Emacsen I still support..
17740 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17742 * org-exp.el (org-export-define-heading-targets): Fix bug in
17743 regexp finding ID and CUSTOM_ID properties.
17745 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17747 * org-footnote.el (org-footnote-goto-previous-reference):
17748 Rename from `org-footnote-goto-next-reference'.
17750 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
17751 org-log-repeat is non-nil, or if there is clocking data in the
17754 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
17756 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17758 * org.el (org-align-all-tags): New command.
17760 2010-07-19 David Maus <dmaus@ictsoc.de>
17762 * org-wl.el (org-wl-link-remove-filter): New customizable
17763 variable. If non-nil, filter conditions are stripped when storing
17764 link to message in filter folder.
17765 (org-wl-shimbun-prefer-web-links): New customizable variable.
17766 If non-nil, links to shimbun messages are created as web links to
17768 (org-wl-nntp-prefer-web-links): New customizable variable.
17769 If non-nil, links to nntp message are created as web links to gmane
17771 (org-wl-namazu-default-index): New customizable variable.
17772 Directory of namazu search index that should be used as default
17773 when opening a link in a search folder.
17774 (org-wl-folder-types): New constant. Wanderlust folder type
17776 (org-wl-folder-type): New function. Return type of Wanderlust
17778 (org-wl-store-link): Create web links for shimbun or nntp messages
17779 and strip filter conditions depending on customizable variables.
17780 (org-wl-open): Open namazu search folder for message when called
17783 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17785 * org.el (org-remove-if, org-remove-if-not): New functions.
17786 (org-open-file): Use internal remove-if functions.
17788 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17790 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
17791 (org-file-apps-ex): Remove variable.
17792 (org-open-file): Integrate org-file-apps-ex functionality back
17793 into org-file-apps, and decide whether to match a regexp against
17794 the link or the filename using org-file-apps-entry-uses-grouping-p.
17796 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
17798 * org.el (org-file-apps-ex): New variable.
17799 (org-open-file): Before considering org-file-apps, first match the
17800 regexps from org-file-apps-ex against the whole link.
17801 See docstring of org-file-apps-ex.
17803 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17805 * org.el (org-export-latex-default-packages-alist):
17806 Remove microtype package.
17807 (org-todo-repeat-to-state): New variable.
17808 (org-auto-repeat-maybe): Allow user-selected target states.
17809 (org-default-properties): Add the new property REPEAT_TO_STATE.
17811 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
17813 * org-mobile.el (org-mobile-check-setup): Make sure that there is
17814 a binary to compute checksums.
17816 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
17818 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17821 * org.el (calendar): Require calendar now on top level in org.el
17822 and define aliases to new variables when needed.
17823 (org-read-date, org-goto-calendar): Do not bind obsolete
17826 2010-06-22 Glenn Morris <rgm@gnu.org>
17828 * org-entities.el: Add explicit utf-8 coding cookie to file with
17831 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
17833 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
17835 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
17837 * Version 23.2 released.
17839 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17841 * org-table.el (orgtbl-setup):
17842 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
17844 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
17846 * org-table.el (orgtbl-mode): Use define-minor-mode.
17848 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17850 * org.el (org-insert-link): Find the link buffer on visible frames.
17851 (org-export-latex-default-packages-alist): Hyperref must be loaded
17853 (org-open-file): More care with the new matching for file links.
17855 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17857 * org-latex.el (org-export-latex-preprocess): Do not yet protect
17858 defined entities - these will be taken care of later.
17859 (org-export-latex-special-chars): Post-process entity replacement.
17860 (org-export-latex-fontify-headline): Do not yet protect defined
17861 entities - these will be taken care of later.
17862 (org-export-latex-tables, org-export-latex-links): Format the
17865 * org-entities.el (org-entities-user): Fix typo.
17867 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
17869 * org-entities.el (org-entities-user): Improve docstring.
17871 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17873 * org-entities.el (org-macs): Require org-macs, to be sure that we
17874 have `declare-function' defined.
17876 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17878 * org-latex.el (org-export-latex-classes): Update docstring.
17880 * org.el (org-format-latex-header): Add cookies to the header.
17881 (org-splice-latex-header): Implement placement according to cookies.
17883 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17885 * org-publish.el (org-publish-aux-preprocess): Control case
17888 2010-04-10 Bastien Guerry <bzg@gnu.org>
17890 * org.el (org-splice-latex-header): Fix typo.
17892 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17894 * org-latex.el (org-export-latex-make-header):
17895 Use `org-splice-latex-header' to build the header.
17896 (org-export-latex-classes): Update docstring.
17898 * org.el (org-splice-latex-header): New function.
17899 (org-create-formula-image): Use `org-splice-latex-header' to build
17902 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
17904 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17906 * org.el (org-export-latex-packages-alist)
17907 (org-export-latex-default-packages-alist): Fix docstring to
17908 reflect the expected structure.
17910 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
17911 (org-export-docbook-finalize-table): Make use of label for tables.
17913 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17915 * org-attach.el (org-attach-commit): Split on newlines.
17917 * org.el (org-export-latex-default-packages-alist): Use list
17918 instead of cons for the entries.
17920 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17922 * org-entities.el (org-entity-get-representation): Catch the case
17923 that there is not entry in the list.
17925 * org-mobile.el (org-mobile-use-encryption)
17926 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
17928 (org-mobile-check-setup): CHeck the encryption setup.
17929 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
17930 (org-mobile-create-sumo-agenda): Use encryption code.
17931 (org-mobile-encrypt-and-move): New function.
17932 (org-mobile-encrypt-file, org-mobile-decrypt-file):
17934 (org-mobile-move-capture): Decrypt the capture file.
17936 * org.el (org-entities): Require the new file.
17937 (org-export-latex-default-packages-alist): New variable.
17938 (org-complete): Use new entity code for completion.
17939 (org-create-formula-image): Use the new packages variable.
17941 * org-latex.el (org-export-latex-classes): Remove the standard
17942 packages from the class headers.
17943 (org-export-latex-make-header): Use the new package variable.
17944 (org-export-latex-special-chars): Better regexp for entities, to
17945 support entity name that contain numbers.
17946 (org-export-latex-treat-backslash-char): Use the new entity code.
17948 * org-html.el (org-html-do-expand): Use the new entity code.
17950 * org-exp.el (org-export): Add the new export commands.
17951 (org-html-entities): Constant removed.
17952 (org-export-visible): Add the new export commands.
17954 * org-docbook.el (org-docbook-do-expand): Use new entity code.
17956 * org-ascii.el (org-export-ascii-entities): New variable.
17957 (org-export-as-latin1, org-export-as-latin1-to-buffer)
17958 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
17959 (org-export-as-encoding): New function.
17960 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
17961 (org-ascii-replace-entities): New function.
17963 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17964 Ulf Stegemann <ulf@zeitform.de>
17966 * org-entities.el: New file.
17968 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17970 * org-html.el (org-html-level-start): Catch the case that target
17973 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
17975 * org.el (org-appearance): Change Customize group variable name
17976 from org-font-lock to org-appearance, and change tag from "Org
17977 Font Lock" to "Org Appearance".
17978 (org-odd-levels-only): Change Customize group variable name.
17979 (org-level-color-stars-only): Change Customize group variable name.
17980 (org-hide-leading-stars): Change Customize group variable name.
17981 (org-hidden-keywords): Change Customize group variable name.
17982 (org-fontify-done-headline): Change Customize group variable name.
17983 (org-fontify-emphasized-text): Change Customize group variable name.
17984 (org-fontify-whole-heading-line): Change Customize group variable name.
17985 (org-highlight-latex-fragments-and-specials): Change Customize
17986 group variable name.
17987 (org-hide-emphasis-markers): Change Customize group variable name.
17988 (org-emphasis-alist): Change Customize group variable name.
17989 (org-emphasis-regexp-components): Change Customize group variable
17991 (org-modules): Remove mention of org-R.
17993 * org-faces.el (org-faces): Change Customize group variable name.
17995 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
17997 * org-agenda.el (org-diary-last-run-time): New variable.
17998 (org-diary): Prepare agenda buffers only if last call was some
18001 * org-html.el (org-export-html-preprocess): Replace \ref macros
18003 (org-format-org-table-html): Add the label as an anchor.
18005 * org-docbook.el (org-export-docbook-format-image): Do some
18006 formatting on captions.
18008 * org-latex.el (org-export-latex-tables, org-export-latex-links):
18009 Do some formatting on captions.
18011 * org-html.el (org-export-html-format-image)
18012 (org-format-org-table-html): Do some formatting on captions.
18014 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18016 * org.el (org-hidden-keywords): New customizable variable. This is
18017 a list of symbols specifying which of the special keywords #+DATE,
18018 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18019 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18020 implementing new faces and hiding behavior.
18022 * org-faces.el (org-document-title): New face for #+TITLE lines.
18023 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18024 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18027 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18029 * org-publish.el (org-publish-sanitize-plist): New function to
18030 rename "index" properties to "sitemap". Do this renaming
18032 (org-publish-with-aux-preprocess-maybe): New macro.
18033 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18035 (org-publish-aux-preprocess)
18036 (org-publish-index-generate-theindex.inc): New function.
18038 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18040 * org-table.el (org-table-align): Interpret <N> at fixed width,
18041 not as maximum width.
18043 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18045 * org-exp.el (org-export-author-info, org-export-email-info):
18048 * org-beamer.el (org-beamer-select-environment): Rename from
18049 `org-beamer-set-environment-tag'. Improve docstring.
18051 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18052 problem with odd levels.
18054 * org-ascii.el (org-export-as-ascii): Export email only if the
18057 * org-docbook.el (org-export-as-docbook): Export email only if the
18060 * org-html.el (org-export-as-html): Export email only if the
18063 * org-exp.el (org-export-email-info): New option.
18064 (org-export-plist-vars): Add entry for `org-export-email'.
18066 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18068 * org-table.el (org-table-goto-line): Fix typo.
18070 2010-04-10 Mikael Fornius <mfo@abc.se>
18072 * org.el (org-agenda-files): Typo.
18073 (org-read-agenda-file-list): Add optional argument to help
18074 `org-store-new-agenda-file-list' to remember un-expanded file
18075 names. Expand file names relative to `org-directory'.
18076 (org-store-new-agenda-file-list): Keep un-expanded file names when
18077 saving, if available.
18078 (org-agenda-files): Update documentation.
18080 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18082 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18083 a buffer with no file name attached.
18085 * org.el (org-log-refile): New option.
18086 (org-log-note-headings): Add a heading for refiling.
18087 (org-startup-options): Add keywords for logging of the refile
18089 (org-refile): Add logging action.
18090 (org-add-log-note): Allow for refiling action.
18092 * org-agenda.el (org-agenda-bulk-action): Make sure
18093 `org-log-refile' is not `note' during a bulk action.
18095 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18097 * org.el (org-map-dblocks): Use save-excursion to remember the
18100 * org-attach.el (org-attach-commit): Remove dependence on xargs.
18101 (org-attach-delete-one): Commit after deleting a file.
18103 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18104 borders for strike-through emphasis.
18106 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18107 handling of odd levels.
18109 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18110 and `future' values.
18111 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18112 Handle `past' and `future' values.
18114 * org.el (org-read-agenda-file-list): Interpret file names
18115 relative to org-directory and allow environment variables and
18118 * org-latex.el (org-export-latex-special-chars): Allow a
18119 parenthesis before an exponent or subscript.
18121 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18123 * org-src.el (org-edit-src-exit): When returning from code edit
18124 buffer, if code block is hidden, leave point at start of
18127 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18129 * org.el (org-insert-heading): Do not remove all spaces if the
18132 * org-indent.el (org-indent): Fix group name.
18134 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18136 * org-table.el (org-table-goto-column): Fix forcing a non-existing
18138 (org-table-get, org-table-put, org-table-goto-line)
18139 (org-table-current-line): New functions.
18141 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18143 * org.el (org-open-file): Allow regular expressions in
18144 org-file-apps to capture link parameters using groups. In a
18145 command string to be executed, the parameters can be referenced
18146 using %1, %2, etc. Lisp forms can access them using
18147 (match-string n link).
18148 (org-apps-regexp-alist): Adopt the created regexp, as this is now
18149 matched against a file: link instead of the file name.
18151 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18153 * org-crypt.el (org-reveal-start-hook): Add a decryption function
18155 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18158 * org.el (org-point-at-end-of-empty-headline)
18159 (org-level-increment, org-get-previous-line-level): New function.
18160 (org-cycle-level): Rewritten to be independent of when this
18161 function is called.
18162 (org-in-regexps-block-p): New function.
18163 (org-reveal-start-hook): New hook.
18164 (org-reveal): Run new hook.
18166 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18168 * org-latex.el (org-export-latex-keywords): Start a new paragraph
18169 after time keywords, do not add "\newline".
18171 * org-html.el (org-export-as-html): Avoid double # in href.
18173 * org.el (org-refile-get-location): Catch an invalid target
18176 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18178 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18179 Make sure the behavior regarding to extracting time is
18182 2010-04-10 Stephen Eglen <stephen@gnu.org>
18184 * org-agenda.el (org-agenda-insert-diary-extract-time):
18186 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18187 variable rather than `org-agenda-search-headline-for-time'.
18189 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18191 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18193 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18195 * org.el (org-adaptive-fill-regexp-backup): New variable.
18196 (org-set-autofill-regexps): Store a backup of
18197 `adaptive-fill-regexp'.
18198 (org-adaptive-fill-function): Fix filling of comments and ordered
18199 lists. If there is no other match, till try adaptive fill.
18201 2010-04-10 John Wiegley <jwiegley@gmail.com>
18203 * org-agenda.el (org-agenda-include-deadlines): Add new
18204 customization variable to determine whether unscheduled tasks
18205 should appear in the agenda solely because of their deadline.
18206 Default to true, which was the previous behavior (it just wasn't
18208 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18209 the agenda to show/hide deadline tasks.
18210 (org-agenda-menu): Add menu option for show/hide deadlines.
18211 (org-agenda-list): Make the agenda list sensitive to the value of
18212 `org-agenda-include-deadlines'.
18213 (org-agenda-toggle-deadlines): New function to toggle the value of
18214 `org-agenda-include-deadlines' and repaint the modeline
18216 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18217 modeline if deadline tasks are being displayed.
18219 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18221 * org-table.el (org-table-eval-formula): Replace $# and @# by
18222 current column and row number.
18224 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18226 * org.el (org-set-property, org-delete-property): Go back to
18227 prompting for the property.
18229 * org-latex.el (org-export-latex-make-header): Fully process
18231 (org-export-latex-fontify-headline): Allow several arguments, not
18233 (org-export-latex-fix-inputenc): Catch the error when
18234 `latexenc-coding-system-to-inputenc' is not defined.
18236 * org-agenda.el (org-agenda-skip-if-todo): New function.
18237 (org-agenda-skip-if): Add conditions for TODO keywords.
18238 (org-agenda-skip-if): Document the new todo conditions.
18240 2010-04-10 Mikael Fornius <mfo@abc.se>
18242 * org.el (org-at-property-p): Check if we are inside a property
18243 drawer not just any drawer.
18244 (org-set-property, org-delete-property): When cursor is on a
18245 property key value pair do not prompt for property name instead
18246 use name at cursor.
18247 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18248 on the first line of a property drawer.
18249 (org-property-end-re): Spell check.
18251 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18253 * org-exp.el (org-export-attach-captions-and-attributes): Add the
18254 properties to the entire table, in case the first line is
18257 * org-archive.el (org-archive-reversed-order): New option.
18258 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18259 option `org-archive-reversed-order'.
18261 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18263 * org-agenda.el (org-agenda-entry-types): New variable.
18264 (org-agenda-list): Use `org-agenda-entry-types'.
18265 (org-agenda-custom-commands-local-options): Support for setting
18266 `org-agenda-entry-types' as an option.
18267 (org-diary): Shift some documentation from here to the variable
18268 `org-agenda-entry-types'.
18270 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18272 * org-latex.el (org-export-latex-make-header): Apply macros in
18275 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18276 (org-clock-select-task, org-clock-notify-once-if-expired)
18277 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18278 (org-clock-out-if-current, org-clock-save): Use the new functions.
18280 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18282 * org-docbook.el (org-export-as-docbook): Remove unnecessary
18284 (org-export-as-docbook): Remove unnecessary newline.
18285 (org-export-as-docbook): Fix problem with double footnote
18286 reference in one place.
18288 * org-exp.el (org-export-format-source-code-or-example):
18289 Remove unnecessary newline.
18291 * org.el (org-deadline, org-schedule): Allow rescheduling entries
18294 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18295 function calls that look like references.
18297 * org.el (org-open-at-point): Get link abbreviations from
18300 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18302 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18305 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18307 * org.el (org-link-unescape): Solve issue with lower-case escapes.
18309 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18311 * org-latex.el (org-export-latex-classes):
18312 Add \usepackage{latexsym} to all classes.
18314 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18316 * org-html.el (org-export-as-html): Do not allow protected lines
18317 into the table of contents.
18319 * org-latex.el (org-export-latex-special-chars): Find subsequent
18320 occurrences of special characters.
18321 (org-export-latex-tables): Do not convert table-like stuff that is
18324 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18326 * org-list.el (org-toggle-checkbox): No errors when updating
18327 checkbox count fails because there is no heading.
18329 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18331 * org-clock.el (org-clock-report-include-clocking-task):
18333 (org-clock-sum): Add the current clocking task.
18335 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18337 * org.el (org-cycle): Print a message when in a table.el table.
18338 (org-edit-special): Recognize the table.el context.
18339 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18341 * org-src.el (org-at-table.el-p): Declare.
18342 (org-edit-src-code): Handle a special case for table.el editing.
18343 (org-edit-src-find-region-and-lang): Recognize the table.el
18346 * org-latex.el (org-export-latex-tables): Convert table.el
18348 (org-export-latex-convert-table.el-table): New function.
18350 * org-html.el (org-html-expand): Fix table.el export.
18352 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18355 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18356 table for the id locations.
18358 * org.el (org-read-date-analyze): Match American-style dates, like
18359 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
18360 current year when reading ISO and American dates.
18362 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18364 * org.el (org-face-from-face-or-color): New function.
18365 (org-get-todo-face, org-font-lock-add-priority-faces)
18366 (org-get-tag-face): Use `org-face-from-face-or-color'.
18368 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18369 Allow simple colors as values.
18370 (org-faces-easy-properties): New option.
18372 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18373 restricted, as an agenda mode.
18374 (org-agenda-fontify-priorities): Allow simple colors as values.
18376 2010-04-10 Bastien Guerry <bzg@gnu.org>
18378 * org-timer.el (org-timer-current-timer): Rename from
18379 `org-timer-last-timer'.
18380 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18381 (org-timer-cancel-timer, org-timer-show-remaining-time)
18382 (org-timer-set-timer): Update to use only one timer.
18384 * org.el (org-set-property): Remove useless space in the prompt.
18386 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18388 * org-html.el (org-export-html-style-default): Add a default style
18391 * org-exp.el (org-export-format-source-code-or-example):
18394 2010-04-10 Bastien Guerry <bzg@gnu.org>
18396 * org-clock.el (org-clock-current-task): New variable to store
18397 last clocked in task.
18398 (org-clock-set-current, org-clock-delete-current): New functions.
18400 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18402 * org-remember.el (org-remember-apply-template): Extend comment.
18403 (org-remember-handler): Implement clock sibling filing.
18405 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18407 * org-publish.el (org-publish-all, org-publish-current-file)
18408 (org-publish-current-project): When called with prefix argument
18409 FORCE, also rebuild the validation file list.
18411 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18414 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18416 * org-html.el (org-export-as-html-and-open): Kill product buffer
18417 if the user wants that.
18419 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18420 if the user wants that.
18422 * org-exp.el (org-export-kill-product-buffer-when-displayed):
18425 * org-agenda.el (org-batch-agenda-csv): Use the time property
18426 instead of the `time-of-day' property.
18428 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18430 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18431 (org-timer-pause-hook, org-timer-set-hook)
18432 (org-timer-cancel-hook): New hooks.
18433 (org-timer-start): Run `org-timer-start-hook'.
18434 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18435 (org-timer-stop): Run `org-timer-stop-hook'.
18436 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18438 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18440 * org.el (org-reveal): Double prefix arg shows the subtree of the
18443 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18445 * org-agenda.el (org-search-view): Fix bug with searching full
18446 words in headlines in search view.
18447 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18448 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18449 scheduled (if the user configures it so.
18451 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18453 * org.el (org-hide-archived-subtrees): Don't jump to end of
18454 subtree if the match was not in a headline.
18455 (org-inside-latex-macro-p): Allow more complex arguments.
18456 (org-emphasize): Protect against use at end of buffer.
18458 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18460 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18463 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18465 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18467 (org-agenda-todo-ignore-scheduled)
18468 (org-agenda-todo-ignore-deadlines): More control with different
18470 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18471 Honor the new option settings.
18473 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18475 * org.el (org-get-location): Make sure the selection buffer is
18476 shown in the current frame.
18478 * org-ascii.el (org-export-ascii-table-widen-columns):
18480 (org-export-ascii-preprocess): Realign tables to remove narrowing
18481 if `org-export-ascii-table-widen-columns' is set.
18483 * org-table.el (org-table-do-narrow): New variable.
18484 (org-table-align): Narrow only if `org-table-do-narrow' is t.
18486 * org.el (org-deadline, org-schedule): Allow updating if the
18487 relevant time stamp does not have a repeater, i.e. do not require
18488 that no time stamp has a repeater.
18490 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18491 new white space before the tags.
18493 * org-latex.el (org-export-as-latex): Do nit require the buffer to
18494 be visiting a file when only exporting to a buffer or string.
18495 (org-export-latex-fix-inputenc): Only save the buffer is there is
18496 a file name attached to it.
18498 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
18500 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18502 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18504 * org.el (org-fontify-meta-lines-and-blocks):
18505 Honor `org-fontify-quote-and-verse-blocks'.
18507 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18509 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18511 * org.el (org-open-at-point): Also check for text property
18512 org-linked-text before offering collected links.
18514 2010-04-10 Stephen Eglen <stephen@gnu.org>
18516 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18517 Optionally extract time specification from text and add to the
18520 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18522 * org-exp.el (org-html-entities): Fix typo.
18524 * org-latex.el (org-export-latex-make-header): Use \providecommand
18525 to make sure the \alert macro is defined.
18527 * org.el (org-format-latex-signal-error)
18528 (org-create-formula-image): Use `org-format-latex-signal-error'.
18530 2010-04-10 Stephen Eglen <stephen@gnu.org>
18532 * org.el (org-store-link): For dired buffers, use
18533 default-directory as link name if dired-get-filename returns
18536 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18538 * org-exp.el (org-export-concatenate-multiline-links): The for
18539 protectedness at beginning of match.
18541 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
18542 AUTO as a coding system, instead default to utf8.
18544 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18546 * org.el (org-block-todo-from-children-or-siblings-or-parent)
18547 (org-block-todo-from-checkboxes): Respect the local variable
18548 value when deciding if blocking should be active.
18550 * org-latex.el (org-export-latex-make-header): Define the align
18551 macro if it is not yet defined.
18553 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
18554 Call `org-insert-heading' with the INVISIBLE-OK argument.
18556 * org-mac-message.el (org-mac-message-insert-flagged):
18557 Call `org-insert-heading' with the INVISIBLE-OK argument.
18559 * org.el (org-insert-heading): New argument INVISIBLE-OK.
18561 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
18564 * org-html.el (org-html-level-start): Use the
18565 `html-container-class' text property to set an additional class
18566 for an outline container.
18568 * org-exp.el (org-export-remember-html-container-classes):
18570 (org-export-preprocess-string):
18571 Call `org-export-remember-html-container-classes'.
18573 * org.el (org-cycle): Mention level cycling in the docstring.
18574 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
18576 * org-remember.el (org-remember-apply-template): Do file insertion
18579 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18581 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
18582 problem with mis-aligned graphs when showing habits.
18584 2010-04-10 Mikael Fornius <mfo@abc.se>
18586 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
18587 when assigning. Begin using numerical characters when all in name
18588 is used up. This is to spare alphanumeric characters for better
18589 match with other keywords.
18591 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18593 * org-exp.el (org-export-preprocess-hook): Improve documentation.
18595 * org-latex.el (org-export-latex-preprocess): More consistent
18596 conversion and protection of the words LaTeX and TeX.
18597 (org-export-latex-fontify-headline, org-export-latex-preprocess):
18598 Allow angle brackets in commands, for beamer.
18600 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18602 * org-clock.el (org-clock-in): Improve the look of the clock line
18603 by formatting links.
18605 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18607 * org-latex.el (org-export-latex-classes): Use AUTO as the place
18608 holder string for the coding system. And improve the
18610 (org-export-latex-fix-inputenc): Only modify the coding system if
18611 it is given by the placeholder AUTO.
18613 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18615 * org-clock.el (org-task-overrun-text): New option.
18616 (org-task-overrun, org-clock-update-period): New variables.
18617 (org-clock-get-clock-string, org-clock-update-mode-line):
18618 Mark overrun clock.
18619 (org-clock-notify-once-if-expired): Check if clock is overrun.
18621 * org-faces.el: New face `org-mode-line-clock-overrun'.
18623 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
18625 * org.el (org-narrow-to-subtree): Position the end of the narrowed
18626 region before the line with the next heading, to prevent the user
18627 from prepending text to the next headline.
18629 2010-04-10 Stephen Eglen <stephen@gnu.org>
18631 * org-agenda.el (org-get-time-of-day):
18632 Use org-agenda-time-leading-zero to allow leading zero (rather than
18635 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18637 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
18638 org-datetree.el is loaded.
18640 * org-datetree.el: Autoload `org-datetree-find-day-create'.
18642 * org-latex.el (org-export-latex-hyperref-format): New option.
18643 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
18645 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18647 * org-ctags.el (org-ctags-enable): Change order of functions.
18648 (org-ctags-create-tags): Add wildcard to file name expansion.
18650 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18652 * org.el (org-entry-properties): Fix some important bugs.
18654 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18656 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
18657 the table is not explicitly given.
18659 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18661 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
18663 (org-clock-out-if-current): Work with the new list value of
18664 `org-clock-out-when-done'.
18665 (org-clock-out, org-clock-out-if-current): Avoid circular logic
18666 between clocking out and state changes.
18668 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
18670 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
18671 accident protect a character that is before a backslash.
18673 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
18675 * org-ctags.el: New file.
18677 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18679 * org-agenda.el (org-diary-class):
18680 Use `org-order-calendar-date-args'.
18682 * org.el (org-order-calendar-date-args): New function.
18684 * org-exp.el (org-export-target-internal-links): Check for
18685 protectedness after the first bracket.
18687 * org.el (org-entry-properties): Don't match wrong-case TODO
18690 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
18691 Document that ARG is passed through to remove the date.
18692 (org-agenda-bulk-action): Accept prefix arg and pass it on.
18693 Do not read a date when the user has given a `C-u' prefix.
18695 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18697 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
18700 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18702 * org-latex.el (org-export-latex-fix-inputenc): New function.
18703 (org-export-latex-inputenc-alist): New option.
18705 * org-exp.el (org-export): New key SPC to publish enclosing
18708 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18710 * org-indent.el (org-indent-add-properties): Catch case when there
18711 is no headline in the buffer.
18713 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18715 * org-exp.el (org-html-entities): Add checkmark symbol.
18717 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
18718 verbatim code for ASCII export.
18720 * org.el (org-update-statistics-cookies): Also see checkboxes in
18723 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18725 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
18728 * org-beamer.el (org-beamer-amend-header): Change the location
18729 where `org-beamer-header-extra' is inserted.
18731 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
18732 just for computing this regexp.
18734 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18736 * org-beamer.el (org-beamer-frame-default-options): New option.
18737 (org-beamer-sectioning): Use default options if the user does not
18739 (org-beamer-fix-toc): Put a frame around the table of contents.
18741 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
18742 Make sure case-folding works well when processing comment stuff.
18744 * org-latex.el (org-export-latex-after-save-hook): New hook.
18745 (org-export-as-latex): Run the new hook.
18747 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18749 * org-beamer.el (org-beamer-environments-default): Add the note
18751 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
18752 lines and collect and combine the content.
18753 (org-beamer-after-initial-vars): Check for note tags and make sure
18754 they will be seen like a property.
18756 * org.el (org-offer-links-in-entry): Fix bug when there is a
18759 * org-exp.el (org-export): Make sure the mark is activated, also
18760 when `transient-mark-mode' is off.
18762 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
18763 (org-agenda-search-view-search-words-only): Obsolete variable, is
18764 now an alias for `org-agenda-search-view-always-boolean'.
18765 (org-agenda-search-view-force-full-words): New option.
18766 (org-search-view): Improve docstring, and implement a better logic
18767 for Boolean and phrase searches.
18768 (org-agenda-last-search-view-search-was-boolean): New variable.
18769 (org-agenda-manipulate-query): Consider the type of the last
18770 search when modifying the search string.
18772 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18774 * org-latex.el (org-export-as-latex): Do the first letbind in the
18777 * org-agenda.el (org-get-entries-from-diary): Add the new face to
18780 * org-faces.el (org-agenda-diary): New face.
18782 * org.el (org-make-link-regexps): Allow regexp-special characters
18784 (org-open-file): When in-emacs is `system', also force system
18785 opening, like when the value was `(16)'.
18786 (org-update-statistics-cookies): Handle entries without children.
18789 (org-export-preprocess-before-normalizing-links-hook): New hook.
18790 (org-export-preprocess-string): Run the new hook.
18792 * org.el (org-offer-links-in-entry): Make RET open all links.
18794 * org-html.el (org-export-as-html): Remove any leftover display
18795 properties in the html file.
18797 * org-wl.el (org-wl-store-link): Work-around for format bug with
18800 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
18801 invisibility while adding the graphs.
18803 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18805 * org-remember.el (org-select-remember-template): Use C letter to
18806 customize remember templates.
18808 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
18809 Move cursor to next visible line.
18811 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18813 * org-beamer.el (org-beamer-sectioning): Leave columns environment
18814 by specifying 0 or 1 for column width.
18815 (org-beamer-column-widths): Make 0 stand for 0.0.
18817 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18819 * org-exp.el (org-export-mark-radio-links): Don't match inside
18822 * org.el (org-format-latex-header-extra): New variable.
18823 (org-format-latex): Set org-format-latex-header-extra from
18825 (org-format-latex): Add org-format-latex-header-extra to the
18826 variables on which image creation depends.
18827 (org-create-formula-image): Add the header stuff from in-buffer
18829 (org-read-date-analyze): Base the analysis for future preference
18830 on NOW, not on the default date.
18832 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
18833 for TODO keyword in inline tasks.
18835 * org.el (org-log-note-headings): New headings for removing
18836 deadline or scheduling date.
18837 (org-deadline, org-schedule): Arrange for logging when removing a
18839 (org-add-log-note): Handle deadline and scheduling removal.
18841 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18843 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
18845 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18847 * org-agenda.el (org-diary-class): New function.
18849 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18851 * org-latex.el (org-export-latex-preprocess): Do process the text
18854 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18856 * org.el (org-entry-properties): Add TIMESTAMP properties back
18859 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18861 * org.el (org-all-time-keywords): New variable.
18862 (org-set-regexps-and-options): Set `org-all-time-keywords'.
18863 (org-entry-blocked-p): New function.
18864 (org-special-properties): Add BLOCKED as a new special property.
18865 (org-entry-properties): New optional argument SPECIFIC, only parse
18866 for this property when it is specified.
18867 (org-entry-get): Pass a SPECIFIC argument to
18868 `org-entry-properties'.
18870 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
18872 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18874 * org-latex.el (org-export-latex-tables): No forced line end if
18875 there is no caption.
18877 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18879 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
18882 * org-latex.el (org-export-latex-tables): Only add a caption when
18883 macro is in longtable environments if one has been defined.
18885 * org-html.el (org-export-as-html): Only take title from buffer if
18886 not exporting body-only.
18888 * org-latex.el (org-export-latex-preprocess): Better version of
18889 the regular expression for protecting LaTeX macros.
18890 (org-export-latex-preprocess): Start searching for macros to
18891 protect from beginning of buffer.
18893 * org-exp.el (org-export-target-internal-links): Check for
18894 protectedness earlier in the string.
18896 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
18899 * org-id.el (org-id-store-link): Match TODO keywords case
18902 * org.el (org-heading-components, org-get-outline-path)
18903 (org-display-outline-path): Match TODO keywords case sensitively.
18905 * org-latex.el (org-export-as-latex): Ignore read-only
18908 * org-exp.el (org-export-preprocess-string): Remove any
18909 `read-only' properties.
18911 * org-agenda.el (org-agenda-inactive-leader): New option.
18912 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
18913 (org-tags-view): Prompt for matcher if MATCH is an empty string.
18914 (org-todo-list): Prompt for matcher if ARG is an empty string.
18916 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18918 * org.el (org-open-link-functions): New hook.
18919 (org-open-at-point): Run `org-open-link-functions'.
18921 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18923 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
18926 * org.el (org-inhibit-startup-visibility-stuff): New variable.
18927 (org-mode): Don't do startup visibility if inhibited.
18928 (org-outline-overlay-data, org-set-outline-overlay-data):
18930 (org-save-outline-visibility): New macro.
18931 (org-log-note-headings): Document that one should not change the
18932 `state' note format.
18934 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18936 * org.el (org-make-link-regexps): Capture link path into a group.
18938 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18940 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
18943 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18945 * org.el (org-startup-with-beamer-mode): New option.
18946 (org-property-changed-functions)
18947 (org-property-allowed-value-functions): New hooks.
18948 (org-entry-put, org-property-get-allowed-values): Run the new
18950 (org-property-next-allowed-value): Run the new hooks.
18952 * org-exp.el (org-export-select-backend-specific-text): Add the
18953 special beamer tags.
18955 * org-beamer.el: New file.
18957 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
18958 (org-export-as-latex):
18959 Run `org-export-latex-after-initial-vars-hook'.
18960 (org-export-latex-format-toc-function)
18961 (org-export-latex-make-header):
18962 Call `org-export-latex-format-toc-function'.
18964 * org.el (org-fill-template): Make template searches case sensitive.
18966 * org-exp.el (org-export): Use "1" as a sign to export only the
18969 * org-colview.el (org-columns-edit-value):
18970 Use org-unrestricted property.
18972 * org.el (org-compute-property-at-point): Set org-unrestricted
18973 text property if the list contains ":ETC".
18974 (org-insert-property-drawer):
18975 Use org-unrestricted property.
18978 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
18979 (org-export-preprocess-string):
18980 Run `org-export-preprocess-before-selecting-backend-code-hook'.
18982 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
18984 * org-latex.el (org-export-region-as-latex):
18985 Run `org-export-first-hook'.
18987 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
18989 * org-docbook.el (org-export-as-docbook):
18990 Run `org-export-first-hook'.
18992 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
18994 * org-exp.el (org-export-first-hook): New hook.
18996 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
18998 * org-list.el (org-previous-item): Exit at the beginning of the
19001 * org-id.el (org-id-locations-save): Only write the id locations
19002 if any are defined.
19004 * org-archive.el (org-archive-all-done): Make this work in a file
19005 with org-odd-levels-only set.
19007 * org.el (org-get-refile-targets): Catch the case when a buffer
19010 * org-latex.el (org-export-as-latex): Cleanup forced line ends
19011 where they are not needed.
19012 (org-export-latex-subcontent): Remove unnecessary newlines.
19014 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19016 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19017 (org-export-latex-fontify): Fix regexp bug that takes special
19018 care of protecting the right boundary characters in emphasis
19020 (org-export-latex-preprocess): Allow multiple arguments to latex
19023 * org.el (org-make-link-regexps): Use John Gruber's regexp for
19026 * org-macs.el (org-re): Interpret :punct: in regexps.
19028 * org-exp.el (org-export-replace-src-segments-and-examples):
19029 Also take the final newline after the END line.
19031 * org.el (org-clean-visibility-after-subtree-move): Only fix
19032 entries that are not entirely invisible already.
19033 (org-insert-link): Respect org-link-file-path-type for
19034 "docview:" links in addition to "file:" links.
19036 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19038 * org-exp.el (org-export-format-source-code-or-example):
19039 Avoid additional extra white lines in LaTeX.
19041 * org-list.el (org-list-parse-list): Leave empty lines after the
19042 list, don't consider them as part of the list.
19044 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19047 * org-clock.el (org-clock-select-task): Convert integer to
19048 character for XEmacs.
19050 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19052 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19055 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
19057 * org.el (org-complete-tags-always-offer-all-agenda-tags):
19059 (org-set-tags): Use it.
19061 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19063 * org-list.el (org-empty-line-terminates-plain-lists):
19066 * org.el (org-format-latex): Fix link creation for processed latex
19069 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19071 * org-footnote.el (org-footnote-normalize): Protect replacement
19074 * org.el (org-inside-latex-macro-p): Save match data.
19076 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
19078 * org-docview.el: New file.
19080 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19082 * org-latex.el (org-export-latex-class-options): New variable.
19083 (org-export-latex-set-initial-vars): Use the class options.
19085 * org.el (org-forward-same-level): Stop at headings that start
19086 with an invisible character.
19087 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19089 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19091 * org-footnote.el (org-footnote-normalize): Don't take optional
19092 arguments in LaTeX macros as footnotes.
19094 * org.el (org-inside-latex-macro-p): New function.
19096 * org-latex.el (org-latex-to-pdf-process): Change customization
19097 group to `org-export-pdf'.
19099 * org-agenda.el (org-agenda-get-blocks): Look at time string also
19100 on days after the first one.
19102 * org.el (org-insert-heading): Also check for item before assuming
19103 before-first-heading condition.
19105 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19106 (org-export-pdf-logfiles): New option.
19107 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19108 (org-export-pdf-logfiles): Fix customization type.
19110 * org.el (org-insert-link): Improve error message when there is no
19111 default link to select with RET.
19113 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19116 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19118 * org-latex.el (org-export-latex-parse-global)
19119 (org-export-latex-parse-content)
19120 (org-export-latex-parse-subcontent):
19121 Use `org-re-search-forward-unprotected'.
19122 (org-export-as-pdf): Remove log files produced by XeTeX.
19124 * org-macs.el (org-re-search-forward-unprotected): New function.
19126 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
19128 * org-colview.el (org-agenda-colview-summarize): Sort out some
19129 confusion between properties and titles, which resulted in
19130 agenda summaries not working if a title was set for a column.
19132 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19134 * org-mobile.el (org-mobile-agendas): New option.
19135 (org-mobile-sumo-agenda-command): Select the right agendas.
19137 * org-latex.el (org-export-latex-format-image): Preserve the
19138 original-indentation property.
19140 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19142 * org-clock.el (org-clock-insert-selection-line): Catch error when
19143 an old tasks no longer exists.
19145 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19146 (org-export-as-pdf): Don't remove the old PDF file before making
19149 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19150 (org-mouse-context-menu): Use `org-looking-back'.
19152 * org.el (org-cycle-level): Use `org-looking-back'.
19154 * org-list.el (org-cycle-item-indentation):
19155 Use `org-looking-back'.
19157 * org-compat.el (org-looking-back): New function.
19159 * org.el (org-insert-heading): Catch before-first-headline when
19160 inserting a headline.
19162 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19164 * org-latex.el (org-export-latex-format-image): Indent figure
19165 environment, so that it does not interrupt plain list.
19167 * org.el (org-open-at-point): Allow long link descriptions.
19169 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
19171 * org-html.el (org-export-as-html): Remove empty lines at the
19172 beginning of the exported text.
19174 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
19176 * org.el (org): Remove from hypermedia group.
19178 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
19182 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
19184 * org-freemind.el (org-freemind-from-org-mode-node)
19185 (org-freemind-from-org-mode)
19186 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19187 Pass arg to called-interactively-p.
19189 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
19191 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19192 Fix typos in docstrings.
19194 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
19196 * org.el (org-get-outline-path, org-speed-command-help):
19197 Fix typos in error messages.
19199 2009-12-14 Juri Linkov <juri@jurta.org>
19201 * org-html.el (org-export-html-style-include-default):
19202 Put `safe-local-variable booleanp' on
19203 `org-export-html-style-include-default' instead of mistakenly
19204 duplicate `org-export-html-style'.
19206 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
19208 * org-agenda.el (org-agenda-diary-entry-in-org-file):
19209 Rebuild agenda after adding new entry.
19211 * org-datetree.el (org-datetree-find-day-create): Fix regular
19214 * org.el (org-display-outline-path): Use a format specifier for
19215 message, to avoid problems with heading containing `%'.
19217 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19218 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19219 (org-agenda-fix-displayed-tags): New function.
19220 (org-agenda-do-context-action): Just call
19221 `org-display-outline-path', without piping the result through
19224 * org-latex.el (org-export-latex-preprocess): Protect secondary
19225 footnote references.
19227 * org-indent.el (org-indent-initialize): Avoid empty strings as
19230 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19231 hat checking for the mark does not throw an error.
19232 (org-agenda-diary-entry-in-org-file): Catch the case that there is
19233 not `day' text property in the cursor line.
19235 * org.el (org-sort-entries-or-items): Make sure that the final
19236 entry has a newline before doing the sorting.
19238 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19239 property at the beginning of the line.
19241 * org.el (org-make-link-string): Don't allow a description with
19244 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19245 (org-agenda-insert-diary-as-top-level): New function.
19246 (org-agenda-add-entry-to-org-agenda-diary-file):
19247 Call `org-agenda-insert-diary-as-top-level'.
19249 * org.el (org-occur-in-agenda-files): Make sure none of the
19250 buffers is narrowed.
19251 (org-activate-plain-links): Add the face property here.
19252 (org-set-font-lock-defaults): Do not add the face to plain links,
19253 the activator function does this.
19255 * org-habit.el (org-is-habit-p): Add doc string.
19257 * org-archive.el (org-archive-subtree-default-with-confirmation):
19260 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19261 after match optional (happens at the end of a line...).
19263 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19264 for special blocks.
19266 * org-faces.el (org-copy-face): Set lisp indentation.
19267 (org-quote, org-verse): New faces.
19269 * org-agenda.el (org-agenda-remove-date): Remove variable.
19271 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19273 * org-html.el (org-export-as-html): Move the home/up link into
19276 * org.el (org-export-latex-packages-alist): Option definition
19277 moved here from org-latex.el.
19279 * org-html.el (org-export-html-home/up-format): Add an ID to the
19282 * org-wl.el (org-wl-store-link): Handle the case that
19283 `wl-use-petname' is set.
19285 * org.el (org-set-effort): Improve prompt.
19286 (org-get-outline-path): Widen to get full path.
19287 (org-compact-display-after-subtree-move): Function removed.
19289 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
19291 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19292 hash keys to cache and re-use images generated by the
19293 org-exp-blocks interface to ditaa and dot.
19295 * org.el (org-format-latex): Latex images are now saved to files
19296 named by the sha1 hash of the latex source text avoiding
19297 regeneration of identical images.
19299 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19301 * org-latex.el (org-export-as-latex): Add the :drawers property.
19303 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19305 * org.el (org-speed-commands-user): Allow documentation headlines.
19306 (org-speed-commands-default): Organize the value of this constant
19307 with descriptive headlines.
19308 (org-print-speed-command): Output the headlines.
19310 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
19312 * org-agenda.el (org-agenda-show-outline-path): New option.
19313 (org-agenda-do-context-action): New function.
19314 (org-agenda-next-line, org-agenda-previous-line):
19315 Use `org-agenda-do-context-action'.
19317 * org.el (org-use-speed-commands): Allow function value.
19318 (org-speed-commands-default): Make headline motion safe, so that
19319 these commands always end on a headline.
19320 (org-speed-commands-default): New key `v' for `org-agenda'.
19321 (org-speed-move-safe): New function.
19322 (org-self-insert-command): Use the function value of
19323 `org-use-speed-commands'.
19324 (org-get-outline-path): Improve docstring.
19325 (org-format-outline-path): New function.
19326 (org-display-outline-path): New function.
19328 2009-11-15 John Wiegley <jwiegley@gmail.com>
19330 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19331 a string, use that to find the LOGBOOK drawer.
19333 2009-11-15 Glenn Morris <rgm@gnu.org>
19335 * org-agenda.el (org-datetree-find-date-create)
19336 (org-habit-get-priority):
19337 * org.el (org-format-agenda-item): Fix declarations.
19339 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19341 * org.el (org-clone-subtree-with-time-shift): Make it work at the
19344 * org-mobile.el (org-mobile-write-checksums): Specify coding
19346 (org-mobile-timestamp-buffer): Keep local variable/mode line at
19347 beginning of buffer.
19349 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19351 * org.el (org-block-todo-from-children-or-siblings-or-parent)
19352 (org-block-todo-from-checkboxes): Do not block changes to a nil
19355 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19357 * org-habit.el (org-habit-parse-todo): Indicate which habit is
19358 wrongly set up in the error messages.
19360 * org-colview.el (org-columns-display-here): Don't try to
19361 calculate values if the underlying property is not set.
19362 (org-columns-string-to-number): Convert age strings back into
19364 (org-agenda-colview-summarize): Handle extended summary types
19367 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19369 * org-exp.el (org-export-format-drawer-function): New variable.
19370 (org-export-format-drawer): New function.
19371 (org-export-preprocess-string): Pass the backend as a parameter to
19372 `org-export-remove-or-extract-drawers'.
19373 (org-export-remove-or-extract-drawers): New parameter BACKEND.
19375 * org-protocol.el (org-protocol-char-to-string): New defsubst.
19377 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19379 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19380 message when no block is selected.
19382 * org-latex.el (org-export-latex-links): Check for protectedness
19383 in the last matched character, not after the match.
19385 * org-datetree.el (org-datetree-find-date-create):
19386 Respect restriction when KEEP-RESTRICTION is set.
19387 (org-datetree-file-entry-under): New function.
19388 (org-datetree-cleanup): New command.
19390 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19392 * org-src.el (org-edit-src-code): New optional argument context
19393 allows calling functions to avoid altering the saved window
19395 (org-edit-src-exit): Do not restore window configuration when this
19396 function is used in the context of saving the edit buffer.
19398 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19400 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19401 instances to switching to with-current-buffer, because these seem
19402 to cause problems - no idea why.
19404 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19405 Require diary-lib for (diary-date-display-form).
19407 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19409 * org.el (org-log-reschedule, org-log-redeadline): New options.
19410 (org-log-note-headings): Add templates for rescheduling and
19412 (org-startup-options): Add in-buffer settings for logging changing
19413 schedule and deadline time stamps.
19414 (org-deadline, org-schedule): Check for existing date and arrange
19415 for logging if the user requests it.
19416 (org-add-log-note): Prepare proper note buffers for rescheduling
19417 and deadline changes.
19419 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19421 * org-agenda.el (org-agenda-diary-entry-in-org-file)
19422 (org-agenda-add-entry-to-org-agenda-diary-file)
19423 (org-agenda-insert-diary-make-new-entry): New functions.
19424 (org-agenda-diary-entry):
19425 Call `org-agenda-diary-entry-in-org-file' when appropriate.
19427 * org.el (org-calendar-insert-diary-entry-key): New option.
19428 (org-agenda-diary-file): New option.
19429 ("calendar"): Install our insertion function in the calendar.
19431 * org-remember.el (org-datetree): Require.
19432 (org-remember-templates): Add new positioning option.
19433 (org-remember-reference-date): New variable.
19434 (org-remember-apply-template): Store the reference date in a local
19436 (org-remember-handler): Implement date tree positioning of entries.
19438 * org-datetree.el: New file.
19440 * org-latex.el (org-export-latex-preprocess): Protect targets in
19443 * org-html.el (org-export-as-html): Protect targets in verbatim
19446 * org-docbook.el (org-export-as-docbook): Protect targets in
19449 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19451 * org-clock.el (org-show-notification): Handle messages that
19452 contain a percent character.
19454 * org-remember.el (org-remember-apply-template): Turn of partial
19457 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19458 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19460 * org.el (org-indent-mode): Define variable already in org.el.
19461 (org-unfontify-region): Remove line-prefix and wrap-prefix
19462 properties only if org-indent-mode is active.
19464 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19466 * org-icalendar.el (org-print-icalendar-entries): Save match data
19467 around call to verify function.
19468 (org-print-icalendar-entries): Add a call to the verification
19471 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19472 save-restrivtion' form.
19474 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19476 * org-exp.el (org-export-format-source-code-or-example):
19477 Restrict scope of preserve-indentp to the let binding.
19478 (org-src): Require org-src, since org-src-preserve-indentation is used.
19480 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19482 * org-timer.el (org-timer-set-timer): Set variables
19483 org-timer-timer[123] correctly.
19485 * org-mobile.el (org-mobile-files-alist): Make it work when
19486 `agenda-archives' is included in
19487 `org-agenda-text-search-extra-files'.
19488 (org-mobile-push): Restore agenda after mobile push.
19490 2009-11-13 John Wiegley <jwiegley@gmail.com>
19492 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19493 way the amount of idle time is presented in the minibuffer.
19495 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19497 * org-icalendar.el (org-print-icalendar-entries):
19498 Use org-icalendar-verify-function only if non-nil.
19500 * org.el (org-refile): Refile to clock only if the prefix arg is
19502 (org-sparse-tree): Fix docstring to be in line with prompt.
19503 (org-update-parent-todo-statistics):
19504 Call `org-after-todo-statistics-hook' on each level.
19506 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19508 * org-remember.el (org-remember-apply-template): Make sure the
19511 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19513 * org.el (org-tab-ind-state): New variable.
19514 (org-cycle-level): New function.
19515 (org-cycle-level-after-item/entry-creation): New option.
19516 (org-flag-subtree): New function.
19517 (org-hide-archived-subtrees): Call `org-flag-subtree'.
19518 (org-set-effort): Indexed access.
19520 * org-list.el (org-cycle-item-indentation): New function.
19522 * org.el (org-refile): Make prefix argument 2 refile to current
19524 (org-priority): Interpret action `remove' as call to remove the
19527 * org-remember.el (org-remember-apply-template): Don't depend on
19528 buffer name being like file name.
19530 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19532 * org-clock.el (org-clock-play-sound): Expand file in
19533 org-clock-sound, to allow ~ for home.
19535 * org-remember.el (org-remember-handler):
19536 Set text-before-node-creation even if this already looks like a node,
19537 because the string might be needed on non-org-mode target files.
19539 * org-agenda.el (org-agenda-open-link): Make this work in agenda
19541 (org-agenda-switch-to): Follow a link at point if
19542 org-return-follows-link' is set and there is nothing else to do in
19545 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
19547 * org-exp-blocks.el: Modify split separator regexp to avoid empty
19550 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19552 * org-colview.el (org-columns-new): Make this work with the new
19554 (org-columns-store-format): Make this work with the new operators.
19556 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19558 * org-src.el (org-src-preserve-indentation): Document that this
19559 variable is also used during export.
19561 * org-exp.el (org-export-format-source-code-or-example):
19562 Preserve indentation if a block has a -i option, or if
19563 `org-src-preserve-indentation' is set.
19565 * org-exp-blocks.el (org-export-blocks-preprocess):
19566 Preserve indentation if a block has a -i option, or if
19567 `org-src-preserve-indentation' is set.
19569 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19571 * org.el (org-mode-map): Define the new archiving keys.
19572 (org-speed-commands-default): Define an archiving key in the speed
19574 (org-org-menu): Improve the menu structure concerning archiving.
19576 * org-archive.el (org-archive-subtree-default-with-confirmation):
19579 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
19580 (org-agenda-menu): Add the new archiving commands to the menu.
19581 (org-agenda-archive-default)
19582 (org-agenda-archive-default-with-confirmation): New commands.
19583 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
19584 Just call `org-agenda-archive-with'.
19585 (org-agenda-archive-with): New function.
19587 * org-table.el (org-table-convert-region): Inert spaces around "|"
19588 to avoid line beginnings like "|-1" which will be mistaken as
19591 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19593 * org.el (org-offer-links-in-entry): Return nil if there are no
19594 links, t if a link has been selected.
19595 (org-open-at-point): Open attachment directory when called in the
19596 headline and there are no links in the entry body.
19597 (org-speed-commands-default): Add "o" for open-at-point as a speed
19600 * org-attach.el (org-attach-reveal): Optional prefix arg
19601 IF-EXISTS, which avoids creating the attachment directory if it
19602 does not yet exist.
19604 * org-agenda.el (org-agenda, org-run-agenda-series):
19607 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19609 * org.el ("abbrev"): Work with abbrev tables only after they have
19612 * org-list.el (org-list-send-list): Fix bug related to match
19615 * org-latex.el (org-export-latex-fontify): Apply verbatim
19617 (org-export-latex-make-header): Insert \obeylines if line breaks
19618 should be preserved.
19620 * org-exp.el (org-export-protect-verbatim): Add an
19621 `org-verbatim-emph' property to such text.
19623 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19625 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
19626 (org-print-icalendar-entries): Skip entries where the timestamp is
19627 not a deadline and not scheduled, if the user requests that.
19629 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
19630 before an opening quote.
19632 * org-archive.el (org-archive-subtree): Keep archive after
19633 archiving something.
19635 * org-id.el (org-id-update-id-locations): Add archive files if
19636 that is required by `org-id-extra-files'.
19638 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19640 * org-src.el (org-src-window-setup): New option.
19641 (org-src-switch-to-buffer): New function.
19642 (org-edit-src-exit): Add optional argument CONTEXT and use it to
19643 restore window configuration.
19644 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
19645 Call `org-src-switch-to-buffer'.
19647 * org.el (org-default-properties): Add STYLE property.
19648 (org-files-list): Use the function call to get the files.
19649 (org-additional-option-like-keywords): Add SETUPFILE to completion
19652 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19654 * org-table.el (org-table-convert-region): Correctly interpret
19655 quoting in csv import.
19657 * org.el (org-icompleting-read): Make iswitchb completion work
19658 with lists and tables.
19660 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
19661 while pushing the mobile agenda.
19663 2009-11-13 John Wiegley <jwiegley@gmail.com>
19665 * org-clock.el (org-clock-auto-clock-resolution): Now takes three
19666 values: nil, t and `when-no-clock-is-running'.
19667 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
19668 whether or not to resolve Org buffers on clock in.
19670 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19672 * org-colview.el (org-format-time-period): Function to format
19673 times in fractional days for display.
19674 (org-columns-display-here): Add support for showing a calculated
19675 value in place of the property.
19676 (org-columns): Set `org-columns-time' to the current time so time
19677 difference calculations will work.
19678 (org-columns-time): Use to store the current time when column view
19679 is displayed, so all time differences will use the same reference
19681 (org-columns-compile-map): There is now an extra position in each
19682 entry specifying the function to use to calculate the displayed
19683 value for the non-calculated properties in the column.
19684 (org-columns-compute-all): Set `org-columns-time' to the current
19685 time so time difference calculations will work.
19686 (org-columns-compute): Handle column operators where the values
19687 used are calculated from the underlying property.
19688 (org-columns-number-to-string): Handle the 'age' column format.
19689 (org-columns-string-to-number): Correct the function name (was
19690 org-column...). Add support for the 'age' column format.
19691 (org-columns-compile-format): Support the additional parameter in
19692 org-columns-compile-map.
19694 2009-11-13 Bastien Guerry <bzg@gnu.org>
19696 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
19699 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19701 * org-clock.el (org-clock-has-been-used): New variable.
19702 (org-clock-in): Set `org-clock-has-been-used'.
19703 (org-clock-save): Save only if clock data has been used or created
19704 during this session.
19706 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19708 * org-clock.el (org-clock-persist): New value, to store only the
19710 (org-clock-save): Don't save the clock if only the history should
19712 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
19713 when restoring a saved clock.
19715 2009-11-13 John Wiegley <jwiegley@gmail.com>
19717 * org-clock.el (org-clock-display, org-clock-put-overlay):
19718 Use `org-time-clock-use-fractional'.
19720 * org.el (org-time-clocksum-use-fractional)
19721 (org-time-clocksum-fractional-format): Two new customizable
19722 variables which allow the user to select fractional times (1.25
19723 instead of 1:25) in the `org-clock-display' report.
19725 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19727 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
19730 * org.el (org-tag-alist): Fix customization type.
19732 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19734 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
19735 Make sure the regexp search can fail without throwing an error.
19736 (org-mobile-apply): Save the inbox buffer after removing
19737 successfully applied changes.
19739 2009-11-13 John Wiegley <jwiegley@gmail.com>
19741 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
19742 time is reported after the user comes back (but before they
19745 * org.el (org-get-repeat): Change so that this function can be
19746 called with either `org-scheduled-string' or
19747 `org-deadline-string'.
19749 * org-clock.el (org-clock-auto-clock-resolution): Rename from
19750 `org-clock-disable-clock-resolution', since negatives don't sound
19751 good in customization variables.
19752 (org-clock-in): Don't use the auto-resolution logic if the user is
19753 clocking into a different task while an active clock is running.
19754 This then allows the default behavior of clocking out of the open
19755 task and then into the new task.
19757 * org.el (org-modules): Made this variable more consistent, since
19758 it was referring to Org, OrgMode and Org-mode, whereas the docs
19759 for the variable always refer to Org-mode.
19761 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19763 * org.el (org-repeat-re): The changed org-repeat-re no longer
19764 matched simple +2d type repeaters. Fix it so it does.
19766 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19768 * org-latex.el (org-export-latex-preprocess): Protect the vspace
19769 macro in the VERSE environment.
19771 2009-11-13 John Wiegley <jwiegley@gmail.com>
19773 * org-habit.el (org-habit-get-priority): A new function that
19774 determines the relative priority of a habit, based on how long
19775 past its scheduled date it is, and how near the deadline is.
19777 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
19778 using `org-habit-get-priority'.
19780 * org-habit.el (org-habit-build-graph): Start displaying colors
19781 from the first scheduled date, if that date is earlier than the
19782 first completion date.
19784 * org-habit.el: Changed all "color" variables to faces, and made
19785 them appropriate for light and dark backgrounds.
19787 * org-habit.el (org-habit-duration-to-days): Made this function
19789 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
19791 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
19792 habits, since they don't use DEADLINE anymore.
19794 * org.el (org-repeat-re, org-display-custom-time)
19795 (org-timestamp-change): Extend to support the new ".+N/N"
19796 syntax, used for habits.
19798 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
19799 variable reference.
19801 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
19802 modeline when habits are being displayed (if that module is being
19805 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19807 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
19808 idle time using the xscreensaver extension.
19809 (org-user-idle-seconds): Use X11 idle time if available.
19811 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19813 * org-agenda.el (org-agenda-next-line): New command.
19814 (org-agenda-previous-line): New commands.
19815 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
19817 (org-agenda-follow-mode): Do the follow immediately if the mode is
19819 (previous-line, next-line): Replace keys with the corresponding
19821 (org-agenda-mode-map): Bind backspace and delete to the scrolling
19824 * org.el (org-icompleting-read): Turn off partial completion mode
19825 for the duration of this completion round.
19827 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
19828 macros in author lines and similar stuff.
19830 * org.el (org-file-tags): Fix docstring.
19831 (org-get-buffer-tags): Add the #+FILETAGS tags.
19832 ("ecb"): Make ecb show context after jumping into an Org file.
19834 2009-11-13 John Wiegley <johnw@newartisans.com>
19836 * org-agenda.el (org-finalize-agenda): Draw habit consistency
19837 graphs after everything else in the buffer has been setup.
19839 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19841 * org-mobile.el (org-mobile-apply): Count success and failure.
19843 * org.el (org-indent-line-function): Fix regexp replace problem.
19845 2009-11-13 John Wiegley <johnw@newartisans.com>
19847 * org-clock.el (org-clock-disable-clock-resolution):
19848 New customization variable that disable automatic clock resolution on
19850 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
19851 not automatically resolve anything. This is does not affect
19852 idle-time resolution, however, if `org-clock-idle-time' is set.
19854 2009-11-13 John Wiegley <johnw@newartisans.com>
19856 * org-habit.el: New file, which implements code to build a "habit
19857 consistency graph".
19859 * org-agenda.el (org-agenda-get-deadlines)
19860 (org-agenda-get-scheduled): Display consistency graphs when
19861 outputting habits into the agenda. The graphs are always relative
19862 to the current time.
19863 (org-format-agenda-item): Add new parameter `habitp', which
19864 indicates whether we are formatting a habit or not. Do not
19865 display "extra" leading information if habitp is true.
19867 * org.el (org-repeat-re): Improve regexp to include .+ and ++
19868 leaders for repeat strings.
19869 (org-get-repeat): Now takes a string parameter `tagline', so the
19870 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
19872 2009-11-13 John Wiegley <johnw@newartisans.com>
19874 * org-agenda.el (org-agenda-auto-exclude-function):
19875 New customization variable for allowing the user to create an "auto
19876 exclusion" filter for doing context-aware auto tag filtering.
19877 (org-agenda-filter-by-tag): Changes to support the use of
19878 `org-agenda-auto-exclude-function'. See the new manual addition.
19880 2009-11-13 John Wiegley <johnw@newartisans.com>
19882 * org.el (org-files-list): Don't attempt to return a file name for
19883 Org buffers which have no associated file.
19885 * org-agenda.el (org-agenda-do-action): Fix a typo.
19887 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19889 * org-mobile.el (org-mobile-locate-entry): Interpret files
19890 relative to org-directory.
19891 (org-mobile-inbox-for-pull): Document the best location for this
19893 (org-mobile-check-setup): Verify `org-directory'.
19894 (org-mobile-create-index-file): Sort the files to be listed in
19897 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
19899 * org.el (org-fast-tag-selection): Add a way to display a
19900 description for a tag group. This is done by adding a string to
19901 either the startgroup or endgroup cell.
19903 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19905 * org-clock.el (org-clock-resolve, org-resolve-clocks)
19906 (org-emacs-idle-seconds): Use `org-float-time' instead of
19909 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
19911 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
19914 * org.el (org-pre-cycle-hook): Document that `empty' can also be
19915 the value of ARG when doing local cycling.
19917 2009-11-13 John Wiegley <johnw@newartisans.com>
19919 * org-clock.el (org-clock-resolve-clock): If keeping or
19920 subtracting time results in a clock out at a time in the past, and
19921 if the resolution occurred due to idleness or invoking `M-x
19922 org-resolve-clocks', remember that past moment in time. On the
19923 next clock in, the user will be prompted to see if they want to
19924 back-date their new clock to then.
19925 (org-clock-resolve): Do not jump the user to the location of a
19926 dangling clock if the resolution is occurring due to an idle
19927 timeout. In that case there is typically only one dangling clock,
19928 the active one, and there is no value gained by shuffling their
19929 windows around to show it to them. Being prompted to resolve an
19930 idle clock should be as inobtrusive as possible.
19931 (org-resolve-clocks-if-idle): New function that resolves only the
19932 currently active clock if the user has exceeded the time returned
19933 by `org-user-idle-seconds', based on the value of
19934 `org-clock-idle-time'.
19935 (org-clock-in): If, after resolving clocks, (???)
19936 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
19938 * org-clock.el (org-clock-resolve-clock): New function that
19939 resolves a clock to a specific time, closing or resuming as need
19940 be, and possibly even starting a new clock.
19941 (org-clock-resolve): New function used by `org-resolve-clocks'
19942 that sets up for the call to `org-clock-resolve-clock'.
19943 It determines the time to resolve to based on a single-character
19944 selection from the user to either keep time, subtract away time or
19946 (org-resolve-clocks): New user command which resolves dangling
19947 clocks -- that is, open but not active -- anywhere in the file
19948 list returned by `org-files-list'.
19949 (org-clock-in): Automatically resolve dangling clocks whenever a
19951 (org-clock-cancel): If the user cancels the solely clock in a
19952 LOGBOOK, remove the empty drawer.
19954 * org-clock.el (org-clock-idle-time): New user customizable option
19955 for detecting whether the user has left a clock idle. Note: it is
19956 only used in this commit to test whether it's worthwhile to check
19957 OS X to get the Mac user's current idle time. If the Emacs idle
19958 time is less than the value, the user hasn't been away long enough
19959 to be worth checking (a more expensive test than just getting
19961 (org-user-idle-seconds, org-mac-idle-seconds)
19962 (org-emacs-idle-seconds): This three functions, in conjunction
19963 with the user customization variable `org-clock-idle-time', return
19964 the number of seconds (as a floating point) that the user has been
19965 away from their Emacs (or, if running on OS X, their computer).
19967 * org-clock.el (org-find-open-clocks): New function that returns a
19968 list of all open clocks in the given FILE. Note that each clock
19969 it returns is a cons cell of the format (MARKER . START-TIME).
19970 This "clock" value is used by several of the new clock module
19972 (org-is-active-clock): New inline function which tests whether the
19973 given clock value is the same as the currently active clock.
19974 Returns non-nil if this is the case.
19975 (org-with-clock-position): New macro that evaluates FORMS with
19976 point in the buffer and at the position of the given clock.
19977 Changes to the current clock are global.
19978 (org-with-clock): New macro that evaluates FORMS with point in the
19979 buffer and at the position of the given clock. However, changes
19980 to the current clock are local and have no effect on the user's
19981 active clock. This allows, for example, far any clock to be
19982 canceled without canceling the active clock.
19983 (org-clock-clock-in): New inline function that switches the active
19984 clock to the given clock. If either the argument RESUME, or the
19985 global `org-clock-in-resume', are non-nil, it will resume a clock
19986 that was previously left open.
19987 (org-clock-clock-out): New inline function that clocks out the
19988 given clock value without affecting the currently active clock.
19989 (org-clock-clock-cancel): New inline function that cancels the
19990 given clock value without affecting the currently active clock.
19992 * org-clock.el (org-clock-in): Before creating
19993 `org-clock-mode-line-timer', check to make sure an older timer is
19994 not currently running.
19995 (org-clock-out): Accept new third parameter `at-time', which
19996 permits a clock to be clocked out at a specific time. Note that
19997 no attempt is made to verify that the clock out time is later than
20000 * org.el (org-files-list): New utility function for returning a
20001 list of all open org-mode buffers, plus all files used to build
20002 the agenda buffer. Note that not all the files will necessarily
20003 be visited by a buffer at time of call.
20004 (org-entry-beginning-position): Like the function
20005 `line-beginning-position', this inline function returns the
20006 beginning position of the current heading/entry.
20007 (org-entry-end-position): Like the function `line-end-position',
20008 this inline function returns the end position of the current
20011 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20013 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20016 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20018 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20020 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20022 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20023 entries that have no tags.
20024 (org-agenda-search-view): New customize group.
20025 (org-agenda-search-view-search-words-only): New option.
20026 (org-search-view): Implement substring search.
20028 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20030 * org.el (org-outline-level): Add doc string.
20032 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20034 * org-inlinetask.el (org-inlinetask-export): Re-introduce
20036 (org-inlinetask-export-handler): Only export inline task if the
20037 user option calls for it.
20039 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20041 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20044 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20046 * org-latex.el (org-export-latex-tables): Don't format in
20049 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20051 * org-src.el (org-edit-src-code)
20052 (org-edit-src-find-region-and-lang, org-edit-src-exit):
20053 Handle macro editing.
20055 * org-agenda.el (org-prefix-category-max-length): New variable.
20056 (org-format-agenda-item): Use `org-prefix-category-max-length'.
20057 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20059 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20061 * org-mobile.el (org-mobile-create-index-file): Improve the
20062 listing of tags and todo keywords.
20064 * org-latex.el (org-export-latex-format-image): New function.
20065 (org-export-latex-links): Use `org-export-latex-format-image'.
20067 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20069 * org-inlinetask.el (org-inlinetask-get-current-indentation)
20070 (org-inlinetask-remove-terminator): New functions.
20071 (org-inlinetask-export-handler): Terminate the description list.
20073 * org-exp.el (org-export-select-backend-specific-text): Remove the
20076 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20077 tasks without content.
20079 * org-clock.el: Make sure the clock-in target position does not
20080 move to a different node by widening the buffer.
20082 * org-html.el (org-export-html-format-image): Wrap image into
20083 figure div only when there is a caption.
20085 * org-archive.el (org-archive-mark-done): Change default value to
20088 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
20090 * org.el (org-context): Call `bobp', not `eobp'.
20092 * org-clock.el (org-clock-cancel): Remove quotes from marker
20095 * org.el (org-read-date-prefer-future): New allowed value `time'.
20096 (org-read-date-analyze): Shift day to tomorrow depending on time
20097 entered and value of `org-read-date-prefer-future'.
20099 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
20101 * org.el (org-version, org-get-refile-targets, org-refile)
20102 (org-store-log-note, org-diary-to-ical-string)
20103 (org-speedbar-set-agenda-restriction):
20104 * org-publish.el (org-publish-find-title):
20105 * org-plot.el (org-plot/gnuplot):
20106 * org-mouse.el (org-mouse-do-remotely):
20107 * org-mobile.el (org-mobile-move-capture):
20108 * org-mac-message.el (org-mac-message-insert-flagged):
20109 * org-latex.el (org-replace-region-by-latex):
20110 * org-docbook.el (org-replace-region-by-docbook):
20111 * org-clock.el (org-clock-out, org-clock-cancel):
20112 * org-bibtex.el (org-execute-file-search-in-bibtex):
20113 Use with-current-buffer.
20115 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
20117 * org.el (org-directory, org-map-entries):
20118 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20120 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20122 * org.el (org-set-tags-to): New command.
20124 * org-latex.el (org-export-latex-set-initial-vars): Also check in
20127 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20130 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20132 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20134 * org-inlinetask.el (org-inlinetask-export): Option removed.
20135 (org-inlinetask-export-handler): Better export.
20137 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20138 (org-export-as-xoxo): Run the new hook.
20140 * org-html.el (org-export-html-final-hook): New hook.
20141 (org-export-as-html): Run the new hook.
20143 * org-docbook.el (org-export-docbook-final-hook): New hook.
20144 (org-export-as-docbook): Run the new hook.
20146 * org-ascii.el (org-export-ascii-final-hook): New hook.
20147 (org-export-as-ascii): Run the new hook.
20149 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20150 space character as the character before the ^/_.
20151 (org-export-latex-final-hook): New hook.
20152 (org-export-as-latex): Run `org-export-latex-final-hook'.
20154 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20156 * org-macs.el (org-if-unprotected-at): Fix docstring.
20158 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20159 text in the prefix (if category is a link).
20161 * org-latex.el (org-export-latex-preprocess): Deal properly with
20162 empty lines in verse environments.
20164 * org.el (org-format-latex-header): Inline fullpage.sty.
20166 * org-footnote.el (org-footnote-create-definition): Reveal context
20167 to add a new footnote definition.
20169 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20170 org-table-recalculate when cursor is in TBLFM line.
20172 * org-list.el (org-renumber-ordered-list): Fix cursor position
20173 when bullet length has changed.
20175 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20177 * org.el (org-format-latex): Mention `org-format-latex-options' in
20180 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20182 * org.el (org-agenda-get): New function.
20184 * org-agenda.el (org-agenda-post-command-hook): No longer move
20185 point away from end of line.
20186 (org-agenda-add-entry-text, org-agenda-collect-markers)
20187 (org-finalize-agenda, org-agenda-mark-clocking-task)
20188 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20189 (org-agenda-entry-text-show, org-agenda-highlight-todo)
20190 (org-agenda-compare-effort, org-agenda-filter-apply)
20191 (org-agenda-later, org-agenda-change-time-span)
20192 (org-agenda-post-command-hook, org-agenda-show-priority)
20193 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20194 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20195 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20196 (org-agenda-open-link, org-agenda-copy-local-variable)
20197 (org-agenda-switch-to, org-agenda-check-no-diary)
20198 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20199 (org-agenda-add-note, org-agenda-change-all-lines)
20200 (org-agenda-priority, org-agenda-set-tags)
20201 (org-agenda-set-property, org-agenda-set-effort)
20202 (org-agenda-toggle-archive-tag, org-agenda-date-later)
20203 (org-agenda-show-new-time, org-agenda-date-prompt)
20204 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20205 (org-agenda-clock-in, org-agenda-bulk-mark)
20206 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20207 Use `org-get-at-bol'.
20209 * org-colview.el (org-columns-display-here)
20210 (org-columns-edit-allowed, org-agenda-columns):
20211 Use `org-get-at-bol'.
20213 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20215 * org.el (org-special-ctrl-a/e): Improve documentation and
20217 (org-end-of-line): Don't jump to after the ellipsis.
20218 (org-mode-map): Bind <home> and <end> as well.
20220 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20222 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20223 space after #+ as comments.
20224 (org-open-at-point): Run `org-follow-link-hook' always.
20226 * org-latex.el (org-export-latex-emph-format): Use better commands
20227 to insert special characters in verbatim snippets.
20229 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20231 * org-faces.el (org-copy-face): New function. Use it to create
20232 various faces formerly created by using `copy-face'.
20234 * org-agenda.el (org-prepare-agenda): Don't officially mark this
20236 (org-agenda-quit): Kill the frame containing the agenda window if
20237 that frame was created for the agenda.
20239 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20241 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20242 stamp in the agenda.
20244 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20246 * org-agenda.el (org-prepare-agenda):
20247 Reset `org-drawers-for-agenda'.
20248 (org-prepare-agenda): Uniquify list of drawers.
20250 * org.el (org-complex-heading-regexp-format): New variable.
20251 (org-set-regexps-and-options):
20252 Define `org-complex-heading-regexp-format'.
20253 (org-drawers-for-agenda): New variable.
20254 (org-map-entries): Bind `org-drawers-for-agenda'.
20255 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20257 * org-remember.el (org-go-to-remember-target)
20258 (org-remember-handler): Use `org-complex-heading-regexp-format'.
20260 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20262 * org-agenda.el (org-agenda-highlight-todo): Fix text property
20265 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20266 always with `invisible-ok'.
20267 (org-store-link): No error when there is nothing to link to in the
20270 * org-list.el (org-update-checkbox-count): Insert changed cookie
20271 before the old, to avoid problems with invisibility at the end of
20273 (org-update-checkbox-count): Insert changed cookie before the old,
20274 to avoid problems with invisibility at the end of the line.
20276 * org.el (org-sort-entries-or-items): Include the final newline.
20277 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20278 lines for fontification.
20279 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20280 (org-prepare-dblock): Store the current indentation of the BEGIN
20282 (org-update-dblock): Apply the indentation of the begin line to
20283 the rest of the block.
20284 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20285 (org-startup-folded): New allowed value `showeverything'.
20286 (org-startup-options): Add STARTUP keyword `showeverything'.
20287 (org-set-startup-visibility): Respect value `showeverything' in
20288 org-startup-folded.
20290 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20292 * org.el (org-closest-date): Fix issue with past preference.
20294 * org-archive.el (org-archive-set-tag)
20295 (org-archive-subtree-default): New commands.
20297 * org-clock.el (org-clock-clocktable-default-properties):
20299 (org-clock-report):
20300 Use `org-clock-clocktable-default-properties'.
20302 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20304 * org.el (org-iswitchb-completing-read): Fix typo.
20306 * org-crypt.el: New file.
20308 * org.el: Add an entry for org-crypt.
20310 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20312 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20314 (org-batch-store-agenda-views): New function.
20315 (org-agenda-title-append): Define variable.
20316 (org-write-agenda): New export to Org files.
20317 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20318 (org-agenda): Allow to keep the restricted file list if a special
20319 variable is bound to t.
20320 (org-agenda): Define a special agenda view for working on flagged
20322 (org-agenda-get-restriction-and-command): List the new agenda
20324 (org-agenda-show-the-flagging-note): New command.
20325 (org-agenda-mode-map): New key `?' for looking at the flagging
20328 * org.el (org-autoload): Autoload org-mobile.el.
20329 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20331 * org-mobile.el: New file.
20333 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20335 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20337 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20339 (org-table-get-remote-range): Match indented #+TBLNAME
20342 * org.el (org-convert-to-odd-levels)
20343 (org-convert-to-oddeven-levels): Work also correctly if the file
20344 is in outline-mode.
20346 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20348 * org.el (org-store-link): When in agenda buffer, link to
20350 (org-add-planning-info): Remove spaces at eol.
20352 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20355 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20357 * org-latex.el (org-export-latex-first-lines): Fix problem with
20358 LaTeX export of first line and selected subtree.
20360 * org.el (org-shifttab): Interpret arg differently when using only
20363 2009-10-01 Bastien Guerry <bzg@gnu.org>
20365 * org.el (org-check-agenda-file): Use a more explicit message.
20367 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20369 * org-exp.el (org-export-remove-special-table-lines): Don't remove
20372 2009-10-01 Bastien Guerry <bzg@gnu.org>
20374 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20375 prompt in the temporary window.
20377 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20378 prefix for marked entries in the agenda view.
20380 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
20382 * org.el (outline-end-of-subtree): Bugfix: advise this function in
20383 a way that prevents any trailing character from being displayed.
20385 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20387 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20390 * org-exp.el (org-export-remove-special-table-lines): Remove bad
20393 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20395 * org-latex.el (org-export-latex-preprocess): Do not protect in
20398 * org-src.el (org-edit-src-save): Save window setup while saving.
20399 (org-edit-src-code): Use new buffer name construction scheme.
20401 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20403 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20405 (org-agenda-entry-text-cleanup-hook): New hook.
20406 (org-agenda-get-some-entry-text): Remove matches of
20407 `org-agenda-entry-text-exclude-regexps' and run the hook
20408 `org-agenda-entry-text-cleanup-hook'.
20410 * org.el (org-offer-links-in-entry): New argument ZERO to
20411 implement a link with index zero.
20412 (org-cycle-show-empty-lines): Not keep empty line under header
20414 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20415 to nil for special completion.
20416 (org-store-link): Don't error before the first heading.
20418 * org-agenda.el (org-agenda-open-link): Pass the prefix to
20419 `org-offer-links-in-entry'.
20421 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
20423 * org-agenda.el (org-agenda-quit): Provide the window argument for
20424 `window-dedicated-p', Emacs 22 needs it.
20425 (org-format-agenda-item): If the category is a link, arrange for
20426 invisible text to replaced with spaces.
20427 (org-compile-prefix-format): Add the extra space.
20428 (org-prefix-category-length): New variable.
20430 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20431 references from TOC lines.
20433 * org.el (org-selected-window): New variable.
20435 * org-table.el (org-table-edit-formulas): Remember the selected
20437 (org-table-fedit-finish, org-table-fedit-abort): Select the window
20438 that was originally selected.
20440 * org-exp.el (org-export-preprocess-apply-macros): Scan the
20441 expansion of a macro for more macro definitions.
20443 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20444 invisibility overlay starts on the newline.
20446 2009-10-01 Glenn Morris <rgm@gnu.org>
20448 * org-agenda.el (calendar-check-holidays):
20449 * org-exp.el (org-agenda-skip):
20450 * org-list.el (outline-back-to-heading):
20451 * org-wl.el (wl-summary-goto-folder-subr):
20452 * org.el (iswitchb-mode, remember, remember-buffer-desc)
20453 (remember-finalize, remember-save-after-remembering, remember-register)
20454 (remember-buffer, remember-handler-functions)
20455 (remember-annotation-functions): Remove unused declarations.
20457 * org.el (iswitchb-read-buffer): Fix declaration.
20459 2009-09-30 Glenn Morris <rgm@gnu.org>
20461 * org-compat.el (w32-focus-frame):
20462 * org-exp-blocks.el (R):
20463 * org-exp.el (htmlize-buffer):
20464 * org-protocol.el (server-edit):
20465 * org-table.el (org-format-org-table-html):
20466 * org.el (org-indent-mode): Fix declarations.
20468 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20469 free variable `fun'.
20471 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
20473 * org-agenda.el (org-agenda-restore-windows-after-quit):
20474 Fix typo in docstring.
20476 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
20478 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20479 (org-shiftselect-error, org-ctrl-c-ctrl-c):
20480 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20481 * org-attach.el (org-attach-check-absolute-path):
20482 * org-docbook.el (org-export-as-docbook):
20483 * org-html.el (org-export-as-html):
20484 * org-id.el (org-id-update-id-locations):
20485 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20486 Fix typos in error messages.
20488 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
20490 * org-ascii.el: Require CL for the `loop' macro.
20492 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
20494 * org-gnus.el (require): Wrap (require gnus-sum) into
20497 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
20499 * org-protocol.el (org-protocol-store-link)
20500 (org-protocol-remember, org-protocol-open-source): Remove autoload
20503 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20504 referencing the start of the line.
20506 * org-gnus.el: Remove unnecessary declare-function forms.
20507 (gnus-sum): Always require gnus-sum.
20509 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20511 * org-protocol.el (org-protocol-store-link)
20512 (org-protocol-remember, org-protocol-open-source): Add autoloads.
20514 * org-compat.el (org-float-time): New function.
20516 * org.el (org-clock-update-time-maybe)
20517 (org-sort-entries-or-items, org-do-sort)
20518 (org-evaluate-time-range, org-time-string-to-seconds)
20519 (org-closed-in-range): Use `org-float-time'.
20521 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20522 (org-timer-seconds): Use `org-float-time'.
20524 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20525 (org-clock-sum, org-dblock-write:clocktable)
20526 (org-clocktable-steps): Use `org-float-time'.
20528 * org-agenda.el (org-agenda-last-marker-time)
20529 (org-agenda-new-marker, org-diary): Use `org-float-time'.
20531 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
20534 * org-exp.el (org-get-file-contents): Only protect lines that
20537 * org-html.el (require): Require cl for compilation.
20539 * org.el: Avoid using `default-major-mode'.
20541 * org-plot.el (require): Require CL only at compile time.
20543 * org-exp.el (require): Require CL only at compile time.
20545 * org-agenda.el (org-agenda-quit): When the agenda window is
20546 dedicated, remove other windows before exiting, so that the frame
20547 really will be killed.
20549 * org-exp.el (org-export-handle-include-files): Reset START and
20550 END for each loop cycle.
20552 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20554 * org.el (org-eval-in-calendar):
20555 Use `org-select-frame-set-input-focus'.
20557 * org-compat.el (org-select-frame-set-input-focus): New function.
20559 * org.el (org-update-statistics-cookies): New function.
20560 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
20562 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20564 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
20565 after the local variables are set.
20567 * org-latex.el (org-export-latex-protect-amp): New function.
20568 (org-export-latex-links): Protect link ampersands in tables.
20570 * org-exp.el (org-export-select-backend-specific-text): Match in
20571 two steps, to avoid regexp problems.
20573 * org.el (org-offer-links-in-entry): Improve working with many and
20576 * org-agenda.el (org-agenda-show-1): Make more consistent with
20578 (org-agenda-cycle-show): Make more consistent with normal cycling.
20580 * org-gnus.el (org-gnus-store-link): Restore the linking to a
20583 2009-09-02 Bastien Guerry <bzg@gnu.org>
20585 * org-latex.el (org-export-latex-first-lines): Bugfix.
20587 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20589 * org-clock.el (org-clock-modify-effort-estimate): Emit message
20592 * org.el (org-set-effort): New function.
20593 (org-mode-map): New key for effort setting command.
20595 * org-agenda.el (org-agenda): Keep window setup when calling
20596 agenda from within agenda window.
20597 (org-agenda-mode-map): New keys for effort setting commands.
20598 (org-agenda-menu): Add effort setting commands to menu.
20599 (org-agenda-set-property, org-agenda-set-effort): New functions.
20601 * org-latex.el (org-export-latex-tables):
20602 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
20603 the first column has been removed.
20605 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20607 * org.el (org-remove-timestamp-with-keyword): Only remove in
20608 entry, not in subtree.
20610 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
20613 * org.el (org-open-at-point): When on headline, offer all strings
20616 * org-remember.el (org-remember-templates): Documentation fix.
20618 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
20619 `org-get-last-sibling' instead of the outline versions of these
20621 (org-get-last-sibling): New function.
20622 (org-refile): Use `org-get-next-sibling' instead of the outline
20623 version of this function.
20624 (org-clean-visibility-after-subtree-move):
20625 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
20626 outline versions of these functions.
20628 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20630 * org-agenda.el (org-prepare-agenda): When creating a new frame
20631 for the agenda, make the window dedicated.
20633 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
20635 * org-table.el (org-table-align): Change the order of reinsertion
20636 and deletion, to avoid problems with overlays following the table.
20638 * org.el (org-parse-time-string): Better error message.
20639 (org-show-subtree): Use org-end-of-subtree.
20641 * org-macs.el (org-goto-line): New defsubst.
20643 * org.el (org-open-file, org-change-tag-in-region)
20644 (org-fast-tag-show-exit): Don't use `goto-line'.
20646 * org-table.el (org-table-align, org-table-insert-column)
20647 (org-table-delete-column, org-table-move-column)
20648 (org-table-sort-lines, org-table-copy-region)
20649 (org-table-paste-rectangle, org-table-wrap-region)
20650 (org-table-get-specials, org-table-rotate-recalc-marks)
20651 (org-table-get-range, org-table-recalculate)
20652 (org-table-edit-formulas, org-table-fedit-convert-buffer)
20653 (org-table-show-reference, org-table-highlight-rectangle):
20654 Don't use `goto-line'.
20656 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
20657 (org-edit-src-exit): Don't use `goto-line'.
20659 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
20661 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
20662 Don't use `goto-line'.
20664 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
20666 * org-colview.el (org-columns, org-columns-redo)
20667 (org-agenda-columns): Don't use `goto-line'.
20669 * org-agenda.el (org-agenda-mode): Force visual line motion off.
20670 (org-agenda-add-entry-text-maxlines): Improve docstring.
20671 (org-agenda-start-with-entry-text-mode): New option.
20672 (org-agenda-entry-text-maxlines): New option.
20673 (org-agenda-entry-text-mode): New variable.
20674 (org-agenda-mode): Set initial value of
20675 `org-agenda-entry-text-mode'.
20676 (org-agenda-mode-map): Add the `E' key.
20677 (org-agenda-menu): Add entry text mode to the menu.
20678 (org-agenda-get-some-entry-text): Fix line count bug.
20679 (org-finalize-agenda): Apply entry text mode if appropriate.
20680 (org-agenda-entry-text-show-here): New function.
20681 (org-agenda-entry-text-show): New function.
20682 (org-agenda-entry-text-hide): New function.
20683 (org-agenda-view-mode-dispatch): Add entry text mode to the view
20685 (org-agenda-entry-text-mode): New command.
20686 (org-agenda-set-mode-name): Add entry text mode to the mode line
20688 (org-agenda-undo, org-agenda-get-restriction-and-command)
20689 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
20692 2009-09-02 Bernt Hansen <bernt@norang.ca>
20694 * org-clock.el (org-notify): Bugfix.
20696 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20698 * org-agenda.el (org-agenda-open-link): Handle multiple links and
20699 check for after-string.
20701 * org-gnus.el (org-gnus-store-link): Simplify.
20703 * org.el (org-latex-regexps): Don't add extra empty lines for
20706 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20708 * org-agenda.el (org-agenda-get-some-entry-text): New function.
20709 (org-agenda-add-entry-text):
20710 Use `org-agenda-get-some-entry-text'.
20712 * org.el (org-cycle-separator-lines): Update docstring.
20713 (org-cycle-show-empty-lines): Handle negative values for
20714 `org-cycle-show-empty-lines'.
20716 * org-exp.el (org-export-protect-sub-super): New function.
20717 (org-export-normalize-links): Protect the url of plain links from
20718 supscript and superscript processing.
20720 * org-remember.el (org-remember-escaped-%): New function.
20721 (org-remember-apply-template): Use `org-remember-escaped-%' to
20722 detect escaped % signs.
20724 2009-09-02 Bastien Guerry <bzg@gnu.org>
20726 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
20727 sound when showing the notification.
20729 * org-clock.el (org-notify): New function.
20730 (org-clock-notify-once-if-expired): Use `org-notify'.
20732 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
20733 and `gnus-article-mode' separately.
20734 (gnus-summary-article-header): Fix the declare-function.
20736 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20738 * org-exp.el (org-export-format-source-code-or-example):
20739 Translate language.
20741 * org-src.el (org-src-lang-modes): New variable.
20742 (org-edit-src-code): Translate language.
20744 * org-exp.el (org-export-format-source-code-or-example): Deal wit
20745 the new structure of the `org-export-latex-listings-langs'
20748 * org-latex.el (org-export-latex-listings-langs): Change structure
20749 of the variable from plist to alist.
20751 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20753 * org.el (org-in-commented-line): New function.
20755 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20757 * org.el (org-hide-block-toggle): Make folded blocks searchable.
20759 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
20761 * org.el (org-flag-drawer): More useful error.
20763 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20765 * org-remember.el (org-remember-apply-template):
20766 Use org-icompleting-read.
20768 * org-publish.el (org-publish): Use org-icompleting-read.
20770 * org-colview.el (org-columns-edit-value, org-columns-new)
20771 (org-insert-columns-dblock): Use org-icompleting-read.
20773 * org-attach.el (org-attach-delete-one, org-attach-open):
20774 Use org-icompleting-read.
20776 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20778 * org.el (org-hierarchical-todo-statistics): Improve docstring.
20779 (org-version): Return the version text.
20780 (org-org-menu): Add a menu entry for the new bug reporter.
20781 (org-submit-bug-report): New command.
20783 * org-list.el (org-hierarchical-checkbox-statistics):
20786 * org.el (org-emphasis-regexp-components): Add "`" to set of
20787 pre-emphasis characters.
20789 * org-latex.el (org-export-latex-classes): Always include the soul
20791 (org-export-latex-emphasis-alist): Use \st for strikethough.
20793 * org-exp-blocks.el (org-export-blocks-preprocess):
20794 Use `indent-code-rigidly' to indent.
20796 * org-agenda.el (org-agenda-get-restriction-and-command):
20797 Remove properties only if MATCH really is a string.
20799 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20801 * org-latex.el (org-export-latex-packages-alist):
20802 Fix customization type.
20804 * org.el (org-create-formula-image): Also use
20805 `org-export-latex-packages-alist'.
20807 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
20808 (org-export-as-html): Format footnotes correctly.
20810 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20812 * org.el (org-fast-tag-selection): Avoid text properties on tags
20815 * org-agenda.el (org-agenda-get-restriction-and-command):
20816 Avoid text properties on the match element.
20818 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20820 * org.el (org-set-regexps-and-options): Make sure the list of done
20821 keywords is not invalid.
20823 * org-exp.el (org-export-interpolate-newlines): New function.
20825 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20827 * org.el (org-format-latex): Avoid nested overlays.
20829 * org-latex.el (org-export-latex-listings-langs): Add a few more
20832 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
20833 ignore newlines and space before the first macro argument.
20835 * org-latex.el (org-export-latex-tables): Remove save-excursion
20836 around `org-table-align'.
20838 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20840 * org.el (org-export-html-special-string-regexps):
20841 Definition moved into org.el.
20843 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
20846 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20848 * org-latex.el (org-export-latex-listings)
20849 (org-export-latex-listings-langs): New options.
20851 * org-exp.el (org-export-format-source-code-or-example):
20852 Use listing package if requested by the user.
20854 2009-09-02 Bastien Guerry <bzg@gnu.org>
20856 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
20857 command before actually switching to a buffer.
20859 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20861 * org-exp.el (org-get-file-contents): Only quote org lines when
20862 the markup is src or example.
20864 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
20866 (org-agenda-get-day-entries): Remember deadline results and pass
20867 them on into the function getting the scheduling information.
20868 (org-agenda-get-scheduled): Accept deadline results as parameters
20869 and maybe skip some entries.
20870 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
20872 * org.el (org-insert-heading): When respecting content, do not
20873 convert current line to headline.
20875 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
20876 Also cheeeeeck the hd marker.
20877 (org-clock-in): Also set the hd marker.
20878 (org-clock-out): Also set the hd marker.
20879 (org-clock-cancel): Reset markers.
20881 * org.el (org-clock-hd-marker): New marker.
20883 * org-faces.el (org-agenda-clocking): New face.
20885 * org-agenda.el (org-agenda-mark-clocking-task): New function.
20886 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
20888 * org.el (org-modules): Add org-track.el.
20890 * org-agenda.el (org-agenda-bulk-marked-p): New function.
20891 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
20892 Use `org-agenda-bulk-marked-p'.
20893 (org-agenda-bulk-toggle): New command.
20895 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
20897 * org.el (org-move-subtree-down): Hide subtree if it was folded,
20900 * org-remember.el (org-remember-finalize): Avoid buffer-modified
20903 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20905 * org-html.el (org-export-as-html):
20906 * org-docbook.el (org-export-as-docbook):
20907 Use (default-value 'major-mode) instead of default-major-mode.
20909 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
20911 * org-docbook.el: Add arch-tag.
20913 * org-exp-blocks.el: Add arch-tag.
20915 * org-id.el: Add arch-tag.
20917 * org-indent.el: Add arch-tag.
20919 * org-inlinetask.el: Add arch-tag.
20921 * org-protocol.el: Add arch-tag.
20923 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20925 * org.el (org-create-formula-image): Remove the -E option for
20928 * org-exp.el (org-default-export-plist): Respect #+BIND.
20929 (org-export-confirm-letbind): New function.
20931 * org.el (org-paste-subtree): Test the kill ring entry if it is
20933 (org-copy-subtree): Use `org-forward-same-level'.
20934 (org-forward-same-level): Respect the `invisibe-ok' arg for
20937 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20939 * org.el (org-table-map-tables): Make sure cursor is back at table
20940 beginning after funcall.
20942 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
20943 handled before children, and do not error if an entry is not
20944 found, probably because it hase been remove when the parent was
20945 archived or refiled.
20947 * org.el (org-ido-completing-read): Accept straight lists for
20948 completion as well as alists.
20950 * org-timer.el (org-timer-cancel-timers): Rename from
20951 `org-timer-cancel-timers'.
20953 * org.el (org-cycle-internal-local): Fix problem with finding next
20956 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20958 * org-list.el (org-list-send-list):
20959 Call `org-list-goto-true-beginning' instead of
20960 `org-list-find-true-beginning', which does not exist.
20962 * org-timer.el (org-timer-reset-timers): Use `mapc'.
20963 (org-timer-set-timer): Do not assign to heading.
20965 * org-id.el (org-id-open): Quote function name.
20967 * org-macs.el (org-unmodified): Turn off recording undo
20968 information while running inside the macro.
20970 * org-table.el (org-table-export): Also work in file-less
20973 * org.el (org-startup-indented): New option.
20974 (org-startup-options): Add new options indent and noindent.
20975 (org-unfontify-region): Remove line-prefix and wrap-prefix
20977 (org-after-demote-entry-hook, org-after-promote-entry-hook):
20979 (org-promote, org-demote): Run the new hooks.
20981 * org-table.el (org-table-align): Replace leading \n as well.
20983 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
20984 and `line-wrap' text properties.
20986 * org-compat.el (org-kill-new): New function.
20988 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
20989 `line-wrap' text properties.
20991 * org-indent.el: New file.
20993 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
20995 * org.el (org-provide-todo-statistics): Tweak docstring.
20997 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
20999 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21001 * org-exp.el (org-export-as-org): Insert the "-source" string
21002 before the extension.
21004 * org.el (org-read-date): Make sure the calendar is in the current
21006 (org-set-emph-re): Remove the ? from the post-match.
21007 (org-emphasis-regexp-components): Add backslash to the
21009 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21010 optional so that also lines at the end of the buffers will still
21011 be matched as headlines.
21013 * org-table.el (org-table-error-on-row-ref-crossing-hline):
21014 Variable made obsolete.
21015 (org-table-relative-ref-may-cross-hline): New option.
21016 (org-table-find-row-type): Honow the new option
21017 `org-table-relative-ref-may-cross-hline'.
21019 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21021 * org-table.el (org-table-cut-region, org-table-copy-region):
21022 Work on single field if no active region.
21024 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21026 * org-latex.el (org-export-latex-make-header): Only insert title
21029 * org.el (org-make-options-regexp): Allow empty values.
21031 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21033 * org.el (org-cycle-internal-local): Improved version of finding
21035 (org-cycle-hide-drawers): Only hide drawers if this is really
21037 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21038 org-version of this function in Org-mode. We use advice to
21039 implement this change, so that future changes to this function in
21040 outline.el wil be handled properly.
21041 (org-forward-same-level, org-backward-same-level): New commands.
21043 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21045 * org.el (org-remove-empty-overlays-at)
21046 (org-clean-visibility-after-subtree-move): New functions.
21047 (org-move-subtree-down): Simplify cleanup of display.
21049 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21051 * org-mac-message.el (org-mac-message-get-links): Improve
21052 docstring. Make argument SELECT-OR-FLAGGED optional, default to
21053 "s". Fix the return value.
21054 (org-mac-message-insert-flagged): Simplify.
21056 * org.el (org-refile-get-location): Tamper with refile history o
21057 that history contains compete matches instead of the entered
21060 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21062 * org.el (org-store-link): Never store a link to an inline task.
21064 * org-footnote.el (org-footnote-goto-local-insertion-point):
21065 Skip inline tasks when positioning footnotes.
21067 * org.el (org-refile): Remove the END line when archiving an
21068 inline task that does have an END line.
21070 * org-archive.el (org-archive-subtree): Remove the END line when
21071 archiving an inline task that does have an END line.
21073 * org-macs.el (org-with-limited-levels): New macro.
21074 (org-get-limited-outline-regexp): New function.
21076 * org-exp.el (org-export-format-source-code-or-example): Fix bug
21077 that did not enumerate first line.
21078 (org-export-mark-radio-links): Skip matches in links.
21080 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21082 * org.el (org-activate-plain-links): Make single-match.
21083 (org-adapt-indentation): Fix docstring.
21085 * org-macs.el (org-unmodified): Turn of modification hooks while
21086 running this macro.
21088 2009-08-06 Bastien Guerry <bzg@gnu.org>
21090 * org.el (org-adapt-indentation): Slightly improve the docstring.
21091 (org-occur): Sends an error when the user inputs an empty string.
21092 (org-priority): Bugfix: the tag alignement should happen within
21095 2009-08-06 Bastien Guerry <bzg@gnu.org>
21097 * org.el (org-make-link-regexps): Don't exclude parentheses from
21098 `org-plain-link-re'.
21099 (org-cycle-internal-local): When locally cycling, switch directly
21100 from CHILDREN to FOLDED if there is no subtree.
21101 (org-cycle): Update the docstring to document the new behavior of
21102 `org-cycle-internal-local'.
21104 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
21106 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21107 an abbreviated format for days.
21109 2009-08-06 Bastien Guerry <bzg@gnu.org>
21111 * org-protocol.el (org-protocol-default-template-key):
21114 * org.el (org-refile): Bugfix: save-excursion before reading the
21115 refile target, otherwise cursor moves might confuse `org-refile'.
21117 * org.el (org-toggle-heading): Bugfix: correctly convert list
21118 items before the first headline.
21120 * org.el (org-provide-todo-statistics): Allow a list of TODO
21121 keywords to compute statistics against headlines containing a
21122 keyword from this list.
21123 (org-update-parent-todo-statistics): Possibly use the new allowed
21124 value of `org-provide-todo-statistics'.
21126 2009-08-06 Bastien Guerry <bzg@gnu.org>
21128 * org-timer.el: Add autoload cookie.
21130 * org.el (org-occur-link-in-agenda-files): New function.
21132 * org-timer.el (org-timer-last-timer): New variable.
21134 * org-agenda.el (org-agenda-mode-map): New key for
21135 org-timer-set-timer called from the agenda.
21137 * org.el (org-mode-map): New key for org-timer-set-timer.
21139 * org-timer.el (org-timer-reset-timers)
21140 (org-timer-show-remaining-time, org-timer-set-timer):
21143 * org-clock.el (org-show-notification): Update the docstring.
21145 * org.el (org-provide-todo-statistics): Allow new value
21146 'all-headlines for this option, which includes entries with no
21147 TODO keywords in the todo statistics.
21148 (org-update-parent-todo-statistics): Possibly use the new
21149 'all-headline value from `org-provide-todo-statistics'.
21151 2009-08-06 Bastien Guerry <bzg@gnu.org>
21153 * org-clock.el (org-dblock-write:clocktable): Add a new option
21154 :timestamp which allows display of timestamps in clock reports.
21156 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21157 list to a subtree, preserving the structure of the list.
21158 (org-set-emph-re): Make the last element optional in the regexp.
21159 This regexp now matches an emphasized string at the end of a line.
21161 * org-list.el (org-list-goto-true-beginning)
21162 (org-list-make-subtree, org-list-make-subtrees): New functions.
21164 * org.el (org-eval-in-calendar): Select the right frame.
21165 (org-save-frame-excursion): Remove this macro.
21167 2009-08-06 Bastien Guerry <bzg@gnu.org>
21169 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21170 trying to find the beginning of a list.
21172 * org-exp.el (org-get-file-contents): Use a new argument: markup.
21173 When present, tell org-get-file-contents not to protect org-like
21176 * org-id.el (org-id-uuid-program): New option to set the name of
21177 the uuidgen program.
21178 (org-id-method): Use `org-id-uuid-program'.
21179 (org-id-new): Use `org-id-uuid-program'.
21181 2009-08-06 Bastien Guerry <bzg@gnu.org>
21183 * org-exp.el (org-export-number-lines): Allow whitespace in code
21184 references. Allow the -r switch to remove the references in the
21185 source code even when the lines are not numbered: the labels can
21186 be explicit enough.
21188 * org.el (org-fontify-whole-heading-line): New option.
21189 (org-set-font-lock-defaults): Use the new option.
21191 * org-clock.el (org-show-notification-handler): New option.
21192 (org-show-notification): Use the new option.
21194 2009-08-06 Bastien Guerry <bzg@gnu.org>
21196 * org.el (org-eval-in-calendar): Fix a bug about calendar
21197 navigation when `calendar-setup' value is 'calendar-only.
21199 2009-08-06 Bastien Guerry <bzg@gnu.org>
21201 * org.el (orgstruct++-mode): Fix typo in docstring.
21202 (org-insert-link): Clean up: (or (...)) => (...)
21203 (org-insert-link): Use TAB for stored links completion.
21205 2009-08-06 Bastien Guerry <bzg@gnu.org>
21207 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21208 building the list of targets.
21210 * org-remember.el (org-remember-delete-empty-lines-at-end):
21212 (org-remember-handler): Use the new option.
21214 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21216 * org.el (org-tags-sort-function): New option for sorting tags.
21217 (org-set-tags): Use the new option to sort tags.
21219 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21220 premature deletion of the data when using org-plot in a script.
21222 2009-08-06 Bastien Guerry <bzg@gnu.org>
21224 * org-clock.el (org-clock-in-prepare-hook): New hook.
21225 (org-clock-in): Use this new hook.
21227 2009-08-06 Bastien Guerry <bzg@gnu.org>
21229 * org.el (org-special-ctrl-a/e): Explicitly bind the value
21230 'reversed for this option to the "true line boundary first"
21232 (org-tags-match-list-sublevels): Document the 'indented value for
21235 * org-latex.el (org-export-latex-first-lines): Fix problem with
21236 publishing the region.
21238 * org-exp.el (org-export-format-source-code-or-example):
21239 Fix bad line numbering when exporting examples in HTML.
21241 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
21243 * org-colview.el (org-format-time-period): Formats a time in
21244 fractional days as days, hours, mins, seconds.
21245 (org-columns-display-here): Add special handling for SINCE and
21246 SINCE_IA to format for display.
21248 * org.el (org-time-since): Add a function to get the time since an
21250 (org-entry-properties): Add two new special properties: SINCE and
21251 SINCE_IA. These give the time since any active or inactive
21252 timestamp in an entry.
21253 (org-special-properties): Add SINCE, SINCE_IA.
21254 (org-tags-sort-function): Add custom declaration for tags
21256 (org-set-tags): Sort tags if org-tags-sort-function is set.
21258 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21260 * org-clock.el (org-clock-goto): Find hidden headlines as well.
21262 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21264 * org-plot.el (org-plot/add-options-to-plist): Add timeind
21267 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21269 * org-publish.el (org-publish-remove-all-timestamps): New function.
21270 (org-publish-all): Remove all timestamp files if `org-publish-all'
21271 is called with a prefix argument.
21273 * org-list.el (org-indent-item): Fix typo.
21274 (org-item-indent-positions): Normalize ordered bullet.
21276 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21278 * org-macs.el (org-set-local): Make a local variable, do not make
21279 the variable buffer-local!
21281 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21283 * org-exp.el (org-infile-export-plist): Read BIND lines.
21284 (org-install-letbind): New function.
21285 (org-export-as-org, org-export-preprocess-string):
21286 Call `org-install-letbind'.
21288 * org-list.el (org-list-demote-modify-bullet): New option.
21289 (org-first-list-item-p): Save point.
21290 (org-fix-bullet-type): New optional argument FORCE-BULLET.
21291 (org-indent-item): Honor `org-list-demote-modify-bullet'.
21292 (org-item-indent-positions): Return bullet types along with
21295 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21297 * org.el (org-show-entry): Hide drawers.
21299 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21301 * org-footnote.el (org-footnote-auto-adjust): New option.
21302 (org-footnote-auto-adjust-maybe): New function.
21303 (org-footnote-new, org-footnote-delete):
21304 Call `org-footnote-auto-adjust-maybe'.
21306 * org.el (org-startup-options): Add new footnote-related
21309 * org-publish.el (org-publish-timestamp-filename): Additional
21310 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21311 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21312 TRUE-PUB-DIR. Pass them through to
21313 `org-publish-timestamp-filename'.
21314 (org-publish-update-timestamp): Additional arguments PUB-DIR and
21315 PUB-FUNC, which are included in the hash.
21316 (org-publish-file): Delay timestamp test until the publishing
21319 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21321 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21322 setting the deadline.
21324 * org.el (org-read-date-final-answer): New variable.
21325 (org-read-date): Store the final answer string, including the date
21326 from the calendar, for reuse by agenda bulk commands.
21328 * org-publish.el (org-publish-attachment): Fix publishing of
21331 * org-latex.el (org-export-latex-quotation-marks): Fix export of
21332 quotation makrs in parenthesis.
21333 (org-remove-initial-hash): New function.
21334 (org-export-latex-preprocess): Fix bug with infinite loop if
21335 environment is not properly closed.
21337 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21340 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21341 highlight also when indented.
21343 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21345 * org-footnote.el (org-footnote-renumber-fn:N): New command.
21346 (org-footnote-action): Offer renumbering.
21348 * org.el (org-cycle): Honor the `integrate' value of
21349 org-cycle-include-plain-lists'.
21351 * org-list.el (org-cycle-include-plain-lists): New allowed value
21352 `internal'. Improve the docstring.
21354 * org.el (org-set-autofill-regexps): Improve the paragraph-start
21355 regexp to work better with LaTeX commands.
21357 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21359 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21360 and eps extensions.
21362 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21364 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21367 * org.el (org-map-entries): No longer force
21368 `org-tags-match-list-sublevels' to t during a todo-only tags
21371 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21373 * org-latex.el (org-export-latex-low-levels): Allow user-defined
21375 (org-export-latex-subcontent): Handle user-defined environment.
21377 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21378 the View dispatcher.
21380 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21383 * org-latex.el (org-export-as-pdf): Protect match data during call
21384 to shell-quote-argument.
21386 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21387 (org-agenda-view-mode-dispatch): New function.
21389 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21391 * org-agenda.el (org-agenda-mode): Reset list of marks.
21392 (org-agenda-mode-map): Define new keys for refile and bulk action.
21393 (org-agenda-menu): Add menu itesm for refile and bulk action.
21394 (org-agenda-refile): New function.
21395 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21396 (org-agenda-marked-entries): New variable.
21397 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21398 (org-agenda-remove-all-bulk-action-marks)
21399 (org-agenda-bulk-action): New functions/commands.
21401 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21403 * org-exp.el (org-get-file-contents): Protect org-like lines in
21405 (org-export-format-source-code-or-example): Remove newlines.
21407 * org-latex.el (org-export-latex-links): Check for no-description
21410 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21411 argument separator back to comma.
21412 (org-export-normalize-links): Mark links without description.
21414 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21416 * org-exp.el (org-infile-export-plist): Fix bug in macro
21419 * org-agenda.el (org-agenda-clock-out): Update line after clocking
21421 (org-agenda-highlight-todo): Fix bug with highlighting.
21423 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21425 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21426 new alignment strings.
21428 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21430 (org-table-align): Check for forced align type.
21432 * org.el (org-self-insert-command): Add yas/expand to command
21435 * org-clock.el (org-clock-in-hook): New hook.
21436 (org-clock-in): Run `org-clock-in-hook.
21437 (org-clock-out-hook): New hook.
21438 (org-clock-out): Run `org-clock-out-hook.
21439 (org-clock-cancel-hook): New hook.
21440 (org-clock-cancel): Run `org-clock-cancel-hook.
21441 (org-clock-goto-hook): New hook.
21442 (org-clock-goto): Run `org-clock-goto-hook.
21444 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21446 * org.el (org-store-link): Better default description for link to
21449 * org-exp.el (org-export-generic): Autoload the generic exporter
21451 (org-export): Implement the `g' key for the generic exporter.
21453 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21455 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21458 * org-exp.el (org-infile-export-plist): Get macros also from
21461 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21463 * org-colview.el (org-columns-capture-view): Protect vertical bars
21465 (org-columns-capture-view): Exclude comment and archived trees.
21467 * org.el (org-quote-vert): New function.
21469 * org-latex.el (org-export-latex-verbatim-wrap): New option.
21471 * org-exp.el (org-export-format-source-code-or-example):
21472 Use `org-export-latex-verbatim-wrap'.
21474 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21477 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
21479 * org-exp-blocks.el: New file.
21481 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21483 * org-remember.el (org-remember-templates): Allow the headline
21484 element to be a function.
21485 (org-remember-apply-template): If the headline is a function, call
21486 it to get the true function.
21488 * org-clock.el (org-clock-menu): New function.
21489 (org-clock-update-mode-line): Update help string.
21490 (org-clock-modify-effort-estimate): New function.
21491 (org-clock-mark-default-task): New function.
21493 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21495 (org-org-menu): Add new clocking stuff.
21496 (org-clock-is-active): New function.
21498 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21500 * org.el (org-open-non-existing-files): Improve docstring.
21502 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21504 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21506 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21508 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21510 * org-list.el (org-get-checkbox-statistics-face): Use the new
21513 * org-faces.el (org-checkbox-statistics-todo)
21514 (org-checkbox-statistics-done): New faces.
21516 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21518 * org-latex.el (org-export-latex-use-verb): New variable.
21519 (org-export-latex-emph-format): Prefer \texttt over \verb when
21520 org-export-latex-use-verb is set.
21522 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21524 * org-remember.el (org-remember-handler): Abort remember if the
21527 * org-exp.el (org-export-format-source-code-or-example):
21528 Run `org-src-mode-hook'.
21530 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21532 * org.el (org-indent-line-function): Fix indentation of +#end lines.
21534 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21536 * org-gnus.el (org-gnus-store-link): Require message.el in
21537 org-gnus-store-link.
21539 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21541 * org-src.el: New file, split out of org.el.
21543 * org-macs.el (org-replace-match-keep-properties): New function.
21545 * org-exp.el (org-export-mark-blockquote-verse-center):
21546 Better preprocessing of center and quote and verse blocks.
21548 * org-list.el (org-list-end): Respect the stored "original"
21549 indentation when determining the end of the list.
21551 * org-exp.el (org-export-replace-src-segments-and-examples):
21552 Remember indentation correctly.
21554 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21556 * org-clock.el (org-clock-update-mode-line): Apply face
21557 org-mode-line-clock.
21559 * org-faces.el (org-mode-line-clock): New face.
21561 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
21563 * org-gnus.el (org-gnus-store-link): Fix bug where
21564 `org-gnus-store-link' used wrong subject when called in an article
21565 buffer. Patch provided by fengli AT gmail DOT com.
21567 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21569 * org-exp.el (org-export-format-source-code-or-example):
21570 Remember the original indentation of source code snippets and examples.
21572 * org-latex.el (org-export-as-latex): Relocate the table of
21575 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
21577 * org-agenda.el (org-run-agenda-series): Scope global options also
21578 when creating the agenda buffer.
21580 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21582 * org.el (org-adapt-indentation): Improve documentation.
21583 (org-insert-property-drawer): Respect org-adapt-indentation when
21584 inserting the drawer.
21585 (org-remove-flyspell-overlays-in): New function.
21586 (org-do-emphasis-faces, org-activate-plain-links)
21587 (org-activate-code, org-fontify-meta-lines-and-blocks)
21588 (org-activate-angle-links, org-activate-footnote-links)
21589 (org-activate-bracket-links, org-activate-dates)
21590 (org-activate-target-links, org-activate-tags): Remove flyspell
21593 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21595 * org.el (org-edit-src-save): New function.
21597 * org-clock.el (org-clock-out-switch-to-state): New option.
21598 (org-clock-out): Honor `org-clock-out-switch-to-state'.
21600 * org-compat.el (org-compatible-face): Improve macro.
21602 * org.el (org-global-properties-fixed): Add default for
21603 CLOCK_MODELINE_TOTAL.
21605 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
21607 (org-clock-sum-current-item): Optional argument TSTART, pass it to
21609 (org-clock-get-sum-start): New function.
21611 * org.el (org-startup-options): New keywords blockhide and
21613 (org-mode): Add new invisibility spec.
21614 (org-set-startup-visibility): Hide block on startup if so
21616 (org-hide-block-startup): New option.
21617 (org-block-regexp): New constant.
21618 (org-hide-block-overlays): New variable.
21619 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
21620 (org-show-block-all, org-hide-block-toggle-maybe)
21621 (org-hide-block-toggle): New functions.
21622 (org-edit-src-exit): Do not quote lines starting with # and no +
21624 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
21627 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21629 * org.el (org-buffer-property-keys): Add Effort property for
21632 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21634 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
21635 when retrieving total clocked time in the subtree.
21637 * org.el (org-quoting-blocks): New variable.
21639 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21641 * org-table.el (org-table-store-formulas)
21642 (org-table-get-stored-formulas, org-table-fix-formulas)
21643 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
21644 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
21646 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
21647 Allow indented #+TBLFM line.
21649 * org-footnote.el (org-footnote-goto-local-insertion-point):
21650 Allow indented #+TBLFM line.
21652 * org-colview.el (org-dblock-write:columnview): Allow indented
21655 * org-clock.el (org-dblock-write:clocktable): Allow indented
21658 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21660 * org-exp.el (org-export-format-source-code-or-example):
21661 Make editing indented blocks work correctly.
21663 * org.el (org-edit-src-nindent): New variable.
21664 (org-edit-src-code, org-edit-fixed-width-region)
21665 (org-edit-src-find-region-and-lang, org-edit-src-exit):
21666 Make editing indented blocks work correctly.
21668 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21670 * org-exp.el (org-export-replace-src-segments-and-examples):
21671 Find indented blocks.
21672 (org-export-format-source-code-or-example): Fix indentation of
21674 (org-export-remove-indentation): New function.
21675 (org-export-select-backend-specific-text): Allow backend-specific
21676 code to be indented.
21677 (org-export-mark-blockquote-verse-center): Allow markers to be
21680 * org.el (org-fontify-meta-lines): New function.
21681 (org-set-font-lock-defaults): Call the new fontification
21684 * org-faces.el (org-meta-line): New face.
21685 (org-block): New face.
21687 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21689 * org.el (org-treat-insert-todo-heading-as-state-change)
21690 (org-treat-S-cursor-todo-selection-as-state-change):
21692 (org-insert-todo-heading):
21693 Honor `org-treat-insert-todo-heading-as-state-change'.
21694 (org-shiftright, org-shiftleft):
21695 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
21696 (org-inhibit-logging): New variable.
21698 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21700 * org-agenda.el (org-remove-subtree-entries-from-agenda):
21701 Reduce range for marker position checking.
21703 * org-latex.el (org-export-latex-first-lines): Fix bug when
21704 exporting a region.
21706 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21708 * org-exp.el (org-export-push-to-kill-ring): Protect using
21709 x-set-selection, because that does not always work.
21711 * org-agenda.el (org-agenda-list): Apply the new face
21712 `org-agenda-date-today'.
21714 * org-faces.el (org-agenda-date-today): New face.
21716 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21718 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
21719 creating appointments.
21721 * org-latex.el (org-export-latex-low-levels): Fix customization
21724 * org.el (org-priority, org-shiftup, org-shiftdown):
21725 Disable priority commands.
21727 * org-agenda.el (org-agenda-priority): Disable priority commands.
21729 * org.el (org-enable-priority-commands): New option.
21731 * org-colview.el (org-columns-compute)
21732 (org-columns-number-to-string): Fix problems with empty fields.
21734 * org-exp.el (org-export-push-to-kill-ring): New function.
21735 (org-export-copy-to-kill-ring): New option.
21737 * org-latex.el (org-export-as-latex):
21738 Call `org-export-push-to-kill-ring'.
21740 * org-exp.el (org-export-show-temporary-export-buffer):
21743 * org-latex.el (org-export-as-latex):
21744 Use `org-export-show-temporary-export-buffer'.
21746 * org-exp.el (org-export-show-temporary-export-buffer):
21748 (org-export-push-to-kill-ring): New function.
21750 * org-colview.el (org-columns-compile-map): New variable.
21751 (org-columns-new, org-columns-compute)
21752 (org-columns-number-to-string, org-columns-uncompile-format)
21753 (org-columns-compile-format): Implement new operators.
21755 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21757 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
21759 * org-list.el (org-update-checkbox-count): Make property
21762 * org.el (org-hierarchical-todo-statistics): New option.
21763 (org-update-parent-todo-statistics): Modify to handle recursive
21766 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21768 * org-publish.el (org-publish): Make this function behave
21769 correctly in interactive use when called with a prefix argument.
21771 * org.el (org-todo-statistics-hook): New hook.
21772 (org-update-parent-todo-statistics): Use new hook.
21773 (org-log-into-drawer): New function.
21774 (org-add-log-setup): Use the new `org-log-into-drawer' function to
21775 determine if we should be logging into a drawer.
21776 (org-log-into-drawer): Update docstring.
21777 (org-default-properties): Add LOG_INTO_DRAWER as a property.
21779 * org-list.el (org-checkbox-statistics-hook): New hook.
21780 (org-update-checkbox-count-maybe): Use new hook.
21782 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21784 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
21785 better buffer-generating mechanism.
21786 (org-edit-src-find-buffer): New function.
21788 * org-icalendar.el (org-print-icalendar-entries): Don't check for
21789 archive tag, this is already done by `org-agenda-skip'.
21790 data while constructing lost of tags.
21792 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21794 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
21795 as argument separator in macros.
21797 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21799 * org.el (org-after-sorting-entries-or-items-hook): New hook.
21800 (org-sort-entries-or-items): Run the new hook.
21801 (org-after-refile-insert-hook): New hook.
21802 (org-refile): Run `org-after-refile-insert-hook'.
21804 * org-agenda.el (org-agenda-get-progress): Never take time of day
21805 from headline when displaying progress.
21807 * org-latex.el (org-export-latex-complex-heading-re): New variable.
21808 (org-export-as-latex): Force the correct regexp in the
21809 preprocessor buffer.
21810 (org-export-latex-set-initial-vars):
21811 Set `org-export-latex-complex-heading-re'.
21813 * org-agenda.el (org-agenda-start-with-log-mode): New option.
21814 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
21816 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21818 * org-latex.el (org-export-latex-tables-centered): New option.
21819 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
21821 * org-exp.el (org-export-as-org): New command.
21822 (org-export-as-org): New command.
21824 * org-publish.el (org-publish-org-to-org): New function.
21826 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21828 * org.el (org-yank): Just call `org-yank-generic'.
21829 (org-yank-generic): New function, containing the formaer
21830 functionality of `org-yank'.
21832 * org-latex.el (org-export-latex-not-done-keywords)
21833 (org-export-latex-done-keywords): New variables.
21834 (org-export-latex-todo-keyword-markup): New option.
21835 (org-export-latex-set-initial-vars): Remember the TODO keywords.
21836 (org-export-latex-keywords-maybe): Apply the TODO markup.
21838 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21840 * org-exp.el (org-infile-export-plist): Add more default macros.
21841 (org-export-preprocess-apply-macros): Process macro arguments.
21843 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21845 * org-icalendar.el (org-icalendar-include-todo): New allowed value
21847 (org-print-icalendar-entries): Respect the new value of
21848 `org-icalendar-include-todo'.
21850 * org.el (org-link-try-special-completion)
21851 (org-file-complete-link): New functions.
21852 (org-insert-link): Add special completion support for some link
21855 * org-bbdb.el (org-bbdb-complete-link): New function.
21857 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21859 * org-list.el (org-update-checkbox-count): Allow recursive
21861 (org-hierarchical-checkbox-statistics): New option.
21863 * org.el (org-cycle): Remove erraneous space character.
21865 * org-icalendar.el (org-icalendar-timezone): Initialize from
21868 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21870 * org.el (org-autoload): Fix autoloading of ascii export
21872 (org-modules): Add org-special-blocks.
21874 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21876 * org-icalendar.el (org-start-icalendar-file): Use the new option.
21877 (org-ical-timezone): New option.
21879 * org-exp.el (org-export-get-coderef-format): Use the description
21882 * org.el (org-sort-entries-or-items): Improve docstring, and make
21883 better implementation for time sorting.
21885 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21887 * org.el (org-edit-src-persistent-message): New option.
21888 (org-edit-src-code, org-edit-fixed-width-region): Use the new
21891 * org-clock.el (org-clock-insert-selection-line): Fix prefious
21894 * org.el (org-edit-src-code, org-edit-fixed-width-region):
21895 Use separate buffer instead of indirect buffer to edit source code.
21896 (org-edit-src-exit): Make this function work with the new setup.
21898 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
21899 are properly fontified before shown in the selection menu.
21901 * org.el (org-fontify-like-in-org-mode): New function.
21903 * org-latex.el (org-export-latex-links): Use the property list to
21904 retrieve the default image attributes.
21906 * org-exp.el (org-export-plist-vars): Add a new option.
21908 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21910 * org-exp.el (org-export, org-export-visible): Support ASCII
21912 (org-export-normalize-links): Do not protect the description if it
21913 is explicitly given.
21915 * org-list.el (org-reset-checkbox-state-subtree): Move here from
21917 (org-reset-checkbox-state-subtree):
21918 Call `org-reset-checkbox-state-subtree'.
21920 * org-remember.el (org-select-remember-template): For the
21921 selection of a valid template.
21923 * org-latex.el (org-export-region-as-latex): Supply the
21924 force-no-subtree argument.
21925 (org-export-as-latex): Provide better limits when exporting the
21926 first line. When exporting to string, we still want the first
21928 (org-export-latex-first-lines): New argument END, to force the end
21930 (org-export-region-as-latex): Use the property list.
21931 (org-export-as-latex): ????
21933 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21935 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
21936 (org-export-latex-preprocess): Run the new hook.
21938 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
21939 (org-export-preprocess-string): Run the new hook.
21941 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21943 * org-macs.el (org-check-external-command): New defsubst.
21945 * org.el (org-mode-map): New key for reload.
21946 (org-format-latex): Better error message when external programs
21949 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
21951 * org.el (org-sort-entries-or-items): Explicit sorting function
21952 for priorities, needed for XEmacs compatibility.
21954 * org-remember.el (org-remember-apply-template): Improve auto-save
21957 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21959 * org-latex.el (org-export-latex-preprocess): Also protect
21960 environments ending in a star.
21962 * org-list.el (org-at-item-p): Fix regular expression.
21964 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21966 * org.el (org-end-of-subtree): Improve speed.
21968 * org-agenda.el (org-agenda-get-timestamps)
21969 (org-agenda-get-progress, org-agenda-get-deadlines)
21970 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
21971 in particular, wait as long as possible to collect the tags.
21972 (org-stuck-projects): Improve docstring.
21974 * org.el (org-store-link): No errors when getting custom id before
21976 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
21978 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21980 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
21982 * org-protocol.el: Remove dependency on url.el.
21983 (org-protocol-unhex-compound, org-protocol-open-source):
21984 Remove dependency on url.el.
21986 * org-latex.el (org-export-as-pdf):
21987 Use `org-latex-to-pdf-process'.
21989 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
21991 * org-latex.el (org-latex-to-pdf-process): New option.
21993 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
21995 (org-agenda-get-timestamps):
21996 Honor `org-agenda-skip-additional-timestamps-same-entry'.
21998 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
21999 (org-clock-goto): Find recent task only if
22000 `org-clock-goto-may-find-recent-task' allows it.
22002 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22003 drawers, and drawers that are missing the :END: line.
22005 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22007 * org-clock.el (org-clock-goto): Go to recently clocked task if no
22010 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22012 * org.el (org-update-parent-todo-statistics): Check for
22013 STATISTICS_FROM property.
22015 * org-list.el (org-update-checkbox-count): Check for
22016 STATISTICS_FROM property.
22018 * org.el (org-tab-first-hook)
22019 (org-tab-after-check-for-table-hook)
22020 (org-tab-after-check-for-cycling-hook): New hooks.
22021 (org-cycle-internal-global, org-cycle-internal-local):
22022 New functions, split out from `org-cycle'.
22023 (org-cycle): Call the new hooks.
22025 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22027 * org-exp.el (org-export-preprocess-string): Reset the list of
22028 preferred targets for each run of the preprocessor.
22030 * org.el (org-refile-target-verify-function):
22031 Improve documentation.
22032 (org-get-refile-targets): Respect point being moved by the
22033 verification function.
22035 * org-latex.el (org-export-latex-timestamp-keyword-markup):
22037 (org-export-latex-keywords): Use new option.
22039 * org.el (org-rear-nonsticky-at): New defsubst.
22040 (org-activate-plain-links, org-activate-angle-links)
22041 (org-activate-footnote-links, org-activate-bracket-links)
22042 (org-activate-dates, org-activate-target-links)
22043 (org-activate-tags): Place the rear-nonsticky properties at the
22046 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22048 * org-protocol.el (server-edit): Declare `server-edit'.
22049 (org-protocol-unhex-string, org-protocol-unhex-compound):
22051 (org-protocol-check-filename-for-protocol): Call `server-edit'.
22053 * org.el (org-default-properties): New default properteis for
22056 * org-exp.el (org-export-add-subtree-options): Add new properties
22057 for subtree export.
22059 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22061 * org-id.el (org-id-get-with-outline-path-completion): Turn off
22062 org-refile-target-verify-function for the duration of the command.
22064 * org.el (org-link-to-org-use-id): New possible value
22065 `create-if-interactive-and-no-custom-id'.
22066 (org-store-link): Use custom IDs.
22067 (org-link-search): Find custom ID properties from #link.
22068 (org-default-properties): Add CUSTOM_ID for property completion.
22069 (org-refile-target-verify-function): New option.
22070 (org-goto): Turn off org-refile-target-verify-function
22071 for the duration of the command.
22073 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22075 * org-exp.el (org-export-preferred-target-alist): New variable.
22076 (org-export-define-heading-targets): Find the new CUSTOM_ID
22078 (org-export-target-internal-links): Target the custom ids when
22081 * org-latex.el (org-export-latex-preprocess): Better regexp for
22082 matching latex macros with arguments.
22084 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22086 * org-remember.el (org-remember-handler): Allow filing to non-org
22089 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
22091 * org-table.el (org-table-fix-formulas): Do not change references
22093 (org-table-get-remote-range): Convert standard coordinates to RC
22096 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22098 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22100 * org-compat.el (org-sha1-string): Function removed.
22102 * org.el (org-refile-allow-creating-parent-nodes): New option.
22103 (org-refile-get-location): New argument NEW-NODES.
22104 (org-refile): Call `org-refile-get-location' with the new
22106 (org-refile-get-location): Arrange for adding a new child.
22107 (org-refile-new-child): New function.
22109 * org-clock.el: Fix a number of docstrings.
22110 (org-clock-find-position): New argument
22111 FIND-UNCLOSED to make the function find an unclosed clock in the
22113 (org-clock-in): Call `org-clock-find-position' with the new
22114 argument if we might be resuming a clock.
22116 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22118 * org-latex.el (org-export-latex-display-custom-times): New variable.
22119 (org-export-latex-timestamp-markup): New option.
22120 (org-export-latex-set-initial-vars): Remember the local value of
22121 `org-display-custom-times'.
22122 (org-export-latex-content): Process time stamps.
22123 (org-export-latex-time-stamps): New function.
22125 * org-macs.el (org-maybe-intangible): Add intangible property
22126 again to invisible text.
22128 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22130 * org-exp.el (org-default-export-plist): Handle undefined
22133 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22135 * org.el (org-sort-entries-or-items): Match TODO keywords
22136 case-sensitively, when sorting.
22137 (org-priority): Do not match TODO keywords with wrong case.
22139 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22141 * org.el (org-todo): Honor the NOBLOCKING property.
22143 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22144 NOBLOCKING property.
22146 * org.el (org-scan-tags): Fix bug in tag scanner.
22148 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22150 * org.el (org-modules): Mark obsolete packages.
22152 * org-html.el: New file, split out from org-exp.el.
22154 * org-icalendar.el: New file, split out from org-exp.el.
22156 * org-xoxo.el: New file, split out from org-exp.el.
22158 * org-ascii.el: New file, split out from org-exp.el.
22160 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22162 * org-compat.el (org-find-library-name): New function.
22164 * org.el (org-pre-cycle-hook): New hook.
22165 (org-cycle): Call the new hook in appropriate places.
22166 (org-reload): Only reload files that have been loaded before.
22168 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22170 * org.el (org-set-font-lock-defaults): Enforxe space or line end
22171 after todo keyword.
22172 (org-todo): When changing TODO state, do matching
22174 (org-map-continue-from): New variable.
22175 (org-scan-tags): Respect values in `org-map-continue-from'.
22176 (org-reload): Make XEmacs compatible.
22178 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22180 * org-protocol.el (org-protocol-flatten-greedy): New function.
22181 (org-protocol-flatten): New function.
22183 * org.el (org-open-link-from-string): Pass reference buffer to
22184 `org-open-at-point'.
22185 (org-open-at-point): New optional argument `reference-buffer'.
22187 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22189 * org.el (org-scan-tags): Make tag scan find headline in first
22191 (org-get-refile-targets): Add the naked file name.
22192 (org-refile): Store as top-level entry when only file name was
22195 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22197 * org.el (org-block-todo-from-children-or-siblings-or-parent):
22198 Rename from org-block-todo-from-children-or-siblings, and
22199 enhanced to look for the parent's status as well.
22201 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22202 (org-agenda-get-progress): Add first notes line to log entry if so
22205 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22207 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22208 (org-agenda-cleanup-fancy-diary): Call the new hook.
22210 * org-remember.el (org-remember-apply-template): Take the default
22211 for the annotation from the :annotation property.
22213 * org-mac-message.el (org-mac-message-get-link): Remove the
22215 (org-mac-message-get-link): Return the result.
22217 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22219 * org.el (org-refile-get-location): Add file name only if not
22220 already included in outline path.
22222 * org-faces.el (org-n-level-faces): Fix customization type from
22225 * org-exp.el (org-export-headline-levels): Fix customization type
22226 from number to integer.
22228 * org-agenda.el (org-agenda-confirm-kill)
22229 (org-agenda-custom-commands-local-options)
22230 (org-timeline-show-empty-dates, org-agenda-ndays)
22231 (org-agenda-start-on-weekday, org-scheduled-past-days):
22232 Fix customization type from number to integer.
22234 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22236 * org-protocol.el: Declare some functions.
22238 * org-agenda.el (org-agenda-compare-effort):
22239 Honor `org-sort-agenda-noeffort-is-high'.
22240 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22241 (org-agenda-compare-effort): Implement the "?" operator for
22242 finding entries without effort setting.
22244 * org.el (org-extract-attributes-from-string): New function.
22246 * org-exp.el (org-export-splice-attributes): New function.
22248 2009-08-06 Bastien Guerry <bzg@gnu.org>
22249 Daniel M German <dmg@uvic.org>
22250 Sebastian Rose <sebastian_rose@gmx.de>
22251 Ross Patterson <me@rpatterson.net>
22253 * org-protocol.el: New file.
22255 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
22257 * org-docbook.el: New file.
22259 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22261 * org-mouse.el: XEmacs compatibility fixes.
22263 * org.el (org-modules): Add org-inlinetasks.el.
22264 (org-cycle): Implement limiting level on cycling.
22265 (org-move-subtree-down): Fix bug with swapping subtrees at end of
22268 * org-inlinetask.el: New file.
22270 * org.el (org-emphasis-regexp-components): Allow braces in
22271 emphasis pre and post match.
22273 * org-footnote.el (org-footnote-normalize): When only sorting, do
22274 not insert inline notes at the end.
22276 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22278 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22280 * org.el (org-reftex-citation): New command.
22282 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22284 * org-agenda.el (org-agenda-cmp-user-defined): New option.
22285 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22287 (org-entries-lessp): Apply the new sorting option.
22289 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22290 blocker code, when an older sibling has children.
22292 * org-mac-message.el (org-mac-message-get-link): Improve getting
22293 links from multiple selected messages.
22295 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22297 * org-remember.el (org-remember-finalize): Do not set buffer file
22299 (org-remember-handler): Mark buffer as unmodified.
22300 (org-remember-handler): Delete backup file and show message about
22301 remaining backup files.
22302 (org-remember-auto-remove-backup-files): New option.
22304 * org.el (org-store-link): Use buffer name as link description in
22306 (org-ido-switchb): Fix argument bug for completion.
22308 * org-remember.el (org-remember-apply-template): Set local
22309 variable `auto-save-visited-file-name' instead of global one.
22311 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22313 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22314 (org-agenda-get-todos): Mark file tags as inherited.
22315 (org-agenda-list): Always search diary lines for a time.
22317 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22319 * org-feed.el: New file.
22321 * org-exp.el (org-export-as-html): Close local lists depending on
22322 indentation, also when starting a table.
22324 * org-remember.el (org-remember-backup-directory)
22325 (org-remember-backup-name): New internal variable.
22327 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22329 * org-clock.el (org-clock-out-if-current): Make buffer detection
22330 work in indirect buffers as well.
22332 * org.el (org-emphasis-regexp-components): Add the exxclamation
22333 mark to the post-emphasis characters.
22335 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22337 * org.el (org-read-date-minibiffer-septup-hook): New hook.
22338 (org-read-date): Run the new hook.
22340 * org-mac-message.el (org-mac-flagged-mail): New group.
22341 (org-mac-mail-account): New variable.
22342 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22345 * org-remember.el (org-remember-backup-directory): New variable.
22346 (org-remember-apply-template): Write file to backup directory.
22348 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22350 * org-mouse.el (org-mouse-todo-menu): New function.
22351 (org-mouse-todo-keywords): Function removed.
22352 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22354 * org-table.el (org-table-beginning-of-field)
22355 (org-table-end-of-field): New commands.
22356 (org-table-previous-field, org-table-beginning-of-field):
22357 Better error messages.
22358 (orgtbl-setup): Include `M-a' and `M-e'.
22360 * org.el (org-backward-sentence, org-forward-sentence):
22363 * org-colview.el (org-colview-initial-truncate-line-value):
22365 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22366 (org-columns): Remember the value of `truncate-lines'.
22368 * org.el (org-columns-skip-arrchived-trees): New option.
22370 * org-agenda.el (org-agenda-export-html-style): Define color for
22371 org-agenda-done face.
22372 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22373 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22375 * org.el (org-scan-tags): Use the new face.
22377 * org-faces.el (org-agenda-done): New face.
22379 * org.el (org-scan-tags): Test the value org
22380 `org-tags-match-list-sublevels'.
22381 (org-tags-match-list-sublevels): New allowed value: indented.
22383 * org-latex.el (org-export-latex-make-header): Apply macros
22386 * org-exp.el (org-export-apply-macros-in-string): New function.
22388 * org-latex.el (org-export-latex-list-parameters): Fix bug
22389 with the definition of a checked box.
22391 * org-clock.el (org-clock-find-position): Fix drawer indentations.
22393 * org-latex.el (org-export-latex-low-levels): More options
22394 for how to process lower levels in LaTeX.
22395 (org-export-latex-subcontent): Better treatment for lists as a
22396 means of publishing lower levels.
22398 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22400 * org.el (org-set-font-lock-defaults): Use new checkbox face.
22402 * org-faces.el (org-checkbox): New face.
22404 * org-exp.el (org-export-html-preprocess): Only create LaTeX
22405 fragement images if there is an export file.
22407 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22409 * org-agenda.el (org-stuck-projects): Document that the subtree of
22410 projects that are not stuck will now be searched for stuck
22412 (org-agenda-skip-entry-when-regexp-matches)
22413 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22414 (org-agenda-list-stuck-projects):
22415 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22417 * org-latex.el (org-export-latex-preprocess):
22418 Improve export of verses.
22420 * org-exp.el (org-export-as-html): Implement centering as a div
22421 rather than a paragraph. Do a better job with line-end in verse
22424 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22426 * org.el (org-open-at-point): Fix tags searches by mouse click.
22428 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22430 * org-latex.el (org-export-latex-preprocess): Implement the
22433 * org-exp.el (org-export-mark-blockquote-verse-center):
22434 Rename from `org-export-mark-blockquote-and-verse'.
22435 (org-export-as-html): Implement the centering markup.
22437 * org-latex.el (org-export-latex-tables): Fix vertical
22440 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22442 * org.el (org-read-date-history): New variable.
22443 (org-read-date): Use new history variable.
22444 (org-toggle-heading): Fix bug when used before first headline.
22445 (org-store-log-note): Remove drawer if empty while note is
22447 (org-remove-empty-drawer-at): New function.
22448 (org-check-after-date): New command.
22449 (org-sparse-tree): New sparse tree command "a".
22451 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22453 2009-08-06 Bastien Guerry <bzg@gnu.org>
22455 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22456 column and a space, not only a column.
22458 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22460 * org-latex.el (org-export-latex-emphasis-alist):
22461 Better defaults for verbose emphasis.
22462 (org-export-latex-emph-format): New function.
22463 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22465 * org-agenda.el (org-agenda-menu): Add new commands to menu.
22466 (org-agenda-do-date-later, org-agenda-do-date-earlier)
22467 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22468 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22471 * org.el (org-timestamp-change): Move end-time along with start
22474 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22476 * org-exp.el (org-export-target-internal-links)
22477 (org-export-as-html): Protect links specified as #name.
22479 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22481 * org.el (org-clone-subtree-with-time-shift): New command.
22483 * org-latex.el (org-export-latex-special-chars)
22484 (org-export-latex-treat-sub-super-char): Fix subscript export.
22486 * org-exp.el (org-create-multibrace-regexp): Do not add
22487 backslashes to the class.
22489 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22491 * org-colview.el (org-columns-map): Better functions for moving up
22492 and down a row, even if `truncate-line' is nil.
22494 * org.el (org-insert-todo-heading): Make sure the keyword is
22495 inserted at the correct position.
22497 * org-publish.el (org-publish-project-alist)
22498 (org-publish-projects, org-publish-org-index): Change default anme
22499 for the index of file names to "sitemap.org".
22501 * org-latex.el (org-export-latex-tables):
22502 Use `org-split-string', for Emacs 21 compatibility.
22504 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22506 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22508 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22510 * org-exp.el (org-export-page-description)
22511 (org-export-page-keywords): New variables.
22512 (org-export-plist-vars): Add entries for :keywords and
22514 (org-infile-export-plist): Parse for new keywords.
22515 (org-get-current-options): Add new keywords.
22516 (org-export-as-html): Publish description and keywords.
22518 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22520 (org-agenda-add-entry-text):
22521 Honor `org-agenda-add-entry-text-descriptive-links'.
22523 * org-latex.el (org-export-latex-preprocess): Make all
22524 external preprocess functions use a PARAMETER arg.
22526 * org-exp.el (org-export-preprocess-string)
22527 (org-export-select-backend-specific-text)
22528 (org-export-format-source-code-or-example)
22529 (org-format-org-table-html): Support docbook export.
22530 (org-export-preprocess-string): Make all external preprocess
22531 functions use a PARAMETER arg.
22533 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22535 * org-exp.el (org-export-html-style-include-scripts): New option.
22536 (org-export-plist-vars): Add new option
22537 `org-export-html-style-include-scripts'.
22538 (org-export-as-html): Honor new option
22539 `org-export-html-style-include-scripts'.
22540 (org-export-html-scripts, org-export-html-style-default):
22541 Fix xml issues with the Safari browser.
22543 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22545 * org-publish.el (org-publish-attachment): Only copy file when the
22546 directories differ.
22548 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22550 * org-clock.el (org-clocktable-steps): Use inactive time stamps
22551 for clocktable steps.
22553 * org.el (org-additional-option-like-keywords): Add two more
22556 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22558 * org-exp.el (org-export-format-source-code-or-example):
22559 Mark temporary buffer unmodified, so that it will be killed even if
22560 mode like message mode has decided to assign a file name.
22562 * org.el (org-scan-tags): Improve tag inheritance.
22563 (org-scan-tags, org-make-tags-matcher): Make tag comparison
22565 (org-scan-tags): Use the internal tags list instead of creating it
22567 (org-trust-scanner-tags, org-scanner-tags): New variables.
22568 (org-scan-tags): Set `org-scanner-tags'.
22569 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
22570 (org-map-entries): Document the possible speedup using scanner
22573 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22575 * org.el (org-add-planning-info): Fix bug with looking for keyword
22578 * org-agenda.el (org-agenda-custom-commands-local-options):
22579 Add option for tags filter preset.
22580 (org-prepare-agenda): Store filter preset as a property on the
22582 (org-finalize-agenda): Call the filter, if there is a preset.
22583 (org-agenda-filter-by-tag): Filter again after clearing the
22584 filter, when there still is a preset.
22585 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
22586 Include the preset filter.
22587 (org-agenda-redo): Apply the filter again, also the preset filter.
22589 * org-exp.el (org-export-as-html): Use IDs in the correct way.
22591 * org.el (org-uuidgen-p): New function.
22593 * org-agenda.el (org-agenda-fontify-priorities): New default value
22595 (org-agenda-fontify-priorities): Rename from
22596 org-fontify-priorities.
22598 * org.el (org-set-font-lock-defaults):
22599 Call `org-font-lock-add-priority-faces'.
22600 (org-font-lock-add-priority-faces): New function.
22602 * org-faces.el (org-set-tag-faces): New option.
22603 (org-priority-faces): New variable.
22605 * org-exp.el (org-export-as-html): Add a "content" div around the
22606 entire content of the body tag.
22607 (org-export-html-get-bibliography): New function.
22608 (org-export-html-validation-link): New variable.
22609 (org-export-as-html): Add validation link to exported page.
22611 * org.el (org-match-sparse-tree): Rename from
22612 `org-tags-sparse-tree'.
22613 (org-tags-sparse-tree): New alias.
22615 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22617 * org.el (org-get-valid-level): Catch the case where the level
22620 * org-clock.el (org-clock-find-position): Better indentation of
22623 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22625 * org-agenda.el (org-agenda-quit): Delete window only when the
22626 frame-setup was not `current-window'.
22628 * org.el (org-tag-persistent-alist): New option.
22629 (org-startup-options): Add keyword `noptag'.
22630 (org-fast-todo-selection): Handle :newline correctly.
22631 (org-set-tags): Handle :newline correctly.
22632 (org-fast-tag-selection): Handle :newline correctly.
22634 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22636 * org-exp.el (org-export-as-ascii): Reverse link buffer before
22638 (org-export-ascii-push-links): Fix bug with pussing links into the
22641 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22643 * org-archive.el (org-archive-subtree): Do not add 1 to level if
22644 pasting at top level.
22646 * org-bbdb.el: Improve documentation.
22648 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22650 * org-list.el (org-insert-item): Only consider insert empty lines
22651 is `org-empty-line-terminates-plain-lists' is not nil.
22653 * org.el (org-blank-before-new-entry): Mention the dependence on
22654 `org-empty-line-terminates-plain-lists' in the docstring.
22656 * org-publish.el (org-publish-get-project-from-filename):
22657 New optional argument UP. Only find the top project if UP is set.
22658 (org-publish-current-project): Find the top encloding project.
22660 * org-agenda.el (org-agenda-before-write-hook)
22661 (org-agenda-add-entry-text-maxlines): New options.
22662 (org-write-agenda): Run the new hook in the temporary buffer.
22663 (org-agenda-add-entry-text): New function.
22664 (org-write-agenda): Implement PDF export, using ps2pdf.
22666 * org.el (org-global-properties-fixed, org-global-properties):
22667 Improve documentation string.
22669 * org-exp.el (org-export-ascii-links-to-notes): New option.
22670 (org-export-as-ascii): Handle links better.
22671 (org-export-ascii-wrap, org-export-ascii-push-links):
22674 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22676 * org-agenda.el (org-agenda): Make prefix arg optional.
22677 (org-agenda-search-headline-for-time): New option.
22678 (org-format-agenda-item):
22679 Honor `org-agenda-search-headline-for-time'.
22681 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
22684 * org.el (org-self-insert-cluster-for-undo): New option.
22685 (org-self-insert-command): Cluster undo for 20 characters.
22686 (org-self-insert-command-undo-counter): New variable.
22688 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22690 * org-exp.el (org-export-as-html): Fix problem with closing colone
22693 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22695 * org-latex.el (org-export-as-latex)
22696 (org-export-latex-first-lines): Avoid modification flag when
22697 adding or removing text properties.
22698 (org-export-latex-fontify): Catch error when org-emph-alist has
22699 entries that are not defined for LaTeX export.
22701 * org-export-latex.el: Rename to org-latex.el.
22703 * org-latex.el: Rename from org-export-latex.el.
22705 * org.el (orgstruct++-mode): New function.
22706 (turn-on-orgstruct++): Call `orgstruct++-mode'.
22707 (org-context-p): Allow detecting item context after the first line
22709 (orgstruct-make-binding): Detect if item-body context should be
22711 (orgstruct-is-++): New variable.
22712 (org-add-planning-info): Catch the case when there is no planning
22713 info yet and the call does not want to add anything, only maybe
22714 tries to remove something.
22715 (org-special-ctrl-a/e): All value to be a cons cell with separate
22716 settings for `C-a' and `C-e'.
22717 (org-beginning-of-line, org-end-of-line): Honor separate values
22718 for `C-a' and `C-e'.
22720 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
22722 * org.el (org-reload): New command.
22724 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
22726 * org-gnus.el (org-gnus-store-link): Fix bug where
22727 org-gnus-store-link used wrong subject when called in an article
22728 buffer. Patch provided by fengli AT gmail DOT com.
22730 2009-03-13 D. Goel <deego3@gmail.com>
22732 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
22733 replace ls by (values-list ls).
22735 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
22737 * org-remember.el (org-remember-apply-template): Turn off ido for
22740 * org.el (org-priority): Also find invisible headings, for remote
22742 (org-completing-read-no-ido): New function.
22743 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
22745 * org-colview.el (org-columns-edit-value): No special treatment of
22748 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
22750 * org.el (org-block-todo-from-children-or-siblings):
22751 Use `org-up-heading-all' so that this will work correctly with hidden
22752 property drawers and entries.
22753 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
22754 falling back to normal, default command.
22755 (org-get-location): Temporarily turn off special behavior.
22757 2009-02-13 Glenn Morris <rgm@gnu.org>
22759 * org-rmail.el (rmail-show-message): Restore argument list to the
22760 declaration now that this functions behaves in Emacs 23 as in 22.
22762 2009-02-12 Glenn Morris <rgm@gnu.org>
22764 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
22766 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
22768 * org-footnote.el (org-footnote-action): Fix doc typo.
22770 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
22772 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
22773 text before first headline.
22774 (org-export-remove-or-extract-drawers): Fix regular expression for
22775 extracting drawers.
22777 * org.el (org-format-latex): Stop LaTeX fragment processing in
22778 protected examples.
22780 2009-02-05 Glenn Morris <rgm@gnu.org>
22782 * org-rmail.el (rmail-show-message): Update declaration.
22783 (rmail-buffer, rmail-view-buffer): Declare.
22784 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
22786 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
22788 * org.el (org-return-follows-link): Revert setting
22789 `org-return-follows-link' to t by default.
22791 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
22793 * org.el (org-cycle-global-at-bob): Fix typo.
22795 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
22797 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
22799 * org.el (org-mode): Make dependence stuff work more reliably.
22800 (org-update-parent-todo-statistics): Fix bug with updating
22802 (org-yank-adjusted-subtrees, org-return-follows-link)
22803 (org-use-fast-todo-selection, org-tags-column): New default
22804 setting for variables.
22806 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
22807 ~ as verbatim delimiters, to avoid table bug.
22808 (org-export-latex-classes): Remove the a4paper option from the
22811 * org-exp.el (org-export-html-format-image): New argument
22812 PAR-OPEN, to fix XHTM validation bug.
22813 (org-export-as-html): Pass par-open to
22814 `org-export-html-format-image'.
22815 (org-export-html-footnotes-section): Use a more consistent id for
22818 * org-agenda.el (org-agenda-sorting-strategy)
22819 (org-agenda-tags-column): New default setting for variables, based
22820 on a poll what typical uses use.
22821 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
22822 setting the blocked tag.
22824 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
22826 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
22827 only checking for blocks.
22829 * org-exp.el (org-export-html-footnotes-section): Make the div id
22832 * org-export-latex.el (org-export-latex-classes):
22833 Remove paper size option from LaTeX classes.
22835 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
22837 * org.el (org-enforce-todo-checkbox-dependencies): New option.
22838 (org-block-todo-from-checkboxes): New function.
22839 (org-todo): Make triple prefix arg circumvent blocking.
22841 2009-01-30 Glenn Morris <rgm@gnu.org>
22843 * org-list.el (org-empty-line-terminates-plain-lists)
22844 (org-toggle-checkbox): Doc fixes.
22846 * org-table.el (org-table-clean-before-export): Fix declaration.
22848 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
22850 * org-timer.el (org-timer): Provide the timer feature.
22852 * org.el (org-require-autoloaded-modules): Add a few more files to
22853 the list of autoloaded modules.
22855 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
22857 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
22858 drawers that are unprotected.
22859 (org-export-html-format-image): Make sure inlined LaTeX fragment
22860 images remain inlined.
22862 * org.el (org-toggle-ordered-property): New function.
22863 (org-mode-map): Add a key for `org-toggle-ordered-property'.
22864 (org-org-menu): Add menu entries for TODO dependencies.
22866 * org.el (org-default-properties): Add ORDERED to the default
22867 properties, to get completion support for it.
22869 * org-list.el (org-update-checkbox-count): Update more than one cookie.
22871 * org.el (org-update-parent-todo-statistics): Update more than one
22874 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
22876 * org-agenda.el (org-agenda-get-todos): Start search from correct
22879 * org.el (org-fast-todo-selection): Make sure TODO selection does
22880 not change buffer position.
22882 * org-list.el (org-toggle-checkbox): Implement adding or removing
22883 checkboxes from line or region when called with a prefix
22886 * org-rmail.el (org-rmail-store-link): Protect the call to
22887 `rmail-narrow-to-non-pruned-header'.
22889 * org-clock.el (org-clock-special-range): Fix week display in
22892 * org-exp.el (org-get-current-options): Fix bug when in indirect
22895 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
22896 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
22897 (org-agenda-dim-blocked-tasks): New function.
22899 * org.el (org-enforce-todo-dependencies): New option.
22900 (org-block-todo-from-children-or-siblings): New function.
22902 * org-faces.el (org-agenda-dimmed-todo-face): New face.
22904 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
22906 * org.el (org-todo): Return correct state type even if the blocker
22908 (org-modifier-cursor-error): Rename from
22909 `org-shiftcursor-error'.
22910 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22911 (org-shiftmetadown): Call `org-modifier-cursor-error'.
22913 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
22914 to get real errors from the blocker hook.
22916 * org.el (org-shiftselect-error, org-call-for-shift-select):
22918 (org-set-visibility-according-to-property): Turn off the setting
22919 of `org-show-entry-below', to avoid overruling a FOLDED visibility
22922 * org.el (org-support-shift-select): New option.
22923 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
22924 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
22925 selection outside contexts.
22927 * org-list.el (org-at-item-bullet-p): New function.
22929 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
22932 * org-footnote.el (org-footnote-normalize): Remove unnecessary
22934 (org-insert-footnote-reference-near-definition):
22935 Remove unnecessary let form.
22937 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
22939 * org-export-latex.el (org-export-as-latex):
22940 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
22941 (org-export-latex-first-lines): New parameter OPT-PLIST.
22943 * org.el (org-yank): Tell `delete-selection-mode' about
22946 * org-faces.el (org-clock-overlay): Fix face definition.
22948 * org-export-latex.el (org-export-latex-first-lines):
22949 Pass timestamp and footnote parameters to the preprocessor.
22951 * org-exp.el (org-export-remove-timestamps): Do not remove time
22952 stamps inside tables.
22954 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
22956 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
22958 * org.el (org-agenda-tags-todo-honor-ignore-options):
22961 * org-table.el (org-table-insert-hline): Fix typo in function call
22962 to `backward-char'.
22964 * org-exp.el (org-export-as-html): Remove the initial space from
22967 * org.el (org-scan-tags):
22968 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
22970 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
22971 New customization groups.
22972 (org-agenda-tags-todo-honor-ignore-options): New option.
22973 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
22975 (org-agenda-get-todos):
22976 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
22978 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
22980 * org-exp.el (org-export-format-source-code-or-example):
22981 Escape HTML characters also in examples that anre not treated with
22982 htmlize. Also, just switch to EXAMPLE processing if we do not
22983 have a good version of htmlize.
22985 * org-rmail.el: Fix copyright notice.
22987 * org.el (org-activate-footnote-links): Improve footnote link
22990 * org-footnote.el (org-footnote-normalize): Fix finding the end of
22991 a footnote definition at the end of the file.
22993 * org-table.el (org-table-get-specials): Add an imagined hline at
22994 the end of the table. This can be useful for references that want
22995 to go to the end of the table. Also fix bug when computing last
22996 row constants, in tables that do not start right at the right
22998 (org-table-eval-formula): Match and replace remove references.
22999 (org-table-formula-substitute-names): Make sure that names inside
23000 a "remote" call are left alone, the will be replaced later when
23001 the remote call is handled.
23002 (org-table-convert-refs-to-rc): Do not convert things that might
23003 look like a reference, but are really part of an ID or namei n a
23005 (org-table-get-remote-range): New function.
23007 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23009 * org-faces.el (org-clock-overlay): Fix bug in face definition.
23011 * org-clock.el (org-clock-put-overlay): Use new face instead of
23012 `secondary-selection'.
23014 * org-faces.el (org-clock-overlay): New face.
23016 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23018 * org-exp.el (org-get-current-options): Include the option for
23019 publishing time stamps.
23021 * org.el (org-toggle-heading): Rename from
23022 `org-toggel-region-headings'.
23023 No longer needs a region defined, but will use it if there is one.
23024 (org-ctrl-c-star): Simplify, relying more on the internal
23025 workings of `org-toggle-heading'.
23026 (org-toggle-item): Rename from `org-toggle-region-items'.
23027 No longer needs a region defined, but will use it if there is one.
23028 (org-ctrl-c-minus): Simplify, relying more on the inernal
23029 workings of `org-toggle-item'.
23031 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23032 environment detection. Also, do real changes only in unprotected
23035 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23037 * org-export-latex.el (org-export-latex-quotation-marks):
23038 Use `org-if-unprotected-1'.
23039 (org-export-latex-set-initial-vars): Check for class definition in
23042 * org-macs.el (org-if-unprotected-1): New macro.
23044 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23046 * org-compat.el (org-count-lines): New function.
23048 * org-exp.el (org-export-format-source-code-or-example):
23049 Handle switches related to text areas.
23051 * org.el (org-activate-footnote-links): Don't allow match inside a
23054 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23056 * org-export-latex.el (org-export-latex-links): Keep a relative
23057 path relative also after export.
23059 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23061 * org.el (org-make-tags-matcher): Never use IDO for completing the
23062 tags matcher match string.
23063 (org-completing-read): Also remove the special biding for "?".
23065 * org-attach.el (org-attach-allow-inheritance): New option.
23066 (org-attach-inherited): New variable.
23067 (org-attach-dir): Handle properties related to the attachment
23069 (org-attach-check-absolute-path): New function.
23070 (org-attach-set-directory, org-attach-set-inherit): New commands.
23071 (org-attach): Accommodate the new commands in the dispatcher.
23073 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23075 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23076 `window-full-width-p'.
23078 * org-exp.el (org-export-as-html): Only check for images files
23079 that really can be inlined.
23081 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23082 list of extensions to be a parameter.
23084 * org-exp.el (org-export-html-inline-image-extensions):
23087 * org-agenda.el (org-prepare-agenda):
23088 Use `org-agenda-block-separator'.
23089 (org-agenda-block-separator): New option.
23091 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23093 * org-export-latex.el (org-export-latex-tables):
23094 Call `org-table-clean-before-export' with the new optional argument.
23096 * org-exp.el (org-table-clean-before-export): New optional
23097 parameter MAYBE-QUOTED, allows for quoted characters like \# in
23100 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23102 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23105 * org-colview.el (org-colview-construct-allowed-dates):
23106 Better error catching when a date/time property does not have allowed
23109 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23111 * org.el (org-map-entries): Restore point and restriction after
23114 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23116 * org.el (org-time=, org-time<, org-time<=, org-time>)
23117 (org-time>=, org-time<>): Make sure both values are dates.
23119 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23121 * org-archive.el (org-extract-archive-heading): Allow %s for file
23122 name also in achive location heading.
23124 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23126 * org-archive.el (org-add-archive-files): Uniquify the list before
23129 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23131 * org-compat.el (org-fit-window-to-buffer):
23132 Use `window-full-width-p'.
23134 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23135 space after the colon in short examples.
23137 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23138 enforce a space after the colon. However, we also allow lines
23139 that are *only* a colon.
23140 (org-export-as-html): Enforce the space after the colon in short
23142 (org-export-preprocess-string): Do the colon example protection
23144 (org-export-remove-timestamps): Do not check for protection at the
23147 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23149 * org.el (org-format-latex-options): Add new matcher for single
23150 letters between dollars.
23151 (org-get-header): Function removed.
23152 (org-heading-components): New function.
23154 * org-exp.el (org-export-define-heading-targets): Record ID's also
23155 as alternative targets.
23156 (org-export-as-html): Interpret "id:" links to other files by
23157 preserving the relative path.
23159 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23162 * org-exp.el (org-export-normalize-links): Protect the main link,
23163 to avoid special character processing.
23165 * org-export-latex.el (org-export-latex-special-keyword-regexp):
23167 (org-export-latex-special-string-regexps): Variable removed.
23168 (org-export-latex-keywords): Use the new regexp.
23170 * org-exp.el (org-export-handle-include-files): Fetch switches and
23171 put them into the BEGIN statement.
23173 * org-timer.el (org-timer-mode-line-string): New variable.
23175 * org-clock.el (org-clock-mode-line-map): Rename from
23176 `org-clock-mode-map'.
23177 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23178 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23179 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23180 (org-clock-remove-overlays): Rename from
23181 `org-remove-clock-overlays'.
23183 * org-timer.el (org-timer-pause-or-continue): Implement stopping
23184 and mode line display.
23185 (org-timer-stop): New command.
23186 (org-timer-seconds): Return correct time when timer is paused.
23187 (org-timer-mode-line-timer): New variable.
23188 (org-timer-set-mode-line, org-timer-update-mode-line):
23191 * org.el (org-insert-heading): Handle new value `auto' for
23192 `org-blank-before-new-entry'.
23193 (org-org-menu): Add new items for timer functions.
23195 * org-list.el (org-insert-item): Handle new value `auto' for
23196 `org-blank-before-new-entry'.
23198 * org.el (org-blank-before-new-entry): New value `auto', made
23201 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23203 * org-exp.el (org-export-normalize-links): If the link is also
23204 used as the description, protect the description.
23206 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23208 * org.el (org-closest-date): Fix bug with yearly repeats, in
23209 combination with preference of the past as it is used for deadline
23210 and scheduling search.
23212 * org-exp.el (org-html-handle-time-stamps): No longer check for
23213 the `org-export-with-timestamps' option, because the preprocesser
23214 has taken care of this already.
23216 * org.el (org-entry-properties): Catch the case when this is
23217 called in a non-org-mode file.
23219 * org-export-latex.el (org-export-latex-remove-from-headlines):
23220 Variable made obsolete, also LaTeX export now uses the standard
23222 (org-export-as-latex): Add the timestamps parameter to the
23223 preprocessor parameter list.
23224 (org-export-latex-content): Export the remaining keywords without
23225 considering to remove them.
23226 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23227 Use bold font instead of tt font for the keywords.
23228 (org-export-latex-fontify-headline): Format headlines, assuming
23229 that all keywords still present should be published.
23230 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23231 publish what ever remains of the time stamps.
23232 (org-export-latex-list-parameters): New option.
23233 (org-export-latex-lists): Pass additional parameters to the list
23236 * org-exp.el (org-export-preprocess-string): Remove clock lines
23237 and timestamps already in the preprocesor.
23238 (org-export-remove-timestamps, org-export-remove-clock-lines):
23240 (org-export-as-ascii, org-export-as-html): Add the timestamps
23241 parameter to the preprocessor parameter list.
23243 * org-list.el (org-list-parse-list): Parse for checkboxes.
23244 (org-list-to-generic): Introduce and handle new parameters :cbon
23246 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23247 Add optional parameter PARAMS.
23249 * org-export-latex.el (org-export-latex-special-chars):
23250 Fix problems with interpreting dollar signs.
23251 (org-inside-latex-math-p): New function.
23252 (org-export-latex-preprocess): Protect all the math fragments.
23254 * org.el (org-latex-regexps): Allow a dash after a dollar.
23256 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23257 mark after copying.
23259 * org-agenda.el (org-run-agenda-series): Have series options set
23260 when finalizing the agenda.
23262 * org-exp.el (org-export-format-source-code-or-example):
23263 Protect the converted examples.
23265 * org.el (org-set-regexps-and-options): Fix the regexp
23266 `org-complex-heading-regexp'.
23268 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23270 * org.el (org-edit-src-get-label-format): New function.
23271 (org-coderef-label-format): New option.
23272 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23273 a label format specification and make sure it is used in the edit
23275 (org-edit-src-get-label-format): New function.
23276 (org-store-link): Handle new coderef formats.
23277 (org-link-search): Handle new coderef formats.
23279 * org-footnote.el (org-footnote-create-definition)
23280 (org-footnote-goto-local-insertion-point): Make footnote insertion
23281 work correctly when the "Footnotes" headline is the last line in
23284 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23287 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23289 * org-w3m.el (org-w3m): New customization group.
23290 (org-w3m-deactivate-mark): New option.
23291 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23294 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23296 * org.el (org-set-font-lock-defaults): Trigger footnote
23298 (org-activate-footnote-links): New function.
23299 (org-activate-links): New entry `footnote'.
23301 * org-faces.el (org-footnote): New face.
23303 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23305 * org-macs.el (org-re): Handle the [:word:] class.
23307 * org-exp.el (org-export-preprocess-string):
23308 Call `org-export-protect-colon-examples'.
23309 (org-export-protect-colon-examples): Rename from
23310 `org-export-protect-examples', and scope limited to lines starting
23313 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23315 * org-exp.el (org-export-preprocess-string): Move the preprocess
23316 hook to after turning on Org-mode.
23317 (org-export-preprocess-after-include-files-hook)
23318 (org-export-preprocess-after-tree-selection-hook)
23319 (org-export-preprocess-before-backend-specifics-hook)
23320 (org-export-preprocess-final-hook): New hooks.
23321 (org-export-preprocess-string): Run the new hooks.
23323 * org.el (org-ctrl-c-minus): Fix indentation for new items.
23325 * org-footnote.el: New file.
23327 * org.el (org-footnote): Require footnote code.
23328 (org-startup-options): Add new footnote options.
23329 (org-mode-map): New keybindig for footnotes.
23330 (org-ctrl-c-ctrl-c): Add function at footnotes.
23331 (org-org-menu): New menu entries for footnotes.
23333 * org-export-latex.el (org-export-as-latex): Pass footnote
23334 variable to preprocessor.
23335 (org-export-latex-preprocess): Treat multiple references to a
23338 * org-exp.el (org-export-preprocess-string):
23339 Call `org-footnote-normalize'.
23340 (org-export-as-ascii, org-export-as-html): Pass footnote variable
23342 (org-export-as-html): Treat multiple references to a footnote.
23344 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
23346 * org-export-latex.el (org-export-latex-links): Handle coderef
23349 * org.el (org-bracket-link-analytic-regexp++): New variable.
23350 (org-make-link-regexps):
23351 Initialize `org-bracket-link-analytic-regexp++'.
23352 (org-store-link): Implement special case in edit-src buffer.
23353 (org-insert-link): No use of ide to insert stored links.
23354 (org-link-search): Implement special case for coderefs.
23356 * org-exp.el (org-export-html-scripts): New constant.
23357 (org-export-html-style-default): Add a new style for highlighted
23359 (org-export-code-refs): New variable.
23360 (org-export-preprocess-string): Initialize `org-export-code-refs'.
23361 Call `org-export-replace-src-segments-and-examples'
23362 No longer call `org-export-protect-examples'.
23363 (org-export-target-internal-links): Take care of coderef targets.
23364 (org-export-last-code-line-counter-value): New variable.
23365 (org-export-replace-src-segments-and-examples): Rename from
23366 `org-export-replace-src-segments', and modified.
23367 (org-export-format-source-code-or-example): Rename from
23368 `org-export-format-source-code'.
23369 (org-export-number-lines): New function.
23370 (org-export-as-ascii, org-export-as-html): Handle coderef links.
23372 2009-01-23 Glenn Morris <rgm@gnu.org>
23374 * org-rmail.el (rmail-narrow-to-non-pruned-header):
23375 Remove declaration of deleted function.
23377 2009-01-16 Glenn Morris <rgm@gnu.org>
23379 * org-mouse.el (org-mouse-show-context-menu):
23380 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23381 mouse-major-mode-menu.
23383 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
23385 * org-remember.el (org-remember-handler): Safer way to get a new
23386 buffer accessing the target file.
23388 * org.el (org-refile-get-location): Handle case of current buffer
23389 not having a file associated with it.
23391 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
23393 * org-table.el (org-table-get-formula): Only ask to overwrite
23394 field formula if there really is one.
23396 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
23398 * org-export-latex.el (org-export-latex-make-header): Double the
23399 commenting % in the time stamp format.
23400 (org-export-latex-special-chars): Handle case where there is no
23403 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23405 * org.el (org-get-refile-targets, org-refile-get-location):
23406 Use expanded file name to improve comparison.
23408 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23410 * org.el (org-scan-tags): Rescan for tags, to get the correct
23411 upcase/downcase stuff. This slows things down for now, but it
23413 (org-mode): Make sure the tag-faces regexp is initialized.
23415 * org-export-latex.el (org-export-latex-links): Fix bug with
23418 * org-table.el (org-table-get-specials):
23419 Set `org-table-current-last-data-line'.
23420 (org-table-current-last-data-line): New variable.
23421 (org-table-insert-column, org-table-delete-column)
23422 (org-table-move-column, org-table-fix-formulas):
23423 Call `org-table-fix-formulas' a second time to fix the $LR references.
23424 (org-table-get-specials): Add the $LR references to the tables.
23425 (org-table-get-formula): Do not offer last-row names as LHS of
23428 * org.el (org-store-link): Capture link description from
23429 `org-id-store-link'.
23431 * org-exp.el (org-export-html-format-image): Add the / to the end
23433 (org-export-format-source-code): Surround example by empty lines,
23434 to make sure it will not be inside a paragraph.
23436 * org.el (org-ido-switchb): New function.
23438 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
23440 * org-agenda.el (org-agenda-show): New prefix argument
23443 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23446 2008-12-20 Glenn Morris <rgm@gnu.org>
23448 * org.el (org-org-menu): Fix some more menu entries.
23450 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
23452 * org-table.el (org-table-get-specials): Revert introduction of @0
23453 as reference of the last table row, because of conflicts.
23455 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23456 argument, get the current tags directly.
23457 (org-agenda-set-tags): Leave getting current tags to
23458 `org-agenda-change-all-lines'.
23460 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
23462 * org.el (org-org-menu): Do not quote the set-tags command.
23464 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
23466 * Fix typos in comments and docstrings throughout Org-mode.
23468 * org.el (org-get-outline-path): Fix bug if level is not given.
23470 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23472 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23474 * org.el (org-refile): Avoid refiling to within the region to be
23477 * org-export-latex.el (org-export-latex-special-chars):
23478 Replace special characters also in tables.
23480 * org-agenda.el (org-agenda-change-all-lines): New argument
23482 (org-agenda-set-tags): Get the new tags and pass them to
23483 `org-format-agenda-item'.
23485 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23487 * org-export-latex.el (org-export-latex-classes): Add longable as
23488 a default package to all classes.
23489 (org-export-latex-tables): Handle the longtable attribute and the
23492 * org-table.el (orgtbl-to-generic): Handle tables that start with
23495 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23496 \verb for colde-like snippets.
23497 (org-export-as-latex): Fix issues with region export.
23499 * org.el (org-up-heading-safe): Speed up function by using a
23500 direct regexp search.
23501 (org-olpa): New variable.
23502 (org-get-outline-path): Speed-up path constructions in cases where
23503 this is possible because the entire hierarchy is scanned anyway.
23504 (org-refile-get-location): Don't compare the truenames of files,
23506 (org-goto-max-level): New option.
23507 (org-goto): Use `org-goto-max-level'.
23509 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
23511 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23512 Strip angle brackets from message-ids in the former and don't do
23514 (org-gnus-follow-link): Open summary reliable, even if the last
23515 messages were deleted, and handle empty groups, too.
23517 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23519 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23520 instead of \texttt for the =...= and ~===~ emphasis environments.
23521 (org-export-as-latex): Remove any old :org-license-to-kill text
23523 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23524 (org-export-latex-make-header): Add some hard space after the
23526 (org-export-latex-first-lines): Accept RBEG argument.
23527 Mark exported text so that it will be excuded in further steps.
23529 * org-table.el (org-table-get-specials): Make @0 reference the
23530 last line in a table.
23531 (org-table-recalculate): Improve docstring.
23533 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23535 * org.el (org-log-done): Fix docstring.
23537 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23539 * org-exp.el (org-export-html-format-image): Fix bugs.
23541 * org-export-latex.el (org-export-latex-tables)
23542 (org-export-latex-links): Implement attribute, label, and caption
23545 * org-exp.el (org-export-html-style-default): Add style
23546 definitions for the figure div.
23547 (org-export-preprocess-string, org-export-as-html):
23548 Implement attribute, label, and caption handling.
23549 (org-export-attach-captions-and-attributes): New function.
23550 (org-export-html-format-image): New function.
23551 (org-format-org-table-html): Implement attribute, label, and
23554 * org.el (org-find-text-property-in-string): New function.
23555 (org-extract-attributes): Use the property org-attr instead of
23556 org-attrobutes, because this property is now set with the #+ATTR
23559 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23561 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
23562 the case that FROM is nil.
23564 * org.el (org-before-first-heading-p): New function.
23566 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23568 * org-exp.el (org-export-as-html): Do not add a space before
23569 enforces line breaks.
23570 (org-export-as-html): Close paragraph before blockquote and verse
23573 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
23575 * org-id.el (org-id-locations-file): Wrap file name with
23576 `convert-standard-filename'.
23577 (org-id-files): New variable.
23578 (org-id-use-hash): New option.
23579 (org-id-update-id-locations): Also search in all files current
23580 listed in `org-id-files'. Convert the resulting alist to a hash
23581 if the user customation says so.
23582 (org-id-locations-save): Handle he case if `org-id-locations' is a
23584 (org-id-locations-load): Convert the alist to a hash.
23585 (org-id-add-location): Handle the hast case.
23586 (kill-emacs-hook): Make sure id locations are saved when Emacs is
23588 (org-id-hash-to-alist, org-id-alist-to-hash)
23589 (org-id-paste-tracker): New functions.
23591 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23593 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
23594 bindings of calendar variables.
23596 * org-table.el (org-table-find-row-type): Rename from
23597 `org-find-row-type'.
23598 (org-table-rewrite-old-row-references): Rename from
23599 `org-rewrite-old-row-references'.
23600 (org-table-shift-refpart): Rename from `org-shift-refpart'.
23601 (org-table-cleanup-narrow-column-properties): Rename from
23602 `org-cleanup-narrow-column-properties'.
23604 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23606 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
23607 for better error messages.
23608 (org-table-get-descriptor-line): Supply the new arguments to
23609 `org-find-row-type'.
23610 (org-table-error-on-row-ref-crossing-hline): New option.
23612 * org.el (org-target-link-regexp): Make buffer-local.
23613 (org-move-subtree-down): Fix bug with trees at beginning of
23616 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23618 * org-faces.el (org-set-tag-faces): New function.
23619 (org-tags-special-faces-re): New variable.
23621 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
23623 * org-faces.el (org-tag-faces): New option.
23624 (org-tag): Mention `org-tag-faces' in the docstring.
23626 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23628 * org-exp.el (org-export-html-style-default): Implement new
23631 * org-jsinfo.el (org-infojs-template): Implement new quoting.
23633 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
23634 command to the `w3m-minor-mode-map'.
23636 * org-archive.el (org-archive-to-archive-sibling):
23637 Protect `this-command' to avoid appending kills during archiving.
23639 * org-exp.el (org-export-with-priority): New variable.
23640 (org-export-add-options-to-plist): Use `org-export-plist-vars'
23641 instead of internal list of strings and properties.
23642 (org-print-icalendar-entries): Retrieve the location property with
23645 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23647 * org-exp.el (org-export-with-todo-keywords): New option.
23648 (org-export-plist-vars): Include also the keys for the #+OPTIONS
23650 (org-default-export-plist, org-export-add-options-to-plist)
23651 (org-export-as-ascii, org-export-as-html): Use the new structure
23652 of `org-export-plist-vars'.
23654 * org.el (org-map-entries): Return all values.
23656 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23658 * org.el (org-matcher-time): Recognize more special values.
23660 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
23662 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23664 * org.el (org-tags-exclude-from-inheritance): New option.
23665 (org-tag-inherit-p, org-remove-uniherited-tags):
23666 Respect `org-tags-exclude-from-inheritance'.
23668 * org-agenda.el (org-agenda-show-inherited-tags): New option.
23669 (org-format-agenda-item): Add inherited tags to the agenda line
23670 string, and make sure that properties are kept when downcasing the
23672 (org-agenda-add-inherited-tags): New function.
23673 (org-downcase-keep-props): New function.
23675 * org.el (org-scan-tags): Mark inherited tags with a text
23677 (org-get-tags-at): Mark inherited tags with a text property.
23678 (org-add-prop-inherited): New function.
23680 * org-agenda.el (org-agenda-add-inherited-tags): New function.
23681 (org-agenda-show-inherited-tags): New option.
23683 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23685 * org.el (org-modules): Add org-w3m to the default modules.
23687 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
23689 (orgtabl-create-or-convert-from-region): New command.
23691 * org-exp.el (org-export-as-ascii): Remove the handling of
23693 (org-export-ascii-preprocess): Handle targets already in this
23696 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23698 * org-timer.el (org-timer-start-time): Define this variable.
23699 (org-timer-item): Make argument optional.
23701 * org-list.el (org-insert-item): Automatically insert a timer item
23702 if the current list is a timer list.
23704 * org-timer.el: New file.
23706 * org-publish.el (org-publish-org-index): Only exclude the index
23707 file in the main directory from being added to the site-map.
23708 (org-publish-get-project-from-filename): If the current project is
23709 a component, start publishing from the parent project.
23711 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
23713 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
23715 * org-publish.el (org-publish-org-index): Improve removal of
23718 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
23720 * org-agenda.el (org-get-closed): Re-apply changes
23721 accidentially overwritten by last commit to Emacs.
23723 * org.el (org-outline-path-complete-in-steps): New option.
23724 (org-refile-get-location):
23725 Honor `org-outline-path-complete-in-steps'.
23726 (org-agenda-change-all-lines, org-tags-sparse-tree)
23727 (org-time-string-to-absolute, org-small-year-to-year)
23728 (org-link-escape): Re-apply changes accidentially overwritten
23729 by last commit to Emacs.
23731 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23733 * org-clock.el (org-dblock-write:clocktable): Make sure the
23734 clocktable sees the first line.
23735 (org-clock-in): Warn if the clock cannot be resumed.
23737 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23739 * org.el (org-open-at-point): Fix mixup about interactive and
23740 non-interactive elisp links.
23742 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23744 * org-exp.el (org-export-preprocess-string): Allow one comment
23745 line before the first headline to always be included. This is
23746 to not miss a commented target.
23748 * org-mouse.el (org-mouse-insert-item):
23749 Call `org-indent-to-column' instead of `indent-to', for XEmacs
23752 * org.el (org-refile-targets): Fix customize definition so
23753 that it works also in XEmacs.
23754 (org-fixup-indentation): Call `org-indent-to-column' instead
23755 of `indent-to', for XEmacs compatibility.
23757 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
23759 * org-mew.el (org-mew-store-link): Get the correct case folder
23760 for refiled messages.
23762 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23764 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
23765 line break indicators.
23767 * org.el (org-ido-completing-read): Remove the "i:" prefix for
23768 ido-completion propts.
23770 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23772 * org-remember.el (org-remember-apply-template):
23773 Use `org-substring-no-properties'.
23775 * org-compat.el (org-substring-no-properties): New function.
23777 * org-remember.el (org-remember-apply-template):
23778 Use `org-substring-no-properties' for compatibility.
23780 * org-list.el (org-list-two-spaces-after-bullet-regexp):
23782 (org-fix-bullet-type):
23783 Respect `org-list-two-spaces-after-bullet-regexp'.
23785 * org-clock.el (org-clock-load): Clean up the code.
23787 * org.el (org-adaptive-fill-function): Allow two spaces after
23788 "1." as a list bullet.
23790 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23792 * org-clock.el (org-clock-save, org-clock-load): Check for
23793 live buffers, existing files, and buffer file names to ensure
23794 consistent information.
23795 (org-clock-persist): Make `clock' a special value of this
23796 variable, and improve docstring.
23798 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
23799 (org-get-string-indentation): Adapt indentation when the bullet
23802 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23804 * org-remember.el (org-remember-finalize): Make interactive.
23805 (org-remember-kill): New command.
23806 (org-remember-finish-immediately): Call `org-remember-finalize'
23808 (org-remember-finalize): Make `org-remember-finalize' an interactive
23811 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23813 * org-remember.el (org-remember-apply-template): No ido completion
23814 for free prompts in remember templates.
23815 (org-remember-before-finalize-hook): New hook.
23816 (org-remember-mode): New minor mode.
23817 (org-remember-apply-template): Turn on `org-remember-mode'.
23819 * org-remember.el (org-remember-apply-template): Fix the way how
23820 the list of allowed properties is retrieved from the target file.
23822 * org.el (org-insert-link): Improve file link matching.
23824 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23826 * org-colview.el (org-columns-display-here): New argument
23827 DATELINE, to trigger using the new face.
23828 (org-agenda-colview-summarize): Call `org-columns-display-here'
23829 with the new argument.
23831 * org-faces.el (org-agenda-column-dateline): New face.
23833 * org-publish.el (org-publish-org-index): Use index-title at page
23834 title, not as section.
23836 * org-exp.el (org-export-html-format-desc): Respect the
23837 org-protect property.
23838 (org-export-as-html): Protect image specifiers that are in the
23839 description part of a link.
23841 * org.el (org-sort-entries-or-items, org-completing-read)
23842 (org-refile-get-location, org-olpath-completing-read, org-todo)
23843 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
23844 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
23845 (org-set-property, org-delete-property)
23846 (org-delete-property-globally): Use `org-ido-completing-read'.
23848 * org-remember.el (org-remember-apply-template):
23849 Use `org-ido-completing-read'.
23851 * org-publish.el (org-publish): Use `org-ido-completing-read'.
23853 * org-colview.el (org-columns-edit-value, org-columns-new)
23854 (org-insert-columns-dblock): Use `org-ido-completing-read'.
23856 * org-attach.el (org-attach-delete-one, org-attach-open):
23857 Use `org-ido-completing-read'.
23859 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
23860 Use `org-ido-completing-read'.
23862 * org.el (org-time-today): New function.
23863 (org-matcher-time): Use `org-time-today'. Add special treatment
23864 for "<tomorrow>" and "<yesterday>".
23865 (org-ido-completing-read): New function.
23866 (org-completion-use-ido): New option.
23868 * org-exp.el (org-export-format-source-code): Fix bug in require
23870 (org-export-target-internal-links): Fix bug in search for text
23873 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23875 * org-export-latex.el (org-export-latex-subcontent):
23876 Interpret target aliases as additional labels.
23878 * org-exp.el (org-export-target-aliases): New variable.
23879 (org-export-preprocess-string)
23880 (org-export-handle-invisible-targets): Fill the alias alist.
23881 (org-export-as-html): Remove the from the anchor, and also
23883 (org-html-level-start): Insert the target aliases as additional
23886 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
23889 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23891 * org.el (org-open-at-mouse): Ensure correct link abbreviations
23892 when following a link with the mouse from the agenda.
23894 * org-exp.el (org-export-as-html): Avoid lone </div> when no
23895 headlines are created.
23897 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23899 * org.el (org-link-translation-function): New option.
23900 (org-open-at-point): Call `org-link-translation-function' if
23902 (org-translate-link): New function.
23903 (org-translate-link-from-planner): New function.
23904 (org-open-at-point): Allow interactive commands in elisp links.
23906 * org-exp.el (org-icalendar-cleanup-string): Restore the old
23907 iCalendar quoting. The new one seems to caus problems with
23910 * org.el (org-yank): Set `this-command' to `yank', so that
23911 `yank-pop' will work.
23913 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23915 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
23916 compliance as far as quoting is concerned.
23918 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
23919 hexified version of the tag.
23921 * org-vm.el (org-vm-follow-link): Require `vm-search'.
23923 * org.el (org-up-heading-safe, org-forward-same-level):
23924 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
23925 (org-back-to-heading): New wrapper around outline-back-to-heading,
23926 with a useful error message telling where the error happened.
23928 * org-list.el (org-update-checkbox-count): Always call
23929 `org-back-to-heading' instead of `outline-back-to-heading'.
23931 * org-exp.el (org-export-as-html): Make sure that each <img> tag
23932 has an `alt' attribute, to ensure XHTML validation.
23934 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
23936 * org-publish.el (org-publish-attachment): Allow publishing to
23937 overwrite attachment files.
23939 * org-agenda.el (org-agenda-timerange-leaders): New option.
23940 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
23942 * org.el (org-edit-src-exit): Untabify ASCII image before
23945 2008-11-19 Glenn Morris <rgm@gnu.org>
23947 * org.el, org-mouse.el (org-agenda-change-all-lines):
23950 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
23952 * org.el ("speedbar"): Only show context if the file really is an
23955 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
23957 * org.el (org-time-string-to-absolute, org-small-year-to-year)
23958 (org-tags-sparse-tree): Fix typos in docstrings.
23960 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
23962 * org-publish.el (org-publish-attachment): Allow copy-file to
23965 2008-11-13 Glenn Morris <rgm@gnu.org>
23967 * org-agenda.el (org-get-closed): Fix alias.
23969 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
23971 * org.el (org-link-escape): Fix typo in docstring.
23973 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
23975 * org.el (org-yank): Make any prefix force normal yanking.
23976 Suppress folding if text would be swallowed into a folded
23978 (org-yank-folded-subtrees, org-yank): Docstring updates.
23980 * org-agenda.el (org-agenda-compare-effort): Treat no effort
23983 * org-exp.el (org-export-language-setup): Add Catalan and
23984 Esperanto language entries.
23986 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
23988 * org.el (org-refile): Allow refiling of entire regions.
23990 * org-clock.el (org-clock-time%): New function.
23992 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
23993 retrieve property values.
23995 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
23997 * org-agenda.el (org-agenda-list): Handle the value `only' of
23998 org-agenda-show-log'.
23999 (org-agenda-log-mode): Interpret a double prefix arg.
24001 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24003 * org-exp.el (org-export-html-footnotes-section): New variable.
24004 (org-export-as-html): Use `org-export-html-footnotes-section' to
24005 insert the footnotes.
24006 (org-export-language-setup): Add "Footnotes" to language words.
24008 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24010 * org.el (org-yank): Fix bug when not inserting a subtree.
24012 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24014 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24015 instead of `vm-beginning-of-message'.
24017 * org.el (org-make-link-regexps): Make sure that links to gnus can
24020 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
24022 * org-attach.el (org-attach-dir): Remove duplicate ID creation
24025 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24028 * org.el (org-link-abbrev-alist): Improve customization type.
24030 * org-attach.el (org-attach-expand-link, org-attach-expand):
24033 * org-agenda.el (org-agenda-get-progress): Rename from
24034 `org-get-closed'. Implement searching for state changes as well.
24035 (org-agenda-log-mode-items): New option.
24036 (org-agenda-log-mode): New option prefix argument, interpreted as
24037 request to show all possible progress info.
24038 (org-agenda-get-day-entries): Call `org-get-progress' instead of
24040 (org-agenda-set-mode-name): Handle the more complex log mode
24042 (org-get-closed): New alias, pointing to `org-get-progress'.
24044 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24046 * org.el (org-file-apps-defaults-gnu)
24047 (org-file-apps-defaults-macosx)
24048 (org-file-apps-defaults-windowsnt): Add an entry defining the
24050 (org-file-apps): Allow `system' as key and value.
24051 (org-open-at-point): Explain the effect of a double prefix arg.
24052 (org-open-file): If the argument `in-emacs' is (16),
24053 i.e. corresponding to a double prefix argument, try to open the
24056 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24058 * org.el (org-insert-link): Abbreviate absolute files names in
24059 links. Also, fix a bug in which the double C-u prefix would not
24062 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24064 * org.el (org-insert-heading): If buffer does not end with a
24065 newline, add one if necessary to insert headline correctly.
24067 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24068 paragraphs, not inside.
24070 * org.el (org-todo):
24071 Quote `org-agenda-headline-snapshot-before-repeat'.
24073 * org-exp.el (org-export-as-html): Fully process link descriptions.
24074 (org-export-html-format-desc): New function.
24075 (org-export-as-html): Collect footnotes into the correct basket.
24076 (org-html-protect): No longer protect quotations marks here, this
24079 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24082 * org-compat.el (org-fit-window-to-buffer): New function (not
24083 really, a preliminary and incomplete version was present earlier,
24086 * org.el (org-fast-todo-selection, org-fast-tag-selection):
24087 Use `org-fit-window-to-buffer'.
24089 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24091 * org-agenda.el (org-agenda-get-restriction-and-command)
24092 (org-fit-agenda-window, org-agenda-convert-date):
24093 Use `org-fit-window-to-buffer'.
24095 * org-exp.el (org-export-as-html): Process href links through
24096 `org-export-html-format-href'.
24097 (org-export-html-format-href): New function.
24099 * org-agenda.el (org-agenda-todo): Update only the current
24100 headline if this is a repeated TODO, marked done for today.
24101 (org-agenda-change-all-lines): New argument JUST-THIS, to change
24102 only the current line.
24104 * org.el (org-todo): Take a snapshot of the headline if the
24105 repeater might change it.
24107 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24109 * org-publish.el (org-publish-find-title): Remove buffers visited
24110 only for extracting the title.
24112 * org-exp.el (org-export-html-style)
24113 (org-export-html-style-default): Mark style definitions as
24116 * org-publish.el (org-publish-validate-link):
24117 Function re-introduced.
24119 2008-11-12 Charles Sebold <csebold@gmail.com>
24121 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24123 (org-plot-quote-timestamp-field): New function.
24124 (org-plot-quote-tsv-field): Call timestamp field function when
24125 necessary rather than just quoting as a string.
24126 (org-plot/gnuplot-to-data): Pass in timefmt property.
24127 (org-plot/gnuplot-script): Supports timefmt property.
24128 (org-plot/gnuplot): Checks for timestamp column before checking
24129 for text index column.
24131 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24133 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24135 * org-publish.el (org-publish-org-index): Create a section in the
24137 (org-publish-org-index): Stop linking to directories.
24139 * org.el (org-emphasis-alist): Use span instead of <u> to
24142 * org-exp.el (org-export-as-html): Make sure <p> is closed before
24145 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
24147 * org-jsinfo.el (org-infojs-template): Remove language attribute
24150 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24152 * org-agenda.el (org-agenda-remove-marked-text): New function.
24153 (org-agenda-mark-filtered-text)
24154 (org-agenda-unmark-filtered-text): New functions.
24155 (org-write-agenda): Remove filtered text.
24157 * org.el (org-make-tags-matcher): Give access to TODO "property"
24158 without speed penalty.
24160 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24162 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24164 (org-store-link-props): Make sure adding to the plist works
24167 * org-gnus.el (org-gnus-no-new-news): New function.
24168 (org-gnus-follow-link): Allow the article ID to be a message-id,
24169 in addition to allowing article numbers. Message IDs make much
24170 more roubust links.
24171 (org-gnus-store-link): Use message-id to create link.
24173 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24175 * org.el (org-emphasize): Reverse the selection array.
24176 (org-emphasis-alist): Set <code> tags for the verbatim
24179 * org-remember.el (org-remember-handler): Fix bug with
24180 prefix-related changing of the note storage target.
24182 * org-exp.el (org-print-icalendar-entries): Make the exported
24183 priorities compatible with RFC 2445.
24185 * org-clock.el (org-clock-save): Insert time stamp without
24186 dependence on time-stamp.el.
24188 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24190 * org.el ("saveplace"): If saveplace puts point into an invisible
24191 location, make it visible.
24192 (org-make-tags-matcher): Allow inactive time stamps in time
24194 (org-yank-adjusted-subtrees): New option.
24195 (org-yank): Incorporate adjusting trees.
24196 (org-paste-subtree): New argument FOR-YANK which will cause
24197 insertion at point without backing up over white lines, and leave
24198 point at the end of the inserted text. Also if the cursor is
24199 at the beginning of a headline, use the same level or the inserted
24202 * org-publish.el (org-publish-get-base-files-1): Deal correctly
24203 with broken symlinks.
24205 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
24207 * org-exp.el (org-export-select-tags, org-get-current-options):
24210 2008-11-06 Glenn Morris <rgm@gnu.org>
24212 * org-publish.el (org-publish-attachment): Use copy-file rather than
24215 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
24217 * org.el (org-columns-modify-value-for-display-function):
24218 * org-table.el (org-table-convert-region): Fix typos in docstrings.
24220 2008-10-28 Glenn Morris <rgm@gnu.org>
24222 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24224 * org-list.el (outline-next-heading, outline-back-to-heading):
24227 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24229 * org-agenda.el (org-format-agenda-item)
24230 (org-agenda-filter-make-matcher): Make sure tags are stored and
24231 compared downcased.
24233 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24235 * org.el (org-insert-todo-heading): Fix bug with force-heading
24238 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24240 * org-exp.el (org-export-as-ascii): Handle the case that we are
24241 bulishing from an indirect buffer.
24243 * org-table.el (org-table-copy-down): Fix bug with time stamp
24246 * org-mouse.el (org-mouse-features): New option.
24247 (org-mode-hook): Turn on features depending on
24248 `org-mouse-features'.
24250 * org.el (org-insert-heading-respect-content): Force heading
24252 (org-insert-heading): Keep the folding state of the heading before
24255 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24257 * org-archive.el (org-archive-to-archive-sibling): Handle top
24258 level headlines better.
24260 2008-10-26 Bastien Guerry <bzg@gnu.org>
24262 * org-export-latex.el (org-export-latex-classes):
24263 Add \usepackage{graphicx} to the default list of packages.
24265 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24267 * org-agenda.el (org-agenda-filter): Rename from
24268 `org-agenda-filter-tags'.
24270 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24272 * org.el (org-entry-properties): Add CATEGORY property, iven if it
24273 is not defined as a property in this entry.
24274 (org-add-log-note): Mask prefix argument when immediately storing
24277 * org-agenda.el (org-agenda-filter-effort-default-operator):
24280 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24282 * org.el (org-add-log-setup): Bugfix; code to find insertion point
24283 after drawers was skipping ahead one line too many, so notes were
24284 inserted after the first note instead of before it.
24286 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24288 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24290 (org-prepare-agenda): Reset the filter tags.
24291 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24292 Show filter tags in mode line.
24294 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24297 * org-export-latex.el (org-latex-entities-regexp): New constant.
24298 (org-export-as-pdf): Use two calls to `shell-command'.
24300 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24302 * org-export-latex.el (org-export-latex-treat-sub-super-char):
24303 Honor the {} value of the subsuperscript setting. Make sure that
24304 longer subsuperscripts are typeset in a roman font.
24306 * org.el (org-clock-update-time-maybe): Compute negative clock
24307 intervals correctly.
24309 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24311 * org.el (org-add-log-setup):
24312 Respect `org-log-state-notes-insert-after-drawers'.
24313 (org-log-state-notes-insert-after-drawers): New option.
24314 (org-todo-trigger-tag-changes): New function.
24315 (org-todo): Call `org-todo-trigger-tag-changes'.
24317 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
24319 * org.el (org-add-log-setup): Only skip drawers if they are
24320 immediately after the scheduling keywords.
24322 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24324 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24325 call it with the current todo state to get the state to switch to
24327 (org-clock-in): Use org-indent-line-function to indent clock lines.
24328 (org-clock-find-position): Fix indentation of empty clock drawers.
24330 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24332 * org-publish.el (org-publish-org-to): Handle case when
24333 org-export-to-pdf does return a file name, not a buffer.
24334 (org-publish-org-to-pdf): New function.
24336 * org-export-latex.el (org-export-as-pdf)
24337 (org-export-as-pdf-and-open): New commands.
24339 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24342 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24343 things in protexted regions.
24345 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
24347 * org-export-latex.el (org-export-latex-preprocess):
24348 Improve quoting of LaTeX environments.
24350 2008-10-19 Eli Zaretskii <eliz@gnu.org>
24352 * org.el (org-default-notes-file):
24353 * org-publish.el (org-publish-timestamp-directory):
24354 * org-id.el (org-id-locations-file): Run file names that begin
24355 with a period thru `convert-standard-filename'.
24357 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24359 * org-plot.el: Switch coding system to unix.
24361 2008-10-12 John Wiegley <johnw@newartisans.com>
24363 * org-attach.el: New file.
24365 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
24367 * org.el (org-edit-fixed-width-region): Exclude final newline from
24370 * org-export-latex.el (org-export-latex-subcontent): Add labels to
24371 sections, to make internal links work.
24372 (org-export-latex-fontify-headline): Do not remove all text
24373 properties, to make sure that target properties survive this
24376 * org-exp.el (org-export-preprocess-string): Change sequence of
24377 modifications, to make sure links are prepared before the LaTeX
24378 conversions do happen.
24380 * org-attach.el (org-attach-delete-all): Rename from
24381 `org-attch-delete'. Add a security query before deleting the
24382 entire directory. New optional argument FORCE can overrule the
24384 (org-attach-delete-one): New command.
24386 * org-attach.el (org-attach-file-list): Fix bug with directory.
24388 * org.el (org-apps-regexp-alist): New function.
24389 (org-file-apps): Add auto-mode to the default value.
24390 (org-open-file): Use the new structure of org-file-apps.
24392 * org-attach.el (org-attach): Support the new keys.
24393 (org-attach-method): New option.
24395 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24398 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24399 of the list value o `org-use-tag-inheritance'.
24401 * org-attach.el (org-attach-auto-tag): New option.
24402 (org-attach-tag, org-attach-untag): New functions.
24403 (org-attach-attach, org-attach-new, org-attach-sync):
24404 Call `org-attach-tag'.
24405 (org-attach-delete): Call `org-attach-untag'.
24407 * org-table.el (orgtbl-self-insert-command): Make this work for
24408 the keypad as well.
24410 * org.el (org-add-log-setup): Limit searc for drawers to entry
24411 text, not to subtree.
24413 * org-clock.el (org-clock-heading-for-remember): New variable.
24414 (org-clock-in): Set `org-clock-heading-for-remember'.
24416 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24418 * org-remember.el (org-remember-apply-template): Add new
24419 expansions: %k, %K for currently clocked task and a link to the
24420 currently clocked task, and %< to file notes in the currently
24423 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24425 * org-export-latex.el (org-export-latex-make-header): Also insert
24426 the content of the property :latex-header-extra.
24428 * org-exp.el (org-infile-export-plist): Put the content of
24429 #+LATEX_HEADER: into the property :latex-header-extra.
24431 * org-colview.el (org-columns-get-format-and-top-level):
24432 Remove resetting the marker.
24434 * org.el (org-entry-property-inherited-from): Improve docstring.
24435 (org-entry-get-with-inheritance): Reset marker before starting the
24438 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24440 * org.el (org-entry-get-multivalued-property)
24441 (org-entry-protect-space, org-entry-restore-space):
24443 (org-file-apps-defaults-macosx): Let PostScript files be opened by
24445 (org-time-stamp-inactive): Call `org-time-stamp'.
24446 (org-time-stamp): New argument `inactive'. Also edit inactive
24447 stamps. Convert time stamp type.
24448 (org-open-file): Interpret the `default' value for the `command'
24449 in `org-file-apps'.
24451 * org-id.el (org-id-int-to-b36-one-digit)
24452 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24453 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24456 * org-id.el (org-id-reverse-string): New function.
24457 (org-id-new): Use `org-id-reverse-string' to make sure the
24458 beginning chars of the ID are mutating fast. This allows to use a
24459 directory structure to spread things better.
24460 (org-id-prefix): Change default to nil.
24462 * org-list.el (org-move-item-down, org-move-item-up): Remember and
24463 restore the column of the cursor position.
24465 * org-remember.el (org-remember-apply-template): Remove properties
24468 * org-wl.el (org-wl-open): Remove useless call to
24469 `wl-thread-open-all'.
24471 * org-remember.el (org-remember-handler): Fix bug with `bottom'
24474 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24475 `org-bbdb-anniversaries'.
24477 * org.el (org-get-next-sibling, org-forward-same-level):
24478 New functions, similar to the outline versions, but invisible headings
24481 2008-10-12 Bastien Guerry <bzg@gnu.org>
24483 * org.el (org-auto-repeat-maybe): Insert a space between
24484 the timestamp's type and the timestamp itself.
24486 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24488 * org-table.el (org-table-sum): Do not format the result with %g,
24489 it does rounding when there are too many digits.
24491 * org.el (org-map-entries): Protect the keyword-selecting variables.
24493 2008-10-12 Bastien Guerry <bzg@gnu.org>
24495 * org-agenda.el (org-agenda-to-appt): Make sure the function check
24496 against all agenda files.
24498 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24499 Bastien Guerry <bzg@gnu.org>
24501 * org-list.el: New file, aggregating list functions from org.el
24502 and org-export-latex.el.
24504 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24506 * org.el (org-edit-src-region-extra): New option.
24508 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24511 2008-10-12 Bastien Guerry <bzg@gnu.org>
24513 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24515 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
24517 * org-plot.el (org-plot/gnuplot): Make tables starting with a
24518 hline work correctly.
24519 (org-plot/gnuplot-script): Put commas at the end of each script
24522 * org.el (org-get-refile-targets): Replace links with their
24524 (org-imenu-get-tree): Replace links with their descriptions.
24526 * org-remember.el (org-remember-apply-template): Add a new
24527 expansion for adding properties to remember items.
24529 * org.el (org-add-log-setup): Skip over drawers (properties,
24530 clocks etc) when adding notes.
24532 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
24533 items as well as the start and end times.
24535 * org-compat.el (org-get-x-clipboard-compat): Add a compat
24536 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
24538 * org-remember.el (org-get-x-clipboard): Use the compat
24539 function to get clipboard values when x-selection-value is
24540 unavailable. Use substring-no-properties instead of
24541 set-text-properties to remove text properties from the clipboard
24544 * org-clock.el (org-update-mode-line): Support limiting the
24545 modeline clock string, and display the full todo value in the
24546 tooltip. Set a local keymap so mouse-3 on the clock string goes to
24547 the currently clocked task.
24548 (org-clock-string-limit): Add a custom value for the maximum
24549 length of the clock string in the modeline.
24550 (org-clock-mode-map): Add a keymap for the modeline string.
24552 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24554 * org-compat.el (org-propertize): New function.
24556 2008-10-12 Bastien Guerry <bzg@gnu.org>
24558 * org-export-latex.el (org-export-latex-tables): Protect exported
24559 tables from further special chars conversion.
24560 (org-export-latex-preprocess): Preserve LaTeX environments.
24561 (org-list-parse-list): Parse descriptive lists.
24562 (org-list-to-generic, org-list-to-latex, org-list-to-html)
24563 (org-list-to-texinfo): Export descriptive lists.
24564 (org-quote-chars): Remove.
24565 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
24566 (org-export-latex-list-beginning-re): Rename to
24567 `org-list-beginning-re'.
24568 (org-list-item-begin): Rename to `org-list-item-beginning'.
24570 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
24572 * org-plot.el: New file.
24574 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24576 * org.el (org-refile): Allow refiling to the last entry in the
24578 (org-get-tags-at): Fix bug when inheritance is turned off.
24580 * org.el (org-indent-line-function): No longer check for src
24581 regions, this is too much overhead.
24583 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
24586 * org.el (org-scan-tags): Make sure that tags matching is not case
24587 sensitive. TODO keyword matching is case sensitive, however, to
24588 avoid confusion with similar words that are not meant to be
24591 * org.el (org-get-local-tags-at): New function.
24592 (org-get-local-tags): New function.
24594 * org-exp.el (org-export-get-categories): New function.
24596 * org-agenda.el (org-sorting-choice)
24597 (org-agenda-sorting-strategy, org-agenda-get-todos)
24598 (org-agenda-get-timestamps, org-agenda-get-deadlines)
24599 (org-agenda-get-scheduled, org-agenda-get-blocks)
24600 (org-entries-lessp): Implement sorting by TODO state.
24601 (org-cmp-todo-state): New defsubst.
24603 * org-colview.el (org-colview-construct-allowed-dates):
24605 (org-columns-next-allowed-value):
24606 Use `org-colview-construct-allowed-dates'.
24608 * org.el (org-protect-slash): New function.
24609 (org-get-refile-targets): Use `org-protect-slash'.
24611 * org-agenda.el (org-global-tags-completion-table): New variable.
24613 * org-exp.el (org-export-handle-export-tags): New function.
24614 (org-export-preprocess-string):
24615 Call `org-export-handle-export-tags'.
24617 * org-publish.el (org-publish-expand-components): Function removed.
24618 (org-publish-expand-projects): Allow components to have components.
24620 * org.el (org-indent-line-function): Do not indent in regions that
24621 are external source code.
24622 (org-yank-and-fold-if-subtree): New function.
24624 * org-agenda.el (org-agenda-todayp): New function.
24625 (org-agenda-get-deadlines, org-agenda-get-scheduled):
24626 Use `org-agenda-todayp'.
24628 * org.el (org-insert-heading-respect-content)
24629 (org-insert-todo-heading-respect-content): New commands.
24630 (org-insert-heading-respect-content): New option.
24631 (org-insert-heading): Respect `org-insert-heading-respect-content'.
24633 * org-clock.el (org-clock-find-position): Make sure the note after
24634 the clock line gets moved into the new clock drawer.
24636 * org-id.el (org-id-new): New option.
24638 * org-table.el (org-table-copy-down): Avoid overflow during
24639 increment. Use prefix argument 0 to temporarily disable the
24642 * org-exp.el (org-export-as-html): Do not turn on the major mode
24643 if the buffer will be killed anyway.
24644 (org-get-current-options): Exclude the #+TEXT field.
24645 (org-export-as-html): Make sure text before the first headline is
24648 * org-publish.el (org-publish-org-to): Tell the exporter that this
24649 buffer will be killed, so it is not necessary to do major mode
24652 * org-archive.el (org-archive-to-archive-sibling): Show empty
24653 lines after folding the archive sibling.
24655 * org.el (org-log-note-extra): New variable.
24657 2008-10-12 Bastien Guerry <bzg@gnu.org>
24659 * org.el (org-additional-option-like-keywords): Add keywords for
24660 the _QUOTE, _VERSE and _SRC environments.
24662 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
24663 exporting _QUOTE and _VERSE environments.
24665 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
24667 * org-agenda.el (org-agenda-filter-by-tag): New command.
24669 * org-exp.el (org-get-current-options): Remove angular brackets
24670 from the date entry.
24672 * org.el (org-edit-fixed-width-region): New function.
24673 (org-edit-fixed-width-region): Also try
24674 `org-edit-fixed-width-region'.
24675 (org-edit-fixed-width-region-mode): New option.
24676 (org-activate-code): Only interpret lines starting with colon
24677 plus a space as example lines.
24679 * org-remember.el (org-remember-templates): Add nil instead of
24680 empty strings to fix the length of remember templates.
24682 * org-table.el (org-calc-default-modes): Fix the time format for
24683 calc, from 12 hour to 24 hour clock.
24685 * org-agenda.el (org-agenda-get-deadlines)
24686 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
24687 entries that are pre-warnings of deadlines or reminders.
24689 * org.el (org-sort-entries-or-items): Make numeric and alpha
24690 comparisons ignore any TODO keyword and priority cookie.
24692 * org-remember.el (org-remember-handler): Reinterpretation of the
24695 * org-agenda.el (org-agenda-get-scheduled): Use new
24696 `org-scheduled' face.
24698 * org-faces.el (org-scheduled): New face.
24700 * org-wl.el (org-wl-open): Remove incorrect declaration.
24702 * org-gnus.el (org-gnus-store-link): Support for :to information
24705 * org-exp.el (org-export-as-html): Fix typo in creator
24707 (org-export-protect-examples): New parameter indent. Insert extra
24708 spaces only when this parameter is specified.
24709 (org-export-preprocess-string): Call `org-export-protect-examples'
24710 with an indentation parameter when exporting to ASCII.
24712 * org-remember.el (org-remember-templates)
24713 (org-remember-apply-template): Allow the file component to be a
24716 * org.el (org-goto-local-search-headings): Rename from
24717 `org-goto-local-search-forward-headings'. Added the possibility
24718 to search backwards.
24720 * org-export-latex.el (org-export-latex): New customization
24723 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
24725 * org-exp.el (org-html-do-expand): Allow {} to terminate
24728 * org.el (org-buffer-list): Select buffers based on major mode,
24731 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
24734 * org-colview.el (org-columns-display-here):
24735 Use `org-columns-modify-value-for-display-function'.
24737 * org.el (org-columns-modify-value-for-display-function): New option.
24739 * org-publish.el (org-publish-file): Make sure the directory match
24740 for the publishing directory works correctly.
24742 * org-agenda.el (org-agenda-execute-calendar-command)
24743 (org-agenda-diary-entry): Additional optional argument.
24745 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24747 * org-exp.el (org-export-as-html): Add attributes also in mailto
24750 * org.el (org-autoload): Add `org-dblock-write:columnview'.
24752 2008-08-11 Glenn Morris <rgm@gnu.org>
24754 * org-mac-message.el (do-applescript): Fix declaration.
24756 2008-08-10 Glenn Morris <rgm@gnu.org>
24758 * org-exp.el (org-export-as-html): Let-bind `i'.
24760 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
24761 (org-extract-attributes): Let-bind `key', `value'.
24762 (org-make-tags-matcher): Let-bind `time-p'.
24764 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
24766 * org-install.el: New file.
24768 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
24770 * org-exp.el (org-export-html-style)
24771 (org-export-html-style-extra): Declare as safe-local-variable.
24773 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
24775 * org-publish.el (org-publish-file): Use the true name of the
24778 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
24781 * org-exp.el (org-export-plist-vars)
24782 (org-export-add-options-to-plist): Handle creator setting flag.
24783 (org-export-as-html): Handle attributes also for ftp and mailto
24786 * org-agenda.el (org-agenda-diary-entry)
24787 (org-agenda-execute-calendar-command): Cater for the second
24788 argument of `calendar-cursor-to-date'.
24790 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
24792 * org-exp.el (org-export-region-as-html, org-export-as-html):
24793 Make sure that calls from `org-export-region-as-html' do not do the
24794 special check for a subtree.
24796 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
24798 * org.el (org-open-file):
24799 Use `org-open-directory-means-index-dot-org'.
24800 (org-open-directory-means-index-dot-org): New option.
24802 * org.el (org-make-link-string): Remove link attributes from
24804 (org-open-at-point): Remove link attributes before using the path.
24806 * org-exp.el (org-export-as-html): Handle link attributes.
24808 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
24810 * org-table.el (org-table-to-lisp): New function.
24812 * org.el (org-narrow-to-subtree): Do not include the final newline
24813 into the narrowed region.
24815 * org-agenda.el (org-agenda-custom-commands-local-options):
24816 Fix bug with user-define skipping condition.
24818 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
24820 * org-exp.el (org-export-html-style-default): Automatic overflow
24821 handling for pre fields.
24822 (org-export-as-ascii, org-export-as-html): Change default format
24825 * org-table.el (org-table-export): Offer completion for translator
24826 functions, and do not require a heading above the table.
24828 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
24829 Cater for the case of a list starting in the first line of the
24832 * org-publish.el (org-publish-find-title): Bug fix.
24833 (org-publish-org-index): Implement new :index-style option.
24835 * org-publish.el (org-publish-timestamp-filename):
24836 Use SHA1-encoded file names in the timestamp directory.
24838 * org-publish.el (org-publish-needed-p): Be verbose about files
24839 published and files skipped.
24841 * org-exp.el (org-export-preprocess-string): Swap link
24842 normalization and internal link targeting.
24844 * org-publish.el (org-publish-needed-p): Create timestamp
24845 directory when it does not exist.
24847 * org-clock.el (org-clock-out-when-done): Doc fix.
24849 * org.el (org-agenda-skip-unavailable-files): Doc fix.
24851 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24852 Ignore case when searching for the COMMENT cookie at export time.
24854 * org-exp.el (org-get-file-contents)
24855 (org-get-and-remove-property): New functions.
24856 (org-export-handle-include-files): Handle the new prefix options.
24857 (org-export-as-html): Fix the verse environment.
24859 * org.el (org-time=, org-time<, org-time<=, org-time>)
24860 (org-time>=, org-time<>, org-2ft): New functions.
24861 (org-op-to-function): Also provide for the time testing functions.
24863 * org-exp.el (org-export-html-style-default): New constant.
24865 * org-exp.el (org-export-html-style-extra): New variable.
24866 (org-export-splice-style): New function.
24868 * org-exp.el (org-export-plist-vars, org-export-as-html):
24869 Implement `org-export-creator-info'.
24870 (org-export-creator-info): New option.
24872 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
24873 (org-property-drawer-re, org-clock-drawer-re): New constants.
24875 * org-exp.el (org-icalendar-use-deadline)
24876 (org-icalendar-use-scheduled): New options.
24877 (org-icalendar-include-todo): Default changed to t.
24878 (org-print-icalendar-entries): Implement better utilization of
24879 scheduling and deadline time stamps.
24880 (org-export-target-internal-links, org-export-as-html): Allow file
24881 lines without the "file:" prefix if the file path is an absolute
24882 path or starts with ".".
24884 * org-clock.el (org-clocktable-shift): Also understand yesterday,
24886 (org-clock-special-range): Also understand yesterday, lastweek etc.
24888 * org.el (org-agenda-skip-archived-trees): Docstring now
24889 discourages using this.
24890 (org-scan-tags): Check for org-agenda-archives-mode.
24891 (org-map-entries): Make sure org-agenda-archives-mode is nil.
24892 (org-agenda-files): Functionality of second arg changed.
24894 * org-agenda.el (org-agenda-archives-mode): New variable.
24895 (org-write-agenda, org-prepare-agenda, org-agenda-list)
24896 (org-search-view, org-todo-list, org-tags-view)
24897 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
24899 (org-agenda-quit): Reset the archives mode.
24900 (org-agenda-archives-mode): New command.
24901 (org-agenda-set-mode-name): Include archives info.
24903 * org.el (org-paste-subtree): Make sure the yanked headline is
24904 visible if it was yanked at a visible point.
24905 (org-move-item-up): Fix the bug with moving white space at the end
24907 (org-show-empty-lines-in-parent): New function.
24909 2008-07-19 Juri Linkov <juri@jurta.org>
24911 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
24912 new keymap `narrow-map' instead of binding "\C-xns".
24914 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
24916 * org.el (org-agenda-skip-unavailable-files):
24917 * org-clock.el (org-clock-out-when-done): Doc fixes.
24919 2008-06-18 Glenn Morris <rgm@gnu.org>
24921 * org.el (org-map-entries): Let-bind `file'.
24923 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24925 * org-colview.el (org-columns-next-allowed-value): Bug fix.
24927 * org-agenda.el (org-agenda-get-closed): Get the end time into the
24928 agenda prefix as well.
24930 * org-publish.el (org-publish-org-index): Make a properly indented
24933 * org.el (org-calendar-agenda-action-key): New option.
24934 (org-get-cursor-date): New function.
24935 (org-mark-entry-for-agenda-action): New command.
24936 (org-overriding-default-time): New variable.
24937 (org-read-date): Respect `org-overriding-default-time'.
24939 * org-remember.el (org-remember-apply-template): Respect the
24940 overriding default time.
24942 * org-agenda.el (org-agenda-action-marker): New variable.
24943 (org-agenda-action): New command.
24944 (org-agenda-do-action): New function.
24946 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24948 * org.el (org-schedule, org-deadline): Protect scheduled and
24949 deadline tasks against changes that accidentally remove the
24950 repeater. Also show a message with the new date when done.
24952 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24954 * org.el (org-beginning-of-line): Cater for the case when there
24955 are tags but no headline text.
24956 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
24959 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24961 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
24962 the return value is nil instead of "nil" when there is no match.
24964 * org-exp.el (org-insert-centered): Use fill-column instead of
24966 (org-export-as-ascii): Use string-width to measure the width of
24969 * org.el (org-diary-to-ical-string): No longer kill buffer
24970 FROMBUF, this is now done by the caller.
24972 * org-exp.el (org-print-icalendar-entries): Move the call to
24973 `org-diary-to-ical-string' out of the loop, and kill the buffer
24976 * org-remember.el (org-remember-visit-immediately):
24977 Position cursor after moving to the note.
24978 (org-remember-apply-template): Use a text property to record the
24980 (org-remember-handler): Align tags after pasting the note.
24982 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
24984 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
24986 * org-agenda.el (org-agenda-open-link): If there is an
24987 org-bbdb-name property in the current line, jump to that bbdb
24990 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
24991 text property, so that the agenda knows where this entry comes
24994 * org-agenda.el (org-agenda-clock-in): Fix bug in the
24995 interaction between clocking-in from the agenda, and automatic
24996 task state switching.
24998 * org-macs.el (org-with-point-at): Bug fix in macro definition.
25000 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25001 zmacs-region stays after this command in XEmacs.
25003 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25005 * org.el (org-scan-tags): Allow new values for ACTION parameter.
25007 * org-remember.el (org-remember-templates): Fix bug in
25008 customization type definition.
25010 * org.el (org-map-entries): New function.
25012 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25014 * org-agenda.el (org-agenda-skip-comment-trees): New option.
25015 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25017 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25019 * org-remember.el (org-jump-to-target-location): New variable.
25020 (org-remember-apply-template):
25021 Set `org-remember-apply-template' if requested by template.
25022 (org-remember-handler): Start an idle timer to jump to
25025 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25027 * org.el (org-set-regexps-and-options): Fix bug with parsing of
25029 (org-get-tags-at): Add the content of `org-file-tags'.
25031 * org-exp.el (org-export-handle-comments): Fix bug with several
25032 comment lines after each other.
25033 (org-number-to-roman, org-number-to-counter): New functions.
25034 (org-export-section-number-format): New option.
25036 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25038 * org-exp.el (org-export-protect-examples): Catch the case of a
25039 missing end_example line.
25041 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25042 `org-file-tags' to nil.
25044 * org-colview.el (org-columns-next-allowed-value): Handle next
25045 argument NTH to directly select a value.
25047 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25049 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25051 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25053 * org.el (org-columns-ellipses): New option.
25055 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25057 * org-colview.el (org-columns-add-ellipses): New function.
25058 (org-columns-compact-links): New function.
25059 (org-columns-cleanup-item): Call `org-columns-compact-links'.
25060 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25062 (org-columns-edit-value): Fix bug with editing values from
25063 agenda column view.
25064 (org-columns-redo): Also redo the agenda itself.
25066 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25068 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25071 * org-colview.el (org-agenda-columns-cleanup-item): New function.
25073 * org-exp.el (org-export-ascii-preprocess): Rename from
25074 `org-export-ascii-clean-string'.
25075 (org-export-kill-licensed-text)
25076 (org-export-define-heading-targets)
25077 (org-export-handle-invisible-targets)
25078 (org-export-target-internal-links)
25079 (org-export-remove-or-extract-drawers)
25080 (org-export-remove-archived-trees)
25081 (org-export-protect-quoted-subtrees)
25082 (org-export-protect-verbatim, org-export-protect-examples)
25083 (org-export-select-backend-specific-text)
25084 (org-export-mark-blockquote-and-verse)
25085 (org-export-remove-comment-blocks-and-subtrees)
25086 (org-export-handle-comments, org-export-mark-radio-links)
25087 (org-export-remove-special-table-lines)
25088 (org-export-normalize-links)
25089 (org-export-concatenate-multiline-links)
25090 (org-export-concatenate-multiline-emphasis): New functions,
25091 obtained from spliting the export preprocessor.
25093 * org-table.el (org-table-recalculate): Improve error message if
25094 the row number is invalid.
25096 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25098 * org-archive.el (org-archive-save-context-info): Fix bugs in
25099 customization setup and docstring.
25101 * org-exp.el (org-export-html-style): Change the size of in the
25102 <pre> element to 90%.
25104 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25106 * org.el (org-find-src-example-start): Function removed.
25107 (org-edit-src-find-region-and-lang): New function.
25109 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25111 * org.el (org-edit-src-exit): New function.
25112 (org-exit-edit-mode): New minor mode.
25114 * org-exp.el (org-export-preprocess-string): Fix bug with removing
25115 comment-like lines from protected examples.
25117 * org.el (org-edit-src-example, org-find-src-example-start)
25118 (org-protect-source-example, org-edit-special): New functions.
25120 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25122 * org-publish.el (org-publish-project-alist): Fix typo in
25124 (org-publish-project-alist): Handle :index-title property.
25126 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25128 * org-export-latex.el (org-export-as-latex): Make sure region
25129 bounds are correct. Parse subtree properties relating to export.
25131 * org-exp.el (org-export-add-options-to-plist): New function.
25132 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25134 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25136 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25139 * org-exp.el (org-export-get-title-from-subtree)
25140 (org-export-as-ascii, org-export-as-html): Make sure the original
25141 region-beginning and region-end are used, even after moving point.
25142 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25145 * org-remember.el (org-remember-last-stored-marker): New variable.
25146 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25147 (org-remember-handler): Also use marker to remember
25148 last-stored position.
25150 * org.el (org-goto-marker-or-bmk): New function.
25152 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25154 * org.el (org-file-properties): Rename from `org-local-properties'.
25155 (org-scan-tags): Take file tags into account.
25156 (org-tags-match-list-sublevels): Default changed to t.
25158 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25160 * org.el (org-update-parent-todo-statistics): New function.
25162 * org-exp.el (org-icalendar-store-UID): New option.
25163 (org-icalendar-force-UID): Option removed.
25164 (org-print-icalendar-entries): IMplement UIDs.
25166 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25168 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25170 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25172 * org-faces.el (org-column): Document how this face is being used
25173 and why sometimes the background faces shine through.
25175 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25177 * org-publish.el (org-publish-attachment): Create publishing
25178 directory if it does not yet exist.
25180 * org-table.el (org-calc-default-modes): Change default number
25181 format to (float 8).
25183 * org.el (org-olpath-completing-read): New function.
25184 (org-time-clocksum-format): New option.
25185 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25187 * org-clock.el (org-clock-display, org-clock-out)
25188 (org-update-mode-line): Use `org-time-clocksum-format'.
25190 * org-colview.el (org-columns-number-to-string):
25191 Use `org-time-clocksum-format'.
25193 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25195 * org-id.el: New file, move from contrib to core.
25197 * org-exp.el (org-icalendar-force-UID): New option.
25199 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25201 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25202 shifted by one day if there is a date range without an end time.
25204 * org.el (org-try-structure-completion): New function.
25206 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25208 * org.el (org-set-font-lock-defaults): Improve fontification of
25210 (org-insert-item): Handle description lists.
25211 (org-adaptive-fill-function): Improve auto indentation in
25214 * org-exp.el (org-export-as-html, org-export-preprocess-string):
25215 Implement VERSE environment.
25216 (org-export-preprocess-string): Implement the COMMENT
25219 * org-export-latex.el (org-export-latex-preprocess):
25220 Implement VERSE environment.
25222 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25224 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25227 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25229 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25231 * org.el (org-quote-csv-field): New functions.
25233 * org-table.el (org-table-export-default-format): Remove :splice
25234 from default format, we get the same effect by not specifying
25236 (org-table-export): Improve setup, distinguish better between
25237 interactive and non-interactive use, allow specifying the format
25238 on the fly, better protection against wrong file names.
25239 (orgtbl-to-generic): Fix documentation. Do not require :tstart
25240 and :tend when :splice is omitted.
25242 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25244 * org-clock.el (org-clock-select-task): Make sure the selection
25245 letters are 1-9 and A-Z, no special characters.
25247 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25249 * org-exp.el (org-export-htmlize): New group.
25250 (org-export-htmlize-output-type)
25251 (org-export-htmlize-css-font-prefix): New options.
25252 (org-export-htmlize-region-for-paste): New function.
25253 (org-export-htmlize-generate-css): New command.
25255 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25257 * org.el (org-set-visibility-according-to-property): New function.
25258 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25259 and compute the regular expressions, and update font-lock.
25260 (org-property-re): Allow a dash in property names.
25262 * org-archive.el (org-extract-archive-file): Insert the file name
25263 without the path into the format, to allow the location format to
25264 contain a subdirectory.
25266 * org-agenda.el (org-agenda-post-command-hook): If point is at end
25267 of buffer, and the `org-agenda-type' property undefined, use the
25268 value from the character before.
25270 * org.el (org-add-planning-info): Don't let indentation for
25271 would-be timestamp become extra whitespace at the end of headline.
25273 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25275 * org.el (org-remove-double-quotes, org-file-contents):
25278 * org-exp.el (org-infile-export-plist): Also parse the
25279 contents of #+SETUPFILE files, recursively.
25281 * org.el (org-set-regexps-and-options): Also parse the
25282 contents of #+SETUPFILE files, recursively.
25284 * org-exp.el (org-export-handle-include-files): New function.
25285 (org-export-preprocess-string):
25286 Call `org-export-handle-include-files'.
25288 * org.el (org-delete-property-globally)
25289 (org-delete-property, org-set-property): Ignore case during
25291 (org-set-property): Use `org-completing-read' instead of
25294 * org.el (org-complete-expand-structure-template): New,
25295 experimental function.
25296 (org-structure-template-alist): New, experimental option.
25297 (org-complete): Call `org-complete-expand-structure-template'.
25299 2008-06-17 Bastien Guerry <bzg@gnu.org>
25301 * org-export-latex.el (org-export-latex-preprocess):
25302 Add support for blockquotes.
25304 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25306 * org.el (org-read-date-analyze): Catch the case where only a
25309 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25311 * org.el (org-set-font-lock-defaults): Make the description
25314 * org-exp.el (org-export-as-html, org-close-li):
25315 Implement description lists.
25317 2008-06-17 Jason Riedy <jason@acm.org>
25319 * org-table.el (*orgtbl-default-fmt*): New variable.
25320 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25321 when there is no other fmt available.
25323 (orgtbl-to-generic): Allow an explicitly nil :tstart or
25324 :tend to suppress the appropriate string.
25326 (orgtbl-to-orgtbl): New function for translating to another orgtbl
25329 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25331 * org.el (org-read-date-analyze): "." as an alias for "+0" in
25334 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25337 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25340 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25342 * org-clock.el (org-clock-find-position): Don't include notes
25345 * org-archive.el (org-archive-subtree): No longer remove an
25346 extra line after cutting the subtree. `org-cut-subtree' already
25347 takes care of this.
25349 * org-remember.el (org-remember-handler): Only kill the target
25350 buffer if it does not contain the running clock.
25352 * org.el (org-markers-to-move): New variable.
25353 (org-save-markers-in-region, org-check-and-save-marker)
25354 (org-reinstall-markers-in-region): New function.
25355 (org-move-subtree-down, org-copy-subtree): Remember relative
25356 marker positions before cutting.
25357 (org-move-subtree-down, org-paste-subtree): Restore relative
25358 marker positions after pasting.
25360 * org-remember.el (org-remember-clock-out-on-exit): New option.
25361 (org-remember-finalize): Clock out only if the setting in
25362 `org-remember-clock-out-on-exit' requires it.
25363 (org-remember-handler): Do the cleanup in the buffer, to make sure
25364 that the clock marker remains in tact.
25366 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25368 * org-clock.el (org-clock-goto): Widen buffer if necessary.
25369 (org-clock-in): Make sure that also tasks outside the narrowed
25370 region will be clocked in correctly.
25371 (org-clock-insert-selection-line): Widen the buffer so that we can
25372 find the correct task heading.
25374 * org.el (org-base-buffer): New function.
25376 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25377 and ";" are escaped.
25378 (org-print-icalendar-entries): Also apply
25379 `org-icalendar-cleanup-string' to the headline, not only to the
25382 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
25384 * org-exp.el (org-export-preprocess-hook): New hook.
25385 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25387 * org.el (org-font-lock-hook): New variable.
25388 (org-font-lock-hook): New function.
25389 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25391 ;; Local Variables:
25393 ;; add-log-time-zone-rule: t
25396 Copyright (C) 2008-2012 Free Software Foundation, Inc.
25398 This file is part of GNU Emacs.
25400 GNU Emacs is free software: you can redistribute it and/or modify
25401 it under the terms of the GNU General Public License as published by
25402 the Free Software Foundation, either version 3 of the License, or
25403 (at your option) any later version.
25405 GNU Emacs is distributed in the hope that it will be useful,
25406 but WITHOUT ANY WARRANTY; without even the implied warranty of
25407 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25408 GNU General Public License for more details.
25410 You should have received a copy of the GNU General Public License
25411 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.