1 2011-07-28 Bastien Guerry <bzg@gnu.org>
3 * org-publish.el (org-publish-index-generate-theindex): rename
4 from `org-publish-index-generate-theindex.inc'. Use the file
5 theindex.org directly instead of including theindex.inc.
6 (org-publish-projects): Don't delete .orgx files.
7 (org-publish-aux-preprocess): Use .file.orgx.
9 2011-07-28 Bastien Guerry <bzg@gnu.org>
11 * org-html.el (org-export-html-preamble-format): New default for
12 the HTML preamble: don't include the title. Also improve the
14 (org-export-html-postamble-format): Improve the docstring.
15 (org-export-as-html): Add the title within the "content" div.
16 This is necessary for interaction with the org-info.js script.
18 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
20 * org-table.el (org-table-edit-field): Display field coordinates.
22 2011-07-28 Bastien Guerry <bzg@gnu.org>
24 * org-publish.el (org-publish-find-title): bugfix: kill buffers
25 unless they were already visited.
26 (org-sitemap-sort-files, org-sitemap-sort-folders)
27 (org-sitemap-ignore-case, org-sitemap-requested)
28 (org-sitemap-date-format, org-sitemap-file-entry-format): use
30 (org-publish-projects): Make sure to delete .orgx files.
31 (org-publish-index-generate-theindex.inc): Small docstring
34 2011-07-28 Bastien Guerry <bzg@gnu.org>
36 * org-table.el (org-table-duration-custom-format): New defcustom
37 to select output format of durations computations.
38 (org-table-time-seconds-to-string): Use the new variable.
39 (org-table-eval-formula): Allow `t' as a flag, on top of `T'. `t'
40 will use the custom output format defined in
41 `org-table-duration-custom-format'.
43 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
45 * org-list.el: search blank lines down to the end of the item
46 instead of stopping at the item, in order to possibly match such
47 lines within the item.
49 2011-07-28 Bastien Guerry <bzg@gnu.org>
51 * org-latex.el (org-export-latex-href-format): docstring fix to
52 reflect the fact that you can use only one "%s".
53 (org-export-latex-links): allow `org-export-latex-href-format' to
56 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
58 * org.el (org-org-menu): Add `org-copy-visible' to the menu.
60 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
62 * org.el (org-copy-visible): New command.
64 2011-07-28 Bastien Guerry <bzg@gnu.org>
66 * org-capture.el (org-capture-templates): docstring fix.
68 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
70 * ob.el (org-babel-view-src-block-info): New function to inspect
73 * ob-keys.el (org-babel-key-bindings): Key bindings for
74 org-babel-view-src-block-info.
76 2011-07-28 Bastien Guerry <bzg@gnu.org>
78 * org-exp.el (org-infile-export-plist): Handle recursively
79 included setup files. The value of the last included file always
80 takes precedence over previous values.
82 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
84 * org.el (org-timestamp-change): keep point in the same category
85 when updating a time-stamp. This requires to be careful, as,
86 depending on the locale, name of day might change of length during
89 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
91 * org-footnote.el (org-footnote-create-definition): when skipping
92 already written footnotes definition, the algorithme would assume
93 each one was only one-line long.
95 2011-07-28 Bastien Guerry <bzg@gnu.org>
97 * org-table.el (org-table-eval-formula): Fix bug when a formula
98 "range" is just one cell.
99 (org-table-time-string-to-seconds): don't check whether
100 we manipulate a string.
102 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
104 * org-exp.el (org-export-mark-list-end)
105 (org-export-mark-list-properties): don't remove the ending regexp
106 when it consists in blank lines.
108 * org-list.el (org-list-parse-list): ditto, but remove it
109 completely when it isn't made of blank lines (i.e. during export
112 2011-07-28 Bastien Guerry <bzg@gnu.org>
114 * org-table.el (org-table-time-string-to-seconds): match either
115 HH:MM:SS or HH:MM (instead of MM:SS).
117 2011-07-28 Bastien Guerry <bzg@gnu.org>
119 * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
120 `org-ctrl-c-ctrl-c' cannot do anything useful in the given
123 2011-07-28 Bastien Guerry <bzg@gnu.org>
125 * org-html.el (org-export-html-with-timestamp)
126 (org-export-html-html-helper-timestamp): These are obsolete
127 variables as of Org version 7.7 as you can already export the
128 timestamp from the preamble or the postamble.
129 (org-export-html-before-content-div): Delete variable.
130 (org-export-html-content-div): obsolete variable as of 7.7.
131 (org-export-html-divs): New variable to define divs used in
133 (org-export-as-html): Now the preamble and the postamble are
134 surrounded by a <div ...>. The name of the div is defined
135 through `org-export-html-divs'.
137 2011-07-28 Bastien Guerry <bzg@gnu.org>
139 * org-table.el (org-table-eval-formula): Throw an error when
140 trying to replace complex range with invalid references.
142 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
144 * org-macs.el (org-with-limited-levels): some functions, like
145 `org-back-to-heading', being deeply based on outline-mode, still
146 refer to `outline-regexp' instead of `org-outline-regexp'.
148 2011-07-28 Bastien Guerry <bzg@gnu.org>
150 * org.el (org-refile-get-targets): new optional argument
151 `excluded-entries' to exclude entries from the targets.
152 (org-refile-get-location): From an org-mode buffer, exclude
153 current heading and subheadings from the list of targets when
154 org-refile-use-cache is nil.
156 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
158 * org.el (org-imenu-get-tree): note to self: headlines start at
161 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
163 * ob-maxima.el: New file. Fixed self-proclaimed file name.
165 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
167 * ob.el (org-babel-sha1-hash): Only call copy-seq on proper lists.
169 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
171 * org.el (org-kill-is-subtree-p): matched string needs to start at
174 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
176 * org.el (org-paste-subtree, org-kill-is-subtree-p)
177 (org-yank-folding-would-swallow-text, org-yank-generic): use
178 `org-with-limited-levels' macro.
180 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
182 * org-macs.el (org-with-limited-levels): also modify, when
183 appropriate, `org-outline-regexp-at-bol'.
185 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
187 * org.el (org-timestamp-change): some locales don't use the same
188 length for date abbreviations. Set a marker at origin in case
189 length of new timestamp is different.
191 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
193 * org.el (org-imenu-get-tree): browse only true headlines.
195 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
197 * org-archive.el (org-archive-subtree): while it might be possible
198 to archive an headline of a temporary buffer (i.e. not visiting a
199 file), it wouldn't be really sensical.
201 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
203 * org-archive.el (org-extract-archive-file)
204 (org-extract-archive-heading, org-archive-subtree):
205 buffer-file-name is nil in an indirect buffer. Thus, use
206 (buffer-file-name (buffer-base-buffer)), which will, in any case,
207 return the file-name.
209 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
211 * org-capture.el (org-capture): if dired isn't loaded,
212 `dired-buffers' isn't defined, and %F will fail.
214 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
216 * ob-java.el (org-babel-execute:java): Don't create empty package
219 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
221 * ob-java.el: New file.
223 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
225 * ob.el (org-babel-execute-src-block): Replaced call to defunct
226 function `org-babel-result-hash'.
228 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
230 * org-footnote.el (org-footnote-in-valid-context-p): avoid cited
231 lines and headers in message-mode.
232 (org-footnote-at-reference-p): remove check for cited lines, this
233 is now handled by the previous function. Refactor.
235 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
237 * org-capture.el (org-capture): if no file is associated to
238 current buffer, check dired buffer and try to retreive a possibly
239 directory associated.
241 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
243 * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
244 (not original) file buffer.
246 * ob.el (org-babel-current-result-hash): More informative name,
247 and remove useless optional argument.
249 2011-07-28 Bastien Guerry <bzg@gnu.org>
251 * org.el (org-refile-get-location): exclude current heading from
254 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
256 * org-footnote.el (org-footnote-at-reference-p): test if match is
257 in cited text, when replying to a message.
258 (org-footnote-new): do not create a new footnote at bol, as it might
259 be seen as a definition.
260 (org-footnote-at-definition-p): ignore definitions in forbidden
261 blocks, as it is already the case for references.
263 2011-07-28 Matt Lundin <mdl@imapmail.org>
265 * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
266 argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
269 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
271 * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
274 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
276 * org-list.el (org-list-insert-item): actualize code comments.
277 (org-insert-item): for consistency, point cannot be moved at
278 a surprising place when the user is being asked to choose a new
279 description term to insert in the list. Point should stay where the
280 user called the command.
282 2011-07-28 Bastien Guerry <bzg@gnu.org>
284 * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
285 (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
287 2011-07-28 Bastien Guerry <bzg@gnu.org>
289 * org.el (org-outline-regexp-bol): New defconst.
290 (org-outline-level, org-set-font-lock-defaults, org-cycle)
291 (org-overview, org-content, org-flag-drawer)
292 (org-first-headline-recenter, org-insert-todo-heading)
293 (org-map-region, org-move-subtree-down, org-paste-subtree)
294 (org-kill-is-subtree-p, org-context-p, org-refile)
295 (org-refile-new-child, org-toggle-comment, org-todo)
296 (org-add-planning-info, org-add-log-setup, org-scan-tags)
297 (org-set-tags, org-insert-property-drawer)
298 (org-prepare-agenda-buffers, org-preview-latex-fragment)
299 (org-speed-command-default-hook, org-check-for-hidden)
300 (org-toggle-item, org-toggle-heading)
301 (org-indent-line-function, org-set-autofill-regexps)
302 (org-fill-paragraph, org-toggle-fixed-width-section)
303 (org-yank-generic, org-yank-folding-would-swallow-text)
304 (org-first-sibling-p, org-goto-sibling)
305 (org-goto-first-child, org-show-entry): Use
306 `org-outline-regexp' and `org-outline-regexp-bol'.
308 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
310 * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
311 be checked for parent, not current headline. Also, this function
312 doesn't need to be interactive.
314 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
316 * org-list.el (org-list-send-item, org-list-struct-apply-struct)
317 (org-apply-on-list, org-toggle-checkbox): make markers point
318 nowhere when they have become useless.
320 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
322 * org-list.el (org-list-insert-item): when insertion point is in
323 some white line after the end of the list, remove all unnecessary
324 white lines there before proceeding. Also refactor a snippet of
327 2011-07-28 Bastien Guerry <bzg@gnu.org>
329 * org-latex.el (org-export-latex-image-default-option): Change
332 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
334 * org.el (org-fontify-meta-lines-and-blocks-1): blocks cannot be
335 correctly fontified when the buffer is missing a final newline.
337 2011-07-28 Bastien Guerry <bzg@gnu.org>
339 * ob.el (org-babel-strip-protective-commas): Return `nil' instead
340 of an error if no argument is given.
341 (org-babel-parse-src-block-match): Make sure body is defined
342 in the let construct.
344 2011-07-28 Jon Anders Skorpen <jonas@ifi.uio.no> (tiny change)
346 * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
347 did not find includes with double quoted file names.
349 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
351 * org-footnote.el (org-footnote-normalize): footnote section
352 should be inserted only if there are footnotes to insert.
354 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
356 * org-footnote.el (org-footnote-at-definition-p)
357 (org-footnote-normalize): do not grab signature in the definition
358 of the last footnote.
360 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
362 * org-bibtex.el (org-babel-trim): Declare this function to the
364 (org-bibtex-get): Trimming whitespace off of bibtex fields read from
367 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
369 * org-exp.el (org-export-preprocess-string): add the possibility
370 to call recursively the function. Also change order of some
371 function calls. Comment export process for footnotes.
373 * org-footnote.el (org-footnote-normalize): change the export
374 specific parameter to hold properties of export. Thus, the
375 function can send every footnote definition in the buffer through
376 `org-export-process-string'.
378 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
380 * org-latex.el (org-export-latex-preprocess): first insert
381 footnotes in the temporary buffer so their contents can properly
382 be protected from further transformations if required.
384 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
386 * org-list.el (org-list-indent-offset): new variable.
387 (org-list-struct-fix-ind): make use of the new variable.
389 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
391 * org-latex.el (org-export-latex-list-parameters): complete
392 default value with cbtrans option.
394 * org-list.el (org-list-to-latex): set a more consistent default
397 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
399 * org-list.el (org-list-swap-items): move it to a meaningful
400 position in source code (i.e. before any function using it), and
401 rename it to an easier name.
403 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
405 * org-list.el (org-list-separating-blank-lines-number): if there
406 are blank lines already in the whole list, add a blank line.
408 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
410 * org-list.el (org-list-use-circular-move): new variable.
411 (org-previous-item, org-next-item): make use of the new variable.
412 (org-move-item-down, org-move-item-up): make use of the new
413 variable. Simplify code.
415 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
417 * org-list.el (org-list-delete-item, org-list-send-item): new
420 2011-07-28 Bastien Guerry <bzg@gnu.org>
422 * org-agenda.el (org-agenda-bulk-custom-functions): New variable
423 for custom bulk action functions.
424 (org-agenda-bulk-action): Use it.
426 2011-07-28 Bastien Guerry <bzg@gnu.org>
428 * org-latex.el (org-export-latex-quotes): New defcustom.
429 (org-export-latex-quotation-marks): Use it.
431 2011-07-28 Bastien Guerry <bzg@gnu.org>
433 * org-capture.el (org-capture-finalize): bugfix about inserted
434 blank line when killing the capture buffer and
435 `org-blank-before-new-entry' tells to not insert anything before a
438 2011-07-28 Bastien Guerry <bzg@gnu.org>
440 * org-html.el (org-export-html-content-div): Rename from
441 `org-export-content-div'.
442 (org-export-as-html): Use new name.
444 2011-07-28 Bastien Guerry <bzg@gnu.org>
446 * org-latex.el (org-export-latex-header-defs-re): Delete.
448 2011-07-28 Bastien <bzg@gnu.org>
450 * org.el (org-last-set-property): New variable.
451 (org-read-property-name): Use the new variable: the prompt
452 defaults to the last property set, unless there is a property
453 in the line at point.
455 2011-07-28 David Maus <dmaus@ictsoc.de>
457 * org-capture.el (org-capture-before-finalize-hook)
458 (org-capture-after-finalize-hook, org-capture-mode-map)
459 (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
460 consistently refer to capture, not remember.
462 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
464 * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
465 "verbatim" results params.
467 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
469 * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
472 * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
475 * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
476 synonym for "scalar".
478 * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
481 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
483 * ob.el (org-babel-script-escape): Parse odd parens when nested
486 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
488 * ob-clojure.el (org-babel-execute:clojure): No longer force
489 results into elisp if they don't naturally fit.
491 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
493 * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
494 already parsed lisp results.
496 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
498 * org-list.el (org-plain-list-ordered-item-terminator): remove
499 incorrect assumption.
501 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
503 * org-footnote.el (org-footnote-forbidden-blocks): add missing
504 exporter specific blocks.
506 * org-list.el (org-list-forbidden-blocks): ditto.
508 2011-07-28 Bastien Guerry <bzg@gnu.org>
510 * org-latex.el (org-export-latex-tables): Bugfix: remove
511 properties from fields.
513 2011-07-28 Bastien Guerry <bzg@gnu.org>
515 * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
516 to use `org-clock-timestamps-change'.
518 2011-07-28 Bastien Guerry <bzg@gnu.org>
520 * org.el (org-timestamp-up, org-timestamp-down): mention time
521 changes in the docstring.
523 2011-07-28 Bastien Guerry <bzg@gnu.org>
525 * org-clock.el (org-clock-remove-empty-clock-drawer): New function
526 to remove empty clock drawer.
527 (org-clock-out-hook): Add the new function as a hook.
529 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
531 * org-list.el (org-list-in-valid-context-p): use `org-in-block-p'.
533 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
535 * org.el (org-in-block-p): new function.
537 * org-footnote.el (org-footnote-forbidden-blocks): new variable.
538 (org-footnote-in-valid-context-p): new function.
539 (org-footnote-at-reference-p): use new function. Allow inline
540 footnotes to start at bol.
542 2011-07-28 Bastien Guerry <bzg@gnu.org>
544 * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
545 (org-lparse-warn): Use it.
547 2011-07-28 Bastien Guerry <bzg@gnu.org>
549 * org-ascii.el (org-export-as-utf8): fix call to
550 `org-called-interactively-p': it requires an argument. Also fix
553 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
555 * ob-lilypond.el (show-all): Declaring function from outline.el.
556 (org-babel-default-header-args:lilypond): Declared.
557 (ly-process-basic): Use the appropriate prefix for the temporary
558 file, and don't call a function from ob-dot.el.
559 (ly-version): Let-bind a free variable.
561 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
563 * ob-lilypond.el: New file.
565 2011-07-28 Bastien Guerry <bzg@gnu.org>
568 (org-publish-cache-file-needs-publishing): only check against .org
571 2011-07-28 Bastien Guerry <bzg@gnu.org>
573 * org.el (org-mode): Use org-default as
574 the default face in org-mode.
576 2011-07-28 Bastien Guerry <bzg@gnu.org>
579 (org-publish-cache-file-needs-publishing): Takes care of more
580 recently included files, returning `t' in case the file including
581 them needs to be republished.
583 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
585 * org-exp.el (org-export-preprocess-string): if the last subtree
586 is a task, footnotes may be removed along with the subtree. This
587 patch ensures footnotes are put at the end of the buffer after the
588 subtree has been removed.
590 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
592 * org-footnote.el (org-footnote-at-reference-p): verify that what
593 looks like a footnote doesn't belong to a link.
594 (org-footnote-next-reference-or-definition): check more strictly
595 footnote definitions.
597 2011-07-28 Deech <deech@deech-ThinkPad-X200.(none)>
599 * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
602 2011-07-28 Suvayu Ali <fatkasuvayu+linux@gmail.com>
604 * Mention use of keywords like multicolumn and float
606 * Remove previous mention of hack with placement option as per
607 comments on the mailing list. The hack is better suited for Worg.
609 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
611 * ob-python.el (org-babel-python-evaluate-session): Inhibit return
612 of the eoe string during session evaluation.
614 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
616 * ob-python.el (org-babel-python-evaluate-session): Enough
617 newlines to ensure a return when ":results output :session".
619 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
621 * ob-python.el (org-babel-python-evaluate-session): Introduced a
622 new local function for sending input with a slight delay to allow
623 pythong to re-draw the prompt. No longer removing newlines inside
624 code block bodies (was due to a defective regexp).
626 2011-07-28 Bastien Guerry <bzg@gnu.org>
629 (org-table-time-seconds-to-string): use `org-format-seconds'
630 instead of `format-seconds'.
632 2011-07-28 David Maus <dmaus@ictsoc.de>
634 * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
637 2011-07-28 David Maus <dmaus@ictsoc.de>
639 * org-latex.el (org-export-latex-preprocess): Use function
640 argument instead of dynamically scoped symbol.
642 2011-07-28 David Maus <dmaus@ictsoc.de>
644 * org-freemind.el (org-freemind-convert-links-helper)
645 (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
646 (org-freemind-get-node-style): Use org-string-match-p for backward
647 compatibility with Emacs22.
649 2011-07-28 David Maus <dmaus@ictsoc.de>
651 * org-html.el (org-export-html-protect-char-alist): Add missing
652 :group keyword in defcustom.
654 2011-07-28 David Maus <dmaus@ictsoc.de>
656 * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
657 kill-buffer with argument indiciating to kill current
658 buffer. Emacs 22 compatibility.
660 2011-07-28 David Maus <dmaus@ictsoc.de>
662 * org-macs.el (org-without-partial-completion): Toggle
663 partial-completion-mode only if it is turned on.
665 2011-07-28 Bastien Guerry <bzg@gnu.org>
667 * org.el (org-add-planning-info): fix
668 issues with timestamps not being inserted at the same position.
670 2011-07-28 Bastien Guerry <bzg@gnu.org>
673 (org-table-time-string-to-seconds)
674 (org-table-time-seconds-to-string): New functions.
675 (org-table-eval-formula): Implement the "T" (time) flag for
678 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
680 * org.el (org-modules): Add org-lparse and org-odt as contrib
683 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
685 * org.el (org-fontify-meta-lines-and-blocks-1): Include header
687 (org-additional-option-like-keywords): Include data as a synonym for
690 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
692 * ob.el (org-babel-sha1-hash): Improving code layout and removing
693 export-variable headers in cache sha1.
695 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
697 * ob-ref.el (org-babel-ref-goto-headline-id): Don't let org-id
698 rescan all IDs when trying to resolve a reference.
700 2011-07-28 Julien Barnier <julien@nozav.org>
702 * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
703 blocks lang attribute
705 2011-07-28 Eric S Fraga <e.fraga@ucl.ac.uk>
707 * Allow for a different markup for inactive time stamps on latex
710 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
712 * ob-org.el (org-babel-expand-body:org): Implemented this
713 function, only action is to expand variables.
714 (org-babel-execute:org): Uses the new body-expansion function.
716 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
718 * org-list.el (org-list-full-item-re): allow counter and check-box
719 to be separated by white spaces.
720 (org-list-struct-apply-struct): reflect changes made to
721 `org-list-full-item-re'.
723 * org-html.el (org-html-export-list-line): recognize spaces
724 between counter and check-boxes as valid.
726 * org-docbook.el (org-export-docbook-list-line): ditto.
728 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
730 * org-list.el (org-list-insert-item): make sure point is moved to
731 the specified POS before starting the function.
733 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
735 * org.el (org-activate-footnote-links): properly fontify inline
737 (org-set-font-lock-defaults): apply changes to previous function.
739 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
741 * org-footnote.el (org-footnote-at-reference-p): first check if
742 point is at the beginning of a footnote. Indeed `org-in-regexp'
743 first checks backwards and might find an incorrect footnote if
744 they are side-by-side.
746 2011-07-28 Michael Brand <michael.ch.brand@gmail.com>
748 * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
749 (org-agenda-block-separator): Add nil to docstring and customization.
750 (org-prepare-agenda): Skip agenda block separator additionally if
751 org-agenda-block-separator is nil.
752 (org-agenda-overriding-header): Improve docstring.
754 2011-07-28 Bastien Guerry <bzg@gnu.org>
756 * org.el (org-set-tags): Remove useless
757 `org-without-partial-completion'.
759 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
761 * org-footnote.el (org-fill-paragraph): Declare function for the
764 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
766 * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
768 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
770 * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
773 2011-07-28 Michael Markert <markert.michael@googlemail.com>
775 * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
776 all org-called-interactively-p function invocations.
778 * org-agenda.el (org-agenda-redo): Adding optional argument KIND
779 to all org-called-interactively-p function invocations.
780 (org-agenda-show-1): Adding optional argument KIND to all
781 org-called-interactively-p function invocations.
782 (org-agenda-set-tags): Adding optional argument KIND to all
783 org-called-interactively-p function invocations.
785 * org-ascii.el (org-export-as-latin1): Adding optional argument
786 KIND to all org-called-interactively-p function invocations.
787 (org-export-as-latin1-to-buffer): Adding optional argument KIND to
788 all org-called-interactively-p function invocations.
789 (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
790 org-called-interactively-p function invocations.
791 (org-export-region-as-ascii): Adding optional argument KIND to all
792 org-called-interactively-p function invocations.
794 * org-docbook.el (org-export-region-as-docbook): Adding optional
795 argument KIND to all org-called-interactively-p function
798 * org-html.el (org-export-region-as-html): Adding optional
799 argument KIND to all org-called-interactively-p function
802 * org-latex.el (org-export-region-as-latex): Adding optional
803 argument KIND to all org-called-interactively-p function
806 * org-table.el (org-table-blank-field): Adding optional argument
807 KIND to all org-called-interactively-p function invocations.
808 (org-table-current-column): Adding optional argument KIND to all
809 org-called-interactively-p function invocations.
810 (org-table-current-dline): Adding optional argument KIND to all
811 org-called-interactively-p function invocations.
812 (org-table-sort-lines): Adding optional argument KIND to all
813 org-called-interactively-p function invocations.
814 (org-table-sum): Adding optional argument KIND to all
815 org-called-interactively-p function invocations.
816 (org-table-rotate-recalc-marks): Adding optional argument KIND to
817 all org-called-interactively-p function invocations.
818 (org-table-eval-formula): Adding optional argument KIND to all
819 org-called-interactively-p function invocations.
820 (orgtbl-send-table): Adding optional argument KIND to all
821 org-called-interactively-p function invocations.
823 * org.el (org-mode): Adding optional argument KIND to all
824 org-called-interactively-p function invocations.
825 (org-copy-subtree): Adding optional argument KIND to all
826 org-called-interactively-p function invocations.
827 (org-paste-subtree): Adding optional argument KIND to all
828 org-called-interactively-p function invocations.
829 (org-store-link): Adding optional argument KIND to all
830 org-called-interactively-p function invocations.
831 (org-todo): Adding optional argument KIND to all
832 org-called-interactively-p function invocations.
833 (org-occur): Adding optional argument KIND to all
834 org-called-interactively-p function invocations.
836 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
838 * org-footnote.el (org-footnote-action): offer to create
839 definition when none is found.
841 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
843 * org-footnote.el (org-footnote-re): avoid matching inactive
844 time-stamps or check-box cookies.
845 (org-footnote-next-reference-or-definition): adapt to the new regexp.
847 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
849 * org-exp.el (org-export-preprocess-string): if the last subtree
850 is commented, footnotes inserted during normalizing at the end of
851 the buffer may get deleted. This patch ensures deletion comes
852 first, normalization second.
854 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
856 * org-exp.el (org-export-footnotes-data): change docstring.
857 (org-export-footnotes-seen): renamed from
858 org-export-footnotes-markers.
860 * org-ascii.el (org-export-as-ascii): apply change.
862 * org-docbook.el (org-export-as-docbook): apply change.
864 * org-footnote.el (org-footnote-normalize): apply change.
866 * org-html.el (org-export-as-html): apply change.
868 * org-latex.el (org-export-as-latex): apply change.
870 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
872 * org-latex.el (org-export-latex-preprocess): rely on
873 `org-export-footnotes-markers' to retreive definition of the
874 current footnote during export.
876 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
878 * org-footnote.el (org-footnote-normalize): remember footnotes
879 seen so far by the exporter when choosing the new marker.
881 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
883 * org-footnote.el (org-footnote-normalize): make use of
884 `org-footnote-insert-pos-for-preprocessor'.
886 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
888 * org-footnote.el (org-footnote-normalize): add `org-footnote'
889 property to footnote markers when preparing for exportation.
891 * org-html.el (org-export-as-html): read new property to decide
892 when to export a footnote.
894 * org-docbook.el (org-export-as-docbook): read new property to
895 decide when to export a footnote.
897 * org-latex.el (org-export-latex-preprocess): ensure footnote at
898 column 0 cannot end a list containing it by adding
899 `original-indentation' property to it.
901 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
903 * org-exp (org-export-preprocess-string): normalize footnotes
904 before marking lists ending.
906 * org-latex.el (org-export-latex-preprocess): work with labels as
907 strings and not as numbers.
909 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
911 * org-docbook.el (org-export-docbook-footnote-separator): new
913 (org-export-as-docbook): add a separator between footnotes.
915 * org-html.el (org-export-html-footnote-separator): new variable.
916 (org-export-as-html): add a separator between footnotes.
918 * org-latex.el (org-export-latex-footnote-separator): new
920 (org-export-latex-preprocess): add a separator between footnotes.
922 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
924 * org-exp.el (org-export-footnotes-markers)
925 (org-export-footnotes-data): new variables.
926 (org-export-preprocess-string): use a more explicit argument.
928 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
930 * org-footnote.el (org-footnote-goto-definition): now, determining
931 if point is at a footnote reference is entirely determined by
932 `org-footnote-at-reference-p'. No need to check if pattern isn't
933 at beginning of the line elsewhere.
935 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
937 * org-footnote.el (org-footnote-next-reference-or-definition): new
940 * org.el (org-activate-footnote-links): activate the whole
941 footnote, but only fontify its label.
943 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
945 * org-footnote.el (org-footnote-normalize): make use of changes to
946 `org-footnote-at-reference-p' and creation of various functions..
948 (org-footnote-get-next-reference, org-footnote-delete-references,
949 org-footnote-delete-definitions): new functions
950 (org-footnote-goto-previous-reference, org-footnote-all-labels,
951 org-insert-footnote-reference-near-definition, org-footnote-delete):
952 rewrite to use org-footnote-get-next-reference.
954 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
956 * org-footnote.el (org-footnote-re): don't end an inline footnote
957 at unrelated closing square brackets.
958 (org-footnote-at-reference-p): improve accuracy of the function to
959 determine if point is at a reference and to extract definition of an
961 (org-footnote-all-labels, org-footnote-action, org-footnote-delete,
962 org-footnote-auto-adjust-maybe): make use of previous function.
964 2011-07-28 Bastien Guerry <bzg@gnu.org>
966 * org.el (org-deadline, org-schedule):
967 keep warning cookie when rescheduling/redeadlining.
968 (org-time-stamp): Fix problem with warning cookie.
970 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
972 * ob-clojure.el (org-babel-execute:clojure): Force escaping of
973 clojure source into elisp source.
975 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
977 * ob.el (org-babel-script-escape): Treats {} in the same manner as
978 [] and allows for forcing string conversion.
980 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
982 * org-exp.el (org-export-select-backend-specific-text): Strip
983 protective commas from literal code blocks.
985 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
987 * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
989 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
991 * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
993 (org-babel-ref-headline-body): Split out into its own function.
994 (org-babel-ref-resolve): Using new functions, and alignment.
996 * ob.el (org-babel-ref-goto-headline-id): Declare function.
997 (org-babel-ref-headline-body): Declare function.
998 (org-babel-expand-noweb-references): Now expands noweb references to
999 headlines during expansion.
1001 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1003 * ob-ref.el (org-babel-ref-resolve): Now resolves references to
1004 headlines by either global or custom id, in which case the
1005 contents of the headline are returned literally.
1007 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1009 * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
1011 (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
1014 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1016 * org-list.el (org-cycle-item-indentation): cycling back to
1017 original position deleted any additional information in the item,
1018 like a counter or a tag.
1020 2011-07-28 Pieter Praet <pieter@praet.org>
1022 * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
1023 (org-decrypt-entry): before decrypting, check whether
1024 `auto-save-mode' is enabled for the current buffer, and act on it
1025 according to how `org-crypt-disable-auto-save' is set. Remove
1026 comment re "encrypt[ing] Org auto-saved buffers". Remove on-init
1027 check for `auto-save-default'.
1029 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1031 * ob.el (org-babel-merge-params): Ensure variable parameters are
1034 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1036 * ob.el (org-babel-insert-result): Fix results insertion for
1037 inline blocks which happen to start a line.
1039 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1041 * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
1042 if a call line is commented.
1044 2011-07-28 Vincent Belaïche <vincentb1@users.sourceforge.net>
1046 * org.el (org-read-property-name): Propose default property name.
1048 2011-07-28 Achim Gratz <stromeko@nexgo.de>
1050 * org.el (defcustom org-log-into-drawer): correct typo
1052 * org-clock.el (org-clock-into-drawer): New function to change the
1053 location of clock events based on properties CLOCK_INTO_DRAWER or,
1054 as fallback, LOG_INTO_DRAWER, like it is already possible for
1057 * org-clock.el (org-clock-jump-to-current-clock): add statement to
1058 let clause to bind org-clock-into-drawer to result of function
1061 * org-clock.el (org-clock-find-position): add statement to let
1062 clause to bind org-clock-into-drawer to result of function eval,
1063 change let to let* since the binding is used later in the same
1066 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1068 * ob-lob.el (require): Ensure 'cl is loaded during compilation so
1071 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1073 * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
1074 non-inline call lines.
1076 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1078 * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
1079 call_ blocks which aren't whitespace padded.
1081 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1083 * ob.el (org-babel-merge-params): Do not reverse variable order,
1084 and be sure to increment variable index as appropriate.
1086 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1088 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
1089 successfully match optional trailing header arguments in square
1091 (org-babel-lob-get-info): Updated to match the new regexp.
1093 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1095 * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
1096 then allow them to be so.
1098 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1100 * ob.el (org-babel-merge-params): If variables are not named they
1101 are assigned in order.
1103 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1105 * ob.el: Remove code comment about online documentation.
1107 * ob-exp.el: Remove code comment about online documentation.
1109 * ob-lob.el: Remove code comment about online documentation.
1111 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1113 * org-exp.el (org-export-format-source-code-or-example): Fix
1114 signature of org-<backend>-format-source-code-or-example function.
1116 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1118 * ob.el (org-babel-sha1-hash): Replace call to
1119 called-interactively-p with backwards-compatible interactive-p.
1121 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1123 * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
1124 replacement of inline call blocks with their results.
1126 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1128 * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
1129 trailing space ensures that the insertion of the results looks
1132 * ob.el (org-babel-insert-result): Insert inline lob line results
1135 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1137 * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
1138 appropriately given the style (block or inline) of the lob line.
1140 * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
1141 specific for block lob lines.
1142 (org-babel-inline-lob-one-liner-regexp): New regexp specific for
1144 (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
1145 (org-babel-lob-get-info): Return info from *either* the block or
1148 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1150 * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
1151 structure of the resulting info list.
1153 * ob-lob.el (org-babel-default-lob-header-args): Export the
1154 results of call lines by default.
1156 2011-07-28 Niels Giesen <niels.giesen@gmail.com> (tiny change)
1158 * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
1159 property based on the ID property of the org entry to the first
1160 character of the diary entry.
1162 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1165 (org-footnote-insert-pos-for-preprocessor): New variable.
1166 (org-footnote-normalize): Use it.
1168 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1170 * org-exp.el (org-export-format-source-code-or-example):
1171 Simplify. Also add `org-native-text' as a text property to the
1172 formatted text and throw error for unknown backends.
1174 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1176 * org-exp.el (org-export-format-source-code-or-example): Add
1177 support for: - custom formatters for existing backends - seamless
1178 plugging in of new backends.
1180 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1182 * org-exp.el (org-export-backends): New variable.
1183 (org-export-select-backend-specific-text): Use above
1184 variable. Also mark text between #+BACKEND and
1185 #+BEGIN_BACKEND...#+END_BACKEND with org-native-text
1186 property. This text property is currently used only by the new
1187 line-oriented generic exporter (which is not yet part of the
1190 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1192 * org-exp.el (org-export): Reserve keys 'o' and 'O' for
1193 OpenDocumentText export and bind them to org-export-as-odt and
1194 org-export-as-odt-and-open.
1196 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1198 * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
1201 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1203 * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
1204 lists before reading into emacs-lisp.
1206 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1208 * ob-C.el (ob-tangle): initialize variable from ob-tangle.
1210 * ob-asymptote.el (ob-tangle): initialize variable from ob-tangle.
1212 * ob-awk.el (ob-tangle): initialize variable from ob-tangle.
1214 * ob-clojure.el (ob-tangle): initialize variable from ob-tangle.
1216 * ob-haskell.el (ob-tangle): initialize variable from ob-tangle.
1218 * ob-latex.el (ob-tangle): initialize variable from ob-tangle.
1220 * ob-lisp.el (ob-tangle): initialize variable from ob-tangle.
1222 * ob-ocaml.el (ob-tangle): initialize variable from ob-tangle.
1224 * ob-perl.el (ob-tangle): initialize variable from ob-tangle.
1226 * ob-python.el (ob-tangle): initialize variable from ob-tangle.
1228 * ob-ruby.el (ob-tangle): initialize variable from ob-tangle.
1230 * ob-tangle.el (ob-tangle): initialize variable from ob-tangle.
1232 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1234 * ob-awk.el: New file.
1236 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1238 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
1239 ":results verbatim".
1241 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1243 * org-agenda.el (org-float): Aliases for `diary-float'.
1245 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1247 * ob-python.el (org-babel-python-evaluate-session): Send
1248 comint-send-input after every line when interacting with an
1249 interactive python process.
1251 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1253 * org-list.el (org-reset-checkbox-state-subtree): make the command
1254 more robust, and correctly update check-boxes in the whole
1256 (org-update-checkbox-count): fix bug accumulating count of checkboxes
1257 when walking a subtree.
1258 (org-update-checkbox-count-maybe): add an optional argument passed to
1259 org-update-checkbox-count.
1261 2011-07-28 Ted Zlatanov <tzz@lifelogs.com>
1263 * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
1265 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1267 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
1268 ":results scalar" header argument combination.
1270 2011-07-28 Dan Davison <dandavison7@gmail.com>
1272 * org-src.el: Append a space character to copied text so that the
1273 final text property change is picked up correctly.
1275 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1277 * ob-tangle.el (org-babel-tangle-file): Use the new argument list
1278 to org-babel-tangle.
1279 (org-babel-tangle): Now when called with a prefix argument, only the
1280 current code block is tangled.
1282 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1284 * org-list.el (org-list-parse-list): replace transitional
1285 check-boxes with "[CBTRANS]" string during parsing.
1286 (org-list-to-generic): use the new property `:cbtrans' to configure
1287 export string for transitional check-boxes.
1289 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1291 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1292 Use stable internal `org-anniversary' instead of
1294 (org-class): New function.
1295 (org-diary-class): Use `org-class'.
1296 (org-anniversary, org-cyclic, org-date, org-block): New functions.
1298 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1300 * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
1301 of header argument names.
1303 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1305 * ob.el (org-babel-expand-noweb-references): Concatenating all
1306 bodies with the appropriate name or :noweb-ref header argument.
1308 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1310 * org.el (org-find-dblock):
1311 (org-clocktable-try-shift): Make regexp work also when #+begin
1314 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1316 * ob.el (org-babel-src-block-regexp): Babel: code block may have
1319 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1321 * org-macs.el (org-without-partial-completion): Avoid calling by
1322 name a function unknown to the compiler but explicitly checked by
1325 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1327 * org-mouse.el (org-agenda-earlier): Declaring previously unknown
1329 (org-agenda-later): Declaring previously unknown function.
1330 (org-agenda-mode-map): Declaring previously unknown variable.
1332 * org.el (org-read-date-analyze): Explicitly ignore the return
1333 value of a function.
1335 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1337 * org-agenda.el (org-agenda-mode): Globally replace
1338 buffer-substring-filters with filter-buffer-substring-functions.
1340 * org-indent.el (org-indent-mode): Globally replace
1341 buffer-substring-filters with filter-buffer-substring-functions.
1343 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1345 * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
1348 * org-attach.el: Replacing '(λ...) with #'(λ...).
1349 (org-attach-commit): Replacing '(λ...) with #'(λ...).
1351 * org-exp.el: Replacing '(λ...) with #'(λ...).
1352 (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
1354 * org-html.el: Replacing '(λ...) with #'(λ...).
1355 (org-export-as-html): Replacing '(λ...) with #'(λ...).
1357 * org-mouse.el: Replacing '(λ...) with #'(λ...).
1358 (org-mouse-popup-global-menu): Replacing '(λ...) with
1359 (org-mode-hook): Replacing '(λ...) with #'(λ...).
1360 (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
1362 * org-src.el: Replacing '(λ...) with #'(λ...).
1363 (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
1365 * org-table.el: Replacing '(λ...) with #'(λ...).
1366 (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
1368 * org.el: Replacing '(λ...) with #'(λ...).
1369 (org-confirm-shell-link-function): Replacing '(λ...) with
1370 (org-category): Replacing '(λ...) with #'(λ...).
1372 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1374 * org.el (mailcap-parse-mailcaps): Declaring functions used by
1376 (mailcap-extension-to-mime): Declaring functions used by
1378 (mailcap-mime-info): Declaring functions used by `org-open-file'.
1380 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1382 * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
1383 function `interactive-p'.
1384 (org-agenda-show-1): Replacing call to now-defunct function
1386 (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
1388 * org-ascii.el: Replacing call to now-defunct function
1390 (org-export-as-latin1): Replacing call to now-defunct function
1392 (org-export-as-latin1-to-buffer): Replacing call to now-defunct
1393 function `interactive-p'.
1394 (org-export-as-utf8): Replacing call to now-defunct function
1396 (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
1398 (org-export-region-as-ascii): Replacing call to now-defunct function
1399 `interactive-p'.Replacing call to now-defunct function `interactive-p'.
1401 * org-docbook.el: Replacing call to now-defunct function
1403 (org-export-region-as-docbook): Replacing call to now-defunct function
1404 `interactive-p'.Replacing call to now-defunct function `interactive-p'.
1406 * org-html.el: Replacing call to now-defunct function
1408 (org-export-region-as-html): Replacing call to now-defunct function
1409 `interactive-p'.Replacing call to now-defunct function `interactive-p'.
1411 * org-latex.el: Replacing call to now-defunct function
1413 (org-export-region-as-latex): Replacing call to now-defunct function
1414 `interactive-p'.Replacing call to now-defunct function `interactive-p'.
1416 * org-macs.el: Replacing call to now-defunct function
1418 (org-called-interactively-p): Replacing call to now-defunct function
1419 `interactive-p'.Replacing call to now-defunct function `interactive-p'.
1421 * org-table.el: Replacing call to now-defunct function
1423 (org-table-blank-field): Replacing call to now-defunct function
1425 (org-table-current-column): Replacing call to now-defunct function
1426 `interactive-p'.Replacing call to now-defunct function
1428 (org-table-current-dline): Replacing call to now-defunct function
1429 `interactive-p'.Replacing call to now-defunct function
1431 (org-table-sort-lines): Replacing call to now-defunct function
1433 (org-table-sum): Replacing call to now-defunct function
1435 (org-table-rotate-recalc-marks): Replacing call to now-defunct
1436 function `interactive-p'.
1437 (org-table-eval-formula): Replacing call to now-defunct function
1439 (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
1441 * org.el: Replacing call to now-defunct function `interactive-p'.
1442 (org-mode): Replacing call to now-defunct function `interactive-p'.
1443 (org-copy-subtree): Replacing call to now-defunct function
1445 (org-paste-subtree): Replacing call to now-defunct function
1447 (org-store-link): Replacing call to now-defunct function
1449 (org-todo): Replacing call to now-defunct function `interactive-p'.
1450 (org-occur): Replacing call to now-defunct function `interactive-p'.
1452 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1454 * ob-R.el (ess-local-process-name): This variable wasn't known to
1457 * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
1460 * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
1461 known to be defined.
1462 (org-babel-tangle-combine-named-blocks): Roll my own version of a
1463 forbidden common lisp function.
1465 * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
1466 called-interactively.
1468 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1470 * org-latex.el (org-export-latex-tables): Check for the
1471 "multiline" option and set the `floatp' option to true when
1472 multicolumn tables are requested.
1474 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1476 * org-html.el (org-export-as-html):
1477 (org-html-level-start): Only convert section number underscores to dashes.
1479 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1481 * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
1482 `days-to-time, converting relative to 1 BC, while the code assumed
1483 it would return a time relative to 1970.
1485 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1487 * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
1488 inserting newlines between appended code blocks.
1490 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1492 * ob-exp.el: We may no longer need to export names along with code
1495 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1497 * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
1498 balanced nested begin/end blocks in block bodies.
1500 2011-07-28 Dan Davison <dandavison7@gmail.com>
1502 * org-latex.el: Add -shell-escape to pdflatex commands.
1504 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1506 * ob-tangle.el (org-babel-tangle-named-block-combination): Block
1507 combination can now take a number of values.
1508 (org-babel-tangle-combine-named-blocks): More sophisticated block
1509 combination behavior.
1511 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1513 * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
1514 to turn on the combination of code blocks of the same name.
1515 (org-babel-tangle-combine-named-blocks): Combine blocks of the same
1518 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1520 * ob-ruby.el (xmp): Declaring this function to appease the
1522 (org-babel-execute:ruby): "xmp" result option for outputting
1523 annotated source code.
1525 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> (tiny change)
1527 * org-list.el (org-list-to-latex): the enumerate environment in
1528 latex increments the counter before using it. Therefore, org-mode
1529 should set the enumeration counter to the desired value minus one.
1531 2011-07-28 Michael Brand <michael.ch.brand@gmail.com> (tiny change)
1533 * org.el (org-toggle-heading): More comments and fix number of
1534 stars when toggling from list items.
1536 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
1538 * org-taskjuggler.el (org-taskjuggler-clean-effort): handle any
1539 effort that is accepted by `org-duration-string-to-minutes´.
1541 2011-07-28 Julien Barnier <julien@nozav.org>
1543 * ob-sh.el (org-babel-sh-evaluate) : when sending input to comint,
1544 wait until previous line execution is finished
1546 * ob-comint.el (org-babel-comint-with-output) : when looking for
1547 end-of-evaluation indicator, search forward for the indicator
1548 before searching forward for the prompt
1550 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1552 * org-entities.el (org-entities): Fix HTML entity for degree.
1554 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1556 * org.el (org-auto-align-tags): change docstring.
1557 (org-update-parent-todo-statistics): keep tags aligned even when
1558 statistics cookies are shifting them.
1560 * org-list.el (org-update-checkbox-count): keep tags aligned even
1561 when statistics cookies are shifting them.
1563 2011-07-28 Lawrence Mitchell <wence@gmx.li>
1565 * ob.el (org-babel-sha1-hash): Don't modify info argument by
1566 side-effect when sorting result-params list.
1568 2011-07-28 Lawrence Mitchell <wence@gmx.li>
1570 * ob.el (org-babel-result-regexp): Use non-shy group around
1571 org-babel-data-names.
1573 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1575 * org.el (org-insert-link): Set truncate-line in the *Org Link*
1576 buffer and make sure that it really is set there.
1578 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1580 * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
1581 changing how/if the current directory is represented to lisp code.
1582 (org-babel-execute:lisp): More general handling of the default
1585 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1587 * ob-lisp.el (org-babel-execute:lisp): Setting the value of
1588 *default-pathname-defaults* to either the value of the :dir header
1589 argument or the directory of the containing Org-mode file.
1591 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1593 * ob-lisp.el (org-babel-execute:lisp): No real functional change,
1596 2011-07-28 Sébastien Delafond <sdelafond@gmail.com>
1598 * org.el (org-mode-flyspell-verify): This is useful when using
1599 flyspell with a non-English dictionary, or if some of your
1600 keywords are in another language.
1602 2011-07-28 David Maus <dmaus@ictsoc.de>
1604 * org-exp.el (org-export): Use new compatibility function
1605 `org-activate-mark'.
1607 * org-compat.el (org-activate-mark): New function. Provide
1608 `activate-mark' if not present (e.g. Emacs22).
1610 2011-07-28 David Maus <dmaus@ictsoc.de>
1612 * org-table.el (org-table-follow-field-mode): Declare variable to
1613 keep byte compiler happy.
1615 2011-07-28 David Maus <dmaus@ictsoc.de>
1617 * org-footnote.el (org-id-uuid): Declare function, silence byte
1620 2011-07-28 David Maus <dmaus@ictsoc.de>
1622 * org-bibtex.el (org-bibtex-headline): Don't use equalp at
1623 run-time, compare downcased strings.
1625 2011-07-28 David Maus <dmaus@ictsoc.de>
1627 * org-bibtex.el (org-id-locations): Declare variable to silence
1630 2011-07-28 David Maus <dmaus@ictsoc.de>
1632 * org-id.el (org-id-locations): Fix docstring, remove reference to
1633 non-existent option.
1635 2011-07-28 David Maus <dmaus@ictsoc.de>
1637 * org.el (org-self-insert-command): Use `delete-char' instead of
1638 `delete-backward-char'.
1640 * org-table.el (orgtbl-self-insert-command): Dto.
1642 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1644 * org-latex.el (org-export-latex-special-chars): Save match data
1645 when checking for table.el table.
1647 2011-07-28 David Maus <dmaus@ictsoc.de>
1649 * org.el (org-re-property): Move before its first use.
1651 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1653 * org-latex.el (org-export-latex-preprocess): add
1654 `original-indentation' property to footnotes so they cannot
1655 possibly end a list by being less indented than the item they
1658 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1660 * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
1662 (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
1665 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1667 * org-clock.el (org-clocktable-write-default): Implement adding
1668 property columns to the clock table.
1670 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1672 * org.el (org-toggle-item): Move parenthesis to correct location.
1674 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1676 * org.el (org-default-priority):
1677 (org-priority-start-cycle-with-default): Improve docstring.
1678 (org-priority): Throw error when priority is out of range.
1680 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1682 * org.el (org-self-insert-command): Catch the case of
1683 buffer-undo-list eq t.
1685 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1687 * org.el (org-toggle-heading): region should be considered as made
1688 of full lines, without the last one if region-end is at bol.
1689 Removed unused variables. Refactored and commented code.
1691 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1693 * org.el (org-toggle-item): when region includes an headline less
1694 indented than first one, set it as the new reference.
1696 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1698 * org-list.el (org-list-to-subtree): if the list is before first
1699 heading and `org-odd-levels-only' is non-nil, the first item gets
1700 two stars instead of one.
1702 * org.el (org-reduced-level): a level of 0 was reduced to 1 with
1703 `org-odd-levels-only' non-nil.
1705 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1707 * org.el (org-toggle-item): converting an heading to an item would
1708 sometimes insert unnecessary spaces before it, and unwanted space
1709 with `org-indent-mode' on. Changing some text into an item
1710 wouldn't always preserve indentation.
1712 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1714 * org-capture.el (org-capture-current-plist): Improve docstring.
1715 (org-capture-put): Add docstring.
1716 (org-capture-get): Add docstring.
1717 (org-capture-member): Add LOCAL argument. Add docstring.
1718 (org-capture-set-target-location): Store the time received from a date
1719 prompt into the :prompt-time property.
1721 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1723 * org-exp.el (org-export-mark-list-properties): even if context is
1724 invalid, mark list item with `list-context' property.
1726 * org-list.el (org-list-forbidden-blocks): add exporters specific
1727 blocks to the list of forbidden blocks.
1729 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1731 * org-list.el (org-sort-list): function tries to intern
1732 getkey-func before it is defined, so it's always nil.
1734 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1736 * org.el (org-babel-load-languages): Adding ob-awk to the list of
1737 executable languages.
1739 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1741 * org-table.el (org-table-get-field): Make sure the new field
1742 content is at least one space character.
1744 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1746 * org-crypt.el: Check for `daemonp' before using it.
1748 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1750 * ob-sh.el (ob-ref): Uses ob-ref to resolve the value of the
1751 :stdin header argument.
1752 (org-babel-execute:sh): Use the :stdin header argument.
1753 (org-babel-sh-var-to-sh): Split the bulk of this function off into a
1755 (org-babel-sh-var-to-string): New function for converting elisp
1756 values to strings that make sense for parsing with sh.
1757 (org-babel-sh-evaluate): Adding "stdin" option to session and
1758 external evaluation options.
1760 2011-07-28 Roland Kaufmann <rlndkfmn+orgmode@gmail.com> (tiny change)
1762 * org-exp.el (org-remove-formatting-on-newlines-in-region): New
1764 (org-export-format-source-code-or-example): Call
1765 `org-remove-formatting-on-newlines-in-region'.
1767 2011-07-28 David Maus <dmaus@ictsoc.de>
1769 * org.el (org-entry-put): Prevent adding of extra space to value
1770 if property already exists.
1772 2011-07-28 Jambunathan K <kjambunathan@gmail.com>
1774 * org-html.el (org-export-as-html): Don't expand non-data lines of
1776 (org-html-expand): Removed the (buggy) test for non-data lines
1777 in table.el tables. The test is now done as part of
1779 (org-format-table-table-html-using-table-generate-source):
1780 Added test for spanning of cells in table.el tables using
1781 table.el's own library routine. Optionlly Suppress export of
1782 simple table.el tables.
1783 (org-format-table-html): Removed the (buggy) test for spanned
1784 table.el tables. The test is now done as part of
1785 org-format-table-table-html-using-table-generate-source.
1787 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1789 * org-latex.el (org-export-latex-special-chars): Do nothing in
1792 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1794 * org-capture.el (org-capture): Ignore errors when creating a
1797 2011-07-28 Nick Dokos <nick@dokosmarshall.org> (tiny change)
1799 * org-exp.el (org-export-define-heading-targets): Use dash instead
1800 of underscore to make labels valid.
1802 2011-07-28 Dan Davison <dandavison7@gmail.com>
1804 * ob-R.el (org-babel-R-write-object-command): Ensure that all data
1805 is written to the results file before Emacs notices that the file
1808 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1810 * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
1811 defined locally on my system, but not globally in Emacs.
1813 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1815 * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
1816 generate code block output.
1817 (org-babel-exp-code): Re-create the code block body for exporting
1820 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1822 * org.el (org-read-date): Bury Calendar buffer after using it for
1825 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1827 * org-list.el (org-list-separating-blank-lines-number): fix
1828 confusion between point and item beginning. Now, if no information
1829 is avalaible, truly follow user preference when it inserts blank
1831 (org-list-insert-item): send correct argument to the preceding
1834 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1836 * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
1837 newline inside of the code block body.
1839 2011-07-28 Sean O'Halpin <sean.ohalpin@gmail.com>
1841 * ob.el: Avoid spurious matches to literal.
1843 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1845 * org.el (org-indent-line-function): don't include #+include
1848 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1850 * ob-keys.el (org-babel-key-bindings): Adding key sequence for
1851 org-babel-check-src-block.
1853 * ob.el (org-babel-expand-src-block): Fit within 80 cols.
1854 (org-babel-edit-distance): Returns the edit distance of two strings.
1855 (org-babel-check-src-block): Check a code block for errors.
1857 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
1859 * org-capture.el (org-capture-templates): Fix bug in customization
1862 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1865 (org-table-exit-follow-field-mode-when-leaving-table): New option.
1866 (org-table-check-inside-data-field): New optional argument `noerror'.
1867 When set, the function will only return nil instead of throwing an
1869 (org-table-edit-field): Interpret double prefix argument, and improve
1870 the properties of the editing window.
1871 (org-table-follow-field-mode): New minor mode.
1872 (org-table-follow-fields-with-editor): New function.
1874 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1876 * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
1877 first, then check if timestamps cause exclusion.
1879 * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
1880 if timestamps cause exclusion.
1882 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1884 * org-list.el (org-list-full-item-re): allow description term to
1885 have a newline character after the colons.
1887 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
1889 * org-list.el (org-sort-list): no longer ignore with-case
1890 argument: the function sorted case-sensitively, regardless of
1893 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
1895 * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
1897 * ob.el (org-babel-data-names): Configurable list of names of
1899 (org-babel-result-regexp): Using new results regexp.
1901 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1903 * org.el (org-special-properties): Add CLOCKSUM to the special
1906 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com>
1908 * ob-exp.el (org-babel-exp-in-export-file): Bind
1909 `org-link-search-inhibit-query' to t to inhibit prompts.
1911 2011-07-28 Julien Danjou <julien@danjou.info>
1913 * org-contacts.el: Merge org-contacts-wl.el.
1915 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1917 * org-exp.el (org-export-add-options-to-plist): Use the right
1920 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1922 * org-latex.el (org-export-latex-preprocess): Protect index string
1924 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1926 * org-latex.el (org-export-latex-preprocess): Pipe index entries
1927 through org-export-latex-fontify-headline.
1929 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
1931 * org-exp.el (org-export-add-options-to-plist): Fix the option
1934 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com>
1936 * org-latex.el (org-export-latex-preprocess): Replace index
1939 2011-07-28 Robert P. Goldman <rpgoldman@real-time.com>
1941 * org.el (org-structure-template-alist): Add an easy template for
1942 index (i), and move include file to I from i.
1944 2011-07-28 Matt Lundin <mdl@imapmail.org>
1946 * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
1947 line to org-offer-links-in-entry.
1949 2011-07-28 Michael Markert <markert.michael@googlemail.com>
1951 * org-contacts-wl.el: New file.
1953 2011-07-28 Matt Lundin <mdl@imapmail.org>
1955 * org-bibtex.el (org-bibtex-search): New function.
1956 (org-bibtex-export-to-kill-ring): New function. Export to kill
1958 (org-bibtex-create-in-current-entry): New function
1959 (org-bibtex-create): Make it easier to add bib fields to an
1961 (org-bibtex-export-arbitrary-fields)
1962 (org-bibtex-treat-headline-as-title): Fix typos
1963 (org-bibtex-fleshout): Don't upcase optional field; remove ":" from
1966 2011-07-28 Matt Lundin <mdl@imapmail.org>
1968 * org-bibtex.el (org-bibtex-treat-headline-as-title): New
1970 (org-bibtex-headline): Only use headline text (not TODO or other
1971 metadata) to generate title field and auto key.
1972 (org-bibtex-fleshout): Allow user to choose whether to treat
1975 2011-07-28 Tom Dye <tsd@tsdye.com>
1977 * org-bibtex.el: Added crossref field to other fields
1979 2011-07-28 Tom Dye <tsd@tsdye.com>
1981 * org-bibtex.el: Add crossref option to incollection
1983 2011-07-28 Matt Lundin <mdl@imapmail.org>
1985 * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
1988 2011-07-28 Matt Lundin <mdl@imapmail.org>
1990 * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
1991 warn if a duplicate ID is generated.
1993 2011-07-28 Matt Lundin <mdl@imapmail.org>
1995 * org-bibtex.el (org-bibtex-tags): New variable
1996 (org-bibtex-tags-are-keywords): New variable
1997 (org-bibtex-no-export-tags): New variable
1998 (org-bibtex-headline): Export tags as comma-separated bibtex keywords
1999 (org-bibtex-read): Import bibtex keywords field as tags
2001 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2003 * org-publish.el (org-publish-find-date): optimization
2005 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
2007 * org-gnus.el (org-gnus-follow-link): Don't request scan of group
2008 when following link.
2010 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2012 * org-publish.el (org-publish-project-alist): Document new
2013 :sitemap-sans-extension property.
2014 (org-publish-org-sitemap): Use new sitemap-sans-extension setting.
2016 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2018 * org.el (org-remove-uninherited-tags): Renamed from
2019 org-remove-iniherited-tags.
2020 (org-scan-tags): Fix typo in function call.
2021 (org-get-tags-at): Fix typo in function call.
2023 2011-07-28 Matt Lundin <mdl@imapmail.org>
2025 * org.el (org-get-tags-at): Don't include filetags if local is t.
2027 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2029 * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
2030 dispatch functions, wrap body in `(do )'.
2032 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2034 * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
2035 resulted in the creation of multiple overlays in src blocks.
2037 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2039 * ob-clojure.el (org-babel-execute:clojure): If results are not
2040 readable by lisp, then return them as a string.
2042 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2044 * org-bibtex.el (org-bibtex): Now prompts for a file name.
2046 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2048 * org-bibtex.el (org-bibtex-create): Adding prefix argument which
2049 will result in prompting for optional fields.
2051 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2053 * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
2054 which was causing compile problems.
2055 (org-bibtex-fleshout): Renamed flet function `get' which was causing
2057 (org-bibtex-write): Renamed flet function `get' which was causing
2060 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2062 * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
2063 never starts with a number.
2065 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2067 * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
2068 (org-bibtex-key-property): New option.
2069 (org-bibtex-put): Make use of new `org-bibtex-key-property' variable.
2070 (org-bibtex-headline): Make use of new
2071 `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
2073 (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
2075 (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
2077 (org-bibtex-write): Make use of new `org-bibtex-key-property'
2080 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2082 * org-bibtex.el: Updating Copyright dates, author information,
2083 commentary and history notes.
2084 (org-bibtex-types): List of bibtex types with descriptions and
2085 required and optional fields.
2086 (org-bibtex-fields): List of bibtex fields with descriptions.
2087 (*org-bibtex-entries*): Special variable to hold parsed bibtex
2089 (org-bibtex-autogen-keys): Custom variable controlling whether
2090 bibtex keys are automatically generated
2091 (org-bibtex-prefix): Custom variable allowing use of optional prefix
2092 for bibtex properties in Org-mode headlines.
2093 (org-bibtex-get): Helper function for accessing bibtex elements of a
2095 (org-bibtex-put): Helper function for inserting bibtex element into
2097 (org-bibtex-headline): Return a bibtex entry of the given headline
2099 (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
2101 (org-bibtex-autokey): Generate a bibtex key for the current
2103 (org-bibtex-fleshout): Fill in missing bibtex properties of the
2105 (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
2106 (org-bibtex-check): Check that all bibtex properties are present in
2107 the current headline.
2108 (org-bibtex-check-all): Check all headlines in the current buffer.
2109 (org-bibtex-create): Create a new bibtex headline at the current
2111 (org-bibtex-read): Read the current bibtex entry from a bibtex file.
2112 (org-bibtex-write): Write the most recently read bibtex entry into
2115 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2117 * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
2119 (org-agenda-show-clocking-issues): Handle faces.
2121 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2123 * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
2124 content by default with "-Dfile.encoding=UTF-8".
2126 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2128 * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
2131 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2133 * org-exp.el (org-export-preprocess-string): mark list end before
2134 expanding macros. Thus, a macro inside a list and containing blank
2135 lines cannot break the list structure.
2136 (org-export-preprocess-apply-macros): multi-lines macros get
2137 indented with the same indentation as the first line. Thus, we are
2138 sure that every line belongs to the same list as the first line, if
2139 such list exists. Also add comments in code.
2141 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2143 * org-agenda.el (org-agenda-clock-consistency-checks): New option.
2144 (org-agenda-list): Handle display change to clock check.
2145 (org-agenda-get-progress): Show only clock entries if we are doing the
2147 (org-agenda-show-clocking-issues): New function.
2148 (org-agenda-check-clock-gap): New function.
2149 (org-agenda-view-mode-dispatch): Offer consistency check.
2150 (org-agenda-log-mode): Handle switch to clock only display.
2151 (org-agenda-set-mode-name): Show lighter for Clockcheck.
2153 * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
2154 and return it unchanged.
2156 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2158 * org-list.el (org-list-struct): when walking down the list, the
2159 function would not pay attention to drawers or blocks indentation.
2160 Thus, such constructs couldn't consistently end an item or a list.
2161 This patch ensures line indentation is stored (if applicable)
2162 before skipping them. Also fixed doc-string and comments.
2164 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2166 * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
2169 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2171 * org-exp.el (org-export): Define a bound for finding enclosing
2172 tree with class/title definition.
2174 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2176 * org-exp.el (org-export): Go to next heading before searching
2177 backward, so make this also work if we are on the headline of the
2178 entry with the property...
2180 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2182 * org.el (org-promote):
2183 (org-demote): Soften the previous change, by only removing the
2184 flyspell function from after-change functions, because that was the
2185 one causing the slowdown - at least much of it.
2187 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2189 * org.el (org-promote):
2190 (org-demote): Turn off after-change-functions to speed up the
2191 reindentation of text.
2193 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2195 * ob-ocaml.el (org-babel-ocaml-read-list): Using
2196 `org-babel-script-escape'.
2197 (org-babel-ocaml-read-array): Using `org-babel-script-escape'.
2199 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2201 * org-html.el (org-html-handle-links): add an alternate for inline
2204 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2206 * org-agenda.el (org-agenda-bulk-action): Do not use the entries
2207 variable before it is defined
2209 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2211 * org-src.el (org-src-lang-modes): Added a language alias of "C"
2214 2011-07-28 Shaun Johnson <shaun@slugfest.demon.co.uk> (tiny change)
2216 * ob-tangle.el (org-babel-tangle): Make it work in an indirect
2219 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2221 * org-html.el (org-html-make-link): correct a bug in coderef link.
2223 2011-07-28 Bernt Hansen <bernt@norang.ca>
2225 * org-agenda.el (org-agenda-filter-by-tag): Fix variable name typo
2227 2011-07-28 Bernt Hansen <bernt@norang.ca>
2229 * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
2230 when headlines are missing
2232 2011-07-28 Bastien Guerry <bzg@gnu.org>
2234 * org-mobile.el (org-mobile-push): Move call to hook, make it the
2235 first thing of the push operation.
2237 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2239 * ob.el (org-babel-params-from-buffer): Now looking for header
2240 arguments in #+Properties: as well as #+Babel:. Also, we're no
2241 longer caching these results into a file local variable.
2243 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2245 * ob-python.el (org-babel-python-evaluate-external-process): Allow
2246 parsing as a table in the case of ":results output table".
2247 (org-babel-python-evaluate-session): Allow parsing as a table in
2248 the case of ":results output table".
2250 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2252 * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
2253 all possible agenda views. Use `org-agenda-schedule' instead of
2254 `org-agenda-date-later'.
2256 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2258 * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
2261 2011-07-28 Julien Danjou <julien@danjou.info>
2263 * org.el (org-entry-get):
2266 (org-property-values):
2267 (org-delete-property-globally): Use org-re-property.
2268 (org-re-property): New function allowing to build a regexp to match a
2271 2011-07-28 Julien Danjou <julien@danjou.info>
2273 * org.el (org-property-values): Enhance docstring.
2275 2011-07-28 Ethan Ligon <ligon@are.berkeley.edu>
2277 * Illustration of bug in html export - This has a space after the
2278 colons :: so will work in latex and html - This doesn't have a
2279 space after the colons ::so is an invalid description item
2280 according to the org manual. Won't work in html or docbook. Will
2281 nevertheless work in latex, provided /first/ description item is
2282 valid. - Has a terminating space :: - So it works in both html
2283 and latex export! - Even though it's difficult to distinguish
2284 from the next example. - Lacks a terminating space :: - At
2285 present, *doesn't* work in html or docbook export, does in latex.
2286 This is the case that the following patch fixes.
2288 2011-07-28 Julien Danjou <julien@danjou.info>
2290 * org-table.el (org-table-cleanup-narrow-column-properties): Use
2291 point-min rather than 1 when moving in the buffer.
2293 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2295 * org-list.el (org-list-in-valid-context-p): renamed from
2296 org-list-in-valid-block-p.
2297 (org-at-item-p,org-list-search-generic): use renamed function.
2299 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2301 * org.el (org-set-font-lock-defaults): Be more strict when
2302 recognizing description items, and do not fontify wrong cases
2303 like: "- term ::description" or "1. term :: description"
2305 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2307 * org-latex.el: pay attention to end of footnote. Before closing
2308 the command, ensure that list is properly closed or that last link
2309 is separated from the curly brace.
2311 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2313 * org.el (org-indent-line-function): footnote definition must stay
2314 at column 0 to be recognized as such. Body below can have normal
2315 indentation, so it should ignore its definition when computing
2318 2011-07-28 Bastien Guerry <bzg@gnu.org>
2320 * org-protocol.el (org-protocol-remember)
2321 (org-protocol-capture): More appropriate message.
2323 2011-07-28 Bastien Guerry <bzg@gnu.org>
2325 * org-capture.el (org-capture-clock-keep): New local variable.
2326 (org-capture, org-capture-finalize): Use it and fix a bug when
2327 :clock-keep is set to `t'.
2329 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2331 * org-exp.el (org-export-preprocess-string): Handle include files
2332 before processing macros.
2334 2011-07-28 Bernt Hansen <bernt@norang.ca>
2336 * org-agenda.el: Remove obsolete code for adding todo list in
2339 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2341 * org-latex.el (org-export-latex-convert-table.el-table): Fix
2342 format-string for insertion of captions.
2344 2011-07-28 Nick Dokos <nicholas.dokos@hp.com>
2346 * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
2349 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
2351 * org.el (org-read-date-analyze): Help matching dotted European
2352 dates, like 31. 12. 2007
2354 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2356 * ob-lisp.el (org-babel-execute:lisp): Fix typo.
2358 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2360 * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
2361 before reading by elisp
2362 (org-bable-lisp-vector-to-list): Stub of a vector->list function,
2363 should be replaced with a cl-vector->el-vector function.
2365 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2367 * ob-lisp.el (org-babel-execute:lisp): Now using
2368 `org-babel-reassemble-table' to apply the appropriate header
2369 arguments to results.
2371 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2373 * org.el (org-end-of-meta-data-and-drawers): New function.
2375 * org-capture.el (org-capture-place-plain-text): Implement adding
2376 plain text templates to Org nodes.
2378 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2380 * org-beamer.el (org-beamer-environments-extra): Fix docstring
2382 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2384 * org-exp.el (org-export-handle-comments): Add the org-protected
2385 property to the replacement string.
2387 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2389 * org-html.el (org-export-as-html) (org-html-level-start): Fix
2390 logic for section number printing when NUM is an integer.
2392 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2394 * org-latex.el (org-export-latex-special-chars): Fix regexp for
2395 `single' special characters and ellipsis.
2397 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2399 * org.el (org-point-at-end-of-empty-headline): Bind
2400 case-fold-search to nil.
2402 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2404 * org-capture.el (org-capture-fill-template): Resolve new %<...>
2406 (org-capture-templates): Document new %<...> template escape.
2408 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2410 * ob.el (org-babel-process-params): Make this function idempotent,
2411 as it will sometimes be called multiple times.
2413 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2415 * org.el (org-ts-regexp-both): Add "]" to class of characters that
2416 should not be matched.
2418 (org-ts-regexp1): Do not start a class with "^]-+", because that tries
2419 to (not) match characters between "]" and "+". Instead, move the "-"
2420 to the end of the class where it causes no harm.
2422 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2424 * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
2425 process with the edit buffer when :session is specified.
2427 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2429 * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
2430 extraction code into line with a newer version of the
2431 org-store-link function.
2433 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2435 * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
2436 wrapping the expression in either a let or progn, and possibly a
2437 pretty-print function invocation.
2438 (org-babel-execute:lisp): Greatly simplified method of executing
2441 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2443 * org-list.el: move org-update-checkbox-count-maybe call outside
2444 of save-excursion to get back to original position.
2446 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2448 * org.el (org-numbered-action-format): New option.
2449 (org-new-numbered-action): New command.
2450 (org-collect-todos-in-subtree): New command.
2452 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2454 * org-exp.el (org-export-with-tasks): New option.
2455 (org-export-plist-vars): Add :tasks property.
2457 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2459 * org-ascii.el (org-export-as-ascii):
2461 * org-docbook.el (org-export-as-docbook):
2463 * org-html.el (org-export-as-html):
2465 * org-latex.el (org-export-as-latex): Pass the :done-tasks
2466 property to the export preprocessor.
2468 * org-exp.el (org-export-with-done-tasks): New option.
2469 (org-export-plist-vars): Add entry for :done-tasks.
2470 (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
2471 (org-export-remove-done-tasks): New function.
2473 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2475 * org-latex.el (org-export-latex-keywords-maybe): Protect # in
2478 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2480 * org.el (org-find-olp): Use the level of the correct match to
2483 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2485 * org-list.el (org-toggle-checkbox): build value of
2486 org-keyword-time-regexp instead of using it directly, as it's
2487 buffer-local, and function might be called outside Org.
2489 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2491 * org-list.el (org-list-struct,org-in-item-p): don't assume end of
2492 blocks or drawers necessarily start somewhere. It it isn't the
2493 case, treat them as normal text.
2495 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2497 * ob-exp.el (org-babel-exp-results): Use code block name when
2498 finding cached results.
2500 2011-07-28 Julien Danjou <julien@danjou.info>
2502 * org-latex.el (org-export-latex-date-format): Change default date
2503 format to \today. This has the same result but respects the
2504 language set in the document by default.
2506 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2508 * org-list.el (org-list-checkbox): when called from an headline,
2509 function would normally skip drawers, but not if a SCHEDULED or
2510 DEADLINE keyword is standing before the drawer. Also avoid
2511 problems if function is called in buffers not is Org mode.
2513 2011-07-28 Bastien Guerry <bzg@gnu.org>
2515 * org-clock.el (org-clock-report): change the scope of the
2516 inserted clock report depending on whether the point is within a
2517 subtree (:scope subtree) or not (:scope file).
2519 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2521 * org-html.el (org-export-as-html): Fix export of footnotes
2522 containing lists, tables, quotes, etc.
2524 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2526 * org-latex.el (org-export-latex-preprocess): Correctly match
2527 starred command names.
2529 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2531 * org-html.el (org-export-as-html): Get local value of
2532 org-export-with-section-numbers from the buffer's plist. Deal
2533 specially with the case the resulting value is an integer.
2534 (org-html-level-start): New optional argument of the option plist used
2535 instead of `org-export-with-section-numbers'. Also deal specially
2536 with the case that the value is an integer.
2538 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2540 * org-latex.el (org-export-latex-subcontent): Deal specially with
2541 the case that NUM is an integer.
2543 2011-07-28 Bastien Guerry <bzg@gnu.org>
2545 * org-protocol.el (org-protocol-do-capture): allow template keys
2547 (org-protocol-default-template-key): Update the docstring to
2548 reflect the change in `org-protocol-do-capture'.
2550 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2552 * org-taskjuggler.el: Fix a typo in the commentary.
2554 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2556 * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
2557 "purge allocations" statement if we are not targeting tj3.
2559 2011-07-28 Christian Egli <christian.egli@sbszh.ch>
2561 * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
2562 Replace recursive implementation with an iterative one.
2564 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2566 * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
2567 data into shell variables.
2569 2011-07-28 David Maus <dmaus@ictsoc.de>
2571 * org-html.el (org-html-handle-time-stamps): Protected linebreak
2572 element after timestamp markup.
2574 2011-07-28 David Maus <dmaus@ictsoc.de>
2576 * org-html.el (org-html-handle-links): Don't protect img tag in
2579 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2581 * org-table.el (org-table-formula-handle-first/last-rc): Bind
2584 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2586 * org-list.el (org-in-item-p): re-build org-drawer-regexp,
2587 whatever the major mode is.
2589 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2591 * org-inlinetask.el (org-inlinetask-export-templates): fix default
2593 (org-inlinetask-export-handler): Ensure contents of inline task, if
2594 any, starts and ends with a newline character. Refactor and comment
2597 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2599 * org-capture.el (org-datetree-find-date-create): Lower-case for
2600 variable names in define-function form.
2602 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2604 * org-table.el (org-table-convert-region): Throw error when
2605 SEPARATOR is smaller than 1.
2607 2011-07-28 Julien Danjou <julien@danjou.info>
2609 * org-colview.el (org-columns-display-here): Fix heading retrieval
2612 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2614 * org-latex.el (org-export-latex-preprocess): last brace shouldn't
2615 be on the same line as a list end marker.
2617 2011-07-28 Julien Danjou <julien@danjou.info>
2619 * org.el (org-icompleting-read): Do not use useless lambda.
2621 2011-07-28 Julien Danjou <julien@danjou.info>
2623 * org-agenda.el (org-format-agenda-item): Fix length computing.
2625 2011-07-28 Julien Danjou <julien@danjou.info>
2627 * org-agenda.el (org-format-agenda-item): Fix comment and use
2628 `add-text-properties'.
2630 2011-07-28 Julien Danjou <julien@danjou.info>
2632 * org-agenda.el (org-agenda-highlight-todo): Remove useless
2635 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2637 * org-list.el (org-list-to-generic): set a default term for
2638 ill-formed description lists. Do not insert newline characters
2640 (org-list-to-texinfo,org-list-to-html): apply changes to
2641 `org-list-parse-liste'.
2643 2011-07-28 Bastien Guerry <bzg@gnu.org>
2645 * org-clock.el (org-clock-clocktable-language-setup): Add a
2647 (org-clocktable-write-default): Use the new localized string
2648 in `org-clock-clocktable-language-setup'.
2650 2011-07-28 Bastien Guerry <bzg@gnu.org>
2652 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2653 (org-taskjuggler-assign-resource-ids): Replace recursive
2654 implementation with an iterative one.
2656 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2658 * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
2661 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2663 * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2664 Compute the leafiness of a node.
2665 (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a node as
2666 a milestone if it is a leaf and has no effort.
2668 2011-07-28 Christian Egli <christian.egli@alumni.ethz.ch>
2670 * org-taskjuggler.el (org-export-taskjuggler-target-version):
2671 (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure to
2672 handle export to both tj2 and tj3.
2673 (org-taskjuggler-open-task): Use a different way to purge allocations
2676 2011-07-28 Matt Lundin <mdl@imapmail.org>
2678 * org-footnote.el (org-footnote-auto-label): New random option.
2680 * org-footnote.el (org-footnote-new): Create random footnote
2681 labels with unique ids.
2683 2011-07-28 Matt Lundin <mdl@imapmail.org>
2685 * org-footnote.el (org-footnote-create-definition): Allow for
2686 footnote sections above the current footnote insertion point.
2688 2011-07-28 Matt Lundin <mdl@imapmail.org>
2690 * org-footnote.el (org-footnote-create-definition): Don't search
2691 for last footnote when in org-mode file.
2693 2011-07-28 Bastien Guerry <bzg@gnu.org>
2695 * org-html.el (org-export-as-html): Handle links with
2696 `org-html-handle-links' after we handle special characters
2698 (org-html-make-link, org-export-html-format-image): Don't
2699 protect html with @ anymore, as links are now handled after
2700 special characters conversions.
2702 2011-07-28 Julien Danjou <julien@danjou.info>
2704 * org-agenda.el (org-agenda-get-timestamps):
2705 (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
2706 (org-format-agenda-item): Remove no-prefix argument.
2707 (org-agenda-change-all-lines): Call org-format-agenda-item without the
2710 2011-07-28 Julien Danjou <julien@danjou.info>
2712 * org-agenda.el (org-agenda-highlight-todo): Stop using
2714 (org-cmp-alpha): Stop using prefix-length.
2715 (org-agenda-open-link): Stop using prefix-length.
2716 (org-agenda-change-all-lines): Stop using prefix-length.
2718 * org-colview-xemacs.el (org-columns-display-here): Stop using
2719 prefix-length. Always return claned items.
2721 * org-colview.el (org-columns-display-here): Stop using
2722 prefix-length. Always return claned items.
2724 * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
2727 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2729 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
2730 `org-store-link' interactively as it can confuse the setting of
2731 `org-link-to-org-use-id' and cause undue edits to the org-mode
2732 buffer during tangling.
2734 2011-07-28 David Maus <dmaus@ictsoc.de>
2736 * org-html.el (org-export-html-format-image): Protect <p> element
2739 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
2741 * org.el (org-read-date-force-compatible-dates): New option.
2742 (org-read-date, org-read-date-analyze): Check representable date range.
2744 2011-07-28 Bastien Guerry <bzg@gnu.org>
2746 * org-html.el (org-export-as-html): fix export of email.
2748 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2750 * ob-tangle.el (org-babel-spec-to-string): Check value of padline
2751 on tangling, no longer use the now-removed variable
2752 `org-babel-tangle-pad-newline'.
2754 * ob.el (org-babel-header-arg-names): Add padline to the list of
2755 header argument names.
2756 (org-babel-default-header-args): Set the default value of padline to
2758 (org-babel-merge-params): Cleaned up the merge logic, added padline.
2760 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2762 * ob.el (org-babel-header-arg-names): Adding "shebang" to known
2763 code block header argument names.
2765 2011-07-28 Bastien Guerry <bzg@gnu.org>
2767 * org-crypt.el: remove useless TODO in comments.
2769 2011-07-28 Bastien Guerry <bzg@gnu.org>
2771 * org-html.el (org-export-as-html): the default postamble now only
2772 export a date paragraph if `org-export-time-stamp-file' is
2775 2011-07-28 Bastien Guerry <bzg@gnu.org>
2777 * org-exp.el (org-export-xml): Remove the defgroup of
2780 2011-07-28 Bastien Guerry <bzg@gnu.org>
2782 * org-html.el (org-export-html-insert-plist-item): Remove.
2783 (org-export-html-preamble): Default to `t'. Accept functions.
2784 (org-export-html-postamble): Default to `auto'. Accept
2785 functions and distinguish between 'auto (no formatting string)
2786 and `t' (default formatting string).
2787 (org-export-as-html): Handle org-export-html-preamble and
2788 org-export-html-postamble new defaults/allowed values.
2789 Define email and creator-info before using them.
2791 2011-07-28 Bastien Guerry <bzg@gnu.org>
2793 * org-html.el (org-export-html-protect-char-alist): Fix typo in
2794 custom type definition.
2796 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2798 * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
2801 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2803 * org-list.el (org-list-parse-list): fixed regexp.
2805 2011-07-28 David Maus <dmaus@ictsoc.de>
2807 * org-html.el (org-export-html-format-image): Protect image
2810 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
2812 * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
2813 contents of a code block body on export.
2814 (org-babel-tangle-collect-blocks): Apply
2815 `org-babel-tangle-body-hook' to the collected bodies of code blocks.
2817 2011-07-28 David Maus <dmaus@ictsoc.de>
2819 * org-html.el (org-html-make-link, org-html-handle-links): Protect
2820 generated XHTML elements.
2821 (org-export-as-html): Expand character entities after creating markup
2822 for links and timestamps.
2824 2011-07-28 Bastien Guerry <bzg@gnu.org>
2826 * org-html.el (org-export-as-html): bugfix: insert email
2829 2011-07-28 Bastien Guerry <bzg@gnu.org>
2831 * org-html.el: Bugfix: prevent infinite matching of the `&'
2834 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2836 * org.el (org-fill-paragraph): fill-forward-paragraph function has
2837 been introduced with emacs 23.1.
2839 2011-07-28 Bastien Guerry <bzg@gnu.org>
2841 * org-attach.el: Allow to store a link to the attach-dir location.
2843 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
2845 * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
2848 2011-07-28 Bernt Hansen <bernt@norang.ca>
2850 * org-clock.el (org-clock-in): Allow clocking in new tasks
2851 inserted before the current clocking task
2853 2011-07-28 Bernt Hansen <bernt@norang.ca>
2855 * org-clock.el (org-clock-in): Set default clocking task when
2856 already clocking the task
2858 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2860 * org.el (org-adaptive-fill-function): when a region is specified
2861 first line of paragraph isn't skipped, so fill-paragraph have to
2862 be computed even if point is at an item.
2864 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2866 * org-list.el (org-list-in-valid-block-p): new function.
2867 (org-at-item-p,org-list-search-generic): use new function.
2869 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2871 * org.el (org-indent-line-function): text in both a list and a
2872 valid block is indented with regards to current item, not to block
2875 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2877 * org-html.el (org-format-org-table-html): fix anchors in HTML
2878 export (thanks to <aankhen@gmail.com>)
2879 (org-html-protect): fix a bug that prevents some target to be
2882 2011-07-28 Bastien Guerry <bzg@gnu.org>
2884 * org.el (org-default-properties): Add EXPORT_TEXT.
2886 2011-07-28 Matt Lundin <mdl@imapmail.org>
2888 * org-footnote.el (org-footnote-create-definition)
2889 (org-insert-footnote-reference-near-definition): Fix sorting
2892 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
2894 * org-html.el (org-export-as-html): Bugfix: don't insert closing
2895 HTML tags when exporting body only.
2897 2011-07-28 Jason Dunsmore <emacs-orgmode@deathroller.dunsmor.com>
2899 * org.el (org-back-over-empty-lines): Bugfix. Honor
2900 `org-blank-before-new-entry' correctly in various contexts.
2902 2011-07-28 Bastien Guerry <bzg@gnu.org>
2904 * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
2905 and `save-restriction'.
2907 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2909 * org-timer.el (org-timer-item): save-excursion prevents
2910 `org-list-struct' to get the list structure when point isn't on
2911 the first line of the item.
2913 2011-07-28 Bastien Guerry <bzg@gnu.org>
2915 * org-capture.el (org-capture-templates): New option
2917 (org-capture): Use the new option.
2919 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2921 * org-list.el (org-update-checkbox-count): Ensure cookies on an
2922 heading are correctly updated when checkboxes are hidden. It
2923 allows, for example, to use C-c C-x C-b on a collapsed tree and
2924 still get the update.
2926 2011-07-28 David Maus <dmaus@ictsoc.de>
2928 * org-exp.el (org-export-visible): Accept keys for
2929 `org-export-as-html-to-buffer' and `org-export-region-as-html'.
2931 2011-07-28 Bastien Guerry <bzg@gnu.org>
2933 * org.el (org-duration-string-to-minutes): Don't use
2936 2011-07-28 Lawrence Mitchell <wence@gmx.li>
2938 * org.el (org-effort-durations): New variable.
2940 * org.el (org-duration-string-to-minutes): New function.
2942 * org-agenda.el (org-agenda-filter-effort-form)
2943 (org-format-agenda-item): Use it.
2945 * org-clock.el (org-clock-notify-once-if-expired)
2946 (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
2948 2011-07-28 Bastien Guerry <bzg@gnu.org>
2950 * org-agenda.el (org-agenda-run-series): Rename from
2951 `org-run-agenda-series'.
2953 2011-07-28 Bastien Guerry <bzg@gnu.org>
2955 * org-capture.el: Don't allow currentfile anymore.
2957 2011-07-28 Bastien Guerry <bzg@gnu.org>
2959 * org-agenda.el (org-agenda-list): Fix bug: don't rely on
2960 `org-agenda-current-span' when calling `org-agenda-list'.
2962 2011-07-28 Bastien Guerry <bzg@gnu.org>
2964 * org-capture.el (org-capture-put-target-region-and-position): New
2965 function to store information about the target buffer.
2966 (org-capture-set-target-location): Use it.
2967 (org-capture-finalize): restore the target buffer in its
2968 possibly narrowed state. Also restore the cursor position.
2970 2011-07-28 Bastien Guerry <bzg@gnu.org>
2972 * org-crypt.el (auto-save-default): make sure entries are
2973 encrypted before auto-saving.
2975 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2977 * org-inlinetask.el (org-inlinetask-promote)
2978 (org-inlinetask-demote): new functions.
2980 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2982 * org.el (org-demote-subtree,org-promote-subtree): wrap
2983 org-map-tree into org-with-limited-levels macro, so it avoids
2984 operating on inline tasks.
2986 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
2988 * org.el (org-narrow-to-subtree): ensure `org-back-to-heading'
2989 will move point to a real heading and not an inline task by
2990 wraping function into a org-with-limited-levels macro.
2992 2011-07-28 Bastien Guerry <bzg@gnu.org>
2994 * org-capture.el (org-capture-finalize): New argument clock-out,
2995 to tell whether finalizing the capture process should clock out
2997 (org-capture): Use the new argument.
2999 2011-07-28 Bastien Guerry <bzg@gnu.org>
3001 * org.el (org-refile-get-targets): Rename from
3002 `org-get-refile-targets.'
3004 2011-07-28 Bastien Guerry <bzg@gnu.org>
3006 * org-exp.el (org-export-table-remove-empty-lines): New custom
3008 (org-export-remove-special-table-lines): Use it.
3010 2011-07-28 Bastien Guerry <bzg@gnu.org>
3012 * org-table.el (org-table-fix-formulas-confirm): new custom
3014 (org-table-insert-column, org-table-delete-column)
3015 (org-table-move-column, org-table-move-row)
3016 (org-table-insert-row, org-table-kill-row): Use it.
3018 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
3020 * org.el (org-refile-get-location): Set and show default value.
3021 (org-goto, org-refile): Adapt calls.
3023 2011-07-28 Bastien Guerry <bzg@gnu.org>
3025 * org-mobile.el (org-mobile-files-exclude-regexp): New custom
3027 (org-mobile-files-alist): Use it.
3029 2011-07-28 Bastien Guerry <bzg@gnu.org>
3031 * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
3032 against headings outside of a narrowed buffer.
3034 2011-07-28 Bastien Guerry <bzg@gnu.org>
3036 * org.el (org-confirm-shell-link-not-regexp)
3037 (org-confirm-elisp-link-not-regexp): New custom variables.
3038 (org-open-at-point): Use the new custom variables.
3040 2011-07-28 Lawrence Mitchell <wence@gmx.li>
3042 * org-latex.el: place \title \author \date before
3045 2011-07-28 Bastien Guerry <bzg@gnu.org>
3047 * org-html.el (org-export-html-preamble)
3048 (org-export-html-postamble): now default to `nil'.
3049 (org-export-as-html): when :html-pre/postamble is nil, fall
3050 back on the default pre/postamble, which depends on the
3051 :author-info, :email-info, :creator-info options.
3053 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3055 * ob-exp.el (org-babel-exp-results): Don't use cached results if
3058 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3060 * org-table.el (org-table-eval-formula): Treat relative column
3063 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3065 * org-table.el (org-table-use-standard-references): Change default
3068 2011-07-28 Bastien Guerry <bzg@gnu.org>
3070 * org.el (org-move-subtree-down): leave the cursor at the same
3073 2011-07-28 Bastien Guerry <bzg@gnu.org>
3075 * org-attach.el (org-attach-store-link-p): New variable.
3076 (org-attach-store-link): New function.
3077 (org-attach-attach): When `org-attach-store-link-p' is
3078 non-nil, store a link in `org-stored-links' to a newly
3081 2011-07-28 Bastien Guerry <bzg@gnu.org>
3083 * org-exp.el (org-export-remove-headline-metadata): bugfix: don't
3084 case-fold-search to avoid mixing TODO keywords with real headline
3087 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3089 * org-table.el (org-table-fedit-finish): Read more general LHS of
3091 (org-table-formula-handle-@L): New function to hanle @L references.
3092 (org-table-current-ncol): New variable.
3093 (org-table-line-to-dline): New function.
3094 (org-table-get-stored-formulas): Accept range formulas as matches.
3095 (org-table-get-specials): Compute and store the number of columns.
3096 (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
3097 only the region marked by the range, not the content.
3098 (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
3099 range targets. Also check for duplicate access to fields.
3100 (org-table-expand-lhs-ranges): New funktion.
3101 (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
3103 (org-table-edit-formulas): Support highlighting of range targets.
3104 (org-table-field-info): Handle renge formulas.
3106 2011-07-28 Bastien Guerry <bzg@gnu.org>
3108 * org-html.el (org-export-html-postamble-format)
3109 (org-export-html-preamble-format): explain how to escape the
3112 2011-07-28 Bastien Guerry <bzg@gnu.org>
3114 * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
3115 `org-export-current-backend'.
3117 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3119 * ob.el (org-babel-read): Read string variable values wrapped in
3120 double quotes, removing the quotes.
3122 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3124 * ob-exp.el (org-babel-exp-results): Ensure that processed params
3125 are send to org-babel-execute-src-block.
3127 2011-07-28 Bastien Guerry <bzg@gnu.org>
3129 * org-special-blocks.el
3130 (org-special-blocks-make-special-cookies): Use
3131 `org-export-current-backend'.
3133 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3135 * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
3137 (org-babel-exp-src-block): Explicitly pass language to
3138 `org-babel-exp-in-export-file'.
3139 (org-babel-exp-inline-src-blocks): Removed unused code.
3140 (org-babel-exp-results): Explicitly pass language to
3141 `org-babel-exp-in-export-file'.
3143 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3145 * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
3146 returned from calc-eval.
3148 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3150 * ob.el (org-babel-read): Pass elisp vectors through to code
3153 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3155 * ob.el (org-src-lang-modes): Defvar.
3156 (org-at-item-p): Declare function.
3158 * ob-calc.el (calc-store): Require.
3161 * ob-python.el (py-default-interpreter): Defvar.
3163 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3165 * org-exp-blocks.el (backend): defvar.
3167 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3169 * org-agenda.el (org-agenda-get-scheduled):
3170 (org-agenda-get-timestamps): Bind local variable `show-all'.
3172 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3174 * ob-ref.el (org-at-item-p): Declare function.
3176 * org-agenda.el (diary-time-regexp): defvar.
3178 * org-archive.el (org-archive-subtree): Bind local variable
3181 * org-capture.el (org-capture-insert-template-here): Get template
3182 text from property list, to avoid byte compiler message.
3184 * org-latex.el (org-export-latex-tables): Bind local variable
3187 * org-special-blocks.el (org-compat): Add require statement.
3189 * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
3192 * org.el (org-eval): Moved function here from org-agenda.el.
3194 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3196 * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
3197 when reading from tables.
3198 (org-babel-read-list): Inhibit lisp evaluation of values when
3200 (org-babel-read): Add optional argument which can be used to inhibit
3201 lisp evaluation of value.
3203 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3205 * ob-table.el (sbe): Ensure that ob-trim is only called on
3208 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3210 * ob-exp.el (org-babel-exp-results): On export, ensure that the
3211 result hash is resolved in the original org-mode file.
3213 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3215 * org-exp.el (org-export-mark-list-end): change end marker
3217 * org-docbook.el (org-export-docbook-list-line): use new marker.
3219 * org-html.el (org-html-export-list-line): use new marker
3221 * org-latex.el (org-export-latex-lists): use new marker
3223 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3225 * org-latex.el (org-export-latex-lists): make sure markers used
3226 for export are taken into account by temporarily setting an
3227 appropriate value for `org-list-ending-method'.
3229 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3231 * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
3232 regexp into its own variable, also allowing match of empty bodies.
3233 (org-export-blocks-preprocess): Using new regexp variable.
3235 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3237 * ob.el (org-babel-src-block-regexp): Code block regexp now
3238 matches blocks with empty bodies.
3240 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3242 * ob.el (org-babel-script-escape): If script escaped value doesn't
3243 parse cleanly, then return it literally.
3245 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3247 * ob-exp.el (org-babel-exp-src-block): When block will eventually
3248 be evaluated, pre-calculate the hash before noweb expansion, and
3249 expand the parameters before hash calculation.
3250 (org-babel-exp-do-export): Pass pre-calculated hash through to
3251 `org-babel-exp-results'.
3252 (org-babel-exp-results): Compare pre-calculated hash to results hash.
3254 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3256 * ob.el (org-babel-sha1-hash): Sort list values to header
3257 arguments, and sort the words in strings.
3259 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3261 * ob-ref.el (org-babel-ref-index-list): Special handling of hline
3264 2011-07-28 Julien Danjou <julien@danjou.info>
3266 * org-macs.el (org-with-point-at): Store evaluated version of
3267 pom. This fixes a potential bug when using (org-with-point-at
3268 (func) …), where (func) would be evaluated multiple times,
3269 therefore might return different results if a marker was returned
3270 and different each time.
3272 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3274 * org.el (org-open-at-point): if a link to a radio target is the
3275 first, (resp. the last), element of a buffer, function cannot find
3276 the property change required to get its boundaries, and
3277 `buffer-substring' is called with an invalid nil argument.
3279 2011-07-28 Bastien Guerry <bzg@gnu.org>
3281 * org-table.el (org-table-copy-down): fix docstring.
3283 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3285 * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
3286 and for file types other than png and pdf it uses imagemagick to
3287 convert a compiled pdf file to the desired file type.
3288 (convert-pdf): Convert a pdf file to a new file type using
3291 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
3293 * org-capture.el (org-capture-fill-template): fix bug with the
3294 display of interactive prompt in templates expansion.
3296 2011-07-28 Reiner Steib <reinersteib+gmane@imap.cc>
3298 * org-clock.el (org-clock-display): docstring fiw.
3300 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3302 * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
3303 append a newline to the body.
3305 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3307 * org-list.el (org-list-insert-item): when computing size of item
3308 being inserted, function has to take into account that indentation
3309 may not only be made of spaces.
3311 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3313 * org-clock.el (org-clock-find-position): if a list was adjacent
3314 to some clocks and a drawer was going to be created, only the
3315 first element of the list would make it into the drawer.
3317 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3319 * org-list.el (org-toggle-checkbox): fix bug where top item in
3320 list was omitted when checking boxes.
3322 2011-07-28 Dan Davison <dandavison7@gmail.com>
3324 * ob-R.el: Don't print result to echo area after evaluation.
3326 2011-07-28 Bastien Guerry <bzg@gnu.org>
3328 * org-capture.el (org-capture-refile): Fix typo in docstring.
3330 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3332 * ob-calc.el (org-babel-execute:calc): Call out to new function
3333 for variables resolution.
3334 (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
3335 variables in calc expressions.
3337 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3339 * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
3340 (org-babel-C++-compiler): Replace "c++" with "C++".
3341 (org-babel-execute:cpp): Replace "c" with "C++".
3342 (org-babel-execute:C++): Replace "c" with "C++".
3343 (org-babel-expand-body:C++): Replace "c" with "C++".
3344 (org-babel-C-execute): Replace "c" with "C++".
3346 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3348 * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
3349 a list if at the *beginning* of a list item.
3351 * ob.el (org-babel-read-result): Only try to read results as a
3352 list if at the *beginning* of a list item.
3354 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3356 * org-list (org-cycle-item-indentation): do not break an
3357 indentation cycle because visibility cycling is requested. This
3358 happens when an item becomes a parent, due to indentation change.
3359 Not considered empty anymore, the function cannot change its
3362 2011-07-28 Bastien Guerry <bzg@gnu.org>
3364 * org-clock.el (org-clocktable-write-default): Bugfix: falls back
3365 on `org-export-default-language' when no :lang parameter is set.
3367 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
3369 * org-capture.el (org-capture-expand-file): New function.
3370 (org-capture-target-buffer):
3371 (org-capture-set-target-location): Use `org-capture-expand-file'.
3373 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3375 * ob.el (org-babel-read-list): Reading the value of a list has
3376 been updated to reflect the new structure of org-mode lists in
3378 (org-babel-insert-result): Writing code block results to lists has
3379 been updated to reflect the new list structure.
3380 (org-babel-result-end): Remove a previous change to end-of-list
3383 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3385 * org-list.el (org-cycle-item-indentation): each time the function
3386 moves item back to child position, a white space is added to the
3389 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3391 * ob.el (org-babel-process-params): Allow elisp code in
3392 specification of results header arguments.
3394 2011-07-28 Bastien Guerry <bzg@gnu.org>
3396 * org-agenda.el (org-agenda-append-agenda): New command.
3397 (org-agenda-mode-map): New keybinding to this new command.
3399 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3401 * org.el (org-ctrl-c-ctrl-c): call `org-list-send-list' only when
3402 cursor it at very first item of the list, as specified in the
3403 manual. Also refactored the list part of the function a bit.
3405 2011-07-28 Bastien Guerry <bzg@gnu.org>
3407 * org-agenda.el (org-agenda): Set the 'last-args property to nil
3408 when calling `org-agenda'. Don't kill the local variable
3409 `org-agenda-current-span'.
3410 (org-run-agenda-series): Use the new property 'last-args.
3411 (org-agenda-change-time-span): Use the dynamically set
3412 `org-agenda-overriding-arguments' variable when non-nil.
3414 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
3416 * ob.el (org-babel-result-end): Adjust marker of list end to
3417 changes in the list format.
3419 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3421 * org-list.el (org-toggle-checkbox, org-update-checkbox-count): no
3422 need to wrap org-entry-get in ignore-errors since commit
3423 7dd425cc5d42fb297f547f713edfdc936f9271f0
3425 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3427 * org.el (org-toggle-item, org-toggle-heading): make sure every
3428 sub-item in a list is changed into a sub-heading and sub-headings
3429 are translated into sub-items. Also ignore inline tasks in the
3432 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3434 * org-exp.el (org-export-select-backend-specific-text): add
3435 `original-indentation' property when replacing #+begin_backend and
3436 #+backend blocks with their content. This is needed for lists, as
3437 they must know if the block belonged to them.
3439 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3441 * org-html.el (org-html-export-list-line): insert a newline
3442 character before ending an item, as anchor could be on a line
3443 going to be deleted, like a drawer ending string.
3445 * org-list.el (org-list-to-html): same.
3447 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3449 * org.el (org-set-autofill-regexps): use `org-item-re' in
3450 `paragraph-start' to recognize alphabetical lists.
3451 (org-fill-paragraph): enforce a pre-computed fill-prefix before
3452 calling fill-paragraph when point in in an item. Also prevent
3453 paragraphs getting merged into an adjacent list upon filling.
3454 (org-adaptive-fill-function): make sure to determine real fill-prefix
3456 (org-auto-fill-function): use a pre-computed fill-prefix before
3457 calling do-auto-fill.
3459 * org-list.el (org-list-item-body-column): new function
3461 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3463 * org-inlinetask.el (org-inlinetask-at-task-p)
3464 (org-inlinetask-toggle-visibility): new functions.
3466 * org-list.el (org-list-set-item-visibility): new function.
3468 * org.el (org-cycle, org-cycle-internal-local): separate lists and
3469 inline tasks from headlines.
3470 (org-outline-level): do not consider lists as headlines.
3471 Cycling visibility is using different tools.
3473 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3475 * org-list.el (org-list-struct): mark items less indented than top
3476 item of the list, so that they will be modified.
3477 (org-list-struct-apply-struct): compare struct's indentation with
3478 line's indentation instead of old-struct's. This is needed because
3479 `org-list-struct' automatically fixes indentation so changes might not
3482 * org.el (org-ctrl-c-ctrl-c): small refactoring.
3484 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3486 * org-list.el (org-update-checkbox-count): when a part of the
3487 buffer is processed to count checkboxes, lists are read from top
3488 to bottom, but inside lists (in drawers, blocks, or inline tasks)
3489 are skipped. Thus, cookies cannot be updated. This patch enforces
3490 reading of such lists if counter is itself in a special context.
3492 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3494 * org-list.el (org-list-struct-apply-struct): inline tasks along
3495 with their content must stay at column 0 even if the item is
3496 gaining indentation. Moreover, fix indentation of text in an
3497 inline task, now it can be in such a task within a list.
3499 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3501 * org-list.el (org-at-item-p): also verify context is valid.
3502 Otherwise it would recognize valid items where org-in-item-p
3504 (org-in-item-p, org-list-struct-apply-struct): use shorter version of
3506 (org-cycle-list-bullet): fix typo.
3507 (org-list-parse-list): avoid calling org-at-item-p two times by using
3508 an appropriate regexp
3510 * org.el (org-indent-line-function): use an appropriate regexp
3511 instead of calling org-at-item-p two times.
3513 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3515 * org-list.el (org-in-item-p): When point was just after
3516 org-list-end-re, check wouldn't be done for starting line. So, if
3517 the first line was an item, it wouln't be noticed and function
3518 would return nil. Simplify and comment code.
3520 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3522 * org.el (org-toggle-item): when used on normal text, ensure every
3523 line in region is included in the new item, regardless of its
3524 original indentation.
3526 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3528 * org-list.el (org-list-struct-apply-struct): if end of list was
3529 at eol, for example, with list inside a block, the last list
3530 wouldn't be shifted. Thus, the patch ensures no blank lines is
3533 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3535 * org.el (org-toggle-item): Now accepts a prefix argument. When
3536 used without argument on normal text, it will make the whole
3537 region one item. With an argument, it defaults to old behavior:
3538 change each line in region into an item.
3540 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3542 * org.el (org-return): when called from inside an item with the
3543 indent flag, function should keep text moved inside the item. This
3544 allows to use C-j to separate lines in an item: cursor won't go
3547 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3549 * org-list.el (org-list-struct): when a line has org-example
3550 property, skip the entire block. This is needed during export, for
3551 example when src blocks in org markup contain lists, and are
3552 returned verbatim because org isn't in the list of interpreted
3555 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3557 * org-list.el (org-in-item-p): handle special cases when function
3558 is called with cursor amidst `org-list-end-re' or at an inline
3561 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3563 * ob.el (org-babel-result-end): apply renaming.
3565 * org-exp.el (org-export-mark-list-properties): apply renaming.
3567 * org-list.el (org-list-prevs-alist): renamed from
3568 org-list-struct-prev-alist.
3569 (org-list-parents-alist): renamed from org-list-struct-parent-alist.
3570 (org-list-write-struct): renamed from org-list-struct-fix-struct.
3571 (org-list-parse-list, org-sort-list, org-list-indent-item-generic,
3572 org-toggle-checkbox, org-update-checkbox-count, org-cycle-list-bullet,
3573 org-list-repair, org-insert-item, org-move-item-up, org-move-item-up,
3574 org-move-item-down, org-next-item, org-previous-item,
3575 org-end-of-item-list, org-beginning-of-item-list, org-apply-on-list):
3577 (org-get-bullet): removed function, as it is not needed anymore.
3579 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3581 * org-list.el (org-list-insert-item-generic): change arguments.
3582 The function now accepts structure and previous items alist. This
3583 allow to insert an item programmatically more easily.
3584 (org-insert-item): Apply changes to org-list-insert-item-generic. The
3585 function now takes care about repairing structure and updating
3588 * org-timer.el (org-timer-item): Apply changes to
3589 org-list-insert-item-generic. The function now takes care about
3590 repairing structure.
3592 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3594 * org-list.el (org-list-make-subtree): function now uses
3595 org-list-parse-list mechanism.
3596 (org-list-make-subtrees): removed function.
3597 (org-list-to-generic): added a parameter and every parameter can be a
3598 sexp returning a string, for finer control.
3599 (org-list-to-html, org-list-to-latex, org-list-to-texinfo): slight
3600 modifications to apply changes to org-list-to-generic.
3601 (org-list-to-subtree): new function.
3603 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3605 * org.el (org-beginning-of-line): apply changes to
3606 `org-item-beginning-re' to correct sub-expression reference.
3608 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3610 * org-docbook.el (org-export-docbook-list-line): even with
3611 alphabetical lists, Org shouldn't enforce a particular list type
3612 to exporters. This is a job for style files.
3614 * org-html.el (org-html-export-list-line): ib idem.
3616 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3618 * org-list.el (org-at-item-counter-p): new function.
3619 (org-list-parse-list): handle counters and list depth.
3620 (org-list-to-generic): a special string is used when an item has a
3622 (org-list-to-latex): use new special string for counters. This fixes
3623 the counter bug in LaTeX export, as the enumi counter was the only one
3626 * org-latex.el (org-export-latex-lists): use new
3627 `org-list-parse-list' output.
3629 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3631 * org-list.el (org-list-get-list-type): new function.
3632 (org-list-parse-list): use new function.
3634 * org-html.el (org-html-export-list-line): use new function.
3636 * org-docbook.el (org-export-docbook-list-line): use new function.
3638 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3640 * org-list.el (org-alphabetical-lists): new variable
3641 (org-item-re, org-list-full-item, org-cycle-list-bullet,
3642 org-list-struct-fix-bul, org-list-inc-bullet-maybe): reflect
3643 introduction of the new variable.
3644 (org-item-beginning-re): changed into a function, so any modification
3645 of `org-alphabetical-lists' will not require reloading Org.
3646 (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count,
3647 org-list-parse-list, org-list-send-list): reflect changes to
3648 `org-item-beginning-re'.
3649 (org-list-use-alpha-bul-p): new function.
3651 * org.el (org-check-for-hidden): reflect changes to
3652 `org-item-beginning-re'.
3654 * org-capture.el (org-capture-place-item): reflect changes to
3655 `org-item-beginning-re'.
3657 * org-docbook.el (org-export-docbook-list-line): handle new type
3660 * org-exp.el (org-export-mark-list-end)
3661 (org-export-mark-list-properties): reflect changes to
3662 `org-item-beginning-re'.
3664 * org-html.el (org-html-export-list-line): handle new type of
3667 * org-latex.el (org-export-latex-lists): handle new type of items
3668 and reflect changes to `org-item-beginning-re'.
3670 * org-ascii.el (org-export-ascii-preprocess): handle new counters.
3672 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3674 * org-list.el (org-list-end-re): removed function and made it a
3675 variable. There's no need for the overhead of calling the function
3676 every at every line in a list. User will have to reload Org if he
3677 change value of either `org-list-end-regexp' or
3678 `org-empty-line-terminates-plain-lists'.
3679 (org-in-item-p,org-list-struct,org-list-parse-list): apply change.
3681 * org-exp.el (org-export-mark-list-end)
3682 (org-export-mark-list-properties): apply change
3684 * org-latex.el (org-export-latex-lists): apply change. Also
3685 prevent items with org-example property to be considered as real
3688 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3690 * org-inlinetask.el (org-inlinetask-export-templates): slightly
3691 modify templates so environment boundaries don't interfere with
3692 content of task. Unprotect content of task so it might benefit
3693 from further transformations. Set original-indentation property to
3694 a high value to ensure that task is always in the last item of the
3695 list. Also, apply templates later in export process.
3697 * org-list.el (org-list-struct): fix inline task skipping.
3699 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3701 * org-latex.el (org-export-latex-lists): Search for unprotected
3702 items only, and redefine `org-at-item'. This change is required
3703 when verbatim lists are inserted during export, usually by Babel.
3705 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3707 * ob.el (org-babel-result-end): end position is end of current
3708 sublist instead of bottom point, as results might be inserted in a
3711 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3713 * org-list.el (org-list-automatic-rules): removed insert rule.
3714 (org-list-insert-item-generic): removed code preventing user to insert
3715 another item in a block within a list. It is because new list context
3716 make it impossible to see if a point in a block is also in a list.
3718 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3720 * org-exp.el (org-export-preprocess-string): mark list endings
3721 before babel blocks preprocessing starts, so blank lines that may
3722 be inserted do not break list's structure. Then, mark list with
3723 special properties required by exporters. Thus output from babel
3724 can easily be included in lists.
3725 (org-export-mark-list-end): new function
3726 (org-export-mark-list-properties): new function
3727 (org-export-mark-lists): removed function. It was split into the two
3728 preceding functions.
3730 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3732 * org-list.el (org-update-checkbox-count): do not recompute every
3733 list before next heading when there are more than one cookie in an
3734 headline. Moreover, ignore the case where cookie is inserted
3735 neither at an heading nor at an item.
3737 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3739 * org-list.el (org-sort-list): fix number of arguments to
3740 `org-list-repair', plus make end-record go to end of item before
3741 any blank line to keep them from being swallowed in the sorting.
3743 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3745 * org-list.el (org-list-forbidden-blocks): variable renamed from
3747 (org-list-export-context): new variable
3749 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3751 * org-list.el (org-list-search-generic): renamed form
3752 org-search-unenclosed-generic to reflect now behavior. Now, match
3753 can only be in a valid context for lists, as determined by
3755 (org-list-search-backward): renamed from
3756 org-search-backward-unenclosed.
3757 (org-list-search-forward): renamed from org-search-forward-unenclosed.
3758 (org-toggle-checkbox,org-update-checkbox-count): use new functions.
3759 (org-sort-list): using default regexp search functions as context is
3760 not required in this case.
3762 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3764 * org-exp.el (org-export-mark-lists): new function, replacing
3765 org-export-mark-list-ending. It adds information as text
3766 properties to every list, before changes done by exporter destruct
3769 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3771 * org-list.el (org-list-get-first-item): new alias for
3772 org-list-get-list-begin
3773 (org-list-get-last-item): new function
3774 (org-list-get-list-end): use org-list-get-last-item
3776 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3778 * org.el (org-get-string-indentation): moved in generally useful
3779 functions section, as it wasn't specific to plain lists and that
3780 no code was using it in org-list.el.
3782 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3784 * org.el (org-skip-over-state-notes,org-store-log-note): use new
3787 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3789 * org-list.el (org-list-indent-item-generic): remove error
3790 messages happening before process. This belongs to interactive
3792 (org-indent-item,org-indent-item-tree)
3793 (org-outdent-item,org-outdent-item-tree): ensure point or region
3794 is correct before computing list structure. Return an error
3797 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3799 * org-list.el (org-apply-on-list): use new structures. Function is
3800 now applied in reverse order so modifications do not change
3801 positions of items in buffer.
3803 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3805 * org-list.el (org-list-parse-list): rewrite of function to allow
3806 text following a sub-list in the same item. See docstring for an
3808 (org-list-to-generic): use new parsing function.
3809 (org-list-to-latex,org-list-to-html): minor change for clearer
3812 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3814 * org-list.el (org-list-has-child-p): renamed from
3815 org-list-get-child. Returning first child is only useful as a
3816 predicate, as we're allowing an item to have more than one
3818 (org-list-indent-item-generic): use `org-list-has-child-p' instead of
3820 (org-in-item-p): also return item beginning when list starts at
3822 (org-list-get-parent): use of `org-list-struct-parent-alist' helper
3823 function is not optional anymore.
3824 (org-list-get-all-items): shorten code with the help of cl.el.
3825 (org-list-get-children): now returns all children of item, even if
3826 they do not belong to the same list. Renamed from
3827 org-list-get-all-children.
3828 (org-list-get-list-begin): function wasn't return value when item was
3829 already the first item of the list at point.
3830 (org-list-get-list-end): function wasn't return value when item was
3831 already the last item of the list at point.
3832 (org-list-struct-fix-box,org-update-checkbox-count): now uses
3833 `org-list-get-children'.
3835 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3837 * org.el (org-indent-line-function): Indentation of item's body
3838 starts just after the bullet, not after a checkbox. Moreover, As
3839 `org-in-item-p' also returns item beginning position when point is
3840 in a list, do not compute it a second time.
3842 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3844 * org.el (org-ctrl-c-ctrl-c): when called at a list item, replace
3845 usage `org-repair-list', forcing another reading of the list, with
3846 only needed subroutines.
3848 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3850 * org-list.el (org-list-separating-blank-lines-number): use new
3852 (org-list-insert-item-generic): use list structures to insert a new
3854 (org-list-exchange-items): refactor and comment code. Now return new
3855 struct instead of modifying it, as list sorting would sometimes eat
3857 (org-move-item-down,org-move-item-up): reflect changes to
3858 `org-list-exchange-items'.
3859 (org-insert-item): as `org-in-item-p' also computes item beginning
3860 when applicable, reuse the result.
3862 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3864 * org-list.el (org-list-in-item-p): unify methods for this
3866 (org-list-in-item-p-with-indent): removed function
3867 (org-list-ending-between): removed function
3868 (org-list-maybe-skip-block): removed function
3869 (org-list-in-item-p-with-regexp): removed function
3870 (org-list-top-point-with-regexp): removed function
3871 (org-list-top-point-with-indent): removed function
3872 (org-list-bottom-point-with-indent): removed function
3873 (org-list-bottom-point-with-regexp): removed function
3874 (org-list-get-item-same-level): removed function
3875 (org-list-top-point): removed function
3876 (org-list-bottom-point): removed function
3877 (org-get-item-beginning): renamed to org-list-get-item-begin to be
3878 consistent with naming policy of non-interactive functions.
3879 (org-get-beginning-of-list): removed function
3880 (org-beginning-of-item-list): use new accessors
3881 (org-get-end-of-list): removed function
3882 (org-end-of-list): use new accessors
3883 (org-get-end-of-item): removed function
3884 (org-end-of-item): use new accessors
3885 (org-get-previous-item): removed function
3886 (org-previous-item): use new accessors
3887 (org-get-next-item): removed function
3888 (org-next-item): use new accessors
3889 (org-end-of-item-before-blank): renamed to
3890 (org-list-get-item-end-before-blank): Use new accessors.
3892 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3894 * org-list.el (org-list-repair): removed optional argument
3895 FORCE-BULLET. The job of this interactive function is to
3896 completely fix a list at point. Changing bullets is a separate
3897 task. Also removed others optional arguments TOP and BOTTOM to
3898 follow the new structures.
3899 (org-list-indent-item-generic): remove need for TOP and BOTTOM. STRUCT
3900 is a new required argument. This avoids computing a list structure
3901 many times when function is called more than once in a row, for
3902 example in org-cycle-item-indentation. Use new accessors. Now, also
3903 call `org-update-checkbox-count-maybe'.
3904 (org-outdent-item,org-indent-item,org-outdent-item-tree,org-indent-item-tree):
3905 remove need for TOP and BOTTOM.
3906 (org-list-insert-item-generic): reflect changes to `org-list-repair'.
3907 (org-list-exchange-items): use new accessors. Now modify struct to
3908 avoid re-reading it later.
3909 (org-move-item-down): reflect changes to `org-list-repair'. Use new
3911 (org-move-item-up): reflect changes to `org-list-repair'. Use new
3913 (org-cycle-list-bullet): use new structures. Also use a shortcut to
3914 `org-list-struct-fix-struct' in order to avoid unnecessary fixes, like
3915 `org-list-struct-fix-box'
3916 (org-sort-list): use of new structures. Renamed an internal function
3917 for a little more clarity.
3918 (org-cycle-item-indentation): remove dependency on org-list-repair.
3920 (org-list-get-child): correct bug when asking for the child of the
3922 (org-list-exchange-items): use new accessors.
3924 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3926 * org-list.el (org-list-blocks): new variable
3927 (org-list-context): new function
3928 (org-list-full-item-re): new variable
3929 (org-list-struct-assoc-at-point): use new varible
3930 (org-list-struct): rewrite of function. Now, list data is collected by
3931 looking at the list line after line. It reads the whole list each time
3932 because reading only a subtree was not enough for some operations,
3933 like fixing checkboxes. It also removes the need to get
3934 `org-list-top-point' and `org-list-bottom-point' first. An added data
3935 is the position of item ending. This aims to be able to have list
3936 followed by text inside an item.
3937 (org-list-struct-assoc-end): new function
3938 (org-list-struct-parent-alist): new function
3939 (org-list-get-parent): new function
3940 (org-list-get-child): new function
3941 (org-list-get-next-item): new function
3942 (org-list-get-prev-item): new function
3943 (org-list-get-subtree): use helper function `org-list-struct-prev-alist'.
3944 (org-list-get-all-items): new function
3945 (org-list-get-all-children): new function
3946 (org-list-get-top-point): new function
3947 (org-list-get-bottom-point): new function
3948 (org-list-get-counter): new function
3949 (org-list-get-item-end): new function
3950 (org-list-struct-fix-bul): rewrite for cleaner code. Make use of new
3952 (org-list-struct-fix-ind): make use of new accessors.
3953 (org-list-struct-fix-box): new function
3954 (org-list-struct-fix-checkboxes): removed function
3955 (org-list-struct-outdent): use new accessors. Use the fact that there
3956 is no longer a virtual item at beginning of structure.
3957 (org-list-struct-indent): use helper functions
3958 `org-list-struct-prev-alist' and `org-list-struct-parent-alist'. Also
3960 (org-list-struct-fix-struct): comment function. Call directly
3961 `org-list-struct-apply-struct', without removing unchanged items
3963 (org-list-struct-apply-struct): comment function. Rewrite using new
3964 accessors. Use new variable `org-list-full-item-re'.
3965 (org-list-shift-item-indentation): removed function, now included in
3966 `org-list-struct-apply-struct' because it is too specific.
3968 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3970 * org-list.el (org-toggle-checkbox): use structures to fix
3971 checkboxes of a list
3972 (org-update-checkbox-count): use structures to update cookies
3974 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3976 * org-list.el (org-list-struct-fix-checkboxes): new function
3977 (org-checkbox-blocked-p): removed function
3979 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
3981 * org-list.el (org-list-get-all-items): new function
3982 (org-list-get-all-children): new function
3983 (org-list-get-nth): new function
3984 (org-list-set-nth): new function
3985 (org-list-get-ind): new function
3986 (org-list-set-ind): new function
3987 (org-list-get-bullet): new function
3988 (org-list-set-bullet): new function
3989 (org-list-get-checkbox): new function
3990 (org-list-set-checkbox): new function
3991 (org-list-struct-fix-bul): use new accessors
3992 (org-list-repair): use new accessors
3993 (org-list-indent-item-generic): make use of accessors
3994 (org-list-get-parent): renamed from org-list-struct-get-parent
3995 (org-list-get-child): renamed from org-list-struct-get-child
3996 (org-list-struct-fix-ind): make use of accessors
3997 (org-list-get-next-item): new function
3998 (org-list-get-subtree): new function
4000 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4002 * org-list.el (org-list-struct-assoc-at-point): add checkbox to
4005 * org-list.el (org-list-struct-assoc-at-point): add checkbox as
4008 * org-list.el (org-list-struct-apply-struct): also apply
4011 2011-07-28 Bastien Guerry <bzg@gnu.org>
4013 * org-latex.el (org-export-latex-content): bind local variables
4014 for export in the temporary export buffer.
4016 2011-07-28 David Maus <dmaus@ictsoc.de>
4018 * org-protocol.el (org-protocol-unhex-single-byte-sequence)
4019 (org-protocol-unhex-string, org-protocol-unhex-compound): Change date
4020 of obsolete declaration to 2011-02-17.
4022 2011-07-28 David Maus <dmaus@ictsoc.de>
4024 * org.el (org-link-escape): Throw error if encoding character in
4027 2011-07-28 David Maus <dmaus@ictsoc.de>
4029 * org-protocol.el (org-protocol-split-data)
4030 (org-protocol-open-source): Use `org-link-unescape' instead of
4031 obsolete unhex string function.
4033 2011-07-28 David Maus <dmaus@ictsoc.de>
4035 * org.el (org-link-escape, org-link-escape-chars-browser)
4036 (org-link-escape-chars): Always percent escape the percent sign.
4038 2011-07-28 David Maus <dmaus@ictsoc.de>
4040 * org.el (org-link-unescape): Simpler algorithm for replacing
4042 (org-link-unescape-compound): Use cond statements instead of nested
4043 if, convert hex string with string-to-number, save match data.
4044 (org-link-unescape-single-byte-sequence): Use mapconcat and
4045 string-to-number for unescaping single byte sequence.
4047 2011-07-28 David Maus <dmaus@ictsoc.de>
4049 * org.el (org-link-escape): Rename lambda argument.
4051 2011-07-28 David Maus <dmaus@ictsoc.de>
4053 * org.el (org-link-escape-chars-browser, org-link-escape-chars):
4054 Add percent sign to list of escape chars.
4056 2011-07-28 David Maus <dmaus@ictsoc.de>
4058 * org-mobile.el (org-mobile-escape-olp): Use new percent escape
4059 character table format.
4061 2011-07-28 David Maus <dmaus@ictsoc.de>
4063 * org-mobile.el (org-mobile-locate-entry): Remove obsolete
4064 argument in call to org-link-unescape.
4066 2011-07-28 David Maus <dmaus@ictsoc.de>
4068 * org-protocol.el (org-protocol-unhex-string)
4069 (org-protocol-unhex-compound)
4070 (org-protocol-unhex-single-byte-sequence): Declare obsolete and
4071 alias to respective org-link-unescape-* functions.
4073 2011-07-28 David Maus <dmaus@ictsoc.de>
4075 * org.el (org-link-unescape, org-link-unescape-compound)
4076 (org-link-unescape-single-byte-sequence): Functions moved and renamed
4077 from org-protocol.el.
4079 2011-07-28 David Maus <dmaus@ictsoc.de>
4081 * org-macs.el (org-char-to-string): Inline function to properly
4082 decode utf8 characters in Emacs 22. Moved and renamed from
4085 2011-07-28 David Maus <dmaus@ictsoc.de>
4087 * org.el (org-link-escape): New optional argument. Merge user
4088 table with default table.
4090 2011-07-28 David Maus <dmaus@ictsoc.de>
4092 * org.el (org-link-escape): Fixup doc string.
4094 2011-07-28 David Maus <dmaus@ictsoc.de>
4096 * org.el (org-link-escape-chars, org-link-escape-chars-browser):
4097 New format of percent escape table.
4098 (org-link-escape): Use new table format.
4100 2011-07-28 David Maus <dmaus@ictsoc.de>
4102 * org.el (org-link-escape): New unicode aware percent encoding
4105 2011-07-28 Sebastian Rose <sebastian_rose@gmx.de>
4107 * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
4108 function. Decode hex-encoded singly byte sequences.
4109 (org-protocol-unhex-compound): Use new function if decoding sequence
4110 as unicode character failed.
4112 2011-07-28 Bastien Guerry <bzg@gnu.org>
4114 * org-html.el (org-export-as-html): expand the HTML title.
4116 2011-07-28 Bastien Guerry <bzg@gnu.org>
4118 * org-publish.el (org-publish-cache-ctime-of-src): improve
4120 (org-publish-find-title): New option to explicitly reset the
4122 (org-publish-format-file-entry): Use this new option.
4124 2011-07-28 Dan Davison <dandavison7@gmail.com>
4126 * org-exp.el (org-export-preprocess-string): Set the source buffer
4127 and use `org-clone-local-variables' to get local variables from
4130 2011-07-28 Dan Davison <dandavison7@gmail.com>
4132 * org-exp.el (org-export-format-source-code-or-example): Allow
4133 empty string as second element in minted/listings options
4135 2011-07-28 Dan Davison <dandavison7@gmail.com>
4137 * org-exp.el (org-export-format-source-code-or-example): Support
4138 new user-customizable options
4139 (org-export-latex-custom-lang-environments): Ensure new variable is defined
4140 (org-export-latex-listings-options): Ensure new variable is defined
4141 (org-export-latex-minted-options): Ensure new variable is defined
4143 2011-07-28 Bastien Guerry <bzg@gnu.org>
4145 * org-html.el (org-export-as-html): handle the case when
4146 `org-export-html-validation-link' is nil to keep backward
4147 compatible with the old default value of this variable.
4149 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4151 * ob.el (org-babel-insert-result): Don't choke if indent is not a
4154 2011-07-28 Bastien Guerry <bzg@gnu.org>
4157 ** 2011-02 monthname
4158 *** 2011-02-13 dayname
4160 2011-07-28 Christian Moe <mail@christianmoe.com> (tiny change)
4162 * org-bbdb.el (org-bbdb-export): When a link description has been
4163 added by org-export-normalize-links, use path instead (remove the
4166 2011-07-28 Bastien Guerry <bzg@gnu.org>
4168 * org-ascii.el (org-export-ascii-underline): Put the level's
4169 characters in the right order, as documented by the docstring.
4170 (org-ascii-level-start): select the right char for underlining
4173 2011-07-28 Bastien Guerry <bzg@gnu.org>
4175 * org-src.el (org-edit-src-code): allow to edit source code from
4176 modes derived from Org.
4178 2011-07-28 Niels Giesen <niels.giesen@gmail.com>
4180 * org-clock.el (org-clock-clocktable-language-setup): Add list of
4183 2011-07-28 Dan Davison <dandavison7@gmail.com>
4185 * org-beamer.el: Mark frame as fragile when it is using minted for
4188 2011-07-28 Bastien Guerry <bzg@gnu.org>
4190 * org-agenda.el (org-agenda-date-later)
4191 (org-agenda-date-earlier): Enhance docstrings.
4192 (org-agenda-bulk-mark-regexp): Only match against headlines.
4193 Send a message when no entry is marked.
4194 (org-agenda-bulk-action): Fix bug about scattering deadlines.
4195 Send an error when trying to scatter outside an agenda or a
4196 timeline view. Silently fail when trying to scatter sexp
4199 2011-07-28 Bastien Guerry <bzg@gnu.org>
4201 * org-clock.el (org-clock-clocktable-language-setup): New custom
4203 (org-clocktable-defaults): Set the default language.
4204 (org-clocktable-write-default): Use the new variable.
4206 2011-07-28 Dan Davison <dandavison7@gmail.com>
4208 * ob.el (org-babel-src-block-names): Don't strip text properties
4210 (org-babel-result-names): Don't strip text properties from search
4213 2011-07-28 Dan Davison <dandavison7@gmail.com>
4215 * ob-python.el (org-babel-python-evaluate-session): Pass nil as
4216 remove-echo part of META argument to
4217 `org-babel-comint-with-output'.
4219 2011-07-28 Dan Davison <dandavison7@gmail.com>
4221 * ob.el (org-babel-script-escape): Use `substring' comparison
4222 instead of regexp matching.
4224 2011-07-28 Dan Davison <dandavison7@gmail.com>
4226 * org-src.el (org-edit-src-code): When generating the code edit
4227 buffer, it is necessary for several variables to inherit their
4228 values from the parent org buffer. These changes collect all such
4229 variables together into a single association list of
4230 (variable-name value) pairs. In addition, a new variable is added
4231 to the list: `org-edit-src-content-indentation'. This has the
4232 effect that a buffer local value can be used for that variable.
4234 2011-07-28 Dan Davison <dandavison7@gmail.com>
4236 * ob-table.el (sbe): Don't truncate sbe results.
4238 2011-07-28 Lawrence Mitchell <wence@gmx.li>
4240 * org-exp.el (org-export-add-options-to-plist): Require match to
4241 start at a word-boundary.
4243 2011-07-28 Bastien Guerry <bzg@gnu.org>
4245 * org-latex.el (org-export-latex-hyperref-format): Update
4248 2011-07-28 Tom Dye <tsd@tsdye.com>
4250 * org.el: Update documentation of `org-add-link-type'.
4252 2011-07-28 Dan Davison <dandavison7@gmail.com>
4254 * org.el (org-open-at-point): Fix bug when using prefix arg to
4255 construct `org-link-search' call. Rename prefix arg with a more
4256 generic name, to reflect its diverse uses in this function.
4258 2011-07-28 Rémi Vanicat <vanicat@debian.org>
4260 * org-icalendar.el (org-icalendar-use-UTC-date-time): remove.
4261 (org-icalendar-date-time-format): New custom variable.
4262 (org-icalendar-use-UTC-date-timep): New function.
4263 (org-ical-ts-to-string): Use the new variable.
4265 2011-07-28 Bastien Guerry <bzg@gnu.org>
4267 * org-vm.el (org-vm-store-link): Make sure the buffer is
4268 associated with a file when trying to store an Org link.
4270 2011-07-28 Dan Davison <dandavison7@gmail.com>
4272 * ob.el (org-babel-params-from-properties): Test for
4273 "header-arg-name" and ":header-arg-name", in that order.
4275 2011-07-28 Bastien <bastien.guerry@wikimedia.fr>
4277 * org-capture.el (org-capture-templates): document currentfile for
4279 (org-capture-templates): Allow to use currentfile for capture
4281 (org-capture-set-target-location): Handle currentfile as a way
4282 to setting the capture buffer.
4284 2011-07-28 Bastien Guerry <bzg@gnu.org>
4286 * ob.el (org-babel-params-from-properties): don't wrap
4287 org-entry-get into condition-case.
4289 2011-07-28 Dan Davison <dandavison7@gmail.com>
4291 * org.el (org-entry-get): Don't look for a property drawer if we
4292 are before the first heading in the file.
4293 (org-entry-get-with-inheritance): Don't attempt to move up the tree if
4294 we are before the first heading in the file. Also, enclose less of the
4295 function in the save-excursion.
4297 2011-07-28 Dan Davison <dandavison7@gmail.com>
4299 * ob.el (org-babel-params-from-buffer): Return desired value
4300 rather than nil from failed re search.
4302 2011-07-28 Bastien Guerry <bzg@gnu.org>
4304 * org-agenda.el (org-get-entries-from-diary): Put multiline diary
4305 entries on a single line when lines don't start with a diary time.
4307 2011-07-28 Bastien Guerry <bzg@gnu.org>
4309 * org-html.el (org-export-html-protect-char-alist): New custom
4310 variable to define characters to be HTML protected.
4311 (org-html-protect): Use the new variable.
4313 2011-07-28 Bastien Guerry <bzg@gnu.org>
4315 * org-info.el (org-info-store-link): use "#" to separate the info
4317 (org-info-follow-link): use both "#" to separate the info file
4318 and the node. Continue to use ":" for backward compatibility.
4320 2011-07-28 Bastien Guerry <bzg@gnu.org>
4322 * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
4324 (org-print-icalendar-entries): Use this new variable to
4325 prevent export of entries with a :noexport: tag.
4327 2011-07-28 Bastien Guerry <bzg@gnu.org>
4329 * org-exp.el (org-export-initial-scope): new custom variable.
4330 (org-export): Use this new variable. If there is an active
4331 region, tell it when prompting the user for an export command.
4332 Also change the way the function handles selection of buffer
4335 2011-07-28 Bastien Guerry <bzg@gnu.org>
4337 * org-html.el (org-export-html-auto-preamble)
4338 (org-export-html-auto-postamble): Remove.
4339 (org-export-html-preamble, org-export-html-postamble): Turn
4340 into custom variables. Update the docstrings.
4341 (org-export-html-preamble-format)
4342 (org-export-html-postamble-format): New custom variables.
4343 (org-export-as-html): Use org-export-html-postamble-format and
4344 org-export-html-preamble-format.
4345 (org-export-html-title-format): delete.
4347 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4349 * org-exp-blocks.el (org-export-blocks-format-ditaa): This
4350 function is begin deprecated in favor of begin_src blocks.
4351 (org-export-blocks-format-dot): This function is begin deprecated in
4352 favor of begin_src blocks.
4354 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4356 * ob.el (org-babel-header-arg-names): no-expand is now part of the
4357 default header argument names list.
4359 2011-07-28 Manuel Giraud <manuel.giraud@univ-nantes.fr>
4361 * org-publish.el (org-publish-sitemap-date-format)
4362 (org-publish-sitemap-file-entry-format): new custom variables.
4363 (org-publish-projects): use these variables to format the sitemap
4366 2011-07-28 Ulf Stegemann <ulf-news@zeitform.de>
4368 * org-gnus.el (org-gnus-store-link): Allow org-link creation from
4371 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4373 * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
4374 updating the filter while the clock report is following the
4377 2011-07-28 Julien Danjou <julien@danjou.info>
4379 * org-agenda.el (org-agenda): Kill all local variables. This
4380 assures we are not keeping buffer variable from an old agenda view
4381 when switching to a new custom agenda.
4383 2011-07-28 Julien Danjou <julien@danjou.info>
4385 * org-crypt.el (org-encrypt-string): New function.
4386 (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use cached
4388 (org-decrypt-entry): Store crypted text in decrypted text.
4390 2011-07-28 Dan Davison <dandavison7@gmail.com>
4392 * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
4393 if a non-nil result is returned
4395 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4397 * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
4400 2011-07-28 Bastien Guerry <bzg@gnu.org>
4402 * org.el (org-update-parent-todo-statistics): fix bug when
4403 updating statistics from the column view.
4405 2011-07-28 Bastien Guerry <bzg@gnu.org>
4407 * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
4408 (org-agenda-menu): Add the new command to the menu.
4409 (org-agenda-mode-map): Add % as the keybinding for the new
4412 2011-07-28 Bastien Guerry <bzg@gnu.org>
4414 * org-exp.el (org-export-target-internal-links): Locally turn on
4415 `org-link-search-must-match-exact-headline' to match exact
4418 2011-07-28 Julien Danjou <julien@danjou.info>
4420 * org-faces.el (org-special-keyword): Make it inherited from
4421 font-lock-keyword-face.
4423 2011-07-28 Julien Danjou <julien@danjou.info>
4425 * org-faces.el (org-link): Make org-link inherits from link face.
4427 2011-07-28 Bastien Guerry <bzg@gnu.org>
4429 * org.el (org-narrow-to-block): New function to narrow to block.
4430 Bound this function to `C-x n b'.
4432 2011-07-28 Bastien Guerry <bzg@gnu.org>
4434 * org.el (org-schedule, org-deadline): Fix bug: take care of
4435 repeating timestamps like ".+1d/3d" or "+1d 10d".
4437 2011-07-28 Bastien Guerry <bzg@gnu.org>
4439 * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
4440 to use a list of TODO keywords as the value of this variable. The
4441 agenda will show repeating stamps for entries matching these TODO
4443 (org-agenda-get-timestamps, org-agenda-get-deadlines)
4444 (org-agenda-get-scheduled): Allow the use of a list of keywords in
4445 `org-agenda-repeating-timestamp-show-all'.
4447 2011-07-28 Bastien Guerry <bzg@gnu.org>
4449 * org-latex.el (org-export-latex-emph-format): Don't use
4450 `org-export-latex-use-verb'. Remove this variable.
4452 2011-07-28 Jason Dunsmore <emacs-orgmode@dunsmor.com>
4454 * org-html.el (org-html-handle-time-stamps): fix bug when exporing
4455 inactive timestamps.
4457 2011-07-28 Bastien Guerry <bzg@gnu.org>
4459 * org-archive.el (org-archive-save-context-info): Fix docstring
4461 (org-archive-subtree-add-inherited-tags): New variable to control
4462 whether inherited tags should be appended to local tags when
4464 (org-archive-subtree): Use the new variable.
4466 2011-07-28 Bastien Guerry <bzg@gnu.org>
4468 * org-archive.el (org-archive-save-context-info): Fix docstring
4471 2011-07-28 Julien Danjou <julien@danjou.info>
4473 * org-crypt.el (org-decrypt-entry): Delete \n on top level
4474 heading. This avoids a display bug showing the heading outlined
4475 where the text is not since it does not have the outline property.
4476 Restore subtree visibility state after decryption.
4478 2011-07-28 Julien Danjou <julien@danjou.info>
4480 * org-agenda.el (org-agenda-list): Use org-agenda-current-span as
4481 a possible default span if it is set.
4483 2011-07-28 Dan Davison <dandavison7@gmail.com>
4485 * org-src.el (org-edit-src-persistent-message): Change docstring.
4486 (org-edit-src-code): Get rid of help message in echo area.
4488 * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
4489 argument to org-edit-src-code as this has been removed
4491 2011-07-28 Bastien Guerry <bzg@gnu.org>
4493 * org-latex.el (org-export-latex-emphasis-alist): use
4494 \protectedtexttt for the =...= emphasis and \verb for the ~...~
4496 (org-export-latex-use-verb): now defaults to t.
4497 (org-export-latex-emph-format): distinguish between =...= and
4500 2011-07-28 David Maus <dmaus@ictsoc.de>
4502 * test-org-html.el (test-org-html/export-link-alist): New
4503 variable. Abstract link export test definition.
4504 (test-org-html/export-link-factory): New function. Create tests for
4507 2011-07-28 David Maus <dmaus@ictsoc.de>
4509 * org-test.el (org-test-strip-text-props): New function. Strip
4512 2011-07-28 Julien Danjou <julien@danjou.info>
4514 * org.el (org-link-expand-abbrev): Allow any type of character in
4517 2011-07-28 Dan Davison <dandavison7@gmail.com>
4519 * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
4521 2011-07-28 Dan Davison <dandavison7@gmail.com>
4523 * ob-ref.el (org-babel-ref-resolve): save-window-excursion when
4524 resolving references.
4526 2011-07-28 Bastien Guerry <bzg@gnu.org>
4528 * org-html.el (org-export-html-html-helper-timestamp): use <hr/>
4529 instead of <hr> to keep w3c validator happy.
4531 2011-07-28 Dan Davison <dandavison7@gmail.com>
4533 * ob.el (org-babel-where-is-src-block-head): Detect src block if
4534 point is on a #+header line.
4536 2011-07-28 Dan Davison <dandavison7@gmail.com>
4538 * ob.el (org-babel-where-is-src-block-head): Skip over intervening
4539 #+header lines when searching for block associated with block name
4542 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4544 * ob.el (org-babel-result-end): Replace call to org-in-item-p to
4545 the more specific org-at-item-p.
4547 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4549 * org-latex.el (org-latex-default-figure-position): New defcustom
4550 for default placement of latex figures.
4551 (org-export-latex-tables): Positioning tables using the new
4553 (org-export-latex-format-image): Positioning images using the new
4556 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4558 * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
4559 evaluated and :file header argument is missing.
4561 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4563 * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
4564 to do anything to export code.
4565 (org-babel-exp-results): No longer returns a replacement for the
4567 (org-babel-exp-inline-src-blocks): Simplified.
4568 (org-babel-exp-src-block): Removed unnecessary pluralization from
4571 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4573 * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
4574 exportation of inline code blocks using normal code block
4575 execution mechanism to insert results.
4576 (org-babel-exp-results): Results exportation mechanism is unified
4577 for both inline and regular code blocks.
4579 * ob.el (org-babel-where-is-src-block-result): Returns the point
4580 after an inline code block for inline code blocks.
4582 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4584 * ob.el (org-babel-insert-result): Special handling of the
4585 position of results of inline code blocks.
4586 (org-babel-examplize-region): Now able to comment inline regions.
4588 2011-07-28 Lawrence Mitchell <wence@gmx.li>
4590 * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
4591 that \\[ a = b \\] is not interpreted as a keybinding by
4592 `substitute-command-keys'.
4594 2011-07-28 Dan Davison <dandavison7@gmail.com>
4596 * org-latex.el (org-export-as-latex): Process export property list
4597 with `org-export-process-option-filters' early in latex export
4599 2011-07-28 Julien Danjou <julien@danjou.info>
4601 * org.el: Remove org-invisible-p: outline-invisible-p is available
4602 in Emacs 22 and in recent XEmacs 21. Replace in various files.
4604 2011-07-28 Julien Danjou <julien@danjou.info>
4606 * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
4607 it must has \\ at the end of the line. This avoid matching the
4608 following heading when there's no newline between the logged state
4609 and the next heading.
4611 2011-07-28 Julien Danjou <julien@danjou.info>
4613 * org-agenda.el (org-format-agenda-item): Simplify time comuting.
4615 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4617 * org.el (org-current-level):
4619 (org-mark-subtree): Use `org-with-limited-levels'.
4621 2011-07-28 Jan Seeger <jan.seeger@thenybble.de>
4623 * org-publish.el (org-publish-get-base-files): Add sitemap file.
4625 2011-07-28 Matt Lundin <mdl@imapmail.org>
4627 * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
4628 (org-agenda-todo-ignore-scheduled): New option.
4629 (org-agenda-todo-ignore-timestamp): New option.
4630 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4631 Allow user to specify custom distance to ignore (future or past).
4632 (org-agenda-todo-custom-ignore-p): New function.
4634 2011-07-28 Matt Lundin <mdl@imapmail.org>
4636 * org-habit.el (org-habit-parse-todo) Don't parse more days than
4639 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4641 * ob.el (org-babel-map-inline-src-blocks): Macro for executing
4642 code in each inline code block.
4643 (org-babel-execute-buffer): Executes inline code blocks as well as
4644 regular code blocks.
4646 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4648 * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
4651 2011-07-28 Benjamin Drieu <bdrieu@april.org> (tiny change)
4653 * org-clock.el (org-clock-before-select-task-hook): New hook.
4654 (org-clock-select-task): Run new hook.
4656 2011-07-28 Julien Danjou <julien@danjou.info>
4658 * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
4659 events with range. This display things like: <2011-01-22 Sat
4660 14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
4661 at 14:00 and ending at 20:00.
4663 2011-07-28 Dan Davison <dandavison7@gmail.com>
4665 * ob.el (org-babel-inline-src-block-regexp): Character preceding
4666 "src_" can now be anything as long as it is neither alphanumeric
4669 2011-07-28 Dan Davison <dandavison7@gmail.com>
4671 * ob.el (org-babel-merge-params): docstring typo.
4673 2011-07-28 Dan Davison <dandavison7@gmail.com>
4675 * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
4678 2011-07-28 Dan Davison <dandavison7@gmail.com>
4680 * ob.el (org-babel-get-src-block-info): Alter order of merge
4683 2011-07-28 Dan Davison <dandavison7@gmail.com>
4685 * ob-python.el: Test whether non-nil buffer is #<killed buffer>
4687 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4689 * ob.el (org-babel-insert-result): Ensure all parts of result
4690 wrappers end in newlines.
4692 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4694 * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
4695 optionally creates parent directories of tangle targets.
4697 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4699 * org-ascii.el (org-ascii-level-start): Catch the case of levels
4700 which do not have an equivalent in the list of underline
4703 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4705 * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
4706 the format string used to escape arguments to shell code blocks.
4708 2011-07-28 Julien Danjou <julien@danjou.info>
4710 * org-agenda.el (org-agenda-reset-view): New function.
4711 (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
4713 2011-07-28 Puneeth Chaganti <punchagan@gmail.com>
4715 * org-exp.el (org-export-handle-include-files): Support :lines
4717 (org-get-file-contents): New argument lines to include specify a range
4718 of lines to include.
4720 2011-07-28 Bastien Guerry <bzg@gnu.org>
4722 * org.el (org-fast-tag-selection): Fix bug when assigning keys
4724 2011-07-28 Lawrence Mitchell <wence@gmx.li>
4726 * org-latex.el (org-export-latex-make-header): Export email in
4727 author line if `org-export-email-info' is non-nil.
4729 2011-07-28 Julien Danjou <julien@danjou.info>
4731 * org-agenda.el (org-agenda-goto-today): Respect current span.
4733 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4735 * org-complete.el (pcomplete/org-mode/link):
4736 (pcomplete/org-mode/todo):
4737 (pcomplete/org-mode/prop): Copy list before uniquifying.
4739 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4741 * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
4742 linking comment type
4743 (org-babel-tangle-comment-links): Returns comment links for the
4744 source code block at point
4746 2011-07-28 Bastien Guerry <bzg@gnu.org>
4748 * org.el (org-refile-check-position): send a more explicit message
4749 on how to clear the cache before refiling again.
4751 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4753 * org-agenda.el (org-agenda-skip-function-global): New option.
4754 (org-agenda-skip-eval): New function.
4755 (org-agenda-skip): Use `org-agenda-skip-eval' and also check for the
4756 global skipping condition.
4758 2011-07-28 David Maus <dmaus@ictsoc.de>
4760 * org-html.el (org-export-as-html): Handle timestamps after
4763 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4765 * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
4766 until either a matching block is found, or the limits of the file
4769 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4771 * ob.el (org-babel-update-block-body): Literal argument to
4772 `replace-match' to allow insertion of text containing '\'.
4774 2011-07-28 Tassilo Horn <tassilo@member.fsf.org>
4776 * org-gnus.el (org-gnus-store-link):
4778 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4780 * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
4783 2011-07-28 David Maus <dmaus@ictsoc.de>
4786 (test-org-table/org-table-convert-refs-to-rc/3)
4787 (test-org-table/org-table-convert-refs-to-rc/2)
4788 (test-org-table/org-table-convert-refs-to-rc/1)
4789 (test-org-table/org-table-convert-refs-to-an/3)
4790 (test-org-table/org-table-convert-refs-to-an/2)
4791 (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
4792 table formular format conversion.
4794 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4796 * org.el (org-sort-entries): Fix sorting with a bold emphasis at
4799 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4801 * ob.el (org-babel-open-src-block-result): Must collect result
4802 *before* jumping to the result buffer.
4804 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4806 * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
4807 used after update to regexp.
4809 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4811 * ob.el (org-babel-temp-file): Ensure that
4812 org-babel-temporary-directory is bound before using.
4813 (org-babel-remove-temporary-directory): Safer error throwing.
4815 2011-07-28 niels giesen <niels.giesen@gmail.com>
4817 * org-docbook.el (org-export-docbook-finalize-table): Do literal
4820 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4822 * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
4823 resolve language names for evaluation.
4825 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4827 * org-capture.el (org-capture-templates): Add %f and %F escapes
4828 (org-capture): Add more information to capture property list
4829 (org-capture-fill-template): Handle %f and %F escapes
4831 2011-07-28 David Maus <dmaus@ictsoc.de>
4833 * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
4836 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4838 * org.el (org-occur-next-match): New function.
4839 (org-mode): Set the variable `next-error-function'.
4840 (org-highlight-new-match): Add an `org-type' property to the overlays.
4842 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4844 * ob-calc.el: No longer require `calc-trail' on XEmacs
4846 2011-07-28 Bastien Guerry <bzg@gnu.org>
4848 * simple.el (mail-user-agent): Default to the
4849 upwardly-UI-compatible and more featureful message-mode.
4851 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4853 * org.el (org-modules): Add `org-eshell'.
4855 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4857 * org-special-blocks.el (htmlp):
4859 (line): Add defvars for dynamically scoped variables.
4861 * org.el (org-modules): Move org-special-blocks into the core
4864 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4866 * org-special-blocks.el: New file.
4868 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4870 * org.el (org-plist-delete): Remove duplicate definition.
4872 2011-07-28 Bernt Hansen <bernt@norang.ca>
4874 * org-agenda.el (org-agenda-goto): Display invisible entry text
4876 * org-agenda.el (org-agenda-switch-to): Display invisible entry
4879 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
4881 * org.el (org-get-category): New optional argument FORCE-REFRESH.
4882 Automatically refresh if the property is not there.
4883 (org-entry-properties): Remove refresh - this is now done in
4886 * org-clock.el (org-clock-insert-selection-line): Let
4887 `org-get-category' do the property refresh.
4889 * org-archive.el (org-archive-subtree): Force a refresh of
4890 category properties.
4892 2011-07-28 Julien Danjou <julien@danjou.info>
4894 * org-icalendar.el (org-print-icalendar-entries): Do not manually
4897 2011-07-28 Dan Davison <dandavison7@gmail.com>
4899 * org.el (org-display-inline-images): Check for clear-image-cache
4902 2011-07-28 Bernt Hansen <bernt@norang.ca>
4904 * org.el: Document missing value for org-link-frame-setup.
4906 2011-07-28 Dan Davison <dandavison7@gmail.com>
4908 * ob-R.el (org-babel-R-write-object-command): Force evaluation of
4909 user code prior to the R exception-handling, so that errors in
4910 user code are unhandled.
4912 2011-07-28 Dan Davison <dandavison7@gmail.com>
4914 * org-src.el (org-src-font-lock-fontify-block): Test, early on,
4915 that a major-mode function corresponding to the language string
4918 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
4920 * org-exp.el (org-export-mark-list-ending): insert additional
4921 newline characters if end-list-marker is at a wrong position.
4923 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4925 * ob.el (org-babel-script-escape): Replace commas with spaces for
4926 better list reading when list items are packed with commas,
4927 e.g. Haskell list output.
4929 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4931 * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
4934 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4936 * ob.el (org-babel-confirm-evaluate): Fix for the case when
4937 org-confirm-babel-evaluate is a function (used to always ask no
4938 matter what the function returns).
4940 2011-07-28 Dan Davison <dandavison7@gmail.com>
4942 * ob-R.el: Delete duplicated function.
4944 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
4946 * ob.el (org-babel-execute-src-block): Removed unused flet
4949 2011-07-28 Dan Davison <dandavison7@gmail.com>
4951 * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
4952 signal that the intended content has been written to file.
4954 * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
4955 the intended content has been written to file.
4957 * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
4958 intended content has been written to file.
4960 * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
4961 that the intended content has been written to file.
4963 * ob-latex.el (org-babel-execute:latex): Return nil to signal that
4964 the intended content has been written to file.
4966 * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
4967 that the intended content has been written to file.
4969 * ob-octave.el (org-babel-execute:octave): Return result; not name
4972 * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
4973 signal that the intended content has been written to file.
4975 * ob-python.el (org-babel-execute:python): Return result; not name
4978 * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
4981 * ob-sass.el (org-babel-execute:sass): Return nil if result has
4982 been written to file
4984 2011-07-28 Dan Davison <dandavison7@gmail.com>
4986 * ob-R.el (org-babel-R-graphical-output-file): New function
4987 returns the name of the output file iff R has been instructed to
4988 send graphical output to file by means of the ":results graphics"
4990 (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
4991 when constructing the R code to evaluate, which may be augmented with
4992 code implementing the writing of graohical output to file.
4993 (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
4994 determine whether R is taking responsibility for writing output to
4995 file; if so, this is signalled to ob.el by returning a nil result.
4997 2011-07-28 Dan Davison <dandavison7@gmail.com>
4999 * ob.el (org-babel-format-result): New function to format results
5000 of src block execution.
5001 (org-babel-execute-src-block): Use `org-babel-format-result' when
5003 (org-babel-open-src-block-result): Use `org-babel-format-result' when
5004 displaying results in a buffer; name results buffer differently.
5006 2011-07-28 Dan Davison <dandavison7@gmail.com>
5008 * ob.el (org-babel-execute-src-block): Avoid calling
5009 `orgtbl-to-generic' on number results.
5011 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5013 * ob.el (org-babel-execute-src-block): Allow specification of
5014 table separator with :sep header argument.
5015 (org-babel-open-src-block-result): Allow specification of table
5016 separator with :sep header argument.
5018 2011-07-28 Dan Davison <dandavison7@gmail.com>
5020 * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
5021 executing buffer (note that this handles execute subtree also).
5023 2011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
5025 * org-inlinetask.el (org-inlinetask-in-task-p): small refactoring,
5026 do not modify match data either.
5027 (org-inlinetask-goto-end): small refactoring, remove case-sensitivity.
5028 (org-inlinetask-goto-beginning): small refactoring, remove case-sensitivity.
5030 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5032 * org-capture.el (org-capture-set-target-location): Use
5035 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5037 * org-capture.el (org-capture-set-target-location): Use
5040 2011-07-28 Bernt Hansen <bernt@norang.ca>
5042 * org.el (org-before-first-heading-p): If point is on an org-mode
5043 heading line then we are not before the first heading.
5045 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5047 * org-timer.el (org-timer-continue-hook): Define the variable
5048 (org-timer-pause-or-continue): Run hook after relative timer is
5051 2011-07-28 Julien Danjou <julien@danjou.info>
5053 * org-agenda.el (org-compile-prefix-format): Allow %() expression.
5055 2011-07-28 Julien Danjou <julien@danjou.info>
5057 * org-capture.el (org-capture-fill-template): Use org-eval.
5059 2011-07-28 Julien Danjou <julien@danjou.info>
5061 * org-agenda.el (org-eval): New function.
5063 2011-07-28 Dan Davison <dandavison7@gmail.com>
5065 * ob.el (org-babel-execute-src-block): With :results file, when
5066 :file is not supplied, interpret result as a file link as long as
5069 2011-07-28 David Maus <dmaus@ictsoc.de>
5071 * org-latex.el (org-export-latex-preprocess): Don't convert link
5072 description parts that look like numeric footnote.
5074 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5076 * org-latex.el (org-export-latex-tables): Allowing specification
5077 of tabular[xy] inner environments through the ATTR_LaTeX line.
5079 2011-07-28 Julien Danjou <julien@danjou.info>
5081 * org-capture.el (org-capture-fill-template): Use
5082 `org-set-property' directly.
5084 2011-07-28 Julien Danjou <julien@danjou.info>
5086 * org-agenda.el (org-agenda-prefix-format): Add missing `search'
5089 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5091 * org-exp.el (org-export-string): Use `format' to construct
5092 function call to allow symbolic or string arguments.
5094 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5096 * org-capture.el (org-capture-place-entry):
5097 (org-capture-insert-template-here): Check tree for validity before
5100 2011-07-28 Julien Danjou <julien@danjou.info>
5102 * org-gnus.el (org-gnus-store-link): Trim date.
5104 2011-07-28 Julien Danjou <julien@danjou.info>
5106 * org.el (org-email-link-description): Allow to retrieve email
5109 2011-07-28 Lawrence Mitchell <wence@gmx.li>
5111 * org.el (org-make-target-link-regexp): regexp-quote target before
5112 replacing whitespace.
5114 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5116 * ob.el (org-babel-expand-noweb-references): Noweb references can
5117 now be resolved from the library of babel.
5119 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5121 * ob.el (org-babel-result-end): No longer leaving trailing new
5122 line after block removal.
5124 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5126 * org-latex.el (org-export-latex-first-lines): Anchor outline
5127 regexp during LaTeX tree export
5129 2011-07-28 Konrad Hinsen <konrad.hinsen@fastmail.net>
5131 * ob-python.el (org-babel-python-initiate-session-by-key): Make
5132 sure that py-which-bufname is initialized, as otherwise it will be
5133 overwritten the first time a Python buffer is created.
5135 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5137 * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
5140 2011-07-28 Eric Schulte <schulte.eric@gmail.com>
5142 * ob-org.el (org-babel-execute:org): Padding code block with an
5143 empty title on LaTeX export.
5145 2011-07-28 Matt Lundin <mdl@imapmail.org>
5147 * org.el (org-entry-properties): Stop scanning for timestamps if a
5148 specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
5149 requested and a match is found. Also, if a specific timestamp
5150 property is requested, do not push non-relevant timestamps onto
5153 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5155 * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
5156 when grid is being made for today.
5158 2011-07-28 Matt Lundin <mdl@imapmail.org>
5160 * org-agenda.el (org-agenda-get-scheduled): Don't call
5161 `org-is-habit-p' until after checking for
5162 `org-agenda-skip-scheduled-if-done'.
5164 2011-07-28 Achim Gratz <Stromeko@nexgo.de>
5166 * org.el: remove spurious linebreak introduced by earlier patch.
5168 * ob.el, ob-ref.el: remove double fix of the same problem.
5170 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5172 * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
5174 2011-07-28 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
5176 * org-html.el (org-export-html-mathjax-template): displaymath
5177 environment and MathJax.
5179 2011-07-28 Carsten Dominik <carsten.dominik@gmail.com>
5181 * org-faces.el (org-agenda-current-time): New face.
5183 * org-agenda.el (org-agenda-show-current-time-in-grid):
5184 (org-agenda-current-time-string): New options.
5185 (org-agenda-add-time-grid-maybe): Add current time to time grid.
5187 2011-05-10 Jim Meyering <meyering@redhat.com>
5189 Fix doubled-word typos.
5190 * org-agenda.el (org-agenda-entry-types): the the -> the
5191 * org-table.el (org-table-get-remote-range): or or -> or
5192 * org-wl.el (org-wl-folder-type): the the -> the
5193 * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
5195 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5197 * org-src.el (org-src-switch-to-buffer):
5198 * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
5199 * org-mouse.el (org-mouse-agenda-type):
5200 * org-freemind.el (org-freemind-node-to-org):
5201 * ob-sql.el (org-babel-execute:sql):
5202 * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
5203 * ob-ref.el (org-babel-ref-resolve): Fix use of case.
5205 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
5207 * Version 23.3 released.
5209 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
5211 * org.el (org-blank-before-new-entry, org-context-in-file-links)
5212 (org-refile-targets, org-log-repeat, org-insert-link)
5213 (org-speed-command-default-hook, org-speed-command-hook)
5214 (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
5215 Fix typos in docstrings.
5216 (org-toggle-pretty-entities): Fix typo in message.
5218 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
5220 * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
5222 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5224 * org-remember.el (org-remember-mode-map):
5225 * org-src.el (org-src-mode-map): Move initialization into declaration.
5227 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5229 * org-remember.el (org-remember-mode):
5230 * org-capture.el (org-capture-mode): Don't run hook redundantly.
5232 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
5234 * org-faces.el (org-link): Inherit from link face.
5235 Suggested by Joakim Verona.
5237 2010-12-11 Tassilo Horn <tassilo@member.fsf.org>
5239 * org-footnote.el (org-footnote-create-definition): Place
5240 Footnotes section before message-signature-separator also in modes
5241 derived from message-mode.
5243 2010-12-11 Julien Danjou <julien@danjou.info>
5245 * org.el (org-make-tags-matcher): Remove useless cat-p value.
5247 2010-12-11 Julien Danjou <julien@danjou.info>
5249 * org.el (org-entry-properties): Enhance docstring.
5251 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5253 * org-list.el (org-list-top-point-with-indent)
5254 (org-list-bottom-point-with-indent): Pay also attention to
5255 'original-indentation property of text, as blocks are put to
5256 column 0 upon exporting.
5258 2010-12-11 Dan Davison <dandavison7@gmail.com>
5260 * ob.el (org-babel-remove-temporary-directory): Handle exception
5261 with message informing of failure to remove directory.
5263 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5265 * ob-clojure.el (org-babel-header-arg-names:clojure): Add
5266 `package' to the list of Clojure header arguments which will be read
5267 from heading properties.
5269 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5271 * org-inlinetask.el (org-inlinetask-export-templates): Add
5272 Sébastien Vauban's suggestion for LaTeX export in docstring. This is
5273 not default as it requires an additional LaTeX package: "todonotes".
5275 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5277 * org-inlinetask.el (org-inlinetask-export-templates): New variable.
5279 * org-inlinetask.el (org-inlinetask-export-handler): Make use of
5280 templates to export inline tasks.
5282 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5284 * org.el (org-current-level): Ignore inline tasks when getting current
5287 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5289 * org.el (org-indent-line-function): Ignore drawers inside inline
5290 tasks if the line to indent isn't inside an inline task itself.
5292 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5294 * org-inlinetask.el (org-inlinetask-get-task-level): New function.
5296 * org-indent.el (org-indent-add-properties): Find true level of
5297 indentation wrt inline tasks.
5299 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5301 * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
5303 * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
5305 * org-inlinetask.el (org-inlinetask-goto-end): New function.
5307 * org.el (org-mark-subtree): New command.
5309 * org.el (org-speed-commands-default, org-mode-map): Make use of
5312 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5314 * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
5315 from @<span class...> so it can be removed during LaTeX export.
5317 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5319 * ob.el (org-babel-insert-result): More informative code block
5320 evaluation messages.
5322 2010-12-11 Matt Lundin <mdl@imapmail.org>
5324 * org.el (org-make-heading-search-string): Optionally limit number
5325 of lines stored in file link search strings.
5326 (org-context-in-file-links): Add option to set to integer specifying
5329 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5331 * org-capture.el (org-capture-finalize): New prefix argument
5333 (org-capture-refile): Improve docstring.
5335 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5337 * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
5340 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5342 * org-agenda.el (org-agenda-list):
5343 (org-agenda-goto-today): Use `org-today'.
5345 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5347 * org-latex.el (org-export-latex-make-header): Swap \begin{document}
5348 and the title/author definitions.
5350 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5352 * org-macs.el: Better backup definition for
5353 `with-silent-modifications'.
5355 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5357 * ob-python.el (org-babel-execute:python): Rename "prefix" to
5359 (org-babel-python-evaluate): Rename "prefix" to "preamble".
5360 (org-babel-python-evaluate-external-process): Rename "prefix" to
5363 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5365 * ob.el (org-babel-examplize-region): Check if `end' is a marker
5366 or a point and handle appropriately.
5368 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5370 * ob-sql.el (org-babel-execute:sql): Explicitly set field
5371 separator to \t when importing tabular data.
5373 2010-12-11 Julien Danjou <julien@danjou.info>
5375 * org-agenda.el (org-agenda-custom-commands-local-options):
5376 Allow org-agenda-span to be a symbol.
5377 (org-agenda-ndays): Make obsolete.
5378 (org-agenda-span): New variable superseding org-agenda-ndays.
5379 (org-agenda-menu): Use org-agenda-current-span.
5380 (org-agenda-current-span): New local variable storing current
5382 (org-agenda-list): Take a span instead of ndays as argument.
5383 This function is now responsible for computing the ndays based
5385 (org-agenda-ndays-to-span): Return span only if number of days
5387 (org-agenda-span-to-ndays): New function.
5388 (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
5389 (org-agenda-goto-today): Use org-agenda-compute-starting-span.
5390 (org-agenda-later): Do not give compute a new span, use the
5392 (org-agenda-day-view, org-agenda-week-view)
5393 (org-agenda-month-view, org-agenda-year-view): Stop touching
5395 (org-agenda-change-time-span): Only compute starting-span.
5396 (org-agenda-compute-starting-span): New function derived from
5397 the old org-agenda-compute-time-span.
5398 (org-agenda-set-mode-name): Compute mode based on
5399 org-agenda-current-span.
5400 (org-agenda-span-name): New function.
5402 2010-12-11 Robert Pluim <rpluim@gmail.com> (tiny change)
5404 * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
5406 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5408 * org-clock.el (org-quarter-to-date): Define variables.
5409 (org-clock-special-range): Defin variables. Use org-floor*.
5410 (org-clocktable-write-default): Define tcol.
5412 * org-compat.el (org-floor*): New function.
5414 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5415 John Wiegley <jwiegley@gmail.com>
5417 * org-complete.el: New file.
5419 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5421 * org-clock.el (org-clocktable-write-default): Fix the % formula.
5423 2010-12-11 Matt Lundin <mdl@imapmail.org>
5425 * org-agenda.el (org-format-agenda-item): The value of
5426 org-category is not converted to a string unless it is defined.
5428 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5430 * ob-python.el (org-babel-execute:python): Pass the new "prefix"
5431 header argument through to external evaluation.
5432 (org-babel-python-evaluate): Pass the new "prefix" header argument
5433 through to external evaluation.
5434 (org-babel-python-evaluate-external-process): When specified prepend
5435 "prefix" to the file used in external evaluation.
5437 2010-12-11 Dan Davison <dandavison7@gmail.com>
5439 * ob-python.el (org-babel-python-evaluate-session): Change python
5440 module name from 'pp' to 'pprint'.
5442 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5444 * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
5445 from R session output, these are often the result of variable
5448 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5450 * ob-sql.el (orgtbl-to-csv): Declaring an external function to
5451 fix a compiler warning.
5453 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5455 * ob-eval.el (require): No longer require ob.el to allow
5458 * ob.el (ob-eval): Require ob-eval.
5460 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5462 * ob.el (org-babel-confirm-evaluate): Show code block's name when
5463 it is available during evaluation query.
5465 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5467 * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
5469 (org-babel-execute:sql): Use sql specific body expansion function.
5470 (org-babel-sql-expand-vars): Insert variables into a sql code block.
5472 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5474 * ob.el (org-babel-insert-result): Using markers instead of
5475 points for more robust buffer anchors.
5477 2010-12-11 Julien Danjou <julien@danjou.info>
5479 * org-capture.el: Use org-today.
5481 2010-12-11 Julien Danjou <julien@danjou.info>
5483 * org-habit.el: Use org-today.
5485 2010-12-11 Julien Danjou <julien@danjou.info>
5487 * org.el (org-auto-repeat-maybe): Use org-today.
5489 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5491 * org-clock.el (org-day-of-week): New function.
5492 (org-quarter-to-date): New function.
5493 (org-clock-special-range): Implement quarters.
5495 2010-12-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
5497 * org.el (org-complete-tags-always-offer-all-agenda-tags):
5500 2010-12-11 Julien Danjou <julien@danjou.info>
5502 * org-agenda.el (org-format-agenda-item): Convert category to a string
5503 if it is a symbol. This fixes the following call to
5504 org-agenda-get-category-icon which fails if category is not a string.
5506 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5508 * ob-clojure.el: Updated requirements documentation to mention
5509 the minimum version of Clojure.
5510 (org-babel-expand-body:clojure): Fully qualified function name.
5512 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5514 * org-latex.el (org-export-latex-lists): Do not add an
5515 unnecessary newline character after a list.
5517 * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
5518 point is just after a non blank line.
5520 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5522 * ob.el (org-babel-examplize-region): Remove old assertion which
5523 no longer applies to the result insertion code.
5525 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5527 * ob-python.el (org-babel-execute:python): Use a :return header
5528 argument for external evaluation in which the code block body need
5529 to be wrapped in a function.
5531 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5533 * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
5536 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5538 * org.el (org-edit-special): Edit formulas when in TBLMF line.
5540 2010-12-11 Allen S. Rout <asr@ufl.edu> (tiny change)
5542 * org-capture.el (org-capture-after-finalize-hook): New hook.
5543 (org-capture-finalize): Run the new hook.
5545 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5547 * ob-clojure.el (org-babel-expand-body:clojure): Support for
5548 pretty printing of Clojure code and data.
5550 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5552 * ob.el (org-babel-insert-result): No longer escape results which
5553 will be wrapped in a block.
5555 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5557 * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
5558 warning and added documentation string.
5560 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5562 * ob-clojure.el (org-babel-execute:clojure): Remade using slime
5563 for all code evaluation.
5565 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5567 * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
5570 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5572 * ob.el (org-babel-confirm-evaluate): More descriptive message
5573 when evaluation is aborted or disabled.
5575 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5577 * ob.el (org-babel-insert-result): Responds to new "wrap" header
5579 (org-babel-merge-params): Includes new "wrap" header argument in
5580 one of the results header argument exclusive groups.
5582 2010-12-11 David Maus <dmaus@ictsoc.de>
5584 * org-macs.el (with-silent-modifications): Fix condition for
5585 with-silent-modification.
5587 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5589 * ob.el (org-babel-parse-header-arguments): Stripping trailing
5590 spaces off of header arguments (even the first one).
5592 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5594 * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
5595 single quotes which is the best practice.
5596 (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
5597 more robust parsing of shell output.
5599 2010-12-11 Dan Davison <dandavison7@gmail.com>
5601 * org.el (org-additional-option-like-keywords): Add more keywords,
5602 and colons to some old ones.
5604 2010-12-11 Dan Davison <dandavison7@gmail.com>
5606 * ob-eval.el (org-babel-error-buffer-name): Define new variable.
5608 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5610 * ob-python.el (org-babel-python-table-or-string):
5611 Using `org-babel-script-escape' for reading string input from scripting
5614 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5616 * org-macs.el (org-called-interactively-p): Wrap function call in
5618 (with-silent-modifications): Declare macro for Emacs < 23.2.
5620 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5622 * ob.el (org-babel-parse-header-arguments): Remove addition of
5623 ":" to singleton first header arguments as it was leading to errors.
5625 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5627 * org-latex.el (org-export-latex-make-header): Run the title through
5628 `org-export-latex-fontify-headline'.
5629 (org-export-latex-fontify-headline): Do the protection of math
5632 2010-12-11 Richard Lawrence <richard.lawrence@berkeley.edu>
5634 * org-latex.el (org-export-as-latex): Sent the section title
5635 through the preprocessor.
5637 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5639 * org-html.el (org-html-level-start): Mark listified headings
5642 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5644 * org.el (org-open-at-point): Don't do footnote action if cursor is
5647 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5649 * org.el (org-edit-special): Check also for TBLFM line.
5651 2010-12-11 Achim Gratz <Stromeko@Stromeko.DE> (tiny change)
5653 * org-clock.el (org-get-clocktable): Previous patch incorrectly
5654 required whitespace in front of #+BEGIN: and #+END:.
5656 2010-12-11 Dan Davison <dandavison7@gmail.com>
5658 * org-src.el (org-edit-src-code): Allow region to be inherited by
5659 edit buffer when mark is one character beyond end of src block.
5661 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5663 * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
5664 checking item indentation.
5666 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5668 * ob.el (org-babel-map-src-blocks): Move to earlier in the file
5669 and now autoloading.
5671 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5673 * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
5674 for testing list membership.
5676 * ob.el (org-babel-read-result): Use higher level function for
5677 testing list membership.
5678 (org-babel-result-end): Use higher level function for testing list
5681 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5683 * ob-sqlite.el (ob-eval): Require ob-eval for external command
5685 (org-babel-execute:sqlite): No longer uses the init option for
5686 passing commands to sqlite.
5688 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5690 * org.el (org-indent-line-function): Drawers and blocks have no
5691 influence on indentation of text below. Also fix indentation
5692 problem with a block at column 0 and add a special case for
5695 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5697 * ob.el (org-babel-map-src-blocks): Ensure that the file argument
5698 is only evaluated once.
5700 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5702 * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
5704 (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
5706 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5708 * ob-tangle.el (org-babel-load-file): Can be called interactively.
5710 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
5712 * org-table.el (orgtbl-after-send-table-hook): New hook.
5713 (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
5715 (orgtbl-send-table): Return the number of sent tables, or nil if no
5716 sending has happened.
5718 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5720 * org.el (org-get-priority-function): New option.
5721 (org-get-priority): Call `org-get-priority-function' if that
5724 2010-12-11 Dan Davison <dandavison7@gmail.com>
5726 * ob-table.el (org-babel-table-truncate-at-newline): Only add
5727 "..." if there is something after the newline.
5729 2010-12-11 Achim Gratz <Stromeko@nexgo.de> (tiny change)
5731 * org-clock.el (org-get-clocktable):
5732 (org-in-clocktable-p):
5733 (org-clocktable-shift):
5734 (org-clocktable-steps): Fix regexp to allow for indented clock tables.
5736 2010-12-11 Puneeth Chaganti <punchagan@gmail.com>
5738 * org-exp.el (org-export-handle-include-files): Support :minlevel
5740 (org-get-file-contents): New argument minlevel to demote included
5743 2010-12-11 Noorul Islam <noorul@noorul.com>
5745 * org-latex.el (org-export-latex-hyperref-format): New option.
5746 (org-export-latex-href-format): Rename the existing variable
5747 `org-export-latex-hyperref-format' as `org-export-latex-href-format'
5748 (org-export-latex-links): Use `org-export-latex-hyperref-format' and
5749 `org-export-latex-href-format'.
5751 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5753 * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
5754 buffer exists before it is used.
5756 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5758 * org-exp.el (org-export-preprocess-string): delaying code block
5759 processing a bit to allow correct list parsing in the export string.
5761 2010-12-11 Christopher Allan Webber <cwebber@dustycloud.org>
5763 * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
5764 (org-agenda-time-of-day-to-ampm): New function.
5765 (org-agenda-time-of-day-to-ampm-maybe): New function.
5766 (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
5768 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5770 * org-faces.el (org-cycle-level-faces): New option.
5772 * org.el (org-get-level-face): Honor org-cycle-level-faces.
5774 2010-12-11 Julien Danjou <julien@danjou.info>
5776 * org-agenda.el (org-agenda-today): New function.
5777 (org-agenda-get-day-face): New function.
5778 (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
5779 (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
5780 (org-todo-list): Use org-agenda-today.
5781 (org-get-all-dates): Use org-agenda-today.
5782 (org-agenda-day-face-function): New variable.
5783 (org-agenda-get-day-face): Use org-agenda-day-face-function.
5785 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5787 * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
5790 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5792 * org-html.el (org-export-as-html): Do not treat partially
5793 protected lines as if they were fully protected.
5795 2010-12-11 Dan Davison <dandavison7@gmail.com>
5797 * org-exp.el (org-export-format-source-code-or-example):
5798 Remove hard-wired configuration of minted export
5799 (org-export-latex-minted-with-line-numbers): Remove variable.
5801 2010-12-11 Bastien Guerry <bzg@altern.org>
5803 * org-clock.el (org-dblock-write:clocktable): Fix double
5804 reference to `link' in let construct.
5805 (org-clock-clocktable-formatter): Fix typo in docstring.
5806 (org-clocktable-write-default): Fix typo in docstring.
5808 2010-12-11 David Maus <dmaus@ictsoc.de>
5810 * org-protocol.el (org-protocol-unhex-string): Normalize percent
5811 escape sequence to upper case letters.
5813 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5815 * ob-lob.el (org-babel-lob-get-info): including pass-through
5816 header arguments in results variable header argument string.
5818 2010-12-11 David Maus <dmaus@ictsoc.de>
5820 * org-exp.el (org-export-visible): Limit search for in-buffer options
5821 beginning of first headline.
5823 2010-12-11 David Maus <dmaus@ictsoc.de>
5825 * org.el (org-open-at-point): Remove stale link handler for news:
5828 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5830 * org-clock.el (org-clocktable-write-default): Better handling of
5833 2010-12-11 Julien Danjou <julien@danjou.info>
5835 * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
5837 2010-12-11 Nicolas Goaziou <n.goaziou@gmail.com>
5839 * org.el (org-indent-line-function): simplify code and remove bug that
5840 would insert a tab at the beginning of the line when trying to
5843 2010-12-11 Julien Danjou <julien@danjou.info>
5845 * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
5847 2010-12-11 Julien Danjou <julien@danjou.info>
5849 * org-agenda.el (org-agenda-prefix-format): Insert place holder
5851 (org-agenda-category-icon-alist): New option.
5852 (org-agenda-get-category-icon): New function.
5853 (org-format-agenda-item): Support for icons.
5854 (org-compile-prefix-format): Support for icons.
5856 2010-12-11 Julien Danjou <julien@danjou.info>
5858 * org-compat.el: Create defalias for `string-match-p' and
5861 2010-12-11 Eric Schulte <schulte.eric@gmail.com>
5863 * ob-calc.el (org-babel-execute:calc): support for variables --
5864 converts :var variables in calc variables.
5866 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5868 * org.el (org-sparse-tree): Mention [r] in dispatch menu.
5870 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5872 * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
5874 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5876 * org-id.el (org-id-store-link): Test for org-mode before checking
5879 2010-12-11 Carsten Dominik <carsten.dominik@gmail.com>
5881 * org.el (org-shorten-string): New function.
5883 * org-exp.el (org-export-convert-protected-spaces): New function.
5884 (org-export-preprocess-string):
5885 Call `org-export-convert-protected-spaces' to handle new hard spaces.
5887 2010-12-11 David Maus <dmaus@ictsoc.de>
5889 * org.el (org-narrow-to-subtree): Check for heading that ends at end
5892 2010-11-12 Carsten Dominik <carsten.dominik@gmail.com>
5894 * org-capture.el (org-capture-templates): Remove autoload from
5897 * ob-lisp.el (slime): Don't expect slime to be present.
5899 2010-11-11 Dan Davison <dandavison7@gmail.com>
5901 * ob.el: `copy-sequence' suffices to copy alist; no need for
5904 2010-11-11 Dan Davison <dandavison7@gmail.com>
5906 * ob.el (org-babel-execute-src-block): If ":results file" is in
5907 effect, then ensure that the value of :file is returned as the
5908 result; don't rely on language files for this.
5910 2010-11-11 Dan Davison <dandavison7@gmail.com>
5912 * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
5913 structure by side-effects of `sort'.
5915 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
5917 * org-list.el (org-list-bottom-point-with-indent): Do not check
5918 indentation of a non-empty blank line.
5920 * org-list.el (org-sort-list): Sort a list with point anywhere
5923 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5925 * ob-calc.el (org-babel-execute:calc): Safer evaluation and
5926 hopefully better error messages.
5928 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5930 * org.el (org-babel-load-languages): Adding calc.
5932 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
5934 * ob.el (org-babel-initiate-session): Don't resolve variable
5935 references unless prefix arg is supplied.
5937 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5939 * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
5940 refers to the correct stack.
5942 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5944 * ob-calc.el: Adding the beginnings of support for calc code
5947 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5949 * ob-tangle.el (org-babel-update-block-body): Declaring function
5950 for updating code block bodies.
5951 (org-babel-spec-to-string):
5952 (org-babel-detangle): Detangle all tangled and commented code
5953 blocks in the current file back to org.
5954 (org-babel-tangle-jump-to-org): Jump from a tangled and commented
5955 file back to the originating org-mode code block ob-tangle:
5956 detangle changes in code files back to the original org files.
5958 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5960 * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
5961 (org-babel-tangle-comment-format-end): Fix typo.
5963 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
5965 * org-exp.el (org-export-format-source-code-or-example):
5966 Use minted for latex source code export if `org-export-latex-listings'
5967 has the value 'minted.
5969 * org-latex.el (org-export-latex-listings): Document special value
5972 * org-latex.el (org-export-latex-minted): Delete variable.
5974 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
5976 * ob.el (org-babel-get-src-block-info): Retrieve contents of
5977 parentheses, excluding parentheses themselves.
5979 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5981 * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
5982 Fix bug in gnuplot data file assignment using user variables.
5984 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
5986 * ob-latex.el (org-babel-execute:latex): Adding new :headers
5987 header argument for latex code blocks.
5989 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
5991 * org-capture.el (org-capture-templates): New capture property
5992 `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
5994 (org-capture-target-buffer): Remember if we have to make the
5997 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
5999 * org-clock.el (org-dblock-write:clocktable): Fix bug when
6000 computing clock tables.
6002 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6004 * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
6005 to caller even if no table is generated.
6007 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6009 * org-agenda.el (org-agenda-get-sexps): Handle lists as return
6010 values from diary entries.
6012 * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
6015 * org.el (org-diary-sexp-entry): Handle lists as return values
6018 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6020 * org-capture.el (org-capture-empty-lines-before):
6021 (org-capture-empty-lines-after): Make sure the n=0 does not insert
6024 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6026 * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
6027 message when clojure binary is not found.
6029 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6031 * org-html.el (org-format-table-html): New argument DOCBOOK.
6032 (org-format-org-table-html): New argument DOCBOOK. When set, use
6033 align instead of class to align table fields.
6035 * org-docbook.el (org-export-as-docbook): Specify the docbook
6036 argument for the table converter.
6038 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6040 * org-macs.el (org-called-interactively-p): New macro.
6042 * org-freemind.el: No longer require 'rx.
6043 (org-freemind): New customization group, use it for all the
6045 (org-export-as-freemind): Add docstring.
6046 (org-freemind-show): Improve filen naming.
6047 (org-freemind-convert-links-helper): New function.
6048 (org-freemind-bol-helper-base-indent): New variable.
6049 (org-freemind-bol-helper): New function.
6050 (org-freemind-node-css-style): New option.
6051 (org-freemind-node-pattern): New variable.
6052 (org-freemind-from-org-mode): Better docstring.
6054 2010-11-11 David Maus <dmaus@ictsoc.de>
6056 * ob-haskell.el (org-babel-variable-assignments:haskell):
6057 Don't pass more than two arguments to mapc.
6059 2010-11-11 David Maus <dmaus@ictsoc.de>
6061 * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
6063 2010-11-11 David Maus <dmaus@ictsoc.de>
6065 * org-footnote.el (message-signature-separator): Defvar to silence
6068 2010-11-11 David Maus <dmaus@ictsoc.de>
6070 * org-exp.el (org-export-string): Fix reference to wrong symbol.
6072 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
6074 * org.el (org-link-search): Return 'dedicated on successful match
6075 when org-link-search-must-match-exact-headline is set to t.
6077 2010-11-11 Daniel Clemente <n142857@gmail.com>
6079 * org-html.el (org-html-make-link): Append fragment to file: links
6082 2010-11-11 Tassilo Horn <tassilo@member.fsf.org>
6084 * org-footnote.el (org-footnote-create-definition)
6085 (org-footnote-goto-local-insertion-point): Add footnotes before
6086 signature when in message-mode.
6088 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6090 * org.el (org-display-inline-images): Improve regexp.
6092 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6094 * org.el (org-cycle): Make sure resetting to startup visibility
6095 works after another cycle command.
6097 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6099 * org-exp.el (org-export-string): New function org-export-string
6100 can be used to convert a string of test in org-mode markup to a
6103 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6105 * org.el (org-display-inline-images): Allow non-ASCII characters
6106 in image file names. Save match data.
6108 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6110 * org.el (org-auto-repeat-maybe): Fix shifting multiple time
6113 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6115 * org-exp.el (org-store-forced-table-alignment):
6116 (org-export-remove-special-table-lines): Allow the "c" cookie for
6119 * org-html.el (org-export-table-header-tags):
6120 (org-export-table-data-tags): Add another %s format for the
6122 (org-export-html-table-align-individual-fields): New option.
6123 (org-format-org-table-html): Implement field-by-field alignment
6124 and support centering.
6125 (org-format-table-table-html): Make sure the new table tag formats
6126 don't break this function.
6128 * org-table.el (org-table-cookie-line-p):
6129 (org-table-align): Allow for the <c> cookie.
6131 * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
6133 2010-11-11 David Maus <dmaus@ictsoc.de>
6135 * org-exp.el (org-export-normalize-links): Skip normalization of
6136 plain links that are part of another link.
6138 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6140 * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
6142 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6144 * org-indent.el (org-indent-add-properties):
6145 Use `with-silent-modificatons'.
6146 (org-indent-remove-properties): Use `with-silent-modificatons'.
6148 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6150 * org-table.el (org-table-cookie-line-p): Fix indentation.
6152 * org-exp.el (org-store-forced-table-alignment): New function.
6153 (org-export-preprocess-string):
6154 Call `org-store-forced-table-alignment'.
6156 * org-html.el (org-format-org-table-html): Use stored alignment
6159 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6161 * ob.el (org-babel-execute-src-block): Respects prefix argument
6162 (which forces re-calculation).
6164 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6166 * ob.el (org-babel-execute-src-block): Remove needless param
6167 sorting from ob-execute-src-block, the params are sorted already
6170 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6172 * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
6173 header argument level.
6175 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6177 * ob.el (org-babel-sha1-hash): Consider words in different order
6180 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6182 * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
6184 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6186 * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
6187 structure of an Org-mode table (list of lists).
6189 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6191 * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
6192 (reference to unassigned variable `src-lang' and avoid calling
6193 org-babel-get-src-block-info twice.
6195 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6197 * ob.el (org-babel-demarcate-block): Updated to reflect the new
6200 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6202 * org-src.el (org-edit-src-code): Supply non-nil argument to
6203 `org-babel-get-src-block-info' to avoid resolving variable
6206 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6208 * ob.el (org-babel-map-src-blocks): Fix minor bug in and
6209 improved efficiency of org-babel-map-src-blocks.
6211 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6213 * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
6214 checks that a code block will actually be tangled before
6215 collecting it's full information (a process which could involve
6216 the execution of other code blocks).
6218 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6220 * ob.el (org-babel-demarcate-block): Use light version of
6221 `org-babel-get-src-block-info'.
6223 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6225 * ob.el (org-babel-sha1-hash): Now handles more complex types in
6228 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6230 * ob.el (org-babel-execute-src-block): Generally using the new
6231 more informative params
6232 (org-babel-process-params): Don't forget the :var portion of
6233 variable assignments.
6235 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6237 * ob-table.el (sbe): Simplified to reflect to var resolution.
6239 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6241 * ob-ref.el (org-babel-ref-resolve): Bringing the referent
6242 arguments back to their params before evaluation.
6244 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6246 * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
6249 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6251 * ob-table.el (sbe): Use `org-babel-process-params params' instead
6252 of `org-babel-expand-variables'.
6254 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6256 * ob-C.el (org-babel-C-execute): Remove call to
6257 org-babel-process-params which should no longer be called from
6258 within a language file.
6260 * ob-R.el (org-babel-execute:R): Remove call to
6261 org-babel-process-params which should no longer be called from
6262 within a language file
6263 (org-babel-R-variable-assignments): Remove call to
6264 org-babel-process-params which should no longer be called from
6265 within a language file.
6267 * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
6268 org-babel-process-params which should no longer be called from
6269 within a language file.
6271 * ob-clojure.el (org-babel-execute:clojure): Remove call to
6272 org-babel-process-params which should no longer be called from
6273 within a language file.
6275 * ob-dot.el (org-babel-execute:dot): Remove call to
6276 org-babel-process-params which should no longer be called from
6277 within a language file.
6279 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
6280 call to org-babel-process-params which should no longer be called
6281 from within a language file
6282 (org-babel-execute:emacs-lisp): Remove call to
6283 org-babel-process-params which should no longer be called from
6284 within a language file.
6286 * ob-haskell.el (org-babel-execute:haskell): Remove call to
6287 org-babel-process-params which should no longer be called from
6288 within a language file.
6290 * ob-js.el (org-babel-execute:js): Remove call to
6291 org-babel-process-params which should no longer be called from
6292 within a language file.
6294 * ob-lisp.el (org-babel-execute:lisp): Remove call to
6295 org-babel-process-params which should no longer be called from
6296 within a language file.
6298 * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
6299 org-babel-process-params which should no longer be called from
6300 within a language file.
6302 * ob-octave.el (org-babel-execute:octave): Remove call to
6303 org-babel-process-params which should no longer be called from
6304 within a language file.
6306 * ob-perl.el (org-babel-execute:perl): Remove call to
6307 org-babel-process-params which should no longer be called from
6308 within a language file.
6310 * ob-python.el (org-babel-execute:python): Remove call to
6311 org-babel-process-params which should no longer be called from
6312 within a language file.
6314 * ob-ruby.el (org-babel-execute:ruby): Remove call to
6315 org-babel-process-params which should no longer be called from
6316 within a language file.
6318 * ob-scheme.el (org-babel-execute:scheme): Remove call to
6319 org-babel-process-params which should no longer be called from
6320 within a language file.
6322 * ob-screen.el (org-babel-execute:screen): Remove call to
6323 org-babel-process-params which should no longer be called from
6324 within a language file
6325 (org-babel-prep-session:screen): Remove call to
6326 org-babel-process-params which should no longer be called from
6327 within a language file.
6329 * ob-sh.el (org-babel-execute:sh): Remove call to
6330 org-babel-process-params which should no longer be called from
6331 within a language file.
6333 * ob-sql.el (org-babel-execute:sql): Remove call to
6334 org-babel-process-params which should no longer be called from
6335 within a language file.
6337 * ob-haskell.el (org-babel-execute:haskell): Remove reference to
6340 * ob-clojure.el (org-babel-execute:clojure): Remove reference to
6343 * ob-R.el (org-babel-execute:R): Remove reference to processed
6346 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6348 * ob-sql.el (org-babel-execute:sql): Use generic expansion
6350 (org-babel-expand-body:sql): Delete function.
6352 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6354 * ob-sh.el (org-babel-execute:sh): Use generic expansion function
6355 (org-babel-expand-body:sh): Delete function
6356 (org-babel-prep-session:sh): Change name of called function
6357 (org-babel-variable-assignments:sh): Change function name.
6359 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6361 * ob-screen.el (org-babel-execute:screen): Use generic expansion
6363 (org-babel-expand-body:screen): Delete function
6364 (org-babel-prep-session:screen): Remove references to processed
6367 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6369 * ob-sass.el (org-babel-execute:sass): Use generic expansion
6371 (org-babel-expand-body:sass): Delete function.
6373 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6375 * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
6377 (org-babel-prep-session:ruby): Use new variable assignment
6379 (org-babel-variable-assignments:ruby): New function
6380 (org-babel-expand-body:ruby): Delete function.
6382 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6384 * ob-python.el (org-babel-execute:python): Use generic expansion
6386 (org-babel-prep-session:python): Change name of called function
6387 (org-babel-variable-assignments:python): Change function name
6388 (org-babel-expand-body:python): Delete function.
6390 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6392 * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
6393 (automatically handled by generic version).
6395 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6397 * ob-perl.el (org-babel-execute:perl): Use generic expansion
6399 (org-babel-expand-body:perl): Delete function
6400 (org-babel-variable-assignments:perl): New function.
6402 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6404 * ob-org.el (org-babel-expand-body:org): Delete function
6405 (automatically handled by generic version).
6407 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6409 * ob-octave.el (org-babel-execute:octave): Use generic expansion
6411 (org-babel-variable-assignments:octave): Change name of function
6412 (org-babel-variable-assignments:matlab): New defalias
6413 (org-babel-prep-session:octave): Change name of function
6414 (org-babel-expand-body:matlab): Delete function
6415 (org-babel-expand-body:octave): Delete function.
6417 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6419 * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
6421 (org-babel-variable-assignments:ocaml): New function
6422 (org-babel-expand-body:ocaml): Delete function.
6424 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6426 * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
6427 (automatically handled by generic version).
6429 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6431 * ob-js.el (org-babel-execute:js): Use new variable assignment
6433 (org-babel-expand-body:js): Delete function
6434 (org-babel-prep-session:js): Use new variable assignment function
6435 (org-babel-variable-assignments:js): New function.
6437 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6439 * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
6441 (org-babel-expand-body:haskell): Delete function
6442 (org-babel-prep-session:haskell): Use variable assignment function
6443 (org-babel-variable-assignments:haskell): New function.
6445 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6447 * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
6449 (org-babel-prep-session:gnuplot): Use variable assignment function
6450 (org-babel-variable-assignments:gnuplot): New function.
6452 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6454 * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
6455 (automatically handled by generic version).
6457 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6459 * ob-css.el (org-babel-expand-body:css): Delete function
6460 (automatically handled by generic version).
6462 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6464 * ob-asymptote.el (org-babel-execute:asymptote): Use generic
6466 (org-babel-expand-body:asymptote): Delete function
6467 (org-babel-variable-assignments:asymptote): New function.
6469 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6471 * ob-R.el (org-babel-expand-body:R): Use new function
6472 `org-babel-variable-assignments:R'; don't trim body.
6473 (org-babel-execute:R): Respond to changes in
6474 `org-babel-expand-body:R'
6475 (org-babel-prep-session:R): Called function is now named
6476 `org-babel-variable-assignments:R'
6477 (org-babel-variable-assignments:R): Receives processed-params as
6478 new optional argument.
6480 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6482 * ob-C.el (org-babel-C-expand): Don't trim body.
6484 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6486 * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
6487 obtaining variable references.
6489 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6491 * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
6492 assignment lines to generic expansion command.
6494 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6496 * ob.el (org-babel-expand-src-block): Supply variable assignment
6497 lines to generic expansion function
6498 (org-babel-expand-body:generic): Prepend body with optional
6499 variable assignment lines.
6501 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6503 * ob-exp.el (org-babel-exp-results): Replaced old function call.
6505 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6507 * ob-lob.el (org-babel-lob-execute): Now expanding variable
6508 references before execution.
6510 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6512 * ob.el (org-babel-execute-src-block): Only sort parameters if
6513 it's required for caching.
6515 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6517 * ob-table.el (sbe): Reworking for better indentation and to
6518 integrate the new variable resolution.
6520 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6522 * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
6523 variables when resolving references.
6525 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6527 * ob.el (org-babel-merge-params): Fix order or precedence for
6530 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6532 * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
6533 * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
6534 (org-babel-R-variable-assignments):
6535 * ob-asymptote.el (org-babel-expand-body:asymptote)
6536 (org-babel-execute:asymptote):
6537 * ob-clojure.el (org-babel-expand-body:clojure)
6538 (org-babel-execute:clojure):
6539 * ob-css.el (org-babel-expand-body:css):
6540 * ob-ditaa.el (org-babel-expand-body:ditaa):
6541 * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
6542 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
6543 (org-babel-execute:emacs-lisp):
6544 * ob-gnuplot.el (org-babel-expand-body:gnuplot)
6545 * ob-haskell.el (org-babel-expand-body:haskell)
6546 (org-babel-execute:haskell, org-babel-load-session:haskell)
6547 (org-babel-prep-session:haskell):
6548 * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
6549 * ob-latex.el (org-babel-expand-body:latex):
6550 * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
6551 * ob-mscgen.el (org-babel-expand-body:mscgen):
6552 * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
6553 * ob-octave.el (org-babel-expand-body:matlab)
6554 (org-babel-expand-body:octave, org-babel-execute:octave)
6555 (org-babel-octave-variable-assignments):
6556 * ob-org.el (org-babel-expand-body:org):
6557 * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
6558 * ob-plantuml.el (org-babel-expand-body:plantuml):
6559 * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
6560 (org-babel-python-variable-assignments):
6561 * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
6562 * ob-sass.el (org-babel-expand-body:sass):
6563 * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
6564 * ob-screen.el (org-babel-expand-body:screen):
6565 * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
6566 (org-babel-sh-variable-assignments):
6567 * ob-sql.el (org-babel-expand-body:sql):
6568 * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
6569 * ob.el (org-babel-expand-body:generic):
6570 Remove obsoleted optional third argument.
6572 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6574 * ob-clojure.el (org-babel-prep-session:clojure): Purging all
6575 calls to removed org-babel-ref-variables.
6577 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6579 * ob-lob.el (org-babel-lob-ingest): Now returns the count of
6580 ingested code blocks.
6582 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6584 * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
6585 information from within the original export file.
6587 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6589 * ob.el (org-babel-get-src-block-info): Small but crucial fix)
6590 (this should return nil if not match found.
6592 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6594 * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
6595 Whitespace (org-babel-execute:emacs-lisp): Whitespace.
6597 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6599 * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
6602 * ob-python.el (org-babel-python-variable-assignments):
6603 Provide missing docstring.
6605 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6607 * ob-octave.el (org-babel-expand-body:octave): Refactor: break
6608 variable assignment part out into a separate function
6609 (org-babel-octave-variable-assignments): New function constructing
6610 list of variable assignment statements
6611 (org-babel-prep-session:octave): Use new function
6612 `org-babel-octave-variable-assignments' instead of previous
6613 (incorrect) variable assignment code.
6615 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6617 * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
6618 assignment part out into a separate function
6619 (org-babel-sh-variable-assignments): New function constructing
6620 list of variable assignment statements
6621 (org-babel-prep-session:sh): Use new function
6622 `org-babel-sh-variable-assignments' instead of previous
6623 (incorrect) variable assignment code.
6625 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6627 * ob-python.el (org-babel-expand-body:python): Refactor: break
6628 variable assignment part out into a separate function
6629 (org-babel-python-variable-assignments): New function constructing
6630 list of variable assignment statements
6631 (org-babel-prep-session:python): Use new function
6632 `org-babel-python-variable-assignments' instead of previous
6633 (incorrect) variable assignment code.
6635 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6637 * ob-R.el (org-babel-expand-body:R): Refactor: break variable
6638 assignment part out into a separate function
6639 (org-babel-R-variable-assignments): New function constructing list
6640 of variable assignment statements
6641 (org-babel-prep-session:R): Use new function
6642 `org-babel-R-variable-assignments' instead of previous
6643 (incorrect) variable assignment code.
6645 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6647 * ob.el (org-babel-initiate-session): Better variable names.
6649 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6651 * ob.el (org-number-sequence):
6652 Declared * ob-R.el (org-number-sequence): Declared.
6654 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6656 * ob.el (org-babel-map-src-blocks): Store correct value of
6659 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6661 * ob.el (org-babel-mark-block): New function to mark the body of a
6662 src block in the style of `mark-defun'.
6664 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6666 * org-compat.el (org-number-sequence): New function.
6668 * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
6670 * ob.el (org-babel-where-is-src-block-result):
6671 Use `org-number-sequence'.
6672 (org-babel-current-buffer-properties): Fix variable definition.
6674 * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
6676 * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
6677 version of `shell-command'.
6679 * org-latex.el (org-export-as-pdf): Use the 2-argument version of
6682 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6684 * org-list.el (org-list-search-unenclosed-generic): Replace call
6687 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6689 * org.el (org-agenda-jump-prefer-future): New option.
6691 * org-agenda.el (org-agenda-goto-date):
6692 Use `org-agenda-jump-prefer-future'.
6694 2010-11-11 Noorul Islam <noorul@noorul.com>
6696 * org-latex.el (org-export-latex-links): Replaced hard coded
6697 hyperref format with custom variable
6698 `org-export-latex-hyperref-format'.
6700 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6702 * org.el (org-insert-heading): Fix docstring.
6704 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com> (tiny change)
6706 * org-capture.el (org-capture-place-entry): If the first line is
6707 already a headline, just stay there.
6709 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6711 * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
6714 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6716 * org-ascii.el (org-ascii-replace-entities): Match an optional {}
6719 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6721 * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
6724 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6726 * org.el (org-insert-heading): When on the headline of an inline
6727 task, insert another inline tasks.
6729 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6731 * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
6732 links for blocks that will actually tangle.
6734 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6736 * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
6737 in expanded shell bodies.
6739 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6741 * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
6744 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6746 * ob-sh.el (org-babel-expand-body:sh): Align code.
6748 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6750 * ob.el (org-babel-params-from-properties): Max line with at <=80.
6752 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6754 * org-latex.el (org-export-latex-listings-langs): Clojure is now
6755 recognized as a lisp.
6757 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6759 * ob.el (org-babel-params-from-properties): Use `org-babel-read'
6760 to interpret property as header argument value.
6762 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6764 * ob.el (org-babel-parse-header-arguments): Simplify reading of
6767 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6769 * org-publish.el (org-publish-org-to-ascii):
6770 (org-publish-org-to-latin1):
6771 (org-publish-org-to-utf8): New functions.
6773 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6775 * org.el (org-insert-heading): Skip inline tasks when trying to
6776 insert a new heading after the end of the subtree.
6778 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6780 * org-inlinetask.el (org-inlinetask-min-level): Set customization
6781 type to integer or nil.
6783 * org.el (org-insert-heading): When after an inline task, do not
6784 use level but go back to headline level before the inline task.
6786 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6788 * org-inlinetask.el (org-inlinetask-in-task-p): New function.
6790 * org.el (org-indent-line-function): Fix indentation of inline
6793 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6795 * org.el (org-activate-links): Fix customize type.
6797 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6799 * org-latex.el (org-latex-to-pdf-process): Add rubber as another
6802 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6804 * org-latex.el (org-export-latex-minted): Document pygments
6807 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6809 * org-mobile.el (org-mobile-create-index-file): Encrypt the index
6810 file if encryption has been turned on.
6811 (org-mobile-copy-agenda-files): Avoid double encryption of
6814 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6816 * org-exp.el (org-export-latex-minted-with-line-numbers):
6817 Ensure that variable is declared.
6819 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6821 * ob-python.el (org-src-preserve-indentation): Fix compiler
6824 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6826 * org-exp.el (org-export-format-source-code-or-example):
6827 Latex formatting of source code blocks using the minted package
6828 (org-export-plist-vars): Add :latex-minted property
6829 (org-export-latex-minted): Ensure variable is defined
6830 (org-export-latex-minted-langs): Ensure variable is defined.
6832 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6834 * org-src.el (org-edit-src-code): Use `org-region-active-p'.
6836 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6838 * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
6840 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6842 * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
6843 when `org-src-preserve-indentation' is non-nil.
6845 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6847 * ob-lob.el (org-babel-lob-ingest): Provide message stating number
6848 of blocks added to Library of Babel.
6850 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
6852 * ob-lob.el (org-babel-lob-ingest): Check for nil source block
6855 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6857 * org-beamer.el (org-beamer-place-default-actions-for-lists):
6860 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
6862 * org-list.el (org-toggle-checkbox): Avoid some boundary error
6863 when inserting a checkbox in an empty last item of a list.
6865 2010-11-11 David Maus <dmaus@ictsoc.de>
6867 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
6868 Query article number from file is nil by default.
6870 2010-11-11 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
6872 * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
6874 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6876 * org-capture.el (org-capture-place-entry): Move to `beg' before
6879 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6881 * org.el (org-format-latex): Fix mathjax treatment of single
6882 letters in between dollars.
6884 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6886 * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
6889 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6891 * org.el (org-blank-before-new-entry): Improve docstring.
6893 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6895 * org-mobile.el (org-mobile-force-id-on-agenda-items):
6897 (org-mobile-write-agenda-for-mobile): Use outline path if we do
6898 not have an ID and are not allowed to make one.
6899 (org-mobile-get-outline-path-link): New function.
6901 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6903 * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
6905 (org-mobile-write-agenda-for-mobile): Use the right name, even if
6906 the file get encrypted.
6907 (org-mobile-move-capture): Only delete tempfile if it does exist.
6909 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6911 * ob.el (org-babel-number-p): Fix documentation string.
6913 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6915 * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
6916 "tangle" as a positive argument for the :noweb header argument
6919 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6921 * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
6922 have links, with tests.
6924 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6926 * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
6928 (org-export-latex-get-error): New function.
6929 (org-export-as-pdf): Give an indication of the errors that
6930 happened during processing.
6932 2010-11-11 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
6934 * org-exp.el (org-export-language-setup): Fix Polish entries.
6936 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6938 * org.el (org-set-tags): Allow comma as a separator when
6939 specifying tags at the completion interface.
6940 (org-tags-completion-function): Allow comma as a separator when
6941 specifying tags at the completion interface.
6943 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6945 * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
6946 export-file if exporting from a buffer which is not visiting a
6949 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6951 * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
6952 name in link construction if there is a heading to follow it.
6954 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6956 * org-html.el (org-export-html-inline-image-extensions): Add "svg"
6957 as an allowed extension.
6959 2010-11-11 Sébastien Vauban <wxhgmqzgwmuf@spammotel.com>
6961 * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
6962 with zeros. Start applying face earlier.
6964 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6966 * ob.el (or): Don't create org-babel-temporary-directory in batch
6967 as it won't be removed by emacs-kill-hook
6968 (org-babel-remove-temporary-directory): Only try to remove this
6969 directory if it exists.
6971 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6973 * ob.el (org-babel-temporary-directory): Fixing byte-compilation
6976 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6978 * ob-tangle.el (org-babel-tangle): Now sharing the file name in
6979 the tangling message.
6981 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6983 * ob.el (org-babel-load-languages): Fixes compiler warning.
6985 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6987 * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
6990 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
6992 * org-ascii.el (org-export-as-ascii): Use the correct match group.
6994 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
6996 * ob.el (boundp): Uncommenting defvar form for
6997 org-babel-temporary-directory
6998 (org-babel-temp-file): Now using the org-babel-temporary-directory
6999 for holding new babel temporary files
7000 (org-babel-remove-temporary-directory): Removes the babel temp dir
7001 when Emacs shutsdown
7002 (kill-emacs-hook): Now removing the babel temp dir on Emacs
7005 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7007 * org-capture.el (org-capture-fill-template): Initialize history
7010 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7012 * org-src.el (org-edit-src-code): Don't move point when generating
7015 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7017 * org-src.el (org-edit-src-code): Deal with point being in
7020 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7022 * org-table.el (org-table-current-column): Add interactive to turn
7023 this into a command.
7025 2010-11-11 Bernt Hansen <bernt@norang.ca>
7027 * org.el (org-insert-heading): Run org-insert-heading-hook when
7028 creating the first heading in a file.
7030 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7032 * org.el (org-startup-with-inline-images): New option.
7033 (org-startup-options): Add new keywords inlineimages and
7035 (org-mode): Inline images when this has been configured.
7037 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7039 * ob.el (org-babel-get-src-block-info): Remove optional
7040 HEADER-VARS-ONLY argument; further simplification.
7042 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7044 * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
7045 prompt in ob-confirm-evaluate in some cases.
7047 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7049 * ob.el (org-babel-demarcate-block): Visible region and completion
7050 during language selection.
7052 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7054 * ob.el (org-babel-get-src-block-info): Remove comment.
7056 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7058 * ob.el (org-babel-get-src-block-info): Simplify function.
7060 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7062 * ob.el (org-babel-get-src-block-info): Form info list correctly
7063 when parenthesised arguments are missing.
7065 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7067 * ob-exp.el (org-export-babel-evaluate): Docstring typo
7068 (org-babel-exp-code): Docstring typo.
7070 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7072 * org-mobile.el (org-mobile-encryption-password):
7074 (org-mobile-encryption-password-session): New variable.
7075 (org-mobile-encryption-password): New function.
7076 (org-mobile-check-setup):
7077 (org-mobile-encrypt-file):
7078 (org-mobile-decrypt-file): Use the new function.
7080 2010-11-11 David Maus <dmaus@ictsoc.de>
7082 * org-capture.el (org-capture-place-template): Widen to remove
7083 possible restrictions in target buffer.
7085 2010-11-11 Jambunathan K <kjambunathan@gmail.com>
7087 * org.el (org-speed-command-hook): Add org-speed-command-hook
7088 (org-babel-speed-command-hook): Hook for Babel's speed commands.
7090 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7092 * ob.el (org-babel-execute-buffer): Re-implement using
7093 `org-babel-map-src-blocks'.
7095 2010-11-11 David Maus <dmaus@ictsoc.de>
7097 * org-capture.el (org-capture-templates): Update doc string with
7098 new message date related escapes.
7100 2010-11-11 David Maus <dmaus@ictsoc.de>
7102 * org-wl.el (org-wl-store-link-message): Define properties %:date)
7103 (%:date-timestamp, and %:date-timestamp-inactive.
7105 * org-mew.el (org-mew-store-link): Dto.
7107 * org-mhe.el (org-mhe-store-link): Dto.
7109 * org-rmail.el (org-rmail-store-link): Dto.
7111 * org-vm.el (org-vm-store-link): Dto.
7113 2010-11-11 David Maus <dmaus@ictsoc.de>
7115 * org-wl.el (org-wl-message-field): Always get literal content of
7118 2010-11-11 David Maus <dmaus@ictsoc.de>
7120 * org-gnus.el (org-gnus-store-link): Define properties
7121 %:date-timestamp and %:date-timestamp-inactive.
7123 2010-11-11 David Maus <dmaus@ictsoc.de>
7125 * org-gnus.el (org-gnus-store-link): Handle empty date header
7128 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7130 * org.el (org-speed-command-hook): New. Hook for installing
7131 additional speed commands. Use this for enabling speed commands on
7133 (org-speed-command-default-hook): The default hook for
7134 org-speed-command-hook. Factored out from org-self-insert-command
7135 and mimics existing behaviour.
7136 (org-self-insert-command): Modified to use org-speed-command-hook.
7138 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7140 * org-agenda.el (org-search-view): Recover spaces in search words
7141 if they were escaped with \ or inside a regexp.
7143 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7145 * org.el (org-additional-option-like-keywords): Add PROPERTIES to
7146 the list of completable meta line words.
7147 (org-complete): Complete property names after #+PROPERTY.
7149 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7151 * ob-python.el (org-babel-python-evaluate-session): Make temp file
7154 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7156 * ob-clojure.el (org-babel-clojure-evaluate-external-process):
7157 Delete extra format argument.
7159 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7161 * ob-org.el (org-babel-org-export): Typo in docstring.
7163 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7165 * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
7168 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7170 * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
7172 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7174 * ob.el (org-babel-process-file-name): New function
7175 (org-babel-maybe-remote-file): Delete function.
7177 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7179 * ob-C.el (org-babel-C-execute): Remove unused variable.
7181 2010-11-11 David Maus <dmaus@ictsoc.de>
7183 * org.el (org-make-link-string): Prevent superfluous colon.
7185 2010-11-11 David Maus <dmaus@ictsoc.de>
7187 * org.el (org-make-org-heading-search-string): Leave headline
7190 2010-11-11 David Maus <dmaus@ictsoc.de>
7192 * org.el (org-make-link-string): Don't escape characters in link
7195 2010-11-11 Bastien Guerry <bzg@altern.org>
7197 * org-capture.el (org-capture-templates): Update docstring to
7198 advertise %:org-date.
7200 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7202 * ob-dot.el (org-babel-execute:dot): Automatically specifies
7203 "-T<ext>" based on file name extension.
7205 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7207 * ob-org.el (org-babel-org-export): Raise error on nested export
7210 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7212 * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
7215 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7217 * ob.el (org-babel-demarcate-block): Better initialization of
7220 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7222 * org-src.el (org-src-tab-acts-natively): Add customize interface.
7224 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7226 * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
7227 New variable allowing prevention of automatic stripping of leading and
7228 trailing blank lines when exiting edit buffer.
7229 (org-edit-src-exit): Respect value of
7230 `org-src-strip-leading-and-trailing-blank-lines'
7231 (org-src-native-tab-command-maybe):
7232 Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
7235 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7237 * org-src.el (org-edit-src-code): If mark was inside code block
7238 then code edit buffer inherits mark with active region.
7240 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7242 * ob.el (org-babel-demarcate-block): Fix compiler warnings.
7244 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7246 * ob.el (org-babel-demarcate-block): Better handling of empty
7247 space around demarcated area.
7249 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7251 * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
7254 2010-11-11 David Maus <dmaus@ictsoc.de>
7256 * org-gnus.el (org-gnus-open-nntp): New function.
7258 2010-11-11 David Maus <dmaus@ictsoc.de>
7260 * org-wl.el (org-wl-open-nntp): New function.
7262 2010-11-11 David Maus <dmaus@ictsoc.de>
7264 * org-wl.el (org-wl-open): Open message by numeric reference if
7265 article part is not a message id.
7267 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7269 * org-agenda.el (org-agenda-filter-apply): Move cursor to a
7272 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7274 * ob.el (org-babel-demarcate-block): Interactive demarcation of
7277 * ob-keys.el (org-babel-key-bindings): Key bindings for block
7280 2010-11-11 Bastien Guerry <bzg@altern.org>
7282 * org.el (org-link-types): Add the "message" link type.
7284 2010-11-11 David Maus <dmaus@ictsoc.de>
7286 * org.el (org-link-types): Add 'message:' link type to default
7289 2010-11-11 Bastien Guerry <bzg@altern.org>
7291 * org-gnus.el (org-gnus-store-link): Add the :date property to
7292 gnus links, allowing the use of %:date in capture templates.
7294 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7296 * org-list.el (org-cycle-list-bullet): Follow order of bullets
7297 indicated in doc-string.
7299 * org-list.el (org-list-bottom-point-with-indent): List is ended
7300 when a line is less indented that the last item, not the less
7303 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7305 * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
7306 original file before resolving code block parameters to ensure
7307 headline and buffer wide parameters are taken into consideration
7308 when only a narrowed portion of the file is exported.
7310 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7312 * org.el (org-forward-same-level): Fix docstring.
7314 2010-11-11 Sebastian Rose <sebastian_rose@gmx.de>
7316 * org-publish.el (org-publish-attachment): Put the attachment into
7317 the right directory.
7319 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
7321 * org.el (org-goto-first-child): New command.
7323 2010-11-11 Matt Lundin <mdl@imapmail.org>
7325 * org-agenda.el (org-prepare-agenda): If the agenda is called from
7326 within the agenda via an elisp link, such as
7327 [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
7328 of the file containing the link, since that buffer is current
7329 during org-prepare agenda (due to a with-current-buffer in
7330 org-agenda-open-link). An additional test now ensures that the
7331 agenda buffer is in fact current when the buffer is erased and
7332 local variables for the agenda are set.
7334 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
7336 * org-exp.el (org-infile-export-plist): Define property macro.
7338 2010-11-11 David Maus <dmaus@ictsoc.de>
7340 * org-mhe.el (org-mhe-get-header): Remove possible folding white
7341 space in message header field.
7343 2010-11-11 David Maus <dmaus@ictsoc.de>
7345 * org-feed.el (org-feed): Fix typo in customization group :tag
7348 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7350 * org-latex.el (org-export-latex-tag-markup): New option.
7351 (org-export-latex-keywords-maybe):
7352 Use `org-export-latex-tag-markup'.
7354 2010-11-11 Rémi Vanicat <vanicat@debian.org>
7356 * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
7357 (org-ical-ts-to-string): Use UTC time when requested.
7359 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7361 * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
7362 from 'file' to 'http'.
7364 2010-11-11 David Maus <dmaus@ictsoc.de>
7366 * org.el (org-store-log-note): Fix wrong usage
7367 of`org-adapt-indentation'.
7369 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7371 * org.el (org-skip-over-state-notes): Do not compute bottom point
7374 * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
7375 instead of moving to each item.
7377 2010-11-11 David Maus <dmaus@ictsoc.de>
7379 * org-capture.el (org-capture-templates): Small fix in doc string.
7381 2010-11-11 aaa bbb <dominik@powerbook-g4-12-van-aaa-bbb.local>
7383 * org-archive.el (org-get-local-archive-location):
7384 Use `org-carchive-location' as default.
7386 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7388 * ob-C.el (org): No longer requires org.
7390 * ob-ledger.el (org): No longer requires org.
7392 2010-11-11 David Maus <dmaus@ictsoc.de>
7394 * org.el (org-priority): Save match data before call to
7395 `read-char-exclusive'.
7397 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7399 * org-list.el (org-list-to-generic): Descriptions labels can be
7400 any suit of symbols, and will end at double colons.
7402 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7404 * org.el (org-indent-line-function): Indent past [@num] and
7405 [@start:num], consistently with what is already done with
7408 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7410 * org.el (org-store-log-note): Indent new notes to the right
7411 column. Also take `org-list-two-spaces-after-bullet-regexp' into
7412 consideration when creating the note.
7414 2010-11-11 David Maus <dmaus@ictsoc.de>
7416 * org-gnus.el (nnimap-group-overview-filename): Declare function
7417 to silence byte compiler.
7419 2010-11-11 David Maus <dmaus@ictsoc.de>
7421 * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
7422 New customization variable.
7423 (org-gnus-nnimap-cached-article-number): New function.
7424 (org-gnus-follow-link): Try to fetch cached article number of
7427 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7429 * ob-org.el (org-babel-org-default-header): Used to insert a dummy
7430 first line into code blocks before export so that the first line
7431 is not interpreted as a title
7432 (org-babel-org-export): Use new dummy code block prefix.
7434 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7436 * ob.el (org-babel-insert-result): No longer throws error when
7437 inserting an empty result.
7439 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7441 * ob-tangle.el: autoload org-babel-tangle-lang-exts from ob-tangle.
7443 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7445 * ob.el (org-babel-do-in-edit-buffer):
7446 Use `org-babel-where-is-src-block-head' to test for source block at
7449 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7451 * ob-keys.el (org-babel-key-bindings): Adding key-binding for
7452 `org-babel-goto-src-block-head'.
7454 * ob.el (org-babel-goto-src-block-head): Jump to the head of the
7457 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7459 * ob.el (org-babel-next-src-block): Now raising more informative
7460 error when no further code blocks can be found.
7461 (org-babel-previous-src-block): Now raising more informative error
7462 when no previous code blocks can be found.
7464 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7467 (org-export-preprocess-after-include-files-hook): Now using this
7468 hook instead of `org-export-preprocess-hook'.
7470 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7472 * ob-plantuml.el (org-babel-execute:plantuml): ????
7474 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7476 * ob-python.el (org-babel-python-evaluate): Refactor as call to
7477 either `org-babel-python-evaluate-external-process' or
7478 `org-babel-python-evaluate-session'.
7479 (org-babel-python-evaluate-external-process): New function to
7480 handle evaluation in external process.
7481 (org-babel-python-evaluate-session): New function to handle
7482 evaluation in emacs inferior process.
7484 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7486 * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
7487 or html respecting :results header arg
7488 (org-babel-org-export): Exports a string of text to an output
7491 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7493 * ob.el (org-babel-insert-result): Remove existing results when
7494 nil results are returned.
7496 2010-11-11 David Maus <dmaus@ictsoc.de>
7498 * org-ascii.el (org-export-as-ascii): Bind and set link path for
7499 link type specific markup function.
7501 2010-11-11 David Maus <dmaus@ictsoc.de>
7503 * org-clock.el (notifications-notify): Properly declare function
7504 to silence byte compiler.
7506 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7508 * org-list.el (org-insert-item): Check invisibility of point at a
7509 meaningful location.
7511 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7513 * org-list.el (org-list-insert-item-generic): Updating checkboxes
7514 can modifiy bottom point of a list, so make it a marker before
7515 calling `org-update-checkbox-count-maybe'.
7517 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7519 * org.el (org-src-fontify-natively): Set to nil by default.
7520 Supply cutomize interface.
7522 2010-11-11 Bastien Guerry <bzg@altern.org>
7524 * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
7525 `org-bracket-link-analytic-regexp++' to match the link type.
7527 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7529 * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
7532 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7534 * ob-tangle.el (org-babel-tangle-comment-format-beg):
7535 Format string specifying the link-comment preceding a code block
7536 (org-babel-tangle-comment-format-end): Format string specifying
7537 the link-comment following a code block
7538 (org-babel-tangle-collect-blocks): Storing more information in the
7539 spec of a tangling code block
7540 (org-babel-spec-to-string): Now makes use of customizable
7541 link-comment formats.
7543 2010-11-11 Achim Gratz <Stromeko@stromeko.net> (tiny change)
7545 * org.el (org-delete-backward-char): Check for nil overwrite-mode
7546 before inserting spaces.
7548 2010-11-11 David Maus <dmaus@ictsoc.de>
7550 * org-icalendar.el (org-print-icalendar-entries): Exclude tags
7551 from summary of non-TODO ical entries.
7552 (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
7553 exclude tags from summary of TODO ical entries.
7555 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7557 * ob.el (org-babel-map-src-blocks): Now exposes much information
7558 about the code block in the form of let-bound local variables.
7560 2010-11-11 David Maus <dmaus@ictsoc.de>
7562 * org-list.el (org-outline-regexp, org-ts-regexp)
7563 (org-ts-regexp-both, org-in-regexps-block-p)
7564 (org-level-increment, org-at-heading-p)
7565 (outline-previous-heading, org-icompleting-read)
7566 (org-time-string-to-seconds): Declare to fix compiler warning.
7568 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7570 * org-list.el (org-toggle-checkbox): Ignore items in drawers when
7571 used from an heading. Send an error when no item is in region.
7573 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7575 * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
7576 ensure that edit buffer is exited.
7578 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7580 * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
7581 control the amount of extra newlines inserted into tangled code
7582 (org-babel-tangle-collect-blocks): Now conditionally collects
7583 information to be used for "org" style comments
7584 (org-babel-spec-to-string): Now inserts "org" style comments, and
7585 obeys the newline configuration variable when inserting whitespace.
7587 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7589 * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
7591 (org-babel-tangle): Calls new tangle hook.
7593 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7595 * org-capture.el (org-capture): Compute the length of the correct
7596 string when removing properties.
7598 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7600 * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
7601 names before shell quoting.
7603 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7605 * org-src.el (org-src-tab-indents-natively): New variable
7606 controlling whether language-native TAB action should be performed
7607 (org-src-native-tab-command-maybe): New function to perform
7608 language-native TAB action.
7609 (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
7611 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7613 * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
7614 `org-plantuml-jar-path' before use.
7616 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7618 * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
7619 language major mode buffers during fontification.
7621 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7623 * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
7624 match code blocks with switches and header args. Call
7625 `org-src-font-lock-fontify-block' for automatic fontification of
7626 code in code blocks, controlled by variable
7627 `org-src-fontify-natively'.
7628 (org-src-fontify-natively): New variable.
7630 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7632 * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
7635 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7637 * org-html.el (org-html-make-link): (expand-file-name) removes
7638 one "/" from "///path-to-file", so add one. Anything other than
7639 'file' type should be exported along with the type.
7641 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
7643 * org.el (org-insert-subheading): Fix compiler warning
7644 (org-insert-todo-subheading): Fix compiler warning.
7646 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
7648 * org-capture.el (org-capture): Remove read-only text properties
7650 (org-capture-set-target-location): Throw an error if file+headline
7651 target does not point into a file which is in Org mode.
7653 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7655 * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
7657 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7659 * org-src.el (org-edit-src-code): Improve docstring.
7661 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7663 * ob.el (org-babel-execute-src-block): Document prefix argument in
7666 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
7668 * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
7669 org-ditaa-jar-path with expand-file-name.
7671 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7673 * ob.el (org-babel-execute-subtree): Pass prefix arg through to
7674 `org-babel-execute-src-block'.
7676 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7678 * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
7679 [@x] syntax for list numbering.
7681 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7683 * org.el (org-indent-line-function): Indentation of source block
7684 is left to `org-edit-src-exit' and shouldn't be modified by
7685 `org-indent-line-function'. Indentation of others blocks should be
7686 the same as the #+begin line.
7688 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
7690 * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
7691 forms on source blocks in current buffer; restore point in current
7694 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7696 * org-list.el (org-list-struct): Accept list boundaries as an
7697 argument in order to avoid computing `org-list-top-point' and
7698 `org-list-bottom-point' twice when indenting.
7700 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7702 * org-list.el (org-list-ending-method): Default value is now
7703 `both', to ensure maximum compatibility before previous
7706 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7708 * org-list.el (org-list-in-item-p-with-indent): Test if first line
7709 is the item beginning.
7711 * org-list.el (org-list-top-point-with-indent): Test if first line
7712 is a valid list beginning.
7714 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7716 * org-list.el (org-list-ending-method): New customizable variable
7717 to tell Org Mode how lists end. See docstring.
7719 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7721 * org-list.el (org-indent-item-tree): Shifting step of top-level
7722 item depends on `org-level-increment'.
7724 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7726 * org.el (org-indent-line-function): Indent first non blank line
7727 after a list according to current heading level.
7729 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7731 * org-docbook.el (org-export-as-docbook): Remove check for
7732 indentation on lines that do not start with a list bullet.
7734 * org-html.el (org-export-as-html): Same thing.
7736 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7738 * org-list.el (org-list-bottom-point): Take into consideration
7739 that bound of search can be before true ending of the list.
7741 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7743 * org-list.el (org-list-struct-apply-struct): No longer shift
7744 item's body twice: one after replacing bullet and one after
7745 changing indentation.
7747 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7749 * org-list.el (org-list-struct-indent): Add code to replace
7750 bullets if needed when indenting.
7752 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7754 * org-list.el (org-list-insert-item-generic): A single item
7755 already counting blank lines in his body should be separated with
7756 the next one by a blank line. Moreover, if user already provided
7757 blank lines, follow his wishes.
7759 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7761 * org-list.el (org-indent-item-tree): When moving top item of a
7762 *-list to column 0, only the first item had its bullet changed to
7763 -. It now changes all items of the top-level list, as expected.
7765 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7767 * org-list.el (org-toggle-checkbox): Go to beginning of line
7770 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7772 * org-list.el (org-list-struct-apply-struct): Check if ancestor
7775 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7777 * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
7780 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7782 * org-list.el : Removed unused variable
7783 `org-suppress-item-indentation'.
7785 * org-list.el (org-renumber-ordered-list): Skip item if bullet
7786 number is already good.
7788 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7790 * org-list.el (org-list-automatic-rules): Doc-string reflects this
7793 * org-list.el (org-indent-item-tree): Prevent whole list from
7794 being moved when user is not moving subtree. Thus
7795 `org-cycle-item-indentation' will not allow to move the list.
7797 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7799 * org-list.el (org-indent-item-tree): Remove region code. It was
7800 prone to errors and undocumented.
7802 * org-list.el (org-item-indent-positions): Better heuristics to
7803 determine what bullet the item will have when demoted.
7805 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7807 * org-list.el (org-list-bullet-string): First check if
7808 `org-list-two-spaces-after-bullet-regexp' isn't nil.
7810 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7812 * org-list.el (org-list-bullet-string): Do not modify match-data.
7814 * org.el (org-toggle-item): Now working again when changing list
7815 items into plain text. Moreover take into consideration
7816 `org-list-two-spaces-after-bullet-regexp'.
7818 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7820 * org-list.el (org-indent-item-tree): Remove unnecessary bullets
7821 fix, and improved heuristics to determine bullet when indenting.
7823 * org-list.el (org-item-indent-positions): Function now returns
7824 sane results when there are two lists separated with blank lines
7827 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7829 * org-docbook.el (org-export-as-docbook): Use override="num" in
7830 any listitem matching [@start:num].
7832 * org-html.el (org-export-as-html): Use value="num" in any li
7833 matching [@start:num].
7835 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7837 * org.el (org-set-font-lock-defaults): Correct fontification for
7838 checkboxes found after [@start:?].
7840 * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
7841 [@start:?] when looking at a regex after a bullet.
7843 * org-list.el (org-toggle-checkbox): Correct insertion of
7844 checkboxes when there is already a [@start:?] in the item.
7846 * org-list.el (org-checkbox-blocked-p): Properly check if there's
7847 an unchecked item before.
7849 * org-list.el (org-list-parse-list): Function handles items having
7850 both a counter and a checkbox.
7852 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7854 * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
7855 stores both indentation and bullet when cycle started.
7857 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7859 * org-list.el: `org-at-description-p' renamed to
7860 `org-at-item-description-p', `org-first-list-item-p' renamed to
7861 `org-list-first-item-p', `org-end-of-item-text-before-children'
7862 renamed to `org-end-of-item-or-at-child'.
7864 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7866 * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
7867 of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
7868 before toggling a checkbox.
7870 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7872 * org-list.el (org-list-bullet-string): New function returning
7873 bullet concatenated with an appropriate number of white spaces.
7875 * org-list.el (org-list-insert-item-generic): Insert the right
7876 bullet, with help of `org-list-bullet-string'.
7878 * org-list.el (org-indent-item-tree):
7879 Use `org-list-bullet-string'.
7881 * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
7883 * org-list.el (org-toggle-checkbox): Send an error when
7884 `org-toggle-checkbox' is trying to insert a checkbox at a
7887 * org-list.el (org-item-re): Modified regexp so it can catch
7888 correct number of white space before item body.
7890 * org-list.el (org-list-at-regexp-after-bullet-p): Take into
7891 consideration new `org-item-re'.
7893 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7895 * org-list.el (org-list-insert-item-generic): The second item in a
7896 list will be separated from its predecessor with the number of
7897 blank lines separating the first item from its parent, if any, or
7900 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7902 * org-list.el (org-indent-item-tree): Fix and reorder every list
7903 and sublist, from parent of list that has moved if indenting, or
7904 from list at point if outdenting.
7906 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7908 * org-list.el (org-indent-item-tree): Try to keep relative
7909 position on line. It can't if point is in white spaces before
7910 bullet because mixed tabs and spaces make some columns
7913 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7915 * org-list.el (org-cycle-item-indentation): Cycle when the whole
7916 item only contains bullet and maybe a checkbox. Previously, TAB
7917 would cycle when the first line of the item was blank.
7919 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7921 * org-list.el (org-cycle-item-indentation): Allow a point just
7922 after a description item or a checkboxed item to start cycling.
7924 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7926 * org-list.el (org-cycle-list-bullet):
7927 Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
7928 as valid bullets when cycling.
7930 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7932 * org-list.el (org-cycle-item-indentation): Do return t if and
7933 only if cycling is possible and succeded.
7935 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7937 * org-list.el (org-indent-item-tree): When outdenting a subtree,
7938 the last item shouldn't have a children.
7940 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7942 * org-list.el (org-cycle-item-indentation): Cycling should play
7943 nicely with indent rule in `org-list-automatic-rules'.
7945 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7947 * org-list.el (org-indent-item-tree): If indent rule is activated,
7948 it should be impossible to outdent an item having children without
7949 moving its subtree. Improved reordering of lists modified by
7950 cycling indentation.
7952 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7954 * org-list.el (org-maybe-renumber-ordered-list): Remove call for
7955 `org-fix-bullet-type' to prevent infinite loop, and some checks
7956 already done in `org-renumber-ordered-list'.
7958 * org-list.el (org-fix-bullet-type): Remove a check and call
7959 directly `org-maybe-renumber-ordered-list'.
7961 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7963 * org-list.el (org-indent-item-tree): It shouldn't be possible to
7964 indent the first item of a sublist (though outdent is possible) as
7965 it would break list's structure.
7967 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7969 * org-list.el (org-list-insert-item-generic): When local search
7970 doesn't help, search the list globally for blank lines. Moreover,
7971 don't bother with new lists, and add 1 blank line.
7973 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7975 * org-capture.el (org-capture-place-item):
7976 Use `org-search-forward-unenclosed' and
7977 `org-search-backward-unenclosed' and new variable
7978 `org-item-beginning-re'.
7980 * org-list.el (org-item-beginning-re): Regexp matching beginning
7983 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7985 * org-list.el (org-cycle-list-bullet): Put back support for
7988 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
7990 * org-list.el (org-in-item-p): Handle case when point is at an
7993 * org-list.el (org-list-make-subtree): Add protection when used
7996 * org-list.el (org-insert-item): Remove useless hack now
7997 `org-in-item-p' is fixed.
7999 * org-timer.el (org-timer-item): Remove useless hack now
8000 `org-in-item-p' is fixed.
8002 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8004 * org-list.el (org-cycle-list-bullet): Prevent description items
8005 from being numbered. String argument is also recognized now, as
8006 long as it is a valid bullet.
8008 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8010 * org-list.el (org-indent-item-tree): Moving indentation of top
8011 list item will make the whole list move.
8013 * org-list.el (org-apply-on-list): Function is less sensitive to
8014 changes of indentation.
8016 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8018 * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
8021 * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
8023 * org-list.el (org-cycle-item-indentation): Allow cycling
8024 description items and checkbox items.
8026 * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
8028 * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
8031 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8033 * org-list.el (org-insert-item-internal): Guessing of blank lines
8034 number is made by looking at neighbours items, if any.
8036 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8038 * org-list.el (org-sort-list): Add the possibility to sort timer
8039 lists with the ?t or ?T options.
8041 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8043 * org-list.el (org-search-unenclosed-internal): New function to
8044 handle both `org-search-forward-unenclosed' and
8045 `org-search-backward-unenclosed'.
8047 * org-list.el (org-search-backward-unenclosed): Can send errors
8048 now. Removed useless usage of COUNT.
8050 * org-list.el (org-search-forward-unenclosed): Can send errors
8051 now. Removed useless usage of COUNT.
8053 * org-list.el (org-update-checkbox-count):
8054 Use `org-search-forward-unenclosed' and
8055 `org-search-backward-unenclosed' instead of `re-search-forward'
8056 and `re-search-backward'.
8058 * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
8059 and `org-search-backward-unenclosed' instead of
8060 `re-search-forward' and `re-search-backward'.
8062 * org-list.el (org-list-make-subtree):
8063 Use `org-search-forward-unenclosed' and
8064 `org-search-backward-unenclosed' instead of `re-search-forward'
8065 and `re-search-backward'.
8067 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8069 * org-list.el (org-insert-item-internal): Fixes the problem when
8070 point was before the first char of the item's body.
8072 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8074 * org-timer.el (org-timer-item): Refactoring. Compute timer string
8075 before inserting it in the buffer.
8077 * org-timer.el (org-timer): Add an optional argument to return
8078 timer string instead of inserting it.
8080 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8082 * org-list.el (org-insert-item-internal): New function to handle
8083 positionning and contents of an item being inserted at a specific
8084 pos. It is not possible anymore to split a term in a description
8085 list or a checkbox when inserting a new item.
8087 * org-list.el (org-insert-item): Refactored by using the new
8088 `org-insert-item-internal' function.
8090 * org-timer.el (org-timer-item): Refactored by using the new
8091 `org-insert-item-internal' function.
8093 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8095 * org-list.el (org-list-bottom-point): Be sure to check real
8096 ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
8098 * org.el (org-cycle-internal-local): Cycle up to end of subtree or
8099 end of item if we are in a list.
8101 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8103 * org-list.el (org-insert-item): Move before any special block in
8104 a list prior to add a new item.
8106 * org-timer.el (org-timer-item): When in a timer list, insert a
8107 new timer item like `org-insert-item'. If in another list, send an
8108 error. Otherwise, start a new timer list.
8110 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8112 * org-list.el: Minor refactoring.
8114 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8116 * org-timer.el (org-timer-item): Insert description list item at
8119 * org-list.el (org-insert-item): Insert the right number of blank
8120 lines before a relative timer.
8122 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8124 * org-list.el (org-insert-item): Remove restriction on latex
8127 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8129 * org-list.el (org-search-backward-unenclosed): Do not stop in
8132 * org-list.el (org-search-forward-unenclosed): Do not stop in
8135 * org-latex.el (org-export-latex-lists): Use the fact that
8136 org-search-forward do not stop anymore at protected places.
8138 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8140 * org-list.el (org-search-backward-unenclosed): Do not prevent
8141 list items from being inside LaTeX blocks.
8143 * org-list.el (org-search-forward-unenclosed): Do not prevent list
8144 items from being inside LaTeX blocks.
8146 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8148 * org-list.el (org-in-item-p): Do not widen before checking if we
8151 * org-list.el (org-list-send-list): We cannot count on
8152 `org-list-top-point' and `org-list-bottom-point' before buffer is
8153 narrowed. Find bounds of list otherwise.
8155 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8157 * org-list.el (org-list-end-regexp): By default, list ending is
8158 exactly 2 blank lines.
8160 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8162 * org-docbook.el (org-export-as-docbook): When we find an empty
8163 line, we do not need to check for
8164 `org-empty-line-terminates-plain-lists' because we would have
8165 found end-list marker before.
8167 * org-html.el (org-export-as-html): Same.
8169 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8171 * org-list.el (org-insert-item): Simplify count of blank lines to
8174 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8176 * org-list.el (org-list-end-regexp): New customizable variable to
8177 define what string should end lists.
8179 * org-list.el (org-list-end-re): Function is now aware of
8180 `org-list-end-regexp'.
8182 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8184 * org-html.el (org-export-as-html): Code cleanup.
8186 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8188 * org-docbook.el (org-export-as-docbook): Properly close any open
8189 list when seeing ORG-LIST-END. Removed any reference to now
8190 unneeded DIDCLOSE variable.
8192 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8194 * org-exp.el (org-export-mark-list-ending): Fix number of blank
8195 lines inserted after a list.
8197 * org-list.el (org-list-parse-list): Fix case when
8198 `org-list-end-re' would have an indentation greater than current
8201 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8203 * org-exp.el (org-export-mark-list-ending): Differentiate between
8204 export backends, and replace `org-list-end-re' by a blank line
8207 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8209 * org-html.el (org-export-as-html): Delete didclose and everything
8210 related to it, as it is no longer needed.
8212 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8214 * org-html.el (org-export-html-preprocess): Remove unneeded
8215 insertion of list end marker, as it is now handled by
8216 `org-export-mark-list-ending'.
8218 * org-html.el (org-export-as-html): Cleaner termination of lists.
8220 * org-exp.el (org-export-mark-list-ending): New function to insert
8221 specific markers at the end of lists when exporting to a backend
8222 not using `org-list-parse-list'. This function is called early in
8223 `org-export-preprocess-string', while it is still able to
8226 * org-latex.el (org-export-latex-lists): Better search for
8227 lists. It now only finds items not enclosed and not protected.
8229 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8231 * org-list.el: Replaced `re-search-forward' by
8232 `org-search-forward-unenclosed' where it made sense.
8234 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8236 * org-list.el (org-apply-to-list): Now a return value is handed at
8237 each new call of the function applied.
8239 * org-list.el (org-fix-bullet-type): Use the new
8240 `org-apply-to-list' format.
8242 * org-list.el (org-renumber-ordered-list): Use the new
8243 `org-apply-to-list' format.
8245 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8247 * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
8250 * org-list.el (org-search-forward-unenclosed): Better regexp used.
8252 * org-list.el (org-search-backward-unenclosed): Better regexp
8255 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8257 * org-list.el (org-sort-list): End-rec function was ill-defined.
8259 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8261 * org-list.el (org-search-forward-unenclosed): Fix behavior when
8262 last occurrence was enclosed.
8264 * org-list.el (org-search-backward-unenclosed): Fix behavior when
8265 last occurrence was enclosed.
8267 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8269 * org.el (org-in-regexps-block-p): Fix documentation.
8271 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8273 * org-list.el (org-search-backward-unenclosed): Fix block regexp.
8275 * org-list.el (org-search-forward-unenclosed): Fix block regexp.
8277 * org-list.el (org-list-parse-list): Minor fix.
8279 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8281 * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
8282 called with t argument.
8284 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8286 * org-html.el (org-export-html-preprocess):
8287 Replace `org-list-end-re' by a blank line during pre-process.
8289 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8291 * org-list.el (org-list-bottom-point): No need for square brackets
8292 for `skip-chars-backward'.
8294 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8296 * org-html.el: Do not delete space between end of list and
8297 beginning of the following.
8299 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8301 * org-html.el: Preprocess buffer string and add ORG-LIST-END where
8302 needed. Lists should not end before seeing this.
8304 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8306 * org-html.el: Notice end of lists.
8308 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8310 * org-list.el (org-list-parse-list): Better handling of
8311 restrictions when function is called on a list with sublists.
8313 * org-list.el (org-list-send-list): Find the true ending of the
8316 * org-list.el (org-list-radio-list-templates): Templates are more
8319 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8321 * ob-js.el (org-babel-js-eoe): Indicate end of input
8322 (org-babel-execute:js): Support for session evaluation
8323 (org-babel-prep-session:js): Fleshed out definition
8324 (org-babel-js-initiate-session): Can initiate a session using
8327 2010-11-11 David Maus <dmaus@ictsoc.de>
8329 * org.el (org-set-regexps-and-options): Protect escape char in
8330 `org-complex-heading-regexp-format'.
8332 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8334 * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
8335 session-based evaluation
8336 (org-babel-execute:scheme): Now supports session-based evaluation
8337 (org-babel-prep-session:scheme): Now works and defines variables
8338 (org-babel-scheme-initiate-session): Now works using run-scheme
8341 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8343 * org.el (org-export-latex-default-packages-alist): Remove the
8344 t1enc package - this is already covered by fontenc.
8346 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8348 * ob.el (with-parsed-tramp-file-name): Declared
8349 (org-babel-tramp-localname): Ensure variable name exists locally.
8351 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8353 * ob.el (org-babel-temp-file): Don't use babel temporary directory
8354 in remote case; use make-temp-file with remote file name so that
8355 temp file is guaranteed not to exist previously on remote machine.
8356 (org-babel-tramp-localname): New function to return local name
8357 portion of possibly remote file specification.
8359 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8361 * ob-R.el (org-babel-R-write-object-command): New unified R
8362 command for writing results to file
8363 (org-babel-R-wrapper-method): Remove variable
8364 (org-babel-R-wrapper-lastvar): Remove variable
8365 (org-babel-R-evaluate-external-process): Use new R command
8366 (org-babel-R-evaluate-session): Use new R command.
8368 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8371 (org-babel-comint-eval-invisibly-and-wait-for-file): New function
8372 to evaluate code invisibly and block until output file exists.
8374 * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
8375 evaluate R code in session for :results value. Write result to
8376 file invisibly using new function
8377 `org-babel-comint-eval-invisibly-and-wait-for-file'.
8379 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8381 * org-capture.el (org-capture-fill-template): Align tags after
8384 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8386 * org-exp.el (org-export-concatenate-multiline-emphasis):
8387 Ignore matches that start in a headline.
8389 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8391 * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
8392 and out-file in shell-quote-argument.
8394 2010-11-11 David Maus <dmaus@ictsoc.de>
8396 * org-docview.el (org-docview-store-link): Use expanded macro to
8398 (doc-view-goto-page, image-mode-window-get): Declare functions for
8401 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8403 * ob-scheme.el: very preliminary support for evaluating scheme
8406 * org.el (org-babel-load-languages): Adding scheme.
8408 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8410 * ob.el (require): Remove circular (require 'org).
8412 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8414 * ob-R.el (ess-make-buffer-current): Declared.
8415 (ess-ask-for-ess-directory): Declared.
8416 (ess-local-process-name): Declared.
8417 * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
8419 * ob.el (org-edit-src-code): Fixing arguments.
8420 (org-edit-src-exit): Declared.
8421 (org-outline-overlay-data): Declared.
8422 (org-set-outline-overlay-data): Declared.
8424 2010-11-11 Glenn Morris <rgm@gnu.org>
8426 * ob.el: Require org when compiling.
8427 (org-save-outline-visibility): Remove macro declaration.
8429 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
8430 Remove unnecessary/macro declarations.
8432 * org-docview.el: Require doc-view when compiling.
8433 (doc-view-goto-page): Autoload rather than declaring.
8434 (doc-view-current-page): Remove macro declaration.
8436 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
8437 (org-entry-get, org-table-import): Fix declarations.
8438 (org-match-string-no-properties): Remove declaration.
8440 * ob-sh.el (org-babel-comint-in-buffer)
8441 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
8442 (org-babel-comint-with-output): Remove unnecessary declarations.
8444 * ob-R.el (orgtbl-to-tsv): Fix declaration.
8446 * org-list.el (org-entry-get): Fix declaration.
8448 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8450 * ob.el (org-babel-remove-temporary-directory): Remove explicit
8453 2010-11-11 Magnus Henoch <magnus.henoch@gmail.com> (tiny change)
8455 * org-clock.el (org-clocktable-steps): Allow ts and te to be day
8458 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8460 * org-macs.el (org-save-outline-visibility): Move from org.el.
8462 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8464 * ob-org.el (org-babel-default-header-args:org): Additional
8465 ":results silent" default header argument for org code blocks.
8467 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8469 * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
8470 which is now an alias to ":eval no".
8472 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8474 * ob.el (org-babel-remove-temporary-directory): The version of
8475 `delete-directory' found in files.el can not be assumed to be
8476 present on all versions, so this copies the recursive behavior of
8477 that command in such a way that all calls to delete-directory will
8478 also work with the built-in internal C implementation of that
8479 function. This is not overly difficult as all elements of the
8480 directory can be assumed to be files.
8482 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8484 * ob-C.el (org-babel-C-execute): Corrected arguments to
8485 org-babel-temp-file.
8487 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8489 * ob.el (org-babel-temporary-directory): Variable to hold the
8490 value of the Babel temporary directory.
8492 2010-11-11 Aditya Siram <aditya.siram@gmail.com>
8494 * ob.el (org-babel-load-in-session): Expanding noweb references
8497 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8499 * org.el (org-make-link-regexps): Modified regexp of
8502 2010-11-11 Noorul Islam <noorul@noorul.com> (tiny change)
8504 * org-habit.el (org-habit-parse-todo): Find sr-days only if
8505 scheduled-repeat is non nil. Use 4th element of the list returned
8506 by (org-heading-components) as habit-entry. Modify the error
8507 message to be more meaningful.
8509 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8511 * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
8512 ":border" header arguments which both use the "preview" latex
8513 package to fit the resulting pdf image to the figure.
8515 2010-11-11 David Maus <dmaus@ictsoc.de>
8517 * org-wl.el (org-wl-store-link): Don't try to store link if point
8518 is at end of buffer.
8520 2010-11-11 Harri Kiiskinen <harkiisk@gmail.com>
8522 * org-publish.el (org-publish-project-alist): Document the new
8524 (org-publish-org-to): Use the body-only property.
8526 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8528 * org.el (org-store-link): Return link when invoked
8529 non-interactively from an agenda buffer.
8531 2010-11-11 Jambunathan K <kjambunathan@gmail.com> (tiny change)
8533 * org.el (org-store-link): Storing of links to headlines in
8534 indirect buffers was broken. Fix it.
8536 2010-11-11 Aidan Kehoe <kehoea@parhasard.net>
8538 * ob-tangle.el (org-babel-tangle): Change the MODE argument to
8539 #'set-file-modes to use integer, not character syntax, avoiding
8540 compile problems with recent XEmacs.
8542 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8544 * org-agenda.el (org-agenda-add-entry-text): Make sure we move
8545 forward even if there is no text to be added.
8547 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8549 * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
8550 tags/property matcher.
8552 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8554 * org-exp.el (org-infile-export-plist): Bind case-fold-search to
8557 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8559 * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
8561 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8563 * org-latex.el (org-export-latex-set-initial-vars):
8564 Bind `case-fold-search' to t around the search for special LaTeX setup.
8566 * org-beamer.el (org-beamer-after-initial-vars):
8567 Bind `case-fold-search' to t around the search for special BEAMER
8570 2010-11-11 David Maus <dmaus@ictsoc.de>
8572 * org-agenda.el (org-write-agenda): Delete postscript file after
8573 creating conversion to pdf.
8575 2010-11-11 David Maus <dmaus@ictsoc.de>
8577 * org-agenda.el (org-write-agenda): Move require statements to
8578 proper place in evaluated lisp expression.
8580 2010-11-11 David Maus <dmaus@ictsoc.de>
8582 * org-agenda.el (org-write-agenda): Rename temporary buffer to
8583 remove dependency of `flet' macro.
8585 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8587 * ob-lob.el (org-babel-lob-get-info): Edit docstring.
8589 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8591 * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
8592 from all standard sources when executing #+lob/#+call lines.
8594 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8596 * ob-R.el (org-babel-R-evaluate): Break the two branches into two
8598 (org-babel-R-evaluate-external-process): New function to handle
8599 external process evaluation
8600 (org-babel-R-evaluate-session): New function to handle session
8603 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8605 * ob.el (org-babel-initiate-session): New function derived from
8606 previous `org-babel-switch-to-session'
8607 (org-babel-switch-to-session): Refactored to use new
8608 `org-babel-initiate-session'.
8610 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8612 * ob.el (org-babel-switch-to-session): Supply missing "P" argument
8615 2010-11-11 David Maus <dmaus@ictsoc.de>
8617 * org-feed.el (org-feed-format-entry): Decode entry according to
8618 its character encoding.
8620 2010-11-11 David Maus <dmaus@ictsoc.de> (tiny change)
8622 * org-feed.el (xml-substitute-special): Declare function for byte
8624 (org-feed-unescape): Removed.
8625 (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
8626 Use `xml-substitute-special' to unescape XML entities.
8628 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8630 * ob.el (org-babel-switch-to-session): Throw error if block if
8631 :session not in effect for the block.
8633 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8635 * org-table.el (org-table-create-with-table.el): Align table
8638 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8640 * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
8641 that org-src buffer is current before attempting exit.
8643 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8645 * org-src.el (ob-comint): Require 'ob-comint
8646 (org-src-babel-info): Define variable.
8648 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8650 * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
8651 in the language major mode edit buffer.
8652 (org-babel-do-key-sequence-in-edit-buffer): New function to call
8653 an arbitrary key sequence in the language major mode edit buffer.
8655 * org-src.el (org-src-switch-to-buffer): Add new allowed value
8656 'switch-invisibly for `org-src-window-setup'.
8658 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8660 * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
8662 (org-src-do-at-code-block): New macro to evaluate lisp with point
8663 at the start of the Org code block containing the code in this
8665 (org-src-do-key-sequence-at-code-block): New function to execute
8666 command bound to key at the Org code block containing the code in
8669 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8671 * ob-R.el (org-babel-R-associate-session): New function to
8672 associate R code edit buffers with ESS comint session.
8674 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8676 * org-src.el (org-edit-src-code): If at src block, store babel
8677 info as buffer local variable.
8678 (org-src-associate-babel-session): New function to associate code
8679 edit buffer with comint session. Does nothing unless a
8680 language-specific function named
8681 `org-babel-LANG-associate-session' exists.
8682 (org-src-babel-configure-edit-buffer): New function to be called
8683 in `org-src-mode-hook'.
8684 (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
8687 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8689 * ob.el (org-babel-switch-to-session-with-code): New function to
8690 generate split frame displaying edit buffer and session.
8692 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8694 * org.el (org-set-tags): Consider org-indent-mode when computing
8697 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8699 * org-compat.el (org-looking-at-p): Only use looking-at-p when
8702 2010-11-11 David Maus <dmaus@ictsoc.de>
8704 * org-agenda.el (org-finalize-agenda-entries): Delete excluded
8705 lines directly after call to sorting filter function.
8707 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8709 * org.el (org-complex-heading-regexp-format): Document the
8711 (org-get-refile-targets): Use `org-complex-heading-regexp-format'
8712 to make the regular expression for matching the headline.
8714 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8716 * org.el (org-refile-check-position): New function.
8718 (org-refile-get-location): Call `org-refile-check-position'.
8720 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8722 * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
8723 instead of equal to compare symbols.
8725 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8727 * org-agenda.el (org-agenda-before-sorting-filter-function):
8729 (org-finalize-agenda-entries):
8730 Apply `org-agenda-before-sorting-filter-function'.
8732 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8734 * org-latex.el (org-export-latex-first-lines): Do not protect meta
8735 lines that have nothing to do with babel.
8737 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8739 * org-capture.el (org-capture-place-template): Handle the
8741 (org-capture-place-item): Provide boundaries for the search to
8742 make sure we do not get a match in a different tree.
8744 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8746 * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
8749 2010-11-11 Noorul Islam <noorul@noorul.com>
8751 * org-latex.el (org-latex-to-pdf-process): Add output-directory
8752 option for the command pdflatex.
8753 (org-export-as-pdf): Respect directory in path of
8756 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8758 * org-exp.el (org-export-with-LaTeX-fragments): New default t,
8759 which now means to use MathJax processing for HTML. Also allow
8760 new value `dvipng' to force the old image processing.
8761 (org-infile-export-plist): Parse for MATHJAX setup line.
8763 * org-html.el (org-export-html-mathjax-options): New option.
8764 (org-export-html-mathjax-config): New function.
8765 (org-export-html-mathjax-template): New option.
8766 (org-export-html-preprocess): Call the LaTeX snippet processor
8767 with an additional argument to declare special ways of processing.
8768 (org-export-as-html): Bind the dynamical variable
8769 `org-export-have-math'. Insert the MathJax script template when
8770 it is needed by the document.
8772 * org.el (org-preview-latex-fragment): Call `org-format-latex'
8773 with the additional processing argument.
8774 (org-export-have-math): New variable, for dynamic scoping.
8775 (org-format-latex): Implement specific ways of processing.
8776 New function argument for processing type.
8777 (org-org-menu): Remove the entry to configure LaTeX snippet
8780 2010-11-11 Bastien Guerry <bzg@altern.org>
8782 * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
8783 `org-clock-goto' and `J' for `org-agenda-clock-goto'. If the
8784 heading currently clocked in is not listed in the agenda, display
8785 this entry in another buffer. If there is no running clock,
8786 display a help message.
8788 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8790 * org-latex.el (org-export-latex-tables): Return "" instead of nil
8791 when no label is attached.
8793 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8795 * org-agenda.el (org-agenda-menu-show-match): New option.
8796 (org-agenda-menu-two-column): New option.
8797 (org-agenda-get-restriction-and-command): Implement dispatch menu
8798 without showing the matcher, and with two-column display.
8800 2010-11-11 Bernt Hansen <bernt@norang.ca>
8802 * org-indent.el (org-indent-mode): Fix grammar for message when
8805 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8807 * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
8808 no previous result exists.
8810 2010-11-11 Noorul Islam <noorul@noorul.com>
8812 * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
8815 2010-11-11 Noorul Islam <noorul@noorul.com>
8817 * org.el (org-set-visibility-according-to-property): Use backward
8818 search instead of forward, so that top hierarchy gets priority.
8820 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8822 * org-agenda.el (org-timeline): Allow indirect buffer.
8824 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8826 * org-exp.el (org-export-preprocess-after-radio-targets-hook):
8827 (org-export-define-heading-targets-headline-hook): New hooks.
8829 * org.el (org-modules): Add entry for org-wikinodes.el.
8830 (org-font-lock-set-keywords-hook): New hook.
8831 (org-open-at-point-functions): New hook.
8832 (org-find-exact-headling-in-buffer):
8833 (org-find-exact-heading-in-directory): New functions.
8834 (org-mode-flyspell-verify): Better cursor position for checking if
8835 flyspell should ignore a word.
8837 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8839 * org-indent.el (org-indent-remove-properties):
8840 (org-indent-add-properties): Make sure changing these properties
8841 does not trigger modification hooks.
8843 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8845 * org.el (org-link-search-must-match-exact-headline): New option.
8846 (org-link-search-inhibit-query): New variable.
8847 (org-link-search): Search for exact headline match in Org files.
8849 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8851 * ob.el (org-babel-execute-src-block-maybe): Remove check for
8852 `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
8853 function `org-babel-execute-safely-maybe'.
8855 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8857 * ob.el (org-babel-load-in-session): Set directory in case :dir
8860 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8862 * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
8863 errors when we're not under of a headline.
8865 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8867 * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
8868 write delimited text instead of save -ascii
8869 (org-babel-octave-import-elisp-from-file): Specify that data
8870 written to file is tab-delimited.
8872 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8874 * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
8877 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8879 * ob.el (org-babel-import-elisp-from-file): Allow separator to be
8882 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8884 * ob-python.el (org-babel-python-table-or-string): Fix recognition
8885 of lists and tuples.
8887 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8889 * ob-octave.el (org-babel-octave-evaluate-external-process):
8892 2010-11-11 Juan Pechiar <pechiar@computer.org>
8894 * ob-octave.el (org-babel-octave-evaluate-external-process):
8895 Use `org-babel-octave-import-elisp-from-file' instead of
8896 `org-babel-eval-read-file'.
8897 (org-babel-octave-var-to-octave): Separate matrix rows with ';',
8898 and use '%s' as format specifier instead of '%S'.
8900 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8902 * ob-octave.el: Only (require 'matlab) when necessary.
8903 (org-babel-octave-initiate-session): (require) octave-inf or matlab
8905 (org-babel-execute:matlab): Remove (require).
8906 (org-babel-prep-session:matlab): Remove (require).
8907 (org-babel-matlab-initiate-session): Remove (require).
8909 2010-11-11 Dan Davison <davison@stats.ox.ac.uk>
8911 * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
8914 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8916 * ob-python.el (org-babel-python-table-or-string): Can now handle
8917 VERY long result lines.
8919 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8921 * org-latex.el (org-export-latex-tables): Add label if any.
8923 * org-latex.el (org-export-latex-convert-table.el-table):
8924 Fix little mistake when inserting label.
8926 2010-11-11 Nicolas Goaziou <n.goaziou@gmail.com>
8928 * org.el (org-cycle-internal-local): Remove an unnecessary call
8929 to `org-back-to-heading' that was preventing point to stay at its
8930 column when cycling visibility.
8932 2010-11-11 Noorul Islam <noorul@noorul.com>
8934 * org-capture.el (org-capture-finalize): Make messages consistent.
8936 2010-11-11 Noorul Islam <noorul@noorul.com>
8938 * org-gnus.el: Suppress compiler warning by declaring outside
8939 function nnimap-retrieve-headers-from-file.
8941 2010-11-11 Noorul Islam <noorul@noorul.com>
8943 * org-colview.el Use org-beamer-select-environment instead of
8944 org-beamer-set-environment-tag.
8946 2010-11-11 Matt Lundin <mdl@imapmail.org>
8948 * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
8949 that the value of org-last-inserted-timestamp includes time range.
8951 2010-11-11 David Maus <dmaus@ictsoc.de>
8953 * org-wl.el (org-wl-store-link-message): Provide link property for
8954 message-id without angle brackets.
8956 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8958 * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
8960 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8962 * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
8963 file ensuing that the latest changes on disk are represented.
8965 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8967 * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
8968 arguments w/o quotes.
8970 2010-11-11 Bernt Hansen <bernt@norang.ca>
8972 * org-capture.el (org-capture-finalize): Fix clock in of
8973 interrupted task during capture finalize.
8975 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8977 * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
8980 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8982 * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
8983 expression for matching main function.
8985 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8987 * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
8988 regexp -- it wasn't matching lob lines w/o indices.
8990 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
8992 * org-exp.el (org-export-latex-listings-w-names): Fix compiler
8993 warning in org-exp.el.
8995 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
8997 * org-publish.el (org-publish-file): Better error message if
8998 base-directory or publishing-directory are not defined.
9000 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9002 * org-colview.el (org-columns-display-here): Use overlays to
9003 overrule line prefix properties during column view.
9005 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9007 * org-agenda.el (org-agenda-filter-preset): Document the
9008 limitation for the filter preset - it can only be used for an
9009 entire agenda view, not in an individual block in a block agenda.
9011 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9013 * ob-table.el (sbe): Now able to accept range references from
9016 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9018 * ob.el (org-babel-pick-name): If colnames or rownames contain a
9019 list of names, then use those directly.
9021 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9023 * org-exp.el (org-export-format-source-code-or-example):
9024 Escape underscores in code block names on latex listings export.
9026 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9028 * ob-tangle.el (org-babel-with-temp-filebuffer):
9029 Use find-file-noselect to avoid excess buffer movement.
9031 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9033 * org-html.el (org-html-should-inline-p): Only inline images if
9036 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9038 * org-id.el (org-id-store-link): Autoload.
9040 * org.el ("org-id"): Autoload `org-id-store-link'.
9042 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9044 * org-html.el (org-html-should-inline-p): Only inline images if
9047 2010-11-11 Eric S Fraga <e.fraga@ucl.ac.uk>
9049 * org-icalendar.el (org-icalendar-alarm-time): New option.
9051 * org-icalendar.el (org-print-icalendar-entries): Timed events are
9052 exported with alarm events, a.k.a. reminders.
9054 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9056 * org-capture.el (org-capture-target-buffer): Throw an error if we
9057 have no target file.
9058 (org-capture-select-template): Use a default template if the user
9059 has not specified any.
9061 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9063 * org.el (org-modules): Add entry for org-velocity.
9065 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9067 * ob-lob.el (org-babel-lob-execute): Changing indentation to
9068 improve line length.
9070 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9072 * org-exp.el (org-export-handle-table-metalines): Choose a better
9073 position for checking protectedness.
9075 2010-11-11 Eric Schulte <schulte.eric@gmail.com>
9077 * org-table.el (org-table-convert-region): Don't continue csv
9078 importation which the point catches the end, this fixes an
9079 infinite loop which was caused by the (point) never catching up
9080 with the "end" marker.
9082 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9084 * org-macs.el (org-string-nw-p): New function.
9086 * org-capture.el (org-capture-import-remember-templates):
9087 Interpret an empty string as request to use
9088 `org-default-notes-file'.
9089 (org-capture-target-buffer): If the FILE is not a (non-empty)
9090 string, use `org-default-notes-file'.
9092 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9094 * org-capture.el (org-capture-templates): Fix customize type.
9096 2010-11-11 Carsten Dominik <carsten.dominik@gmail.com>
9098 * org-colview-xemacs.el (org-columns-compile-map):
9099 (org-columns-number-to-string):
9100 (org-columns-string-to-number): Handle estimate ranges.
9101 (org-estimate-mean-and-var): New function.
9102 (org-estimate-combine): New function.
9103 (org-estimate-print): New function.
9104 (org-string-to-estimate): New function.
9106 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
9108 * org.el (org-refile-targets):
9109 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
9111 2010-08-19 Glenn Morris <rgm@gnu.org>
9113 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
9114 (org-save-outline-visibility): Move to org-macs.
9115 * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
9116 (org-save-outline-visibility): Move here from org.el.
9117 (show-all): Autoload it.
9118 * ob.el: Don't require org when compiling.
9120 2010-08-18 Glenn Morris <rgm@gnu.org>
9122 * ob.el: Require org when compiling.
9123 (org-save-outline-visibility): Remove macro declaration.
9124 * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
9125 Remove unnecessary/macro declarations.
9126 * org-docview.el: Require doc-view when compiling.
9127 (doc-view-goto-page): Autoload rather than declaring.
9128 (doc-view-current-page): Remove macro declaration.
9130 2010-08-17 Glenn Morris <rgm@gnu.org>
9132 * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
9133 (org-entry-get, org-table-import): Fix declarations.
9134 (org-match-string-no-properties): Remove unnecessary declaration.
9135 * ob-sh.el (org-babel-comint-in-buffer)
9136 (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
9137 (org-babel-comint-with-output): Remove unnecessary declarations.
9138 * ob-R.el (orgtbl-to-tsv): Fix declaration.
9139 * org-list.el (org-entry-get): Fix declaration.
9141 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9143 * ob-C.el: New file.
9144 * ob-R.el: New file.
9145 * ob-asymptote.el: New file.
9146 * ob-clojure.el: New file.
9147 * ob-comint.el: New file.
9148 * ob-css.el: New file.
9149 * ob-ditaa.el: New file.
9150 * ob-dot.el: New file.
9151 * ob-emacs-lisp.el: New file.
9152 * ob-eval.el: New file.
9153 * ob-exp.el: New file.
9154 * ob-gnuplot.el: New file.
9155 * ob-haskell.el: New file.
9156 * ob-keys.el: New file.
9157 * ob-latex.el: New file.
9158 * ob-lob.el: New file.
9159 * ob-matlab.el: New file.
9160 * ob-mscgen.el: New file.
9161 * ob-ocaml.el: New file.
9162 * ob-octave.el: New file.
9163 * ob-perl.el: New file.
9164 * ob-python.el: New file.
9165 * ob-ref.el: New file.
9166 * ob-ruby.el: New file.
9167 * ob-sass.el: New file.
9168 * ob-screen.el: New file.
9169 * ob-sh.el: New file.
9170 * ob-sql.el: New file.
9171 * ob-sqlite.el: New file.
9172 * ob-table.el: New file.
9173 * ob-tangle.el: New file.
9176 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9178 * org-mks.el: New file.
9179 * org-capture.el: New file.
9181 2010-07-19 Christian Egli <christian.egli@sbszh.ch>
9183 * org-taskjuggler.el: New file.
9185 2010-07-19 Matt Lundin <mdl@imapmail.org>
9187 * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
9188 in org-agenda-text-search-extra-files.
9190 2010-07-19 David Maus <dmaus@ictsoc.de>
9192 * org-list.el (org-list-send-list): Locally bind variable `txt'.
9194 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9196 * org.el (org-reload): Now also reloading babel files.
9198 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9200 * org-capture.el (org-capture-set-plist): Make sure txt is a string
9201 before calling `string-match'.
9202 (org-capture-templates): Fix customization type.
9204 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9206 * org-latex.el (org-export-latex-preprocess): Make a special case
9208 (org-latex-entities): Remove the entry for \nbsp.
9209 (org-latex-entities-exceptions): Variable removed.
9211 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9213 * org-capture.el (org-capture-refile): Do not try to manipulate
9216 * org.el (org-refile): Use the correct bookmark here.
9218 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9220 * org-list.el (org-list-send-list): Parse list from its true beginning.
9222 * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
9224 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9226 * org.el (org-insert-link): Correctly determine if we should use
9229 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9231 * org-list.el (org-list-radio-list-templates): Fix templates.
9233 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9235 * org-list.el (org-list-send-list): Regexp defining the start of
9236 a radio list is now on par with the one used for radio tables.
9238 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9240 * org-entities.el (org-entities-help): Add a headline for
9241 the user-defined entities.
9243 2010-07-19 Dirk-Jan C. Binnema <djcb.bulk@gmail.com> (tiny change)
9245 * org-agenda.el (org-agenda-action): Document capture key and add it
9248 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9250 * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
9252 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9254 * org-latex.el (org-export-latex-first-lines): Do not mark
9255 meta lines for removal. Do not remove BABEL config lines during export.
9257 2010-07-19 David Maus <dmaus@ictsoc.de>
9259 * org-capture.el (org-capture): Check if
9260 `org-capture-link-is-already-stored' is bound before evaluating.
9262 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9264 * org.el: Add autoload for org-babel-do-load-languages.
9266 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9268 * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
9270 2010-07-19 David Maus <dmaus@ictsoc.de>
9272 * org-feed.el: Change indentation to match coding style
9275 2010-07-19 David Maus <dmaus@ictsoc.de>
9277 * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
9278 library if necessary.
9280 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9282 * org-beamer.el (org-beamer-amend-header): Standardize the
9283 header cookie for the beamer extra stuff.
9285 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9287 * org-beamer.el (org-beamer-amend-header): Put extra header
9290 2010-07-19 David Maus <dmaus@ictsoc.de>
9292 * org-exp-blocks.el (org-export-blocks-format-ditaa)
9293 (org-export-blocks-format-dot): Remove text properties of body before
9294 calculating cache hash.
9296 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9298 * org-latex.el (org-export-latex-tabular-environment): New option.
9299 (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
9301 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9303 * org-compat.el (org-version-check): New function.
9305 * org-indent.el (org-indent-mode): Check for exact emacs version.
9307 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9309 * org-capture.el (org-capture-templates): Allow the template
9310 to come from a file or function call.
9311 (org-capture-place-entry): Get the template from file or function.
9313 2010-07-19 David Maus <dmaus@ictsoc.de>
9315 * org-agenda.el (org-agenda-bulk-action): Don't create marker for
9316 position if target is entire file.
9318 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9320 * org.el (org-autoload): Autoload a few more org-table functions.
9322 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9324 * org.el (org-babel-load-languages): Add ob-mscgen.
9326 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9328 * org-latex.el (org-export-latex-tables): Format string now
9331 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9333 * org.el (org-babel-load-languages): This variable controls which
9334 languages will be loaded by org-babel. It is customizable through
9335 the customize interface.
9337 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9339 * org-latex.el (org-export-latex-format-image): Update number of
9340 arguments to allow for an optional short-name.
9342 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9344 * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
9346 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9348 * org-capture.el (org-capture-set-target-location):
9349 Store exact positions for file+regexp and file+function targets.
9350 (org-capture-place-entry, org-capture-place-item)
9351 (org-capture-place-table-line, org-capture-place-plain-text):
9352 Respect exact positions.
9353 (org-capture-finalize): Make sure we are at the beginning of a line
9354 when fixing the empty lines after the entry.
9356 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9358 * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
9359 (org-entry-get): Pass `literal-nil' into
9360 `org-entry-get-with-inheritance'.
9361 (org-todo): React to nil values of the LOGGING property.
9363 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9365 * org.el (org-default-notes-file): Update docstring.
9367 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9369 * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
9371 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9373 * org-exp.el (org-export-attach-captions-and-attributes):
9374 Add a shortname attribute to caption strings under the symbol name
9377 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9379 * org.el (org-switchb): Rename from `org-iswitchb'.
9381 (org-iswitchb): New alias.
9382 (org-ido-switchb): Make alias point to `org-switchb'.
9384 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9386 * org-capture.el (org-capture-fill-template):
9387 Respect time-of-day preference in template prompt.
9389 2010-07-19 David Maus <dmaus@ictsoc.de>
9391 * org-feed.el (org-feed-unescape): Remove superfluous lambda.
9393 2010-07-19 David Maus <dmaus@ictsoc.de>
9395 * org-wl.el (org-wl-disable-folder-check): New customization
9397 (org-wl-open): Disable folder check depending on
9398 `org-wl-disable-folder-check'.
9400 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9402 * org-capture.el (org-capture-set-target-location):
9403 Fix file+function interpretation.
9405 2010-07-19 David Maus <dmaus@ictsoc.de>
9407 * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
9410 2010-07-19 David Maus <dmaus@ictsoc.de>
9412 * org-feed.el (xml-entity-alist): Declare variable
9413 `xml-entity-alist' for byte compiler.
9415 2010-07-19 David Maus <dmaus@ictsoc.de>
9417 * org-feed.el (org-feed-unescape): New function.
9418 Unescape protected entities.
9419 (org-feed-parse-atom-entry): Use function for atom:content
9422 2010-07-19 David Maus <dmaus@ictsoc.de>
9424 * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
9427 2010-07-19 Bernt Hansen <bernt@norang.ca>
9429 * org.el (org-time-string-to-absolute): Ignore cyclic repeater
9430 when displaying items on todays agenda date.
9432 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9434 * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
9437 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9439 * org-publish.el (org-publish-initialize-cache):
9440 Make timestamp directory, the entire path to it.
9442 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9444 * org-exp.el (org-export-handle-comments): Make sure to check
9445 for protection in the comment line, and not in the line after it.
9447 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9449 * org-html.el (org-export-html-preprocess): Call org-format-latex,
9450 possibly with a protect-only argument.
9452 * org.el (org-format-latex): New argument PROTECT-ONLY.
9454 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9456 * org-exp.el (org-export-handle-table-metalines): This function
9457 removes table specific meta-lines, now that we aren't wiping
9458 everything that looks remotely like a comment at the end of the
9459 export process we have to be sure to catch all of the specific lines
9462 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9464 * org-exp.el (org-export-select-backend-specific-text): Properly
9465 get rid of #+Backend and #+ATTR_Backend specifics to backends not
9466 matching the one we're exporting to.
9468 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9470 * org-table.el (orgtbl-to-generic): Add the :remove-newlines
9471 option which will strip newline characters from the text of table
9472 cells and replace then with "\n".
9474 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9476 * org.el (org-confirm-shell-link-function)
9477 (org-confirm-elisp-link-function): Limit the values that can be set by
9480 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9482 * org.el (org-compute-latex-and-specials-regexp): Deal with
9483 string elements by discarding them.
9485 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9487 * org.el (org-iswitchb): Make sure to use at least iswitchb.
9489 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9491 * org-capture.el (org-capture-position-for-last-stored)
9492 (org-capture-bookmark-last-stored-position): New functions.
9493 (org-capture-place-table-line): Better error catching.
9494 (org-capture-place-item, org-capture-place-entry)
9495 (org-capture-place-plain-text):
9496 Call `org-capture-position-for-last-stored'.
9497 (org-capture-finalize): Just call
9498 `org-capture-bookmark-last-stored-position'.
9500 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9502 * org-exp.el (org-export-mark-blockquote-verse-center):
9503 Fix small bug, now grabbing match data before overwritten by looking-at
9504 this fixes a problem with remainders of #+end_quote lines appearing
9507 2010-07-19 David Maus <dmaus@ictsoc.de>
9509 * org.el (org-link-frame-setup): Add customization option for
9512 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9514 * org-latex.el (org-export-latex-fixed-width): Now check
9515 org-example rather than org-protected on verbatim export, because by
9516 default all ": " prefixed lines are marked protected.
9518 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9520 * org-latex.el (org-export-latex-fixed-width): Check for
9521 protection before wrapping ": " lines as verbatim.
9523 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9525 * org-exp.el (org-export-handle-comments): Check for protection
9526 before removing comments.
9528 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9530 * org-entities.el (org-entities): Restructure the list.
9531 (org-entities-help): Turn the help output into a buffer
9532 in Org-mode, so that it becomes easier to find a symbol
9534 (org-entities-create-table): Deal with new structure.
9536 2010-07-19 David Maus <dmaus@ictsoc.de>
9538 * org-agenda.el (org-write-agenda): Use backquotes to expand
9539 `flet' at compile time.
9541 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9543 * org.el (org-entry-properties): Make sure that standard property
9544 names are used even if the user has customized time keywords.
9546 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9548 * org-macs.el (org-not-nil): Return the value if not interpreted
9551 * org.el (org-entry-get)
9552 (org-entry-get-with-inheritance): Interpret the value "nil"
9553 as nil for properties.
9555 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9557 * org.el (org-switch-to-buffer-other-window): Return the buffer.
9559 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9561 * org-macs.el (org-not-nil): New function.
9563 * org.el (org-block-todo-from-children-or-siblings-or-parent):
9564 Use `org-not-nil' to interpret a property value of nil.
9566 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9568 * org.el (org-truely-invisible-p): New function.
9569 (org-beginning-of-line): Use `org-truely-invisible-p'.
9571 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9573 * org-agenda.el (org-agenda-get-timestamps): No errors
9574 while getting TODO state.
9575 (org-agenda-highlight-todo): No error when no keyword has
9578 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9580 * org.el (org-timestamp-change): New optional argument UPDOWN.
9581 Use this to identify calls from org-timestamp-up/down, so that we can
9582 skip by rounding minutes in this case.
9583 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
9584 (org-timestamp-down-day): Call org-timestamp-change with the
9587 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9589 * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
9591 * org-capture.el: New file.
9593 * org-compat.el (org-get-x-clipboard): Function moved here from
9596 * org-mks.el: New file.
9598 * org.el (org-set-regexps-and-options): Allow statistic cookies as
9599 part of complex headlines.
9600 (org-find-olp): New argument THIS-BUFFER. When set, assume that the
9601 OLP does not contain a file name.
9603 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9605 * org.el (org-mode): Set `comment-start' instead of changing the
9606 syntax of the `#' character.
9608 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9610 * org-exp.el (org-export-format-source-code-or-example): Mark examples
9613 * org-html.el (org-export-html-close-lists-maybe): Check if raw
9614 HTML stuff was actually made from an example.
9616 2010-07-19 Bastien Guerry <bzg@altern.org>
9618 * org-latex.el: Items are no longer skipped when their first line
9619 ends on a protected element.
9621 * org-list.el: Protected environments looking like lists are not
9624 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9626 * org-exp-blocks.el (org-export-blocks-preprocess):
9627 Cleanup trailing newline after block.
9629 2010-07-19 Bastien Guerry <bzg@altern.org>
9631 * org-exp.el: Comment regexp now matches documentation. No more
9632 protection check when deleting comments before export.
9634 2010-07-19 Bastien Guerry <bzg@altern.org>
9636 * org-exp.el (org-export-preprocess-string):
9637 Now using `org-export-handle-include-files-recurse' to resolve
9640 2010-07-19 Bastien Guerry <bzg@altern.org>
9642 * org-agenda.el (org-agenda-get-deadlines)
9643 (org-agenda-get-scheduled):
9644 * org.el (org-time-string-to-seconds):
9645 For deadline and scheduled agenda display ignore the cyclic repeater
9646 when calculating how many days late the task is. If you have a weekly
9647 task and miss the date the agenda view will show more than a week late
9648 now instead of resetting on the cyclic repeating date. This makes it
9649 much more obvious when you missed a repeating task after the repeater.
9651 2010-07-19 Bastien Guerry <bzg@altern.org>
9653 * org-exp.el (org-export-mark-blockquote-verse-center):
9654 Consider environments that end at eob.
9656 2010-07-19 Mikael Fornius <mfo@abc.se>
9658 * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
9659 with face `org-special-keyword'. Make property keys as :LAST_REPEAT:
9662 2010-07-19 Mikael Fornius <mfo@abc.se>
9664 * org.el (org-at-property-p): Use save-match-data macro instead of let.
9666 2010-07-19 Mikael Fornius <mfo@abc.se>
9668 * org.el (test): Remove unused test function.
9670 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9672 * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
9674 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9676 * org-exp-blocks.el (org-export-blocks-postblock-hook):
9677 Add documentation to and turn into a defcustom.
9679 2010-07-19 Eric Schulte <schulte.eric@gmail.com>
9681 * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
9682 instead of to nil we avoid errors when :prefix1 is defined, but
9685 2010-07-19 Nicolas Goaziou <n.goaziou@gmail.com>
9687 * org-latex.el (org-export-latex-preprocess): Environments coming
9688 from latex backend specific instructions (#+LaTeX) are already
9689 protected and won't be treated as normal environments.
9691 2010-07-19 Bastien Guerry <bzg@altern.org>
9693 * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
9695 2010-07-19 Bastien Guerry <bzg@altern.org>
9697 * org-timer.el (org-timer-set-timer): Use a prefix argument.
9698 See the docstring of the function.
9700 2010-07-19 Bastien Guerry <bzg@altern.org>
9702 * org-timer.el (org-timer-set-timer): Fix bug about cancelling
9705 2010-07-19 David Maus <dmaus@ictsoc.de>
9707 * org-w3m.el (org-w3m-copy-for-org-mode)
9708 (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
9709 Get text property directly, not using macro `w3m-anchor'.
9711 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9713 * org.el (org-emph-re): Document the match groups.
9715 2010-07-19 Bernt Hansen <bernt@norang.ca>
9717 * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
9718 t before calling `org-clock-out', so that that function can
9719 know its call context.
9721 2010-07-19 Bastien Guerry <bzg@altern.org>
9723 * org-timer.el (org-timer-default-timer): New variable.
9724 (org-timer-set-timer): Use the new variable. Also offer the
9725 possibility to replace the current timer by a new one.
9727 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9729 * org.el (org-kill-note-or-show-branches): Hide subtree before
9730 exposing the headings.
9732 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9734 * org.el (org-add-planning-info): Remove the empty line also
9735 if there is no whitespace at all in there.
9737 * org-table.el (org-table-align): Fix alignment of strings
9738 with invisible characters.
9740 2010-07-19 David Maus <dmaus@ictsoc.de>
9742 * org.el (org-refile-cache-get): Return empty list of targets
9743 when cache was cleared.
9744 (org-clone-subtree-with-time-shift): Maybe create ID property
9746 (org-clone-delete-id): New customization variable.
9747 (org-clone-subtree-with-time-shift): Use customization
9748 variable `org-clone-delete-id'.
9749 (org-clone-subtree-with-time-shift): Remove empty property
9750 drawer in cloned subtrees.
9752 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9754 * org.el (org-refile-use-cache): New option.
9755 (org-refile-cache, org-refile-markers): New variable.
9756 (org-refile-marker, org-refile-cache-clear)
9757 (org-refile-cache-check-set, org-refile-cache-put)
9758 (org-refile-cache-get): New function.
9759 (org-get-refile-targets): Use the refile cache.
9761 * org-clock.el (org-clock-sum): Don't include running clock if
9762 the time block is wrong.
9764 2010-07-19 John Wiegley <jwiegley@gmail.com>
9766 * org-clock.el (org-clock-clock-in, org-clock-in):
9767 Add parameter `start-time'.
9768 (org-clock-resolve-clock): Add parameter `clock-out-time'.
9769 If set, and resolve-to is a past time, then the clock out
9770 event occurs at `clock-out-time' rather than at `resolve-to'.
9771 In this case, `resolve-to' becomes the clock in time.
9772 (org-clock-jump-to-current-clock): Create new global command
9773 to reveal the current clock.
9774 (org-clock-resolve): Add new commands g/G and j/J, and a
9775 help window describing all commands and their meaning.
9776 (org-clock-resolve-expert): New customization variable.
9777 (org-find-open-clocks): Fix a bug that caused discovered
9778 clocks not to match up with the currently active clock.
9779 (org-resolve-clocks): Change the argument
9780 `also-non-dangling-p' to `only-dangling-p', since due to a bug
9781 this was the default behavior all along.
9783 2010-07-19 David Maus <dmaus@ictsoc.de>
9785 * org-id.el (org-id-uuid): New function. Return string with
9786 random (version 4) UUID.
9787 (org-id-method): Make 'uuid the new default value.
9788 (org-id-new): Use `org-id-uuid' if call to uuidgen program
9789 does not return a UUID.
9791 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9793 * org-latex.el (org-export-latex-format-image): Add support
9794 for multicolumn figures in LaTeX.
9796 2010-07-19 David Maus <dmaus@ictsoc.de>
9798 * org.el (org-clone-subtree-with-time-shift): Remove ID
9799 property of original subtree in cloned subtrees.
9801 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9803 * org-exp.el (org-export-format-source-code-or-example):
9804 XEmacs compatibility.
9806 * org-latex.el (org-export-latex-tables): Accept comma in
9809 * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
9810 (org-export-docbook-xslt-proc-command): Fix docstring.
9811 (org-export-docbook-xsl-fo-proc-command): Fix docstring.
9812 (org-export-as-docbook-pdf):
9813 Improve formatting of the xslt command.
9815 * org-exp.el (org-infile-export-plist): Check for XSLT setting.
9817 * org.el (org-file-contents): Improve error message.
9818 (org-set-regexps-and-options): Remove spaces at both ends.
9820 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9822 * org-docbook.el (org-export-as-docbook-pdf):
9823 Improve formatting of the xslt command.
9825 2010-07-19 Sebastian Rose <sebastian_rose@gmx.de>
9827 * org-publish.el (org-publish-cache): Use one big hashmap for
9828 each project defined in `org-publish-project-alist'.
9829 (initialize-files-alist): Function removed.
9830 (org-publish-validate-link): Function removed.
9831 (org-publish-get-base-files): Add variable `sitemap-requested'
9832 to avoid sorting where possible.
9833 (org-publish-get-files): Function removed.
9834 (org-publish-get-project-from-filename): Make independent of
9836 (org-publish-file): New argument NO-CACHE.
9838 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9840 * org.el (org-beginning-of-defun, org-end-of-defun):
9842 (org-mode): Install the `org-beginning-of-defun' and
9843 `org-end-of-defun' functions.
9844 (org-pretty-entities): New option.
9845 (org-toggle-pretty-entities): New command.
9846 (org-fontify-entities): New function.
9847 (org-startup-options): New keywords for pretty entities.
9848 (org-set-font-lock-defaults): Call the pretty entities
9851 * org-latex.el (org-export-latex-keywords-maybe): Protect the
9854 2010-07-19 Mikael Fornius <mfo@abc.se>
9856 * org-habit.el (org-habit-build-graph): Help-echo date when
9857 mouse is over stars.
9859 2010-07-19 Jan Böker <jan.boecker@jboecker.de>
9861 * org.el (org-file-apps): Improve docstring to reflect
9864 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9866 * org.el (org-set-startup-visibility): Fix empty line display.
9868 * org-latex.el (org-export-latex-links): Use the formatting
9869 function of the link type, if it is available.
9871 * org-table.el (org-table-get-remote-range): Return to
9872 original buffer when retrieving remote reference.
9874 * org.el (org-display-inline-images): Do the entire buffer,
9875 not just the narrowed region. Clear the cache.
9876 (org-display-inline-images): Match mode file paths.
9878 2010-07-19 David Maus <dmaus@ictsoc.de>
9880 * org-wl.el (org-wl-store-link-folder): Don't throw error when
9881 called on WL folder group.
9883 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9885 * org.el (org-replace-escapes): Make sure the cdr is not nil.
9886 (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
9887 (org-mode): Revert comment syntax changes.
9889 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9891 * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
9892 keywords, and `C-c / T' for a specific one.
9894 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9896 * org.el (org-mode): Fix comment syntax settings.
9898 * org-src.el (org-edit-src-allow-write-back-p):
9901 * org.el (org-inline-image-overlays): New variable.
9902 (org-toggle-inline-images, org-display-inline-images)
9903 (org-remove-inline-images): New commands.
9904 (org-mode-map): Define a key for `org-toggle-inline-images'.
9906 2010-07-19 David Maus <dmaus@ictsoc.de>
9908 * org-wl.el (org-wl-message-field): New function.
9909 Return content of header field in message entity.
9910 (org-wl-store-link): Call `org-wl-store-link-folder' or
9911 `org-wl-store-link-message' depending on major-mode.
9912 (org-wl-store-link-folder): New function. Store link to
9914 (org-wl-store-link-message): New function. Store link to
9916 (org-wl-store-link-message): Store link to message while
9918 (org-wl-open): Don't try to jump to message when opening a
9921 2010-07-19 David Maus <dmaus@ictsoc.de>
9923 * org.el (org-replace-escapes): Avoid infinite loop when
9924 replace string contains escape sequence it replaces.
9926 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9928 * org-crypt.el (org-crypt-key-for-heading): Use symmetric
9929 encryption when now key is set.
9931 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9933 * org-table.el (org-table-recalculate-buffer-tables)
9934 (org-table-iterate-buffer-tables): New commands.
9936 * org.el (org-check-for-hidden): When there is a region, skip
9939 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
9941 * org-src.el (org-edit-src-code): allow-write-back-p had
9942 erroneously been omitted from let binding.
9944 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9946 * org-agenda.el (org-sorting-choice): New sorting type alpha.
9947 (org-cmp-alpha): New defsubst.
9948 (org-em): New defsubst.
9949 (org-entries-lessp): Only compute needed comparisons.
9951 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9953 * org-html.el (org-format-org-table-html): Test all columns
9956 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9958 * org-latex.el (org-export-latex-treat-sub-super-char):
9959 Make sure parenthesis matching is consistent.
9961 * org-table.el (org-table-colgroup-line-p)
9962 (org-table-cookie-line-p): New functions.
9964 * org-exp.el (org-table-clean-before-export): Better tests for
9965 colgroup and cookie lines.
9967 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9969 * org-agenda.el (org-agenda-goto): Push a mark before changing
9972 * org-footnote.el (org-footnote): New group.
9973 (org-footnote-section)
9974 (org-footnote-tag-for-non-org-mode-files): Fix typos.
9976 * org-list.el (org-end-of-item-text-before-children): Also do
9977 the right thing at the end of a file.
9979 * org.el (org-set-packages-alist, org-get-packages-alist):
9981 (org-export-latex-default-packages-alist)
9982 (org-export-latex-packages-alist): Add extra flag to
9983 each package, indicating if it should be used for snippets.
9984 (org-create-formula-image): Add the snippet argument.
9985 (org-splice-latex-header): New argument SNIPPET-P, pass it
9986 through to `org-latex-packages-to-string'.
9987 (org-latex-packages-to-string): New argument SNIPPET-P.
9989 * org-latex.el (org-export-latex-make-header): Add the snippet
9992 * org-docbook.el (org-export-as-docbook): Implement ordered
9993 lists starting at some offset.
9995 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
9997 * org.el (org-link-types, org-open-at-point): Add doi links.
9999 * org-ascii.el (org-export-ascii-preprocess): Remove list
10000 startcounter cookies.
10002 * org-list.el (org-renumber-ordered-list): Respect counter
10005 * org-latex.el (org-export-latex-lists): Accept ordered list
10006 item offset cookie.
10008 * org-html.el (org-export-as-html): Accept ordered list
10009 item offset cookie.
10011 * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
10012 which messes up alignment of tags.
10014 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10016 * org-clock.el (org-clock-cancel, org-clock-out): Make sure
10017 the modeline display is removed.
10019 * org-exp.el (org-export-format-drawer-function):
10022 * org-agenda.el (org-agenda-refile): New optional argument
10024 (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
10026 (org-agenda-bulk-action): Call the refile command with updates
10027 suppressed - but arrange for `org-agenda-redo' to be called at
10030 * org.el (org-mode): Make table mapping quiet.
10031 (org-table-map-tables): New optional argument QUIETLY.
10033 * org-ascii.el (org-export-ascii-preprocess): Make table
10036 * org-html.el (org-export-as-html, org-html-level-start):
10037 Change XHTML IDs to not use dots.
10039 * org-exp.el (org-export-define-heading-targets):
10040 Change XHTML IDs to not use dots.
10042 * org-docbook.el (org-export-docbook-level-start):
10043 Change XHTML IDs to not use dots.
10045 * org-latex.el (org-export-as-latex): Make sure that the
10046 result buffer is in latex-mode.
10048 * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
10049 (org-shiftleft-final-hook, org-shiftright-final-hook):
10052 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10054 * org-table.el (org-table-justify-field-maybe): Make sure that
10055 inserting a value does not turn a line into a hline.
10057 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10059 * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
10060 (org-clock-sum): Add property to selected headlines.
10061 (org-dblock-write:clocktable): Make tags matcher.
10063 * org.el (org-set-autofill-regexps): XEmacs compatibility.
10065 * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
10066 in latex class definitions.
10068 * org.el (org-shiftup-hook, org-shiftdown-hook)
10069 (org-shiftleft-hook, org-shiftright-hook): New hooks.
10071 * org-entities.el (org-entities): Use \land and \lor for logical
10074 * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
10075 indentation commands.
10076 (org-hidden-tree-error): New defsubst.
10077 (org-metaleft, org-metaright): Check for hidden stuff and throw an
10079 (org-check-for-hidden): New function.
10081 * org-list.el (org-item-re): New function.
10082 (org-at-item-p): Use `org-item-re'.
10083 (org-end-of-item-text-before-children): New function.
10084 (org-outdent-item, org-indent-item): Arrange for leaving the
10086 (org-outdent-item-tree, org-indent-item-tree): New argument
10088 (org-indent-item-tree): Use `org-end-of-item-text-before-children'
10089 to find the end for processing while ignoring the subtree.
10091 * org-publish.el (org-publish-sitemap-sort-alphabetically)
10092 (org-publish-sitemap-sort-folders)
10093 (org-publish-sitemap-sort-ignore-case): New options.
10095 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10097 * org-publish.el (org-publish-compare-directory-files): Fix sorting.
10099 * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
10101 * org-publish.el (org-publish-project-alist): Update docstring.
10102 (org-publish-file-title-cache): New variable.
10103 (org-publish-initialize-files-alist):
10104 Initialize `org-publish-initialize-files-alist' to nil.
10105 (org-publish-sort-directory-files): New function.
10106 (org-publish-projects): Access the new properties.
10107 (org-publish-find-title): Use the file title cache.
10108 (org-publish-find-title): Build the file title cache.
10109 (org-publish-get-base-files-1): Sort files.
10110 (org-publish-aux-preprocess): Do not throw an error when before
10111 the first headline. Allow an empty target, meaning to link just
10113 (org-publish-index-generate-theindex.inc): Check if there is
10114 actually a target and only then add it to the link.
10115 (org-publish-projects): Fix a remaining issue with the last commit.
10117 * org-html.el (org-export-as-html): Treat verse as open/close
10119 (org-export-html-close-lists-maybe): Allow to splice raw HTML into
10122 2010-07-19 Dan Davison <davison@stats.ox.ac.uk>
10124 * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
10125 be used in a read-only mode.
10126 (org-edit-src-code): Different message in read-only mode.
10128 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10130 * org-src.el (org-edit-src-find-region-and-lang): Test for
10131 table.el as late as possible.
10133 * org-colview-xemacs.el: Make sure this file is never loaded into
10134 Emacs. Remove all tests for XEmacs.
10136 * org-colview.el: Make sure this file is never loaded into XEmacs.
10138 * org-agenda.el (org-highlight, org-unhighlight): Use direct
10141 * org.el (org-key): Apply the translations defined in
10142 `org-xemacs-key-equivalents'.
10144 * org-mouse.el (org-mode-hook): Use `org-defkey'.
10146 * org-compat.el (org-xemacs-key-equivalents): New constant.
10148 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10150 * org-inlinetask.el (org-inlinetask-defaut-state): New option.
10151 (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
10152 Obey `org-odd-levels-only'.
10154 * org-compat.el (org-find-overlays): Use overlays-in/at.
10156 * org.el (org-remove-empty-overlays-at)
10157 (org-outline-overlay-data, org-hide-block-toggle)
10158 (org-format-latex, org-context): Use overlays-in/at.
10160 * org-src.el (org-edit-src-exit): Use overlays-in/at.
10162 * org-agenda.el (org-agenda-mark-clocking-task)
10163 (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
10164 (org-agenda-entry-text-hide)
10165 (org-agenda-fix-tags-filter-overlays-at)
10166 (org-agenda-bulk-remove-overlays): Use overlays-in/at.
10168 * org-compat.el (org-overlays-at): Function removed.
10169 (org-overlays-in): Function removed.
10171 2010-07-19 Bastien Guerry <bzg@altern.org>
10173 * org-clock.el (org-clock-set-current): Just return the headline
10174 itself, strip the TODO keyword, the priority cookie and the tags.
10176 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10178 * org-compat.el (org-xemacs-without-invisibility): New macro.
10179 (org-xemacs-without-invisibility): New macro.
10180 (org-indent-to-column, org-indent-line-to, org-move-to-column):
10181 Redefine using the macro `org-xemacs-without-invisibility'.
10183 * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
10185 * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
10187 * org-compat.el (org-make-overlay, org-delete-overlay)
10188 (org-overlay-start, org-overlay-end, org-overlay-put)
10189 (org-overlay-get, org-overlay-move, org-overlay-buffer):
10191 (org-add-to-invisibility-spec): Function removed.
10193 * org-html.el (org-export-as-html-and-open): Add argument to
10196 * org-habit.el (require): `calendar' is now required already by
10197 org.el on top level.
10199 * org-clock.el (require): `calendar' is now required already by
10200 org.el on top level.
10202 * org-agenda.el (require, org-timeline, org-agenda-list)
10203 (org-todo-list, org-agenda-to-appt): `calendar' is now required
10204 already by org.el on top level.
10206 * org.el (org-export-latex-fix-inputenc): Declare function.
10208 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10211 * org.el (calendar): Require calendar now on top level in org.el
10212 and define aliases to new variables when needed.
10213 (org-read-date, org-goto-calendar): Do not bind obsolete
10216 * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
10217 compilation warning, add comment that this cannot be done with
10218 `with-current-buffer'.
10220 * org-wl.el (org-wl-open): Use `with-current-buffer'.
10222 * org.el (overlay, org-remove-empty-overlays-at)
10223 (org-outline-overlay-data, org-set-outline-overlay-data)
10224 (org-show-block-all, org-hide-block-toggle)
10225 (org-highlight-new-match, org-remove-occur-highlights)
10226 (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
10227 (org-read-date, org-read-date-display, org-eval-in-calendar)
10228 (org-format-latex, org-context)
10229 (org-speedbar-restriction-lock-overlay)
10230 (org-speedbar-set-agenda-restriction): Use the normal overlay API.
10232 * org-table.el (org-table-add-rectangle-overlay)
10233 (org-table-remove-rectangle-highlight)
10234 (org-table-overlay-coordinates)
10235 (org-table-toggle-coordinate-overlays): Use the normal overlay
10238 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
10239 (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
10240 normal overlay API.
10242 * org-colview.el (org-columns-new-overlay)
10243 (org-columns-display-here, org-columns-remove-overlays)
10244 (org-columns-edit-value, org-columns-next-allowed-value)
10245 (org-columns-update): Use the normal overlay API.
10247 * org-clock.el (org-clock-out, org-clock-cancel)
10248 (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
10251 * org-agenda.el (org-agenda-mark-filtered-text)
10252 (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
10253 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
10254 (org-agenda-entry-text-hide)
10255 (org-agenda-restriction-lock-overlay)
10256 (org-agenda-set-restriction-lock)
10257 (org-agenda-filter-by-tag-hide-line)
10258 (org-agenda-fix-tags-filter-overlays-at)
10259 (org-agenda-filter-by-tag-show-all, org-hl)
10260 (org-agenda-goto-calendar, org-agenda-bulk-mark)
10261 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
10263 * org-freemind.el (org-freemind-from-org-mode-node)
10264 (org-freemind-from-org-mode)
10265 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
10266 Use interactive-p instead of called-interactively, because this is
10267 backward compatible with older Emacsen I still support..
10269 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10271 * org-exp.el (org-export-define-heading-targets): Fix bug in
10272 regexp finding ID and CUSTOM_ID properties.
10274 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10276 * org-footnote.el (org-footnote-goto-previous-reference):
10277 Rename from `org-footnote-goto-next-reference'.
10279 * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
10280 org-log-repeat is non-nil, or if there is clocking data in the
10283 * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
10285 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10287 * org.el (org-align-all-tags): New command.
10289 2010-07-19 David Maus <dmaus@ictsoc.de>
10291 * org-wl.el (org-wl-link-remove-filter): New customizable
10292 variable. If non-nil, filter conditions are stripped when storing
10293 link to message in filter folder.
10294 (org-wl-shimbun-prefer-web-links): New customizable variable.
10295 If non-nil, links to shimbun messages are created as web links to
10297 (org-wl-nntp-prefer-web-links): New customizable variable.
10298 If non-nil, links to nntp message are created as web links to gmane
10300 (org-wl-namazu-default-index): New customizable variable.
10301 Directory of namazu search index that should be used as default
10302 when opening a link in a search folder.
10303 (org-wl-folder-types): New constant. Wanderlust folder type
10305 (org-wl-folder-type): New function. Return type of Wanderlust
10307 (org-wl-store-link): Create web links for shimbun or nntp messages
10308 and strip filter conditions depending on customizable variables.
10309 (org-wl-open): Open namazu search folder for message when called
10312 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10314 * org.el (org-remove-if, org-remove-if-not): New functions.
10315 (org-open-file): Use internal remove-if functions.
10317 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10319 * org.el (org-file-apps-entry-match-against-dlink-p): New function.
10320 (org-file-apps-ex): Remove variable.
10321 (org-open-file): Integrate org-file-apps-ex functionality back
10322 into org-file-apps, and decide whether to match a regexp against
10323 the link or the filename using org-file-apps-entry-uses-grouping-p.
10325 2010-07-19 Jan Böcker <jan.boecker@jboecker.de>
10327 * org.el (org-file-apps-ex): New variable.
10328 (org-open-file): Before considering org-file-apps, first match the
10329 regexps from org-file-apps-ex against the whole link.
10330 See docstring of org-file-apps-ex.
10332 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10334 * org.el (org-export-latex-default-packages-alist):
10335 Remove microtype package.
10336 (org-todo-repeat-to-state): New variable.
10337 (org-auto-repeat-maybe): Allow user-selected target states.
10338 (org-default-properties): Add the new property REPEAT_TO_STATE.
10340 2010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
10342 * org-mobile.el (org-mobile-check-setup): Make sure that there is
10343 a binary to compute checksums.
10345 2010-06-26 Carsten Dominik <carsten.dominik@gmail.com>
10347 * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10350 * org.el (calendar): Require calendar now on top level in org.el
10351 and define aliases to new variables when needed.
10352 (org-read-date, org-goto-calendar): Do not bind obsolete
10355 2010-06-22 Glenn Morris <rgm@gnu.org>
10357 * org-entities.el: Add explicit utf-8 coding cookie to file with
10360 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10362 * org.el (org-file-complete-link): Avoid (expand-file-name ".").
10364 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10366 * Version 23.2 released.
10368 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10370 * org-table.el (orgtbl-setup):
10371 * org-agenda.el (org-agenda-entry-text-mode): Simplify.
10373 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10375 * org-table.el (orgtbl-mode): Use define-minor-mode.
10377 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10379 * org.el (org-insert-link): Find the link buffer on visible frames.
10380 (org-export-latex-default-packages-alist): Hyperref must be loaded
10382 (org-open-file): More care with the new matching for file links.
10384 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10386 * org-latex.el (org-export-latex-preprocess): Do not yet protect
10387 defined entities - these will be taken care of later.
10388 (org-export-latex-special-chars): Post-process entity replacement.
10389 (org-export-latex-fontify-headline): Do not yet protect defined
10390 entities - these will be taken care of later.
10391 (org-export-latex-tables, org-export-latex-links): Format the
10394 * org-entities.el (org-entities-user): Fix typo.
10396 * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
10398 * org-entities.el (org-entities-user): Improve docstring.
10400 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10402 * org-entities.el (org-macs): Require org-macs, to be sure that we
10403 have `declare-function' defined.
10405 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10407 * org-latex.el (org-export-latex-classes): Update docstring.
10409 * org.el (org-format-latex-header): Add cookies to the header.
10410 (org-splice-latex-header): Implement placement according to cookies.
10412 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10414 * org-publish.el (org-publish-aux-preprocess): Control case
10417 2010-04-10 Bastien Guerry <bzg@altern.org>
10419 * org.el (org-splice-latex-header): Fix typo.
10421 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10423 * org-latex.el (org-export-latex-make-header):
10424 Use `org-splice-latex-header' to build the header.
10425 (org-export-latex-classes): Update docstring.
10427 * org.el (org-splice-latex-header): New function.
10428 (org-create-formula-image): Use `org-splice-latex-header' to build
10431 * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
10433 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10435 * org.el (org-export-latex-packages-alist)
10436 (org-export-latex-default-packages-alist): Fix docstring to
10437 reflect the expected structure.
10439 * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
10440 (org-export-docbook-finalize-table): Make use of label for tables.
10442 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10444 * org-attach.el (org-attach-commit): Split on newlines.
10446 * org.el (org-export-latex-default-packages-alist): Use list
10447 instead of cons for the entries.
10449 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10451 * org-entities.el (org-entity-get-representation): Catch the case
10452 that there is not entry in the list.
10454 * org-mobile.el (org-mobile-use-encryption)
10455 (org-mobile-encryption-tempfile, org-mobile-encryption-password):
10457 (org-mobile-check-setup): CHeck the encryption setup.
10458 (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
10459 (org-mobile-create-sumo-agenda): Use encryption code.
10460 (org-mobile-encrypt-and-move): New function.
10461 (org-mobile-encrypt-file, org-mobile-decrypt-file):
10463 (org-mobile-move-capture): Decrypt the capture file.
10465 * org.el (org-entities): Require the new file.
10466 (org-export-latex-default-packages-alist): New variable.
10467 (org-complete): Use new entity code for completion.
10468 (org-create-formula-image): Use the new packages variable.
10470 * org-latex.el (org-export-latex-classes): Remove the standard
10471 packages from the class headers.
10472 (org-export-latex-make-header): Use the new package variable.
10473 (org-export-latex-special-chars): Better regexp for entities, to
10474 support entity name that contain numbers.
10475 (org-export-latex-treat-backslash-char): Use the new entity code.
10477 * org-html.el (org-html-do-expand): Use the new entity code.
10479 * org-exp.el (org-export): Add the new export commands.
10480 (org-html-entities): Constant removed.
10481 (org-export-visible): Add the new export commands.
10483 * org-docbook.el (org-docbook-do-expand): Use new entity code.
10485 * org-ascii.el (org-export-ascii-entities): New variable.
10486 (org-export-as-latin1, org-export-as-latin1-to-buffer)
10487 (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
10488 (org-export-as-encoding): New function.
10489 (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
10490 (org-ascii-replace-entities): New function.
10492 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10493 Ulf Stegemann <ulf@zeitform.de>
10495 * org-entities.el: New file.
10497 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10499 * org-html.el (org-html-level-start): Catch the case that target
10502 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10504 * org.el (org-appearance): Change Customize group variable name
10505 from org-font-lock to org-appearance, and change tag from "Org
10506 Font Lock" to "Org Appearance".
10507 (org-odd-levels-only): Change Customize group variable name.
10508 (org-level-color-stars-only): Change Customize group variable name.
10509 (org-hide-leading-stars): Change Customize group variable name.
10510 (org-hidden-keywords): Change Customize group variable name.
10511 (org-fontify-done-headline): Change Customize group variable name.
10512 (org-fontify-emphasized-text): Change Customize group variable name.
10513 (org-fontify-whole-heading-line): Change Customize group variable name.
10514 (org-highlight-latex-fragments-and-specials): Change Customize
10515 group variable name.
10516 (org-hide-emphasis-markers): Change Customize group variable name.
10517 (org-emphasis-alist): Change Customize group variable name.
10518 (org-emphasis-regexp-components): Change Customize group variable
10520 (org-modules): Remove mention of org-R.
10522 * org-faces.el (org-faces): Change Customize group variable name.
10524 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10526 * org-agenda.el (org-diary-last-run-time): New variable.
10527 (org-diary): Prepare agenda buffers only if last call was some
10530 * org-html.el (org-export-html-preprocess): Replace \ref macros
10532 (org-format-org-table-html): Add the label as an anchor.
10534 * org-docbook.el (org-export-docbook-format-image): Do some
10535 formatting on captions.
10537 * org-latex.el (org-export-latex-tables, org-export-latex-links):
10538 Do some formatting on captions.
10540 * org-html.el (org-export-html-format-image)
10541 (org-format-org-table-html): Do some formatting on captions.
10543 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10545 * org.el (org-hidden-keywords): New customizable variable. This is
10546 a list of symbols specifying which of the special keywords #+DATE,
10547 #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
10548 (org-fontify-meta-lines-and-blocks): Changes to font-lock code
10549 implementing new faces and hiding behaviour.
10551 * org-faces.el (org-document-title): New face for #+TITLE lines.
10552 (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
10553 (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
10556 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10558 * org-publish.el (org-publish-sanitize-plist): New function to
10559 rename "index" properties to "sitemap". Do this renaming
10561 (org-publish-with-aux-preprocess-maybe): New macro.
10562 (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
10564 (org-publish-aux-preprocess)
10565 (org-publish-index-generate-theindex.inc): New function.
10567 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10569 * org-table.el (org-table-align): Interpret <N> at fixed width,
10570 not as maximum width.
10572 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10574 * org-exp.el (org-export-author-info, org-export-email-info):
10577 * org-beamer.el (org-beamer-select-environment): Rename from
10578 `org-beamer-set-environment-tag'. Improve docstring.
10580 * org-freemind.el (org-freemind-write-mm-buffer): Fix another
10581 problem with odd levels.
10583 * org-ascii.el (org-export-as-ascii): Export email only if the
10586 * org-docbook.el (org-export-as-docbook): Export email only if the
10589 * org-html.el (org-export-as-html): Export email only if the
10592 * org-exp.el (org-export-email-info): New option.
10593 (org-export-plist-vars): Add entry for `org-export-email'.
10595 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10597 * org-table.el (org-table-goto-line): Fix typo.
10599 2010-04-10 Mikael Fornius <mfo@abc.se>
10601 * org.el (org-agenda-files): Typo.
10602 (org-read-agenda-file-list): Add optional argument to help
10603 `org-store-new-agenda-file-list' to remember un-expanded file
10604 names. Expand file names relative to `org-directory'.
10605 (org-store-new-agenda-file-list): Keep un-expanded file names when
10606 saving, if available.
10607 (org-agenda-files): Update documentation.
10609 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10611 * org-ascii.el (org-export-as-ascii): Catch the case of exporting
10612 a buffer with no file name attached.
10614 * org.el (org-log-refile): New option.
10615 (org-log-note-headings): Add a heading for refiling.
10616 (org-startup-options): Add keywords for logging of the refile
10618 (org-refile): Add logging action.
10619 (org-add-log-note): Allow for refiling action.
10621 * org-agenda.el (org-agenda-bulk-action): Make sure
10622 `org-log-refile' is not `note' during a bulk action.
10624 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10626 * org.el (org-map-dblocks): Use save-excursion to remember the
10629 * org-attach.el (org-attach-commit): Remove dependence on xargs.
10630 (org-attach-delete-one): Commit after deleting a file.
10632 * org-latex.el (org-export-latex-fontify): Do not mistake table.el
10633 borders for strike-through emphasis.
10635 * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
10636 handling of odd levels.
10638 * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
10639 and `future' values.
10640 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10641 Handle `past' and `future' values.
10643 * org.el (org-read-agenda-file-list): Interpret file names
10644 relative to org-directory and allow environment variables and
10647 * org-latex.el (org-export-latex-special-chars): Allow a
10648 parenthesis before an exponent or subscript.
10650 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
10652 * org-src.el (org-edit-src-exit): When returning from code edit
10653 buffer, if code block is hidden, leave point at start of
10656 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10658 * org.el (org-insert-heading): Do not remove all spaces if the
10661 * org-indent.el (org-indent): Fix group name.
10663 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10665 * org-table.el (org-table-goto-column): Fix forcing a non-existing
10667 (org-table-get, org-table-put, org-table-goto-line)
10668 (org-table-current-line): New functions.
10670 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
10672 * org.el (org-open-file): Allow regular expressions in
10673 org-file-apps to capture link parameters using groups. In a
10674 command string to be executed, the parameters can be referenced
10675 using %1, %2, etc. Lisp forms can access them using
10676 (match-string n link).
10677 (org-apps-regexp-alist): Adopt the created regexp, as this is now
10678 matched against a file: link instead of the file name.
10680 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10682 * org-crypt.el (org-reveal-start-hook): Add a decryption function
10684 (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
10687 * org.el (org-point-at-end-of-empty-headline)
10688 (org-level-increment, org-get-previous-line-level): New function.
10689 (org-cycle-level): Rewritten to be independent of when this
10690 function is called.
10691 (org-in-regexps-block-p): New function.
10692 (org-reveal-start-hook): New hook.
10693 (org-reveal): Run new hook.
10695 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10697 * org-latex.el (org-export-latex-keywords): Start a new paragraph
10698 after time keywords, do not add "\newline".
10700 * org-html.el (org-export-as-html): Avoid double # in href.
10702 * org.el (org-refile-get-location): Catch an invalid target
10705 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10707 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
10708 Make sure the behavior regarding to extracting time is
10711 2010-04-10 Stephen Eglen <stephen@gnu.org>
10713 * org-agenda.el (org-agenda-insert-diary-extract-time):
10715 (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
10716 variable rather than `org-agenda-search-headline-for-time'.
10718 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10720 * org-list.el (org-fix-bullet-type): Improve cursor positioning.
10722 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10724 * org.el (org-adaptive-fill-regexp-backup): New variable.
10725 (org-set-autofill-regexps): Store a backup of
10726 `adaptive-fill-regexp'.
10727 (org-adaptive-fill-function): Fix filling of comments and ordered
10728 lists. If there is no other match, till try adaptive fill.
10730 2010-04-10 John Wiegley <jwiegley@gmail.com>
10732 * org-agenda.el (org-agenda-include-deadlines): Add new
10733 customization variable to determine whether unscheduled tasks
10734 should appear in the agenda solely because of their deadline.
10735 Default to true, which was the previous behavior (it just wasn't
10737 (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
10738 the agenda to show/hide deadline tasks.
10739 (org-agenda-menu): Add menu option for show/hide deadlines.
10740 (org-agenda-list): Make the agenda list sensitive to the value of
10741 `org-agenda-include-deadlines'.
10742 (org-agenda-toggle-deadlines): New function to toggle the value of
10743 `org-agenda-include-deadlines' and repaint the modeline
10745 (org-agenda-set-mode-name): Show "Deadlines" in the agenda
10746 modeline if deadline tasks are being displayed.
10748 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10750 * org-table.el (org-table-eval-formula): Replace $# and @# by
10751 current column and row number.
10753 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10755 * org.el (org-set-property, org-delete-property): Go back to
10756 prompting for the property.
10758 * org-latex.el (org-export-latex-make-header): Fully process
10760 (org-export-latex-fontify-headline): Allow several arguments, not
10762 (org-export-latex-fix-inputenc): Catch the error when
10763 `latexenc-coding-system-to-inputenc' is not defined.
10765 * org-agenda.el (org-agenda-skip-if-todo): New function.
10766 (org-agenda-skip-if): Add conditions for TODO keywords.
10767 (org-agenda-skip-if): Document the new todo conditions.
10769 2010-04-10 Mikael Fornius <mfo@abc.se>
10771 * org.el (org-at-property-p): Check if we are inside a property
10772 drawer not just any drawer.
10773 (org-set-property, org-delete-property): When cursor is on a
10774 property key value pair do not prompt for property name instead
10775 use name at cursor.
10776 (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
10777 on the first line of a property drawer.
10778 (org-property-end-re): Spell check.
10780 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10782 * org-exp.el (org-export-attach-captions-and-attributes): Add the
10783 properties to the entire table, in case the first line is
10786 * org-archive.el (org-archive-reversed-order): New option.
10787 (org-archive-subtree, org-archive-to-archive-sibling): Use the new
10788 option `org-archive-reversed-order'.
10790 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10792 * org-agenda.el (org-agenda-entry-types): New variable.
10793 (org-agenda-list): Use `org-agenda-entry-types'.
10794 (org-agenda-custom-commands-local-options): Support for setting
10795 `org-agenda-entry-types' as an option.
10796 (org-diary): Shift some documentation from here to the variable
10797 `org-agenda-entry-types'.
10799 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10801 * org-latex.el (org-export-latex-make-header): Apply macros in
10804 * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
10805 (org-clock-select-task, org-clock-notify-once-if-expired)
10806 (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
10807 (org-clock-out-if-current, org-clock-save): Use the new functions.
10809 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10811 * org-docbook.el (org-export-as-docbook): Remove unnecessary
10813 (org-export-as-docbook): Remove unnecessary newline.
10814 (org-export-as-docbook): Fix problem with double footnote
10815 reference in one place.
10817 * org-exp.el (org-export-format-source-code-or-example):
10818 Remove unnecessary newline.
10820 * org.el (org-deadline, org-schedule): Allow rescheduling entries
10823 * org-table.el (org-table-convert-refs-to-rc): Better way to catch
10824 function calls that look like references.
10826 * org.el (org-open-at-point): Get link abbreviations from
10829 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10831 * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
10834 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10836 * org.el (org-link-unescape): Solve issue with lower-case escapes.
10838 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10840 * org-latex.el (org-export-latex-classes):
10841 Add \usepackage{latexsym} to all classes.
10843 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10845 * org-html.el (org-export-as-html): Do not allow protected lines
10846 into the table of contents.
10848 * org-latex.el (org-export-latex-special-chars): Find subsequent
10849 occurrences of special characters.
10850 (org-export-latex-tables): Do not convert table-like stuff that is
10853 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10855 * org-list.el (org-toggle-checkbox): No errors when updating
10856 checkbox count fails because there is no heading.
10858 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10860 * org-clock.el (org-clock-report-include-clocking-task):
10862 (org-clock-sum): Add the current clocking task.
10864 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10866 * org.el (org-cycle): Print a message when in a table.el table.
10867 (org-edit-special): Recognize the table.el context.
10868 (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
10870 * org-src.el (org-at-table.el-p): Declare.
10871 (org-edit-src-code): Handle a special case for table.el editing.
10872 (org-edit-src-find-region-and-lang): Recognize the table.el
10875 * org-latex.el (org-export-latex-tables): Convert table.el
10877 (org-export-latex-convert-table.el-table): New function.
10879 * org-html.el (org-html-expand): Fix table.el export.
10881 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10884 * org-id.el (org-id-find-id-file): Fix bug when there is no hash
10885 table for the id locations.
10887 * org.el (org-read-date-analyze): Match American-style dates, like
10888 5/30 or 5/13/7. Make sure cal-iso.el is loaded. Don't force he
10889 current year when reading ISO and American dates.
10891 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10893 * org.el (org-face-from-face-or-color): New function.
10894 (org-get-todo-face, org-font-lock-add-priority-faces)
10895 (org-get-tag-face): Use `org-face-from-face-or-color'.
10897 * org-faces.el (org-todo-keyword-faces, org-priority-faces):
10898 Allow simple colors as values.
10899 (org-faces-easy-properties): New option.
10901 * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
10902 restricted, as an agenda mode.
10903 (org-agenda-fontify-priorities): Allow simple colors as values.
10905 2010-04-10 Bastien Guerry <bzg@altern.org>
10907 * org-timer.el (org-timer-current-timer): Rename from
10908 `org-timer-last-timer'.
10909 (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
10910 (org-timer-cancel-timer, org-timer-show-remaining-time)
10911 (org-timer-set-timer): Update to use only one timer.
10913 * org.el (org-set-property): Remove useless space in the prompt.
10915 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10917 * org-html.el (org-export-html-style-default): Add a default style
10920 * org-exp.el (org-export-format-source-code-or-example):
10923 2010-04-10 Bastien Guerry <bzg@altern.org>
10925 * org-clock.el (org-clock-current-task): New variable to store
10926 last clocked in task.
10927 (org-clock-set-current, org-clock-delete-current): New functions.
10929 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10931 * org-remember.el (org-remember-apply-template): Extend comment.
10932 (org-remember-handler): Implement clock sibling filing.
10934 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10936 * org-publish.el (org-publish-all, org-publish-current-file)
10937 (org-publish-current-project): When called with prefix argument
10938 FORCE, also rebuild the validation file list.
10940 * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10943 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10945 * org-html.el (org-export-as-html-and-open): Kill product buffer
10946 if the user wants that.
10948 * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
10949 if the user wants that.
10951 * org-exp.el (org-export-kill-product-buffer-when-displayed):
10954 * org-agenda.el (org-batch-agenda-csv): Use the time property
10955 instead of the `time-of-day' property.
10957 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10959 * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
10960 (org-timer-pause-hook, org-timer-set-hook)
10961 (org-timer-cancel-hook): New hooks.
10962 (org-timer-start): Run `org-timer-start-hook'.
10963 (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
10964 (org-timer-stop): Run `org-timer-stop-hook'.
10965 (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
10967 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10969 * org.el (org-reveal): Double prefix arg shows the subtree of the
10972 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10974 * org-agenda.el (org-search-view): Fix bug with searching full
10975 words in headlines in search view.
10976 (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
10977 (org-agenda-get-deadlines): Suppress pre-warning if the entry is
10978 scheduled (if the user configures it so.
10980 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10982 * org.el (org-hide-archived-subtrees): Don't jump to end of
10983 subtree if the match was not in a headline.
10984 (org-inside-latex-macro-p): Allow more complex arguments.
10985 (org-emphasize): Protect against use at end of buffer.
10987 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10989 * org-agenda.el (org-agenda-align-tags): Avoid side effects on
10992 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
10994 * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
10996 (org-agenda-todo-ignore-scheduled)
10997 (org-agenda-todo-ignore-deadlines): More control with different
10999 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
11000 Honor the new option settings.
11002 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11004 * org.el (org-get-location): Make sure the selection buffer is
11005 shown in the current frame.
11007 * org-ascii.el (org-export-ascii-table-widen-columns):
11009 (org-export-ascii-preprocess): Realign tables to remove narrowing
11010 if `org-export-ascii-table-widen-columns' is set.
11012 * org-table.el (org-table-do-narrow): New variable.
11013 (org-table-align): Narrow only if `org-table-do-narrow' is t.
11015 * org.el (org-deadline, org-schedule): Allow updating if the
11016 relevant time stamp does not have a repeater, i.e. do not require
11017 that no time stamp has a repeater.
11019 * org-agenda.el (org-agenda-align-tags): Don't add a face to the
11020 new white space before the tags.
11022 * org-latex.el (org-export-as-latex): Do nit require the buffer to
11023 be visiting a file when only exporting to a buffer or string.
11024 (org-export-latex-fix-inputenc): Only save the buffer is there is
11025 a file name attached to it.
11027 2010-04-10 Dan Davison <davison@stats.ox.ac.uk>
11029 * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
11031 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11033 * org.el (org-fontify-meta-lines-and-blocks):
11034 Honor `org-fontify-quote-and-verse-blocks'.
11036 * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
11038 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11040 * org.el (org-open-at-point): Also check for text property
11041 org-linked-text before offering collected links.
11043 2010-04-10 Stephen Eglen <stephen@gnu.org>
11045 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11046 Optionally extract time specification from text and add to the
11049 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11051 * org-exp.el (org-html-entities): Fix typo.
11053 * org-latex.el (org-export-latex-make-header): Use \providecommand
11054 to make sure the \alert macro is defined.
11056 * org.el (org-format-latex-signal-error)
11057 (org-create-formula-image): Use `org-format-latex-signal-error'.
11059 2010-04-10 Stephen Eglen <stephen@gnu.org>
11061 * org.el (org-store-link): For dired buffers, use
11062 default-directory as link name if dired-get-filename returns
11065 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11067 * org-exp.el (org-export-concatenate-multiline-links): The for
11068 protectedness at beginning of match.
11070 * org-latex.el (org-export-latex-fix-inputenc): Never leave the
11071 AUTO as a coding system, instead default to utf8.
11073 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11075 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11076 (org-block-todo-from-checkboxes): Respect the local variable
11077 value when deciding if blocking should be active.
11079 * org-latex.el (org-export-latex-make-header): Define the align
11080 macro if it is not yet defined.
11082 * org-agenda.el (org-agenda-insert-diary-make-new-entry):
11083 Call `org-insert-heading' with the INVISIBLE-OK argument.
11085 * org-mac-message.el (org-mac-message-insert-flagged):
11086 Call `org-insert-heading' with the INVISIBLE-OK argument.
11088 * org.el (org-insert-heading): New argument INVISIBLE-OK.
11090 * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
11093 * org-html.el (org-html-level-start): Use the
11094 `html-container-class' text property to set an additional class
11095 for an outline container.
11097 * org-exp.el (org-export-remember-html-container-classes):
11099 (org-export-preprocess-string):
11100 Call `org-export-remember-html-container-classes'.
11102 * org.el (org-cycle): Mention level cycling in the docstring.
11103 (org-default-properties): Add new property HTML_CONTAINER_CLASS.
11105 * org-remember.el (org-remember-apply-template): Do file insertion
11108 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11110 * org-habit.el (org-habit-insert-consistency-graphs): Fix a
11111 problem with mis-aligned graphs when showing habits.
11113 2010-04-10 Mikael Fornius <mfo@abc.se>
11115 * org.el (org-assign-fast-keys): Prefer keys used in keyword name
11116 when assigning. Begin using numerical characters when all in name
11117 is used up. This is to spare alphanumeric characters for better
11118 match with other keywords.
11120 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11122 * org-exp.el (org-export-preprocess-hook): Improve documentation.
11124 * org-latex.el (org-export-latex-preprocess): More consistent
11125 conversion and protection of the words LaTeX and TeX.
11126 (org-export-latex-fontify-headline, org-export-latex-preprocess):
11127 Allow angle brackets in commands, for beamer.
11129 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11131 * org-clock.el (org-clock-in): Improve the look of the clock line
11132 by formatting links.
11134 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11136 * org-latex.el (org-export-latex-classes): Use AUTO as the place
11137 holder string for the coding system. And improve the
11139 (org-export-latex-fix-inputenc): Only modify the coding system if
11140 it is given by the placeholder AUTO.
11142 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11144 * org-clock.el (org-task-overrun-text): New option.
11145 (org-task-overrun, org-clock-update-period): New variables.
11146 (org-clock-get-clock-string, org-clock-update-mode-line):
11147 Mark overrun clock.
11148 (org-clock-notify-once-if-expired): Check if clock is overrun.
11150 * org-faces.el: New face `org-mode-line-clock-overrun'.
11152 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11154 * org.el (org-narrow-to-subtree): Position the end of the narrowed
11155 region before the line with the next heading, to prevent the user
11156 from prepending text to the next headline.
11158 2010-04-10 Stephen Eglen <stephen@gnu.org>
11160 * org-agenda.el (org-get-time-of-day):
11161 Use org-agenda-time-leading-zero to allow leading zero (rather than
11164 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11166 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11167 org-datetree.el is loaded.
11169 * org-datetree.el: Autoload `org-datetree-find-day-create'.
11171 * org-latex.el (org-export-latex-hyperref-format): New option.
11172 (org-export-latex-links): Use `org-export-latex-hyperref-format'.
11174 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11176 * org-ctags.el (org-ctags-enable): Change order of functions.
11177 (org-ctags-create-tags): Add wildcard to file name expansion.
11179 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11181 * org.el (org-entry-properties): Fix some important bugs.
11183 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11185 * org.el (org-link-unescape, org-link-escape): Only use hexlify if
11186 the table is not explicitly given.
11188 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11190 * org-clock.el (org-clock-out-when-done): Allow a list of keywords
11192 (org-clock-out-if-current): Work with the new list value of
11193 `org-clock-out-when-done'.
11194 (org-clock-out, org-clock-out-if-current): Avoid circular logic
11195 between clocking out and state changes.
11197 * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
11199 * org-latex.el (org-export-latex-treat-backslash-char): Do not by
11200 accident protect a character that is before a backslash.
11202 2010-04-10 Paul Sexton <eeeickythump@gmail.com>
11204 * org-ctags.el: New file.
11206 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11208 * org-agenda.el (org-diary-class):
11209 Use `org-order-calendar-date-args'.
11211 * org.el (org-order-calendar-date-args): New function.
11213 * org-exp.el (org-export-target-internal-links): Check for
11214 protectedness after the first bracket.
11216 * org.el (org-entry-properties): Don't match wrong-case TODO
11219 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
11220 Document that ARG is passed through to remove the date.
11221 (org-agenda-bulk-action): Accept prefix arg and pass it on.
11222 Do not read a date when the user has given a `C-u' prefix.
11224 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11226 * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
11229 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11231 * org-latex.el (org-export-latex-fix-inputenc): New function.
11232 (org-export-latex-inputenc-alist): New option.
11234 * org-exp.el (org-export): New key SPC to publish enclosing
11237 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11239 * org-indent.el (org-indent-add-properties): Catch case when there
11240 is no headline in the buffer.
11242 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11244 * org-exp.el (org-html-entities): Add checkmark symbol.
11246 * org-ascii.el (org-export-ascii-preprocess): Protect targets in
11247 verbatim code for ASCII export.
11249 * org.el (org-update-statistics-cookies): Also see checkboxes in
11252 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11254 * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
11257 * org-beamer.el (org-beamer-amend-header): Change the location
11258 where `org-beamer-header-extra' is inserted.
11260 * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
11261 just for computing this regexp.
11263 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11265 * org-beamer.el (org-beamer-frame-default-options): New option.
11266 (org-beamer-sectioning): Use default options if the user does not
11268 (org-beamer-fix-toc): Put a frame around the table of contents.
11270 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
11271 Make sure case-folding works well when processing comment stuff.
11273 * org-latex.el (org-export-latex-after-save-hook): New hook.
11274 (org-export-as-latex): Run the new hook.
11276 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11278 * org-beamer.el (org-beamer-environments-default): Add the note
11280 (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
11281 lines and collect and combine the content.
11282 (org-beamer-after-initial-vars): Check for note tags and make sure
11283 they will be seen like a property.
11285 * org.el (org-offer-links-in-entry): Fix bug when there is a
11288 * org-exp.el (org-export): Make sure the mark is activated, also
11289 when `transient-mark-mode' is off.
11291 * org-agenda.el (org-agenda-search-view-always-boolean): New option.
11292 (org-agenda-search-view-search-words-only): Obsolete variable, is
11293 now an alias for `org-agenda-search-view-always-boolean'.
11294 (org-agenda-search-view-force-full-words): New option.
11295 (org-search-view): Improve docstring, and implement a better logic
11296 for Boolean and phrase searches.
11297 (org-agenda-last-search-view-search-was-boolean): New variable.
11298 (org-agenda-manipulate-query): Consider the type of the last
11299 search when modifying the search string.
11301 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11303 * org-latex.el (org-export-as-latex): Do the first letbind in the
11306 * org-agenda.el (org-get-entries-from-diary): Add the new face to
11309 * org-faces.el (org-agenda-diary): New face.
11311 * org.el (org-make-link-regexps): Allow regexp-special characters
11313 (org-open-file): When in-emacs is `system', also force system
11314 opening, like when the value was `(16)'.
11315 (org-update-statistics-cookies): Handle entries without children.
11318 (org-export-preprocess-before-normalizing-links-hook): New hook.
11319 (org-export-preprocess-string): Run the new hook.
11321 * org.el (org-offer-links-in-entry): Make RET open all links.
11323 * org-html.el (org-export-as-html): Remove any leftover display
11324 properties in the html file.
11326 * org-wl.el (org-wl-store-link): Work-around for format bug with
11329 * org-habit.el (org-habit-insert-consistency-graphs): Turn off
11330 invisibility while adding the graphs.
11332 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11334 * org-remember.el (org-select-remember-template): Use C letter to
11335 customize remember templates.
11337 * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
11338 Move cursor to next visible line.
11340 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11342 * org-beamer.el (org-beamer-sectioning): Leave columns environment
11343 by specifying 0 or 1 for column width.
11344 (org-beamer-column-widths): Make 0 stand for 0.0.
11346 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11348 * org-exp.el (org-export-mark-radio-links): Don't match inside
11351 * org.el (org-format-latex-header-extra): New variable.
11352 (org-format-latex): Set org-format-latex-header-extra from
11354 (org-format-latex): Add org-format-latex-header-extra to the
11355 variables on which image creation depends.
11356 (org-create-formula-image): Add the header stuff from in-buffer
11358 (org-read-date-analyze): Base the analysis for future preference
11359 on NOW, not on the default date.
11361 * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
11362 for TODO keyword in inline tasks.
11364 * org.el (org-log-note-headings): New headings for removing
11365 deadline or scheduling date.
11366 (org-deadline, org-schedule): Arrange for logging when removing a
11368 (org-add-log-note): Handle deadline and scheduling removal.
11370 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11372 * org-exp.el (org-export-visible): Add LaTeX/pdf export.
11374 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11376 * org-agenda.el (org-diary-class): New function.
11378 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11380 * org-latex.el (org-export-latex-preprocess): Do process the text
11383 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11385 * org.el (org-entry-properties): Add TIMESTAMP properties back
11388 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11390 * org.el (org-all-time-keywords): New variable.
11391 (org-set-regexps-and-options): Set `org-all-time-keywords'.
11392 (org-entry-blocked-p): New function.
11393 (org-special-properties): Add BLOCKED as a new special property.
11394 (org-entry-properties): New optional argument SPECIFIC, only parse
11395 for this property when it is specified.
11396 (org-entry-get): Pass a SPECIFIC argument to
11397 `org-entry-properties'.
11399 * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
11401 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11403 * org-latex.el (org-export-latex-tables): No forced line end if
11404 there is no caption.
11406 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11408 * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
11411 * org-latex.el (org-export-latex-tables): Only add a caption when
11412 macro in in longtable environments if one has been defined.
11414 * org-html.el (org-export-as-html): Only take title from buffer if
11415 not exporting body-only.
11417 * org-latex.el (org-export-latex-preprocess): Better version of
11418 the regular expression for protecting LaTeX macros.
11419 (org-export-latex-preprocess): Start searching for macros to
11420 protect from beginning of buffer.
11422 * org-exp.el (org-export-target-internal-links): Check for
11423 protectedness earlier in the string.
11425 * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
11428 * org-id.el (org-id-store-link): Match TODO keywords case
11431 * org.el (org-heading-components, org-get-outline-path)
11432 (org-display-outline-path): Match TODO keywords case sensitively.
11434 * org-latex.el (org-export-as-latex): Ignore read-only
11437 * org-exp.el (org-export-preprocess-string): Remove any
11438 `read-only' properties.
11440 * org-agenda.el (org-agenda-inactive-leader): New option.
11441 (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
11442 (org-tags-view): Prompt for matcher if MATCH is an empty string.
11443 (org-todo-list): Prompt for matcher if ARG is an empty string.
11445 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11447 * org.el (org-open-link-functions): New hook.
11448 (org-open-at-point): Run `org-open-link-functions'.
11450 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11452 * org-agenda.el (org-agenda-date-prompt): Allow inactive time
11455 * org.el (org-inhibit-startup-visibility-stuff): New variable.
11456 (org-mode): Don't do startup visibility if inhibited.
11457 (org-outline-overlay-data, org-set-outline-overlay-data):
11459 (org-save-outline-visibility): New macro.
11460 (org-log-note-headings): Document that one should not change the
11461 `state' note format.
11463 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11465 * org.el (org-make-link-regexps): Capture link path into a group.
11467 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11469 * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
11472 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11474 * org.el (org-startup-with-beamer-mode): New option.
11475 (org-property-changed-functions)
11476 (org-property-allowed-value-functions): New hooks.
11477 (org-entry-put, org-property-get-allowed-values): Run the new
11479 (org-property-next-allowed-value): Run the new hooks.
11481 * org-exp.el (org-export-select-backend-specific-text): Add the
11482 special beamer tags.
11484 * org-beamer.el: New file.
11486 * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
11487 (org-export-as-latex):
11488 Run `org-export-latex-after-initial-vars-hook'.
11489 (org-export-latex-format-toc-function)
11490 (org-export-latex-make-header):
11491 Call `org-export-latex-format-toc-function'.
11493 * org.el (org-fill-template): Make template searches case sensitive.
11495 * org-exp.el (org-export): Use "1" as a sign to export only the
11498 * org-colview-xemacs.el (org-columns-edit-value):
11499 Use org-unrestricted property.
11501 * org-colview.el (org-columns-edit-value):
11502 Use org-unrestricted property.
11504 * org.el (org-compute-property-at-point): Set org-unrestricted
11505 text property if the list contains ":ETC".
11506 (org-insert-property-drawer):
11507 Use org-unrestricted property.
11510 (org-export-preprocess-before-selecting-backend-code-hook): New hook.
11511 (org-export-preprocess-string):
11512 Run `org-export-preprocess-before-selecting-backend-code-hook'.
11514 * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
11516 * org-latex.el (org-export-region-as-latex):
11517 Run `org-export-first-hook'.
11519 * org-html.el (org-export-as-html): Run `org-export-first-hook'.
11521 * org-docbook.el (org-export-as-docbook):
11522 Run `org-export-first-hook'.
11524 * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
11526 * org-exp.el (org-export-first-hook): New hook.
11528 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11530 * org-list.el (org-previous-item): Exit at the beginning of the
11533 * org-id.el (org-id-locations-save): Only write the id locations
11534 if any are defined.
11536 * org-archive.el (org-archive-all-done): Make this work in a file
11537 with org-odd-levels-only set.
11539 * org.el (org-get-refile-targets): Catch the case when a buffer
11542 * org-latex.el (org-export-as-latex): Cleanup forced line ends
11543 where they are not needed.
11544 (org-export-latex-subcontent): Remove unnecessary newlines.
11546 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11548 * org-latex.el (org-export-latex-make-header): Remove \obeylines.
11549 (org-export-latex-fontify): Fix regexp bug that takes special
11550 care of protecting the right boundary characters in emphasis
11552 (org-export-latex-preprocess): Allow multiple arguments to latex
11555 * org.el (org-make-link-regexps): Use John Gruber's regexp for
11558 * org-macs.el (org-re): Interpret :punct: in regexps.
11560 * org-exp.el (org-export-replace-src-segments-and-examples):
11561 Also take the final newline after the END line.
11563 * org.el (org-clean-visibility-after-subtree-move): Only fix
11564 entries that are not entirely invisible already.
11565 (org-insert-link): Respect org-link-file-path-type for
11566 "docview:" links in addition to "file:" links.
11568 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11570 * org-exp.el (org-export-format-source-code-or-example):
11571 Avoid additional extra white lines in LaTeX.
11573 * org-list.el (org-list-parse-list): Leave empty lines after the
11574 list, don't consider them as part of the list.
11576 * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
11579 * org-clock.el (org-clock-select-task): Convert integer to
11580 character for XEmacs.
11582 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11584 * org-clock.el (org-clock-resolve): Make reading a char XEmacs
11587 2010-04-10 Tassilo Horn <tassilo@member.fsf.org>
11589 * org.el (org-complete-tags-always-offer-all-agenda-tags):
11591 (org-set-tags): Use it.
11593 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11595 * org-list.el (org-empty-line-terminates-plain-lists):
11598 * org.el (org-format-latex): Fix link creation for processed latex
11601 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11603 * org-footnote.el (org-footnote-normalize): Protect replacement
11606 * org.el (org-inside-latex-macro-p): Save match data.
11608 2010-04-10 Jan Böcker <jan.boecker@jboecker.de>
11610 * org-docview.el: New file.
11612 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11614 * org-latex.el (org-export-latex-class-options): New variable.
11615 (org-export-latex-set-initial-vars): Use the class options.
11617 * org.el (org-forward-same-level): Stop at headings that start
11618 with an invisible character.
11619 (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
11621 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11623 * org-footnote.el (org-footnote-normalize): Don't take optional
11624 arguments in LaTeX macros as footnotes.
11626 * org.el (org-inside-latex-macro-p): New function.
11628 * org-latex.el (org-latex-to-pdf-process): Change customization
11629 group to `org-export-pdf'.
11631 * org-agenda.el (org-agenda-get-blocks): Look at time string also
11632 on days after the first one.
11634 * org.el (org-insert-heading): Also check for item before assuming
11635 before-first-heading condition.
11637 * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
11638 (org-export-pdf-logfiles): New option.
11639 (org-export-as-pdf): Use `org-export-pdf-logfiles'.
11640 (org-export-pdf-logfiles): Fix customization type.
11642 * org.el (org-insert-link): Improve error message when there is no
11643 default link to select with RET.
11645 * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
11648 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11650 * org-latex.el (org-export-latex-parse-global)
11651 (org-export-latex-parse-content)
11652 (org-export-latex-parse-subcontent):
11653 Use `org-re-search-forward-unprotected'.
11654 (org-export-as-pdf): Remove log files produced by XeTeX.
11656 * org-macs.el (org-re-search-forward-unprotected): New function.
11658 2010-04-10 James TD Smith <ahktenzero@mohorovi.cc>
11660 * org-colview.el (org-agenda-colview-summarize): Sort out some
11661 confusion between properties and titles, which resulted in
11662 agenda summaries not working if a title was set for a column.
11664 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11666 * org-mobile.el (org-mobile-agendas): New option.
11667 (org-mobile-sumo-agenda-command): Select the right agendas.
11669 * org-latex.el (org-export-latex-format-image): Preserve the
11670 original-indentation property.
11672 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11674 * org-clock.el (org-clock-insert-selection-line): Catch error when
11675 an old tasks no longer exists.
11677 * org-latex.el (org-export-as-pdf): Remove also the .idx file.
11678 (org-export-as-pdf): Don't remove the old PDF file before making
11681 * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
11682 (org-mouse-context-menu): Use `org-looking-back'.
11684 * org.el (org-cycle-level): Use `org-looking-back'.
11686 * org-list.el (org-cycle-item-indentation):
11687 Use `org-looking-back'.
11689 * org-compat.el (org-looking-back): New function.
11691 * org.el (org-insert-heading): Catch before-first-headline when
11692 inserting a headline.
11694 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11696 * org-latex.el (org-export-latex-format-image): Indent figure
11697 environment, so that it does not interrupt plain list.
11699 * org.el (org-open-at-point): Allow long link descriptions.
11701 2010-04-10 Carsten Dominik <carsten.dominik@gmail.com>
11703 * org-html.el (org-export-as-html): Remove empty lines at the
11704 beginning of the exported text.
11706 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
11708 * org.el (org): Remove from hypermedia group.
11710 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
11714 2010-02-15 Chong Yidong <cyd@stupidchicken.com>
11716 * org-freemind.el (org-freemind-from-org-mode-node)
11717 (org-freemind-from-org-mode)
11718 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
11719 Pass arg to called-interactively-p.
11721 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
11723 * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
11724 Fix typos in docstrings.
11726 2010-01-01 Juanma Barranquero <lekktu@gmail.com>
11728 * org.el (org-get-outline-path, org-speed-command-help):
11729 Fix typos in error messages.
11731 2009-12-14 Juri Linkov <juri@jurta.org>
11733 * org-html.el (org-export-html-style-include-default):
11734 Put `safe-local-variable booleanp' on
11735 `org-export-html-style-include-default' instead of mistakenly
11736 duplicate `org-export-html-style'.
11738 2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
11740 * org-agenda.el (org-agenda-diary-entry-in-org-file):
11741 Rebuild agenda after adding new entry.
11743 * org-datetree.el (org-datetree-find-day-create): Fix regular
11746 * org.el (org-display-outline-path): Use a format specifier for
11747 message, to avoid problems with heading containing `%'.
11749 * org-agenda.el (org-agenda-hide-tags-regexp): New option.
11750 (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
11751 (org-agenda-fix-displayed-tags): New function.
11752 (org-agenda-do-context-action): Just call
11753 `org-display-outline-path', without piping the result through
11756 * org-latex.el (org-export-latex-preprocess): Protect secondary
11757 footnote references.
11759 * org-indent.el (org-indent-initialize): Avoid empty strings as
11762 * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11763 hat checking for the mark does not throw an error.
11764 (org-agenda-diary-entry-in-org-file): Catch the case that there is
11765 not `day' text property in the cursor line.
11767 * org.el (org-sort-entries-or-items): Make sure that the final
11768 entry has a newline before doing the sorting.
11770 * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
11771 property at the beginning of the line.
11773 * org.el (org-make-link-string): Don't allow a description with
11776 * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
11777 (org-agenda-insert-diary-as-top-level): New function.
11778 (org-agenda-add-entry-to-org-agenda-diary-file):
11779 Call `org-agenda-insert-diary-as-top-level'.
11781 * org.el (org-occur-in-agenda-files): Make sure none of the
11782 buffers is narrowed.
11783 (org-activate-plain-links): Add the face property here.
11784 (org-set-font-lock-defaults): Do not add the face to plain links,
11785 the activator function does this.
11787 * org-habit.el (org-is-habit-p): Add doc string.
11789 * org-archive.el (org-archive-subtree-default-with-confirmation):
11792 * org-latex.el (org-export-latex-fontify): Fix regexp to make char
11793 after match optional (happens at the end of a line...).
11795 * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
11796 for special blocks.
11798 * org-faces.el (org-copy-face): Set lisp indentation.
11799 (org-quote, org-verse): New faces.
11801 * org-agenda.el (org-agenda-remove-date): Remove variable.
11803 * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
11805 * org-html.el (org-export-as-html): Move the home/up link into
11808 * org.el (org-export-latex-packages-alist): Option definition
11809 moved here from org-latex.el.
11811 * org-html.el (org-export-html-home/up-format): Add an ID to the
11814 * org-wl.el (org-wl-store-link): Handle the case that
11815 `wl-use-petname' is set.
11817 * org.el (org-set-effort): Improve prompt.
11818 (org-get-outline-path): Widen to get full path.
11819 (org-compact-display-after-subtree-move): Function removed.
11821 2009-11-20 Eric Schulte <schulte.eric@gmail.com>
11823 * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
11824 hash keys to cache and re-use images generated by the
11825 org-exp-blocks interface to ditaa and dot.
11827 * org.el (org-format-latex): Latex images are now saved to files
11828 named by the sha1 hash of the latex source text avoiding
11829 regeneration of identical images.
11831 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11833 * org-latex.el (org-export-as-latex): Add the :drawers property.
11835 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11837 * org.el (org-speed-commands-user): Allow documentation headlines.
11838 (org-speed-commands-default): Organize the value of this constant
11839 with descriptive headlines.
11840 (org-print-speed-command): Output the headlines.
11842 2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
11844 * org-agenda.el (org-agenda-show-outline-path): New option.
11845 (org-agenda-do-context-action): New function.
11846 (org-agenda-next-line, org-agenda-previous-line):
11847 Use `org-agenda-do-context-action'.
11849 * org.el (org-use-speed-commands): Allow function value.
11850 (org-speed-commands-default): Make headline motion safe, so that
11851 these commands always end on a headline.
11852 (org-speed-commands-default): New key `v' for `org-agenda'.
11853 (org-speed-move-safe): New function.
11854 (org-self-insert-command): Use the function value of
11855 `org-use-speed-commands'.
11856 (org-get-outline-path): Improve docstring.
11857 (org-format-outline-path): New function.
11858 (org-display-outline-path): New function.
11860 2009-11-15 John Wiegley <jwiegley@gmail.com>
11862 * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
11863 a string, use that to find the LOGBOOK drawer.
11865 2009-11-15 Glenn Morris <rgm@gnu.org>
11867 * org-agenda.el (org-datetree-find-date-create)
11868 (org-habit-get-priority):
11869 * org.el (org-format-agenda-item): Fix declarations.
11871 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11873 * org.el (org-clone-subtree-with-time-shift): Make it work at the
11876 * org-mobile.el (org-mobile-write-checksums): Specify coding
11878 (org-mobile-timestamp-buffer): Keep local variable/mode line at
11879 beginning of buffer.
11881 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
11883 * org.el (org-block-todo-from-children-or-siblings-or-parent)
11884 (org-block-todo-from-checkboxes): Do not block changes to a nil
11887 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
11889 * org-habit.el (org-habit-parse-todo): Indicate which habit is
11890 wrongly set up in the error messages.
11892 * org-colview.el (org-columns-display-here): Don't try to
11893 calculate values if the underlying property is not set.
11894 (org-columns-string-to-number): Convert age strings back into
11896 (org-agenda-colview-summarize): Handle extended summary types
11899 * org-colview-xemacs.el (org-columns-display-here): Don't try to
11900 calculate values if the underlying property is not set.
11901 (org-columns-string-to-number): Convert age strings back into
11903 (org-agenda-colview-summarize): Handle extended summary types
11906 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11908 * org-exp.el (org-export-format-drawer-function): New variable.
11909 (org-export-format-drawer): New function.
11910 (org-export-preprocess-string): Pass the backend as a parameter to
11911 `org-export-remove-or-extract-drawers'.
11912 (org-export-remove-or-extract-drawers): New parameter BACKEND.
11914 * org-protocol.el (org-protocol-char-to-string): New defsubst.
11916 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11918 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
11919 message when no block is selected.
11921 * org-latex.el (org-export-latex-links): Check for protectedness
11922 in the last matched character, not after the match.
11924 * org-datetree.el (org-datetree-find-date-create):
11925 Respect restriction when KEEP-RESTRICTION is set.
11926 (org-datetree-file-entry-under): New function.
11927 (org-datetree-cleanup): New command.
11929 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
11931 * org-src.el (org-edit-src-code): New optional argument context
11932 allows calling functions to avoid altering the saved window
11934 (org-edit-src-exit): Do not restore window configuration when this
11935 function is used in the context of saving the edit buffer.
11937 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11939 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
11940 instances to switching to with-current-buffer, because these seem
11941 to cause problems - no idea why.
11943 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11944 Require diary-lib for (diary-date-display-form).
11946 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11948 * org.el (org-log-reschedule, org-log-redeadline): New options.
11949 (org-log-note-headings): Add templates for rescheduling and
11951 (org-startup-options): Add in-buffer settings for logging changing
11952 schedule and deadline time stamps.
11953 (org-deadline, org-schedule): Check for existing date and arrange
11954 for logging if the user requests it.
11955 (org-add-log-note): Prepare proper note buffers for rescheduling
11956 and deadline changes.
11958 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11960 * org-agenda.el (org-agenda-diary-entry-in-org-file)
11961 (org-agenda-add-entry-to-org-agenda-diary-file)
11962 (org-agenda-insert-diary-make-new-entry): New functions.
11963 (org-agenda-diary-entry):
11964 Call `org-agenda-diary-entry-in-org-file' when appropriate.
11966 * org.el (org-calendar-insert-diary-entry-key): New option.
11967 (org-agenda-diary-file): New option.
11968 ("calendar"): Install our insertion function in the calendar.
11970 * org-remember.el (org-datetree): Require.
11971 (org-remember-templates): Add new positioning option.
11972 (org-remember-reference-date): New variable.
11973 (org-remember-apply-template): Store the reference date in a local
11975 (org-remember-handler): Implement date tree positioning of entries.
11977 * org-datetree.el: New file.
11979 * org-latex.el (org-export-latex-preprocess): Protect targets in
11982 * org-html.el (org-export-as-html): Protect targets in verbatim
11985 * org-docbook.el (org-export-as-docbook): Protect targets in
11988 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
11990 * org-clock.el (org-show-notification): Handle messages that
11991 contain a percent character.
11993 * org-remember.el (org-remember-apply-template): Turn of partial
11996 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
11997 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
11999 * org.el (org-indent-mode): Define variable already in org.el.
12000 (org-unfontify-region): Remove line-prefix and wrap-prefix
12001 properties only if org-indent-mode is active.
12003 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12005 * org-icalendar.el (org-print-icalendar-entries): Save match data
12006 around call to verify function.
12007 (org-print-icalendar-entries): Add a call to the verification
12010 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
12011 save-restrivtion' form.
12013 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12015 * org-exp.el (org-export-format-source-code-or-example):
12016 Restrict scope of preserve-indentp to the let binding.
12017 (org-src): Require org-src, since org-src-preserve-indentation is used.
12019 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12021 * org-timer.el (org-timer-set-timer): Set variables
12022 org-timer-timer[123] correctly.
12024 * org-mobile.el (org-mobile-files-alist): Make it work when
12025 `agenda-archives' is included in
12026 `org-agenda-text-search-extra-files'.
12027 (org-mobile-push): Restore agenda after mobile push.
12029 2009-11-13 John Wiegley <jwiegley@gmail.com>
12031 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
12032 way the amount of idle time is presented in the minibuffer.
12034 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12036 * org-icalendar.el (org-print-icalendar-entries):
12037 Use org-icalendar-verify-function only if non-nil.
12039 * org.el (org-refile): Refile to clock only if the prefix arg is
12041 (org-sparse-tree): Fix docstring to be in line with prompt.
12042 (org-update-parent-todo-statistics):
12043 Call `org-after-todo-statistics-hook' on each level.
12045 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12047 * org-remember.el (org-remember-apply-template): Make sure the
12050 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12052 * org.el (org-tab-ind-state): New variable.
12053 (org-cycle-level): New function.
12054 (org-cycle-level-after-item/entry-creation): New option.
12055 (org-flag-subtree): New function.
12056 (org-hide-archived-subtrees): Call `org-flag-subtree'.
12057 (org-set-effort): Indexed access.
12059 * org-list.el (org-cycle-item-indentation): New function.
12061 * org.el (org-refile): Make prefix argument 2 refile to current
12063 (org-priority): Interpret action `remove' as call to remove the
12066 * org-remember.el (org-remember-apply-template): Don't depend on
12067 buffer name being like file name.
12069 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12071 * org-clock.el (org-clock-play-sound): Expand file in
12072 org-clock-sound, to allow ~ for home.
12074 * org-remember.el (org-remember-handler):
12075 Set text-before-node-creation even if this already looks like a node,
12076 because the string might be needed on non-org-mode target files.
12078 * org-agenda.el (org-agenda-open-link): Make this work in agenda
12080 (org-agenda-switch-to): Follow a link at point if
12081 org-return-follows-link' is set and there is nothing else to do in
12084 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12086 * org-colview-xemacs.el: Add in changes from org-colview.el.
12088 2009-11-13 Dan Davison <davison@stats.ox.ac.uk>
12090 * org-exp-blocks.el: Modify split separator regexp to avoid empty
12093 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12095 * org-colview.el (org-columns-new): Make this work with the new
12097 (org-columns-store-format): Make this work with the new operators.
12099 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12101 * org-src.el (org-src-preserve-indentation): Document that this
12102 variable is also used during export.
12104 * org-exp.el (org-export-format-source-code-or-example):
12105 Preserve indentation if a block has a -i option, or if
12106 `org-src-preserve-indentation' is set.
12108 * org-exp-blocks.el (org-export-blocks-preprocess):
12109 Preserve indentation if a block has a -i option, or if
12110 `org-src-preserve-indentation' is set.
12112 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12114 * org.el (org-mode-map): Define the new archiving keys.
12115 (org-speed-commands-default): Define an archiving key in the speed
12117 (org-org-menu): Improve the menu structure concerning archiving.
12119 * org-archive.el (org-archive-subtree-default-with-confirmation):
12122 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
12123 (org-agenda-menu): Add the new archiving commands to the menu.
12124 (org-agenda-archive-default)
12125 (org-agenda-archive-default-with-confirmation): New commands.
12126 (org-agenda-archive, org-agenda-archive-to-archive-sibling):
12127 Just call `org-agenda-archive-with'.
12128 (org-agenda-archive-with): New function.
12130 * org-table.el (org-table-convert-region): Inert spaces around "|"
12131 to avoid line beginnings like "|-1" which will be mistaken as
12134 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12136 * org.el (org-offer-links-in-entry): Return nil if there are no
12137 links, t if a link has been selected.
12138 (org-open-at-point): Open attachment directory when called in the
12139 headline and there are no links in the entry body.
12140 (org-speed-commands-default): Add "o" for open-at-point as a speed
12143 * org-attach.el (org-attach-reveal): Optional prefix arg
12144 IF-EXISTS, which avoids creating the attachment directory if it
12145 does not yet exist.
12147 * org-agenda.el (org-agenda, org-run-agenda-series):
12150 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12152 * org.el ("abbrev"): Work with abbrev tables only after they have
12155 * org-list.el (org-list-send-list): Fix bug related to match
12158 * org-latex.el (org-export-latex-fontify): Apply verbatim
12160 (org-export-latex-make-header): Insert \obeylines if line breaks
12161 should be preserved.
12163 * org-exp.el (org-export-protect-verbatim): Add an
12164 `org-verbatim-emph' property to such text.
12166 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12168 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
12169 (org-print-icalendar-entries): Skip entries where the timestamp is
12170 not a deadline and not scheduled, if the user requests that.
12172 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
12173 before an opening quote.
12175 * org-archive.el (org-archive-subtree): Keep archive after
12176 archiving something.
12178 * org-id.el (org-id-update-id-locations): Add archive files if
12179 that is required by `org-id-extra-files'.
12181 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12183 * org-src.el (org-src-window-setup): New option.
12184 (org-src-switch-to-buffer): New function.
12185 (org-edit-src-exit): Add optional argument CONTEXT and use it to
12186 restore window configuration.
12187 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
12188 Call `org-src-switch-to-buffer'.
12190 * org.el (org-default-properties): Add STYLE property.
12191 (org-files-list): Use the function call to get the files.
12192 (org-additional-option-like-keywords): Add SETUPFILE to completion
12195 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12197 * org-table.el (org-table-convert-region): Correctly interpret
12198 quoting in csv import.
12200 * org.el (org-icompleting-read): Make iswitchb completion work
12201 with lists and tables.
12203 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
12204 while pushing the mobile agenda.
12206 2009-11-13 John Wiegley <jwiegley@gmail.com>
12209 (org-clock-auto-clock-resolution): Now takes three values: nil, t
12210 and `when-no-clock-is-running'.
12211 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
12212 whether or not to resolve Org buffers on clock in.
12214 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12216 * org-colview.el (org-format-time-period): Function to format
12217 times in fractional days for display.
12218 (org-columns-display-here): Add support for showing a calculated
12219 value in place of the property.
12220 (org-columns): Set `org-columns-time' to the current time so time
12221 difference calculations will work.
12222 (org-columns-time): Use to store the current time when column view
12223 is displayed, so all time differences will use the same reference
12225 (org-columns-compile-map): There is now an extra position in each
12226 entry specifying the function to use to calculate the displayed
12227 value for the non-calculated properties in the column.
12228 (org-columns-compute-all): Set `org-columns-time' to the current
12229 time so time difference calculations will work.
12230 (org-columns-compute): Handle column operators where the values
12231 used are calculated from the underlying property.
12232 (org-columns-number-to-string): Handle the 'age' column format.
12233 (org-columns-string-to-number): Correct the function name (was
12234 org-column...). Add support for the 'age' column format.
12235 (org-columns-compile-format): Support the additional parameter in
12236 org-columns-compile-map.
12238 2009-11-13 Bastien Guerry <bzg@altern.org>
12240 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
12243 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12245 * org-clock.el (org-clock-has-been-used): New variable.
12246 (org-clock-in): Set `org-clock-has-been-used'.
12247 (org-clock-save): Save only if clock data has been used or created
12248 during this session.
12250 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12252 * org-clock.el (org-clock-persist): New value, to store only the
12254 (org-clock-save): Don't save the clock if only the history should
12256 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
12257 when restoring a saved clock.
12259 2009-11-13 John Wiegley <jwiegley@gmail.com>
12261 * org-clock.el (org-clock-display, org-clock-put-overlay):
12262 Use `org-time-clock-use-fractional'.
12264 * org.el (org-time-clocksum-use-fractional)
12265 (org-time-clocksum-fractional-format): Two new customizable
12266 variables which allow the user to select fractional times (1.25
12267 instead of 1:25) in the `org-clock-display' report.
12269 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12271 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
12274 * org.el (org-tag-alist): Fix customization type.
12276 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12278 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
12279 Make sure the regexp search can fail without throwing an error.
12280 (org-mobile-apply): Save the inbox buffer after removing
12281 successfully applied changes.
12283 2009-11-13 John Wiegley <jwiegley@gmail.com>
12285 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
12286 time is reported after the user comes back (but before they
12289 * org.el (org-get-repeat): Change so that this function can be
12290 called with either `org-scheduled-string' or
12291 `org-deadline-string'.
12293 * org-clock.el (org-clock-auto-clock-resolution): Rename from
12294 `org-clock-disable-clock-resolution', since negatives don't sound
12295 good in customization variables.
12296 (org-clock-in): Don't use the auto-resolution logic if the user is
12297 clocking into a different task while an active clock is running.
12298 This then allows the default behavior of clocking out of the open
12299 task and then into the new task.
12301 * org.el (org-modules): Made this variable more consistent, since
12302 it was referring to Org, OrgMode and Org-mode, whereas the docs
12303 for the variable always refer to Org-mode.
12305 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12307 * org.el (org-repeat-re): The changed org-repeat-re no longer
12308 matched simple +2d type repeaters. Fix it so it does.
12310 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12312 * org-latex.el (org-export-latex-preprocess): Protect the vspace
12313 macro in the VERSE environment.
12315 2009-11-13 John Wiegley <jwiegley@gmail.com>
12317 * org-habit.el (org-habit-get-priority): A new function that
12318 determines the relative priority of a habit, based on how long
12319 past its scheduled date it is, and how near the deadline is.
12321 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
12322 using `org-habit-get-priority'.
12324 * org-habit.el (org-habit-build-graph): Start displaying colors
12325 from the first scheduled date, if that date is earlier than the
12326 first completion date.
12328 * org-habit.el: Changed all "color" variables to faces, and made
12329 them appropriate for light and dark backgrounds.
12331 * org-habit.el (org-habit-duration-to-days): Made this function
12333 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
12335 * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
12336 habits, since they don't use DEADLINE anymore.
12338 * org.el (org-repeat-re, org-display-custom-time)
12339 (org-timestamp-change): Extend to support the new ".+N/N"
12340 syntax, used for habits.
12342 * org-clock.el (org-clock-resolve-clock): Fix an incorrect
12343 variable reference.
12345 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
12346 modeline when habits are being displayed (if that module is being
12349 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12351 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
12352 idle time using the xscreensaver extension.
12353 (org-user-idle-seconds): Use X11 idle time if available.
12355 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12357 * org-agenda.el (org-agenda-next-line): New command.
12358 (org-agenda-previous-line): New commands.
12359 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
12361 (org-agenda-follow-mode): Do the follow immediately if the mode is
12363 (previous-line, next-line): Replace keys with the corresponding
12365 (org-agenda-mode-map): Bind backspace and delete to the scrolling
12368 * org.el (org-icompleting-read): Turn off partial completion mode
12369 for the duration of this completion round.
12371 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
12372 macros in author lines and similar stuff.
12374 * org.el (org-file-tags): Fix docstring.
12375 (org-get-buffer-tags): Add the #+FILETAGS tags.
12376 ("ecb"): Make ecb show context after jumping into an Org file.
12378 2009-11-13 John Wiegley <johnw@newartisans.com>
12380 * org-agenda.el (org-finalize-agenda): Draw habit consistency
12381 graphs after everything else in the buffer has been setup.
12383 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12385 * org-mobile.el (org-mobile-apply): Count success and failure.
12387 * org.el (org-indent-line-function): Fix regexp replace problem.
12389 2009-11-13 John Wiegley <johnw@newartisans.com>
12391 * org-clock.el (org-clock-disable-clock-resolution):
12392 New customization variable that disable automatic clock resolution on
12394 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
12395 not automatically resolve anything. This is does not affect
12396 idle-time resolution, however, if `org-clock-idle-time' is set.
12398 2009-11-13 John Wiegley <johnw@newartisans.com>
12400 * org-habit.el: New file, which implements code to build a "habit
12401 consistency graph".
12403 * org-agenda.el (org-agenda-get-deadlines)
12404 (org-agenda-get-scheduled): Display consistency graphs when
12405 outputting habits into the agenda. The graphs are always relative
12406 to the current time.
12407 (org-format-agenda-item): Add new parameter `habitp', which
12408 indicates whether we are formatting a habit or not. Do not
12409 display "extra" leading information if habitp is true.
12411 * org.el (org-repeat-re): Improve regexp to include .+ and ++
12412 leaders for repeat strings.
12413 (org-get-repeat): Now takes a string parameter `tagline', so the
12414 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
12416 2009-11-13 John Wiegley <johnw@newartisans.com>
12418 * org-agenda.el (org-agenda-auto-exclude-function):
12419 New customization variable for allowing the user to create an "auto
12420 exclusion" filter for doing context-aware auto tag filtering.
12421 (org-agenda-filter-by-tag): Changes to support the use of
12422 `org-agenda-auto-exclude-function'. See the new manual addition.
12424 2009-11-13 John Wiegley <johnw@newartisans.com>
12426 * org.el (org-files-list): Don't attempt to return a file name for
12427 Org buffers which have no associated file.
12429 * org-agenda.el (org-agenda-do-action): Fix a typo.
12431 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12433 * org-mobile.el (org-mobile-locate-entry): Interpret files
12434 relative to org-directory.
12435 (org-mobile-inbox-for-pull): Document the best location for this
12437 (org-mobile-check-setup): Verify `org-directory'.
12438 (org-mobile-create-index-file): Sort the files to be listed in
12441 2009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
12443 * org.el (org-fast-tag-selection): Add a way to display a
12444 description for a tag group. This is done by adding a string to
12445 either the startgroup or endgroup cell.
12447 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12449 * org-clock.el (org-clock-resolve, org-resolve-clocks)
12450 (org-emacs-idle-seconds): Use `org-float-time' instead of
12453 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12455 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
12458 * org.el (org-pre-cycle-hook): Document that `empty' can also be
12459 the value of ARG when doing local cycling.
12461 2009-11-13 John Wiegley <johnw@newartisans.com>
12463 * org-clock.el (org-clock-resolve-clock): If keeping or
12464 subtracting time results in a clock out at a time in the past, and
12465 if the resolution occurred due to idleness or invoking `M-x
12466 org-resolve-clocks', remember that past moment in time. On the
12467 next clock in, the user will be prompted to see if they want to
12468 back-date their new clock to then.
12469 (org-clock-resolve): Do not jump the user to the location of a
12470 dangling clock if the resolution is occurring due to an idle
12471 timeout. In that case there is typically only one dangling clock,
12472 the active one, and there is no value gained by shuffling their
12473 windows around to show it to them. Being prompted to resolve an
12474 idle clock should be as inobtrusive as possible.
12475 (org-resolve-clocks-if-idle): New function that resolves only the
12476 currently active clock if the user has exceeded the time returned
12477 by `org-user-idle-seconds', based on the value of
12478 `org-clock-idle-time'.
12479 (org-clock-in): If, after resolving clocks, (???)
12480 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
12482 * org-clock.el (org-clock-resolve-clock): New function that
12483 resolves a clock to a specific time, closing or resuming as need
12484 be, and possibly even starting a new clock.
12485 (org-clock-resolve): New function used by `org-resolve-clocks'
12486 that sets up for the call to `org-clock-resolve-clock'.
12487 It determines the time to resolve to based on a single-character
12488 selection from the user to either keep time, subtract away time or
12490 (org-resolve-clocks): New user command which resolves dangling
12491 clocks -- that is, open but not active -- anywhere in the file
12492 list returned by `org-files-list'.
12493 (org-clock-in): Automatically resolve dangling clocks whenever a
12495 (org-clock-cancel): If the user cancels the solely clock in a
12496 LOGBOOK, remove the empty drawer.
12498 * org-clock.el (org-clock-idle-time): New user customizable option
12499 for detecting whether the user has left a clock idle. Note: it is
12500 only used in this commit to test whether it's worthwhile to check
12501 OS X to get the Mac user's current idle time. If the Emacs idle
12502 time is less than the value, the user hasn't been away long enough
12503 to be worth checking (a more expensive test than just getting
12505 (org-user-idle-seconds, org-mac-idle-seconds)
12506 (org-emacs-idle-seconds): This three functions, in conjunction
12507 with the user customization variable `org-clock-idle-time', return
12508 the number of seconds (as a floating point) that the user has been
12509 away from their Emacs (or, if running on OS X, their computer).
12511 * org-clock.el (org-find-open-clocks): New function that returns a
12512 list of all open clocks in the given FILE. Note that each clock
12513 it returns is a cons cell of the format (MARKER . START-TIME).
12514 This "clock" value is used by several of the new clock module
12516 (org-is-active-clock): New inline function which tests whether the
12517 given clock value is the same as the currently active clock.
12518 Returns non-nil if this is the case.
12519 (org-with-clock-position): New macro that evaluates FORMS with
12520 point in the buffer and at the position of the given clock.
12521 Changes to the current clock are global.
12522 (org-with-clock): New macro that evaluates FORMS with point in the
12523 buffer and at the position of the given clock. However, changes
12524 to the current clock are local and have no effect on the user's
12525 active clock. This allows, for example, far any clock to be
12526 cancelled without cancelling the active clock.
12527 (org-clock-clock-in): New inline function that switches the active
12528 clock to the given clock. If either the argument RESUME, or the
12529 global `org-clock-in-resume', are non-nil, it will resume a clock
12530 that was previously left open.
12531 (org-clock-clock-out): New inline function that clocks out the
12532 given clock value without affecting the currently active clock.
12533 (org-clock-clock-cancel): New inline function that cancels the
12534 given clock value without affecting the currently active clock.
12536 * org-clock.el (org-clock-in): Before creating
12537 `org-clock-mode-line-timer', check to make sure an older timer is
12538 not currently running.
12539 (org-clock-out): Accept new third parameter `at-time', which
12540 permits a clock to be clocked out at a specific time. Note that
12541 no attempt is made to verify that the clock out time is later than
12544 * org.el (org-files-list): New utility function for returning a
12545 list of all open org-mode buffers, plus all files used to build
12546 the agenda buffer. Note that not all the files will necessarily
12547 be visited by a buffer at time of call.
12548 (org-entry-beginning-position): Like the function
12549 `line-beginning-position', this inline function returns the
12550 beginning position of the current heading/entry.
12551 (org-entry-end-position): Like the function `line-end-position',
12552 this inline function returns the end position of the current
12555 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12557 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
12560 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12562 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
12564 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12566 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
12567 entries that have no tags.
12568 (org-agenda-search-view): New customize group.
12569 (org-agenda-search-view-search-words-only): New option.
12570 (org-search-view): Implement substring search.
12572 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12574 * org.el (org-outline-level): Add doc string.
12576 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12578 * org-inlinetask.el (org-inlinetask-export): Re-introduce
12580 (org-inlinetask-export-handler): Only export inline task if the
12581 user option calls for it.
12583 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12585 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
12588 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12590 * org-latex.el (org-export-latex-tables): Don't format in
12593 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12595 * org-src.el (org-edit-src-code)
12596 (org-edit-src-find-region-and-lang, org-edit-src-exit):
12597 Handle macro editing.
12599 * org-agenda.el (org-prefix-category-max-length): New variable.
12600 (org-format-agenda-item): Use `org-prefix-category-max-length'.
12601 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
12603 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12605 * org-mobile.el (org-mobile-create-index-file): Improve the
12606 listing of tags and todo keywords.
12608 * org-latex.el (org-export-latex-format-image): New function.
12609 (org-export-latex-links): Use `org-export-latex-format-image'.
12611 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12613 * org-inlinetask.el (org-inlinetask-get-current-indentation)
12614 (org-inlinetask-remove-terminator): New functions.
12615 (org-inlinetask-export-handler): Terminate the description list.
12617 * org-exp.el (org-export-select-backend-specific-text): Remove the
12620 * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
12621 tasks without content.
12623 * org-clock.el: Make sure the clock-in target position does not
12624 move to a different node by widening the buffer.
12626 * org-html.el (org-export-html-format-image): Wrap image into
12627 figure div only when there is a caption.
12629 * org-archive.el (org-archive-mark-done): Change default value to
12632 2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
12634 * org.el (org-context): Call `bobp', not `eobp'.
12636 * org-clock.el (org-clock-cancel): Remove quotes from marker
12639 * org.el (org-read-date-prefer-future): New allowed value `time'.
12640 (org-read-date-analyze): Shift day to tomorrow depending on time
12641 entered and value of `org-read-date-prefer-future'.
12643 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
12645 * org.el (org-version, org-get-refile-targets, org-refile)
12646 (org-store-log-note, org-diary-to-ical-string)
12647 (org-speedbar-set-agenda-restriction):
12648 * org-publish.el (org-publish-find-title):
12649 * org-plot.el (org-plot/gnuplot):
12650 * org-mouse.el (org-mouse-do-remotely):
12651 * org-mobile.el (org-mobile-move-capture):
12652 * org-mac-message.el (org-mac-message-insert-flagged):
12653 * org-latex.el (org-replace-region-by-latex):
12654 * org-docbook.el (org-replace-region-by-docbook):
12655 * org-clock.el (org-clock-out, org-clock-cancel):
12656 * org-bibtex.el (org-execute-file-search-in-bibtex):
12657 Use with-current-buffer.
12659 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
12661 * org.el (org-directory, org-map-entries):
12662 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
12664 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12666 * org.el (org-set-tags-to): New command.
12668 * org-latex.el (org-export-latex-set-initial-vars): Also check in
12671 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
12674 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
12676 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12678 * org-inlinetask.el (org-inlinetask-export): Option removed.
12679 (org-inlinetask-export-handler): Better export.
12681 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
12682 (org-export-as-xoxo): Run the new hook.
12684 * org-html.el (org-export-html-final-hook): New hook.
12685 (org-export-as-html): Run the new hook.
12687 * org-docbook.el (org-export-docbook-final-hook): New hook.
12688 (org-export-as-docbook): Run the new hook.
12690 * org-ascii.el (org-export-ascii-final-hook): New hook.
12691 (org-export-as-ascii): Run the new hook.
12693 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
12694 space character as the character before the ^/_.
12695 (org-export-latex-final-hook): New hook.
12696 (org-export-as-latex): Run `org-export-latex-final-hook'.
12698 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12700 * org-macs.el (org-if-unprotected-at): Fix docstring.
12702 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
12703 text in the prefix (if category is a link).
12705 * org-latex.el (org-export-latex-preprocess): Deal properly with
12706 empty lines in verse environments.
12708 * org.el (org-format-latex-header): Inline fullpage.sty.
12710 * org-footnote.el (org-footnote-create-definition): Reveal context
12711 to add a new footnote definition.
12713 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
12714 org-table-recalculate when cursor is in TBLFM line.
12716 * org-list.el (org-renumber-ordered-list): Fix cursor position
12717 when bullet length has changed.
12719 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12721 * org.el (org-format-latex): Mention `org-format-latex-options' in
12724 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12726 * org.el (org-agenda-get): New function.
12728 * org-agenda.el (org-agenda-post-command-hook): No longer move
12729 point away from end of line.
12730 (org-agenda-add-entry-text, org-agenda-collect-markers)
12731 (org-finalize-agenda, org-agenda-mark-clocking-task)
12732 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
12733 (org-agenda-entry-text-show, org-agenda-highlight-todo)
12734 (org-agenda-compare-effort, org-agenda-filter-apply)
12735 (org-agenda-later, org-agenda-change-time-span)
12736 (org-agenda-post-command-hook, org-agenda-show-priority)
12737 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
12738 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
12739 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
12740 (org-agenda-open-link, org-agenda-copy-local-variable)
12741 (org-agenda-switch-to, org-agenda-check-no-diary)
12742 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
12743 (org-agenda-add-note, org-agenda-change-all-lines)
12744 (org-agenda-priority, org-agenda-set-tags)
12745 (org-agenda-set-property, org-agenda-set-effort)
12746 (org-agenda-toggle-archive-tag, org-agenda-date-later)
12747 (org-agenda-show-new-time, org-agenda-date-prompt)
12748 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
12749 (org-agenda-clock-in, org-agenda-bulk-mark)
12750 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
12751 Use `org-get-at-bol'.
12753 * org-colview.el (org-columns-display-here)
12754 (org-columns-edit-allowed, org-agenda-columns):
12755 Use `org-get-at-bol'.
12757 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12759 * org.el (org-special-ctrl-a/e): Improve documentation and
12761 (org-end-of-line): Don't jump to after the ellipsis.
12762 (org-mode-map): Bind <home> and <end> as well.
12764 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12766 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
12767 space after #+ as comments.
12768 (org-open-at-point): Run `org-follow-link-hook' always.
12770 * org-latex.el (org-export-latex-emph-format): Use better commands
12771 to insert special characters in verbatim snippets.
12773 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12775 * org-faces.el (org-copy-face): New function. Use it to create
12776 various faces formerly created by using `copy-face'.
12778 * org-agenda.el (org-prepare-agenda): Don't officially mark this
12780 (org-agenda-quit): Kill the frame containing the agenda window if
12781 that frame was created for the agenda.
12783 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12785 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
12786 stamp in the agenda.
12788 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12790 * org-agenda.el (org-prepare-agenda):
12791 Reset `org-drawers-for-agenda'.
12792 (org-prepare-agenda): Uniquify list of drawers.
12794 * org.el (org-complex-heading-regexp-format): New variable.
12795 (org-set-regexps-and-options):
12796 Define `org-complex-heading-regexp-format'.
12797 (org-drawers-for-agenda): New variable.
12798 (org-map-entries): Bind `org-drawers-for-agenda'.
12799 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
12801 * org-remember.el (org-go-to-remember-target)
12802 (org-remember-handler): Use `org-complex-heading-regexp-format'.
12804 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12806 * org-agenda.el (org-agenda-highlight-todo): Fix text property
12809 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
12810 always with `invisible-ok'.
12811 (org-store-link): No error when there is nothing to link to in the
12814 * org-list.el (org-update-checkbox-count): Insert changed cookie
12815 before the old, to avoid problems with invisibility at the end of
12817 (org-update-checkbox-count): Insert changed cookie before the old,
12818 to avoid problems with invisibility at the end of the line.
12820 * org.el (org-sort-entries-or-items): Include the final newline.
12821 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
12822 lines for fontification.
12823 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
12824 (org-prepare-dblock): Store the current indentation of the BEGIN
12826 (org-update-dblock): Apply the indentation of the begin line to
12827 the rest of the block.
12828 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
12829 (org-startup-folded): New allowed value `showeverything'.
12830 (org-startup-options): Add STARTUP keyword `showeverything'.
12831 (org-set-startup-visibility): Respect value `showeverything' in
12832 org-startup-folded.
12834 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12836 * org.el (org-closest-date): Fix issue with past preference.
12838 * org-archive.el (org-archive-set-tag)
12839 (org-archive-subtree-default): New commands.
12841 * org-clock.el (org-clock-clocktable-default-properties):
12843 (org-clock-report):
12844 Use `org-clock-clocktable-default-properties'.
12846 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12848 * org.el (org-iswitchb-completing-read): Fix typo.
12850 * org-crypt.el: New file.
12852 * org.el: Add an entry for org-crypt.
12854 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12856 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
12858 (org-batch-store-agenda-views): New function.
12859 (org-agenda-title-append): Define variable.
12860 (org-write-agenda): New export to Org files.
12861 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
12862 (org-agenda): Allow to keep the restricted file list if a special
12863 variable is bound to t.
12864 (org-agenda): Define a special agenda view for working on flagged
12866 (org-agenda-get-restriction-and-command): List the new agenda
12868 (org-agenda-show-the-flagging-note): New command.
12869 (org-agenda-mode-map): New key `?' for looking at the flagging
12872 * org.el (org-autoload): Autoload org-mobile.el.
12873 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
12875 * org-mobile.el: New file.
12877 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
12879 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12881 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
12883 (org-table-get-remote-range): Match indented #+TBLNAME
12886 * org.el (org-convert-to-odd-levels)
12887 (org-convert-to-oddeven-levels): Work also correctly if the file
12888 is in outline-mode.
12890 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12892 * org.el (org-store-link): When in agenda buffer, link to
12894 (org-add-planning-info): Remove spaces at eol.
12896 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
12899 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12901 * org-latex.el (org-export-latex-first-lines): Fix problem with
12902 LaTeX export of first line and selected subtree.
12904 * org.el (org-shifttab): Interpret arg differently when using only
12907 2009-10-01 Bastien Guerry <bzg@altern.org>
12909 * org.el (org-check-agenda-file): Use a more explicit message.
12911 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12913 * org-exp.el (org-export-remove-special-table-lines): Don't remove
12916 2009-10-01 Bastien Guerry <bzg@altern.org>
12918 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
12919 prompt in the temporary window.
12921 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
12922 prefix for marked entries in the agenda view.
12924 2009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
12926 * org.el (outline-end-of-subtree): Bugfix: advise this function in
12927 a way that prevents any trailing character from being displayed.
12929 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12931 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
12934 * org-exp.el (org-export-remove-special-table-lines): Remove bad
12937 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12939 * org-latex.el (org-export-latex-preprocess): Do not protect in
12942 * org-src.el (org-edit-src-save): Save window setup while saving.
12943 (org-edit-src-code): Use new buffer name construction scheme.
12945 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12947 * org-agenda.el (org-agenda-entry-text-exclude-regexps):
12949 (org-agenda-entry-text-cleanup-hook): New hook.
12950 (org-agenda-get-some-entry-text): Remove matches of
12951 `org-agenda-entry-text-exclude-regexps' and run the hook
12952 `org-agenda-entry-text-cleanup-hook'.
12954 * org.el (org-offer-links-in-entry): New argument ZERO to
12955 implement a link with index zero.
12956 (org-cycle-show-empty-lines): Not keep empty line under header
12958 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
12959 to nil for special completion.
12960 (org-store-link): Don't error before the first heading.
12962 * org-agenda.el (org-agenda-open-link): Pass the prefix to
12963 `org-offer-links-in-entry'.
12965 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
12967 * org-agenda.el (org-agenda-quit): Provide the window argument for
12968 `window-dedicated-p', Emacs 22 needs it.
12969 (org-format-agenda-item): If the category is a link, arrange for
12970 invisible text to replaced with spaces.
12971 (org-compile-prefix-format): Add the extra space.
12972 (org-prefix-category-length): New variable.
12974 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
12975 references from TOC lines.
12977 * org.el (org-selected-window): New variable.
12979 * org-table.el (org-table-edit-formulas): Remember the selected
12981 (org-table-fedit-finish, org-table-fedit-abort): Select the window
12982 that was originally selected.
12984 * org-exp.el (org-export-preprocess-apply-macros): Scan the
12985 expansion of a macro for more macro definitions.
12987 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
12988 invisibility overlay starts on the newline.
12990 2009-10-01 Glenn Morris <rgm@gnu.org>
12992 * org-agenda.el (calendar-check-holidays):
12993 * org-exp.el (org-agenda-skip):
12994 * org-list.el (outline-back-to-heading):
12995 * org-wl.el (wl-summary-goto-folder-subr):
12996 * org.el (iswitchb-mode, remember, remember-buffer-desc)
12997 (remember-finalize, remember-save-after-remembering, remember-register)
12998 (remember-buffer, remember-handler-functions)
12999 (remember-annotation-functions): Remove unused declarations.
13001 * org.el (iswitchb-read-buffer): Fix declaration.
13003 2009-09-30 Glenn Morris <rgm@gnu.org>
13005 * org-compat.el (w32-focus-frame):
13006 * org-exp-blocks.el (R):
13007 * org-exp.el (htmlize-buffer):
13008 * org-protocol.el (server-edit):
13009 * org-table.el (org-format-org-table-html):
13010 * org.el (org-indent-mode): Fix declarations.
13012 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
13013 free variable `fun'.
13015 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
13017 * org-agenda.el (org-agenda-restore-windows-after-quit):
13018 Fix typo in docstring.
13020 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
13022 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
13023 (org-shiftselect-error, org-ctrl-c-ctrl-c):
13024 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
13025 * org-attach.el (org-attach-check-absolute-path):
13026 * org-docbook.el (org-export-as-docbook):
13027 * org-html.el (org-export-as-html):
13028 * org-id.el (org-id-update-id-locations):
13029 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
13030 Fix typos in error messages.
13032 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
13034 * org-ascii.el: Require CL for the `loop' macro.
13036 2009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
13038 * org-gnus.el (require): Wrap (require gnus-sum) into
13041 2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
13043 * org-protocol.el (org-protocol-store-link)
13044 (org-protocol-remember, org-protocol-open-source): Remove autoload
13047 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
13048 referencing the start of the line.
13050 * org-gnus.el: Remove unnecessary declare-function forms.
13051 (gnus-sum): Always require gnus-sum.
13053 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13055 * org-protocol.el (org-protocol-store-link)
13056 (org-protocol-remember, org-protocol-open-source): Add autoloads.
13058 * org-compat.el (org-float-time): New function.
13060 * org.el (org-clock-update-time-maybe)
13061 (org-sort-entries-or-items, org-do-sort)
13062 (org-evaluate-time-range, org-time-string-to-seconds)
13063 (org-closed-in-range): Use `org-float-time'.
13065 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
13066 (org-timer-seconds): Use `org-float-time'.
13068 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
13069 (org-clock-sum, org-dblock-write:clocktable)
13070 (org-clocktable-steps): Use `org-float-time'.
13072 * org-agenda.el (org-agenda-last-marker-time)
13073 (org-agenda-new-marker, org-diary): Use `org-float-time'.
13075 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
13078 * org-exp.el (org-get-file-contents): Only protect lines that
13081 * org-html.el (require): Require cl for compilation.
13083 * org.el: Avoid using `default-major-mode'.
13085 * org-plot.el (require): Require CL only at compile time.
13087 * org-exp.el (require): Require CL only at compile time.
13089 * org-agenda.el (org-agenda-quit): When the agenda window is
13090 dedicated, remove other windows before exiting, so that the frame
13091 really will be killed.
13093 * org-exp.el (org-export-handle-include-files): Reset START and
13094 END for each loop cycle.
13096 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13098 * org.el (org-eval-in-calendar):
13099 Use `org-select-frame-set-input-focus'.
13101 * org-compat.el (org-select-frame-set-input-focus): New function.
13103 * org.el (org-update-statistics-cookies): New function.
13104 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
13106 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13108 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
13109 after the local variables are set.
13111 * org-latex.el (org-export-latex-protect-amp): New function.
13112 (org-export-latex-links): Protect link ampersands in tables.
13114 * org-exp.el (org-export-select-backend-specific-text): Match in
13115 two steps, to avoid regexp problems.
13117 * org.el (org-offer-links-in-entry): Improve working with many and
13120 * org-agenda.el (org-agenda-show-1): Make more consistent with
13122 (org-agenda-cycle-show): Make more consistent with normal cycling.
13124 * org-gnus.el (org-gnus-store-link): Restore the linking to a
13127 2009-09-02 Bastien Guerry <bzg@altern.org>
13129 * org-latex.el (org-export-latex-first-lines): Bugfix.
13131 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13133 * org-clock.el (org-clock-modify-effort-estimate): Emit message
13136 * org.el (org-set-effort): New function.
13137 (org-mode-map): New key for effort setting command.
13139 * org-agenda.el (org-agenda): Keep window setup when calling
13140 agenda from within agenda window.
13141 (org-agenda-mode-map): New keys for effort setting commands.
13142 (org-agenda-menu): Add effort setting commands to menu.
13143 (org-agenda-set-property, org-agenda-set-effort): New functions.
13145 * org-latex.el (org-export-latex-tables):
13146 Fix `org-table-last-alignment' and `org-table-last-column-widths' if
13147 the first column has been removed.
13149 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13151 * org.el (org-remove-timestamp-with-keyword): Only remove in
13152 entry, not in subtree.
13154 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
13157 * org.el (org-open-at-point): When on headline, offer all strings
13160 * org-remember.el (org-remember-templates): Documentation fix.
13162 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
13163 `org-get-last-sibling' instead of the outline versions of these
13165 (org-get-last-sibling): New function.
13166 (org-refile): Use `org-get-next-sibling' instead of the outline
13167 version of this function.
13168 (org-clean-visibility-after-subtree-move):
13169 Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
13170 outline versions of these functions.
13172 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13174 * org-agenda.el (org-prepare-agenda): When creating a new frame
13175 for the agenda, make the window dedicated.
13177 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
13179 * org-table.el (org-table-align): Change the order of reinsertion
13180 and deletion, to avoid problems with overlays following the table.
13182 * org.el (org-parse-time-string): Better error message.
13183 (org-show-subtree): Use org-end-of-subtree.
13185 * org-macs.el (org-goto-line): New defsubst.
13187 * org.el (org-open-file, org-change-tag-in-region)
13188 (org-fast-tag-show-exit): Don't use `goto-line'.
13190 * org-table.el (org-table-align, org-table-insert-column)
13191 (org-table-delete-column, org-table-move-column)
13192 (org-table-sort-lines, org-table-copy-region)
13193 (org-table-paste-rectangle, org-table-wrap-region)
13194 (org-table-get-specials, org-table-rotate-recalc-marks)
13195 (org-table-get-range, org-table-recalculate)
13196 (org-table-edit-formulas, org-table-fedit-convert-buffer)
13197 (org-table-show-reference, org-table-highlight-rectangle):
13198 Don't use `goto-line'.
13200 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
13201 (org-edit-src-exit): Don't use `goto-line'.
13203 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
13205 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
13206 Don't use `goto-line'.
13208 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
13210 * org-colview.el (org-columns, org-columns-redo)
13211 (org-agenda-columns): Don't use `goto-line'.
13213 * org-colview-xemacs.el (org-columns, org-agenda-columns):
13214 Don't use `goto-line'.
13216 * org-agenda.el (org-agenda-mode): Force visual line motion off.
13217 (org-agenda-add-entry-text-maxlines): Improve docstring.
13218 (org-agenda-start-with-entry-text-mode): New option.
13219 (org-agenda-entry-text-maxlines): New option.
13220 (org-agenda-entry-text-mode): New variable.
13221 (org-agenda-mode): Set initial value of
13222 `org-agenda-entry-text-mode'.
13223 (org-agenda-mode-map): Add the `E' key.
13224 (org-agenda-menu): Add entry text mode to the menu.
13225 (org-agenda-get-some-entry-text): Fix line count bug.
13226 (org-finalize-agenda): Apply entry text mode if appropriate.
13227 (org-agenda-entry-text-show-here): New function.
13228 (org-agenda-entry-text-show): New function.
13229 (org-agenda-entry-text-hide): New function.
13230 (org-agenda-view-mode-dispatch): Add entry text mode to the view
13232 (org-agenda-entry-text-mode): New command.
13233 (org-agenda-set-mode-name): Add entry text mode to the mode line
13235 (org-agenda-undo, org-agenda-get-restriction-and-command)
13236 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
13239 2009-09-02 Bernt Hansen <bernt@norang.ca>
13241 * org-clock.el (org-notify): Bugfix.
13243 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13245 * org-agenda.el (org-agenda-open-link): Handle multiple links and
13246 check for after-string.
13248 * org-gnus.el (org-gnus-store-link): Simplify.
13250 * org.el (org-latex-regexps): Don't add extra empty lines for
13253 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13255 * org-agenda.el (org-agenda-get-some-entry-text): New function.
13256 (org-agenda-add-entry-text):
13257 Use `org-agenda-get-some-entry-text'.
13259 * org.el (org-cycle-separator-lines): Update docstring.
13260 (org-cycle-show-empty-lines): Handle negative values for
13261 `org-cycle-show-empty-lines'.
13263 * org-exp.el (org-export-protect-sub-super): New function.
13264 (org-export-normalize-links): Protect the url of plain links from
13265 supscript and superscript processing.
13267 * org-remember.el (org-remember-escaped-%): New function.
13268 (org-remember-apply-template): Use `org-remember-escaped-%' to
13269 detect escaped % signs.
13271 2009-09-02 Bastien Guerry <bzg@altern.org>
13273 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
13274 sound when showing the notification.
13276 * org-clock.el (org-notify): New function.
13277 (org-clock-notify-once-if-expired): Use `org-notify'.
13279 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
13280 and `gnus-article-mode' separately.
13281 (gnus-summary-article-header): Fix the declare-function.
13283 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13285 * org-exp.el (org-export-format-source-code-or-example):
13286 Translate language.
13288 * org-src.el (org-src-lang-modes): New variable.
13289 (org-edit-src-code): Translate language.
13291 * org-exp.el (org-export-format-source-code-or-example): Deal wit
13292 the new structure of the `org-export-latex-listings-langs'
13295 * org-latex.el (org-export-latex-listings-langs): Change structure
13296 of the variable from plist to alist.
13298 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13300 * org.el (org-in-commented-line): New function.
13302 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13304 * org.el (org-hide-block-toggle): Make folded blocks searchable.
13306 2009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
13308 * org.el (org-flag-drawer): More useful error.
13310 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13312 * org-remember.el (org-remember-apply-template):
13313 Use org-icompleting-read.
13315 * org-publish.el (org-publish): Use org-icompleting-read.
13317 * org-colview.el (org-columns-edit-value, org-columns-new)
13318 (org-insert-columns-dblock): Use org-icompleting-read.
13320 * org-colview-xemacs.el (org-columns-edit-value)
13321 (org-columns-new, org-insert-columns-dblock):
13322 Use org-icompleting-read.
13324 * org-attach.el (org-attach-delete-one, org-attach-open):
13325 Use org-icompleting-read.
13327 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13329 * org.el (org-hierarchical-todo-statistics): Improve docstring.
13330 (org-version): Return the version text.
13331 (org-org-menu): Add a menu entry for the new bug reporter.
13332 (org-submit-bug-report): New command.
13334 * org-list.el (org-hierarchical-checkbox-statistics):
13337 * org.el (org-emphasis-regexp-components): Add "`" to set of
13338 pre-emphasis characters.
13340 * org-latex.el (org-export-latex-classes): Always include the soul
13342 (org-export-latex-emphasis-alist): Use \st for strikethough.
13344 * org-exp-blocks.el (org-export-blocks-preprocess):
13345 Use `indent-code-rigidly' to indent.
13347 * org-agenda.el (org-agenda-get-restriction-and-command):
13348 Remove properties only if MATCH really is a string.
13350 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13352 * org-latex.el (org-export-latex-packages-alist):
13353 Fix customization type.
13355 * org.el (org-create-formula-image): Also use
13356 `org-export-latex-packages-alist'.
13358 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
13359 (org-export-as-html): Format footnotes correctly.
13361 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13363 * org.el (org-fast-tag-selection): Avoid text properties on tags
13366 * org-agenda.el (org-agenda-get-restriction-and-command):
13367 Avoid text properties on the match element.
13369 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13371 * org.el (org-set-regexps-and-options): Make sure the list of done
13372 keywords is not invalid.
13374 * org-exp.el (org-export-interpolate-newlines): New function.
13376 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13378 * org.el (org-format-latex): Avoid nested overlays.
13380 * org-latex.el (org-export-latex-listings-langs): Add a few more
13383 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
13384 ignore newlines and space before the first macro argument.
13386 * org-latex.el (org-export-latex-tables): Remove save-excursion
13387 around `org-table-align'.
13389 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13391 * org.el (org-export-html-special-string-regexps):
13392 Definition moved into org.el.
13394 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
13397 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13399 * org-latex.el (org-export-latex-listings)
13400 (org-export-latex-listings-langs): New options.
13402 * org-exp.el (org-export-format-source-code-or-example):
13403 Use listing package if requested by the user.
13405 2009-09-02 Bastien Guerry <bzg@altern.org>
13407 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
13408 command before actually switching to a buffer.
13410 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13412 * org-exp.el (org-get-file-contents): Only quote org lines when
13413 the markup is src or example.
13415 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
13417 (org-agenda-get-day-entries): Remember deadline results and pass
13418 them on into the function getting the scheduling information.
13419 (org-agenda-get-scheduled): Accept deadline results as parameters
13420 and maybe skip some entries.
13421 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
13423 * org.el (org-insert-heading): When respecting content, do not
13424 convert current line to headline.
13426 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
13427 Also cheeeeeck the hd marker.
13428 (org-clock-in): Also set the hd marker.
13429 (org-clock-out): Also set the hd marker.
13430 (org-clock-cancel): Reset markers.
13432 * org.el (org-clock-hd-marker): New marker.
13434 * org-faces.el (org-agenda-clocking): New face.
13436 * org-agenda.el (org-agenda-mark-clocking-task): New function.
13437 (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
13439 * org.el (org-modules): Add org-track.el.
13441 * org-agenda.el (org-agenda-bulk-marked-p): New function.
13442 (org-agenda-bulk-mark, org-agenda-bulk-unmark):
13443 Use `org-agenda-bulk-marked-p'.
13444 (org-agenda-bulk-toggle): New command.
13446 2009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
13448 * org.el (org-move-subtree-down): Hide subtree if it was folded,
13451 * org-remember.el (org-remember-finalize): Avoid buffer-modified
13454 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13456 * org-html.el (org-export-as-html):
13457 * org-docbook.el (org-export-as-docbook):
13458 Use (default-value 'major-mode) instead of default-major-mode.
13460 2009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
13462 * org-docbook.el: Add arch-tag.
13464 * org-exp-blocks.el: Add arch-tag.
13466 * org-id.el: Add arch-tag.
13468 * org-indent.el: Add arch-tag.
13470 * org-inlinetask.el: Add arch-tag.
13472 * org-protocol.el: Add arch-tag.
13474 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13476 * org.el (org-create-formula-image): Remove the -E option for
13479 * org-exp.el (org-default-export-plist): Respect #+BIND.
13480 (org-export-confirm-letbind): New function.
13482 * org.el (org-paste-subtree): Test the kill ring entry if it is
13484 (org-copy-subtree): Use `org-forward-same-level'.
13485 (org-forward-same-level): Respect the `invisibe-ok' arg for
13488 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13490 * org.el (org-table-map-tables): Make sure cursor is back at table
13491 beginning after funcall.
13493 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
13494 handled before children, and do not error if an entry is not
13495 found, probably because it hase been remove when the parent was
13496 archived or refiled.
13498 * org.el (org-ido-completing-read): Accept straight lists for
13499 completion as well as alists.
13501 * org-timer.el (org-timer-cancel-timers): Rename from
13502 `org-timer-cancel-timers'.
13504 * org.el (org-cycle-internal-local): Fix problem with finding next
13507 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13509 * org-list.el (org-list-send-list):
13510 Call `org-list-goto-true-beginning' instead of
13511 `org-list-find-true-beginning', which does not exist.
13513 * org-timer.el (org-timer-reset-timers): Use `mapc'.
13514 (org-timer-set-timer): Do not assign to heading.
13516 * org-id.el (org-id-open): Quote function name.
13518 * org-macs.el (org-unmodified): Turn off recording undo
13519 information while running inside the macro.
13521 * org-table.el (org-table-export): Also work in file-less
13524 * org.el (org-startup-indented): New option.
13525 (org-startup-options): Add new options indent and noindent.
13526 (org-unfontify-region): Remove line-prefix and wrap-prefix
13528 (org-after-demote-entry-hook, org-after-promote-entry-hook):
13530 (org-promote, org-demote): Run the new hooks.
13532 * org-table.el (org-table-align): Replace leading \n as well.
13534 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
13535 and `line-wrap' text properties.
13537 * org-compat.el (org-kill-new): New function.
13539 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
13540 `line-wrap' text properties.
13542 * org-indent.el: New file.
13544 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13546 * org.el (org-provide-todo-statistics): Tweak docstring.
13548 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
13550 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13552 * org-exp.el (org-export-as-org): Insert the "-source" string
13553 before the extension.
13555 * org.el (org-read-date): Make sure the calendar is in the current
13557 (org-set-emph-re): Remove the ? from the post-match.
13558 (org-emphasis-regexp-components): Add backslash to the
13560 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
13561 optional so that also lines at the end of the buffers will still
13562 be matched as headlines.
13564 * org-table.el (org-table-error-on-row-ref-crossing-hline):
13565 Variable made obsolete.
13566 (org-table-relative-ref-may-cross-hline): New option.
13567 (org-table-find-row-type): Honow the new option
13568 `org-table-relative-ref-may-cross-hline'.
13570 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13572 * org-table.el (org-table-cut-region, org-table-copy-region):
13573 Work on single field if no active region.
13575 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13577 * org-latex.el (org-export-latex-make-header): Only insert title
13580 * org.el (org-make-options-regexp): Allow empty values.
13582 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13584 * org.el (org-cycle-internal-local): Improved version of finding
13586 (org-cycle-hide-drawers): Only hide drawers if this is really
13588 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
13589 org-version of this function in Org-mode. We use advice to
13590 implement this change, so that future changes to this function in
13591 outline.el wil be handled properly.
13592 (org-forward-same-level, org-backward-same-level): New commands.
13594 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13596 * org.el (org-remove-empty-overlays-at)
13597 (org-clean-visibility-after-subtree-move): New functons.
13598 (org-move-subtree-down): Simplify cleanup of display.
13600 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13602 * org-mac-message.el (org-mac-message-get-links): Improve
13603 docstring. Make argument SELECT-OR-FLAGGED optional, default to
13604 "s". Fix the return value.
13605 (org-mac-message-insert-flagged): Simplify.
13607 * org.el (org-refile-get-location): Tamper with refile history o
13608 that history contains compete matches instead of the entered
13611 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13613 * org.el (org-store-link): Never store a link to an inline task.
13615 * org-footnote.el (org-footnote-goto-local-insertion-point):
13616 Skip inline tasks when positioning footnotes.
13618 * org.el (org-refile): Remove the END line when archiving an
13619 inline task that does have an END line.
13621 * org-archive.el (org-archive-subtree): Remove the END line when
13622 archiving an inline task that does have an END line.
13624 * org-macs.el (org-with-limited-levels): New macro.
13625 (org-get-limited-outline-regexp): New function.
13627 * org-exp.el (org-export-format-source-code-or-example): Fix bug
13628 that did not enumerate first line.
13629 (org-export-mark-radio-links): Skip matches in links.
13631 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13633 * org.el (org-activate-plain-links): Make single-match.
13634 (org-adapt-indentation): Fix docstring.
13636 * org-macs.el (org-unmodified): Turn of modification hooks while
13637 running this macro.
13639 2009-08-06 Bastien Guerry <bzg@altern.org>
13641 * org.el (org-adapt-indentation): Slightly improve the docstring.
13642 (org-occur): Sends an error when the user inputs an empty string.
13643 (org-priority): Bugfix: the tag alignement should happen within
13646 2009-08-06 Bastien Guerry <bzg@altern.org>
13648 * org.el (org-make-link-regexps): Don't exclude parentheses from
13649 `org-plain-link-re'.
13650 (org-cycle-internal-local): When locally cycling, switch directly
13651 from CHILDREN to FOLDED if there is no subtree.
13652 (org-cycle): Update the docstring to document the new behavior of
13653 `org-cycle-internal-local'.
13655 2009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
13657 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
13658 an abbreviated format for days.
13660 2009-08-06 Bastien Guerry <bzg@altern.org>
13662 * org-protocol.el (org-protocol-default-template-key):
13665 * org.el (org-refile): Bugfix: save-excursion before reading the
13666 refile target, otherwise cursor moves might confuse `org-refile'.
13668 * org.el (org-toggle-heading): Bugfix: correctly convert list
13669 items before the first headline.
13671 * org.el (org-provide-todo-statistics): Allow a list of TODO
13672 keywords to compute statistics against headlines containing a
13673 keyword from this list.
13674 (org-update-parent-todo-statistics): Possibly use the new allowed
13675 value of `org-provide-todo-statistics'.
13677 2009-08-06 Bastien Guerry <bzg@altern.org>
13679 * org-timer.el: Add autoload cookie.
13681 * org.el (org-occur-link-in-agenda-files): New function.
13683 * org-timer.el (org-timer-last-timer): New variable.
13685 * org-agenda.el (org-agenda-mode-map): New key for
13686 org-timer-set-timer called from the agenda.
13688 * org.el (org-mode-map): New key for org-timer-set-timer.
13690 * org-timer.el (org-timer-reset-timers)
13691 (org-timer-show-remaining-time, org-timer-set-timer):
13694 * org-clock.el (org-show-notification): Update the docstring.
13696 * org.el (org-provide-todo-statistics): Allow new value
13697 'all-headlines for this option, which includes entries with no
13698 TODO keywords in the todo statistics.
13699 (org-update-parent-todo-statistics): Possibly use the new
13700 'all-headline value from `org-provide-todo-statistics'.
13702 2009-08-06 Bastien Guerry <bzg@altern.org>
13704 * org-clock.el (org-dblock-write:clocktable): Add a new option
13705 :timestamp which allows display of timestamps in clock reports.
13707 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
13708 list to a subtree, preserving the structure of the list.
13709 (org-set-emph-re): Make the last element optional in the regexp.
13710 This regexp now matches an emphasized string at the end of a line.
13712 * org-list.el (org-list-goto-true-beginning)
13713 (org-list-make-subtree, org-list-make-subtrees): New functions.
13715 * org.el (org-eval-in-calendar): Select the right frame.
13716 (org-save-frame-excursion): Remove this macro.
13718 2009-08-06 Bastien Guerry <bzg@altern.org>
13720 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
13721 trying to find the beginning of a list.
13723 * org-exp.el (org-get-file-contents): Use a new argument: markup.
13724 When present, tell org-get-file-contents not to protect org-like
13727 * org-id.el (org-id-uuid-program): New option to set the name of
13728 the uuidgen program.
13729 (org-id-method): Use `org-id-uuid-program'.
13730 (org-id-new): Use `org-id-uuid-program'.
13732 2009-08-06 Bastien Guerry <bzg@altern.org>
13734 * org-exp.el (org-export-number-lines): Allow whitespace in code
13735 references. Allow the -r switch to remove the references in the
13736 source code even when the lines are not numbered: the labels can
13737 be explicit enough.
13739 * org.el (org-fontify-whole-heading-line): New option.
13740 (org-set-font-lock-defaults): Use the new option.
13742 * org-clock.el (org-show-notification-handler): New option.
13743 (org-show-notification): Use the new option.
13745 2009-08-06 Bastien Guerry <bzg@altern.org>
13747 * org.el (org-eval-in-calendar): Fix a bug about calendar
13748 navigation when `calendar-setup' value is 'calendar-only.
13750 2009-08-06 Bastien Guerry <bzg@altern.org>
13752 * org.el (orgstruct++-mode): Fix typo in docstring.
13753 (org-insert-link): Clean up: (or (...)) => (...)
13754 (org-insert-link): Use TAB for stored links completion.
13756 2009-08-06 Bastien Guerry <bzg@altern.org>
13758 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
13759 building the list of targets.
13761 * org-remember.el (org-remember-delete-empty-lines-at-end):
13763 (org-remember-handler): Use the new option.
13765 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13767 * org.el (org-tags-sort-function): New option for sorting tags.
13768 (org-set-tags): Use the new option to sort tags.
13770 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
13771 premature deletion of the data when using org-plot in a script.
13773 2009-08-06 Bastien Guerry <bzg@altern.org>
13775 * org-clock.el (org-clock-in-prepare-hook): New hook.
13776 (org-clock-in): Use this new hook.
13778 2009-08-06 Bastien Guerry <bzg@altern.org>
13780 * org.el (org-special-ctrl-a/e): Explicitely bind the value
13781 'reversed for this option to the "true line boundary first"
13783 (org-tags-match-list-sublevels): Document the 'indented value for
13786 * org-latex.el (org-export-latex-first-lines): Fix problem with
13787 publishing the region.
13789 * org-exp.el (org-export-format-source-code-or-example):
13790 Fix bad line numbering when exporting examples in HTML.
13792 2009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
13794 * org-colview.el (org-format-time-period): Formats a time in
13795 fractional days as days, hours, mins, seconds.
13796 (org-columns-display-here): Add special handling for SINCE and
13797 SINCE_IA to format for display.
13799 * org.el (org-time-since): Add a function to get the time since an
13801 (org-entry-properties): Add two new special properties: SINCE and
13802 SINCE_IA. These give the time since any active or inactive
13803 timestamp in an entry.
13804 (org-special-properties): Add SINCE, SINCE_IA.
13805 (org-tags-sort-function): Add custom declaration for tags
13807 (org-set-tags): Sort tags if org-tags-sort-function is set.
13809 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13811 * org-clock.el (org-clock-goto): Find hidden headlines as well.
13813 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
13815 * org-plot.el (org-plot/add-options-to-plist): Add timeind
13818 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13820 * org-publish.el (org-publish-remove-all-timestamps): New function.
13821 (org-publish-all): Remove all timestamp files if `org-publish-all'
13822 is called with a prefix argument.
13824 * org-list.el (org-indent-item): Fix typo.
13825 (org-item-indent-positions): Normalize ordered bullet.
13827 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13829 * org-macs.el (org-set-local): Make a local variable, do not make
13830 the variable buffer-local!
13832 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
13834 * org-exp.el (org-infile-export-plist): Read BIND lines.
13835 (org-install-letbind): New function.
13836 (org-export-as-org, org-export-preprocess-string):
13837 Call `org-install-letbind'.
13839 * org-list.el (org-list-demote-modify-bullet): New option.
13840 (org-first-list-item-p): Save point.
13841 (org-fix-bullet-type): New optional argument FORCE-BULLET.
13842 (org-indent-item): Honor `org-list-demote-modify-bullet'.
13843 (org-item-indent-positions): Return bullet types along with
13846 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13848 * org.el (org-show-entry): Hide drawers.
13850 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13852 * org-footnote.el (org-footnote-auto-adjust): New option.
13853 (org-footnote-auto-adjust-maybe): New function.
13854 (org-footnote-new, org-footnote-delete):
13855 Call `org-footnote-auto-adjust-maybe'.
13857 * org.el (org-startup-options): Add new footnote-related
13860 * org-publish.el (org-publish-timestamp-filename): Additional
13861 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
13862 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
13863 TRUE-PUB-DIR. Pass them through to
13864 `org-publish-timestamp-filename'.
13865 (org-publish-update-timestamp): Additional arguments PUB-DIR and
13866 PUB-FUNC, which are included in the hash.
13867 (org-publish-file): Delay timestamp test until the publishing
13870 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13872 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
13873 setting the deadline.
13875 * org.el (org-read-date-final-answer): New variable.
13876 (org-read-date): Store the final answer string, including the date
13877 from the calendar, for reuse by agenda bulk commands.
13879 * org-publish.el (org-publish-attachment): Fix publishing of
13882 * org-latex.el (org-export-latex-quotation-marks): Fix export of
13883 quotation makrs in parenthesis.
13884 (org-remove-initial-hash): New function.
13885 (org-export-latex-preprocess): Fix bug with infinite loop if
13886 environment is not properly closed.
13888 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
13891 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
13892 highlight also when indented.
13894 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13896 * org-footnote.el (org-footnote-renumber-fn:N): New command.
13897 (org-footnote-action): Offer renumbering.
13899 * org.el (org-cycle): Honor the `integrate' value of
13900 org-cycle-include-plain-lists'.
13902 * org-list.el (org-cycle-include-plain-lists): New allowed value
13903 `internal'. Improve the docstring.
13905 * org.el (org-set-autofill-regexps): Improve the paragraph-start
13906 regexp to work better with LaTeX commands.
13908 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13910 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
13911 and eps extensions.
13913 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13915 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
13918 * org.el (org-map-entries): No longer force
13919 `org-tags-match-list-sublevels' to t during a todo-only tags
13922 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13924 * org-latex.el (org-export-latex-low-levels): Allow user-defined
13926 (org-export-latex-subcontent): Handle user-defined environment.
13928 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
13929 the View dispatcher.
13931 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
13934 * org-latex.el (org-export-as-pdf): Protect match data during call
13935 to shell-quote-argument.
13937 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
13938 (org-agenda-view-mode-dispatch): New function.
13940 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13942 * org-agenda.el (org-agenda-mode): Reset list of marks.
13943 (org-agenda-mode-map): Define new keys for refile and bulk action.
13944 (org-agenda-menu): Add menu itesm for refile and bulk action.
13945 (org-agenda-refile): New function.
13946 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
13947 (org-agenda-marked-entries): New variable.
13948 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
13949 (org-agenda-remove-all-bulk-action-marks)
13950 (org-agenda-bulk-action): New functions/commands.
13952 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13954 * org-exp.el (org-get-file-contents): Protect org-like lines in
13956 (org-export-format-source-code-or-example): Remove newlines.
13958 * org-latex.el (org-export-latex-links): Check for no-description
13961 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
13962 argument separator back to comma.
13963 (org-export-normalize-links): Mark links without description.
13965 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13967 * org-exp.el (org-infile-export-plist): Fix bug in macro
13970 * org-agenda.el (org-agenda-clock-out): Update line after clocking
13972 (org-agenda-highlight-todo): Fix bug with highlighting.
13974 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13976 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
13977 new alignment strings.
13979 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
13981 (org-table-align): Check for forced align type.
13983 * org.el (org-self-insert-command): Add yas/expand to command
13986 * org-clock.el (org-clock-in-hook): New hook.
13987 (org-clock-in): Run `org-clock-in-hook.
13988 (org-clock-out-hook): New hook.
13989 (org-clock-out): Run `org-clock-out-hook.
13990 (org-clock-cancel-hook): New hook.
13991 (org-clock-cancel): Run `org-clock-cancel-hook.
13992 (org-clock-goto-hook): New hook.
13993 (org-clock-goto): Run `org-clock-goto-hook.
13995 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
13997 * org.el (org-store-link): Better default description for link to
14000 * org-exp.el (org-export-generic): Autoload the generic exporter
14002 (org-export): Implement the `g' key for the generic exporter.
14004 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14006 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
14009 * org-exp.el (org-infile-export-plist): Get macros also from
14012 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14014 * org-colview.el (org-columns-capture-view): Protect vertical bars
14016 (org-columns-capture-view): Exclude comment and archived trees.
14018 * org-colview-xemacs.el (org-columns-capture-view):
14019 Protect vertical bars in column values.
14020 (org-columns-capture-view): Exclude comment and archived trees.
14022 * org.el (org-quote-vert): New function.
14024 * org-latex.el (org-export-latex-verbatim-wrap): New option.
14026 * org-exp.el (org-export-format-source-code-or-example):
14027 Use `org-export-latex-verbatim-wrap'.
14029 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
14032 2009-08-06 Eric Schulte <schulte.eric@gmail.com>
14034 * org-exp-blocks.el: New file.
14036 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14038 * org-remember.el (org-remember-templates): Allow the headline
14039 element to be a function.
14040 (org-remember-apply-template): If the headline is a function, call
14041 it to get the true function.
14043 * org-clock.el (org-clock-menu): New function.
14044 (org-clock-update-mode-line): Update help string.
14045 (org-clock-modify-effort-estimate): New function.
14046 (org-clock-mark-default-task): New function.
14048 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
14050 (org-org-menu): Add new clocking stuff.
14051 (org-clock-is-active): New function.
14053 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14055 * org.el (org-open-non-existing-files): Improve docstring.
14057 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14059 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
14061 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
14063 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
14065 * org-list.el (org-get-checkbox-statistics-face): Use the new
14068 * org-faces.el (org-checkbox-statistics-todo)
14069 (org-checkbox-statistics-done): New faces.
14071 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14073 * org-latex.el (org-export-latex-use-verb): New variable.
14074 (org-export-latex-emph-format): Prefer \texttt over \verb when
14075 org-export-latex-use-verb is set.
14077 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14079 * org-remember.el (org-remember-handler): Abort remember if the
14082 * org-exp.el (org-export-format-source-code-or-example):
14083 Run `org-src-mode-hook'.
14085 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14087 * org.el (org-indent-line-function): Fix indentation of +#end lines.
14089 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14091 * org-gnus.el (org-gnus-store-link): Require message.el in
14092 org-gnus-store-link.
14094 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14096 * org-src.el: New file, split out of org.el.
14098 * org-macs.el (org-replace-match-keep-properties): New function.
14100 * org-exp.el (org-export-mark-blockquote-verse-center):
14101 Better preprocessing of center and quote and verse blocks.
14103 * org-list.el (org-list-end): Respect the stored "original"
14104 indentation when determining the end of the list.
14106 * org-exp.el (org-export-replace-src-segments-and-examples):
14107 Remember indentation correctly.
14109 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14111 * org-clock.el (org-clock-update-mode-line): Apply face
14112 org-mode-line-clock.
14114 * org-faces.el (org-mode-line-clock): New face.
14116 2009-08-06 Tassilo Horn <tassilo@member.fsf.org>
14118 * org-gnus.el (org-gnus-store-link): Fix bug where
14119 `org-gnus-store-link' used wrong subject when called in an article
14120 buffer. Patch provided by fengli AT gmail DOT com.
14122 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14124 * org-exp.el (org-export-format-source-code-or-example):
14125 Remember the original indentation of source code snippets and examples.
14127 * org-latex.el (org-export-as-latex): Relocate the table of
14130 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
14132 * org-agenda.el (org-run-agenda-series): Scope global options also
14133 when creating the agenda buffer.
14135 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14137 * org.el (org-adapt-indentation): Improve documentation.
14138 (org-insert-property-drawer): Respect org-adapt-indentation when
14139 inserting the drawer.
14140 (org-remove-flyspell-overlays-in): New function.
14141 (org-do-emphasis-faces, org-activate-plain-links)
14142 (org-activate-code, org-fontify-meta-lines-and-blocks)
14143 (org-activate-angle-links, org-activate-footnote-links)
14144 (org-activate-bracket-links, org-activate-dates)
14145 (org-activate-target-links, org-activate-tags): Remove flyspell
14148 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14150 * org.el (org-edit-src-save): New function.
14152 * org-clock.el (org-clock-out-switch-to-state): New option.
14153 (org-clock-out): Honor `org-clock-out-switch-to-state'.
14155 * org-compat.el (org-compatible-face): Improve macro.
14157 * org.el (org-global-properties-fixed): Add default for
14158 CLOCK_MODELINE_TOTAL.
14160 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
14162 (org-clock-sum-current-item): Optional argument TSTART, pass it to
14164 (org-clock-get-sum-start): New function.
14166 * org.el (org-startup-options): New keywords blockhide and
14168 (org-mode): Add new invisibility spec.
14169 (org-set-startup-visibility): Hide block on startup if so
14171 (org-hide-block-startup): New option.
14172 (org-block-regexp): New constant.
14173 (org-hide-block-overlays): New variable.
14174 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
14175 (org-show-block-all, org-hide-block-toggle-maybe)
14176 (org-hide-block-toggle): New functions.
14177 (org-edit-src-exit): Do not quote lines starting with # and no +
14179 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
14182 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14184 * org.el (org-buffer-property-keys): Add Effort property for
14187 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14189 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
14190 when retrieving total clocked time in the subtree.
14192 * org.el (org-quoting-blocks): New variable.
14194 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14196 * org-table.el (org-table-store-formulas)
14197 (org-table-get-stored-formulas, org-table-fix-formulas)
14198 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
14199 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
14201 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
14202 Allow indented #+TBLFM line.
14204 * org-footnote.el (org-footnote-goto-local-insertion-point):
14205 Allow indented #+TBLFM line.
14207 * org-colview.el (org-dblock-write:columnview): Allow indented
14210 * org-colview-xemacs.el (org-dblock-write:columnview):
14211 Allow indented #+TBLFM line.
14213 * org-clock.el (org-dblock-write:clocktable): Allow indented
14216 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14218 * org-exp.el (org-export-format-source-code-or-example):
14219 Make editing indented blocks work correctly.
14221 * org.el (org-edit-src-nindent): New variable.
14222 (org-edit-src-code, org-edit-fixed-width-region)
14223 (org-edit-src-find-region-and-lang, org-edit-src-exit):
14224 Make editing indented blocks work correctly.
14226 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14228 * org-exp.el (org-export-replace-src-segments-and-examples):
14229 Find indented blocks.
14230 (org-export-format-source-code-or-example): Fix indentation of
14232 (org-export-remove-indentation): New function.
14233 (org-export-select-backend-specific-text): Allow backend-specific
14234 code to be indented.
14235 (org-export-mark-blockquote-verse-center): Allow markers to be
14238 * org.el (org-fontify-meta-lines): New function.
14239 (org-set-font-lock-defaults): Call the new fontification
14242 * org-faces.el (org-meta-line): New face.
14243 (org-block): New face.
14245 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14247 * org.el (org-treat-insert-todo-heading-as-state-change)
14248 (org-treat-S-cursor-todo-selection-as-state-change):
14250 (org-insert-todo-heading):
14251 Honor `org-treat-insert-todo-heading-as-state-change'.
14252 (org-shiftright, org-shiftleft):
14253 Honor `org-treat-S-cursor-todo-selection-as-state-change'.
14254 (org-inhibit-logging): New variable.
14256 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14258 * org-agenda.el (org-remove-subtree-entries-from-agenda):
14259 Reduce range for marker position checking.
14261 * org-latex.el (org-export-latex-first-lines): Fix bug when
14262 exporting a region.
14264 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14266 * org-exp.el (org-export-push-to-kill-ring): Protect using
14267 x-set-selection, because that does not always work.
14269 * org-agenda.el (org-agenda-list): Apply the new face
14270 `org-agenda-date-today'.
14272 * org-faces.el (org-agenda-date-today): New face.
14274 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14276 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
14277 creating appointments.
14279 * org-latex.el (org-export-latex-low-levels): Fix customization
14282 * org.el (org-priority, org-shiftup, org-shiftdown):
14283 Disable priority commands.
14285 * org-agenda.el (org-agenda-priority): Disable priority commands.
14287 * org.el (org-enable-priority-commands): New option.
14289 * org-colview-xemacs.el (org-columns-compute)
14290 (org-columns-number-to-string): Fix problems with empty fields.
14292 * org-colview.el (org-columns-compute)
14293 (org-columns-number-to-string): Fix problems with empty fields.
14295 * org-exp.el (org-export-push-to-kill-ring): New function.
14296 (org-export-copy-to-kill-ring): New option.
14298 * org-latex.el (org-export-as-latex):
14299 Call `org-export-push-to-kill-ring'.
14301 * org-exp.el (org-export-show-temporary-export-buffer):
14304 * org-latex.el (org-export-as-latex):
14305 Use `org-export-show-temporary-export-buffer'.
14307 * org-exp.el (org-export-show-temporary-export-buffer):
14309 (org-export-push-to-kill-ring): New function.
14311 * org-colview.el (org-columns-compile-map): New variable.
14312 (org-columns-new, org-columns-compute)
14313 (org-columns-number-to-string, org-columns-uncompile-format)
14314 (org-columns-compile-format): Implement new operators.
14316 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14318 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
14320 * org-list.el (org-update-checkbox-count): Make property
14323 * org.el (org-hierarchical-todo-statistics): New option.
14324 (org-update-parent-todo-statistics): Modify to handle recursive
14327 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14329 * org-publish.el (org-publish): Make this function behave
14330 correctly in interactive use when called with a prefix argument.
14332 * org.el (org-todo-statistics-hook): New hook.
14333 (org-update-parent-todo-statistics): Use new hook.
14334 (org-log-into-drawer): New function.
14335 (org-add-log-setup): Use the new `org-log-into-drawer' function to
14336 determine if we should be logging into a drawer.
14337 (org-log-into-drawer): Update docstring.
14338 (org-default-properties): Add LOG_INTO_DRAWER as a property.
14340 * org-list.el (org-checkbox-statistics-hook): New hook.
14341 (org-update-checkbox-count-maybe): Use new hook.
14343 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14345 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
14346 better bufer-generating mechanism.
14347 (org-edit-src-find-buffer): New function.
14349 * org-icalendar.el (org-print-icalendar-entries): Don't check for
14350 archive tag, this is already done by `org-agenda-skip'.
14351 data while constructing lost of tags.
14353 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14355 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
14356 as argument separator in macros.
14358 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14360 * org.el (org-after-sorting-entries-or-items-hook): New hook.
14361 (org-sort-entries-or-items): Run the new hook.
14362 (org-after-refile-insert-hook): New hook.
14363 (org-refile): Run `org-after-refile-insert-hook'.
14365 * org-agenda.el (org-agenda-get-progress): Never take time of day
14366 from headline when displaying progress.
14368 * org-latex.el (org-export-latex-complex-heading-re): New variable.
14369 (org-export-as-latex): Force the correct regexp in the
14370 preprocessor buffer.
14371 (org-export-latex-set-initial-vars):
14372 Set `org-export-latex-complex-heading-re'.
14374 * org-agenda.el (org-agenda-start-with-log-mode): New option.
14375 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
14377 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14379 * org-latex.el (org-export-latex-tables-centered): New option.
14380 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
14382 * org-exp.el (org-export-as-org): New command.
14383 (org-export-as-org): New command.
14385 * org-publish.el (org-publish-org-to-org): New function.
14387 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14389 * org.el (org-yank): Just call `org-yank-generic'.
14390 (org-yank-generic): New function, containing the formaer
14391 functionality of `org-yank'.
14393 * org-latex.el (org-export-latex-not-done-keywords)
14394 (org-export-latex-done-keywords): New variables.
14395 (org-export-latex-todo-keyword-markup): New option.
14396 (org-export-latex-set-initial-vars): Remember the TODO keywords.
14397 (org-export-latex-keywords-maybe): Apply the TODO markup.
14399 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14401 * org-exp.el (org-infile-export-plist): Add more default macros.
14402 (org-export-preprocess-apply-macros): Process macro arguments.
14404 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14406 * org-icalendar.el (org-icalendar-include-todo): New allowed value
14408 (org-print-icalendar-entries): Respect the new value of
14409 `org-icalendar-include-todo'.
14411 * org.el (org-link-try-special-completion)
14412 (org-file-complete-link): New functions.
14413 (org-insert-link): Add special completion support for some link
14416 * org-bbdb.el (org-bbdb-complete-link): New function.
14418 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14420 * org-list.el (org-update-checkbox-count): Allow recursive
14422 (org-hierarchical-checkbox-statistics): New option.
14424 * org.el (org-cycle): Remove erraneous space character.
14426 * org-icalendar.el (org-icalendar-timezone): Initialize from
14429 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14431 * org.el (org-autoload): Fix autoloading of ascii export
14433 (org-modules): Add org-special-blocks.
14435 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14437 * org-icalendar.el (org-start-icalendar-file): Use the new option.
14438 (org-ical-timezone): New option.
14440 * org-exp.el (org-export-get-coderef-format): Use the description
14443 * org.el (org-sort-entries-or-items): Improve docstring, and make
14444 better implementation for time sorting.
14446 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14448 * org.el (org-edit-src-persistent-message): New option.
14449 (org-edit-src-code, org-edit-fixed-width-region): Use the new
14452 * org-clock.el (org-clock-insert-selection-line): Fix prefious
14455 * org.el (org-edit-src-code, org-edit-fixed-width-region):
14456 Use separate buffer instead of indirect buffer to edit source code.
14457 (org-edit-src-exit): Make this function work with the new setup.
14459 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
14460 are properly fontified before shown in the selection menu.
14462 * org.el (org-fontify-like-in-org-mode): New function.
14464 * org-latex.el (org-export-latex-links): Use the property list to
14465 retrieve the default image attributes.
14467 * org-exp.el (org-export-plist-vars): Add a new option.
14469 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14471 * org-exp.el (org-export, org-export-visible): Support ASCII
14473 (org-export-normalize-links): Do not protect the description if it
14474 is explicitly given.
14476 * org-list.el (org-reset-checkbox-state-subtree): Move here from
14478 (org-reset-checkbox-state-subtree):
14479 Call `org-reset-checkbox-state-subtree'.
14481 * org-remember.el (org-select-remember-template): For the
14482 selection of a valid template.
14484 * org-latex.el (org-export-region-as-latex): Supply the
14485 force-no-subtree argument.
14486 (org-export-as-latex): Provide better limits when exporting the
14487 first line. When exporting to string, we still want the first
14489 (org-export-latex-first-lines): New argument END, to force the end
14491 (org-export-region-as-latex): Use the property list.
14492 (org-export-as-latex): ????
14494 * org-colview-xemacs.el (org-columns-remove-overlays)
14495 (org-columns): Fix call to `local-variable-p'.
14497 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14499 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
14500 (org-export-latex-preprocess): Run the new hook.
14502 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
14503 (org-export-preprocess-string): Run the new hook.
14505 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14507 * org-macs.el (org-check-external-command): New defsubst.
14509 * org.el (org-mode-map): New key for reload.
14510 (org-format-latex): Better error message when external programs
14513 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
14515 * org.el (org-sort-entries-or-items): Explicit sorting function
14516 for priorities, needed for XEmacs compatibility.
14518 * org-remember.el (org-remember-apply-template): Improve auto-save
14521 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14523 * org-latex.el (org-export-latex-preprocess): Also protect
14524 environments ending in a star.
14526 * org-list.el (org-at-item-p): Fix regular expression.
14528 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14530 * org.el (org-end-of-subtree): Improve speed.
14532 * org-agenda.el (org-agenda-get-timestamps)
14533 (org-agenda-get-progress, org-agenda-get-deadlines)
14534 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
14535 in particular, wait as long as possible to collect the tags.
14536 (org-stuck-projects): Improve docstring.
14538 * org.el (org-store-link): No errors when getting custom id before
14540 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
14542 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14544 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
14546 * org-protocol.el: Remove dependency on url.el.
14547 (org-protocol-unhex-compound, org-protocol-open-source):
14548 Remove dependency on url.el.
14550 * org-latex.el (org-export-as-pdf):
14551 Use `org-latex-to-pdf-process'.
14553 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14555 * org-latex.el (org-latex-to-pdf-process): New option.
14557 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
14559 (org-agenda-get-timestamps):
14560 Honor `org-agenda-skip-additional-timestamps-same-entry'.
14562 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
14563 (org-clock-goto): Find recent task only if
14564 `org-clock-goto-may-find-recent-task' allows it.
14566 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
14567 drawers, and drawers that are missing the :END: line.
14569 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14571 * org-clock.el (org-clock-goto): Go to recently clocked task if no
14574 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14576 * org.el (org-update-parent-todo-statistics): Check for
14577 STATISTICS_FROM property.
14579 * org-list.el (org-update-checkbox-count): Check for
14580 STATISTICS_FROM property.
14582 * org.el (org-tab-first-hook)
14583 (org-tab-after-check-for-table-hook)
14584 (org-tab-after-check-for-cycling-hook): New hooks.
14585 (org-cycle-internal-global, org-cycle-internal-local):
14586 New functions, split out from `org-cycle'.
14587 (org-cycle): Call the new hooks.
14589 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14591 * org-exp.el (org-export-preprocess-string): Reset the list of
14592 preferred targets for each run of the preprocessor.
14594 * org.el (org-refile-target-verify-function):
14595 Improve documentation.
14596 (org-get-refile-targets): Respect point being moved by the
14597 verification function.
14599 * org-latex.el (org-export-latex-timestamp-keyword-markup):
14601 (org-export-latex-keywords): Use new option.
14603 * org.el (org-rear-nonsticky-at): New defsubst.
14604 (org-activate-plain-links, org-activate-angle-links)
14605 (org-activate-footnote-links, org-activate-bracket-links)
14606 (org-activate-dates, org-activate-target-links)
14607 (org-activate-tags): Place the rear-nonsticky properties at the
14610 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14612 * org-protocol.el (server-edit): Declare `server-edit'.
14613 (org-protocol-unhex-string, org-protocol-unhex-compound):
14615 (org-protocol-check-filename-for-protocol): Call `server-edit'.
14617 * org.el (org-default-properties): New default properteis for
14620 * org-exp.el (org-export-add-subtree-options): Add new properties
14621 for subtree export.
14623 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14625 * org-id.el (org-id-get-with-outline-path-completion): Turn off
14626 org-refile-target-verify-function for the duration of the command.
14628 * org.el (org-link-to-org-use-id): New possible value
14629 `create-if-interactive-and-no-custom-id'.
14630 (org-store-link): Use custom IDs.
14631 (org-link-search): Find custom ID properties from #link.
14632 (org-default-properties): Add CUSTOM_ID for property completion.
14633 (org-refile-target-verify-function): New option.
14634 (org-goto): Turn off org-refile-target-verify-function
14635 for the duration of the command.
14637 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14639 * org-exp.el (org-export-preferred-target-alist): New variable.
14640 (org-export-define-heading-targets): Find the new CUSTOM_ID
14642 (org-export-target-internal-links): Target the custom ids when
14645 * org-latex.el (org-export-latex-preprocess): Better regexp for
14646 matching latex macros with arguments.
14648 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14650 * org-remember.el (org-remember-handler): Allow filing to non-org
14653 2009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
14655 * org-table.el (org-table-fix-formulas): Do not change references
14657 (org-table-get-remote-range): Convert standard coordinates to RC
14660 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
14662 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14664 * org-compat.el (org-sha1-string): Function removed.
14666 * org.el (org-refile-allow-creating-parent-nodes): New option.
14667 (org-refile-get-location): New argument NEW-NODES.
14668 (org-refile): Call `org-refile-get-location' with the new
14670 (org-refile-get-location): Arrange for adding a new child.
14671 (org-refile-new-child): New function.
14673 * org-clock.el: Fix a number of docstrings.
14674 (org-clock-find-position): New argument
14675 FIND-UNCLOSED to make the function find an unclosed clock in the
14677 (org-clock-in): Call `org-clock-find-position' with the new
14678 argument if we might be resuming a clock.
14680 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14682 * org-latex.el (org-export-latex-display-custom-times): New variable.
14683 (org-export-latex-timestamp-markup): New option.
14684 (org-export-latex-set-initial-vars): Remember the local value of
14685 `org-display-custom-times'.
14686 (org-export-latex-content): Process time stamps.
14687 (org-export-latex-time-stamps): New function.
14689 * org-macs.el (org-maybe-intangible): Add intangible property
14690 again to invisible text.
14692 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14694 * org-exp.el (org-default-export-plist): Handle undefined
14697 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14699 * org.el (org-sort-entries-or-items): Match TODO keywrds
14700 case-sensitively, when sorting.
14701 (org-priority): Do not match TODO keywords with wrong case.
14703 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14705 * org.el (org-todo): Honor the NOBLOCKING property.
14707 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
14708 NOBLOCKING property.
14710 * org.el (org-scan-tags): Fix bug in tag scanner.
14712 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14714 * org.el (org-modules): Mark obsolete packages.
14716 * org-html.el: New file, split out from org-exp.el.
14718 * org-icalendar.el: New file, split out from org-exp.el.
14720 * org-xoxo.el: New file, split out from org-exp.el.
14722 * org-ascii.el: New file, split out from org-exp.el.
14724 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14726 * org-compat.el (org-find-library-name): New function.
14728 * org.el (org-pre-cycle-hook): New hook.
14729 (org-cycle): Call the new hook in appropriate places.
14730 (org-reload): Only reload files that have been loaded before.
14732 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14734 * org.el (org-set-font-lock-defaults): Enforxe space or line end
14735 after todo keyword.
14736 (org-todo): When changing TODO state, do matching
14738 (org-map-continue-from): New variable.
14739 (org-scan-tags): Respect values in `org-map-continue-from'.
14740 (org-reload): Make XEmacs compatible.
14742 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14744 * org-protocol.el (org-protocol-flatten-greedy): New function.
14745 (org-protocol-flatten): New function.
14747 * org.el (org-open-link-from-string): Pass reference buffer to
14748 `org-open-at-point'.
14749 (org-open-at-point): New optional argument `reference-buffer'.
14751 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14753 * org.el (org-scan-tags): Make tag scan find headline in first
14755 (org-get-refile-targets): Add the naked file name.
14756 (org-refile): Store as top-level entry when only file name was
14759 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
14761 * org.el (org-block-todo-from-children-or-siblings-or-parent):
14762 Rename from org-block-todo-from-children-or-siblings, and
14763 enhanced to look for the parent's status as well.
14765 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
14766 (org-agenda-get-progress): Add first notes line to log entry if so
14769 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14771 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
14772 (org-agenda-cleanup-fancy-diary): Call the new hook.
14774 * org-remember.el (org-remember-apply-template): Take the default
14775 for the annotation from the :annotation property.
14777 * org-mac-message.el (org-mac-message-get-link): Remove the
14779 (org-mac-message-get-link): Return the result.
14781 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14783 * org.el (org-refile-get-location): Add file name only if not
14784 already included in outline path.
14786 * org-faces.el (org-n-level-faces): Fix customization type from
14789 * org-exp.el (org-export-headline-levels): Fix customization type
14790 from number to integer.
14792 * org-agenda.el (org-agenda-confirm-kill)
14793 (org-agenda-custom-commands-local-options)
14794 (org-timeline-show-empty-dates, org-agenda-ndays)
14795 (org-agenda-start-on-weekday, org-scheduled-past-days):
14796 Fix customization type from number to integer.
14798 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14800 * org-protocol.el: Declare some functions.
14802 * org-agenda.el (org-agenda-compare-effort):
14803 Honor `org-sort-agenda-noeffort-is-high'.
14804 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
14805 (org-agenda-compare-effort): Implement the "?" operator for
14806 finding entries without effort setting.
14808 * org.el (org-extract-attributes-from-string): New function.
14810 * org-exp.el (org-export-splice-attributes): New function.
14812 2009-08-06 Bastien Guerry <bzg@altern.org>
14813 Daniel M German <dmg@uvic.org>
14814 Sebastian Rose <sebastian_rose@gmx.de>
14815 Ross Patterson <me@rpatterson.net>
14817 * org-protocol.el: New file.
14819 2009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
14821 * org-docbook.el: New file.
14823 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14825 * org-mouse.el: XEmacs compatibility fixes.
14827 * org.el (org-modules): Add org-inlinetasks.el.
14828 (org-cycle): Implement limiting level on cycling.
14829 (org-move-subtree-down): Fix bug with swapping subtrees at end of
14832 * org-inlinetask.el: New file.
14834 * org.el (org-emphasis-regexp-components): Allow braces in
14835 emphasis pre and post match.
14837 * org-footnote.el (org-footnote-normalize): When only sorting, do
14838 not insert inline notes at the end.
14840 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
14842 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14844 * org.el (org-reftex-citation): New command.
14846 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14848 * org-agenda.el (org-agenda-cmp-user-defined): New option.
14849 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
14851 (org-entries-lessp): Apply the new sorting option.
14853 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
14854 blocker code, when an older sibling has children.
14856 * org-mac-message.el (org-mac-message-get-link): Improve getting
14857 links from multiple selected messages.
14859 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14861 * org-remember.el (org-remember-finalize): Do not set buffer file
14863 (org-remember-handler): Mark buffer as unmodified.
14864 (org-remember-handler): Delete backup file and show message about
14865 remaining backup files.
14866 (org-remember-auto-remove-backup-files): New option.
14868 * org.el (org-store-link): Use buffer name as link description in
14870 (org-ido-switchb): Fix argument bug for completion.
14872 * org-remember.el (org-remember-apply-template): Set local
14873 variable `auto-save-visited-file-name' instead of global one.
14875 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14877 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
14878 (org-agenda-get-todos): Mark file tags as inherited.
14879 (org-agenda-list): Always search diary lines for a time.
14881 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14883 * org-feed.el: New file.
14885 * org-exp.el (org-export-as-html): Close local lists depending on
14886 indentation, also when starting a table.
14888 * org-remember.el (org-remember-backup-directory)
14889 (org-remember-backup-name): New internal variable.
14891 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14893 * org-clock.el (org-clock-out-if-current): Make buffer detection
14894 work in indirect buffers as well.
14896 * org.el (org-emphasis-regexp-components): Add the exxclamation
14897 mark to the post-emphasis characters.
14899 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14901 * org.el (org-read-date-minibiffer-septup-hook): New hook.
14902 (org-read-date): Run the new hook.
14904 * org-mac-message.el (org-mac-flagged-mail): New group.
14905 (org-mac-mail-account): New variable.
14906 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
14909 * org-remember.el (org-remember-backup-directory): New variable.
14910 (org-remember-apply-template): Write file to backup directory.
14912 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14914 * org-mouse.el (org-mouse-todo-menu): New function.
14915 (org-mouse-todo-keywords): Function removed.
14916 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
14918 * org-table.el (org-table-beginning-of-field)
14919 (org-table-end-of-field): New commands.
14920 (org-table-previous-field, org-table-beginning-of-field):
14921 Better error messages.
14922 (orgtbl-setup): Include `M-a' and `M-e'.
14924 * org.el (org-backward-sentence, org-forward-sentence):
14927 * org-colview.el (org-colview-initial-truncate-line-value):
14929 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
14930 (org-columns): Remember the value of `truncate-lines'.
14932 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
14934 (org-columns-remove-overlays): Restore the value of
14936 (org-columns): Remember the value of `truncate-lines'.
14938 * org.el (org-columns-skip-arrchived-trees): New option.
14940 * org-agenda.el (org-agenda-export-html-style): Define color for
14941 org-agenda-done face.
14942 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
14943 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
14945 * org.el (org-scan-tags): Use the new face.
14947 * org-faces.el (org-agenda-done): New face.
14949 * org.el (org-scan-tags): Test the value org
14950 `org-tags-match-list-sublevels'.
14951 (org-tags-match-list-sublevels): New allowed value: indented.
14953 * org-latex.el (org-export-latex-make-header): Apply macros
14956 * org-exp.el (org-export-apply-macros-in-string): New function.
14958 * org-latex.el (org-export-latex-list-parameters): Fix bug
14959 with the definition of a checked box.
14961 * org-clock.el (org-clock-find-position): Fix drawer indentations.
14963 * org-latex.el (org-export-latex-low-levels): More options
14964 for how to process lower levels in LaTeX.
14965 (org-export-latex-subcontent): Better treatment for lists as a
14966 means of publishing lower levels.
14968 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14970 * org.el (org-set-font-lock-defaults): Use new checkbox face.
14972 * org-faces.el (org-checkbox): New face.
14974 * org-exp.el (org-export-html-preprocess): Only create LaTeX
14975 fragement images if there is an export file.
14977 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14979 * org-agenda.el (org-stuck-projects): Document that the subtree of
14980 projects that are not stuck will now be searched for stuck
14982 (org-agenda-skip-entry-when-regexp-matches)
14983 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
14984 (org-agenda-list-stuck-projects):
14985 Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
14987 * org-latex.el (org-export-latex-preprocess):
14988 Improve export of verses.
14990 * org-exp.el (org-export-as-html): Implement centering as a div
14991 rather than a paragraph. Do a better job with line-end in verse
14994 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
14996 * org.el (org-open-at-point): Fix tags searches by mouse click.
14998 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15000 * org-latex.el (org-export-latex-preprocess): Implement the
15003 * org-exp.el (org-export-mark-blockquote-verse-center):
15004 Rename from `org-export-mark-blockquote-and-verse'.
15005 (org-export-as-html): Implement the centering markup.
15007 * org-latex.el (org-export-latex-tables): Fix vertical
15010 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15012 * org.el (org-read-date-history): New variable.
15013 (org-read-date): Use new history variable.
15014 (org-toggle-heading): Fix bug when used before first headline.
15015 (org-store-log-note): Remove drawer if empty while note is
15017 (org-remove-empty-drawer-at): New function.
15018 (org-check-after-date): New command.
15019 (org-sparse-tree): New sparse tree command "a".
15021 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
15023 2009-08-06 Bastien Guerry <bzg@altern.org>
15025 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
15026 column and a space, not only a column.
15028 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15030 * org-latex.el (org-export-latex-emphasis-alist):
15031 Better defaults for verbose emphasis.
15032 (org-export-latex-emph-format): New function.
15033 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
15035 * org-agenda.el (org-agenda-menu): Add new commands to menu.
15036 (org-agenda-do-date-later, org-agenda-do-date-earlier)
15037 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
15038 (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
15041 * org.el (org-timestamp-change): Move end-time along with start
15044 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15046 * org-exp.el (org-export-target-internal-links)
15047 (org-export-as-html): Protect links specified as #name.
15049 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15051 * org.el (org-clone-subtree-with-time-shift): New command.
15053 * org-latex.el (org-export-latex-special-chars)
15054 (org-export-latex-treat-sub-super-char): Fix subscript export.
15056 * org-exp.el (org-create-multibrace-regexp): Do not add
15057 backslashes to the class.
15059 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15061 * org-colview.el (org-columns-map): Better functions for moving up
15062 and down a row, even if `truncate-line' is nil.
15064 * org.el (org-insert-todo-heading): Make sure the keyword is
15065 inserted at the correct position.
15067 * org-publish.el (org-publish-project-alist)
15068 (org-publish-projects, org-publish-org-index): Change default anme
15069 for the index of file names to "sitemap.org".
15071 * org-latex.el (org-export-latex-tables):
15072 Use `org-split-string', for Emacs 21 compatibility.
15074 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15076 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
15078 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15080 * org-exp.el (org-export-page-description)
15081 (org-export-page-keywords): New variables.
15082 (org-export-plist-vars): Add entries for :keywords and
15084 (org-infile-export-plist): Parse for new keywords.
15085 (org-get-current-options): Add new keywords.
15086 (org-export-as-html): Publish description and keywords.
15088 * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
15090 (org-agenda-add-entry-text):
15091 Honor `org-agenda-add-entry-text-descriptive-links'.
15093 * org-latex.el (org-export-latex-preprocess): Make all
15094 external preprocess functions use a PARAMETER arg.
15096 * org-exp.el (org-export-preprocess-string)
15097 (org-export-select-backend-specific-text)
15098 (org-export-format-source-code-or-example)
15099 (org-format-org-table-html): Support docbook export.
15100 (org-export-preprocess-string): Make all external preprocess
15101 functions use a PARAMETER arg.
15103 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15105 * org-exp.el (org-export-html-style-include-scripts): New option.
15106 (org-export-plist-vars): Add new option
15107 `org-export-html-style-include-scripts'.
15108 (org-export-as-html): Honor new option
15109 `org-export-html-style-include-scripts'.
15110 (org-export-html-scripts, org-export-html-style-default):
15111 Fix xml issues with the Safari browser.
15113 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15115 * org-publish.el (org-publish-attachment): Only copy file when the
15116 directories differ.
15118 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15120 * org-clock.el (org-clocktable-steps): Use inactive time stamps
15121 for clocktable steps.
15123 * org.el (org-additional-option-like-keywords): Add two more
15126 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15128 * org-exp.el (org-export-format-source-code-or-example):
15129 Mark temporary buffer unmodified, so that it will be killed even if
15130 mode like message mode has decided to assign a file name.
15132 * org.el (org-scan-tags): Improve tag inheritance.
15133 (org-scan-tags, org-make-tags-matcher): Make tag comparison
15135 (org-scan-tags): Use the internal tags list instead of creating it
15137 (org-trust-scanner-tags, org-scanner-tags): New variables.
15138 (org-scan-tags): Set `org-scanner-tags'.
15139 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
15140 (org-map-entries): Document the possible speedup using scanner
15143 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15145 * org.el (org-add-planning-info): Fix bug with looking for keyword
15148 * org-agenda.el (org-agenda-custom-commands-local-options):
15149 Add option for tags filter preset.
15150 (org-prepare-agenda): Store filter preset as a property on the
15152 (org-finalize-agenda): Call the filter, if there is a preset.
15153 (org-agenda-filter-by-tag): Filter again after clearing the
15154 filter, when there still is a preset.
15155 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
15156 Include the preset filter.
15157 (org-agenda-redo): Apply the filter again, also the preset filter.
15159 * org-exp.el (org-export-as-html): Use IDs in the correct way.
15161 * org.el (org-uuidgen-p): New funtion.
15163 * org-agenda.el (org-agenda-fontify-priorities): New default value
15165 (org-agenda-fontify-priorities): Rename from
15166 org-fontify-priorities.
15168 * org.el (org-set-font-lock-defaults):
15169 Call `org-font-lock-add-priority-faces'.
15170 (org-font-lock-add-priority-faces): New function.
15172 * org-faces.el (org-set-tag-faces): New option.
15173 (org-priority-faces): New variable.
15175 * org-exp.el (org-export-as-html): Add a "content" div around the
15176 entire content of the body tag.
15177 (org-export-html-get-bibliography): New function.
15178 (org-export-html-validation-link): New variable.
15179 (org-export-as-html): Add validation link to exported page.
15181 * org.el (org-match-sparse-tree): Rename from
15182 `org-tags-sparse-tree'.
15183 (org-tags-sparse-tree): New alias.
15185 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15187 * org.el (org-get-valid-level): Catch the case where the level
15190 * org-clock.el (org-clock-find-position): Better indentation of
15193 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15195 * org-agenda.el (org-agenda-quit): Delete window only when the
15196 frame-setup was not `current-window'.
15198 * org.el (org-tag-persistent-alist): New option.
15199 (org-startup-options): Add keyword `noptag'.
15200 (org-fast-todo-selection): Handle :newline correctly.
15201 (org-set-tags): Handle :newline correctly.
15202 (org-fast-tag-selection): Handle :newline correctly.
15204 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15206 * org-exp.el (org-export-as-ascii): Reverse link buffer before
15208 (org-export-ascii-push-links): Fix bug with pussing links into the
15211 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15213 * org-archive.el (org-archive-subtree): Do not add 1 to level if
15214 pasting at top level.
15216 * org-bbdb.el: Improve documentation.
15218 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15220 * org-list.el (org-insert-item): Only consider insert empty lines
15221 is `org-empty-line-terminates-plain-lists' is not nil.
15223 * org.el (org-blank-before-new-entry): Mention the dependence on
15224 `org-empty-line-terminates-plain-lists' in the docstring.
15226 * org-publish.el (org-publish-get-project-from-filename):
15227 New optional argument UP. Only find the top project if UP is set.
15228 (org-publish-current-project): Find the top encloding project.
15230 * org-agenda.el (org-agenda-before-write-hook)
15231 (org-agenda-add-entry-text-maxlines): New options.
15232 (org-write-agenda): Run the new hook in the temporary buffer.
15233 (org-agenda-add-entry-text): New function.
15234 (org-write-agenda): Implement PDF export, using ps2pdf.
15236 * org.el (org-global-properties-fixed, org-global-properties):
15237 Improve documentation string.
15239 * org-exp.el (org-export-ascii-links-to-notes): New option.
15240 (org-export-as-ascii): Handle links better.
15241 (org-export-ascii-wrap, org-export-ascii-push-links):
15244 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15246 * org-agenda.el (org-agenda): Make prefix arg optional.
15247 (org-agenda-search-headline-for-time): New option.
15248 (org-format-agenda-item):
15249 Honor `org-agenda-search-headline-for-time'.
15251 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
15254 * org.el (org-self-insert-cluster-for-undo): New option.
15255 (org-self-insert-command): Cluster undo for 20 characters.
15256 (org-self-insert-command-undo-counter): New variable.
15258 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15260 * org-exp.el (org-export-as-html): Fix problem with closing colone
15263 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15265 * org-latex.el (org-export-as-latex)
15266 (org-export-latex-first-lines): Avoid modification flag when
15267 adding or removing text properties.
15268 (org-export-latex-fontify): Catch error when org-emph-alist has
15269 entries that are not defined for LaTeX export.
15271 * org-export-latex.el: Rename to org-latex.el.
15273 * org-latex.el: Rename from org-export-latex.el.
15275 * org.el (orgstruct++-mode): New function.
15276 (turn-on-orgstruct++): Call `orgstruct++-mode'.
15277 (org-context-p): Allow detecting item context after the first line
15279 (orgstruct-make-binding): Detect if item-body context should be
15281 (orgstruct-is-++): New variable.
15282 (org-add-planning-info): Catch the case when there is no planning
15283 info yet and the call does not want to add anything, only maybe
15284 tries to remove something.
15285 (org-special-ctrl-a/e): All value to be a cons cell with separate
15286 settings for `C-a' and `C-e'.
15287 (org-beginning-of-line, org-end-of-line): Honor separate values
15288 for `C-a' and `C-e'.
15290 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
15292 * org.el (org-reload): New command.
15294 2009-06-05 Tassilo Horn <tassilo@member.fsf.org>
15296 * org-gnus.el (org-gnus-store-link): Fix bug where
15297 org-gnus-store-link used wrong subject when called in an article
15298 buffer. Patch provided by fengli AT gmail DOT com.
15300 2009-03-13 D. Goel <deego3@gmail.com>
15302 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
15303 replace ls by (values-list ls).
15305 2009-02-20 Carsten Dominik <dominik@science.uva.nl>
15307 * org-remember.el (org-remember-apply-template): Turn off ido for
15310 * org.el (org-priority): Also find invisible headings, for remote
15312 (org-completing-read-no-ido): New function.
15313 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
15315 * org-colview.el (org-columns-edit-value): No special treatment of
15318 2009-02-19 Carsten Dominik <dominik@science.uva.nl>
15320 * org.el (org-block-todo-from-children-or-siblings):
15321 Use `org-up-heading-all' so that this will work correctly with hidden
15322 property drawers and entries.
15323 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
15324 falling back to normal, default command.
15325 (org-get-location): Temporarily turn off special behavior.
15327 2009-02-13 Glenn Morris <rgm@gnu.org>
15329 * org-rmail.el (rmail-show-message): Restore argument list to the
15330 declaration now that this functions behaves in Emacs 23 as in 22.
15332 2009-02-12 Glenn Morris <rgm@gnu.org>
15334 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
15336 2009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
15338 * org-footnote.el (org-footnote-action): Fix doc typo.
15340 2009-02-06 Carsten Dominik <dominik@science.uva.nl>
15342 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
15343 text before first headline.
15344 (org-export-remove-or-extract-drawers): Fix regular expression for
15345 extracting drawers.
15347 * org.el (org-format-latex): Stop LaTeX fragment processing in
15348 protected examples.
15350 2009-02-05 Glenn Morris <rgm@gnu.org>
15352 * org-rmail.el (rmail-show-message): Update declaration.
15353 (rmail-buffer, rmail-view-buffer): Declare.
15354 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
15356 2009-02-04 Carsten Dominik <dominik@science.uva.nl>
15358 * org.el (org-return-follows-link): Revert setting
15359 `org-return-follows-link' to t by default.
15361 2009-02-02 Carsten Dominik <dominik@science.uva.nl>
15363 * org.el (org-cycle-global-at-bob): Fix typo.
15365 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
15367 2009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
15369 * org.el (org-mode): Make dependence stuff work more reliably.
15370 (org-update-parent-todo-statistics): Fix bug with updating
15372 (org-yank-adjusted-subtrees, org-return-follows-link)
15373 (org-use-fast-todo-selection, org-tags-column): New default
15374 setting for variables.
15376 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
15377 ~ as verbatim delimiters, to avoid table bug.
15378 (org-export-latex-classes): Remove the a4paper option from the
15381 * org-exp.el (org-export-html-format-image): New argument
15382 PAR-OPEN, to fix XHTM validation bug.
15383 (org-export-as-html): Pass par-open to
15384 `org-export-html-format-image'.
15385 (org-export-html-footnotes-section): Use a more consistent id for
15388 * org-agenda.el (org-agenda-sorting-strategy)
15389 (org-agenda-tags-column): New default setting for variables, based
15390 on a poll what typical uses use.
15391 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
15392 setting the blocked tag.
15394 2009-01-31 Carsten Dominik <dominik@science.uva.nl>
15396 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
15397 only checking for blocks.
15399 * org-exp.el (org-export-html-footnotes-section): Make the div id
15402 * org-export-latex.el (org-export-latex-classes):
15403 Remove paper size option from LaTeX classes.
15405 2009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
15407 * org.el (org-enforce-todo-checkbox-dependencies): New option.
15408 (org-block-todo-from-checkboxes): New function.
15409 (org-todo): Make tripple prefix arg circumvent blocking.
15411 2009-01-30 Glenn Morris <rgm@gnu.org>
15413 * org-list.el (org-empty-line-terminates-plain-lists)
15414 (org-toggle-checkbox): Doc fixes.
15416 * org-table.el (org-table-clean-before-export): Fix declaration.
15418 2009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
15420 * org-timer.el (org-timer): Provide the timer feature.
15422 * org.el (org-require-autoloaded-modules): Add a few more files to
15423 the list of autoloaded modules.
15425 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
15427 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
15428 drawers that are unprotected.
15429 (org-export-html-format-image): Make sure inlined LaTeX fragment
15430 images remain inlined.
15432 * org.el (org-toggle-ordered-property): New function.
15433 (org-mode-map): Add a key for `org-toggle-ordered-property'.
15434 (org-org-menu): Add menu entries for TODO dependencies.
15436 * org.el (org-default-properties): Add ORDERED to the default
15437 properties, to get completion support for it.
15439 * org-list.el (org-update-checkbox-count): Update more than one cookie.
15441 * org.el (org-update-parent-todo-statistics): Update more than one
15444 2009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
15446 * org-agenda.el (org-agenda-get-todos): Start search from correct
15449 * org.el (org-fast-todo-selection): Make sure TODO selection does
15450 not change buffer position.
15452 * org-list.el (org-toggle-checkbox): Implement adding or removing
15453 checkboxes from line or region when called with a prefix
15456 * org-rmail.el (org-rmail-store-link): Protect the call to
15457 `rmail-narrow-to-non-pruned-header'.
15459 * org-clock.el (org-clock-special-range): Fix week display in
15462 * org-exp.el (org-get-current-options): Fix bug when in indirect
15465 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
15466 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
15467 (org-agenda-dim-blocked-tasks): New function.
15469 * org.el (org-enforce-todo-dependencies): New option.
15470 (org-block-todo-from-children-or-siblings): New function.
15472 * org-faces.el (org-agenda-dimmed-todo-face): New face.
15474 2009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
15476 * org.el (org-todo): Return correct state type even if the blocker
15478 (org-modifier-cursor-error): Rename from
15479 `org-shiftcursor-error'.
15480 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
15481 (org-shiftmetadown): Call `org-modifier-cursor-error'.
15483 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
15484 to get real errors from the blocker hook.
15486 * org.el (org-shiftselect-error, org-call-for-shift-select):
15488 (org-set-visibility-according-to-property): Turn off the setting
15489 of `org-show-entry-below', to avoid overruling a FOLDED visibility
15492 * org.el (org-support-shift-select): New option.
15493 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
15494 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
15495 selection outside contexts.
15497 * org-list.el (org-at-item-bullet-p): New function.
15499 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
15502 * org-footnote.el (org-footnote-normalize): Remove unnecessary
15504 (org-insert-footnote-reference-near-definition):
15505 Remove unnecessary let form.
15507 2009-01-26 Carsten Dominik <dominik@science.uva.nl>
15509 * org-export-latex.el (org-export-as-latex):
15510 Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
15511 (org-export-latex-first-lines): New parameter OPT-PLIST.
15513 * org.el (org-yank): Tell `delete-selection-mode' about
15516 * org-faces.el (org-clock-overlay): Fix face definition.
15518 * org-export-latex.el (org-export-latex-first-lines):
15519 Pass timestamp and footnote parameters to the preprocessor.
15521 * org-exp.el (org-export-remove-timestamps): Do not remove time
15522 stamps inside tables.
15524 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15526 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
15528 * org.el (org-agenda-tags-todo-honor-ignore-options):
15531 * org-table.el (org-table-insert-hline): Fix typo in fuction call
15532 to `backward-char'.
15534 * org-exp.el (org-export-as-html): Remove the initial space from
15537 * org.el (org-scan-tags):
15538 Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15540 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
15541 New customization groups.
15542 (org-agenda-tags-todo-honor-ignore-options): New option.
15543 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15545 (org-agenda-get-todos):
15546 Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15548 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15550 * org-exp.el (org-export-format-source-code-or-example):
15551 Escape HTML characters also in examples that anre not treated with
15552 htmlize. Also, just switch to EXAMPLE processing if we do not
15553 have a good version of htmlize.
15555 * org-rmail.el: Fix copyright notice.
15557 * org.el (org-activate-footnote-links): Improve footnote link
15560 * org-footnote.el (org-footnote-normalize): Fix finding the end of
15561 a footnote definition at the end of the file.
15563 * org-table.el (org-table-get-specials): Add an imagined hline at
15564 the end of the table. This can be useful for references that want
15565 to go to the end of the table. Also fix bug when computing last
15566 row constants, in tables that do not start right at the right
15568 (org-table-eval-formula): Match and replace remove references.
15569 (org-table-formula-substitute-names): Make sure that names inside
15570 a "remote" call are left alone, the will be replaced later when
15571 the remote call is handled.
15572 (org-table-convert-refs-to-rc): Do not convert things that might
15573 look like a reference, but are really part of an ID or namei n a
15575 (org-table-get-remote-range): New function.
15577 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15579 * org-faces.el (org-clock-overlay): Fix bug in face definition.
15581 * org-clock.el (org-clock-put-overlay): Use new face instead of
15582 `secondary-selection'.
15584 * org-faces.el (org-clock-overlay): New face.
15586 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15588 * org-exp.el (org-get-current-options): Include the option for
15589 publishing time stamps.
15591 * org.el (org-toggle-heading): Rename from
15592 `org-toggel-region-headings'.
15593 No longer needs a region defined, but will use it if there is one.
15594 (org-ctrl-c-star): Simplify, relying more on the internal
15595 workings of `org-toggle-heading'.
15596 (org-toggle-item): Rename from `org-toggle-region-items'.
15597 No longer needs a region defined, but will use it if there is one.
15598 (org-ctrl-c-minus): Simplify, relying more on the inernal
15599 workings of `org-toggle-item'.
15601 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
15602 environment detection. Also, do real changes only in unprotected
15605 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15607 * org-export-latex.el (org-export-latex-quotation-marks):
15608 Use `org-if-unprotected-1'.
15609 (org-export-latex-set-initial-vars): Check for class definition in
15612 * org-macs.el (org-if-unprotected-1): New macro.
15614 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15616 * org-compat.el (org-count-lines): New function.
15618 * org-exp.el (org-export-format-source-code-or-example):
15619 Handle switches related to text areas.
15621 * org.el (org-activate-footnote-links): Don't allow match inside a
15624 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
15626 * org-export-latex.el (org-export-latex-links): Keep a relative
15627 path relative also after export.
15629 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
15631 * org.el (org-make-tags-matcher): Never use IDO for completing the
15632 tags matcher match string.
15633 (org-completing-read): Also remove the special biding for "?".
15635 * org-attach.el (org-attach-allow-inheritance): New option.
15636 (org-attach-inherited): New variable.
15637 (org-attach-dir): Handle properties related to the attachment
15639 (org-attach-check-absolute-path): New function.
15640 (org-attach-set-directory, org-attach-set-inherit): New commands.
15641 (org-attach): Accommodate the new commands in the dispatcher.
15643 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15645 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
15646 `window-full-width-p'.
15648 * org-exp.el (org-export-as-html): Only check for images files
15649 that really can be inlined.
15651 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
15652 list of extensions to be a parameter.
15654 * org-exp.el (org-export-html-inline-image-extensions):
15657 * org-agenda.el (org-prepare-agenda):
15658 Use `org-agenda-block-separator'.
15659 (org-agenda-block-separator): New option.
15661 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15663 * org-export-latex.el (org-export-latex-tables):
15664 Call `org-table-clean-before-export' with the new optional argument.
15666 * org-exp.el (org-table-clean-before-export): New optional
15667 parameter MAYBE-QUOTED, allows for quoted characters like \# in
15670 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15672 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
15675 * org-colview.el (org-colview-construct-allowed-dates):
15676 Better error catching when a date/time property does not have allowed
15679 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
15680 Better error catching when a date/time property does not have
15681 allowed values defined.
15683 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15685 * org.el (org-map-entries): Restore point and restriction after
15688 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15690 * org.el (org-time=, org-time<, org-time<=, org-time>)
15691 (org-time>=, org-time<>): Make sure both values are dates.
15693 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15695 * org-archive.el (org-extract-archive-heading): Allow %s for file
15696 name also in achive location heading.
15698 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15700 * org-archive.el (org-add-archive-files): Uniquify the list before
15703 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15705 * org-compat.el (org-fit-window-to-buffer):
15706 Use `window-full-width-p'.
15708 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
15709 space after the colon in short examples.
15711 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
15712 enforce a space after the colon. However, we also allow lines
15713 that are *only* a colon.
15714 (org-export-as-html): Enforce the space after the colon in short
15716 (org-export-preprocess-string): Do the colon example protection
15718 (org-export-remove-timestamps): Do not check for protection at the
15721 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15723 * org.el (org-format-latex-options): Add new matcher for single
15724 letters between dollars.
15725 (org-get-header): Function removed.
15726 (org-heading-components): New function.
15728 * org-exp.el (org-export-define-heading-targets): Record ID's also
15729 as alternative targets.
15730 (org-export-as-html): Interpret "id:" links to other files by
15731 preserving the relative path.
15733 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
15736 * org-exp.el (org-export-normalize-links): Protect the main link,
15737 to avoid special character processing.
15739 * org-export-latex.el (org-export-latex-special-keyword-regexp):
15741 (org-export-latex-special-string-regexps): Variable removed.
15742 (org-export-latex-keywords): Use the new regexp.
15744 * org-exp.el (org-export-handle-include-files): Fetch switches and
15745 put them into the BEGIN statement.
15747 * org-timer.el (org-timer-mode-line-string): New variable.
15749 * org-clock.el (org-clock-mode-line-map): Rename from
15750 `org-clock-mode-map'.
15751 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
15752 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
15753 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
15754 (org-clock-remove-overlays): Rename from
15755 `org-remove-clock-overlays'.
15757 * org-timer.el (org-timer-pause-or-continue): Implement stopping
15758 and mode line display.
15759 (org-timer-stop): New command.
15760 (org-timer-seconds): Return correct time when timer is paused.
15761 (org-timer-mode-line-timer): New variable.
15762 (org-timer-set-mode-line, org-timer-update-mode-line):
15765 * org.el (org-insert-heading): Handle new value `auto' for
15766 `org-blank-before-new-entry'.
15767 (org-org-menu): Add new items for timer functions.
15769 * org-list.el (org-insert-item): Handle new value `auto' for
15770 `org-blank-before-new-entry'.
15772 * org.el (org-blank-before-new-entry): New value `auto', made
15775 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15777 * org-exp.el (org-export-normalize-links): If the link is also
15778 used as the description, protect the description.
15780 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15782 * org.el (org-closest-date): Fix bug with yearly repeats, in
15783 combination with preference of the past as it is used for deadline
15784 and scheduling search.
15786 * org-exp.el (org-html-handle-time-stamps): No longer check for
15787 the `org-export-with-timestamps' option, because the preprocesser
15788 has taken care of this already.
15790 * org.el (org-entry-properties): Catch the case when this is
15791 called in a non-org-mode file.
15793 * org-export-latex.el (org-export-latex-remove-from-headlines):
15794 Variable made obsolete, also LaTeX export now uses the standard
15796 (org-export-as-latex): Add the timestamps parameter to the
15797 preprocessor parameter list.
15798 (org-export-latex-content): Export the remaining keywords without
15799 considering to remove them.
15800 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
15801 Use bold font instead of tt font for the keywords.
15802 (org-export-latex-fontify-headline): Format headlines, assuming
15803 that all keywords still present should be published.
15804 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
15805 publish what ever remains of the time stamps.
15806 (org-export-latex-list-parameters): New option.
15807 (org-export-latex-lists): Pass additional parameters to the list
15810 * org-exp.el (org-export-preprocess-string): Remove clock lines
15811 and timestamps already in the preprocesor.
15812 (org-export-remove-timestamps, org-export-remove-clock-lines):
15814 (org-export-as-ascii, org-export-as-html): Add the timestamps
15815 parameter to the preprocessor parameter list.
15817 * org-list.el (org-list-parse-list): Parse for checkboxes.
15818 (org-list-to-generic): Introduce and handle new parameters :cbon
15820 (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
15821 Add optional parameter PARAMS.
15823 * org-export-latex.el (org-export-latex-special-chars):
15824 Fix problems with interpreting dollar signs.
15825 (org-inside-latex-math-p): New function.
15826 (org-export-latex-preprocess): Protect all the math fragments.
15828 * org.el (org-latex-regexps): Allow a dash after a dollar.
15830 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
15831 mark after copying.
15833 * org-agenda.el (org-run-agenda-series): Have series options set
15834 when finalizing the agenda.
15836 * org-exp.el (org-export-format-source-code-or-example):
15837 Protect the converted examples.
15839 * org.el (org-set-regexps-and-options): Fix the regexp
15840 `org-complex-heading-regexp'.
15842 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15844 * org.el (org-edit-src-get-label-format): New function.
15845 (org-coderef-label-format): New option.
15846 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
15847 a label format specification and make sure it is used in the edit
15849 (org-edit-src-get-label-format): New function.
15850 (org-store-link): Handle new coderef formats.
15851 (org-link-search): Handle new coderef formats.
15853 * org-footnote.el (org-footnote-create-definition)
15854 (org-footnote-goto-local-insertion-point): Make footnote insertion
15855 work correctly when the "Footnotes" headline is the last line in
15858 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
15861 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15863 * org-w3m.el (org-w3m): New customization group.
15864 (org-w3m-deactivate-mark): New option.
15865 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
15868 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15870 * org.el (org-set-font-lock-defaults): Trigger footnote
15872 (org-activate-footnote-links): New function.
15873 (org-activate-links): New entry `footnote'.
15875 * org-faces.el (org-footnote): New face.
15877 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15879 * org-macs.el (org-re): Handle the [:word:] class.
15881 * org-exp.el (org-export-preprocess-string):
15882 Call `org-export-protect-colon-examples'.
15883 (org-export-protect-colon-examples): Rename from
15884 `org-export-protect-examples', and scope limited to lines starting
15887 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15889 * org-exp.el (org-export-preprocess-string): Move the preprocess
15890 hook to after turning on Org-mode.
15891 (org-export-preprocess-after-include-files-hook)
15892 (org-export-preprocess-after-tree-selection-hook)
15893 (org-export-preprocess-before-backend-specifics-hook)
15894 (org-export-preprocess-final-hook): New hooks.
15895 (org-export-preprocess-string): Run the new hooks.
15897 * org.el (org-ctrl-c-minus): Fix indentation for new items.
15899 * org-footnote.el: New file.
15901 * org.el (org-footnote): Require footnote code.
15902 (org-startup-options): Add new footnote options.
15903 (org-mode-map): New keybindig for footnotes.
15904 (org-ctrl-c-ctrl-c): Add function at footnotes.
15905 (org-org-menu): New menu entries for footnotes.
15907 * org-export-latex.el (org-export-as-latex): Pass footnote
15908 variable to preprocessor.
15909 (org-export-latex-preprocess): Treat multiple references to a
15912 * org-exp.el (org-export-preprocess-string):
15913 Call `org-footnote-normalize'.
15914 (org-export-as-ascii, org-export-as-html): Pass footnote variable
15916 (org-export-as-html): Treat multiple references to a footnote.
15918 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
15920 * org-export-latex.el (org-export-latex-links): Handle coderef
15923 * org.el (org-bracket-link-analytic-regexp++): New variable.
15924 (org-make-link-regexps):
15925 Initialize `org-bracket-link-analytic-regexp++'.
15926 (org-store-link): Implement special case in edit-src buffer.
15927 (org-insert-link): No use of ide to insert stored links.
15928 (org-link-search): Implement special case for coderefs.
15930 * org-exp.el (org-export-html-scripts): New constant.
15931 (org-export-html-style-default): Add a new style for highlighted
15933 (org-export-code-refs): New variable.
15934 (org-export-preprocess-string): Initialize `org-export-code-refs'.
15935 Call `org-export-replace-src-segments-and-examples'
15936 No longer call `org-export-protect-examples'.
15937 (org-export-target-internal-links): Take care of coderef targets.
15938 (org-export-last-code-line-counter-value): New variable.
15939 (org-export-replace-src-segments-and-examples): Rename from
15940 `org-export-replace-src-segments', and modified.
15941 (org-export-format-source-code-or-example): Rename from
15942 `org-export-format-source-code'.
15943 (org-export-number-lines): New function.
15944 (org-export-as-ascii, org-export-as-html): Handle coderef links.
15946 2009-01-23 Glenn Morris <rgm@gnu.org>
15948 * org-rmail.el (rmail-narrow-to-non-pruned-header):
15949 Remove declaration of deleted function.
15951 2009-01-16 Glenn Morris <rgm@gnu.org>
15953 * org-mouse.el (org-mouse-show-context-menu):
15954 Use mouse-menu-major-mode-map, if defined, rather than the obsolete
15955 mouse-major-mode-menu.
15957 2008-12-23 Carsten Dominik <dominik@science.uva.nl>
15959 * org-remember.el (org-remember-handler): Safer way to get a new
15960 buffer accessing the target file.
15962 * org.el (org-refile-get-location): Handle case of current buffer
15963 not having a file associated with it.
15965 2008-12-22 Carsten Dominik <dominik@science.uva.nl>
15967 * org-table.el (org-table-get-formula): Only ask to overwrite
15968 field formula if there really is one.
15970 2008-12-21 Carsten Dominik <dominik@science.uva.nl>
15972 * org-export-latex.el (org-export-latex-make-header): Double the
15973 commenting % in the time stamp format.
15974 (org-export-latex-special-chars): Handle case where there is no
15977 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
15979 * org.el (org-get-refile-targets, org-refile-get-location):
15980 Use expanded file name to improve comparison.
15982 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
15984 * org.el (org-scan-tags): Rescan for tags, to get the correct
15985 upcase/downcase stuff. This slows things down for now, but it
15987 (org-mode): Make sure the tag-faces regexp is initialized.
15989 * org-export-latex.el (org-export-latex-links): Fix bug with
15992 * org-table.el (org-table-get-specials):
15993 Set `org-table-current-last-data-line'.
15994 (org-table-current-last-data-line): New variable.
15995 (org-table-insert-column, org-table-delete-column)
15996 (org-table-move-column, org-table-fix-formulas):
15997 Call `org-table-fix-formulas' a second time to fix the $LR references.
15998 (org-table-get-specials): Add the $LR references to the tables.
15999 (org-table-get-formula): Do not offer last-row names as LHS of
16002 * org.el (org-store-link): Capture link description from
16003 `org-id-store-link'.
16005 * org-exp.el (org-export-html-format-image): Add the / to the end
16007 (org-export-format-source-code): Surround example by empty lines,
16008 to make sure it will not be inside a paragraph.
16010 * org.el (org-ido-switchb): New function.
16012 2008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
16014 * org-agenda.el (org-agenda-show): New prefix argument
16017 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
16020 2008-12-20 Glenn Morris <rgm@gnu.org>
16022 * org.el (org-org-menu): Fix some more menu entries.
16024 2008-12-18 Carsten Dominik <dominik@science.uva.nl>
16026 * org-table.el (org-table-get-specials): Revert introduction of @0
16027 as reference of the last table row, because of conflicts.
16029 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
16030 argument, get the current tags directly.
16031 (org-agenda-set-tags): Leave getting current tags to
16032 `org-agenda-change-all-lines'.
16034 2008-12-17 Carsten Dominik <dominik@science.uva.nl>
16036 * org.el (org-org-menu): Do not quote the set-tags command.
16038 2008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
16040 * Fix typos in comments and docstrings throughout Org-mode.
16042 * org.el (org-get-outline-path): Fix bug if level is not given.
16044 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
16046 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16048 * org.el (org-refile): Avoid refiling to within the region to be
16051 * org-export-latex.el (org-export-latex-special-chars):
16052 Replace special characters also in tables.
16054 * org-agenda.el (org-agenda-change-all-lines): New argument
16056 (org-agenda-set-tags): Get the new tags and pass them to
16057 `org-format-agenda-item'.
16059 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16061 * org-export-latex.el (org-export-latex-classes): Add longable as
16062 a default package to all classes.
16063 (org-export-latex-tables): Handle the longtable attribute and the
16066 * org-table.el (orgtbl-to-generic): Handle tables that start with
16069 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
16070 \verb for colde-like snippets.
16071 (org-export-as-latex): Fix issues with region export.
16073 * org.el (org-up-heading-safe): Speed up function by using a
16074 direct regexp search.
16075 (org-olpa): New variable.
16076 (org-get-outline-path): Speed-up path constructions in cases where
16077 this is possible because the entire hierarchy is scanned anyway.
16078 (org-refile-get-location): Don't compare the truenames of files,
16080 (org-goto-max-level): New option.
16081 (org-goto): Use `org-goto-max-level'.
16083 2008-12-16 Tassilo Horn <tassilo@member.fsf.org>
16085 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
16086 Strip angle brackets from message-ids in the former and don't do
16088 (org-gnus-follow-link): Open summary reliable, even if the last
16089 messages were deleted, and handle empty groups, too.
16091 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16093 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
16094 instead of \texttt for the =...= and ~===~ emphasis environments.
16095 (org-export-as-latex): Remove any old :org-license-to-kill text
16097 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
16098 (org-export-latex-make-header): Add some hard space after the
16100 (org-export-latex-first-lines): Accept RBEG argument.
16101 Mark exported text so that it will be excuded in further steps.
16103 * org-table.el (org-table-get-specials): Make @0 reference the
16104 last line in a table.
16105 (org-table-recalculate): Improve docstring.
16107 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16109 * org.el (org-log-done): Fix docstring.
16111 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16113 * org-exp.el (org-export-html-format-image): Fix bugs.
16115 * org-export-latex.el (org-export-latex-tables)
16116 (org-export-latex-links): Implement attribute, label, and caption
16119 * org-exp.el (org-export-html-style-default): Add style
16120 definitions for the figure div.
16121 (org-export-preprocess-string, org-export-as-html):
16122 Implement attribute, label, and caption handling.
16123 (org-export-attach-captions-and-attributes): New function.
16124 (org-export-html-format-image): New function.
16125 (org-format-org-table-html): Implement attribute, label, and
16128 * org.el (org-find-text-property-in-string): New function.
16129 (org-extract-attributes): Use the property org-attr instead of
16130 org-attrobutes, because this property is now set with the #+ATTR
16133 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16135 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
16136 the case that FROM is nil.
16138 * org.el (org-before-first-heading-p): New function.
16140 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16142 * org-exp.el (org-export-as-html): Do not add a space before
16143 enforces line breaks.
16144 (org-export-as-html): Close paragraph before blockquote and verse
16147 2008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
16149 * org-id.el (org-id-locations-file): Wrap file name with
16150 `convert-standard-filename'.
16151 (org-id-files): New variable.
16152 (org-id-use-hash): New option.
16153 (org-id-update-id-locations): Also search in all files current
16154 listed in `org-id-files'. Convert the resulting alist to a hash
16155 if the user customation says so.
16156 (org-id-locations-save): Handle he case if `org-id-locations' is a
16158 (org-id-locations-load): Convert the alist to a hash.
16159 (org-id-add-location): Handle the hast case.
16160 (kill-emacs-hook): Make sure id locations are saved when Emacs is
16162 (org-id-hash-to-alist, org-id-alist-to-hash)
16163 (org-id-paste-tracker): New functions.
16165 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16167 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
16168 bindings of calendar variables.
16170 * org-table.el (org-table-find-row-type): Rename from
16171 `org-find-row-type'.
16172 (org-table-rewrite-old-row-references): Rename from
16173 `org-rewrite-old-row-references'.
16174 (org-table-shift-refpart): Rename from `org-shift-refpart'.
16175 (org-table-cleanup-narrow-column-properties): Rename from
16176 `org-cleanup-narrow-column-properties'.
16178 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16180 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
16181 for better error messages.
16182 (org-table-get-descriptor-line): Supply the new arguments to
16183 `org-find-row-type'.
16184 (org-table-error-on-row-ref-crossing-hline): New option.
16186 * org.el (org-target-link-regexp): Make buffer-local.
16187 (org-move-subtree-down): Fix bug with trees at beginning of
16190 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16192 * org-faces.el (org-set-tag-faces): New function.
16193 (org-tags-special-faces-re): New variable.
16195 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
16197 * org-faces.el (org-tag-faces): New option.
16198 (org-tag): Mention `org-tag-faces' in the docstring.
16200 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16202 * org-exp.el (org-export-html-style-default): Implement new
16205 * org-jsinfo.el (org-infojs-template): Implement new quoting.
16207 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
16208 command to the `w3m-minor-mode-map'.
16210 * org-archive.el (org-archive-to-archive-sibling):
16211 Protect `this-command' to avoid appending kills during archiving.
16213 * org-exp.el (org-export-with-priority): New variable.
16214 (org-export-add-options-to-plist): Use `org-export-plist-vars'
16215 instead of internal list of strings and properties.
16216 (org-print-icalendar-entries): Retrieve the location property with
16219 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16221 * org-exp.el (org-export-with-todo-keywords): New option.
16222 (org-export-plist-vars): Include also the keys for the #+OPTIONS
16224 (org-default-export-plist, org-export-add-options-to-plist)
16225 (org-export-as-ascii, org-export-as-html): Use the new structure
16226 of `org-export-plist-vars'.
16228 * org.el (org-map-entries): Return all values.
16230 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16232 * org.el (org-matcher-time): Recognize more special values.
16234 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
16236 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16238 * org.el (org-tags-exclude-from-inheritance): New option.
16239 (org-tag-inherit-p, org-remove-uniherited-tags):
16240 Respect `org-tags-exclude-from-inheritance'.
16242 * org-agenda.el (org-agenda-show-inherited-tags): New option.
16243 (org-format-agenda-item): Add inherited tags to the agenda line
16244 string, and make sure that properties are kept when downcasing the
16246 (org-agenda-add-inherited-tags): New function.
16247 (org-downcase-keep-props): New function.
16249 * org.el (org-scan-tags): Mark inherited tags with a text
16251 (org-get-tags-at): Mark inherited tags with a text property.
16252 (org-add-prop-inherited): New function.
16254 * org-agenda.el (org-agenda-add-inherited-tags): New function.
16255 (org-agenda-show-inherited-tags): New option.
16257 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16259 * org.el (org-modules): Add org-w3m to the default modules.
16261 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
16263 (orgtabl-create-or-convert-from-region): New command.
16265 * org-exp.el (org-export-as-ascii): Remove the handling of
16267 (org-export-ascii-preprocess): Handle targets already in this
16270 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16272 * org-timer.el (org-timer-start-time): Define this variable.
16273 (org-timer-item): Make argument optional.
16275 * org-list.el (org-insert-item): Automatically insert a timer item
16276 if the current list is a timer list.
16278 * org-timer.el: New file.
16280 * org-publish.el (org-publish-org-index): Only exclude the index
16281 file in the main directory from being added to the site-map.
16282 (org-publish-get-project-from-filename): If the current project is
16283 a component, start publishing from the parent project.
16285 2008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
16287 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
16289 * org-publish.el (org-publish-org-index): Improve removal of
16292 2008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
16294 * org-agenda.el (org-get-closed): Re-apply changes
16295 accidentially overwritten by last commit to Emacs.
16297 * org.el (org-outline-path-complete-in-steps): New option.
16298 (org-refile-get-location):
16299 Honor `org-outline-path-complete-in-steps'.
16300 (org-agenda-change-all-lines, org-tags-sparse-tree)
16301 (org-time-string-to-absolute, org-small-year-to-year)
16302 (org-link-escape): Re-apply changes accidentially overwritten
16303 by last commit to Emacs.
16305 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16307 * org-clock.el (org-dblock-write:clocktable): Make sure the
16308 clocktable sees the first line.
16309 (org-clock-in): Warn if the clock cannot be resumed.
16311 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16313 * org.el (org-open-at-point): Fix mixup about interactive and
16314 non-interactive elisp links.
16316 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16318 * org-exp.el (org-export-preprocess-string): Allow one comment
16319 line before the first headline to always be included. This is
16320 to not miss a commented target.
16322 * org-mouse.el (org-mouse-insert-item):
16323 Call `org-indent-to-column' instead of `indent-to', for XEmacs
16326 * org.el (org-refile-targets): Fix customize definition so
16327 that it works also in XEmacs.
16328 (org-fixup-indentation): Call `org-indent-to-column' instead
16329 of `indent-to', for XEmacs compatibility.
16331 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
16333 * org-mew.el (org-mew-store-link): Get the correct case folder
16334 for refiled messages.
16336 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16338 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
16339 line break indicators.
16341 * org.el (org-ido-completing-read): Remove the "i:" prefix for
16342 ido-completion propts.
16344 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16346 * org-remember.el (org-remember-apply-template):
16347 Use `org-substring-no-properties'.
16349 * org-compat.el (org-substring-no-properties): New function.
16351 * org-remember.el (org-remember-apply-template):
16352 Use `org-substring-no-properties' for compatibility.
16354 * org-list.el (org-list-two-spaces-after-bullet-regexp):
16356 (org-fix-bullet-type):
16357 Respect `org-list-two-spaces-after-bullet-regexp'.
16359 * org-clock.el (org-clock-load): Clean up the code.
16361 * org.el (org-adaptive-fill-function): Allow two spaces after
16362 "1." as a list bullet.
16364 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16366 * org-clock.el (org-clock-save, org-clock-load): Check for
16367 live buffers, existing files, and buffer file names to ensure
16368 consistent information.
16369 (org-clock-persist): Make `clock' a special value of this
16370 variable, and improve docstring.
16372 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
16373 (org-get-string-indentation): Adapt indentation when the bullet
16376 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16378 * org-remember.el (org-remember-finalize): Make interactive.
16379 (org-remember-kill): New command.
16380 (org-remember-finish-immediately): Call `org-remember-finalize'
16382 (org-remember-finalize): Make `org-remember-finalize' an interactive
16385 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16387 * org-remember.el (org-remember-apply-template): No ido completion
16388 for free prompts in remember templates.
16389 (org-remember-before-finalize-hook): New hook.
16390 (org-remember-mode): New minor mode.
16391 (org-remember-apply-template): Turn on `org-remember-mode'.
16393 * org-remember.el (org-remember-apply-template): Fix the way how
16394 the list of allowed properties is retrieved from the target file.
16396 * org.el (org-insert-link): Improve file link matching.
16398 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16400 * org-colview.el (org-columns-display-here): New argument
16401 DATELINE, to trigger using the new face.
16402 (org-agenda-colview-summarize): Call `org-columns-display-here'
16403 with the new argument.
16405 * org-faces.el (org-agenda-column-dateline): New face.
16407 * org-publish.el (org-publish-org-index): Use index-title at page
16408 title, not as section.
16410 * org-exp.el (org-export-html-format-desc): Respect the
16411 org-protect property.
16412 (org-export-as-html): Protect image specifiers that are in the
16413 description part of a link.
16415 * org.el (org-sort-entries-or-items, org-completing-read)
16416 (org-refile-get-location, org-olpath-completing-read, org-todo)
16417 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
16418 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
16419 (org-set-property, org-delete-property)
16420 (org-delete-property-globally): Use `org-ido-completing-read'.
16422 * org-remember.el (org-remember-apply-template):
16423 Use `org-ido-completing-read'.
16425 * org-publish.el (org-publish): Use `org-ido-completing-read'.
16427 * org-colview.el (org-columns-edit-value, org-columns-new)
16428 (org-insert-columns-dblock): Use `org-ido-completing-read'.
16430 * org-colview-xemacs.el (org-columns-edit-value)
16431 (org-columns-new, org-insert-columns-dblock):
16432 Use `org-ido-completing-read'.
16434 * org-attach.el (org-attach-delete-one, org-attach-open):
16435 Use `org-ido-completing-read'.
16437 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
16438 Use `org-ido-completing-read'.
16440 * org.el (org-time-today): New function.
16441 (org-matcher-time): Use `org-time-today'. Add special treatment
16442 for "<tomorrow>" and "<yesterday>".
16443 (org-ido-completing-read): New function.
16444 (org-completion-use-ido): New option.
16446 * org-exp.el (org-export-format-source-code): Fix bug in require
16448 (org-export-target-internal-links): Fix bug in search for text
16451 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16453 * org-export-latex.el (org-export-latex-subcontent):
16454 Interprete target aliases as additonal labels.
16456 * org-exp.el (org-export-target-aliases): New variable.
16457 (org-export-preprocess-string)
16458 (org-export-handle-invisible-targets): Fill the alias alist.
16459 (org-export-as-html): Remove the from the anchor, and also
16461 (org-html-level-start): Insert the target aliases as additonal
16464 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
16467 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16469 * org.el (org-open-at-mouse): Ensure correct link abbreviations
16470 when following a link with the mouse from the agenda.
16472 * org-exp.el (org-export-as-html): Avoid lone </div> when no
16473 headlines are created.
16475 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16477 * org.el (org-link-translation-function): New option.
16478 (org-open-at-point): Call `org-link-translation-function' if
16480 (org-translate-link): New function.
16481 (org-translate-link-from-planner): New function.
16482 (org-open-at-point): Allow interactive commands in elisp links.
16484 * org-exp.el (org-icalendar-cleanup-string): Restore the old
16485 iCalendar quoting. The new one seems to caus problems with
16488 * org.el (org-yank): Set `this-command' to `yank', so that
16489 `yank-pop' will work.
16491 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16493 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
16494 compliance as far as quoting is concerned.
16496 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
16497 hexified version of the tag.
16499 * org-vm.el (org-vm-follow-link): Require `vm-search'.
16501 * org.el (org-up-heading-safe, org-forward-same-level):
16502 Always call `org-back-to-heading' instead of `outline-back-to-heading'.
16503 (org-back-to-heading): New wrapper around outline-back-to-heading,
16504 with a useful error message telling where the error happened.
16506 * org-list.el (org-update-checkbox-count): Always call
16507 `org-back-to-heading' instead of `outline-back-to-heading'.
16509 * org-exp.el (org-export-as-html): Make sure that each <img> tag
16510 has an `alt' attribute, to ensure XHTML validation.
16512 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
16514 * org-publish.el (org-publish-attachment): Allow publishing to
16515 overwrite attachment files.
16517 * org-agenda.el (org-agenda-timerange-leaders): New option.
16518 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
16520 * org.el (org-edit-src-exit): Untabify ASCII image before
16523 2008-11-19 Glenn Morris <rgm@gnu.org>
16525 * org.el, org-mouse.el (org-agenda-change-all-lines):
16528 2008-11-18 Carsten Dominik <dominik@science.uva.nl>
16530 * org.el ("speedbar"): Only show context if the file really is an
16533 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
16535 * org.el (org-time-string-to-absolute, org-small-year-to-year)
16536 (org-tags-sparse-tree): Fix typos in docstrings.
16538 2008-11-15 Carsten Dominik <dominik@science.uva.nl>
16540 * org-publish.el (org-publish-attachment): Allow copy-file to
16543 2008-11-13 Glenn Morris <rgm@gnu.org>
16545 * org-agenda.el (org-get-closed): Fix alias.
16547 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
16549 * org.el (org-link-escape): Fix typo in docstring.
16551 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16553 * org.el (org-yank): Make any prefix force normal yanking.
16554 Suppress folding if text would be swallowed into a folded
16556 (org-yank-folded-subtrees, org-yank): Docstring updates.
16558 * org-agenda.el (org-agenda-compare-effort): Treat no effort
16561 * org-exp.el (org-export-language-setup): Add Catalan and
16562 Esperanto language entries.
16564 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16566 * org.el (org-refile): Allow refiling of entire regions.
16568 * org-clock.el (org-clock-time%): New function.
16570 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
16571 retrieve property values.
16573 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16575 * org-agenda.el (org-agenda-list): Handle the value `only' of
16576 org-agenda-show-log'.
16577 (org-agenda-log-mode): Interpret a double prefix arg.
16579 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16581 * org-exp.el (org-export-html-footnotes-section): New variable.
16582 (org-export-as-html): Use `org-export-html-footnotes-section' to
16583 insert the footnotes.
16584 (org-export-language-setup): Add "Footnotes" to language words.
16586 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16588 * org.el (org-yank): Fix bug when not inserting a subtree.
16590 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16592 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
16593 instead of `vm-beginning-of-message'.
16595 * org.el (org-make-link-regexps): Make sure that links to gnus can
16598 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
16600 * org-attach.el (org-attach-dir): Remove duplicate ID creation
16603 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
16606 * org.el (org-link-abbrev-alist): Improve customization type.
16608 * org-attach.el (org-attach-expand-link, org-attach-expand):
16611 * org-agenda.el (org-agenda-get-progress): Rename from
16612 `org-get-closed'. Implement searching for state changes as well.
16613 (org-agenda-log-mode-items): New option.
16614 (org-agenda-log-mode): New option prefix argument, interpreted as
16615 request to show all possible progress info.
16616 (org-agenda-get-day-entries): Call `org-get-progress' instead of
16618 (org-agenda-set-mode-name): Handle the more complex log mode
16620 (org-get-closed): New alias, pointing to `org-get-progress'.
16622 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16624 * org.el (org-file-apps-defaults-gnu)
16625 (org-file-apps-defaults-macosx)
16626 (org-file-apps-defaults-windowsnt): Add an entry defining the
16628 (org-file-apps): Allow `system' as key and value.
16629 (org-open-at-point): Explain the effect of a double prefix arg.
16630 (org-open-file): If the argument `in-emacs' is (16),
16631 i.e. corresponding to a double prefix argument, try to open the
16634 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16636 * org.el (org-insert-link): Abbreviate absolute files names in
16637 links. Also, fix a bug in which the double C-u prefix would not
16640 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16642 * org.el (org-insert-heading): If buffer does not end with a
16643 newline, add one if necessary to insert headline correctly.
16645 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
16646 paragraphs, not inside.
16648 * org.el (org-todo):
16649 Quote `org-agenda-headline-snapshot-before-repeat'.
16651 * org-exp.el (org-export-as-html): Fully process link descriptions.
16652 (org-export-html-format-desc): New function.
16653 (org-export-as-html): Collect footnotes into the correct basket.
16654 (org-html-protect): No longer protect quotations marks here, this
16657 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
16660 * org-compat.el (org-fit-window-to-buffer): New function (not
16661 really, a preliminary and incomplete version was present earlier,
16664 * org.el (org-fast-todo-selection, org-fast-tag-selection):
16665 Use `org-fit-window-to-buffer'.
16667 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
16669 * org-agenda.el (org-agenda-get-restriction-and-command)
16670 (org-fit-agenda-window, org-agenda-convert-date):
16671 Use `org-fit-window-to-buffer'.
16673 * org-exp.el (org-export-as-html): Process href links through
16674 `org-export-html-format-href'.
16675 (org-export-html-format-href): New function.
16677 * org-agenda.el (org-agenda-todo): Update only the current
16678 headline if this is a repeated TODO, marked done for today.
16679 (org-agenda-change-all-lines): New argument JUST-THIS, to change
16680 only the current line.
16682 * org.el (org-todo): Take a snapshot of the headline if the
16683 repeater might change it.
16685 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16687 * org-publish.el (org-publish-find-title): Remove buffers visited
16688 only for extracting the title.
16690 * org-exp.el (org-export-html-style)
16691 (org-export-html-style-default): Mark style definitions as
16694 * org-publish.el (org-publish-validate-link):
16695 Function re-introduced.
16697 2008-11-12 Charles Sebold <csebold@gmail.com>
16699 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
16701 (org-plot-quote-timestamp-field): New function.
16702 (org-plot-quote-tsv-field): Call timestamp field function when
16703 necessary rather than just quoting as a string.
16704 (org-plot/gnuplot-to-data): Pass in timefmt property.
16705 (org-plot/gnuplot-script): Supports timefmt property.
16706 (org-plot/gnuplot): Checks for timestamp column before checking
16707 for text index column.
16709 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16711 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
16713 * org-publish.el (org-publish-org-index): Create a section in the
16715 (org-publish-org-index): Stop linking to directories.
16717 * org.el (org-emphasis-alist): Use span instead of <u> to
16720 * org-exp.el (org-export-as-html): Make sure <p> is closed before
16723 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
16725 * org-jsinfo.el (org-infojs-template): Remove language attribute
16728 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16730 * org-agenda.el (org-agenda-remove-marked-text): New function.
16731 (org-agenda-mark-filtered-text)
16732 (org-agenda-unmark-filtered-text): New functions.
16733 (org-write-agenda): Remove filtered text.
16735 * org.el (org-make-tags-matcher): Give access to TODO "property"
16736 without speed penalty.
16738 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16740 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
16742 (org-store-link-props): Make sure adding to the plist works
16745 * org-gnus.el (org-gnus-no-new-news): New function.
16746 (org-gnus-follow-link): Allow the article ID to be a message-id,
16747 in addition to allowing article numbers. Message IDs make much
16748 more roubust links.
16749 (org-gnus-store-link): Use message-id to create link.
16751 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16753 * org.el (org-emphasize): Reverse the selection array.
16754 (org-emphasis-alist): Set <code> tags for the verbatim
16757 * org-remember.el (org-remember-handler): Fix bug with
16758 prefix-related changing of the note storage target.
16760 * org-exp.el (org-print-icalendar-entries): Make the exported
16761 priorities compatible with RFC 2445.
16763 * org-clock.el (org-clock-save): Insert time stamp without
16764 dependence on time-stamp.el.
16766 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16768 * org.el ("saveplace"): If saveplace puts point into an invisible
16769 location, make it visible.
16770 (org-make-tags-matcher): Allow inactive time stamps in time
16772 (org-yank-adjusted-subtrees): New option.
16773 (org-yank): Incorporate adjusting trees.
16774 (org-paste-subtree): New argument FOR-YANK which will cause
16775 insertion at point without backing up over white lines, and leave
16776 point at the end of the inserted text. Also if the cursor is
16777 at the beginning of a headline, use the same level or the inserted
16780 * org-publish.el (org-publish-get-base-files-1): Deal correctly
16781 with broken symlinks.
16783 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
16785 * org-exp.el (org-export-select-tags, org-get-current-options):
16788 2008-11-06 Glenn Morris <rgm@gnu.org>
16790 * org-publish.el (org-publish-attachment): Use copy-file rather than
16793 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
16795 * org.el (org-columns-modify-value-for-display-function):
16796 * org-table.el (org-table-convert-region): Fix typos in docstrings.
16798 2008-10-28 Glenn Morris <rgm@gnu.org>
16800 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
16802 * org-list.el (outline-next-heading, outline-back-to-heading):
16805 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16807 * org-agenda.el (org-format-agenda-item)
16808 (org-agenda-filter-make-matcher): Make sure tags are stored and
16809 compared donwcased.
16811 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16813 * org.el (org-insert-todo-heading): Fix bug with force-heading
16816 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16818 * org-exp.el (org-export-as-ascii): Handle the case that we are
16819 bulishing from an indirect buffer.
16821 * org-table.el (org-table-copy-down): Fix bug with time stamp
16824 * org-mouse.el (org-mouse-features): New option.
16825 (org-mode-hook): Turn on features depending on
16826 `org-mouse-features'.
16828 * org.el (org-insert-heading-respect-content): Force heading
16830 (org-insert-heading): Keep the folding state of the heading before
16833 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16835 * org-archive.el (org-archive-to-archive-sibling): Handle top
16836 level headlines better.
16838 2008-10-26 Bastien Guerry <bzg@altern.org>
16840 * org-export-latex.el (org-export-latex-classes):
16841 Add \usepackage{graphicx} to the default list of packages.
16843 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16845 * org-agenda.el (org-agenda-filter): Rename from
16846 `org-agenda-filter-tags'.
16848 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16850 * org.el (org-entry-properties): Add CATEGORY property, iven if it
16851 is not defined as a property in this entry.
16852 (org-add-log-note): Mask prefix argument when immediately storing
16855 * org-agenda.el (org-agenda-filter-effort-default-operator):
16858 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16860 * org.el (org-add-log-setup): Bugfix; code to find insertion point
16861 after drawers was skipping ahead one line too many, so notes were
16862 inserted after the first note instead of before it.
16864 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16866 * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
16868 (org-prepare-agenda): Reset the filter tags.
16869 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
16870 Show filter tags in mode line.
16872 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
16875 * org-export-latex.el (org-latex-entities-regexp): New constant.
16876 (org-export-as-pdf): Use two calls to `shell-command'.
16878 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16880 * org-export-latex.el (org-export-latex-treat-sub-super-char):
16881 Honor the {} value of the subsuperscript setting. Make sure that
16882 longer subsuperscripts are typeset in a roman font.
16884 * org.el (org-clock-update-time-maybe): Compute negative clock
16885 intervals correctly.
16887 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16889 * org.el (org-add-log-setup):
16890 Respect `org-log-state-notes-insert-after-drawers'.
16891 (org-log-state-notes-insert-after-drawers): New option.
16892 (org-todo-trigger-tag-changes): New function.
16893 (org-todo): Call `org-todo-trigger-tag-changes'.
16895 2008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
16897 * org.el (org-add-log-setup): Only skip drawers if they are
16898 immediately after the scheduling keywords.
16900 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
16902 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
16903 call it with the current todo state to get the state to switch to
16905 (org-clock-in): Use org-indent-line-function to indent clock lines.
16906 (org-clock-find-position): Fix indentation of empty clock drawers.
16908 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16910 * org-publish.el (org-publish-org-to): Handle case when
16911 org-export-to-pdf does return a file name, not a buffer.
16912 (org-publish-org-to-pdf): New function.
16914 * org-export-latex.el (org-export-as-pdf)
16915 (org-export-as-pdf-and-open): New commands.
16917 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
16920 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
16921 things in protexted regions.
16923 2008-10-26 Carsten Dominik <dominik@science.uva.nl>
16925 * org-export-latex.el (org-export-latex-preprocess):
16926 Improve quoting of LaTeX environments.
16928 2008-10-19 Eli Zaretskii <eliz@gnu.org>
16930 * org.el (org-default-notes-file):
16931 * org-publish.el (org-publish-timestamp-directory):
16932 * org-id.el (org-id-locations-file): Run file names that begin
16933 with a period thru `convert-standard-filename'.
16935 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
16937 * org-plot.el: Switch coding system to unix.
16939 2008-10-12 John Wiegley <johnw@newartisans.com>
16941 * org-attach.el: New file.
16943 2008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
16945 * org.el (org-edit-fixed-width-region): Exclude final newline from
16948 * org-export-latex.el (org-export-latex-subcontent): Add labels to
16949 sections, to make internal links work.
16950 (org-export-latex-fontify-headline): Do not remove all text
16951 properties, to make sure that target properties survive this
16954 * org-exp.el (org-export-preprocess-string): Change sequence of
16955 modifications, to make sure links are prepared before the LaTeX
16956 conversions do happen.
16958 * org-attach.el (org-attach-delete-all): Rename from
16959 `org-attch-delete'. Add a security query before deleting the
16960 entire directory. New optional argument FORCE can overrule the
16962 (org-attach-delete-one): New command.
16964 * org-attach.el (org-attach-file-list): Fix bug with directory.
16966 * org.el (org-apps-regexp-alist): New function.
16967 (org-file-apps): Add auto-mode to the default value.
16968 (org-open-file): Use the new structure of org-file-apps.
16970 * org-attach.el (org-attach): Support the new keys.
16971 (org-attach-method): New option.
16973 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
16976 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
16977 of the list value o `org-use-tag-inheritance'.
16979 * org-attach.el (org-attach-auto-tag): New option.
16980 (org-attach-tag, org-attach-untag): New functions.
16981 (org-attach-attach, org-attach-new, org-attach-sync):
16982 Call `org-attach-tag'.
16983 (org-attach-delete): Call `org-attach-untag'.
16985 * org-table.el (orgtbl-self-insert-command): Make this work for
16986 the keypad as well.
16988 * org.el (org-add-log-setup): Limit searc for drawers to entry
16989 text, not to subtree.
16991 * org-clock.el (org-clock-heading-for-remember): New variable.
16992 (org-clock-in): Set `org-clock-heading-for-remember'.
16994 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
16996 * org-remember.el (org-remember-apply-template): Add new
16997 expansions: %k, %K for currently clocked task and a link to the
16998 currently clocked task, and %< to file notes in the currently
17001 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17003 * org-export-latex.el (org-export-latex-make-header): Also insert
17004 the content of the property :latex-header-extra.
17006 * org-exp.el (org-infile-export-plist): Put the content of
17007 #+LATEX_HEADER: into the property :latex-header-extra.
17009 * org-colview.el (org-columns-get-format-and-top-level):
17010 Remove resetting the marker.
17012 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
17013 Remove resetting the marker.
17015 * org.el (org-entry-property-inherited-from): Improve docstring.
17016 (org-entry-get-with-inheritance): Reset marker before starting the
17019 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
17021 * org.el (org-entry-get-multivalued-property)
17022 (org-entry-protect-space, org-entry-restore-space):
17024 (org-file-apps-defaults-macosx): Let postscript files be opened by
17026 (org-time-stamp-inactive): Call `org-time-stamp'.
17027 (org-time-stamp): New argument `inactive'. Also edit inacive
17028 stamps. Convert time stamp type.
17029 (org-open-file): Interpret the `default' value for the `command'
17030 in `org-file-apps'.
17032 * org-id.el (org-id-int-to-b36-one-digit)
17033 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
17034 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
17037 * org-id.el (org-id-reverse-string): New function.
17038 (org-id-new): Use `org-id-reverse-string' to make sure the
17039 beginning chars of the ID are mutating fast. This allows to use a
17040 directory structure to spread things better.
17041 (org-id-prefix): Change default to nil.
17043 * org-list.el (org-move-item-down, org-move-item-up): Remember and
17044 restore the column of the cursor position.
17046 * org-remember.el (org-remember-apply-template): Remove properties
17049 * org-wl.el (org-wl-open): Remove useless call to
17050 `wl-thread-open-all'.
17052 * org-remember.el (org-remember-handler): Fix bug with `bottom'
17055 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
17056 `org-bbdb-anniversaries'.
17058 * org.el (org-get-next-sibling, org-forward-same-level):
17059 New functions, similar to the outline versions, but invisible headings
17062 2008-10-12 Bastien Guerry <bzg@altern.org>
17064 * org.el (org-auto-repeat-maybe): Insert a space between
17065 the timestamp's type and the timestamp itself.
17067 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17069 * org-table.el (org-table-sum): Do not format the result with %g,
17070 it does rounding when there are too many digits.
17072 * org.el (org-map-entries): Protect the keyword-selecting variables.
17074 2008-10-12 Bastien Guerry <bzg@altern.org>
17076 * org-agenda.el (org-agenda-to-appt): Make sure the function check
17077 against all agenda files.
17079 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17080 Bastien Guerry <bzg@altern.org>
17082 * org-list.el: New file, aggregating list functions from org.el
17083 and org-export-latex.el.
17085 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17087 * org.el (org-edit-src-region-extra): New option.
17089 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
17092 2008-10-12 Bastien Guerry <bzg@altern.org>
17094 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
17096 2008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
17098 * org-plot.el (org-plot/gnuplot): Make tables starting with a
17099 hline work correctly.
17100 (org-plot/gnuplot-script): Put commas at the end of each script
17103 * org.el (org-get-refile-targets): Replace links with their
17105 (org-imenu-get-tree): Replace links with their descriptions.
17107 * org-remember.el (org-remember-apply-template): Add a new
17108 expansion for adding properties to remember items.
17110 * org.el (org-add-log-setup): Skip over drawers (properties,
17111 clocks etc) when adding notes.
17113 * org-agenda.el (org-agenda-get-closed): Show durations of clocked
17114 items as well as the start and end times.
17116 * org-compat.el (org-get-x-clipboard-compat): Add a compat
17117 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
17119 * org-remember.el (org-get-x-clipboard): Use the compat
17120 function to get clipboard values when x-selection-value is
17121 unavailable. Use substring-no-properties instead of
17122 set-text-properties to remove text properties from the clipboard
17125 * org-clock.el (org-update-mode-line): Support limiting the
17126 modeline clock string, and display the full todo value in the
17127 tooltip. Set a local keymap so mouse-3 on the clock string goes to
17128 the currently clocked task.
17129 (org-clock-string-limit): Add a custom value for the maximum
17130 length of the clock string in the modeline.
17131 (org-clock-mode-map): Add a keymap for the modeline string.
17133 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17135 * org-compat.el (org-propertize): New function.
17137 2008-10-12 Bastien Guerry <bzg@altern.org>
17139 * org-export-latex.el (org-export-latex-tables): Protect exported
17140 tables from further special chars conversion.
17141 (org-export-latex-preprocess): Preserve LaTeX environments.
17142 (org-list-parse-list): Parse descriptive lists.
17143 (org-list-to-generic, org-list-to-latex, org-list-to-html)
17144 (org-list-to-texinfo): Export descriptive lists.
17145 (org-quote-chars): Remove.
17146 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
17147 (org-export-latex-list-beginning-re): Rename to
17148 `org-list-beginning-re'.
17149 (org-list-item-begin): Rename to `org-list-item-beginning'.
17151 2008-10-12 Eric Schulte <schulte.eric@gmail.com>
17153 * org-plot.el: New file.
17155 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17157 * org.el (org-refile): Allow refiling to the last entry in the
17159 (org-get-tags-at): Fix bug when inheritance is turned off.
17161 * org.el (org-indent-line-function): No longer check for src
17162 regions, this is too much overhead.
17164 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
17167 * org.el (org-scan-tags): Make sure that tags matching is not case
17168 sensitive. TODO keyword matching is case sensitive, however, to
17169 avoid confusion with similar words that are not meant to be
17172 * org.el (org-get-local-tags-at): New function.
17173 (org-get-local-tags): New function.
17175 * org-exp.el (org-export-get-categories): New function.
17177 * org-agenda.el (org-sorting-choice)
17178 (org-agenda-sorting-strategy, org-agenda-get-todos)
17179 (org-agenda-get-timestamps, org-agenda-get-deadlines)
17180 (org-agenda-get-scheduled, org-agenda-get-blocks)
17181 (org-entries-lessp): Implement sorting by TODO state.
17182 (org-cmp-todo-state): New defsubst.
17184 * org-colview.el (org-colview-construct-allowed-dates):
17186 (org-columns-next-allowed-value):
17187 Use `org-colview-construct-allowed-dates'.
17189 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
17191 (org-columns-next-allowed-value):
17192 Use `org-colview-construct-allowed-dates'.
17194 * org.el (org-protect-slash): New function.
17195 (org-get-refile-targets): Use `org-protect-slash'.
17197 * org-agenda.el (org-global-tags-completion-table): New variable.
17199 * org-exp.el (org-export-handle-export-tags): New function.
17200 (org-export-preprocess-string):
17201 Call `org-export-handle-export-tags'.
17203 * org-publish.el (org-publish-expand-components): Function removed.
17204 (org-publish-expand-projects): Allow components to have components.
17206 * org.el (org-indent-line-function): Do not indent in regions that
17207 are external source code.
17208 (org-yank-and-fold-if-subtree): New function.
17210 * org-agenda.el (org-agenda-todayp): New function.
17211 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17212 Use `org-agenda-todayp'.
17214 * org.el (org-insert-heading-respect-content)
17215 (org-insert-todo-heading-respect-content): New commands.
17216 (org-insert-heading-respect-content): New option.
17217 (org-insert-heading): Respect `org-insert-heading-respect-content'.
17219 * org-clock.el (org-clock-find-position): Make sure the note after
17220 the clock line gets moved into the new clock drawer.
17222 * org-id.el (org-id-new): New option.
17224 * org-table.el (org-table-copy-down): Avoid overflow during
17225 increment. Use prefix argument 0 to temporarily disable the
17228 * org-exp.el (org-export-as-html): Do not turn on the major mode
17229 if the buffer will be killed anyway.
17230 (org-get-current-options): Exclude the #+TEXT field.
17231 (org-export-as-html): Make sure text before the first headline is
17234 * org-publish.el (org-publish-org-to): Tell the exporter that this
17235 buffer will be killed, so it is not necessary to do major mode
17238 * org-archive.el (org-archive-to-archive-sibling): Show empty
17239 lines after folding the archive sibling.
17241 * org.el (org-log-note-extra): New variable.
17243 2008-10-12 Bastien Guerry <bzg@altern.org>
17245 * org.el (org-additional-option-like-keywords): Add keywords for
17246 the _QUOTE, _VERSE and _SRC environments.
17248 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
17249 exporting _QUOTE and _VERSE environments.
17251 2008-10-12 Carsten Dominik <dominik@science.uva.nl>
17253 * org-agenda.el (org-agenda-filter-by-tag): New command.
17255 * org-exp.el (org-get-current-options): Remove angular brackets
17256 from the date entry.
17258 * org.el (org-edit-fixed-width-region): New function.
17259 (org-edit-fixed-width-region): Also try
17260 `org-edit-fixed-width-region'.
17261 (org-edit-fixed-width-region-mode): New option.
17262 (org-activate-code): Only interprete lines starting with colon
17263 plus a space as example lines.
17265 * org-remember.el (org-remember-templates): Add nil instead of
17266 empty strings to fix the length of remember templates.
17268 * org-table.el (org-calc-default-modes): Fix the time format for
17269 calc, from 12 hour to 24 hour clock.
17271 * org-agenda.el (org-agenda-get-deadlines)
17272 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
17273 entries that are pre-warnings of deadlines or reminders.
17275 * org.el (org-sort-entries-or-items): Make numeric and alpha
17276 comparisons ignore any TODO keyword and priority cookie.
17278 * org-remember.el (org-remember-handler): Reinterpretation of the
17281 * org-agenda.el (org-agenda-get-scheduled): Use new
17282 `org-scheduled' face.
17284 * org-faces.el (org-scheduled): New face.
17286 * org-wl.el (org-wl-open): Remove incorrect declaration.
17288 * org-gnus.el (org-gnus-store-link): Support for :to information
17291 * org-exp.el (org-export-as-html): Fix typo in creator
17293 (org-export-protect-examples): New parameter indent. Insert extra
17294 spaces only when this parameter is specified.
17295 (org-export-preprocess-string): Call `org-export-protect-examples'
17296 with an indentation parameter when exporting to ASCII.
17298 * org-remember.el (org-remember-templates)
17299 (org-remember-apply-template): Allow the file component to be a
17302 * org.el (org-goto-local-search-headings): Rename from
17303 `org-goto-local-search-forward-headings'. Added the possibility
17304 to search backwards.
17306 * org-export-latex.el (org-export-latex): New customization
17309 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
17311 * org-exp.el (org-html-do-expand): Allow {} to terminate
17314 * org.el (org-buffer-list): Select buffers based on major mode,
17317 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
17320 * org-colview.el (org-columns-display-here):
17321 Use `org-columns-modify-value-for-display-function'.
17323 * org-colview-xemacs.el (org-columns-display-here):
17324 Use `org-columns-modify-value-for-display-function'.
17326 * org.el (org-columns-modify-value-for-display-function): New option.
17328 * org-publish.el (org-publish-file): Make sure the directory match
17329 for the publishing directory works correctly.
17331 * org-agenda.el (org-agenda-execute-calendar-command)
17332 (org-agenda-diary-entry): Additional optional argument.
17334 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
17336 * org-exp.el (org-export-as-html): Add attributes also in mailto
17339 * org.el (org-autoload): Add `org-dblock-write:columnview'.
17341 2008-08-11 Glenn Morris <rgm@gnu.org>
17343 * org-mac-message.el (do-applescript): Fix declaration.
17345 2008-08-10 Glenn Morris <rgm@gnu.org>
17347 * org-exp.el (org-export-as-html): Let-bind `i'.
17349 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
17350 (org-extract-attributes): Let-bind `key', `value'.
17351 (org-make-tags-matcher): Let-bind `time-p'.
17353 2008-07-27 Carsten Dominik <dominik@science.uva.nl>
17355 * org-install.el: New file.
17357 2008-07-26 Carsten Dominik <dominik@science.uva.nl>
17359 * org-exp.el (org-export-html-style)
17360 (org-export-html-style-extra): Declare as safe-local-variable.
17362 2008-07-25 Carsten Dominik <dominik@science.uva.nl>
17364 * org-publish.el (org-publish-file): Use the true name of the
17367 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
17370 * org-exp.el (org-export-plist-vars)
17371 (org-export-add-options-to-plist): Handle creator setting flag.
17372 (org-export-as-html): Handle attributes also for ftp and mailto
17375 * org-agenda.el (org-agenda-diary-entry)
17376 (org-agenda-execute-calendar-command): Cater for the second
17377 argument of `calendar-cursor-to-date'.
17379 2008-07-24 Carsten Dominik <dominik@science.uva.nl>
17381 * org-exp.el (org-export-region-as-html, org-export-as-html):
17382 Make sure that calls from `org-export-region-as-html' do not do the
17383 special check for a subtree.
17385 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
17387 * org.el (org-open-file):
17388 Use `org-open-directory-means-index-dot-org'.
17389 (org-open-directory-means-index-dot-org): New option.
17391 * org.el (org-make-link-string): Remove link attributes from
17393 (org-open-at-point): Remove link attributes before using the path.
17395 * org-exp.el (org-export-as-html): Handle link attributes.
17397 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
17399 * org-table.el (org-table-to-lisp): New function.
17401 * org.el (org-narrow-to-subtree): Do not include the final newline
17402 into the narrowed region.
17404 * org-agenda.el (org-agenda-custom-commands-local-options):
17405 Fix bug with user-define skipping condition.
17407 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
17409 * org-exp.el (org-export-html-style-default): Automatic overflow
17410 handling for pre fields.
17411 (org-export-as-ascii, org-export-as-html): Change default format
17414 * org-table.el (org-table-export): Offer completion for translator
17415 functions, and do not require a heading above the table.
17417 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
17418 Cater for the case of a list starting in the first line of the
17421 * org-publish.el (org-publish-find-title): Bug fix.
17422 (org-publish-org-index): Implement new :index-style option.
17424 * org-publish.el (org-publish-timestamp-filename):
17425 Use SHA1-encoded file names in the timestamp directory.
17427 * org-publish.el (org-publish-needed-p): Be verbose about files
17428 published and files skipped.
17430 * org-exp.el (org-export-preprocess-string): Swap link
17431 normalization and internal link targeting.
17433 * org-publish.el (org-publish-needed-p): Create timestamp
17434 directory when it does not exist.
17436 * org-clock.el (org-clock-out-when-done): Doc fix.
17438 * org.el (org-agenda-skip-unavailable-files): Doc fix.
17440 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
17441 Ignore case when searching for the COMMENT cookie at export time.
17443 * org-exp.el (org-get-file-contents)
17444 (org-get-and-remove-property): New functions.
17445 (org-export-handle-include-files): Handle the new prefix options.
17446 (org-export-as-html): Fix the verse environment.
17448 * org.el (org-time=, org-time<, org-time<=, org-time>)
17449 (org-time>=, org-time<>, org-2ft): New functions.
17450 (org-op-to-function): Also provide for the time testing functions.
17452 * org-exp.el (org-export-html-style-default): New constant.
17454 * org-exp.el (org-export-html-style-extra): New variable.
17455 (org-export-splice-style): New function.
17457 * org-exp.el (org-export-plist-vars, org-export-as-html):
17458 Implement `org-export-creator-info'.
17459 (org-export-creator-info): New option.
17461 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
17462 (org-property-drawer-re, org-clock-drawer-re): New constants.
17464 * org-exp.el (org-icalendar-use-deadline)
17465 (org-icalendar-use-scheduled): New options.
17466 (org-icalendar-include-todo): Default changed to t.
17467 (org-print-icalendar-entries): Implement better utilization of
17468 scheduling and deadline time stamps.
17469 (org-export-target-internal-links, org-export-as-html): Allow file
17470 lines without the "file:" prefix if the file path is an absolute
17471 path or starts with ".".
17473 * org-clock.el (org-clocktable-shift): Also understand yesterday,
17475 (org-clock-special-range): Also understand yesterday, lastweek etc.
17477 * org.el (org-agenda-skip-archived-trees): Docstring now
17478 discourages using this.
17479 (org-scan-tags): Check for org-agenda-archives-mode.
17480 (org-map-entries): Make sure org-agenda-archives-mode is nil.
17481 (org-agenda-files): Functionality of second arg changed.
17483 * org-agenda.el (org-agenda-archives-mode): New variable.
17484 (org-write-agenda, org-prepare-agenda, org-agenda-list)
17485 (org-search-view, org-todo-list, org-tags-view)
17486 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
17488 (org-agenda-quit): Reset the archives mode.
17489 (org-agenda-archives-mode): New command.
17490 (org-agenda-set-mode-name): Include archives info.
17492 * org.el (org-paste-subtree): Make sure the yanked headline is
17493 visible if it was yanked at a visible point.
17494 (org-move-item-up): Fix the bug with moving white space at the end
17496 (org-show-empty-lines-in-parent): New function.
17498 2008-07-19 Juri Linkov <juri@jurta.org>
17500 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
17501 new keymap `narrow-map' instead of binding "\C-xns".
17503 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
17505 * org.el (org-agenda-skip-unavailable-files):
17506 * org-clock.el (org-clock-out-when-done): Doc fixes.
17508 2008-06-18 Glenn Morris <rgm@gnu.org>
17510 * org.el (org-map-entries): Let-bind `file'.
17512 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17514 * org-colview.el (org-columns-next-allowed-value): Bug fix.
17516 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
17518 * org-agenda.el (org-agenda-get-closed): Get the end time into the
17519 agenda prefix as well.
17521 * org-publish.el (org-publish-org-index): Make a properly indented
17524 * org.el (org-calendar-agenda-action-key): New option.
17525 (org-get-cursor-date): New function.
17526 (org-mark-entry-for-agenda-action): New command.
17527 (org-overriding-default-time): New variable.
17528 (org-read-date): Respect `org-overriding-default-time'.
17530 * org-remember.el (org-remember-apply-template): Respect the
17531 overriding default time.
17533 * org-agenda.el (org-agenda-action-marker): New variable.
17534 (org-agenda-action): New command.
17535 (org-agenda-do-action): New function.
17537 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17539 * org.el (org-schedule, org-deadline): Protect scheduled and
17540 deadline tasks against changes that accidently remove the
17541 repeater. Also show a message with the new date when done.
17543 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17545 * org.el (org-beginning-of-line): Cater for the case when there
17546 are tags but no headline text.
17547 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
17550 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17552 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
17553 the return value is nil instead of "nil" when there is no match.
17555 * org-exp.el (org-insert-centered): Use fill-column instead of
17557 (org-export-as-ascii): Use string-width to measure the width of
17560 * org.el (org-diary-to-ical-string): No longer kill buffer
17561 FROMBUF, this is now done by the caller.
17563 * org-exp.el (org-print-icalendar-entries): Move the call to
17564 `org-diary-to-ical-string' out of the loop, and kill the buffer
17567 * org-remember.el (org-remember-visit-immediately):
17568 Position cursor after moving to the note.
17569 (org-remember-apply-template): Use a text property to record the
17571 (org-remember-handler): Align tags after pasting the note.
17573 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17575 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
17577 * org-agenda.el (org-agenda-open-link): If there is an
17578 org-bbdb-name property in the current line, jump to that bbdb
17581 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
17582 text property, so that the agenda knows where this entry comes
17585 * org-agenda.el (org-agenda-clock-in): Fix bug in the
17586 interaction between clocking-in from the agenda, and automatic
17587 task state switching.
17589 * org-macs.el (org-with-point-at): Bug fix in macro definition.
17591 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
17592 zmacs-region stays after this command in XEmacs.
17594 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17596 * org.el (org-scan-tags): Allow new values for ACTION parameter.
17598 * org-remember.el (org-remember-templates): Fix bug in
17599 customization type definition.
17601 * org.el (org-map-entries): New function.
17603 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17605 * org-agenda.el (org-agenda-skip-comment-trees): New option.
17606 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
17608 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17610 * org-remember.el (org-jump-to-target-location): New variable.
17611 (org-remember-apply-template):
17612 Set `org-remember-apply-template' if requested by template.
17613 (org-remember-handler): Start an idle timer to jump to
17616 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
17618 * org.el (org-set-regexps-and-options): Fix bug with parsing of
17620 (org-get-tags-at): Add the content of `org-file-tags'.
17622 * org-exp.el (org-export-handle-comments): Fix bug with several
17623 comment lines after each other.
17624 (org-number-to-roman, org-number-to-counter): New functions.
17625 (org-export-section-number-format): New option.
17627 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17629 * org-exp.el (org-export-protect-examples): Catch the case of a
17630 missing end_example line.
17632 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
17633 `org-file-tags' to nil.
17635 * org-colview.el (org-columns-next-allowed-value): Handle next
17636 argument NTH to directly select a value.
17638 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
17639 argument NTH to directly select a value.
17641 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17643 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
17645 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17647 * org.el (org-columns-ellipses): New option.
17649 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17651 * org-colview.el (org-columns-add-ellipses): New function.
17652 (org-columns-compact-links): New function.
17653 (org-columns-cleanup-item): Call `org-columns-compact-links'.
17654 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
17656 (org-columns-edit-value): Fix bug with editing values from
17657 agenda column view.
17658 (org-columns-redo): Also redo the agenda itself.
17660 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17662 * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
17665 * org-colview.el (org-agenda-columns-cleanup-item): New function.
17667 * org-exp.el (org-export-ascii-preprocess): Rename from
17668 `org-export-ascii-clean-string'.
17669 (org-export-kill-licensed-text)
17670 (org-export-define-heading-targets)
17671 (org-export-handle-invisible-targets)
17672 (org-export-target-internal-links)
17673 (org-export-remove-or-extract-drawers)
17674 (org-export-remove-archived-trees)
17675 (org-export-protect-quoted-subtrees)
17676 (org-export-protect-verbatim, org-export-protect-examples)
17677 (org-export-select-backend-specific-text)
17678 (org-export-mark-blockquote-and-verse)
17679 (org-export-remove-comment-blocks-and-subtrees)
17680 (org-export-handle-comments, org-export-mark-radio-links)
17681 (org-export-remove-special-table-lines)
17682 (org-export-normalize-links)
17683 (org-export-concatenate-multiline-links)
17684 (org-export-concatenate-multiline-emphasis): New functions,
17685 obtained from spliting the export preprocessor.
17687 * org-table.el (org-table-recalculate): Improve error message if
17688 the row number is invalid.
17690 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17692 * org-archive.el (org-archive-save-context-info): Fix bugs in
17693 customization setup and docstring.
17695 * org-exp.el (org-export-html-style): Change the size of in the
17696 <pre> element to 90%.
17698 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17700 * org.el (org-find-src-example-start): Function removed.
17701 (org-edit-src-find-region-and-lang): New function.
17703 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17705 * org.el (org-edit-src-exit): New function.
17706 (org-exit-edit-mode): New minor mode.
17708 * org-exp.el (org-export-preprocess-string): Fix bug with removing
17709 comment-like lines from protected examples.
17711 * org.el (org-edit-src-example, org-find-src-example-start)
17712 (org-protect-source-example, org-edit-special): New functions.
17714 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17716 * org-publish.el (org-publish-project-alist): Fix typo in
17718 (org-publish-project-alist): Handle :index-title property.
17720 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17722 * org-export-latex.el (org-export-as-latex): Make sure region
17723 bounds are correct. Parse subtree properties relating to export.
17725 * org-exp.el (org-export-add-options-to-plist): New function.
17726 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
17728 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17730 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
17733 * org-exp.el (org-export-get-title-from-subtree)
17734 (org-export-as-ascii, org-export-as-html): Make sure the original
17735 region-beginning and region-end are used, even after moving point.
17736 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
17739 * org-remember.el (org-remember-last-stored-marker): New variable.
17740 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
17741 (org-remember-handler): Also use marker to remember
17742 last-stored position.
17744 * org.el (org-goto-marker-or-bmk): New function.
17746 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17748 * org.el (org-file-properties): Rename from `org-local-properties'.
17749 (org-scan-tags): Take file tags into account.
17750 (org-tags-match-list-sublevels): Default changed to t.
17752 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
17754 * org.el (org-update-parent-todo-statistics): New function.
17756 * org-exp.el (org-icalendar-store-UID): New option.
17757 (org-icalendar-force-UID): Option removed.
17758 (org-print-icalendar-entries): IMplement UIDs.
17760 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17762 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
17764 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17766 * org-faces.el (org-column): Document how this face is being used
17767 and why sometimes the background faces shine through.
17769 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
17771 * org-publish.el (org-publish-attachment): Create publishing
17772 directory if it does not yet exist.
17774 * org-table.el (org-calc-default-modes): Change default number
17775 format to (float 8).
17777 * org.el (org-olpath-completing-read): New function.
17778 (org-time-clocksum-format): New option.
17779 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
17781 * org-clock.el (org-clock-display, org-clock-out)
17782 (org-update-mode-line): Use `org-time-clocksum-format'.
17784 * org-colview-xemacs.el (org-columns-number-to-string):
17785 Use `org-time-clocksum-format'.
17787 * org-colview.el (org-columns-number-to-string):
17788 Use `org-time-clocksum-format'.
17790 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17792 * org-id.el: New file, move from contrib to core.
17794 * org-exp.el (org-icalendar-force-UID): New option.
17796 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17798 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
17799 shifted by one day if there is a date range without an end time.
17801 * org.el (org-try-structure-completion): New function.
17803 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17805 * org.el (org-set-font-lock-defaults): Improve fontification of
17807 (org-insert-item): Handle description lists.
17808 (org-adaptive-fill-function): Improve auto indentation in
17811 * org-exp.el (org-export-as-html, org-export-preprocess-string):
17812 Implement VERSE environment.
17813 (org-export-preprocess-string): Implement the COMMENT
17816 * org-export-latex.el (org-export-latex-preprocess):
17817 Implement VERSE environment.
17819 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17821 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
17824 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17826 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
17828 * org.el (org-quote-csv-field): New functions.
17830 * org-table.el (org-table-export-default-format): Remove :splice
17831 from default format, we get the same effect by not specifying
17833 (org-table-export): Improve setup, distinguish better between
17834 interactive and non-interactive use, allow specifying the format
17835 on the fly, better protection against wrong file names.
17836 (orgtbl-to-generic): Fix documentation. Do not require :tstart
17837 and :tend when :splice is omitted.
17839 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17841 * org-clock.el (org-clock-select-task): Make sure the selection
17842 letters are 1-9 and A-Z, no special characters.
17844 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17846 * org-exp.el (org-export-htmlize): New group.
17847 (org-export-htmlize-output-type)
17848 (org-export-htmlize-css-font-prefix): New options.
17849 (org-export-htmlize-region-for-paste): New function.
17850 (org-export-htmlize-generate-css): New command.
17852 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17854 * org.el (org-set-visibility-according-to-property): New function.
17855 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
17856 and compute the regular expressions, and update font-lock.
17857 (org-property-re): Allow a dash in property names.
17859 * org-archive.el (org-extract-archive-file): Insert the file name
17860 without the path into the format, to allow the location format to
17861 contain a subdirectory.
17863 * org-agenda.el (org-agenda-post-command-hook): If point is at end
17864 of buffer, and the `org-agenda-type' property undefined, use the
17865 value from the character before.
17867 * org.el (org-add-planning-info): Don't let indentation for
17868 would-be timestamp become extra whitespace at the end of headline.
17870 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17872 * org.el (org-remove-double-quotes, org-file-contents):
17875 * org-exp.el (org-infile-export-plist): Also parse the
17876 contents of #+SETUPFILE files, recursively.
17878 * org.el (org-set-regexps-and-options): Also parse the
17879 contents of #+SETUPFILE files, recursively.
17881 * org-exp.el (org-export-handle-include-files): New function.
17882 (org-export-preprocess-string):
17883 Call `org-export-handle-include-files'.
17885 * org.el (org-delete-property-globally)
17886 (org-delete-property, org-set-property): Ignore case during
17888 (org-set-property): Use `org-completing-read' instead of
17891 * org.el (org-complete-expand-structure-template): New,
17892 experimental function.
17893 (org-structure-template-alist): New, experimental option.
17894 (org-complete): Call `org-complete-expand-structure-template'.
17896 2008-06-17 Bastien Guerry <bzg@altern.org>
17898 * org-export-latex.el (org-export-latex-preprocess):
17899 Add support for blockquotes.
17901 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17903 * org.el (org-read-date-analyze): Catch the case where only a
17906 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17908 * org.el (org-set-font-lock-defaults): Make the description
17911 * org-exp.el (org-export-as-html, org-close-li):
17912 Implement description lists.
17914 2008-06-17 Jason Riedy <jason@acm.org>
17916 * org-table.el (*orgtbl-default-fmt*): New variable.
17917 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
17918 when there is no other fmt available.
17920 (orgtbl-to-generic): Allow an explicitly nil :tstart or
17921 :tend to suppress the appropriate string.
17923 (orgtbl-to-orgtbl): New function for translating to another orgtbl
17926 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17928 * org.el (org-read-date-analyze): "." as an alias for "+0" in
17931 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17934 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
17937 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17939 * org-clock.el (org-clock-find-position): Don't include notes
17942 * org-archive.el (org-archive-subtree): No longer remove an
17943 extra line after cutting the subtree. `org-cut-subtree' already
17944 takes care of this.
17946 * org-remember.el (org-remember-handler): Only kill the target
17947 buffer if it does not contain the running clock.
17949 * org.el (org-markers-to-move): New variable.
17950 (org-save-markers-in-region, org-check-and-save-marker)
17951 (org-reinstall-markers-in-region): New function.
17952 (org-move-subtree-down, org-copy-subtree): Remember relative
17953 marker positions before cutting.
17954 (org-move-subtree-down, org-paste-subtree): Restore relative
17955 marker positions after pasting.
17957 * org-remember.el (org-remember-clock-out-on-exit): New option.
17958 (org-remember-finalize): Clock out only if the setting in
17959 `org-remember-clock-out-on-exit' requires it.
17960 (org-remember-handler): Do the cleanup in the buffer, to make sure
17961 that the clock marker remains in tact.
17963 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17965 * org-clock.el (org-clock-goto): Widen buffer if necessary.
17966 (org-clock-in): Make sure that also tasks outside the narrowed
17967 region will be clocked in correctly.
17968 (org-clock-insert-selection-line): Widen the buffer so that we can
17969 find the correct task heading.
17971 * org.el (org-base-buffer): New function.
17973 * org-exp.el (org-icalendar-cleanup-string): Make sure ","
17974 and ";" are escaped.
17975 (org-print-icalendar-entries): Also apply
17976 `org-icalendar-cleanup-string' to the headline, not only to the
17979 2008-06-17 Carsten Dominik <dominik@science.uva.nl>
17981 * org-exp.el (org-export-preprocess-hook): New hook.
17982 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
17984 * org.el (org-font-lock-hook): New variable.
17985 (org-font-lock-hook): New function.
17986 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
17988 ;; Local Variables:
17990 ;; add-log-time-zone-rule: t
17993 Copyright (C) 2008-2011 Free Software Foundation, Inc.
17995 This file is part of GNU Emacs.
17997 GNU Emacs is free software: you can redistribute it and/or modify
17998 it under the terms of the GNU General Public License as published by
17999 the Free Software Foundation, either version 3 of the License, or
18000 (at your option) any later version.
18002 GNU Emacs is distributed in the hope that it will be useful,
18003 but WITHOUT ANY WARRANTY; without even the implied warranty of
18004 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18005 GNU General Public License for more details.
18007 You should have received a copy of the GNU General Public License
18008 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.